@qqt-product/ui 0.0.14 → 0.0.16

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 (147) hide show
  1. package/dist/index.es.js +112024 -41701
  2. package/dist/index.umd.js +254 -15197
  3. package/dist/lib/components/audit-modal/index.d.ts +324 -0
  4. package/dist/lib/components/audit-modal/src/audit-modal-type.d.ts +65 -0
  5. package/dist/lib/components/audit-modal/src/audit-modal.vue.d.ts +320 -0
  6. package/dist/lib/components/audit-modal/src/component/addNodeHistoryModal.vue.d.ts +675 -0
  7. package/dist/lib/components/audit-modal/src/component/approvalOpinionModal.vue.d.ts +406 -0
  8. package/dist/lib/components/audit-modal/src/component/field-select-modal-types.d.ts +93 -0
  9. package/dist/lib/components/audit-modal/src/component/field-select-modal.vue.d.ts +163 -0
  10. package/dist/lib/components/audit-modal/src/component/use-field-select-modal.d.ts +6 -0
  11. package/dist/lib/components/audit-modal/src/hook/list-slot-hook.d.ts +16 -0
  12. package/dist/lib/components/audit-modal/src/hook/use-audit-config-hook.d.ts +6 -0
  13. package/dist/lib/components/audit-modal/src/hook/use-field-select-modal-hook.d.ts +9 -0
  14. package/dist/lib/components/card-list-layout/index.d.ts +8 -18
  15. package/dist/lib/components/card-list-layout/src/card-content.vue.d.ts +2 -2
  16. package/dist/lib/components/card-list-layout/src/cardItem.vue.d.ts +2 -2
  17. package/dist/lib/components/card-list-layout/src/index.vue.d.ts +8 -18
  18. package/dist/lib/components/cascader/index.d.ts +10 -8
  19. package/dist/lib/components/cascader/src/cascader.vue.d.ts +10 -8
  20. package/dist/lib/components/checkbox/index.d.ts +1 -1
  21. package/dist/lib/components/checkbox/src/checkbox.vue.d.ts +1 -1
  22. package/dist/lib/components/{codeEditorModel/src/codeEditorModel.vue.d.ts → code-editor-model/src/code-editor-model.vue.d.ts} +40 -9
  23. package/dist/lib/components/countdown/index.d.ts +122 -0
  24. package/dist/lib/components/countdown/src/countdown-types.d.ts +87 -0
  25. package/dist/lib/components/countdown/src/countdown.d.ts +118 -0
  26. package/dist/lib/components/countdown/src/use-countdown.d.ts +2 -0
  27. package/dist/lib/components/coutdown/index.d.ts +3 -3
  28. package/dist/lib/components/coutdown/src/coutdown.vue.d.ts +3 -3
  29. package/dist/lib/components/currency/index.d.ts +1 -1
  30. package/dist/lib/components/currency/src/currency.vue.d.ts +1 -1
  31. package/dist/lib/components/detail-form/index.d.ts +23 -2
  32. package/dist/lib/components/detail-form/src/detail-form.vue.d.ts +23 -3
  33. package/dist/lib/components/detail-grid/index.d.ts +10 -6
  34. package/dist/lib/components/detail-grid/src/detail-grid.vue.d.ts +9 -6
  35. package/dist/lib/components/detail-grid/src/hook/use-grid-config-hook.d.ts +1 -1
  36. package/dist/lib/components/detail-page-layout/index.d.ts +20 -3
  37. package/dist/lib/components/detail-page-layout/src/detail-page-layout.vue.d.ts +19 -3
  38. package/dist/lib/components/edit-form/index.d.ts +27 -2
  39. package/dist/lib/components/edit-form/src/edit-form-types.d.ts +4 -0
  40. package/dist/lib/components/edit-form/src/edit-form.vue.d.ts +26 -2
  41. package/dist/lib/components/edit-form/src/hook/use-callback-hook.d.ts +7 -1
  42. package/dist/lib/components/edit-grid/index.d.ts +11 -6
  43. package/dist/lib/components/edit-grid/src/edit-grid.vue.d.ts +10 -6
  44. package/dist/lib/components/edit-grid/src/hook/use-grid-config-hook.d.ts +3 -3
  45. package/dist/lib/components/edit-page-layout/index.d.ts +19 -3
  46. package/dist/lib/components/edit-page-layout/src/edit-page-layout-types.d.ts +143 -22
  47. package/dist/lib/components/edit-page-layout/src/edit-page-layout.vue.d.ts +19 -3
  48. package/dist/lib/components/edit-page-layout/src/types.d.ts +1 -1
  49. package/dist/lib/components/editor/index.d.ts +22 -8
  50. package/dist/lib/components/editor/src/index.vue.d.ts +22 -8
  51. package/dist/lib/components/field-select-modal/index.d.ts +24 -8
  52. package/dist/lib/components/field-select-modal/src/field-select-modal-types.d.ts +9 -2
  53. package/dist/lib/components/field-select-modal/src/field-select-modal.vue.d.ts +24 -8
  54. package/dist/lib/components/flow-view/index.d.ts +121 -0
  55. package/dist/lib/components/flow-view/src/flow-view-modal-types.d.ts +60 -0
  56. package/dist/lib/components/flow-view/src/flow-view.d.ts +118 -0
  57. package/dist/lib/components/flow-view/src/use-flow-view-modal.d.ts +2 -0
  58. package/dist/lib/components/import-modal/index.d.ts +90 -0
  59. package/dist/lib/components/import-modal/src/import-modal-types.d.ts +28 -0
  60. package/dist/lib/components/import-modal/src/import-modal.vue.d.ts +86 -0
  61. package/dist/lib/components/index.d.ts +11 -2
  62. package/dist/lib/components/item-wrap/index.d.ts +3 -3
  63. package/dist/lib/components/item-wrap/src/item-wrap.vue.d.ts +3 -3
  64. package/dist/lib/components/ladder-price/index.d.ts +58 -0
  65. package/dist/lib/components/ladder-price/src/LadderNotPriceModal.vue.d.ts +35 -0
  66. package/dist/lib/components/ladder-price/src/LadderPriceModal.vue.d.ts +38 -0
  67. package/dist/lib/components/ladder-price/src/ladder-not-price-modal-types.d.ts +16 -0
  68. package/dist/lib/components/ladder-price/src/ladder-price-modal-types.d.ts +15 -0
  69. package/dist/lib/components/ladder-price/src/ladder-price-types.d.ts +35 -0
  70. package/dist/lib/components/ladder-price/src/ladder-price.vue.d.ts +55 -0
  71. package/dist/lib/components/ladder-price/src/use-ladder-not-price-modal.d.ts +6 -0
  72. package/dist/lib/components/ladder-price/src/use-ladder-price.d.ts +6 -0
  73. package/dist/lib/components/layout/src/types.d.ts +1 -0
  74. package/dist/lib/components/layout-anchor/index.d.ts +2 -1
  75. package/dist/lib/components/layout-anchor/src/layout-auchor.vue.d.ts +2 -1
  76. package/dist/lib/components/layout-buttons/index.d.ts +2 -1
  77. package/dist/lib/components/layout-pattern/index.d.ts +12 -2
  78. package/dist/lib/components/layout-pattern/src/components/vertical.vue.d.ts +126 -15
  79. package/dist/lib/components/layout-pattern/src/hook/use-audit-button-hook.d.ts +46 -0
  80. package/dist/lib/components/layout-pattern/src/layout-pattern.vue.d.ts +12 -2
  81. package/dist/lib/components/list-page-layout/index.d.ts +77 -15
  82. package/dist/lib/components/list-page-layout/src/components/common/columnSetting/columnSetting.vue.d.ts +2 -1
  83. package/dist/lib/components/list-page-layout/src/components/common/import-modal/import-modal.vue.d.ts +3 -1
  84. package/dist/lib/components/list-page-layout/src/components/common/record-modal/record-modal.vue.d.ts +10 -10
  85. package/dist/lib/components/list-page-layout/src/components/list-content/events-helper.d.ts +0 -2
  86. package/dist/lib/components/list-page-layout/src/components/list-content/list-content.vue.d.ts +6 -4
  87. package/dist/lib/components/list-page-layout/src/components/list-header/hooks/use-callback-hook.d.ts +3 -0
  88. package/dist/lib/components/list-page-layout/src/components/list-header/list-header.vue.d.ts +4 -2
  89. package/dist/lib/components/list-page-layout/src/components/list-header/module/query/index.vue.d.ts +8 -2
  90. package/dist/lib/components/list-page-layout/src/components/list-header/module/quick-nav/index.vue.d.ts +1 -0
  91. package/dist/lib/components/list-page-layout/src/components/list-header/module/searchExtend/index.vue.d.ts +14 -6
  92. package/dist/lib/components/list-page-layout/src/hooks/auth-button.d.ts +4 -0
  93. package/dist/lib/components/list-page-layout/src/hooks/get-columns-hook.d.ts +1 -1
  94. package/dist/lib/components/list-page-layout/src/hooks/list-slot-hook.d.ts +10 -4
  95. package/dist/lib/components/list-page-layout/src/hooks/use-button-function-hook.d.ts +8 -0
  96. package/dist/lib/components/list-page-layout/src/layout.vue.d.ts +75 -14
  97. package/dist/lib/components/list-page-layout/src/list-page-layout-types.d.ts +59 -7
  98. package/dist/lib/components/list-page-layout/src/utils/gridConfig.d.ts +6 -21
  99. package/dist/lib/components/list-page-layout/src/utils/index.d.ts +2 -0
  100. package/dist/lib/components/page-layout/index.d.ts +2 -1
  101. package/dist/lib/components/page-layout/src/constant/buttons.d.ts +28 -2
  102. package/dist/lib/components/page-layout/src/constant/symbol.d.ts +35 -0
  103. package/dist/lib/components/page-layout/src/hook/use-merge-defaultValues-hook.d.ts +1 -1
  104. package/dist/lib/components/page-layout/src/hook/use-promise-step.d.ts +19 -9
  105. package/dist/lib/components/radio/index.d.ts +1 -1
  106. package/dist/lib/components/radio/src/radio.vue.d.ts +1 -1
  107. package/dist/lib/components/relation-graph/src/relation-graph-types.d.ts +23 -0
  108. package/dist/lib/components/remote-select/index.d.ts +30 -71
  109. package/dist/lib/components/remote-select/src/remote-select-types.d.ts +44 -28
  110. package/dist/lib/components/remote-select/src/remote-select.vue.d.ts +31 -72
  111. package/dist/lib/components/sale-template/index.d.ts +99 -0
  112. package/dist/lib/components/sale-template/src/sale-template-types.d.ts +41 -0
  113. package/dist/lib/components/sale-template/src/sale-template.vue.d.ts +95 -0
  114. package/dist/lib/components/sale-template/src/use-sale-template.d.ts +2 -0
  115. package/dist/lib/components/select/index.d.ts +6 -6
  116. package/dist/lib/components/select/src/select-types.d.ts +5 -1
  117. package/dist/lib/components/select/src/select.vue.d.ts +6 -6
  118. package/dist/lib/components/select-modal/index.d.ts +54 -16
  119. package/dist/lib/components/select-modal/src/select-modal-types.d.ts +24 -4
  120. package/dist/lib/components/select-modal/src/select-modal.vue.d.ts +54 -16
  121. package/dist/lib/components/select-template/index.d.ts +92 -0
  122. package/dist/lib/components/select-template/src/select-template-type.d.ts +32 -0
  123. package/dist/lib/components/select-template/src/select-template.vue.d.ts +88 -0
  124. package/dist/lib/components/tree-select/index.d.ts +8 -7
  125. package/dist/lib/components/tree-select/src/tree-select-types.d.ts +7 -1
  126. package/dist/lib/components/tree-select/src/tree-select.vue.d.ts +8 -7
  127. package/dist/lib/components/upload-file/index.d.ts +15 -24
  128. package/dist/lib/components/upload-file/src/hook/use-file-column-hook.d.ts +0 -1
  129. package/dist/lib/components/upload-file/src/upload-file-types.d.ts +14 -10
  130. package/dist/lib/components/upload-file/src/upload-file.vue.d.ts +13 -23
  131. package/dist/lib/components/upload-file-vxe/index.d.ts +78 -0
  132. package/dist/lib/components/upload-file-vxe/src/upload-file-vxe-types.d.ts +38 -0
  133. package/dist/lib/components/upload-file-vxe/src/upload-file-vxe.vue.d.ts +75 -0
  134. package/dist/lib/components/upload-image/index.d.ts +3 -3
  135. package/dist/lib/components/upload-image/src/upload-image.vue.d.ts +3 -3
  136. package/dist/lib/components/useChart/index.d.ts +11 -0
  137. package/dist/lib/components/useChart/lib.d.ts +2 -0
  138. package/dist/lib/components/useChart/types.d.ts +21 -0
  139. package/dist/lib/components/vxe-select/index.d.ts +24 -6
  140. package/dist/lib/components/vxe-select/src/vxe-select-types.d.ts +7 -1
  141. package/dist/lib/components/vxe-select/src/vxe-select.vue.d.ts +24 -6
  142. package/dist/lib/index.d.ts +4 -1
  143. package/dist/lib/utils/event.d.ts +35 -2
  144. package/dist/style.css +1 -6
  145. package/package.json +24 -18
  146. package/dist/lib/components/codeEditorModel/index.d.ts +0 -93
  147. package/dist/lib/components/list-page-layout/src/components/common/add-modal/add-modal.vue.d.ts +0 -21
