@syncfusion/ej2-angular-pdfviewer 31.2.13 → 31.2.15-ngcc
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/@syncfusion/ej2-angular-pdfviewer.es5.js +279 -0
- package/@syncfusion/ej2-angular-pdfviewer.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-pdfviewer.js +260 -0
- package/@syncfusion/ej2-angular-pdfviewer.js.map +1 -0
- package/LICENSE +10 -0
- package/README.md +101 -105
- package/dist/ej2-angular-pdfviewer.umd.js +522 -0
- package/dist/ej2-angular-pdfviewer.umd.js.map +1 -0
- package/dist/ej2-angular-pdfviewer.umd.min.js +11 -0
- package/dist/ej2-angular-pdfviewer.umd.min.js.map +1 -0
- package/ej2-angular-pdfviewer.d.ts +5 -0
- package/ej2-angular-pdfviewer.metadata.json +1 -0
- package/package.json +8 -21
- package/public_api.d.ts +1 -1
- package/schematics/collection.json +10 -14
- package/schematics/ng-add/index.js +1 -1
- package/schematics/ng-add/index.ts +10 -10
- package/schematics/ng-add/schema.json +34 -34
- package/schematics/ng-add/schema.ts +30 -30
- package/schematics/tsconfig.json +25 -25
- package/schematics/utils/lib-details.d.ts +4 -4
- package/schematics/utils/lib-details.js +4 -5
- package/schematics/utils/lib-details.ts +4 -4
- package/src/index.d.ts +4 -7
- package/src/pdfviewer/pdfviewer-all.module.d.ts +19 -0
- package/src/pdfviewer/pdfviewer.component.d.ts +105 -0
- package/src/pdfviewer/pdfviewer.module.d.ts +5 -0
- package/styles/bds-lite.css +1 -1
- package/styles/bds-lite.scss +1 -1
- package/styles/bds.css +1 -1
- package/styles/bds.scss +1 -2
- package/styles/bootstrap-dark-lite.css +1 -1
- package/styles/bootstrap-dark-lite.scss +1 -1
- package/styles/bootstrap-dark.css +1 -1
- package/styles/bootstrap-dark.scss +1 -2
- package/styles/bootstrap-lite.css +1 -1
- package/styles/bootstrap-lite.scss +1 -1
- package/styles/bootstrap.css +1 -1
- package/styles/bootstrap.scss +1 -2
- package/styles/bootstrap4-lite.css +1 -1
- package/styles/bootstrap4-lite.scss +1 -1
- package/styles/bootstrap4.css +1 -1
- package/styles/bootstrap4.scss +1 -2
- package/styles/bootstrap5-dark-lite.css +1 -1
- package/styles/bootstrap5-dark-lite.scss +1 -1
- package/styles/bootstrap5-dark.css +1 -1
- package/styles/bootstrap5-dark.scss +1 -2
- package/styles/bootstrap5-lite.css +1 -1
- package/styles/bootstrap5-lite.scss +1 -1
- package/styles/bootstrap5.3-lite.css +1 -1
- package/styles/bootstrap5.3-lite.scss +1 -1
- package/styles/bootstrap5.3.css +1 -1
- package/styles/bootstrap5.3.scss +1 -2
- package/styles/bootstrap5.css +1 -1
- package/styles/bootstrap5.scss +1 -2
- package/styles/fabric-dark-lite.css +1 -1
- package/styles/fabric-dark-lite.scss +1 -1
- package/styles/fabric-dark.css +1 -1
- package/styles/fabric-dark.scss +1 -2
- package/styles/fabric-lite.css +1 -1
- package/styles/fabric-lite.scss +1 -1
- package/styles/fabric.css +1 -1
- package/styles/fabric.scss +1 -2
- package/styles/fluent-dark-lite.css +1 -1
- package/styles/fluent-dark-lite.scss +1 -1
- package/styles/fluent-dark.css +1 -1
- package/styles/fluent-dark.scss +1 -2
- package/styles/fluent-lite.css +1 -1
- package/styles/fluent-lite.scss +1 -1
- package/styles/fluent.css +1 -1
- package/styles/fluent.scss +1 -2
- package/styles/fluent2-lite.css +1 -1
- package/styles/fluent2-lite.scss +1 -1
- package/styles/fluent2.css +1 -1
- package/styles/fluent2.scss +1 -2
- package/styles/highcontrast-light-lite.css +1 -1
- package/styles/highcontrast-light-lite.scss +1 -1
- package/styles/highcontrast-light.css +1 -1
- package/styles/highcontrast-light.scss +1 -2
- package/styles/highcontrast-lite.css +1 -1
- package/styles/highcontrast-lite.scss +1 -1
- package/styles/highcontrast.css +1 -1
- package/styles/highcontrast.scss +1 -2
- package/styles/material-dark-lite.css +1 -1
- package/styles/material-dark-lite.scss +1 -1
- package/styles/material-dark.css +1 -1
- package/styles/material-dark.scss +1 -2
- package/styles/material-lite.css +1 -1
- package/styles/material-lite.scss +1 -1
- package/styles/material.css +1 -1
- package/styles/material.scss +1 -2
- package/styles/material3-dark-lite.css +1 -1
- package/styles/material3-dark-lite.scss +1 -1
- package/styles/material3-dark.css +1 -1
- package/styles/material3-dark.scss +1 -2
- package/styles/material3-lite.css +1 -1
- package/styles/material3-lite.scss +1 -1
- package/styles/material3.css +1 -1
- package/styles/material3.scss +1 -2
- package/styles/pdfviewer/bds.css +1 -0
- package/styles/pdfviewer/bds.scss +1 -0
- package/styles/pdfviewer/bootstrap-dark.css +1 -0
- package/styles/pdfviewer/bootstrap-dark.scss +1 -0
- package/styles/pdfviewer/bootstrap.css +1 -0
- package/styles/pdfviewer/bootstrap.scss +1 -0
- package/styles/pdfviewer/bootstrap4.css +1 -0
- package/styles/pdfviewer/bootstrap4.scss +1 -0
- package/styles/pdfviewer/bootstrap5-dark.css +1 -0
- package/styles/pdfviewer/bootstrap5-dark.scss +1 -0
- package/styles/pdfviewer/bootstrap5.3.css +1 -0
- package/styles/pdfviewer/bootstrap5.3.scss +1 -0
- package/styles/pdfviewer/bootstrap5.css +1 -0
- package/styles/pdfviewer/bootstrap5.scss +1 -0
- package/styles/pdfviewer/fabric-dark.css +1 -0
- package/styles/pdfviewer/fabric-dark.scss +1 -0
- package/styles/pdfviewer/fabric.css +1 -0
- package/styles/pdfviewer/fabric.scss +1 -0
- package/styles/pdfviewer/fluent-dark.css +1 -0
- package/styles/pdfviewer/fluent-dark.scss +1 -0
- package/styles/pdfviewer/fluent.css +1 -0
- package/styles/pdfviewer/fluent.scss +1 -0
- package/styles/pdfviewer/fluent2.css +1 -0
- package/styles/pdfviewer/fluent2.scss +1 -0
- package/styles/pdfviewer/highcontrast-light.css +1 -0
- package/styles/pdfviewer/highcontrast-light.scss +1 -0
- package/styles/pdfviewer/highcontrast.css +1 -0
- package/styles/pdfviewer/highcontrast.scss +1 -0
- package/styles/pdfviewer/material-dark.css +1 -0
- package/styles/pdfviewer/material-dark.scss +1 -0
- package/styles/pdfviewer/material.css +1 -0
- package/styles/pdfviewer/material.scss +1 -0
- package/styles/pdfviewer/material3-dark.css +1 -0
- package/styles/pdfviewer/material3-dark.scss +2 -0
- package/styles/pdfviewer/material3.css +1 -0
- package/styles/pdfviewer/material3.scss +2 -0
- package/styles/pdfviewer/tailwind-dark.css +1 -0
- package/styles/pdfviewer/tailwind-dark.scss +1 -0
- package/styles/pdfviewer/tailwind.css +1 -0
- package/styles/pdfviewer/tailwind.scss +1 -0
- package/styles/pdfviewer/tailwind3.css +1 -0
- package/styles/pdfviewer/tailwind3.scss +1 -0
- package/styles/tailwind-dark-lite.css +1 -1
- package/styles/tailwind-dark-lite.scss +1 -1
- package/styles/tailwind-dark.css +1 -1
- package/styles/tailwind-dark.scss +1 -2
- package/styles/tailwind-lite.css +1 -1
- package/styles/tailwind-lite.scss +1 -1
- package/styles/tailwind.css +1 -1
- package/styles/tailwind.scss +1 -2
- package/styles/tailwind3-lite.css +1 -1
- package/styles/tailwind3-lite.scss +1 -1
- package/styles/tailwind3.css +1 -1
- package/styles/tailwind3.scss +1 -2
- package/CHANGELOG.md +0 -4938
- package/esm2020/public_api.mjs +0 -2
- package/esm2020/src/document-editor/documenteditor-all.module.mjs +0 -134
- package/esm2020/src/document-editor/documenteditor.component.mjs +0 -311
- package/esm2020/src/document-editor/documenteditor.module.mjs +0 -25
- package/esm2020/src/document-editor-container/documenteditorcontainer-all.module.mjs +0 -32
- package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +0 -73
- package/esm2020/src/document-editor-container/documenteditorcontainer.module.mjs +0 -25
- package/esm2020/src/index.mjs +0 -8
- package/esm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +0 -584
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -584
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
- package/schematics/generators/documenteditorcontainer-default/index.d.ts +0 -3
- package/schematics/generators/documenteditorcontainer-default/index.js +0 -8
- package/schematics/generators/documenteditorcontainer-default/index.ts +0 -8
- package/schematics/generators/documenteditorcontainer-default/sample-details.d.ts +0 -5
- package/schematics/generators/documenteditorcontainer-default/sample-details.js +0 -8
- package/schematics/generators/documenteditorcontainer-default/sample-details.ts +0 -5
- package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
- package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
- package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -25
- package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/assets/data.ts +0 -1423
- package/schematics/generators/documenteditorcontainer-default/schema.d.ts +0 -3
- package/schematics/generators/documenteditorcontainer-default/schema.js +0 -2
- package/schematics/generators/documenteditorcontainer-default/schema.json +0 -125
- package/schematics/generators/documenteditorcontainer-default/schema.ts +0 -3
- package/src/document-editor/documenteditor-all.module.d.ts +0 -48
- package/src/document-editor/documenteditor.component.d.ts +0 -58
- package/src/document-editor/documenteditor.module.d.ts +0 -11
- package/src/document-editor-container/documenteditorcontainer-all.module.d.ts +0 -14
- package/src/document-editor-container/documenteditorcontainer.component.d.ts +0 -48
- package/src/document-editor-container/documenteditorcontainer.module.d.ts +0 -11
- package/styles/document-editor/bds.css +0 -1
- package/styles/document-editor/bds.scss +0 -1
- package/styles/document-editor/bootstrap-dark.css +0 -1
- package/styles/document-editor/bootstrap-dark.scss +0 -1
- package/styles/document-editor/bootstrap.css +0 -1
- package/styles/document-editor/bootstrap.scss +0 -1
- package/styles/document-editor/bootstrap4.css +0 -1
- package/styles/document-editor/bootstrap4.scss +0 -1
- package/styles/document-editor/bootstrap5-dark.css +0 -1
- package/styles/document-editor/bootstrap5-dark.scss +0 -1
- package/styles/document-editor/bootstrap5.3.css +0 -1
- package/styles/document-editor/bootstrap5.3.scss +0 -1
- package/styles/document-editor/bootstrap5.css +0 -1
- package/styles/document-editor/bootstrap5.scss +0 -1
- package/styles/document-editor/fabric-dark.css +0 -1
- package/styles/document-editor/fabric-dark.scss +0 -1
- package/styles/document-editor/fabric.css +0 -1
- package/styles/document-editor/fabric.scss +0 -1
- package/styles/document-editor/fluent-dark.css +0 -1
- package/styles/document-editor/fluent-dark.scss +0 -1
- package/styles/document-editor/fluent.css +0 -1
- package/styles/document-editor/fluent.scss +0 -1
- package/styles/document-editor/fluent2.css +0 -1
- package/styles/document-editor/fluent2.scss +0 -1
- package/styles/document-editor/highcontrast-light.css +0 -1
- package/styles/document-editor/highcontrast-light.scss +0 -1
- package/styles/document-editor/highcontrast.css +0 -1
- package/styles/document-editor/highcontrast.scss +0 -1
- package/styles/document-editor/material-dark.css +0 -1
- package/styles/document-editor/material-dark.scss +0 -1
- package/styles/document-editor/material.css +0 -1
- package/styles/document-editor/material.scss +0 -1
- package/styles/document-editor/material3-dark.css +0 -1
- package/styles/document-editor/material3-dark.scss +0 -2
- package/styles/document-editor/material3.css +0 -1
- package/styles/document-editor/material3.scss +0 -2
- package/styles/document-editor/tailwind-dark.css +0 -1
- package/styles/document-editor/tailwind-dark.scss +0 -1
- package/styles/document-editor/tailwind.css +0 -1
- package/styles/document-editor/tailwind.scss +0 -1
- package/styles/document-editor/tailwind3.css +0 -1
- package/styles/document-editor/tailwind3.scss +0 -1
- package/styles/document-editor-container/bds.css +0 -1
- package/styles/document-editor-container/bds.scss +0 -1
- package/styles/document-editor-container/bootstrap-dark.css +0 -1
- package/styles/document-editor-container/bootstrap-dark.scss +0 -1
- package/styles/document-editor-container/bootstrap.css +0 -1
- package/styles/document-editor-container/bootstrap.scss +0 -1
- package/styles/document-editor-container/bootstrap4.css +0 -1
- package/styles/document-editor-container/bootstrap4.scss +0 -1
- package/styles/document-editor-container/bootstrap5-dark.css +0 -1
- package/styles/document-editor-container/bootstrap5-dark.scss +0 -1
- package/styles/document-editor-container/bootstrap5.3.css +0 -1
- package/styles/document-editor-container/bootstrap5.3.scss +0 -1
- package/styles/document-editor-container/bootstrap5.css +0 -1
- package/styles/document-editor-container/bootstrap5.scss +0 -1
- package/styles/document-editor-container/fabric-dark.css +0 -1
- package/styles/document-editor-container/fabric-dark.scss +0 -1
- package/styles/document-editor-container/fabric.css +0 -1
- package/styles/document-editor-container/fabric.scss +0 -1
- package/styles/document-editor-container/fluent-dark.css +0 -1
- package/styles/document-editor-container/fluent-dark.scss +0 -1
- package/styles/document-editor-container/fluent.css +0 -1
- package/styles/document-editor-container/fluent.scss +0 -1
- package/styles/document-editor-container/fluent2.css +0 -1
- package/styles/document-editor-container/fluent2.scss +0 -1
- package/styles/document-editor-container/highcontrast-light.css +0 -1
- package/styles/document-editor-container/highcontrast-light.scss +0 -1
- package/styles/document-editor-container/highcontrast.css +0 -1
- package/styles/document-editor-container/highcontrast.scss +0 -1
- package/styles/document-editor-container/material-dark.css +0 -1
- package/styles/document-editor-container/material-dark.scss +0 -1
- package/styles/document-editor-container/material.css +0 -1
- package/styles/document-editor-container/material.scss +0 -1
- package/styles/document-editor-container/material3-dark.css +0 -1
- package/styles/document-editor-container/material3-dark.scss +0 -2
- package/styles/document-editor-container/material3.css +0 -1
- package/styles/document-editor-container/material3.scss +0 -2
- package/styles/document-editor-container/tailwind-dark.css +0 -1
- package/styles/document-editor-container/tailwind-dark.scss +0 -1
- package/styles/document-editor-container/tailwind.css +0 -1
- package/styles/document-editor-container/tailwind.scss +0 -1
- package/styles/document-editor-container/tailwind3.css +0 -1
- package/styles/document-editor-container/tailwind3.scss +0 -1
- package/syncfusion-ej2-angular-documenteditor.d.ts +0 -5
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
|
+
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import { PdfViewer } from '@syncfusion/ej2-pdfviewer';
|
|
4
|
+
export declare const inputs: string[];
|
|
5
|
+
export declare const outputs: string[];
|
|
6
|
+
export declare const twoWays: string[];
|
|
7
|
+
/**
|
|
8
|
+
* `ejs-pdfviewer` represents the Angular PdfViewer Component.
|
|
9
|
+
* ```html
|
|
10
|
+
* <ejs-pdfviewer></ejs-pdfviewer>
|
|
11
|
+
* ```
|
|
12
|
+
*/
|
|
13
|
+
export declare class PdfViewerComponent extends PdfViewer implements IComponentBase {
|
|
14
|
+
private ngEle;
|
|
15
|
+
private srenderer;
|
|
16
|
+
private viewContainerRef;
|
|
17
|
+
private injector;
|
|
18
|
+
context: any;
|
|
19
|
+
tagObjects: any;
|
|
20
|
+
addSignature: any;
|
|
21
|
+
ajaxRequestFailed: any;
|
|
22
|
+
ajaxRequestInitiate: any;
|
|
23
|
+
ajaxRequestSuccess: any;
|
|
24
|
+
annotationAdd: any;
|
|
25
|
+
annotationDoubleClick: any;
|
|
26
|
+
annotationMouseLeave: any;
|
|
27
|
+
annotationMouseover: any;
|
|
28
|
+
annotationMove: any;
|
|
29
|
+
annotationMoving: any;
|
|
30
|
+
annotationPropertiesChange: any;
|
|
31
|
+
annotationRemove: any;
|
|
32
|
+
annotationResize: any;
|
|
33
|
+
annotationSelect: any;
|
|
34
|
+
annotationUnSelect: any;
|
|
35
|
+
beforeAddFreeText: any;
|
|
36
|
+
bookmarkClick: any;
|
|
37
|
+
buttonFieldClick: any;
|
|
38
|
+
commentAdd: any;
|
|
39
|
+
commentDelete: any;
|
|
40
|
+
commentEdit: any;
|
|
41
|
+
commentSelect: any;
|
|
42
|
+
commentStatusChanged: any;
|
|
43
|
+
created: any;
|
|
44
|
+
customContextMenuBeforeOpen: any;
|
|
45
|
+
customContextMenuSelect: any;
|
|
46
|
+
documentLoad: any;
|
|
47
|
+
documentLoadFailed: any;
|
|
48
|
+
documentUnload: any;
|
|
49
|
+
downloadEnd: any;
|
|
50
|
+
downloadStart: any;
|
|
51
|
+
exportFailed: any;
|
|
52
|
+
exportStart: any;
|
|
53
|
+
exportSuccess: any;
|
|
54
|
+
extractTextCompleted: any;
|
|
55
|
+
formFieldAdd: any;
|
|
56
|
+
formFieldClick: any;
|
|
57
|
+
formFieldDoubleClick: any;
|
|
58
|
+
formFieldFocusOut: any;
|
|
59
|
+
formFieldMouseLeave: any;
|
|
60
|
+
formFieldMouseover: any;
|
|
61
|
+
formFieldMove: any;
|
|
62
|
+
formFieldPropertiesChange: any;
|
|
63
|
+
formFieldRemove: any;
|
|
64
|
+
formFieldResize: any;
|
|
65
|
+
formFieldSelect: any;
|
|
66
|
+
formFieldUnselect: any;
|
|
67
|
+
hyperlinkClick: any;
|
|
68
|
+
hyperlinkMouseOver: any;
|
|
69
|
+
importFailed: any;
|
|
70
|
+
importStart: any;
|
|
71
|
+
importSuccess: any;
|
|
72
|
+
keyboardCustomCommands: any;
|
|
73
|
+
moveSignature: any;
|
|
74
|
+
pageChange: any;
|
|
75
|
+
pageClick: any;
|
|
76
|
+
pageMouseover: any;
|
|
77
|
+
pageOrganizerSaveAs: any;
|
|
78
|
+
pageRenderComplete: any;
|
|
79
|
+
pageRenderInitiate: any;
|
|
80
|
+
printEnd: any;
|
|
81
|
+
printStart: any;
|
|
82
|
+
removeSignature: any;
|
|
83
|
+
resizeSignature: any;
|
|
84
|
+
resourcesLoaded: any;
|
|
85
|
+
signaturePropertiesChange: any;
|
|
86
|
+
signatureSelect: any;
|
|
87
|
+
signatureUnselect: any;
|
|
88
|
+
textSearchComplete: any;
|
|
89
|
+
textSearchHighlight: any;
|
|
90
|
+
textSearchStart: any;
|
|
91
|
+
textSelectionEnd: any;
|
|
92
|
+
textSelectionStart: any;
|
|
93
|
+
thumbnailClick: any;
|
|
94
|
+
toolbarClick: any;
|
|
95
|
+
validateFormFields: any;
|
|
96
|
+
zoomChange: any;
|
|
97
|
+
pageOrganizerZoomChanged: any;
|
|
98
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
99
|
+
ngOnInit(): void;
|
|
100
|
+
ngAfterViewInit(): void;
|
|
101
|
+
ngOnDestroy(): void;
|
|
102
|
+
ngAfterContentChecked(): void;
|
|
103
|
+
registerEvents: (eventList: string[]) => void;
|
|
104
|
+
addTwoWay: (propList: string[]) => void;
|
|
105
|
+
}
|
package/styles/bds-lite.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@import '@syncfusion/ej2-
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/bds-lite.css';
|
package/styles/bds-lite.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-pdfviewer/styles/bds-lite.scss';
|
package/styles/bds.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@import '@syncfusion/ej2-
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/bds.css';
|
package/styles/bds.scss
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
@import '
|
|
2
|
-
@import 'document-editor-container/bds.scss';
|
|
1
|
+
@import 'pdfviewer/bds.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import '@syncfusion/ej2-
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/bootstrap-dark-lite.css';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-pdfviewer/styles/bootstrap-dark-lite.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import '@syncfusion/ej2-
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/bootstrap-dark.css';
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
@import '
|
|
2
|
-
@import 'document-editor-container/bootstrap-dark.scss';
|
|
1
|
+
@import 'pdfviewer/bootstrap-dark.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import '@syncfusion/ej2-
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/bootstrap-lite.css';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-pdfviewer/styles/bootstrap-lite.scss';
|
package/styles/bootstrap.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@import '@syncfusion/ej2-
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/bootstrap.css';
|
package/styles/bootstrap.scss
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
@import '
|
|
2
|
-
@import 'document-editor-container/bootstrap.scss';
|
|
1
|
+
@import 'pdfviewer/bootstrap.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import '@syncfusion/ej2-
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/bootstrap4-lite.css';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-pdfviewer/styles/bootstrap4-lite.scss';
|
package/styles/bootstrap4.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@import '@syncfusion/ej2-
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/bootstrap4.css';
|
package/styles/bootstrap4.scss
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
@import '
|
|
2
|
-
@import 'document-editor-container/bootstrap4.scss';
|
|
1
|
+
@import 'pdfviewer/bootstrap4.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import '@syncfusion/ej2-
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/bootstrap5-dark-lite.css';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-pdfviewer/styles/bootstrap5-dark-lite.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import '@syncfusion/ej2-
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/bootstrap5-dark.css';
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
@import '
|
|
2
|
-
@import 'document-editor-container/bootstrap5-dark.scss';
|
|
1
|
+
@import 'pdfviewer/bootstrap5-dark.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import '@syncfusion/ej2-
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/bootstrap5-lite.css';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-pdfviewer/styles/bootstrap5-lite.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import '@syncfusion/ej2-
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/bootstrap5.3-lite.css';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-pdfviewer/styles/bootstrap5.3-lite.scss';
|
package/styles/bootstrap5.3.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@import '@syncfusion/ej2-
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/bootstrap5.3.css';
|
package/styles/bootstrap5.3.scss
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
@import '
|
|
2
|
-
@import 'document-editor-container/bootstrap5.3.scss';
|
|
1
|
+
@import 'pdfviewer/bootstrap5.3.scss';
|
package/styles/bootstrap5.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@import '@syncfusion/ej2-
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/bootstrap5.css';
|
package/styles/bootstrap5.scss
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
@import '
|
|
2
|
-
@import 'document-editor-container/bootstrap5.scss';
|
|
1
|
+
@import 'pdfviewer/bootstrap5.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import '@syncfusion/ej2-
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/fabric-dark-lite.css';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-pdfviewer/styles/fabric-dark-lite.scss';
|
package/styles/fabric-dark.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@import '@syncfusion/ej2-
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/fabric-dark.css';
|
package/styles/fabric-dark.scss
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
@import '
|
|
2
|
-
@import 'document-editor-container/fabric-dark.scss';
|
|
1
|
+
@import 'pdfviewer/fabric-dark.scss';
|
package/styles/fabric-lite.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@import '@syncfusion/ej2-
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/fabric-lite.css';
|
package/styles/fabric-lite.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-pdfviewer/styles/fabric-lite.scss';
|
package/styles/fabric.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@import '@syncfusion/ej2-
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/fabric.css';
|
package/styles/fabric.scss
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
@import '
|
|
2
|
-
@import 'document-editor-container/fabric.scss';
|
|
1
|
+
@import 'pdfviewer/fabric.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import '@syncfusion/ej2-
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/fluent-dark-lite.css';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-pdfviewer/styles/fluent-dark-lite.scss';
|
package/styles/fluent-dark.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@import '@syncfusion/ej2-
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/fluent-dark.css';
|
package/styles/fluent-dark.scss
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
@import '
|
|
2
|
-
@import 'document-editor-container/fluent-dark.scss';
|
|
1
|
+
@import 'pdfviewer/fluent-dark.scss';
|
package/styles/fluent-lite.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@import '@syncfusion/ej2-
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/fluent-lite.css';
|
package/styles/fluent-lite.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-pdfviewer/styles/fluent-lite.scss';
|
package/styles/fluent.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@import '@syncfusion/ej2-
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/fluent.css';
|
package/styles/fluent.scss
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
@import '
|
|
2
|
-
@import 'document-editor-container/fluent.scss';
|
|
1
|
+
@import 'pdfviewer/fluent.scss';
|
package/styles/fluent2-lite.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@import '@syncfusion/ej2-
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/fluent2-lite.css';
|
package/styles/fluent2-lite.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-pdfviewer/styles/fluent2-lite.scss';
|
package/styles/fluent2.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@import '@syncfusion/ej2-
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/fluent2.css';
|
package/styles/fluent2.scss
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
@import '
|
|
2
|
-
@import 'document-editor-container/fluent2.scss';
|
|
1
|
+
@import 'pdfviewer/fluent2.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import '@syncfusion/ej2-
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/highcontrast-light-lite.css';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-pdfviewer/styles/highcontrast-light-lite.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import '@syncfusion/ej2-
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/highcontrast-light.css';
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
@import '
|
|
2
|
-
@import 'document-editor-container/highcontrast-light.scss';
|
|
1
|
+
@import 'pdfviewer/highcontrast-light.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import '@syncfusion/ej2-
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/highcontrast-lite.css';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-pdfviewer/styles/highcontrast-lite.scss';
|
package/styles/highcontrast.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@import '@syncfusion/ej2-
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/highcontrast.css';
|
package/styles/highcontrast.scss
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
@import '
|
|
2
|
-
@import 'document-editor-container/highcontrast.scss';
|
|
1
|
+
@import 'pdfviewer/highcontrast.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import '@syncfusion/ej2-
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/material-dark-lite.css';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-pdfviewer/styles/material-dark-lite.scss';
|
package/styles/material-dark.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@import '@syncfusion/ej2-
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/material-dark.css';
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
@import '
|
|
2
|
-
@import 'document-editor-container/material-dark.scss';
|
|
1
|
+
@import 'pdfviewer/material-dark.scss';
|
package/styles/material-lite.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@import '@syncfusion/ej2-
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/material-lite.css';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-pdfviewer/styles/material-lite.scss';
|
package/styles/material.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@import '@syncfusion/ej2-
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/material.css';
|
package/styles/material.scss
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
@import '
|
|
2
|
-
@import 'document-editor-container/material.scss';
|
|
1
|
+
@import 'pdfviewer/material.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import '@syncfusion/ej2-
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/material3-dark-lite.css';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-pdfviewer/styles/material3-dark-lite.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import '@syncfusion/ej2-
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/material3-dark.css';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import '@syncfusion/ej2-
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/material3-lite.css';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-pdfviewer/styles/material3-lite.scss';
|
package/styles/material3.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@import '@syncfusion/ej2-
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/material3.css';
|
package/styles/material3.scss
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/pdfviewer/bds.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-pdfviewer/styles/pdfviewer/bds.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/pdfviewer/bootstrap-dark.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-pdfviewer/styles/pdfviewer/bootstrap-dark.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/pdfviewer/bootstrap.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-pdfviewer/styles/pdfviewer/bootstrap.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/pdfviewer/bootstrap4.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-pdfviewer/styles/pdfviewer/bootstrap4.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/pdfviewer/bootstrap5-dark.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-pdfviewer/styles/pdfviewer/bootstrap5-dark.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/pdfviewer/bootstrap5.3.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-pdfviewer/styles/pdfviewer/bootstrap5.3.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/pdfviewer/bootstrap5.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-pdfviewer/styles/pdfviewer/bootstrap5.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/pdfviewer/fabric-dark.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-pdfviewer/styles/pdfviewer/fabric-dark.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/pdfviewer/fabric.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-pdfviewer/styles/pdfviewer/fabric.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/pdfviewer/fluent-dark.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-pdfviewer/styles/pdfviewer/fluent-dark.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/pdfviewer/fluent.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-pdfviewer/styles/pdfviewer/fluent.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/pdfviewer/fluent2.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-pdfviewer/styles/pdfviewer/fluent2.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/pdfviewer/highcontrast-light.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-pdfviewer/styles/pdfviewer/highcontrast-light.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/pdfviewer/highcontrast.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-pdfviewer/styles/pdfviewer/highcontrast.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/pdfviewer/material-dark.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-pdfviewer/styles/pdfviewer/material-dark.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/pdfviewer/material.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-pdfviewer/styles/pdfviewer/material.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/pdfviewer/material3-dark.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/pdfviewer/material3.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/pdfviewer/tailwind-dark.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-pdfviewer/styles/pdfviewer/tailwind-dark.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/pdfviewer/tailwind.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-pdfviewer/styles/pdfviewer/tailwind.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pdfviewer/styles/pdfviewer/tailwind3.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-pdfviewer/styles/pdfviewer/tailwind3.scss';
|