@web-utils/form-ui 1.0.0-beta79 → 1.0.0-beta80
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/chunks/{DhqOVe4S.mjs → B5c0s3IR.mjs} +4 -8
- package/chunks/{CDalOJtl2.mjs → C8h_P_kl2.mjs} +22 -33
- package/chunks/{B8NokGUg.mjs → CUaecRXx.mjs} +1 -1
- package/chunks/{Dnb8jUG_.mjs → DCqyZyF6.mjs} +3 -4
- package/chunks/{CONqKD47.mjs → sTTHpRrx.mjs} +1 -1
- package/chunks/{T2V8nxIu.mjs → tVHVSu5h.mjs} +21 -28
- package/chunks/{DMSbDBCP.mjs → tfaGdZX2.mjs} +5 -7
- package/flow-designer/index.mjs +1 -1
- package/form-input-cron-expression/index.mjs +1 -1
- package/index.mjs +3 -3
- package/package.json +1 -1
- package/vue-cron/index.mjs +1 -1
- package/web-types.json +1 -1
|
@@ -190,9 +190,8 @@ function M(e, t, n, r, i, s) {
|
|
|
190
190
|
g(d, { label: "脚本格式" }, {
|
|
191
191
|
default: C(() => [g(u, {
|
|
192
192
|
modelValue: i.scriptTaskForm.scriptFormat,
|
|
193
|
-
"onUpdate:modelValue": t[0] || (t[0] = (e) => i.scriptTaskForm.scriptFormat = e),
|
|
193
|
+
"onUpdate:modelValue": [t[0] || (t[0] = (e) => i.scriptTaskForm.scriptFormat = e), t[1] || (t[1] = (e) => s.updateElementTask())],
|
|
194
194
|
clearable: "",
|
|
195
|
-
onInput: t[1] || (t[1] = (e) => s.updateElementTask()),
|
|
196
195
|
onChange: t[2] || (t[2] = (e) => s.updateElementTask())
|
|
197
196
|
}, null, 8, ["modelValue"])]),
|
|
198
197
|
_: 1
|
|
@@ -216,7 +215,7 @@ function M(e, t, n, r, i, s) {
|
|
|
216
215
|
w(g(d, { label: "脚本" }, {
|
|
217
216
|
default: C(() => [g(u, {
|
|
218
217
|
modelValue: i.scriptTaskForm.script,
|
|
219
|
-
"onUpdate:modelValue": t[4] || (t[4] = (e) => i.scriptTaskForm.script = e),
|
|
218
|
+
"onUpdate:modelValue": [t[4] || (t[4] = (e) => i.scriptTaskForm.script = e), t[5] || (t[5] = (e) => s.updateElementTask())],
|
|
220
219
|
type: "textarea",
|
|
221
220
|
resize: "vertical",
|
|
222
221
|
autosize: {
|
|
@@ -224,7 +223,6 @@ function M(e, t, n, r, i, s) {
|
|
|
224
223
|
maxRows: 4
|
|
225
224
|
},
|
|
226
225
|
clearable: "",
|
|
227
|
-
onInput: t[5] || (t[5] = (e) => s.updateElementTask()),
|
|
228
226
|
onChange: t[6] || (t[6] = (e) => s.updateElementTask())
|
|
229
227
|
}, null, 8, ["modelValue"])]),
|
|
230
228
|
_: 1
|
|
@@ -232,9 +230,8 @@ function M(e, t, n, r, i, s) {
|
|
|
232
230
|
w(g(d, { label: "资源地址" }, {
|
|
233
231
|
default: C(() => [g(u, {
|
|
234
232
|
modelValue: i.scriptTaskForm.resource,
|
|
235
|
-
"onUpdate:modelValue": t[7] || (t[7] = (e) => i.scriptTaskForm.resource = e),
|
|
233
|
+
"onUpdate:modelValue": [t[7] || (t[7] = (e) => i.scriptTaskForm.resource = e), t[8] || (t[8] = (e) => s.updateElementTask())],
|
|
236
234
|
clearable: "",
|
|
237
|
-
onInput: t[8] || (t[8] = (e) => s.updateElementTask()),
|
|
238
235
|
onChange: t[9] || (t[9] = (e) => s.updateElementTask())
|
|
239
236
|
}, null, 8, ["modelValue"])]),
|
|
240
237
|
_: 1
|
|
@@ -242,9 +239,8 @@ function M(e, t, n, r, i, s) {
|
|
|
242
239
|
g(d, { label: "结果变量" }, {
|
|
243
240
|
default: C(() => [g(u, {
|
|
244
241
|
modelValue: i.scriptTaskForm.resultVariable,
|
|
245
|
-
"onUpdate:modelValue": t[10] || (t[10] = (e) => i.scriptTaskForm.resultVariable = e),
|
|
242
|
+
"onUpdate:modelValue": [t[10] || (t[10] = (e) => i.scriptTaskForm.resultVariable = e), t[11] || (t[11] = (e) => s.updateElementTask())],
|
|
246
243
|
clearable: "",
|
|
247
|
-
onInput: t[11] || (t[11] = (e) => s.updateElementTask()),
|
|
248
244
|
onChange: t[12] || (t[12] = (e) => s.updateElementTask())
|
|
249
245
|
}, null, 8, ["modelValue"])]),
|
|
250
246
|
_: 1
|
|
@@ -90,19 +90,17 @@ function x(e, t, n, v, y, x) {
|
|
|
90
90
|
p(C, { label: "ID" }, {
|
|
91
91
|
default: g(() => [p(S, {
|
|
92
92
|
modelValue: y.businessObject.id,
|
|
93
|
-
"onUpdate:modelValue": t[0] || (t[0] = (e) => y.businessObject.id = e),
|
|
93
|
+
"onUpdate:modelValue": [t[0] || (t[0] = (e) => y.businessObject.id = e), t[1] || (t[1] = (e) => x.updateBaseInfo("id"))],
|
|
94
94
|
disabled: n.idEditDisabled,
|
|
95
|
-
clearable: ""
|
|
96
|
-
onInput: t[1] || (t[1] = (e) => x.updateBaseInfo("id"))
|
|
95
|
+
clearable: ""
|
|
97
96
|
}, null, 8, ["modelValue", "disabled"])]),
|
|
98
97
|
_: 1
|
|
99
98
|
}),
|
|
100
99
|
p(C, { label: "名称" }, {
|
|
101
100
|
default: g(() => [p(S, {
|
|
102
101
|
modelValue: y.businessObject.name,
|
|
103
|
-
"onUpdate:modelValue": t[2] || (t[2] = (e) => y.businessObject.name = e),
|
|
104
|
-
clearable: ""
|
|
105
|
-
onInput: t[3] || (t[3] = (e) => x.updateBaseInfo("name"))
|
|
102
|
+
"onUpdate:modelValue": [t[2] || (t[2] = (e) => y.businessObject.name = e), t[3] || (t[3] = (e) => x.updateBaseInfo("name"))],
|
|
103
|
+
clearable: ""
|
|
106
104
|
}, null, 8, ["modelValue"])]),
|
|
107
105
|
_: 1
|
|
108
106
|
}),
|
|
@@ -110,31 +108,28 @@ function x(e, t, n, v, y, x) {
|
|
|
110
108
|
p(C, { label: "跳过表达式" }, {
|
|
111
109
|
default: g(() => [p(S, {
|
|
112
110
|
modelValue: y.skipExpression,
|
|
113
|
-
"onUpdate:modelValue": t[4] || (t[4] = (e) => y.skipExpression = e),
|
|
114
|
-
clearable: ""
|
|
115
|
-
onInput: t[5] || (t[5] = (e) => x.updateProp("skipExpression", e))
|
|
111
|
+
"onUpdate:modelValue": [t[4] || (t[4] = (e) => y.skipExpression = e), t[5] || (t[5] = (e) => x.updateProp("skipExpression", e))],
|
|
112
|
+
clearable: ""
|
|
116
113
|
}, null, 8, ["modelValue"])]),
|
|
117
114
|
_: 1
|
|
118
115
|
}),
|
|
119
116
|
p(C, { label: "意见必填" }, {
|
|
120
117
|
default: g(() => [p(w, {
|
|
121
118
|
modelValue: y.requiredComment,
|
|
122
|
-
"onUpdate:modelValue": t[6] || (t[6] = (e) => y.requiredComment = e),
|
|
119
|
+
"onUpdate:modelValue": [t[6] || (t[6] = (e) => y.requiredComment = e), t[7] || (t[7] = (e) => x.updateProp("requiredComment", e))],
|
|
123
120
|
"active-text": "是",
|
|
124
121
|
"active-value": "Y",
|
|
125
122
|
"inactive-text": "否",
|
|
126
|
-
"inactive-value": "N"
|
|
127
|
-
onInput: t[7] || (t[7] = (e) => x.updateProp("requiredComment", e))
|
|
123
|
+
"inactive-value": "N"
|
|
128
124
|
}, null, 8, ["modelValue"])]),
|
|
129
125
|
_: 1
|
|
130
126
|
}),
|
|
131
127
|
p(C, { label: "意见在表单" }, {
|
|
132
128
|
default: g(() => [p(w, {
|
|
133
129
|
modelValue: y.attrs.commentInForm,
|
|
134
|
-
"onUpdate:modelValue": t[8] || (t[8] = (e) => y.attrs.commentInForm = e),
|
|
130
|
+
"onUpdate:modelValue": [t[8] || (t[8] = (e) => y.attrs.commentInForm = e), t[9] || (t[9] = (e) => x.updateProp("commentInForm", e))],
|
|
135
131
|
"active-text": "是",
|
|
136
|
-
"inactive-text": "否"
|
|
137
|
-
onInput: t[9] || (t[9] = (e) => x.updateProp("commentInForm", e))
|
|
132
|
+
"inactive-text": "否"
|
|
138
133
|
}, null, 8, ["modelValue"])]),
|
|
139
134
|
_: 1
|
|
140
135
|
}),
|
|
@@ -142,19 +137,17 @@ function x(e, t, n, v, y, x) {
|
|
|
142
137
|
p(C, { label: "意见名称" }, {
|
|
143
138
|
default: g(() => [p(S, {
|
|
144
139
|
modelValue: y.attrs.commentLabel,
|
|
145
|
-
"onUpdate:modelValue": t[10] || (t[10] = (e) => y.attrs.commentLabel = e),
|
|
146
|
-
clearable: ""
|
|
147
|
-
onInput: t[11] || (t[11] = (e) => x.updateProp("commentLabel", e))
|
|
140
|
+
"onUpdate:modelValue": [t[10] || (t[10] = (e) => y.attrs.commentLabel = e), t[11] || (t[11] = (e) => x.updateProp("commentLabel", e))],
|
|
141
|
+
clearable: ""
|
|
148
142
|
}, null, 8, ["modelValue"])]),
|
|
149
143
|
_: 1
|
|
150
144
|
}),
|
|
151
145
|
p(C, { label: "意见聚合" }, {
|
|
152
146
|
default: g(() => [p(E, {
|
|
153
147
|
modelValue: y.attrs.commentNodeIds,
|
|
154
|
-
"onUpdate:modelValue": t[12] || (t[12] = (e) => y.attrs.commentNodeIds = e),
|
|
148
|
+
"onUpdate:modelValue": [t[12] || (t[12] = (e) => y.attrs.commentNodeIds = e), t[13] || (t[13] = (e) => x.updateProp("commentNodeIds", e))],
|
|
155
149
|
multiple: "",
|
|
156
|
-
clearable: ""
|
|
157
|
-
onInput: t[13] || (t[13] = (e) => x.updateProp("commentNodeIds", e))
|
|
150
|
+
clearable: ""
|
|
158
151
|
}, {
|
|
159
152
|
default: g(() => [(m(!0), f(l, null, h(y.nodes, (e) => (m(), u(T, {
|
|
160
153
|
key: e.value,
|
|
@@ -168,9 +161,8 @@ function x(e, t, n, v, y, x) {
|
|
|
168
161
|
p(C, { label: "意见排序号" }, {
|
|
169
162
|
default: g(() => [p(S, {
|
|
170
163
|
modelValue: y.attrs.commentOrder,
|
|
171
|
-
"onUpdate:modelValue": t[14] || (t[14] = (e) => y.attrs.commentOrder = e),
|
|
172
|
-
clearable: ""
|
|
173
|
-
onInput: t[15] || (t[15] = (e) => x.updateProp("commentOrder", e))
|
|
164
|
+
"onUpdate:modelValue": [t[14] || (t[14] = (e) => y.attrs.commentOrder = e), t[15] || (t[15] = (e) => x.updateProp("commentOrder", e))],
|
|
165
|
+
clearable: ""
|
|
174
166
|
}, null, 8, ["modelValue"])]),
|
|
175
167
|
_: 1
|
|
176
168
|
})
|
|
@@ -180,18 +172,16 @@ function x(e, t, n, v, y, x) {
|
|
|
180
172
|
y.businessObject.$type === "bpmn:Process" ? (m(), f(l, { key: 1 }, [p(C, { label: "版本标签" }, {
|
|
181
173
|
default: g(() => [p(S, {
|
|
182
174
|
modelValue: y.businessObject.versionTag,
|
|
183
|
-
"onUpdate:modelValue": t[16] || (t[16] = (e) => y.businessObject.versionTag = e),
|
|
184
|
-
clearable: ""
|
|
185
|
-
onInput: t[17] || (t[17] = (e) => x.updateBaseInfo("versionTag"))
|
|
175
|
+
"onUpdate:modelValue": [t[16] || (t[16] = (e) => y.businessObject.versionTag = e), t[17] || (t[17] = (e) => x.updateBaseInfo("versionTag"))],
|
|
176
|
+
clearable: ""
|
|
186
177
|
}, null, 8, ["modelValue"])]),
|
|
187
178
|
_: 1
|
|
188
179
|
}), p(C, { label: "可执行" }, {
|
|
189
180
|
default: g(() => [p(w, {
|
|
190
181
|
modelValue: y.businessObject.isExecutable,
|
|
191
|
-
"onUpdate:modelValue": t[18] || (t[18] = (e) => y.businessObject.isExecutable = e),
|
|
182
|
+
"onUpdate:modelValue": [t[18] || (t[18] = (e) => y.businessObject.isExecutable = e), t[19] || (t[19] = (e) => x.updateBaseInfo("isExecutable"))],
|
|
192
183
|
"active-text": "是",
|
|
193
|
-
"inactive-text": "否"
|
|
194
|
-
onInput: t[19] || (t[19] = (e) => x.updateBaseInfo("isExecutable"))
|
|
184
|
+
"inactive-text": "否"
|
|
195
185
|
}, null, 8, ["modelValue"])]),
|
|
196
186
|
_: 1
|
|
197
187
|
})], 64)) : d("v-if", !0),
|
|
@@ -201,10 +191,9 @@ function x(e, t, n, v, y, x) {
|
|
|
201
191
|
}, {
|
|
202
192
|
default: g(() => [p(w, {
|
|
203
193
|
modelValue: y.businessObject.isExpanded,
|
|
204
|
-
"onUpdate:modelValue": t[20] || (t[20] = (e) => y.businessObject.isExpanded = e),
|
|
194
|
+
"onUpdate:modelValue": [t[20] || (t[20] = (e) => y.businessObject.isExpanded = e), t[21] || (t[21] = (e) => x.updateBaseInfo("isExpanded"))],
|
|
205
195
|
"active-text": "展开",
|
|
206
|
-
"inactive-text": "折叠"
|
|
207
|
-
onInput: t[21] || (t[21] = (e) => x.updateBaseInfo("isExpanded"))
|
|
196
|
+
"inactive-text": "折叠"
|
|
208
197
|
}, null, 8, ["modelValue"])]),
|
|
209
198
|
_: 1
|
|
210
199
|
})) : d("v-if", !0)
|
|
@@ -421,7 +421,7 @@ var Ae = [
|
|
|
421
421
|
"task",
|
|
422
422
|
"form",
|
|
423
423
|
"multiInstance"
|
|
424
|
-
], je = y(() => import("./D_q3C3v4.mjs")), Me = y(() => import("./mqi8hesW2.mjs")), Ne = y(() => import("./C-zPVdz-.mjs")), Pe = y(() => import("./
|
|
424
|
+
], je = y(() => import("./D_q3C3v4.mjs")), Me = y(() => import("./mqi8hesW2.mjs")), Ne = y(() => import("./C-zPVdz-.mjs")), Pe = y(() => import("./tfaGdZX2.mjs")), Fe = y(() => import("./tqW2DSco.mjs")), Ie = y(() => import("./Bs926z902.mjs")), Le = y(() => import("./DbcxJ45j.mjs")), Re = y(() => import("./B5c0s3IR.mjs")), ze = y(() => import("./DCqyZyF6.mjs")), Be = y(() => import("./C8h_P_kl2.mjs")), Ve = {
|
|
425
425
|
name: "PropertiesPanel",
|
|
426
426
|
componentName: "MyPropertiesPanel",
|
|
427
427
|
props: {
|
|
@@ -38,15 +38,14 @@ function d(e, o, s, d, f, p) {
|
|
|
38
38
|
let m = t;
|
|
39
39
|
return a(), n("div", c, [r("div", l, [o[1] || (o[1] = r("div", { class: "element-property__label" }, "元素文档:", -1)), r("div", u, [i(m, {
|
|
40
40
|
modelValue: f.documentation,
|
|
41
|
-
"onUpdate:modelValue": o[0] || (o[0] = (e) => f.documentation = e),
|
|
41
|
+
"onUpdate:modelValue": [o[0] || (o[0] = (e) => f.documentation = e), p.updateDocumentation],
|
|
42
42
|
type: "textarea",
|
|
43
43
|
resize: "vertical",
|
|
44
44
|
autosize: {
|
|
45
45
|
minRows: 2,
|
|
46
46
|
maxRows: 4
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
}, null, 8, ["modelValue", "onInput"])])])]);
|
|
47
|
+
}
|
|
48
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue"])])])]);
|
|
50
49
|
}
|
|
51
50
|
var f = /* @__PURE__ */ e(s, [["render", d]]);
|
|
52
51
|
//#endregion
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as e, o as t } from "./CkLpOk7H.mjs";
|
|
2
|
-
import { t as n } from "./
|
|
2
|
+
import { t as n } from "./tVHVSu5h.mjs";
|
|
3
3
|
import { allProps as r, predicate as i } from "../props/input-cron.mjs";
|
|
4
4
|
import { ElInput as a, ElPopover as o } from "element-plus/es";
|
|
5
5
|
import "element-plus/es/components/base/style/css";
|
|
@@ -1059,9 +1059,8 @@ function be(e, r, x, ee, S, C) {
|
|
|
1059
1059
|
label: b(() => [m("span", null, [r[63] || (r[63] = m("i", { class: "el-icon-date" }, null, -1)), h(" " + y(C.text.Seconds.name), 1)])]),
|
|
1060
1060
|
default: b(() => [g(O, {
|
|
1061
1061
|
modelValue: S.second.cronEvery,
|
|
1062
|
-
"onUpdate:modelValue": r[5] || (r[5] = (e) => S.second.cronEvery = e),
|
|
1063
|
-
class: "tabBody"
|
|
1064
|
-
onInput: C.setSecond
|
|
1062
|
+
"onUpdate:modelValue": [r[5] || (r[5] = (e) => S.second.cronEvery = e), C.setSecond],
|
|
1063
|
+
class: "tabBody"
|
|
1065
1064
|
}, {
|
|
1066
1065
|
default: b(() => [
|
|
1067
1066
|
g(w, {
|
|
@@ -1140,7 +1139,7 @@ function be(e, r, x, ee, S, C) {
|
|
|
1140
1139
|
})
|
|
1141
1140
|
]),
|
|
1142
1141
|
_: 1
|
|
1143
|
-
}, 8, ["modelValue", "
|
|
1142
|
+
}, 8, ["modelValue", "onUpdate:modelValue"])]),
|
|
1144
1143
|
_: 1
|
|
1145
1144
|
}),
|
|
1146
1145
|
f(" 分 "),
|
|
@@ -1148,9 +1147,8 @@ function be(e, r, x, ee, S, C) {
|
|
|
1148
1147
|
label: b(() => [m("span", null, [r[64] || (r[64] = m("i", { class: "el-icon-date" }, null, -1)), h(" " + y(C.text.Minutes.name), 1)])]),
|
|
1149
1148
|
default: b(() => [g(O, {
|
|
1150
1149
|
modelValue: S.minute.cronEvery,
|
|
1151
|
-
"onUpdate:modelValue": r[11] || (r[11] = (e) => S.minute.cronEvery = e),
|
|
1152
|
-
class: "tabBody"
|
|
1153
|
-
onInput: C.setMinute
|
|
1150
|
+
"onUpdate:modelValue": [r[11] || (r[11] = (e) => S.minute.cronEvery = e), C.setMinute],
|
|
1151
|
+
class: "tabBody"
|
|
1154
1152
|
}, {
|
|
1155
1153
|
default: b(() => [
|
|
1156
1154
|
g(w, {
|
|
@@ -1229,7 +1227,7 @@ function be(e, r, x, ee, S, C) {
|
|
|
1229
1227
|
})
|
|
1230
1228
|
]),
|
|
1231
1229
|
_: 1
|
|
1232
|
-
}, 8, ["modelValue", "
|
|
1230
|
+
}, 8, ["modelValue", "onUpdate:modelValue"])]),
|
|
1233
1231
|
_: 1
|
|
1234
1232
|
}),
|
|
1235
1233
|
f(" 时 "),
|
|
@@ -1237,9 +1235,8 @@ function be(e, r, x, ee, S, C) {
|
|
|
1237
1235
|
label: b(() => [m("span", null, [r[65] || (r[65] = m("i", { class: "el-icon-date" }, null, -1)), h(" " + y(C.text.Hours.name), 1)])]),
|
|
1238
1236
|
default: b(() => [g(O, {
|
|
1239
1237
|
modelValue: S.hour.cronEvery,
|
|
1240
|
-
"onUpdate:modelValue": r[21] || (r[21] = (e) => S.hour.cronEvery = e),
|
|
1241
|
-
class: "tabBody"
|
|
1242
|
-
onInput: C.setHour
|
|
1238
|
+
"onUpdate:modelValue": [r[21] || (r[21] = (e) => S.hour.cronEvery = e), C.setHour],
|
|
1239
|
+
class: "tabBody"
|
|
1243
1240
|
}, {
|
|
1244
1241
|
default: b(() => [
|
|
1245
1242
|
g(w, {
|
|
@@ -1326,7 +1323,7 @@ function be(e, r, x, ee, S, C) {
|
|
|
1326
1323
|
}, 8, ["modelValue"])
|
|
1327
1324
|
]),
|
|
1328
1325
|
_: 1
|
|
1329
|
-
}, 8, ["modelValue", "
|
|
1326
|
+
}, 8, ["modelValue", "onUpdate:modelValue"])]),
|
|
1330
1327
|
_: 1
|
|
1331
1328
|
}),
|
|
1332
1329
|
f(" 天 "),
|
|
@@ -1334,9 +1331,8 @@ function be(e, r, x, ee, S, C) {
|
|
|
1334
1331
|
label: b(() => [m("span", null, [r[66] || (r[66] = m("i", { class: "el-icon-date" }, null, -1)), h(" " + y(C.text.Day.name), 1)])]),
|
|
1335
1332
|
default: b(() => [g(O, {
|
|
1336
1333
|
modelValue: S.day.cronEvery,
|
|
1337
|
-
"onUpdate:modelValue": r[34] || (r[34] = (e) => S.day.cronEvery = e),
|
|
1338
|
-
class: "tabBody"
|
|
1339
|
-
onInput: C.setDay
|
|
1334
|
+
"onUpdate:modelValue": [r[34] || (r[34] = (e) => S.day.cronEvery = e), C.setDay],
|
|
1335
|
+
class: "tabBody"
|
|
1340
1336
|
}, {
|
|
1341
1337
|
default: b(() => [
|
|
1342
1338
|
g(w, {
|
|
@@ -1452,7 +1448,7 @@ function be(e, r, x, ee, S, C) {
|
|
|
1452
1448
|
}, 8, ["modelValue"])
|
|
1453
1449
|
]),
|
|
1454
1450
|
_: 1
|
|
1455
|
-
}, 8, ["modelValue", "
|
|
1451
|
+
}, 8, ["modelValue", "onUpdate:modelValue"])]),
|
|
1456
1452
|
_: 1
|
|
1457
1453
|
}),
|
|
1458
1454
|
f(" 月 "),
|
|
@@ -1460,9 +1456,8 @@ function be(e, r, x, ee, S, C) {
|
|
|
1460
1456
|
label: b(() => [m("span", null, [r[67] || (r[67] = m("i", { class: "el-icon-date" }, null, -1)), h(" " + y(C.text.Month.name), 1)])]),
|
|
1461
1457
|
default: b(() => [g(O, {
|
|
1462
1458
|
modelValue: S.month.cronEvery,
|
|
1463
|
-
"onUpdate:modelValue": r[44] || (r[44] = (e) => S.month.cronEvery = e),
|
|
1464
|
-
class: "tabBody"
|
|
1465
|
-
onInput: C.setMonth
|
|
1459
|
+
"onUpdate:modelValue": [r[44] || (r[44] = (e) => S.month.cronEvery = e), C.setMonth],
|
|
1460
|
+
class: "tabBody"
|
|
1466
1461
|
}, {
|
|
1467
1462
|
default: b(() => [
|
|
1468
1463
|
g(w, {
|
|
@@ -1547,7 +1542,7 @@ function be(e, r, x, ee, S, C) {
|
|
|
1547
1542
|
}, 8, ["modelValue"])
|
|
1548
1543
|
]),
|
|
1549
1544
|
_: 1
|
|
1550
|
-
}, 8, ["modelValue", "
|
|
1545
|
+
}, 8, ["modelValue", "onUpdate:modelValue"])]),
|
|
1551
1546
|
_: 1
|
|
1552
1547
|
}),
|
|
1553
1548
|
f(" 周 "),
|
|
@@ -1555,9 +1550,8 @@ function be(e, r, x, ee, S, C) {
|
|
|
1555
1550
|
label: b(() => [m("span", null, [r[68] || (r[68] = m("i", { class: "el-icon-date" }, null, -1)), h(" " + y(C.text.Week.name), 1)])]),
|
|
1556
1551
|
default: b(() => [g(O, {
|
|
1557
1552
|
modelValue: S.week.cronEvery,
|
|
1558
|
-
"onUpdate:modelValue": r[51] || (r[51] = (e) => S.week.cronEvery = e),
|
|
1559
|
-
class: "tabBody"
|
|
1560
|
-
onInput: C.setWeek
|
|
1553
|
+
"onUpdate:modelValue": [r[51] || (r[51] = (e) => S.week.cronEvery = e), C.setWeek],
|
|
1554
|
+
class: "tabBody"
|
|
1561
1555
|
}, {
|
|
1562
1556
|
default: b(() => [
|
|
1563
1557
|
g(w, {
|
|
@@ -1663,7 +1657,7 @@ function be(e, r, x, ee, S, C) {
|
|
|
1663
1657
|
})
|
|
1664
1658
|
]),
|
|
1665
1659
|
_: 1
|
|
1666
|
-
}, 8, ["modelValue", "
|
|
1660
|
+
}, 8, ["modelValue", "onUpdate:modelValue"])]),
|
|
1667
1661
|
_: 1
|
|
1668
1662
|
}),
|
|
1669
1663
|
f(" 年 "),
|
|
@@ -1671,9 +1665,8 @@ function be(e, r, x, ee, S, C) {
|
|
|
1671
1665
|
label: b(() => [m("span", null, [r[69] || (r[69] = m("i", { class: "el-icon-date" }, null, -1)), h(" " + y(C.text.Year.name), 1)])]),
|
|
1672
1666
|
default: b(() => [g(O, {
|
|
1673
1667
|
modelValue: S.year.cronEvery,
|
|
1674
|
-
"onUpdate:modelValue": r[61] || (r[61] = (e) => S.year.cronEvery = e),
|
|
1675
|
-
class: "tabBody"
|
|
1676
|
-
onInput: C.setYear
|
|
1668
|
+
"onUpdate:modelValue": [r[61] || (r[61] = (e) => S.year.cronEvery = e), C.setYear],
|
|
1669
|
+
class: "tabBody"
|
|
1677
1670
|
}, {
|
|
1678
1671
|
default: b(() => [
|
|
1679
1672
|
g(w, {
|
|
@@ -1759,7 +1752,7 @@ function be(e, r, x, ee, S, C) {
|
|
|
1759
1752
|
}, 8, ["modelValue"])
|
|
1760
1753
|
]),
|
|
1761
1754
|
_: 1
|
|
1762
|
-
}, 8, ["modelValue", "
|
|
1755
|
+
}, 8, ["modelValue", "onUpdate:modelValue"])]),
|
|
1763
1756
|
_: 1
|
|
1764
1757
|
})
|
|
1765
1758
|
]),
|
|
@@ -529,12 +529,11 @@ function B(e, r, i, a, o, s) {
|
|
|
529
529
|
}, {
|
|
530
530
|
default: O(() => [T(N, {
|
|
531
531
|
modelValue: o.listenerFieldForm.name,
|
|
532
|
-
"onUpdate:modelValue": r[17] || (r[17] = (e) => o.listenerFieldForm.name = e),
|
|
532
|
+
"onUpdate:modelValue": [r[17] || (r[17] = (e) => o.listenerFieldForm.name = e), s.setDefaultFieldValue],
|
|
533
533
|
"default-first-option": "",
|
|
534
534
|
"allow-create": "",
|
|
535
535
|
filterable: "",
|
|
536
|
-
clearable: ""
|
|
537
|
-
onInput: s.setDefaultFieldValue
|
|
536
|
+
clearable: ""
|
|
538
537
|
}, {
|
|
539
538
|
default: O(() => {
|
|
540
539
|
var e;
|
|
@@ -545,7 +544,7 @@ function B(e, r, i, a, o, s) {
|
|
|
545
544
|
}, null, 8, ["value", "label"]))), 128))];
|
|
546
545
|
}),
|
|
547
546
|
_: 1
|
|
548
|
-
}, 8, ["modelValue", "
|
|
547
|
+
}, 8, ["modelValue", "onUpdate:modelValue"])]),
|
|
549
548
|
_: 1
|
|
550
549
|
}),
|
|
551
550
|
T(P, {
|
|
@@ -558,8 +557,7 @@ function B(e, r, i, a, o, s) {
|
|
|
558
557
|
}, {
|
|
559
558
|
default: O(() => [T(N, {
|
|
560
559
|
modelValue: o.listenerFieldForm.fieldType,
|
|
561
|
-
"onUpdate:modelValue": r[18] || (r[18] = (e) => o.listenerFieldForm.fieldType = e),
|
|
562
|
-
onInput: s.changeFiledType
|
|
560
|
+
"onUpdate:modelValue": [r[18] || (r[18] = (e) => o.listenerFieldForm.fieldType = e), s.changeFiledType]
|
|
563
561
|
}, {
|
|
564
562
|
default: O(() => [(E(!0), S(y, null, D(Object.keys(o.fieldTypeObject), (e) => (E(), b(M, {
|
|
565
563
|
key: e,
|
|
@@ -567,7 +565,7 @@ function B(e, r, i, a, o, s) {
|
|
|
567
565
|
value: e
|
|
568
566
|
}, null, 8, ["label", "value"]))), 128))]),
|
|
569
567
|
_: 1
|
|
570
|
-
}, 8, ["modelValue", "
|
|
568
|
+
}, 8, ["modelValue", "onUpdate:modelValue"])]),
|
|
571
569
|
_: 1
|
|
572
570
|
}),
|
|
573
571
|
o.listenerFieldForm.fieldType === "string" ? (E(), b(P, {
|
package/flow-designer/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/
|
|
1
|
+
import { t as e } from "../chunks/CUaecRXx.mjs";
|
|
2
2
|
export { e as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/
|
|
1
|
+
import { t as e } from "../chunks/sTTHpRrx.mjs";
|
|
2
2
|
export { e as default };
|
package/index.mjs
CHANGED
|
@@ -42,7 +42,7 @@ import { t as L } from "./chunks/CHmZyvFr.mjs";
|
|
|
42
42
|
import { t as R } from "./chunks/SInS7QSL.mjs";
|
|
43
43
|
import z from "./flex-scroll-area/index.mjs";
|
|
44
44
|
import B from "./flex-scroller/index.mjs";
|
|
45
|
-
import { t as V } from "./chunks/
|
|
45
|
+
import { t as V } from "./chunks/CUaecRXx.mjs";
|
|
46
46
|
import H from "./highlight-j-s/index.mjs";
|
|
47
47
|
import U from "./flow-viewer/index.mjs";
|
|
48
48
|
import W from "./form-advice/index.mjs";
|
|
@@ -58,8 +58,8 @@ import { t as ie } from "./chunks/CiMBKxeJ.mjs";
|
|
|
58
58
|
import ae from "./form-red-table/index.mjs";
|
|
59
59
|
import { t as oe } from "./chunks/BhHMGhJ8.mjs";
|
|
60
60
|
import { t as se } from "./chunks/oXiNltCq.mjs";
|
|
61
|
-
import { t as ce } from "./chunks/
|
|
62
|
-
import { t as le } from "./chunks/
|
|
61
|
+
import { t as ce } from "./chunks/tVHVSu5h.mjs";
|
|
62
|
+
import { t as le } from "./chunks/sTTHpRrx.mjs";
|
|
63
63
|
import { t as ue } from "./chunks/hBvPGqka.mjs";
|
|
64
64
|
import { t as de } from "./chunks/CGmbnjKL.mjs";
|
|
65
65
|
import { t as Q } from "./chunks/CTYReSXN.mjs";
|
package/package.json
CHANGED
package/vue-cron/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/
|
|
1
|
+
import { t as e } from "../chunks/tVHVSu5h.mjs";
|
|
2
2
|
export { e as default };
|