@vue-pdf-viewer/viewer 1.9.0-beta.2 → 1.9.0-beta.3

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 (133) hide show
  1. package/dist/arrow-up-CPZlMhbK.js +20 -0
  2. package/dist/check-BkaH7nrH.js +21 -0
  3. package/dist/chevron-down-BSFTOkiu.js +21 -0
  4. package/dist/clear-CasZmBPr.js +31 -0
  5. package/dist/close-BgsD04zx.js +21 -0
  6. package/dist/download-DCHGUHXx.js +21 -0
  7. package/dist/drag-icon-DrZ8KB-6.js +18 -0
  8. package/dist/drag-icon-dark-DeSCzOds.js +17 -0
  9. package/dist/ellipsis-vertical-Cjbi7utY.js +21 -0
  10. package/dist/file-BD05gONj.js +21 -0
  11. package/dist/first-page-CRwMJORv.js +20 -0
  12. package/dist/fullscreen-BmHQQPIs.js +21 -0
  13. package/dist/hand-B1v6mSWQ.js +21 -0
  14. package/dist/index.js +4173 -4173
  15. package/dist/index.umd.cjs +15 -15
  16. package/dist/info-DXpOTVKn.js +21 -0
  17. package/dist/last-page-Dp9anrA0.js +20 -0
  18. package/dist/magnifier-Dep29X1B.js +21 -0
  19. package/dist/moon-Dw-MII-V.js +21 -0
  20. package/dist/page-view-dual-DCLg-YkG.js +21 -0
  21. package/dist/page-view-single-CWOhdavX.js +21 -0
  22. package/dist/pointer-jfdFDx4z.js +21 -0
  23. package/dist/printer-B8qbXO9F.js +21 -0
  24. package/dist/rotate-counter-clockwise-DFl9ijSR.js +21 -0
  25. package/dist/scrolling-horizontal-JO2P2O-8.js +23 -0
  26. package/dist/scrolling-page-y5Rrmrnm.js +23 -0
  27. package/dist/scrolling-vertical-D9MCCss9.js +23 -0
  28. package/dist/scrolling-wrapped-CYbEHLH6.js +23 -0
  29. package/dist/sun-BhyBd5LA.js +21 -0
  30. package/dist/thumbnail-BMmN_jSl.js +21 -0
  31. package/dist/types/components/AppButton.vue.d.ts +3 -3
  32. package/dist/types/components/AppFormControl.vue.d.ts +3 -3
  33. package/dist/types/components/AppIcon.vue.d.ts +3 -3
  34. package/dist/types/components/AppInput.vue.d.ts +1 -1
  35. package/dist/types/components/AppLoader.vue.d.ts +3 -3
  36. package/dist/types/components/AppTooltip.vue.d.ts +4 -6
  37. package/dist/types/components/DragFileMask.vue.d.ts +8 -12
  38. package/dist/types/components/LayerAnnotation.vue.d.ts +4 -4
  39. package/dist/types/components/LayerCanvas.vue.d.ts +3 -3
  40. package/dist/types/components/LayerText.vue.d.ts +4 -4
  41. package/dist/types/components/LayerTextSearchHighlight.vue.d.ts +1 -1
  42. package/dist/types/components/LayerXFA.vue.d.ts +4 -4
  43. package/dist/types/components/ModalPassword.vue.d.ts +3 -3
  44. package/dist/types/components/ModalPdfProperties.vue.d.ts +3 -3
  45. package/dist/types/components/ModalPrintLoadingProgress.vue.d.ts +3 -3
  46. package/dist/types/components/SwitchAppearance.vue.d.ts +3 -3
  47. package/dist/types/components/ToolDownload.vue.d.ts +3 -3
  48. package/dist/types/components/ToolFullscreen.vue.d.ts +3 -3
  49. package/dist/types/components/ToolMenuOthers.vue.d.ts +9 -20
  50. package/dist/types/components/ToolMenuOthersMobile.vue.d.ts +2 -2
  51. package/dist/types/components/ToolOpenFile.vue.d.ts +3 -3
  52. package/dist/types/components/ToolOpenFileInput.vue.d.ts +2 -2
  53. package/dist/types/components/ToolPagination.vue.d.ts +9 -16
  54. package/dist/types/components/ToolPrint.vue.d.ts +3 -3
  55. package/dist/types/components/ToolSearch.vue.d.ts +8 -14
  56. package/dist/types/components/ToolThumbnail.vue.d.ts +8 -10
  57. package/dist/types/components/ToolZoom.vue.d.ts +9 -15
  58. package/dist/types/components/ToolZoomPercentageMenu.vue.d.ts +4 -4
  59. package/dist/types/components/VPdfPage.vue.d.ts +1 -65
  60. package/dist/types/components/VPdfSplitter.vue.d.ts +1 -1
  61. package/dist/types/components/VPdfThumbnail.vue.d.ts +3 -3
  62. package/dist/types/components/VPdfThumbnails.vue.d.ts +4 -4
  63. package/dist/types/components/VPdfViewer.vue.d.ts +15 -85
  64. package/dist/types/components/ui/button/Button.vue.d.ts +6 -8
  65. package/dist/types/components/ui/checkbox/Checkbox.vue.d.ts +4 -6
  66. package/dist/types/components/ui/dialog/Dialog.vue.d.ts +3 -3
  67. package/dist/types/components/ui/dialog/DialogClose.vue.d.ts +3 -3
  68. package/dist/types/components/ui/dialog/DialogContent.vue.d.ts +4 -6
  69. package/dist/types/components/ui/dialog/DialogDescription.vue.d.ts +4 -6
  70. package/dist/types/components/ui/dialog/DialogFooter.vue.d.ts +4 -6
  71. package/dist/types/components/ui/dialog/DialogHeader.vue.d.ts +4 -6
  72. package/dist/types/components/ui/dialog/DialogTitle.vue.d.ts +4 -6
  73. package/dist/types/components/ui/dialog/DialogTrigger.vue.d.ts +3 -3
  74. package/dist/types/components/ui/dropdown-menu/DropdownMenu.vue.d.ts +3 -3
  75. package/dist/types/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue.d.ts +4 -6
  76. package/dist/types/components/ui/dropdown-menu/DropdownMenuContent.vue.d.ts +6 -10
  77. package/dist/types/components/ui/dropdown-menu/DropdownMenuGroup.vue.d.ts +3 -3
  78. package/dist/types/components/ui/dropdown-menu/DropdownMenuItem.vue.d.ts +4 -7
  79. package/dist/types/components/ui/dropdown-menu/DropdownMenuLabel.vue.d.ts +4 -7
  80. package/dist/types/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue.d.ts +3 -3
  81. package/dist/types/components/ui/dropdown-menu/DropdownMenuRadioItem.vue.d.ts +4 -6
  82. package/dist/types/components/ui/dropdown-menu/DropdownMenuSeparator.vue.d.ts +3 -3
  83. package/dist/types/components/ui/dropdown-menu/DropdownMenuShortcut.vue.d.ts +4 -6
  84. package/dist/types/components/ui/dropdown-menu/DropdownMenuSub.vue.d.ts +3 -3
  85. package/dist/types/components/ui/dropdown-menu/DropdownMenuSubContent.vue.d.ts +4 -6
  86. package/dist/types/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue.d.ts +4 -6
  87. package/dist/types/components/ui/dropdown-menu/DropdownMenuTrigger.vue.d.ts +3 -3
  88. package/dist/types/components/ui/input/Input.vue.d.ts +3 -3
  89. package/dist/types/components/ui/popover/Popover.vue.d.ts +3 -3
  90. package/dist/types/components/ui/popover/PopoverContent.vue.d.ts +6 -12
  91. package/dist/types/components/ui/popover/PopoverTrigger.vue.d.ts +3 -3
  92. package/dist/types/components/ui/progress/Progress.vue.d.ts +4 -4
  93. package/dist/types/components/ui/tooltip/Tooltip.vue.d.ts +3 -3
  94. package/dist/types/components/ui/tooltip/TooltipContent.vue.d.ts +6 -10
  95. package/dist/types/components/ui/tooltip/TooltipProvider.vue.d.ts +3 -3
  96. package/dist/types/components/ui/tooltip/TooltipTrigger.vue.d.ts +3 -3
  97. package/dist/types/composables/usePdf.d.ts +3 -3
  98. package/dist/types/composables/usePdfPagesSizes.d.ts +2 -2
  99. package/dist/types/composables/useSearch.d.ts +1 -1
  100. package/dist/types/const.d.ts +8 -26
  101. package/dist/zoom-in-qogh-J7e.js +21 -0
  102. package/dist/zoom-out-BFzERV6_.js +21 -0
  103. package/package.json +1 -1
  104. package/dist/arrow-up-CZcWar0V.js +0 -20
  105. package/dist/check-BDQ_1xOK.js +0 -21
  106. package/dist/chevron-down-BGvKkqoz.js +0 -21
  107. package/dist/clear-BdBsR989.js +0 -31
  108. package/dist/close-NzOObvir.js +0 -21
  109. package/dist/download-DwxdC2cz.js +0 -21
  110. package/dist/drag-icon-CJSwJaYj.js +0 -18
  111. package/dist/drag-icon-dark-DslxK0op.js +0 -17
  112. package/dist/ellipsis-vertical-DU4RrfN8.js +0 -21
  113. package/dist/file-CKOtlAnB.js +0 -21
  114. package/dist/first-page-D2sUix1F.js +0 -20
  115. package/dist/fullscreen-CDD3D91y.js +0 -21
  116. package/dist/hand-BdufQ7PJ.js +0 -21
  117. package/dist/info-CqXPnBJe.js +0 -21
  118. package/dist/last-page-BlLcdVDC.js +0 -20
  119. package/dist/magnifier-D5effak1.js +0 -21
  120. package/dist/moon-jjKfhCeP.js +0 -21
  121. package/dist/page-view-dual-DzyLa1r0.js +0 -21
  122. package/dist/page-view-single-CAQXbP-i.js +0 -21
  123. package/dist/pointer-CosfQ2Bj.js +0 -21
  124. package/dist/printer-CZndb-XY.js +0 -21
  125. package/dist/rotate-counter-clockwise-BnC8SAwc.js +0 -21
  126. package/dist/scrolling-horizontal-D1qDwmpQ.js +0 -23
  127. package/dist/scrolling-page-lV73lZIc.js +0 -23
  128. package/dist/scrolling-vertical-DzrChdnV.js +0 -23
  129. package/dist/scrolling-wrapped-CvhUpxbI.js +0 -23
  130. package/dist/sun-f_yo-49i.js +0 -21
  131. package/dist/thumbnail-BrLTlvMi.js +0 -21
  132. package/dist/zoom-in-MHWLskY5.js +0 -21
  133. package/dist/zoom-out-BOe91xpp.js +0 -21
