@fecp/designer 5.4.77 → 5.4.78
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/es/designer/package.json.mjs +1 -1
- package/es/designer/src/packages/dialog/index.vue2.mjs +1 -1
- package/es/designer/src/packages/dialog/useDialogDialog.mjs +1 -1
- package/es/designer/src/packages/dialogGlobal/useDialogGlobalDialog.mjs +1 -1
- package/es/designer/src/packages/form/property/approvalHistory.vue.mjs +8 -17
- package/es/designer/src/packages/form/property/contract.vue.mjs +13 -22
- package/es/designer/src/packages/form/property/document.vue.mjs +11 -20
- package/es/designer/src/packages/form/property/subForm.vue.mjs +16 -25
- package/es/designer/src/packages/form/property/subTable.vue.mjs +17 -26
- package/es/designer/src/packages/form/property/subTitleH2.vue.mjs +5 -14
- package/es/designer/src/packages/form/property/widgets.vue.mjs +83 -92
- package/es/designer/src/packages/table/property/widgets.vue.mjs +25 -34
- package/es/designer.css +88 -88
- package/es/packages/vue/index.mjs +2 -0
- package/es/packages/vue/src/components/details/footer/Footer.vue.mjs +7 -4
- package/es/packages/vue/src/components/details/header/Header.vue.mjs +7 -4
- package/es/packages/vue/src/components/table/CustomButtons.vue.mjs +11 -6
- package/es/packages/vue/src/components/table/DynamicQuery.vue.mjs +7 -4
- package/es/packages/vue/src/components/table/TableColumn.vue.mjs +18 -2
- package/es/packages/vue/src/directive/auth.mjs +29 -0
- package/lib/designer/package.json.js +1 -1
- package/lib/designer/src/packages/dialog/index.vue2.js +1 -1
- package/lib/designer/src/packages/dialog/useDialogDialog.js +1 -1
- package/lib/designer/src/packages/dialogGlobal/useDialogGlobalDialog.js +1 -1
- package/lib/designer/src/packages/form/property/approvalHistory.vue.js +8 -17
- package/lib/designer/src/packages/form/property/contract.vue.js +13 -22
- package/lib/designer/src/packages/form/property/document.vue.js +11 -20
- package/lib/designer/src/packages/form/property/subForm.vue.js +16 -25
- package/lib/designer/src/packages/form/property/subTable.vue.js +17 -26
- package/lib/designer/src/packages/form/property/subTitleH2.vue.js +5 -14
- package/lib/designer/src/packages/form/property/widgets.vue.js +83 -92
- package/lib/designer/src/packages/table/property/widgets.vue.js +25 -34
- package/lib/designer.css +88 -88
- package/lib/packages/vue/index.js +2 -0
- package/lib/packages/vue/src/components/details/footer/Footer.vue.js +6 -3
- package/lib/packages/vue/src/components/details/header/Header.vue.js +6 -3
- package/lib/packages/vue/src/components/table/CustomButtons.vue.js +10 -5
- package/lib/packages/vue/src/components/table/DynamicQuery.vue.js +6 -3
- package/lib/packages/vue/src/components/table/TableColumn.vue.js +18 -2
- package/lib/packages/vue/src/directive/auth.js +29 -0
- package/package.json +1 -1
|
@@ -98,7 +98,7 @@ const _sfc_main = {
|
|
|
98
98
|
return vue.openBlock(), vue.createBlock(_component_el_collapse, {
|
|
99
99
|
class: "setting",
|
|
100
100
|
modelValue: vue.unref(activeName),
|
|
101
|
-
"onUpdate:modelValue": _cache[
|
|
101
|
+
"onUpdate:modelValue": _cache[22] || (_cache[22] = ($event) => vue.isRef(activeName) ? activeName.value = $event : null)
|
|
102
102
|
}, {
|
|
103
103
|
default: vue.withCtx(() => [
|
|
104
104
|
vue.createVNode(_component_el_collapse_item, {
|
|
@@ -155,21 +155,12 @@ const _sfc_main = {
|
|
|
155
155
|
]),
|
|
156
156
|
_: 1
|
|
157
157
|
}),
|
|
158
|
-
vue.createVNode(_component_el_form_item, { label: "权限标识" }, {
|
|
159
|
-
default: vue.withCtx(() => [
|
|
160
|
-
vue.createVNode(_component_el_input, {
|
|
161
|
-
modelValue: vue.unref(currentItem).permission,
|
|
162
|
-
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => vue.unref(currentItem).permission = $event)
|
|
163
|
-
}, null, 8, ["modelValue"])
|
|
164
|
-
]),
|
|
165
|
-
_: 1
|
|
166
|
-
}),
|
|
167
158
|
vue.unref(currentItem).fieldType === "number" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
168
159
|
vue.createVNode(_component_el_form_item, { label: "格式" }, {
|
|
169
160
|
default: vue.withCtx(() => [
|
|
170
161
|
vue.createVNode(_component_el_select, {
|
|
171
162
|
modelValue: vue.unref(currentItem).format,
|
|
172
|
-
"onUpdate:modelValue": _cache[
|
|
163
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => vue.unref(currentItem).format = $event),
|
|
173
164
|
teleported: false,
|
|
174
165
|
onChange: handleFormatChange
|
|
175
166
|
}, {
|
|
@@ -212,14 +203,14 @@ const _sfc_main = {
|
|
|
212
203
|
default: vue.withCtx(() => [
|
|
213
204
|
vue.createVNode(_component_el_checkbox, {
|
|
214
205
|
modelValue: vue.unref(currentItem).hasDecimalPlaces,
|
|
215
|
-
"onUpdate:modelValue": _cache[
|
|
206
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => vue.unref(currentItem).hasDecimalPlaces = $event),
|
|
216
207
|
label: "保留小数位数"
|
|
217
208
|
}, null, 8, ["modelValue"]),
|
|
218
209
|
vue.unref(currentItem).hasDecimalPlaces ? (vue.openBlock(), vue.createBlock(_component_el_input_number, {
|
|
219
210
|
key: 0,
|
|
220
211
|
style: { "margin-left": "10px", "width": "80px" },
|
|
221
212
|
modelValue: vue.unref(currentItem).decimalPlaces,
|
|
222
|
-
"onUpdate:modelValue": _cache[
|
|
213
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => vue.unref(currentItem).decimalPlaces = $event),
|
|
223
214
|
min: 0,
|
|
224
215
|
max: 10,
|
|
225
216
|
"controls-position": "right",
|
|
@@ -232,13 +223,13 @@ const _sfc_main = {
|
|
|
232
223
|
vue.unref(currentItem).fieldType === "select" || vue.unref(currentItem).fieldType === "multipleSelection" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
|
|
233
224
|
vue.createVNode(OptionConfig.default, {
|
|
234
225
|
modelValue: vue.unref(currentItem).optionConfig,
|
|
235
|
-
"onUpdate:modelValue": _cache[
|
|
226
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => vue.unref(currentItem).optionConfig = $event)
|
|
236
227
|
}, null, 8, ["modelValue"]),
|
|
237
228
|
vue.createVNode(_component_el_form_item, { label: "标签效果" }, {
|
|
238
229
|
default: vue.withCtx(() => [
|
|
239
230
|
vue.createVNode(_component_el_select, {
|
|
240
231
|
modelValue: vue.unref(currentItem).optionStyle,
|
|
241
|
-
"onUpdate:modelValue": _cache[
|
|
232
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => vue.unref(currentItem).optionStyle = $event),
|
|
242
233
|
teleported: false
|
|
243
234
|
}, {
|
|
244
235
|
default: vue.withCtx(() => [
|
|
@@ -260,7 +251,7 @@ const _sfc_main = {
|
|
|
260
251
|
default: vue.withCtx(() => [
|
|
261
252
|
vue.createVNode(_component_el_select, {
|
|
262
253
|
modelValue: vue.unref(currentItem).dateType,
|
|
263
|
-
"onUpdate:modelValue": _cache[
|
|
254
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => vue.unref(currentItem).dateType = $event),
|
|
264
255
|
teleported: false
|
|
265
256
|
}, {
|
|
266
257
|
default: vue.withCtx(() => [
|
|
@@ -302,18 +293,18 @@ const _sfc_main = {
|
|
|
302
293
|
default: vue.withCtx(() => [
|
|
303
294
|
vue.createVNode(_component_el_radio_group, {
|
|
304
295
|
modelValue: vue.unref(currentItem).widthMode,
|
|
305
|
-
"onUpdate:modelValue": _cache[
|
|
296
|
+
"onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => vue.unref(currentItem).widthMode = $event),
|
|
306
297
|
size: "small"
|
|
307
298
|
}, {
|
|
308
299
|
default: vue.withCtx(() => [
|
|
309
300
|
vue.createVNode(_component_el_radio_button, { value: "auto" }, {
|
|
310
|
-
default: vue.withCtx(() => _cache[
|
|
301
|
+
default: vue.withCtx(() => _cache[23] || (_cache[23] = [
|
|
311
302
|
vue.createTextVNode("自适应")
|
|
312
303
|
])),
|
|
313
304
|
_: 1
|
|
314
305
|
}),
|
|
315
306
|
vue.createVNode(_component_el_radio_button, { value: "fixed" }, {
|
|
316
|
-
default: vue.withCtx(() => _cache[
|
|
307
|
+
default: vue.withCtx(() => _cache[24] || (_cache[24] = [
|
|
317
308
|
vue.createTextVNode("固定宽度")
|
|
318
309
|
])),
|
|
319
310
|
_: 1
|
|
@@ -331,12 +322,12 @@ const _sfc_main = {
|
|
|
331
322
|
default: vue.withCtx(() => [
|
|
332
323
|
vue.createVNode(_component_el_input_number, {
|
|
333
324
|
modelValue: vue.unref(currentItem).width,
|
|
334
|
-
"onUpdate:modelValue": _cache[
|
|
325
|
+
"onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => vue.unref(currentItem).width = $event),
|
|
335
326
|
min: 80,
|
|
336
327
|
max: 500,
|
|
337
328
|
class: "width-input"
|
|
338
329
|
}, {
|
|
339
|
-
append: vue.withCtx(() => _cache[
|
|
330
|
+
append: vue.withCtx(() => _cache[25] || (_cache[25] = [
|
|
340
331
|
vue.createTextVNode("px")
|
|
341
332
|
])),
|
|
342
333
|
_: 1
|
|
@@ -351,12 +342,12 @@ const _sfc_main = {
|
|
|
351
342
|
default: vue.withCtx(() => [
|
|
352
343
|
vue.createVNode(_component_el_input_number, {
|
|
353
344
|
modelValue: vue.unref(currentItem).minWidth,
|
|
354
|
-
"onUpdate:modelValue": _cache[
|
|
345
|
+
"onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => vue.unref(currentItem).minWidth = $event),
|
|
355
346
|
min: 80,
|
|
356
347
|
max: 500,
|
|
357
348
|
class: "width-input"
|
|
358
349
|
}, {
|
|
359
|
-
append: vue.withCtx(() => _cache[
|
|
350
|
+
append: vue.withCtx(() => _cache[26] || (_cache[26] = [
|
|
360
351
|
vue.createTextVNode("px")
|
|
361
352
|
])),
|
|
362
353
|
_: 1
|
|
@@ -368,7 +359,7 @@ const _sfc_main = {
|
|
|
368
359
|
default: vue.withCtx(() => [
|
|
369
360
|
vue.createVNode(_component_el_switch, {
|
|
370
361
|
modelValue: vue.unref(currentItem).isOverflowWrap,
|
|
371
|
-
"onUpdate:modelValue": _cache[
|
|
362
|
+
"onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => vue.unref(currentItem).isOverflowWrap = $event)
|
|
372
363
|
}, null, 8, ["modelValue"])
|
|
373
364
|
]),
|
|
374
365
|
_: 1
|
|
@@ -377,7 +368,7 @@ const _sfc_main = {
|
|
|
377
368
|
default: vue.withCtx(() => [
|
|
378
369
|
vue.createVNode(_component_el_select, {
|
|
379
370
|
modelValue: vue.unref(currentItem).headerAlign,
|
|
380
|
-
"onUpdate:modelValue": _cache[
|
|
371
|
+
"onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => vue.unref(currentItem).headerAlign = $event),
|
|
381
372
|
teleported: false
|
|
382
373
|
}, {
|
|
383
374
|
default: vue.withCtx(() => [
|
|
@@ -403,7 +394,7 @@ const _sfc_main = {
|
|
|
403
394
|
default: vue.withCtx(() => [
|
|
404
395
|
vue.createVNode(_component_el_select, {
|
|
405
396
|
modelValue: vue.unref(currentItem).align,
|
|
406
|
-
"onUpdate:modelValue": _cache[
|
|
397
|
+
"onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => vue.unref(currentItem).align = $event),
|
|
407
398
|
teleported: false
|
|
408
399
|
}, {
|
|
409
400
|
default: vue.withCtx(() => [
|
|
@@ -429,7 +420,7 @@ const _sfc_main = {
|
|
|
429
420
|
default: vue.withCtx(() => [
|
|
430
421
|
vue.createVNode(_component_el_input, {
|
|
431
422
|
modelValue: vue.unref(currentItem).prefix,
|
|
432
|
-
"onUpdate:modelValue": _cache[
|
|
423
|
+
"onUpdate:modelValue": _cache[15] || (_cache[15] = ($event) => vue.unref(currentItem).prefix = $event)
|
|
433
424
|
}, null, 8, ["modelValue"])
|
|
434
425
|
]),
|
|
435
426
|
_: 1
|
|
@@ -438,7 +429,7 @@ const _sfc_main = {
|
|
|
438
429
|
default: vue.withCtx(() => [
|
|
439
430
|
vue.createVNode(_component_el_input, {
|
|
440
431
|
modelValue: vue.unref(currentItem).suffix,
|
|
441
|
-
"onUpdate:modelValue": _cache[
|
|
432
|
+
"onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => vue.unref(currentItem).suffix = $event)
|
|
442
433
|
}, null, 8, ["modelValue"])
|
|
443
434
|
]),
|
|
444
435
|
_: 1
|
|
@@ -447,7 +438,7 @@ const _sfc_main = {
|
|
|
447
438
|
default: vue.withCtx(() => [
|
|
448
439
|
vue.createVNode(_component_el_input, {
|
|
449
440
|
modelValue: vue.unref(currentItem).dataMasking,
|
|
450
|
-
"onUpdate:modelValue": _cache[
|
|
441
|
+
"onUpdate:modelValue": _cache[17] || (_cache[17] = ($event) => vue.unref(currentItem).dataMasking = $event)
|
|
451
442
|
}, null, 8, ["modelValue"])
|
|
452
443
|
]),
|
|
453
444
|
_: 1
|
|
@@ -456,7 +447,7 @@ const _sfc_main = {
|
|
|
456
447
|
default: vue.withCtx(() => [
|
|
457
448
|
vue.createVNode(_component_el_checkbox, {
|
|
458
449
|
modelValue: vue.unref(currentItem).isLink,
|
|
459
|
-
"onUpdate:modelValue": _cache[
|
|
450
|
+
"onUpdate:modelValue": _cache[18] || (_cache[18] = ($event) => vue.unref(currentItem).isLink = $event),
|
|
460
451
|
label: "启用超链接"
|
|
461
452
|
}, null, 8, ["modelValue"]),
|
|
462
453
|
vue.unref(currentItem).isLink ? (vue.openBlock(), vue.createBlock(EventConfigButton.default, {
|
|
@@ -471,17 +462,17 @@ const _sfc_main = {
|
|
|
471
462
|
default: vue.withCtx(() => [
|
|
472
463
|
vue.createVNode(_component_el_checkbox, {
|
|
473
464
|
modelValue: vue.unref(currentItem).canSort,
|
|
474
|
-
"onUpdate:modelValue": _cache[
|
|
465
|
+
"onUpdate:modelValue": _cache[19] || (_cache[19] = ($event) => vue.unref(currentItem).canSort = $event),
|
|
475
466
|
label: "排序"
|
|
476
467
|
}, null, 8, ["modelValue"]),
|
|
477
468
|
vue.createVNode(_component_el_checkbox, {
|
|
478
469
|
modelValue: vue.unref(currentItem).canCopy,
|
|
479
|
-
"onUpdate:modelValue": _cache[
|
|
470
|
+
"onUpdate:modelValue": _cache[20] || (_cache[20] = ($event) => vue.unref(currentItem).canCopy = $event),
|
|
480
471
|
label: "复制"
|
|
481
472
|
}, null, 8, ["modelValue"]),
|
|
482
473
|
vue.createVNode(_component_el_checkbox, {
|
|
483
474
|
modelValue: vue.unref(currentItem).isFixed,
|
|
484
|
-
"onUpdate:modelValue": _cache[
|
|
475
|
+
"onUpdate:modelValue": _cache[21] || (_cache[21] = ($event) => vue.unref(currentItem).isFixed = $event),
|
|
485
476
|
label: "左侧固定"
|
|
486
477
|
}, null, 8, ["modelValue"])
|
|
487
478
|
]),
|
|
@@ -499,5 +490,5 @@ const _sfc_main = {
|
|
|
499
490
|
};
|
|
500
491
|
}
|
|
501
492
|
};
|
|
502
|
-
const widgets = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
493
|
+
const widgets = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-1b079e6c"]]);
|
|
503
494
|
exports.default = widgets;
|