@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.
@@ -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;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vue-pdf-viewer/viewer",
3
3
  "private": false,
4
- "version": "1.7.0-beta.1",
4
+ "version": "1.7.0-beta.4",
5
5
  "type": "module",
6
6
  "main": "./dist/index.umd.cjs",
7
7
  "module": "./dist/index.js",