@@ -1,17 +1,17 @@
1
1
  import { type TooltipTriggerProps } from 'radix-vue';
2
2
  declare const _default: {
3
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<TooltipTriggerProps>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<TooltipTriggerProps>>>, {}, true, {}, {}, {
3
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<TooltipTriggerProps>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
4
4
  P: {};
5
5
  B: {};
6
6
  D: {};
7
7
  C: {};
8
8
  M: {};
9
9
  Defaults: {};
10
- }, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<TooltipTriggerProps>>>, {}, {}, {}, {}, {}>;
10
+ }, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<TooltipTriggerProps>>> & Readonly<{}>, {}, {}, {}, {}, {}>;
11
11
  __isFragment?: undefined;
12
12
  __isTeleport?: undefined;
13
13
  __isSuspense?: undefined;
14
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<TooltipTriggerProps>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
14
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<TooltipTriggerProps>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
15
15
  $slots: {
16
16
  default: (_: {}) => any;
17
17
  };
@@ -20,9 +20,9 @@ import type { PDFDocumentProxy, PDFPageProxy } from 'pdfjs-dist/types/src/displa
20
20
  * UsePDF object parameters
21
21
  */
22
22
  declare function usePdf(src: MaybeRef<PDFSrc>, options?: PDFOptions, workerUrl?: string): {
23
- pdf: import("vue").ShallowRef<import("pdfjs-dist/types/src/display/api").PDFDocumentLoadingTask | undefined>;
24
- totalPages: import("vue").ShallowRef<number>;
25
- info: import("vue").ShallowRef<{}> | import("vue").ShallowRef<PDFInfo>;
23
+ pdf: import("vue").ShallowRef<import("pdfjs-dist/types/src/display/api").PDFDocumentLoadingTask | undefined, import("pdfjs-dist/types/src/display/api").PDFDocumentLoadingTask | undefined>;
24
+ totalPages: import("vue").ShallowRef<number, number>;
25
+ info: import("vue").ShallowRef<{}, {}> | import("vue").ShallowRef<PDFInfo, PDFInfo>;
26
26
  getPage: (doc: PDFDocumentProxy, pageIndex: number) => Promise<PDFPageProxy>;
27
27
  getPDFDestination: (destination: string | any[] | null) => Promise<PDFDestination | null>;
28
28
  };
