@syncfusion/ej2-pdf-export 22.1.39 → 22.2.5
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/CHANGELOG.md +8 -0
- package/dist/ej2-pdf-export.min.js +2 -2
- package/dist/ej2-pdf-export.umd.min.js +2 -2
- package/dist/ej2-pdf-export.umd.min.js.map +1 -1
- package/dist/es6/ej2-pdf-export.es2015.js +1 -1
- package/dist/es6/ej2-pdf-export.es2015.js.map +1 -1
- package/dist/es6/ej2-pdf-export.es5.js +1 -1
- package/dist/es6/ej2-pdf-export.es5.js.map +1 -1
- package/dist/global/ej2-pdf-export.min.js +2 -2
- package/dist/global/ej2-pdf-export.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +6 -6
- package/src/implementation/document/index.d.ts +1 -0
- package/src/implementation/document/index.js +1 -0
- package/src/implementation/index.d.ts +1 -0
- package/src/implementation/index.js +1 -0
- package/src/index.d.ts +1 -0
- package/src/index.js +1 -0
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 22.
|
|
3
|
+
* version : 22.2.5
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-pdf-export@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-pdf-export@22.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-pdf-export@22.1.39",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-pD9kTwnMjExpd0hJ7V0C0elmvDOJf6KViw55IxEt4nI7DIRVRIfzhih9v8CkQEUTSdEykpOjvrFo2NecrbFL/Q==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-pdf-export",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"/@syncfusion/ej2-pivotview",
|
|
29
29
|
"/@syncfusion/ej2-treemap"
|
|
30
30
|
],
|
|
31
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pdf-export/-/ej2-pdf-export-22.1.
|
|
32
|
-
"_shasum": "
|
|
31
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pdf-export/-/ej2-pdf-export-22.1.39.tgz",
|
|
32
|
+
"_shasum": "89400d78fb162a0392fe7371b7e551d9e3a301a4",
|
|
33
33
|
"_spec": "@syncfusion/ej2-pdf-export@*",
|
|
34
34
|
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
|
|
35
35
|
"author": {
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
},
|
|
38
38
|
"bundleDependencies": false,
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@syncfusion/ej2-compression": "~22.
|
|
40
|
+
"@syncfusion/ej2-compression": "~22.2.5"
|
|
41
41
|
},
|
|
42
42
|
"deprecated": false,
|
|
43
43
|
"description": "Syncfusion TypeScript Component",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"module": "./index.js",
|
|
49
49
|
"name": "@syncfusion/ej2-pdf-export",
|
|
50
50
|
"typings": "index.d.ts",
|
|
51
|
-
"version": "22.
|
|
51
|
+
"version": "22.2.5",
|
|
52
52
|
"sideEffects": false,
|
|
53
53
|
"homepage": "https://www.syncfusion.com/javascript-ui-controls"
|
|
54
54
|
}
|
|
@@ -6,6 +6,7 @@ export * from './pdf-catalog';
|
|
|
6
6
|
export * from './pdf-document';
|
|
7
7
|
export * from './pdf-document-base';
|
|
8
8
|
export * from './pdf-document-template';
|
|
9
|
+
export * from './pdf-viewer-preferences';
|
|
9
10
|
export * from './automatic-fields/pdf-numbers-convertor';
|
|
10
11
|
export * from './automatic-fields/pdf-page-number-field';
|
|
11
12
|
export * from './automatic-fields/automatic-field-info';
|
|
@@ -6,6 +6,7 @@ export * from './pdf-catalog';
|
|
|
6
6
|
export * from './pdf-document';
|
|
7
7
|
export * from './pdf-document-base';
|
|
8
8
|
export * from './pdf-document-template';
|
|
9
|
+
export * from './pdf-viewer-preferences';
|
|
9
10
|
export * from './automatic-fields/pdf-numbers-convertor';
|
|
10
11
|
export * from './automatic-fields/pdf-page-number-field';
|
|
11
12
|
export * from './automatic-fields/automatic-field-info';
|
|
@@ -17,6 +17,7 @@ export * from './document/pdf-catalog';
|
|
|
17
17
|
export * from './document/pdf-document';
|
|
18
18
|
export * from './document/pdf-document-base';
|
|
19
19
|
export * from './document/pdf-document-template';
|
|
20
|
+
export * from './document/pdf-viewer-preferences';
|
|
20
21
|
export * from './document/automatic-fields/pdf-numbers-convertor';
|
|
21
22
|
export * from './document/automatic-fields/pdf-page-number-field';
|
|
22
23
|
export * from './document/automatic-fields/automatic-field-info';
|
|
@@ -17,6 +17,7 @@ export * from './document/pdf-catalog';
|
|
|
17
17
|
export * from './document/pdf-document';
|
|
18
18
|
export * from './document/pdf-document-base';
|
|
19
19
|
export * from './document/pdf-document-template';
|
|
20
|
+
export * from './document/pdf-viewer-preferences';
|
|
20
21
|
export * from './document/automatic-fields/pdf-numbers-convertor';
|
|
21
22
|
export * from './document/automatic-fields/pdf-page-number-field';
|
|
22
23
|
export * from './document/automatic-fields/automatic-field-info';
|
package/src/index.d.ts
CHANGED
|
@@ -17,6 +17,7 @@ export * from './implementation/document/pdf-catalog';
|
|
|
17
17
|
export * from './implementation/document/pdf-document';
|
|
18
18
|
export * from './implementation/document/pdf-document-base';
|
|
19
19
|
export * from './implementation/document/pdf-document-template';
|
|
20
|
+
export * from './implementation/document/pdf-viewer-preferences';
|
|
20
21
|
export * from './implementation/document/automatic-fields/pdf-page-number-field';
|
|
21
22
|
export * from './implementation/document/automatic-fields/composite-field';
|
|
22
23
|
export * from './implementation/document/automatic-fields/page-count-field';
|
package/src/index.js
CHANGED
|
@@ -17,6 +17,7 @@ export * from './implementation/document/pdf-catalog';
|
|
|
17
17
|
export * from './implementation/document/pdf-document';
|
|
18
18
|
export * from './implementation/document/pdf-document-base';
|
|
19
19
|
export * from './implementation/document/pdf-document-template';
|
|
20
|
+
export * from './implementation/document/pdf-viewer-preferences';
|
|
20
21
|
export * from './implementation/document/automatic-fields/pdf-page-number-field';
|
|
21
22
|
export * from './implementation/document/automatic-fields/composite-field';
|
|
22
23
|
export * from './implementation/document/automatic-fields/page-count-field';
|