@syncfusion/ej2-vue-pdfviewer 19.3.56 → 19.3.57

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 (35) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/ej2-vue-pdfviewer.umd.min.js +1 -1
  3. package/dist/es6/ej2-vue-pdfviewer.es2015.js +1 -1
  4. package/dist/es6/ej2-vue-pdfviewer.es2015.js.map +1 -1
  5. package/dist/es6/ej2-vue-pdfviewer.es5.js +1 -1
  6. package/dist/es6/ej2-vue-pdfviewer.es5.js.map +1 -1
  7. package/dist/global/ej2-vue-pdfviewer.min.js +2 -2
  8. package/package.json +6 -6
  9. package/src/pdfviewer/pdfviewer.component.js +1 -1
  10. package/styles/bootstrap-dark.css +4 -0
  11. package/styles/bootstrap.css +4 -0
  12. package/styles/bootstrap4.css +4 -0
  13. package/styles/bootstrap5-dark.css +4 -0
  14. package/styles/bootstrap5.css +4 -0
  15. package/styles/fabric-dark.css +4 -0
  16. package/styles/fabric.css +4 -0
  17. package/styles/highcontrast-light.css +4 -0
  18. package/styles/highcontrast.css +4 -0
  19. package/styles/material-dark.css +4 -0
  20. package/styles/material.css +4 -0
  21. package/styles/pdfviewer/bootstrap-dark.css +4 -0
  22. package/styles/pdfviewer/bootstrap.css +4 -0
  23. package/styles/pdfviewer/bootstrap4.css +4 -0
  24. package/styles/pdfviewer/bootstrap5-dark.css +4 -0
  25. package/styles/pdfviewer/bootstrap5.css +4 -0
  26. package/styles/pdfviewer/fabric-dark.css +4 -0
  27. package/styles/pdfviewer/fabric.css +4 -0
  28. package/styles/pdfviewer/highcontrast-light.css +4 -0
  29. package/styles/pdfviewer/highcontrast.css +4 -0
  30. package/styles/pdfviewer/material-dark.css +4 -0
  31. package/styles/pdfviewer/material.css +4 -0
  32. package/styles/pdfviewer/tailwind-dark.css +4 -0
  33. package/styles/pdfviewer/tailwind.css +4 -0
  34. package/styles/tailwind-dark.css +4 -0
  35. package/styles/tailwind.css +4 -0
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-pdfviewer@*",
3
- "_id": "@syncfusion/ej2-vue-pdfviewer@19.3.54",
3
+ "_id": "@syncfusion/ej2-vue-pdfviewer@19.3.56",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-eBCiiaMfPemf748hEFaKQedAMmsfB4blFqQ8jDY5rfOCFp91u8R/k1nq0/YcN6t8c/U/foR4kkaW2JgqYR3i3Q==",
5
+ "_integrity": "sha512-q2DMe0xIbREQWq/8WjY1SuzKKVuZoFNhqMHH4Llsn9l4nbhDyywnjIlVXwHRXvyiqEntHhbMSA2x2j6m5b2yFA==",
6
6
  "_location": "/@syncfusion/ej2-vue-pdfviewer",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-pdfviewer/-/ej2-vue-pdfviewer-19.3.54.tgz",
23
- "_shasum": "ddcbb6eefe6dfdf94ae66427a056348c664c460a",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-pdfviewer/-/ej2-vue-pdfviewer-19.3.56.tgz",
23
+ "_shasum": "9f0436a7ad940c7c5e8071a9f9f911aaee722587",
24
24
  "_spec": "@syncfusion/ej2-vue-pdfviewer@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -32,7 +32,7 @@
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-base": "~19.3.56",
35
- "@syncfusion/ej2-pdfviewer": "19.3.56",
35
+ "@syncfusion/ej2-pdfviewer": "19.3.57",
36
36
  "@syncfusion/ej2-vue-base": "~19.3.55"
37
37
  },
38
38
  "deprecated": false,
@@ -61,6 +61,6 @@
61
61
  "type": "git",
62
62
  "url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
63
63
  },
64
- "version": "19.3.56",
64
+ "version": "19.3.57",
65
65
  "sideEffects": false
66
66
  }
@@ -21,7 +21,7 @@ import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/e
21
21
  import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
22
22
  import { PdfViewer } from '@syncfusion/ej2-pdfviewer';
23
23
  import { Options } from 'vue-class-component';
