@vue-pdf-viewer/viewer 1.7.0-beta.1 → 1.7.0-beta.4
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/index.js +3040 -2973
- package/dist/index.umd.cjs +10 -10
- package/dist/types/utils/types.d.ts +8 -0
- package/package.json +1 -1
|
@@ -406,7 +406,9 @@ export type Localization = {
|
|
|
406
406
|
searchPrevTooltip: string;
|
|
407
407
|
searchNextTooltip: string;
|
|
408
408
|
searchCloseButtonTooltip: string;
|
|
409
|
+
searchMatchCaseLabel: string;
|
|
409
410
|
searchMatchCaseTooltip: string;
|
|
411
|
+
searchWholeWordsLabel: string;
|
|
410
412
|
searchWholeWordsTooltip: string;
|
|
411
413
|
previousPageTooltip: string;
|
|
412
414
|
nextPageTooltip: string;
|
|
@@ -442,11 +444,17 @@ export type Localization = {
|
|
|
442
444
|
handToolLabel: string;
|
|
443
445
|
handToolTooltip: string;
|
|
444
446
|
pageScrollingLabel: string;
|
|
447
|
+
pageScrollingTooltip: string;
|
|
445
448
|
verticalScrollingLabel: string;
|
|
449
|
+
verticalScrollingTooltip: string;
|
|
446
450
|
horizontalLabel: string;
|
|
451
|
+
horizontalTooltip: string;
|
|
447
452
|
wrappedScrollingLabel: string;
|
|
453
|
+
wrappedScrollingTooltip: string;
|
|
448
454
|
singlePageLabel: string;
|
|
455
|
+
singlePageTooltip: string;
|
|
449
456
|
dualPageLabel: string;
|
|
457
|
+
dualPageTooltip: string;
|
|
450
458
|
documentPropertiesLabel: string;
|
|
451
459
|
documentPropertiesTooltip: string;
|
|
452
460
|
propertiesFilenameLabel: string;
|