@web-utils/form-ui 1.0.0-beta93 → 1.0.0-beta95

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.
Files changed (139) hide show
  1. package/chunks/{6dpdFLpv2.mjs → B0i3ywbn2.mjs} +35 -44
  2. package/chunks/{Cv1iIzzy2.mjs → BanS-yUY2.mjs} +1 -1
  3. package/chunks/{BZw-uhPj.mjs → C23Qaggp.mjs} +27 -26
  4. package/chunks/{n1KViU9y2.mjs → CIVnqVAQ2.mjs} +12 -9
  5. package/chunks/{JUkvPXqc.mjs → CZxWWk4N.mjs} +8 -8
  6. package/chunks/{BKdkhZkk2.mjs → D7kTwnJK2.mjs} +1 -1
  7. package/chunks/{C6l7TFPU.mjs → D8C17D2k.mjs} +7 -7
  8. package/chunks/{DngNYJVa2.mjs → DzfHfYvS2.mjs} +1 -1
  9. package/chunks/{5BOS55Lv2.mjs → NYkLWtyw2.mjs} +1 -1
  10. package/chunks/{BpZ0yk642.mjs → bBwzYT0T2.mjs} +23 -18
  11. package/chunks/{-d4DuTH12.mjs → dgRz6V6p2.mjs} +1 -1
  12. package/chunks/qIca9lDu2.mjs +108 -0
  13. package/chunks/{DRkvaPr32.mjs → q_m3gw_j2.mjs} +11 -8
  14. package/chunks/{BTVXdtOG.mjs → sCsjgWvR.mjs} +104 -95
  15. package/chunks/{D6B1lNKn2.mjs → v2GLQDzI2.mjs} +18 -18
  16. package/data-table-picker/index.mjs +1 -1
  17. package/form-cascader/index.mjs +1 -1
  18. package/form-checkbox-group/index.mjs +1 -1
  19. package/form-input/index.d.ts +3 -3
  20. package/form-input/index.mjs +1 -1
  21. package/form-input-email/index.d.ts +3 -3
  22. package/form-input-email/index.mjs +1 -1
  23. package/form-input-id-card/index.d.ts +3 -3
  24. package/form-input-id-card/index.mjs +1 -1
  25. package/form-input-number/index.d.ts +2 -2
  26. package/form-input-number/index.mjs +1 -1
  27. package/form-input-phone-number/index.d.ts +3 -3
  28. package/form-input-phone-number/index.mjs +1 -1
  29. package/form-radio-group/index.mjs +1 -1
  30. package/form-select/index.mjs +1 -1
  31. package/form-table/index.d.ts +2 -0
  32. package/form-table/index.mjs +1 -1
  33. package/form-table-plus/index.d.ts +2 -2
  34. package/form-table-plus/index.mjs +1 -1
  35. package/form-textarea/index.d.ts +1 -1
  36. package/form-textarea/index.mjs +1 -1
  37. package/index.mjs +15 -15
  38. package/package.json +3 -4
  39. package/pageable-table/index.d.ts +2 -2
  40. package/pageable-table/index.mjs +1 -1
  41. package/props/input-number.d.ts +1 -1
  42. package/props/input-number.mjs +5 -1
  43. package/props/input.d.ts +1 -1
  44. package/props/input.mjs +3 -2
  45. package/sub-table/index.d.ts +2 -0
  46. package/sub-table/index.mjs +1 -1
  47. package/sub-table-plus/index.d.ts +2 -0
  48. package/sub-table-plus/index.mjs +1 -1
  49. package/table-view/index.d.ts +3 -0
  50. package/table-view/index.mjs +13 -18
  51. package/vue/directives/chat-drag.d.ts +2 -0
  52. package/vue/directives/chat-drag.mjs +12 -0
  53. package/vue/directives/click-outside.d.ts +10 -0
  54. package/vue/directives/click-outside.mjs +36 -0
  55. package/vue/directives/dialog-drag.d.ts +2 -0
  56. package/vue/directives/dialog-drag.mjs +15 -0
  57. package/vue/directives/drag-move.d.ts +10 -0
  58. package/vue/directives/drag-move.mjs +27 -0
  59. package/vue/directives/fix-fixed-column-height.d.ts +7 -0
  60. package/vue/directives/fix-fixed-column-height.mjs +20 -0
  61. package/vue/directives/index.d.ts +7 -0
  62. package/vue/directives/index.mjs +8 -0
  63. package/vue/directives/resize.d.ts +2 -0
  64. package/vue/directives/resize.mjs +12 -0
  65. package/vue/directives/scroll-bottom.d.ts +5 -0
  66. package/vue/directives/scroll-bottom.mjs +6 -0
  67. package/vue/hooks/index.d.ts +3 -0
  68. package/vue/hooks/index.mjs +4 -0
  69. package/{hook → vue/hooks}/useDictionary.d.ts +1 -1
  70. package/{hook → vue/hooks}/useDictionary.mjs +2 -2
  71. package/vue/hooks/useEventBus.d.ts +1 -0
  72. package/vue/hooks/useEventBus.mjs +20 -0
  73. package/{hook → vue/hooks}/useVisibilityChange.mjs +1 -1
  74. package/vue/index.d.ts +3 -0
  75. package/vue/index.mjs +83 -0
  76. package/vue/mixin/bus.d.ts +5 -0
  77. package/vue/mixin/bus.mjs +33 -0
  78. package/vue/mixin/dialog.d.ts +38 -0
  79. package/vue/mixin/dialog.mjs +2 -0
  80. package/vue/mixin/index.d.ts +6 -0
  81. package/vue/mixin/index.mjs +7 -0
  82. package/vue/mixin/message.d.ts +2 -0
  83. package/vue/mixin/message.mjs +27 -0
  84. package/vue/mixin/multi-items.d.ts +43 -0
  85. package/vue/mixin/multi-items.mjs +70 -0
  86. package/vue/mixin/page.d.ts +28 -0
  87. package/vue/mixin/page.mjs +38 -0
  88. package/vue/mixin/resize-mixin.d.ts +15 -0
  89. package/vue/mixin/resize-mixin.mjs +24 -0
  90. package/web-types.json +1 -1
  91. package/chunks/DML17Idh2.mjs +0 -108
  92. package/column/index.d.ts +0 -38
  93. package/column-default/index.d.ts +0 -77
  94. package/column-dynamic/index.d.ts +0 -8
  95. package/column-menu/index.d.ts +0 -81
  96. package/column-slot/index.d.ts +0 -21
  97. package/dialog-column/index.d.ts +0 -19
  98. package/dialog-excel/index.d.ts +0 -16
  99. package/dialog-filter/index.d.ts +0 -20
  100. package/element-base-info/index.d.ts +0 -35
  101. package/element-form/index.d.ts +0 -45
  102. package/element-listeners/index.d.ts +0 -42
  103. package/element-multi-instance/index.d.ts +0 -29
  104. package/element-other-config/index.d.ts +0 -14
  105. package/element-properties/index.d.ts +0 -21
  106. package/element-task-config/index.d.ts +0 -89
  107. package/flow-condition/index.d.ts +0 -16
  108. package/form-group/index.d.ts +0 -62
  109. package/form-temp/index.d.ts +0 -11286
  110. package/fy-dialog-form/index.d.ts +0 -1014
  111. package/fy-form-menu/index.d.ts +0 -9
  112. package/header-menu/index.d.ts +0 -86
  113. package/header-search/index.d.ts +0 -32
  114. package/process-designer/index.d.ts +0 -176
  115. package/process-palette/index.d.ts +0 -9
  116. package/properties-panel/index.d.ts +0 -97
  117. package/receive-task/index.d.ts +0 -20
  118. package/script-task/index.d.ts +0 -21
  119. package/signal-and-message/index.d.ts +0 -22
  120. package/table-column-filterable/index.d.ts +0 -163
  121. package/table-column-setting-panel/index.d.ts +0 -14
  122. package/table-page/index.d.ts +0 -23
  123. package/trigger/index.d.ts +0 -25
  124. package/user-task/index.d.ts +0 -24
  125. package/user-task-listeners/index.d.ts +0 -45
  126. package/vue-tree-select-arrow/index.d.ts +0 -2
  127. package/vue-tree-select-control/index.d.ts +0 -2
  128. package/vue-tree-select-delete/index.d.ts +0 -2
  129. package/vue-tree-select-hidden-fields/index.d.ts +0 -2
  130. package/vue-tree-select-input/index.d.ts +0 -2
  131. package/vue-tree-select-menu/index.d.ts +0 -2
  132. package/vue-tree-select-menu-portal/index.d.ts +0 -2
  133. package/vue-tree-select-multi-value/index.d.ts +0 -2
  134. package/vue-tree-select-multi-value-item/index.d.ts +0 -12
  135. package/vue-tree-select-option/index.d.ts +0 -12
  136. package/vue-tree-select-placeholder/index.d.ts +0 -2
  137. package/vue-tree-select-portal-target/index.d.ts +0 -2
  138. package/vue-tree-select-single-value/index.d.ts +0 -2
  139. /package/{hook → vue/hooks}/useVisibilityChange.d.ts +0 -0