24
- export var properties = ['islazyUpdate', 'DropdownFieldSettings', 'ajaxRequestSettings', 'annotationSelectorSettings', 'annotationSettings', 'annotations', 'areaSettings', 'arrowSettings', 'checkBoxFieldSettings', 'circleSettings', 'contextMenuOption', 'contextMenuSettings', 'currentPageNumber', 'customStamp', 'customStampSettings', 'dateTimeFormat', 'designerMode', 'disableContextMenuItems', 'distanceSettings', 'documentPath', 'downloadFileName', 'drawingObject', 'enableAnnotation', 'enableAnnotationToolbar', 'enableAutoComplete', 'enableBookmark', 'enableBookmarkStyles', 'enableCommentPanel', 'enableDesktopMode', 'enableDownload', 'enableFormDesigner', 'enableFormDesignerToolbar', 'enableFormFields', 'enableFormFieldsValidation', 'enableFreeText', 'enableHandwrittenSignature', 'enableHyperlink', 'enableImportAnnotationMeasurement', 'enableInkAnnotation', 'enableMagnification', 'enableMeasureAnnotation', 'enableMultiLineOverlap', 'enableMultiPageAnnotation', 'enableNavigation', 'enableNavigationToolbar', 'enablePersistence', 'enablePinchZoom', 'enablePrint', 'enablePrintRotation', 'enableRtl', 'enableShapeAnnotation', 'enableShapeLabel', 'enableStampAnnotations', 'enableStickyNotesAnnotation', 'enableTextMarkupAnnotation', 'enableTextMarkupResizer', 'enableTextSearch', 'enableTextSelection', 'enableThumbnail', 'enableToolbar', 'enableZoomOptimization', 'exportAnnotationFileName', 'formFieldCollections', 'formFields', 'freeTextSettings', 'handWrittenSignatureSettings', 'height', 'hideSaveSignature', 'highlightSettings', 'hyperlinkOpenState', 'initialDialogSettings', 'initialFieldSettings', 'inkAnnotationSettings', 'interactionMode', 'isAnnotationToolbarOpen', 'isAnnotationToolbarVisible', 'isBookmarkPanelOpen', 'isCommandPanelOpen', 'isDocumentEdited', 'isExtractText', 'isFormDesignerToolbarVisible', 'isFormFieldDocument', 'isInitialFieldToolbarSelection', 'isMaintainSelection', 'isSignatureEditable', 'isThumbnailViewOpen', 'isValidFreeText', 'lineSettings', 'listBoxFieldSettings', 'locale', 'measurementSettings', 'pageCount', 'passwordFieldSettings', 'perimeterSettings', 'polygonSettings', 'printMode', 'radioButtonFieldSettings', 'radiusSettings', 'rectangleSettings', 'restrictZoomRequest', 'retryCount', 'scrollSettings', 'selectedItems', 'serverActionSettings', 'serviceUrl', 'shapeLabelSettings', 'showNotificationDialog', 'signatureDialogSettings', 'signatureFieldSettings', 'signatureFitMode', 'stampSettings', 'stickyNotesSettings', 'strikethroughSettings', 'textFieldSettings', 'textSearchColorSettings', 'tileRenderingSettings', 'toolbarSettings', 'underlineSettings', 'volumeSettings', 'width', 'zoomMode', 'zoomValue', 'addSignature', 'ajaxRequestFailed', 'ajaxRequestInitiate', 'ajaxRequestSuccess', 'annotationAdd', 'annotationDoubleClick', 'annotationMouseLeave', 'annotationMouseover', 'annotationMove', 'annotationPropertiesChange', 'annotationRemove', 'annotationResize', 'annotationSelect', 'annotationUnSelect', 'beforeAddFreeText', 'bookmarkClick', 'buttonFieldClick', 'commentAdd', 'commentDelete', 'commentEdit', 'commentSelect', 'commentStatusChanged', 'created', 'documentLoad', 'documentLoadFailed', 'documentUnload', 'downloadEnd', 'downloadStart', 'exportFailed', 'exportStart', 'exportSuccess', 'extractTextCompleted', 'formFieldAdd', 'formFieldClick', 'formFieldDoubleClick', 'formFieldFocusOut', 'formFieldMouseLeave', 'formFieldMouseover', 'formFieldMove', 'formFieldPropertiesChange', 'formFieldRemove', 'formFieldResize', 'formFieldSelect', 'formFieldUnselect', 'hyperlinkClick', 'hyperlinkMouseOver', 'importFailed', 'importStart', 'importSuccess', 'moveSignature', 'pageChange', 'pageClick', 'pageMouseover', 'printEnd', 'printStart', 'removeSignature', 'resizeSignature', 'signaturePropertiesChange', 'signatureSelect', 'textSearchComplete', 'textSearchHighlight', 'textSearchStart', 'textSelectionEnd', 'textSelectionStart', 'thumbnailClick', 'validateFormFields', 'zoomChange'];
24
+ export var properties = ['islazyUpdate', 'DropdownFieldSettings', 'ajaxRequestSettings', 'annotationSelectorSettings', 'annotationSettings', 'annotations', 'areaSettings', 'arrowSettings', 'checkBoxFieldSettings', 'circleSettings', 'contextMenuOption', 'contextMenuSettings', 'currentPageNumber', 'customStamp', 'customStampSettings', 'dateTimeFormat', 'designerMode', 'disableContextMenuItems', 'distanceSettings', 'documentPath', 'downloadFileName', 'drawingObject', 'enableAnnotation', 'enableAnnotationToolbar', 'enableAutoComplete', 'enableBookmark', 'enableBookmarkStyles', 'enableCommentPanel', 'enableDesktopMode', 'enableDownload', 'enableFormDesigner', 'enableFormDesignerToolbar', 'enableFormFields', 'enableFormFieldsValidation', 'enableFreeText', 'enableHandwrittenSignature', 'enableHyperlink', 'enableImportAnnotationMeasurement', 'enableInkAnnotation', 'enableMagnification', 'enableMeasureAnnotation', 'enableMultiLineOverlap', 'enableMultiPageAnnotation', 'enableNavigation', 'enableNavigationToolbar', 'enablePersistence', 'enablePinchZoom', 'enablePrint', 'enablePrintRotation', 'enableRtl', 'enableShapeAnnotation', 'enableShapeLabel', 'enableStampAnnotations', 'enableStickyNotesAnnotation', 'enableTextMarkupAnnotation', 'enableTextMarkupResizer', 'enableTextSearch', 'enableTextSelection', 'enableThumbnail', 'enableToolbar', 'enableZoomOptimization', 'exportAnnotationFileName', 'formFieldCollections', 'formFields', 'freeTextSettings', 'handWrittenSignatureSettings', 'height', 'hideSaveSignature', 'highlightSettings', 'hyperlinkOpenState', 'initialDialogSettings', 'initialFieldSettings', 'inkAnnotationSettings', 'interactionMode', 'isAnnotationToolbarOpen', 'isAnnotationToolbarVisible', 'isBookmarkPanelOpen', 'isCommandPanelOpen', 'isDocumentEdited', 'isExtractText', 'isFormDesignerToolbarVisible', 'isFormFieldDocument', 'isInitialFieldToolbarSelection', 'isMaintainSelection', 'isSignatureEditable', 'isThumbnailViewOpen', 'isValidFreeText', 'lineSettings', 'listBoxFieldSettings', 'locale', 'measurementSettings', 'pageCount', 'passwordFieldSettings', 'perimeterSettings', 'polygonSettings', 'printMode', 'radioButtonFieldSettings', 'radiusSettings', 'rectangleSettings', 'restrictZoomRequest', 'retryCount', 'scrollSettings', 'selectedItems', 'serverActionSettings', 'serviceUrl', 'shapeLabelSettings', 'showNotificationDialog', 'signatureDialogSettings', 'signatureFieldSettings', 'signatureFitMode', 'stampSettings', 'stickyNotesSettings', 'strikethroughSettings', 'textFieldSettings', 'textSearchColorSettings', 'tileRenderingSettings', 'toolbarSettings', 'underlineSettings', 'volumeSettings', 'width', 'zoomMode', 'zoomValue', 'addSignature', 'ajaxRequestFailed', 'ajaxRequestInitiate', 'ajaxRequestSuccess', 'annotationAdd', 'annotationDoubleClick', 'annotationMouseLeave', 'annotationMouseover', 'annotationMove', 'annotationMoving', 'annotationPropertiesChange', 'annotationRemove', 'annotationResize', 'annotationSelect', 'annotationUnSelect', 'beforeAddFreeText', 'bookmarkClick', 'buttonFieldClick', 'commentAdd', 'commentDelete', 'commentEdit', 'commentSelect', 'commentStatusChanged', 'created', 'documentLoad', 'documentLoadFailed', 'documentUnload', 'downloadEnd', 'downloadStart', 'exportFailed', 'exportStart', 'exportSuccess', 'extractTextCompleted', 'formFieldAdd', 'formFieldClick', 'formFieldDoubleClick', 'formFieldFocusOut', 'formFieldMouseLeave', 'formFieldMouseover', 'formFieldMove', 'formFieldPropertiesChange', 'formFieldRemove', 'formFieldResize', 'formFieldSelect', 'formFieldUnselect', 'hyperlinkClick', 'hyperlinkMouseOver', 'importFailed', 'importStart', 'importSuccess', 'moveSignature', 'pageChange', 'pageClick', 'pageMouseover', 'printEnd', 'printStart', 'removeSignature', 'resizeSignature', 'signaturePropertiesChange', 'signatureSelect', 'textSearchComplete', 'textSearchHighlight', 'textSearchStart', 'textSelectionEnd', 'textSelectionStart', 'thumbnailClick', 'validateFormFields', 'zoomChange'];
25
25
  export var modelProps = [];
