star-horse-lowcode 2.7.7 → 2.7.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/index.css +1 -1
- package/dist/index.cjs.js +4 -4
- package/dist/index.es.js +69 -65
- package/dist/index.umd.js +5 -5
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -95827,7 +95827,7 @@ const _sfc_main$1F = /* @__PURE__ */ defineComponent({
|
|
|
95827
95827
|
dataForm.value[props.item?.fieldName] = props.item?.defaultValue;
|
|
95828
95828
|
}
|
|
95829
95829
|
};
|
|
95830
|
-
const defaultAction = ref("
|
|
95830
|
+
const defaultAction = ref("normal");
|
|
95831
95831
|
const typeList = ["select", "tselect", "date", "daterange"];
|
|
95832
95832
|
const actionName = ref();
|
|
95833
95833
|
const randId = ref();
|
|
@@ -95953,7 +95953,7 @@ const _sfc_main$1F = /* @__PURE__ */ defineComponent({
|
|
|
95953
95953
|
}
|
|
95954
95954
|
});
|
|
95955
95955
|
|
|
95956
|
-
const StarHorseItem = /* @__PURE__ */ _export_sfc(_sfc_main$1F, [["__scopeId", "data-v-
|
|
95956
|
+
const StarHorseItem = /* @__PURE__ */ _export_sfc(_sfc_main$1F, [["__scopeId", "data-v-d74f86fa"]]);
|
|
95957
95957
|
|
|
95958
95958
|
const StarHorseItem$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
95959
95959
|
__proto__: null,
|
|
@@ -109841,7 +109841,12 @@ const operationRelation = (relation, actionName, formData, currentName) => {
|
|
|
109841
109841
|
}
|
|
109842
109842
|
};
|
|
109843
109843
|
const allAction = (context, actionName, isInit = false) => {
|
|
109844
|
-
if (isDesign.value && isInit) {
|
|
109844
|
+
if (isDesign.value && isInit || actionName == "normal") {
|
|
109845
|
+
return;
|
|
109846
|
+
}
|
|
109847
|
+
const field = context.attrs["field"];
|
|
109848
|
+
const tempName = field.preps?.actionName;
|
|
109849
|
+
if (actionName != tempName) {
|
|
109845
109850
|
return;
|
|
109846
109851
|
}
|
|
109847
109852
|
switch (actionName) {
|
|
@@ -109865,7 +109870,6 @@ const allAction = (context, actionName, isInit = false) => {
|
|
|
109865
109870
|
console.log("不支持的事件:" + actionName);
|
|
109866
109871
|
return;
|
|
109867
109872
|
}
|
|
109868
|
-
const field = context.attrs["field"];
|
|
109869
109873
|
if (actionName == "input" && actionName != field.preps["actionName"]) {
|
|
109870
109874
|
return;
|
|
109871
109875
|
}
|
|
@@ -109897,7 +109901,7 @@ const _sfc_main$R = defineComponent({
|
|
|
109897
109901
|
const field = context.attrs["field"];
|
|
109898
109902
|
let formItem = shallowRef({ label: "input", required: false });
|
|
109899
109903
|
let dataField = shallowRef("");
|
|
109900
|
-
let actionName = shallowRef("
|
|
109904
|
+
let actionName = shallowRef("normal");
|
|
109901
109905
|
const itemAction = (prep) => {
|
|
109902
109906
|
allAction(context, prep);
|
|
109903
109907
|
};
|
|
@@ -109918,7 +109922,7 @@ const _sfc_main$R = defineComponent({
|
|
|
109918
109922
|
};
|
|
109919
109923
|
onMounted(() => {
|
|
109920
109924
|
initData();
|
|
109921
|
-
actionName.value = field.preps?.actionName || "
|
|
109925
|
+
actionName.value = field.preps?.actionName || "normal";
|
|
109922
109926
|
if (!context.attrs["isSearch"]) {
|
|
109923
109927
|
allAction(context, actionName.value, true);
|
|
109924
109928
|
}
|
|
@@ -109980,7 +109984,7 @@ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
109980
109984
|
_: 1
|
|
109981
109985
|
}, 8, ["isDesign", "bareFlag", "form-item", "parentField"]);
|
|
109982
109986
|
}
|
|
109983
|
-
const areaItem = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["render", _sfc_render$F], ["__scopeId", "data-v-
|
|
109987
|
+
const areaItem = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["render", _sfc_render$F], ["__scopeId", "data-v-eb7275c8"]]);
|
|
109984
109988
|
|
|
109985
109989
|
const areaItem$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
109986
109990
|
__proto__: null,
|
|
@@ -110102,7 +110106,7 @@ const _sfc_main$P = defineComponent({
|
|
|
110102
110106
|
const field = context.attrs["field"];
|
|
110103
110107
|
let formItem = shallowRef({ label: "input", required: false });
|
|
110104
110108
|
let dataField = shallowRef("");
|
|
110105
|
-
let actionName = shallowRef("
|
|
110109
|
+
let actionName = shallowRef("normal");
|
|
110106
110110
|
const itemAction = (prep) => {
|
|
110107
110111
|
allAction(context, prep);
|
|
110108
110112
|
};
|
|
@@ -110111,7 +110115,7 @@ const _sfc_main$P = defineComponent({
|
|
|
110111
110115
|
};
|
|
110112
110116
|
onMounted(() => {
|
|
110113
110117
|
initData();
|
|
110114
|
-
actionName.value = field.preps?.actionName || "
|
|
110118
|
+
actionName.value = field.preps?.actionName || "normal";
|
|
110115
110119
|
if (!context.attrs["isSearch"]) {
|
|
110116
110120
|
allAction(context, actionName.value, true);
|
|
110117
110121
|
}
|
|
@@ -110205,7 +110209,7 @@ const _sfc_main$O = defineComponent({
|
|
|
110205
110209
|
let btnDialogVisible = shallowRef(false);
|
|
110206
110210
|
const btnCompRef = shallowRef();
|
|
110207
110211
|
onMounted(() => {
|
|
110208
|
-
actionName.value = field.preps?.actionName || "
|
|
110212
|
+
actionName.value = field.preps?.actionName || "normal";
|
|
110209
110213
|
});
|
|
110210
110214
|
const operResultAction = async () => {
|
|
110211
110215
|
let action = field.preps;
|
|
@@ -110373,7 +110377,7 @@ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
110373
110377
|
}, 8, ["isDesign", "bareFlag", "form-item", "parentField"])
|
|
110374
110378
|
], 64);
|
|
110375
110379
|
}
|
|
110376
|
-
const buttonItem = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["render", _sfc_render$C], ["__scopeId", "data-v-
|
|
110380
|
+
const buttonItem = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["render", _sfc_render$C], ["__scopeId", "data-v-259e1c67"]]);
|
|
110377
110381
|
|
|
110378
110382
|
const buttonItem$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
110379
110383
|
__proto__: null,
|
|
@@ -110386,7 +110390,7 @@ const _sfc_main$N = defineComponent({
|
|
|
110386
110390
|
const field = context.attrs["field"];
|
|
110387
110391
|
let formItem = shallowRef({ label: "input", required: false });
|
|
110388
110392
|
let dataField = shallowRef("");
|
|
110389
|
-
let actionName = shallowRef("
|
|
110393
|
+
let actionName = shallowRef("normal");
|
|
110390
110394
|
const itemAction = (prep) => {
|
|
110391
110395
|
allAction(context, prep);
|
|
110392
110396
|
};
|
|
@@ -110407,7 +110411,7 @@ const _sfc_main$N = defineComponent({
|
|
|
110407
110411
|
};
|
|
110408
110412
|
onMounted(() => {
|
|
110409
110413
|
initData();
|
|
110410
|
-
actionName.value = field.preps?.actionName || "
|
|
110414
|
+
actionName.value = field.preps?.actionName || "normal";
|
|
110411
110415
|
if (!context.attrs["isSearch"]) {
|
|
110412
110416
|
allAction(context, actionName.value, true);
|
|
110413
110417
|
}
|
|
@@ -110469,7 +110473,7 @@ function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
110469
110473
|
_: 1
|
|
110470
110474
|
}, 8, ["isDesign", "bareFlag", "form-item", "parentField"]);
|
|
110471
110475
|
}
|
|
110472
|
-
const cascadeItem = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["render", _sfc_render$B], ["__scopeId", "data-v-
|
|
110476
|
+
const cascadeItem = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["render", _sfc_render$B], ["__scopeId", "data-v-1845e9e0"]]);
|
|
110473
110477
|
|
|
110474
110478
|
const cascadeItem$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
110475
110479
|
__proto__: null,
|
|
@@ -110547,7 +110551,7 @@ const _sfc_main$L = defineComponent({
|
|
|
110547
110551
|
allAction(context, prep);
|
|
110548
110552
|
};
|
|
110549
110553
|
onMounted(() => {
|
|
110550
|
-
actionName.value = field.preps?.actionName || "
|
|
110554
|
+
actionName.value = field.preps?.actionName || "normal";
|
|
110551
110555
|
if (!context.attrs["isSearch"]) {
|
|
110552
110556
|
allAction(context, actionName.value, true);
|
|
110553
110557
|
}
|
|
@@ -113462,7 +113466,7 @@ const _sfc_main$B = defineComponent({
|
|
|
113462
113466
|
};
|
|
113463
113467
|
resetForm();
|
|
113464
113468
|
onMounted(() => {
|
|
113465
|
-
actionName.value = field.preps?.actionName || "
|
|
113469
|
+
actionName.value = field.preps?.actionName || "normal";
|
|
113466
113470
|
if (!context.attrs["isSearch"]) {
|
|
113467
113471
|
allAction(context, actionName.value, true);
|
|
113468
113472
|
}
|
|
@@ -113545,7 +113549,7 @@ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
113545
113549
|
}, 8, ["isDesign", "bareFlag", "form-item", "parentField"])
|
|
113546
113550
|
], 64);
|
|
113547
113551
|
}
|
|
113548
|
-
const cronItem = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["render", _sfc_render$y], ["__scopeId", "data-v-
|
|
113552
|
+
const cronItem = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["render", _sfc_render$y], ["__scopeId", "data-v-0dd78e31"]]);
|
|
113549
113553
|
|
|
113550
113554
|
const cronItem$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
113551
113555
|
__proto__: null,
|
|
@@ -113558,7 +113562,7 @@ const _sfc_main$A = defineComponent({
|
|
|
113558
113562
|
const field = context.attrs["field"];
|
|
113559
113563
|
let formItem = shallowRef({ label: "input", required: false });
|
|
113560
113564
|
let dataField = shallowRef("");
|
|
113561
|
-
let actionName = shallowRef("
|
|
113565
|
+
let actionName = shallowRef("normal");
|
|
113562
113566
|
const itemAction = (prep) => {
|
|
113563
113567
|
if (prep == "change" && field.preps["type"]?.includes("range")) {
|
|
113564
113568
|
let val = context.attrs["formData"][field.preps["name"]];
|
|
@@ -113570,7 +113574,7 @@ const _sfc_main$A = defineComponent({
|
|
|
113570
113574
|
allAction(context, prep);
|
|
113571
113575
|
};
|
|
113572
113576
|
onMounted(() => {
|
|
113573
|
-
actionName.value = field.preps?.actionName || "
|
|
113577
|
+
actionName.value = field.preps?.actionName || "normal";
|
|
113574
113578
|
if (!context.attrs["isSearch"]) {
|
|
113575
113579
|
allAction(context, actionName.value, true);
|
|
113576
113580
|
}
|
|
@@ -113628,7 +113632,7 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
113628
113632
|
_: 1
|
|
113629
113633
|
}, 8, ["isDesign", "bareFlag", "form-item", "parentField"]);
|
|
113630
113634
|
}
|
|
113631
|
-
const datetimeItem = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["render", _sfc_render$x], ["__scopeId", "data-v-
|
|
113635
|
+
const datetimeItem = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["render", _sfc_render$x], ["__scopeId", "data-v-bb57eaee"]]);
|
|
113632
113636
|
|
|
113633
113637
|
const datetimeItem$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
113634
113638
|
__proto__: null,
|
|
@@ -113685,7 +113689,7 @@ const _sfc_main$y = defineComponent({
|
|
|
113685
113689
|
console.error(e);
|
|
113686
113690
|
}
|
|
113687
113691
|
};
|
|
113688
|
-
let actionName = shallowRef("
|
|
113692
|
+
let actionName = shallowRef("normal");
|
|
113689
113693
|
const itemAction = (prep) => {
|
|
113690
113694
|
allAction(context, prep);
|
|
113691
113695
|
};
|
|
@@ -113742,7 +113746,7 @@ const _sfc_main$y = defineComponent({
|
|
|
113742
113746
|
dialogInputTableRef.value?.createSearchParams(data);
|
|
113743
113747
|
};
|
|
113744
113748
|
onMounted(() => {
|
|
113745
|
-
actionName.value = field.preps?.actionName || "
|
|
113749
|
+
actionName.value = field.preps?.actionName || "normal";
|
|
113746
113750
|
if (!context.attrs["isSearch"]) {
|
|
113747
113751
|
allAction(context, actionName.value, true);
|
|
113748
113752
|
}
|
|
@@ -113846,7 +113850,7 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
113846
113850
|
}, 8, ["isDesign", "bareFlag", "formItem", "parentField"])
|
|
113847
113851
|
], 64);
|
|
113848
113852
|
}
|
|
113849
|
-
const dialogInputItem = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["render", _sfc_render$v], ["__scopeId", "data-v-
|
|
113853
|
+
const dialogInputItem = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["render", _sfc_render$v], ["__scopeId", "data-v-c04b9988"]]);
|
|
113850
113854
|
|
|
113851
113855
|
const dialogInputItem$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
113852
113856
|
__proto__: null,
|
|
@@ -131125,7 +131129,7 @@ const _sfc_main$u = defineComponent({
|
|
|
131125
131129
|
let allIconList = ref([]);
|
|
131126
131130
|
let iconType = ref("system");
|
|
131127
131131
|
const popoverRef = shallowRef();
|
|
131128
|
-
let actionName = shallowRef("
|
|
131132
|
+
let actionName = shallowRef("normal");
|
|
131129
131133
|
const assignIcon = (iconName) => {
|
|
131130
131134
|
context.attrs["formData"][field.preps["name"]] = iconName;
|
|
131131
131135
|
unref(popoverRef).popperRef?.delayHide?.();
|
|
@@ -131150,7 +131154,7 @@ const _sfc_main$u = defineComponent({
|
|
|
131150
131154
|
context.emit("selfFunc", prep);
|
|
131151
131155
|
};
|
|
131152
131156
|
onMounted(() => {
|
|
131153
|
-
actionName.value = field.preps?.actionName || "
|
|
131157
|
+
actionName.value = field.preps?.actionName || "normal";
|
|
131154
131158
|
if (field.preps["values"]?.length > 0) {
|
|
131155
131159
|
allIconList.value = field.preps["values"];
|
|
131156
131160
|
iconType.value = "user";
|
|
@@ -131278,7 +131282,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
131278
131282
|
_: 1
|
|
131279
131283
|
}, 8, ["isDesign", "bareFlag", "form-item", "parentField"]);
|
|
131280
131284
|
}
|
|
131281
|
-
const iconItem = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["render", _sfc_render$r], ["__scopeId", "data-v-
|
|
131285
|
+
const iconItem = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["render", _sfc_render$r], ["__scopeId", "data-v-5b2a3510"]]);
|
|
131282
131286
|
|
|
131283
131287
|
const iconItem$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
131284
131288
|
__proto__: null,
|
|
@@ -131321,7 +131325,7 @@ const _sfc_main$t = defineComponent({
|
|
|
131321
131325
|
context.emit("selfFunc", prep, uploadFile, uploadFiles, param);
|
|
131322
131326
|
};
|
|
131323
131327
|
onMounted(() => {
|
|
131324
|
-
actionName.value = field.preps?.actionName || "
|
|
131328
|
+
actionName.value = field.preps?.actionName || "normal";
|
|
131325
131329
|
if (!context.attrs["isSearch"]) {
|
|
131326
131330
|
allAction(context, actionName.value, true);
|
|
131327
131331
|
}
|
|
@@ -131498,7 +131502,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
131498
131502
|
_: 1
|
|
131499
131503
|
}, 8, ["isDesign", "bareFlag", "form-item", "parentField"]);
|
|
131500
131504
|
}
|
|
131501
|
-
const imageItem = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$q], ["__scopeId", "data-v-
|
|
131505
|
+
const imageItem = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$q], ["__scopeId", "data-v-0fc22094"]]);
|
|
131502
131506
|
|
|
131503
131507
|
const imageItem$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
131504
131508
|
__proto__: null,
|
|
@@ -131516,7 +131520,7 @@ const _sfc_main$s = defineComponent({
|
|
|
131516
131520
|
let preSelect = shallowRef("");
|
|
131517
131521
|
let appSelect = shallowRef("");
|
|
131518
131522
|
const inputItemRef = ref();
|
|
131519
|
-
let actionName = shallowRef("
|
|
131523
|
+
let actionName = shallowRef("normal");
|
|
131520
131524
|
const dynamicFunction = (_funcName, data) => {
|
|
131521
131525
|
if (!data) {
|
|
131522
131526
|
return;
|
|
@@ -131535,7 +131539,7 @@ const _sfc_main$s = defineComponent({
|
|
|
131535
131539
|
allAction(context, prep);
|
|
131536
131540
|
};
|
|
131537
131541
|
onMounted(() => {
|
|
131538
|
-
actionName.value = field.preps?.actionName || "
|
|
131542
|
+
actionName.value = field.preps?.actionName || "normal";
|
|
131539
131543
|
if (!context.attrs["isSearch"]) {
|
|
131540
131544
|
allAction(context, actionName.value, true);
|
|
131541
131545
|
}
|
|
@@ -131666,7 +131670,7 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
131666
131670
|
_: 1
|
|
131667
131671
|
}, 8, ["isDesign", "bareFlag", "formItem", "parentField"]);
|
|
131668
131672
|
}
|
|
131669
|
-
const inputItem = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render$p], ["__scopeId", "data-v-
|
|
131673
|
+
const inputItem = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render$p], ["__scopeId", "data-v-ab477483"]]);
|
|
131670
131674
|
|
|
131671
131675
|
const inputItem$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
131672
131676
|
__proto__: null,
|
|
@@ -131713,7 +131717,7 @@ const _sfc_main$r = defineComponent({
|
|
|
131713
131717
|
let fun = new Function(data);
|
|
131714
131718
|
fun();
|
|
131715
131719
|
};
|
|
131716
|
-
let actionName = shallowRef("
|
|
131720
|
+
let actionName = shallowRef("normal");
|
|
131717
131721
|
const itemAction = (prep) => {
|
|
131718
131722
|
allAction(context, prep);
|
|
131719
131723
|
};
|
|
@@ -131754,7 +131758,7 @@ const _sfc_main$r = defineComponent({
|
|
|
131754
131758
|
dialogInputVisible.value = false;
|
|
131755
131759
|
};
|
|
131756
131760
|
onMounted(() => {
|
|
131757
|
-
actionName.value = field.preps?.actionName || "
|
|
131761
|
+
actionName.value = field.preps?.actionName || "normal";
|
|
131758
131762
|
if (!context.attrs["isSearch"]) {
|
|
131759
131763
|
allAction(context, actionName.value, true);
|
|
131760
131764
|
}
|
|
@@ -131838,7 +131842,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
131838
131842
|
resize: "none",
|
|
131839
131843
|
onChange: _cache[1] || (_cache[1] = ($event) => _ctx.itemAction("change")),
|
|
131840
131844
|
onInput: _cache[2] || (_cache[2] = ($event) => _ctx.itemAction("input")),
|
|
131841
|
-
|
|
131845
|
+
onNormal: _cache[3] || (_cache[3] = ($event) => _ctx.itemAction("enter")),
|
|
131842
131846
|
onFocus: _cache[4] || (_cache[4] = ($event) => _ctx.itemAction("focus")),
|
|
131843
131847
|
onBlur: _cache[5] || (_cache[5] = ($event) => _ctx.itemAction("blur")),
|
|
131844
131848
|
modelValue: _ctx.context.attrs["formData"][_ctx.field.preps["name"]],
|
|
@@ -131861,7 +131865,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
131861
131865
|
}, 8, ["isDesign", "bareFlag", "form-item", "parentField"])
|
|
131862
131866
|
], 64);
|
|
131863
131867
|
}
|
|
131864
|
-
const jsonArrayItem = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$o], ["__scopeId", "data-v-
|
|
131868
|
+
const jsonArrayItem = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$o], ["__scopeId", "data-v-0380cd34"]]);
|
|
131865
131869
|
|
|
131866
131870
|
const jsonArrayItem$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
131867
131871
|
__proto__: null,
|
|
@@ -131908,7 +131912,7 @@ const _sfc_main$q = defineComponent({
|
|
|
131908
131912
|
let fun = new Function(data);
|
|
131909
131913
|
fun();
|
|
131910
131914
|
};
|
|
131911
|
-
let actionName = shallowRef("
|
|
131915
|
+
let actionName = shallowRef("normal");
|
|
131912
131916
|
const itemAction = (prep) => {
|
|
131913
131917
|
allAction(context, prep);
|
|
131914
131918
|
};
|
|
@@ -131960,7 +131964,7 @@ const _sfc_main$q = defineComponent({
|
|
|
131960
131964
|
dialogInputVisible.value = false;
|
|
131961
131965
|
};
|
|
131962
131966
|
onMounted(() => {
|
|
131963
|
-
actionName.value = field.preps?.actionName || "
|
|
131967
|
+
actionName.value = field.preps?.actionName || "normal";
|
|
131964
131968
|
if (!context.attrs["isSearch"]) {
|
|
131965
131969
|
allAction(context, actionName.value, true);
|
|
131966
131970
|
}
|
|
@@ -132067,7 +132071,7 @@ function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
132067
132071
|
}, 8, ["isDesign", "bareFlag", "form-item", "parentField"])
|
|
132068
132072
|
], 64);
|
|
132069
132073
|
}
|
|
132070
|
-
const jsonItem = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$n], ["__scopeId", "data-v-
|
|
132074
|
+
const jsonItem = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$n], ["__scopeId", "data-v-072ced0b"]]);
|
|
132071
132075
|
|
|
132072
132076
|
const jsonItem$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
132073
132077
|
__proto__: null,
|
|
@@ -183487,12 +183491,12 @@ const _sfc_main$o = defineComponent({
|
|
|
183487
183491
|
const field = context.attrs["field"];
|
|
183488
183492
|
let formItem = shallowRef({ label: "input", required: false });
|
|
183489
183493
|
let dataField = shallowRef("");
|
|
183490
|
-
let actionName = shallowRef("
|
|
183494
|
+
let actionName = shallowRef("normal");
|
|
183491
183495
|
const itemAction = (prep) => {
|
|
183492
183496
|
allAction(context, prep);
|
|
183493
183497
|
};
|
|
183494
183498
|
onMounted(() => {
|
|
183495
|
-
actionName.value = field.preps?.actionName || "
|
|
183499
|
+
actionName.value = field.preps?.actionName || "normal";
|
|
183496
183500
|
if (!context.attrs["isSearch"]) {
|
|
183497
183501
|
allAction(context, actionName.value, true);
|
|
183498
183502
|
}
|
|
@@ -183555,7 +183559,7 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
183555
183559
|
_: 1
|
|
183556
183560
|
}, 8, ["isDesign", "bareFlag", "form-item", "parentField"]);
|
|
183557
183561
|
}
|
|
183558
|
-
const numberItem = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["render", _sfc_render$l], ["__scopeId", "data-v-
|
|
183562
|
+
const numberItem = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["render", _sfc_render$l], ["__scopeId", "data-v-d4b1c180"]]);
|
|
183559
183563
|
|
|
183560
183564
|
const numberItem$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
183561
183565
|
__proto__: null,
|
|
@@ -183568,7 +183572,7 @@ const _sfc_main$n = defineComponent({
|
|
|
183568
183572
|
const field = context.attrs["field"];
|
|
183569
183573
|
let formItem = shallowRef({ label: "input", required: false });
|
|
183570
183574
|
let dataField = shallowRef("");
|
|
183571
|
-
let actionName = shallowRef("
|
|
183575
|
+
let actionName = shallowRef("normal");
|
|
183572
183576
|
let slotStyle = shallowRef("");
|
|
183573
183577
|
const isFocus = ref();
|
|
183574
183578
|
const handleFocus = () => {
|
|
@@ -183589,7 +183593,7 @@ const _sfc_main$n = defineComponent({
|
|
|
183589
183593
|
allAction(context, prep);
|
|
183590
183594
|
};
|
|
183591
183595
|
onMounted(() => {
|
|
183592
|
-
actionName.value = field.preps?.actionName || "
|
|
183596
|
+
actionName.value = field.preps?.actionName || "normal";
|
|
183593
183597
|
field.preps["maxName"] = field.preps["name"] + "Max";
|
|
183594
183598
|
field.preps["minName"] = field.preps["name"] + "Min";
|
|
183595
183599
|
let val = context.attrs["formData"][field.preps["name"]];
|
|
@@ -183698,7 +183702,7 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
183698
183702
|
_: 1
|
|
183699
183703
|
}, 8, ["isDesign", "bareFlag", "form-item", "parentField"]);
|
|
183700
183704
|
}
|
|
183701
|
-
const numberRangeItem = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$k], ["__scopeId", "data-v-
|
|
183705
|
+
const numberRangeItem = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$k], ["__scopeId", "data-v-22470fa7"]]);
|
|
183702
183706
|
|
|
183703
183707
|
const numberRangeItem$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
183704
183708
|
__proto__: null,
|
|
@@ -183716,7 +183720,7 @@ const _sfc_main$m = defineComponent({
|
|
|
183716
183720
|
let formItem = shallowRef({ label: "input", required: false });
|
|
183717
183721
|
let dataField = shallowRef("");
|
|
183718
183722
|
let multipleSelection = shallowRef([]);
|
|
183719
|
-
let actionName = shallowRef("
|
|
183723
|
+
let actionName = shallowRef("normal");
|
|
183720
183724
|
let pageInfo = ref({
|
|
183721
183725
|
pageSize: 20,
|
|
183722
183726
|
currentPage: 1,
|
|
@@ -183847,7 +183851,7 @@ const _sfc_main$m = defineComponent({
|
|
|
183847
183851
|
}
|
|
183848
183852
|
);
|
|
183849
183853
|
onMounted(() => {
|
|
183850
|
-
actionName.value = field.preps?.actionName || "
|
|
183854
|
+
actionName.value = field.preps?.actionName || "normal";
|
|
183851
183855
|
loadByPage(true);
|
|
183852
183856
|
if (!context.attrs["isSearch"]) {
|
|
183853
183857
|
allAction(context, actionName.value, true);
|
|
@@ -183996,7 +184000,7 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
183996
184000
|
_: 1
|
|
183997
184001
|
}, 8, ["isDesign", "bareFlag", "formItem", "parentField"]);
|
|
183998
184002
|
}
|
|
183999
|
-
const pageSelectItem = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["render", _sfc_render$j], ["__scopeId", "data-v-
|
|
184003
|
+
const pageSelectItem = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["render", _sfc_render$j], ["__scopeId", "data-v-75c423a1"]]);
|
|
184000
184004
|
|
|
184001
184005
|
const pageSelectItem$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
184002
184006
|
__proto__: null,
|
|
@@ -184016,12 +184020,12 @@ const _sfc_main$l = defineComponent({
|
|
|
184016
184020
|
let fun = new Function(data);
|
|
184017
184021
|
fun();
|
|
184018
184022
|
};
|
|
184019
|
-
let actionName = shallowRef("
|
|
184023
|
+
let actionName = shallowRef("normal");
|
|
184020
184024
|
const itemAction = (prep) => {
|
|
184021
184025
|
allAction(context, prep);
|
|
184022
184026
|
};
|
|
184023
184027
|
onMounted(() => {
|
|
184024
|
-
actionName.value = field.preps?.actionName || "
|
|
184028
|
+
actionName.value = field.preps?.actionName || "normal";
|
|
184025
184029
|
if (!context.attrs["isSearch"]) {
|
|
184026
184030
|
allAction(context, actionName.value, true);
|
|
184027
184031
|
}
|
|
@@ -184239,7 +184243,7 @@ const _sfc_main$i = defineComponent({
|
|
|
184239
184243
|
};
|
|
184240
184244
|
onMounted(() => {
|
|
184241
184245
|
initData();
|
|
184242
|
-
actionName.value = field.preps?.actionName || "
|
|
184246
|
+
actionName.value = field.preps?.actionName || "normal";
|
|
184243
184247
|
if (!context.attrs["isSearch"]) {
|
|
184244
184248
|
allAction(context, actionName.value, !field.preps["needInitLink"]);
|
|
184245
184249
|
}
|
|
@@ -184310,7 +184314,7 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
184310
184314
|
_: 1
|
|
184311
184315
|
}, 8, ["isDesign", "bareFlag", "form-item", "parentField"]);
|
|
184312
184316
|
}
|
|
184313
|
-
const selectItem = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$f], ["__scopeId", "data-v-
|
|
184317
|
+
const selectItem = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$f], ["__scopeId", "data-v-d6fada80"]]);
|
|
184314
184318
|
|
|
184315
184319
|
const selectItem$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
184316
184320
|
__proto__: null,
|
|
@@ -185067,7 +185071,7 @@ const _sfc_main$f = defineComponent({
|
|
|
185067
185071
|
allAction(context, prep);
|
|
185068
185072
|
};
|
|
185069
185073
|
onMounted(() => {
|
|
185070
|
-
actionName.value = field.preps?.actionName || "
|
|
185074
|
+
actionName.value = field.preps?.actionName || "normal";
|
|
185071
185075
|
if (!context.attrs["isSearch"]) {
|
|
185072
185076
|
allAction(context, actionName.value, false);
|
|
185073
185077
|
}
|
|
@@ -185253,7 +185257,7 @@ const _sfc_main$c = defineComponent({
|
|
|
185253
185257
|
let fun = new Function(data);
|
|
185254
185258
|
fun();
|
|
185255
185259
|
};
|
|
185256
|
-
let actionName = shallowRef("
|
|
185260
|
+
let actionName = shallowRef("normal");
|
|
185257
185261
|
const itemAction = (prep) => {
|
|
185258
185262
|
allAction(context, prep);
|
|
185259
185263
|
};
|
|
@@ -185268,7 +185272,7 @@ const _sfc_main$c = defineComponent({
|
|
|
185268
185272
|
context.attrs["formData"][field.preps["name"]] = dataField.value;
|
|
185269
185273
|
};
|
|
185270
185274
|
onMounted(() => {
|
|
185271
|
-
actionName.value = field.preps?.actionName || "
|
|
185275
|
+
actionName.value = field.preps?.actionName || "normal";
|
|
185272
185276
|
if (!context.attrs["isSearch"]) {
|
|
185273
185277
|
allAction(context, actionName.value, true);
|
|
185274
185278
|
}
|
|
@@ -185372,12 +185376,12 @@ const _sfc_main$b = defineComponent({
|
|
|
185372
185376
|
const field = context.attrs["field"];
|
|
185373
185377
|
let formItem = shallowRef({ label: "input", required: false });
|
|
185374
185378
|
let dataField = shallowRef("");
|
|
185375
|
-
let actionName = shallowRef("
|
|
185379
|
+
let actionName = shallowRef("normal");
|
|
185376
185380
|
const itemAction = (prep) => {
|
|
185377
185381
|
allAction(context, prep);
|
|
185378
185382
|
};
|
|
185379
185383
|
onMounted(() => {
|
|
185380
|
-
actionName.value = field.preps?.actionName || "
|
|
185384
|
+
actionName.value = field.preps?.actionName || "normal";
|
|
185381
185385
|
if (!context.attrs["isSearch"]) {
|
|
185382
185386
|
allAction(context, actionName.value, true);
|
|
185383
185387
|
}
|
|
@@ -185434,7 +185438,7 @@ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
185434
185438
|
_: 1
|
|
185435
185439
|
}, 8, ["isDesign", "bareFlag", "form-item", "parentField"]);
|
|
185436
185440
|
}
|
|
185437
|
-
const timeItem = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["render", _sfc_render$8], ["__scopeId", "data-v-
|
|
185441
|
+
const timeItem = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["render", _sfc_render$8], ["__scopeId", "data-v-53752248"]]);
|
|
185438
185442
|
|
|
185439
185443
|
const timeItem$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
185440
185444
|
__proto__: null,
|
|
@@ -185447,12 +185451,12 @@ const _sfc_main$a = defineComponent({
|
|
|
185447
185451
|
const field = context.attrs["field"];
|
|
185448
185452
|
let formItem = shallowRef({ label: "input", required: false });
|
|
185449
185453
|
let dataField = shallowRef("");
|
|
185450
|
-
let actionName = shallowRef("
|
|
185454
|
+
let actionName = shallowRef("normal");
|
|
185451
185455
|
const itemAction = (prep) => {
|
|
185452
185456
|
allAction(context, prep);
|
|
185453
185457
|
};
|
|
185454
185458
|
onMounted(() => {
|
|
185455
|
-
actionName.value = field.preps?.actionName || "
|
|
185459
|
+
actionName.value = field.preps?.actionName || "normal";
|
|
185456
185460
|
if (!context.attrs["isSearch"]) {
|
|
185457
185461
|
allAction(context, actionName.value, true);
|
|
185458
185462
|
}
|
|
@@ -185509,7 +185513,7 @@ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
185509
185513
|
_: 1
|
|
185510
185514
|
}, 8, ["isDesign", "bareFlag", "form-item", "parentField"]);
|
|
185511
185515
|
}
|
|
185512
|
-
const timePickerItem = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["render", _sfc_render$7], ["__scopeId", "data-v-
|
|
185516
|
+
const timePickerItem = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["render", _sfc_render$7], ["__scopeId", "data-v-203ce435"]]);
|
|
185513
185517
|
|
|
185514
185518
|
const timePickerItem$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
185515
185519
|
__proto__: null,
|
|
@@ -185522,7 +185526,7 @@ const _sfc_main$9 = defineComponent({
|
|
|
185522
185526
|
const field = context.attrs["field"];
|
|
185523
185527
|
let formItem = shallowRef({ label: "input", required: false });
|
|
185524
185528
|
let dataField = shallowRef("");
|
|
185525
|
-
let actionName = shallowRef("
|
|
185529
|
+
let actionName = shallowRef("normal");
|
|
185526
185530
|
const itemAction = (prep) => {
|
|
185527
185531
|
allAction(context, prep);
|
|
185528
185532
|
};
|
|
@@ -185534,7 +185538,7 @@ const _sfc_main$9 = defineComponent({
|
|
|
185534
185538
|
};
|
|
185535
185539
|
onMounted(() => {
|
|
185536
185540
|
initData();
|
|
185537
|
-
actionName.value = field.preps?.actionName || "
|
|
185541
|
+
actionName.value = field.preps?.actionName || "normal";
|
|
185538
185542
|
if (!context.attrs["isSearch"]) {
|
|
185539
185543
|
allAction(context, actionName.value, true);
|
|
185540
185544
|
}
|
|
@@ -185606,7 +185610,7 @@ const _sfc_main$8 = defineComponent({
|
|
|
185606
185610
|
const field = context.attrs["field"];
|
|
185607
185611
|
let formItem = shallowRef({ label: "input", required: false });
|
|
185608
185612
|
let dataField = shallowRef("");
|
|
185609
|
-
let actionName = shallowRef("
|
|
185613
|
+
let actionName = shallowRef("normal");
|
|
185610
185614
|
const itemAction = (prep) => {
|
|
185611
185615
|
allAction(context, prep);
|
|
185612
185616
|
};
|
|
@@ -185670,7 +185674,7 @@ const _sfc_main$8 = defineComponent({
|
|
|
185670
185674
|
};
|
|
185671
185675
|
onMounted(() => {
|
|
185672
185676
|
initData();
|
|
185673
|
-
actionName.value = field.preps?.actionName || "
|
|
185677
|
+
actionName.value = field.preps?.actionName || "normal";
|
|
185674
185678
|
if (!context.attrs["isSearch"]) {
|
|
185675
185679
|
allAction(context, actionName.value, true);
|
|
185676
185680
|
}
|
|
@@ -185921,7 +185925,7 @@ const _sfc_main$5 = defineComponent({
|
|
|
185921
185925
|
let dataField = shallowRef("");
|
|
185922
185926
|
let userTableRef = shallowRef();
|
|
185923
185927
|
let dialogInputVisible = shallowRef(false);
|
|
185924
|
-
let actionName = shallowRef("
|
|
185928
|
+
let actionName = shallowRef("normal");
|
|
185925
185929
|
let userOptionList = shallowRef([]);
|
|
185926
185930
|
const itemAction = (prep) => {
|
|
185927
185931
|
allAction(context, prep);
|