form-custom-test 3.0.105 → 3.0.107
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 +127 -123
- package/dist/designer.style.css +1 -1
- package/dist/designer.umd.js +9 -9
- package/dist/render.es.js +102 -99
- package/dist/render.style.css +1 -1
- package/dist/render.umd.js +6 -6
- package/package.json +1 -1
package/dist/designer.es.js
CHANGED
|
@@ -3862,6 +3862,7 @@ const assetTableSchema = {
|
|
|
3862
3862
|
validationHint: "",
|
|
3863
3863
|
hidden: false,
|
|
3864
3864
|
typeJson: {},
|
|
3865
|
+
clickRow: true,
|
|
3865
3866
|
customClass: "",
|
|
3866
3867
|
onCreated: "",
|
|
3867
3868
|
onMounted: "",
|
|
@@ -3932,6 +3933,7 @@ var enLocale_extension = {
|
|
|
3932
3933
|
assetSelectButtonText: "Button Text",
|
|
3933
3934
|
assetSelectTypeJson: "Asset Type Json",
|
|
3934
3935
|
assetTableTypeJson: "Asset Table Type Json",
|
|
3936
|
+
assetTableClickRow: "Click Row",
|
|
3935
3937
|
assetSelectAssetTypeValue: "Asset Type Value",
|
|
3936
3938
|
assetTypeAssetTypeValue: "Asset Type",
|
|
3937
3939
|
assetType: "Asset Typee"
|
|
@@ -3982,6 +3984,7 @@ var zhLocale_extension = {
|
|
|
3982
3984
|
assetSelectButtonText: "\u6309\u94AE\u6587\u5B57",
|
|
3983
3985
|
assetSelectTypeJson: "\u8D44\u4EA7\u7C7B\u578BJson",
|
|
3984
3986
|
assetTableTypeJson: "\u8D44\u4EA7\u8868\u683C\u7C7B\u578BJson",
|
|
3987
|
+
assetTableClickRow: "\u662F\u5426\u70B9\u51FB\u884C",
|
|
3985
3988
|
assetSelectAssetTypeValue: "\u8D44\u4EA7\u7C7B\u578B\u503C",
|
|
3986
3989
|
assetTypeAssetTypeValue: "\u9ED8\u8BA4\u8D44\u4EA7\u7C7B\u578B\u503C"
|
|
3987
3990
|
}
|
|
@@ -4052,14 +4055,14 @@ const _sfc_main$3z = {
|
|
|
4052
4055
|
}
|
|
4053
4056
|
}
|
|
4054
4057
|
};
|
|
4055
|
-
const _hoisted_1$
|
|
4058
|
+
const _hoisted_1$W = ["xlink:href"];
|
|
4056
4059
|
const _hoisted_2$E = { key: 0 };
|
|
4057
4060
|
function _sfc_render$3z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4058
4061
|
return openBlock(), createElementBlock("svg", {
|
|
4059
4062
|
class: normalizeClass($options.svgClass),
|
|
4060
4063
|
"aria-hidden": "true"
|
|
4061
4064
|
}, [
|
|
4062
|
-
createElementVNode("use", { "xlink:href": $options.iconName }, null, 8, _hoisted_1$
|
|
4065
|
+
createElementVNode("use", { "xlink:href": $options.iconName }, null, 8, _hoisted_1$W),
|
|
4063
4066
|
!!$props.title ? (openBlock(), createElementBlock("title", _hoisted_2$E, toDisplayString($props.title), 1)) : createCommentVNode("", true)
|
|
4064
4067
|
], 2);
|
|
4065
4068
|
}
|
|
@@ -4193,7 +4196,7 @@ const _sfc_main$3y = {
|
|
|
4193
4196
|
}
|
|
4194
4197
|
}
|
|
4195
4198
|
};
|
|
4196
|
-
const _hoisted_1$
|
|
4199
|
+
const _hoisted_1$V = { class: "panel-container" };
|
|
4197
4200
|
const _hoisted_2$D = ["title", "onDblclick"];
|
|
4198
4201
|
const _hoisted_3$y = ["title", "onDblclick"];
|
|
4199
4202
|
const _hoisted_4$m = ["title", "onDblclick"];
|
|
@@ -4215,7 +4218,7 @@ function _sfc_render$3y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4215
4218
|
const _component_el_scrollbar = resolveComponent("el-scrollbar");
|
|
4216
4219
|
return openBlock(), createBlock(_component_el_scrollbar, { class: "side-scroll-bar" }, {
|
|
4217
4220
|
default: withCtx(() => [
|
|
4218
|
-
createElementVNode("div", _hoisted_1$
|
|
4221
|
+
createElementVNode("div", _hoisted_1$V, [
|
|
4219
4222
|
createVNode(_component_el_tabs, {
|
|
4220
4223
|
modelValue: $data.firstTab,
|
|
4221
4224
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => $data.firstTab = $event),
|
|
@@ -4660,7 +4663,7 @@ const _sfc_main$3w = {
|
|
|
4660
4663
|
}
|
|
4661
4664
|
}
|
|
4662
4665
|
};
|
|
4663
|
-
const _hoisted_1$
|
|
4666
|
+
const _hoisted_1$U = {
|
|
4664
4667
|
key: 0,
|
|
4665
4668
|
class: "field-action"
|
|
4666
4669
|
};
|
|
@@ -4689,7 +4692,7 @@ function _sfc_render$3w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4689
4692
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
4690
4693
|
], 6)) : createCommentVNode("", true),
|
|
4691
4694
|
!!this.designer ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
4692
|
-
$props.designer.selectedId === $props.field.id ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
4695
|
+
$props.designer.selectedId === $props.field.id ? (openBlock(), createElementBlock("div", _hoisted_1$U, [
|
|
4693
4696
|
createElementVNode("i", {
|
|
4694
4697
|
title: _ctx.i18nt("designer.hint.selectParentWidget"),
|
|
4695
4698
|
onClick: _cache[1] || (_cache[1] = withModifiers(($event) => $options.selectParentWidget($props.field), ["stop"]))
|
|
@@ -11046,7 +11049,7 @@ const _sfc_main$3u = {
|
|
|
11046
11049
|
}
|
|
11047
11050
|
}
|
|
11048
11051
|
};
|
|
11049
|
-
const _hoisted_1$
|
|
11052
|
+
const _hoisted_1$T = {
|
|
11050
11053
|
key: 0,
|
|
11051
11054
|
class: "custom-label"
|
|
11052
11055
|
};
|
|
@@ -11087,7 +11090,7 @@ function _sfc_render$3u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11087
11090
|
onClick: _cache[0] || (_cache[0] = withModifiers(($event) => $options.selectField($props.field), ["stop"]))
|
|
11088
11091
|
}, {
|
|
11089
11092
|
label: withCtx(() => [
|
|
11090
|
-
!!$props.field.options.labelIconClass ? (openBlock(), createElementBlock("span", _hoisted_1$
|
|
11093
|
+
!!$props.field.options.labelIconClass ? (openBlock(), createElementBlock("span", _hoisted_1$T, [
|
|
11091
11094
|
$props.field.options.labelIconPosition === "front" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
11092
11095
|
!!$props.field.options.labelTooltip ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
11093
11096
|
createVNode(_component_el_tooltip, {
|
|
@@ -11245,7 +11248,7 @@ const _sfc_main$3t = {
|
|
|
11245
11248
|
},
|
|
11246
11249
|
methods: {}
|
|
11247
11250
|
};
|
|
11248
|
-
const _hoisted_1$
|
|
11251
|
+
const _hoisted_1$S = { class: "full-width-input" };
|
|
11249
11252
|
function _sfc_render$3t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11250
11253
|
const _component_el_cascader = resolveComponent("el-cascader");
|
|
11251
11254
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
@@ -11262,7 +11265,7 @@ function _sfc_render$3t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11262
11265
|
"sub-form-row-id": $props.subFormRowId
|
|
11263
11266
|
}, {
|
|
11264
11267
|
default: withCtx(() => [
|
|
11265
|
-
createElementVNode("div", _hoisted_1$
|
|
11268
|
+
createElementVNode("div", _hoisted_1$S, [
|
|
11266
11269
|
createVNode(_component_el_cascader, {
|
|
11267
11270
|
ref: "fieldEditor",
|
|
11268
11271
|
options: $props.field.options.optionItems,
|
|
@@ -11817,7 +11820,7 @@ var _export_sfc = (sfc, props) => {
|
|
|
11817
11820
|
const _sfc_main$3n = defineComponent({
|
|
11818
11821
|
name: "ArrowDownBold"
|
|
11819
11822
|
});
|
|
11820
|
-
const _hoisted_1$
|
|
11823
|
+
const _hoisted_1$R = {
|
|
11821
11824
|
class: "icon",
|
|
11822
11825
|
width: "200",
|
|
11823
11826
|
height: "200",
|
|
@@ -11832,13 +11835,13 @@ const _hoisted_3$v = [
|
|
|
11832
11835
|
_hoisted_2$A
|
|
11833
11836
|
];
|
|
11834
11837
|
function _sfc_render$3n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11835
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11838
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$R, _hoisted_3$v);
|
|
11836
11839
|
}
|
|
11837
11840
|
var arrowDownBold = /* @__PURE__ */ _export_sfc(_sfc_main$3n, [["render", _sfc_render$3n]]);
|
|
11838
11841
|
const _sfc_main$3m = defineComponent({
|
|
11839
11842
|
name: "ArrowDown"
|
|
11840
11843
|
});
|
|
11841
|
-
const _hoisted_1$
|
|
11844
|
+
const _hoisted_1$Q = {
|
|
11842
11845
|
class: "icon",
|
|
11843
11846
|
width: "200",
|
|
11844
11847
|
height: "200",
|
|
@@ -11853,13 +11856,13 @@ const _hoisted_3$u = [
|
|
|
11853
11856
|
_hoisted_2$z
|
|
11854
11857
|
];
|
|
11855
11858
|
function _sfc_render$3m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11856
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11859
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$Q, _hoisted_3$u);
|
|
11857
11860
|
}
|
|
11858
11861
|
var arrowDown = /* @__PURE__ */ _export_sfc(_sfc_main$3m, [["render", _sfc_render$3m]]);
|
|
11859
11862
|
const _sfc_main$3l = defineComponent({
|
|
11860
11863
|
name: "ArrowUp"
|
|
11861
11864
|
});
|
|
11862
|
-
const _hoisted_1$
|
|
11865
|
+
const _hoisted_1$P = {
|
|
11863
11866
|
class: "icon",
|
|
11864
11867
|
width: "200",
|
|
11865
11868
|
height: "200",
|
|
@@ -11874,13 +11877,13 @@ const _hoisted_3$t = [
|
|
|
11874
11877
|
_hoisted_2$y
|
|
11875
11878
|
];
|
|
11876
11879
|
function _sfc_render$3l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11877
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11880
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$P, _hoisted_3$t);
|
|
11878
11881
|
}
|
|
11879
11882
|
var arrowUp = /* @__PURE__ */ _export_sfc(_sfc_main$3l, [["render", _sfc_render$3l]]);
|
|
11880
11883
|
const _sfc_main$3k = defineComponent({
|
|
11881
11884
|
name: "CirclePlus"
|
|
11882
11885
|
});
|
|
11883
|
-
const _hoisted_1$
|
|
11886
|
+
const _hoisted_1$O = {
|
|
11884
11887
|
class: "icon",
|
|
11885
11888
|
width: "200",
|
|
11886
11889
|
height: "200",
|
|
@@ -11905,13 +11908,13 @@ const _hoisted_5$f = [
|
|
|
11905
11908
|
_hoisted_4$j
|
|
11906
11909
|
];
|
|
11907
11910
|
function _sfc_render$3k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11908
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11911
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$O, _hoisted_5$f);
|
|
11909
11912
|
}
|
|
11910
11913
|
var circlePlus = /* @__PURE__ */ _export_sfc(_sfc_main$3k, [["render", _sfc_render$3k]]);
|
|
11911
11914
|
const _sfc_main$3j = defineComponent({
|
|
11912
11915
|
name: "Delete"
|
|
11913
11916
|
});
|
|
11914
|
-
const _hoisted_1$
|
|
11917
|
+
const _hoisted_1$N = {
|
|
11915
11918
|
class: "icon",
|
|
11916
11919
|
width: "200",
|
|
11917
11920
|
height: "200",
|
|
@@ -11926,13 +11929,13 @@ const _hoisted_3$r = [
|
|
|
11926
11929
|
_hoisted_2$w
|
|
11927
11930
|
];
|
|
11928
11931
|
function _sfc_render$3j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11929
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11932
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$N, _hoisted_3$r);
|
|
11930
11933
|
}
|
|
11931
11934
|
var _delete = /* @__PURE__ */ _export_sfc(_sfc_main$3j, [["render", _sfc_render$3j]]);
|
|
11932
11935
|
const _sfc_main$3i = defineComponent({
|
|
11933
11936
|
name: "Edit"
|
|
11934
11937
|
});
|
|
11935
|
-
const _hoisted_1$
|
|
11938
|
+
const _hoisted_1$M = {
|
|
11936
11939
|
class: "icon",
|
|
11937
11940
|
width: "200",
|
|
11938
11941
|
height: "200",
|
|
@@ -11952,13 +11955,13 @@ const _hoisted_4$i = [
|
|
|
11952
11955
|
_hoisted_3$q
|
|
11953
11956
|
];
|
|
11954
11957
|
function _sfc_render$3i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11955
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11958
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$M, _hoisted_4$i);
|
|
11956
11959
|
}
|
|
11957
11960
|
var edit = /* @__PURE__ */ _export_sfc(_sfc_main$3i, [["render", _sfc_render$3i]]);
|
|
11958
11961
|
const _sfc_main$3h = defineComponent({
|
|
11959
11962
|
name: "InfoFilled"
|
|
11960
11963
|
});
|
|
11961
|
-
const _hoisted_1$
|
|
11964
|
+
const _hoisted_1$L = {
|
|
11962
11965
|
class: "icon",
|
|
11963
11966
|
width: "200",
|
|
11964
11967
|
height: "200",
|
|
@@ -11973,13 +11976,13 @@ const _hoisted_3$p = [
|
|
|
11973
11976
|
_hoisted_2$u
|
|
11974
11977
|
];
|
|
11975
11978
|
function _sfc_render$3h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11976
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11979
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$L, _hoisted_3$p);
|
|
11977
11980
|
}
|
|
11978
11981
|
var infoFilled = /* @__PURE__ */ _export_sfc(_sfc_main$3h, [["render", _sfc_render$3h]]);
|
|
11979
11982
|
const _sfc_main$3g = defineComponent({
|
|
11980
11983
|
name: "Loading"
|
|
11981
11984
|
});
|
|
11982
|
-
const _hoisted_1$
|
|
11985
|
+
const _hoisted_1$K = {
|
|
11983
11986
|
class: "icon",
|
|
11984
11987
|
width: "200",
|
|
11985
11988
|
height: "200",
|
|
@@ -11994,13 +11997,13 @@ const _hoisted_3$o = [
|
|
|
11994
11997
|
_hoisted_2$t
|
|
11995
11998
|
];
|
|
11996
11999
|
function _sfc_render$3g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11997
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12000
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$K, _hoisted_3$o);
|
|
11998
12001
|
}
|
|
11999
12002
|
var loading = /* @__PURE__ */ _export_sfc(_sfc_main$3g, [["render", _sfc_render$3g]]);
|
|
12000
12003
|
const _sfc_main$3f = defineComponent({
|
|
12001
12004
|
name: "Minus"
|
|
12002
12005
|
});
|
|
12003
|
-
const _hoisted_1$
|
|
12006
|
+
const _hoisted_1$J = {
|
|
12004
12007
|
class: "icon",
|
|
12005
12008
|
width: "200",
|
|
12006
12009
|
height: "200",
|
|
@@ -12015,13 +12018,13 @@ const _hoisted_3$n = [
|
|
|
12015
12018
|
_hoisted_2$s
|
|
12016
12019
|
];
|
|
12017
12020
|
function _sfc_render$3f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
12018
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12021
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$J, _hoisted_3$n);
|
|
12019
12022
|
}
|
|
12020
12023
|
var minus = /* @__PURE__ */ _export_sfc(_sfc_main$3f, [["render", _sfc_render$3f]]);
|
|
12021
12024
|
const _sfc_main$3e = defineComponent({
|
|
12022
12025
|
name: "Plus"
|
|
12023
12026
|
});
|
|
12024
|
-
const _hoisted_1$
|
|
12027
|
+
const _hoisted_1$I = {
|
|
12025
12028
|
class: "icon",
|
|
12026
12029
|
width: "200",
|
|
12027
12030
|
height: "200",
|
|
@@ -12036,13 +12039,13 @@ const _hoisted_3$m = [
|
|
|
12036
12039
|
_hoisted_2$r
|
|
12037
12040
|
];
|
|
12038
12041
|
function _sfc_render$3e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
12039
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12042
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$I, _hoisted_3$m);
|
|
12040
12043
|
}
|
|
12041
12044
|
var plus = /* @__PURE__ */ _export_sfc(_sfc_main$3e, [["render", _sfc_render$3e]]);
|
|
12042
12045
|
const _sfc_main$3d = defineComponent({
|
|
12043
12046
|
name: "Search"
|
|
12044
12047
|
});
|
|
12045
|
-
const _hoisted_1$
|
|
12048
|
+
const _hoisted_1$H = {
|
|
12046
12049
|
class: "icon",
|
|
12047
12050
|
width: "200",
|
|
12048
12051
|
height: "200",
|
|
@@ -12057,7 +12060,7 @@ const _hoisted_3$l = [
|
|
|
12057
12060
|
_hoisted_2$q
|
|
12058
12061
|
];
|
|
12059
12062
|
function _sfc_render$3d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
12060
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12063
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$H, _hoisted_3$l);
|
|
12061
12064
|
}
|
|
12062
12065
|
var search = /* @__PURE__ */ _export_sfc(_sfc_main$3d, [["render", _sfc_render$3d]]);
|
|
12063
12066
|
var defaultConfig = {
|
|
@@ -12504,7 +12507,7 @@ const _sfc_main$3c = {
|
|
|
12504
12507
|
}
|
|
12505
12508
|
}
|
|
12506
12509
|
};
|
|
12507
|
-
const _hoisted_1$
|
|
12510
|
+
const _hoisted_1$G = { class: "file-upload-widget-container" };
|
|
12508
12511
|
const _hoisted_2$p = {
|
|
12509
12512
|
key: 0,
|
|
12510
12513
|
class: "el-upload__tip"
|
|
@@ -12536,7 +12539,7 @@ function _sfc_render$3c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12536
12539
|
"sub-form-row-id": $props.subFormRowId
|
|
12537
12540
|
}, {
|
|
12538
12541
|
default: withCtx(() => [
|
|
12539
|
-
createElementVNode("div", _hoisted_1$
|
|
12542
|
+
createElementVNode("div", _hoisted_1$G, [
|
|
12540
12543
|
createVNode(_component_el_upload, {
|
|
12541
12544
|
ref: "fieldEditor",
|
|
12542
12545
|
disabled: _ctx.getDisabled(),
|
|
@@ -12687,7 +12690,7 @@ const _sfc_main$3b = {
|
|
|
12687
12690
|
},
|
|
12688
12691
|
methods: {}
|
|
12689
12692
|
};
|
|
12690
|
-
const _hoisted_1$
|
|
12693
|
+
const _hoisted_1$F = ["innerHTML"];
|
|
12691
12694
|
function _sfc_render$3b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
12692
12695
|
const _component_static_content_wrapper = resolveComponent("static-content-wrapper");
|
|
12693
12696
|
return openBlock(), createBlock(_component_static_content_wrapper, {
|
|
@@ -12705,7 +12708,7 @@ function _sfc_render$3b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12705
12708
|
createElementVNode("div", {
|
|
12706
12709
|
ref: "fieldEditor",
|
|
12707
12710
|
innerHTML: $props.field.options.htmlContent
|
|
12708
|
-
}, null, 8, _hoisted_1$
|
|
12711
|
+
}, null, 8, _hoisted_1$F)
|
|
12709
12712
|
]),
|
|
12710
12713
|
_: 1
|
|
12711
12714
|
}, 8, ["designer", "field", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
|
|
@@ -13142,7 +13145,7 @@ const _sfc_main$38 = {
|
|
|
13142
13145
|
}
|
|
13143
13146
|
}
|
|
13144
13147
|
};
|
|
13145
|
-
const _hoisted_1$
|
|
13148
|
+
const _hoisted_1$E = { class: "el-upload-list__item-status-label" };
|
|
13146
13149
|
const _hoisted_2$o = {
|
|
13147
13150
|
class: "el-icon--upload-success",
|
|
13148
13151
|
style: { "color": "#FFF" }
|
|
@@ -13203,7 +13206,7 @@ function _sfc_render$38(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13203
13206
|
fit: "cover",
|
|
13204
13207
|
"preview-teleported": ""
|
|
13205
13208
|
}, null, 8, ["src", "preview-src-list", "initial-index"]),
|
|
13206
|
-
createElementVNode("label", _hoisted_1$
|
|
13209
|
+
createElementVNode("label", _hoisted_1$E, [
|
|
13207
13210
|
createElementVNode("i", _hoisted_2$o, [
|
|
13208
13211
|
createVNode(_component_svg_icon, {
|
|
13209
13212
|
class: "",
|
|
@@ -24898,9 +24901,9 @@ const _sfc_main$35 = {
|
|
|
24898
24901
|
return { editor };
|
|
24899
24902
|
}
|
|
24900
24903
|
};
|
|
24901
|
-
const _hoisted_1$
|
|
24904
|
+
const _hoisted_1$D = { ref: "editor" };
|
|
24902
24905
|
function _sfc_render$35(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24903
|
-
return openBlock(), createElementBlock("section", _hoisted_1$
|
|
24906
|
+
return openBlock(), createElementBlock("section", _hoisted_1$D, null, 512);
|
|
24904
24907
|
}
|
|
24905
24908
|
var quillEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$35, [["render", _sfc_render$35]]);
|
|
24906
24909
|
quillEditor.install = function(app) {
|
|
@@ -25414,7 +25417,7 @@ const _sfc_main$30 = {
|
|
|
25414
25417
|
},
|
|
25415
25418
|
methods: {}
|
|
25416
25419
|
};
|
|
25417
|
-
const _hoisted_1$
|
|
25420
|
+
const _hoisted_1$C = {
|
|
25418
25421
|
key: 0,
|
|
25419
25422
|
class: "slot-title"
|
|
25420
25423
|
};
|
|
@@ -25436,7 +25439,7 @@ function _sfc_render$30(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25436
25439
|
class: normalizeClass([!!$props.designState ? "slot-wrapper-design" : "slot-wrapper-render"])
|
|
25437
25440
|
}, [
|
|
25438
25441
|
renderSlot(_ctx.$slots, $props.field.options.name, { formModel: _ctx.formModel }, void 0, true),
|
|
25439
|
-
!!$props.designState ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
25442
|
+
!!$props.designState ? (openBlock(), createElementBlock("div", _hoisted_1$C, toDisplayString($props.field.options.label), 1)) : createCommentVNode("", true)
|
|
25440
25443
|
], 2)
|
|
25441
25444
|
]),
|
|
25442
25445
|
_: 3
|
|
@@ -26086,7 +26089,7 @@ const _sfc_main$2W = {
|
|
|
26086
26089
|
}
|
|
26087
26090
|
}
|
|
26088
26091
|
};
|
|
26089
|
-
const _hoisted_1$
|
|
26092
|
+
const _hoisted_1$B = { class: "blank-cell" };
|
|
26090
26093
|
const _hoisted_2$n = { class: "invisible-content" };
|
|
26091
26094
|
function _sfc_render$2W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
26092
26095
|
const _component_el_col = resolveComponent("el-col");
|
|
@@ -26144,7 +26147,7 @@ function _sfc_render$2W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26144
26147
|
], 64);
|
|
26145
26148
|
}), 256)) : (openBlock(), createBlock(_component_el_col, { key: 1 }, {
|
|
26146
26149
|
default: withCtx(() => [
|
|
26147
|
-
createElementVNode("div", _hoisted_1$
|
|
26150
|
+
createElementVNode("div", _hoisted_1$B, [
|
|
26148
26151
|
createElementVNode("span", _hoisted_2$n, toDisplayString(_ctx.i18nt("render.hint.blankCellContent")), 1)
|
|
26149
26152
|
])
|
|
26150
26153
|
]),
|
|
@@ -26646,7 +26649,7 @@ const _sfc_main$2U = {
|
|
|
26646
26649
|
}
|
|
26647
26650
|
}
|
|
26648
26651
|
};
|
|
26649
|
-
const _hoisted_1$
|
|
26652
|
+
const _hoisted_1$A = { class: "action-header-column" };
|
|
26650
26653
|
const _hoisted_2$m = { class: "action-label" };
|
|
26651
26654
|
const _hoisted_3$i = {
|
|
26652
26655
|
key: 0,
|
|
@@ -26673,7 +26676,7 @@ function _sfc_render$2U(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26673
26676
|
}, [
|
|
26674
26677
|
createVNode(_component_el_row, { class: "header-row" }, {
|
|
26675
26678
|
default: withCtx(() => [
|
|
26676
|
-
createElementVNode("div", _hoisted_1$
|
|
26679
|
+
createElementVNode("div", _hoisted_1$A, [
|
|
26677
26680
|
createElementVNode("span", _hoisted_2$m, toDisplayString(_ctx.i18nt("render.hint.subFormAction")), 1),
|
|
26678
26681
|
createVNode(_component_el_button, {
|
|
26679
26682
|
disabled: $data.actionDisabled,
|
|
@@ -26981,7 +26984,7 @@ const _sfc_main$2S = {
|
|
|
26981
26984
|
},
|
|
26982
26985
|
methods: {}
|
|
26983
26986
|
};
|
|
26984
|
-
const _hoisted_1$
|
|
26987
|
+
const _hoisted_1$z = ["colspan", "rowspan"];
|
|
26985
26988
|
function _sfc_render$2S(_ctx, _cache, $props, $setup, $data, $options) {
|
|
26986
26989
|
return openBlock(), createElementBlock("td", {
|
|
26987
26990
|
class: normalizeClass(["table-cell", [$options.customClass]]),
|
|
@@ -27024,7 +27027,7 @@ function _sfc_render$2S(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27024
27027
|
]), 1032, ["field", "parent-list", "index-of-parent-list", "parent-widget"]))
|
|
27025
27028
|
], 64);
|
|
27026
27029
|
}), 256))
|
|
27027
|
-
], 14, _hoisted_1$
|
|
27030
|
+
], 14, _hoisted_1$z);
|
|
27028
27031
|
}
|
|
27029
27032
|
var TableCellItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$2S, [["render", _sfc_render$2S], ["__scopeId", "data-v-7d6166fa"]]);
|
|
27030
27033
|
var __glob_0_5$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -52342,13 +52345,13 @@ const _sfc_main$2P = {
|
|
|
52342
52345
|
}
|
|
52343
52346
|
}
|
|
52344
52347
|
};
|
|
52345
|
-
const _hoisted_1$
|
|
52348
|
+
const _hoisted_1$y = { class: "ace-container" };
|
|
52346
52349
|
const _hoisted_2$l = {
|
|
52347
52350
|
class: "ace-editor",
|
|
52348
52351
|
ref: "ace"
|
|
52349
52352
|
};
|
|
52350
52353
|
function _sfc_render$2P(_ctx, _cache, $props, $setup, $data, $options) {
|
|
52351
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
52354
|
+
return openBlock(), createElementBlock("div", _hoisted_1$y, [
|
|
52352
52355
|
createElementVNode("div", _hoisted_2$l, null, 512)
|
|
52353
52356
|
]);
|
|
52354
52357
|
}
|
|
@@ -53768,7 +53771,7 @@ const _sfc_main$2O = {
|
|
|
53768
53771
|
}
|
|
53769
53772
|
}
|
|
53770
53773
|
};
|
|
53771
|
-
const _hoisted_1$
|
|
53774
|
+
const _hoisted_1$x = { class: "toolbar-container" };
|
|
53772
53775
|
const _hoisted_2$k = { class: "left-toolbar" };
|
|
53773
53776
|
const _hoisted_3$h = { class: "right-toolbar-con" };
|
|
53774
53777
|
const _hoisted_4$e = {
|
|
@@ -53815,7 +53818,7 @@ function _sfc_render$2O(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
53815
53818
|
const _component_el_tab_pane = resolveComponent("el-tab-pane");
|
|
53816
53819
|
const _component_el_tabs = resolveComponent("el-tabs");
|
|
53817
53820
|
const _directive_drag = resolveDirective("drag");
|
|
53818
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
53821
|
+
return openBlock(), createElementBlock("div", _hoisted_1$x, [
|
|
53819
53822
|
createElementVNode("div", _hoisted_2$k, [
|
|
53820
53823
|
createVNode(_component_el_button, {
|
|
53821
53824
|
link: "",
|
|
@@ -56159,7 +56162,7 @@ const _sfc_main$2c = {
|
|
|
56159
56162
|
}
|
|
56160
56163
|
}
|
|
56161
56164
|
};
|
|
56162
|
-
const _hoisted_1$
|
|
56165
|
+
const _hoisted_1$w = { class: "option-items-pane" };
|
|
56163
56166
|
const _hoisted_2$j = {
|
|
56164
56167
|
key: 2,
|
|
56165
56168
|
class: "full-width-input"
|
|
@@ -56206,7 +56209,7 @@ function _sfc_render$2c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
56206
56209
|
const _component_el_dialog = resolveComponent("el-dialog");
|
|
56207
56210
|
const _component_code_editor = resolveComponent("code-editor");
|
|
56208
56211
|
const _directive_drag = resolveDirective("drag");
|
|
56209
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
56212
|
+
return openBlock(), createElementBlock("div", _hoisted_1$w, [
|
|
56210
56213
|
$props.selectedWidget.type === "radio" || $props.selectedWidget.type === "radio-other" || $props.selectedWidget.type === "select" && !$props.selectedWidget.options.multiple || $props.selectedWidget.type === "select-other" ? (openBlock(), createBlock(_component_el_radio_group, {
|
|
56211
56214
|
key: 0,
|
|
56212
56215
|
modelValue: $options.optionModel.defaultValue,
|
|
@@ -57513,7 +57516,7 @@ const _sfc_main$1P = {
|
|
|
57513
57516
|
}
|
|
57514
57517
|
}
|
|
57515
57518
|
};
|
|
57516
|
-
const _hoisted_1$
|
|
57519
|
+
const _hoisted_1$v = { class: "col-span-title" };
|
|
57517
57520
|
function _sfc_render$1P(_ctx, _cache, $props, $setup, $data, $options) {
|
|
57518
57521
|
const _component_el_divider = resolveComponent("el-divider");
|
|
57519
57522
|
const _component_el_form_item = resolveComponent("el-form-item");
|
|
@@ -57553,7 +57556,7 @@ function _sfc_render$1P(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
57553
57556
|
key: colIdx,
|
|
57554
57557
|
class: "col-item"
|
|
57555
57558
|
}, [
|
|
57556
|
-
createElementVNode("span", _hoisted_1$
|
|
57559
|
+
createElementVNode("span", _hoisted_1$v, toDisplayString(_ctx.i18nt("designer.setting.colSpanTitle")) + toDisplayString(colIdx + 1), 1),
|
|
57557
57560
|
createVNode(_component_el_input_number, {
|
|
57558
57561
|
modelValue: colItem.options.span,
|
|
57559
57562
|
"onUpdate:modelValue": ($event) => colItem.options.span = $event,
|
|
@@ -57964,7 +57967,7 @@ const _sfc_main$1G = {
|
|
|
57964
57967
|
}
|
|
57965
57968
|
}
|
|
57966
57969
|
};
|
|
57967
|
-
const _hoisted_1$
|
|
57970
|
+
const _hoisted_1$u = { class: "col-item" };
|
|
57968
57971
|
function _sfc_render$1G(_ctx, _cache, $props, $setup, $data, $options) {
|
|
57969
57972
|
const _component_el_option = resolveComponent("el-option");
|
|
57970
57973
|
const _component_el_select = resolveComponent("el-select");
|
|
@@ -58014,7 +58017,7 @@ function _sfc_render$1G(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
58014
58017
|
"item-key": "id"
|
|
58015
58018
|
}, { group: "panesGroup", ghostClass: "ghost", handle: ".drag-option" }), {
|
|
58016
58019
|
item: withCtx(({ element: tpItem, index: tpIdx }) => [
|
|
58017
|
-
createElementVNode("li", _hoisted_1$
|
|
58020
|
+
createElementVNode("li", _hoisted_1$u, [
|
|
58018
58021
|
createVNode(_component_el_checkbox, {
|
|
58019
58022
|
modelValue: tpItem.options.active,
|
|
58020
58023
|
"onUpdate:modelValue": ($event) => tpItem.options.active = $event,
|
|
@@ -59130,9 +59133,9 @@ const _sfc_main$1f = {
|
|
|
59130
59133
|
optionModel: Object
|
|
59131
59134
|
}
|
|
59132
59135
|
};
|
|
59133
|
-
const _hoisted_1$
|
|
59136
|
+
const _hoisted_1$t = { style: { "display": "none" } };
|
|
59134
59137
|
function _sfc_render$1f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
59135
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
59138
|
+
return openBlock(), createElementBlock("div", _hoisted_1$t);
|
|
59136
59139
|
}
|
|
59137
59140
|
var cascaderDefaultValueEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$1f, [["render", _sfc_render$1f]]);
|
|
59138
59141
|
var __glob_0_97 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -59234,9 +59237,9 @@ const _sfc_main$1b = {
|
|
|
59234
59237
|
optionModel: Object
|
|
59235
59238
|
}
|
|
59236
59239
|
};
|
|
59237
|
-
const _hoisted_1$
|
|
59240
|
+
const _hoisted_1$s = { style: { "display": "none" } };
|
|
59238
59241
|
function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
59239
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
59242
|
+
return openBlock(), createElementBlock("div", _hoisted_1$s);
|
|
59240
59243
|
}
|
|
59241
59244
|
var checkboxDefaultValueEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$1b, [["render", _sfc_render$1b]]);
|
|
59242
59245
|
var __glob_0_101 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -60041,9 +60044,9 @@ const _sfc_main$W = {
|
|
|
60041
60044
|
optionModel: Object
|
|
60042
60045
|
}
|
|
60043
60046
|
};
|
|
60044
|
-
const _hoisted_1$
|
|
60047
|
+
const _hoisted_1$r = { style: { "display": "none" } };
|
|
60045
60048
|
function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
60046
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
60049
|
+
return openBlock(), createElementBlock("div", _hoisted_1$r);
|
|
60047
60050
|
}
|
|
60048
60051
|
var radioDefaultValueEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$W, [["render", _sfc_render$W]]);
|
|
60049
60052
|
var __glob_0_118 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -60377,9 +60380,9 @@ const _sfc_main$M = {
|
|
|
60377
60380
|
optionModel: Object
|
|
60378
60381
|
}
|
|
60379
60382
|
};
|
|
60380
|
-
const _hoisted_1$
|
|
60383
|
+
const _hoisted_1$q = { style: { "display": "none" } };
|
|
60381
60384
|
function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
|
|
60382
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
60385
|
+
return openBlock(), createElementBlock("div", _hoisted_1$q);
|
|
60383
60386
|
}
|
|
60384
60387
|
var selectDefaultValueEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$M, [["render", _sfc_render$M]]);
|
|
60385
60388
|
var __glob_0_128 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -61063,7 +61066,7 @@ const _sfc_main$v = {
|
|
|
61063
61066
|
}
|
|
61064
61067
|
}
|
|
61065
61068
|
};
|
|
61066
|
-
const _hoisted_1$
|
|
61069
|
+
const _hoisted_1$p = {
|
|
61067
61070
|
key: 0,
|
|
61068
61071
|
class: ""
|
|
61069
61072
|
};
|
|
@@ -61452,7 +61455,7 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
61452
61455
|
]),
|
|
61453
61456
|
_: 1
|
|
61454
61457
|
}, 8, ["model"]),
|
|
61455
|
-
$data.showFormEventDialogFlag ? withDirectives((openBlock(), createElementBlock("div", _hoisted_1$
|
|
61458
|
+
$data.showFormEventDialogFlag ? withDirectives((openBlock(), createElementBlock("div", _hoisted_1$p, [
|
|
61456
61459
|
createVNode(_component_el_dialog, {
|
|
61457
61460
|
title: _ctx.i18nt("designer.setting.editFormEventHandler"),
|
|
61458
61461
|
modelValue: $data.showFormEventDialogFlag,
|
|
@@ -61919,7 +61922,7 @@ const _sfc_main$u = {
|
|
|
61919
61922
|
}
|
|
61920
61923
|
}
|
|
61921
61924
|
};
|
|
61922
|
-
const _hoisted_1$
|
|
61925
|
+
const _hoisted_1$o = {
|
|
61923
61926
|
key: 0,
|
|
61924
61927
|
class: ""
|
|
61925
61928
|
};
|
|
@@ -62146,7 +62149,7 @@ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
62146
62149
|
]),
|
|
62147
62150
|
_: 1
|
|
62148
62151
|
}, 8, ["modelValue"]),
|
|
62149
|
-
$data.showWidgetEventDialogFlag ? withDirectives((openBlock(), createElementBlock("div", _hoisted_1$
|
|
62152
|
+
$data.showWidgetEventDialogFlag ? withDirectives((openBlock(), createElementBlock("div", _hoisted_1$o, [
|
|
62150
62153
|
createVNode(_component_el_dialog, {
|
|
62151
62154
|
title: _ctx.i18nt("designer.setting.editWidgetEventHandler"),
|
|
62152
62155
|
modelValue: $data.showWidgetEventDialogFlag,
|
|
@@ -62309,7 +62312,7 @@ const _sfc_main$t = {
|
|
|
62309
62312
|
}
|
|
62310
62313
|
}
|
|
62311
62314
|
};
|
|
62312
|
-
const _hoisted_1$
|
|
62315
|
+
const _hoisted_1$n = {
|
|
62313
62316
|
key: 0,
|
|
62314
62317
|
class: "container-action"
|
|
62315
62318
|
};
|
|
@@ -62332,7 +62335,7 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
62332
62335
|
class: normalizeClass(["container-wrapper", [$options.customClass]])
|
|
62333
62336
|
}, [
|
|
62334
62337
|
renderSlot(_ctx.$slots, "default", {}, void 0, true),
|
|
62335
|
-
$props.designer.selectedId === $props.widget.id && !$props.widget.internal ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
62338
|
+
$props.designer.selectedId === $props.widget.id && !$props.widget.internal ? (openBlock(), createElementBlock("div", _hoisted_1$n, [
|
|
62336
62339
|
createElementVNode("i", {
|
|
62337
62340
|
title: _ctx.i18nt("designer.hint.selectParentWidget"),
|
|
62338
62341
|
onClick: _cache[0] || (_cache[0] = withModifiers(($event) => _ctx.selectParentWidget($props.widget), ["stop"]))
|
|
@@ -62626,7 +62629,7 @@ const _sfc_main$s = {
|
|
|
62626
62629
|
}
|
|
62627
62630
|
}
|
|
62628
62631
|
};
|
|
62629
|
-
const _hoisted_1$
|
|
62632
|
+
const _hoisted_1$m = { class: "form-widget-list" };
|
|
62630
62633
|
const _hoisted_2$f = {
|
|
62631
62634
|
key: 0,
|
|
62632
62635
|
class: "grid-col-action"
|
|
@@ -62671,7 +62674,7 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
62671
62674
|
move: $options.checkContainerMove
|
|
62672
62675
|
}), {
|
|
62673
62676
|
item: withCtx(({ element: subWidget, index: swIdx }) => [
|
|
62674
|
-
createElementVNode("div", _hoisted_1$
|
|
62677
|
+
createElementVNode("div", _hoisted_1$m, [
|
|
62675
62678
|
subWidget.category === "container" ? (openBlock(), createBlock(resolveDynamicComponent(subWidget.type + "-widget"), {
|
|
62676
62679
|
widget: subWidget,
|
|
62677
62680
|
designer: $props.designer,
|
|
@@ -62864,7 +62867,7 @@ const _sfc_main$q = {
|
|
|
62864
62867
|
}
|
|
62865
62868
|
}
|
|
62866
62869
|
};
|
|
62867
|
-
const _hoisted_1$
|
|
62870
|
+
const _hoisted_1$l = { class: "form-widget-list" };
|
|
62868
62871
|
function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
62869
62872
|
const _component_draggable = resolveComponent("draggable");
|
|
62870
62873
|
const _component_el_tab_pane = resolveComponent("el-tab-pane");
|
|
@@ -62910,7 +62913,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
62910
62913
|
move: _ctx.checkContainerMove
|
|
62911
62914
|
}), {
|
|
62912
62915
|
item: withCtx(({ element: subWidget, index: swIdx }) => [
|
|
62913
|
-
createElementVNode("div", _hoisted_1$
|
|
62916
|
+
createElementVNode("div", _hoisted_1$l, [
|
|
62914
62917
|
subWidget.category === "container" ? (openBlock(), createBlock(resolveDynamicComponent(subWidget.type + "-widget"), {
|
|
62915
62918
|
widget: subWidget,
|
|
62916
62919
|
designer: $props.designer,
|
|
@@ -63114,7 +63117,7 @@ const _sfc_main$p = {
|
|
|
63114
63117
|
}
|
|
63115
63118
|
}
|
|
63116
63119
|
};
|
|
63117
|
-
const _hoisted_1$
|
|
63120
|
+
const _hoisted_1$k = ["colspan", "rowspan"];
|
|
63118
63121
|
const _hoisted_2$e = { class: "form-widget-list" };
|
|
63119
63122
|
const _hoisted_3$c = {
|
|
63120
63123
|
key: 0,
|
|
@@ -63323,7 +63326,7 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
63323
63326
|
$props.designer.selectedId === $props.widget.id && $props.widget.type === "table-cell" ? (openBlock(), createElementBlock("div", _hoisted_6$6, [
|
|
63324
63327
|
createElementVNode("i", null, toDisplayString(_ctx.i18nt("designer.widgetLabel." + $props.widget.type)), 1)
|
|
63325
63328
|
])) : createCommentVNode("", true)
|
|
63326
|
-
], 14, _hoisted_1$
|
|
63329
|
+
], 14, _hoisted_1$k);
|
|
63327
63330
|
}
|
|
63328
63331
|
var TableCellWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$p, [["render", _sfc_render$p], ["__scopeId", "data-v-2dc3e6c7"]]);
|
|
63329
63332
|
var __glob_0_4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -63363,7 +63366,7 @@ const _sfc_main$o = {
|
|
|
63363
63366
|
},
|
|
63364
63367
|
methods: {}
|
|
63365
63368
|
};
|
|
63366
|
-
const _hoisted_1$
|
|
63369
|
+
const _hoisted_1$j = { class: "table-layout" };
|
|
63367
63370
|
function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
63368
63371
|
const _component_table_cell_widget = resolveComponent("table-cell-widget");
|
|
63369
63372
|
const _component_container_wrapper = resolveComponent("container-wrapper");
|
|
@@ -63380,7 +63383,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
63380
63383
|
class: normalizeClass(["table-container", [$options.selected ? "selected" : "", $options.customClass]]),
|
|
63381
63384
|
onClick: _cache[0] || (_cache[0] = withModifiers(($event) => _ctx.selectWidget($props.widget), ["stop"]))
|
|
63382
63385
|
}, [
|
|
63383
|
-
createElementVNode("table", _hoisted_1$
|
|
63386
|
+
createElementVNode("table", _hoisted_1$j, [
|
|
63384
63387
|
createElementVNode("tbody", null, [
|
|
63385
63388
|
(openBlock(true), createElementBlock(Fragment, null, renderList($props.widget.rows, (row, rowIdx) => {
|
|
63386
63389
|
return openBlock(), createElementBlock("tr", {
|
|
@@ -63567,7 +63570,7 @@ const _sfc_main$n = {
|
|
|
63567
63570
|
}
|
|
63568
63571
|
}
|
|
63569
63572
|
};
|
|
63570
|
-
const _hoisted_1$
|
|
63573
|
+
const _hoisted_1$i = { class: "form-widget-container" };
|
|
63571
63574
|
const _hoisted_2$d = {
|
|
63572
63575
|
key: 0,
|
|
63573
63576
|
class: "no-widget-hint"
|
|
@@ -63577,7 +63580,7 @@ const _hoisted_4$8 = { class: "transition-group-el" };
|
|
|
63577
63580
|
function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
63578
63581
|
const _component_draggable = resolveComponent("draggable");
|
|
63579
63582
|
const _component_el_form = resolveComponent("el-form");
|
|
63580
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
63583
|
+
return openBlock(), createElementBlock("div", _hoisted_1$i, [
|
|
63581
63584
|
createVNode(_component_el_form, {
|
|
63582
63585
|
class: normalizeClass(["full-height-width widget-form", [$options.customClass, $options.layoutType + "-layout"]]),
|
|
63583
63586
|
"label-position": $options.labelPosition,
|
|
@@ -68365,13 +68368,13 @@ function registerIcon(app) {
|
|
|
68365
68368
|
if (typeof window !== "undefined") {
|
|
68366
68369
|
let loadSvg = function() {
|
|
68367
68370
|
var body = document.body;
|
|
68368
|
-
var svgDom = document.getElementById("
|
|
68371
|
+
var svgDom = document.getElementById("__svg__icons__dom__1777279322605__");
|
|
68369
68372
|
if (!svgDom) {
|
|
68370
68373
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
68371
68374
|
svgDom.style.position = "absolute";
|
|
68372
68375
|
svgDom.style.width = "0";
|
|
68373
68376
|
svgDom.style.height = "0";
|
|
68374
|
-
svgDom.id = "
|
|
68377
|
+
svgDom.id = "__svg__icons__dom__1777279322605__";
|
|
68375
68378
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
68376
68379
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
68377
68380
|
}
|
|
@@ -68665,7 +68668,7 @@ const _sfc_main$l = {
|
|
|
68665
68668
|
}
|
|
68666
68669
|
}
|
|
68667
68670
|
};
|
|
68668
|
-
const _hoisted_1$
|
|
68671
|
+
const _hoisted_1$h = { class: "label" };
|
|
68669
68672
|
const _hoisted_2$c = { class: "form-widget-list" };
|
|
68670
68673
|
function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
68671
68674
|
const _component_ArrowDownBold = resolveComponent("ArrowDownBold");
|
|
@@ -68701,7 +68704,7 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
68701
68704
|
]),
|
|
68702
68705
|
_: 1
|
|
68703
68706
|
}, 8, ["class"])) : createCommentVNode("", true),
|
|
68704
|
-
createElementVNode("div", _hoisted_1$
|
|
68707
|
+
createElementVNode("div", _hoisted_1$h, toDisplayString($props.widget.options.label), 1)
|
|
68705
68708
|
])
|
|
68706
68709
|
]),
|
|
68707
68710
|
default: withCtx(() => [
|
|
@@ -68777,7 +68780,7 @@ const _sfc_main$k = {
|
|
|
68777
68780
|
}
|
|
68778
68781
|
}
|
|
68779
68782
|
};
|
|
68780
|
-
const _hoisted_1$
|
|
68783
|
+
const _hoisted_1$g = { class: "label" };
|
|
68781
68784
|
function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
68782
68785
|
const _component_ArrowDownBold = resolveComponent("ArrowDownBold");
|
|
68783
68786
|
const _component_el_icon = resolveComponent("el-icon");
|
|
@@ -68805,7 +68808,7 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
68805
68808
|
]),
|
|
68806
68809
|
_: 1
|
|
68807
68810
|
}, 8, ["class"])) : createCommentVNode("", true),
|
|
68808
|
-
createElementVNode("div", _hoisted_1$
|
|
68811
|
+
createElementVNode("div", _hoisted_1$g, toDisplayString($props.widget.options.label), 1)
|
|
68809
68812
|
])
|
|
68810
68813
|
]),
|
|
68811
68814
|
default: withCtx(() => [
|
|
@@ -74567,7 +74570,7 @@ const _sfc_main$i = {
|
|
|
74567
74570
|
}
|
|
74568
74571
|
}
|
|
74569
74572
|
};
|
|
74570
|
-
const _hoisted_1$
|
|
74573
|
+
const _hoisted_1$f = { class: "person-tree-widget__trigger" };
|
|
74571
74574
|
const _hoisted_2$b = { class: "flex items-center" };
|
|
74572
74575
|
const _hoisted_3$a = { class: "dialog-footer" };
|
|
74573
74576
|
function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -74595,7 +74598,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
74595
74598
|
class: "person-tree-widget",
|
|
74596
74599
|
style: normalizeStyle($options.widgetStyle)
|
|
74597
74600
|
}, [
|
|
74598
|
-
createElementVNode("div", _hoisted_1$
|
|
74601
|
+
createElementVNode("div", _hoisted_1$f, [
|
|
74599
74602
|
createVNode(_component_el_input_tag, {
|
|
74600
74603
|
modelValue: $options.displayModel,
|
|
74601
74604
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $options.displayModel = $event),
|
|
@@ -75196,7 +75199,7 @@ const _sfc_main$f = {
|
|
|
75196
75199
|
}
|
|
75197
75200
|
}
|
|
75198
75201
|
};
|
|
75199
|
-
const _hoisted_1$
|
|
75202
|
+
const _hoisted_1$e = {
|
|
75200
75203
|
key: 0,
|
|
75201
75204
|
class: "empty-wrap"
|
|
75202
75205
|
};
|
|
@@ -75257,7 +75260,7 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
75257
75260
|
]),
|
|
75258
75261
|
default: withCtx(() => [
|
|
75259
75262
|
createElementVNode("div", null, [
|
|
75260
|
-
$data.roomList.length === 0 ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
75263
|
+
$data.roomList.length === 0 ? (openBlock(), createElementBlock("div", _hoisted_1$e, [
|
|
75261
75264
|
createVNode(_component_el_empty, { description: "\u6682\u65E0\u6570\u636E" })
|
|
75262
75265
|
])) : (openBlock(), createElementBlock("div", _hoisted_2$a, [
|
|
75263
75266
|
(openBlock(true), createElementBlock(Fragment, null, renderList($data.roomList, (item) => {
|
|
@@ -75375,7 +75378,7 @@ const _sfc_main$e = {
|
|
|
75375
75378
|
}
|
|
75376
75379
|
}
|
|
75377
75380
|
};
|
|
75378
|
-
const _hoisted_1$
|
|
75381
|
+
const _hoisted_1$d = { class: "sub-form-header" };
|
|
75379
75382
|
const _hoisted_2$9 = { class: "sub-form-label" };
|
|
75380
75383
|
const _hoisted_3$8 = { class: "group-header" };
|
|
75381
75384
|
const _hoisted_4$6 = { class: "group-title" };
|
|
@@ -75412,7 +75415,7 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
75412
75415
|
class: normalizeClass(["custom-sub-form-container", [$options.selected ? "selected" : "", $options.customClass]]),
|
|
75413
75416
|
onClick: _cache[1] || (_cache[1] = withModifiers(($event) => _ctx.selectWidget($props.widget), ["stop"]))
|
|
75414
75417
|
}, [
|
|
75415
|
-
createElementVNode("div", _hoisted_1$
|
|
75418
|
+
createElementVNode("div", _hoisted_1$d, [
|
|
75416
75419
|
createElementVNode("span", _hoisted_2$9, toDisplayString($props.widget.options.label || "\u81EA\u5B9A\u4E49\u5B50\u8868\u5355"), 1)
|
|
75417
75420
|
]),
|
|
75418
75421
|
(openBlock(true), createElementBlock(Fragment, null, renderList($data.previewRows, (row, rowIdx) => {
|
|
@@ -75867,7 +75870,7 @@ const _sfc_main$d = {
|
|
|
75867
75870
|
}
|
|
75868
75871
|
}
|
|
75869
75872
|
};
|
|
75870
|
-
const _hoisted_1$
|
|
75873
|
+
const _hoisted_1$c = { class: "sub-form-header" };
|
|
75871
75874
|
const _hoisted_2$8 = { class: "sub-form-label" };
|
|
75872
75875
|
const _hoisted_3$7 = { class: "group-header" };
|
|
75873
75876
|
const _hoisted_4$5 = { class: "group-title" };
|
|
@@ -75910,7 +75913,7 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
75910
75913
|
key: $props.widget.id,
|
|
75911
75914
|
class: normalizeClass(["custom-sub-form-container", $options.customClass])
|
|
75912
75915
|
}, [
|
|
75913
|
-
createElementVNode("div", _hoisted_1$
|
|
75916
|
+
createElementVNode("div", _hoisted_1$c, [
|
|
75914
75917
|
createElementVNode("span", _hoisted_2$8, toDisplayString($props.widget.options.label || "\u81EA\u5B9A\u4E49\u5B50\u8868\u5355"), 1)
|
|
75915
75918
|
]),
|
|
75916
75919
|
(openBlock(true), createElementBlock(Fragment, null, renderList($data.rowIdData, (subFormRowId, sfrIdx) => {
|
|
@@ -76187,7 +76190,7 @@ const _sfc_main$c = {
|
|
|
76187
76190
|
}
|
|
76188
76191
|
}
|
|
76189
76192
|
};
|
|
76190
|
-
const _hoisted_1$
|
|
76193
|
+
const _hoisted_1$b = ["colspan", "rowspan"];
|
|
76191
76194
|
const _hoisted_2$7 = { class: "form-widget-list" };
|
|
76192
76195
|
const _hoisted_3$6 = {
|
|
76193
76196
|
key: 0,
|
|
@@ -76326,7 +76329,7 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
76326
76329
|
createElementVNode("i", null, "\u5355\u5143\u683C", -1)
|
|
76327
76330
|
])])) : createCommentVNode("", true),
|
|
76328
76331
|
!$props.widget.widgetList || $props.widget.widgetList.length === 0 ? (openBlock(), createElementBlock("div", _hoisted_6$2, " \u62D6\u62FD\u7EC4\u4EF6\u5230\u6B64\u5904 ")) : createCommentVNode("", true)
|
|
76329
|
-
], 14, _hoisted_1$
|
|
76332
|
+
], 14, _hoisted_1$b);
|
|
76330
76333
|
}
|
|
76331
76334
|
var CustomTableCellWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$c, [["render", _sfc_render$c], ["__scopeId", "data-v-6e28297c"]]);
|
|
76332
76335
|
var customTableWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
@@ -76381,7 +76384,7 @@ const _sfc_main$b = {
|
|
|
76381
76384
|
}
|
|
76382
76385
|
}
|
|
76383
76386
|
};
|
|
76384
|
-
const _hoisted_1$
|
|
76387
|
+
const _hoisted_1$a = { class: "custom-table-layout" };
|
|
76385
76388
|
function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
76386
76389
|
const _component_custom_table_cell_widget = resolveComponent("custom-table-cell-widget");
|
|
76387
76390
|
const _component_container_wrapper = resolveComponent("container-wrapper");
|
|
@@ -76398,7 +76401,7 @@ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
76398
76401
|
class: normalizeClass(["custom-table-container", [$options.selected ? "selected" : "", $options.customClass]]),
|
|
76399
76402
|
onClick: _cache[0] || (_cache[0] = withModifiers(($event) => _ctx.selectWidget($props.widget), ["stop"]))
|
|
76400
76403
|
}, [
|
|
76401
|
-
createElementVNode("table", _hoisted_1$
|
|
76404
|
+
createElementVNode("table", _hoisted_1$a, [
|
|
76402
76405
|
createElementVNode("tbody", null, [
|
|
76403
76406
|
(openBlock(true), createElementBlock(Fragment, null, renderList($props.widget.rows, (row, rowIdx) => {
|
|
76404
76407
|
return openBlock(), createElementBlock("tr", {
|
|
@@ -76447,7 +76450,7 @@ const _sfc_main$a = {
|
|
|
76447
76450
|
}
|
|
76448
76451
|
}
|
|
76449
76452
|
};
|
|
76450
|
-
const _hoisted_1$
|
|
76453
|
+
const _hoisted_1$9 = ["colspan", "rowspan"];
|
|
76451
76454
|
function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
76452
76455
|
return openBlock(), createElementBlock("td", {
|
|
76453
76456
|
class: normalizeClass(["custom-table-cell", $options.customClass]),
|
|
@@ -76479,7 +76482,7 @@ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
76479
76482
|
}, null, 8, ["field", "parent-list", "index-of-parent-list", "parent-widget"]))
|
|
76480
76483
|
], 64);
|
|
76481
76484
|
}), 128))
|
|
76482
|
-
], 14, _hoisted_1$
|
|
76485
|
+
], 14, _hoisted_1$9);
|
|
76483
76486
|
}
|
|
76484
76487
|
var CustomTableCellItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$a, [["render", _sfc_render$a], ["__scopeId", "data-v-188e7bf2"]]);
|
|
76485
76488
|
var customTableItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
@@ -76668,7 +76671,7 @@ const _sfc_main$9 = {
|
|
|
76668
76671
|
}
|
|
76669
76672
|
}
|
|
76670
76673
|
};
|
|
76671
|
-
const _hoisted_1$
|
|
76674
|
+
const _hoisted_1$8 = {
|
|
76672
76675
|
key: 0,
|
|
76673
76676
|
class: "table-actions"
|
|
76674
76677
|
};
|
|
@@ -76688,7 +76691,7 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
76688
76691
|
key: $props.widget.id,
|
|
76689
76692
|
class: normalizeClass(["custom-table-container", $options.customClass])
|
|
76690
76693
|
}, [
|
|
76691
|
-
$props.widget.rows && $props.widget.rows.length > 0 ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
76694
|
+
$props.widget.rows && $props.widget.rows.length > 0 ? (openBlock(), createElementBlock("div", _hoisted_1$8, [
|
|
76692
76695
|
createVNode(_component_el_button, {
|
|
76693
76696
|
type: "primary",
|
|
76694
76697
|
size: "small",
|
|
@@ -76880,7 +76883,7 @@ const _sfc_main$8 = {
|
|
|
76880
76883
|
}
|
|
76881
76884
|
}
|
|
76882
76885
|
};
|
|
76883
|
-
const _hoisted_1$
|
|
76886
|
+
const _hoisted_1$7 = { class: "sub-table-header" };
|
|
76884
76887
|
const _hoisted_2$5 = { class: "sub-table-label" };
|
|
76885
76888
|
const _hoisted_3$4 = { class: "table-preview" };
|
|
76886
76889
|
const _hoisted_4$3 = { class: "preview-cell" };
|
|
@@ -76911,7 +76914,7 @@ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
76911
76914
|
class: normalizeClass(["sub-table-container", [$options.selected ? "selected" : "", $options.customClass]]),
|
|
76912
76915
|
onClick: _cache[0] || (_cache[0] = withModifiers(($event) => _ctx.selectWidget($props.widget), ["stop"]))
|
|
76913
76916
|
}, [
|
|
76914
|
-
createElementVNode("div", _hoisted_1$
|
|
76917
|
+
createElementVNode("div", _hoisted_1$7, [
|
|
76915
76918
|
createElementVNode("span", _hoisted_2$5, toDisplayString($props.widget.options.label || "\u5B50\u8868\u683C"), 1),
|
|
76916
76919
|
createVNode(_component_el_button, {
|
|
76917
76920
|
disabled: $data.actionDisabled,
|
|
@@ -77388,7 +77391,7 @@ const _sfc_main$7 = {
|
|
|
77388
77391
|
}
|
|
77389
77392
|
}
|
|
77390
77393
|
};
|
|
77391
|
-
const _hoisted_1$
|
|
77394
|
+
const _hoisted_1$6 = {
|
|
77392
77395
|
key: 0,
|
|
77393
77396
|
class: "sub-table-label"
|
|
77394
77397
|
};
|
|
@@ -77419,7 +77422,7 @@ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
77419
77422
|
key: $props.widget.id,
|
|
77420
77423
|
class: normalizeClass(["sub-table-container", $options.customClass])
|
|
77421
77424
|
}, [
|
|
77422
|
-
$props.widget.options.label ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
77425
|
+
$props.widget.options.label ? (openBlock(), createElementBlock("div", _hoisted_1$6, [
|
|
77423
77426
|
createElementVNode("span", {
|
|
77424
77427
|
class: normalizeClass($options.labelClass)
|
|
77425
77428
|
}, toDisplayString($props.widget.options.label), 3),
|
|
@@ -77834,7 +77837,7 @@ const _sfc_main$6 = {
|
|
|
77834
77837
|
}
|
|
77835
77838
|
}
|
|
77836
77839
|
};
|
|
77837
|
-
const _hoisted_1$
|
|
77840
|
+
const _hoisted_1$5 = { class: "column-header" };
|
|
77838
77841
|
const _hoisted_2$3 = { class: "column-title" };
|
|
77839
77842
|
const _hoisted_3$2 = { class: "column-form" };
|
|
77840
77843
|
const _hoisted_4$1 = { class: "dialog-footer" };
|
|
@@ -77870,7 +77873,7 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
77870
77873
|
key: colIdx,
|
|
77871
77874
|
class: "column-item"
|
|
77872
77875
|
}, [
|
|
77873
|
-
createElementVNode("div", _hoisted_1$
|
|
77876
|
+
createElementVNode("div", _hoisted_1$5, [
|
|
77874
77877
|
createElementVNode("span", _hoisted_2$3, "\u5217 " + toDisplayString(colIdx + 1), 1),
|
|
77875
77878
|
createVNode(_component_el_button, {
|
|
77876
77879
|
circle: "",
|
|
@@ -78528,7 +78531,7 @@ const _sfc_main$4 = {
|
|
|
78528
78531
|
this.handleGetAssetTypeOptions();
|
|
78529
78532
|
}
|
|
78530
78533
|
};
|
|
78531
|
-
const _hoisted_1$
|
|
78534
|
+
const _hoisted_1$4 = { class: "asset-body-wrap" };
|
|
78532
78535
|
const _hoisted_2$2 = { class: "bottom-wrap" };
|
|
78533
78536
|
const _hoisted_3$1 = { class: "left-wrap" };
|
|
78534
78537
|
const _hoisted_4 = { class: "filter-wrap" };
|
|
@@ -78585,7 +78588,7 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
78585
78588
|
])
|
|
78586
78589
|
]),
|
|
78587
78590
|
default: withCtx(() => [
|
|
78588
|
-
createElementVNode("div", _hoisted_1$
|
|
78591
|
+
createElementVNode("div", _hoisted_1$4, [
|
|
78589
78592
|
createElementVNode("div", _hoisted_2$2, [
|
|
78590
78593
|
createElementVNode("div", _hoisted_3$1, [
|
|
78591
78594
|
createElementVNode("div", _hoisted_4, [
|
|
@@ -78919,7 +78922,7 @@ const _sfc_main$3 = {
|
|
|
78919
78922
|
}
|
|
78920
78923
|
}
|
|
78921
78924
|
};
|
|
78922
|
-
const _hoisted_1$
|
|
78925
|
+
const _hoisted_1$3 = { class: "person-tree-widget__trigger" };
|
|
78923
78926
|
function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
78924
78927
|
const _component_el_button = resolveComponent("el-button");
|
|
78925
78928
|
const _component_asset_dialog = resolveComponent("asset-dialog");
|
|
@@ -78941,7 +78944,7 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
78941
78944
|
class: "person-tree-widget",
|
|
78942
78945
|
style: normalizeStyle($options.widgetStyle)
|
|
78943
78946
|
}, [
|
|
78944
|
-
createElementVNode("div", _hoisted_1$
|
|
78947
|
+
createElementVNode("div", _hoisted_1$3, [
|
|
78945
78948
|
createVNode(_component_el_button, {
|
|
78946
78949
|
type: "primary",
|
|
78947
78950
|
disabled: $props.field.options.disabled,
|
|
@@ -79206,7 +79209,7 @@ const _sfc_main$2 = {
|
|
|
79206
79209
|
}
|
|
79207
79210
|
}
|
|
79208
79211
|
};
|
|
79209
|
-
const _hoisted_1$
|
|
79212
|
+
const _hoisted_1$2 = { class: "asset-body-wrap" };
|
|
79210
79213
|
const _hoisted_2$1 = { key: 0 };
|
|
79211
79214
|
const _hoisted_3 = { class: "dialog-footer" };
|
|
79212
79215
|
function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -79243,7 +79246,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
79243
79246
|
])
|
|
79244
79247
|
]),
|
|
79245
79248
|
default: withCtx(() => [
|
|
79246
|
-
createElementVNode("div", _hoisted_1$
|
|
79249
|
+
createElementVNode("div", _hoisted_1$2, [
|
|
79247
79250
|
$data.showForm ? (openBlock(), createElementBlock("div", _hoisted_2$1, [
|
|
79248
79251
|
createVNode(_component_v_form_render, {
|
|
79249
79252
|
ref: "detailFormRender",
|
|
@@ -79403,6 +79406,7 @@ const _sfc_main$1 = {
|
|
|
79403
79406
|
}
|
|
79404
79407
|
}
|
|
79405
79408
|
};
|
|
79409
|
+
const _hoisted_1$1 = { key: 1 };
|
|
79406
79410
|
function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
79407
79411
|
const _component_el_table_column = resolveComponent("el-table-column");
|
|
79408
79412
|
const _component_el_button = resolveComponent("el-button");
|
|
@@ -79443,7 +79447,8 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
79443
79447
|
label: "\u8D44\u4EA7\u540D\u79F0"
|
|
79444
79448
|
}, {
|
|
79445
79449
|
default: withCtx(({ row }) => [
|
|
79446
|
-
|
|
79450
|
+
$props.field.options.clickRow ? (openBlock(), createBlock(_component_el_button, {
|
|
79451
|
+
key: 0,
|
|
79447
79452
|
type: "text",
|
|
79448
79453
|
size: "small",
|
|
79449
79454
|
onClick: ($event) => $options.handleRow(row)
|
|
@@ -79452,7 +79457,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
79452
79457
|
createTextVNode(toDisplayString(row.labelName), 1)
|
|
79453
79458
|
]),
|
|
79454
79459
|
_: 2
|
|
79455
|
-
}, 1032, ["onClick"])
|
|
79460
|
+
}, 1032, ["onClick"])) : (openBlock(), createElementBlock("span", _hoisted_1$1, toDisplayString(row.labelName), 1))
|
|
79456
79461
|
]),
|
|
79457
79462
|
_: 1
|
|
79458
79463
|
}),
|
|
@@ -79667,7 +79672,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
79667
79672
|
"sub-form-row-id": $props.subFormRowId
|
|
79668
79673
|
}, {
|
|
79669
79674
|
default: withCtx(() => [
|
|
79670
|
-
|
|
79675
|
+
createElementVNode("div", {
|
|
79671
79676
|
class: "asset-type-widget",
|
|
79672
79677
|
style: normalizeStyle(_ctx.widgetStyle)
|
|
79673
79678
|
}, [
|
|
@@ -79685,14 +79690,12 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
79685
79690
|
createElementVNode("div", _hoisted_2, toDisplayString(item.label), 1)
|
|
79686
79691
|
], 2);
|
|
79687
79692
|
}), 128))
|
|
79688
|
-
], 4)
|
|
79689
|
-
[vShow, !$props.field.options.hidden]
|
|
79690
|
-
])
|
|
79693
|
+
], 4)
|
|
79691
79694
|
]),
|
|
79692
79695
|
_: 1
|
|
79693
79696
|
}, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
|
|
79694
79697
|
}
|
|
79695
|
-
var AssetTypeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
79698
|
+
var AssetTypeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-7351af35"]]);
|
|
79696
79699
|
const loadExtension = function(app) {
|
|
79697
79700
|
addContainerWidgetSchema(cardSchema);
|
|
79698
79701
|
app.component(CardWidget.name, CardWidget);
|
|
@@ -79791,6 +79794,7 @@ const loadExtension = function(app) {
|
|
|
79791
79794
|
addCustomWidgetSchema(assetTableSchema);
|
|
79792
79795
|
app.component(AssetTableWidget.name, AssetTableWidget);
|
|
79793
79796
|
registerCPEditor(app, "asset-table-typeJson", "asset-table-typeJson-editor", createTextareaEditor("typeJson", "extension.setting.assetTableTypeJson", { rows: 4 }));
|
|
79797
|
+
registerCPEditor(app, "asset-table-clickRow", "asset-table-clickRow-editor", createBooleanEditor("clickRow", "extension.setting.assetTableClickRow"));
|
|
79794
79798
|
registerEPEditor(app, "asset-table-onOpen", "asset-table-onOpen-editor", createEventHandlerEditor("onOpen", ["rowData"]));
|
|
79795
79799
|
addCustomWidgetSchema(assetTypeSchema);
|
|
79796
79800
|
app.component(AssetTypeWidget.name, AssetTypeWidget);
|