@leafer-in/html 1.3.1 → 1.3.3
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/html.cjs +3 -3
- package/dist/html.esm.js +3 -3
- package/dist/html.js +3 -3
- package/package.json +4 -4
package/dist/html.cjs
CHANGED
|
@@ -16,7 +16,7 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
16
16
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
17
17
|
PERFORMANCE OF THIS SOFTWARE.
|
|
18
18
|
***************************************************************************** */
|
|
19
|
-
/* global Reflect, Promise, SuppressedError, Symbol */
|
|
19
|
+
/* global Reflect, Promise, SuppressedError, Symbol, Iterator */
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
function __decorate(decorators, target, key, desc) {
|
|
@@ -81,10 +81,10 @@ exports.HTMLText = class HTMLText extends draw.Image {
|
|
|
81
81
|
};
|
|
82
82
|
__decorate([
|
|
83
83
|
draw.dataProcessor(HTMLTextData)
|
|
84
|
-
], exports.HTMLText.prototype, "__",
|
|
84
|
+
], exports.HTMLText.prototype, "__", undefined);
|
|
85
85
|
__decorate([
|
|
86
86
|
draw.boundsType('')
|
|
87
|
-
], exports.HTMLText.prototype, "text",
|
|
87
|
+
], exports.HTMLText.prototype, "text", undefined);
|
|
88
88
|
exports.HTMLText = __decorate([
|
|
89
89
|
draw.registerUI()
|
|
90
90
|
], exports.HTMLText);
|
package/dist/html.esm.js
CHANGED
|
@@ -14,7 +14,7 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
14
14
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
15
15
|
PERFORMANCE OF THIS SOFTWARE.
|
|
16
16
|
***************************************************************************** */
|
|
17
|
-
/* global Reflect, Promise, SuppressedError, Symbol */
|
|
17
|
+
/* global Reflect, Promise, SuppressedError, Symbol, Iterator */
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
function __decorate(decorators, target, key, desc) {
|
|
@@ -79,10 +79,10 @@ let HTMLText = class HTMLText extends Image {
|
|
|
79
79
|
};
|
|
80
80
|
__decorate([
|
|
81
81
|
dataProcessor(HTMLTextData)
|
|
82
|
-
], HTMLText.prototype, "__",
|
|
82
|
+
], HTMLText.prototype, "__", undefined);
|
|
83
83
|
__decorate([
|
|
84
84
|
boundsType('')
|
|
85
|
-
], HTMLText.prototype, "text",
|
|
85
|
+
], HTMLText.prototype, "text", undefined);
|
|
86
86
|
HTMLText = __decorate([
|
|
87
87
|
registerUI()
|
|
88
88
|
], HTMLText);
|
package/dist/html.js
CHANGED
|
@@ -16,7 +16,7 @@ this.LeaferIN.html = (function (exports, draw) {
|
|
|
16
16
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
17
17
|
PERFORMANCE OF THIS SOFTWARE.
|
|
18
18
|
***************************************************************************** */
|
|
19
|
-
/* global Reflect, Promise, SuppressedError, Symbol */
|
|
19
|
+
/* global Reflect, Promise, SuppressedError, Symbol, Iterator */
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
function __decorate(decorators, target, key, desc) {
|
|
@@ -81,10 +81,10 @@ this.LeaferIN.html = (function (exports, draw) {
|
|
|
81
81
|
};
|
|
82
82
|
__decorate([
|
|
83
83
|
draw.dataProcessor(HTMLTextData)
|
|
84
|
-
], exports.HTMLText.prototype, "__",
|
|
84
|
+
], exports.HTMLText.prototype, "__", undefined);
|
|
85
85
|
__decorate([
|
|
86
86
|
draw.boundsType('')
|
|
87
|
-
], exports.HTMLText.prototype, "text",
|
|
87
|
+
], exports.HTMLText.prototype, "text", undefined);
|
|
88
88
|
exports.HTMLText = __decorate([
|
|
89
89
|
draw.registerUI()
|
|
90
90
|
], exports.HTMLText);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@leafer-in/html",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.3",
|
|
4
4
|
"description": "@leafer-in/html",
|
|
5
5
|
"author": "Chao (Leafer) Wan",
|
|
6
6
|
"license": "MIT",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"leaferjs"
|
|
35
35
|
],
|
|
36
36
|
"peerDependencies": {
|
|
37
|
-
"@leafer-ui/draw": "^1.3.
|
|
38
|
-
"@leafer-ui/interface": "^1.3.
|
|
39
|
-
"@leafer-in/interface": "^1.3.
|
|
37
|
+
"@leafer-ui/draw": "^1.3.3",
|
|
38
|
+
"@leafer-ui/interface": "^1.3.3",
|
|
39
|
+
"@leafer-in/interface": "^1.3.3"
|
|
40
40
|
}
|
|
41
41
|
}
|