26
26
  export var testProp = getProps({ props: properties });
27
27
  export var props = testProp[0];
@@ -674,6 +674,10 @@
674
674
  display: none;
675
675
  }
676
676
 
677
+ input.e-pv-input-password::-ms-reveal {
678
+ display: none;
679
+ }
680
+
677
681
  .e-pv-page-container {
678
682
  margin: 0;
679
683
  padding: 0;
@@ -679,6 +679,10 @@
679
679
  display: none;
680
680
  }
681
681
 
682
+ input.e-pv-input-password::-ms-reveal {
683
+ display: none;
684
+ }
685
+
682
686
  .e-pv-page-container {
683
687
  margin: 0;
684
688
  padding: 0;
@@ -681,6 +681,10 @@
681
681
  display: none;
682
682
  }
683
683
 
684
+ input.e-pv-input-password::-ms-reveal {
685
+ display: none;
686
+ }
687
+
684
688
  .e-pv-page-container {
685
689
  margin: 0;
686
690
  padding: 0;
@@ -686,6 +686,10 @@
686
686
  display: none;
687
687
  }
688
688
 
689
+ input.e-pv-input-password::-ms-reveal {
690
+ display: none;
691
+ }
692
+
689
693
  .e-pv-page-container {
690
694
  margin: 0;
691
695
  padding: 0;
@@ -686,6 +686,10 @@
686
686
  display: none;
687
687
  }
