form-custom-test 3.0.106 → 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 +124 -118
- package/dist/designer.umd.js +9 -9
- package/dist/render.es.js +99 -94
- package/dist/render.umd.js +6 -6
- package/package.json +1 -1
package/dist/render.es.js
CHANGED
|
@@ -1970,6 +1970,7 @@ var enLocale_extension = {
|
|
|
1970
1970
|
assetSelectButtonText: "Button Text",
|
|
1971
1971
|
assetSelectTypeJson: "Asset Type Json",
|
|
1972
1972
|
assetTableTypeJson: "Asset Table Type Json",
|
|
1973
|
+
assetTableClickRow: "Click Row",
|
|
1973
1974
|
assetSelectAssetTypeValue: "Asset Type Value",
|
|
1974
1975
|
assetTypeAssetTypeValue: "Asset Type",
|
|
1975
1976
|
assetType: "Asset Typee"
|
|
@@ -2020,6 +2021,7 @@ var zhLocale_extension = {
|
|
|
2020
2021
|
assetSelectButtonText: "\u6309\u94AE\u6587\u5B57",
|
|
2021
2022
|
assetSelectTypeJson: "\u8D44\u4EA7\u7C7B\u578BJson",
|
|
2022
2023
|
assetTableTypeJson: "\u8D44\u4EA7\u8868\u683C\u7C7B\u578BJson",
|
|
2024
|
+
assetTableClickRow: "\u662F\u5426\u70B9\u51FB\u884C",
|
|
2023
2025
|
assetSelectAssetTypeValue: "\u8D44\u4EA7\u7C7B\u578B\u503C",
|
|
2024
2026
|
assetTypeAssetTypeValue: "\u9ED8\u8BA4\u8D44\u4EA7\u7C7B\u578B\u503C"
|
|
2025
2027
|
}
|
|
@@ -2108,14 +2110,14 @@ const _sfc_main$1a = {
|
|
|
2108
2110
|
}
|
|
2109
2111
|
}
|
|
2110
2112
|
};
|
|
2111
|
-
const _hoisted_1$
|
|
2113
|
+
const _hoisted_1$K = ["xlink:href"];
|
|
2112
2114
|
const _hoisted_2$y = { key: 0 };
|
|
2113
2115
|
function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2114
2116
|
return openBlock(), createElementBlock("svg", {
|
|
2115
2117
|
class: normalizeClass($options.svgClass),
|
|
2116
2118
|
"aria-hidden": "true"
|
|
2117
2119
|
}, [
|
|
2118
|
-
createElementVNode("use", { "xlink:href": $options.iconName }, null, 8, _hoisted_1$
|
|
2120
|
+
createElementVNode("use", { "xlink:href": $options.iconName }, null, 8, _hoisted_1$K),
|
|
2119
2121
|
!!$props.title ? (openBlock(), createElementBlock("title", _hoisted_2$y, toDisplayString($props.title), 1)) : createCommentVNode("", true)
|
|
2120
2122
|
], 2);
|
|
2121
2123
|
}
|
|
@@ -2207,7 +2209,7 @@ const _sfc_main$19 = {
|
|
|
2207
2209
|
}
|
|
2208
2210
|
}
|
|
2209
2211
|
};
|
|
2210
|
-
const _hoisted_1$
|
|
2212
|
+
const _hoisted_1$J = {
|
|
2211
2213
|
key: 0,
|
|
2212
2214
|
class: "field-action"
|
|
2213
2215
|
};
|
|
@@ -2236,7 +2238,7 @@ function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2236
2238
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
2237
2239
|
], 6)) : createCommentVNode("", true),
|
|
2238
2240
|
!!this.designer ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
2239
|
-
$props.designer.selectedId === $props.field.id ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
2241
|
+
$props.designer.selectedId === $props.field.id ? (openBlock(), createElementBlock("div", _hoisted_1$J, [
|
|
2240
2242
|
createElementVNode("i", {
|
|
2241
2243
|
title: _ctx.i18nt("designer.hint.selectParentWidget"),
|
|
2242
2244
|
onClick: _cache[1] || (_cache[1] = withModifiers(($event) => $options.selectParentWidget($props.field), ["stop"]))
|
|
@@ -9337,7 +9339,7 @@ const _sfc_main$17 = {
|
|
|
9337
9339
|
}
|
|
9338
9340
|
}
|
|
9339
9341
|
};
|
|
9340
|
-
const _hoisted_1$
|
|
9342
|
+
const _hoisted_1$I = {
|
|
9341
9343
|
key: 0,
|
|
9342
9344
|
class: "custom-label"
|
|
9343
9345
|
};
|
|
@@ -9378,7 +9380,7 @@ function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9378
9380
|
onClick: _cache[0] || (_cache[0] = withModifiers(($event) => $options.selectField($props.field), ["stop"]))
|
|
9379
9381
|
}, {
|
|
9380
9382
|
label: withCtx(() => [
|
|
9381
|
-
!!$props.field.options.labelIconClass ? (openBlock(), createElementBlock("span", _hoisted_1$
|
|
9383
|
+
!!$props.field.options.labelIconClass ? (openBlock(), createElementBlock("span", _hoisted_1$I, [
|
|
9382
9384
|
$props.field.options.labelIconPosition === "front" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
9383
9385
|
!!$props.field.options.labelTooltip ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
9384
9386
|
createVNode(_component_el_tooltip, {
|
|
@@ -9536,7 +9538,7 @@ const _sfc_main$16 = {
|
|
|
9536
9538
|
},
|
|
9537
9539
|
methods: {}
|
|
9538
9540
|
};
|
|
9539
|
-
const _hoisted_1$
|
|
9541
|
+
const _hoisted_1$H = { class: "full-width-input" };
|
|
9540
9542
|
function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
|
|
9541
9543
|
const _component_el_cascader = resolveComponent("el-cascader");
|
|
9542
9544
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
@@ -9553,7 +9555,7 @@ function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9553
9555
|
"sub-form-row-id": $props.subFormRowId
|
|
9554
9556
|
}, {
|
|
9555
9557
|
default: withCtx(() => [
|
|
9556
|
-
createElementVNode("div", _hoisted_1$
|
|
9558
|
+
createElementVNode("div", _hoisted_1$H, [
|
|
9557
9559
|
createVNode(_component_el_cascader, {
|
|
9558
9560
|
ref: "fieldEditor",
|
|
9559
9561
|
options: $props.field.options.optionItems,
|
|
@@ -10108,7 +10110,7 @@ var _export_sfc = (sfc, props) => {
|
|
|
10108
10110
|
const _sfc_main$10 = defineComponent({
|
|
10109
10111
|
name: "ArrowDownBold"
|
|
10110
10112
|
});
|
|
10111
|
-
const _hoisted_1$
|
|
10113
|
+
const _hoisted_1$G = {
|
|
10112
10114
|
class: "icon",
|
|
10113
10115
|
width: "200",
|
|
10114
10116
|
height: "200",
|
|
@@ -10123,13 +10125,13 @@ const _hoisted_3$r = [
|
|
|
10123
10125
|
_hoisted_2$v
|
|
10124
10126
|
];
|
|
10125
10127
|
function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10126
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10128
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$G, _hoisted_3$r);
|
|
10127
10129
|
}
|
|
10128
10130
|
var arrowDownBold = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["render", _sfc_render$10]]);
|
|
10129
10131
|
const _sfc_main$$ = defineComponent({
|
|
10130
10132
|
name: "ArrowDown"
|
|
10131
10133
|
});
|
|
10132
|
-
const _hoisted_1$
|
|
10134
|
+
const _hoisted_1$F = {
|
|
10133
10135
|
class: "icon",
|
|
10134
10136
|
width: "200",
|
|
10135
10137
|
height: "200",
|
|
@@ -10144,13 +10146,13 @@ const _hoisted_3$q = [
|
|
|
10144
10146
|
_hoisted_2$u
|
|
10145
10147
|
];
|
|
10146
10148
|
function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10147
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10149
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$F, _hoisted_3$q);
|
|
10148
10150
|
}
|
|
10149
10151
|
var arrowDown = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["render", _sfc_render$$]]);
|
|
10150
10152
|
const _sfc_main$_ = defineComponent({
|
|
10151
10153
|
name: "ArrowUp"
|
|
10152
10154
|
});
|
|
10153
|
-
const _hoisted_1$
|
|
10155
|
+
const _hoisted_1$E = {
|
|
10154
10156
|
class: "icon",
|
|
10155
10157
|
width: "200",
|
|
10156
10158
|
height: "200",
|
|
@@ -10165,13 +10167,13 @@ const _hoisted_3$p = [
|
|
|
10165
10167
|
_hoisted_2$t
|
|
10166
10168
|
];
|
|
10167
10169
|
function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10168
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10170
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$E, _hoisted_3$p);
|
|
10169
10171
|
}
|
|
10170
10172
|
var arrowUp = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["render", _sfc_render$_]]);
|
|
10171
10173
|
const _sfc_main$Z = defineComponent({
|
|
10172
10174
|
name: "CirclePlus"
|
|
10173
10175
|
});
|
|
10174
|
-
const _hoisted_1$
|
|
10176
|
+
const _hoisted_1$D = {
|
|
10175
10177
|
class: "icon",
|
|
10176
10178
|
width: "200",
|
|
10177
10179
|
height: "200",
|
|
@@ -10196,13 +10198,13 @@ const _hoisted_5$c = [
|
|
|
10196
10198
|
_hoisted_4$f
|
|
10197
10199
|
];
|
|
10198
10200
|
function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10199
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10201
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$D, _hoisted_5$c);
|
|
10200
10202
|
}
|
|
10201
10203
|
var circlePlus = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["render", _sfc_render$Z]]);
|
|
10202
10204
|
const _sfc_main$Y = defineComponent({
|
|
10203
10205
|
name: "Delete"
|
|
10204
10206
|
});
|
|
10205
|
-
const _hoisted_1$
|
|
10207
|
+
const _hoisted_1$C = {
|
|
10206
10208
|
class: "icon",
|
|
10207
10209
|
width: "200",
|
|
10208
10210
|
height: "200",
|
|
@@ -10217,13 +10219,13 @@ const _hoisted_3$n = [
|
|
|
10217
10219
|
_hoisted_2$r
|
|
10218
10220
|
];
|
|
10219
10221
|
function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10220
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10222
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$C, _hoisted_3$n);
|
|
10221
10223
|
}
|
|
10222
10224
|
var _delete = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["render", _sfc_render$Y]]);
|
|
10223
10225
|
const _sfc_main$X = defineComponent({
|
|
10224
10226
|
name: "Edit"
|
|
10225
10227
|
});
|
|
10226
|
-
const _hoisted_1$
|
|
10228
|
+
const _hoisted_1$B = {
|
|
10227
10229
|
class: "icon",
|
|
10228
10230
|
width: "200",
|
|
10229
10231
|
height: "200",
|
|
@@ -10243,13 +10245,13 @@ const _hoisted_4$e = [
|
|
|
10243
10245
|
_hoisted_3$m
|
|
10244
10246
|
];
|
|
10245
10247
|
function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10246
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10248
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$B, _hoisted_4$e);
|
|
10247
10249
|
}
|
|
10248
10250
|
var edit = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["render", _sfc_render$X]]);
|
|
10249
10251
|
const _sfc_main$W = defineComponent({
|
|
10250
10252
|
name: "InfoFilled"
|
|
10251
10253
|
});
|
|
10252
|
-
const _hoisted_1$
|
|
10254
|
+
const _hoisted_1$A = {
|
|
10253
10255
|
class: "icon",
|
|
10254
10256
|
width: "200",
|
|
10255
10257
|
height: "200",
|
|
@@ -10264,13 +10266,13 @@ const _hoisted_3$l = [
|
|
|
10264
10266
|
_hoisted_2$p
|
|
10265
10267
|
];
|
|
10266
10268
|
function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10267
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10269
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$A, _hoisted_3$l);
|
|
10268
10270
|
}
|
|
10269
10271
|
var infoFilled = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["render", _sfc_render$W]]);
|
|
10270
10272
|
const _sfc_main$V = defineComponent({
|
|
10271
10273
|
name: "Loading"
|
|
10272
10274
|
});
|
|
10273
|
-
const _hoisted_1$
|
|
10275
|
+
const _hoisted_1$z = {
|
|
10274
10276
|
class: "icon",
|
|
10275
10277
|
width: "200",
|
|
10276
10278
|
height: "200",
|
|
@@ -10285,13 +10287,13 @@ const _hoisted_3$k = [
|
|
|
10285
10287
|
_hoisted_2$o
|
|
10286
10288
|
];
|
|
10287
10289
|
function _sfc_render$V(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10288
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10290
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$z, _hoisted_3$k);
|
|
10289
10291
|
}
|
|
10290
10292
|
var loading = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["render", _sfc_render$V]]);
|
|
10291
10293
|
const _sfc_main$U = defineComponent({
|
|
10292
10294
|
name: "Minus"
|
|
10293
10295
|
});
|
|
10294
|
-
const _hoisted_1$
|
|
10296
|
+
const _hoisted_1$y = {
|
|
10295
10297
|
class: "icon",
|
|
10296
10298
|
width: "200",
|
|
10297
10299
|
height: "200",
|
|
@@ -10306,13 +10308,13 @@ const _hoisted_3$j = [
|
|
|
10306
10308
|
_hoisted_2$n
|
|
10307
10309
|
];
|
|
10308
10310
|
function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10309
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10311
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$y, _hoisted_3$j);
|
|
10310
10312
|
}
|
|
10311
10313
|
var minus = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["render", _sfc_render$U]]);
|
|
10312
10314
|
const _sfc_main$T = defineComponent({
|
|
10313
10315
|
name: "Plus"
|
|
10314
10316
|
});
|
|
10315
|
-
const _hoisted_1$
|
|
10317
|
+
const _hoisted_1$x = {
|
|
10316
10318
|
class: "icon",
|
|
10317
10319
|
width: "200",
|
|
10318
10320
|
height: "200",
|
|
@@ -10327,13 +10329,13 @@ const _hoisted_3$i = [
|
|
|
10327
10329
|
_hoisted_2$m
|
|
10328
10330
|
];
|
|
10329
10331
|
function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10330
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10332
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$x, _hoisted_3$i);
|
|
10331
10333
|
}
|
|
10332
10334
|
var plus = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["render", _sfc_render$T]]);
|
|
10333
10335
|
const _sfc_main$S = defineComponent({
|
|
10334
10336
|
name: "Search"
|
|
10335
10337
|
});
|
|
10336
|
-
const _hoisted_1$
|
|
10338
|
+
const _hoisted_1$w = {
|
|
10337
10339
|
class: "icon",
|
|
10338
10340
|
width: "200",
|
|
10339
10341
|
height: "200",
|
|
@@ -10348,7 +10350,7 @@ const _hoisted_3$h = [
|
|
|
10348
10350
|
_hoisted_2$l
|
|
10349
10351
|
];
|
|
10350
10352
|
function _sfc_render$S(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10351
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10353
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$w, _hoisted_3$h);
|
|
10352
10354
|
}
|
|
10353
10355
|
var search = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["render", _sfc_render$S]]);
|
|
10354
10356
|
var defaultConfig = {
|
|
@@ -10795,7 +10797,7 @@ const _sfc_main$R = {
|
|
|
10795
10797
|
}
|
|
10796
10798
|
}
|
|
10797
10799
|
};
|
|
10798
|
-
const _hoisted_1$
|
|
10800
|
+
const _hoisted_1$v = { class: "file-upload-widget-container" };
|
|
10799
10801
|
const _hoisted_2$k = {
|
|
10800
10802
|
key: 0,
|
|
10801
10803
|
class: "el-upload__tip"
|
|
@@ -10827,7 +10829,7 @@ function _sfc_render$R(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10827
10829
|
"sub-form-row-id": $props.subFormRowId
|
|
10828
10830
|
}, {
|
|
10829
10831
|
default: withCtx(() => [
|
|
10830
|
-
createElementVNode("div", _hoisted_1$
|
|
10832
|
+
createElementVNode("div", _hoisted_1$v, [
|
|
10831
10833
|
createVNode(_component_el_upload, {
|
|
10832
10834
|
ref: "fieldEditor",
|
|
10833
10835
|
disabled: _ctx.getDisabled(),
|
|
@@ -10978,7 +10980,7 @@ const _sfc_main$Q = {
|
|
|
10978
10980
|
},
|
|
10979
10981
|
methods: {}
|
|
10980
10982
|
};
|
|
10981
|
-
const _hoisted_1$
|
|
10983
|
+
const _hoisted_1$u = ["innerHTML"];
|
|
10982
10984
|
function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10983
10985
|
const _component_static_content_wrapper = resolveComponent("static-content-wrapper");
|
|
10984
10986
|
return openBlock(), createBlock(_component_static_content_wrapper, {
|
|
@@ -10996,7 +10998,7 @@ function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10996
10998
|
createElementVNode("div", {
|
|
10997
10999
|
ref: "fieldEditor",
|
|
10998
11000
|
innerHTML: $props.field.options.htmlContent
|
|
10999
|
-
}, null, 8, _hoisted_1$
|
|
11001
|
+
}, null, 8, _hoisted_1$u)
|
|
11000
11002
|
]),
|
|
11001
11003
|
_: 1
|
|
11002
11004
|
}, 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"]);
|
|
@@ -11433,7 +11435,7 @@ const _sfc_main$N = {
|
|
|
11433
11435
|
}
|
|
11434
11436
|
}
|
|
11435
11437
|
};
|
|
11436
|
-
const _hoisted_1$
|
|
11438
|
+
const _hoisted_1$t = { class: "el-upload-list__item-status-label" };
|
|
11437
11439
|
const _hoisted_2$j = {
|
|
11438
11440
|
class: "el-icon--upload-success",
|
|
11439
11441
|
style: { "color": "#FFF" }
|
|
@@ -11494,7 +11496,7 @@ function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11494
11496
|
fit: "cover",
|
|
11495
11497
|
"preview-teleported": ""
|
|
11496
11498
|
}, null, 8, ["src", "preview-src-list", "initial-index"]),
|
|
11497
|
-
createElementVNode("label", _hoisted_1$
|
|
11499
|
+
createElementVNode("label", _hoisted_1$t, [
|
|
11498
11500
|
createElementVNode("i", _hoisted_2$j, [
|
|
11499
11501
|
createVNode(_component_svg_icon, {
|
|
11500
11502
|
class: "",
|
|
@@ -23189,9 +23191,9 @@ const _sfc_main$K = {
|
|
|
23189
23191
|
return { editor };
|
|
23190
23192
|
}
|
|
23191
23193
|
};
|
|
23192
|
-
const _hoisted_1$
|
|
23194
|
+
const _hoisted_1$s = { ref: "editor" };
|
|
23193
23195
|
function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23194
|
-
return openBlock(), createElementBlock("section", _hoisted_1$
|
|
23196
|
+
return openBlock(), createElementBlock("section", _hoisted_1$s, null, 512);
|
|
23195
23197
|
}
|
|
23196
23198
|
var quillEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$K, [["render", _sfc_render$K]]);
|
|
23197
23199
|
quillEditor.install = function(app) {
|
|
@@ -23705,7 +23707,7 @@ const _sfc_main$F = {
|
|
|
23705
23707
|
},
|
|
23706
23708
|
methods: {}
|
|
23707
23709
|
};
|
|
23708
|
-
const _hoisted_1$
|
|
23710
|
+
const _hoisted_1$r = {
|
|
23709
23711
|
key: 0,
|
|
23710
23712
|
class: "slot-title"
|
|
23711
23713
|
};
|
|
@@ -23727,7 +23729,7 @@ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23727
23729
|
class: normalizeClass([!!$props.designState ? "slot-wrapper-design" : "slot-wrapper-render"])
|
|
23728
23730
|
}, [
|
|
23729
23731
|
renderSlot(_ctx.$slots, $props.field.options.name, { formModel: _ctx.formModel }, void 0, true),
|
|
23730
|
-
!!$props.designState ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
23732
|
+
!!$props.designState ? (openBlock(), createElementBlock("div", _hoisted_1$r, toDisplayString($props.field.options.label), 1)) : createCommentVNode("", true)
|
|
23731
23733
|
], 2)
|
|
23732
23734
|
]),
|
|
23733
23735
|
_: 3
|
|
@@ -24377,7 +24379,7 @@ const _sfc_main$z = {
|
|
|
24377
24379
|
}
|
|
24378
24380
|
}
|
|
24379
24381
|
};
|
|
24380
|
-
const _hoisted_1$
|
|
24382
|
+
const _hoisted_1$q = { class: "blank-cell" };
|
|
24381
24383
|
const _hoisted_2$i = { class: "invisible-content" };
|
|
24382
24384
|
function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24383
24385
|
const _component_el_col = resolveComponent("el-col");
|
|
@@ -24435,7 +24437,7 @@ function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24435
24437
|
], 64);
|
|
24436
24438
|
}), 256)) : (openBlock(), createBlock(_component_el_col, { key: 1 }, {
|
|
24437
24439
|
default: withCtx(() => [
|
|
24438
|
-
createElementVNode("div", _hoisted_1$
|
|
24440
|
+
createElementVNode("div", _hoisted_1$q, [
|
|
24439
24441
|
createElementVNode("span", _hoisted_2$i, toDisplayString(_ctx.i18nt("render.hint.blankCellContent")), 1)
|
|
24440
24442
|
])
|
|
24441
24443
|
]),
|
|
@@ -24937,7 +24939,7 @@ const _sfc_main$x = {
|
|
|
24937
24939
|
}
|
|
24938
24940
|
}
|
|
24939
24941
|
};
|
|
24940
|
-
const _hoisted_1$
|
|
24942
|
+
const _hoisted_1$p = { class: "action-header-column" };
|
|
24941
24943
|
const _hoisted_2$h = { class: "action-label" };
|
|
24942
24944
|
const _hoisted_3$e = {
|
|
24943
24945
|
key: 0,
|
|
@@ -24964,7 +24966,7 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24964
24966
|
}, [
|
|
24965
24967
|
createVNode(_component_el_row, { class: "header-row" }, {
|
|
24966
24968
|
default: withCtx(() => [
|
|
24967
|
-
createElementVNode("div", _hoisted_1$
|
|
24969
|
+
createElementVNode("div", _hoisted_1$p, [
|
|
24968
24970
|
createElementVNode("span", _hoisted_2$h, toDisplayString(_ctx.i18nt("render.hint.subFormAction")), 1),
|
|
24969
24971
|
createVNode(_component_el_button, {
|
|
24970
24972
|
disabled: $data.actionDisabled,
|
|
@@ -25272,7 +25274,7 @@ const _sfc_main$v = {
|
|
|
25272
25274
|
},
|
|
25273
25275
|
methods: {}
|
|
25274
25276
|
};
|
|
25275
|
-
const _hoisted_1$
|
|
25277
|
+
const _hoisted_1$o = ["colspan", "rowspan"];
|
|
25276
25278
|
function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
25277
25279
|
return openBlock(), createElementBlock("td", {
|
|
25278
25280
|
class: normalizeClass(["table-cell", [$options.customClass]]),
|
|
@@ -25315,7 +25317,7 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25315
25317
|
]), 1032, ["field", "parent-list", "index-of-parent-list", "parent-widget"]))
|
|
25316
25318
|
], 64);
|
|
25317
25319
|
}), 256))
|
|
25318
|
-
], 14, _hoisted_1$
|
|
25320
|
+
], 14, _hoisted_1$o);
|
|
25319
25321
|
}
|
|
25320
25322
|
var TableCellItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$v, [["render", _sfc_render$v], ["__scopeId", "data-v-7d6166fa"]]);
|
|
25321
25323
|
var __glob_0_5$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -26107,13 +26109,13 @@ function registerIcon(app) {
|
|
|
26107
26109
|
if (typeof window !== "undefined") {
|
|
26108
26110
|
let loadSvg = function() {
|
|
26109
26111
|
var body = document.body;
|
|
26110
|
-
var svgDom = document.getElementById("
|
|
26112
|
+
var svgDom = document.getElementById("__svg__icons__dom__1777279330591__");
|
|
26111
26113
|
if (!svgDom) {
|
|
26112
26114
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
26113
26115
|
svgDom.style.position = "absolute";
|
|
26114
26116
|
svgDom.style.width = "0";
|
|
26115
26117
|
svgDom.style.height = "0";
|
|
26116
|
-
svgDom.id = "
|
|
26118
|
+
svgDom.id = "__svg__icons__dom__1777279330591__";
|
|
26117
26119
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
26118
26120
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
26119
26121
|
}
|
|
@@ -26377,7 +26379,7 @@ const _sfc_main$s = {
|
|
|
26377
26379
|
}
|
|
26378
26380
|
}
|
|
26379
26381
|
};
|
|
26380
|
-
const _hoisted_1$
|
|
26382
|
+
const _hoisted_1$n = {
|
|
26381
26383
|
key: 0,
|
|
26382
26384
|
class: "container-action"
|
|
26383
26385
|
};
|
|
@@ -26400,7 +26402,7 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26400
26402
|
class: normalizeClass(["container-wrapper", [$options.customClass]])
|
|
26401
26403
|
}, [
|
|
26402
26404
|
renderSlot(_ctx.$slots, "default", {}, void 0, true),
|
|
26403
|
-
$props.designer.selectedId === $props.widget.id && !$props.widget.internal ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
26405
|
+
$props.designer.selectedId === $props.widget.id && !$props.widget.internal ? (openBlock(), createElementBlock("div", _hoisted_1$n, [
|
|
26404
26406
|
createElementVNode("i", {
|
|
26405
26407
|
title: _ctx.i18nt("designer.hint.selectParentWidget"),
|
|
26406
26408
|
onClick: _cache[0] || (_cache[0] = withModifiers(($event) => _ctx.selectParentWidget($props.widget), ["stop"]))
|
|
@@ -26532,7 +26534,7 @@ const _sfc_main$r = {
|
|
|
26532
26534
|
}
|
|
26533
26535
|
}
|
|
26534
26536
|
};
|
|
26535
|
-
const _hoisted_1$
|
|
26537
|
+
const _hoisted_1$m = { class: "label" };
|
|
26536
26538
|
const _hoisted_2$f = { class: "form-widget-list" };
|
|
26537
26539
|
function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
26538
26540
|
const _component_ArrowDownBold = resolveComponent("ArrowDownBold");
|
|
@@ -26568,7 +26570,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26568
26570
|
]),
|
|
26569
26571
|
_: 1
|
|
26570
26572
|
}, 8, ["class"])) : createCommentVNode("", true),
|
|
26571
|
-
createElementVNode("div", _hoisted_1$
|
|
26573
|
+
createElementVNode("div", _hoisted_1$m, toDisplayString($props.widget.options.label), 1)
|
|
26572
26574
|
])
|
|
26573
26575
|
]),
|
|
26574
26576
|
default: withCtx(() => [
|
|
@@ -26644,7 +26646,7 @@ const _sfc_main$q = {
|
|
|
26644
26646
|
}
|
|
26645
26647
|
}
|
|
26646
26648
|
};
|
|
26647
|
-
const _hoisted_1$
|
|
26649
|
+
const _hoisted_1$l = { class: "label" };
|
|
26648
26650
|
function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
26649
26651
|
const _component_ArrowDownBold = resolveComponent("ArrowDownBold");
|
|
26650
26652
|
const _component_el_icon = resolveComponent("el-icon");
|
|
@@ -26672,7 +26674,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26672
26674
|
]),
|
|
26673
26675
|
_: 1
|
|
26674
26676
|
}, 8, ["class"])) : createCommentVNode("", true),
|
|
26675
|
-
createElementVNode("div", _hoisted_1$
|
|
26677
|
+
createElementVNode("div", _hoisted_1$l, toDisplayString($props.widget.options.label), 1)
|
|
26676
26678
|
])
|
|
26677
26679
|
]),
|
|
26678
26680
|
default: withCtx(() => [
|
|
@@ -32395,7 +32397,7 @@ const _sfc_main$o = {
|
|
|
32395
32397
|
}
|
|
32396
32398
|
}
|
|
32397
32399
|
};
|
|
32398
|
-
const _hoisted_1$
|
|
32400
|
+
const _hoisted_1$k = { class: "person-tree-widget__trigger" };
|
|
32399
32401
|
const _hoisted_2$e = { class: "flex items-center" };
|
|
32400
32402
|
const _hoisted_3$c = { class: "dialog-footer" };
|
|
32401
32403
|
function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -32423,7 +32425,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
32423
32425
|
class: "person-tree-widget",
|
|
32424
32426
|
style: normalizeStyle($options.widgetStyle)
|
|
32425
32427
|
}, [
|
|
32426
|
-
createElementVNode("div", _hoisted_1$
|
|
32428
|
+
createElementVNode("div", _hoisted_1$k, [
|
|
32427
32429
|
createVNode(_component_el_input_tag, {
|
|
32428
32430
|
modelValue: $options.displayModel,
|
|
32429
32431
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $options.displayModel = $event),
|
|
@@ -33024,7 +33026,7 @@ const _sfc_main$l = {
|
|
|
33024
33026
|
}
|
|
33025
33027
|
}
|
|
33026
33028
|
};
|
|
33027
|
-
const _hoisted_1$
|
|
33029
|
+
const _hoisted_1$j = {
|
|
33028
33030
|
key: 0,
|
|
33029
33031
|
class: "empty-wrap"
|
|
33030
33032
|
};
|
|
@@ -33085,7 +33087,7 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33085
33087
|
]),
|
|
33086
33088
|
default: withCtx(() => [
|
|
33087
33089
|
createElementVNode("div", null, [
|
|
33088
|
-
$data.roomList.length === 0 ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
33090
|
+
$data.roomList.length === 0 ? (openBlock(), createElementBlock("div", _hoisted_1$j, [
|
|
33089
33091
|
createVNode(_component_el_empty, { description: "\u6682\u65E0\u6570\u636E" })
|
|
33090
33092
|
])) : (openBlock(), createElementBlock("div", _hoisted_2$d, [
|
|
33091
33093
|
(openBlock(true), createElementBlock(Fragment, null, renderList($data.roomList, (item) => {
|
|
@@ -33334,7 +33336,7 @@ const _sfc_main$k = {
|
|
|
33334
33336
|
}
|
|
33335
33337
|
}
|
|
33336
33338
|
};
|
|
33337
|
-
const _hoisted_1$
|
|
33339
|
+
const _hoisted_1$i = { class: "form-widget-list" };
|
|
33338
33340
|
const _hoisted_2$c = {
|
|
33339
33341
|
key: 0,
|
|
33340
33342
|
class: "grid-col-action"
|
|
@@ -33379,7 +33381,7 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33379
33381
|
move: $options.checkContainerMove
|
|
33380
33382
|
}), {
|
|
33381
33383
|
item: withCtx(({ element: subWidget, index: swIdx }) => [
|
|
33382
|
-
createElementVNode("div", _hoisted_1$
|
|
33384
|
+
createElementVNode("div", _hoisted_1$i, [
|
|
33383
33385
|
subWidget.category === "container" ? (openBlock(), createBlock(resolveDynamicComponent(subWidget.type + "-widget"), {
|
|
33384
33386
|
widget: subWidget,
|
|
33385
33387
|
designer: $props.designer,
|
|
@@ -33572,7 +33574,7 @@ const _sfc_main$i = {
|
|
|
33572
33574
|
}
|
|
33573
33575
|
}
|
|
33574
33576
|
};
|
|
33575
|
-
const _hoisted_1$
|
|
33577
|
+
const _hoisted_1$h = { class: "form-widget-list" };
|
|
33576
33578
|
function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
33577
33579
|
const _component_draggable = resolveComponent("draggable");
|
|
33578
33580
|
const _component_el_tab_pane = resolveComponent("el-tab-pane");
|
|
@@ -33618,7 +33620,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33618
33620
|
move: _ctx.checkContainerMove
|
|
33619
33621
|
}), {
|
|
33620
33622
|
item: withCtx(({ element: subWidget, index: swIdx }) => [
|
|
33621
|
-
createElementVNode("div", _hoisted_1$
|
|
33623
|
+
createElementVNode("div", _hoisted_1$h, [
|
|
33622
33624
|
subWidget.category === "container" ? (openBlock(), createBlock(resolveDynamicComponent(subWidget.type + "-widget"), {
|
|
33623
33625
|
widget: subWidget,
|
|
33624
33626
|
designer: $props.designer,
|
|
@@ -33822,7 +33824,7 @@ const _sfc_main$h = {
|
|
|
33822
33824
|
}
|
|
33823
33825
|
}
|
|
33824
33826
|
};
|
|
33825
|
-
const _hoisted_1$
|
|
33827
|
+
const _hoisted_1$g = ["colspan", "rowspan"];
|
|
33826
33828
|
const _hoisted_2$b = { class: "form-widget-list" };
|
|
33827
33829
|
const _hoisted_3$9 = {
|
|
33828
33830
|
key: 0,
|
|
@@ -34031,7 +34033,7 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34031
34033
|
$props.designer.selectedId === $props.widget.id && $props.widget.type === "table-cell" ? (openBlock(), createElementBlock("div", _hoisted_6$5, [
|
|
34032
34034
|
createElementVNode("i", null, toDisplayString(_ctx.i18nt("designer.widgetLabel." + $props.widget.type)), 1)
|
|
34033
34035
|
])) : createCommentVNode("", true)
|
|
34034
|
-
], 14, _hoisted_1$
|
|
34036
|
+
], 14, _hoisted_1$g);
|
|
34035
34037
|
}
|
|
34036
34038
|
var TableCellWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$h, [["render", _sfc_render$h], ["__scopeId", "data-v-2dc3e6c7"]]);
|
|
34037
34039
|
var __glob_0_4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -34071,7 +34073,7 @@ const _sfc_main$g = {
|
|
|
34071
34073
|
},
|
|
34072
34074
|
methods: {}
|
|
34073
34075
|
};
|
|
34074
|
-
const _hoisted_1$
|
|
34076
|
+
const _hoisted_1$f = { class: "table-layout" };
|
|
34075
34077
|
function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
34076
34078
|
const _component_table_cell_widget = resolveComponent("table-cell-widget");
|
|
34077
34079
|
const _component_container_wrapper = resolveComponent("container-wrapper");
|
|
@@ -34088,7 +34090,7 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34088
34090
|
class: normalizeClass(["table-container", [$options.selected ? "selected" : "", $options.customClass]]),
|
|
34089
34091
|
onClick: _cache[0] || (_cache[0] = withModifiers(($event) => _ctx.selectWidget($props.widget), ["stop"]))
|
|
34090
34092
|
}, [
|
|
34091
|
-
createElementVNode("table", _hoisted_1$
|
|
34093
|
+
createElementVNode("table", _hoisted_1$f, [
|
|
34092
34094
|
createElementVNode("tbody", null, [
|
|
34093
34095
|
(openBlock(true), createElementBlock(Fragment, null, renderList($props.widget.rows, (row, rowIdx) => {
|
|
34094
34096
|
return openBlock(), createElementBlock("tr", {
|
|
@@ -34185,7 +34187,7 @@ const _sfc_main$f = {
|
|
|
34185
34187
|
}
|
|
34186
34188
|
}
|
|
34187
34189
|
};
|
|
34188
|
-
const _hoisted_1$
|
|
34190
|
+
const _hoisted_1$e = { class: "sub-form-header" };
|
|
34189
34191
|
const _hoisted_2$a = { class: "sub-form-label" };
|
|
34190
34192
|
const _hoisted_3$8 = { class: "group-header" };
|
|
34191
34193
|
const _hoisted_4$6 = { class: "group-title" };
|
|
@@ -34222,7 +34224,7 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34222
34224
|
class: normalizeClass(["custom-sub-form-container", [$options.selected ? "selected" : "", $options.customClass]]),
|
|
34223
34225
|
onClick: _cache[1] || (_cache[1] = withModifiers(($event) => _ctx.selectWidget($props.widget), ["stop"]))
|
|
34224
34226
|
}, [
|
|
34225
|
-
createElementVNode("div", _hoisted_1$
|
|
34227
|
+
createElementVNode("div", _hoisted_1$e, [
|
|
34226
34228
|
createElementVNode("span", _hoisted_2$a, toDisplayString($props.widget.options.label || "\u81EA\u5B9A\u4E49\u5B50\u8868\u5355"), 1)
|
|
34227
34229
|
]),
|
|
34228
34230
|
(openBlock(true), createElementBlock(Fragment, null, renderList($data.previewRows, (row, rowIdx) => {
|
|
@@ -34677,7 +34679,7 @@ const _sfc_main$e = {
|
|
|
34677
34679
|
}
|
|
34678
34680
|
}
|
|
34679
34681
|
};
|
|
34680
|
-
const _hoisted_1$
|
|
34682
|
+
const _hoisted_1$d = { class: "sub-form-header" };
|
|
34681
34683
|
const _hoisted_2$9 = { class: "sub-form-label" };
|
|
34682
34684
|
const _hoisted_3$7 = { class: "group-header" };
|
|
34683
34685
|
const _hoisted_4$5 = { class: "group-title" };
|
|
@@ -34720,7 +34722,7 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34720
34722
|
key: $props.widget.id,
|
|
34721
34723
|
class: normalizeClass(["custom-sub-form-container", $options.customClass])
|
|
34722
34724
|
}, [
|
|
34723
|
-
createElementVNode("div", _hoisted_1$
|
|
34725
|
+
createElementVNode("div", _hoisted_1$d, [
|
|
34724
34726
|
createElementVNode("span", _hoisted_2$9, toDisplayString($props.widget.options.label || "\u81EA\u5B9A\u4E49\u5B50\u8868\u5355"), 1)
|
|
34725
34727
|
]),
|
|
34726
34728
|
(openBlock(true), createElementBlock(Fragment, null, renderList($data.rowIdData, (subFormRowId, sfrIdx) => {
|
|
@@ -34964,7 +34966,7 @@ const _sfc_main$d = {
|
|
|
34964
34966
|
}
|
|
34965
34967
|
}
|
|
34966
34968
|
};
|
|
34967
|
-
const _hoisted_1$
|
|
34969
|
+
const _hoisted_1$c = ["colspan", "rowspan"];
|
|
34968
34970
|
const _hoisted_2$8 = { class: "form-widget-list" };
|
|
34969
34971
|
const _hoisted_3$6 = {
|
|
34970
34972
|
key: 0,
|
|
@@ -35103,7 +35105,7 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35103
35105
|
createElementVNode("i", null, "\u5355\u5143\u683C", -1)
|
|
35104
35106
|
])])) : createCommentVNode("", true),
|
|
35105
35107
|
!$props.widget.widgetList || $props.widget.widgetList.length === 0 ? (openBlock(), createElementBlock("div", _hoisted_6$2, " \u62D6\u62FD\u7EC4\u4EF6\u5230\u6B64\u5904 ")) : createCommentVNode("", true)
|
|
35106
|
-
], 14, _hoisted_1$
|
|
35108
|
+
], 14, _hoisted_1$c);
|
|
35107
35109
|
}
|
|
35108
35110
|
var CustomTableCellWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$d, [["render", _sfc_render$d], ["__scopeId", "data-v-6e28297c"]]);
|
|
35109
35111
|
var customTableWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
@@ -35158,7 +35160,7 @@ const _sfc_main$c = {
|
|
|
35158
35160
|
}
|
|
35159
35161
|
}
|
|
35160
35162
|
};
|
|
35161
|
-
const _hoisted_1$
|
|
35163
|
+
const _hoisted_1$b = { class: "custom-table-layout" };
|
|
35162
35164
|
function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
35163
35165
|
const _component_custom_table_cell_widget = resolveComponent("custom-table-cell-widget");
|
|
35164
35166
|
const _component_container_wrapper = resolveComponent("container-wrapper");
|
|
@@ -35175,7 +35177,7 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35175
35177
|
class: normalizeClass(["custom-table-container", [$options.selected ? "selected" : "", $options.customClass]]),
|
|
35176
35178
|
onClick: _cache[0] || (_cache[0] = withModifiers(($event) => _ctx.selectWidget($props.widget), ["stop"]))
|
|
35177
35179
|
}, [
|
|
35178
|
-
createElementVNode("table", _hoisted_1$
|
|
35180
|
+
createElementVNode("table", _hoisted_1$b, [
|
|
35179
35181
|
createElementVNode("tbody", null, [
|
|
35180
35182
|
(openBlock(true), createElementBlock(Fragment, null, renderList($props.widget.rows, (row, rowIdx) => {
|
|
35181
35183
|
return openBlock(), createElementBlock("tr", {
|
|
@@ -35224,7 +35226,7 @@ const _sfc_main$b = {
|
|
|
35224
35226
|
}
|
|
35225
35227
|
}
|
|
35226
35228
|
};
|
|
35227
|
-
const _hoisted_1$
|
|
35229
|
+
const _hoisted_1$a = ["colspan", "rowspan"];
|
|
35228
35230
|
function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
35229
35231
|
return openBlock(), createElementBlock("td", {
|
|
35230
35232
|
class: normalizeClass(["custom-table-cell", $options.customClass]),
|
|
@@ -35256,7 +35258,7 @@ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35256
35258
|
}, null, 8, ["field", "parent-list", "index-of-parent-list", "parent-widget"]))
|
|
35257
35259
|
], 64);
|
|
35258
35260
|
}), 128))
|
|
35259
|
-
], 14, _hoisted_1$
|
|
35261
|
+
], 14, _hoisted_1$a);
|
|
35260
35262
|
}
|
|
35261
35263
|
var CustomTableCellItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$b, [["render", _sfc_render$b], ["__scopeId", "data-v-188e7bf2"]]);
|
|
35262
35264
|
var customTableItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
@@ -35445,7 +35447,7 @@ const _sfc_main$a = {
|
|
|
35445
35447
|
}
|
|
35446
35448
|
}
|
|
35447
35449
|
};
|
|
35448
|
-
const _hoisted_1$
|
|
35450
|
+
const _hoisted_1$9 = {
|
|
35449
35451
|
key: 0,
|
|
35450
35452
|
class: "table-actions"
|
|
35451
35453
|
};
|
|
@@ -35465,7 +35467,7 @@ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35465
35467
|
key: $props.widget.id,
|
|
35466
35468
|
class: normalizeClass(["custom-table-container", $options.customClass])
|
|
35467
35469
|
}, [
|
|
35468
|
-
$props.widget.rows && $props.widget.rows.length > 0 ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
35470
|
+
$props.widget.rows && $props.widget.rows.length > 0 ? (openBlock(), createElementBlock("div", _hoisted_1$9, [
|
|
35469
35471
|
createVNode(_component_el_button, {
|
|
35470
35472
|
type: "primary",
|
|
35471
35473
|
size: "small",
|
|
@@ -35622,7 +35624,7 @@ const _sfc_main$9 = {
|
|
|
35622
35624
|
}
|
|
35623
35625
|
}
|
|
35624
35626
|
};
|
|
35625
|
-
const _hoisted_1$
|
|
35627
|
+
const _hoisted_1$8 = { class: "sub-table-header" };
|
|
35626
35628
|
const _hoisted_2$6 = { class: "sub-table-label" };
|
|
35627
35629
|
const _hoisted_3$4 = { class: "table-preview" };
|
|
35628
35630
|
const _hoisted_4$3 = { class: "preview-cell" };
|
|
@@ -35653,7 +35655,7 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35653
35655
|
class: normalizeClass(["sub-table-container", [$options.selected ? "selected" : "", $options.customClass]]),
|
|
35654
35656
|
onClick: _cache[0] || (_cache[0] = withModifiers(($event) => _ctx.selectWidget($props.widget), ["stop"]))
|
|
35655
35657
|
}, [
|
|
35656
|
-
createElementVNode("div", _hoisted_1$
|
|
35658
|
+
createElementVNode("div", _hoisted_1$8, [
|
|
35657
35659
|
createElementVNode("span", _hoisted_2$6, toDisplayString($props.widget.options.label || "\u5B50\u8868\u683C"), 1),
|
|
35658
35660
|
createVNode(_component_el_button, {
|
|
35659
35661
|
disabled: $data.actionDisabled,
|
|
@@ -36130,7 +36132,7 @@ const _sfc_main$8 = {
|
|
|
36130
36132
|
}
|
|
36131
36133
|
}
|
|
36132
36134
|
};
|
|
36133
|
-
const _hoisted_1$
|
|
36135
|
+
const _hoisted_1$7 = {
|
|
36134
36136
|
key: 0,
|
|
36135
36137
|
class: "sub-table-label"
|
|
36136
36138
|
};
|
|
@@ -36161,7 +36163,7 @@ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36161
36163
|
key: $props.widget.id,
|
|
36162
36164
|
class: normalizeClass(["sub-table-container", $options.customClass])
|
|
36163
36165
|
}, [
|
|
36164
|
-
$props.widget.options.label ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
36166
|
+
$props.widget.options.label ? (openBlock(), createElementBlock("div", _hoisted_1$7, [
|
|
36165
36167
|
createElementVNode("span", {
|
|
36166
36168
|
class: normalizeClass($options.labelClass)
|
|
36167
36169
|
}, toDisplayString($props.widget.options.label), 3),
|
|
@@ -60933,13 +60935,13 @@ const _sfc_main$7 = {
|
|
|
60933
60935
|
}
|
|
60934
60936
|
}
|
|
60935
60937
|
};
|
|
60936
|
-
const _hoisted_1$
|
|
60938
|
+
const _hoisted_1$6 = { class: "ace-container" };
|
|
60937
60939
|
const _hoisted_2$4 = {
|
|
60938
60940
|
class: "ace-editor",
|
|
60939
60941
|
ref: "ace"
|
|
60940
60942
|
};
|
|
60941
60943
|
function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
60942
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
60944
|
+
return openBlock(), createElementBlock("div", _hoisted_1$6, [
|
|
60943
60945
|
createElementVNode("div", _hoisted_2$4, null, 512)
|
|
60944
60946
|
]);
|
|
60945
60947
|
}
|
|
@@ -61123,7 +61125,7 @@ const _sfc_main$6 = {
|
|
|
61123
61125
|
}
|
|
61124
61126
|
}
|
|
61125
61127
|
};
|
|
61126
|
-
const _hoisted_1$
|
|
61128
|
+
const _hoisted_1$5 = { class: "column-header" };
|
|
61127
61129
|
const _hoisted_2$3 = { class: "column-title" };
|
|
61128
61130
|
const _hoisted_3$2 = { class: "column-form" };
|
|
61129
61131
|
const _hoisted_4$1 = { class: "dialog-footer" };
|
|
@@ -61159,7 +61161,7 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
61159
61161
|
key: colIdx,
|
|
61160
61162
|
class: "column-item"
|
|
61161
61163
|
}, [
|
|
61162
|
-
createElementVNode("div", _hoisted_1$
|
|
61164
|
+
createElementVNode("div", _hoisted_1$5, [
|
|
61163
61165
|
createElementVNode("span", _hoisted_2$3, "\u5217 " + toDisplayString(colIdx + 1), 1),
|
|
61164
61166
|
createVNode(_component_el_button, {
|
|
61165
61167
|
circle: "",
|
|
@@ -61817,7 +61819,7 @@ const _sfc_main$4 = {
|
|
|
61817
61819
|
this.handleGetAssetTypeOptions();
|
|
61818
61820
|
}
|
|
61819
61821
|
};
|
|
61820
|
-
const _hoisted_1$
|
|
61822
|
+
const _hoisted_1$4 = { class: "asset-body-wrap" };
|
|
61821
61823
|
const _hoisted_2$2 = { class: "bottom-wrap" };
|
|
61822
61824
|
const _hoisted_3$1 = { class: "left-wrap" };
|
|
61823
61825
|
const _hoisted_4 = { class: "filter-wrap" };
|
|
@@ -61874,7 +61876,7 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
61874
61876
|
])
|
|
61875
61877
|
]),
|
|
61876
61878
|
default: withCtx(() => [
|
|
61877
|
-
createElementVNode("div", _hoisted_1$
|
|
61879
|
+
createElementVNode("div", _hoisted_1$4, [
|
|
61878
61880
|
createElementVNode("div", _hoisted_2$2, [
|
|
61879
61881
|
createElementVNode("div", _hoisted_3$1, [
|
|
61880
61882
|
createElementVNode("div", _hoisted_4, [
|
|
@@ -62208,7 +62210,7 @@ const _sfc_main$3 = {
|
|
|
62208
62210
|
}
|
|
62209
62211
|
}
|
|
62210
62212
|
};
|
|
62211
|
-
const _hoisted_1$
|
|
62213
|
+
const _hoisted_1$3 = { class: "person-tree-widget__trigger" };
|
|
62212
62214
|
function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
62213
62215
|
const _component_el_button = resolveComponent("el-button");
|
|
62214
62216
|
const _component_asset_dialog = resolveComponent("asset-dialog");
|
|
@@ -62230,7 +62232,7 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
62230
62232
|
class: "person-tree-widget",
|
|
62231
62233
|
style: normalizeStyle($options.widgetStyle)
|
|
62232
62234
|
}, [
|
|
62233
|
-
createElementVNode("div", _hoisted_1$
|
|
62235
|
+
createElementVNode("div", _hoisted_1$3, [
|
|
62234
62236
|
createVNode(_component_el_button, {
|
|
62235
62237
|
type: "primary",
|
|
62236
62238
|
disabled: $props.field.options.disabled,
|
|
@@ -62495,7 +62497,7 @@ const _sfc_main$2 = {
|
|
|
62495
62497
|
}
|
|
62496
62498
|
}
|
|
62497
62499
|
};
|
|
62498
|
-
const _hoisted_1$
|
|
62500
|
+
const _hoisted_1$2 = { class: "asset-body-wrap" };
|
|
62499
62501
|
const _hoisted_2$1 = { key: 0 };
|
|
62500
62502
|
const _hoisted_3 = { class: "dialog-footer" };
|
|
62501
62503
|
function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -62532,7 +62534,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
62532
62534
|
])
|
|
62533
62535
|
]),
|
|
62534
62536
|
default: withCtx(() => [
|
|
62535
|
-
createElementVNode("div", _hoisted_1$
|
|
62537
|
+
createElementVNode("div", _hoisted_1$2, [
|
|
62536
62538
|
$data.showForm ? (openBlock(), createElementBlock("div", _hoisted_2$1, [
|
|
62537
62539
|
createVNode(_component_v_form_render, {
|
|
62538
62540
|
ref: "detailFormRender",
|
|
@@ -62692,6 +62694,7 @@ const _sfc_main$1 = {
|
|
|
62692
62694
|
}
|
|
62693
62695
|
}
|
|
62694
62696
|
};
|
|
62697
|
+
const _hoisted_1$1 = { key: 1 };
|
|
62695
62698
|
function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
62696
62699
|
const _component_el_table_column = resolveComponent("el-table-column");
|
|
62697
62700
|
const _component_el_button = resolveComponent("el-button");
|
|
@@ -62732,7 +62735,8 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
62732
62735
|
label: "\u8D44\u4EA7\u540D\u79F0"
|
|
62733
62736
|
}, {
|
|
62734
62737
|
default: withCtx(({ row }) => [
|
|
62735
|
-
|
|
62738
|
+
$props.field.options.clickRow ? (openBlock(), createBlock(_component_el_button, {
|
|
62739
|
+
key: 0,
|
|
62736
62740
|
type: "text",
|
|
62737
62741
|
size: "small",
|
|
62738
62742
|
onClick: ($event) => $options.handleRow(row)
|
|
@@ -62741,7 +62745,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
62741
62745
|
createTextVNode(toDisplayString(row.labelName), 1)
|
|
62742
62746
|
]),
|
|
62743
62747
|
_: 2
|
|
62744
|
-
}, 1032, ["onClick"])
|
|
62748
|
+
}, 1032, ["onClick"])) : (openBlock(), createElementBlock("span", _hoisted_1$1, toDisplayString(row.labelName), 1))
|
|
62745
62749
|
]),
|
|
62746
62750
|
_: 1
|
|
62747
62751
|
}),
|
|
@@ -63063,6 +63067,7 @@ const loadExtension = function(app) {
|
|
|
63063
63067
|
registerCPEditor(app, "asset-select-assetTypeValue", "asset-select-assetTypeValue-editor", createInputTextEditor("assetTypeValue", "extension.setting.assetSelectAssetTypeValue"));
|
|
63064
63068
|
app.component(AssetTableWidget.name, AssetTableWidget);
|
|
63065
63069
|
registerCPEditor(app, "asset-table-typeJson", "asset-table-typeJson-editor", createTextareaEditor("typeJson", "extension.setting.assetTableTypeJson", { rows: 4 }));
|
|
63070
|
+
registerCPEditor(app, "asset-table-clickRow", "asset-table-clickRow-editor", createBooleanEditor("clickRow", "extension.setting.assetTableClickRow"));
|
|
63066
63071
|
registerEPEditor(app, "asset-table-onOpen", "asset-table-onOpen-editor", createEventHandlerEditor("onOpen", ["rowData"]));
|
|
63067
63072
|
app.component(AssetTypeWidget.name, AssetTypeWidget);
|
|
63068
63073
|
registerCPEditor(app, "asset-type-assetTypeValue", "asset-type-assetTypeValue-editor", createInputTextEditor("assetTypeValue", "extension.setting.assetTypeAssetTypeValue"));
|