@@ -1,108 +0,0 @@
1
- import { n as e, o as t } from "./_7MDfW_y.mjs";
2
- import { useDictionary as n } from "../hook/useDictionary.mjs";
3
- import { allProps as r, predicate as i } from "../props/select.mjs";
4
- import { ElOption as a, ElSelect as o } from "element-plus/es";
5
- import "element-plus/es/components/base/style/css";
6
- import { computed as s, createVNode as c, mergeProps as l, ref as u, watchEffect as d } from "vue";
7
- import { isNumber as f, isPlainObject as p, isString as m } from "@web-utils/core";
8
- import "element-plus/es/components/select/style/css";
9
- import "element-plus/es/components/option/style/css";
10
- //#endregion
11
- //#region src/components/form/FormSelect.vue
12
- var h = {
13
- name: "FormSelect",
14
- inheritAttrs: !1,
15
- props: { ...r },
16
- emits: { ...e },
17
- setup(e, { emit: r, slots: h, attrs: g }) {
18
- let { emitInput: _, render: v, placeholder: y, disabled: b, listeners: x, inputProps: S } = t(e, {
19
- emit: r,
20
- slots: h,
21
- attrs: g,
22
- predicate: i,
23
- messagePrefix: "请选择"
24
- }), C = u(null), w = u(!1);
25
- d(() => {
26
- if (e.multiple && e.multipleStringMode) {
27
- var t;
28
- C.value = (t = e.modelValue) == null ? void 0 : t.split(",").filter((e) => e);
29
- } else C.value = e.modelValue;
30
- });
31
- let T = (t) => {
32
- if (e.multiple && e.multipleStringMode ? _(t.join(e.multipleStringSeparator)) : _(t), e.emitLabel) {
33
- let n = O.value.find((n) => n[e.props.value] === t), i = n == null ? void 0 : n[e.props.label];
34
- i !== e.optionLabel && r("update:optionLabel", i);
35
- }
36
- }, { dictItems: E } = n(e), D = u([]), O = s(() => {
37
- if (e.dictType) return E.value;
38
- if (e.remote) return D.value;
39
- if (e.gender) return [{
40
- [e.props.label]: "男",
41
- [e.props.value]: e.chinese ? "男" : e.typing ? 1 : "1"
42
- }, {
43
- [e.props.label]: "女",
44
- [e.props.value]: e.chinese ? "女" : e.typing ? 2 : "2"
45
- }];
46
- if (e.confirm) return [{
47
- [e.props.label]: "是",
48
- [e.props.value]: e.chinese ? "是" : e.english ? "Y" : e.typing ? 1 : "1"
49
- }, {
50
- [e.props.label]: "否",
51
- [e.props.value]: e.chinese ? "否" : e.english ? "N" : e.typing ? 0 : "0"
52
- }];
53
- if (e.all) return [{
54
- [e.props.value]: "",
55
- [e.props.label]: "全部"
56
- }, ...e.options];
57
- if (e.start && e.end) return Array(e.end - e.start + 1).fill(1).map((t, n) => ({
58
- [e.props.label]: e.start + n,
59
- [e.props.value]: e.start + n
60
- }));
61
- if (e.year) {
62
- let t = (/* @__PURE__ */ new Date()).getFullYear(), n = [], r = 10;
63
- f(e.year) && (r = e.year);
64
- for (let i = -r; i <= r; i++) {
65
- let r = t + i;
66
- n.push({
67
- [e.props.label]: r,
68
- [e.props.value]: r
69
- });
70
- }
71
- return n;
72
- }
73
- return e.options ? e.options.map((t) => (t[e.props.value] = t[e.props.value] ?? t[e.props.label], t)) : [];
74
- }), k = async (t) => {
75
- try {
76
- var n;
77
- w.value = !0;
78
- let r = await e.remoteMethod(t, e.prop);
79
- ((n = r.data.data) == null ? void 0 : n.length) >= 0 ? m(r.data.data[0]) ? D.value = r.data.data.map((t) => ({
80
- [e.props.value]: t,
81
- [e.props.label]: t
82
- })) : p(r.data.data[0]) && (D.value = r.data.data) : D.value = [];
83
- } catch {}
84
- w.value = !1;
85
- };
86
- return d(() => {
87
- e.remote && k();
88
- }), () => v({ vNodes: c(o, l(x.value, S.value, {
89
- offset: e.dropDownOffset,
90
- "model-value": C.value,
91
- "onUpdate:modelValue": T,
92
- disabled: b.value,
93
- placeholder: y.value
94
- }), {
95
- ...h,
96
- default: h.default || (() => {
97
- var e;
98
- return (e = O.value) == null ? void 0 : e.map(({ value: e, label: t }) => c(a, {
99
- key: e,
100
- label: t,
101
- value: e
102
- }, null));
103
- })
104
- }) });
105
- }
106
- };
107
- //#endregion
108
- export { h as t };
package/column/index.d.ts DELETED
@@ -1,38 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
- columnOption: ArrayConstructor;
3
- }>, {}, {}, {
4
- list(): any[];
5
- }, {
6
- handleFilterMethod(value: any, row: any, column: any): any;
7
- handleFilters(column: any, flag: any): any[] | undefined;
8
- getColumnProp(column: any, type: any): any;
9
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
10
- columnOption: ArrayConstructor;
11
- }>> & Readonly<{}>, {}, {}, {}, {}, string, () => {
12
- crud: unknown;
13
- dynamic: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
14
- columnOption: ArrayConstructor;
15
- }>> & Readonly<{}>, {}, {}, {
16
- list(): any[];
17
- }, {
18
- handleFilterMethod(value: any, row: any, column: any): any;
19
- handleFilters(column: any, flag: any): any[] | undefined;
20
- getColumnProp(column: any, type: any): any;
21
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, {}, {}, false, "crud"[], {}, {}, {}, string, {}, any, import('vue').ComponentProvideOptions, {
22
- P: {};
23
- B: {};
24
- D: {};
25
- C: {};
26
- M: {};
27
- Defaults: {};
28
- }, Readonly<globalThis.ExtractPropTypes<{
29
- columnOption: ArrayConstructor;
30
- }>> & Readonly<{}>, {}, {}, {
31
- list(): any[];
32
- }, {
33
- handleFilterMethod(value: any, row: any, column: any): any;
34
- handleFilters(column: any, flag: any): any[] | undefined;
35
- getColumnProp(column: any, type: any): any;
36
- }, {}>;
37
- }, true, {}, any>;
38
- export default _default;
@@ -1,77 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {
2
- config: {
3
- menuWidth: number;
4
- menuFixed: string;
5
- menuXsWidth: number;
6
- menuAlign: string;
7
- menuHeaderAlign: string;
8
- headerAlign: string;
9
- cancelBtnIcon: string;
10
- viewBtnIcon: string;
11
- editBtnIcon: string;
12
- copyBtnIcon: string;
13
- addBtnIcon: string;
14
- printBtnIcon: string;
15
- excelBtnIcon: string;
16
- delBtnIcon: string;
17
- searchBtnIcon: string;
18
- emptyBtnIcon: string;
19
- saveBtnIcon: string;
20
- updateBtnIcon: string;
21
- columnBtnIcon: string;
22
- filterBtnIcon: string;
23
- refreshBtnIcon: string;
24
- viewBtn: boolean;
25
- editBtn: boolean;
26
- copyBtn: boolean;
27
- cancelBtn: boolean;
28
- addBtn: boolean;
29
- addRowBtn: boolean;
30
- printBtn: boolean;
31
- excelBtn: boolean;
32
- delBtn: boolean;
33
- cellBtn: boolean;
34
- dateBtn: boolean;
35
- updateBtn: boolean;
36
- saveBtn: boolean;
37
- refreshBtn: boolean;
38
- columnBtn: boolean;
39
- filterBtn: boolean;
40
- queryBtn: boolean;
41
- menuBtn: boolean;
42
- searchBtn: boolean;
43
- clearBtn: boolean;
44
- selectClearBtn: boolean;
45
- searchShow: boolean;
46
- tip: boolean;
47
- dialogWidth: string;
48
- dialogDrag: boolean;
49
- formFullscreen: boolean;
50
- pageBackground: boolean;
51
- page: boolean;
52
- menu: boolean;
53
- indexLabel: string;
54
- indexWidth: number;
55
- indexFixed: string;
56
- selectionWidth: number;
57
- selectionFixed: string;
58
- expandWidth: number;
59
- expandFixed: string;
60
- filterMultiple: boolean;
61
- calcHeight: number;
62
- width: string;
63
- searchGutter: number;
64
- searchLabelWidth: number;
65
- searchSpan: number;
66
- dropRowClass: string;
67
- dropColClass: string;
68
- ghostClass: string;
69
- };
70
- }, {}, {
71
- optVal: (val: any, def: any) => any;
72
- indexMethod(index: any): any;
73
- setSort(): void;
74
- rowDrop(): void;
75
- columnDrop(): void;
76
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
77
- export default _default;
@@ -1,8 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
- columnOption: ObjectConstructor;
3
- }>, {}, {}, {}, {
4
- optVal: (val: any, def: any) => any;
5
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
6
- columnOption: ObjectConstructor;
7
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
8
- export default _default;
@@ -1,81 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {
2
- config: {
3
- menuWidth: number;
4
- menuFixed: string;
5
- menuXsWidth: number;
6
- menuAlign: string;
7
- menuHeaderAlign: string;
8
- headerAlign: string;
9
- cancelBtnIcon: string;
10
- viewBtnIcon: string;
11
- editBtnIcon: string;
12
- copyBtnIcon: string;
13
- addBtnIcon: string;
14
- printBtnIcon: string;
15
- excelBtnIcon: string;
16
- delBtnIcon: string;
17
- searchBtnIcon: string;
18
- emptyBtnIcon: string;
19
- saveBtnIcon: string;
20
- updateBtnIcon: string;
21
- columnBtnIcon: string;
22
- filterBtnIcon: string;
23
- refreshBtnIcon: string;
24
- viewBtn: boolean;
25
- editBtn: boolean;
26
- copyBtn: boolean;
27
- cancelBtn: boolean;
28
- addBtn: boolean;
29
- addRowBtn: boolean;
30
- printBtn: boolean;
31
- excelBtn: boolean;
32
- delBtn: boolean;
33
- cellBtn: boolean;
34
- dateBtn: boolean;
35
- updateBtn: boolean;
36
- saveBtn: boolean;
37
- refreshBtn: boolean;
38
- columnBtn: boolean;
39
- filterBtn: boolean;
40
- queryBtn: boolean;
41
- menuBtn: boolean;
42
- searchBtn: boolean;
43
- clearBtn: boolean;
44
- selectClearBtn: boolean;
45
- searchShow: boolean;
46
- tip: boolean;
47
- dialogWidth: string;
48
- dialogDrag: boolean;
49
- formFullscreen: boolean;
50
- pageBackground: boolean;
51
- page: boolean;
52
- menu: boolean;
53
- indexLabel: string;
54
- indexWidth: number;
55
- indexFixed: string;
56
- selectionWidth: number;
57
- selectionFixed: string;
58
- expandWidth: number;
59
- expandFixed: string;
60
- filterMultiple: boolean;
61
- calcHeight: number;
62
- width: string;
63
- searchGutter: number;
64
- searchLabelWidth: number;
65
- searchSpan: number;
66
- dropRowClass: string;
67
- dropColClass: string;
68
- ghostClass: string;
69
- };
70
- }, {
71
- menuType(): any;
72
- isIconMenu(): boolean;
73
- isTextMenu(): boolean;
74
- isMenu(): boolean;
75
- }, {
76
- optVal: (val: any, def: any) => any;
77
- menuText(value: any): any;
78
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {
79
- permission: import('vue').Directive;
80
- }, string, import('vue').ComponentProvideOptions, true, {}, any>;
81
- export default _default;
@@ -1,21 +0,0 @@
1
- import { uploadFun } from '../../../utils/util.ts';
2
- declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
3
- column: ObjectConstructor;
4
- columnOption: ArrayConstructor;
5
- }>, {}, {}, {}, {
6
- isBlank: (val: any) => boolean;
7
- optVal: (val: any, def: any) => any;
8
- uploadFun: typeof uploadFun;
9
- isMediaType(item: any, fileType: any): false | "audio" | "video" | "img" | undefined;
10
- vaildLabel(column: any, row: any, val: any): any;
11
- columnChange(row: any, column: any, index: any): void;
12
- handleChange(column: any, row: any): void;
13
- handleDetail(row: any, column: any): any;
14
- corArray(row: any, column: any): any;
15
- openImg(row: any, column: any, index: any): void;
16
- getImgList(row: any, column: any): any;
17
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
18
- column: ObjectConstructor;
19
- columnOption: ArrayConstructor;
20
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
21
- export default _default;
@@ -1,19 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {
2
- data: never[];
3
- columnBox: boolean;
4
- }, {
5
- defaultColumn(): ({
6
- label: string;
7
- prop: string;
8
- hide?: undefined;
9
- } | {
10
- label: string;
11
- prop: string;
12
- hide: boolean;
13
- })[];
14
- }, {
15
- handleShow(): void;
16
- handleChange(prop: any): void;
17
- rowDrop(): void;
18
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
19
- export default _default;
@@ -1,16 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {
2
- option: {};
3
- columnOption: {};
4
- box: boolean;
5
- form: {
6
- name: any;
7
- };
8
- }, {}, {
9
- handleShow(): void;
10
- handleSubmit(): void;
11
- handleSum(): any[];
12
- getOption(): void;
13
- getColumnOption(): void;
14
- getColumn(): any;
15
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
16
- export default _default;
@@ -1,20 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {
2
- box: boolean;
3
- columnObj: {};
4
- symbolDic: {
5
- label: string;
6
- value: string;
7
- }[];
8
- list: never[];
9
- columnOption: {};
10
- }, {}, {
11
- handleShow(): void;
12
- getColumnOption(): void;
13
- handleDelete(index: any): void;
14
- handleClear(): void;
15
- handleValueClear(): void;
16
- handleSubmit(): void;
17
- handleChange(index: any): void;
18
- handleAdd(): void;
19
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
20
- export default _default;
@@ -1,35 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
- id: StringConstructor;
3
- idEditDisabled: {
4
- type: BooleanConstructor;
5
- default: boolean;
6
- };
7
- element: ObjectConstructor;
8
- bpmnInstances: ObjectConstructor;
9
- }>, {}, {
10
- skipExpression: string;
11
- requiredComment: null;
12
- businessObject: {};
13
- attrs: {
14
- commentInForm: null;
15
- commentOrder: null;
16
- commentNodeIds: null;
17
- commentLabel: null;
18
- };
19
- nodes: never[];
20
- }, {}, {
21
- init(id: any): void;
22
- updateBaseInfo(key: any): void;
23
- updateProp(prop: any, value: any): void;
24
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
25
- id: StringConstructor;
26
- idEditDisabled: {
27
- type: BooleanConstructor;
28
- default: boolean;
29
- };
30
- element: ObjectConstructor;
31
- bpmnInstances: ObjectConstructor;
32
- }>> & Readonly<{}>, {
33
- idEditDisabled: boolean;
34
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
35
- export default _default;
@@ -1,45 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
- id: StringConstructor;
3
- element: ObjectConstructor;
4
- bpmnInstances: ObjectConstructor;
5
- }>, {}, {
6
- formKey: string;
7
- businessKey: string;
8
- optionModelTitle: string;
9
- fieldList: never[];
10
- formFieldForm: {};
11
- fieldType: {
12
- long: string;
13
- string: string;
14
- boolean: string;
15
- date: string;
16
- enum: string;
17
- custom: string;
18
- };
19
- formFieldIndex: number;
20
- formFieldOptionIndex: number;
21
- fieldModelVisible: boolean;
22
- fieldOptionModelVisible: boolean;
23
- fieldOptionForm: {};
24
- fieldOptionType: string;
25
- fieldEnumList: never[];
26
- fieldConstraintsList: never[];
27
- fieldPropertiesList: never[];
28
- }, {}, {
29
- resetFormList(): void;
30
- updateElementFormKey(): void;
31
- updateElementBusinessKey(): void;
32
- changeFieldTypeType(type: any): void;
33
- openFieldForm(field: any, index: any): void;
34
- openFieldOptionForm(option: any, index: any, type: any): "属性配置" | "枚举值配置" | "约束条件配置";
35
- saveFieldOption(): void;
36
- saveField(): void;
37
- removeFieldOptionItem(option: any, index: any, type: any): void;
38
- removeField(field: any, index: any): void;
39
- updateElementExtensions(): void;
40
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
41
- id: StringConstructor;
42
- element: ObjectConstructor;
43
- bpmnInstances: ObjectConstructor;
44
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
45
- export default _default;
@@ -1,42 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
- id: StringConstructor;
3
- element: ObjectConstructor;
4
- bpmnInstances: ObjectConstructor;
5
- }>, {}, {
6
- elementListenersList: never[];
7
- listenerForm: {};
8
- listenerFormModelVisible: boolean;
9
- fieldsListOfListener: never[];
10
- listenerFieldForm: {};
11
- listenerFieldFormModelVisible: boolean;
12
- editingListenerIndex: number;
13
- editingListenerFieldIndex: number;
14
- listenerTypeObject: {
15
- classListener: string;
16
- expressionListener: string;
17
- delegateExpressionListener: string;
18
- scriptListener: string;
19
- };
20
- fieldTypeObject: {
21
- string: string;
22
- expression: string;
23
- };
24
- }, {
25
- apis(): any;
26
- }, {
27
- resetListenersList(): void;
28
- changeFiledType(val: any): void;
29
- assignListener(type: any): void;
30
- setDefaultFieldValue(val: any): void;
31
- openListenerForm(listener: any, index: any): Promise<void>;
32
- openListenerFieldForm(field: any, index: any): void;
33
- saveListenerFiled(): Promise<void>;
34
- removeListenerField(field: any, index: any): Promise<void>;
35
- removeListener(listener: any, index: any): Promise<void>;
36
- saveListenerConfig(): Promise<void>;
37
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
38
- id: StringConstructor;
39
- element: ObjectConstructor;
40
- bpmnInstances: ObjectConstructor;
41
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
42
- export default _default;
@@ -1,29 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
- id: StringConstructor;
3
- element: ObjectConstructor;
4
- bpmnInstances: ObjectConstructor;
5
- }>, {}, {
6
- loopCharacteristics: string;
7
- defaultLoopInstanceForm: {
8
- completionCondition: string;
9
- loopCardinality: string;
10
- extensionElements: never[];
11
- asyncAfter: boolean;
12
- asyncBefore: boolean;
13
- exclusive: boolean;
14
- };
15
- loopInstanceForm: {};
16
- }, {}, {
17
- getElementLoop(businessObject: any): void;
18
- changeLoopCharacteristicsType(type: any): void;
19
- updateLoopCardinality(cardinality: any): void;
20
- updateLoopCondition(condition: any): void;
21
- updateLoopTimeCycle(timeCycle: any): void;
22
- updateLoopBase(): void;
23
- updateLoopAsync(key: any): void;
24
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
25
- id: StringConstructor;
26
- element: ObjectConstructor;
27
- bpmnInstances: ObjectConstructor;
28
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
29
- export default _default;
@@ -1,14 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
- id: StringConstructor;
3
- element: ObjectConstructor;
4
- bpmnInstances: ObjectConstructor;
5
- }>, {}, {
6
- documentation: string;
7
- }, {}, {
8
- updateDocumentation(): void;
9
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
10
- id: StringConstructor;
11
- element: ObjectConstructor;
12
- bpmnInstances: ObjectConstructor;
13
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
14
- export default _default;
@@ -1,21 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
- id: StringConstructor;
3
- element: ObjectConstructor;
4
- bpmnInstances: ObjectConstructor;
5
- }>, {}, {
6
- elementPropertyList: never[];
7
- propertyForm: {};
8
- editingPropertyIndex: number;
9
- propertyFormModelVisible: boolean;
10
- }, {}, {
11
- resetAttributesList(): void;
12
- openAttributesForm(attr: any, index: any): void;
13
- removeAttributes(attr: any, index: any): void;
14
- saveAttribute(): void;
15
- updateElementExtensions(properties: any): void;
16
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
17
- id: StringConstructor;
18
- element: ObjectConstructor;
19
- bpmnInstances: ObjectConstructor;
20
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
21
- export default _default;
@@ -1,89 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
- id: StringConstructor;
3
- element: ObjectConstructor;
4
- bpmnInstances: ObjectConstructor;
5
- type: StringConstructor;
6
- }>, {}, {
7
- taskConfigForm: {
8
- asyncAfter: boolean;
9
- asyncBefore: boolean;
10
- exclusive: boolean;
11
- };
12
- witchTaskComponent: string;
13
- installedComponent: {
14
- UserTask: string;
15
- ScriptTask: string;
16
- ReceiveTask: string;
17
- };
18
- }, {}, {
19
- changeTaskAsync(): void;
20
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
21
- id: StringConstructor;
22
- element: ObjectConstructor;
23
- bpmnInstances: ObjectConstructor;
24
- type: StringConstructor;
25
- }>> & Readonly<{}>, {}, {}, {
26
- UserTask: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
27
- id: StringConstructor;
28
- element: ObjectConstructor;
29
- bpmnInstances: ObjectConstructor;
30
- }>, {}, {
31
- defaultTaskForm: {
32
- assignee: string;
33
- candidateUsers: never[];
34
- candidateGroups: never[];
35
- dueDate: string;
36
- followUpDate: string;
37
- priority: string;
38
- };
39
- userTaskForm: {};
40
- mockData: number[];
41
- }, {}, {
42
- resetTaskForm(): void;
43
- updateElementTask(key: any): void;
44
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
45
- id: StringConstructor;
46
- element: ObjectConstructor;
47
- bpmnInstances: ObjectConstructor;
48
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
49
- ScriptTask: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
50
- id: StringConstructor;
51
- element: ObjectConstructor;
52
- bpmnInstances: ObjectConstructor;
53
- }>, {}, {
54
- defaultTaskForm: {
55
- scriptFormat: string;
56
- script: string;
57
- resource: string;
58
- resultVariable: string;
59
- };
60
- scriptTaskForm: {};
61
- }, {}, {
62
- resetTaskForm(): void;
63
- updateElementTask(): void;
64
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
65
- id: StringConstructor;
66
- element: ObjectConstructor;
67
- bpmnInstances: ObjectConstructor;
68
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
69
- ReceiveTask: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
70
- id: StringConstructor;
71
- element: ObjectConstructor;
72
- bpmnInstances: ObjectConstructor;
73
- }>, {}, {
74
- bindMessageId: string;
75
- newMessageForm: {};
76
- messageMap: {};
77
- messageModelVisible: boolean;
78
- }, {}, {
79
- getBindMessage(): void;
80
- openMessageModel(): void;
81
- createNewMessage(): void;
82
- updateTaskMessage(messageId: any): void;
83
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
84
- id: StringConstructor;
85
- element: ObjectConstructor;
86
- bpmnInstances: ObjectConstructor;
87
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
88
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
89
- export default _default;