688
688
 
689
+ input.e-pv-input-password::-ms-reveal {
690
+ display: none;
691
+ }
692
+
689
693
  .e-pv-page-container {
690
694
  margin: 0;
691
695
  padding: 0;
@@ -687,6 +687,10 @@
687
687
  display: none;
688
688
  }
689
689
 
690
+ input.e-pv-input-password::-ms-reveal {
691
+ display: none;
692
+ }
693
+
690
694
  .e-pv-page-container {
691
695
  margin: 0;
692
696
  padding: 0;
package/styles/fabric.css CHANGED
@@ -691,6 +691,10 @@
691
691
  display: none;
692
692
  }
693
693
 
694
+ input.e-pv-input-password::-ms-reveal {
695
+ display: none;
696
+ }
697
+
694
698
  .e-pv-page-container {
695
699
  margin: 0;
696
700
  padding: 0;
@@ -674,6 +674,10 @@
674
674
  display: none;
675
675
  }
676
676
 
677
+ input.e-pv-input-password::-ms-reveal {
678
+ display: none;
679
+ }
680
+
677
681
  .e-pv-page-container {
678
682
  margin: 0;
679
683
  padding: 0;
@@ -674,6 +674,10 @@
674
674
  display: none;
675
675
  }
676
676
 
677
+ input.e-pv-input-password::-ms-reveal {
678
+ display: none;
679
+ }
680
+
677
681
  .e-pv-page-container {
678
682
  margin: 0;
679
683
  padding: 0;
@@ -677,6 +677,10 @@
677
677
  display: none;
678
678
  }
679
679
 
680
+ input.e-pv-input-password::-ms-reveal {
681
+ display: none;
682
+ }
683
+
680
684
  .e-pv-page-container {
681
685
  margin: 0;
682
686
  padding: 0;
@@ -680,6 +680,10 @@
680
680
  display: none;
681
681
  }
682
682
 
683
+ input.e-pv-input-password::-ms-reveal {
684
+ display: none;
685
+ }
686
+
683
687
  .e-pv-page-container {
684
688
  margin: 0;
685
689
  padding: 0;
@@ -674,6 +674,10 @@
674
674
  display: none;
675
675
  }
676
676
 
