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/render.es.js
CHANGED
|
@@ -26441,13 +26441,13 @@ function registerIcon(app) {
|
|
|
26441
26441
|
if (typeof window !== "undefined") {
|
|
26442
26442
|
let loadSvg = function() {
|
|
26443
26443
|
var body = document.body;
|
|
26444
|
-
var svgDom = document.getElementById("
|
|
26444
|
+
var svgDom = document.getElementById("__svg__icons__dom__1779419651820__");
|
|
26445
26445
|
if (!svgDom) {
|
|
26446
26446
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
26447
26447
|
svgDom.style.position = "absolute";
|
|
26448
26448
|
svgDom.style.width = "0";
|
|
26449
26449
|
svgDom.style.height = "0";
|
|
26450
|
-
svgDom.id = "
|
|
26450
|
+
svgDom.id = "__svg__icons__dom__1779419651820__";
|
|
26451
26451
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
26452
26452
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
26453
26453
|
}
|
|
@@ -62261,7 +62261,7 @@ const _sfc_main$6 = {
|
|
|
62261
62261
|
this.handleGetAssetTypeOptions();
|
|
62262
62262
|
}
|
|
62263
62263
|
};
|
|
62264
|
-
const _hoisted_1$4 = { class: "asset-
|
|
62264
|
+
const _hoisted_1$4 = { class: "asset-body-wrap" };
|
|
62265
62265
|
const _hoisted_2$2 = { class: "bottom-wrap" };
|
|
62266
62266
|
const _hoisted_3$1 = { class: "left-wrap" };
|
|
62267
62267
|
const _hoisted_4 = { class: "filter-wrap" };
|
|
@@ -62555,10 +62555,7 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
62555
62555
|
_: 1
|
|
62556
62556
|
}, 8, ["modelValue"])
|
|
62557
62557
|
]),
|
|
62558
|
-
createVNode(_component_el_scrollbar, {
|
|
62559
|
-
height: "512px",
|
|
62560
|
-
class: "asset-wrap-scroll"
|
|
62561
|
-
}, {
|
|
62558
|
+
createVNode(_component_el_scrollbar, { class: "asset-wrap-scroll" }, {
|
|
62562
62559
|
default: withCtx(() => [
|
|
62563
62560
|
createElementVNode("ul", _hoisted_7, [
|
|
62564
62561
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.filterList, (item) => {
|
|
@@ -62593,7 +62590,7 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
62593
62590
|
_: 1
|
|
62594
62591
|
}, 8, ["modelValue", "onClose"]);
|
|
62595
62592
|
}
|
|
62596
|
-
var AssetDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$6, [["render", _sfc_render$6], ["__scopeId", "data-v-
|
|
62593
|
+
var AssetDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$6, [["render", _sfc_render$6], ["__scopeId", "data-v-5cca3952"]]);
|
|
62597
62594
|
var index_vue_vue_type_style_index_0_lang$1 = "";
|
|
62598
62595
|
const _sfc_main$5 = {
|
|
62599
62596
|
name: "asset-select-widget",
|