@syncfusion/ej2-pdf-export 23.1.39 → 23.1.43
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 +1 -1
- package/dist/es6/ej2-pdf-export.es2015.js.map +1 -1
- package/dist/es6/ej2-pdf-export.es5.js.map +1 -1
- package/dist/global/ej2-pdf-export.min.js +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +5 -5
- package/src/index.d.ts +0 -1
- package/src/index.js +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-pdf-export.min.js
|
|
3
|
-
* version : 23.1.
|
|
3
|
+
* version : 23.1.43
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. 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/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 23.1.
|
|
3
|
+
* version : 23.1.43
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. 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@23.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-pdf-export@23.1.39",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-RtZqzsRNvJsU3SMn5M2uPnqNvZ/VSRlggZ1LoDhV9s9eaef69Kn+Sa80XA0gHiT9tt3DF9w7gfML3fzTnvZshQ==",
|
|
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-23.1.
|
|
32
|
-
"_shasum": "
|
|
31
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pdf-export/-/ej2-pdf-export-23.1.39.tgz",
|
|
32
|
+
"_shasum": "7d8a50c3197f14d9783c5abef7b8a6f7ff55e03d",
|
|
33
33
|
"_spec": "@syncfusion/ej2-pdf-export@*",
|
|
34
34
|
"_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
|
|
35
35
|
"author": {
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"module": "./index.js",
|
|
49
49
|
"name": "@syncfusion/ej2-pdf-export",
|
|
50
50
|
"typings": "index.d.ts",
|
|
51
|
-
"version": "23.1.
|
|
51
|
+
"version": "23.1.43",
|
|
52
52
|
"sideEffects": false,
|
|
53
53
|
"homepage": "https://www.syncfusion.com/javascript-ui-controls"
|
|
54
54
|
}
|
package/src/index.d.ts
CHANGED
|
@@ -114,4 +114,3 @@ export * from './implementation/structured-elements/grid/pdf-grid';
|
|
|
114
114
|
export * from './implementation/structured-elements/grid/pdf-grid-column';
|
|
115
115
|
export * from './implementation/structured-elements/grid/pdf-grid-row';
|
|
116
116
|
export * from './implementation/structured-elements/grid/pdf-grid-cell';
|
|
117
|
-
export * from './implementation/document/automatic-fields/pdf-page-number-field';
|
package/src/index.js
CHANGED
|
@@ -107,4 +107,3 @@ export * from './implementation/structured-elements/grid/pdf-grid';
|
|
|
107
107
|
export * from './implementation/structured-elements/grid/pdf-grid-column';
|
|
108
108
|
export * from './implementation/structured-elements/grid/pdf-grid-row';
|
|
109
109
|
export * from './implementation/structured-elements/grid/pdf-grid-cell';
|
|
110
|
-
export * from './implementation/document/automatic-fields/pdf-page-number-field';
|