form-custom-test 3.0.163 → 3.0.164
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/designer.es.js +5 -8
- package/dist/designer.style.css +1 -1
- package/dist/designer.umd.js +2 -2
- package/dist/render.es.js +5 -8
- package/dist/render.style.css +1 -1
- package/dist/render.umd.js +2 -2
- package/package.json +80 -80
package/dist/designer.es.js
CHANGED
|
@@ -68763,13 +68763,13 @@ function registerIcon(app) {
|
|
|
68763
68763
|
if (typeof window !== "undefined") {
|
|
68764
68764
|
let loadSvg = function() {
|
|
68765
68765
|
var body = document.body;
|
|
68766
|
-
var svgDom = document.getElementById("
|
|
68766
|
+
var svgDom = document.getElementById("__svg__icons__dom__1779419642590__");
|
|
68767
68767
|
if (!svgDom) {
|
|
68768
68768
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
68769
68769
|
svgDom.style.position = "absolute";
|
|
68770
68770
|
svgDom.style.width = "0";
|
|
68771
68771
|
svgDom.style.height = "0";
|
|
68772
|
-
svgDom.id = "
|
|
68772
|
+
svgDom.id = "__svg__icons__dom__1779419642590__";
|
|
68773
68773
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
68774
68774
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
68775
68775
|
}
|
|
@@ -79036,7 +79036,7 @@ const _sfc_main$6 = {
|
|
|
79036
79036
|
this.handleGetAssetTypeOptions();
|
|
79037
79037
|
}
|
|
79038
79038
|
};
|
|
79039
|
-
const _hoisted_1$4 = { class: "asset-
|
|
79039
|
+
const _hoisted_1$4 = { class: "asset-body-wrap" };
|
|
79040
79040
|
const _hoisted_2$2 = { class: "bottom-wrap" };
|
|
79041
79041
|
const _hoisted_3$1 = { class: "left-wrap" };
|
|
79042
79042
|
const _hoisted_4 = { class: "filter-wrap" };
|
|
@@ -79330,10 +79330,7 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
79330
79330
|
_: 1
|
|
79331
79331
|
}, 8, ["modelValue"])
|
|
79332
79332
|
]),
|
|
79333
|
-
createVNode(_component_el_scrollbar, {
|
|
79334
|
-
height: "512px",
|
|
79335
|
-
class: "asset-wrap-scroll"
|
|
79336
|
-
}, {
|
|
79333
|
+
createVNode(_component_el_scrollbar, { class: "asset-wrap-scroll" }, {
|
|
79337
79334
|
default: withCtx(() => [
|
|
79338
79335
|
createElementVNode("ul", _hoisted_7, [
|
|
79339
79336
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.filterList, (item) => {
|
|
@@ -79368,7 +79365,7 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
79368
79365
|
_: 1
|
|
79369
79366
|
}, 8, ["modelValue", "onClose"]);
|
|
79370
79367
|
}
|
|
79371
|
-
var AssetDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$6, [["render", _sfc_render$6], ["__scopeId", "data-v-
|
|
79368
|
+
var AssetDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$6, [["render", _sfc_render$6], ["__scopeId", "data-v-5cca3952"]]);
|
|
79372
79369
|
var index_vue_vue_type_style_index_0_lang$1 = "";
|
|
79373
79370
|
const _sfc_main$5 = {
|
|
79374
79371
|
name: "asset-select-widget",
|