form-imagining 0.0.82-14 → 0.0.82-15
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-6c4b5768.js → App-f08164e4.js} +5 -5
- package/dist/Ceshi-eb07591e.js +167 -0
- package/dist/Code-9bf89271.js +5 -0
- package/dist/Col-f6d5ab7b.js +5 -0
- package/dist/Collapse-6327251c.js +5 -0
- package/dist/{Demo-25267ae2.js → Demo-52bd1d42.js} +1 -1
- package/dist/FX-e0b5d5af.js +5 -0
- package/dist/{FormGridCopy-ffbc5c9f.js → FormGridCopy-8d2fd474.js} +24 -24
- package/dist/GenerateForm-ef24c0ae.js +5 -0
- package/dist/GenerateReport-28dbf9bc.js +5 -0
- package/dist/{HelloWorld-85527a1b.js → HelloWorld-99b1b565.js} +1 -1
- package/dist/Input-/345/210/240/351/231/{244-dff7d1fe.js → 244-e73350e8.js} +1 -1
- package/dist/Label-/345/210/240/351/231/{244-f42bcc4f.js → 244-ebf69020.js} +1 -1
- package/dist/{Login-29f8d51a.js → Login-8dde8143.js} +1 -1
- package/dist/ReportModule-8abf1bdd.js +5 -0
- package/dist/SqlModule-3cce7b37.js +5 -0
- package/dist/Table-624bc625.js +5 -0
- package/dist/TableBtnModal-1fcfe1a1.js +5 -0
- package/dist/cTable-503d9ba6.js +5 -0
- package/dist/childForm-551891cd.js +5 -0
- package/dist/{cssMode-55eece66.js → cssMode-c7331e47.js} +11 -11
- package/dist/form-imagining.js +2 -2
- package/dist/form-imagining.umd.cjs +70 -70
- package/dist/{formTest-c630e711.js → formTest-439d1b41.js} +5 -5
- package/dist/{freemarker2-f50480ba.js → freemarker2-94bce78e.js} +3 -3
- package/dist/{handlebars-ad445566.js → handlebars-9ddd107b.js} +1 -1
- package/dist/{html-4f5bb7b2.js → html-d315caf0.js} +1 -1
- package/dist/{htmlMode-6db7e824.js → htmlMode-7334bead.js} +16 -16
- package/dist/{index-9112beee.js → index-01834b51.js} +1 -1
- package/dist/{index-b7184bef.js → index-79a8450a.js} +1 -1
- package/dist/{index-3b636d95.js → index-7ac7743a.js} +795 -748
- package/dist/{javascript-4c67d4c8.js → javascript-d3add1a6.js} +2 -2
- package/dist/{jsonMode-22940d6d.js → jsonMode-c33cceb1.js} +1 -1
- package/dist/{liquid-e6c26be6.js → liquid-9373376d.js} +1 -1
- package/dist/{mdx-b9ee7e0a.js → mdx-e88a89ca.js} +1 -1
- package/dist/{python-4de30aa1.js → python-01190ca3.js} +1 -1
- package/dist/{razor-74a30c63.js → razor-0e568618.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/{tableSelectDemo-1b65c0ef.js → tableSelectDemo-19cfdd98.js} +1 -1
- package/dist/{tableSelectDemo2-7b1de0e4.js → tableSelectDemo2-6d0c7e96.js} +1 -1
- package/dist/{tsMode-53ffc021.js → tsMode-e6742294.js} +1 -1
- package/dist/{typescript-3d618f07.js → typescript-7a86d7f6.js} +1 -1
- package/dist/{xml-dc707917.js → xml-281467e6.js} +1 -1
- package/dist/{yaml-d0b7abde.js → yaml-bd337205.js} +1 -1
- package/package.json +1 -1
- package/dist/Code-f3b1a912.js +0 -5
- package/dist/Col-40f4a17e.js +0 -5
- package/dist/Collapse-ac049636.js +0 -5
- package/dist/FX-af0be690.js +0 -5
- package/dist/GenerateForm-85191dd1.js +0 -5
- package/dist/GenerateReport-4b794512.js +0 -5
- package/dist/ReportModule-3de3e7a0.js +0 -5
- package/dist/SqlModule-d5729c32.js +0 -5
- package/dist/Table-f9143adc.js +0 -5
- package/dist/TableBtnModal-e09e0109.js +0 -5
- package/dist/cTable-547decf3.js +0 -5
- package/dist/childForm-292275ba.js +0 -5
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { defineComponent as o, onMounted as r, resolveComponent as t, openBlock as n, createBlock as a, unref as c, withCtx as p, createVNode as
|
|
2
|
-
import { z as
|
|
1
|
+
import { defineComponent as o, onMounted as r, resolveComponent as t, openBlock as n, createBlock as a, unref as c, withCtx as p, createVNode as m } from "vue";
|
|
2
|
+
import { z as _, F as f } from "./index-7ac7743a.js";
|
|
3
3
|
const h = /* @__PURE__ */ o({
|
|
4
4
|
__name: "App",
|
|
5
|
-
setup(
|
|
5
|
+
setup(i) {
|
|
6
6
|
return r(() => {
|
|
7
7
|
}), (l, s) => {
|
|
8
8
|
const e = t("a-config-provider");
|
|
9
9
|
return n(), a(e, {
|
|
10
|
-
locale: c(
|
|
10
|
+
locale: c(_),
|
|
11
11
|
theme: { token: { fontSize: 13, borderRadius: 5, colorPrimary: "#1890ff" } }
|
|
12
12
|
}, {
|
|
13
13
|
default: p(() => [
|
|
14
|
-
|
|
14
|
+
m(f)
|
|
15
15
|
]),
|
|
16
16
|
_: 1
|
|
17
17
|
}, 8, ["locale"]);
|
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
import { defineComponent as D, ref as a, useAttrs as G, withAsyncContext as O, reactive as y, computed as C, watch as k, onMounted as w, onBeforeUpdate as x, resolveComponent as s, openBlock as q, createElementBlock as F, Fragment as Y, createVNode as r, withCtx as _, createTextVNode as c, createElementVNode as U, unref as l, mergeProps as p } from "vue";
|
|
2
|
+
import { u as J, b as V, g as H, d as X, e as K, m as $, v as m, f as R, h as B, o as j, _ as z } from "./index-7ac7743a.js";
|
|
3
|
+
const T = 14, Q = /* @__PURE__ */ D({
|
|
4
|
+
__name: "Ceshi",
|
|
5
|
+
async setup(Z, { expose: b }) {
|
|
6
|
+
let u, i;
|
|
7
|
+
J(), V(), a([]);
|
|
8
|
+
let I = a(), g = a(!1), d = [], o = a({ BW_PROGRAM_LOCATION: {}, CITY_PLAN_CHECK_FILE: {}, BW_YWHYXXB: {} });
|
|
9
|
+
const { isSaved: L, caseCode: ee, disabled: te } = G();
|
|
10
|
+
let S = [{
|
|
11
|
+
label: "选项21",
|
|
12
|
+
value: "选项1"
|
|
13
|
+
}, {
|
|
14
|
+
label: "选项2",
|
|
15
|
+
value: "选项2"
|
|
16
|
+
}];
|
|
17
|
+
[u, i] = O(() => H()), await u, i(), L ? ([u, i] = O(() => X(o, T)), await u, i()) : ([u, i] = O(() => K()), await u, i()), a([]), y({ pagination4: !1 }), a(""), a(""), a(!0), a(""), a(""), a(o.value.BW_PROGRAM_LOCATION.CANCEL_FLAG == 1), C(() => {
|
|
18
|
+
var f;
|
|
19
|
+
let t = (f = o.value.BW_PROGRAM_LOCATION) == null ? void 0 : f.CERTIFICATE_TYPE_CODE, e;
|
|
20
|
+
if (t)
|
|
21
|
+
switch (t) {
|
|
22
|
+
case "01":
|
|
23
|
+
e = "idCard";
|
|
24
|
+
break;
|
|
25
|
+
case "02":
|
|
26
|
+
e = "HMTIdCard";
|
|
27
|
+
break;
|
|
28
|
+
case "03":
|
|
29
|
+
e = "passport";
|
|
30
|
+
break;
|
|
31
|
+
case "04":
|
|
32
|
+
e = "foreignerIdCard";
|
|
33
|
+
break;
|
|
34
|
+
case "05":
|
|
35
|
+
e = "otherId";
|
|
36
|
+
break;
|
|
37
|
+
case "06":
|
|
38
|
+
e = "socialCode";
|
|
39
|
+
break;
|
|
40
|
+
}
|
|
41
|
+
return e;
|
|
42
|
+
}), C(() => {
|
|
43
|
+
var e;
|
|
44
|
+
let t = (e = o.value.BW_PROGRAM_LOCATION) == null ? void 0 : e.LAND_SEA_USE_TYPE_CODE;
|
|
45
|
+
return console.info("代码", t), t == "1001" ? "required" : "";
|
|
46
|
+
}), C(() => {
|
|
47
|
+
var e;
|
|
48
|
+
let t = (e = o.value.BW_PROGRAM_LOCATION) == null ? void 0 : e.IS_MEET_LAND_USE_STANDARDS;
|
|
49
|
+
return console.info("土地标准", t), t == "2" ? "" : "required";
|
|
50
|
+
}), C(() => {
|
|
51
|
+
var e;
|
|
52
|
+
let t = (e = o.value.BW_PROGRAM_LOCATION) == null ? void 0 : e.IS_MEET_LAND_POLICY;
|
|
53
|
+
return console.info("供地", t), t == "0" ? "required" : "";
|
|
54
|
+
}), a(!1), k(() => o.value.BW_PROGRAM_LOCATION.INDUSTRY_CLASSIFICATION_CODE, (t) => {
|
|
55
|
+
t.length > 0 && t.length < 4 && ($.warning("请选择国民经济行业分类中的小类:即分类代码为4位数字的分类!"), o.value.BW_PROGRAM_LOCATION.INDUSTRY_CLASSIFICATION_CODE = "");
|
|
56
|
+
}), a(!1), a(!1), a(!1), a(!1), a(""), a(""), a(""), w(() => {
|
|
57
|
+
});
|
|
58
|
+
function v() {
|
|
59
|
+
return j(I.value);
|
|
60
|
+
}
|
|
61
|
+
function E() {
|
|
62
|
+
let t = [];
|
|
63
|
+
for (let e = 0; e < d.length; e++)
|
|
64
|
+
d[e].child && t.push(d[e].child);
|
|
65
|
+
return t.length ? t : null;
|
|
66
|
+
}
|
|
67
|
+
return x(() => {
|
|
68
|
+
d = [];
|
|
69
|
+
}), b({
|
|
70
|
+
multipleRef: E,
|
|
71
|
+
onSubmit: v,
|
|
72
|
+
formId: T
|
|
73
|
+
}), (t, e) => {
|
|
74
|
+
const f = s("a-button"), M = s("a-radio-group"), A = s("a-form-item"), N = s("a-checkbox"), P = s("a-checkbox-group"), W = s("a-input"), h = s("a-form");
|
|
75
|
+
return q(), F(Y, null, [
|
|
76
|
+
r(f, { onClick: v }, {
|
|
77
|
+
default: _(() => [
|
|
78
|
+
c("保存")
|
|
79
|
+
]),
|
|
80
|
+
_: 1
|
|
81
|
+
}),
|
|
82
|
+
U("div", {
|
|
83
|
+
ref_key: "formRef",
|
|
84
|
+
ref: I,
|
|
85
|
+
class: "cici-form-css"
|
|
86
|
+
}, [
|
|
87
|
+
r(h, {
|
|
88
|
+
"label-col": { style: { width: "120px" } },
|
|
89
|
+
labelWrap: !0,
|
|
90
|
+
disabled: l(g)
|
|
91
|
+
}, {
|
|
92
|
+
default: _(() => [
|
|
93
|
+
r(A, p({
|
|
94
|
+
label: "单选框组",
|
|
95
|
+
required: ""
|
|
96
|
+
}, l(m).CC), {
|
|
97
|
+
default: _(() => [
|
|
98
|
+
r(M, {
|
|
99
|
+
"data-value": JSON.stringify(l(o).BW_PROGRAM_LOCATION.CC),
|
|
100
|
+
"write-field": "CC",
|
|
101
|
+
value: l(o).BW_PROGRAM_LOCATION.CC,
|
|
102
|
+
"onUpdate:value": e[0] || (e[0] = (n) => l(o).BW_PROGRAM_LOCATION.CC = n),
|
|
103
|
+
rules: JSON.stringify([{ type: "required" }]),
|
|
104
|
+
options: l(S),
|
|
105
|
+
onChange: e[1] || (e[1] = (n) => l(R)(n, "change"))
|
|
106
|
+
}, null, 8, ["data-value", "value", "rules", "options"])
|
|
107
|
+
]),
|
|
108
|
+
_: 1
|
|
109
|
+
}, 16),
|
|
110
|
+
r(A, p({
|
|
111
|
+
label: "多选框组",
|
|
112
|
+
required: ""
|
|
113
|
+
}, l(m).AA), {
|
|
114
|
+
default: _(() => [
|
|
115
|
+
r(P, {
|
|
116
|
+
value: l(B)(l(o).BW_PROGRAM_LOCATION.AA),
|
|
117
|
+
"data-value": JSON.stringify(l(B)(l(o).BW_PROGRAM_LOCATION.AA)),
|
|
118
|
+
"write-field": "AA",
|
|
119
|
+
rules: JSON.stringify([{ type: "required" }]),
|
|
120
|
+
onChange: e[2] || (e[2] = (n) => l(R)("AA"))
|
|
121
|
+
}, {
|
|
122
|
+
default: _(() => [
|
|
123
|
+
r(N, { value: "产生编号" }, {
|
|
124
|
+
default: _(() => [
|
|
125
|
+
c("产生编号")
|
|
126
|
+
]),
|
|
127
|
+
_: 1
|
|
128
|
+
}),
|
|
129
|
+
r(N, { value: "产生编2号" }, {
|
|
130
|
+
default: _(() => [
|
|
131
|
+
c("产生2编号")
|
|
132
|
+
]),
|
|
133
|
+
_: 1
|
|
134
|
+
})
|
|
135
|
+
]),
|
|
136
|
+
_: 1
|
|
137
|
+
}, 8, ["value", "data-value", "rules"])
|
|
138
|
+
]),
|
|
139
|
+
_: 1
|
|
140
|
+
}, 16),
|
|
141
|
+
r(A, p({
|
|
142
|
+
label: "项目名称",
|
|
143
|
+
required: ""
|
|
144
|
+
}, l(m).BB), {
|
|
145
|
+
default: _(() => [
|
|
146
|
+
r(W, {
|
|
147
|
+
value: l(o).BW_PROGRAM_LOCATION.BB,
|
|
148
|
+
"onUpdate:value": e[3] || (e[3] = (n) => l(o).BW_PROGRAM_LOCATION.BB = n),
|
|
149
|
+
rules: JSON.stringify([{ type: "required" }]),
|
|
150
|
+
"write-field": "BB",
|
|
151
|
+
onBlur: e[4] || (e[4] = (n) => l(R)(n, "blur"))
|
|
152
|
+
}, null, 8, ["value", "rules"])
|
|
153
|
+
]),
|
|
154
|
+
_: 1
|
|
155
|
+
}, 16)
|
|
156
|
+
]),
|
|
157
|
+
_: 1
|
|
158
|
+
}, 8, ["disabled"])
|
|
159
|
+
], 512)
|
|
160
|
+
], 64);
|
|
161
|
+
};
|
|
162
|
+
}
|
|
163
|
+
});
|
|
164
|
+
const oe = /* @__PURE__ */ z(Q, [["__scopeId", "data-v-340d7282"]]);
|
|
165
|
+
export {
|
|
166
|
+
oe as default
|
|
167
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, onBeforeUpdate, openBlock, createBlock, unref } from "vue";
|
|
2
|
-
import {
|
|
2
|
+
import { i as useFormStore, j as generateReportHtml, p as paginations, k as dataSource, l as initTable, n as defHttp } from "./index-7ac7743a.js";
|
|
3
3
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
4
4
|
__name: "Demo",
|
|
5
5
|
props: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import {
|
|
3
|
-
const
|
|
1
|
+
import { defineComponent as J, ref as z, watch as L, resolveComponent as h, openBlock as o, createElementBlock as u, createElementVNode as W, createVNode as r, unref as f, createCommentVNode as x, normalizeStyle as C, withCtx as g, Fragment as I, renderList as k, createBlock as w, normalizeClass as b } from "vue";
|
|
2
|
+
import { i as j, E as A, V as H, G as K, H as P, I as S, J as D, M as R, _ } from "./index-7ac7743a.js";
|
|
3
|
+
const q = { class: "move" }, Q = {
|
|
4
4
|
key: 0,
|
|
5
5
|
class: "widget-view-drag"
|
|
6
6
|
}, T = ["onMousedown"], U = {
|
|
@@ -9,7 +9,7 @@ const H = { class: "move" }, Q = {
|
|
|
9
9
|
}, X = {
|
|
10
10
|
key: 0,
|
|
11
11
|
class: "item-action"
|
|
12
|
-
}, Y = /* @__PURE__ */
|
|
12
|
+
}, Y = /* @__PURE__ */ J({
|
|
13
13
|
__name: "FormGridCopy",
|
|
14
14
|
props: {
|
|
15
15
|
list: {
|
|
@@ -30,36 +30,36 @@ const H = { class: "move" }, Q = {
|
|
|
30
30
|
}
|
|
31
31
|
},
|
|
32
32
|
emits: ["childConfig", "index"],
|
|
33
|
-
setup(e, { emit:
|
|
34
|
-
const
|
|
33
|
+
setup(e, { emit: N }) {
|
|
34
|
+
const O = j(), a = e, i = z("-1");
|
|
35
35
|
L(
|
|
36
36
|
() => a.activeIndex,
|
|
37
37
|
(t, n) => {
|
|
38
38
|
i.value = t;
|
|
39
39
|
}
|
|
40
40
|
);
|
|
41
|
-
const m =
|
|
41
|
+
const m = N;
|
|
42
42
|
function p(t, n, d) {
|
|
43
43
|
i.value = n, m("childConfig", t), m("index", i.value), d.stopPropagation(), d.preventDefault();
|
|
44
44
|
}
|
|
45
|
-
function
|
|
45
|
+
function $() {
|
|
46
46
|
i.value = "-1", console.log("开始拖拽");
|
|
47
47
|
}
|
|
48
|
-
function
|
|
48
|
+
function E(t, n) {
|
|
49
49
|
t.to.className == "widget-col-list" ? i.value = a.index + "-" + n + "-" + t.newIndex : i.value = t.newIndex, m("index", i.value);
|
|
50
50
|
}
|
|
51
|
-
function
|
|
51
|
+
function F(t) {
|
|
52
52
|
const n = JSON.parse(JSON.stringify(t));
|
|
53
53
|
if (a.data.columns && a.data.columns.length > 0) {
|
|
54
54
|
let d = a.data.columns.findIndex((v) => v.key == t.key);
|
|
55
|
-
d > -1 && (n.key =
|
|
55
|
+
d > -1 && (n.key = D(), n.id = D(), a.data.columns.splice(d + 1, 0, n));
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
|
-
function
|
|
58
|
+
function M(t) {
|
|
59
59
|
let n = a.data.columns.findIndex((d) => d.key == t.key);
|
|
60
60
|
n > -1 && a.data.columns.splice(n, 1);
|
|
61
61
|
}
|
|
62
|
-
function
|
|
62
|
+
function V() {
|
|
63
63
|
if (a.data.columns.length > 0)
|
|
64
64
|
R.confirm({
|
|
65
65
|
title: "确定要删除该栅格布局吗?",
|
|
@@ -79,14 +79,14 @@ const H = { class: "move" }, Q = {
|
|
|
79
79
|
return (t, n) => {
|
|
80
80
|
const d = h("a-col"), v = h("a-row"), G = h("a-form");
|
|
81
81
|
return o(), u("div", null, [
|
|
82
|
-
W("div",
|
|
82
|
+
W("div", q, [
|
|
83
83
|
e.activeIndex == e.index ? (o(), u("div", Q, [
|
|
84
|
-
r(f(
|
|
84
|
+
r(f(A), { style: { padding: "6px" } })
|
|
85
85
|
])) : x("", !0)
|
|
86
86
|
]),
|
|
87
87
|
r(G, {
|
|
88
88
|
style: C({ padding: `${e.data.top || 0}px ${e.data.right || 0}px ${e.data.bottom || 0}px ${e.data.left || 0}px` }),
|
|
89
|
-
"label-col": { style: { width: f(
|
|
89
|
+
"label-col": { style: { width: f(O).formData.config.labelWidth + "px" } },
|
|
90
90
|
labelWrap: !0
|
|
91
91
|
}, {
|
|
92
92
|
default: g(() => [
|
|
@@ -103,7 +103,7 @@ const H = { class: "move" }, Q = {
|
|
|
103
103
|
onMousedown: (s) => p(l, "col-" + e.index + "-" + c, s)
|
|
104
104
|
}, {
|
|
105
105
|
default: g(() => [
|
|
106
|
-
r(f(
|
|
106
|
+
r(f(H), {
|
|
107
107
|
class: "widget-col-list",
|
|
108
108
|
style: { "min-height": "50px" },
|
|
109
109
|
"ghost-class": "ghost",
|
|
@@ -111,8 +111,8 @@ const H = { class: "move" }, Q = {
|
|
|
111
111
|
"force-fallback": !0,
|
|
112
112
|
"chosen-class": "chosenClass2",
|
|
113
113
|
"drag-class": "dragClass1",
|
|
114
|
-
onStart:
|
|
115
|
-
onEnd: (s) =>
|
|
114
|
+
onStart: $,
|
|
115
|
+
onEnd: (s) => E(s, c),
|
|
116
116
|
group: "itxst",
|
|
117
117
|
sort: !1,
|
|
118
118
|
animation: "300",
|
|
@@ -137,20 +137,20 @@ const H = { class: "move" }, Q = {
|
|
|
137
137
|
e.activeIndex === "col-" + e.index + "-" + c ? (o(), u("div", U, [
|
|
138
138
|
r(f(P), {
|
|
139
139
|
style: { padding: "3px 5px" },
|
|
140
|
-
onClick: (s) =>
|
|
140
|
+
onClick: (s) => F(l)
|
|
141
141
|
}, null, 8, ["onClick"]),
|
|
142
|
-
e.data.columns.length !== 1 ? (o(), w(f(
|
|
142
|
+
e.data.columns.length !== 1 ? (o(), w(f(S), {
|
|
143
143
|
key: 0,
|
|
144
|
-
onClick: (s) =>
|
|
144
|
+
onClick: (s) => M(l)
|
|
145
145
|
}, null, 8, ["onClick"])) : x("", !0)
|
|
146
146
|
])) : x("", !0)
|
|
147
147
|
]),
|
|
148
148
|
_: 2
|
|
149
149
|
}, 1032, ["span", "class", "offset", "onMousedown"]))), 256)),
|
|
150
150
|
e.activeIndex === e.index ? (o(), u("div", X, [
|
|
151
|
-
r(f(
|
|
151
|
+
r(f(S), {
|
|
152
152
|
style: { padding: "3px 5px", color: "#fff" },
|
|
153
|
-
onClick: n[0] || (n[0] = (l) =>
|
|
153
|
+
onClick: n[0] || (n[0] = (l) => V())
|
|
154
154
|
})
|
|
155
155
|
])) : x("", !0)
|
|
156
156
|
]),
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as i, resolveComponent as f, openBlock as m, createBlock as v, withCtx as u, createVNode as t } from "vue";
|
|
2
|
-
import {
|
|
2
|
+
import { i as c } from "./index-7ac7743a.js";
|
|
3
3
|
const x = /* @__PURE__ */ i({
|
|
4
4
|
__name: "Input-删除",
|
|
5
5
|
props: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as _, resolveComponent as o, openBlock as n, createBlock as l, withCtx as i, createElementBlock as u, Fragment as d, renderList as r, createVNode as k, createTextVNode as x, toDisplayString as D, createCommentVNode as w } from "vue";
|
|
2
|
-
import {
|
|
2
|
+
import { i as U } from "./index-7ac7743a.js";
|
|
3
3
|
const L = /* @__PURE__ */ _({
|
|
4
4
|
__name: "Label-删除",
|
|
5
5
|
props: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var Le = Object.defineProperty;
|
|
2
2
|
var je = (e, n, i) => n in e ? Le(e, n, { enumerable: !0, configurable: !0, writable: !0, value: i }) : e[n] = i;
|
|
3
3
|
var k = (e, n, i) => (je(e, typeof n != "symbol" ? n + "" : n, i), i);
|
|
4
|
-
import {
|
|
4
|
+
import { O as Ne } from "./index-7ac7743a.js";
|
|
5
5
|
import "vue";
|
|
6
6
|
/*!-----------------------------------------------------------------------------
|
|
7
7
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -9,10 +9,10 @@ import "vue";
|
|
|
9
9
|
* Released under the MIT license
|
|
10
10
|
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
11
11
|
*-----------------------------------------------------------------------------*/
|
|
12
|
-
var We = Object.defineProperty,
|
|
12
|
+
var We = Object.defineProperty, Oe = Object.getOwnPropertyDescriptor, Ue = Object.getOwnPropertyNames, Ve = Object.prototype.hasOwnProperty, Y = (e, n, i, r) => {
|
|
13
13
|
if (n && typeof n == "object" || typeof n == "function")
|
|
14
|
-
for (let t of
|
|
15
|
-
!Ve.call(e, t) && t !== i && We(e, t, { get: () => n[t], enumerable: !(r =
|
|
14
|
+
for (let t of Ue(n))
|
|
15
|
+
!Ve.call(e, t) && t !== i && We(e, t, { get: () => n[t], enumerable: !(r = Oe(n, t)) || r.enumerable });
|
|
16
16
|
return e;
|
|
17
17
|
}, He = (e, n, i) => (Y(e, n, "default"), i && Y(i, n, "default")), c = {};
|
|
18
18
|
He(c, Ne);
|
|
@@ -60,14 +60,14 @@ var ze = 2 * 60 * 1e3, Xe = class {
|
|
|
60
60
|
(function(e) {
|
|
61
61
|
e.MIN_VALUE = -2147483648, e.MAX_VALUE = 2147483647;
|
|
62
62
|
})(Z || (Z = {}));
|
|
63
|
-
var
|
|
63
|
+
var O;
|
|
64
64
|
(function(e) {
|
|
65
65
|
e.MIN_VALUE = 0, e.MAX_VALUE = 2147483647;
|
|
66
|
-
})(
|
|
66
|
+
})(O || (O = {}));
|
|
67
67
|
var b;
|
|
68
68
|
(function(e) {
|
|
69
69
|
function n(r, t) {
|
|
70
|
-
return r === Number.MAX_VALUE && (r =
|
|
70
|
+
return r === Number.MAX_VALUE && (r = O.MAX_VALUE), t === Number.MAX_VALUE && (t = O.MAX_VALUE), { line: r, character: t };
|
|
71
71
|
}
|
|
72
72
|
e.create = n;
|
|
73
73
|
function i(r) {
|
|
@@ -215,7 +215,7 @@ var ie;
|
|
|
215
215
|
}
|
|
216
216
|
e.is = n;
|
|
217
217
|
})(ie || (ie = {}));
|
|
218
|
-
var
|
|
218
|
+
var U;
|
|
219
219
|
(function(e) {
|
|
220
220
|
function n(r, t, a, o, u, g) {
|
|
221
221
|
var d = { range: r, message: t };
|
|
@@ -227,7 +227,7 @@ var O;
|
|
|
227
227
|
return s.defined(a) && p.is(a.range) && s.string(a.message) && (s.number(a.severity) || s.undefined(a.severity)) && (s.integer(a.code) || s.string(a.code) || s.undefined(a.code)) && (s.undefined(a.codeDescription) || s.string((t = a.codeDescription) === null || t === void 0 ? void 0 : t.href)) && (s.string(a.source) || s.undefined(a.source)) && (s.undefined(a.relatedInformation) || s.typedArray(a.relatedInformation, $.is));
|
|
228
228
|
}
|
|
229
229
|
e.is = i;
|
|
230
|
-
})(
|
|
230
|
+
})(U || (U = {}));
|
|
231
231
|
var M;
|
|
232
232
|
(function(e) {
|
|
233
233
|
function n(r, t) {
|
|
@@ -706,7 +706,7 @@ var Ee;
|
|
|
706
706
|
e.create = n;
|
|
707
707
|
function i(r) {
|
|
708
708
|
var t = r;
|
|
709
|
-
return s.defined(t) && s.typedArray(t.diagnostics,
|
|
709
|
+
return s.defined(t) && s.typedArray(t.diagnostics, U.is) && (t.only === void 0 || s.typedArray(t.only, s.string));
|
|
710
710
|
}
|
|
711
711
|
e.is = i;
|
|
712
712
|
})(Ee || (Ee = {}));
|
|
@@ -719,7 +719,7 @@ var xe;
|
|
|
719
719
|
e.create = n;
|
|
720
720
|
function i(r) {
|
|
721
721
|
var t = r;
|
|
722
|
-
return t && s.string(t.title) && (t.diagnostics === void 0 || s.typedArray(t.diagnostics,
|
|
722
|
+
return t && s.string(t.title) && (t.diagnostics === void 0 || s.typedArray(t.diagnostics, U.is)) && (t.kind === void 0 || s.string(t.kind)) && (t.edit !== void 0 || t.command !== void 0) && (t.command === void 0 || M.is(t.command)) && (t.isPreferred === void 0 || s.boolean(t.isPreferred)) && (t.edit === void 0 || q.is(t.edit));
|
|
723
723
|
}
|
|
724
724
|
e.is = i;
|
|
725
725
|
})(xe || (xe = {}));
|
package/dist/form-imagining.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { S as a, Q as o, R as m, j as s } from "./index-7ac7743a.js";
|
|
2
2
|
import "vue";
|
|
3
3
|
export {
|
|
4
4
|
a as default,
|
|
5
5
|
o as generateFormCode,
|
|
6
6
|
m as generateFormHtml,
|
|
7
|
-
|
|
7
|
+
s as generateReportHtml
|
|
8
8
|
};
|