hlrender 0.0.107 → 0.0.108
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/package.json +2 -3
- package/render.es.js +4 -4
- package/render.umd.js +80 -83
- package/sfcview-b9f25000.js +91 -0
- package/sfcview-ccbbde59.js +0 -94
package/package.json
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hlrender",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.108",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "render.umd.js",
|
|
6
|
-
"private":false,
|
|
7
|
-
"scripts": {
|
|
6
|
+
"private":false, "scripts": {
|
|
8
7
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
9
8
|
},
|
|
10
9
|
"keywords": [],
|
package/render.es.js
CHANGED
|
@@ -4437,10 +4437,10 @@ function qa(o) {
|
|
|
4437
4437
|
e == null || e(s);
|
|
4438
4438
|
});
|
|
4439
4439
|
}),
|
|
4440
|
-
getSFCViewCode: (
|
|
4441
|
-
import("./sfcview-
|
|
4442
|
-
const { genSFCView:
|
|
4443
|
-
|
|
4440
|
+
getSFCViewCode: () => new Promise((e, l) => {
|
|
4441
|
+
import("./sfcview-b9f25000.js").then((t) => {
|
|
4442
|
+
const { genSFCView: a } = t, s = a(o == null ? void 0 : o.widgetList);
|
|
4443
|
+
e == null || e(s);
|
|
4444
4444
|
});
|
|
4445
4445
|
}),
|
|
4446
4446
|
getCtx: (e) => {
|