@@ -2,6 +2,6 @@ import { UnwrapRef } from 'vue';
2
2
  import { ViewerPdfPage, ViewerState } from '@/utils/types';
3
3
  export declare function usePdfPageSizes(props: UnwrapRef<ViewerState>): {
4
4
  pdfPages: import("vue").ComputedRef<ViewerPdfPage[]>;
5
- estimatedPdfPages: import("vue").ShallowRef<ViewerPdfPage[]>;
6
- actualPdfPages: import("vue").ShallowRef<ViewerPdfPage[]>;
5
+ estimatedPdfPages: import("vue").ShallowRef<ViewerPdfPage[], ViewerPdfPage[]>;
6
+ actualPdfPages: import("vue").ShallowRef<ViewerPdfPage[], ViewerPdfPage[]>;
7
7
  };
@@ -1,4 +1,4 @@
1
- import { SearchCheckboxFilter, SearchControlValue } from '@/components';
2
1
  import { ShallowRef } from 'vue';
3
2
  import type { PDFDocumentProxy } from 'pdfjs-dist';
3
+ import { SearchCheckboxFilter, SearchControlValue } from '@/components';
4
4
  export declare const useSearch: (pdfDoc: ShallowRef<PDFDocumentProxy | undefined>, initialSearch?: string, options?: ShallowRef<SearchCheckboxFilter>) => SearchControlValue;
