@react-pdf-kit/viewer 2.8.0-beta.0 → 2.8.0-beta.10
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/README.md +44 -30
- package/dist/{AnnotationLayer-C6UTOVmc.js → AnnotationLayer-CyOYh0Tw.js} +2 -2
- package/dist/{Button-BNlmxWrV.js → Button-DBu3SaMk.js} +1 -1
- package/dist/CanvasLayer-CJqCJ30J.js +111 -0
- package/dist/{Checkbox-Brta-YKG.js → Checkbox-CSIEUyO8.js} +4 -4
- package/dist/{Combination-DqNkTtir.js → Combination-11kyhTGt.js} +15 -15
- package/dist/Container-BuamPhw4.js +18 -0
- package/dist/{DocumentDialog-C9G7lVTh.js → DocumentDialog-cRr9sSSH.js} +4 -4
- package/dist/{DropDown-DikL-krI.js → DropDown-CM6xEwZC.js} +2 -2
- package/dist/{Input-DjSWOjCI.js → Input-Dpo1Xfxe.js} +1 -1
- package/dist/{LoaderIcon-D9YjinGf.js → LoaderIcon-B3ddfd0D.js} +1 -1
- package/dist/{LoadingIndicator-DiWoWs4Y.js → LoadingIndicator-0E8WHnSN.js} +8 -8
- package/dist/MenuItem-lItnKNd5.js +31 -0
- package/dist/{MenuSeparator-D1H5l8Ej.js → MenuSeparator-CaFxd8b5.js} +1 -1
- package/dist/Paginate.module-DhE7N8AA.js +9 -0
- package/dist/PaginationContext-DIzsZhFd.js +194 -0
- package/dist/{PasswordModal-BIr84lGN.js → PasswordModal-CxHFn0pB.js} +13 -13
- package/dist/{RPDropFileZone-D1C3ouep.js → RPDropFileZone-Bq1bzWmO.js} +1 -1
- package/dist/RPLayout.module-BH5r8dDc.js +14 -0
- package/dist/RPPages-U8QNLlIa.js +686 -0
- package/dist/{RPTooltip-ZZoFqP7C.js → RPTooltip-QWwWh4HW.js} +127 -95
- package/dist/SearchTool.module-DY8Ucfb_.js +17 -0
- package/dist/{SkipLink-CdcjClGB.js → SkipLink-Dj83gZdk.js} +3 -3
- package/dist/{TextLayer-DWGFN9SF.js → TextLayer-D-V9kogG.js} +5 -5
- package/dist/{Thumbnail-CU1p9tZ6.js → Thumbnail-BXMk0OWF.js} +8 -8
- package/dist/{Thumbnails-VMbfTvqt.js → Thumbnails-BIuN8LZ8.js} +2 -2
- package/dist/assets/AnnotationLayer.css +1 -1
- package/dist/assets/CanvasLayer.css +1 -0
- package/dist/assets/LoadingIndicator.css +1 -1
- package/dist/assets/MenuItem.css +1 -1
- package/dist/assets/Paginate.css +1 -1
- package/dist/assets/PasswordModal.css +1 -1
- package/dist/assets/RPLayout.css +1 -1
- package/dist/assets/RPPages.css +1 -1
- package/dist/assets/SearchTool.css +1 -1
- package/dist/assets/SkipLink.css +1 -1
- package/dist/assets/TextLayer.css +1 -1
- package/dist/assets/Thumbnail.css +1 -1
- package/dist/assets/style.js +1 -1
- package/dist/{clsx-B7LyVm5O.js → clsx-DSGuh5YW.js} +1 -1
- package/dist/components/RPController.js +39 -39
- package/dist/components/RPDropFileZone.js +1 -1
- package/dist/components/RPPages.js +1 -1
- package/dist/components/RPProvider.js +1 -1
- package/dist/components/icons/LoaderIcon.js +1 -1
- package/dist/components/layout/Container.js +1 -1
- package/dist/components/layout/LayoutContainer.js +7 -7
- package/dist/components/layout/LayoutWrapper.js +5 -5
- package/dist/components/layout/RPDefaultLayout.js +56 -55
- package/dist/components/layout/RPLayout.js +39 -38
- package/dist/components/layout/SkipLink.js +1 -1
- package/dist/components/layout/sidebar/RPSidebar.js +3 -3
- package/dist/components/layout/sidebar/Thumbnail.js +1 -1
- package/dist/components/layout/sidebar/Thumbnails.js +1 -1
- package/dist/components/layout/toolbar/DarkModeTool.js +2 -2
- package/dist/components/layout/toolbar/DocumentDialog.js +1 -1
- package/dist/components/layout/toolbar/DocumentProperties.js +7 -7
- package/dist/components/layout/toolbar/FileDownloadTool.js +7 -7
- package/dist/components/layout/toolbar/FileUploadTool.js +7 -7
- package/dist/components/layout/toolbar/FullScreenTool.js +10 -9
- package/dist/components/layout/toolbar/MenuItem.js +1 -1
- package/dist/components/layout/toolbar/MenuSeparator.js +1 -1
- package/dist/components/layout/toolbar/MostPageTool.js +25 -31
- package/dist/components/layout/toolbar/OtherTool.js +6 -6
- package/dist/components/layout/toolbar/Paginate.js +20 -5
- package/dist/components/layout/toolbar/PrintTool.js +7 -7
- package/dist/components/layout/toolbar/RPMenuItem.js +3 -3
- package/dist/components/layout/toolbar/RPMoreOptions.js +6 -6
- package/dist/components/layout/toolbar/RPToolbar.js +1 -1
- package/dist/components/layout/toolbar/RotateTool.js +12 -12
- package/dist/components/layout/toolbar/ScrollModeTool.js +18 -18
- package/dist/components/layout/toolbar/SearchCloseButton.js +3 -3
- package/dist/components/layout/toolbar/SearchResultNavigator.js +3 -3
- package/dist/components/layout/toolbar/SearchTool.js +134 -122
- package/dist/components/layout/toolbar/SelectionModeTool.js +12 -12
- package/dist/components/layout/toolbar/ThumbnailTool.js +2 -2
- package/dist/components/layout/toolbar/ToolbarCustom.js +2 -2
- package/dist/components/layout/toolbar/ToolbarDefault.js +2 -2
- package/dist/components/layout/toolbar/ViewModeTool.js +18 -18
- package/dist/components/layout/toolbar/ZoomTool.js +86 -84
- package/dist/components/layout/toolbar/tools/DocumentPropertiesTool.js +3 -3
- package/dist/components/layout/toolbar/tools/DualPageTool.js +2 -2
- package/dist/components/layout/toolbar/tools/DualPageWithCoverTool.js +1 -1
- package/dist/components/layout/toolbar/tools/FileDownloadTool.js +2 -2
- package/dist/components/layout/toolbar/tools/FileUploadTool.js +2 -2
- package/dist/components/layout/toolbar/tools/FirstPageTool.js +1 -1
- package/dist/components/layout/toolbar/tools/FullScreenTool.js +2 -2
- package/dist/components/layout/toolbar/tools/HorizontalScrollingTool.js +4 -4
- package/dist/components/layout/toolbar/tools/InputPageTool.js +37 -26
- package/dist/components/layout/toolbar/tools/LastPageTool.js +1 -1
- package/dist/components/layout/toolbar/tools/NextPageTool.js +3 -3
- package/dist/components/layout/toolbar/tools/PageScrollingTool.js +2 -2
- package/dist/components/layout/toolbar/tools/PreviousPageTool.js +3 -3
- package/dist/components/layout/toolbar/tools/PrintTool.js +2 -2
- package/dist/components/layout/toolbar/tools/RotateClockwiseTool.js +2 -2
- package/dist/components/layout/toolbar/tools/RotateCounterclockwiseTool.js +2 -2
- package/dist/components/layout/toolbar/tools/SelectionModeSwitcherTool.js +2 -2
- package/dist/components/layout/toolbar/tools/SinglePageTool.js +2 -2
- package/dist/components/layout/toolbar/tools/ThemeSwitcherTool.js +2 -2
- package/dist/components/layout/toolbar/tools/ThumbnailTool.js +2 -2
- package/dist/components/layout/toolbar/tools/VerticalScrollingTool.js +2 -2
- package/dist/components/layout/toolbar/tools/ZoomInTool.js +25 -23
- package/dist/components/layout/toolbar/tools/ZoomLevelDisplay.js +1 -1
- package/dist/components/layout/toolbar/tools/ZoomLevelTool.js +6 -6
- package/dist/components/layout/toolbar/tools/ZoomOutTool.js +25 -23
- package/dist/components/layout/toolbar/tools/more-options/DocumentProperties.js +2 -2
- package/dist/components/layout/toolbar/tools/more-options/FileDownloadTool.js +2 -2
- package/dist/components/layout/toolbar/tools/more-options/FileUploadTool.js +2 -2
- package/dist/components/layout/toolbar/tools/more-options/FullScreenTool.js +2 -2
- package/dist/components/layout/toolbar/tools/more-options/MostPageTool.js +5 -5
- package/dist/components/layout/toolbar/tools/more-options/PrintTool.js +2 -2
- package/dist/components/layout/toolbar/tools/more-options/RotateTool.js +4 -4
- package/dist/components/layout/toolbar/tools/more-options/ScrollModeTool.js +8 -8
- package/dist/components/layout/toolbar/tools/more-options/SelectionModeTool.js +4 -4
- package/dist/components/layout/toolbar/tools/more-options/ViewModeTool.js +4 -4
- package/dist/components/page/AnnotationLayer.js +1 -1
- package/dist/components/page/CanvasLayer.js +2 -48
- package/dist/components/page/DualPage.js +2 -2
- package/dist/components/page/DualPageWithCover.js +2 -2
- package/dist/components/page/RPPage.js +94 -2
- package/dist/components/page/SinglePage.js +2 -2
- package/dist/components/page/TextHighlightLayer.js +1 -1
- package/dist/components/page/TextLayer.js +1 -1
- package/dist/components/ui/Button.js +1 -1
- package/dist/components/ui/Checkbox.js +1 -1
- package/dist/components/ui/DropDown.js +1 -1
- package/dist/components/ui/Input.js +1 -1
- package/dist/components/ui/LoadingIndicator.js +1 -1
- package/dist/components/ui/PasswordModal.js +1 -1
- package/dist/components/ui/RPTooltip.js +1 -1
- package/dist/contexts/DimensionPagesContext.js +38 -22
- package/dist/contexts/ElementPageContext.js +46 -39
- package/dist/contexts/ElementThumbnailContext.js +1 -1
- package/dist/contexts/LoaderContext.js +1 -1
- package/dist/contexts/LocalizationContext.js +12 -6
- package/dist/contexts/PaginationContext.js +1 -1
- package/dist/contexts/RenderQueueProvider.js +26 -18
- package/dist/contexts/RenderedPagesCache.js +32 -13
- package/dist/contexts/VirtualScrollContext.js +10 -13
- package/dist/contexts/ZoomContext.js +119 -61
- package/dist/{de_DE--0LF-SJR.js → de_DE-x4Z-jQrz.js} +54 -6
- package/dist/{dist-7FA4Do6I.js → dist-B2hwhF6G.js} +7 -7
- package/dist/{dist-BRVqFn7R.js → dist-BfuBBQ14.js} +6 -6
- package/dist/{dist-C3WNMuW2.js → dist-CNbFpoT1.js} +2 -2
- package/dist/{dist-bK-AHWLF.js → dist-CgoP608h.js} +7 -7
- package/dist/{dist-CKteKPPA.js → dist-VbpVNBs6.js} +7 -7
- package/dist/icons.js +1 -1
- package/dist/{lib-BiapEtK1.js → lib-CSInlR9T.js} +142 -237
- package/dist/{main-B74-PfMa.js → main-DCzVrq0G.js} +3 -3
- package/dist/main.js +5 -5
- package/dist/style-CJtyyrJx.js +5 -0
- package/dist/types/components/page/CanvasLayer.d.ts +4 -1
- package/dist/types/components/ui/RPTooltip.d.ts +3 -2
- package/dist/types/contexts/RenderQueueProvider.d.ts +2 -0
- package/dist/types/contexts/RenderedPagesCache.d.ts +3 -0
- package/dist/types/contexts/VirtualScrollContext.d.ts +0 -3
- package/dist/types/locales/de_DE.json.d.ts +11 -2
- package/dist/types/locales/en_US.json.d.ts +11 -2
- package/dist/types/locales/it_IT.json.d.ts +11 -2
- package/dist/types/locales/pt_PT.json.d.ts +11 -2
- package/dist/types/locales/th_TH.json.d.ts +11 -2
- package/dist/types/locales/zh_CN.json.d.ts +11 -2
- package/dist/types/utils/Queue.d.ts +1 -0
- package/dist/types/utils/const.d.ts +3 -0
- package/dist/types/utils/constants.d.ts +9 -0
- package/dist/types/utils/documentLayout.d.ts +60 -0
- package/dist/types/utils/hooks/usePinch.d.ts +14 -1
- package/dist/types/utils/hooks/usePresentPage.d.ts +2 -2
- package/dist/types/utils/hooks/useZoomOrigin.d.ts +4 -0
- package/dist/types/utils/types.d.ts +25 -2
- package/dist/types/utils/zoom.d.ts +2 -0
- package/dist/utils/Queue.js +5 -0
- package/dist/utils/const.js +2 -2
- package/dist/utils/constants.js +2 -2
- package/dist/utils/documentLayout.js +141 -0
- package/dist/utils/hooks/useLicense.js +2 -2
- package/dist/utils/hooks/useLoadPdf.js +73 -63
- package/dist/utils/hooks/useLocalization.js +1 -1
- package/dist/utils/hooks/usePaginate.js +1 -1
- package/dist/utils/hooks/usePinch.js +109 -56
- package/dist/utils/hooks/usePresentPage.js +33 -57
- package/dist/utils/hooks/useScrollToPage.js +1 -1
- package/dist/utils/hooks/useSearch.js +66 -67
- package/dist/utils/hooks/useZoomOrigin.js +37 -0
- package/dist/utils/renderPage.js +21 -14
- package/dist/utils/types.js +3 -3
- package/dist/utils/zoom.js +8 -2
- package/package.json +1 -1
- package/dist/Container-DTWaZzc7.js +0 -16
- package/dist/MenuItem-BJDWfzAw.js +0 -15
- package/dist/Paginate.module-B0GMw-MB.js +0 -8
- package/dist/PaginationContext-C5CJiEW-.js +0 -242
- package/dist/RPLayout.module-Vc3h4xxS.js +0 -14
- package/dist/RPPage-BsDixmqF.js +0 -91
- package/dist/RPPages-BkEFexWu.js +0 -1007
- package/dist/SearchTool.module-DUkVXfOn.js +0 -16
- package/dist/assets/RPPage.css +0 -1
- package/dist/contexts/VirtualGridContext.js +0 -18
- package/dist/style-BPQRJJJ7.js +0 -5
- package/dist/types/contexts/VirtualGridContext.d.ts +0 -9
- package/dist/types/utils/calculatePage.d.ts +0 -12
- package/dist/types/utils/hooks/useVirtualReactWindow.d.ts +0 -17
- package/dist/utils/calculatePage.js +0 -30
- package/dist/utils/hooks/useVirtualReactWindow.js +0 -86
- /package/dist/{TextHighlightLayer-BSVgBxR3.js → TextHighlightLayer-3vIZbRyL.js} +0 -0
|
@@ -9,6 +9,9 @@ var e = {
|
|
|
9
9
|
searchMatchCaseTooltip: "Search case sensitive text",
|
|
10
10
|
searchWholeWordsLabel: "Whole Words",
|
|
11
11
|
searchWholeWordsTooltip: "Search exact and case insensitive word(s)",
|
|
12
|
+
searchLoadingMessage: "Searching",
|
|
13
|
+
searchNoResultsMessage: "No matches found",
|
|
14
|
+
searchResultsMessage: "{current} of {total} matches",
|
|
12
15
|
previousPageTooltip: "Previous page",
|
|
13
16
|
currentPageTooltip: "Current page",
|
|
14
17
|
nextPageTooltip: "Next page",
|
|
@@ -49,6 +52,8 @@ var e = {
|
|
|
49
52
|
pageScrollingTooltip: "Enable page scrolling",
|
|
50
53
|
verticalScrollingLabel: "Vertical scrolling",
|
|
51
54
|
verticalScrollingTooltip: "Enable vertical scrolling",
|
|
55
|
+
horizontalScrollingLabel: "Horizontal scrolling",
|
|
56
|
+
horizontalScrollingTooltip: "Enable horizontal scrolling",
|
|
52
57
|
horizontalLabel: "Horizontal scrolling",
|
|
53
58
|
horizontalTooltip: "Enable horizontal scrolling",
|
|
54
59
|
wrappedScrollingLabel: "Wrapped scrolling",
|
|
@@ -77,7 +82,10 @@ var e = {
|
|
|
77
82
|
passwordPlaceholder: "Enter password",
|
|
78
83
|
passwordConfirmLabel: "Submit",
|
|
79
84
|
passwordError: "Incorrect password",
|
|
80
|
-
dragDropFileMessage: "Drag and drop the PDF file here"
|
|
85
|
+
dragDropFileMessage: "Drag and drop the PDF file here",
|
|
86
|
+
ofTotalPagesLabel: "of",
|
|
87
|
+
skipToMenuLabel: "Skip to Menu",
|
|
88
|
+
skipToMainContentLabel: "Skip to Main Content"
|
|
81
89
|
}, t = {
|
|
82
90
|
searchButtonTooltip: "搜索文件",
|
|
83
91
|
searchInputPlaceholder: "输入搜索词",
|
|
@@ -89,6 +97,9 @@ var e = {
|
|
|
89
97
|
searchMatchCaseTooltip: "搜索区分大小写",
|
|
90
98
|
searchWholeWordsLabel: "全字匹配",
|
|
91
99
|
searchWholeWordsTooltip: "搜索完全匹配",
|
|
100
|
+
searchLoadingMessage: "正在搜索",
|
|
101
|
+
searchNoResultsMessage: "未找到匹配项",
|
|
102
|
+
searchResultsMessage: "第 {current} 条,共 {total} 条匹配",
|
|
92
103
|
previousPageTooltip: "上一页",
|
|
93
104
|
currentPageTooltip: "当前页",
|
|
94
105
|
nextPageTooltip: "下一页",
|
|
@@ -129,6 +140,8 @@ var e = {
|
|
|
129
140
|
pageScrollingTooltip: "启用页面滚动",
|
|
130
141
|
verticalScrollingLabel: "垂直滚动",
|
|
131
142
|
verticalScrollingTooltip: "启用垂直滚动",
|
|
143
|
+
horizontalScrollingLabel: "水平滚动",
|
|
144
|
+
horizontalScrollingTooltip: "启用水平滚动",
|
|
132
145
|
horizontalLabel: "水平滚动",
|
|
133
146
|
horizontalTooltip: "启用水平滚动",
|
|
134
147
|
wrappedScrollingLabel: "环绕滚动",
|
|
@@ -157,7 +170,10 @@ var e = {
|
|
|
157
170
|
passwordPlaceholder: "输入密码",
|
|
158
171
|
passwordConfirmLabel: "提交",
|
|
159
172
|
passwordError: "密码错误",
|
|
160
|
-
dragDropFileMessage: "将PDF文件拖放到这里"
|
|
173
|
+
dragDropFileMessage: "将PDF文件拖放到这里",
|
|
174
|
+
ofTotalPagesLabel: "共",
|
|
175
|
+
skipToMenuLabel: "跳转到菜单",
|
|
176
|
+
skipToMainContentLabel: "跳转到主内容"
|
|
161
177
|
}, n = {
|
|
162
178
|
searchButtonTooltip: "Cerca nel documento",
|
|
163
179
|
searchInputPlaceholder: "Premi Invio per cercare",
|
|
@@ -169,6 +185,9 @@ var e = {
|
|
|
169
185
|
searchMatchCaseTooltip: "Cerca testo con distinzione maiuscole/minuscole",
|
|
170
186
|
searchWholeWordsLabel: "Parola intera",
|
|
171
187
|
searchWholeWordsTooltip: "Cerca esatte parole senza distinzione maiuscole/minuscole",
|
|
188
|
+
searchLoadingMessage: "Ricerca in corso",
|
|
189
|
+
searchNoResultsMessage: "Nessuna corrispondenza trovata",
|
|
190
|
+
searchResultsMessage: "{current} di {total} corrispondenze",
|
|
172
191
|
previousPageTooltip: "Pagina precedente",
|
|
173
192
|
currentPageTooltip: "Pagina corrente",
|
|
174
193
|
nextPageTooltip: "Pagina successiva",
|
|
@@ -209,6 +228,8 @@ var e = {
|
|
|
209
228
|
pageScrollingTooltip: "Abilita lo scorrimento delle pagine",
|
|
210
229
|
verticalScrollingLabel: "Scorrimento verticale",
|
|
211
230
|
verticalScrollingTooltip: "Abilita lo scorrimento verticale",
|
|
231
|
+
horizontalScrollingLabel: "Scorrimento orizzontale",
|
|
232
|
+
horizontalScrollingTooltip: "Abilita lo scorrimento orizzontale",
|
|
212
233
|
horizontalLabel: "Scorrimento orizzontale",
|
|
213
234
|
horizontalTooltip: "Abilita lo scorrimento orizzontale",
|
|
214
235
|
wrappedScrollingLabel: "Scorrimento avvolto",
|
|
@@ -237,7 +258,10 @@ var e = {
|
|
|
237
258
|
passwordPlaceholder: "Inserisci la password",
|
|
238
259
|
passwordConfirmLabel: "Invia",
|
|
239
260
|
passwordError: "Password errata",
|
|
240
|
-
dragDropFileMessage: "Trascina e rilascia il file PDF qui"
|
|
261
|
+
dragDropFileMessage: "Trascina e rilascia il file PDF qui",
|
|
262
|
+
ofTotalPagesLabel: "di",
|
|
263
|
+
skipToMenuLabel: "Vai al menu",
|
|
264
|
+
skipToMainContentLabel: "Vai al contenuto principale"
|
|
241
265
|
}, r = {
|
|
242
266
|
searchButtonTooltip: "Pesquisar no documento",
|
|
243
267
|
searchInputPlaceholder: "Pressione Enter para pesquisar",
|
|
@@ -249,6 +273,9 @@ var e = {
|
|
|
249
273
|
searchMatchCaseTooltip: "Pesquisar texto com distinção de maiúsculas/minúsculas",
|
|
250
274
|
searchWholeWordsLabel: "Palavra inteira",
|
|
251
275
|
searchWholeWordsTooltip: "Pesquisar palavras exatas sem distinção de maiúsculas/minúsculas",
|
|
276
|
+
searchLoadingMessage: "A pesquisar",
|
|
277
|
+
searchNoResultsMessage: "Nenhuma correspondência encontrada",
|
|
278
|
+
searchResultsMessage: "{current} de {total} correspondências",
|
|
252
279
|
previousPageTooltip: "Página anterior",
|
|
253
280
|
currentPageTooltip: "Página atual",
|
|
254
281
|
nextPageTooltip: "Próxima página",
|
|
@@ -289,6 +316,8 @@ var e = {
|
|
|
289
316
|
pageScrollingTooltip: "Ativar rolagem de página",
|
|
290
317
|
verticalScrollingLabel: "Rolagem vertical",
|
|
291
318
|
verticalScrollingTooltip: "Ativar rolagem vertical",
|
|
319
|
+
horizontalScrollingLabel: "Rolagem horizontal",
|
|
320
|
+
horizontalScrollingTooltip: "Ativar rolagem horizontal",
|
|
292
321
|
horizontalLabel: "Rolagem horizontal",
|
|
293
322
|
horizontalTooltip: "Ativar rolagem horizontal",
|
|
294
323
|
wrappedScrollingLabel: "Rolagem envolvida",
|
|
@@ -317,7 +346,10 @@ var e = {
|
|
|
317
346
|
passwordPlaceholder: "Insira a senha",
|
|
318
347
|
passwordConfirmLabel: "Enviar",
|
|
319
348
|
passwordError: "Senha incorreta",
|
|
320
|
-
dragDropFileMessage: "Arraste e solte o arquivo PDF aqui"
|
|
349
|
+
dragDropFileMessage: "Arraste e solte o arquivo PDF aqui",
|
|
350
|
+
ofTotalPagesLabel: "de",
|
|
351
|
+
skipToMenuLabel: "Saltar para o menu",
|
|
352
|
+
skipToMainContentLabel: "Saltar para o conteúdo principal"
|
|
321
353
|
}, i = {
|
|
322
354
|
searchButtonTooltip: "ค้นหาในเอกสาร",
|
|
323
355
|
searchInputPlaceholder: "กรอกคำค้นหา",
|
|
@@ -329,6 +361,9 @@ var e = {
|
|
|
329
361
|
searchMatchCaseTooltip: "ค้นหาข้อความที่มีการแยกตัวพิมพ์ใหญ่/พิมพ์เล็ก",
|
|
330
362
|
searchWholeWordsLabel: "ทั้งคำ",
|
|
331
363
|
searchWholeWordsTooltip: "ค้นหาคำที่ตรงตัวไม่มีการแยกตัวพิมพ์ใหญ่/พิมพ์เล็ก",
|
|
364
|
+
searchLoadingMessage: "กำลังค้นหา",
|
|
365
|
+
searchNoResultsMessage: "ไม่พบผลการค้นหา",
|
|
366
|
+
searchResultsMessage: "ผลการค้นหาที่ {current} จาก {total}",
|
|
332
367
|
previousPageTooltip: "หน้าก่อนหน้า",
|
|
333
368
|
currentPageTooltip: "หน้าปัจจุบัน",
|
|
334
369
|
nextPageTooltip: "หน้าถัดไป",
|
|
@@ -369,6 +404,8 @@ var e = {
|
|
|
369
404
|
pageScrollingTooltip: "เปิดใช้การเลื่อนภายในหน้า",
|
|
370
405
|
verticalScrollingLabel: "การเลื่อนแนวตั้ง",
|
|
371
406
|
verticalScrollingTooltip: "เปิดใช้การเลื่อนแนวตั้ง",
|
|
407
|
+
horizontalScrollingLabel: "การเลื่อนแนวนอน",
|
|
408
|
+
horizontalScrollingTooltip: "เปิดใช้การเลื่อนแนวนอน",
|
|
372
409
|
horizontalLabel: "การเลื่อนแนวนอน",
|
|
373
410
|
horizontalTooltip: "เปิดใช้การเลื่อนแนวนอน",
|
|
374
411
|
wrappedScrollingLabel: "การเลื่อนแบบแรพ",
|
|
@@ -397,7 +434,10 @@ var e = {
|
|
|
397
434
|
passwordPlaceholder: "กรอกรหัสผ่าน",
|
|
398
435
|
passwordConfirmLabel: "ส่ง",
|
|
399
436
|
passwordError: "รหัสผ่านไม่ถูกต้อง",
|
|
400
|
-
dragDropFileMessage: "ลากและวางไฟล์ PDF ที่นี่"
|
|
437
|
+
dragDropFileMessage: "ลากและวางไฟล์ PDF ที่นี่",
|
|
438
|
+
ofTotalPagesLabel: "จาก",
|
|
439
|
+
skipToMenuLabel: "ข้ามไปที่เมนู",
|
|
440
|
+
skipToMainContentLabel: "ข้ามไปที่เนื้อหาหลัก"
|
|
401
441
|
}, a = {
|
|
402
442
|
searchButtonTooltip: "Im Dokument suchen",
|
|
403
443
|
searchInputPlaceholder: "Zum Suchen eingeben",
|
|
@@ -409,6 +449,9 @@ var e = {
|
|
|
409
449
|
searchMatchCaseTooltip: "Groß-/Kleinschreibung beachten",
|
|
410
450
|
searchWholeWordsLabel: "Ganze Wörter",
|
|
411
451
|
searchWholeWordsTooltip: "Exakte Wörter suchen (Groß-/Kleinschreibung ignorieren)",
|
|
452
|
+
searchLoadingMessage: "Suche läuft",
|
|
453
|
+
searchNoResultsMessage: "Keine Treffer gefunden",
|
|
454
|
+
searchResultsMessage: "{current} von {total} Treffern",
|
|
412
455
|
previousPageTooltip: "Vorherige Seite",
|
|
413
456
|
currentPageTooltip: "Aktuelle Seite",
|
|
414
457
|
nextPageTooltip: "Nächste Seite",
|
|
@@ -449,6 +492,8 @@ var e = {
|
|
|
449
492
|
pageScrollingTooltip: "Seitenweises Blättern aktivieren",
|
|
450
493
|
verticalScrollingLabel: "Vertikaler Bildlauf",
|
|
451
494
|
verticalScrollingTooltip: "Vertikalen Bildlauf aktivieren",
|
|
495
|
+
horizontalScrollingLabel: "Horizontaler Bildlauf",
|
|
496
|
+
horizontalScrollingTooltip: "Horizontalen Bildlauf aktivieren",
|
|
452
497
|
horizontalLabel: "Horizontaler Bildlauf",
|
|
453
498
|
horizontalTooltip: "Horizontalen Bildlauf aktivieren",
|
|
454
499
|
wrappedScrollingLabel: "Bildlauf mit Umbruch",
|
|
@@ -477,7 +522,10 @@ var e = {
|
|
|
477
522
|
passwordPlaceholder: "Passwort eingeben",
|
|
478
523
|
passwordConfirmLabel: "Bestätigen",
|
|
479
524
|
passwordError: "Falsches Passwort",
|
|
480
|
-
dragDropFileMessage: "PDF-Datei hierher ziehen"
|
|
525
|
+
dragDropFileMessage: "PDF-Datei hierher ziehen",
|
|
526
|
+
ofTotalPagesLabel: "von",
|
|
527
|
+
skipToMenuLabel: "Zum Menü springen",
|
|
528
|
+
skipToMainContentLabel: "Zum Hauptinhalt springen"
|
|
481
529
|
};
|
|
482
530
|
//#endregion
|
|
483
531
|
export { t as a, n as i, i as n, e as o, r, a as t };
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { d as e, i as t, l as n, r } from "./dist-
|
|
2
|
-
import { i } from "./dist-
|
|
3
|
-
import { t as a } from "./dist-
|
|
1
|
+
import { d as e, i as t, l as n, r } from "./dist-CgoP608h.js";
|
|
2
|
+
import { i } from "./dist-BfuBBQ14.js";
|
|
3
|
+
import { t as a } from "./dist-CNbFpoT1.js";
|
|
4
4
|
import * as o from "react";
|
|
5
5
|
import { useLayoutEffect as s } from "react";
|
|
6
6
|
import { jsx as c } from "react/jsx-runtime";
|
|
7
7
|
import * as l from "react-dom";
|
|
8
|
-
//#region node_modules
|
|
8
|
+
//#region node_modules/@floating-ui/utils/dist/floating-ui.utils.mjs
|
|
9
9
|
var u = [
|
|
10
10
|
"top",
|
|
11
11
|
"right",
|
|
@@ -112,7 +112,7 @@ function R(e) {
|
|
|
112
112
|
};
|
|
113
113
|
}
|
|
114
114
|
//#endregion
|
|
115
|
-
//#region node_modules
|
|
115
|
+
//#region node_modules/@floating-ui/core/dist/floating-ui.core.mjs
|
|
116
116
|
function z(e, t, n) {
|
|
117
117
|
let { reference: r, floating: i } = e, a = T(t), o = E(t), s = C(o), c = b(t), l = a === "y", u = r.x + r.width / 2 - i.width / 2, d = r.y + r.height / 2 - i.height / 2, f = r[s] / 2 - i[s] / 2, p;
|
|
118
118
|
switch (c) {
|
|
@@ -468,7 +468,7 @@ var ce = function(e) {
|
|
|
468
468
|
};
|
|
469
469
|
};
|
|
470
470
|
//#endregion
|
|
471
|
-
//#region node_modules
|
|
471
|
+
//#region node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.mjs
|
|
472
472
|
function fe() {
|
|
473
473
|
return typeof window < "u";
|
|
474
474
|
}
|
|
@@ -594,7 +594,7 @@ function ke(e) {
|
|
|
594
594
|
return e.parent && Object.getPrototypeOf(e.parent) ? e.frameElement : null;
|
|
595
595
|
}
|
|
596
596
|
//#endregion
|
|
597
|
-
//#region node_modules
|
|
597
|
+
//#region node_modules/@floating-ui/dom/dist/floating-ui.dom.mjs
|
|
598
598
|
function Ae(e) {
|
|
599
599
|
let t = Y(e), n = parseFloat(t.width) || 0, r = parseFloat(t.height) || 0, i = K(e), a = i ? e.offsetWidth : n, o = i ? e.offsetHeight : r, s = p(n) !== a || p(r) !== o;
|
|
600
600
|
return s && (n = a, r = o), {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { a as e, d as t, f as n, i as r, r as i } from "./dist-
|
|
1
|
+
import { a as e, d as t, f as n, i as r, r as i } from "./dist-CgoP608h.js";
|
|
2
2
|
import * as a from "react";
|
|
3
3
|
import { jsx as o } from "react/jsx-runtime";
|
|
4
4
|
import s from "react-dom";
|
|
5
|
-
//#region node_modules
|
|
5
|
+
//#region node_modules/@radix-ui/react-use-callback-ref/dist/index.mjs
|
|
6
6
|
function c(e) {
|
|
7
7
|
let t = a.useRef(e);
|
|
8
8
|
return a.useEffect(() => {
|
|
@@ -10,7 +10,7 @@ function c(e) {
|
|
|
10
10
|
}), a.useMemo(() => (...e) => t.current?.(...e), []);
|
|
11
11
|
}
|
|
12
12
|
//#endregion
|
|
13
|
-
//#region node_modules
|
|
13
|
+
//#region node_modules/@radix-ui/react-use-escape-keydown/dist/index.mjs
|
|
14
14
|
function l(e, t = globalThis?.document) {
|
|
15
15
|
let n = c(e);
|
|
16
16
|
a.useEffect(() => {
|
|
@@ -21,7 +21,7 @@ function l(e, t = globalThis?.document) {
|
|
|
21
21
|
}, [n, t]);
|
|
22
22
|
}
|
|
23
23
|
//#endregion
|
|
24
|
-
//#region node_modules
|
|
24
|
+
//#region node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs
|
|
25
25
|
var u = "DismissableLayer", d = "dismissableLayer.update", f = "dismissableLayer.pointerDownOutside", p = "dismissableLayer.focusOutside", m, h = a.createContext({
|
|
26
26
|
layers: /* @__PURE__ */ new Set(),
|
|
27
27
|
layersWithOutsidePointerEventsDisabled: /* @__PURE__ */ new Set(),
|
|
@@ -120,7 +120,7 @@ function S(t, n, r, { discrete: i }) {
|
|
|
120
120
|
n && a.addEventListener(t, n, { once: !0 }), i ? e(a, o) : a.dispatchEvent(o);
|
|
121
121
|
}
|
|
122
122
|
//#endregion
|
|
123
|
-
//#region node_modules
|
|
123
|
+
//#region node_modules/@radix-ui/react-id/dist/index.mjs
|
|
124
124
|
var C = a.useId || (() => void 0), w = 0;
|
|
125
125
|
function T(e) {
|
|
126
126
|
let [t, n] = a.useState(C());
|
|
@@ -129,7 +129,7 @@ function T(e) {
|
|
|
129
129
|
}, [e]), e || (t ? `radix-${t}` : "");
|
|
130
130
|
}
|
|
131
131
|
//#endregion
|
|
132
|
-
//#region node_modules
|
|
132
|
+
//#region node_modules/@radix-ui/react-portal/dist/index.mjs
|
|
133
133
|
var E = "Portal", D = a.forwardRef((e, t) => {
|
|
134
134
|
let { container: n, ...c } = e, [l, u] = a.useState(!1);
|
|
135
135
|
i(() => u(!0), []);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { r as e } from "./dist-
|
|
1
|
+
import { r as e } from "./dist-CgoP608h.js";
|
|
2
2
|
import * as t from "react";
|
|
3
|
-
//#region node_modules
|
|
3
|
+
//#region node_modules/@radix-ui/react-use-size/dist/index.mjs
|
|
4
4
|
function n(n) {
|
|
5
5
|
let [r, i] = t.useState(void 0);
|
|
6
6
|
return e(() => {
|
|
@@ -8,7 +8,7 @@ function i(e, t, { checkForDefaultPrevented: n = !0 } = {}) {
|
|
|
8
8
|
};
|
|
9
9
|
}
|
|
10
10
|
//#endregion
|
|
11
|
-
//#region node_modules
|
|
11
|
+
//#region node_modules/@radix-ui/react-compose-refs/dist/index.mjs
|
|
12
12
|
function a(e, t) {
|
|
13
13
|
if (typeof e == "function") return e(t);
|
|
14
14
|
e != null && (e.current = t);
|
|
@@ -31,7 +31,7 @@ function s(...t) {
|
|
|
31
31
|
return e.useCallback(o(...t), t);
|
|
32
32
|
}
|
|
33
33
|
//#endregion
|
|
34
|
-
//#region node_modules
|
|
34
|
+
//#region node_modules/@radix-ui/react-context/dist/index.mjs
|
|
35
35
|
function c(t, r) {
|
|
36
36
|
let i = e.createContext(r), a = (t) => {
|
|
37
37
|
let { children: r, ...a } = t, o = e.useMemo(() => a, Object.values(a));
|
|
@@ -104,7 +104,7 @@ function u(...t) {
|
|
|
104
104
|
return r.scopeName = n.scopeName, r;
|
|
105
105
|
}
|
|
106
106
|
//#endregion
|
|
107
|
-
//#region node_modules
|
|
107
|
+
//#region node_modules/@radix-ui/react-slot/dist/index.mjs
|
|
108
108
|
/* @__NO_SIDE_EFFECTS__ */
|
|
109
109
|
function d(t) {
|
|
110
110
|
let r = /* @__PURE__ */ f(t), i = e.forwardRef((t, i) => {
|
|
@@ -168,7 +168,7 @@ function _(e) {
|
|
|
168
168
|
return n ? e.ref : (t = Object.getOwnPropertyDescriptor(e, "ref")?.get, n = t && "isReactWarning" in t && t.isReactWarning, n ? e.props.ref : e.props.ref || e.ref);
|
|
169
169
|
}
|
|
170
170
|
//#endregion
|
|
171
|
-
//#region node_modules
|
|
171
|
+
//#region node_modules/@radix-ui/react-primitive/dist/index.mjs
|
|
172
172
|
var v = [
|
|
173
173
|
"a",
|
|
174
174
|
"button",
|
|
@@ -204,10 +204,10 @@ function y(e, t) {
|
|
|
204
204
|
e && r.flushSync(() => e.dispatchEvent(t));
|
|
205
205
|
}
|
|
206
206
|
//#endregion
|
|
207
|
-
//#region node_modules
|
|
207
|
+
//#region node_modules/@radix-ui/react-use-layout-effect/dist/index.mjs
|
|
208
208
|
var b = globalThis?.document ? e.useLayoutEffect : () => {};
|
|
209
209
|
//#endregion
|
|
210
|
-
//#region node_modules
|
|
210
|
+
//#region node_modules/@radix-ui/react-presence/dist/index.mjs
|
|
211
211
|
function x(t, n) {
|
|
212
212
|
return e.useReducer((e, t) => n[e][t] ?? e, t);
|
|
213
213
|
}
|
|
@@ -269,7 +269,7 @@ function T(e) {
|
|
|
269
269
|
return n ? e.ref : (t = Object.getOwnPropertyDescriptor(e, "ref")?.get, n = t && "isReactWarning" in t && t.isReactWarning, n ? e.props.ref : e.props.ref || e.ref);
|
|
270
270
|
}
|
|
271
271
|
//#endregion
|
|
272
|
-
//#region node_modules
|
|
272
|
+
//#region node_modules/@radix-ui/react-use-controllable-state/dist/index.mjs
|
|
273
273
|
var E = e.useInsertionEffect || b;
|
|
274
274
|
function D({ prop: t, defaultProp: n, onChange: r = () => {}, caller: i }) {
|
|
275
275
|
let [a, o, s] = O({
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { a as e, d as t, f as n, i as r, l as i, n as a, o, t as s, u as c } from "./dist-
|
|
2
|
-
import { i as l, n as u, r as d, t as f } from "./dist-
|
|
3
|
-
import { a as p, i as m, n as h, r as g, t as _ } from "./dist-
|
|
4
|
-
import { i as v, n as y, r as b, t as x } from "./Combination-
|
|
1
|
+
import { a as e, d as t, f as n, i as r, l as i, n as a, o, t as s, u as c } from "./dist-CgoP608h.js";
|
|
2
|
+
import { i as l, n as u, r as d, t as f } from "./dist-BfuBBQ14.js";
|
|
3
|
+
import { a as p, i as m, n as h, r as g, t as _ } from "./dist-B2hwhF6G.js";
|
|
4
|
+
import { i as v, n as y, r as b, t as x } from "./Combination-11kyhTGt.js";
|
|
5
5
|
import * as S from "react";
|
|
6
6
|
import C from "react";
|
|
7
7
|
import { jsx as w } from "react/jsx-runtime";
|
|
8
|
-
//#region node_modules
|
|
8
|
+
//#region node_modules/@radix-ui/react-collection/dist/index.mjs
|
|
9
9
|
function T(e) {
|
|
10
10
|
let n = e + "CollectionProvider", [r, a] = i(n), [s, c] = r(n, {
|
|
11
11
|
collectionRef: { current: null },
|
|
@@ -60,14 +60,14 @@ function T(e) {
|
|
|
60
60
|
];
|
|
61
61
|
}
|
|
62
62
|
//#endregion
|
|
63
|
-
//#region node_modules
|
|
63
|
+
//#region node_modules/@radix-ui/react-direction/dist/index.mjs
|
|
64
64
|
var E = S.createContext(void 0);
|
|
65
65
|
function D(e) {
|
|
66
66
|
let t = S.useContext(E);
|
|
67
67
|
return e || t || "ltr";
|
|
68
68
|
}
|
|
69
69
|
//#endregion
|
|
70
|
-
//#region node_modules
|
|
70
|
+
//#region node_modules/@radix-ui/react-roving-focus/dist/index.mjs
|
|
71
71
|
var O = "rovingFocusGroup.onEntryFocus", ee = {
|
|
72
72
|
bubbles: !1,
|
|
73
73
|
cancelable: !0
|
package/dist/icons.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as e } from "./LoaderIcon-
|
|
1
|
+
import { t as e } from "./LoaderIcon-B3ddfd0D.js";
|
|
2
2
|
import { ChevronUpIcon as t } from "./components/icons/ChevronUpIcon.js";
|
|
3
3
|
import { FileUploadDefaultIcon as n } from "./components/icons/FileUploadDefaultIcon.js";
|
|
4
4
|
import { MoonIcon as r } from "./components/icons/MoonIcon.js";
|