@edrlab/thorium-web 1.5.0 → 1.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-GRYEOCGD.mjs → chunk-2B3HE57E.mjs} +36 -49
- package/dist/chunk-2B3HE57E.mjs.map +1 -0
- package/dist/{chunk-BBCSLDQT.mjs → chunk-3ITHCTDL.mjs} +61 -66
- package/dist/chunk-3ITHCTDL.mjs.map +1 -0
- package/dist/{chunk-PRQBFBJ7.mjs → chunk-3VB756GR.mjs} +19 -8
- package/dist/chunk-3VB756GR.mjs.map +1 -0
- package/dist/{chunk-ZD4LTF6G.mjs → chunk-AXX4U2FW.mjs} +25 -133
- package/dist/chunk-AXX4U2FW.mjs.map +1 -0
- package/dist/{chunk-2T65MDBR.mjs → chunk-CCHCCVSF.mjs} +3 -3
- package/dist/{chunk-2T65MDBR.mjs.map → chunk-CCHCCVSF.mjs.map} +1 -1
- package/dist/{chunk-63LKYJFG.mjs → chunk-J6XDICU2.mjs} +45 -15
- package/dist/chunk-J6XDICU2.mjs.map +1 -0
- package/dist/chunk-KQ3KS5O5.mjs +37 -0
- package/dist/chunk-KQ3KS5O5.mjs.map +1 -0
- package/dist/{chunk-DQDOOTCE.mjs → chunk-KT2QY5QU.mjs} +3 -3
- package/dist/{chunk-DQDOOTCE.mjs.map → chunk-KT2QY5QU.mjs.map} +1 -1
- package/dist/{chunk-Y5X74VW7.mjs → chunk-KXOIN35D.mjs} +9 -9
- package/dist/{chunk-Y5X74VW7.mjs.map → chunk-KXOIN35D.mjs.map} +1 -1
- package/dist/{chunk-BCXKBHU3.mjs → chunk-MTH2RF6V.mjs} +30 -15
- package/dist/chunk-MTH2RF6V.mjs.map +1 -0
- package/dist/{chunk-KJ55Q63A.mjs → chunk-THOJRBVD.mjs} +208 -59
- package/dist/chunk-THOJRBVD.mjs.map +1 -0
- package/dist/{chunk-VENFFPK2.mjs → chunk-VYSDLACR.mjs} +2 -2
- package/dist/{chunk-VENFFPK2.mjs.map → chunk-VYSDLACR.mjs.map} +1 -1
- package/dist/{chunk-KOR74F6M.mjs → chunk-X63WSMOH.mjs} +4 -36
- package/dist/chunk-X63WSMOH.mjs.map +1 -0
- package/dist/{chunk-PAFJZH7O.mjs → chunk-YE5QOQUT.mjs} +3 -3
- package/dist/{chunk-PAFJZH7O.mjs.map → chunk-YE5QOQUT.mjs.map} +1 -1
- package/dist/components/Audio/index.d.mts +3 -3
- package/dist/components/Audio/index.mjs +13 -12
- package/dist/components/Epub/index.d.mts +3 -3
- package/dist/components/Epub/index.mjs +14 -13
- package/dist/components/Misc/index.mjs +4 -4
- package/dist/components/Reader/index.d.mts +2 -2
- package/dist/components/Reader/index.mjs +20 -19
- package/dist/components/Reader/index.mjs.map +1 -1
- package/dist/components/WebPub/index.d.mts +3 -3
- package/dist/components/WebPub/index.mjs +14 -13
- package/dist/core/Components/index.d.mts +4 -20
- package/dist/core/Components/index.mjs +1 -1
- package/dist/core/Helpers/index.mjs +3 -2
- package/dist/core/Hooks/index.d.mts +10 -4
- package/dist/core/Hooks/index.mjs +2 -1
- package/dist/i18n/index.mjs +2 -2
- package/dist/lib/index.mjs +3 -2
- package/dist/locales/da/thorium-shared.json +217 -10
- package/dist/locales/he/thorium-shared.json +8 -0
- package/dist/locales/it/thorium-shared.json +2 -2
- package/dist/locales/it/thorium-web.json +3 -3
- package/dist/locales/lt/thorium-shared.json +85 -1
- package/dist/locales/sv/thorium-shared.json +5 -5
- package/dist/preferences/index.d.mts +2 -0
- package/dist/preferences/index.mjs +4 -3
- package/dist/{useAudioNavigator-pGwxhXLj.d.mts → useAudioNavigator-9RuOpLGB.d.mts} +4 -4
- package/dist/{useReaderTransitions-Zvomj9RQ.d.mts → useReaderTransitions-CpgrXS5g.d.mts} +25 -6
- package/package.json +5 -5
- package/dist/chunk-63LKYJFG.mjs.map +0 -1
- package/dist/chunk-BBCSLDQT.mjs.map +0 -1
- package/dist/chunk-BCXKBHU3.mjs.map +0 -1
- package/dist/chunk-GRYEOCGD.mjs.map +0 -1
- package/dist/chunk-KJ55Q63A.mjs.map +0 -1
- package/dist/chunk-KOR74F6M.mjs.map +0 -1
- package/dist/chunk-PRQBFBJ7.mjs.map +0 -1
- package/dist/chunk-ZD4LTF6G.mjs.map +0 -1
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
export { timelineInstance, useAudioNavigator, useAudioSettingsCache, useDocumentTitle, useEpubNavigator, useEpubSettingsCache, useFullscreen, useIsClient, useLocalStorage, useTimeline, useWebPubNavigator, useWebPubSettingsCache } from '../../chunk-
|
|
1
|
+
export { timelineInstance, useAudioNavigator, useAudioSettingsCache, useDocumentTitle, useEpubNavigator, useEpubSettingsCache, useFullscreen, useIsClient, useLocalStorage, useObservableCondition, useTimeline, useWebPubNavigator, useWebPubSettingsCache } from '../../chunk-2B3HE57E.mjs';
|
|
2
2
|
import '../../chunk-TEZB4ULX.mjs';
|
|
3
3
|
export { useBreakpoints, useForcedColors, useMonochrome, useReducedMotion, useReducedTransparency } from '../../chunk-GFSLVQIG.mjs';
|
|
4
4
|
export { ThColorScheme, ThContrast, useColorScheme, useContrast, useMediaQuery } from '../../chunk-NQ2ZSGCX.mjs';
|
|
5
|
+
import '../../chunk-KQ3KS5O5.mjs';
|
|
5
6
|
export { usePrevious } from '../../chunk-YZ73DHRU.mjs';
|
|
6
7
|
import '../../chunk-3GDQP6AS.mjs';
|
|
7
8
|
//# sourceMappingURL=index.mjs.map
|
package/dist/i18n/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { ThI18nProvider, Trans } from '../chunk-
|
|
2
|
-
import '../chunk-AE6P4KJB.mjs';
|
|
1
|
+
export { ThI18nProvider, Trans } from '../chunk-KT2QY5QU.mjs';
|
|
3
2
|
export { DEFAULT_CONFIG, i18n, initI18n, useI18n } from '../chunk-2NCN2AG2.mjs';
|
|
3
|
+
import '../chunk-AE6P4KJB.mjs';
|
|
4
4
|
import '../chunk-GNROODJB.mjs';
|
|
5
5
|
import '../chunk-3GDQP6AS.mjs';
|
|
6
6
|
//# sourceMappingURL=index.mjs.map
|
package/dist/lib/index.mjs
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
export { ThReduxGlobalPreferencesAdapter, ThReduxPreferencesAdapter, ThStoreProvider, actionsSlice, activateDockPanel, audioSettingsSlice, collapseDockPanel, deactivateDockPanel, dockAction, expandDockPanel, globalPreferencesSlice, handleSpacingSetting, initialSettingsState, initialWebPubSettingsState, makeStore, playerSlice, preferencesSlice, publicationSlice, readerSlice, setActionOpen, setAdjacentTimelineItems, setAutoPlay, setBreakpoint, setColorScheme, setColumnCount, setContainerBreakpoint, setContrast, setCoverTheme, setDirection, setDockPanelWidth, setEnableMediaSession, setFXL, setFontFamily, setFontLanguage, setFontSize, setFontWeight, setForcedColors, setFullscreen, setHasArrows, setHasDisplayTransformability, setHovering, setHyphens, setImmersive, setLetterSpacing, setLigatures, setLineHeight, setLineLength, setLoading, setLocale, setMonochrome, setNoRuby, setOverflow, setPaginatedAffordance, setParagraphIndent, setParagraphSpacing, setPlatformModifier, setPlaybackRate, setPollInterval, setPositionsList, setPreservePitch, setProgressionFormat, setPublicationEnd, setPublicationStart, setPublisherStyles, setRTL, setReaderProfile, setReducedMotion, setReducedTransparency, setRemotePlaybackState, setRunningHeadFormat, setScriptMode, setScroll, setScrollAffordance, setScrollAffordances, setSeekableRanges, setSeeking, setSettingsContainer, setSkipBackwardInterval, setSkipForwardInterval, setSkipInterval, setSleepTimerOnFragmentEnd, setSleepTimerOnTrackEnd, setSleepTimerRemainingSeconds, setSpacingPreset, setStalled, setStatus, setTextAlign, setTextNormalization, setTheme, setTimeline, setTocEntry, setTocTree, setTrackReady, setUI, setUserNavigated, setVolume, setWebPubFontFamily, setWebPubFontWeight, setWebPubHyphens, setWebPubLetterSpacing, setWebPubLigatures, setWebPubLineHeight, setWebPubNoRuby, setWebPubParagraphIndent, setWebPubParagraphSpacing, setWebPubPublisherStyles, setWebPubSpacingPreset, setWebPubTextAlign, setWebPubTextNormalization, setWebPubWordSpacing, setWebPubZoom, setWordSpacing, settingsSlice, themeSlice, toggleActionOpen, toggleImmersive, updateFromPreferences, webPubSettingsSlice } from '../chunk-
|
|
1
|
+
export { ThReduxGlobalPreferencesAdapter, ThReduxPreferencesAdapter, ThStoreProvider, actionsSlice, activateDockPanel, audioSettingsSlice, collapseDockPanel, deactivateDockPanel, dockAction, expandDockPanel, globalPreferencesSlice, handleSpacingSetting, initialSettingsState, initialWebPubSettingsState, makeStore, playerSlice, preferencesSlice, publicationSlice, readerSlice, setActionOpen, setAdjacentTimelineItems, setAutoPlay, setBreakpoint, setColorScheme, setColumnCount, setContainerBreakpoint, setContrast, setCoverTheme, setDirection, setDockPanelWidth, setEnableMediaSession, setFXL, setFontFamily, setFontLanguage, setFontSize, setFontWeight, setForcedColors, setFullscreen, setHasArrows, setHasDisplayTransformability, setHovering, setHyphens, setImmersive, setLetterSpacing, setLigatures, setLineHeight, setLineLength, setLoading, setLocale, setMonochrome, setNoRuby, setOverflow, setPaginatedAffordance, setParagraphIndent, setParagraphSpacing, setPlatformModifier, setPlaybackRate, setPollInterval, setPositionsList, setPreservePitch, setProgressionFormat, setPublicationEnd, setPublicationStart, setPublisherStyles, setRTL, setReaderProfile, setReducedMotion, setReducedTransparency, setRemotePlaybackState, setRunningHeadFormat, setScriptMode, setScroll, setScrollAffordance, setScrollAffordances, setSeekableRanges, setSeeking, setSettingsContainer, setSkipBackwardInterval, setSkipForwardInterval, setSkipInterval, setSleepTimerOnFragmentEnd, setSleepTimerOnTrackEnd, setSleepTimerRemainingSeconds, setSpacingPreset, setStalled, setStatus, setTextAlign, setTextNormalization, setTheme, setTimeline, setTocEntry, setTocTree, setTrackReady, setUI, setUserNavigated, setVolume, setWebPubFontFamily, setWebPubFontWeight, setWebPubHyphens, setWebPubLetterSpacing, setWebPubLigatures, setWebPubLineHeight, setWebPubNoRuby, setWebPubParagraphIndent, setWebPubParagraphSpacing, setWebPubPublisherStyles, setWebPubSpacingPreset, setWebPubTextAlign, setWebPubTextNormalization, setWebPubWordSpacing, setWebPubZoom, setWordSpacing, settingsSlice, themeSlice, toggleActionOpen, toggleImmersive, updateFromPreferences, webPubSettingsSlice } from '../chunk-YE5QOQUT.mjs';
|
|
2
2
|
import '../chunk-TEZB4ULX.mjs';
|
|
3
3
|
export { useAppDispatch, useAppSelector, useAppStore } from '../chunk-A575ZW4A.mjs';
|
|
4
|
-
import '../chunk-
|
|
4
|
+
import '../chunk-X63WSMOH.mjs';
|
|
5
5
|
import '../chunk-NQ2ZSGCX.mjs';
|
|
6
|
+
import '../chunk-KQ3KS5O5.mjs';
|
|
6
7
|
import '../chunk-3GDQP6AS.mjs';
|
|
7
8
|
//# sourceMappingURL=index.mjs.map
|
|
8
9
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1,37 +1,173 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"actions": {
|
|
4
|
+
"cancel": "Annuller",
|
|
4
5
|
"clear": "Nulstil",
|
|
5
6
|
"close": "Luk",
|
|
7
|
+
"collapse": "Sammenfold",
|
|
8
|
+
"collapseAll": "Sammenfold alt",
|
|
6
9
|
"decrease": "Reducer",
|
|
10
|
+
"disable": "Deaktiver",
|
|
7
11
|
"enable": "Aktiver",
|
|
8
12
|
"exit": "Afslut",
|
|
13
|
+
"expand": "Fold ud",
|
|
14
|
+
"expandAll": "Fold alt ud",
|
|
15
|
+
"filter": "Filter",
|
|
16
|
+
"hide": "Skjul",
|
|
17
|
+
"hideAll": "Skjul alle",
|
|
9
18
|
"increase": "Forøg",
|
|
19
|
+
"open": "Åben",
|
|
10
20
|
"reset": "Nulstil",
|
|
11
21
|
"search": "Søg",
|
|
12
|
-
"
|
|
22
|
+
"show": "Vis",
|
|
23
|
+
"showAll": "Vis alle",
|
|
24
|
+
"sortBy": "Sorter efter",
|
|
25
|
+
"toggle": "Skift"
|
|
13
26
|
}
|
|
14
27
|
},
|
|
15
28
|
"reader": {
|
|
16
29
|
"actions": {
|
|
17
30
|
"goBackward": "Naviger tilbage",
|
|
18
31
|
"goForward": "Naviger frem",
|
|
32
|
+
"goToNextChapter": {
|
|
33
|
+
"compact": "Næste",
|
|
34
|
+
"descriptive": "Næste kapitel"
|
|
35
|
+
},
|
|
36
|
+
"goToNextPage": {
|
|
37
|
+
"compact": "Næste",
|
|
38
|
+
"descriptive": "Næste side"
|
|
39
|
+
},
|
|
40
|
+
"goToNextResource": {
|
|
41
|
+
"compact": "Næste",
|
|
42
|
+
"descriptive": "Næste ressource"
|
|
43
|
+
},
|
|
44
|
+
"goToNextSentence": {
|
|
45
|
+
"compact": "Næste",
|
|
46
|
+
"descriptive": "Næste sætning"
|
|
47
|
+
},
|
|
19
48
|
"goToPosition": {
|
|
20
49
|
"compact": "Gå til…",
|
|
21
50
|
"descriptive": "Gå til position"
|
|
51
|
+
},
|
|
52
|
+
"goToPreviousChapter": {
|
|
53
|
+
"compact": "Forrige",
|
|
54
|
+
"descriptive": "Forrige kapitel"
|
|
55
|
+
},
|
|
56
|
+
"goToPreviousPage": {
|
|
57
|
+
"compact": "Forrige",
|
|
58
|
+
"descriptive": "Forrige side"
|
|
59
|
+
},
|
|
60
|
+
"goToPreviousResource": {
|
|
61
|
+
"compact": "Forrige",
|
|
62
|
+
"descriptive": "Forrige ressource"
|
|
63
|
+
},
|
|
64
|
+
"goToPreviousSentence": {
|
|
65
|
+
"compact": "Forrige",
|
|
66
|
+
"descriptive": "Forrige sætning"
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
"annotations": {
|
|
70
|
+
"actions": {
|
|
71
|
+
"editNote": {
|
|
72
|
+
"compact": "Rediger note"
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
"bookmarks": {
|
|
76
|
+
"actions": {
|
|
77
|
+
"add": {
|
|
78
|
+
"compact": "Tilføj bogmærke"
|
|
79
|
+
},
|
|
80
|
+
"delete": {
|
|
81
|
+
"compact": "Slet bogmærke",
|
|
82
|
+
"confirmation": "Er du sikker på at du vil slette bogmærket?"
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
"emptyState": {
|
|
86
|
+
"description": "Bogmærker du tilføjer under læsning vil blive vist på denne liste.",
|
|
87
|
+
"title": "Ingen bogmærker"
|
|
88
|
+
},
|
|
89
|
+
"title": "Bogmærker"
|
|
90
|
+
},
|
|
91
|
+
"note": {
|
|
92
|
+
"title": "Note"
|
|
93
|
+
},
|
|
94
|
+
"sort": {
|
|
95
|
+
"lastAdded": {
|
|
96
|
+
"compact": "Senest tilføjet"
|
|
97
|
+
},
|
|
98
|
+
"lastEdited": {
|
|
99
|
+
"compact": "Senest redigeret"
|
|
100
|
+
},
|
|
101
|
+
"progression": {
|
|
102
|
+
"compact": "Position i bog"
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
"playback": {
|
|
107
|
+
"actions": {
|
|
108
|
+
"pause": "Pause",
|
|
109
|
+
"play": "Afspil",
|
|
110
|
+
"skipBackward": {
|
|
111
|
+
"compact": "Spol tilbage",
|
|
112
|
+
"descriptive": "Spol tilbage"
|
|
113
|
+
},
|
|
114
|
+
"skipForward": {
|
|
115
|
+
"compact": "Spol frem",
|
|
116
|
+
"descriptive": "Spol frem"
|
|
117
|
+
}
|
|
118
|
+
},
|
|
119
|
+
"preferences": {
|
|
120
|
+
"audio": {
|
|
121
|
+
"skipBackwardInterval": "Spol tilbage interval",
|
|
122
|
+
"skipForwardInterval": "Spol frem interval",
|
|
123
|
+
"skipInterval": "Spole interval",
|
|
124
|
+
"title": "Lydindstillinger",
|
|
125
|
+
"volume": "Lydstyrke"
|
|
126
|
+
},
|
|
127
|
+
"autoPlay": {
|
|
128
|
+
"label": "Kontinuerlig afspilning",
|
|
129
|
+
"title": "Autoplay"
|
|
130
|
+
},
|
|
131
|
+
"playbackRate": {
|
|
132
|
+
"compact": "Hastighed",
|
|
133
|
+
"descriptive": "Afspilningshastighed"
|
|
134
|
+
},
|
|
135
|
+
"sleepTimer": {
|
|
136
|
+
"compact": "Timer",
|
|
137
|
+
"descriptive": "Sleep timer",
|
|
138
|
+
"presets": {
|
|
139
|
+
"endOfChapter": "Kapitel slut",
|
|
140
|
+
"endOfResource": "Slut på ressourcen"
|
|
141
|
+
}
|
|
142
|
+
}
|
|
22
143
|
}
|
|
23
144
|
},
|
|
24
145
|
"preferences": {
|
|
146
|
+
"brightness": "Lysstyrke",
|
|
25
147
|
"columns": {
|
|
26
148
|
"auto": "Auto",
|
|
27
149
|
"dual": {
|
|
150
|
+
"compact": "2 kol",
|
|
28
151
|
"descriptive": "2 kolonner"
|
|
29
152
|
},
|
|
30
153
|
"single": {
|
|
154
|
+
"compact": "1 kol",
|
|
31
155
|
"descriptive": "1 kolonne"
|
|
32
156
|
},
|
|
33
157
|
"title": "Kolonner"
|
|
34
158
|
},
|
|
159
|
+
"fit": {
|
|
160
|
+
"auto": {
|
|
161
|
+
"compact": "Automatisk"
|
|
162
|
+
},
|
|
163
|
+
"page": {
|
|
164
|
+
"compact": "Side"
|
|
165
|
+
},
|
|
166
|
+
"title": "Tilpas",
|
|
167
|
+
"width": {
|
|
168
|
+
"compact": "Bredde"
|
|
169
|
+
}
|
|
170
|
+
},
|
|
35
171
|
"fontFamily": {
|
|
36
172
|
"humanist": {
|
|
37
173
|
"compact": "Humanist",
|
|
@@ -46,7 +182,7 @@
|
|
|
46
182
|
"compact": "Gammeldags",
|
|
47
183
|
"descriptive": "Gammeldags serif"
|
|
48
184
|
},
|
|
49
|
-
"publisher": "Bogens
|
|
185
|
+
"publisher": "Bogens skrifttype",
|
|
50
186
|
"sans": "Sans-serif",
|
|
51
187
|
"title": "Skrifttype"
|
|
52
188
|
},
|
|
@@ -66,6 +202,10 @@
|
|
|
66
202
|
"title": "Layout"
|
|
67
203
|
},
|
|
68
204
|
"letterSpacing": "Tegn afstand",
|
|
205
|
+
"ligatures": {
|
|
206
|
+
"label": "Aktiver ligaturer",
|
|
207
|
+
"title": "Ligaturer"
|
|
208
|
+
},
|
|
69
209
|
"lineHeight": {
|
|
70
210
|
"default": "Normal",
|
|
71
211
|
"large": "Løs",
|
|
@@ -73,10 +213,31 @@
|
|
|
73
213
|
"small": "Tæt",
|
|
74
214
|
"title": "Linjehøjde"
|
|
75
215
|
},
|
|
216
|
+
"noRuby": {
|
|
217
|
+
"label": "Skjul \"ruby\"-annoteringer",
|
|
218
|
+
"title": "\"Ruby\"-annoteringer"
|
|
219
|
+
},
|
|
220
|
+
"offsetFirstPage": "Vis første side alene",
|
|
76
221
|
"paragraphIndent": "Afsnitsindrykning",
|
|
77
222
|
"paragraphSpacing": "Afsnitsafstand",
|
|
78
223
|
"publisherStyles": {
|
|
79
|
-
"label": "Brug original formatering"
|
|
224
|
+
"label": "Brug original formatering",
|
|
225
|
+
"title": "Udgiverens formatering"
|
|
226
|
+
},
|
|
227
|
+
"readingDirection": {
|
|
228
|
+
"default": {
|
|
229
|
+
"compact": "Standard",
|
|
230
|
+
"descriptive": "Anvend original læseretning"
|
|
231
|
+
},
|
|
232
|
+
"ltr": {
|
|
233
|
+
"compact": "Højre",
|
|
234
|
+
"descriptive": "Venstre til højre"
|
|
235
|
+
},
|
|
236
|
+
"rtl": {
|
|
237
|
+
"compact": "Venstre",
|
|
238
|
+
"descriptive": "Højre til venstre"
|
|
239
|
+
},
|
|
240
|
+
"title": "Læseretning"
|
|
80
241
|
},
|
|
81
242
|
"spacing": {
|
|
82
243
|
"presets": {
|
|
@@ -90,6 +251,18 @@
|
|
|
90
251
|
},
|
|
91
252
|
"title": "Afstande"
|
|
92
253
|
},
|
|
254
|
+
"spread": {
|
|
255
|
+
"always": {
|
|
256
|
+
"compact": "Dobbeltside"
|
|
257
|
+
},
|
|
258
|
+
"auto": {
|
|
259
|
+
"compact": "Automatisk"
|
|
260
|
+
},
|
|
261
|
+
"never": {
|
|
262
|
+
"compact": "Enkeltside"
|
|
263
|
+
},
|
|
264
|
+
"title": "Sidevisning"
|
|
265
|
+
},
|
|
93
266
|
"text": "Tekst",
|
|
94
267
|
"textAlign": {
|
|
95
268
|
"default": "Normal",
|
|
@@ -108,6 +281,7 @@
|
|
|
108
281
|
"contrast2": "Kontrast 2",
|
|
109
282
|
"contrast3": "Kontrast 3",
|
|
110
283
|
"dark": "Mørk",
|
|
284
|
+
"gray": "Grå",
|
|
111
285
|
"light": "Lys",
|
|
112
286
|
"paper": "Papir",
|
|
113
287
|
"sepia": "Sepia",
|
|
@@ -118,18 +292,36 @@
|
|
|
118
292
|
"zoom": "Zoom"
|
|
119
293
|
},
|
|
120
294
|
"progression": {
|
|
295
|
+
"pagesLeft": {
|
|
296
|
+
"descriptive_one": "{{ count }} side tilbage",
|
|
297
|
+
"descriptive_other": "{{ count }} sider tilbage"
|
|
298
|
+
},
|
|
299
|
+
"pagesLeftInChapter": {
|
|
300
|
+
"descriptive_one": "{{ count }} side tilbage i kapitlet",
|
|
301
|
+
"descriptive_other": "{{ count }} sider tilbage i kapitlet"
|
|
302
|
+
},
|
|
303
|
+
"pagesLeftInPublication": {
|
|
304
|
+
"descriptive_one": "{{ count }} side tilbage i bogen",
|
|
305
|
+
"descriptive_other": "{{ count }} sider tilbage i bogen"
|
|
306
|
+
},
|
|
121
307
|
"percentage": "{{ percentage }}%",
|
|
122
308
|
"positionsLeft": {
|
|
123
|
-
"
|
|
124
|
-
"
|
|
309
|
+
"compact_one": "{{ count }} tilbage",
|
|
310
|
+
"compact_other": "{{ count }} tilbage",
|
|
311
|
+
"descriptive_one": "{{ count }} position tilbage",
|
|
312
|
+
"descriptive_other": "{{ count }} positioner tilbage"
|
|
125
313
|
},
|
|
126
314
|
"positionsLeftInChapter": {
|
|
127
|
-
"
|
|
128
|
-
"
|
|
315
|
+
"compact_one": "{{ count }} tilbage i kapitlet",
|
|
316
|
+
"compact_other": "{{ count }} tilbage i kapitlet",
|
|
317
|
+
"descriptive_one": "{{ count }} position tilbage i nuværende kapitel",
|
|
318
|
+
"descriptive_other": "{{ count }} positioner tilbage i nuværende kapitel"
|
|
129
319
|
},
|
|
130
320
|
"positionsLeftInPublication": {
|
|
131
|
-
"
|
|
132
|
-
"
|
|
321
|
+
"compact_one": "{{ count }} tilbage i bogen",
|
|
322
|
+
"compact_other": "{{ count }} tilbage i bogen",
|
|
323
|
+
"descriptive_one": "{{ count }} position tilbage i bogen",
|
|
324
|
+
"descriptive_other": "{{ count }} positioner tilbage i bogen"
|
|
133
325
|
},
|
|
134
326
|
"range": "{{ start }}–{{ end }}",
|
|
135
327
|
"xOfY": {
|
|
@@ -137,9 +329,24 @@
|
|
|
137
329
|
"descriptive": "{{ x }} af {{ y }} ({{ z }})"
|
|
138
330
|
}
|
|
139
331
|
},
|
|
332
|
+
"search": {
|
|
333
|
+
"actions": {
|
|
334
|
+
"next": {
|
|
335
|
+
"compact": "Næste resultat"
|
|
336
|
+
},
|
|
337
|
+
"previous": {
|
|
338
|
+
"compact": "Forrige resultat"
|
|
339
|
+
}
|
|
340
|
+
},
|
|
341
|
+
"placeholder": "Søg efter enkeltord eller sætninger",
|
|
342
|
+
"result_one": "{{ current }} af {{ count }} resultat",
|
|
343
|
+
"result_other": "{{ current }} af {{ count }} resultater",
|
|
344
|
+
"title": "Søg"
|
|
345
|
+
},
|
|
140
346
|
"tableOfContents": {
|
|
141
347
|
"emptyState": {
|
|
142
|
-
"description": "
|
|
348
|
+
"description": "Bogen indeholder ikke nogen indholdsfortegnelse.",
|
|
349
|
+
"title": "Ingen indholdsfortegnelse"
|
|
143
350
|
},
|
|
144
351
|
"title": "Indholdsfortegnelse"
|
|
145
352
|
}
|
|
@@ -93,10 +93,10 @@
|
|
|
93
93
|
},
|
|
94
94
|
"sort": {
|
|
95
95
|
"lastAdded": {
|
|
96
|
-
"compact": "
|
|
96
|
+
"compact": "Ultimo aggiunto"
|
|
97
97
|
},
|
|
98
98
|
"lastEdited": {
|
|
99
|
-
"compact": "
|
|
99
|
+
"compact": "Ultimo modificato"
|
|
100
100
|
},
|
|
101
101
|
"progression": {
|
|
102
102
|
"compact": "Progressione"
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
},
|
|
13
13
|
"header": {
|
|
14
14
|
"backLink": {
|
|
15
|
-
"trigger": "Ritorna alla tua
|
|
16
|
-
"tooltip": "
|
|
15
|
+
"trigger": "Ritorna alla tua biblioteca",
|
|
16
|
+
"tooltip": "Biblioteca"
|
|
17
17
|
},
|
|
18
18
|
"label": "Barra in alto",
|
|
19
19
|
"runningHead": "Titolo principale",
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"minutes": "min",
|
|
123
123
|
"seconds": "s",
|
|
124
124
|
"start": "Avvio",
|
|
125
|
-
"instruction": "La riproduzione si
|
|
125
|
+
"instruction": "La riproduzione si interromperà dopo l'intervallo di tempo selezionato.",
|
|
126
126
|
"remaining": "Arresto in {{ remaining }}"
|
|
127
127
|
}
|
|
128
128
|
}
|
|
@@ -37,6 +37,10 @@
|
|
|
37
37
|
"compact": "Kitas",
|
|
38
38
|
"descriptive": "Kitas puslapis"
|
|
39
39
|
},
|
|
40
|
+
"goToNextResource": {
|
|
41
|
+
"compact": "Kitas",
|
|
42
|
+
"descriptive": "Kitas išteklius"
|
|
43
|
+
},
|
|
40
44
|
"goToNextSentence": {
|
|
41
45
|
"compact": "Kitas",
|
|
42
46
|
"descriptive": "Kitas sakinys"
|
|
@@ -53,11 +57,68 @@
|
|
|
53
57
|
"compact": "Ankstesnis",
|
|
54
58
|
"descriptive": "Ankstesnis puslapis"
|
|
55
59
|
},
|
|
60
|
+
"goToPreviousResource": {
|
|
61
|
+
"compact": "Ankstesnis",
|
|
62
|
+
"descriptive": "Ankstesnis išteklius"
|
|
63
|
+
},
|
|
56
64
|
"goToPreviousSentence": {
|
|
57
65
|
"compact": "Ankstesnis",
|
|
58
66
|
"descriptive": "Ankstesnis sakinys"
|
|
59
67
|
}
|
|
60
68
|
},
|
|
69
|
+
"annotations": {
|
|
70
|
+
"actions": {
|
|
71
|
+
"editNote": {
|
|
72
|
+
"compact": "Redaguoti pastabą"
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
"bookmarks": {
|
|
76
|
+
"actions": {
|
|
77
|
+
"add": {
|
|
78
|
+
"compact": "Pridėti skirtuką"
|
|
79
|
+
},
|
|
80
|
+
"delete": {
|
|
81
|
+
"compact": "Pašalinti skirtuką",
|
|
82
|
+
"confirmation": "Ar tikrai norite pašalinti šį skirtuką?"
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
"emptyState": {
|
|
86
|
+
"title": "Skirtukų nėra"
|
|
87
|
+
},
|
|
88
|
+
"title": "Skirtukai"
|
|
89
|
+
},
|
|
90
|
+
"note": {
|
|
91
|
+
"title": "Pastaba"
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
"playback": {
|
|
95
|
+
"actions": {
|
|
96
|
+
"pause": "Pristabdyti",
|
|
97
|
+
"play": "Atkurti"
|
|
98
|
+
},
|
|
99
|
+
"preferences": {
|
|
100
|
+
"audio": {
|
|
101
|
+
"title": "Garso nuostatos",
|
|
102
|
+
"volume": "Garsis"
|
|
103
|
+
},
|
|
104
|
+
"autoPlay": {
|
|
105
|
+
"label": "Nepertraukiamas atkūrimas",
|
|
106
|
+
"title": "Automatinis paleidimas"
|
|
107
|
+
},
|
|
108
|
+
"playbackRate": {
|
|
109
|
+
"compact": "Sparta",
|
|
110
|
+
"descriptive": "Atkūrimo sparta"
|
|
111
|
+
},
|
|
112
|
+
"sleepTimer": {
|
|
113
|
+
"compact": "Laikmatis",
|
|
114
|
+
"descriptive": "Miego laikmatis",
|
|
115
|
+
"presets": {
|
|
116
|
+
"endOfChapter": "Skyriaus pabaiga",
|
|
117
|
+
"endOfResource": "Ištekliaus pabaiga"
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
},
|
|
61
122
|
"preferences": {
|
|
62
123
|
"brightness": "Ryškumas",
|
|
63
124
|
"columns": {
|
|
@@ -118,6 +179,10 @@
|
|
|
118
179
|
"title": "Išdėstymas"
|
|
119
180
|
},
|
|
120
181
|
"letterSpacing": "Raidžių išretinimas",
|
|
182
|
+
"ligatures": {
|
|
183
|
+
"label": "Įgalinti ligatūras",
|
|
184
|
+
"title": "Ligatūros"
|
|
185
|
+
},
|
|
121
186
|
"lineHeight": {
|
|
122
187
|
"default": "Numatytasis",
|
|
123
188
|
"large": "Erdvus",
|
|
@@ -125,6 +190,10 @@
|
|
|
125
190
|
"small": "Glaudus",
|
|
126
191
|
"title": "Eilutės aukštis"
|
|
127
192
|
},
|
|
193
|
+
"noRuby": {
|
|
194
|
+
"label": "Slėpti „ruby“ anotacijas",
|
|
195
|
+
"title": "„Ruby“ anotacijos"
|
|
196
|
+
},
|
|
128
197
|
"offsetFirstPage": "Atvaizduoti pirmąjį puslapį atskirai",
|
|
129
198
|
"paragraphIndent": "Pastraipos įtrauka",
|
|
130
199
|
"paragraphSpacing": "Tarpas tarp pastraipų",
|
|
@@ -246,9 +315,24 @@
|
|
|
246
315
|
"descriptive": "{{ x }} iš {{ y }} ({{ z }})"
|
|
247
316
|
}
|
|
248
317
|
},
|
|
318
|
+
"search": {
|
|
319
|
+
"actions": {
|
|
320
|
+
"next": {
|
|
321
|
+
"compact": "Kitas rezultatas"
|
|
322
|
+
},
|
|
323
|
+
"previous": {
|
|
324
|
+
"compact": "Ankstesnis rezultatas"
|
|
325
|
+
}
|
|
326
|
+
},
|
|
327
|
+
"placeholder": "Ieškoti raktažodžių ar frazių",
|
|
328
|
+
"result_few": "{{ current }} iš {{ count }} rezultatų",
|
|
329
|
+
"result_one": "{{ current }} iš {{ count }} rezultato",
|
|
330
|
+
"result_other": "{{ current }} iš {{ count }} rezultatų",
|
|
331
|
+
"title": "Paieška"
|
|
332
|
+
},
|
|
249
333
|
"tableOfContents": {
|
|
250
334
|
"emptyState": {
|
|
251
|
-
"description": "
|
|
335
|
+
"description": "Autorius nepateikė turinio.",
|
|
252
336
|
"title": "Nėra turinio"
|
|
253
337
|
},
|
|
254
338
|
"title": "Turinys"
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
}
|
|
84
84
|
},
|
|
85
85
|
"emptyState": {
|
|
86
|
-
"description": "
|
|
86
|
+
"description": "Bokmärken som du lagt till under läsning kommer att visas i den här listan.",
|
|
87
87
|
"title": "Inga bokmärken"
|
|
88
88
|
},
|
|
89
89
|
"title": "Bokmärken"
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"pause": "Paus",
|
|
109
109
|
"play": "Spela",
|
|
110
110
|
"skipBackward": {
|
|
111
|
-
"compact": "
|
|
111
|
+
"compact": "Hoppa tillbaka",
|
|
112
112
|
"descriptive": "Hoppa bakåt"
|
|
113
113
|
},
|
|
114
114
|
"skipForward": {
|
|
@@ -120,13 +120,13 @@
|
|
|
120
120
|
"audio": {
|
|
121
121
|
"skipBackwardInterval": "Hoppa bakåt intervall",
|
|
122
122
|
"skipForwardInterval": "Hoppa framåt intervall",
|
|
123
|
-
"skipInterval": "
|
|
123
|
+
"skipInterval": "Längd på hopp",
|
|
124
124
|
"title": "Ljudinställningar",
|
|
125
125
|
"volume": "Volym"
|
|
126
126
|
},
|
|
127
127
|
"autoPlay": {
|
|
128
|
-
"label": "
|
|
129
|
-
"title": "
|
|
128
|
+
"label": "Fortsätt spela vid kapitelslut",
|
|
129
|
+
"title": "Kontinuerlig uppspelning"
|
|
130
130
|
},
|
|
131
131
|
"playbackRate": {
|
|
132
132
|
"compact": "Hastighet",
|
|
@@ -160,6 +160,8 @@ interface AudioActionsPreferences {
|
|
|
160
160
|
docking: ThDockingPref<ThDockingKeys>;
|
|
161
161
|
primaryActionsKeys: Record<string, ThAudioActionsTokens>;
|
|
162
162
|
secondaryActionsKeys: Record<string, ThActionsTokens>;
|
|
163
|
+
primaryDisplayOrder: string[];
|
|
164
|
+
secondaryDisplayOrder: string[];
|
|
163
165
|
}
|
|
164
166
|
/**
|
|
165
167
|
* Context-agnostic hook for docking/actions infrastructure.
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
export { TEXT_INPUT_SELECTORS, ThActionsKeys, ThAudioActionKeys, ThAudioAffordance, ThAudioKeys, ThAudioMemoryPreferencesAdapter, ThAudioPreferencesContext, ThAudioPreferencesProvider, ThDockingKeys, ThDockingTypes, ThGlobalMemoryPreferencesAdapter, ThGlobalPreferencesProvider, ThLayoutOptions, ThLineHeightOptions, ThMemoryPreferencesAdapter, ThPreferencesContext, ThPreferencesProvider, ThSettingsContainerKeys, ThSettingsKeys, ThSettingsRangePlaceholder, ThSettingsRangeVariant, ThSettingsTimerVariant, ThSheetHeaderVariant, ThSheetTypes, ThSpacingPresetKeys, ThSpacingSettingsKeys, ThTextAlignOptions, ThTextSettingsKeys, ThThemeKeys, arabicFarsiCollection, buildThemeObject, chineseSimplifiedCollection, chineseTraditionalCollection, contrast1Theme, contrast2Theme, contrast3Theme, createAudioPreferences, createDefinitionFromStaticFonts, createDefinitionsFromBunnyFonts, createDefinitionsFromGoogleFonts, createGlobalPreferences, createPreferences, darkTheme, defaultActionKeysObject, defaultAudioContentProtectionConfig, defaultAudioPlaybackRate, defaultAudioPlaybackRateAction, defaultAudioPreferences, defaultAudioPreferencesContextValue, defaultAudioRemotePlaybackAction, defaultAudioSkipBackwardInterval, defaultAudioSkipForwardInterval, defaultAudioSkipInterval, defaultAudioSleepTimer, defaultAudioSleepTimerAction, defaultAudioSleepTimerPresetList, defaultAudioTocAction, defaultAudioVolume, defaultAudioVolumeAction, defaultContentProtectionConfig, defaultFontCollection, defaultFullscreenAction, defaultJumpToPositionAction, defaultLetterSpacing, defaultLineHeights, defaultParagraphIndent, defaultParagraphSpacing, defaultPreferences, defaultPreferencesContextValue, defaultSettingsAction, defaultSpacingPresets, defaultSpacingPresetsOrder, defaultSpacingSettingsMain, defaultSpacingSettingsSubpanel, defaultTextSettingsMain, defaultTextSettingsSubpanel, defaultTocAction, defaultWordSpacing, defaultZoom, devContentProtectionConfig, hebrewCollection, japaneseCollection, japaneseVerticalCollection, koreanCollection, lightTheme, paperTheme, readiumCSSFontCollection, resolveAudioContentProtectionConfig, resolveContentProtectionConfig, sepiaTheme, tamilCollection, useActionsPreferences, useAudioActionsPreferences, useAudioPreferences, useFilteredPreferenceKeys, usePreferenceKeys, usePreferences, useSharedPreferences, useTheming, validateObjectKeys } from '../chunk-
|
|
1
|
+
export { TEXT_INPUT_SELECTORS, ThActionsKeys, ThAudioActionKeys, ThAudioAffordance, ThAudioKeys, ThAudioMemoryPreferencesAdapter, ThAudioPreferencesContext, ThAudioPreferencesProvider, ThDockingKeys, ThDockingTypes, ThGlobalMemoryPreferencesAdapter, ThGlobalPreferencesProvider, ThLayoutOptions, ThLineHeightOptions, ThMemoryPreferencesAdapter, ThPreferencesContext, ThPreferencesProvider, ThSettingsContainerKeys, ThSettingsKeys, ThSettingsRangePlaceholder, ThSettingsRangeVariant, ThSettingsTimerVariant, ThSheetHeaderVariant, ThSheetTypes, ThSpacingPresetKeys, ThSpacingSettingsKeys, ThTextAlignOptions, ThTextSettingsKeys, ThThemeKeys, arabicFarsiCollection, buildThemeObject, chineseSimplifiedCollection, chineseTraditionalCollection, contrast1Theme, contrast2Theme, contrast3Theme, createAudioPreferences, createDefinitionFromStaticFonts, createDefinitionsFromBunnyFonts, createDefinitionsFromGoogleFonts, createGlobalPreferences, createPreferences, darkTheme, defaultActionKeysObject, defaultAudioContentProtectionConfig, defaultAudioPlaybackRate, defaultAudioPlaybackRateAction, defaultAudioPreferences, defaultAudioPreferencesContextValue, defaultAudioRemotePlaybackAction, defaultAudioSkipBackwardInterval, defaultAudioSkipForwardInterval, defaultAudioSkipInterval, defaultAudioSleepTimer, defaultAudioSleepTimerAction, defaultAudioSleepTimerPresetList, defaultAudioTocAction, defaultAudioVolume, defaultAudioVolumeAction, defaultContentProtectionConfig, defaultFontCollection, defaultFullscreenAction, defaultJumpToPositionAction, defaultLetterSpacing, defaultLineHeights, defaultParagraphIndent, defaultParagraphSpacing, defaultPreferences, defaultPreferencesContextValue, defaultSettingsAction, defaultSpacingPresets, defaultSpacingPresetsOrder, defaultSpacingSettingsMain, defaultSpacingSettingsSubpanel, defaultTextSettingsMain, defaultTextSettingsSubpanel, defaultTocAction, defaultWordSpacing, defaultZoom, devContentProtectionConfig, hebrewCollection, japaneseCollection, japaneseVerticalCollection, koreanCollection, lightTheme, paperTheme, readiumCSSFontCollection, resolveAudioContentProtectionConfig, resolveContentProtectionConfig, sepiaTheme, tamilCollection, useActionsPreferences, useAudioActionsPreferences, useAudioPreferences, useFilteredPreferenceKeys, usePreferenceKeys, usePreferences, useSharedPreferences, useTheming, validateObjectKeys } from '../chunk-3VB756GR.mjs';
|
|
2
2
|
export { ThArrowVariant, ThAudioPlayerComponent, ThAudioProgressBarVariant, ThAudioPublicationMetadataComponent, ThBackLinkVariant, ThBreakpoints, ThDocumentTitleFormat, ThLayoutDirection, ThLayoutUI, ThProgressionFormat, ThRunningHeadFormat } from '../chunk-2YRT7RNW.mjs';
|
|
3
3
|
import '../chunk-GFSLVQIG.mjs';
|
|
4
4
|
export { ThGlobalPreferencesContext, useGlobalPreferences } from '../chunk-AE6P4KJB.mjs';
|
|
5
|
+
import '../chunk-GNROODJB.mjs';
|
|
5
6
|
import '../chunk-A575ZW4A.mjs';
|
|
6
|
-
import '../chunk-
|
|
7
|
+
import '../chunk-X63WSMOH.mjs';
|
|
7
8
|
import '../chunk-NQ2ZSGCX.mjs';
|
|
9
|
+
import '../chunk-KQ3KS5O5.mjs';
|
|
8
10
|
import '../chunk-AQSJDL63.mjs';
|
|
9
|
-
import '../chunk-GNROODJB.mjs';
|
|
10
11
|
import '../chunk-3GDQP6AS.mjs';
|
|
11
12
|
//# sourceMappingURL=index.mjs.map
|
|
12
13
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as _readium_navigator from '@readium/navigator';
|
|
2
2
|
import { EpubNavigatorListeners, IEpubPreferences, IEpubDefaults, IInjectablesConfig, IContentProtectionConfig, IKeyboardPeripheralsConfig, EpubSettings, ScriptMode, WebPubNavigatorListeners, IWebPubPreferences, IWebPubDefaults, WebPubSettings, AudioNavigatorListeners, IAudioPreferences, IAudioDefaults } from '@readium/navigator';
|
|
3
|
-
import
|
|
3
|
+
import * as _readium_shared from '@readium/shared';
|
|
4
|
+
import { Publication, Locator, Link, Timeline } from '@readium/shared';
|
|
4
5
|
import * as React from 'react';
|
|
5
6
|
|
|
6
7
|
type cbb$2 = (ok: boolean) => void;
|
|
@@ -17,7 +18,7 @@ interface EpubNavigatorLoadProps {
|
|
|
17
18
|
keyboardPeripherals?: IKeyboardPeripheralsConfig;
|
|
18
19
|
}
|
|
19
20
|
declare const useEpubNavigator: () => {
|
|
20
|
-
EpubNavigatorLoad: (config: EpubNavigatorLoadProps, cb: Function
|
|
21
|
+
EpubNavigatorLoad: (config: EpubNavigatorLoadProps, cb: Function) => void;
|
|
21
22
|
EpubNavigatorDestroy: (cb: Function) => void;
|
|
22
23
|
goRight: (animated: boolean, callback: cbb$2) => void;
|
|
23
24
|
goLeft: (animated: boolean, callback: cbb$2) => void;
|
|
@@ -25,7 +26,7 @@ declare const useEpubNavigator: () => {
|
|
|
25
26
|
goForward: (animated: boolean, callback: cbb$2) => void;
|
|
26
27
|
goLink: (link: Link, animated: boolean, callback: cbb$2) => void;
|
|
27
28
|
go: (locator: Locator, animated: boolean, callback: cbb$2) => void;
|
|
28
|
-
navLayout: () => Layout | undefined;
|
|
29
|
+
navLayout: () => _readium_shared.Layout | undefined;
|
|
29
30
|
currentLocator: () => Locator | undefined;
|
|
30
31
|
previousLocator: () => Locator | null | undefined;
|
|
31
32
|
nextLocator: () => Locator | null | undefined;
|
|
@@ -39,7 +40,6 @@ declare const useEpubNavigator: () => {
|
|
|
39
40
|
submitPreferences: (preferences: IEpubPreferences) => Promise<void>;
|
|
40
41
|
getCframes: () => (_readium_navigator.FXLFrameManager | _readium_navigator.FrameManager | undefined)[] | undefined;
|
|
41
42
|
getScriptMode: () => ScriptMode | undefined;
|
|
42
|
-
onFXLPositionChange: (cb: (locator: Locator) => void) => void;
|
|
43
43
|
};
|
|
44
44
|
|
|
45
45
|
type cbb$1 = (ok: boolean) => void;
|