@@ -34,37 +34,19 @@ export declare const FILE_INPUT: InjectionKey<Ref<ComponentPublicInstance<import
34
34
  change: (file: string) => void;
35
35
  } & {
36
36
  filenameChange: (file: string) => void;
37
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
37
+ }, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
38
38
  onChange?: ((file: string) => any) | undefined;
39
39
  onFilenameChange?: ((file: string) => any) | undefined;
40
- }, {}, {}>, {}, {}, {}, {}, {}, import("vue").DefineComponent<{}, {
40
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | undefined, ComponentPublicInstance<import("vue").DefineComponent<{}, {
41
41
  triggerClick: () => void;
42
42
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
43
43
  change: (file: string) => void;
44
44
  } & {
45
45
  filenameChange: (file: string) => void;
46
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
46
+ }, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
47
47
  onChange?: ((file: string) => any) | undefined;
48
48
  onFilenameChange?: ((file: string) => any) | undefined;
49
- }, {}, {}>, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | undefined, ComponentPublicInstance<import("vue").DefineComponent<{}, {
50
- triggerClick: () => void;
51
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
52
- change: (file: string) => void;
53
- } & {
54
- filenameChange: (file: string) => void;
55
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
56
- onChange?: ((file: string) => any) | undefined;
57
- onFilenameChange?: ((file: string) => any) | undefined;
58
- }, {}, {}>, {}, {}, {}, {}, {}, import("vue").DefineComponent<{}, {
59
- triggerClick: () => void;
60
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
61
- change: (file: string) => void;
62
- } & {
63
- filenameChange: (file: string) => void;
64
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
65
- onChange?: ((file: string) => any) | undefined;
66
- onFilenameChange?: ((file: string) => any) | undefined;
67
- }, {}, {}>, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | undefined>>;
49
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | undefined>>;
68
50
  export declare const EMPTY_KEYWORD_REGEXP: NormalizedKeyword;
