{ "version": 3, "sources": ["src/app/_models/readers/book-page-layout-mode.ts", "src/app/_models/preferences/reading-direction.ts", "src/app/_models/preferences/writing-style.ts"], "sourcesContent": ["export enum BookPageLayoutMode {\r\n Default = 0,\r\n Column1 = 1,\r\n Column2 = 2,\r\n}", "/**\r\n * Direction the user is reading. Maps to the pagination method. Not applicable with ReaderMode.Webtoon\r\n */\r\nexport enum ReadingDirection {\r\n LeftToRight = 0,\r\n RightToLeft = 1\r\n}\r\n", "/*\r\n * Mode the user is reading the book in. Not applicable with ReaderMode.Webtoon\r\n */\r\nexport enum WritingStyle{\r\n Horizontal = 0,\r\n Vertical = 1,\r\n}\r\n"], "mappings": "AAAA,IAAYA,EAAZ,SAAYA,EAAkB,CAC1BA,OAAAA,EAAAA,EAAA,QAAA,CAAA,EAAA,UACAA,EAAAA,EAAA,QAAA,CAAA,EAAA,UACAA,EAAAA,EAAA,QAAA,CAAA,EAAA,UAHQA,CAIZ,EAJYA,GAAkB,CAAA,CAAA,ECG9B,IAAYC,EAAZ,SAAYA,EAAgB,CACxBA,OAAAA,EAAAA,EAAA,YAAA,CAAA,EAAA,cACAA,EAAAA,EAAA,YAAA,CAAA,EAAA,cAFQA,CAGZ,EAHYA,GAAgB,CAAA,CAAA,ECA5B,IAAYC,EAAZ,SAAYA,EAAY,CACtBA,OAAAA,EAAAA,EAAA,WAAA,CAAA,EAAA,aACAA,EAAAA,EAAA,SAAA,CAAA,EAAA,WAFUA,CAGZ,EAHYA,GAAY,CAAA,CAAA", "names": ["BookPageLayoutMode", "ReadingDirection", "WritingStyle"] }