@pdfme/ui 1.2.0 → 1.2.2
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/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +9 -3
- package/dist/index.js.map +1 -1
- package/dist/types/class.d.ts +16 -16
- package/dist/types/components/Designer/index.d.ts +38 -38
- package/dist/types/components/Schemas/BarcodeSchema.d.ts +1 -1
- package/dist/types/components/Schemas/ImageSchema.d.ts +1 -1
- package/dist/types/components/Schemas/TextSchema.d.ts +10 -10
- package/dist/types/contexts.d.ts +1 -1
- package/dist/types/helper.d.ts +12 -12
- package/package.json +2 -2
- package/tsconfig.json +1 -1
@@ -6,7 +6,7 @@ object-assign
|
|
6
6
|
|
7
7
|
/*!
|
8
8
|
* @name @pdfme/ui
|
9
|
-
* @version 1.2.
|
9
|
+
* @version 1.2.2 | Sun Jun 04 2023
|
10
10
|
* @author hand-dot
|
11
11
|
* @license MIT
|
12
12
|
*/
|
@@ -22,6 +22,12 @@ object-assign
|
|
22
22
|
* @license MIT
|
23
23
|
*/
|
24
24
|
|
25
|
+
/*!
|
26
|
+
* DOMMatrix v1.0.3 (https://thednp.github.io/dommatrix/)
|
27
|
+
* Copyright 2022 © thednp
|
28
|
+
* Licensed under MIT (https://github.com/thednp/DOMMatrix/blob/master/LICENSE)
|
29
|
+
*/
|
30
|
+
|
25
31
|
/*! *****************************************************************************
|
26
32
|
Copyright (c) Microsoft Corporation.
|
27
33
|
|
@@ -56,7 +62,7 @@ and limitations under the License.
|
|
56
62
|
|
57
63
|
/**
|
58
64
|
* @licstart The following is the entire license notice for the
|
59
|
-
*
|
65
|
+
* JavaScript code in this page
|
60
66
|
*
|
61
67
|
* Copyright 2022 Mozilla Foundation
|
62
68
|
*
|
@@ -73,7 +79,7 @@ and limitations under the License.
|
|
73
79
|
* limitations under the License.
|
74
80
|
*
|
75
81
|
* @licend The above is the entire license notice for the
|
76
|
-
*
|
82
|
+
* JavaScript code in this page
|
77
83
|
*/
|
78
84
|
|
79
85
|
/** @license React v0.20.2
|