@visactor/vrender-kits 0.12.20-alpha.7 → 0.12.20
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 +25 -25
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -4,41 +4,41 @@
|
|
|
4
4
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.VRender = global.VRender || {}, global.VRender.Kits = {}), null, global.VRender, global.inversify));
|
|
5
5
|
})(this, (function (exports, reflectMetadata, vrender, inversify) { 'use strict';
|
|
6
6
|
|
|
7
|
-
function _iterableToArrayLimit(
|
|
8
|
-
var
|
|
9
|
-
if (null !=
|
|
10
|
-
var
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
7
|
+
function _iterableToArrayLimit(r, l) {
|
|
8
|
+
var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
|
9
|
+
if (null != t) {
|
|
10
|
+
var e,
|
|
11
|
+
n,
|
|
12
|
+
i,
|
|
13
|
+
u,
|
|
14
|
+
a = [],
|
|
15
|
+
f = !0,
|
|
16
|
+
o = !1;
|
|
17
17
|
try {
|
|
18
|
-
if (
|
|
19
|
-
if (Object(
|
|
20
|
-
|
|
21
|
-
} else for (; !(
|
|
22
|
-
} catch (
|
|
23
|
-
|
|
18
|
+
if (i = (t = t.call(r)).next, 0 === l) {
|
|
19
|
+
if (Object(t) !== t) return;
|
|
20
|
+
f = !1;
|
|
21
|
+
} else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0);
|
|
22
|
+
} catch (r) {
|
|
23
|
+
o = !0, n = r;
|
|
24
24
|
} finally {
|
|
25
25
|
try {
|
|
26
|
-
if (!
|
|
26
|
+
if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return;
|
|
27
27
|
} finally {
|
|
28
|
-
if (
|
|
28
|
+
if (o) throw n;
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
|
-
return
|
|
31
|
+
return a;
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
|
-
function _typeof(
|
|
34
|
+
function _typeof(o) {
|
|
35
35
|
"@babel/helpers - typeof";
|
|
36
36
|
|
|
37
|
-
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (
|
|
38
|
-
return typeof
|
|
39
|
-
} : function (
|
|
40
|
-
return
|
|
41
|
-
}, _typeof(
|
|
37
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
|
|
38
|
+
return typeof o;
|
|
39
|
+
} : function (o) {
|
|
40
|
+
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
|
41
|
+
}, _typeof(o);
|
|
42
42
|
}
|
|
43
43
|
function _classCallCheck(instance, Constructor) {
|
|
44
44
|
if (!(instance instanceof Constructor)) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visactor/vrender-kits",
|
|
3
|
-
"version": "0.12.20
|
|
3
|
+
"version": "0.12.20",
|
|
4
4
|
"description": "",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "cjs/index.js",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"dist"
|
|
13
13
|
],
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@visactor/vrender": "0.
|
|
15
|
+
"@visactor/vrender": "0.14.6",
|
|
16
16
|
"@visactor/vutils": "~0.15.5",
|
|
17
17
|
"@resvg/resvg-js": "2.4.1",
|
|
18
18
|
"canvas": "2.11.2",
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"eslint": "~8.18.0",
|
|
33
33
|
"vite": "3.2.6",
|
|
34
34
|
"typescript": "4.9.5",
|
|
35
|
-
"@internal/bundler": "0.0.1",
|
|
36
35
|
"@internal/eslint-config": "0.0.1",
|
|
37
|
-
"@internal/ts-config": "0.0.1"
|
|
36
|
+
"@internal/ts-config": "0.0.1",
|
|
37
|
+
"@internal/bundler": "0.0.1"
|
|
38
38
|
},
|
|
39
39
|
"keywords": [
|
|
40
40
|
"VisActor",
|