form-imagining 0.0.64 → 0.0.65
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-3c188eea.js} +1 -1
- package/dist/Code-d7fbf098.js +5 -0
- package/dist/Col-086b4e3d.js +5 -0
- package/dist/Collapse-6bfaa085.js +5 -0
- package/dist/{Demo-2b824e39.js → Demo-72bea532.js} +1 -1
- package/dist/Form-e137b3da.js +5 -0
- package/dist/GenerateForm-875a8a47.js +5 -0
- package/dist/{GenerateReport-609fb14c.js → GenerateReport-9a5a842c.js} +1 -1
- package/dist/Grid-df5cd0f2.js +5 -0
- package/dist/{HelloWorld-dc826d3e.js → HelloWorld-eaaa6b0c.js} +1 -1
- package/dist/Input-/345/210/240/351/231/{244-e15f792a.js → 244-1901cab5.js} +1 -1
- package/dist/Label-/345/210/240/351/231/{244-b2d0cc4f.js → 244-054a276d.js} +1 -1
- package/dist/{Login-aac9afb1.js → Login-3de4d2c9.js} +1 -1
- package/dist/ReportModule-2692aa9c.js +5 -0
- package/dist/SqlModule-3b9d876a.js +5 -0
- package/dist/Table-9d298bdf.js +5 -0
- package/dist/TableBtnModal-280694ce.js +5 -0
- package/dist/cTable-acedff39.js +5 -0
- package/dist/childForm-d3bd17a9.js +5 -0
- package/dist/{cssMode-d88629c0.js → cssMode-1c0d8b98.js} +1 -1
- package/dist/form-imagining.js +1 -1
- package/dist/form-imagining.umd.cjs +7 -7
- package/dist/{formTest-a808efdd.js → formTest-1ce7c1d9.js} +1 -1
- package/dist/{freemarker2-637c3ad7.js → freemarker2-1ed09b33.js} +1 -1
- package/dist/{handlebars-bb169483.js → handlebars-366e410a.js} +1 -1
- package/dist/{html-c9356b51.js → html-95c6dc52.js} +1 -1
- package/dist/{htmlMode-114c4869.js → htmlMode-507112ef.js} +1 -1
- package/dist/{index-9ef02cc3.js → index-438f9b14.js} +1 -1
- package/dist/{index-0a9e2562.js → index-587a2556.js} +120 -99
- package/dist/{javascript-be05cf81.js → javascript-a27a5c78.js} +2 -2
- package/dist/{jsonMode-2a1f870e.js → jsonMode-841e4090.js} +1 -1
- package/dist/{liquid-505e1648.js → liquid-25858018.js} +1 -1
- package/dist/{mdx-a4b49963.js → mdx-694174e0.js} +1 -1
- package/dist/{python-ce970b5d.js → python-f35e2b78.js} +1 -1
- package/dist/{razor-74e47858.js → razor-edef3178.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/{tableSelectDemo-416f7375.js → tableSelectDemo-bbaa839b.js} +1 -1
- package/dist/{tableSelectDemo2-285e8f29.js → tableSelectDemo2-918dd1bd.js} +1 -1
- package/dist/{tsMode-ef16abe4.js → tsMode-97f72231.js} +1 -1
- package/dist/{typescript-98280dcf.js → typescript-ac4cc1fd.js} +1 -1
- package/dist/{xml-f0bd4a37.js → xml-c1fddfd6.js} +1 -1
- package/dist/{yaml-9ed90dcf.js → yaml-4fb25888.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);
|
|
@@ -78039,8 +78039,8 @@ const _hoisted_1$m = { style: { "text-align": "left" } }, _hoisted_2$c = { class
|
|
|
78039
78039
|
C.configData[G] == null ? C.configData[G] = 0 : C.configData[G]++;
|
|
78040
78040
|
}
|
|
78041
78041
|
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(
|
|
78042
|
+
const Q = resolveComponent("a-input"), Z = resolveComponent("a-form-item"), ee = resolveComponent("a-input-number"), te = resolveComponent("a-textarea"), ne = resolveComponent("a-form");
|
|
78043
|
+
return openBlock(), createBlock(ne, {
|
|
78044
78044
|
layout: "vertical",
|
|
78045
78045
|
model: W.configData,
|
|
78046
78046
|
autocomplete: "off"
|
|
@@ -78053,7 +78053,7 @@ const _hoisted_1$m = { style: { "text-align": "left" } }, _hoisted_2$c = { class
|
|
|
78053
78053
|
default: withCtx(() => [
|
|
78054
78054
|
createVNode(Q, {
|
|
78055
78055
|
value: W.configData.model,
|
|
78056
|
-
"onUpdate:value": X[0] || (X[0] = (
|
|
78056
|
+
"onUpdate:value": X[0] || (X[0] = (ie) => W.configData.model = ie)
|
|
78057
78057
|
}, null, 8, ["value"])
|
|
78058
78058
|
]),
|
|
78059
78059
|
_: 1
|
|
@@ -78062,7 +78062,7 @@ const _hoisted_1$m = { style: { "text-align": "left" } }, _hoisted_2$c = { class
|
|
|
78062
78062
|
default: withCtx(() => [
|
|
78063
78063
|
createVNode(ee, {
|
|
78064
78064
|
value: W.configData.options.gutter,
|
|
78065
|
-
"onUpdate:value": X[1] || (X[1] = (
|
|
78065
|
+
"onUpdate:value": X[1] || (X[1] = (ie) => W.configData.options.gutter = ie),
|
|
78066
78066
|
min: 1,
|
|
78067
78067
|
max: 30,
|
|
78068
78068
|
style: { width: "100%" }
|
|
@@ -78072,21 +78072,21 @@ const _hoisted_1$m = { style: { "text-align": "left" } }, _hoisted_2$c = { class
|
|
|
78072
78072
|
}),
|
|
78073
78073
|
createVNode(Z, { label: "栅格内边距" }, {
|
|
78074
78074
|
default: withCtx(() => [
|
|
78075
|
-
(openBlock(), createElementBlock(Fragment, null, renderList(H, (
|
|
78076
|
-
createTextVNode(toDisplayString(
|
|
78075
|
+
(openBlock(), createElementBlock(Fragment, null, renderList(H, (ie, oe) => createElementVNode("div", _hoisted_1$i, [
|
|
78076
|
+
createTextVNode(toDisplayString(ie.label) + ": ", 1),
|
|
78077
78077
|
createVNode(ee, {
|
|
78078
|
-
value: W.configData[
|
|
78079
|
-
"onUpdate:value": (
|
|
78078
|
+
value: W.configData[ie.value],
|
|
78079
|
+
"onUpdate:value": (re) => W.configData[ie.value] = re,
|
|
78080
78080
|
min: 0
|
|
78081
78081
|
}, {
|
|
78082
78082
|
addonBefore: withCtx(() => [
|
|
78083
78083
|
createVNode(unref(MinusOutlined$1), {
|
|
78084
|
-
onClick: (
|
|
78084
|
+
onClick: (re) => K(ie.value)
|
|
78085
78085
|
}, null, 8, ["onClick"])
|
|
78086
78086
|
]),
|
|
78087
78087
|
addonAfter: withCtx(() => [
|
|
78088
78088
|
createVNode(unref(PlusOutlined$1), {
|
|
78089
|
-
onClick: (
|
|
78089
|
+
onClick: (re) => U(ie.value)
|
|
78090
78090
|
}, null, 8, ["onClick"])
|
|
78091
78091
|
]),
|
|
78092
78092
|
_: 2
|
|
@@ -78094,6 +78094,16 @@ const _hoisted_1$m = { style: { "text-align": "left" } }, _hoisted_2$c = { class
|
|
|
78094
78094
|
])), 64))
|
|
78095
78095
|
]),
|
|
78096
78096
|
_: 1
|
|
78097
|
+
}),
|
|
78098
|
+
createVNode(Z, { label: "其他扩展" }, {
|
|
78099
|
+
default: withCtx(() => [
|
|
78100
|
+
createVNode(te, {
|
|
78101
|
+
value: W.configData.extended,
|
|
78102
|
+
"onUpdate:value": X[2] || (X[2] = (ie) => W.configData.extended = ie),
|
|
78103
|
+
rows: 3
|
|
78104
|
+
}, null, 8, ["value"])
|
|
78105
|
+
]),
|
|
78106
|
+
_: 1
|
|
78097
78107
|
})
|
|
78098
78108
|
]),
|
|
78099
78109
|
_: 1
|
|
@@ -78110,8 +78120,8 @@ const _hoisted_1$m = { style: { "text-align": "left" } }, _hoisted_2$c = { class
|
|
|
78110
78120
|
},
|
|
78111
78121
|
setup(W) {
|
|
78112
78122
|
return (C, H) => {
|
|
78113
|
-
const K = resolveComponent("a-input-number"), U = resolveComponent("a-form-item"), G = resolveComponent("a-form");
|
|
78114
|
-
return openBlock(), createBlock(
|
|
78123
|
+
const K = resolveComponent("a-input-number"), U = resolveComponent("a-form-item"), G = resolveComponent("a-textarea"), X = resolveComponent("a-form");
|
|
78124
|
+
return openBlock(), createBlock(X, {
|
|
78115
78125
|
layout: "vertical",
|
|
78116
78126
|
model: W.configData,
|
|
78117
78127
|
autocomplete: "off"
|
|
@@ -78121,7 +78131,7 @@ const _hoisted_1$m = { style: { "text-align": "left" } }, _hoisted_2$c = { class
|
|
|
78121
78131
|
default: withCtx(() => [
|
|
78122
78132
|
createVNode(K, {
|
|
78123
78133
|
value: W.configData.options.span,
|
|
78124
|
-
"onUpdate:value": H[0] || (H[0] = (
|
|
78134
|
+
"onUpdate:value": H[0] || (H[0] = (Q) => W.configData.options.span = Q),
|
|
78125
78135
|
min: 1,
|
|
78126
78136
|
max: 24,
|
|
78127
78137
|
style: { width: "100%" }
|
|
@@ -78133,13 +78143,23 @@ const _hoisted_1$m = { style: { "text-align": "left" } }, _hoisted_2$c = { class
|
|
|
78133
78143
|
default: withCtx(() => [
|
|
78134
78144
|
createVNode(K, {
|
|
78135
78145
|
value: W.configData.options.offset,
|
|
78136
|
-
"onUpdate:value": H[1] || (H[1] = (
|
|
78146
|
+
"onUpdate:value": H[1] || (H[1] = (Q) => W.configData.options.offset = Q),
|
|
78137
78147
|
min: 0,
|
|
78138
78148
|
max: 10,
|
|
78139
78149
|
style: { width: "100%" }
|
|
78140
78150
|
}, null, 8, ["value"])
|
|
78141
78151
|
]),
|
|
78142
78152
|
_: 1
|
|
78153
|
+
}),
|
|
78154
|
+
createVNode(U, { label: "其他扩展" }, {
|
|
78155
|
+
default: withCtx(() => [
|
|
78156
|
+
createVNode(G, {
|
|
78157
|
+
value: W.configData.options.extended,
|
|
78158
|
+
"onUpdate:value": H[2] || (H[2] = (Q) => W.configData.options.extended = Q),
|
|
78159
|
+
rows: 3
|
|
78160
|
+
}, null, 8, ["value"])
|
|
78161
|
+
]),
|
|
78162
|
+
_: 1
|
|
78143
78163
|
})
|
|
78144
78164
|
]),
|
|
78145
78165
|
_: 1
|
|
@@ -151637,37 +151657,37 @@ registerLanguage({
|
|
|
151637
151657
|
id: "freemarker2",
|
|
151638
151658
|
extensions: [".ftl", ".ftlh", ".ftlx"],
|
|
151639
151659
|
aliases: ["FreeMarker2", "Apache FreeMarker2"],
|
|
151640
|
-
loader: () => import("./freemarker2-
|
|
151660
|
+
loader: () => import("./freemarker2-1ed09b33.js").then((W) => W.TagAutoInterpolationDollar)
|
|
151641
151661
|
});
|
|
151642
151662
|
registerLanguage({
|
|
151643
151663
|
id: "freemarker2.tag-angle.interpolation-dollar",
|
|
151644
151664
|
aliases: ["FreeMarker2 (Angle/Dollar)", "Apache FreeMarker2 (Angle/Dollar)"],
|
|
151645
|
-
loader: () => import("./freemarker2-
|
|
151665
|
+
loader: () => import("./freemarker2-1ed09b33.js").then((W) => W.TagAngleInterpolationDollar)
|
|
151646
151666
|
});
|
|
151647
151667
|
registerLanguage({
|
|
151648
151668
|
id: "freemarker2.tag-bracket.interpolation-dollar",
|
|
151649
151669
|
aliases: ["FreeMarker2 (Bracket/Dollar)", "Apache FreeMarker2 (Bracket/Dollar)"],
|
|
151650
|
-
loader: () => import("./freemarker2-
|
|
151670
|
+
loader: () => import("./freemarker2-1ed09b33.js").then((W) => W.TagBracketInterpolationDollar)
|
|
151651
151671
|
});
|
|
151652
151672
|
registerLanguage({
|
|
151653
151673
|
id: "freemarker2.tag-angle.interpolation-bracket",
|
|
151654
151674
|
aliases: ["FreeMarker2 (Angle/Bracket)", "Apache FreeMarker2 (Angle/Bracket)"],
|
|
151655
|
-
loader: () => import("./freemarker2-
|
|
151675
|
+
loader: () => import("./freemarker2-1ed09b33.js").then((W) => W.TagAngleInterpolationBracket)
|
|
151656
151676
|
});
|
|
151657
151677
|
registerLanguage({
|
|
151658
151678
|
id: "freemarker2.tag-bracket.interpolation-bracket",
|
|
151659
151679
|
aliases: ["FreeMarker2 (Bracket/Bracket)", "Apache FreeMarker2 (Bracket/Bracket)"],
|
|
151660
|
-
loader: () => import("./freemarker2-
|
|
151680
|
+
loader: () => import("./freemarker2-1ed09b33.js").then((W) => W.TagBracketInterpolationBracket)
|
|
151661
151681
|
});
|
|
151662
151682
|
registerLanguage({
|
|
151663
151683
|
id: "freemarker2.tag-auto.interpolation-dollar",
|
|
151664
151684
|
aliases: ["FreeMarker2 (Auto/Dollar)", "Apache FreeMarker2 (Auto/Dollar)"],
|
|
151665
|
-
loader: () => import("./freemarker2-
|
|
151685
|
+
loader: () => import("./freemarker2-1ed09b33.js").then((W) => W.TagAutoInterpolationDollar)
|
|
151666
151686
|
});
|
|
151667
151687
|
registerLanguage({
|
|
151668
151688
|
id: "freemarker2.tag-auto.interpolation-bracket",
|
|
151669
151689
|
aliases: ["FreeMarker2 (Auto/Bracket)", "Apache FreeMarker2 (Auto/Bracket)"],
|
|
151670
|
-
loader: () => import("./freemarker2-
|
|
151690
|
+
loader: () => import("./freemarker2-1ed09b33.js").then((W) => W.TagAutoInterpolationBracket)
|
|
151671
151691
|
});
|
|
151672
151692
|
/*!-----------------------------------------------------------------------------
|
|
151673
151693
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -151705,7 +151725,7 @@ registerLanguage({
|
|
|
151705
151725
|
extensions: [".handlebars", ".hbs"],
|
|
151706
151726
|
aliases: ["Handlebars", "handlebars", "hbs"],
|
|
151707
151727
|
mimetypes: ["text/x-handlebars-template"],
|
|
151708
|
-
loader: () => import("./handlebars-
|
|
151728
|
+
loader: () => import("./handlebars-366e410a.js")
|
|
151709
151729
|
});
|
|
151710
151730
|
/*!-----------------------------------------------------------------------------
|
|
151711
151731
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -151730,7 +151750,7 @@ registerLanguage({
|
|
|
151730
151750
|
extensions: [".html", ".htm", ".shtml", ".xhtml", ".mdoc", ".jsp", ".asp", ".aspx", ".jshtm"],
|
|
151731
151751
|
aliases: ["HTML", "htm", "html", "xhtml"],
|
|
151732
151752
|
mimetypes: ["text/html", "text/x-jshtm", "text/template", "text/ng-template"],
|
|
151733
|
-
loader: () => import("./html-
|
|
151753
|
+
loader: () => import("./html-95c6dc52.js")
|
|
151734
151754
|
});
|
|
151735
151755
|
/*!-----------------------------------------------------------------------------
|
|
151736
151756
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -151771,7 +151791,7 @@ registerLanguage({
|
|
|
151771
151791
|
filenames: ["jakefile"],
|
|
151772
151792
|
aliases: ["JavaScript", "javascript", "js"],
|
|
151773
151793
|
mimetypes: ["text/javascript"],
|
|
151774
|
-
loader: () => import("./javascript-
|
|
151794
|
+
loader: () => import("./javascript-a27a5c78.js")
|
|
151775
151795
|
});
|
|
151776
151796
|
/*!-----------------------------------------------------------------------------
|
|
151777
151797
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -151846,7 +151866,7 @@ registerLanguage({
|
|
|
151846
151866
|
extensions: [".liquid", ".html.liquid"],
|
|
151847
151867
|
aliases: ["Liquid", "liquid"],
|
|
151848
151868
|
mimetypes: ["application/liquid"],
|
|
151849
|
-
loader: () => import("./liquid-
|
|
151869
|
+
loader: () => import("./liquid-25858018.js")
|
|
151850
151870
|
});
|
|
151851
151871
|
/*!-----------------------------------------------------------------------------
|
|
151852
151872
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -151882,7 +151902,7 @@ registerLanguage({
|
|
|
151882
151902
|
id: "mdx",
|
|
151883
151903
|
extensions: [".mdx"],
|
|
151884
151904
|
aliases: ["MDX", "mdx"],
|
|
151885
|
-
loader: () => import("./mdx-
|
|
151905
|
+
loader: () => import("./mdx-694174e0.js")
|
|
151886
151906
|
});
|
|
151887
151907
|
/*!-----------------------------------------------------------------------------
|
|
151888
151908
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -152077,7 +152097,7 @@ registerLanguage({
|
|
|
152077
152097
|
extensions: [".py", ".rpy", ".pyw", ".cpy", ".gyp", ".gypi"],
|
|
152078
152098
|
aliases: ["Python", "py"],
|
|
152079
152099
|
firstLine: "^#!/.*\\bpython[0-9.-]*\\b",
|
|
152080
|
-
loader: () => import("./python-
|
|
152100
|
+
loader: () => import("./python-f35e2b78.js")
|
|
152081
152101
|
});
|
|
152082
152102
|
/*!-----------------------------------------------------------------------------
|
|
152083
152103
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -152114,7 +152134,7 @@ registerLanguage({
|
|
|
152114
152134
|
extensions: [".cshtml"],
|
|
152115
152135
|
aliases: ["Razor", "razor"],
|
|
152116
152136
|
mimetypes: ["text/x-cshtml"],
|
|
152117
|
-
loader: () => import("./razor-
|
|
152137
|
+
loader: () => import("./razor-edef3178.js")
|
|
152118
152138
|
});
|
|
152119
152139
|
/*!-----------------------------------------------------------------------------
|
|
152120
152140
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -152366,7 +152386,7 @@ registerLanguage({
|
|
|
152366
152386
|
extensions: [".ts", ".tsx", ".cts", ".mts"],
|
|
152367
152387
|
aliases: ["TypeScript", "ts", "typescript"],
|
|
152368
152388
|
mimetypes: ["text/typescript"],
|
|
152369
|
-
loader: () => import("./typescript-
|
|
152389
|
+
loader: () => import("./typescript-ac4cc1fd.js")
|
|
152370
152390
|
});
|
|
152371
152391
|
/*!-----------------------------------------------------------------------------
|
|
152372
152392
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -152422,7 +152442,7 @@ registerLanguage({
|
|
|
152422
152442
|
firstLine: "(\\<\\?xml.*)|(\\<svg)|(\\<\\!doctype\\s+svg)",
|
|
152423
152443
|
aliases: ["XML", "xml"],
|
|
152424
152444
|
mimetypes: ["text/xml", "application/xml", "application/xaml+xml", "application/xml-dtd"],
|
|
152425
|
-
loader: () => import("./xml-
|
|
152445
|
+
loader: () => import("./xml-c1fddfd6.js")
|
|
152426
152446
|
});
|
|
152427
152447
|
/*!-----------------------------------------------------------------------------
|
|
152428
152448
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -152435,7 +152455,7 @@ registerLanguage({
|
|
|
152435
152455
|
extensions: [".yaml", ".yml"],
|
|
152436
152456
|
aliases: ["YAML", "yaml", "YML", "yml"],
|
|
152437
152457
|
mimetypes: ["application/x-yaml", "text/x-yaml"],
|
|
152438
|
-
loader: () => import("./yaml-
|
|
152458
|
+
loader: () => import("./yaml-4fb25888.js")
|
|
152439
152459
|
});
|
|
152440
152460
|
/*!-----------------------------------------------------------------------------
|
|
152441
152461
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -152530,7 +152550,7 @@ var LanguageServiceDefaultsImpl$3 = class {
|
|
|
152530
152550
|
}, 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
152551
|
monaco_editor_core_exports$3.languages.css = { cssDefaults, lessDefaults, scssDefaults };
|
|
152532
152552
|
function getMode$3() {
|
|
152533
|
-
return import("./cssMode-
|
|
152553
|
+
return import("./cssMode-1c0d8b98.js");
|
|
152534
152554
|
}
|
|
152535
152555
|
monaco_editor_core_exports$3.languages.onLanguage("less", () => {
|
|
152536
152556
|
getMode$3().then((W) => W.setupMode(lessDefaults));
|
|
@@ -152625,7 +152645,7 @@ monaco_editor_core_exports$2.languages.html = {
|
|
|
152625
152645
|
registerHTMLLanguageService
|
|
152626
152646
|
};
|
|
152627
152647
|
function getMode$2() {
|
|
152628
|
-
return import("./htmlMode-
|
|
152648
|
+
return import("./htmlMode-507112ef.js");
|
|
152629
152649
|
}
|
|
152630
152650
|
function registerHTMLLanguageService(W, C = optionsDefault, H = getConfigurationDefault(W)) {
|
|
152631
152651
|
const K = new LanguageServiceDefaultsImpl$2(W, C, H);
|
|
@@ -152702,7 +152722,7 @@ var LanguageServiceDefaultsImpl$1 = class {
|
|
|
152702
152722
|
}, jsonDefaults = new LanguageServiceDefaultsImpl$1("json", diagnosticDefault, modeConfigurationDefault$1);
|
|
152703
152723
|
monaco_editor_core_exports$1.languages.json = { jsonDefaults };
|
|
152704
152724
|
function getMode$1() {
|
|
152705
|
-
return import("./jsonMode-
|
|
152725
|
+
return import("./jsonMode-841e4090.js");
|
|
152706
152726
|
}
|
|
152707
152727
|
monaco_editor_core_exports$1.languages.register({
|
|
152708
152728
|
id: "json",
|
|
@@ -152865,7 +152885,7 @@ monaco_editor_core_exports.languages.typescript = {
|
|
|
152865
152885
|
getJavaScriptWorker
|
|
152866
152886
|
};
|
|
152867
152887
|
function getMode() {
|
|
152868
|
-
return import("./tsMode-
|
|
152888
|
+
return import("./tsMode-97f72231.js");
|
|
152869
152889
|
}
|
|
152870
152890
|
monaco_editor_core_exports.languages.onLanguage("typescript", () => getMode().then((W) => W.setupTypeScript(typescriptDefaults)));
|
|
152871
152891
|
monaco_editor_core_exports.languages.onLanguage("javascript", () => getMode().then((W) => W.setupJavaScript(javascriptDefaults)));
|
|
@@ -186656,7 +186676,9 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
186656
186676
|
});
|
|
186657
186677
|
};
|
|
186658
186678
|
}
|
|
186659
|
-
}),
|
|
186679
|
+
}), extendProperties$1 = [
|
|
186680
|
+
{ title: "其它扩展", bind: "extended", type: "textarea", placeholder: "", rows: 3 }
|
|
186681
|
+
], headerProperties$1 = [
|
|
186660
186682
|
{ title: "标题", bind: "name", type: "input", placeholder: "", required: !0 },
|
|
186661
186683
|
{ title: "样式", bind: "classname", type: "dic", placeholder: "", code: "class" },
|
|
186662
186684
|
{
|
|
@@ -186688,7 +186710,8 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
186688
186710
|
{ title: "居右", value: "right" }
|
|
186689
186711
|
]
|
|
186690
186712
|
},
|
|
186691
|
-
{ title: "样式扩展", bind: "cssextended", type: "textarea", placeholder: "", rows: 3 }
|
|
186713
|
+
{ title: "样式扩展", bind: "cssextended", type: "textarea", placeholder: "", rows: 3 },
|
|
186714
|
+
...extendProperties$1
|
|
186692
186715
|
], titleProperties = [
|
|
186693
186716
|
{ title: "标题", bind: "name", type: "input", placeholder: "", required: !0 }
|
|
186694
186717
|
], baseProperties$1 = [
|
|
@@ -186701,8 +186724,6 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
186701
186724
|
// { title: '只读', bind: 'disabled', type: 'switch', placeholder: '' },
|
|
186702
186725
|
{ title: "校验", bind: "guize", type: "guize", placeholder: "", mode: "pro" }
|
|
186703
186726
|
//simple为简单模式pro为全模式
|
|
186704
|
-
], extendProperties$1 = [
|
|
186705
|
-
{ title: "其它扩展", bind: "extended", type: "textarea", placeholder: "", rows: 3 }
|
|
186706
186727
|
], selectProperties = [
|
|
186707
186728
|
{ title: "标题", bind: "name", type: "input", placeholder: "", required: !0 },
|
|
186708
186729
|
{ title: "占位内容", bind: "placeholder", type: "input", placeholder: "" },
|
|
@@ -188183,7 +188204,7 @@ const DatePicker = locale, typeTemplate = "${label}不是一个有效的${type}"
|
|
|
188183
188204
|
}
|
|
188184
188205
|
},
|
|
188185
188206
|
setup(W, { expose: C }) {
|
|
188186
|
-
const H = /* @__PURE__ */ Object.assign({ "/src/App.vue": () => import("./App-
|
|
188207
|
+
const H = /* @__PURE__ */ Object.assign({ "/src/App.vue": () => import("./App-3c188eea.js"), "/src/components/HelloWorld.vue": () => import("./HelloWorld-eaaa6b0c.js"), "/src/components/cModal/index.vue": () => Promise.resolve().then(() => index$5), "/src/components/form-widget/widget/childForm.vue": () => import("./childForm-d3bd17a9.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-bbaa839b.js"), "/src/components/form-widget/widget/tableSelectDemo2.vue": () => import("./tableSelectDemo2-918dd1bd.js"), "/src/components/generate/Demo.vue": () => import("./Demo-72bea532.js"), "/src/components/generate/GenerateForm.vue": () => import("./GenerateForm-875a8a47.js"), "/src/components/generate/GenerateReport.vue": () => import("./GenerateReport-9a5a842c.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-acedff39.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-086b4e3d.js"), "/src/components/wonderform/config/modules/Collapse.vue": () => import("./Collapse-6bfaa085.js"), "/src/components/wonderform/config/modules/DataSource.vue": () => Promise.resolve().then(() => DataSource$2), "/src/components/wonderform/config/modules/Form.vue": () => import("./Form-e137b3da.js"), "/src/components/wonderform/config/modules/Grid.vue": () => import("./Grid-df5cd0f2.js"), "/src/components/wonderform/config/modules/Input-删除.vue": () => import("./Input-删除-1901cab5.js"), "/src/components/wonderform/config/modules/Label-删除.vue": () => import("./Label-删除-054a276d.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-9d298bdf.js"), "/src/components/wonderform/config/modules/TableBtnModal.vue": () => import("./TableBtnModal-280694ce.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-3b9d876a.js"), "/src/components/wonderform/header/Header.vue": () => Promise.resolve().then(() => Header), "/src/components/wonderform/header/modules/Code.vue": () => import("./Code-d7fbf098.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-2692aa9c.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-1ce7c1d9.js"), "/src/views/sys/login/Login.vue": () => import("./Login-3de4d2c9.js"), "/src/views/workbench/index.vue": () => import("./index-438f9b14.js") });
|
|
188187
188208
|
let K = ref(!1), U = ref(!1), G = ref(), X = ref(!1);
|
|
188188
188209
|
const Q = computed(() => defineAsyncComponent(H[`/src/${Z.filePath}.vue`])), Z = W, ee = computed(() => Z.footer ? "" : { footer: null });
|
|
188189
188210
|
C({
|
|
@@ -188432,7 +188453,7 @@ const DatePicker = locale, typeTemplate = "${label}不是一个有效的${type}"
|
|
|
188432
188453
|
ie("update:value", le);
|
|
188433
188454
|
}
|
|
188434
188455
|
});
|
|
188435
|
-
const Z = /* @__PURE__ */ Object.assign({ "/src/App.vue": () => import("./App-
|
|
188456
|
+
const Z = /* @__PURE__ */ Object.assign({ "/src/App.vue": () => import("./App-3c188eea.js"), "/src/components/HelloWorld.vue": () => import("./HelloWorld-eaaa6b0c.js"), "/src/components/cModal/index.vue": () => Promise.resolve().then(() => index$5), "/src/components/form-widget/widget/childForm.vue": () => import("./childForm-d3bd17a9.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-bbaa839b.js"), "/src/components/form-widget/widget/tableSelectDemo2.vue": () => import("./tableSelectDemo2-918dd1bd.js"), "/src/components/generate/Demo.vue": () => import("./Demo-72bea532.js"), "/src/components/generate/GenerateForm.vue": () => import("./GenerateForm-875a8a47.js"), "/src/components/generate/GenerateReport.vue": () => import("./GenerateReport-9a5a842c.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-acedff39.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-086b4e3d.js"), "/src/components/wonderform/config/modules/Collapse.vue": () => import("./Collapse-6bfaa085.js"), "/src/components/wonderform/config/modules/DataSource.vue": () => Promise.resolve().then(() => DataSource$2), "/src/components/wonderform/config/modules/Form.vue": () => import("./Form-e137b3da.js"), "/src/components/wonderform/config/modules/Grid.vue": () => import("./Grid-df5cd0f2.js"), "/src/components/wonderform/config/modules/Input-删除.vue": () => import("./Input-删除-1901cab5.js"), "/src/components/wonderform/config/modules/Label-删除.vue": () => import("./Label-删除-054a276d.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-9d298bdf.js"), "/src/components/wonderform/config/modules/TableBtnModal.vue": () => import("./TableBtnModal-280694ce.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-3b9d876a.js"), "/src/components/wonderform/header/Header.vue": () => Promise.resolve().then(() => Header), "/src/components/wonderform/header/modules/Code.vue": () => import("./Code-d7fbf098.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-2692aa9c.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-1ce7c1d9.js"), "/src/views/sys/login/Login.vue": () => import("./Login-3de4d2c9.js"), "/src/views/workbench/index.vue": () => import("./index-438f9b14.js") }), ee = computed(() => {
|
|
188436
188457
|
if (H.filePath) {
|
|
188437
188458
|
let le = `/src/${H.filePath}.vue`;
|
|
188438
188459
|
return H.filePath ? Object.keys(Z).includes(le) : !1;
|
|
@@ -188511,7 +188532,7 @@ const DatePicker = locale, typeTemplate = "${label}不是一个有效的${type}"
|
|
|
188511
188532
|
}
|
|
188512
188533
|
},
|
|
188513
188534
|
setup(W) {
|
|
188514
|
-
const C = /* @__PURE__ */ Object.assign({ "/src/App.vue": () => import("./App-
|
|
188535
|
+
const C = /* @__PURE__ */ Object.assign({ "/src/App.vue": () => import("./App-3c188eea.js"), "/src/components/HelloWorld.vue": () => import("./HelloWorld-eaaa6b0c.js"), "/src/components/cModal/index.vue": () => Promise.resolve().then(() => index$5), "/src/components/form-widget/widget/childForm.vue": () => import("./childForm-d3bd17a9.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-bbaa839b.js"), "/src/components/form-widget/widget/tableSelectDemo2.vue": () => import("./tableSelectDemo2-918dd1bd.js"), "/src/components/generate/Demo.vue": () => import("./Demo-72bea532.js"), "/src/components/generate/GenerateForm.vue": () => import("./GenerateForm-875a8a47.js"), "/src/components/generate/GenerateReport.vue": () => import("./GenerateReport-9a5a842c.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-acedff39.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-086b4e3d.js"), "/src/components/wonderform/config/modules/Collapse.vue": () => import("./Collapse-6bfaa085.js"), "/src/components/wonderform/config/modules/DataSource.vue": () => Promise.resolve().then(() => DataSource$2), "/src/components/wonderform/config/modules/Form.vue": () => import("./Form-e137b3da.js"), "/src/components/wonderform/config/modules/Grid.vue": () => import("./Grid-df5cd0f2.js"), "/src/components/wonderform/config/modules/Input-删除.vue": () => import("./Input-删除-1901cab5.js"), "/src/components/wonderform/config/modules/Label-删除.vue": () => import("./Label-删除-054a276d.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-9d298bdf.js"), "/src/components/wonderform/config/modules/TableBtnModal.vue": () => import("./TableBtnModal-280694ce.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-3b9d876a.js"), "/src/components/wonderform/header/Header.vue": () => Promise.resolve().then(() => Header), "/src/components/wonderform/header/modules/Code.vue": () => import("./Code-d7fbf098.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-2692aa9c.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-1ce7c1d9.js"), "/src/views/sys/login/Login.vue": () => import("./Login-3de4d2c9.js"), "/src/views/workbench/index.vue": () => import("./index-438f9b14.js") }), H = W, K = computed(() => {
|
|
188515
188536
|
if (H.filePath) {
|
|
188516
188537
|
let G = `/src/${H.filePath}.vue`;
|
|
188517
188538
|
return H.filePath ? Object.keys(C).includes(G) : !1;
|
|
@@ -197345,7 +197366,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
197345
197366
|
props: {
|
|
197346
197367
|
id: {
|
|
197347
197368
|
type: Number,
|
|
197348
|
-
default:
|
|
197369
|
+
default: 292
|
|
197349
197370
|
}
|
|
197350
197371
|
},
|
|
197351
197372
|
setup(W) {
|
|
@@ -197460,7 +197481,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
197460
197481
|
});
|
|
197461
197482
|
};
|
|
197462
197483
|
}
|
|
197463
|
-
}),
|
|
197484
|
+
}), 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
197485
|
__proto__: null,
|
|
197465
197486
|
default: FormImage
|
|
197466
197487
|
}, Symbol.toStringTag, { value: "Module" })), _withScopeId = (W) => (pushScopeId("data-v-7f7a30c9"), W = W(), popScopeId(), W), _hoisted_1$4 = {
|