starfish-form-custom 1.0.44 → 1.0.45
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/.pnpm-debug.log +828 -828
- package/components.d.ts +0 -2
- package/dist/{formAction-48f1f081.mjs → formAction-47da9ade.mjs} +44 -52
- package/dist/{index-c2fdc90f.mjs → index-2d78c11c.mjs} +55 -81
- package/dist/{index-e7b2d7c0.mjs → index-b3b75fee.mjs} +39 -92
- package/dist/{index-e8b18d70.mjs → index-d029d3de.mjs} +17 -22
- package/dist/{main-c6aa3683.mjs → main-c9f94a75.mjs} +255 -504
- package/dist/{starfish-form-ac5dbff7.mjs → starfish-form-ff99f526.mjs} +3 -5
- package/dist/starfish-form.mjs +1 -1
- package/dist/style.css +23 -130
- package/dist/types/form/src/common/Loading.vue.d.ts +2 -2
- package/dist/types/form/src/main.d.ts +8 -10
- package/dist/types/form/src/starfish-form.vue.d.ts +8 -10
- package/package.json +43 -52
- package/src/components/RichText/index.vue +64 -179
- package/src/components/Rule/index.vue +2 -2
- package/src/components/Rule/rules.js +3 -3
- package/src/starfish-form.vue +0 -1
- package/src/styles/formedit.scss +115 -115
- package/src/styles/keyvalueConfig.scss +56 -56
- package/src/utils/customHooks.ts +0 -1
- package/stats.html +2230 -2123
- package/dist/types/form/src/common/formAction.vue.d.ts +0 -85
- package/dist/types/form/src/components/RichText/MenuBar.vue.d.ts +0 -34
- package/dist/types/form/src/components/RichText/MenuItem.vue.d.ts +0 -42
- package/src/components/RichText/MenuBar.vue +0 -144
- package/src/components/RichText/MenuItem.vue +0 -98
|
@@ -4,7 +4,7 @@ import 'element-plus/es/components/icon/style/css';
|
|
|
4
4
|
import 'element-plus/es/components/input/style/css';
|
|
5
5
|
import 'element-plus/es/components/checkbox/style/css';
|
|
6
6
|
import 'element-plus/es/components/tooltip/style/css';
|
|
7
|
-
import { defineComponent, resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, normalizeStyle, toDisplayString, createCommentVNode, createBlock, withCtx, Fragment, renderList, createVNode, withDirectives, inject, computed, ref, createTextVNode, getCurrentInstance, watch,
|
|
7
|
+
import { defineComponent, resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, normalizeStyle, toDisplayString, createCommentVNode, createBlock, withCtx, Fragment, renderList, createVNode, withDirectives, inject, computed, ref, createTextVNode, getCurrentInstance, watch, vShow, resolveDynamicComponent, nextTick, reactive, defineAsyncComponent } from 'vue';
|
|
8
8
|
import { SemiSelect, Top, Bottom, Delete, Edit } from '@element-plus/icons-vue';
|
|
9
9
|
import 'element-plus/es/components/loading/style/css';
|
|
10
10
|
import 'element-plus/es/components/dropdown/style/css';
|
|
@@ -1005,7 +1005,7 @@ const _export_sfc = (sfc, props) => {
|
|
|
1005
1005
|
return target;
|
|
1006
1006
|
};
|
|
1007
1007
|
|
|
1008
|
-
const _sfc_main$
|
|
1008
|
+
const _sfc_main$r = defineComponent({
|
|
1009
1009
|
ControlType: "KeyValueConfig",
|
|
1010
1010
|
// 必须与文件名匹配
|
|
1011
1011
|
nameCn: "\u952E\u503C\u5BF9\u5339\u914D",
|
|
@@ -1101,27 +1101,20 @@ const _sfc_main$t = defineComponent({
|
|
|
1101
1101
|
};
|
|
1102
1102
|
}
|
|
1103
1103
|
});
|
|
1104
|
-
const _hoisted_1$
|
|
1104
|
+
const _hoisted_1$p = {
|
|
1105
1105
|
key: 0,
|
|
1106
1106
|
class: "item_require"
|
|
1107
1107
|
};
|
|
1108
|
-
const _hoisted_2$
|
|
1109
|
-
const _hoisted_3$
|
|
1110
|
-
const _hoisted_4$
|
|
1111
|
-
const _hoisted_5$
|
|
1112
|
-
const _hoisted_6$
|
|
1113
|
-
const _hoisted_7$1 =
|
|
1114
|
-
const _hoisted_8$1 =
|
|
1115
|
-
const _hoisted_9$1 =
|
|
1108
|
+
const _hoisted_2$e = { class: "keyValueSelect" };
|
|
1109
|
+
const _hoisted_3$3 = { class: "keyValueInput" };
|
|
1110
|
+
const _hoisted_4$1 = { class: "inputItem" };
|
|
1111
|
+
const _hoisted_5$1 = { class: "inputItem" };
|
|
1112
|
+
const _hoisted_6$1 = { class: "keyValueControl" };
|
|
1113
|
+
const _hoisted_7$1 = ["onClick"];
|
|
1114
|
+
const _hoisted_8$1 = ["onClick"];
|
|
1115
|
+
const _hoisted_9$1 = ["onClick"];
|
|
1116
1116
|
const _hoisted_10$1 = ["onClick"];
|
|
1117
|
-
|
|
1118
|
-
const _hoisted_12$1 = [
|
|
1119
|
-
_hoisted_11$1
|
|
1120
|
-
];
|
|
1121
|
-
const _hoisted_13$1 = ["onClick"];
|
|
1122
|
-
const _hoisted_14$1 = ["onClick"];
|
|
1123
|
-
const _hoisted_15$1 = ["onClick"];
|
|
1124
|
-
function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1117
|
+
function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1125
1118
|
const _component_el_tooltip = ElTooltip;
|
|
1126
1119
|
const _component_el_checkbox = ElCheckbox;
|
|
1127
1120
|
const _component_el_input = ElInput;
|
|
@@ -1137,7 +1130,7 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1137
1130
|
style: normalizeStyle({ width: _ctx.labelWidth + "px" })
|
|
1138
1131
|
}, [
|
|
1139
1132
|
createElementVNode("label", null, toDisplayString(_ctx.item.data.label) + toDisplayString(_ctx.suffix), 1),
|
|
1140
|
-
_ctx.item.data.required ? (openBlock(), createElementBlock("span", _hoisted_1$
|
|
1133
|
+
_ctx.item.data.required ? (openBlock(), createElementBlock("span", _hoisted_1$p, "*")) : createCommentVNode("", true),
|
|
1141
1134
|
_ctx.item.data.tip ? (openBlock(), createBlock(_component_el_tooltip, {
|
|
1142
1135
|
key: 1,
|
|
1143
1136
|
class: "item",
|
|
@@ -1145,9 +1138,9 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1145
1138
|
content: _ctx.item.data.tip,
|
|
1146
1139
|
placement: "top"
|
|
1147
1140
|
}, {
|
|
1148
|
-
default: withCtx(() => [
|
|
1149
|
-
|
|
1150
|
-
]),
|
|
1141
|
+
default: withCtx(() => [..._cache[0] || (_cache[0] = [
|
|
1142
|
+
createElementVNode("span", { class: "tip iconfontui icon-tishi" }, null, -1)
|
|
1143
|
+
])]),
|
|
1151
1144
|
_: 1
|
|
1152
1145
|
}, 8, ["content"])) : createCommentVNode("", true)
|
|
1153
1146
|
], 6),
|
|
@@ -1160,16 +1153,16 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1160
1153
|
class: "starfish-keyValueItem",
|
|
1161
1154
|
key: index
|
|
1162
1155
|
}, [
|
|
1163
|
-
createElementVNode("div",
|
|
1156
|
+
createElementVNode("div", _hoisted_2$e, [
|
|
1164
1157
|
createVNode(_component_el_checkbox, {
|
|
1165
1158
|
modelValue: items.select,
|
|
1166
1159
|
"onUpdate:modelValue": ($event) => items.select = $event,
|
|
1167
1160
|
onChange: ($event) => _ctx.getChangeSelect(items)
|
|
1168
1161
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "onChange"])
|
|
1169
1162
|
]),
|
|
1170
|
-
createElementVNode("div",
|
|
1171
|
-
createElementVNode("div",
|
|
1172
|
-
|
|
1163
|
+
createElementVNode("div", _hoisted_3$3, [
|
|
1164
|
+
createElementVNode("div", _hoisted_4$1, [
|
|
1165
|
+
_cache[1] || (_cache[1] = createElementVNode("span", null, "\u6587\u672C\uFF1A", -1)),
|
|
1173
1166
|
createElementVNode("div", null, [
|
|
1174
1167
|
createVNode(_component_el_input, {
|
|
1175
1168
|
modelValue: items.label,
|
|
@@ -1179,8 +1172,8 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1179
1172
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "onInput"])
|
|
1180
1173
|
])
|
|
1181
1174
|
]),
|
|
1182
|
-
createElementVNode("div",
|
|
1183
|
-
|
|
1175
|
+
createElementVNode("div", _hoisted_5$1, [
|
|
1176
|
+
_cache[2] || (_cache[2] = createElementVNode("span", null, "\u503C\uFF1A", -1)),
|
|
1184
1177
|
createElementVNode("div", null, [
|
|
1185
1178
|
createVNode(_component_el_input, {
|
|
1186
1179
|
modelValue: items.value,
|
|
@@ -1191,11 +1184,13 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1191
1184
|
])
|
|
1192
1185
|
])
|
|
1193
1186
|
]),
|
|
1194
|
-
createElementVNode("div",
|
|
1187
|
+
createElementVNode("div", _hoisted_6$1, [
|
|
1195
1188
|
createElementVNode("div", {
|
|
1196
1189
|
class: "add",
|
|
1197
1190
|
onClick: ($event) => _ctx.addItem(index)
|
|
1198
|
-
},
|
|
1191
|
+
}, [..._cache[3] || (_cache[3] = [
|
|
1192
|
+
createElementVNode("i", { class: "iconfontui icon-zengjia" }, null, -1)
|
|
1193
|
+
])], 8, _hoisted_7$1),
|
|
1199
1194
|
createElementVNode("div", {
|
|
1200
1195
|
class: "remove",
|
|
1201
1196
|
onClick: ($event) => _ctx.removeItem(index)
|
|
@@ -1209,7 +1204,7 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1209
1204
|
]),
|
|
1210
1205
|
_: 1
|
|
1211
1206
|
})
|
|
1212
|
-
], 8,
|
|
1207
|
+
], 8, _hoisted_8$1),
|
|
1213
1208
|
createElementVNode("div", {
|
|
1214
1209
|
class: "top",
|
|
1215
1210
|
onClick: ($event) => _ctx.handleTop(index)
|
|
@@ -1220,7 +1215,7 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1220
1215
|
]),
|
|
1221
1216
|
_: 1
|
|
1222
1217
|
})
|
|
1223
|
-
], 8,
|
|
1218
|
+
], 8, _hoisted_9$1),
|
|
1224
1219
|
createElementVNode("div", {
|
|
1225
1220
|
class: "bottom",
|
|
1226
1221
|
onClick: ($event) => _ctx.handleBottom(index)
|
|
@@ -1231,21 +1226,21 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1231
1226
|
]),
|
|
1232
1227
|
_: 1
|
|
1233
1228
|
})
|
|
1234
|
-
], 8,
|
|
1229
|
+
], 8, _hoisted_10$1)
|
|
1235
1230
|
])
|
|
1236
1231
|
]);
|
|
1237
1232
|
}), 128))
|
|
1238
1233
|
], 4)
|
|
1239
1234
|
], 2);
|
|
1240
1235
|
}
|
|
1241
|
-
const KeyValueConfig = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1236
|
+
const KeyValueConfig = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$r]]);
|
|
1242
1237
|
|
|
1243
1238
|
const __vite_glob_0_0 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
1244
1239
|
__proto__: null,
|
|
1245
1240
|
default: KeyValueConfig
|
|
1246
1241
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
1247
1242
|
|
|
1248
|
-
const _sfc_main$
|
|
1243
|
+
const _sfc_main$q = defineComponent({
|
|
1249
1244
|
ControlType: "KeyValueConfigMult",
|
|
1250
1245
|
// 必须与文件名匹配
|
|
1251
1246
|
nameCn: "\u591A\u9009\u952E\u503C\u5BF9\u5339\u914D",
|
|
@@ -1335,27 +1330,20 @@ const _sfc_main$s = defineComponent({
|
|
|
1335
1330
|
};
|
|
1336
1331
|
}
|
|
1337
1332
|
});
|
|
1338
|
-
const _hoisted_1$
|
|
1333
|
+
const _hoisted_1$o = {
|
|
1339
1334
|
key: 0,
|
|
1340
1335
|
class: "item_require"
|
|
1341
1336
|
};
|
|
1342
|
-
const _hoisted_2$
|
|
1343
|
-
const _hoisted_3$
|
|
1344
|
-
const _hoisted_4
|
|
1345
|
-
const _hoisted_5
|
|
1346
|
-
const _hoisted_6
|
|
1347
|
-
const _hoisted_7 =
|
|
1348
|
-
const _hoisted_8 =
|
|
1349
|
-
const _hoisted_9 =
|
|
1337
|
+
const _hoisted_2$d = { class: "keyValueSelect" };
|
|
1338
|
+
const _hoisted_3$2 = { class: "keyValueInput" };
|
|
1339
|
+
const _hoisted_4 = { class: "inputItem" };
|
|
1340
|
+
const _hoisted_5 = { class: "inputItem" };
|
|
1341
|
+
const _hoisted_6 = { class: "keyValueControl" };
|
|
1342
|
+
const _hoisted_7 = ["onClick"];
|
|
1343
|
+
const _hoisted_8 = ["onClick"];
|
|
1344
|
+
const _hoisted_9 = ["onClick"];
|
|
1350
1345
|
const _hoisted_10 = ["onClick"];
|
|
1351
|
-
|
|
1352
|
-
const _hoisted_12 = [
|
|
1353
|
-
_hoisted_11
|
|
1354
|
-
];
|
|
1355
|
-
const _hoisted_13 = ["onClick"];
|
|
1356
|
-
const _hoisted_14 = ["onClick"];
|
|
1357
|
-
const _hoisted_15 = ["onClick"];
|
|
1358
|
-
function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1346
|
+
function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1359
1347
|
const _component_el_tooltip = ElTooltip;
|
|
1360
1348
|
const _component_el_checkbox = ElCheckbox;
|
|
1361
1349
|
const _component_el_input = ElInput;
|
|
@@ -1371,7 +1359,7 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1371
1359
|
style: normalizeStyle({ width: _ctx.labelWidth + "px" })
|
|
1372
1360
|
}, [
|
|
1373
1361
|
createElementVNode("label", null, toDisplayString(_ctx.item.data.label) + toDisplayString(_ctx.suffix), 1),
|
|
1374
|
-
_ctx.item.data.required ? (openBlock(), createElementBlock("span", _hoisted_1$
|
|
1362
|
+
_ctx.item.data.required ? (openBlock(), createElementBlock("span", _hoisted_1$o, "*")) : createCommentVNode("", true),
|
|
1375
1363
|
_ctx.item.data.tip ? (openBlock(), createBlock(_component_el_tooltip, {
|
|
1376
1364
|
key: 1,
|
|
1377
1365
|
class: "item",
|
|
@@ -1379,9 +1367,9 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1379
1367
|
content: _ctx.item.data.tip,
|
|
1380
1368
|
placement: "top"
|
|
1381
1369
|
}, {
|
|
1382
|
-
default: withCtx(() => [
|
|
1383
|
-
|
|
1384
|
-
]),
|
|
1370
|
+
default: withCtx(() => [..._cache[2] || (_cache[2] = [
|
|
1371
|
+
createElementVNode("span", { class: "tip iconfontui icon-tishi" }, null, -1)
|
|
1372
|
+
])]),
|
|
1385
1373
|
_: 1
|
|
1386
1374
|
}, 8, ["content"])) : createCommentVNode("", true)
|
|
1387
1375
|
], 6),
|
|
@@ -1394,16 +1382,16 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1394
1382
|
class: "starfish-keyValueItem",
|
|
1395
1383
|
key: index
|
|
1396
1384
|
}, [
|
|
1397
|
-
createElementVNode("div",
|
|
1385
|
+
createElementVNode("div", _hoisted_2$d, [
|
|
1398
1386
|
createVNode(_component_el_checkbox, {
|
|
1399
1387
|
modelValue: items.select,
|
|
1400
1388
|
"onUpdate:modelValue": ($event) => items.select = $event,
|
|
1401
1389
|
onChange: ($event) => _ctx.getChangeSelect(items)
|
|
1402
1390
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "onChange"])
|
|
1403
1391
|
]),
|
|
1404
|
-
createElementVNode("div",
|
|
1405
|
-
createElementVNode("div",
|
|
1406
|
-
|
|
1392
|
+
createElementVNode("div", _hoisted_3$2, [
|
|
1393
|
+
createElementVNode("div", _hoisted_4, [
|
|
1394
|
+
_cache[3] || (_cache[3] = createElementVNode("span", null, "\u6587\u672C\uFF1A", -1)),
|
|
1407
1395
|
createElementVNode("div", null, [
|
|
1408
1396
|
createVNode(_component_el_input, {
|
|
1409
1397
|
modelValue: items.label,
|
|
@@ -1413,8 +1401,8 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1413
1401
|
}, null, 8, ["modelValue", "onUpdate:modelValue"])
|
|
1414
1402
|
])
|
|
1415
1403
|
]),
|
|
1416
|
-
createElementVNode("div",
|
|
1417
|
-
|
|
1404
|
+
createElementVNode("div", _hoisted_5, [
|
|
1405
|
+
_cache[4] || (_cache[4] = createElementVNode("span", null, "\u503C\uFF1A", -1)),
|
|
1418
1406
|
createElementVNode("div", null, [
|
|
1419
1407
|
createVNode(_component_el_input, {
|
|
1420
1408
|
modelValue: items.value,
|
|
@@ -1425,11 +1413,13 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1425
1413
|
])
|
|
1426
1414
|
])
|
|
1427
1415
|
]),
|
|
1428
|
-
createElementVNode("div",
|
|
1416
|
+
createElementVNode("div", _hoisted_6, [
|
|
1429
1417
|
createElementVNode("div", {
|
|
1430
1418
|
class: "add",
|
|
1431
1419
|
onClick: ($event) => _ctx.addItem(index)
|
|
1432
|
-
},
|
|
1420
|
+
}, [..._cache[5] || (_cache[5] = [
|
|
1421
|
+
createElementVNode("i", { class: "iconfontui icon-zengjia" }, null, -1)
|
|
1422
|
+
])], 8, _hoisted_7),
|
|
1433
1423
|
createElementVNode("div", {
|
|
1434
1424
|
class: "remove",
|
|
1435
1425
|
onClick: ($event) => _ctx.removeItem(index)
|
|
@@ -1443,7 +1433,7 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1443
1433
|
]),
|
|
1444
1434
|
_: 1
|
|
1445
1435
|
})
|
|
1446
|
-
], 8,
|
|
1436
|
+
], 8, _hoisted_8),
|
|
1447
1437
|
createElementVNode("div", {
|
|
1448
1438
|
class: "top",
|
|
1449
1439
|
onClick: ($event) => _ctx.handleTop(index)
|
|
@@ -1454,7 +1444,7 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1454
1444
|
]),
|
|
1455
1445
|
_: 1
|
|
1456
1446
|
})
|
|
1457
|
-
], 8,
|
|
1447
|
+
], 8, _hoisted_9),
|
|
1458
1448
|
createElementVNode("div", {
|
|
1459
1449
|
class: "bottom",
|
|
1460
1450
|
onClick: ($event) => _ctx.handleBottom(index)
|
|
@@ -1465,14 +1455,14 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1465
1455
|
]),
|
|
1466
1456
|
_: 1
|
|
1467
1457
|
})
|
|
1468
|
-
], 8,
|
|
1458
|
+
], 8, _hoisted_10)
|
|
1469
1459
|
])
|
|
1470
1460
|
]);
|
|
1471
1461
|
}), 128))
|
|
1472
1462
|
], 4)
|
|
1473
1463
|
], 2);
|
|
1474
1464
|
}
|
|
1475
|
-
const KeyValueConfigMult = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1465
|
+
const KeyValueConfigMult = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$q]]);
|
|
1476
1466
|
|
|
1477
1467
|
const __vite_glob_0_1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
1478
1468
|
__proto__: null,
|
|
@@ -1481,24 +1471,25 @@ const __vite_glob_0_1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.definePro
|
|
|
1481
1471
|
|
|
1482
1472
|
/* unplugin-vue-components disabled */const Loading_vue_vue_type_style_index_0_scoped_true_lang$1 = '';
|
|
1483
1473
|
|
|
1484
|
-
const _sfc_main$
|
|
1485
|
-
|
|
1474
|
+
const _sfc_main$p = {};
|
|
1475
|
+
|
|
1476
|
+
const _hoisted_1$n = { class: "loading" };
|
|
1486
1477
|
|
|
1487
|
-
function _sfc_render$
|
|
1478
|
+
function _sfc_render$p(_ctx, _cache) {
|
|
1488
1479
|
const _directive_loading = ElLoadingDirective;
|
|
1489
1480
|
|
|
1490
|
-
return withDirectives((openBlock(), createElementBlock("div", _hoisted_1$
|
|
1481
|
+
return withDirectives((openBlock(), createElementBlock("div", _hoisted_1$n, null, 512)), [
|
|
1491
1482
|
[_directive_loading, true]
|
|
1492
1483
|
])
|
|
1493
1484
|
}
|
|
1494
|
-
const Loading$1 = /*#__PURE__*/_export_sfc(_sfc_main$
|
|
1485
|
+
const Loading$1 = /*#__PURE__*/_export_sfc(_sfc_main$p, [['render',_sfc_render$p],['__scopeId',"data-v-2b901926"]]);
|
|
1495
1486
|
|
|
1496
1487
|
const __vite_glob_0_2 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
1497
1488
|
__proto__: null,
|
|
1498
1489
|
default: Loading$1
|
|
1499
1490
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
1500
1491
|
|
|
1501
|
-
const _sfc_main$
|
|
1492
|
+
const _sfc_main$o = defineComponent({
|
|
1502
1493
|
ControlType: "Action",
|
|
1503
1494
|
// 必须与文件名匹配
|
|
1504
1495
|
isHide: true,
|
|
@@ -1529,13 +1520,11 @@ const _sfc_main$q = defineComponent({
|
|
|
1529
1520
|
};
|
|
1530
1521
|
}
|
|
1531
1522
|
});
|
|
1532
|
-
const _hoisted_1$
|
|
1523
|
+
const _hoisted_1$m = {
|
|
1533
1524
|
key: 0,
|
|
1534
1525
|
class: "item_require"
|
|
1535
1526
|
};
|
|
1536
|
-
|
|
1537
|
-
const _hoisted_3$e = /* @__PURE__ */ createTextVNode(" \u65B0\u5EFA\u52A8\u4F5C+ ");
|
|
1538
|
-
function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1527
|
+
function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1539
1528
|
const _component_el_tooltip = ElTooltip;
|
|
1540
1529
|
const _component_el_option = ElOption;
|
|
1541
1530
|
const _component_el_select = ElSelect;
|
|
@@ -1559,7 +1548,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1559
1548
|
style: normalizeStyle({ width: _ctx.labelWidth + "px" })
|
|
1560
1549
|
}, [
|
|
1561
1550
|
createElementVNode("label", null, toDisplayString(_ctx.item.data.label) + toDisplayString(_ctx.suffix), 1),
|
|
1562
|
-
_ctx.item.data.required ? (openBlock(), createElementBlock("span", _hoisted_1$
|
|
1551
|
+
_ctx.item.data.required ? (openBlock(), createElementBlock("span", _hoisted_1$m, "*")) : createCommentVNode("", true),
|
|
1563
1552
|
_ctx.item.data.tip ? (openBlock(), createBlock(_component_el_tooltip, {
|
|
1564
1553
|
key: 1,
|
|
1565
1554
|
class: "item",
|
|
@@ -1567,9 +1556,9 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1567
1556
|
content: _ctx.item.data.tip,
|
|
1568
1557
|
placement: "top"
|
|
1569
1558
|
}, {
|
|
1570
|
-
default: withCtx(() => [
|
|
1571
|
-
|
|
1572
|
-
]),
|
|
1559
|
+
default: withCtx(() => [..._cache[0] || (_cache[0] = [
|
|
1560
|
+
createElementVNode("span", { class: "tip iconfontui icon-tishi" }, null, -1)
|
|
1561
|
+
])]),
|
|
1573
1562
|
_: 1
|
|
1574
1563
|
}, 8, ["content"])) : createCommentVNode("", true)
|
|
1575
1564
|
], 6),
|
|
@@ -1610,8 +1599,8 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1610
1599
|
}, null, 8, ["label", "value"]);
|
|
1611
1600
|
}), 128))
|
|
1612
1601
|
]),
|
|
1613
|
-
_:
|
|
1614
|
-
},
|
|
1602
|
+
_: 1
|
|
1603
|
+
}, 8, ["modelValue", "onUpdate:modelValue", "size"])
|
|
1615
1604
|
]),
|
|
1616
1605
|
_: 2
|
|
1617
1606
|
}, 1024),
|
|
@@ -1634,8 +1623,8 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1634
1623
|
_: 1
|
|
1635
1624
|
})
|
|
1636
1625
|
]),
|
|
1637
|
-
_:
|
|
1638
|
-
},
|
|
1626
|
+
_: 1
|
|
1627
|
+
}, 8, ["size", "onClick"]),
|
|
1639
1628
|
createVNode(_component_el_button, {
|
|
1640
1629
|
type: "danger",
|
|
1641
1630
|
circle: "",
|
|
@@ -1650,8 +1639,8 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1650
1639
|
_: 1
|
|
1651
1640
|
})
|
|
1652
1641
|
]),
|
|
1653
|
-
_:
|
|
1654
|
-
},
|
|
1642
|
+
_: 1
|
|
1643
|
+
}, 8, ["size", "onClick"])
|
|
1655
1644
|
]),
|
|
1656
1645
|
_: 2
|
|
1657
1646
|
}, 1024)
|
|
@@ -1690,9 +1679,9 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1690
1679
|
style: { "width": "100%" },
|
|
1691
1680
|
size: _ctx.size
|
|
1692
1681
|
}, {
|
|
1693
|
-
default: withCtx(() => [
|
|
1694
|
-
|
|
1695
|
-
]),
|
|
1682
|
+
default: withCtx(() => [..._cache[1] || (_cache[1] = [
|
|
1683
|
+
createTextVNode(" \u65B0\u5EFA\u52A8\u4F5C+ ", -1)
|
|
1684
|
+
])]),
|
|
1696
1685
|
_: 1
|
|
1697
1686
|
}, 8, ["size"])
|
|
1698
1687
|
]),
|
|
@@ -1707,14 +1696,14 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1707
1696
|
}, null, 8, ["item", "data"])
|
|
1708
1697
|
], 2);
|
|
1709
1698
|
}
|
|
1710
|
-
const action = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1699
|
+
const action = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["render", _sfc_render$o]]);
|
|
1711
1700
|
|
|
1712
1701
|
const __vite_glob_0_3 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
1713
1702
|
__proto__: null,
|
|
1714
1703
|
default: action
|
|
1715
1704
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
1716
1705
|
|
|
1717
|
-
const _sfc_main$
|
|
1706
|
+
const _sfc_main$n = defineComponent({
|
|
1718
1707
|
ControlType: "ListConfig",
|
|
1719
1708
|
// 必须与文件名匹配
|
|
1720
1709
|
nameCn: "\u6805\u683C\u5217\u8868\u914D\u7F6E",
|
|
@@ -1739,8 +1728,7 @@ const _sfc_main$p = defineComponent({
|
|
|
1739
1728
|
};
|
|
1740
1729
|
}
|
|
1741
1730
|
});
|
|
1742
|
-
|
|
1743
|
-
function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1731
|
+
function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1744
1732
|
const _component_el_input_number = ElInputNumber;
|
|
1745
1733
|
const _component_Delete = resolveComponent("Delete");
|
|
1746
1734
|
const _component_el_icon = ElIcon;
|
|
@@ -1789,8 +1777,8 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1789
1777
|
_: 1
|
|
1790
1778
|
})
|
|
1791
1779
|
]),
|
|
1792
|
-
_:
|
|
1793
|
-
},
|
|
1780
|
+
_: 1
|
|
1781
|
+
}, 8, ["onClick"])
|
|
1794
1782
|
]),
|
|
1795
1783
|
_: 2
|
|
1796
1784
|
}, 1024);
|
|
@@ -1800,22 +1788,22 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1800
1788
|
onClick: _ctx.onAdd,
|
|
1801
1789
|
size: "default"
|
|
1802
1790
|
}, {
|
|
1803
|
-
default: withCtx(() => [
|
|
1804
|
-
|
|
1805
|
-
]),
|
|
1791
|
+
default: withCtx(() => [..._cache[0] || (_cache[0] = [
|
|
1792
|
+
createTextVNode("\u6DFB\u52A0", -1)
|
|
1793
|
+
])]),
|
|
1806
1794
|
_: 1
|
|
1807
1795
|
}, 8, ["onClick"])
|
|
1808
1796
|
], 4)
|
|
1809
1797
|
], 2);
|
|
1810
1798
|
}
|
|
1811
|
-
const listConfig = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1799
|
+
const listConfig = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$n]]);
|
|
1812
1800
|
|
|
1813
1801
|
const __vite_glob_0_4 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
1814
1802
|
__proto__: null,
|
|
1815
1803
|
default: listConfig
|
|
1816
1804
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
1817
1805
|
|
|
1818
|
-
const _sfc_main$
|
|
1806
|
+
const _sfc_main$m = defineComponent({
|
|
1819
1807
|
ControlType: "Panel",
|
|
1820
1808
|
// 必须与文件名匹配
|
|
1821
1809
|
isHide: true,
|
|
@@ -1838,10 +1826,7 @@ const _sfc_main$o = defineComponent({
|
|
|
1838
1826
|
};
|
|
1839
1827
|
}
|
|
1840
1828
|
});
|
|
1841
|
-
|
|
1842
|
-
const _hoisted_2$i = /* @__PURE__ */ createElementVNode("i", { class: "iconfontui icon-bars handle" }, null, -1);
|
|
1843
|
-
const _hoisted_3$d = /* @__PURE__ */ createTextVNode("\u6DFB\u52A0\u9762\u677F");
|
|
1844
|
-
function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1829
|
+
function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1845
1830
|
const _component_el_tooltip = ElTooltip;
|
|
1846
1831
|
const _component_el_col = ElCol;
|
|
1847
1832
|
const _component_el_input = ElInput;
|
|
@@ -1864,9 +1849,9 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1864
1849
|
content: "\u53EF\u62D6\u62FD\u8C03\u6574\u987A\u5E8F",
|
|
1865
1850
|
placement: "top"
|
|
1866
1851
|
}, {
|
|
1867
|
-
default: withCtx(() => [
|
|
1868
|
-
|
|
1869
|
-
]),
|
|
1852
|
+
default: withCtx(() => [..._cache[0] || (_cache[0] = [
|
|
1853
|
+
createElementVNode("span", { class: "tip iconfontui icon-tishi" }, null, -1)
|
|
1854
|
+
])]),
|
|
1870
1855
|
_: 1
|
|
1871
1856
|
})
|
|
1872
1857
|
], 6),
|
|
@@ -1889,11 +1874,11 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1889
1874
|
createVNode(_component_el_row, { gutter: 10 }, {
|
|
1890
1875
|
default: withCtx(() => [
|
|
1891
1876
|
createVNode(_component_el_col, { span: 1.5 }, {
|
|
1892
|
-
default: withCtx(() => [
|
|
1893
|
-
|
|
1894
|
-
]),
|
|
1877
|
+
default: withCtx(() => [..._cache[1] || (_cache[1] = [
|
|
1878
|
+
createElementVNode("i", { class: "iconfontui icon-bars handle" }, null, -1)
|
|
1879
|
+
])]),
|
|
1895
1880
|
_: 1
|
|
1896
|
-
}
|
|
1881
|
+
}),
|
|
1897
1882
|
createVNode(_component_el_col, {
|
|
1898
1883
|
class: "list-group-item",
|
|
1899
1884
|
span: 14
|
|
@@ -1924,8 +1909,8 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1924
1909
|
_: 1
|
|
1925
1910
|
})
|
|
1926
1911
|
]),
|
|
1927
|
-
_:
|
|
1928
|
-
},
|
|
1912
|
+
_: 1
|
|
1913
|
+
}, 8, ["onClick"])
|
|
1929
1914
|
]),
|
|
1930
1915
|
_: 2
|
|
1931
1916
|
}, 1024)
|
|
@@ -1944,9 +1929,9 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1944
1929
|
onClick: _ctx.add,
|
|
1945
1930
|
size: "default"
|
|
1946
1931
|
}, {
|
|
1947
|
-
default: withCtx(() => [
|
|
1948
|
-
|
|
1949
|
-
]),
|
|
1932
|
+
default: withCtx(() => [..._cache[2] || (_cache[2] = [
|
|
1933
|
+
createTextVNode("\u6DFB\u52A0\u9762\u677F", -1)
|
|
1934
|
+
])]),
|
|
1950
1935
|
_: 1
|
|
1951
1936
|
}, 8, ["onClick"])
|
|
1952
1937
|
]),
|
|
@@ -1955,7 +1940,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1955
1940
|
], 4)
|
|
1956
1941
|
], 2);
|
|
1957
1942
|
}
|
|
1958
|
-
const panel = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1943
|
+
const panel = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["render", _sfc_render$m]]);
|
|
1959
1944
|
|
|
1960
1945
|
const __vite_glob_0_5 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
1961
1946
|
__proto__: null,
|
|
@@ -1968,7 +1953,6 @@ function useWatch(props) {
|
|
|
1968
1953
|
watch(
|
|
1969
1954
|
() => props.data[props.item.data.fieldName],
|
|
1970
1955
|
(val, oldVal) => {
|
|
1971
|
-
console.log("watch", val, oldVal, "props.item.data", props.item.data);
|
|
1972
1956
|
if (props.item.data.action && props.item.data.action.onChange) {
|
|
1973
1957
|
window.VApp.$Flex.funcExec(props.item.data.action.onChange, vm.proxy, [val, oldVal, props.data]);
|
|
1974
1958
|
}
|
|
@@ -1981,7 +1965,7 @@ function useWatch(props) {
|
|
|
1981
1965
|
}
|
|
1982
1966
|
}
|
|
1983
1967
|
|
|
1984
|
-
const _sfc_main$
|
|
1968
|
+
const _sfc_main$l = defineComponent({
|
|
1985
1969
|
ControlType: "RadioGroup",
|
|
1986
1970
|
// 必须与文件名匹配
|
|
1987
1971
|
isHide: true,
|
|
@@ -1992,23 +1976,22 @@ const _sfc_main$n = defineComponent({
|
|
|
1992
1976
|
useWatch(props);
|
|
1993
1977
|
}
|
|
1994
1978
|
});
|
|
1995
|
-
const _hoisted_1$
|
|
1996
|
-
const _hoisted_2$
|
|
1979
|
+
const _hoisted_1$l = { class: "label" };
|
|
1980
|
+
const _hoisted_2$c = {
|
|
1997
1981
|
key: 0,
|
|
1998
1982
|
class: "item_require"
|
|
1999
1983
|
};
|
|
2000
|
-
const _hoisted_3$
|
|
2001
|
-
|
|
2002
|
-
function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1984
|
+
const _hoisted_3$1 = { class: "control" };
|
|
1985
|
+
function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2003
1986
|
const _component_el_tooltip = ElTooltip;
|
|
2004
1987
|
const _component_el_radio_button = ElRadioButton;
|
|
2005
1988
|
const _component_el_radio_group = ElRadioGroup;
|
|
2006
1989
|
return openBlock(), createElementBlock("div", {
|
|
2007
1990
|
class: normalizeClass(["starfish-formitem", _ctx.drag ? "formCover" : ""])
|
|
2008
1991
|
}, [
|
|
2009
|
-
createElementVNode("div", _hoisted_1$
|
|
1992
|
+
createElementVNode("div", _hoisted_1$l, [
|
|
2010
1993
|
createElementVNode("label", null, toDisplayString(_ctx.item.data.label), 1),
|
|
2011
|
-
_ctx.item.data.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
1994
|
+
_ctx.item.data.required ? (openBlock(), createElementBlock("span", _hoisted_2$c, "*")) : createCommentVNode("", true),
|
|
2012
1995
|
_ctx.item.data.tip ? (openBlock(), createBlock(_component_el_tooltip, {
|
|
2013
1996
|
key: 1,
|
|
2014
1997
|
class: "item",
|
|
@@ -2016,13 +1999,13 @@ function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2016
1999
|
content: _ctx.item.data.tip,
|
|
2017
2000
|
placement: "top"
|
|
2018
2001
|
}, {
|
|
2019
|
-
default: withCtx(() => [
|
|
2020
|
-
|
|
2021
|
-
]),
|
|
2002
|
+
default: withCtx(() => [..._cache[1] || (_cache[1] = [
|
|
2003
|
+
createElementVNode("span", { class: "tip iconfontui icon-tishi" }, null, -1)
|
|
2004
|
+
])]),
|
|
2022
2005
|
_: 1
|
|
2023
2006
|
}, 8, ["content"])) : createCommentVNode("", true)
|
|
2024
2007
|
]),
|
|
2025
|
-
createElementVNode("div",
|
|
2008
|
+
createElementVNode("div", _hoisted_3$1, [
|
|
2026
2009
|
createVNode(_component_el_radio_group, {
|
|
2027
2010
|
modelValue: _ctx.data[_ctx.item.data.fieldName],
|
|
2028
2011
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => _ctx.data[_ctx.item.data.fieldName] = $event),
|
|
@@ -2041,14 +2024,14 @@ function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2041
2024
|
])
|
|
2042
2025
|
], 2);
|
|
2043
2026
|
}
|
|
2044
|
-
const radiogroup = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2027
|
+
const radiogroup = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["render", _sfc_render$l]]);
|
|
2045
2028
|
|
|
2046
2029
|
const __vite_glob_0_6 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
2047
2030
|
__proto__: null,
|
|
2048
2031
|
default: radiogroup
|
|
2049
2032
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
2050
2033
|
|
|
2051
|
-
const _sfc_main$
|
|
2034
|
+
const _sfc_main$k = defineComponent({
|
|
2052
2035
|
ControlType: "CheckBox",
|
|
2053
2036
|
// 必须与文件名匹配
|
|
2054
2037
|
nameCn: "\u590D\u9009\u6846",
|
|
@@ -2066,13 +2049,12 @@ const _sfc_main$m = defineComponent({
|
|
|
2066
2049
|
useWatch(props);
|
|
2067
2050
|
}
|
|
2068
2051
|
});
|
|
2069
|
-
const _hoisted_1$
|
|
2052
|
+
const _hoisted_1$k = {
|
|
2070
2053
|
key: 0,
|
|
2071
2054
|
class: "item_require"
|
|
2072
2055
|
};
|
|
2073
|
-
const _hoisted_2$
|
|
2074
|
-
|
|
2075
|
-
function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2056
|
+
const _hoisted_2$b = { key: 0 };
|
|
2057
|
+
function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2076
2058
|
const _component_el_tooltip = ElTooltip;
|
|
2077
2059
|
const _component_el_checkbox = ElCheckbox;
|
|
2078
2060
|
const _component_el_checkbox_group = ElCheckboxGroup;
|
|
@@ -2083,7 +2065,7 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2083
2065
|
class: normalizeClass(["label", "label_" + _ctx.labelalign]),
|
|
2084
2066
|
style: normalizeStyle({ width: _ctx.labelWidth + "px" })
|
|
2085
2067
|
}, [
|
|
2086
|
-
_ctx.item.data.required && !_ctx.readonly && _ctx.item.data.state !== "readonly" ? (openBlock(), createElementBlock("span", _hoisted_1$
|
|
2068
|
+
_ctx.item.data.required && !_ctx.readonly && _ctx.item.data.state !== "readonly" ? (openBlock(), createElementBlock("span", _hoisted_1$k, "*")) : createCommentVNode("", true),
|
|
2087
2069
|
createElementVNode("label", null, toDisplayString(_ctx.item.data.label) + toDisplayString(_ctx.suffix), 1),
|
|
2088
2070
|
_ctx.item.data.tip ? (openBlock(), createBlock(_component_el_tooltip, {
|
|
2089
2071
|
key: 1,
|
|
@@ -2092,9 +2074,9 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2092
2074
|
content: _ctx.item.data.tip,
|
|
2093
2075
|
placement: "top"
|
|
2094
2076
|
}, {
|
|
2095
|
-
default: withCtx(() => [
|
|
2096
|
-
|
|
2097
|
-
]),
|
|
2077
|
+
default: withCtx(() => [..._cache[2] || (_cache[2] = [
|
|
2078
|
+
createElementVNode("span", { class: "tip iconfontui icon-tishi" }, null, -1)
|
|
2079
|
+
])]),
|
|
2098
2080
|
_: 1
|
|
2099
2081
|
}, 8, ["content"])) : createCommentVNode("", true)
|
|
2100
2082
|
], 6),
|
|
@@ -2102,7 +2084,7 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2102
2084
|
class: "control",
|
|
2103
2085
|
style: normalizeStyle({ marginLeft: _ctx.labelalign != "top" ? _ctx.labelWidth + "px" : "" })
|
|
2104
2086
|
}, [
|
|
2105
|
-
!_ctx.drag && _ctx.data[_ctx.item.data.fieldName] && (_ctx.item.data.state === "readonly" || _ctx.readonly) ? (openBlock(), createElementBlock("span",
|
|
2087
|
+
!_ctx.drag && _ctx.data[_ctx.item.data.fieldName] && (_ctx.item.data.state === "readonly" || _ctx.readonly) ? (openBlock(), createElementBlock("span", _hoisted_2$b, toDisplayString(Array.isArray(_ctx.data[_ctx.item.data.fieldName]) ? _ctx.data[_ctx.item.data.fieldName].join(",") || "--" : _ctx.data[_ctx.item.data.fieldName] || "--"), 1)) : !_ctx.drag && _ctx.data[_ctx.item.data.fieldName] ? (openBlock(), createBlock(_component_el_checkbox_group, {
|
|
2106
2088
|
key: 1,
|
|
2107
2089
|
modelValue: _ctx.data[_ctx.item.data.fieldName],
|
|
2108
2090
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => _ctx.data[_ctx.item.data.fieldName] = $event),
|
|
@@ -2151,7 +2133,7 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2151
2133
|
], 4)
|
|
2152
2134
|
], 2);
|
|
2153
2135
|
}
|
|
2154
|
-
const index$e = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2136
|
+
const index$e = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["render", _sfc_render$k]]);
|
|
2155
2137
|
|
|
2156
2138
|
const __vite_glob_0_7 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
2157
2139
|
__proto__: null,
|
|
@@ -2160,7 +2142,7 @@ const __vite_glob_0_7 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.definePro
|
|
|
2160
2142
|
|
|
2161
2143
|
/* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_true_lang = '';
|
|
2162
2144
|
|
|
2163
|
-
const _sfc_main$
|
|
2145
|
+
const _sfc_main$j = defineComponent({
|
|
2164
2146
|
ControlType: "ColorSelect",
|
|
2165
2147
|
// 必须与文件名匹配
|
|
2166
2148
|
nameCn: "\u989C\u8272\u9009\u62E9",
|
|
@@ -2174,15 +2156,13 @@ const _sfc_main$l = defineComponent({
|
|
|
2174
2156
|
useWatch(props);
|
|
2175
2157
|
}
|
|
2176
2158
|
});
|
|
2177
|
-
const
|
|
2178
|
-
const _hoisted_1$k = {
|
|
2159
|
+
const _hoisted_1$j = {
|
|
2179
2160
|
key: 0,
|
|
2180
2161
|
class: "item_require"
|
|
2181
2162
|
};
|
|
2182
|
-
const _hoisted_2$
|
|
2183
|
-
const _hoisted_3
|
|
2184
|
-
|
|
2185
|
-
function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2163
|
+
const _hoisted_2$a = { key: 0 };
|
|
2164
|
+
const _hoisted_3 = { key: 1 };
|
|
2165
|
+
function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2186
2166
|
const _component_el_tooltip = ElTooltip;
|
|
2187
2167
|
const _component_el_input = ElInput;
|
|
2188
2168
|
const _component_el_color_picker = ElColorPicker;
|
|
@@ -2194,7 +2174,7 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2194
2174
|
style: normalizeStyle({ width: _ctx.labelWidth + "px" })
|
|
2195
2175
|
}, [
|
|
2196
2176
|
createElementVNode("label", null, toDisplayString(_ctx.item.data.label) + toDisplayString(_ctx.suffix), 1),
|
|
2197
|
-
_ctx.item.data.required ? (openBlock(), createElementBlock("span", _hoisted_1$
|
|
2177
|
+
_ctx.item.data.required ? (openBlock(), createElementBlock("span", _hoisted_1$j, "*")) : createCommentVNode("", true),
|
|
2198
2178
|
_ctx.item.data.tip ? (openBlock(), createBlock(_component_el_tooltip, {
|
|
2199
2179
|
key: 1,
|
|
2200
2180
|
class: "item",
|
|
@@ -2202,9 +2182,9 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2202
2182
|
content: _ctx.item.data.tip,
|
|
2203
2183
|
placement: "top"
|
|
2204
2184
|
}, {
|
|
2205
|
-
default: withCtx(() => [
|
|
2206
|
-
|
|
2207
|
-
]),
|
|
2185
|
+
default: withCtx(() => [..._cache[4] || (_cache[4] = [
|
|
2186
|
+
createElementVNode("span", { class: "tip iconfontui icon-tishi" }, null, -1)
|
|
2187
|
+
])]),
|
|
2208
2188
|
_: 1
|
|
2209
2189
|
}, 8, ["content"])) : createCommentVNode("", true)
|
|
2210
2190
|
], 6),
|
|
@@ -2212,7 +2192,7 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2212
2192
|
class: "control",
|
|
2213
2193
|
style: normalizeStyle({ marginLeft: _ctx.labelalign != "top" ? _ctx.labelWidth + "px" : "" })
|
|
2214
2194
|
}, [
|
|
2215
|
-
_ctx.drag ? (openBlock(), createElementBlock("div",
|
|
2195
|
+
_ctx.drag ? (openBlock(), createElementBlock("div", _hoisted_2$a, [
|
|
2216
2196
|
createVNode(_component_el_input, {
|
|
2217
2197
|
modelValue: _ctx.item.data.default,
|
|
2218
2198
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => _ctx.item.data.default = $event),
|
|
@@ -2227,7 +2207,7 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2227
2207
|
size: _ctx.size
|
|
2228
2208
|
}, null, 8, ["modelValue", "size"])
|
|
2229
2209
|
])) : createCommentVNode("", true),
|
|
2230
|
-
!_ctx.drag ? (openBlock(), createElementBlock("div",
|
|
2210
|
+
!_ctx.drag ? (openBlock(), createElementBlock("div", _hoisted_3, [
|
|
2231
2211
|
createVNode(_component_el_input, {
|
|
2232
2212
|
modelValue: _ctx.data[_ctx.item.data.fieldName],
|
|
2233
2213
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => _ctx.data[_ctx.item.data.fieldName] = $event),
|
|
@@ -2245,14 +2225,14 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2245
2225
|
], 4)
|
|
2246
2226
|
], 2);
|
|
2247
2227
|
}
|
|
2248
|
-
const index$d = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2228
|
+
const index$d = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["render", _sfc_render$j], ["__scopeId", "data-v-4ce4907e"]]);
|
|
2249
2229
|
|
|
2250
2230
|
const __vite_glob_0_8 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
2251
2231
|
__proto__: null,
|
|
2252
2232
|
default: index$d
|
|
2253
2233
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
2254
2234
|
|
|
2255
|
-
const _sfc_main$
|
|
2235
|
+
const _sfc_main$i = defineComponent({
|
|
2256
2236
|
ControlType: "Date",
|
|
2257
2237
|
// 必须与文件名匹配
|
|
2258
2238
|
nameCn: "\u65E5\u671F",
|
|
@@ -2313,13 +2293,12 @@ const _sfc_main$k = defineComponent({
|
|
|
2313
2293
|
};
|
|
2314
2294
|
}
|
|
2315
2295
|
});
|
|
2316
|
-
const _hoisted_1$
|
|
2296
|
+
const _hoisted_1$i = {
|
|
2317
2297
|
key: 0,
|
|
2318
2298
|
class: "item_require"
|
|
2319
2299
|
};
|
|
2320
|
-
const _hoisted_2$
|
|
2321
|
-
|
|
2322
|
-
function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2300
|
+
const _hoisted_2$9 = { key: 1 };
|
|
2301
|
+
function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2323
2302
|
const _component_el_tooltip = ElTooltip;
|
|
2324
2303
|
const _component_el_date_picker = ElDatePicker;
|
|
2325
2304
|
return openBlock(), createElementBlock("div", {
|
|
@@ -2329,7 +2308,7 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2329
2308
|
class: normalizeClass(["label", "label_" + _ctx.labelalign]),
|
|
2330
2309
|
style: normalizeStyle({ width: _ctx.labelWidth + "px" })
|
|
2331
2310
|
}, [
|
|
2332
|
-
_ctx.item.data.required && !_ctx.readonly && _ctx.item.data.state !== "readonly" ? (openBlock(), createElementBlock("span", _hoisted_1$
|
|
2311
|
+
_ctx.item.data.required && !_ctx.readonly && _ctx.item.data.state !== "readonly" ? (openBlock(), createElementBlock("span", _hoisted_1$i, "*")) : createCommentVNode("", true),
|
|
2333
2312
|
createElementVNode("label", null, toDisplayString(_ctx.item.data.label) + toDisplayString(_ctx.suffix), 1),
|
|
2334
2313
|
_ctx.item.data.tip ? (openBlock(), createBlock(_component_el_tooltip, {
|
|
2335
2314
|
key: 1,
|
|
@@ -2338,9 +2317,9 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2338
2317
|
content: _ctx.item.data.tip,
|
|
2339
2318
|
placement: "top"
|
|
2340
2319
|
}, {
|
|
2341
|
-
default: withCtx(() => [
|
|
2342
|
-
|
|
2343
|
-
]),
|
|
2320
|
+
default: withCtx(() => [..._cache[2] || (_cache[2] = [
|
|
2321
|
+
createElementVNode("span", { class: "tip iconfontui icon-tishi" }, null, -1)
|
|
2322
|
+
])]),
|
|
2344
2323
|
_: 1
|
|
2345
2324
|
}, 8, ["content"])) : createCommentVNode("", true)
|
|
2346
2325
|
], 6),
|
|
@@ -2361,7 +2340,7 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2361
2340
|
disabled: _ctx.item.data.state === "disabled",
|
|
2362
2341
|
readonly: _ctx.item.data.state === "readonly"
|
|
2363
2342
|
}, null, 8, ["modelValue", "type", "format", "value-format", "placeholder", "size", "disabled", "readonly"])) : createCommentVNode("", true),
|
|
2364
|
-
!_ctx.drag && (_ctx.item.data.state === "readonly" || _ctx.readonly) ? (openBlock(), createElementBlock("span",
|
|
2343
|
+
!_ctx.drag && (_ctx.item.data.state === "readonly" || _ctx.readonly) ? (openBlock(), createElementBlock("span", _hoisted_2$9, toDisplayString(_ctx.formatReadonlyDate(_ctx.data[_ctx.item.data.fieldName], _ctx.item.data.format)), 1)) : !_ctx.drag ? (openBlock(), createBlock(_component_el_date_picker, {
|
|
2365
2344
|
key: 2,
|
|
2366
2345
|
modelValue: _ctx.data[_ctx.item.data.fieldName],
|
|
2367
2346
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.data[_ctx.item.data.fieldName] = $event),
|
|
@@ -2377,14 +2356,14 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2377
2356
|
], 4)
|
|
2378
2357
|
], 2);
|
|
2379
2358
|
}
|
|
2380
|
-
const index$c = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2359
|
+
const index$c = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$i]]);
|
|
2381
2360
|
|
|
2382
2361
|
const __vite_glob_0_9 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
2383
2362
|
__proto__: null,
|
|
2384
2363
|
default: index$c
|
|
2385
2364
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
2386
2365
|
|
|
2387
|
-
const _sfc_main$
|
|
2366
|
+
const _sfc_main$h = defineComponent({
|
|
2388
2367
|
ControlType: "DateTime",
|
|
2389
2368
|
// 必须与文件名匹配
|
|
2390
2369
|
nameCn: "\u65E5\u671F\u65F6\u95F4",
|
|
@@ -2431,13 +2410,12 @@ const _sfc_main$j = defineComponent({
|
|
|
2431
2410
|
};
|
|
2432
2411
|
}
|
|
2433
2412
|
});
|
|
2434
|
-
const _hoisted_1$
|
|
2413
|
+
const _hoisted_1$h = {
|
|
2435
2414
|
key: 0,
|
|
2436
2415
|
class: "item_require"
|
|
2437
2416
|
};
|
|
2438
|
-
const _hoisted_2$
|
|
2439
|
-
|
|
2440
|
-
function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2417
|
+
const _hoisted_2$8 = { key: 1 };
|
|
2418
|
+
function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2441
2419
|
const _component_el_tooltip = ElTooltip;
|
|
2442
2420
|
const _component_el_date_picker = ElDatePicker;
|
|
2443
2421
|
return openBlock(), createElementBlock("div", {
|
|
@@ -2447,7 +2425,7 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2447
2425
|
class: normalizeClass(["label", "label_" + _ctx.labelalign]),
|
|
2448
2426
|
style: normalizeStyle({ width: _ctx.labelWidth + "px" })
|
|
2449
2427
|
}, [
|
|
2450
|
-
_ctx.item.data.required && !_ctx.readonly && _ctx.item.data.state !== "readonly" ? (openBlock(), createElementBlock("span", _hoisted_1$
|
|
2428
|
+
_ctx.item.data.required && !_ctx.readonly && _ctx.item.data.state !== "readonly" ? (openBlock(), createElementBlock("span", _hoisted_1$h, "*")) : createCommentVNode("", true),
|
|
2451
2429
|
createElementVNode("label", null, toDisplayString(_ctx.item.data.label) + toDisplayString(_ctx.suffix), 1),
|
|
2452
2430
|
_ctx.item.data.tip ? (openBlock(), createBlock(_component_el_tooltip, {
|
|
2453
2431
|
key: 1,
|
|
@@ -2456,9 +2434,9 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2456
2434
|
content: _ctx.item.data.tip,
|
|
2457
2435
|
placement: "top"
|
|
2458
2436
|
}, {
|
|
2459
|
-
default: withCtx(() => [
|
|
2460
|
-
|
|
2461
|
-
]),
|
|
2437
|
+
default: withCtx(() => [..._cache[2] || (_cache[2] = [
|
|
2438
|
+
createElementVNode("span", { class: "tip iconfontui icon-tishi" }, null, -1)
|
|
2439
|
+
])]),
|
|
2462
2440
|
_: 1
|
|
2463
2441
|
}, 8, ["content"])) : createCommentVNode("", true)
|
|
2464
2442
|
], 6),
|
|
@@ -2476,7 +2454,7 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2476
2454
|
disabled: _ctx.item.data.state === "disabled",
|
|
2477
2455
|
readonly: _ctx.item.data.state === "readonly"
|
|
2478
2456
|
}, null, 8, ["modelValue", "placeholder", "size", "disabled", "readonly"])) : createCommentVNode("", true),
|
|
2479
|
-
!_ctx.drag && (_ctx.item.data.state === "readonly" || _ctx.readonly) ? (openBlock(), createElementBlock("span",
|
|
2457
|
+
!_ctx.drag && (_ctx.item.data.state === "readonly" || _ctx.readonly) ? (openBlock(), createElementBlock("span", _hoisted_2$8, toDisplayString(_ctx.formatReadonlyDate(_ctx.data[_ctx.item.data.fieldName], _ctx.item.data.format)), 1)) : !_ctx.drag ? (openBlock(), createBlock(_component_el_date_picker, {
|
|
2480
2458
|
key: 2,
|
|
2481
2459
|
modelValue: _ctx.data[_ctx.item.data.fieldName],
|
|
2482
2460
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.data[_ctx.item.data.fieldName] = $event),
|
|
@@ -2489,14 +2467,14 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2489
2467
|
], 4)
|
|
2490
2468
|
], 2);
|
|
2491
2469
|
}
|
|
2492
|
-
const index$b = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2470
|
+
const index$b = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["render", _sfc_render$h]]);
|
|
2493
2471
|
|
|
2494
2472
|
const __vite_glob_0_10 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
2495
2473
|
__proto__: null,
|
|
2496
2474
|
default: index$b
|
|
2497
2475
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
2498
2476
|
|
|
2499
|
-
const _sfc_main$
|
|
2477
|
+
const _sfc_main$g = defineComponent({
|
|
2500
2478
|
ControlType: "InputNumber",
|
|
2501
2479
|
// 必须与文件名匹配
|
|
2502
2480
|
nameCn: "\u8BA1\u6570\u5668",
|
|
@@ -2540,13 +2518,12 @@ const _sfc_main$i = defineComponent({
|
|
|
2540
2518
|
};
|
|
2541
2519
|
}
|
|
2542
2520
|
});
|
|
2543
|
-
const _hoisted_1$
|
|
2521
|
+
const _hoisted_1$g = {
|
|
2544
2522
|
key: 0,
|
|
2545
2523
|
class: "item_require"
|
|
2546
2524
|
};
|
|
2547
|
-
const _hoisted_2$
|
|
2548
|
-
|
|
2549
|
-
function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2525
|
+
const _hoisted_2$7 = { key: 1 };
|
|
2526
|
+
function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2550
2527
|
const _component_el_tooltip = ElTooltip;
|
|
2551
2528
|
const _component_el_input_number = ElInputNumber;
|
|
2552
2529
|
return openBlock(), createElementBlock("div", {
|
|
@@ -2560,7 +2537,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2560
2537
|
class: normalizeClass(["label", "label_" + _ctx.labelalign]),
|
|
2561
2538
|
style: normalizeStyle({ width: _ctx.labelWidth + "px" })
|
|
2562
2539
|
}, [
|
|
2563
|
-
_ctx.item.data.required && !_ctx.readonly && _ctx.item.data.state !== "readonly" ? (openBlock(), createElementBlock("span", _hoisted_1$
|
|
2540
|
+
_ctx.item.data.required && !_ctx.readonly && _ctx.item.data.state !== "readonly" ? (openBlock(), createElementBlock("span", _hoisted_1$g, "*")) : createCommentVNode("", true),
|
|
2564
2541
|
createElementVNode("label", null, toDisplayString(_ctx.item.data.label) + toDisplayString(_ctx.suffix), 1),
|
|
2565
2542
|
_ctx.item.data.tip ? (openBlock(), createBlock(_component_el_tooltip, {
|
|
2566
2543
|
key: 1,
|
|
@@ -2569,9 +2546,9 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2569
2546
|
content: _ctx.item.data.tip,
|
|
2570
2547
|
placement: "top"
|
|
2571
2548
|
}, {
|
|
2572
|
-
default: withCtx(() => [
|
|
2573
|
-
|
|
2574
|
-
]),
|
|
2549
|
+
default: withCtx(() => [..._cache[4] || (_cache[4] = [
|
|
2550
|
+
createElementVNode("span", { class: "tip iconfontui icon-tishi" }, null, -1)
|
|
2551
|
+
])]),
|
|
2575
2552
|
_: 1
|
|
2576
2553
|
}, 8, ["content"])) : createCommentVNode("", true)
|
|
2577
2554
|
], 6),
|
|
@@ -2589,7 +2566,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2589
2566
|
precision: _ctx.item.data.precision,
|
|
2590
2567
|
disabled: _ctx.item.data.state === "disabled" || _ctx.item.data.state === "readonly"
|
|
2591
2568
|
}, null, 8, ["modelValue", "controls-position", "size", "precision", "disabled"])) : createCommentVNode("", true),
|
|
2592
|
-
!_ctx.drag && (_ctx.item.data.state === "readonly" || _ctx.readonly) ? (openBlock(), createElementBlock("span",
|
|
2569
|
+
!_ctx.drag && (_ctx.item.data.state === "readonly" || _ctx.readonly) ? (openBlock(), createElementBlock("span", _hoisted_2$7, toDisplayString(_ctx.formatReadonlyNumber(_ctx.data[_ctx.item.data.fieldName], _ctx.item.data.precision)), 1)) : !_ctx.drag ? (openBlock(), createBlock(_component_el_input_number, {
|
|
2593
2570
|
key: 2,
|
|
2594
2571
|
modelValue: _ctx.data[_ctx.item.data.fieldName],
|
|
2595
2572
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.data[_ctx.item.data.fieldName] = $event),
|
|
@@ -2604,14 +2581,14 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2604
2581
|
], 4)
|
|
2605
2582
|
], 2);
|
|
2606
2583
|
}
|
|
2607
|
-
const index$a = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2584
|
+
const index$a = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["render", _sfc_render$g]]);
|
|
2608
2585
|
|
|
2609
2586
|
const __vite_glob_0_11 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
2610
2587
|
__proto__: null,
|
|
2611
2588
|
default: index$a
|
|
2612
2589
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
2613
2590
|
|
|
2614
|
-
const _sfc_main$
|
|
2591
|
+
const _sfc_main$f = defineComponent({
|
|
2615
2592
|
ControlType: "Radio",
|
|
2616
2593
|
// 必须与文件名匹配
|
|
2617
2594
|
nameCn: "\u5355\u9009\u6846",
|
|
@@ -2629,13 +2606,12 @@ const _sfc_main$h = defineComponent({
|
|
|
2629
2606
|
useWatch(props);
|
|
2630
2607
|
}
|
|
2631
2608
|
});
|
|
2632
|
-
const _hoisted_1$
|
|
2609
|
+
const _hoisted_1$f = {
|
|
2633
2610
|
key: 0,
|
|
2634
2611
|
class: "item_require"
|
|
2635
2612
|
};
|
|
2636
|
-
const _hoisted_2$
|
|
2637
|
-
|
|
2638
|
-
function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2613
|
+
const _hoisted_2$6 = { key: 0 };
|
|
2614
|
+
function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2639
2615
|
const _component_el_tooltip = ElTooltip;
|
|
2640
2616
|
const _component_el_radio = ElRadio;
|
|
2641
2617
|
const _component_el_radio_group = ElRadioGroup;
|
|
@@ -2650,7 +2626,7 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2650
2626
|
class: normalizeClass(["label", "label_" + _ctx.labelalign]),
|
|
2651
2627
|
style: normalizeStyle({ width: _ctx.labelWidth + "px" })
|
|
2652
2628
|
}, [
|
|
2653
|
-
_ctx.item.data.required && !_ctx.readonly && _ctx.item.data.state !== "readonly" ? (openBlock(), createElementBlock("span", _hoisted_1$
|
|
2629
|
+
_ctx.item.data.required && !_ctx.readonly && _ctx.item.data.state !== "readonly" ? (openBlock(), createElementBlock("span", _hoisted_1$f, "*")) : createCommentVNode("", true),
|
|
2654
2630
|
createElementVNode("label", null, toDisplayString(_ctx.item.data.label) + toDisplayString(_ctx.suffix), 1),
|
|
2655
2631
|
_ctx.item.data.tip ? (openBlock(), createBlock(_component_el_tooltip, {
|
|
2656
2632
|
key: 1,
|
|
@@ -2659,9 +2635,9 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2659
2635
|
content: _ctx.item.data.tip,
|
|
2660
2636
|
placement: "top"
|
|
2661
2637
|
}, {
|
|
2662
|
-
default: withCtx(() => [
|
|
2663
|
-
|
|
2664
|
-
]),
|
|
2638
|
+
default: withCtx(() => [..._cache[2] || (_cache[2] = [
|
|
2639
|
+
createElementVNode("span", { class: "tip iconfontui icon-tishi" }, null, -1)
|
|
2640
|
+
])]),
|
|
2665
2641
|
_: 1
|
|
2666
2642
|
}, 8, ["content"])) : createCommentVNode("", true)
|
|
2667
2643
|
], 6),
|
|
@@ -2669,7 +2645,7 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2669
2645
|
class: "control",
|
|
2670
2646
|
style: normalizeStyle({ marginLeft: _ctx.labelalign != "top" ? _ctx.labelWidth + "px" : "" })
|
|
2671
2647
|
}, [
|
|
2672
|
-
!_ctx.drag && (_ctx.item.data.state === "readonly" || _ctx.readonly) ? (openBlock(), createElementBlock("span",
|
|
2648
|
+
!_ctx.drag && (_ctx.item.data.state === "readonly" || _ctx.readonly) ? (openBlock(), createElementBlock("span", _hoisted_2$6, toDisplayString(_ctx.data[_ctx.item.data.fieldName] || "--"), 1)) : !_ctx.drag ? (openBlock(), createBlock(_component_el_radio_group, {
|
|
2673
2649
|
key: 1,
|
|
2674
2650
|
modelValue: _ctx.data[_ctx.item.data.fieldName],
|
|
2675
2651
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => _ctx.data[_ctx.item.data.fieldName] = $event),
|
|
@@ -2720,226 +2696,13 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2720
2696
|
[vShow, _ctx.item.data.label !== "\u8BA1\u6570\u5668\u5C3A\u5BF8\u7C7B\u578B"]
|
|
2721
2697
|
]);
|
|
2722
2698
|
}
|
|
2723
|
-
const index$9 = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2699
|
+
const index$9 = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render$f]]);
|
|
2724
2700
|
|
|
2725
2701
|
const __vite_glob_0_12 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
2726
2702
|
__proto__: null,
|
|
2727
2703
|
default: index$9
|
|
2728
2704
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
2729
2705
|
|
|
2730
|
-
/* unplugin-vue-components disabled */const MenuItem_vue_vue_type_style_index_0_scoped_true_lang = '';
|
|
2731
|
-
|
|
2732
|
-
const _sfc_main$g = defineComponent({
|
|
2733
|
-
name: "MenuItem",
|
|
2734
|
-
props: {
|
|
2735
|
-
icon: {
|
|
2736
|
-
type: String,
|
|
2737
|
-
required: true
|
|
2738
|
-
},
|
|
2739
|
-
title: {
|
|
2740
|
-
type: String,
|
|
2741
|
-
required: true
|
|
2742
|
-
},
|
|
2743
|
-
action: {
|
|
2744
|
-
type: Function,
|
|
2745
|
-
required: true
|
|
2746
|
-
},
|
|
2747
|
-
isActive: {
|
|
2748
|
-
type: Function,
|
|
2749
|
-
default: null
|
|
2750
|
-
}
|
|
2751
|
-
},
|
|
2752
|
-
setup(props) {
|
|
2753
|
-
const titleMap = {
|
|
2754
|
-
"Bold": "\u7C97\u4F53",
|
|
2755
|
-
"Italic": "\u659C\u4F53",
|
|
2756
|
-
"Strike": "\u5220\u9664\u7EBF",
|
|
2757
|
-
"Code": "\u884C\u5185\u4EE3\u7801",
|
|
2758
|
-
"Heading 1": "\u6807\u9898 1",
|
|
2759
|
-
"Heading 2": "\u6807\u9898 2",
|
|
2760
|
-
"Paragraph": "\u6BB5\u843D",
|
|
2761
|
-
"Bullet list": "\u65E0\u5E8F\u5217\u8868",
|
|
2762
|
-
"Ordered list": "\u6709\u5E8F\u5217\u8868",
|
|
2763
|
-
"Code block": "\u4EE3\u7801\u5757",
|
|
2764
|
-
"Blockquote": "\u5F15\u7528\u5757",
|
|
2765
|
-
"Horizontal rule": "\u6C34\u5E73\u5206\u5272\u7EBF",
|
|
2766
|
-
"Undo": "\u64A4\u9500",
|
|
2767
|
-
"Redo": "\u91CD\u505A"
|
|
2768
|
-
};
|
|
2769
|
-
const chineseTitle = computed(() => {
|
|
2770
|
-
return titleMap[props.title] || props.title;
|
|
2771
|
-
});
|
|
2772
|
-
return {
|
|
2773
|
-
chineseTitle
|
|
2774
|
-
};
|
|
2775
|
-
}
|
|
2776
|
-
});
|
|
2777
|
-
function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2778
|
-
const _component_el_tooltip = ElTooltip;
|
|
2779
|
-
return openBlock(), createBlock(_component_el_tooltip, {
|
|
2780
|
-
effect: "dark",
|
|
2781
|
-
content: _ctx.chineseTitle,
|
|
2782
|
-
placement: "top"
|
|
2783
|
-
}, {
|
|
2784
|
-
default: withCtx(() => [
|
|
2785
|
-
createElementVNode("button", {
|
|
2786
|
-
class: normalizeClass(["menu-item", { "is-active": _ctx.isActive && _ctx.isActive() }]),
|
|
2787
|
-
onClick: _cache[0] || (_cache[0] = withModifiers((...args) => _ctx.action && _ctx.action(...args), ["stop"]))
|
|
2788
|
-
}, [
|
|
2789
|
-
createElementVNode("i", {
|
|
2790
|
-
class: normalizeClass([`ri-${_ctx.icon}`, "menu-icon"])
|
|
2791
|
-
}, null, 2)
|
|
2792
|
-
], 2)
|
|
2793
|
-
]),
|
|
2794
|
-
_: 1
|
|
2795
|
-
}, 8, ["content"]);
|
|
2796
|
-
}
|
|
2797
|
-
const __unplugin_components_0 = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["render", _sfc_render$g], ["__scopeId", "data-v-05298bcd"]]);
|
|
2798
|
-
|
|
2799
|
-
const __vite_glob_0_14 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
2800
|
-
__proto__: null,
|
|
2801
|
-
default: __unplugin_components_0
|
|
2802
|
-
}, Symbol.toStringTag, { value: 'Module' }));
|
|
2803
|
-
|
|
2804
|
-
/* unplugin-vue-components disabled */const MenuBar_vue_vue_type_style_index_0_scoped_true_lang = '';
|
|
2805
|
-
|
|
2806
|
-
const _sfc_main$f = defineComponent({
|
|
2807
|
-
name: "MenuBar",
|
|
2808
|
-
components: {
|
|
2809
|
-
MenuItem: __unplugin_components_0
|
|
2810
|
-
},
|
|
2811
|
-
props: {
|
|
2812
|
-
editor: {
|
|
2813
|
-
type: Object,
|
|
2814
|
-
required: true
|
|
2815
|
-
}
|
|
2816
|
-
},
|
|
2817
|
-
setup(props) {
|
|
2818
|
-
const items = [
|
|
2819
|
-
{
|
|
2820
|
-
icon: "bold",
|
|
2821
|
-
title: "Bold",
|
|
2822
|
-
action: () => props.editor.chain().focus().toggleBold().run(),
|
|
2823
|
-
isActive: () => props.editor.isActive("bold")
|
|
2824
|
-
},
|
|
2825
|
-
{
|
|
2826
|
-
icon: "italic",
|
|
2827
|
-
title: "Italic",
|
|
2828
|
-
action: () => props.editor.chain().focus().toggleItalic().run(),
|
|
2829
|
-
isActive: () => props.editor.isActive("italic")
|
|
2830
|
-
},
|
|
2831
|
-
{
|
|
2832
|
-
icon: "strikethrough",
|
|
2833
|
-
title: "Strike",
|
|
2834
|
-
action: () => props.editor.chain().focus().toggleStrike().run(),
|
|
2835
|
-
isActive: () => props.editor.isActive("strike")
|
|
2836
|
-
},
|
|
2837
|
-
{
|
|
2838
|
-
icon: "code-view",
|
|
2839
|
-
title: "Code",
|
|
2840
|
-
action: () => props.editor.chain().focus().toggleCode().run(),
|
|
2841
|
-
isActive: () => props.editor.isActive("code")
|
|
2842
|
-
},
|
|
2843
|
-
{
|
|
2844
|
-
type: "divider"
|
|
2845
|
-
},
|
|
2846
|
-
{
|
|
2847
|
-
icon: "h-1",
|
|
2848
|
-
title: "Heading 1",
|
|
2849
|
-
action: () => props.editor.chain().focus().toggleHeading({ level: 1 }).run(),
|
|
2850
|
-
isActive: () => props.editor.isActive("heading", { level: 1 })
|
|
2851
|
-
},
|
|
2852
|
-
{
|
|
2853
|
-
icon: "h-2",
|
|
2854
|
-
title: "Heading 2",
|
|
2855
|
-
action: () => props.editor.chain().focus().toggleHeading({ level: 2 }).run(),
|
|
2856
|
-
isActive: () => props.editor.isActive("heading", { level: 2 })
|
|
2857
|
-
},
|
|
2858
|
-
{
|
|
2859
|
-
icon: "paragraph",
|
|
2860
|
-
title: "Paragraph",
|
|
2861
|
-
action: () => props.editor.chain().focus().setParagraph().run(),
|
|
2862
|
-
isActive: () => props.editor.isActive("paragraph")
|
|
2863
|
-
},
|
|
2864
|
-
{
|
|
2865
|
-
icon: "list-unordered",
|
|
2866
|
-
title: "Bullet list",
|
|
2867
|
-
action: () => props.editor.chain().focus().toggleBulletList().run(),
|
|
2868
|
-
isActive: () => props.editor.isActive("bulletList")
|
|
2869
|
-
},
|
|
2870
|
-
{
|
|
2871
|
-
icon: "list-ordered",
|
|
2872
|
-
title: "Ordered list",
|
|
2873
|
-
action: () => props.editor.chain().focus().toggleOrderedList().run(),
|
|
2874
|
-
isActive: () => props.editor.isActive("orderedList")
|
|
2875
|
-
},
|
|
2876
|
-
{
|
|
2877
|
-
icon: "code-box-line",
|
|
2878
|
-
title: "Code block",
|
|
2879
|
-
action: () => props.editor.chain().focus().toggleCodeBlock().run(),
|
|
2880
|
-
isActive: () => props.editor.isActive("codeBlock")
|
|
2881
|
-
},
|
|
2882
|
-
{
|
|
2883
|
-
type: "divider"
|
|
2884
|
-
},
|
|
2885
|
-
{
|
|
2886
|
-
icon: "double-quotes-l",
|
|
2887
|
-
title: "Blockquote",
|
|
2888
|
-
action: () => props.editor.chain().focus().toggleBlockquote().run(),
|
|
2889
|
-
isActive: () => props.editor.isActive("blockquote")
|
|
2890
|
-
},
|
|
2891
|
-
{
|
|
2892
|
-
icon: "separator",
|
|
2893
|
-
title: "Horizontal rule",
|
|
2894
|
-
action: () => props.editor.chain().focus().setHorizontalRule().run()
|
|
2895
|
-
},
|
|
2896
|
-
{
|
|
2897
|
-
type: "divider"
|
|
2898
|
-
},
|
|
2899
|
-
{
|
|
2900
|
-
icon: "arrow-go-back-line",
|
|
2901
|
-
title: "Undo",
|
|
2902
|
-
action: () => props.editor.chain().focus().undo().run()
|
|
2903
|
-
},
|
|
2904
|
-
{
|
|
2905
|
-
icon: "arrow-go-forward-line",
|
|
2906
|
-
title: "Redo",
|
|
2907
|
-
action: () => props.editor.chain().focus().redo().run()
|
|
2908
|
-
}
|
|
2909
|
-
];
|
|
2910
|
-
return {
|
|
2911
|
-
items
|
|
2912
|
-
};
|
|
2913
|
-
}
|
|
2914
|
-
});
|
|
2915
|
-
const _hoisted_1$f = { class: "editor__header" };
|
|
2916
|
-
const _hoisted_2$a = {
|
|
2917
|
-
key: 0,
|
|
2918
|
-
class: "divider"
|
|
2919
|
-
};
|
|
2920
|
-
function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2921
|
-
const _component_MenuItem = __unplugin_components_0;
|
|
2922
|
-
return openBlock(), createElementBlock("div", _hoisted_1$f, [
|
|
2923
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.items, (item, index) => {
|
|
2924
|
-
return openBlock(), createElementBlock(Fragment, { key: index }, [
|
|
2925
|
-
item.type === "divider" ? (openBlock(), createElementBlock("div", _hoisted_2$a)) : (openBlock(), createBlock(_component_MenuItem, {
|
|
2926
|
-
key: 1,
|
|
2927
|
-
icon: item.icon,
|
|
2928
|
-
title: item.title,
|
|
2929
|
-
action: item.action,
|
|
2930
|
-
"is-active": item.isActive
|
|
2931
|
-
}, null, 8, ["icon", "title", "action", "is-active"]))
|
|
2932
|
-
], 64);
|
|
2933
|
-
}), 128))
|
|
2934
|
-
]);
|
|
2935
|
-
}
|
|
2936
|
-
const __unplugin_components_1 = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render$f], ["__scopeId", "data-v-714af93c"]]);
|
|
2937
|
-
|
|
2938
|
-
const __vite_glob_0_13 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
2939
|
-
__proto__: null,
|
|
2940
|
-
default: __unplugin_components_1
|
|
2941
|
-
}, Symbol.toStringTag, { value: 'Module' }));
|
|
2942
|
-
|
|
2943
2706
|
const ruleJson = [
|
|
2944
2707
|
{
|
|
2945
2708
|
ControlType: "Radio",
|
|
@@ -3261,7 +3024,7 @@ const ruleJsonData = {
|
|
|
3261
3024
|
ruleJson: ruleJson
|
|
3262
3025
|
};
|
|
3263
3026
|
|
|
3264
|
-
const
|
|
3027
|
+
const __vite_glob_0_13 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
3265
3028
|
__proto__: null,
|
|
3266
3029
|
default: ruleJsonData,
|
|
3267
3030
|
ruleJson
|
|
@@ -3294,7 +3057,7 @@ const validatePhone = `(rule, value, callback) => {
|
|
|
3294
3057
|
if (value === "" || value == null) {
|
|
3295
3058
|
callback(new Error("请输入"));
|
|
3296
3059
|
} else if (!/^1(?:3\d|4[4-9]|5[0-35-9]|6[67]|7[013-8]|8\d|9\d)\d{8}$/.test(value)) {
|
|
3297
|
-
callback(new Error("
|
|
3060
|
+
callback(new Error("请输入正确的电话号码"));
|
|
3298
3061
|
}
|
|
3299
3062
|
callback();
|
|
3300
3063
|
}`;
|
|
@@ -3304,7 +3067,7 @@ const validateIdCard = `(rule, value, callback) => {
|
|
|
3304
3067
|
if (value === "" || value == null) {
|
|
3305
3068
|
callback(new Error("请输入"));
|
|
3306
3069
|
} else if (!/^[1-9]\d{5}(18|19|20)\d{2}((0[1-9])|(1[0-2]))(([0-2][1-9])|10|20|30|31)\d{3}[0-9Xx]$/.test(value)) {
|
|
3307
|
-
callback(new Error("
|
|
3070
|
+
callback(new Error("请输入正确的身份证号"));
|
|
3308
3071
|
}
|
|
3309
3072
|
callback();
|
|
3310
3073
|
}`;
|
|
@@ -3315,7 +3078,7 @@ const validateEmail = `
|
|
|
3315
3078
|
if (value === "" || value == null) {
|
|
3316
3079
|
callback(new Error("请输入"));
|
|
3317
3080
|
} else if (!/^[A-Za-z0-9\u4e00-\u9fa5]+@[a-zA-Z0-9_-]+(\.[a-zA-Z0-9_-]+)+$/.test(value)) {
|
|
3318
|
-
callback(new Error("
|
|
3081
|
+
callback(new Error("请输入正确的邮箱"));
|
|
3319
3082
|
}
|
|
3320
3083
|
callback();
|
|
3321
3084
|
}`;
|
|
@@ -3358,7 +3121,7 @@ const ruleList = [
|
|
|
3358
3121
|
},
|
|
3359
3122
|
];
|
|
3360
3123
|
|
|
3361
|
-
const
|
|
3124
|
+
const __vite_glob_0_14 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
3362
3125
|
__proto__: null,
|
|
3363
3126
|
default: ruleList
|
|
3364
3127
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
@@ -3395,8 +3158,7 @@ const _hoisted_1$e = {
|
|
|
3395
3158
|
key: 0,
|
|
3396
3159
|
class: "item_require"
|
|
3397
3160
|
};
|
|
3398
|
-
const _hoisted_2$
|
|
3399
|
-
const _hoisted_3$5 = { key: 1 };
|
|
3161
|
+
const _hoisted_2$5 = { key: 1 };
|
|
3400
3162
|
function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3401
3163
|
const _component_el_tooltip = ElTooltip;
|
|
3402
3164
|
const _component_el_option = ElOption;
|
|
@@ -3421,9 +3183,9 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3421
3183
|
content: _ctx.item.data.tip,
|
|
3422
3184
|
placement: "top"
|
|
3423
3185
|
}, {
|
|
3424
|
-
default: withCtx(() => [
|
|
3425
|
-
|
|
3426
|
-
]),
|
|
3186
|
+
default: withCtx(() => [..._cache[4] || (_cache[4] = [
|
|
3187
|
+
createElementVNode("span", { class: "tip iconfontui icon-tishi" }, null, -1)
|
|
3188
|
+
])]),
|
|
3427
3189
|
_: 1
|
|
3428
3190
|
}, 8, ["content"])) : createCommentVNode("", true)
|
|
3429
3191
|
], 6),
|
|
@@ -3451,7 +3213,7 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3451
3213
|
]),
|
|
3452
3214
|
_: 1
|
|
3453
3215
|
}, 8, ["modelValue", "placeholder", "size", "disabled"])) : createCommentVNode("", true),
|
|
3454
|
-
!_ctx.drag && (_ctx.item.data.state === "readonly" || _ctx.readonly) ? (openBlock(), createElementBlock("span",
|
|
3216
|
+
!_ctx.drag && (_ctx.item.data.state === "readonly" || _ctx.readonly) ? (openBlock(), createElementBlock("span", _hoisted_2$5, toDisplayString(_ctx.data[_ctx.item.data.fieldName] || "--"), 1)) : !_ctx.drag ? (openBlock(), createBlock(_component_el_select, {
|
|
3455
3217
|
key: 2,
|
|
3456
3218
|
modelValue: _ctx.data[_ctx.item.data.fieldName],
|
|
3457
3219
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.data[_ctx.item.data.fieldName] = $event),
|
|
@@ -3478,7 +3240,7 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3478
3240
|
}
|
|
3479
3241
|
const index$8 = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["render", _sfc_render$e]]);
|
|
3480
3242
|
|
|
3481
|
-
const
|
|
3243
|
+
const __vite_glob_0_15 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
3482
3244
|
__proto__: null,
|
|
3483
3245
|
default: index$8
|
|
3484
3246
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
@@ -3532,8 +3294,7 @@ const _hoisted_1$d = {
|
|
|
3532
3294
|
key: 0,
|
|
3533
3295
|
class: "item_require"
|
|
3534
3296
|
};
|
|
3535
|
-
const _hoisted_2$
|
|
3536
|
-
const _hoisted_3$4 = { key: 1 };
|
|
3297
|
+
const _hoisted_2$4 = { key: 1 };
|
|
3537
3298
|
function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3538
3299
|
const _component_el_tooltip = ElTooltip;
|
|
3539
3300
|
const _component_el_option = ElOption;
|
|
@@ -3558,9 +3319,9 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3558
3319
|
content: _ctx.item.data.tip,
|
|
3559
3320
|
placement: "top"
|
|
3560
3321
|
}, {
|
|
3561
|
-
default: withCtx(() => [
|
|
3562
|
-
|
|
3563
|
-
]),
|
|
3322
|
+
default: withCtx(() => [..._cache[4] || (_cache[4] = [
|
|
3323
|
+
createElementVNode("span", { class: "tip iconfontui icon-tishi" }, null, -1)
|
|
3324
|
+
])]),
|
|
3564
3325
|
_: 1
|
|
3565
3326
|
}, 8, ["content"])) : createCommentVNode("", true)
|
|
3566
3327
|
], 6),
|
|
@@ -3588,7 +3349,7 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3588
3349
|
}), 128))
|
|
3589
3350
|
]),
|
|
3590
3351
|
_: 1
|
|
3591
|
-
}, 8, ["modelValue", "placeholder", "disabled", "size"])) : !_ctx.drag && (_ctx.item.data.state === "readonly" || _ctx.readonly) ? (openBlock(), createElementBlock("span",
|
|
3352
|
+
}, 8, ["modelValue", "placeholder", "disabled", "size"])) : !_ctx.drag && (_ctx.item.data.state === "readonly" || _ctx.readonly) ? (openBlock(), createElementBlock("span", _hoisted_2$4, toDisplayString(_ctx.getReadonlyDisplayValue()), 1)) : (openBlock(), createBlock(_component_el_select, {
|
|
3592
3353
|
key: 2,
|
|
3593
3354
|
modelValue: _ctx.data[_ctx.item.data.fieldName],
|
|
3594
3355
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.data[_ctx.item.data.fieldName] = $event),
|
|
@@ -3616,7 +3377,7 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3616
3377
|
}
|
|
3617
3378
|
const index$7 = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["render", _sfc_render$d]]);
|
|
3618
3379
|
|
|
3619
|
-
const
|
|
3380
|
+
const __vite_glob_0_16 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
3620
3381
|
__proto__: null,
|
|
3621
3382
|
default: index$7
|
|
3622
3383
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
@@ -3650,11 +3411,6 @@ const _hoisted_1$c = {
|
|
|
3650
3411
|
key: 0,
|
|
3651
3412
|
class: "item_require"
|
|
3652
3413
|
};
|
|
3653
|
-
const _hoisted_2$7 = /* @__PURE__ */ createElementVNode("span", { class: "tip iconfontui icon-tishi" }, null, -1);
|
|
3654
|
-
const _hoisted_3$3 = /* @__PURE__ */ createTextVNode("\u5DF2\u8BBE\u7F6E");
|
|
3655
|
-
const _hoisted_4 = /* @__PURE__ */ createTextVNode("\u672A\u8BBE\u7F6E");
|
|
3656
|
-
const _hoisted_5 = /* @__PURE__ */ createTextVNode("\u666E\u901A\u8BBE\u7F6E");
|
|
3657
|
-
const _hoisted_6 = /* @__PURE__ */ createTextVNode("\u9AD8\u7EA7\u8BBE\u7F6E");
|
|
3658
3414
|
function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3659
3415
|
const _component_el_tooltip = ElTooltip;
|
|
3660
3416
|
const _component_el_button = ElButton;
|
|
@@ -3676,9 +3432,9 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3676
3432
|
content: _ctx.item.data.tip,
|
|
3677
3433
|
placement: "top"
|
|
3678
3434
|
}, {
|
|
3679
|
-
default: withCtx(() => [
|
|
3680
|
-
|
|
3681
|
-
]),
|
|
3435
|
+
default: withCtx(() => [..._cache[0] || (_cache[0] = [
|
|
3436
|
+
createElementVNode("span", { class: "tip iconfontui icon-tishi" }, null, -1)
|
|
3437
|
+
])]),
|
|
3682
3438
|
_: 1
|
|
3683
3439
|
}, 8, ["content"])) : createCommentVNode("", true)
|
|
3684
3440
|
], 6),
|
|
@@ -3692,9 +3448,9 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3692
3448
|
type: "primary",
|
|
3693
3449
|
size: _ctx.size
|
|
3694
3450
|
}, {
|
|
3695
|
-
default: withCtx(() => [
|
|
3696
|
-
|
|
3697
|
-
]),
|
|
3451
|
+
default: withCtx(() => [..._cache[1] || (_cache[1] = [
|
|
3452
|
+
createTextVNode("\u5DF2\u8BBE\u7F6E", -1)
|
|
3453
|
+
])]),
|
|
3698
3454
|
_: 1
|
|
3699
3455
|
}, 8, ["size"])) : (openBlock(), createBlock(_component_el_button, {
|
|
3700
3456
|
key: 1,
|
|
@@ -3702,9 +3458,9 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3702
3458
|
type: "primary",
|
|
3703
3459
|
size: _ctx.size
|
|
3704
3460
|
}, {
|
|
3705
|
-
default: withCtx(() => [
|
|
3706
|
-
|
|
3707
|
-
]),
|
|
3461
|
+
default: withCtx(() => [..._cache[2] || (_cache[2] = [
|
|
3462
|
+
createTextVNode("\u672A\u8BBE\u7F6E", -1)
|
|
3463
|
+
])]),
|
|
3708
3464
|
_: 1
|
|
3709
3465
|
}, 8, ["size"])),
|
|
3710
3466
|
createElementVNode("div", null, [
|
|
@@ -3713,9 +3469,9 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3713
3469
|
size: _ctx.size,
|
|
3714
3470
|
onClick: _ctx.onConditionSet
|
|
3715
3471
|
}, {
|
|
3716
|
-
default: withCtx(() => [
|
|
3717
|
-
|
|
3718
|
-
]),
|
|
3472
|
+
default: withCtx(() => [..._cache[3] || (_cache[3] = [
|
|
3473
|
+
createTextVNode("\u666E\u901A\u8BBE\u7F6E", -1)
|
|
3474
|
+
])]),
|
|
3719
3475
|
_: 1
|
|
3720
3476
|
}, 8, ["size", "onClick"]),
|
|
3721
3477
|
createVNode(_component_el_button, {
|
|
@@ -3723,9 +3479,9 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3723
3479
|
size: _ctx.size,
|
|
3724
3480
|
onClick: _ctx.onHighConditionSet
|
|
3725
3481
|
}, {
|
|
3726
|
-
default: withCtx(() => [
|
|
3727
|
-
|
|
3728
|
-
]),
|
|
3482
|
+
default: withCtx(() => [..._cache[4] || (_cache[4] = [
|
|
3483
|
+
createTextVNode("\u9AD8\u7EA7\u8BBE\u7F6E", -1)
|
|
3484
|
+
])]),
|
|
3729
3485
|
_: 1
|
|
3730
3486
|
}, 8, ["size", "onClick"]),
|
|
3731
3487
|
createVNode(_component_ConditionSelect, {
|
|
@@ -3746,7 +3502,7 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3746
3502
|
}
|
|
3747
3503
|
const index$6 = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["render", _sfc_render$c]]);
|
|
3748
3504
|
|
|
3749
|
-
const
|
|
3505
|
+
const __vite_glob_0_17 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
3750
3506
|
__proto__: null,
|
|
3751
3507
|
default: index$6
|
|
3752
3508
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
@@ -3773,7 +3529,6 @@ const _hoisted_1$b = {
|
|
|
3773
3529
|
key: 0,
|
|
3774
3530
|
class: "item_require"
|
|
3775
3531
|
};
|
|
3776
|
-
const _hoisted_2$6 = /* @__PURE__ */ createElementVNode("span", { class: "tip iconfontui icon-tishi" }, null, -1);
|
|
3777
3532
|
function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3778
3533
|
const _component_el_tooltip = ElTooltip;
|
|
3779
3534
|
const _component_el_slider = ElSlider;
|
|
@@ -3793,9 +3548,9 @@ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3793
3548
|
content: _ctx.item.data.tip,
|
|
3794
3549
|
placement: "top"
|
|
3795
3550
|
}, {
|
|
3796
|
-
default: withCtx(() => [
|
|
3797
|
-
|
|
3798
|
-
]),
|
|
3551
|
+
default: withCtx(() => [..._cache[2] || (_cache[2] = [
|
|
3552
|
+
createElementVNode("span", { class: "tip iconfontui icon-tishi" }, null, -1)
|
|
3553
|
+
])]),
|
|
3799
3554
|
_: 1
|
|
3800
3555
|
}, 8, ["content"])) : createCommentVNode("", true)
|
|
3801
3556
|
], 6),
|
|
@@ -3824,7 +3579,7 @@ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3824
3579
|
}
|
|
3825
3580
|
const index$5 = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["render", _sfc_render$b]]);
|
|
3826
3581
|
|
|
3827
|
-
const
|
|
3582
|
+
const __vite_glob_0_18 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
3828
3583
|
__proto__: null,
|
|
3829
3584
|
default: index$5
|
|
3830
3585
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
@@ -3850,7 +3605,6 @@ const _hoisted_1$a = {
|
|
|
3850
3605
|
key: 0,
|
|
3851
3606
|
class: "item_require"
|
|
3852
3607
|
};
|
|
3853
|
-
const _hoisted_2$5 = /* @__PURE__ */ createElementVNode("span", { class: "tip iconfontui icon-tishi" }, null, -1);
|
|
3854
3608
|
function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3855
3609
|
const _component_el_tooltip = ElTooltip;
|
|
3856
3610
|
const _component_el_switch = ElSwitch;
|
|
@@ -3874,9 +3628,9 @@ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3874
3628
|
content: _ctx.item.data.tip,
|
|
3875
3629
|
placement: "top"
|
|
3876
3630
|
}, {
|
|
3877
|
-
default: withCtx(() => [
|
|
3878
|
-
|
|
3879
|
-
]),
|
|
3631
|
+
default: withCtx(() => [..._cache[2] || (_cache[2] = [
|
|
3632
|
+
createElementVNode("span", { class: "tip iconfontui icon-tishi" }, null, -1)
|
|
3633
|
+
])]),
|
|
3880
3634
|
_: 1
|
|
3881
3635
|
}, 8, ["content"])) : createCommentVNode("", true)
|
|
3882
3636
|
], 6),
|
|
@@ -3903,7 +3657,7 @@ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3903
3657
|
}
|
|
3904
3658
|
const index$4 = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["render", _sfc_render$a]]);
|
|
3905
3659
|
|
|
3906
|
-
const
|
|
3660
|
+
const __vite_glob_0_19 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
3907
3661
|
__proto__: null,
|
|
3908
3662
|
default: index$4
|
|
3909
3663
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
@@ -3944,8 +3698,7 @@ const _hoisted_1$9 = {
|
|
|
3944
3698
|
key: 0,
|
|
3945
3699
|
class: "item_require"
|
|
3946
3700
|
};
|
|
3947
|
-
const _hoisted_2$
|
|
3948
|
-
const _hoisted_3$2 = { key: 1 };
|
|
3701
|
+
const _hoisted_2$3 = { key: 1 };
|
|
3949
3702
|
function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3950
3703
|
const _component_el_tooltip = ElTooltip;
|
|
3951
3704
|
const _component_el_input = ElInput;
|
|
@@ -3969,9 +3722,9 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3969
3722
|
content: _ctx.item.data.tip,
|
|
3970
3723
|
placement: "top"
|
|
3971
3724
|
}, {
|
|
3972
|
-
default: withCtx(() => [
|
|
3973
|
-
|
|
3974
|
-
]),
|
|
3725
|
+
default: withCtx(() => [..._cache[4] || (_cache[4] = [
|
|
3726
|
+
createElementVNode("span", { class: "tip iconfontui icon-tishi" }, null, -1)
|
|
3727
|
+
])]),
|
|
3975
3728
|
_: 1
|
|
3976
3729
|
}, 8, ["content"])) : createCommentVNode("", true)
|
|
3977
3730
|
], 6),
|
|
@@ -3993,7 +3746,7 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3993
3746
|
minlength: _ctx.item.data.minLength,
|
|
3994
3747
|
class: normalizeClass("input-" + _ctx.item.data.align)
|
|
3995
3748
|
}, null, 8, ["modelValue", "placeholder", "size", "disabled", "readonly", "maxlength", "minlength", "class"])) : createCommentVNode("", true),
|
|
3996
|
-
!_ctx.drag && (_ctx.item.data.state === "readonly" || _ctx.readonly) ? (openBlock(), createElementBlock("span",
|
|
3749
|
+
!_ctx.drag && (_ctx.item.data.state === "readonly" || _ctx.readonly) ? (openBlock(), createElementBlock("span", _hoisted_2$3, toDisplayString(_ctx.data[_ctx.item.data.fieldName] || "--"), 1)) : !_ctx.drag ? (openBlock(), createBlock(_component_el_input, {
|
|
3997
3750
|
key: 2,
|
|
3998
3751
|
modelValue: _ctx.data[_ctx.item.data.fieldName],
|
|
3999
3752
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.data[_ctx.item.data.fieldName] = $event),
|
|
@@ -4014,7 +3767,7 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4014
3767
|
}
|
|
4015
3768
|
const index$3 = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$9]]);
|
|
4016
3769
|
|
|
4017
|
-
const
|
|
3770
|
+
const __vite_glob_0_20 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
4018
3771
|
__proto__: null,
|
|
4019
3772
|
default: index$3
|
|
4020
3773
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
@@ -4054,8 +3807,7 @@ const _hoisted_1$8 = {
|
|
|
4054
3807
|
key: 0,
|
|
4055
3808
|
class: "item_require"
|
|
4056
3809
|
};
|
|
4057
|
-
const _hoisted_2$
|
|
4058
|
-
const _hoisted_3$1 = { key: 1 };
|
|
3810
|
+
const _hoisted_2$2 = { key: 1 };
|
|
4059
3811
|
function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4060
3812
|
const _component_el_tooltip = ElTooltip;
|
|
4061
3813
|
const _component_el_input = ElInput;
|
|
@@ -4079,9 +3831,9 @@ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4079
3831
|
content: _ctx.item.data.tip,
|
|
4080
3832
|
placement: "top"
|
|
4081
3833
|
}, {
|
|
4082
|
-
default: withCtx(() => [
|
|
4083
|
-
|
|
4084
|
-
]),
|
|
3834
|
+
default: withCtx(() => [..._cache[4] || (_cache[4] = [
|
|
3835
|
+
createElementVNode("span", { class: "tip iconfontui icon-tishi" }, null, -1)
|
|
3836
|
+
])]),
|
|
4085
3837
|
_: 1
|
|
4086
3838
|
}, 8, ["content"])) : createCommentVNode("", true)
|
|
4087
3839
|
], 6),
|
|
@@ -4102,7 +3854,7 @@ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4102
3854
|
autosize: _ctx.item.data.autoHeight,
|
|
4103
3855
|
size: _ctx.size
|
|
4104
3856
|
}, null, 8, ["modelValue", "placeholder", "disabled", "readonly", "maxlength", "minlength", "autosize", "size"])) : createCommentVNode("", true),
|
|
4105
|
-
!_ctx.drag && (_ctx.item.data.state === "readonly" || _ctx.readonly) ? (openBlock(), createElementBlock("span",
|
|
3857
|
+
!_ctx.drag && (_ctx.item.data.state === "readonly" || _ctx.readonly) ? (openBlock(), createElementBlock("span", _hoisted_2$2, toDisplayString(_ctx.data[_ctx.item.data.fieldName] || "--"), 1)) : !_ctx.drag ? (openBlock(), createBlock(_component_el_input, {
|
|
4106
3858
|
key: 2,
|
|
4107
3859
|
type: "textarea",
|
|
4108
3860
|
modelValue: _ctx.data[_ctx.item.data.fieldName],
|
|
@@ -4122,7 +3874,7 @@ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4122
3874
|
}
|
|
4123
3875
|
const index$2 = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["render", _sfc_render$8]]);
|
|
4124
3876
|
|
|
4125
|
-
const
|
|
3877
|
+
const __vite_glob_0_21 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
4126
3878
|
__proto__: null,
|
|
4127
3879
|
default: index$2
|
|
4128
3880
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
@@ -4147,7 +3899,6 @@ const _hoisted_1$7 = {
|
|
|
4147
3899
|
key: 0,
|
|
4148
3900
|
class: "item_require"
|
|
4149
3901
|
};
|
|
4150
|
-
const _hoisted_2$2 = /* @__PURE__ */ createElementVNode("span", { class: "tip iconfontui icon-tishi" }, null, -1);
|
|
4151
3902
|
function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4152
3903
|
const _component_el_tooltip = ElTooltip;
|
|
4153
3904
|
const _component_el_time_select = ElTimeSelect;
|
|
@@ -4167,9 +3918,9 @@ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4167
3918
|
content: _ctx.item.data.tip,
|
|
4168
3919
|
placement: "top"
|
|
4169
3920
|
}, {
|
|
4170
|
-
default: withCtx(() => [
|
|
4171
|
-
|
|
4172
|
-
]),
|
|
3921
|
+
default: withCtx(() => [..._cache[2] || (_cache[2] = [
|
|
3922
|
+
createElementVNode("span", { class: "tip iconfontui icon-tishi" }, null, -1)
|
|
3923
|
+
])]),
|
|
4173
3924
|
_: 1
|
|
4174
3925
|
}, 8, ["content"])) : createCommentVNode("", true)
|
|
4175
3926
|
], 6),
|
|
@@ -4206,7 +3957,7 @@ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4206
3957
|
}
|
|
4207
3958
|
const index$1 = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["render", _sfc_render$7]]);
|
|
4208
3959
|
|
|
4209
|
-
const
|
|
3960
|
+
const __vite_glob_0_22 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
4210
3961
|
__proto__: null,
|
|
4211
3962
|
default: index$1
|
|
4212
3963
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
@@ -4247,7 +3998,7 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4247
3998
|
}
|
|
4248
3999
|
const Divider = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render$6]]);
|
|
4249
4000
|
|
|
4250
|
-
const
|
|
4001
|
+
const __vite_glob_0_23 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
4251
4002
|
__proto__: null,
|
|
4252
4003
|
default: Divider
|
|
4253
4004
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
@@ -4292,8 +4043,7 @@ const _hoisted_1$5 = {
|
|
|
4292
4043
|
key: 0,
|
|
4293
4044
|
class: "label"
|
|
4294
4045
|
};
|
|
4295
|
-
const _hoisted_2$1 =
|
|
4296
|
-
const _hoisted_3 = { class: "control" };
|
|
4046
|
+
const _hoisted_2$1 = { class: "control" };
|
|
4297
4047
|
function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4298
4048
|
const _component_el_tooltip = ElTooltip;
|
|
4299
4049
|
const _component_el_alert = ElAlert;
|
|
@@ -4309,13 +4059,13 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4309
4059
|
content: _ctx.item.data.tip,
|
|
4310
4060
|
placement: "top"
|
|
4311
4061
|
}, {
|
|
4312
|
-
default: withCtx(() => [
|
|
4313
|
-
|
|
4314
|
-
]),
|
|
4062
|
+
default: withCtx(() => [..._cache[1] || (_cache[1] = [
|
|
4063
|
+
createElementVNode("span", { class: "tip iconfontui icon-tishi" }, null, -1)
|
|
4064
|
+
])]),
|
|
4315
4065
|
_: 1
|
|
4316
4066
|
}, 8, ["content"])) : createCommentVNode("", true)
|
|
4317
4067
|
])) : createCommentVNode("", true),
|
|
4318
|
-
createElementVNode("div",
|
|
4068
|
+
createElementVNode("div", _hoisted_2$1, [
|
|
4319
4069
|
createVNode(_component_el_alert, {
|
|
4320
4070
|
title: _ctx.item.data.title,
|
|
4321
4071
|
type: _ctx.item.data.infotype,
|
|
@@ -4331,7 +4081,7 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4331
4081
|
}
|
|
4332
4082
|
const Info = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_render$5]]);
|
|
4333
4083
|
|
|
4334
|
-
const
|
|
4084
|
+
const __vite_glob_0_24 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
4335
4085
|
__proto__: null,
|
|
4336
4086
|
default: Info
|
|
4337
4087
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
@@ -4473,7 +4223,7 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4473
4223
|
}
|
|
4474
4224
|
const Tabs = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_render$4]]);
|
|
4475
4225
|
|
|
4476
|
-
const
|
|
4226
|
+
const __vite_glob_0_25 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
4477
4227
|
__proto__: null,
|
|
4478
4228
|
default: Tabs
|
|
4479
4229
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
@@ -4619,7 +4369,7 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4619
4369
|
}
|
|
4620
4370
|
const collapse = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render$3]]);
|
|
4621
4371
|
|
|
4622
|
-
const
|
|
4372
|
+
const __vite_glob_0_26 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
4623
4373
|
__proto__: null,
|
|
4624
4374
|
default: collapse
|
|
4625
4375
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
@@ -4789,7 +4539,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4789
4539
|
}
|
|
4790
4540
|
const grid = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_render$2]]);
|
|
4791
4541
|
|
|
4792
|
-
const
|
|
4542
|
+
const __vite_glob_0_27 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
4793
4543
|
__proto__: null,
|
|
4794
4544
|
default: grid
|
|
4795
4545
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
@@ -4935,7 +4685,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4935
4685
|
}
|
|
4936
4686
|
const table = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1]]);
|
|
4937
4687
|
|
|
4938
|
-
const
|
|
4688
|
+
const __vite_glob_0_28 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
4939
4689
|
__proto__: null,
|
|
4940
4690
|
default: table
|
|
4941
4691
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
@@ -5564,6 +5314,7 @@ const _ = new Flex();
|
|
|
5564
5314
|
/* unplugin-vue-components disabled */const Loading_vue_vue_type_style_index_0_scoped_true_lang = '';
|
|
5565
5315
|
|
|
5566
5316
|
const _sfc_main = {};
|
|
5317
|
+
|
|
5567
5318
|
const _hoisted_1 = { class: "loading" };
|
|
5568
5319
|
|
|
5569
5320
|
function _sfc_render(_ctx, _cache) {
|
|
@@ -5576,7 +5327,7 @@ function _sfc_render(_ctx, _cache) {
|
|
|
5576
5327
|
const Loading = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render],['__scopeId',"data-v-5c6e2e4a"]]);
|
|
5577
5328
|
|
|
5578
5329
|
const utilFuns = {};
|
|
5579
|
-
const files = /* #__PURE__ */ Object.assign({"./common/KeyValueConfig.vue": __vite_glob_0_0,"./common/KeyValueConfigMult.vue": __vite_glob_0_1,"./common/Loading.vue": __vite_glob_0_2,"./common/action.vue": __vite_glob_0_3,"./common/listConfig.vue": __vite_glob_0_4,"./common/panel.vue": __vite_glob_0_5,"./common/radiogroup.vue": __vite_glob_0_6,"./components/CheckBox/index.vue": __vite_glob_0_7,"./components/ColorSelect/index.vue": __vite_glob_0_8,"./components/Date/index.vue": __vite_glob_0_9,"./components/DateTime/index.vue": __vite_glob_0_10,"./components/InputNumber/index.vue": __vite_glob_0_11,"./components/Radio/index.vue": __vite_glob_0_12,"./components/
|
|
5330
|
+
const files = /* #__PURE__ */ Object.assign({"./common/KeyValueConfig.vue": __vite_glob_0_0,"./common/KeyValueConfigMult.vue": __vite_glob_0_1,"./common/Loading.vue": __vite_glob_0_2,"./common/action.vue": __vite_glob_0_3,"./common/listConfig.vue": __vite_glob_0_4,"./common/panel.vue": __vite_glob_0_5,"./common/radiogroup.vue": __vite_glob_0_6,"./components/CheckBox/index.vue": __vite_glob_0_7,"./components/ColorSelect/index.vue": __vite_glob_0_8,"./components/Date/index.vue": __vite_glob_0_9,"./components/DateTime/index.vue": __vite_glob_0_10,"./components/InputNumber/index.vue": __vite_glob_0_11,"./components/Radio/index.vue": __vite_glob_0_12,"./components/Rule/ruleform.json": __vite_glob_0_13,"./components/Rule/rules.js": __vite_glob_0_14,"./components/Selected/index.vue": __vite_glob_0_15,"./components/Selecteds/index.vue": __vite_glob_0_16,"./components/ShowRule/index.vue": __vite_glob_0_17,"./components/Slider/index.vue": __vite_glob_0_18,"./components/Switch/index.vue": __vite_glob_0_19,"./components/Text/index.vue": __vite_glob_0_20,"./components/TextArea/index.vue": __vite_glob_0_21,"./components/Time/index.vue": __vite_glob_0_22,"./layout/Divider.vue": __vite_glob_0_23,"./layout/Info.vue": __vite_glob_0_24,"./layout/Tabs.vue": __vite_glob_0_25,"./layout/collapse.vue": __vite_glob_0_26,"./layout/grid.vue": __vite_glob_0_27,"./layout/table.vue": __vite_glob_0_28});
|
|
5580
5331
|
Object.keys(files).forEach((fileName) => {
|
|
5581
5332
|
const result = files[fileName].default;
|
|
5582
5333
|
if (fileName.indexOf(".vue") != -1) {
|
|
@@ -5584,7 +5335,7 @@ Object.keys(files).forEach((fileName) => {
|
|
|
5584
5335
|
}
|
|
5585
5336
|
});
|
|
5586
5337
|
const RichText = defineAsyncComponent({
|
|
5587
|
-
loader: () => import('./index-
|
|
5338
|
+
loader: () => import('./index-b3b75fee.mjs'),
|
|
5588
5339
|
loadingComponent: Loading
|
|
5589
5340
|
});
|
|
5590
5341
|
RichText.ControlType = "RichText";
|
|
@@ -5593,7 +5344,7 @@ RichText.icon = "icon-textEdit";
|
|
|
5593
5344
|
RichText.formConfig = getFormConfig("RichText");
|
|
5594
5345
|
utilFuns[RichText.ControlType] = RichText;
|
|
5595
5346
|
const jsonEditor = defineAsyncComponent({
|
|
5596
|
-
loader: () => import('./index-
|
|
5347
|
+
loader: () => import('./index-d029d3de.mjs'),
|
|
5597
5348
|
loadingComponent: Loading
|
|
5598
5349
|
});
|
|
5599
5350
|
jsonEditor.ControlType = "JsonEditor";
|
|
@@ -5603,14 +5354,14 @@ jsonEditor.formConfig = getFormConfig("JsonEditor", [{ fieldName: "default", com
|
|
|
5603
5354
|
jsonEditor.rule = _.getJsonValidate();
|
|
5604
5355
|
utilFuns[jsonEditor.ControlType] = jsonEditor;
|
|
5605
5356
|
const formAction = defineAsyncComponent({
|
|
5606
|
-
loader: () => import('./formAction-
|
|
5357
|
+
loader: () => import('./formAction-47da9ade.mjs'),
|
|
5607
5358
|
loadingComponent: Loading
|
|
5608
5359
|
});
|
|
5609
5360
|
formAction.ControlType = "FormAction";
|
|
5610
5361
|
formAction.isHide = true;
|
|
5611
5362
|
utilFuns[formAction.ControlType] = formAction;
|
|
5612
5363
|
const Rule = defineAsyncComponent({
|
|
5613
|
-
loader: () => import('./index-
|
|
5364
|
+
loader: () => import('./index-2d78c11c.mjs'),
|
|
5614
5365
|
loadingComponent: Loading
|
|
5615
5366
|
});
|
|
5616
5367
|
Rule.ControlType = "Rule";
|
|
@@ -5619,9 +5370,9 @@ utilFuns[Rule.ControlType] = Rule;
|
|
|
5619
5370
|
const install = (app) => {
|
|
5620
5371
|
app.config.globalProperties.$formcomponents = utilFuns;
|
|
5621
5372
|
};
|
|
5622
|
-
const Dynamicform = defineAsyncComponent(() => import('./starfish-form-
|
|
5373
|
+
const Dynamicform = defineAsyncComponent(() => import('./starfish-form-ff99f526.mjs'));
|
|
5623
5374
|
const main = {
|
|
5624
5375
|
install
|
|
5625
5376
|
};
|
|
5626
5377
|
|
|
5627
|
-
export { Dynamicform as D, _export_sfc as _,
|
|
5378
|
+
export { Dynamicform as D, _export_sfc as _, _ as a, ruleJsonData as b, fieldProps as f, getFormConfig as g, main as m, ruleList as r, useWatch as u };
|