69
51
  export declare const CURRENT_MATCH_CSS_CLASS = "vpv-highlight__text-current";
70
52
  export declare const LATEST_MATCH_POSITION: InjectionKey<Ref<HighlightMatchPosition | undefined, HighlightMatchPosition | undefined>>;
@@ -84,9 +66,9 @@ export declare const TOOLBAR_OPTIONS: InjectionKey<Ref<ToolbarOptions | undefine
84
66
  export declare const TOTAL_TOOL_OTHERS_MENU: InjectionKey<Ref<number, number>>;
85
67
  export declare const IS_DARK: InjectionKey<Ref<boolean, boolean>>;
86
68
  export declare const IS_MOBILE_VIEW: InjectionKey<Ref<boolean, boolean>>;
87
- export declare const CONTAINER: InjectionKey<ShallowRef<HTMLDivElement | undefined>>;
88
- export declare const PAGES_CONTAINER: InjectionKey<ShallowRef<HTMLDivElement | undefined>>;
89
- export declare const ACTUAL_PDF_PAGES: InjectionKey<ShallowRef<ViewerPdfPage[]>>;
69
+ export declare const CONTAINER: InjectionKey<ShallowRef<HTMLDivElement | undefined, HTMLDivElement | undefined>>;
70
+ export declare const PAGES_CONTAINER: InjectionKey<ShallowRef<HTMLDivElement | undefined, HTMLDivElement | undefined>>;
71
+ export declare const ACTUAL_PDF_PAGES: InjectionKey<ShallowRef<ViewerPdfPage[], ViewerPdfPage[]>>;
90
72
  export declare const FOCUSED_PAGE_NUMBER: InjectionKey<Ref<number, number>>;
91
73
  export declare const ROTATION_DEGREE: InjectionKey<Ref<number, number>>;
92
74
  export declare const TOTAL_PAGE: InjectionKey<Ref<number, number>>;
@@ -100,7 +82,7 @@ export declare const LICENSE: InjectionKey<{
100
82
  type: LicenseType;
101
83
  }>;
102
84
  export declare const LICENSE_KEY: InjectionKey<ComputedRef<string | null | undefined>>;
103
- export declare const HIGHLIGHT_OPTIONS: InjectionKey<ShallowRef<SearchCheckboxFilter>>;
85
+ export declare const HIGHLIGHT_OPTIONS: InjectionKey<ShallowRef<SearchCheckboxFilter, SearchCheckboxFilter>>;
104
86
  export declare const SLOT_LOADER_IMAGE: InjectionKey<Slot<any> | undefined>;
105
87
  export declare const SLOT_ICON_OPEN_FILE: InjectionKey<Slot<any> | undefined>;
106
88
  export declare const SLOT_ICON_DOWNLOAD: InjectionKey<Slot<any> | undefined>;