677
+ input.e-pv-input-password::-ms-reveal {
678
+ display: none;
679
+ }
680
+
677
681
  .e-pv-page-container {
678
682
  margin: 0;
679
683
  padding: 0;
@@ -679,6 +679,10 @@
679
679
  display: none;
680
680
  }
681
681
 
682
+ input.e-pv-input-password::-ms-reveal {
683
+ display: none;
684
+ }
685
+
682
686
  .e-pv-page-container {
683
687
  margin: 0;
684
688
  padding: 0;
@@ -681,6 +681,10 @@
681
681
  display: none;
682
682
  }
683
683
 
684
+ input.e-pv-input-password::-ms-reveal {
685
+ display: none;
686
+ }
687
+
684
688
  .e-pv-page-container {
685
689
  margin: 0;
686
690
  padding: 0;
@@ -686,6 +686,10 @@
686
686
  display: none;
687
687
  }
688
688
 
689
+ input.e-pv-input-password::-ms-reveal {
690
+ display: none;
691
+ }
692
+
689
693
  .e-pv-page-container {
690
694
  margin: 0;
691
695
  padding: 0;
@@ -686,6 +686,10 @@
686
686
  display: none;
687
687
  }
688
688
 
689
+ input.e-pv-input-password::-ms-reveal {
690
+ display: none;
691
+ }
692
+
689
693
  .e-pv-page-container {
690
694
  margin: 0;
691
695
  padding: 0;
@@ -687,6 +687,10 @@
687
687
  display: none;
688
688
  }
689
689
 
690
+ input.e-pv-input-password::-ms-reveal {
691
+ display: none;
692
+ }
693
+
690
694
  .e-pv-page-container {
691
695
  margin: 0;
692
696
  padding: 0;
@@ -691,6 +691,10 @@
691
691
  display: none;
692
692
  }
693
693
 
694
+ input.e-pv-input-password::-ms-reveal {
695
+ display: none;
696
+ }
697
+
694
698
  .e-pv-page-container {
695
699
  margin: 0;
696
700
  padding: 0;
@@ -674,6 +674,10 @@
674
674
  display: none;
675
675
  }
676
676
 
677
+ input.e-pv-input-password::-ms-reveal {
678
+ display: none;
679
+ }
680
+
677
681
  .e-pv-page-container {
678
682
  margin: 0;
679
683
  padding: 0;
@@ -674,6 +674,10 @@
674
674
  display: none;
675
675
  }
676
676
 
677
+ input.e-pv-input-password::-ms-reveal {
678
+ display: none;
679
+ }
680
+
677
681
  .e-pv-page-container {
678
682
  margin: 0;
679
683
  padding: 0;
@@ -677,6 +677,10 @@
677
677
  display: none;
678
678
  }
679
679
 
680
+ input.e-pv-input-password::-ms-reveal {
681
+ display: none;
682
+ }
683
+
680
684
  .e-pv-page-container {
681
685
  margin: 0;
682
686
  padding: 0;
@@ -680,6 +680,10 @@
680
680
  display: none;
681
681
  }
682
682
 
683
+ input.e-pv-input-password::-ms-reveal {
684
+ display: none;
685
+ }
686
+
683
687
  .e-pv-page-container {
684
688
  margin: 0;
685
689
  padding: 0;
@@ -680,6 +680,10 @@
680
680
  display: none;
681
681
  }
682
682
 
683
+ input.e-pv-input-password::-ms-reveal {
684
+ display: none;
685
+ }
686
+
683
687
  .e-pv-page-container {
684
688
  margin: 0;
685
689
  padding: 0;
@@ -680,6 +680,10 @@
680
680
  display: none;
681
681
  }
682
682
 
683
+ input.e-pv-input-password::-ms-reveal {
684
+ display: none;
685
+ }
686
+
683
687
  .e-pv-page-container {
684
688
  margin: 0;
685
689
  padding: 0;
@@ -680,6 +680,10 @@
680
680
  display: none;
681
681
  }
682
682
 
683
+ input.e-pv-input-password::-ms-reveal {
684
+ display: none;
685
+ }
686
+
683
687
  .e-pv-page-container {
684
688
  margin: 0;
685
689
  padding: 0;
@@ -680,6 +680,10 @@
680
680
  display: none;
681
681
  }
682
682
 
683
+ input.e-pv-input-password::-ms-reveal {
684
+ display: none;
685
+ }
686
+
683
687
  .e-pv-page-container {
684
688
  margin: 0;
685
689
  padding: 0;