@pdf-viewer/react 1.2.0-beta.0 → 1.2.0-beta.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.
Files changed (53) hide show
  1. package/dist/Container-f68e1779.js +38 -0
  2. package/dist/{RPDefaultLayout-79c7577a.js → RPDefaultLayout-17ed747f.js} +5 -5
  3. package/dist/assets/Container.css +1 -1
  4. package/dist/components/RPController.js +1 -1
  5. package/dist/components/RPPages.js +1 -1
  6. package/dist/components/RPProvider.js +1 -1
  7. package/dist/components/layout/Container.js +1 -1
  8. package/dist/components/layout/RPDefaultLayout.js +2 -2
  9. package/dist/components/layout/sidebar/RPSidebar.js +1 -1
  10. package/dist/components/layout/sidebar/Thumbnail.js +1 -1
  11. package/dist/components/layout/sidebar/Thumbnails.js +1 -1
  12. package/dist/components/layout/toolbar/DocumentDialog.js +1 -1
  13. package/dist/components/layout/toolbar/FileDownloadTool.js +1 -1
  14. package/dist/components/layout/toolbar/MostPageTool.js +1 -1
  15. package/dist/components/layout/toolbar/OtherTool.js +1 -1
  16. package/dist/components/layout/toolbar/Paginate.js +1 -1
  17. package/dist/components/layout/toolbar/PrintTool.js +1 -1
  18. package/dist/components/layout/toolbar/RPToolbar.js +1 -1
  19. package/dist/components/layout/toolbar/RPToolbarEnd.js +1 -1
  20. package/dist/components/layout/toolbar/SearchTool.js +1 -1
  21. package/dist/components/layout/toolbar/ZoomTool.js +1 -1
  22. package/dist/components/page/AnnotationLayer.js +1 -1
  23. package/dist/components/page/CanvasLayer.js +1 -1
  24. package/dist/components/page/DualPage.js +1 -1
  25. package/dist/components/page/RPPage.js +1 -1
  26. package/dist/components/page/SinglePage.js +1 -1
  27. package/dist/components/page/TextLayer.js +1 -1
  28. package/dist/components/ui/LoadingIndicator.js +1 -1
  29. package/dist/contexts/PaginationContext.js +1 -1
  30. package/dist/contexts/PrintContext.js +1 -1
  31. package/dist/contexts/SearchContext.js +1 -1
  32. package/dist/contexts/ThumbnailsContext.js +1 -1
  33. package/dist/main.js +1 -1
  34. package/dist/th_TH-2c4015a5.js +398 -0
  35. package/dist/types/locales/en_US.json.d.ts +3 -2
  36. package/dist/types/locales/it_IT.json.d.ts +3 -2
  37. package/dist/types/locales/pt_PT.json.d.ts +3 -2
  38. package/dist/types/locales/th_TH.json.d.ts +3 -2
  39. package/dist/types/locales/zh_CN.json.d.ts +3 -2
  40. package/dist/types/utils/types.d.ts +2 -7
  41. package/dist/utils/hooks/useFileDownload.js +1 -1
  42. package/dist/utils/hooks/useLicense.js +1 -1
  43. package/dist/utils/hooks/useLocalization.js +1 -1
  44. package/dist/utils/hooks/usePaginate.js +1 -1
  45. package/dist/utils/hooks/usePrint.js +1 -1
  46. package/dist/utils/hooks/useScrollToPage.js +1 -1
  47. package/dist/utils/hooks/useSearch.js +1 -1
  48. package/dist/utils/hooks/useThumbnail.js +1 -1
  49. package/dist/utils/hooks/useVirtualReactWindow.js +1 -1
  50. package/dist/utils/types.js +1 -1
  51. package/package.json +1 -1
  52. package/dist/Container-44b8ad45.js +0 -38
  53. package/dist/th_TH-2fba4a89.js +0 -388