@@ -0,0 +1,21 @@
1
+ import { openBlock as t, createElementBlock as o, createElementVNode as n } from "vue";
2
+ const l = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ width: "1em",
5
+ height: "1em",
6
+ fill: "none",
7
+ viewBox: "0 0 20 20"
8
+ };
9
+ function r(a, e) {
10
+ return t(), o("svg", l, e[0] || (e[0] = [
11
+ n("path", {
12
+ fill: "currentColor",
13
+ d: "M11.875 8.75a.625.625 0 0 1-.625.625H9.375v1.875a.625.625 0 0 1-1.25 0V9.375H6.25a.625.625 0 0 1 0-1.25h1.875V6.25a.625.625 0 0 1 1.25 0v1.875h1.875a.625.625 0 0 1 .625.625m6.067 9.192a.623.623 0 0 1-.884 0l-3.911-3.911a6.884 6.884 0 1 1 .883-.884l3.912 3.91a.625.625 0 0 1 0 .885M8.75 14.375A5.625 5.625 0 1 0 3.125 8.75a5.63 5.63 0 0 0 5.625 5.625"
14
+ }, null, -1)
15
+ ]));
16
+ }
17
+ const i = { render: r };
18
+ export {
19
+ i as default,
20
+ r as render
21
+ };
@@ -0,0 +1,21 @@
1
+ import { openBlock as t, createElementBlock as o, createElementVNode as l } from "vue";
2
+ const n = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ width: "1em",
5
+ height: "1em",
6
+ fill: "none",
7
+ viewBox: "0 0 20 20"
8
+ };
9
+ function r(a, e) {
10
+ return t(), o("svg", n, e[0] || (e[0] = [
11
+ l("path", {
12
+ fill: "currentColor",
13
+ d: "M11.875 8.75a.625.625 0 0 1-.625.625h-5a.625.625 0 0 1 0-1.25h5a.625.625 0 0 1 .625.625m6.067 9.192a.623.623 0 0 1-.884 0l-3.911-3.911a6.884 6.884 0 1 1 .883-.884l3.912 3.91a.625.625 0 0 1 0 .885M8.75 14.375A5.625 5.625 0 1 0 3.125 8.75a5.63 5.63 0 0 0 5.625 5.625"
14
+ }, null, -1)
15
+ ]));
16
+ }
17
+ const i = { render: r };
18
+ export {
19
+ i as default,
20
+ r as render
21
+ };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vue-pdf-viewer/viewer",
3
3
  "private": false,
4
- "version": "1.9.0-beta.2",
4
+ "version": "1.9.0-beta.3",
5
5
  "type": "module",
6
6
  "main": "./dist/index.umd.cjs",
7
7
  "module": "./dist/index.js",
