form-imagining 0.0.64 → 0.0.67
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/{App-9acc6648.js → App-29f69786.js} +1 -1
- package/dist/Code-0fa3efd3.js +5 -0
- package/dist/Col-0b87a915.js +5 -0
- package/dist/Collapse-0c14c48b.js +5 -0
- package/dist/{Demo-2b824e39.js → Demo-5e31c73a.js} +1 -1
- package/dist/Form-3d8c5c0f.js +5 -0
- package/dist/GenerateForm-5714cd1d.js +5 -0
- package/dist/{GenerateReport-609fb14c.js → GenerateReport-ebd3d0d0.js} +1 -1
- package/dist/Grid-9cfa509e.js +5 -0
- package/dist/{HelloWorld-dc826d3e.js → HelloWorld-7117b5c0.js} +1 -1
- package/dist/Input-/345/210/240/351/231/{244-e15f792a.js → 244-05c38ac5.js} +1 -1
- package/dist/Label-/345/210/240/351/231/{244-b2d0cc4f.js → 244-ef359f98.js} +1 -1
- package/dist/{Login-aac9afb1.js → Login-e1170330.js} +1 -1
- package/dist/ReportModule-953f794c.js +5 -0
- package/dist/SqlModule-aec9d4e7.js +5 -0
- package/dist/Table-1cbed06b.js +5 -0
- package/dist/TableBtnModal-bee5ef4d.js +5 -0
- package/dist/cTable-6d846abb.js +5 -0
- package/dist/childForm-7041bab1.js +5 -0
- package/dist/{cssMode-d88629c0.js → cssMode-687b0c60.js} +1 -1
- package/dist/form-imagining.js +1 -1
- package/dist/form-imagining.umd.cjs +15 -10
- package/dist/{formTest-a808efdd.js → formTest-6efe6a89.js} +1 -1
- package/dist/{freemarker2-637c3ad7.js → freemarker2-c11f9c20.js} +1 -1
- package/dist/{handlebars-bb169483.js → handlebars-e779de25.js} +1 -1
- package/dist/{html-c9356b51.js → html-ce961d35.js} +1 -1
- package/dist/{htmlMode-114c4869.js → htmlMode-3933bc95.js} +1 -1
- package/dist/{index-0a9e2562.js → index-77995756.js} +128 -102
- package/dist/{index-9ef02cc3.js → index-a82b829a.js} +1 -1
- package/dist/{javascript-be05cf81.js → javascript-bd0b7bf1.js} +2 -2
- package/dist/{jsonMode-2a1f870e.js → jsonMode-364d070a.js} +1 -1
- package/dist/{liquid-505e1648.js → liquid-3425454a.js} +1 -1
- package/dist/{mdx-a4b49963.js → mdx-d9642c13.js} +1 -1
- package/dist/{python-ce970b5d.js → python-7a0d255a.js} +1 -1
- package/dist/{razor-74e47858.js → razor-5ce7def8.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/{tableSelectDemo-416f7375.js → tableSelectDemo-7163bc43.js} +1 -1
- package/dist/{tableSelectDemo2-285e8f29.js → tableSelectDemo2-63523b56.js} +1 -1
- package/dist/{tsMode-ef16abe4.js → tsMode-363ab475.js} +1 -1
- package/dist/{typescript-98280dcf.js → typescript-bb256f3f.js} +1 -1
- package/dist/{xml-f0bd4a37.js → xml-759ff1cf.js} +1 -1
- package/dist/{yaml-9ed90dcf.js → yaml-912aa8e6.js} +1 -1
- package/package.json +1 -1
- package/dist/Code-b4e30018.js +0 -5
- package/dist/Col-734f11b0.js +0 -5
- package/dist/Collapse-e1e56686.js +0 -5
- package/dist/Form-767e6152.js +0 -5
- package/dist/GenerateForm-b2074dd4.js +0 -5
- package/dist/Grid-4c7e642a.js +0 -5
- package/dist/ReportModule-6e825719.js +0 -5
- package/dist/SqlModule-3788e2e1.js +0 -5
- package/dist/Table-b94e253a.js +0 -5
- package/dist/TableBtnModal-1f5a14db.js +0 -5
- package/dist/cTable-b5513de8.js +0 -5
- package/dist/childForm-262dba9f.js +0 -5
|
@@ -74964,89 +74964,88 @@ const AFlex = defineComponent({
|
|
|
74964
74964
|
},
|
|
74965
74965
|
emits: ["childConfig", "index"],
|
|
74966
74966
|
setup(W, { emit: C }) {
|
|
74967
|
-
const H = useFormStore(),
|
|
74967
|
+
const H = useFormStore(), K = W, U = ref("-1");
|
|
74968
74968
|
watch(
|
|
74969
|
-
() =>
|
|
74970
|
-
(
|
|
74971
|
-
|
|
74969
|
+
() => K.activeIndex,
|
|
74970
|
+
(ie, oe) => {
|
|
74971
|
+
U.value = ie;
|
|
74972
74972
|
}
|
|
74973
74973
|
);
|
|
74974
|
-
const
|
|
74975
|
-
function
|
|
74976
|
-
|
|
74974
|
+
const G = C;
|
|
74975
|
+
function X(ie, oe, re) {
|
|
74976
|
+
U.value = oe, G("childConfig", ie), G("index", U.value), re.stopPropagation(), re.preventDefault();
|
|
74977
74977
|
}
|
|
74978
|
-
function
|
|
74979
|
-
|
|
74978
|
+
function Q() {
|
|
74979
|
+
U.value = "-1", console.log("开始拖拽");
|
|
74980
74980
|
}
|
|
74981
|
-
function
|
|
74982
|
-
|
|
74981
|
+
function Z(ie, oe) {
|
|
74982
|
+
ie.to.className == "widget-col-list" ? U.value = K.index + "-" + oe + "-" + ie.newIndex : U.value = ie.newIndex, G("index", U.value);
|
|
74983
74983
|
}
|
|
74984
|
-
function
|
|
74985
|
-
const
|
|
74986
|
-
if (
|
|
74987
|
-
let
|
|
74988
|
-
|
|
74984
|
+
function ee(ie) {
|
|
74985
|
+
const oe = JSON.parse(JSON.stringify(ie));
|
|
74986
|
+
if (K.data.columns && K.data.columns.length > 0) {
|
|
74987
|
+
let re = K.data.columns.findIndex((se) => se.key == ie.key);
|
|
74988
|
+
re > -1 && (oe.key = guid(), K.data.columns.splice(re + 1, 0, oe));
|
|
74989
74989
|
}
|
|
74990
74990
|
}
|
|
74991
|
-
function
|
|
74992
|
-
let
|
|
74993
|
-
|
|
74991
|
+
function te(ie) {
|
|
74992
|
+
let oe = K.data.columns.findIndex((re) => re.key == ie.key);
|
|
74993
|
+
oe > -1 && K.data.columns.splice(oe, 1);
|
|
74994
74994
|
}
|
|
74995
|
-
function
|
|
74996
|
-
|
|
74997
|
-
if (U.data.columns.length > 0)
|
|
74995
|
+
function ne() {
|
|
74996
|
+
if (K.data.columns.length > 0)
|
|
74998
74997
|
Modal.confirm({
|
|
74999
74998
|
title: "确定要删除该栅格布局吗?",
|
|
75000
74999
|
content: "如果该布局存在表单,将会一并删除",
|
|
75001
75000
|
onOk() {
|
|
75002
|
-
const
|
|
75003
|
-
|
|
75001
|
+
const ie = K.list.findIndex((oe) => oe.id == K.data.id);
|
|
75002
|
+
ie != -1 && K.list.splice(ie, 1);
|
|
75004
75003
|
},
|
|
75005
75004
|
onCancel() {
|
|
75006
75005
|
}
|
|
75007
75006
|
});
|
|
75008
75007
|
else {
|
|
75009
|
-
const
|
|
75010
|
-
K.list.splice(
|
|
75008
|
+
const ie = K.list.findIndex((oe) => oe.id == K.data.id);
|
|
75009
|
+
ie != -1 && K.list.splice(ie, 1);
|
|
75011
75010
|
}
|
|
75012
75011
|
}
|
|
75013
|
-
return (
|
|
75014
|
-
const
|
|
75012
|
+
return (ie, oe) => {
|
|
75013
|
+
const re = resolveComponent("a-col"), se = resolveComponent("a-row"), ae = resolveComponent("a-form");
|
|
75015
75014
|
return openBlock(), createElementBlock("div", null, [
|
|
75016
75015
|
createElementVNode("div", _hoisted_1$p, [
|
|
75017
75016
|
W.activeIndex == W.index ? (openBlock(), createElementBlock("div", _hoisted_2$f, [
|
|
75018
75017
|
createVNode(unref(DragOutlined$1), { style: { padding: "6px" } })
|
|
75019
75018
|
])) : createCommentVNode("", !0)
|
|
75020
75019
|
]),
|
|
75021
|
-
createVNode(
|
|
75020
|
+
createVNode(ae, {
|
|
75022
75021
|
style: normalizeStyle$1({ padding: `${W.data.top || 0}px ${W.data.right || 0}px ${W.data.bottom || 0}px ${W.data.left || 0}px` }),
|
|
75023
75022
|
"label-col": { style: { width: unref(H).formData.config.labelWidth + "px" } },
|
|
75024
75023
|
labelWrap: !0
|
|
75025
75024
|
}, {
|
|
75026
75025
|
default: withCtx(() => [
|
|
75027
|
-
createVNode(
|
|
75026
|
+
createVNode(se, {
|
|
75028
75027
|
gutter: [W.data.options.gutter, 8],
|
|
75029
75028
|
tyle: "flex",
|
|
75030
75029
|
style: normalizeStyle$1({ marginLeft: -W.data.options.gutter / 2 + "px", marginRight: -W.data.options.gutter / 2 + "px" })
|
|
75031
75030
|
}, {
|
|
75032
75031
|
default: withCtx(() => [
|
|
75033
|
-
(openBlock(!0), createElementBlock(Fragment, null, renderList(W.data.columns, (
|
|
75034
|
-
class: normalizeClass(["widget-col-item", { active:
|
|
75035
|
-
span:
|
|
75036
|
-
offset:
|
|
75037
|
-
onMousedown: (
|
|
75032
|
+
(openBlock(!0), createElementBlock(Fragment, null, renderList(W.data.columns, (le, ce) => (openBlock(), createBlock(re, {
|
|
75033
|
+
class: normalizeClass(["widget-col-item", { active: U.value == "col-" + W.index + "-" + ce }]),
|
|
75034
|
+
span: le.options.span,
|
|
75035
|
+
offset: le.options.offset,
|
|
75036
|
+
onMousedown: (de) => X(le, "col-" + W.index + "-" + ce, de)
|
|
75038
75037
|
}, {
|
|
75039
75038
|
default: withCtx(() => [
|
|
75040
75039
|
createVNode(unref(VueDraggableNext), {
|
|
75041
75040
|
class: "widget-col-list",
|
|
75042
75041
|
style: { "min-height": "50px" },
|
|
75043
75042
|
"ghost-class": "ghost",
|
|
75044
|
-
list:
|
|
75043
|
+
list: le.list,
|
|
75045
75044
|
"force-fallback": !0,
|
|
75046
75045
|
"chosen-class": "chosenClass2",
|
|
75047
75046
|
"drag-class": "dragClass1",
|
|
75048
|
-
onStart:
|
|
75049
|
-
onEnd: (
|
|
75047
|
+
onStart: Q,
|
|
75048
|
+
onEnd: (de) => Z(de, ce),
|
|
75050
75049
|
group: "itxst",
|
|
75051
75050
|
sort: !1,
|
|
75052
75051
|
animation: "300",
|
|
@@ -75054,28 +75053,29 @@ const AFlex = defineComponent({
|
|
|
75054
75053
|
itemKey: ""
|
|
75055
75054
|
}, {
|
|
75056
75055
|
default: withCtx(() => [
|
|
75057
|
-
(openBlock(!0), createElementBlock(Fragment, null, renderList(
|
|
75058
|
-
class: normalizeClass(["widget-view", { active:
|
|
75059
|
-
onMousedown: (
|
|
75056
|
+
(openBlock(!0), createElementBlock(Fragment, null, renderList(le.list, (de, ue) => (openBlock(), createElementBlock("div", {
|
|
75057
|
+
class: normalizeClass(["widget-view", { active: U.value == W.index + "-" + ce + "-" + ue }]),
|
|
75058
|
+
onMousedown: (he) => X(de, W.index + "-" + ce + "-" + ue, he)
|
|
75060
75059
|
}, [
|
|
75061
75060
|
createVNode(FormInput, {
|
|
75062
|
-
data:
|
|
75063
|
-
list:
|
|
75064
|
-
activeIndex:
|
|
75065
|
-
index: W.index + "-" +
|
|
75061
|
+
data: de,
|
|
75062
|
+
list: le.list,
|
|
75063
|
+
activeIndex: U.value,
|
|
75064
|
+
index: W.index + "-" + ce + "-" + ue
|
|
75066
75065
|
}, null, 8, ["data", "list", "activeIndex", "index"])
|
|
75067
75066
|
], 42, _hoisted_3$e))), 256))
|
|
75068
75067
|
]),
|
|
75069
75068
|
_: 2
|
|
75070
75069
|
}, 1032, ["list", "onEnd"]),
|
|
75071
|
-
W.activeIndex === "col-" + W.index + "-" +
|
|
75070
|
+
W.activeIndex === "col-" + W.index + "-" + ce ? (openBlock(), createElementBlock("div", _hoisted_4$b, [
|
|
75072
75071
|
createVNode(unref(CopyOutlined$1), {
|
|
75073
75072
|
style: { padding: "3px 5px" },
|
|
75074
|
-
onClick: (
|
|
75073
|
+
onClick: (de) => ee(le)
|
|
75075
75074
|
}, null, 8, ["onClick"]),
|
|
75076
|
-
|
|
75077
|
-
|
|
75078
|
-
|
|
75075
|
+
W.data.columns.length !== 1 ? (openBlock(), createBlock(unref(DeleteOutlined$1), {
|
|
75076
|
+
key: 0,
|
|
75077
|
+
onClick: (de) => te(le)
|
|
75078
|
+
}, null, 8, ["onClick"])) : createCommentVNode("", !0)
|
|
75079
75079
|
])) : createCommentVNode("", !0)
|
|
75080
75080
|
]),
|
|
75081
75081
|
_: 2
|
|
@@ -75083,7 +75083,7 @@ const AFlex = defineComponent({
|
|
|
75083
75083
|
W.activeIndex === W.index ? (openBlock(), createElementBlock("div", _hoisted_5$a, [
|
|
75084
75084
|
createVNode(unref(DeleteOutlined$1), {
|
|
75085
75085
|
style: { padding: "3px 5px", color: "#fff" },
|
|
75086
|
-
onClick:
|
|
75086
|
+
onClick: oe[0] || (oe[0] = (le) => ne())
|
|
75087
75087
|
})
|
|
75088
75088
|
])) : createCommentVNode("", !0)
|
|
75089
75089
|
]),
|
|
@@ -75095,7 +75095,7 @@ const AFlex = defineComponent({
|
|
|
75095
75095
|
]);
|
|
75096
75096
|
};
|
|
75097
75097
|
}
|
|
75098
|
-
}),
|
|
75098
|
+
}), FormGrid_vue_vue_type_style_index_0_scoped_a27d68cb_lang = "", FormGrid = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["__scopeId", "data-v-a27d68cb"]]), FormGrid$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
75099
75099
|
__proto__: null,
|
|
75100
75100
|
default: FormGrid
|
|
75101
75101
|
}, Symbol.toStringTag, { value: "Module" })), _hoisted_1$o = { id: "table-css" }, _hoisted_2$e = { style: { "text-align": "left", "padding-left": "50px" } }, _hoisted_3$d = {
|
|
@@ -75436,7 +75436,7 @@ function generateBase(W, C, H) {
|
|
|
75436
75436
|
let oe = `width:${W.width}`, { _ruleProperty: re, _rule: se, _ruleEvent: ae } = getRuleHtml(W);
|
|
75437
75437
|
switch (U) {
|
|
75438
75438
|
case "label":
|
|
75439
|
-
K += `<pre style="fontSize:${W.font}px;textAlign:${W.align};color:${W.color};whiteSpace:pre-wrap;${W.cssextended};"> ${W.name}</pre>`;
|
|
75439
|
+
K += `<pre ${W.extended} style="fontSize:${W.font}px;textAlign:${W.align};color:${W.color};whiteSpace:pre-wrap;${W.cssextended};"> ${W.name}</pre>`;
|
|
75440
75440
|
break;
|
|
75441
75441
|
case "button":
|
|
75442
75442
|
let le = W.beforeIcon ? `<svg-icon name="${W.beforeIcon}" width="16" height="16"></svg-icon>` : "";
|
|
@@ -75643,11 +75643,11 @@ function generateGrid(W, C, H, K) {
|
|
|
75643
75643
|
let U = "";
|
|
75644
75644
|
const G = W.top == null ? 0 : W.top, X = W.right == null ? 0 : W.right, Q = W.bottom == null ? 0 : W.bottom, Z = W.left == null ? 0 : W.left, ee = `${G}px ${X}px ${Q}px ${Z}px`;
|
|
75645
75645
|
U += `
|
|
75646
|
-
<a-row style="padding: ${ee}" :gutter="[${W.options.gutter}, 8]" tyle="flex">`;
|
|
75646
|
+
<a-row style="padding: ${ee}" ${W.extended || ""} :gutter="[${W.options.gutter}, 8]" tyle="flex">`;
|
|
75647
75647
|
for (let ie = 0; ie < W.columns.length; ie++) {
|
|
75648
75648
|
const oe = W.columns[ie];
|
|
75649
75649
|
U += `
|
|
75650
|
-
<a-col :span="${oe.options.span}" :offset="${oe.options.offset}">`;
|
|
75650
|
+
<a-col :span="${oe.options.span}" :offset="${oe.options.offset}" ${oe.options.extended || ""}>`;
|
|
75651
75651
|
for (let re = 0; re < oe.list.length; re++) {
|
|
75652
75652
|
const se = oe.list[re];
|
|
75653
75653
|
U += generateBase(se, H, K);
|
|
@@ -77358,9 +77358,9 @@ async function generateFormCode(W) {
|
|
|
77358
77358
|
</template>
|
|
77359
77359
|
<script setup lang="ts">
|
|
77360
77360
|
import { defHttp } from "/@/utils/http/axios";
|
|
77361
|
-
import { ref, reactive, onMounted, computed, onBeforeUpdate, watch } from "vue";
|
|
77361
|
+
import { ref, reactive, onMounted, computed, onBeforeUpdate,useAttrs, watch } from "vue";
|
|
77362
77362
|
import { getDictItemsByCode,getTreeDictItemsByCode,formatMultipleSelectValue,formatMultipleTreeSelectValue, getCasDictItemsByCode } from '/@/utils/form/commonUtils';
|
|
77363
|
-
import { getData,getDataByApi,initTable, validateInfos, validateFun, onSubmitForm, syncChange, onTableSelectClear, onTableSelectRowChange } from "/@/utils/form/wonder1.0.1";
|
|
77363
|
+
import { getData,getDataByApi,getInheritData,initTable, validateInfos, validateFun, onSubmitForm, syncChange, onTableSelectClear, onTableSelectRowChange } from "/@/utils/form/wonder1.0.1";
|
|
77364
77364
|
import tableSelectProps from "/@/components/form-widget/widget/tableSelectOptions"
|
|
77365
77365
|
import { cModal } from "/@/components/cModal/index"
|
|
77366
77366
|
${C.value.importScript}
|
|
@@ -77370,8 +77370,13 @@ let formRef = ref()
|
|
|
77370
77370
|
let demoRefs: any = []
|
|
77371
77371
|
let viewData = ref<any>(${JSON.stringify(getViewData())})
|
|
77372
77372
|
let apiDataSource = ${JSON.stringify(G)}
|
|
77373
|
+
const { isSaved, caseCode } = useAttrs()
|
|
77373
77374
|
await getDataByApi(viewData, apiDataSource)
|
|
77374
|
-
|
|
77375
|
+
if (isSaved) {
|
|
77376
|
+
await getData(viewData, formId)
|
|
77377
|
+
} else {
|
|
77378
|
+
await getInheritData(viewData, caseCode)
|
|
77379
|
+
}
|
|
77375
77380
|
${C.value.variableScript}
|
|
77376
77381
|
${oe}
|
|
77377
77382
|
${C.value.contentScript}
|
|
@@ -78039,8 +78044,8 @@ const _hoisted_1$m = { style: { "text-align": "left" } }, _hoisted_2$c = { class
|
|
|
78039
78044
|
C.configData[G] == null ? C.configData[G] = 0 : C.configData[G]++;
|
|
78040
78045
|
}
|
|
78041
78046
|
return (G, X) => {
|
|
78042
|
-
const Q = resolveComponent("a-input"), Z = resolveComponent("a-form-item"), ee = resolveComponent("a-input-number"), te = resolveComponent("a-form");
|
|
78043
|
-
return openBlock(), createBlock(
|
|
78047
|
+
const Q = resolveComponent("a-input"), Z = resolveComponent("a-form-item"), ee = resolveComponent("a-input-number"), te = resolveComponent("a-textarea"), ne = resolveComponent("a-form");
|
|
78048
|
+
return openBlock(), createBlock(ne, {
|
|
78044
78049
|
layout: "vertical",
|
|
78045
78050
|
model: W.configData,
|
|
78046
78051
|
autocomplete: "off"
|
|
@@ -78053,7 +78058,7 @@ const _hoisted_1$m = { style: { "text-align": "left" } }, _hoisted_2$c = { class
|
|
|
78053
78058
|
default: withCtx(() => [
|
|
78054
78059
|
createVNode(Q, {
|
|
78055
78060
|
value: W.configData.model,
|
|
78056
|
-
"onUpdate:value": X[0] || (X[0] = (
|
|
78061
|
+
"onUpdate:value": X[0] || (X[0] = (ie) => W.configData.model = ie)
|
|
78057
78062
|
}, null, 8, ["value"])
|
|
78058
78063
|
]),
|
|
78059
78064
|
_: 1
|
|
@@ -78062,7 +78067,7 @@ const _hoisted_1$m = { style: { "text-align": "left" } }, _hoisted_2$c = { class
|
|
|
78062
78067
|
default: withCtx(() => [
|
|
78063
78068
|
createVNode(ee, {
|
|
78064
78069
|
value: W.configData.options.gutter,
|
|
78065
|
-
"onUpdate:value": X[1] || (X[1] = (
|
|
78070
|
+
"onUpdate:value": X[1] || (X[1] = (ie) => W.configData.options.gutter = ie),
|
|
78066
78071
|
min: 1,
|
|
78067
78072
|
max: 30,
|
|
78068
78073
|
style: { width: "100%" }
|
|
@@ -78072,21 +78077,21 @@ const _hoisted_1$m = { style: { "text-align": "left" } }, _hoisted_2$c = { class
|
|
|
78072
78077
|
}),
|
|
78073
78078
|
createVNode(Z, { label: "栅格内边距" }, {
|
|
78074
78079
|
default: withCtx(() => [
|
|
78075
|
-
(openBlock(), createElementBlock(Fragment, null, renderList(H, (
|
|
78076
|
-
createTextVNode(toDisplayString(
|
|
78080
|
+
(openBlock(), createElementBlock(Fragment, null, renderList(H, (ie, oe) => createElementVNode("div", _hoisted_1$i, [
|
|
78081
|
+
createTextVNode(toDisplayString(ie.label) + ": ", 1),
|
|
78077
78082
|
createVNode(ee, {
|
|
78078
|
-
value: W.configData[
|
|
78079
|
-
"onUpdate:value": (
|
|
78083
|
+
value: W.configData[ie.value],
|
|
78084
|
+
"onUpdate:value": (re) => W.configData[ie.value] = re,
|
|
78080
78085
|
min: 0
|
|
78081
78086
|
}, {
|
|
78082
78087
|
addonBefore: withCtx(() => [
|
|
78083
78088
|
createVNode(unref(MinusOutlined$1), {
|
|
78084
|
-
onClick: (
|
|
78089
|
+
onClick: (re) => K(ie.value)
|
|
78085
78090
|
}, null, 8, ["onClick"])
|
|
78086
78091
|
]),
|
|
78087
78092
|
addonAfter: withCtx(() => [
|
|
78088
78093
|
createVNode(unref(PlusOutlined$1), {
|
|
78089
|
-
onClick: (
|
|
78094
|
+
onClick: (re) => U(ie.value)
|
|
78090
78095
|
}, null, 8, ["onClick"])
|
|
78091
78096
|
]),
|
|
78092
78097
|
_: 2
|
|
@@ -78094,6 +78099,16 @@ const _hoisted_1$m = { style: { "text-align": "left" } }, _hoisted_2$c = { class
|
|
|
78094
78099
|
])), 64))
|
|
78095
78100
|
]),
|
|
78096
78101
|
_: 1
|
|
78102
|
+
}),
|
|
78103
|
+
createVNode(Z, { label: "其他扩展" }, {
|
|
78104
|
+
default: withCtx(() => [
|
|
78105
|
+
createVNode(te, {
|
|
78106
|
+
value: W.configData.extended,
|
|
78107
|
+
"onUpdate:value": X[2] || (X[2] = (ie) => W.configData.extended = ie),
|
|
78108
|
+
rows: 3
|
|
78109
|
+
}, null, 8, ["value"])
|
|
78110
|
+
]),
|
|
78111
|
+
_: 1
|
|
78097
78112
|
})
|
|
78098
78113
|
]),
|
|
78099
78114
|
_: 1
|
|
@@ -78110,8 +78125,8 @@ const _hoisted_1$m = { style: { "text-align": "left" } }, _hoisted_2$c = { class
|
|
|
78110
78125
|
},
|
|
78111
78126
|
setup(W) {
|
|
78112
78127
|
return (C, H) => {
|
|
78113
|
-
const K = resolveComponent("a-input-number"), U = resolveComponent("a-form-item"), G = resolveComponent("a-form");
|
|
78114
|
-
return openBlock(), createBlock(
|
|
78128
|
+
const K = resolveComponent("a-input-number"), U = resolveComponent("a-form-item"), G = resolveComponent("a-textarea"), X = resolveComponent("a-form");
|
|
78129
|
+
return openBlock(), createBlock(X, {
|
|
78115
78130
|
layout: "vertical",
|
|
78116
78131
|
model: W.configData,
|
|
78117
78132
|
autocomplete: "off"
|
|
@@ -78121,7 +78136,7 @@ const _hoisted_1$m = { style: { "text-align": "left" } }, _hoisted_2$c = { class
|
|
|
78121
78136
|
default: withCtx(() => [
|
|
78122
78137
|
createVNode(K, {
|
|
78123
78138
|
value: W.configData.options.span,
|
|
78124
|
-
"onUpdate:value": H[0] || (H[0] = (
|
|
78139
|
+
"onUpdate:value": H[0] || (H[0] = (Q) => W.configData.options.span = Q),
|
|
78125
78140
|
min: 1,
|
|
78126
78141
|
max: 24,
|
|
78127
78142
|
style: { width: "100%" }
|
|
@@ -78133,13 +78148,23 @@ const _hoisted_1$m = { style: { "text-align": "left" } }, _hoisted_2$c = { class
|
|
|
78133
78148
|
default: withCtx(() => [
|
|
78134
78149
|
createVNode(K, {
|
|
78135
78150
|
value: W.configData.options.offset,
|
|
78136
|
-
"onUpdate:value": H[1] || (H[1] = (
|
|
78151
|
+
"onUpdate:value": H[1] || (H[1] = (Q) => W.configData.options.offset = Q),
|
|
78137
78152
|
min: 0,
|
|
78138
78153
|
max: 10,
|
|
78139
78154
|
style: { width: "100%" }
|
|
78140
78155
|
}, null, 8, ["value"])
|
|
78141
78156
|
]),
|
|
78142
78157
|
_: 1
|
|
78158
|
+
}),
|
|
78159
|
+
createVNode(U, { label: "其他扩展" }, {
|
|
78160
|
+
default: withCtx(() => [
|
|
78161
|
+
createVNode(G, {
|
|
78162
|
+
value: W.configData.options.extended,
|
|
78163
|
+
"onUpdate:value": H[2] || (H[2] = (Q) => W.configData.options.extended = Q),
|
|
78164
|
+
rows: 3
|
|
78165
|
+
}, null, 8, ["value"])
|
|
78166
|
+
]),
|
|
78167
|
+
_: 1
|
|
78143
78168
|
})
|
|
78144
78169
|
]),
|
|
78145
78170
|
_: 1
|
|
@@ -151637,37 +151662,37 @@ registerLanguage({
|
|
|
151637
151662
|
id: "freemarker2",
|
|
151638
151663
|
extensions: [".ftl", ".ftlh", ".ftlx"],
|
|
151639
151664
|
aliases: ["FreeMarker2", "Apache FreeMarker2"],
|
|
151640
|
-
loader: () => import("./freemarker2-
|
|
151665
|
+
loader: () => import("./freemarker2-c11f9c20.js").then((W) => W.TagAutoInterpolationDollar)
|
|
151641
151666
|
});
|
|
151642
151667
|
registerLanguage({
|
|
151643
151668
|
id: "freemarker2.tag-angle.interpolation-dollar",
|
|
151644
151669
|
aliases: ["FreeMarker2 (Angle/Dollar)", "Apache FreeMarker2 (Angle/Dollar)"],
|
|
151645
|
-
loader: () => import("./freemarker2-
|
|
151670
|
+
loader: () => import("./freemarker2-c11f9c20.js").then((W) => W.TagAngleInterpolationDollar)
|
|
151646
151671
|
});
|
|
151647
151672
|
registerLanguage({
|
|
151648
151673
|
id: "freemarker2.tag-bracket.interpolation-dollar",
|
|
151649
151674
|
aliases: ["FreeMarker2 (Bracket/Dollar)", "Apache FreeMarker2 (Bracket/Dollar)"],
|
|
151650
|
-
loader: () => import("./freemarker2-
|
|
151675
|
+
loader: () => import("./freemarker2-c11f9c20.js").then((W) => W.TagBracketInterpolationDollar)
|
|
151651
151676
|
});
|
|
151652
151677
|
registerLanguage({
|
|
151653
151678
|
id: "freemarker2.tag-angle.interpolation-bracket",
|
|
151654
151679
|
aliases: ["FreeMarker2 (Angle/Bracket)", "Apache FreeMarker2 (Angle/Bracket)"],
|
|
151655
|
-
loader: () => import("./freemarker2-
|
|
151680
|
+
loader: () => import("./freemarker2-c11f9c20.js").then((W) => W.TagAngleInterpolationBracket)
|
|
151656
151681
|
});
|
|
151657
151682
|
registerLanguage({
|
|
151658
151683
|
id: "freemarker2.tag-bracket.interpolation-bracket",
|
|
151659
151684
|
aliases: ["FreeMarker2 (Bracket/Bracket)", "Apache FreeMarker2 (Bracket/Bracket)"],
|
|
151660
|
-
loader: () => import("./freemarker2-
|
|
151685
|
+
loader: () => import("./freemarker2-c11f9c20.js").then((W) => W.TagBracketInterpolationBracket)
|
|
151661
151686
|
});
|
|
151662
151687
|
registerLanguage({
|
|
151663
151688
|
id: "freemarker2.tag-auto.interpolation-dollar",
|
|
151664
151689
|
aliases: ["FreeMarker2 (Auto/Dollar)", "Apache FreeMarker2 (Auto/Dollar)"],
|
|
151665
|
-
loader: () => import("./freemarker2-
|
|
151690
|
+
loader: () => import("./freemarker2-c11f9c20.js").then((W) => W.TagAutoInterpolationDollar)
|
|
151666
151691
|
});
|
|
151667
151692
|
registerLanguage({
|
|
151668
151693
|
id: "freemarker2.tag-auto.interpolation-bracket",
|
|
151669
151694
|
aliases: ["FreeMarker2 (Auto/Bracket)", "Apache FreeMarker2 (Auto/Bracket)"],
|
|
151670
|
-
loader: () => import("./freemarker2-
|
|
151695
|
+
loader: () => import("./freemarker2-c11f9c20.js").then((W) => W.TagAutoInterpolationBracket)
|
|
151671
151696
|
});
|
|
151672
151697
|
/*!-----------------------------------------------------------------------------
|
|
151673
151698
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -151705,7 +151730,7 @@ registerLanguage({
|
|
|
151705
151730
|
extensions: [".handlebars", ".hbs"],
|
|
151706
151731
|
aliases: ["Handlebars", "handlebars", "hbs"],
|
|
151707
151732
|
mimetypes: ["text/x-handlebars-template"],
|
|
151708
|
-
loader: () => import("./handlebars-
|
|
151733
|
+
loader: () => import("./handlebars-e779de25.js")
|
|
151709
151734
|
});
|
|
151710
151735
|
/*!-----------------------------------------------------------------------------
|
|
151711
151736
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -151730,7 +151755,7 @@ registerLanguage({
|
|
|
151730
151755
|
extensions: [".html", ".htm", ".shtml", ".xhtml", ".mdoc", ".jsp", ".asp", ".aspx", ".jshtm"],
|
|
151731
151756
|
aliases: ["HTML", "htm", "html", "xhtml"],
|
|
151732
151757
|
mimetypes: ["text/html", "text/x-jshtm", "text/template", "text/ng-template"],
|
|
151733
|
-
loader: () => import("./html-
|
|
151758
|
+
loader: () => import("./html-ce961d35.js")
|
|
151734
151759
|
});
|
|
151735
151760
|
/*!-----------------------------------------------------------------------------
|
|
151736
151761
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -151771,7 +151796,7 @@ registerLanguage({
|
|
|
151771
151796
|
filenames: ["jakefile"],
|
|
151772
151797
|
aliases: ["JavaScript", "javascript", "js"],
|
|
151773
151798
|
mimetypes: ["text/javascript"],
|
|
151774
|
-
loader: () => import("./javascript-
|
|
151799
|
+
loader: () => import("./javascript-bd0b7bf1.js")
|
|
151775
151800
|
});
|
|
151776
151801
|
/*!-----------------------------------------------------------------------------
|
|
151777
151802
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -151846,7 +151871,7 @@ registerLanguage({
|
|
|
151846
151871
|
extensions: [".liquid", ".html.liquid"],
|
|
151847
151872
|
aliases: ["Liquid", "liquid"],
|
|
151848
151873
|
mimetypes: ["application/liquid"],
|
|
151849
|
-
loader: () => import("./liquid-
|
|
151874
|
+
loader: () => import("./liquid-3425454a.js")
|
|
151850
151875
|
});
|
|
151851
151876
|
/*!-----------------------------------------------------------------------------
|
|
151852
151877
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -151882,7 +151907,7 @@ registerLanguage({
|
|
|
151882
151907
|
id: "mdx",
|
|
151883
151908
|
extensions: [".mdx"],
|
|
151884
151909
|
aliases: ["MDX", "mdx"],
|
|
151885
|
-
loader: () => import("./mdx-
|
|
151910
|
+
loader: () => import("./mdx-d9642c13.js")
|
|
151886
151911
|
});
|
|
151887
151912
|
/*!-----------------------------------------------------------------------------
|
|
151888
151913
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -152077,7 +152102,7 @@ registerLanguage({
|
|
|
152077
152102
|
extensions: [".py", ".rpy", ".pyw", ".cpy", ".gyp", ".gypi"],
|
|
152078
152103
|
aliases: ["Python", "py"],
|
|
152079
152104
|
firstLine: "^#!/.*\\bpython[0-9.-]*\\b",
|
|
152080
|
-
loader: () => import("./python-
|
|
152105
|
+
loader: () => import("./python-7a0d255a.js")
|
|
152081
152106
|
});
|
|
152082
152107
|
/*!-----------------------------------------------------------------------------
|
|
152083
152108
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -152114,7 +152139,7 @@ registerLanguage({
|
|
|
152114
152139
|
extensions: [".cshtml"],
|
|
152115
152140
|
aliases: ["Razor", "razor"],
|
|
152116
152141
|
mimetypes: ["text/x-cshtml"],
|
|
152117
|
-
loader: () => import("./razor-
|
|
152142
|
+
loader: () => import("./razor-5ce7def8.js")
|
|
152118
152143
|
});
|
|
152119
152144
|
/*!-----------------------------------------------------------------------------
|
|
152120
152145
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -152366,7 +152391,7 @@ registerLanguage({
|
|
|
152366
152391
|
extensions: [".ts", ".tsx", ".cts", ".mts"],
|
|
152367
152392
|
aliases: ["TypeScript", "ts", "typescript"],
|
|
152368
152393
|
mimetypes: ["text/typescript"],
|
|
152369
|
-
loader: () => import("./typescript-
|
|
152394
|
+
loader: () => import("./typescript-bb256f3f.js")
|
|
152370
152395
|
});
|
|
152371
152396
|
/*!-----------------------------------------------------------------------------
|
|
152372
152397
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -152422,7 +152447,7 @@ registerLanguage({
|
|
|
152422
152447
|
firstLine: "(\\<\\?xml.*)|(\\<svg)|(\\<\\!doctype\\s+svg)",
|
|
152423
152448
|
aliases: ["XML", "xml"],
|
|
152424
152449
|
mimetypes: ["text/xml", "application/xml", "application/xaml+xml", "application/xml-dtd"],
|
|
152425
|
-
loader: () => import("./xml-
|
|
152450
|
+
loader: () => import("./xml-759ff1cf.js")
|
|
152426
152451
|
});
|
|
152427
152452
|
/*!-----------------------------------------------------------------------------
|
|
152428
152453
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -152435,7 +152460,7 @@ registerLanguage({
|
|
|
152435
152460
|
extensions: [".yaml", ".yml"],
|
|
152436
152461
|
aliases: ["YAML", "yaml", "YML", "yml"],
|
|
152437
152462
|
mimetypes: ["application/x-yaml", "text/x-yaml"],
|
|
152438
|
-
loader: () => import("./yaml-
|
|
152463
|
+
loader: () => import("./yaml-912aa8e6.js")
|
|
152439
152464
|
});
|
|
152440
152465
|
/*!-----------------------------------------------------------------------------
|
|
152441
152466
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -152530,7 +152555,7 @@ var LanguageServiceDefaultsImpl$3 = class {
|
|
|
152530
152555
|
}, cssDefaults = new LanguageServiceDefaultsImpl$3("css", optionsDefault$1, modeConfigurationDefault$2), scssDefaults = new LanguageServiceDefaultsImpl$3("scss", optionsDefault$1, modeConfigurationDefault$2), lessDefaults = new LanguageServiceDefaultsImpl$3("less", optionsDefault$1, modeConfigurationDefault$2);
|
|
152531
152556
|
monaco_editor_core_exports$3.languages.css = { cssDefaults, lessDefaults, scssDefaults };
|
|
152532
152557
|
function getMode$3() {
|
|
152533
|
-
return import("./cssMode-
|
|
152558
|
+
return import("./cssMode-687b0c60.js");
|
|
152534
152559
|
}
|
|
152535
152560
|
monaco_editor_core_exports$3.languages.onLanguage("less", () => {
|
|
152536
152561
|
getMode$3().then((W) => W.setupMode(lessDefaults));
|
|
@@ -152625,7 +152650,7 @@ monaco_editor_core_exports$2.languages.html = {
|
|
|
152625
152650
|
registerHTMLLanguageService
|
|
152626
152651
|
};
|
|
152627
152652
|
function getMode$2() {
|
|
152628
|
-
return import("./htmlMode-
|
|
152653
|
+
return import("./htmlMode-3933bc95.js");
|
|
152629
152654
|
}
|
|
152630
152655
|
function registerHTMLLanguageService(W, C = optionsDefault, H = getConfigurationDefault(W)) {
|
|
152631
152656
|
const K = new LanguageServiceDefaultsImpl$2(W, C, H);
|
|
@@ -152702,7 +152727,7 @@ var LanguageServiceDefaultsImpl$1 = class {
|
|
|
152702
152727
|
}, jsonDefaults = new LanguageServiceDefaultsImpl$1("json", diagnosticDefault, modeConfigurationDefault$1);
|
|
152703
152728
|
monaco_editor_core_exports$1.languages.json = { jsonDefaults };
|
|
152704
152729
|
function getMode$1() {
|
|
152705
|
-
return import("./jsonMode-
|
|
152730
|
+
return import("./jsonMode-364d070a.js");
|
|
152706
152731
|
}
|
|
152707
152732
|
monaco_editor_core_exports$1.languages.register({
|
|
152708
152733
|
id: "json",
|
|
@@ -152865,7 +152890,7 @@ monaco_editor_core_exports.languages.typescript = {
|
|
|
152865
152890
|
getJavaScriptWorker
|
|
152866
152891
|
};
|
|
152867
152892
|
function getMode() {
|
|
152868
|
-
return import("./tsMode-
|
|
152893
|
+
return import("./tsMode-363ab475.js");
|
|
152869
152894
|
}
|
|
152870
152895
|
monaco_editor_core_exports.languages.onLanguage("typescript", () => getMode().then((W) => W.setupTypeScript(typescriptDefaults)));
|
|
152871
152896
|
monaco_editor_core_exports.languages.onLanguage("javascript", () => getMode().then((W) => W.setupJavaScript(javascriptDefaults)));
|
|
@@ -186656,7 +186681,9 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
186656
186681
|
});
|
|
186657
186682
|
};
|
|
186658
186683
|
}
|
|
186659
|
-
}),
|
|
186684
|
+
}), extendProperties$1 = [
|
|
186685
|
+
{ title: "其它扩展", bind: "extended", type: "textarea", placeholder: "", rows: 3 }
|
|
186686
|
+
], headerProperties$1 = [
|
|
186660
186687
|
{ title: "标题", bind: "name", type: "input", placeholder: "", required: !0 },
|
|
186661
186688
|
{ title: "样式", bind: "classname", type: "dic", placeholder: "", code: "class" },
|
|
186662
186689
|
{
|
|
@@ -186688,7 +186715,8 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
186688
186715
|
{ title: "居右", value: "right" }
|
|
186689
186716
|
]
|
|
186690
186717
|
},
|
|
186691
|
-
{ title: "样式扩展", bind: "cssextended", type: "textarea", placeholder: "", rows: 3 }
|
|
186718
|
+
{ title: "样式扩展", bind: "cssextended", type: "textarea", placeholder: "", rows: 3 },
|
|
186719
|
+
...extendProperties$1
|
|
186692
186720
|
], titleProperties = [
|
|
186693
186721
|
{ title: "标题", bind: "name", type: "input", placeholder: "", required: !0 }
|
|
186694
186722
|
], baseProperties$1 = [
|
|
@@ -186701,8 +186729,6 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
186701
186729
|
// { title: '只读', bind: 'disabled', type: 'switch', placeholder: '' },
|
|
186702
186730
|
{ title: "校验", bind: "guize", type: "guize", placeholder: "", mode: "pro" }
|
|
186703
186731
|
//simple为简单模式pro为全模式
|
|
186704
|
-
], extendProperties$1 = [
|
|
186705
|
-
{ title: "其它扩展", bind: "extended", type: "textarea", placeholder: "", rows: 3 }
|
|
186706
186732
|
], selectProperties = [
|
|
186707
186733
|
{ title: "标题", bind: "name", type: "input", placeholder: "", required: !0 },
|
|
186708
186734
|
{ title: "占位内容", bind: "placeholder", type: "input", placeholder: "" },
|
|
@@ -188183,7 +188209,7 @@ const DatePicker = locale, typeTemplate = "${label}不是一个有效的${type}"
|
|
|
188183
188209
|
}
|
|
188184
188210
|
},
|
|
188185
188211
|
setup(W, { expose: C }) {
|
|
188186
|
-
const H = /* @__PURE__ */ Object.assign({ "/src/App.vue": () => import("./App-
|
|
188212
|
+
const H = /* @__PURE__ */ Object.assign({ "/src/App.vue": () => import("./App-29f69786.js"), "/src/components/HelloWorld.vue": () => import("./HelloWorld-7117b5c0.js"), "/src/components/cModal/index.vue": () => Promise.resolve().then(() => index$5), "/src/components/form-widget/widget/childForm.vue": () => import("./childForm-7041bab1.js"), "/src/components/form-widget/widget/collapsePanel.vue": () => Promise.resolve().then(() => collapsePanel), "/src/components/form-widget/widget/tableSelect.vue": () => Promise.resolve().then(() => tableSelect), "/src/components/form-widget/widget/tableSelectDemo.vue": () => import("./tableSelectDemo-7163bc43.js"), "/src/components/form-widget/widget/tableSelectDemo2.vue": () => import("./tableSelectDemo2-63523b56.js"), "/src/components/generate/Demo.vue": () => import("./Demo-5e31c73a.js"), "/src/components/generate/GenerateForm.vue": () => import("./GenerateForm-5714cd1d.js"), "/src/components/generate/GenerateReport.vue": () => import("./GenerateReport-ebd3d0d0.js"), "/src/components/icon/SvgIcon.vue": () => Promise.resolve().then(() => SvgIcon$1), "/src/components/monaco/monacoEditor.vue": () => Promise.resolve().then(() => monacoEditor$1), "/src/components/table/cTable.vue": () => import("./cTable-6d846abb.js"), "/src/components/wonderform/config/ReportIndex.vue": () => Promise.resolve().then(() => ReportIndex), "/src/components/wonderform/config/index.vue": () => Promise.resolve().then(() => index$6), "/src/components/wonderform/config/modules/Col.vue": () => import("./Col-0b87a915.js"), "/src/components/wonderform/config/modules/Collapse.vue": () => import("./Collapse-0c14c48b.js"), "/src/components/wonderform/config/modules/DataSource.vue": () => Promise.resolve().then(() => DataSource$2), "/src/components/wonderform/config/modules/Form.vue": () => import("./Form-3d8c5c0f.js"), "/src/components/wonderform/config/modules/Grid.vue": () => import("./Grid-9cfa509e.js"), "/src/components/wonderform/config/modules/Input-删除.vue": () => import("./Input-删除-05c38ac5.js"), "/src/components/wonderform/config/modules/Label-删除.vue": () => import("./Label-删除-ef359f98.js"), "/src/components/wonderform/config/modules/Properties.vue": () => Promise.resolve().then(() => Properties), "/src/components/wonderform/config/modules/ReportProperties.vue": () => Promise.resolve().then(() => ReportProperties), "/src/components/wonderform/config/modules/Table.vue": () => import("./Table-1cbed06b.js"), "/src/components/wonderform/config/modules/TableBtnModal.vue": () => import("./TableBtnModal-bee5ef4d.js"), "/src/components/wonderform/config/modules/TableColumn.vue": () => Promise.resolve().then(() => TableColumn$1), "/src/components/wonderform/config/modules/Tabs.vue": () => Promise.resolve().then(() => Tabs), "/src/components/wonderform/config/modules/TypeScript.vue": () => Promise.resolve().then(() => TypeScript$1), "/src/components/wonderform/design/Form.vue": () => import("./Form-40f53810.js"), "/src/components/wonderform/design/index.vue": () => Promise.resolve().then(() => index$7), "/src/components/wonderform/design/modules/FormCollapse.vue": () => Promise.resolve().then(() => FormCollapse$1), "/src/components/wonderform/design/modules/FormGrid.vue": () => Promise.resolve().then(() => FormGrid$1), "/src/components/wonderform/design/modules/FormInput.vue": () => Promise.resolve().then(() => FormInput$1), "/src/components/wonderform/design/modules/FormReport.vue": () => Promise.resolve().then(() => FormReport$1), "/src/components/wonderform/design/modules/FormTable.vue": () => Promise.resolve().then(() => FormTable$1), "/src/components/wonderform/design/modules/FormTabs.vue": () => Promise.resolve().then(() => FormTabs$1), "/src/components/wonderform/design/modules/FormVue.vue": () => Promise.resolve().then(() => FormVue$1), "/src/components/wonderform/dsource/index.vue": () => Promise.resolve().then(() => index$4), "/src/components/wonderform/dsource/modules/SqlModule.vue": () => import("./SqlModule-aec9d4e7.js"), "/src/components/wonderform/header/Header.vue": () => Promise.resolve().then(() => Header), "/src/components/wonderform/header/modules/Code.vue": () => import("./Code-0fa3efd3.js"), "/src/components/wonderform/index.vue": () => Promise.resolve().then(() => index$3), "/src/components/wonderform/tool/index.vue": () => Promise.resolve().then(() => index$9), "/src/components/wonderreport/Demo.vue": () => import("./Demo-be0d3a37.js"), "/src/components/wonderreport/ReportModule.vue": () => import("./ReportModule-953f794c.js"), "/src/components/wonderreport/header/index.vue": () => Promise.resolve().then(() => index$2), "/src/components/wonderreport/index.vue": () => Promise.resolve().then(() => index$1), "/src/views/formTest.vue": () => import("./formTest-6efe6a89.js"), "/src/views/sys/login/Login.vue": () => import("./Login-e1170330.js"), "/src/views/workbench/index.vue": () => import("./index-a82b829a.js") });
|
|
188187
188213
|
let K = ref(!1), U = ref(!1), G = ref(), X = ref(!1);
|
|
188188
188214
|
const Q = computed(() => defineAsyncComponent(H[`/src/${Z.filePath}.vue`])), Z = W, ee = computed(() => Z.footer ? "" : { footer: null });
|
|
188189
188215
|
C({
|
|
@@ -188432,7 +188458,7 @@ const DatePicker = locale, typeTemplate = "${label}不是一个有效的${type}"
|
|
|
188432
188458
|
ie("update:value", le);
|
|
188433
188459
|
}
|
|
188434
188460
|
});
|
|
188435
|
-
const Z = /* @__PURE__ */ Object.assign({ "/src/App.vue": () => import("./App-
|
|
188461
|
+
const Z = /* @__PURE__ */ Object.assign({ "/src/App.vue": () => import("./App-29f69786.js"), "/src/components/HelloWorld.vue": () => import("./HelloWorld-7117b5c0.js"), "/src/components/cModal/index.vue": () => Promise.resolve().then(() => index$5), "/src/components/form-widget/widget/childForm.vue": () => import("./childForm-7041bab1.js"), "/src/components/form-widget/widget/collapsePanel.vue": () => Promise.resolve().then(() => collapsePanel), "/src/components/form-widget/widget/tableSelect.vue": () => Promise.resolve().then(() => tableSelect), "/src/components/form-widget/widget/tableSelectDemo.vue": () => import("./tableSelectDemo-7163bc43.js"), "/src/components/form-widget/widget/tableSelectDemo2.vue": () => import("./tableSelectDemo2-63523b56.js"), "/src/components/generate/Demo.vue": () => import("./Demo-5e31c73a.js"), "/src/components/generate/GenerateForm.vue": () => import("./GenerateForm-5714cd1d.js"), "/src/components/generate/GenerateReport.vue": () => import("./GenerateReport-ebd3d0d0.js"), "/src/components/icon/SvgIcon.vue": () => Promise.resolve().then(() => SvgIcon$1), "/src/components/monaco/monacoEditor.vue": () => Promise.resolve().then(() => monacoEditor$1), "/src/components/table/cTable.vue": () => import("./cTable-6d846abb.js"), "/src/components/wonderform/config/ReportIndex.vue": () => Promise.resolve().then(() => ReportIndex), "/src/components/wonderform/config/index.vue": () => Promise.resolve().then(() => index$6), "/src/components/wonderform/config/modules/Col.vue": () => import("./Col-0b87a915.js"), "/src/components/wonderform/config/modules/Collapse.vue": () => import("./Collapse-0c14c48b.js"), "/src/components/wonderform/config/modules/DataSource.vue": () => Promise.resolve().then(() => DataSource$2), "/src/components/wonderform/config/modules/Form.vue": () => import("./Form-3d8c5c0f.js"), "/src/components/wonderform/config/modules/Grid.vue": () => import("./Grid-9cfa509e.js"), "/src/components/wonderform/config/modules/Input-删除.vue": () => import("./Input-删除-05c38ac5.js"), "/src/components/wonderform/config/modules/Label-删除.vue": () => import("./Label-删除-ef359f98.js"), "/src/components/wonderform/config/modules/Properties.vue": () => Promise.resolve().then(() => Properties), "/src/components/wonderform/config/modules/ReportProperties.vue": () => Promise.resolve().then(() => ReportProperties), "/src/components/wonderform/config/modules/Table.vue": () => import("./Table-1cbed06b.js"), "/src/components/wonderform/config/modules/TableBtnModal.vue": () => import("./TableBtnModal-bee5ef4d.js"), "/src/components/wonderform/config/modules/TableColumn.vue": () => Promise.resolve().then(() => TableColumn$1), "/src/components/wonderform/config/modules/Tabs.vue": () => Promise.resolve().then(() => Tabs), "/src/components/wonderform/config/modules/TypeScript.vue": () => Promise.resolve().then(() => TypeScript$1), "/src/components/wonderform/design/Form.vue": () => import("./Form-40f53810.js"), "/src/components/wonderform/design/index.vue": () => Promise.resolve().then(() => index$7), "/src/components/wonderform/design/modules/FormCollapse.vue": () => Promise.resolve().then(() => FormCollapse$1), "/src/components/wonderform/design/modules/FormGrid.vue": () => Promise.resolve().then(() => FormGrid$1), "/src/components/wonderform/design/modules/FormInput.vue": () => Promise.resolve().then(() => FormInput$1), "/src/components/wonderform/design/modules/FormReport.vue": () => Promise.resolve().then(() => FormReport$1), "/src/components/wonderform/design/modules/FormTable.vue": () => Promise.resolve().then(() => FormTable$1), "/src/components/wonderform/design/modules/FormTabs.vue": () => Promise.resolve().then(() => FormTabs$1), "/src/components/wonderform/design/modules/FormVue.vue": () => Promise.resolve().then(() => FormVue$1), "/src/components/wonderform/dsource/index.vue": () => Promise.resolve().then(() => index$4), "/src/components/wonderform/dsource/modules/SqlModule.vue": () => import("./SqlModule-aec9d4e7.js"), "/src/components/wonderform/header/Header.vue": () => Promise.resolve().then(() => Header), "/src/components/wonderform/header/modules/Code.vue": () => import("./Code-0fa3efd3.js"), "/src/components/wonderform/index.vue": () => Promise.resolve().then(() => index$3), "/src/components/wonderform/tool/index.vue": () => Promise.resolve().then(() => index$9), "/src/components/wonderreport/Demo.vue": () => import("./Demo-be0d3a37.js"), "/src/components/wonderreport/ReportModule.vue": () => import("./ReportModule-953f794c.js"), "/src/components/wonderreport/header/index.vue": () => Promise.resolve().then(() => index$2), "/src/components/wonderreport/index.vue": () => Promise.resolve().then(() => index$1), "/src/views/formTest.vue": () => import("./formTest-6efe6a89.js"), "/src/views/sys/login/Login.vue": () => import("./Login-e1170330.js"), "/src/views/workbench/index.vue": () => import("./index-a82b829a.js") }), ee = computed(() => {
|
|
188436
188462
|
if (H.filePath) {
|
|
188437
188463
|
let le = `/src/${H.filePath}.vue`;
|
|
188438
188464
|
return H.filePath ? Object.keys(Z).includes(le) : !1;
|
|
@@ -188511,7 +188537,7 @@ const DatePicker = locale, typeTemplate = "${label}不是一个有效的${type}"
|
|
|
188511
188537
|
}
|
|
188512
188538
|
},
|
|
188513
188539
|
setup(W) {
|
|
188514
|
-
const C = /* @__PURE__ */ Object.assign({ "/src/App.vue": () => import("./App-
|
|
188540
|
+
const C = /* @__PURE__ */ Object.assign({ "/src/App.vue": () => import("./App-29f69786.js"), "/src/components/HelloWorld.vue": () => import("./HelloWorld-7117b5c0.js"), "/src/components/cModal/index.vue": () => Promise.resolve().then(() => index$5), "/src/components/form-widget/widget/childForm.vue": () => import("./childForm-7041bab1.js"), "/src/components/form-widget/widget/collapsePanel.vue": () => Promise.resolve().then(() => collapsePanel), "/src/components/form-widget/widget/tableSelect.vue": () => Promise.resolve().then(() => tableSelect), "/src/components/form-widget/widget/tableSelectDemo.vue": () => import("./tableSelectDemo-7163bc43.js"), "/src/components/form-widget/widget/tableSelectDemo2.vue": () => import("./tableSelectDemo2-63523b56.js"), "/src/components/generate/Demo.vue": () => import("./Demo-5e31c73a.js"), "/src/components/generate/GenerateForm.vue": () => import("./GenerateForm-5714cd1d.js"), "/src/components/generate/GenerateReport.vue": () => import("./GenerateReport-ebd3d0d0.js"), "/src/components/icon/SvgIcon.vue": () => Promise.resolve().then(() => SvgIcon$1), "/src/components/monaco/monacoEditor.vue": () => Promise.resolve().then(() => monacoEditor$1), "/src/components/table/cTable.vue": () => import("./cTable-6d846abb.js"), "/src/components/wonderform/config/ReportIndex.vue": () => Promise.resolve().then(() => ReportIndex), "/src/components/wonderform/config/index.vue": () => Promise.resolve().then(() => index$6), "/src/components/wonderform/config/modules/Col.vue": () => import("./Col-0b87a915.js"), "/src/components/wonderform/config/modules/Collapse.vue": () => import("./Collapse-0c14c48b.js"), "/src/components/wonderform/config/modules/DataSource.vue": () => Promise.resolve().then(() => DataSource$2), "/src/components/wonderform/config/modules/Form.vue": () => import("./Form-3d8c5c0f.js"), "/src/components/wonderform/config/modules/Grid.vue": () => import("./Grid-9cfa509e.js"), "/src/components/wonderform/config/modules/Input-删除.vue": () => import("./Input-删除-05c38ac5.js"), "/src/components/wonderform/config/modules/Label-删除.vue": () => import("./Label-删除-ef359f98.js"), "/src/components/wonderform/config/modules/Properties.vue": () => Promise.resolve().then(() => Properties), "/src/components/wonderform/config/modules/ReportProperties.vue": () => Promise.resolve().then(() => ReportProperties), "/src/components/wonderform/config/modules/Table.vue": () => import("./Table-1cbed06b.js"), "/src/components/wonderform/config/modules/TableBtnModal.vue": () => import("./TableBtnModal-bee5ef4d.js"), "/src/components/wonderform/config/modules/TableColumn.vue": () => Promise.resolve().then(() => TableColumn$1), "/src/components/wonderform/config/modules/Tabs.vue": () => Promise.resolve().then(() => Tabs), "/src/components/wonderform/config/modules/TypeScript.vue": () => Promise.resolve().then(() => TypeScript$1), "/src/components/wonderform/design/Form.vue": () => import("./Form-40f53810.js"), "/src/components/wonderform/design/index.vue": () => Promise.resolve().then(() => index$7), "/src/components/wonderform/design/modules/FormCollapse.vue": () => Promise.resolve().then(() => FormCollapse$1), "/src/components/wonderform/design/modules/FormGrid.vue": () => Promise.resolve().then(() => FormGrid$1), "/src/components/wonderform/design/modules/FormInput.vue": () => Promise.resolve().then(() => FormInput$1), "/src/components/wonderform/design/modules/FormReport.vue": () => Promise.resolve().then(() => FormReport$1), "/src/components/wonderform/design/modules/FormTable.vue": () => Promise.resolve().then(() => FormTable$1), "/src/components/wonderform/design/modules/FormTabs.vue": () => Promise.resolve().then(() => FormTabs$1), "/src/components/wonderform/design/modules/FormVue.vue": () => Promise.resolve().then(() => FormVue$1), "/src/components/wonderform/dsource/index.vue": () => Promise.resolve().then(() => index$4), "/src/components/wonderform/dsource/modules/SqlModule.vue": () => import("./SqlModule-aec9d4e7.js"), "/src/components/wonderform/header/Header.vue": () => Promise.resolve().then(() => Header), "/src/components/wonderform/header/modules/Code.vue": () => import("./Code-0fa3efd3.js"), "/src/components/wonderform/index.vue": () => Promise.resolve().then(() => index$3), "/src/components/wonderform/tool/index.vue": () => Promise.resolve().then(() => index$9), "/src/components/wonderreport/Demo.vue": () => import("./Demo-be0d3a37.js"), "/src/components/wonderreport/ReportModule.vue": () => import("./ReportModule-953f794c.js"), "/src/components/wonderreport/header/index.vue": () => Promise.resolve().then(() => index$2), "/src/components/wonderreport/index.vue": () => Promise.resolve().then(() => index$1), "/src/views/formTest.vue": () => import("./formTest-6efe6a89.js"), "/src/views/sys/login/Login.vue": () => import("./Login-e1170330.js"), "/src/views/workbench/index.vue": () => import("./index-a82b829a.js") }), H = W, K = computed(() => {
|
|
188515
188541
|
if (H.filePath) {
|
|
188516
188542
|
let G = `/src/${H.filePath}.vue`;
|
|
188517
188543
|
return H.filePath ? Object.keys(C).includes(G) : !1;
|
|
@@ -197345,7 +197371,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
197345
197371
|
props: {
|
|
197346
197372
|
id: {
|
|
197347
197373
|
type: Number,
|
|
197348
|
-
default:
|
|
197374
|
+
default: 292
|
|
197349
197375
|
}
|
|
197350
197376
|
},
|
|
197351
197377
|
setup(W) {
|
|
@@ -197460,7 +197486,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
197460
197486
|
});
|
|
197461
197487
|
};
|
|
197462
197488
|
}
|
|
197463
|
-
}),
|
|
197489
|
+
}), index_vue_vue_type_style_index_0_scoped_288b358c_lang = "", FormImage = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-288b358c"]]), index$3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
197464
197490
|
__proto__: null,
|
|
197465
197491
|
default: FormImage
|
|
197466
197492
|
}, Symbol.toStringTag, { value: "Module" })), _withScopeId = (W) => (pushScopeId("data-v-7f7a30c9"), W = W(), popScopeId(), W), _hoisted_1$4 = {
|