@@ -0,0 +1,398 @@
1
+ const o = "Search in Document", e = "Enter to search", t = "Search", l = "Previous match", a = "Next match", i = "Close", r = "Match Case", s = "Search case sensitive text", n = "Whole Words", c = "Search exact and case insensitive word(s)", p = "Previous page", d = "Current page", b = "Next page", T = "Zoom out", g = "Zoom in", L = "Select zoom level", u = "Actual size", $ = "Page fit", h = "Page width", P = "Enable dark theme", m = "Enable light theme", S = "Open local file", w = "Open local file", C = "Download file", z = "Download file", F = "Print", v = "Print", M = "Preparing Document", f = "Cancel", D = "Full screen", k = "Full screen", x = "More options", A = "First page", W = "Go to first page", E = "Last page", O = "Go to last page", I = "Rotate clockwise", B = "Rotate clockwise", V = "Rotate counterclockwise", N = "Rotate counterclockwise", q = "Text selection tool", R = "Enable text selection tool", j = "Hand tool", y = "Enable hand tool", K = "Document properties", G = "View document properties", _ = "Page Scrolling", H = "Enable page scrolling", U = "Vertical Scrolling", Z = "Enable vertical scrolling", Q = "Horizontal Scrolling", J = "Enable horizontal scrolling", X = "Wrapped Scrolling", Y = "Enable wrapped scrolling", oo = "Single Page", eo = "Enable single page view", to = "Dual Page", lo = "Enable dual page view", ao = "File name", io = "File size", ro = "Title", so = "Author", no = "Subject", co = "Keywords", po = "Creator", bo = "Created on", To = "Modified on", go = "PDF producer", Lo = "PDF version", uo = "Page count", $o = "Thumbnail", ho = "Password Required", Po = "This document is password protected. Please enter a password to open the file.", mo = "Enter password", So = "Submit", wo = "Incorrect password", Co = "Drag and drop the PDF file here", nr = {
2
+ searchButtonTooltip: o,
3
+ searchInputPlaceholder: e,
4
+ searchInputTooltip: t,
5
+ searchPrevTooltip: l,
6
+ searchNextTooltip: a,
7
+ searchCloseButtonTooltip: i,
8
+ searchMatchCaseLabel: r,
9
+ searchMatchCaseTooltip: s,
10
+ searchWholeWordsLabel: n,
11
+ searchWholeWordsTooltip: c,
12
+ previousPageTooltip: p,
13
+ currentPageTooltip: d,
14
+ nextPageTooltip: b,
15
+ zoomOutTooltip: T,
16
+ zoomInTooltip: g,
17
+ zoomSelectTooltip: L,
18
+ zoomActualSize: u,
19
+ zoomPageFit: $,
20
+ zoomPageWidth: h,
21
+ themeEnableDarkTooltip: P,
22
+ themeEnableLightTooltip: m,
23
+ openLocalFileLabel: S,
24
+ openLocalFileTooltip: w,
25
+ downloadFileLabel: C,
26
+ downloadFileTooltip: z,
27
+ printLabel: F,
28
+ printTooltip: v,
29
+ printLoadingMessage: M,
30
+ printCancelLabel: f,
31
+ fullScreenLabel: D,
32
+ fullScreenTooltip: k,
33
+ moreOptionTooltip: x,
34
+ firstPageLabel: A,
35
+ firstPageTooltip: W,
36
+ lastPageLabel: E,
37
+ lastPageTooltip: O,
38
+ rotateClockwiseLabel: I,
39
+ rotateClockwiseTooltip: B,
40
+ rotateCounterclockwiseLabel: V,
41
+ rotateCounterclockwiseTooltip: N,
42
+ textSelectionLabel: q,
43
+ textSelectionTooltip: R,
44
+ handToolLabel: j,
45
+ handToolTooltip: y,
46
+ documentPropertiesLabel: K,
47
+ documentPropertiesTooltip: G,
48
+ pageScrollingLabel: _,
49
+ pageScrollingTooltip: H,
50
+ verticalScrollingLabel: U,
51
+ verticalScrollingTooltip: Z,
52
+ horizontalLabel: Q,
53
+ horizontalTooltip: J,
54
+ wrappedScrollingLabel: X,
55
+ wrappedScrollingTooltip: Y,
56
+ singlePageLabel: oo,
57
+ singlePageTooltip: eo,
58
+ dualPageLabel: to,
59
+ dualPageTooltip: lo,
60
+ propertiesFilenameLabel: ao,
61
+ propertiesFileSizeLabel: io,
62
+ propertiesTitleLabel: ro,
63
+ propertiesAuthorLabel: so,
64
+ propertiesSubjectLabel: no,
65
+ propertiesKeywordLabel: co,
66
+ propertiesCreatorLabel: po,
67
+ propertiesCreateOnLabel: bo,
68
+ propertiesModifiedOnLabel: To,
69
+ propertiesPDFProducerLabel: go,
70
+ propertiesPDFVersionLabel: Lo,
71
+ propertiesPageCountLabel: uo,
72
+ thumbnailTooltip: $o,
73
+ passwordModalTitle: ho,
74
+ passwordModalMessage: Po,
75
+ passwordPlaceholder: mo,
76
+ passwordConfirmLabel: So,
77
+ passwordError: wo,
78
+ dragDropFileMessage: Co
79
+ }, zo = "搜索文件", Fo = "输入搜索词", vo = "搜索", Mo = "上一条", fo = "下一条", Do = "关闭", ko = "区分大小写", xo = "搜索区分大小写", Ao = "全字匹配", Wo = "搜索完全匹配", Eo = "上一页", Oo = "当前页", Io = "下一页", Bo = "放大", Vo = "缩小", No = "选择缩放级别", qo = "实际大小", Ro = "适合页面", jo = "页面宽度", yo = "切换到深色模式", Ko = "切换到浅色模式", Go = "打开文件", _o = "打开文件", Ho = "下载文件", Uo = "下载文件", Zo = "打印", Qo = "打印", Jo = "准备文件", Xo = "取消", Yo = "全屏", oe = "全屏", ee = "更多选项", te = "第一页", le = "跳转到第一页", ae = "最后一页", ie = "跳转到最后一页", re = "顺时针旋转", se = "顺时针旋转", ne = "逆时针旋转", ce = "逆时针旋转", pe = "文本选择工具", de = "启用文本选择工具", be = "手型工具", Te = "启用手型工具", ge = "文件属性", Le = "查看文件属性", ue = "页面滚动", $e = "启用页面滚动", he = "垂直滚动", Pe = "启用垂直滚动", me = "水平滚动", Se = "启用水平滚动", we = "环绕滚动", Ce = "启用环绕滚动", ze = "单页面视图", Fe = "启用单页视图", ve = "双页面视图", Me = "启用双页视图", fe = "文件名称", De = "文件大小", ke = "标题", xe = "作者", Ae = "主题", We = "关键字", Ee = "创建者", Oe = "创建于", Ie = "修改于", Be = "PDF 制作程序 ", Ve = "PDF版本", Ne = "页数", qe = "缩略图", Re = "需要密码", je = "此文件受密码保护。请输入密码以打开文件。", ye = "输入密码", Ke = "提交", Ge = "密码错误", _e = "将PDF文件拖放到这里", cr = {
80
+ searchButtonTooltip: zo,
81
+ searchInputPlaceholder: Fo,
82
+ searchInputTooltip: vo,
83
+ searchPrevTooltip: Mo,
84
+ searchNextTooltip: fo,
85
+ searchCloseButtonTooltip: Do,
86
+ searchMatchCaseLabel: ko,
87
+ searchMatchCaseTooltip: xo,
88
+ searchWholeWordsLabel: Ao,
89
+ searchWholeWordsTooltip: Wo,
90
+ previousPageTooltip: Eo,
91
+ currentPageTooltip: Oo,
92
+ nextPageTooltip: Io,
93
+ zoomOutTooltip: Bo,
94
+ zoomInTooltip: Vo,
95
+ zoomSelectTooltip: No,
96
+ zoomActualSize: qo,
97
+ zoomPageFit: Ro,
98
+ zoomPageWidth: jo,
99
+ themeEnableDarkTooltip: yo,
100
+ themeEnableLightTooltip: Ko,
101
+ openLocalFileLabel: Go,
102
+ openLocalFileTooltip: _o,
103
+ downloadFileLabel: Ho,
104
+ downloadFileTooltip: Uo,
105
+ printLabel: Zo,
106
+ printTooltip: Qo,
107
+ printLoadingMessage: Jo,
108
+ printCancelLabel: Xo,
109
+ fullScreenLabel: Yo,
110
+ fullScreenTooltip: oe,
111
+ moreOptionTooltip: ee,
112
+ firstPageLabel: te,
113
+ firstPageTooltip: le,
114
+ lastPageLabel: ae,
115
+ lastPageTooltip: ie,
116
+ rotateClockwiseLabel: re,
117
+ rotateClockwiseTooltip: se,
118
+ rotateCounterclockwiseLabel: ne,
119
+ rotateCounterclockwiseTooltip: ce,
120
+ textSelectionLabel: pe,
121
+ textSelectionTooltip: de,
122
+ handToolLabel: be,
123
+ handToolTooltip: Te,
124
+ documentPropertiesLabel: ge,
125
+ documentPropertiesTooltip: Le,
126
+ pageScrollingLabel: ue,
127
+ pageScrollingTooltip: $e,
128
+ verticalScrollingLabel: he,
129
+ verticalScrollingTooltip: Pe,
130
+ horizontalLabel: me,
131
+ horizontalTooltip: Se,
132
+ wrappedScrollingLabel: we,
133
+ wrappedScrollingTooltip: Ce,
134
+ singlePageLabel: ze,
135
+ singlePageTooltip: Fe,
136
+ dualPageLabel: ve,
137
+ dualPageTooltip: Me,
138
+ propertiesFilenameLabel: fe,
139
+ propertiesFileSizeLabel: De,
140
+ propertiesTitleLabel: ke,
141
+ propertiesAuthorLabel: xe,
142
+ propertiesSubjectLabel: Ae,
143
+ propertiesKeywordLabel: We,
144
+ propertiesCreatorLabel: Ee,
145
+ propertiesCreateOnLabel: Oe,
146
+ propertiesModifiedOnLabel: Ie,
147
+ propertiesPDFProducerLabel: Be,
148
+ propertiesPDFVersionLabel: Ve,
149
+ propertiesPageCountLabel: Ne,
150
+ thumbnailTooltip: qe,
151
+ passwordModalTitle: Re,
152
+ passwordModalMessage: je,
153
+ passwordPlaceholder: ye,
154
+ passwordConfirmLabel: Ke,
155
+ passwordError: Ge,
156
+ dragDropFileMessage: _e
157
+ }, He = "Cerca nel documento", Ue = "Premi Invio per cercare", Ze = "Cerca", Qe = "Corrispondenza precedente", Je = "Corrispondenza successiva", Xe = "Chiudi", Ye = "Maiuscole/minuscole", ot = "Cerca testo con distinzione maiuscole/minuscole", et = "Parola intera", tt = "Cerca esatte parole senza distinzione maiuscole/minuscole", lt = "Pagina precedente", at = "Pagina corrente", it = "Pagina successiva", rt = "Ridurre", st = "Ingrandire", nt = "Seleziona un livello di zoom", ct = "Dimensioni effettive", pt = "Adatta pagina", dt = "Larghezza pagina", bt = "Abilita tema scuro", Tt = "Abilita tema chiaro", gt = "Aprire file", Lt = "Aprire file", ut = "Scaricare file", $t = "Scaricare file", ht = "Stampa", Pt = "Stampa", mt = "Preparazione del documento", St = "Annulla", wt = "Schermo intero", Ct = "Schermo intero", zt = "Altre opzioni", Ft = "Prima pagina", vt = "Vai alla prima pagina", Mt = "Ultima pagina", ft = "Vai all’ultima pagina", Dt = "Ruota in senso orario", kt = "Ruota in senso orario", xt = "Ruota in senso antiorario", At = "Ruota in senso antiorario", Wt = "Strumento di selezione testo", Et = "Abilita strumento di selezione testo", Ot = "Strumento mano", It = "Abilita strumento mano", Bt = "Proprietà documento", Vt = "Visualizza proprietà documento", Nt = "Scorrimento pagina", qt = "Abilita lo scorrimento delle pagine", Rt = "Scorrimento verticale", jt = "Abilita lo scorrimento verticale", yt = "Scorrimento orizzontale", Kt = "Abilita lo scorrimento orizzontale", Gt = "Scorrimento avvolto", _t = "Abilita lo scorrimento avvolto", Ht = "Doppio", Ut = "Visualizzazione singola", Zt = "Singolo", Qt = "Visualizzazione doppio", Jt = "Nome file", Xt = "Dimensione file", Yt = "Titolo", ol = "Autore", el = "Oggetto", tl = "Parole chiave", ll = "Creatore", al = "Creato il", il = "Modificato il", rl = "Produttore PDF", sl = "Versione PDF", nl = "Numero di pagine", cl = "Miniature", pl = "Password richiesta", dl = "Questo documento è protetto da password. Si prega di inserire una password per aprire il file.", bl = "Inserisci la password", Tl = "Invia", gl = "Password errata", Ll = "Trascina e rilascia il file PDF qui", pr = {
158
+ searchButtonTooltip: He,
159
+ searchInputPlaceholder: Ue,
160
+ searchInputTooltip: Ze,
161
+ searchPrevTooltip: Qe,
162
+ searchNextTooltip: Je,
163
+ searchCloseButtonTooltip: Xe,
164
+ searchMatchCaseLabel: Ye,
165
+ searchMatchCaseTooltip: ot,
166
+ searchWholeWordsLabel: et,
167
+ searchWholeWordsTooltip: tt,
168
+ previousPageTooltip: lt,
169
+ currentPageTooltip: at,
170
+ nextPageTooltip: it,
171
+ zoomOutTooltip: rt,
172
+ zoomInTooltip: st,
173
+ zoomSelectTooltip: nt,
174
+ zoomActualSize: ct,
175
+ zoomPageFit: pt,
176
+ zoomPageWidth: dt,
177
+ themeEnableDarkTooltip: bt,
178
+ themeEnableLightTooltip: Tt,
179
+ openLocalFileLabel: gt,
180
+ openLocalFileTooltip: Lt,
181
+ downloadFileLabel: ut,
182
+ downloadFileTooltip: $t,
183
+ printLabel: ht,
184
+ printTooltip: Pt,
185
+ printLoadingMessage: mt,
186
+ printCancelLabel: St,
187
+ fullScreenLabel: wt,
188
+ fullScreenTooltip: Ct,
189
+ moreOptionTooltip: zt,
190
+ firstPageLabel: Ft,
191
+ firstPageTooltip: vt,
192
+ lastPageLabel: Mt,
193
+ lastPageTooltip: ft,
194
+ rotateClockwiseLabel: Dt,
195
+ rotateClockwiseTooltip: kt,
196
+ rotateCounterclockwiseLabel: xt,
197
+ rotateCounterclockwiseTooltip: At,
198
+ textSelectionLabel: Wt,
199
+ textSelectionTooltip: Et,
200
+ handToolLabel: Ot,
201
+ handToolTooltip: It,
202
+ documentPropertiesLabel: Bt,
203
+ documentPropertiesTooltip: Vt,
204
+ pageScrollingLabel: Nt,
205
+ pageScrollingTooltip: qt,
206
+ verticalScrollingLabel: Rt,
207
+ verticalScrollingTooltip: jt,
208
+ horizontalLabel: yt,
209
+ horizontalTooltip: Kt,
210
+ wrappedScrollingLabel: Gt,
211
+ wrappedScrollingTooltip: _t,
212
+ singlePageLabel: Ht,
213
+ singlePageTooltip: Ut,
214
+ dualPageLabel: Zt,
215
+ dualPageTooltip: Qt,
216
+ propertiesFilenameLabel: Jt,
217
+ propertiesFileSizeLabel: Xt,
218
+ propertiesTitleLabel: Yt,
219
+ propertiesAuthorLabel: ol,
220
+ propertiesSubjectLabel: el,
221
+ propertiesKeywordLabel: tl,
222
+ propertiesCreatorLabel: ll,
223
+ propertiesCreateOnLabel: al,
224
+ propertiesModifiedOnLabel: il,
225
+ propertiesPDFProducerLabel: rl,
226
+ propertiesPDFVersionLabel: sl,
227
+ propertiesPageCountLabel: nl,
228
+ thumbnailTooltip: cl,
229
+ passwordModalTitle: pl,
230
+ passwordModalMessage: dl,
231
+ passwordPlaceholder: bl,
232
+ passwordConfirmLabel: Tl,
233
+ passwordError: gl,
234
+ dragDropFileMessage: Ll
235
+ }, ul = "Pesquisar no documento", $l = "Pressione Enter para pesquisar", hl = "Pesquisar", Pl = "Correspondência anterior", ml = "Correspondência seguinte", Sl = "Fechar", wl = "Diferenciar maiúsculas/minúsculas", Cl = "Pesquisar texto com distinção de maiúsculas/minúsculas", zl = "Palavra inteira", Fl = "Pesquisar palavras exatas sem distinção de maiúsculas/minúsculas", vl = "Página anterior", Ml = "Página atual", fl = "Próxima página", Dl = "Reduzir", kl = "Ampliar", xl = "Selecionar nível de zoom", Al = "Tamanho real", Wl = "Ajustar à página", El = "Largura da página", Ol = "Ativar tema escuro", Il = "Ativar tema claro", Bl = "Abrir arquivo", Vl = "Abrir arquivo", Nl = "Baixar arquivo", ql = "Baixar arquivo", Rl = "Imprimir", jl = "Imprimir", yl = "Preparando documento", Kl = "Cancelar", Gl = "Tela inteira", _l = "Tela inteira", Hl = "Mais opções", Ul = "Primeira página", Zl = "Ir para a primeira página", Ql = "Última página", Jl = "Ir para a última página", Xl = "Girar no sentido horário", Yl = "Girar no sentido horário", oa = "Girar no sentido anti-horário", ea = "Girar no sentido anti-horário", ta = "Ferramenta de seleção de texto", la = "Ativar ferramenta de seleção de texto", aa = "Ferramenta de mão", ia = "Ativar ferramenta de mão", ra = "Propriedades do documento", sa = "Ver propriedades do documento", na = "Rolagem página", ca = "Ativar rolagem de página", pa = "Rolagem vertical", da = "Ativar rolagem vertical", ba = "Rolagem horizontal", Ta = "Ativar rolagem horizontal", ga = "Rolagem envolvida", La = "Ativar rolagem envolvente", ua = "Página única", $a = "Ativar página única", ha = "Página dupla", Pa = "Ativar página dupla", ma = "Nome do arquivo", Sa = "Tamanho do arquivo", wa = "Título", Ca = "Autor", za = "Assunto", Fa = "Palavras-chave", va = "Criador", Ma = "Criado em", fa = "Modificado em", Da = "Produtor do PDF", ka = "Versão do PDF", xa = "Número de páginas", Aa = "Miniatura", Wa = "Senha necessária", Ea = "Este documento é protegido por senha. Por favor, insira uma senha para abrir o arquivo.", Oa = "Insira a senha", Ia = "Enviar", Ba = "Senha incorreta", Va = "Arraste e solte o arquivo PDF aqui", dr = {
236
+ searchButtonTooltip: ul,
237
+ searchInputPlaceholder: $l,
238
+ searchInputTooltip: hl,
239
+ searchPrevTooltip: Pl,
240
+ searchNextTooltip: ml,
241
+ searchCloseButtonTooltip: Sl,
242
+ searchMatchCaseLabel: wl,
243
+ searchMatchCaseTooltip: Cl,
244
+ searchWholeWordsLabel: zl,
245
+ searchWholeWordsTooltip: Fl,
246
+ previousPageTooltip: vl,
247
+ currentPageTooltip: Ml,
248
+ nextPageTooltip: fl,
249
+ zoomOutTooltip: Dl,
250
+ zoomInTooltip: kl,
251
+ zoomSelectTooltip: xl,
252
+ zoomActualSize: Al,
253
+ zoomPageFit: Wl,
254
+ zoomPageWidth: El,
255
+ themeEnableDarkTooltip: Ol,
256
+ themeEnableLightTooltip: Il,
257
+ openLocalFileLabel: Bl,
258
+ openLocalFileTooltip: Vl,
259
+ downloadFileLabel: Nl,
260
+ downloadFileTooltip: ql,
261
+ printLabel: Rl,
262
+ printTooltip: jl,
263
+ printLoadingMessage: yl,
264
+ printCancelLabel: Kl,
265
+ fullScreenLabel: Gl,
266
+ fullScreenTooltip: _l,
267
+ moreOptionTooltip: Hl,
268
+ firstPageLabel: Ul,
269
+ firstPageTooltip: Zl,
270
+ lastPageLabel: Ql,
271
+ lastPageTooltip: Jl,
272
+ rotateClockwiseLabel: Xl,
273
+ rotateClockwiseTooltip: Yl,
274
+ rotateCounterclockwiseLabel: oa,
275
+ rotateCounterclockwiseTooltip: ea,
276
+ textSelectionLabel: ta,
277
+ textSelectionTooltip: la,
278
+ handToolLabel: aa,
279
+ handToolTooltip: ia,
280
+ documentPropertiesLabel: ra,
281
+ documentPropertiesTooltip: sa,
282
+ pageScrollingLabel: na,
283
+ pageScrollingTooltip: ca,
284
+ verticalScrollingLabel: pa,
285
+ verticalScrollingTooltip: da,
286
+ horizontalLabel: ba,
287
+ horizontalTooltip: Ta,
288
+ wrappedScrollingLabel: ga,
289
+ wrappedScrollingTooltip: La,
290
+ singlePageLabel: ua,
291
+ singlePageTooltip: $a,
292
+ dualPageLabel: ha,
293
+ dualPageTooltip: Pa,
294
+ propertiesFilenameLabel: ma,
295
+ propertiesFileSizeLabel: Sa,
296
+ propertiesTitleLabel: wa,
297
+ propertiesAuthorLabel: Ca,
298
+ propertiesSubjectLabel: za,
299
+ propertiesKeywordLabel: Fa,
300
+ propertiesCreatorLabel: va,
301
+ propertiesCreateOnLabel: Ma,
302
+ propertiesModifiedOnLabel: fa,
303
+ propertiesPDFProducerLabel: Da,
304
+ propertiesPDFVersionLabel: ka,
305
+ propertiesPageCountLabel: xa,
306
+ thumbnailTooltip: Aa,
307
+ passwordModalTitle: Wa,
308
+ passwordModalMessage: Ea,
309
+ passwordPlaceholder: Oa,
310
+ passwordConfirmLabel: Ia,
311
+ passwordError: Ba,
312
+ dragDropFileMessage: Va
313
+ }, Na = "ค้นหาในเอกสาร", qa = "กรอกคำค้นหา", Ra = "ค้นหา", ja = "ผลการค้นหาก่อนหน้า", ya = "ผลการค้นหาถัดไป", Ka = "ปิด", Ga = "ข้อความที่มีคำ", _a = "ค้นหาข้อความที่มีการแยกตัวพิมพ์ใหญ่/พิมพ์เล็ก", Ha = "ทั้งคำ", Ua = "ค้นหาคำที่ตรงตัวไม่มีการแยกตัวพิมพ์ใหญ่/พิมพ์เล็ก", Za = "หน้าก่อนหน้า", Qa = "หน้าปัจจุบัน", Ja = "หน้าถัดไป", Xa = "ย่อ", Ya = "ขยาย", oi = "เลือกระดับซูม", ei = "ขนาดจริง", ti = "พอดีหน้า", li = "พอดีความกว้าง", ai = "เปิดโหมดมืด", ii = "เปิดโหมดสว่าง", ri = "เปิดไฟล์", si = "เปิดไฟล์", ni = "ดาวน์โหลดเอกสาร", ci = "ดาวน์โหลดเอกสาร", pi = "พิมพ์", di = "พิมพ์", bi = "เตรียมเอกสาร", Ti = "ยกเลิก", gi = "เต็มจอ", Li = "เต็มจอ", ui = "ตัวเลือกเพิ่มเติม", $i = "หน้าแรก", hi = "ไปที่หน้าแรก", Pi = "หน้าสุดท้าย", mi = "ไปที่หน้าสุดท้าย", Si = "หมุนตามเข็มนาฬิกา", wi = "หมุนตามเข็มนาฬิกา", Ci = "หมุนทวนเข็มนาฬิกา", zi = "หมุนทวนเข็มนาฬิกา", Fi = "เครื่องมือเลือกข้อความ", vi = "เปิดใช้การเลือกข้อความ", Mi = "เครื่องมือแฮนด์ทูล", fi = "เปิดใช้แฮนด์ทูล", Di = "คุณสมบัติของเอกสาร", ki = "ดูคุณสมบัติของเอกสาร", xi = "การเลื่อนภายในหน้า", Ai = "เปิดใช้การเลื่อนภายในหน้า", Wi = "การเลื่อนแนวตั้ง", Ei = "เปิดใช้การเลื่อนแนวตั้ง", Oi = "การเลื่อนแนวนอน", Ii = "เปิดใช้การเลื่อนแนวนอน", Bi = "การเลื่อนแบบแรพ", Vi = "เปิดใช้การเลื่อนแบบแรพ", Ni = "หน้าเดี่ยว", qi = "เปิดใช้หน้าเดี่ยว", Ri = "หน้าคู่", ji = "เปิดใช้หน้าคู่", yi = "ชื่อเอกสาร", Ki = "ขนาดเอกสาร", Gi = "ชื่อเรื่อง", _i = "ผู้เขียน", Hi = "หัวข้อ", Ui = "คำสำคัญ", Zi = "ผู้สร้าง", Qi = "วันที่สร้าง", Ji = "วันที่แก้ไข", Xi = "ผู้ผลิต PDF", Yi = "เวอร์ชัน PDF", or = "จำนวนหน้า", er = "ภาพย่อ", tr = "กรุณากรอกรหัสผ่าน", lr = "เอกสารนี้ได้รับการป้องกันด้วยรหัสผ่าน กรุณาใส่รหัสผ่านเพื่อเปิดไฟล์", ar = "กรอกรหัสผ่าน", ir = "ส่ง", rr = "รหัสผ่านไม่ถูกต้อง", sr = "ลากและวางไฟล์ PDF ที่นี่", br = {
314
+ searchButtonTooltip: Na,
315
+ searchInputPlaceholder: qa,
316
+ searchInputTooltip: Ra,
317
+ searchPrevTooltip: ja,
318
+ searchNextTooltip: ya,
319
+ searchCloseButtonTooltip: Ka,
320
+ searchMatchCaseLabel: Ga,
321
+ searchMatchCaseTooltip: _a,
322
+ searchWholeWordsLabel: Ha,
323
+ searchWholeWordsTooltip: Ua,
324
+ previousPageTooltip: Za,
325
+ currentPageTooltip: Qa,
326
+ nextPageTooltip: Ja,
327
+ zoomOutTooltip: Xa,
328
+ zoomInTooltip: Ya,
329
+ zoomSelectTooltip: oi,
330
+ zoomActualSize: ei,
331
+ zoomPageFit: ti,
332
+ zoomPageWidth: li,
333
+ themeEnableDarkTooltip: ai,
334
+ themeEnableLightTooltip: ii,
335
+ openLocalFileLabel: ri,
336
+ openLocalFileTooltip: si,
337
+ downloadFileLabel: ni,
338
+ downloadFileTooltip: ci,
339
+ printLabel: pi,
340
+ printTooltip: di,
341
+ printLoadingMessage: bi,
342
+ printCancelLabel: Ti,
343
+ fullScreenLabel: gi,
344
+ fullScreenTooltip: Li,
345
+ moreOptionTooltip: ui,
346
+ firstPageLabel: $i,
347
+ firstPageTooltip: hi,
348
+ lastPageLabel: Pi,
349
+ lastPageTooltip: mi,
350
+ rotateClockwiseLabel: Si,
351
+ rotateClockwiseTooltip: wi,
352
+ rotateCounterclockwiseLabel: Ci,
353
+ rotateCounterclockwiseTooltip: zi,
354
+ textSelectionLabel: Fi,
355
+ textSelectionTooltip: vi,
356
+ handToolLabel: Mi,
357
+ handToolTooltip: fi,
358
+ documentPropertiesLabel: Di,
359
+ documentPropertiesTooltip: ki,
360
+ pageScrollingLabel: xi,
361
+ pageScrollingTooltip: Ai,
362
+ verticalScrollingLabel: Wi,
363
+ verticalScrollingTooltip: Ei,
364
+ horizontalLabel: Oi,
365
+ horizontalTooltip: Ii,
366
+ wrappedScrollingLabel: Bi,
367
+ wrappedScrollingTooltip: Vi,
368
+ singlePageLabel: Ni,
369
+ singlePageTooltip: qi,
370
+ dualPageLabel: Ri,
371
+ dualPageTooltip: ji,
372
+ propertiesFilenameLabel: yi,
373
+ propertiesFileSizeLabel: Ki,
374
+ propertiesTitleLabel: Gi,
375
+ propertiesAuthorLabel: _i,
376
+ propertiesSubjectLabel: Hi,
377
+ propertiesKeywordLabel: Ui,
378
+ propertiesCreatorLabel: Zi,
379
+ propertiesCreateOnLabel: Qi,
380
+ propertiesModifiedOnLabel: Ji,
381
+ propertiesPDFProducerLabel: Xi,
382
+ propertiesPDFVersionLabel: Yi,
383
+ propertiesPageCountLabel: or,
384
+ thumbnailTooltip: er,
385
+ passwordModalTitle: tr,
386
+ passwordModalMessage: lr,
387
+ passwordPlaceholder: ar,
388
+ passwordConfirmLabel: ir,
389
+ passwordError: rr,
390
+ dragDropFileMessage: sr
391
+ };
392
+ export {
393
+ nr as e,
394
+ pr as i,
395
+ dr as p,
396
+ br as t,
397
+ cr as z
398
+ };
@@ -1,6 +1,7 @@
1
1
  declare const _default: {
2
2
  "searchButtonTooltip": "Search in Document",
3
3
  "searchInputPlaceholder": "Enter to search",
4
+ "searchInputTooltip": "Search",
4
5
  "searchPrevTooltip": "Previous match",
5
6
  "searchNextTooltip": "Next match",
6
7
  "searchCloseButtonTooltip": "Close",
@@ -9,6 +10,7 @@ declare const _default: {
9
10
  "searchWholeWordsLabel": "Whole Words",
10
11
  "searchWholeWordsTooltip": "Search exact and case insensitive word(s)",
11
12
  "previousPageTooltip": "Previous page",
13
+ "currentPageTooltip": "Current page",
12
14
  "nextPageTooltip": "Next page",
13
15
  "zoomOutTooltip": "Zoom out",
14
16
  "zoomInTooltip": "Zoom in",
@@ -74,7 +76,6 @@ declare const _default: {
74
76
  "passwordConfirmLabel": "Submit",
75
77
  "passwordError": "Incorrect password",
76
78
  "dragDropFileMessage": "Drag and drop the PDF file here"
77
- }
78
- ;
79
+ };
79
80
 
80
81
  export default _default;
@@ -1,6 +1,7 @@
1
1
  declare const _default: {
2
2
  "searchButtonTooltip": "Cerca nel documento",
3
3
  "searchInputPlaceholder": "Premi Invio per cercare",
4
+ "searchInputTooltip": "Cerca",
4
5
  "searchPrevTooltip": "Corrispondenza precedente",
5
6
  "searchNextTooltip": "Corrispondenza successiva",
6
7
  "searchCloseButtonTooltip": "Chiudi",
@@ -9,6 +10,7 @@ declare const _default: {
9
10
  "searchWholeWordsLabel": "Parola intera",
10
11
  "searchWholeWordsTooltip": "Cerca esatte parole senza distinzione maiuscole/minuscole",
11
12
  "previousPageTooltip": "Pagina precedente",
13
+ "currentPageTooltip": "Pagina corrente",
12
14
  "nextPageTooltip": "Pagina successiva",
13
15
  "zoomOutTooltip": "Ridurre",
14
16
  "zoomInTooltip": "Ingrandire",
@@ -74,7 +76,6 @@ declare const _default: {
74
76
  "passwordConfirmLabel": "Invia",
75
77
  "passwordError": "Password errata",
76
78
  "dragDropFileMessage": "Trascina e rilascia il file PDF qui"
77
- }
78
- ;
79
+ };
79
80
 
80
81
  export default _default;
@@ -1,6 +1,7 @@
1
1
  declare const _default: {
2
2
  "searchButtonTooltip": "Pesquisar no documento",
3
3
  "searchInputPlaceholder": "Pressione Enter para pesquisar",
4
+ "searchInputTooltip": "Pesquisar",
4
5
  "searchPrevTooltip": "Correspondência anterior",
5
6
  "searchNextTooltip": "Correspondência seguinte",
6
7
  "searchCloseButtonTooltip": "Fechar",
@@ -9,6 +10,7 @@ declare const _default: {
9
10
  "searchWholeWordsLabel": "Palavra inteira",
10
11
  "searchWholeWordsTooltip": "Pesquisar palavras exatas sem distinção de maiúsculas/minúsculas",
11
12
  "previousPageTooltip": "Página anterior",
13
+ "currentPageTooltip": "Página atual",
12
14
  "nextPageTooltip": "Próxima página",
13
15
  "zoomOutTooltip": "Reduzir",
14
16
  "zoomInTooltip": "Ampliar",
@@ -74,7 +76,6 @@ declare const _default: {
74
76
  "passwordConfirmLabel": "Enviar",
75
77
  "passwordError": "Senha incorreta",
76
78
  "dragDropFileMessage": "Arraste e solte o arquivo PDF aqui"
77
- }
78
- ;
79
+ };
79
80
 
80
81
  export default _default;
@@ -1,6 +1,7 @@
1
1
  declare const _default: {
2
2
  "searchButtonTooltip": "ค้นหาในเอกสาร",
3
3
  "searchInputPlaceholder": "กรอกคำค้นหา",
4
+ "searchInputTooltip": "ค้นหา",
4
5
  "searchPrevTooltip": "ผลการค้นหาก่อนหน้า",
5
6
  "searchNextTooltip": "ผลการค้นหาถัดไป",
6
7
  "searchCloseButtonTooltip": "ปิด",
@@ -9,6 +10,7 @@ declare const _default: {
9
10
  "searchWholeWordsLabel": "ทั้งคำ",
10
11
  "searchWholeWordsTooltip": "ค้นหาคำที่ตรงตัวไม่มีการแยกตัวพิมพ์ใหญ่/พิมพ์เล็ก",
11
12
  "previousPageTooltip": "หน้าก่อนหน้า",
13
+ "currentPageTooltip": "หน้าปัจจุบัน",
12
14
  "nextPageTooltip": "หน้าถัดไป",
13
15
  "zoomOutTooltip": "ย่อ",
14
16
  "zoomInTooltip": "ขยาย",
@@ -74,7 +76,6 @@ declare const _default: {
74
76
  "passwordConfirmLabel": "ส่ง",
75
77
  "passwordError": "รหัสผ่านไม่ถูกต้อง",
76
78
  "dragDropFileMessage": "ลากและวางไฟล์ PDF ที่นี่"
77
- }
78
- ;
79
+ };
79
80
 
80
81
  export default _default;
@@ -1,6 +1,7 @@
1
1
  declare const _default: {
2
2
  "searchButtonTooltip": "搜索文件",
3
3
  "searchInputPlaceholder": "输入搜索词",
4
+ "searchInputTooltip": "搜索",
4
5
  "searchPrevTooltip": "上一条",
5
6
  "searchNextTooltip": "下一条",
6
7
  "searchCloseButtonTooltip": "关闭",
@@ -9,6 +10,7 @@ declare const _default: {
9
10
  "searchWholeWordsLabel": "全字匹配",
10
11
  "searchWholeWordsTooltip": "搜索完全匹配",
11
12
  "previousPageTooltip": "上一页",
13
+ "currentPageTooltip": "当前页",
12
14
  "nextPageTooltip": "下一页",
13
15
  "zoomOutTooltip": "放大",
14
16
  "zoomInTooltip": "缩小",
@@ -74,7 +76,6 @@ declare const _default: {
74
76
  "passwordConfirmLabel": "提交",
75
77
  "passwordError": "密码错误",
76
78
  "dragDropFileMessage": "将PDF文件拖放到这里"
77
- }
78
- ;
79
+ };
79
80
 
80
81
  export default _default;
@@ -57,6 +57,7 @@ export declare enum ZoomLevel {
57
57
  export type Localization = {
58
58
  searchButtonTooltip?: string;
59
59
  searchInputPlaceholder?: string;
60
+ searchInputTooltip?: string;
60
61
  searchPrevTooltip?: string;
61
62
  searchNextTooltip?: string;
62
63
  searchCloseButtonTooltip?: string;
@@ -65,6 +66,7 @@ export type Localization = {
65
66
  searchWholeWordsLabel?: string;
66
67
  searchWholeWordsTooltip?: string;
67
68
  previousPageTooltip?: string;
69
+ currentPageTooltip?: string;
68
70
  nextPageTooltip?: string;
69
71
  zoomOutTooltip?: string;
70
72
  zoomInTooltip?: string;
@@ -103,8 +105,6 @@ export type Localization = {
103
105
  verticalScrollingTooltip?: string;
104
106
  horizontalLabel?: string;
105
107
  horizontalTooltip?: string;
106
- wrappedScrollingLabel?: string;
107
- wrappedScrollingTooltip?: string;
108
108
  singlePageLabel?: string;
109
109
  singlePageTooltip?: string;
110
110
  dualPageLabel?: string;
@@ -124,11 +124,6 @@ export type Localization = {
124
124
  propertiesPDFVersionLabel?: string;
125
125
  propertiesPageCountLabel?: string;
126
126
  thumbnailTooltip?: string;
127
- passwordModalTitle?: string;
128
- passwordModalMessage?: string;
129
- passwordPlaceholder?: string;
130
- passwordConfirmLabel?: string;
131
- passwordError?: string;
132
127
  dragDropFileMessage?: string;
133
128
  };
134
129
  interface Attachment {
@@ -1,7 +1,7 @@
1
1
  import "react/jsx-runtime";
2
2
  import "../../contexts/RPDocumentContext.js";
3
3
  import "react";
4
- import { c as y } from "../../RPDefaultLayout-79c7577a.js";
4
+ import { c as y } from "../../RPDefaultLayout-17ed747f.js";
5
5
  import "../../contexts/DarkModeContext.js";
6
6
  import "../../contexts/RotationContext.js";
7
7
  import "../../contexts/LayerContext.js";
@@ -1,6 +1,6 @@
1
1
  import { useState as E, useCallback as g, useEffect as v } from "react";
2
2
  import { appConsole as l } from "../appConsole.js";
3
- const b = /* @__PURE__ */ new Date("2025-03-21T05:44:48.740Z"), d = "Please visit https://www.react-pdf.dev/license-management/ to generate a new license key.", o = {
3
+ const b = /* @__PURE__ */ new Date("2025-03-24T09:00:01.033Z"), d = "Please visit https://www.react-pdf.dev/license-management/ to generate a new license key.", o = {
4
4
  invalidLicense: `You are currently using without a valid license. ${d}`,
5
5
  mismatchedDomain: `Your license key is not valid for the current domain / IP. ${d}`,
6
6
  expired: `Your license key has expired. ${d}`,
@@ -1,5 +1,5 @@
1
1
  import { useState as a, useMemo as m } from "react";
2
- import { e as s, t as p, z as u, i as _, p as L } from "../../th_TH-2fba4a89.js";
2
+ import { e as s, t as p, z as u, i as _, p as L } from "../../th_TH-2c4015a5.js";
3
3
  const f = (e) => {
4
4
  const [o, c] = a(e), [t, i] = a({
5
5
  en_US: s,
@@ -1,5 +1,5 @@
1
1
  import "react";
2
- import { g as A } from "../../RPDefaultLayout-79c7577a.js";
2
+ import { g as A } from "../../RPDefaultLayout-17ed747f.js";
3
3
  import "../../contexts/ScrollStateContext.js";
4
4
  import "react/jsx-runtime";
5
5
  import "../../contexts/RPDocumentContext.js";
@@ -1,7 +1,7 @@
1
1
  import "react";
2
2
  import "react/jsx-runtime";
3
3
  import "../../contexts/RPDocumentContext.js";
4
- import { i as A } from "../../RPDefaultLayout-79c7577a.js";
4
+ import { i as A } from "../../RPDefaultLayout-17ed747f.js";
5
5
  import "../../contexts/DarkModeContext.js";
6
6
  import "../../contexts/RotationContext.js";
7
7
  import "../../contexts/LayerContext.js";
@@ -2,7 +2,7 @@ import "react";
2
2
  import "../../contexts/ScrollModeContext.js";
3
3
  import "react/jsx-runtime";
4
4
  import "../../contexts/RPDocumentContext.js";
5
- import { f as A } from "../../RPDefaultLayout-79c7577a.js";
5
+ import { f as A } from "../../RPDefaultLayout-17ed747f.js";
6
6
  import "../../contexts/DarkModeContext.js";
7
7
  import "../types.js";
8
8
  import "../../contexts/RotationContext.js";
@@ -7,7 +7,7 @@ import "pdfjs-dist";
7
7
  import "../../contexts/RPDocumentContext.js";
8
8
  import "../../contexts/ZoomContext.js";
9
9
  import "react/jsx-runtime";
10
- import { n as C } from "../../RPDefaultLayout-79c7577a.js";
10
+ import { n as C } from "../../RPDefaultLayout-17ed747f.js";
11
11
  import "../../contexts/DarkModeContext.js";
12
12
  import "../../contexts/RotationContext.js";
13
13
  import "../../contexts/LayerContext.js";
@@ -2,7 +2,7 @@ import "react";
2
2
  import "../renderPage.js";
3
3
  import "react/jsx-runtime";
4
4
  import "../../contexts/RPDocumentContext.js";
5
- import { k as B } from "../../RPDefaultLayout-79c7577a.js";
5
+ import { k as B } from "../../RPDefaultLayout-17ed747f.js";
6
6
  import "../../contexts/DarkModeContext.js";
7
7
  import "../../contexts/RotationContext.js";
8
8
  import "../../contexts/LayerContext.js";
@@ -3,7 +3,7 @@ import "../types.js";
3
3
  import "../../contexts/ScrollModeContext.js";
4
4
  import "react/jsx-runtime";
5
5
  import "../../contexts/RPDocumentContext.js";
6
- import { r as y } from "../../RPDefaultLayout-79c7577a.js";
6
+ import { r as y } from "../../RPDefaultLayout-17ed747f.js";
7
7
  import "../../contexts/DarkModeContext.js";
8
8
  import "../../contexts/RotationContext.js";
9
9
  import "../../contexts/LayerContext.js";