@@ -1,20 +0,0 @@
1
- import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
2
- const n = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- width: "20",
5
- height: "20",
6
- fill: "none"
7
- }, r = /* @__PURE__ */ o("path", {
8
- fill: "currentColor",
9
- d: "M16.692 12.942a.625.625 0 0 1-.884 0L10 7.134l-5.808 5.808a.625.625 0 1 1-.884-.884l6.25-6.25a.625.625 0 0 1 .884 0l6.25 6.25a.623.623 0 0 1 0 .884"
10
- }, null, -1), l = [
11
- r
12
- ];
13
- function c(a, s) {
14
- return e(), t("svg", n, [...l]);
15
- }
16
- const h = { render: c };
17
- export {
18
- h as default,
19
- c as render
20
- };
@@ -1,21 +0,0 @@
1
- import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
2
- const n = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- width: "1em",
5
- height: "1em",
6
- fill: "none",
7
- viewBox: "0 0 16 17"
8
- }, c = /* @__PURE__ */ o("path", {
9
- fill: "currentColor",
10
- d: "m14.354 5.354-8 8a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 0 1 .708-.708L6 12.293l7.646-7.647a.5.5 0 0 1 .708.708"
11
- }, null, -1), l = [
12
- c
13
- ];
14
- function r(s, h) {
15
- return e(), t("svg", n, [...l]);
16
- }
17
- const a = { render: r };
18
- export {
19
- a as default,
20
- r as render
21
- };
@@ -1,21 +0,0 @@
1
- import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
2
- const n = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- width: "1em",
5
- height: "1em",
6
- fill: "none",
7
- viewBox: "0 0 20 20"
8
- }, r = /* @__PURE__ */ o("path", {
9
- fill: "currentColor",
10
- d: "m16.692 7.942-6.25 6.25a.625.625 0 0 1-.884 0l-6.25-6.25a.625.625 0 0 1 .884-.884L10 12.866l5.808-5.808a.625.625 0 0 1 .884.884"
11
- }, null, -1), l = [
12
- r
13
- ];
14
- function c(s, h) {
15
- return e(), t("svg", n, [...l]);
16
- }
17
- const a = { render: c };
18
- export {
19
- a as default,
20
- c as render
21
- };
@@ -1,31 +0,0 @@
1
- import { openBlock as t, createElementBlock as l, createElementVNode as e } from "vue";
2
- const o = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- width: "1em",
5
- height: "1em",
6
- fill: "none",
7
- viewBox: "0 0 12 12"
8
- }, c = /* @__PURE__ */ e("g", { "clip-path": "url(#a)" }, [
9
- /* @__PURE__ */ e("path", {
10
- fill: "currentColor",
11
- d: "M6 .75a5.25 5.25 0 1 0 0 10.5A5.25 5.25 0 0 0 6 .75m1.938 7.245-.773-.004L6 6.602 4.836 7.99l-.774.003a.093.093 0 0 1-.094-.093q0-.035.022-.061l1.525-1.817L3.99 4.207a.094.094 0 0 1 .071-.155l.775.004L6 5.445l1.164-1.388.773-.003c.052 0 .094.04.094.093a.1.1 0 0 1-.022.061L6.486 6.023 8.01 7.84a.094.094 0 0 1-.071.155"
12
- })
13
- ], -1), n = /* @__PURE__ */ e("defs", null, [
14
- /* @__PURE__ */ e("clipPath", { id: "a" }, [
15
- /* @__PURE__ */ e("path", {
16
- fill: "#fff",
17
- d: "M0 0h12v12H0z"
18
- })
19
- ])
20
- ], -1), a = [
21
- c,
22
- n
23
- ];
24
- function r(i, h) {
25
- return t(), l("svg", o, [...a]);
26
- }
27
- const d = { render: r };
28
- export {
29
- d as default,
30
- r as render
31
- };
@@ -1,21 +0,0 @@
1
- import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
2
- const n = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- width: "1em",
5
- height: "1em",
6
- fill: "none",
7
- viewBox: "0 0 20 20"
8
- }, l = /* @__PURE__ */ o("path", {
9
- fill: "currentColor",
10
- d: "M16.067 15.183a.625.625 0 1 1-.884.884L10 10.884l-5.183 5.183a.626.626 0 0 1-.884-.884L9.116 10 3.933 4.817a.625.625 0 0 1 .884-.884L10 9.116l5.183-5.183a.625.625 0 1 1 .884.884L10.884 10z"
11
- }, null, -1), r = [
12
- l
13
- ];
14
- function c(s, a) {
15
- return e(), t("svg", n, [...r]);
16
- }
17
- const d = { render: c };
18
- export {
19
- d as default,
20
- c as render
21
- };
@@ -1,21 +0,0 @@
1
- import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
2
- const n = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- width: "1em",
5
- height: "1em",
6
- fill: "none",
7
- viewBox: "0 0 20 20"
8
- }, l = /* @__PURE__ */ o("path", {
9
- fill: "currentColor",
10
- d: "M17.5 11.875v4.375a1.25 1.25 0 0 1-1.25 1.25H3.75a1.25 1.25 0 0 1-1.25-1.25v-4.375a.625.625 0 1 1 1.25 0v4.375h12.5v-4.375a.624.624 0 1 1 1.25 0m-7.942.442a.626.626 0 0 0 .884 0l3.125-3.125a.624.624 0 1 0-.884-.884l-2.058 2.058V3.125a.625.625 0 1 0-1.25 0v7.241L7.317 8.308a.625.625 0 0 0-.884.884z"
11
- }, null, -1), a = [
12
- l
13
- ];
14
- function r(c, d) {
15
- return e(), t("svg", n, [...a]);
16
- }
17
- const h = { render: r };
18
- export {
19
- h as default,
20
- r as render
21
- };