@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,9 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {
2
- menuSpan(): any;
3
- styleName(): {
4
- padding: number;
5
- } | {
6
- padding?: undefined;
7
- };
8
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
9
- export default _default;
@@ -1,86 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {
2
- dateCreate: boolean;
3
- pickerOptions: {
4
- shortcuts: {
5
- text: string;
6
- onClick(picker: any): void;
7
- }[];
8
- };
9
- config: {
10
- menuWidth: number;
11
- menuFixed: string;
12
- menuXsWidth: number;
13
- menuAlign: string;
14
- menuHeaderAlign: string;
15
- headerAlign: string;
16
- cancelBtnIcon: string;
17
- viewBtnIcon: string;
18
- editBtnIcon: string;
19
- copyBtnIcon: string;
20
- addBtnIcon: string;
21
- printBtnIcon: string;
22
- excelBtnIcon: string;
23
- delBtnIcon: string;
24
- searchBtnIcon: string;
25
- emptyBtnIcon: string;
26
- saveBtnIcon: string;
27
- updateBtnIcon: string;
28
- columnBtnIcon: string;
29
- filterBtnIcon: string;
30
- refreshBtnIcon: string;
31
- viewBtn: boolean;
32
- editBtn: boolean;
33
- copyBtn: boolean;
34
- cancelBtn: boolean;
35
- addBtn: boolean;
36
- addRowBtn: boolean;
37
- printBtn: boolean;
38
- excelBtn: boolean;
39
- delBtn: boolean;
40
- cellBtn: boolean;
41
- dateBtn: boolean;
42
- updateBtn: boolean;
43
- saveBtn: boolean;
44
- refreshBtn: boolean;
45
- columnBtn: boolean;
46
- filterBtn: boolean;
47
- queryBtn: boolean;
48
- menuBtn: boolean;
49
- searchBtn: boolean;
50
- clearBtn: boolean;
51
- selectClearBtn: boolean;
52
- searchShow: boolean;
53
- tip: boolean;
54
- dialogWidth: string;
55
- dialogDrag: boolean;
56
- formFullscreen: boolean;
57
- pageBackground: boolean;
58
- page: boolean;
59
- menu: boolean;
60
- indexLabel: string;
61
- indexWidth: number;
62
- indexFixed: string;
63
- selectionWidth: number;
64
- selectionFixed: string;
65
- expandWidth: number;
66
- expandFixed: string;
67
- filterMultiple: boolean;
68
- calcHeight: number;
69
- width: string;
70
- searchGutter: number;
71
- searchLabelWidth: number;
72
- searchSpan: number;
73
- dropRowClass: string;
74
- dropColClass: string;
75
- ghostClass: string;
76
- };
77
- }, {}, {
78
- optVal: (val: any, def: any) => any;
79
- dateChange(val: any): void;
80
- initFun(): void;
81
- rowExcel(): void;
82
- rowPrint(): void;
83
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {
84
- permission: import('vue').Directive;
85
- }, string, import('vue').ComponentProvideOptions, true, {}, any>;
86
- export default _default;
@@ -1,32 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
- search: ObjectConstructor;
3
- }>, {}, {
4
- show: boolean;
5
- searchIndex: number;
6
- searchShow: boolean;
7
- }, {
8
- searchForm: {
9
- get(): any;
10
- set(val: any): void;
11
- };
12
- option(): any;
13
- isSearchIcon(): any;
14
- searchLen(): number;
15
- searchFlag(): boolean;
16
- }, {
17
- initFun(): void;
18
- getSlotName(item: any): any;
19
- searchChange(form: any, done: any): void;
20
- resetChange(): void;
21
- searchReset(): void;
22
- handleSearchShow(): void;
23
- dataFormat(): void;
24
- }, {
25
- methods: {
26
- getSlotName(item: any | undefined, type: string | undefined, slot: string): any;
27
- getSlotList(list: never[] | undefined, slot: string, propList: Array<any>): string[];
28
- };
29
- }, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
30
- search: ObjectConstructor;
31
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
32
- export default _default;
@@ -1,176 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
- modelValue: StringConstructor;
3
- processId: StringConstructor;
4
- processName: StringConstructor;
5
- translations: ObjectConstructor;
6
- options: {
7
- type: ObjectConstructor;
8
- default: () => {};
9
- };
10
- additionalModel: (ArrayConstructor | ObjectConstructor)[];
11
- moddleExtension: ObjectConstructor;
12
- onlyCustomizeAddi: {
13
- type: BooleanConstructor;
14
- default: boolean;
15
- };
16
- onlyCustomizeModdle: {
17
- type: BooleanConstructor;
18
- default: boolean;
19
- };
20
- simulation: {
21
- type: BooleanConstructor;
22
- default: boolean;
23
- };
24
- prefix: {
25
- type: StringConstructor;
26
- default: string;
27
- };
28
- events: {
29
- type: ArrayConstructor;
30
- default: () => string[];
31
- };
32
- headerButtonSize: {
33
- type: StringConstructor;
34
- default: string;
35
- validator: (value: unknown) => boolean;
36
- };
37
- headerButtonType: {
38
- type: StringConstructor;
39
- default: string;
40
- validator: (value: unknown) => boolean;
41
- };
42
- extendTypes: ArrayConstructor;
43
- }>, {}, {
44
- defaultZoom: number;
45
- previewModelVisible: boolean;
46
- simulationStatus: boolean;
47
- previewResult: string;
48
- previewType: string;
49
- recoverable: boolean;
50
- revocable: boolean;
51
- }, {
52
- additionalModules(): Record<string, any> | any[];
53
- moddleExtensions(): Record<string, any> | {
54
- activiti: {
55
- types: unknown[];
56
- name: string;
57
- uri: string;
58
- prefix: string;
59
- xml: {
60
- tagAlias: string;
61
- };
62
- associations: never[];
63
- emumerations: never[];
64
- };
65
- flowable: {
66
- types: unknown[];
67
- name: string;
68
- uri: string;
69
- prefix: string;
70
- xml: {
71
- tagAlias: string;
72
- };
73
- associations: never[];
74
- emumerations: never[];
75
- };
76
- camunda: {
77
- types: unknown[];
78
- name: string;
79
- uri: string;
80
- prefix: string;
81
- xml: {
82
- tagAlias: string;
83
- };
84
- associations: never[];
85
- emumerations: never[];
86
- };
87
- } | null;
88
- }, {
89
- initBpmnModeler(): void;
90
- initModelListeners(): void;
91
- createNewDiagram(xml: any): Promise<void>;
92
- /**
93
- * @param {string} type
94
- * @param {*} name
95
- */
96
- downloadProcess(type: string, name?: any): Promise<void>;
97
- setEncoded(type: any, filename: string | undefined, data: any): {
98
- filename: string;
99
- href: string;
100
- data: any;
101
- };
102
- importLocalFile(): void;
103
- downloadProcessAsXml(): void;
104
- downloadProcessAsBpmn(): void;
105
- downloadProcessAsSvg(): void;
106
- processSimulation(): void;
107
- processRedo(): void;
108
- processUndo(): void;
109
- processZoomIn(zoomStep?: number): void;
110
- processZoomOut(zoomStep?: number): void;
111
- processZoomTo(newZoom?: number): void;
112
- processReZoom(): void;
113
- processRestart(): void;
114
- elementsAlign(align: any): void;
115
- previewProcessXML(): void;
116
- previewProcessJson(): void;
117
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("update:modelValue" | "change" | "destroy" | "init-finished" | "commandStack-changed" | "canvas-viewbox-changed")[], "update:modelValue" | "change" | "destroy" | "init-finished" | "commandStack-changed" | "canvas-viewbox-changed", import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
118
- modelValue: StringConstructor;
119
- processId: StringConstructor;
120
- processName: StringConstructor;
121
- translations: ObjectConstructor;
122
- options: {
123
- type: ObjectConstructor;
124
- default: () => {};
125
- };
126
- additionalModel: (ArrayConstructor | ObjectConstructor)[];
127
- moddleExtension: ObjectConstructor;
128
- onlyCustomizeAddi: {
129
- type: BooleanConstructor;
130
- default: boolean;
131
- };
132
- onlyCustomizeModdle: {
133
- type: BooleanConstructor;
134
- default: boolean;
135
- };
136
- simulation: {
137
- type: BooleanConstructor;
138
- default: boolean;
139
- };
140
- prefix: {
141
- type: StringConstructor;
142
- default: string;
143
- };
144
- events: {
145
- type: ArrayConstructor;
146
- default: () => string[];
147
- };
148
- headerButtonSize: {
149
- type: StringConstructor;
150
- default: string;
151
- validator: (value: unknown) => boolean;
152
- };
153
- headerButtonType: {
154
- type: StringConstructor;
155
- default: string;
156
- validator: (value: unknown) => boolean;
157
- };
158
- extendTypes: ArrayConstructor;
159
- }>> & Readonly<{
160
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
161
- onChange?: ((...args: any[]) => any) | undefined;
162
- onDestroy?: ((...args: any[]) => any) | undefined;
163
- "onInit-finished"?: ((...args: any[]) => any) | undefined;
164
- "onCommandStack-changed"?: ((...args: any[]) => any) | undefined;
165
- "onCanvas-viewbox-changed"?: ((...args: any[]) => any) | undefined;
166
- }>, {
167
- options: Record<string, any>;
168
- prefix: string;
169
- onlyCustomizeAddi: boolean;
170
- onlyCustomizeModdle: boolean;
171
- simulation: boolean;
172
- events: unknown[];
173
- headerButtonSize: string;
174
- headerButtonType: string;
175
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
176
- export default _default;
@@ -1,9 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
- bpmnInstances: ObjectConstructor;
3
- }>, {}, {}, {}, {
4
- createElement(event: any, type: any, options?: {}): void;
5
- startTool(event: any, type: any): void;
6
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
7
- bpmnInstances: ObjectConstructor;
8
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
9
- export default _default;
@@ -1,97 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
- /**
3
- * 默认激活的面板
4
- */
5
- activeTabs: {
6
- type: ArrayConstructor;
7
- default: () => string[];
8
- };
9
- /**
10
- * 使用的配置面板
11
- */
12
- useTabs: ArrayConstructor;
13
- /**
14
- * bpmnModeler
15
- */
16
- bpmnModeler: ObjectConstructor;
17
- /**
18
- * 配置上下文
19
- */
20
- context: ObjectConstructor;
21
- /**
22
- * 前缀
23
- */
24
- prefix: {
25
- type: StringConstructor;
26
- default: string;
27
- };
28
- /**
29
- * 宽度
30
- */
31
- width: {
32
- type: NumberConstructor;
33
- default: number;
34
- };
35
- /**
36
- * 是否禁用编辑
37
- */
38
- idEditDisabled: {
39
- type: BooleanConstructor;
40
- default: boolean;
41
- };
42
- panelType: {
43
- type: StringConstructor;
44
- };
45
- }>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "initModels"[], "initModels", import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
46
- /**
47
- * 默认激活的面板
48
- */
49
- activeTabs: {
50
- type: ArrayConstructor;
51
- default: () => string[];
52
- };
53
- /**
54
- * 使用的配置面板
55
- */
56
- useTabs: ArrayConstructor;
57
- /**
58
- * bpmnModeler
59
- */
60
- bpmnModeler: ObjectConstructor;
61
- /**
62
- * 配置上下文
63
- */
64
- context: ObjectConstructor;
65
- /**
66
- * 前缀
67
- */
68
- prefix: {
69
- type: StringConstructor;
70
- default: string;
71
- };
72
- /**
73
- * 宽度
74
- */
75
- width: {
76
- type: NumberConstructor;
77
- default: number;
78
- };
79
- /**
80
- * 是否禁用编辑
81
- */
82
- idEditDisabled: {
83
- type: BooleanConstructor;
84
- default: boolean;
85
- };
86
- panelType: {
87
- type: StringConstructor;
88
- };
89
- }>> & Readonly<{
90
- onInitModels?: ((...args: any[]) => any) | undefined;
91
- }>, {
92
- width: number;
93
- prefix: string;
94
- idEditDisabled: boolean;
95
- activeTabs: unknown[];
96
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
97
- export default _default;
@@ -1,20 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
- id: StringConstructor;
3
- element: ObjectConstructor;
4
- bpmnInstances: ObjectConstructor;
5
- }>, {}, {
6
- bindMessageId: string;
7
- newMessageForm: {};
8
- messageMap: {};
9
- messageModelVisible: boolean;
10
- }, {}, {
11
- getBindMessage(): void;
12
- openMessageModel(): void;
13
- createNewMessage(): void;
14
- updateTaskMessage(messageId: any): void;
15
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
16
- id: StringConstructor;
17
- element: ObjectConstructor;
18
- bpmnInstances: ObjectConstructor;
19
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
20
- 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
- defaultTaskForm: {
7
- scriptFormat: string;
8
- script: string;
9
- resource: string;
10
- resultVariable: string;
11
- };
12
- scriptTaskForm: {};
13
- }, {}, {
14
- resetTaskForm(): void;
15
- updateElementTask(): 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,22 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
- bpmnInstances: ObjectConstructor;
3
- }>, {}, {
4
- signalList: never[];
5
- messageList: never[];
6
- modelVisible: boolean;
7
- modelType: string;
8
- modelObjectForm: {};
9
- }, {
10
- modelConfig(): {
11
- title: string;
12
- idLabel: string;
13
- nameLabel: string;
14
- };
15
- }, {
16
- initDataList(): void;
17
- openModel(type: any): void;
18
- addNewObject(): import('element-plus').MessageHandler | undefined;
19
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
20
- bpmnInstances: ObjectConstructor;
21
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
22
- export default _default;
@@ -1,163 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
- type: {
3
- type: StringConstructor;
4
- default: string;
5
- };
6
- index: (NumberConstructor | FunctionConstructor)[];
7
- label: StringConstructor;
8
- columnKey: StringConstructor;
9
- prop: StringConstructor;
10
- width: (StringConstructor | NumberConstructor)[];
11
- minWidth: (StringConstructor | NumberConstructor)[];
12
- fixed: (BooleanConstructor | StringConstructor)[];
13
- renderHeader: FunctionConstructor;
14
- sortable: (BooleanConstructor | StringConstructor)[];
15
- sortMethod: FunctionConstructor;
16
- sortBy: (ArrayConstructor | StringConstructor | FunctionConstructor)[];
17
- sortOrders: {
18
- type: ArrayConstructor;
19
- default: () => (string | null)[];
20
- };
21
- resizable: {
22
- type: BooleanConstructor;
23
- default: boolean;
24
- };
25
- formatter: FunctionConstructor;
26
- showOverflowTooltip: {
27
- type: (ObjectConstructor | BooleanConstructor)[];
28
- default: boolean;
29
- };
30
- align: {
31
- type: StringConstructor;
32
- default: string;
33
- };
34
- headerAlign: {
35
- type: StringConstructor;
36
- default: string;
37
- };
38
- className: StringConstructor;
39
- labelClassName: StringConstructor;
40
- selectable: FunctionConstructor;
41
- reserveSelection: {
42
- type: BooleanConstructor;
43
- default: boolean;
44
- };
45
- filters: ArrayConstructor;
46
- filterPlacement: StringConstructor;
47
- filterClassName: StringConstructor;
48
- filterMultiple: {
49
- type: BooleanConstructor;
50
- default: boolean;
51
- };
52
- filterMethod: FunctionConstructor;
53
- filteredValue: {
54
- type: ArrayConstructor;
55
- default: () => never[];
56
- };
57
- tooltipFormatter: FunctionConstructor;
58
- property: StringConstructor;
59
- clickable: BooleanConstructor;
60
- cellClick: FunctionConstructor;
61
- dictType: StringConstructor;
62
- options: ArrayConstructor;
63
- autoUpdate: BooleanConstructor;
64
- treeDict: BooleanConstructor;
65
- idAsValue: {
66
- type: BooleanConstructor;
67
- default: boolean;
68
- };
69
- labelAsValue: BooleanConstructor;
70
- maxWidth: StringConstructor;
71
- allowSort: BooleanConstructor;
72
- filterable: BooleanConstructor;
73
- }>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
74
- type: {
75
- type: StringConstructor;
76
- default: string;
77
- };
78
- index: (NumberConstructor | FunctionConstructor)[];
79
- label: StringConstructor;
80
- columnKey: StringConstructor;
81
- prop: StringConstructor;
82
- width: (StringConstructor | NumberConstructor)[];
83
- minWidth: (StringConstructor | NumberConstructor)[];
84
- fixed: (BooleanConstructor | StringConstructor)[];
85
- renderHeader: FunctionConstructor;
86
- sortable: (BooleanConstructor | StringConstructor)[];
87
- sortMethod: FunctionConstructor;
88
- sortBy: (ArrayConstructor | StringConstructor | FunctionConstructor)[];
89
- sortOrders: {
90
- type: ArrayConstructor;
91
- default: () => (string | null)[];
92
- };
93
- resizable: {
94
- type: BooleanConstructor;
95
- default: boolean;
96
- };
97
- formatter: FunctionConstructor;
98
- showOverflowTooltip: {
99
- type: (ObjectConstructor | BooleanConstructor)[];
100
- default: boolean;
101
- };
102
- align: {
103
- type: StringConstructor;
104
- default: string;
105
- };
106
- headerAlign: {
107
- type: StringConstructor;
108
- default: string;
109
- };
110
- className: StringConstructor;
111
- labelClassName: StringConstructor;
112
- selectable: FunctionConstructor;
113
- reserveSelection: {
114
- type: BooleanConstructor;
115
- default: boolean;
116
- };
117
- filters: ArrayConstructor;
118
- filterPlacement: StringConstructor;
119
- filterClassName: StringConstructor;
120
- filterMultiple: {
121
- type: BooleanConstructor;
122
- default: boolean;
123
- };
124
- filterMethod: FunctionConstructor;
125
- filteredValue: {
126
- type: ArrayConstructor;
127
- default: () => never[];
128
- };
129
- tooltipFormatter: FunctionConstructor;
130
- property: StringConstructor;
131
- clickable: BooleanConstructor;
132
- cellClick: FunctionConstructor;
133
- dictType: StringConstructor;
134
- options: ArrayConstructor;
135
- autoUpdate: BooleanConstructor;
136
- treeDict: BooleanConstructor;
137
- idAsValue: {
138
- type: BooleanConstructor;
139
- default: boolean;
140
- };
141
- labelAsValue: BooleanConstructor;
142
- maxWidth: StringConstructor;
143
- allowSort: BooleanConstructor;
144
- filterable: BooleanConstructor;
145
- }>> & Readonly<{}>, {
146
- labelAsValue: boolean;
147
- type: string;
148
- align: string;
149
- treeDict: boolean;
150
- idAsValue: boolean;
151
- filterable: boolean;
152
- showOverflowTooltip: boolean | Record<string, any>;
153
- clickable: boolean;
154
- autoUpdate: boolean;
155
- allowSort: boolean;
156
- sortOrders: unknown[];
157
- resizable: boolean;
158
- headerAlign: string;
159
- reserveSelection: boolean;
160
- filterMultiple: boolean;
161
- filteredValue: unknown[];
162
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
163
- export default _default;
@@ -1,14 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<{}, {
2
- settings: {
3
- hideProps: {};
4
- fixedProps: {};
5
- filterableProps: {};
6
- sortableProps: {};
7
- };
8
- $emit: (event: "update:settings", ...args: any[]) => void;
9
- columns: unknown[];
10
- $props: {
11
- readonly columns?: unknown[] | undefined;
12
- };
13
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
14
- export default _default;
@@ -1,23 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {
2
- defaultPage: {
3
- single: boolean;
4
- total: number;
5
- pagerCount: number;
6
- currentPage: number;
7
- pageSize: number;
8
- pageSizes: number[];
9
- layout: string;
10
- background: boolean;
11
- };
12
- }, {
13
- pageFlag(): boolean;
14
- }, {
15
- optVal: (val: any, def: any) => any;
16
- pageInit(): void;
17
- updateValue(): void;
18
- nextClick(val: any): void;
19
- prevClick(val: any): void;
20
- sizeChange(val: any): void;
21
- currentChange(val: any): void;
22
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
23
- export default _default;