@@ -0,0 +1,675 @@
1
+ import type { ObjectMap } from '../../../list-page-layout';
2
+ import type { Form } from '../audit-modal-type';
3
+ import type { DefineComponent, PropType, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
4
+ import qqtApi from '@qqt-product/api';
5
+ import type { VxeColumnSlotTypes, VxeTableDataRow, SlotVNodeType, VxeColumnPropTypes, VxeTablePropTypes, VxeTooltipPropTypes, VxeTableDefines, VxeGridProps } from 'vxe-table';
6
+ declare const _sfc_main: DefineComponent<{
7
+ visible: {
8
+ type: BooleanConstructor;
9
+ default: boolean;
10
+ };
11
+ currentRow: {
12
+ type: PropType<any>;
13
+ default(): {};
14
+ };
15
+ title: {
16
+ type: StringConstructor;
17
+ default: string;
18
+ };
19
+ businessType: {
20
+ type: StringConstructor;
21
+ default: string;
22
+ };
23
+ token: {
24
+ type: StringConstructor;
25
+ default: string;
26
+ };
27
+ busAccount: {
28
+ type: StringConstructor;
29
+ default: string;
30
+ };
31
+ form: {
32
+ type: PropType<Form[]>;
33
+ default: () => never[];
34
+ };
35
+ width: {
36
+ type: StringConstructor;
37
+ default: string;
38
+ };
39
+ taskAction: {
40
+ type: StringConstructor;
41
+ default: string;
42
+ };
43
+ needFlow: {
44
+ type: StringConstructor;
45
+ default: string;
46
+ };
47
+ flowIframeUrl: {
48
+ type: StringConstructor;
49
+ default: string;
50
+ };
51
+ 'onUpdate:visible': {
52
+ type: PropType<((value: string) => void) | ((value: string) => void)[]>;
53
+ default: unknown;
54
+ };
55
+ }, {
56
+ props: any;
57
+ emit: (event: "update:visible" | "ok" | "cancel", ...args: any[]) => void;
58
+ confirmLoading: Ref<boolean>;
59
+ title: Ref<string>;
60
+ visible: Ref<boolean>;
61
+ handleCancel: () => void;
62
+ submit: () => void;
63
+ customLoading: Ref<boolean>;
64
+ srmI18n: (i18nKey: string, defaultValue: string, account?: string | number) => string;
65
+ tableData: Ref<{
66
+ children?: any[] | undefined;
67
+ slots?: {
68
+ title?: string | ((params: VxeColumnSlotTypes.HeaderSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
69
+ radio?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
70
+ checkbox?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
71
+ default?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
72
+ header?: string | ((params: VxeColumnSlotTypes.HeaderSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
73
+ footer?: string | ((params: VxeColumnSlotTypes.FooterSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
74
+ content?: string | ((params: VxeColumnSlotTypes.ContentSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
75
+ filter?: string | ((params: VxeColumnSlotTypes.FilterSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
76
+ edit?: string | ((params: VxeColumnSlotTypes.EditSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
77
+ icon?: string | ((params: VxeColumnSlotTypes.IconSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
78
+ } | undefined;
79
+ colId?: VxeColumnPropTypes.ColId | undefined;
80
+ type?: VxeColumnPropTypes.Type | undefined;
81
+ field?: string | undefined;
82
+ title?: string | undefined;
83
+ width?: VxeColumnPropTypes.Width | undefined;
84
+ minWidth?: VxeColumnPropTypes.MinWidth | undefined;
85
+ maxWidth?: VxeColumnPropTypes.MaxWidth | undefined;
86
+ resizable?: boolean | undefined;
87
+ fixed?: VxeColumnPropTypes.Fixed | undefined;
88
+ align?: VxeColumnPropTypes.Align | undefined;
89
+ headerAlign?: VxeColumnPropTypes.Align | undefined;
90
+ footerAlign?: VxeColumnPropTypes.Align | undefined;
91
+ showOverflow?: VxeTablePropTypes.ShowOverflow | undefined;
92
+ showHeaderOverflow?: VxeTablePropTypes.ShowOverflow | undefined;
93
+ showFooterOverflow?: VxeTablePropTypes.ShowOverflow | undefined;
94
+ className?: VxeColumnPropTypes.ClassName<VxeTableDataRow> | undefined;
95
+ headerClassName?: VxeColumnPropTypes.HeaderClassName<VxeTableDataRow> | undefined;
96
+ footerClassName?: VxeColumnPropTypes.FooterClassName<VxeTableDataRow> | undefined;
97
+ formatter?: VxeColumnPropTypes.Formatter<VxeTableDataRow> | undefined;
98
+ sortable?: boolean | undefined;
99
+ sortBy?: VxeColumnPropTypes.SortBy<VxeTableDataRow> | undefined;
100
+ sortType?: VxeColumnPropTypes.SortType | undefined;
101
+ filters?: {
102
+ label?: string | number | undefined;
103
+ value?: any;
104
+ data?: any;
105
+ resetValue?: any;
106
+ checked?: boolean | undefined;
107
+ }[] | undefined;
108
+ filterMultiple?: boolean | undefined;
109
+ filterMethod?: VxeColumnPropTypes.FilterMethod<VxeTableDataRow> | undefined;
110
+ filterRender?: {
111
+ options?: any[] | undefined;
112
+ optionProps?: {
113
+ value?: string | undefined;
114
+ label?: string | undefined;
115
+ key?: string | undefined;
116
+ } | undefined;
117
+ optionGroups?: any[] | undefined;
118
+ optionGroupProps?: {
119
+ options?: string | undefined;
120
+ label?: string | undefined;
121
+ key?: string | undefined;
122
+ } | undefined;
123
+ content?: string | undefined;
124
+ name?: string | undefined;
125
+ props?: {
126
+ [key: string]: any;
127
+ } | undefined;
128
+ attrs?: {
129
+ [key: string]: any;
130
+ } | undefined;
131
+ events?: {
132
+ [key: string]: (...args: any[]) => any;
133
+ } | undefined;
134
+ children?: any[] | undefined;
135
+ cellType?: "string" | "number" | undefined;
136
+ } | undefined;
137
+ treeNode?: boolean | undefined;
138
+ visible?: boolean | undefined;
139
+ exportMethod?: VxeColumnPropTypes.ExportMethod<VxeTableDataRow> | undefined;
140
+ footerExportMethod?: VxeColumnPropTypes.FooterExportMethod<VxeTableDataRow> | undefined;
141
+ titleHelp?: {
142
+ useHTML?: boolean | undefined;
143
+ content?: VxeTooltipPropTypes.Content | undefined;
144
+ enterable?: boolean | undefined;
145
+ theme?: string | undefined;
146
+ icon?: string | undefined;
147
+ message?: string | undefined;
148
+ } | undefined;
149
+ titlePrefix?: {
150
+ useHTML?: boolean | undefined;
151
+ content?: VxeTooltipPropTypes.Content | undefined;
152
+ enterable?: boolean | undefined;
153
+ theme?: string | undefined;
154
+ icon?: string | undefined;
155
+ message?: string | undefined;
156
+ } | undefined;
157
+ cellType?: VxeColumnPropTypes.CellType | undefined;
158
+ cellRender?: {
159
+ events?: {
160
+ [key: string]: (cellParams: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>, ...args: any[]) => any;
161
+ } | undefined;
162
+ options?: any[] | undefined;
163
+ optionProps?: {
164
+ value?: string | undefined;
165
+ label?: string | undefined;
166
+ key?: string | undefined;
167
+ } | undefined;
168
+ optionGroups?: any[] | undefined;
169
+ optionGroupProps?: {
170
+ options?: string | undefined;
171
+ label?: string | undefined;
172
+ key?: string | undefined;
173
+ } | undefined;
174
+ content?: string | undefined;
175
+ name?: string | undefined;
176
+ props?: {
177
+ [key: string]: any;
178
+ } | undefined;
179
+ attrs?: {
180
+ [key: string]: any;
181
+ } | undefined;
182
+ children?: any[] | undefined;
183
+ cellType?: "string" | "number" | undefined;
184
+ } | undefined;
185
+ editRender?: {
186
+ events?: {
187
+ [key: string]: (cellParams: VxeColumnSlotTypes.EditSlotParams<VxeTableDataRow>, ...args: any[]) => any;
188
+ } | undefined;
189
+ enabled?: boolean | undefined;
190
+ options?: any[] | undefined;
191
+ optionProps?: {
192
+ value?: string | undefined;
193
+ label?: string | undefined;
194
+ key?: string | undefined;
195
+ } | undefined;
196
+ optionGroups?: any[] | undefined;
197
+ optionGroupProps?: {
198
+ options?: string | undefined;
199
+ label?: string | undefined;
200
+ key?: string | undefined;
201
+ } | undefined;
202
+ autofocus?: string | undefined;
203
+ autoselect?: boolean | undefined;
204
+ defaultValue?: string | number | object | any[] | ((params: {
205
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
206
+ }) => any) | {
207
+ exec: (string: string) => RegExpExecArray | null;
208
+ test: (string: string) => boolean;
209
+ readonly source: string;
210
+ readonly global: boolean;
211
+ readonly ignoreCase: boolean;
212
+ readonly multiline: boolean;
213
+ lastIndex: number;
214
+ compile: (pattern: string, flags?: string | undefined) => RegExp;
215
+ readonly flags: string;
216
+ readonly sticky: boolean;
217
+ readonly unicode: boolean;
218
+ readonly dotAll: boolean;
219
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
220
+ [Symbol.replace]: {
221
+ (string: string, replaceValue: string): string;
222
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
223
+ };
224
+ [Symbol.search]: (string: string) => number;
225
+ [Symbol.split]: (string: string, limit?: number | undefined) => string[];
226
+ [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
227
+ } | {
228
+ toString: () => string;
229
+ toDateString: () => string;
230
+ toTimeString: () => string;
231
+ toLocaleString: {
232
+ (): string;
233
+ (locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): string;
234
+ (locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions | undefined): string;
235
+ };
236
+ toLocaleDateString: {
237
+ (): string;
238
+ (locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): string;
239
+ (locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions | undefined): string;
240
+ };
241
+ toLocaleTimeString: {
242
+ (): string;
243
+ (locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): string;
244
+ (locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions | undefined): string;
245
+ };
246
+ valueOf: () => number;
247
+ getTime: () => number;
248
+ getFullYear: () => number;
249
+ getUTCFullYear: () => number;
250
+ getMonth: () => number;
251
+ getUTCMonth: () => number;
252
+ getDate: () => number;
253
+ getUTCDate: () => number;
254
+ getDay: () => number;
255
+ getUTCDay: () => number;
256
+ getHours: () => number;
257
+ getUTCHours: () => number;
258
+ getMinutes: () => number;
259
+ getUTCMinutes: () => number;
260
+ getSeconds: () => number;
261
+ getUTCSeconds: () => number;
262
+ getMilliseconds: () => number;
263
+ getUTCMilliseconds: () => number;
264
+ getTimezoneOffset: () => number;
265
+ setTime: (time: number) => number;
266
+ setMilliseconds: (ms: number) => number;
267
+ setUTCMilliseconds: (ms: number) => number;
268
+ setSeconds: (sec: number, ms?: number | undefined) => number;
269
+ setUTCSeconds: (sec: number, ms?: number | undefined) => number;
270
+ setMinutes: (min: number, sec?: number | undefined, ms?: number | undefined) => number;
271
+ setUTCMinutes: (min: number, sec?: number | undefined, ms?: number | undefined) => number;
272
+ setHours: (hours: number, min?: number | undefined, sec?: number | undefined, ms?: number | undefined) => number;
273
+ setUTCHours: (hours: number, min?: number | undefined, sec?: number | undefined, ms?: number | undefined) => number;
274
+ setDate: (date: number) => number;
275
+ setUTCDate: (date: number) => number;
276
+ setMonth: (month: number, date?: number | undefined) => number;
277
+ setUTCMonth: (month: number, date?: number | undefined) => number;
278
+ setFullYear: (year: number, month?: number | undefined, date?: number | undefined) => number;
279
+ setUTCFullYear: (year: number, month?: number | undefined, date?: number | undefined) => number;
280
+ toUTCString: () => string;
281
+ toISOString: () => string;
282
+ toJSON: (key?: any) => string;
283
+ [Symbol.toPrimitive]: {
284
+ (hint: "default"): string;
285
+ (hint: "string"): string;
286
+ (hint: "number"): number;
287
+ (hint: string): string | number;
288
+ };
289
+ } | null | undefined;
290
+ immediate?: boolean | undefined;
291
+ content?: string | undefined;
292
+ placeholder?: string | undefined;
293
+ name?: string | undefined;
294
+ props?: {
295
+ [key: string]: any;
296
+ } | undefined;
297
+ attrs?: {
298
+ [key: string]: any;
299
+ } | undefined;
300
+ children?: any[] | undefined;
301
+ cellType?: "string" | "number" | undefined;
302
+ } | undefined;
303
+ contentRender?: {
304
+ options?: any[] | undefined;
305
+ optionProps?: {
306
+ value?: string | undefined;
307
+ label?: string | undefined;
308
+ key?: string | undefined;
309
+ } | undefined;
310
+ optionGroups?: any[] | undefined;
311
+ optionGroupProps?: {
312
+ options?: string | undefined;
313
+ label?: string | undefined;
314
+ key?: string | undefined;
315
+ } | undefined;
316
+ name?: string | undefined;
317
+ props?: {
318
+ [key: string]: any;
319
+ } | undefined;
320
+ attrs?: {
321
+ [key: string]: any;
322
+ } | undefined;
323
+ events?: {
324
+ [key: string]: (...args: any[]) => any;
325
+ } | undefined;
326
+ children?: any[] | undefined;
327
+ cellType?: "string" | "number" | undefined;
328
+ } | undefined;
329
+ params?: any;
330
+ }[]>;
331
+ Request: qqtApi.Request;
332
+ gridConfig: VxeGridProps<VxeTableDataRow>;
333
+ getHistoryTableData: () => void;
334
+ allBack: () => void;
335
+ useHistorySlots: () => {
336
+ default: ({ row }: {
337
+ row: ObjectMap;
338
+ }) => JSX.Element[];
339
+ };
340
+ setFlowIframeUrl: (id?: string | undefined) => void;
341
+ flowIframeUrl: Ref<any>;
342
+ tableColumns: {
343
+ children?: any[] | undefined;
344
+ slots?: {
345
+ title?: string | ((params: VxeColumnSlotTypes.HeaderSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
346
+ radio?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
347
+ checkbox?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
348
+ default?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
349
+ header?: string | ((params: VxeColumnSlotTypes.HeaderSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
350
+ footer?: string | ((params: VxeColumnSlotTypes.FooterSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
351
+ content?: string | ((params: VxeColumnSlotTypes.ContentSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
352
+ filter?: string | ((params: VxeColumnSlotTypes.FilterSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
353
+ edit?: string | ((params: VxeColumnSlotTypes.EditSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
354
+ icon?: string | ((params: VxeColumnSlotTypes.IconSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
355
+ } | undefined;
356
+ colId?: VxeColumnPropTypes.ColId | undefined;
357
+ type?: VxeColumnPropTypes.Type | undefined;
358
+ field?: string | undefined;
359
+ title?: string | undefined;
360
+ width?: VxeColumnPropTypes.Width | undefined;
361
+ minWidth?: VxeColumnPropTypes.MinWidth | undefined;
362
+ maxWidth?: VxeColumnPropTypes.MaxWidth | undefined;
363
+ resizable?: boolean | undefined;
364
+ fixed?: VxeColumnPropTypes.Fixed | undefined;
365
+ align?: VxeColumnPropTypes.Align | undefined;
366
+ headerAlign?: VxeColumnPropTypes.Align | undefined;
367
+ footerAlign?: VxeColumnPropTypes.Align | undefined;
368
+ showOverflow?: VxeTablePropTypes.ShowOverflow | undefined;
369
+ showHeaderOverflow?: VxeTablePropTypes.ShowOverflow | undefined;
370
+ showFooterOverflow?: VxeTablePropTypes.ShowOverflow | undefined;
371
+ className?: VxeColumnPropTypes.ClassName<VxeTableDataRow> | undefined;
372
+ headerClassName?: VxeColumnPropTypes.HeaderClassName<VxeTableDataRow> | undefined;
373
+ footerClassName?: VxeColumnPropTypes.FooterClassName<VxeTableDataRow> | undefined;
374
+ formatter?: VxeColumnPropTypes.Formatter<VxeTableDataRow> | undefined;
375
+ sortable?: boolean | undefined;
376
+ sortBy?: VxeColumnPropTypes.SortBy<VxeTableDataRow> | undefined;
377
+ sortType?: VxeColumnPropTypes.SortType | undefined;
378
+ filters?: {
379
+ label?: string | number | undefined;
380
+ value?: any;
381
+ data?: any;
382
+ resetValue?: any;
383
+ checked?: boolean | undefined;
384
+ }[] | undefined;
385
+ filterMultiple?: boolean | undefined;
386
+ filterMethod?: VxeColumnPropTypes.FilterMethod<VxeTableDataRow> | undefined;
387
+ filterRender?: {
388
+ options?: any[] | undefined;
389
+ optionProps?: {
390
+ value?: string | undefined;
391
+ label?: string | undefined;
392
+ key?: string | undefined;
393
+ } | undefined;
394
+ optionGroups?: any[] | undefined;
395
+ optionGroupProps?: {
396
+ options?: string | undefined;
397
+ label?: string | undefined;
398
+ key?: string | undefined;
399
+ } | undefined;
400
+ content?: string | undefined;
401
+ name?: string | undefined;
402
+ props?: {
403
+ [key: string]: any;
404
+ } | undefined;
405
+ attrs?: {
406
+ [key: string]: any;
407
+ } | undefined;
408
+ events?: {
409
+ [key: string]: (...args: any[]) => any;
410
+ } | undefined;
411
+ children?: any[] | undefined;
412
+ cellType?: "string" | "number" | undefined;
413
+ } | undefined;
414
+ treeNode?: boolean | undefined;
415
+ visible?: boolean | undefined;
416
+ exportMethod?: VxeColumnPropTypes.ExportMethod<VxeTableDataRow> | undefined;
417
+ footerExportMethod?: VxeColumnPropTypes.FooterExportMethod<VxeTableDataRow> | undefined;
418
+ titleHelp?: {
419
+ useHTML?: boolean | undefined;
420
+ content?: VxeTooltipPropTypes.Content | undefined;
421
+ enterable?: boolean | undefined;
422
+ theme?: string | undefined;
423
+ icon?: string | undefined;
424
+ message?: string | undefined;
425
+ } | undefined;
426
+ titlePrefix?: {
427
+ useHTML?: boolean | undefined;
428
+ content?: VxeTooltipPropTypes.Content | undefined;
429
+ enterable?: boolean | undefined;
430
+ theme?: string | undefined;
431
+ icon?: string | undefined;
432
+ message?: string | undefined;
433
+ } | undefined;
434
+ cellType?: VxeColumnPropTypes.CellType | undefined;
435
+ cellRender?: {
436
+ events?: {
437
+ [key: string]: (cellParams: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>, ...args: any[]) => any;
438
+ } | undefined;
439
+ options?: any[] | undefined;
440
+ optionProps?: {
441
+ value?: string | undefined;
442
+ label?: string | undefined;
443
+ key?: string | undefined;
444
+ } | undefined;
445
+ optionGroups?: any[] | undefined;
446
+ optionGroupProps?: {
447
+ options?: string | undefined;
448
+ label?: string | undefined;
449
+ key?: string | undefined;
450
+ } | undefined;
451
+ content?: string | undefined;
452
+ name?: string | undefined;
453
+ props?: {
454
+ [key: string]: any;
455
+ } | undefined;
456
+ attrs?: {
457
+ [key: string]: any;
458
+ } | undefined;
459
+ children?: any[] | undefined;
460
+ cellType?: "string" | "number" | undefined;
461
+ } | undefined;
462
+ editRender?: {
463
+ events?: {
464
+ [key: string]: (cellParams: VxeColumnSlotTypes.EditSlotParams<VxeTableDataRow>, ...args: any[]) => any;
465
+ } | undefined;
466
+ enabled?: boolean | undefined;
467
+ options?: any[] | undefined;
468
+ optionProps?: {
469
+ value?: string | undefined;
470
+ label?: string | undefined;
471
+ key?: string | undefined;
472
+ } | undefined;
473
+ optionGroups?: any[] | undefined;
474
+ optionGroupProps?: {
475
+ options?: string | undefined;
476
+ label?: string | undefined;
477
+ key?: string | undefined;
478
+ } | undefined;
479
+ autofocus?: string | undefined;
480
+ autoselect?: boolean | undefined;
481
+ defaultValue?: string | number | object | any[] | ((params: {
482
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
483
+ }) => any) | {
484
+ exec: (string: string) => RegExpExecArray | null;
485
+ test: (string: string) => boolean;
486
+ readonly source: string;
487
+ readonly global: boolean;
488
+ readonly ignoreCase: boolean;
489
+ readonly multiline: boolean;
490
+ lastIndex: number;
491
+ compile: (pattern: string, flags?: string | undefined) => RegExp;
492
+ readonly flags: string;
493
+ readonly sticky: boolean;
494
+ readonly unicode: boolean;
495
+ readonly dotAll: boolean;
496
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
497
+ [Symbol.replace]: {
498
+ (string: string, replaceValue: string): string;
499
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
500
+ };
501
+ [Symbol.search]: (string: string) => number;
502
+ [Symbol.split]: (string: string, limit?: number | undefined) => string[];
503
+ [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
504
+ } | {
505
+ toString: () => string;
506
+ toDateString: () => string;
507
+ toTimeString: () => string;
508
+ toLocaleString: {
509
+ (): string;
510
+ (locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): string;
511
+ (locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions | undefined): string;
512
+ };
513
+ toLocaleDateString: {
514
+ (): string;
515
+ (locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): string;
516
+ (locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions | undefined): string;
517
+ };
518
+ toLocaleTimeString: {
519
+ (): string;
520
+ (locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): string;
521
+ (locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions | undefined): string;
522
+ };
523
+ valueOf: () => number;
524
+ getTime: () => number;
525
+ getFullYear: () => number;
526
+ getUTCFullYear: () => number;
527
+ getMonth: () => number;
528
+ getUTCMonth: () => number;
529
+ getDate: () => number;
530
+ getUTCDate: () => number;
531
+ getDay: () => number;
532
+ getUTCDay: () => number;
533
+ getHours: () => number;
534
+ getUTCHours: () => number;
535
+ getMinutes: () => number;
536
+ getUTCMinutes: () => number;
537
+ getSeconds: () => number;
538
+ getUTCSeconds: () => number;
539
+ getMilliseconds: () => number;
540
+ getUTCMilliseconds: () => number;
541
+ getTimezoneOffset: () => number;
542
+ setTime: (time: number) => number;
543
+ setMilliseconds: (ms: number) => number;
544
+ setUTCMilliseconds: (ms: number) => number;
545
+ setSeconds: (sec: number, ms?: number | undefined) => number;
546
+ setUTCSeconds: (sec: number, ms?: number | undefined) => number;
547
+ setMinutes: (min: number, sec?: number | undefined, ms?: number | undefined) => number;
548
+ setUTCMinutes: (min: number, sec?: number | undefined, ms?: number | undefined) => number;
549
+ setHours: (hours: number, min?: number | undefined, sec?: number | undefined, ms?: number | undefined) => number;
550
+ setUTCHours: (hours: number, min?: number | undefined, sec?: number | undefined, ms?: number | undefined) => number;
551
+ setDate: (date: number) => number;
552
+ setUTCDate: (date: number) => number;
553
+ setMonth: (month: number, date?: number | undefined) => number;
554
+ setUTCMonth: (month: number, date?: number | undefined) => number;
555
+ setFullYear: (year: number, month?: number | undefined, date?: number | undefined) => number;
556
+ setUTCFullYear: (year: number, month?: number | undefined, date?: number | undefined) => number;
557
+ toUTCString: () => string;
558
+ toISOString: () => string;
559
+ toJSON: (key?: any) => string;
560
+ [Symbol.toPrimitive]: {
561
+ (hint: "default"): string;
562
+ (hint: "string"): string;
563
+ (hint: "number"): number;
564
+ (hint: string): string | number;
565
+ };
566
+ } | null | undefined;
567
+ immediate?: boolean | undefined;
568
+ content?: string | undefined;
569
+ placeholder?: string | undefined;
570
+ name?: string | undefined;
571
+ props?: {
572
+ [key: string]: any;
573
+ } | undefined;
574
+ attrs?: {
575
+ [key: string]: any;
576
+ } | undefined;
577
+ children?: any[] | undefined;
578
+ cellType?: "string" | "number" | undefined;
579
+ } | undefined;
580
+ contentRender?: {
581
+ options?: any[] | undefined;
582
+ optionProps?: {
583
+ value?: string | undefined;
584
+ label?: string | undefined;
585
+ key?: string | undefined;
586
+ } | undefined;
587
+ optionGroups?: any[] | undefined;
588
+ optionGroupProps?: {
589
+ options?: string | undefined;
590
+ label?: string | undefined;
591
+ key?: string | undefined;
592
+ } | undefined;
593
+ name?: string | undefined;
594
+ props?: {
595
+ [key: string]: any;
596
+ } | undefined;
597
+ attrs?: {
598
+ [key: string]: any;
599
+ } | undefined;
600
+ events?: {
601
+ [key: string]: (...args: any[]) => any;
602
+ } | undefined;
603
+ children?: any[] | undefined;
604
+ cellType?: "string" | "number" | undefined;
605
+ } | undefined;
606
+ params?: any;
607
+ }[];
608
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("update:visible" | "ok" | "cancel")[], "update:visible" | "ok" | "cancel", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
609
+ visible: {
610
+ type: BooleanConstructor;
611
+ default: boolean;
612
+ };
613
+ currentRow: {
614
+ type: PropType<any>;
615
+ default(): {};
616
+ };
617
+ title: {
618
+ type: StringConstructor;
619
+ default: string;
620
+ };
621
+ businessType: {
622
+ type: StringConstructor;
623
+ default: string;
624
+ };
625
+ token: {
626
+ type: StringConstructor;
627
+ default: string;
628
+ };
629
+ busAccount: {
630
+ type: StringConstructor;
631
+ default: string;
632
+ };
633
+ form: {
634
+ type: PropType<Form[]>;
635
+ default: () => never[];
636
+ };
637
+ width: {
638
+ type: StringConstructor;
639
+ default: string;
640
+ };
641
+ taskAction: {
642
+ type: StringConstructor;
643
+ default: string;
644
+ };
645
+ needFlow: {
646
+ type: StringConstructor;
647
+ default: string;
648
+ };
649
+ flowIframeUrl: {
650
+ type: StringConstructor;
651
+ default: string;
652
+ };
653
+ 'onUpdate:visible': {
654
+ type: PropType<((value: string) => void) | ((value: string) => void)[]>;
655
+ default: unknown;
656
+ };
657
+ }>> & {
658
+ "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
659
+ onOk?: ((...args: any[]) => any) | undefined;
660
+ onCancel?: ((...args: any[]) => any) | undefined;
661
+ }, {
662
+ title: string;
663
+ 'onUpdate:visible': ((value: string) => void) | ((value: string) => void)[];
664
+ visible: boolean;
665
+ currentRow: any;
666
+ businessType: string;
667
+ token: string;
668
+ busAccount: string;
669
+ form: Form[];
670
+ width: string;
671
+ taskAction: string;
672
+ needFlow: string;
673
+ flowIframeUrl: string;
674
+ }, {}>;
675
+ export default _sfc_main;