hlrender 0.0.114 → 0.0.116
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 +1 -1
- package/render.es.js +1 -1
- package/render.umd.js +240 -240
- package/sfcview-dcc62a41.js +141 -0
- package/sfcview-bd37feda.js +0 -68
package/package.json
CHANGED
package/render.es.js
CHANGED
|
@@ -4438,7 +4438,7 @@ function qa(o) {
|
|
|
4438
4438
|
});
|
|
4439
4439
|
}),
|
|
4440
4440
|
getFieldItems: () => new Promise((e, f) => {
|
|
4441
|
-
import("./sfcview-
|
|
4441
|
+
import("./sfcview-dcc62a41.js").then((t) => {
|
|
4442
4442
|
const { useGenFieldItemList: a } = t, { filterFieldItems: s } = a(o == null ? void 0 : o.widgetList), l = s();
|
|
4443
4443
|
e == null || e(l);
|
|
4444
4444
|
});
|