cnhis-design-vue 3.1.21-beta.1 → 3.1.21-beta.10

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 (130) hide show
  1. package/README.md +123 -123
  2. package/es/components/big-table/index.d.ts +12 -10
  3. package/es/components/big-table/src/BigTable.vue.d.ts +12 -10
  4. package/es/components/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.js +24 -16
  5. package/es/components/big-table/src/bigTableProps.d.ts +1 -1
  6. package/es/components/big-table/src/components/edit-form/edit-input.js +15 -7
  7. package/es/components/big-table/src/hooks/useEdit.d.ts +2 -1
  8. package/es/components/big-table/src/hooks/useEdit2.js +3 -2
  9. package/es/components/big-table/src/hooks/useFormat.d.ts +3 -1
  10. package/es/components/big-table/src/hooks/useFormat2.js +11 -2
  11. package/es/components/fabric-chart/src/components/PopupMenu.js +9 -2
  12. package/es/components/fabric-chart/src/hooks/useCenter2.js +21 -20
  13. package/es/components/fabric-chart/src/hooks/useLeft2.js +4 -3
  14. package/es/components/form-config/index.d.ts +1 -0
  15. package/es/components/form-config/src/FormConfig.vue.d.ts +1 -0
  16. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +1 -0
  17. package/es/components/form-render/index2.js +4 -5
  18. package/es/components/form-render/src/FormRender.js +3 -3
  19. package/es/components/form-render/src/components/renderer/cascader.js +3 -4
  20. package/es/components/form-render/src/components/renderer/checkbox.js +2 -5
  21. package/es/components/form-render/src/components/renderer/combination.js +2 -4
  22. package/es/components/form-render/src/components/renderer/complex.js +1 -4
  23. package/es/components/form-render/src/components/renderer/date.js +12 -3
  24. package/es/components/form-render/src/components/renderer/formItem.js +1 -4
  25. package/es/components/form-render/src/components/renderer/radio.js +1 -3
  26. package/es/components/form-render/src/components/renderer/search.js +11 -17
  27. package/es/components/form-render/src/components/renderer/select.js +13 -19
  28. package/es/components/form-render/src/components/renderer/switch.js +2 -5
  29. package/es/components/form-render/src/components/renderer/textarea.js +2 -5
  30. package/es/components/form-render/src/hooks/useAnchor2.js +1 -3
  31. package/es/components/form-render/src/hooks/useBusinessBinding2.js +1 -3
  32. package/es/components/form-render/src/hooks/useChangeContext.d.ts +3 -5
  33. package/es/components/form-render/src/hooks/useChangeContext2.js +2 -2
  34. package/es/components/form-render/src/hooks/useFormItemDeps2.js +1 -4
  35. package/es/components/{form-table → form-render}/src/hooks/useNuiThemeOverrides.d.ts +0 -0
  36. package/es/components/{form-table → form-render}/src/hooks/useNuiThemeOverrides.js +0 -0
  37. package/es/components/{form-table → form-render}/src/hooks/useNuiThemeOverrides2.js +0 -0
  38. package/es/components/form-render/src/hooks/usePresetScope2.js +1 -4
  39. package/es/components/form-render/src/types/fieldItem.d.ts +1 -0
  40. package/es/components/form-render/src/utils/index.d.ts +4 -1
  41. package/es/components/form-render/src/utils/index.js +27 -1
  42. package/es/components/index.d.ts +1 -2
  43. package/es/components/index.js +0 -1
  44. package/es/components/index2.js +0 -3
  45. package/es/components/info-header/index.d.ts +31 -8
  46. package/es/components/info-header/src/HiddenContent.vue.d.ts +2 -2
  47. package/es/components/info-header/src/InfoEllipsis.vue.d.ts +1 -1
  48. package/es/components/info-header/src/InfoHeader.js +9 -10
  49. package/es/components/info-header/src/InfoHeader.vue.d.ts +32 -8
  50. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +1 -1
  51. package/es/components/shortcut-setter/index.d.ts +1 -0
  52. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +1 -0
  53. package/es/components/steps-wheel/index.d.ts +1 -1
  54. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +1 -1
  55. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +1 -1
  56. package/package.json +2 -2
  57. package/es/components/big-table/src/components/edit-form/useCommon.d.ts +0 -4
  58. package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  59. package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
  60. package/es/components/bpmn-workflow/types/ModelingModule.d.ts +0 -1
  61. package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
  62. package/es/components/fabric-chart/src/utils/index.d.ts +0 -6823
  63. package/es/components/form-table/index.d.ts +0 -4019
  64. package/es/components/form-table/index.js +0 -1
  65. package/es/components/form-table/index2.js +0 -10
  66. package/es/components/form-table/src/FormTable.js +0 -474
  67. package/es/components/form-table/src/FormTable.vue.d.ts +0 -4019
  68. package/es/components/form-table/src/components/index.d.ts +0 -3778
  69. package/es/components/form-table/src/components/index.js +0 -1
  70. package/es/components/form-table/src/components/index2.js +0 -40
  71. package/es/components/form-table/src/components/table-age.js +0 -235
  72. package/es/components/form-table/src/components/table-age.vue.d.ts +0 -318
  73. package/es/components/form-table/src/components/table-date-picker.js +0 -179
  74. package/es/components/form-table/src/components/table-date-picker.vue.d.ts +0 -250
  75. package/es/components/form-table/src/components/table-digital.js +0 -141
  76. package/es/components/form-table/src/components/table-digital.vue.d.ts +0 -261
  77. package/es/components/form-table/src/components/table-input-password.js +0 -141
  78. package/es/components/form-table/src/components/table-input-password.vue.d.ts +0 -304
  79. package/es/components/form-table/src/components/table-input.js +0 -127
  80. package/es/components/form-table/src/components/table-input.vue.d.ts +0 -261
  81. package/es/components/form-table/src/components/table-month-picker.js +0 -104
  82. package/es/components/form-table/src/components/table-month-picker.vue.d.ts +0 -193
  83. package/es/components/form-table/src/components/table-search-more.js +0 -6
  84. package/es/components/form-table/src/components/table-search-more.vue.d.ts +0 -392
  85. package/es/components/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.js +0 -276
  86. package/es/components/form-table/src/components/table-search.js +0 -6
  87. package/es/components/form-table/src/components/table-search.vue.d.ts +0 -386
  88. package/es/components/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.js +0 -276
  89. package/es/components/form-table/src/components/table-select-multiple.js +0 -164
  90. package/es/components/form-table/src/components/table-select-multiple.vue.d.ts +0 -235
  91. package/es/components/form-table/src/components/table-select.js +0 -159
  92. package/es/components/form-table/src/components/table-select.vue.d.ts +0 -234
  93. package/es/components/form-table/src/components/table-textarea.js +0 -157
  94. package/es/components/form-table/src/components/table-textarea.vue.d.ts +0 -320
  95. package/es/components/form-table/src/components/table-time-picker.js +0 -150
  96. package/es/components/form-table/src/components/table-time-picker.vue.d.ts +0 -246
  97. package/es/components/form-table/src/components/table-tree-select.js +0 -285
  98. package/es/components/form-table/src/components/table-tree-select.vue.d.ts +0 -349
  99. package/es/components/form-table/src/components/text-over-tooltip.js +0 -64
  100. package/es/components/form-table/src/components/text-over-tooltip.vue.d.ts +0 -70
  101. package/es/components/form-table/src/configs/index.d.ts +0 -35
  102. package/es/components/form-table/src/configs/index.js +0 -1
  103. package/es/components/form-table/src/configs/index2.js +0 -67
  104. package/es/components/form-table/src/hooks/index.d.ts +0 -5
  105. package/es/components/form-table/src/hooks/index.js +0 -5
  106. package/es/components/form-table/src/hooks/useBoundDate.d.ts +0 -21
  107. package/es/components/form-table/src/hooks/useBoundDate.js +0 -1
  108. package/es/components/form-table/src/hooks/useBoundDate2.js +0 -414
  109. package/es/components/form-table/src/hooks/useDateType.d.ts +0 -17
  110. package/es/components/form-table/src/hooks/useDateType.js +0 -1
  111. package/es/components/form-table/src/hooks/useDateType2.js +0 -160
  112. package/es/components/form-table/src/hooks/useFormCommon.d.ts +0 -14
  113. package/es/components/form-table/src/hooks/useFormCommon.js +0 -1
  114. package/es/components/form-table/src/hooks/useFormCommon2.js +0 -101
  115. package/es/components/form-table/src/hooks/useFormEvent.d.ts +0 -9
  116. package/es/components/form-table/src/hooks/useFormEvent.js +0 -1
  117. package/es/components/form-table/src/hooks/useFormEvent2.js +0 -68
  118. package/es/components/form-table/src/hooks/useItemDefault.d.ts +0 -53
  119. package/es/components/form-table/src/hooks/useItemDefault.js +0 -1
  120. package/es/components/form-table/src/hooks/useItemDefault2.js +0 -218
  121. package/es/components/form-table/src/hooks/useSearch.d.ts +0 -165
  122. package/es/components/form-table/src/hooks/useSearch.js +0 -1
  123. package/es/components/form-table/src/hooks/useSearch2.js +0 -1154
  124. package/es/components/form-table/src/hooks/useValidate.d.ts +0 -24
  125. package/es/components/form-table/src/hooks/useValidate.js +0 -1
  126. package/es/components/form-table/src/hooks/useValidate2.js +0 -480
  127. package/es/components/form-table/src/types/index.d.ts +0 -11
  128. package/es/components/form-table/src/types/index.js +0 -1
  129. package/es/components/form-table/style/index.css +0 -1
  130. package/es/shared/utils/tapable/index.d.ts +0 -139
@@ -1,3778 +0,0 @@
1
- import { AnyObject } from '../../../../../es/shared/types';
2
- export declare function useComponents(): {
3
- cmps: {
4
- tableAge: import("vue").DefineComponent<{
5
- mainForm: {
6
- type: import("../types").PropObject;
7
- default: () => {};
8
- };
9
- userInfo: {
10
- type: import("../types").PropObject;
11
- default: () => {};
12
- };
13
- styleSetting: {
14
- type: import("../types").PropObject;
15
- default: () => {};
16
- };
17
- defaultValue: {
18
- type: import("../types").PropObject;
19
- default: () => {};
20
- };
21
- dbParams: {
22
- type: import("vue").PropType<AnyObject>;
23
- };
24
- row: {
25
- type: import("../types").PropObject;
26
- default: () => {};
27
- };
28
- item: {
29
- type: import("../types").PropObject;
30
- default: () => {
31
- _own: {};
32
- };
33
- };
34
- defaultFieldList: {
35
- type: import("vue").PropType<any[]>;
36
- default: () => never[];
37
- };
38
- cacheUniqueKey: {
39
- type: import("../types").PropObject;
40
- default: () => {
41
- _own: {};
42
- };
43
- };
44
- params_formId: (NumberConstructor | StringConstructor)[];
45
- formType: {
46
- type: import("../types").PropObject;
47
- default: () => {
48
- _own: {};
49
- };
50
- };
51
- isDetail: {
52
- type: BooleanConstructor;
53
- default: boolean;
54
- };
55
- handleFormTableValue: import("vue").PropType<import("../../../../../es/shared/types").Func<any[], any>>;
56
- }, {
57
- $message: import("naive-ui").MessageApi;
58
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
59
- mainForm: {
60
- type: import("../types").PropObject;
61
- default: () => {};
62
- };
63
- userInfo: {
64
- type: import("../types").PropObject;
65
- default: () => {};
66
- };
67
- styleSetting: {
68
- type: import("../types").PropObject;
69
- default: () => {};
70
- };
71
- defaultValue: {
72
- type: import("../types").PropObject;
73
- default: () => {};
74
- };
75
- dbParams: {
76
- type: import("vue").PropType<AnyObject>;
77
- };
78
- row: {
79
- type: import("../types").PropObject;
80
- default: () => {};
81
- };
82
- item: {
83
- type: import("../types").PropObject;
84
- default: () => {
85
- _own: {};
86
- };
87
- };
88
- defaultFieldList: {
89
- type: import("vue").PropType<any[]>;
90
- default: () => never[];
91
- };
92
- cacheUniqueKey: {
93
- type: import("../types").PropObject;
94
- default: () => {
95
- _own: {};
96
- };
97
- };
98
- params_formId: (NumberConstructor | StringConstructor)[];
99
- formType: {
100
- type: import("../types").PropObject;
101
- default: () => {
102
- _own: {};
103
- };
104
- };
105
- isDetail: {
106
- type: BooleanConstructor;
107
- default: boolean;
108
- };
109
- handleFormTableValue: import("vue").PropType<import("../../../../../es/shared/types").Func<any[], any>>;
110
- }>> & {
111
- onTableBlur?: ((...args: any[]) => any) | undefined;
112
- onValueOnChange?: ((...args: any[]) => any) | undefined;
113
- onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
114
- onOpentableSelect?: ((...args: any[]) => any) | undefined;
115
- }>>;
116
- emit: (event: "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", ...args: any[]) => void;
117
- formTable: AnyObject;
118
- hasErr: import("vue").ComputedRef<any>;
119
- handleGetJsonStr: (str: string | AnyObject) => AnyObject;
120
- handleSetFieldsValue: (setObj?: AnyObject, target?: any) => void;
121
- handleGetUniqueKey: (id: string) => any;
122
- handleSysParams: (str: string) => string;
123
- defaultInit: () => void;
124
- handleTableBlur: (e?: AnyObject | undefined, config?: AnyObject) => void;
125
- handleFormParams: (str: string) => string;
126
- radioColor: () => (p: AnyObject, isOnlyRead?: boolean | undefined) => any;
127
- handleGetAgeUnit: (ageInfo?: AnyObject) => string | undefined;
128
- handleAgeToBirthDay: (val: number, f: string, item: AnyObject) => void;
129
- changeAgeSelect: (val: string, item: AnyObject) => void;
130
- handlerSetIdCarInfoValidate: (value: any, item: AnyObject, callback: import("../../../../../es/shared/types").Func<any[], any>) => void;
131
- getInputCheck: (validate?: string | undefined) => {
132
- pattern: RegExp;
133
- message: string;
134
- } | undefined;
135
- getCustomRegular: (item: AnyObject) => {
136
- pattern: RegExp;
137
- message: any;
138
- } | null;
139
- checkDigital: import("../types").ValidateFunc;
140
- checkAgeJson: import("../types").ValidateFunc;
141
- checkAge: import("../types").ValidateFunc;
142
- checkMultipleChoice: import("../types").ValidateFunc;
143
- checkLength: import("../types").ValidateFunc;
144
- checkinputBlank: import("../types").ValidateFunc;
145
- checkSearchCascade: import("../types").ValidateFunc;
146
- checkMultipleTree: import("../types").ValidateFunc;
147
- handleDateClearBtn: (v: any, item: AnyObject) => void;
148
- handleStartDateEndDate: (item: AnyObject) => void;
149
- showTimePanel: (item: AnyObject) => boolean;
150
- momentLib: (date_format: string) => any;
151
- judgeTimeBoundary: (time: any, item: AnyObject) => void;
152
- setTimeValue: (time: any, item: AnyObject) => void;
153
- judgeTimeRange: (time: any, item: AnyObject) => AnyObject | undefined;
154
- isSameDate: (curDate: any, compareMin: any, compareMax: any) => AnyObject;
155
- setDefaultCurrent: (compareItem: AnyObject, currTime: any) => void;
156
- handleDefaultRimeRange: (time: any, item: AnyObject) => void;
157
- judgeMinMaxDateIsSameDate: (item: AnyObject) => boolean;
158
- handleDefaultTimeRange: (time: any, item: any, chooseDate?: any) => {};
159
- changeTimeDate: (time: any, minTime: any, maxTime: any, item: AnyObject) => {};
160
- setTimeRangeArr: (hMin: any, HMax: any, mMin: any, mMax: any, sMin: any, sMax: any) => Required<Partial<Record<"hArr" | "mArr" | "sArr", [any, any]>>>;
161
- ageRes: import("vue").Ref<{}>;
162
- detailStr: import("vue").ComputedRef<any>;
163
- setAgeRes: () => void;
164
- handleAgeData: (item: any, curUnit: any, curVal: any) => void;
165
- handleAgeOnChange: (ageInfo: any, item: any) => void;
166
- getAgeUnit: (item: any) => any;
167
- NInputGroup: import("vue").DefineComponent<{
168
- [x: string]: never;
169
- [x: number]: never;
170
- [x: symbol]: never;
171
- }, {
172
- mergedClsPrefix: import("vue").ComputedRef<string>;
173
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
174
- [x: string]: never;
175
- [x: number]: never;
176
- [x: symbol]: never;
177
- }>>, {}>;
178
- NSelect: any;
179
- NInputNumber: any;
180
- TextOverTooltip: import("vue").DefineComponent<{
181
- content: {
182
- type: (NumberConstructor | StringConstructor | FunctionConstructor)[];
183
- };
184
- className: StringConstructor;
185
- refName: {
186
- type: StringConstructor;
187
- default: string;
188
- };
189
- placement: {
190
- type: StringConstructor;
191
- default: string;
192
- };
193
- tooltipTitle: {
194
- type: (NumberConstructor | StringConstructor)[];
195
- default: string;
196
- };
197
- isAlias: BooleanConstructor;
198
- textColor: StringConstructor;
199
- }, {
200
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
201
- content: {
202
- type: (NumberConstructor | StringConstructor | FunctionConstructor)[];
203
- };
204
- className: StringConstructor;
205
- refName: {
206
- type: StringConstructor;
207
- default: string;
208
- };
209
- placement: {
210
- type: StringConstructor;
211
- default: string;
212
- };
213
- tooltipTitle: {
214
- type: (NumberConstructor | StringConstructor)[];
215
- default: string;
216
- };
217
- isAlias: BooleanConstructor;
218
- textColor: StringConstructor;
219
- }>> & {
220
- [x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
221
- }>>;
222
- curContent: import("vue").ComputedRef<string | Function>;
223
- NTooltip: any;
224
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
225
- content: {
226
- type: (NumberConstructor | StringConstructor | FunctionConstructor)[];
227
- };
228
- className: StringConstructor;
229
- refName: {
230
- type: StringConstructor;
231
- default: string;
232
- };
233
- placement: {
234
- type: StringConstructor;
235
- default: string;
236
- };
237
- tooltipTitle: {
238
- type: (NumberConstructor | StringConstructor)[];
239
- default: string;
240
- };
241
- isAlias: BooleanConstructor;
242
- textColor: StringConstructor;
243
- }>>, {
244
- refName: string;
245
- placement: string;
246
- tooltipTitle: string | number;
247
- isAlias: boolean;
248
- }>;
249
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect")[], "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
250
- mainForm: {
251
- type: import("../types").PropObject;
252
- default: () => {};
253
- };
254
- userInfo: {
255
- type: import("../types").PropObject;
256
- default: () => {};
257
- };
258
- styleSetting: {
259
- type: import("../types").PropObject;
260
- default: () => {};
261
- };
262
- defaultValue: {
263
- type: import("../types").PropObject;
264
- default: () => {};
265
- };
266
- dbParams: {
267
- type: import("vue").PropType<AnyObject>;
268
- };
269
- row: {
270
- type: import("../types").PropObject;
271
- default: () => {};
272
- };
273
- item: {
274
- type: import("../types").PropObject;
275
- default: () => {
276
- _own: {};
277
- };
278
- };
279
- defaultFieldList: {
280
- type: import("vue").PropType<any[]>;
281
- default: () => never[];
282
- };
283
- cacheUniqueKey: {
284
- type: import("../types").PropObject;
285
- default: () => {
286
- _own: {};
287
- };
288
- };
289
- params_formId: (NumberConstructor | StringConstructor)[];
290
- formType: {
291
- type: import("../types").PropObject;
292
- default: () => {
293
- _own: {};
294
- };
295
- };
296
- isDetail: {
297
- type: BooleanConstructor;
298
- default: boolean;
299
- };
300
- handleFormTableValue: import("vue").PropType<import("../../../../../es/shared/types").Func<any[], any>>;
301
- }>> & {
302
- onTableBlur?: ((...args: any[]) => any) | undefined;
303
- onValueOnChange?: ((...args: any[]) => any) | undefined;
304
- onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
305
- onOpentableSelect?: ((...args: any[]) => any) | undefined;
306
- }, {
307
- styleSetting: AnyObject;
308
- userInfo: AnyObject;
309
- row: AnyObject;
310
- cacheUniqueKey: AnyObject;
311
- formType: AnyObject;
312
- isDetail: boolean;
313
- item: AnyObject;
314
- defaultValue: AnyObject;
315
- mainForm: AnyObject;
316
- defaultFieldList: any[];
317
- }>;
318
- tableDatePicker: import("vue").DefineComponent<{
319
- mainForm: {
320
- type: import("../types").PropObject;
321
- default: () => {};
322
- };
323
- userInfo: {
324
- type: import("../types").PropObject;
325
- default: () => {};
326
- };
327
- styleSetting: {
328
- type: import("../types").PropObject;
329
- default: () => {};
330
- };
331
- defaultValue: {
332
- type: import("../types").PropObject;
333
- default: () => {};
334
- };
335
- dbParams: {
336
- type: import("vue").PropType<AnyObject>;
337
- };
338
- row: {
339
- type: import("../types").PropObject;
340
- default: () => {};
341
- };
342
- item: {
343
- type: import("../types").PropObject;
344
- default: () => {
345
- _own: {};
346
- };
347
- };
348
- defaultFieldList: {
349
- type: import("vue").PropType<any[]>;
350
- default: () => never[];
351
- };
352
- cacheUniqueKey: {
353
- type: import("../types").PropObject;
354
- default: () => {
355
- _own: {};
356
- };
357
- };
358
- params_formId: (NumberConstructor | StringConstructor)[];
359
- formType: {
360
- type: import("../types").PropObject;
361
- default: () => {
362
- _own: {};
363
- };
364
- };
365
- isDetail: {
366
- type: BooleanConstructor;
367
- default: boolean;
368
- };
369
- handleFormTableValue: import("vue").PropType<import("../../../../../es/shared/types").Func<any[], any>>;
370
- }, {
371
- open: import("vue").Ref<boolean>;
372
- disabledDatePicker: (current: any, item: AnyObject) => any;
373
- disabledTimePicker: (current: any, item: AnyObject) => {
374
- disabledHours: () => never[];
375
- disabledMinutes: () => never[];
376
- disabledSeconds: () => never[];
377
- } | undefined;
378
- openTimeChange: (open: any, item: AnyObject) => void;
379
- disabledHours: (item: AnyObject, type: string) => (() => never[]) | undefined;
380
- disabledMethodTimeRange: (item: AnyObject) => void;
381
- handleCompareTimeRange: (time: any, item: AnyObject, type: string) => {};
382
- setTimeRangeArr: (hMin: any, HMax: any, mMin: any, mMax: any, sMin: any, sMax: any) => Required<Partial<Record<"hArr" | "mArr" | "sArr", [any, any]>>>;
383
- range: (start: number, end: number) => never[];
384
- openDateChange: (open: any, item: AnyObject) => void;
385
- $message: import("naive-ui").MessageApi;
386
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
387
- mainForm: {
388
- type: import("../types").PropObject;
389
- default: () => {};
390
- };
391
- userInfo: {
392
- type: import("../types").PropObject;
393
- default: () => {};
394
- };
395
- styleSetting: {
396
- type: import("../types").PropObject;
397
- default: () => {};
398
- };
399
- defaultValue: {
400
- type: import("../types").PropObject;
401
- default: () => {};
402
- };
403
- dbParams: {
404
- type: import("vue").PropType<AnyObject>;
405
- };
406
- row: {
407
- type: import("../types").PropObject;
408
- default: () => {};
409
- };
410
- item: {
411
- type: import("../types").PropObject;
412
- default: () => {
413
- _own: {};
414
- };
415
- };
416
- defaultFieldList: {
417
- type: import("vue").PropType<any[]>;
418
- default: () => never[];
419
- };
420
- cacheUniqueKey: {
421
- type: import("../types").PropObject;
422
- default: () => {
423
- _own: {};
424
- };
425
- };
426
- params_formId: (NumberConstructor | StringConstructor)[];
427
- formType: {
428
- type: import("../types").PropObject;
429
- default: () => {
430
- _own: {};
431
- };
432
- };
433
- isDetail: {
434
- type: BooleanConstructor;
435
- default: boolean;
436
- };
437
- handleFormTableValue: import("vue").PropType<import("../../../../../es/shared/types").Func<any[], any>>;
438
- }>> & {
439
- onTableBlur?: ((...args: any[]) => any) | undefined;
440
- onValueOnChange?: ((...args: any[]) => any) | undefined;
441
- onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
442
- onOpentableSelect?: ((...args: any[]) => any) | undefined;
443
- }>>;
444
- emit: (event: "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", ...args: any[]) => void;
445
- formTable: AnyObject;
446
- hasErr: import("vue").ComputedRef<any>;
447
- handleGetJsonStr: (str: string | AnyObject) => AnyObject;
448
- handleSetFieldsValue: (setObj?: AnyObject, target?: any) => void;
449
- handleGetUniqueKey: (id: string) => any;
450
- handleSysParams: (str: string) => string;
451
- defaultInit: () => void;
452
- handleTableBlur: (e?: AnyObject | undefined, config?: AnyObject) => void;
453
- handleFormParams: (str: string) => string;
454
- radioColor: () => (p: AnyObject, isOnlyRead?: boolean | undefined) => any;
455
- handleGetAgeUnit: (ageInfo?: AnyObject) => string | undefined;
456
- handleAgeToBirthDay: (val: number, f: string, item: AnyObject) => void;
457
- changeAgeSelect: (val: string, item: AnyObject) => void;
458
- handlerSetIdCarInfoValidate: (value: any, item: AnyObject, callback: import("../../../../../es/shared/types").Func<any[], any>) => void;
459
- getInputCheck: (validate?: string | undefined) => {
460
- pattern: RegExp;
461
- message: string;
462
- } | undefined;
463
- getCustomRegular: (item: AnyObject) => {
464
- pattern: RegExp;
465
- message: any;
466
- } | null;
467
- checkDigital: import("../types").ValidateFunc;
468
- checkAgeJson: import("../types").ValidateFunc;
469
- checkAge: import("../types").ValidateFunc;
470
- checkMultipleChoice: import("../types").ValidateFunc;
471
- checkLength: import("../types").ValidateFunc;
472
- checkinputBlank: import("../types").ValidateFunc;
473
- checkSearchCascade: import("../types").ValidateFunc;
474
- checkMultipleTree: import("../types").ValidateFunc;
475
- handleDateClearBtn: (v: any, item: AnyObject) => void;
476
- handleStartDateEndDate: (item: AnyObject) => void;
477
- showTimePanel: (item: AnyObject) => boolean;
478
- momentLib: (date_format: string) => any;
479
- judgeTimeBoundary: (time: any, item: AnyObject) => void;
480
- setTimeValue: (time: any, item: AnyObject) => void;
481
- judgeTimeRange: (time: any, item: AnyObject) => AnyObject | undefined;
482
- isSameDate: (curDate: any, compareMin: any, compareMax: any) => AnyObject;
483
- setDefaultCurrent: (compareItem: AnyObject, currTime: any) => void;
484
- handleDefaultRimeRange: (time: any, item: AnyObject) => void;
485
- judgeMinMaxDateIsSameDate: (item: AnyObject) => boolean;
486
- handleDefaultTimeRange: (time: any, item: any, chooseDate?: any) => {};
487
- changeTimeDate: (time: any, minTime: any, maxTime: any, item: AnyObject) => {};
488
- handlerGetDateType: (data: AnyObject) => any;
489
- dateType: import("vue").ComputedRef<"date" | "datetime" | "datetimerange" | "daterange">;
490
- dateShowTimeConfig: import("vue").ComputedRef<false | {
491
- format: any;
492
- }>;
493
- dateOpenChange: (status: any) => void;
494
- NDatePicker: any;
495
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect")[], "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
496
- mainForm: {
497
- type: import("../types").PropObject;
498
- default: () => {};
499
- };
500
- userInfo: {
501
- type: import("../types").PropObject;
502
- default: () => {};
503
- };
504
- styleSetting: {
505
- type: import("../types").PropObject;
506
- default: () => {};
507
- };
508
- defaultValue: {
509
- type: import("../types").PropObject;
510
- default: () => {};
511
- };
512
- dbParams: {
513
- type: import("vue").PropType<AnyObject>;
514
- };
515
- row: {
516
- type: import("../types").PropObject;
517
- default: () => {};
518
- };
519
- item: {
520
- type: import("../types").PropObject;
521
- default: () => {
522
- _own: {};
523
- };
524
- };
525
- defaultFieldList: {
526
- type: import("vue").PropType<any[]>;
527
- default: () => never[];
528
- };
529
- cacheUniqueKey: {
530
- type: import("../types").PropObject;
531
- default: () => {
532
- _own: {};
533
- };
534
- };
535
- params_formId: (NumberConstructor | StringConstructor)[];
536
- formType: {
537
- type: import("../types").PropObject;
538
- default: () => {
539
- _own: {};
540
- };
541
- };
542
- isDetail: {
543
- type: BooleanConstructor;
544
- default: boolean;
545
- };
546
- handleFormTableValue: import("vue").PropType<import("../../../../../es/shared/types").Func<any[], any>>;
547
- }>> & {
548
- onTableBlur?: ((...args: any[]) => any) | undefined;
549
- onValueOnChange?: ((...args: any[]) => any) | undefined;
550
- onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
551
- onOpentableSelect?: ((...args: any[]) => any) | undefined;
552
- }, {
553
- styleSetting: AnyObject;
554
- userInfo: AnyObject;
555
- row: AnyObject;
556
- cacheUniqueKey: AnyObject;
557
- formType: AnyObject;
558
- isDetail: boolean;
559
- item: AnyObject;
560
- defaultValue: AnyObject;
561
- mainForm: AnyObject;
562
- defaultFieldList: any[];
563
- }>;
564
- tableDigital: import("vue").DefineComponent<{
565
- mainForm: {
566
- type: import("../types").PropObject;
567
- default: () => {};
568
- };
569
- userInfo: {
570
- type: import("../types").PropObject;
571
- default: () => {};
572
- };
573
- styleSetting: {
574
- type: import("../types").PropObject;
575
- default: () => {};
576
- };
577
- defaultValue: {
578
- type: import("../types").PropObject;
579
- default: () => {};
580
- };
581
- dbParams: {
582
- type: import("vue").PropType<AnyObject>;
583
- };
584
- row: {
585
- type: import("../types").PropObject;
586
- default: () => {};
587
- };
588
- item: {
589
- type: import("../types").PropObject;
590
- default: () => {
591
- _own: {};
592
- };
593
- };
594
- defaultFieldList: {
595
- type: import("vue").PropType<any[]>;
596
- default: () => never[];
597
- };
598
- cacheUniqueKey: {
599
- type: import("../types").PropObject;
600
- default: () => {
601
- _own: {};
602
- };
603
- };
604
- params_formId: (NumberConstructor | StringConstructor)[];
605
- formType: {
606
- type: import("../types").PropObject;
607
- default: () => {
608
- _own: {};
609
- };
610
- };
611
- isDetail: {
612
- type: BooleanConstructor;
613
- default: boolean;
614
- };
615
- handleFormTableValue: import("vue").PropType<import("../../../../../es/shared/types").Func<any[], any>>;
616
- }, {
617
- $message: import("naive-ui").MessageApi;
618
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
619
- mainForm: {
620
- type: import("../types").PropObject;
621
- default: () => {};
622
- };
623
- userInfo: {
624
- type: import("../types").PropObject;
625
- default: () => {};
626
- };
627
- styleSetting: {
628
- type: import("../types").PropObject;
629
- default: () => {};
630
- };
631
- defaultValue: {
632
- type: import("../types").PropObject;
633
- default: () => {};
634
- };
635
- dbParams: {
636
- type: import("vue").PropType<AnyObject>;
637
- };
638
- row: {
639
- type: import("../types").PropObject;
640
- default: () => {};
641
- };
642
- item: {
643
- type: import("../types").PropObject;
644
- default: () => {
645
- _own: {};
646
- };
647
- };
648
- defaultFieldList: {
649
- type: import("vue").PropType<any[]>;
650
- default: () => never[];
651
- };
652
- cacheUniqueKey: {
653
- type: import("../types").PropObject;
654
- default: () => {
655
- _own: {};
656
- };
657
- };
658
- params_formId: (NumberConstructor | StringConstructor)[];
659
- formType: {
660
- type: import("../types").PropObject;
661
- default: () => {
662
- _own: {};
663
- };
664
- };
665
- isDetail: {
666
- type: BooleanConstructor;
667
- default: boolean;
668
- };
669
- handleFormTableValue: import("vue").PropType<import("../../../../../es/shared/types").Func<any[], any>>;
670
- }>> & {
671
- onTableBlur?: ((...args: any[]) => any) | undefined;
672
- onValueOnChange?: ((...args: any[]) => any) | undefined;
673
- onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
674
- onOpentableSelect?: ((...args: any[]) => any) | undefined;
675
- }>>;
676
- emit: (event: "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", ...args: any[]) => void;
677
- hasErr: import("vue").ComputedRef<any>;
678
- handleTableBlur: (e?: AnyObject | undefined, config?: AnyObject) => void;
679
- prefixStr: any;
680
- suffixStr: any;
681
- detailStr: import("vue").ComputedRef<string>;
682
- NInputNumber: any;
683
- TextOverTooltip: import("vue").DefineComponent<{
684
- content: {
685
- type: (NumberConstructor | StringConstructor | FunctionConstructor)[];
686
- };
687
- className: StringConstructor;
688
- refName: {
689
- type: StringConstructor;
690
- default: string;
691
- };
692
- placement: {
693
- type: StringConstructor;
694
- default: string;
695
- };
696
- tooltipTitle: {
697
- type: (NumberConstructor | StringConstructor)[];
698
- default: string;
699
- };
700
- isAlias: BooleanConstructor;
701
- textColor: StringConstructor;
702
- }, {
703
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
704
- content: {
705
- type: (NumberConstructor | StringConstructor | FunctionConstructor)[];
706
- };
707
- className: StringConstructor;
708
- refName: {
709
- type: StringConstructor;
710
- default: string;
711
- };
712
- placement: {
713
- type: StringConstructor;
714
- default: string;
715
- };
716
- tooltipTitle: {
717
- type: (NumberConstructor | StringConstructor)[];
718
- default: string;
719
- };
720
- isAlias: BooleanConstructor;
721
- textColor: StringConstructor;
722
- }>> & {
723
- [x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
724
- }>>;
725
- curContent: import("vue").ComputedRef<string | Function>;
726
- NTooltip: any;
727
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
728
- content: {
729
- type: (NumberConstructor | StringConstructor | FunctionConstructor)[];
730
- };
731
- className: StringConstructor;
732
- refName: {
733
- type: StringConstructor;
734
- default: string;
735
- };
736
- placement: {
737
- type: StringConstructor;
738
- default: string;
739
- };
740
- tooltipTitle: {
741
- type: (NumberConstructor | StringConstructor)[];
742
- default: string;
743
- };
744
- isAlias: BooleanConstructor;
745
- textColor: StringConstructor;
746
- }>>, {
747
- refName: string;
748
- placement: string;
749
- tooltipTitle: string | number;
750
- isAlias: boolean;
751
- }>;
752
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect")[], "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
753
- mainForm: {
754
- type: import("../types").PropObject;
755
- default: () => {};
756
- };
757
- userInfo: {
758
- type: import("../types").PropObject;
759
- default: () => {};
760
- };
761
- styleSetting: {
762
- type: import("../types").PropObject;
763
- default: () => {};
764
- };
765
- defaultValue: {
766
- type: import("../types").PropObject;
767
- default: () => {};
768
- };
769
- dbParams: {
770
- type: import("vue").PropType<AnyObject>;
771
- };
772
- row: {
773
- type: import("../types").PropObject;
774
- default: () => {};
775
- };
776
- item: {
777
- type: import("../types").PropObject;
778
- default: () => {
779
- _own: {};
780
- };
781
- };
782
- defaultFieldList: {
783
- type: import("vue").PropType<any[]>;
784
- default: () => never[];
785
- };
786
- cacheUniqueKey: {
787
- type: import("../types").PropObject;
788
- default: () => {
789
- _own: {};
790
- };
791
- };
792
- params_formId: (NumberConstructor | StringConstructor)[];
793
- formType: {
794
- type: import("../types").PropObject;
795
- default: () => {
796
- _own: {};
797
- };
798
- };
799
- isDetail: {
800
- type: BooleanConstructor;
801
- default: boolean;
802
- };
803
- handleFormTableValue: import("vue").PropType<import("../../../../../es/shared/types").Func<any[], any>>;
804
- }>> & {
805
- onTableBlur?: ((...args: any[]) => any) | undefined;
806
- onValueOnChange?: ((...args: any[]) => any) | undefined;
807
- onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
808
- onOpentableSelect?: ((...args: any[]) => any) | undefined;
809
- }, {
810
- styleSetting: AnyObject;
811
- userInfo: AnyObject;
812
- row: AnyObject;
813
- cacheUniqueKey: AnyObject;
814
- formType: AnyObject;
815
- isDetail: boolean;
816
- item: AnyObject;
817
- defaultValue: AnyObject;
818
- mainForm: AnyObject;
819
- defaultFieldList: any[];
820
- }>;
821
- tableInput: import("vue").DefineComponent<{
822
- mainForm: {
823
- type: import("../types").PropObject;
824
- default: () => {};
825
- };
826
- userInfo: {
827
- type: import("../types").PropObject;
828
- default: () => {};
829
- };
830
- styleSetting: {
831
- type: import("../types").PropObject;
832
- default: () => {};
833
- };
834
- defaultValue: {
835
- type: import("../types").PropObject;
836
- default: () => {};
837
- };
838
- dbParams: {
839
- type: import("vue").PropType<AnyObject>;
840
- };
841
- row: {
842
- type: import("../types").PropObject;
843
- default: () => {};
844
- };
845
- item: {
846
- type: import("../types").PropObject;
847
- default: () => {
848
- _own: {};
849
- };
850
- };
851
- defaultFieldList: {
852
- type: import("vue").PropType<any[]>;
853
- default: () => never[];
854
- };
855
- cacheUniqueKey: {
856
- type: import("../types").PropObject;
857
- default: () => {
858
- _own: {};
859
- };
860
- };
861
- params_formId: (NumberConstructor | StringConstructor)[];
862
- formType: {
863
- type: import("../types").PropObject;
864
- default: () => {
865
- _own: {};
866
- };
867
- };
868
- isDetail: {
869
- type: BooleanConstructor;
870
- default: boolean;
871
- };
872
- handleFormTableValue: import("vue").PropType<import("../../../../../es/shared/types").Func<any[], any>>;
873
- }, {
874
- $message: import("naive-ui").MessageApi;
875
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
876
- mainForm: {
877
- type: import("../types").PropObject;
878
- default: () => {};
879
- };
880
- userInfo: {
881
- type: import("../types").PropObject;
882
- default: () => {};
883
- };
884
- styleSetting: {
885
- type: import("../types").PropObject;
886
- default: () => {};
887
- };
888
- defaultValue: {
889
- type: import("../types").PropObject;
890
- default: () => {};
891
- };
892
- dbParams: {
893
- type: import("vue").PropType<AnyObject>;
894
- };
895
- row: {
896
- type: import("../types").PropObject;
897
- default: () => {};
898
- };
899
- item: {
900
- type: import("../types").PropObject;
901
- default: () => {
902
- _own: {};
903
- };
904
- };
905
- defaultFieldList: {
906
- type: import("vue").PropType<any[]>;
907
- default: () => never[];
908
- };
909
- cacheUniqueKey: {
910
- type: import("../types").PropObject;
911
- default: () => {
912
- _own: {};
913
- };
914
- };
915
- params_formId: (NumberConstructor | StringConstructor)[];
916
- formType: {
917
- type: import("../types").PropObject;
918
- default: () => {
919
- _own: {};
920
- };
921
- };
922
- isDetail: {
923
- type: BooleanConstructor;
924
- default: boolean;
925
- };
926
- handleFormTableValue: import("vue").PropType<import("../../../../../es/shared/types").Func<any[], any>>;
927
- }>> & {
928
- onTableBlur?: ((...args: any[]) => any) | undefined;
929
- onValueOnChange?: ((...args: any[]) => any) | undefined;
930
- onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
931
- onOpentableSelect?: ((...args: any[]) => any) | undefined;
932
- }>>;
933
- emit: (event: "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", ...args: any[]) => void;
934
- hasErr: import("vue").ComputedRef<any>;
935
- handleTableBlur: (e?: AnyObject | undefined, config?: AnyObject) => void;
936
- prefixStr: any;
937
- suffixStr: any;
938
- detailStr: import("vue").ComputedRef<string>;
939
- NInput: any;
940
- TextOverTooltip: import("vue").DefineComponent<{
941
- content: {
942
- type: (NumberConstructor | StringConstructor | FunctionConstructor)[];
943
- };
944
- className: StringConstructor;
945
- refName: {
946
- type: StringConstructor;
947
- default: string;
948
- };
949
- placement: {
950
- type: StringConstructor;
951
- default: string;
952
- };
953
- tooltipTitle: {
954
- type: (NumberConstructor | StringConstructor)[];
955
- default: string;
956
- };
957
- isAlias: BooleanConstructor;
958
- textColor: StringConstructor;
959
- }, {
960
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
961
- content: {
962
- type: (NumberConstructor | StringConstructor | FunctionConstructor)[];
963
- };
964
- className: StringConstructor;
965
- refName: {
966
- type: StringConstructor;
967
- default: string;
968
- };
969
- placement: {
970
- type: StringConstructor;
971
- default: string;
972
- };
973
- tooltipTitle: {
974
- type: (NumberConstructor | StringConstructor)[];
975
- default: string;
976
- };
977
- isAlias: BooleanConstructor;
978
- textColor: StringConstructor;
979
- }>> & {
980
- [x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
981
- }>>;
982
- curContent: import("vue").ComputedRef<string | Function>;
983
- NTooltip: any;
984
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
985
- content: {
986
- type: (NumberConstructor | StringConstructor | FunctionConstructor)[];
987
- };
988
- className: StringConstructor;
989
- refName: {
990
- type: StringConstructor;
991
- default: string;
992
- };
993
- placement: {
994
- type: StringConstructor;
995
- default: string;
996
- };
997
- tooltipTitle: {
998
- type: (NumberConstructor | StringConstructor)[];
999
- default: string;
1000
- };
1001
- isAlias: BooleanConstructor;
1002
- textColor: StringConstructor;
1003
- }>>, {
1004
- refName: string;
1005
- placement: string;
1006
- tooltipTitle: string | number;
1007
- isAlias: boolean;
1008
- }>;
1009
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect")[], "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1010
- mainForm: {
1011
- type: import("../types").PropObject;
1012
- default: () => {};
1013
- };
1014
- userInfo: {
1015
- type: import("../types").PropObject;
1016
- default: () => {};
1017
- };
1018
- styleSetting: {
1019
- type: import("../types").PropObject;
1020
- default: () => {};
1021
- };
1022
- defaultValue: {
1023
- type: import("../types").PropObject;
1024
- default: () => {};
1025
- };
1026
- dbParams: {
1027
- type: import("vue").PropType<AnyObject>;
1028
- };
1029
- row: {
1030
- type: import("../types").PropObject;
1031
- default: () => {};
1032
- };
1033
- item: {
1034
- type: import("../types").PropObject;
1035
- default: () => {
1036
- _own: {};
1037
- };
1038
- };
1039
- defaultFieldList: {
1040
- type: import("vue").PropType<any[]>;
1041
- default: () => never[];
1042
- };
1043
- cacheUniqueKey: {
1044
- type: import("../types").PropObject;
1045
- default: () => {
1046
- _own: {};
1047
- };
1048
- };
1049
- params_formId: (NumberConstructor | StringConstructor)[];
1050
- formType: {
1051
- type: import("../types").PropObject;
1052
- default: () => {
1053
- _own: {};
1054
- };
1055
- };
1056
- isDetail: {
1057
- type: BooleanConstructor;
1058
- default: boolean;
1059
- };
1060
- handleFormTableValue: import("vue").PropType<import("../../../../../es/shared/types").Func<any[], any>>;
1061
- }>> & {
1062
- onTableBlur?: ((...args: any[]) => any) | undefined;
1063
- onValueOnChange?: ((...args: any[]) => any) | undefined;
1064
- onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
1065
- onOpentableSelect?: ((...args: any[]) => any) | undefined;
1066
- }, {
1067
- styleSetting: AnyObject;
1068
- userInfo: AnyObject;
1069
- row: AnyObject;
1070
- cacheUniqueKey: AnyObject;
1071
- formType: AnyObject;
1072
- isDetail: boolean;
1073
- item: AnyObject;
1074
- defaultValue: AnyObject;
1075
- mainForm: AnyObject;
1076
- defaultFieldList: any[];
1077
- }>;
1078
- tableInputPassword: import("vue").DefineComponent<{
1079
- mainForm: {
1080
- type: import("../types").PropObject;
1081
- default: () => {};
1082
- };
1083
- userInfo: {
1084
- type: import("../types").PropObject;
1085
- default: () => {};
1086
- };
1087
- styleSetting: {
1088
- type: import("../types").PropObject;
1089
- default: () => {};
1090
- };
1091
- defaultValue: {
1092
- type: import("../types").PropObject;
1093
- default: () => {};
1094
- };
1095
- dbParams: {
1096
- type: import("vue").PropType<AnyObject>;
1097
- };
1098
- row: {
1099
- type: import("../types").PropObject;
1100
- default: () => {};
1101
- };
1102
- item: {
1103
- type: import("../types").PropObject;
1104
- default: () => {
1105
- _own: {};
1106
- };
1107
- };
1108
- defaultFieldList: {
1109
- type: import("vue").PropType<any[]>;
1110
- default: () => never[];
1111
- };
1112
- cacheUniqueKey: {
1113
- type: import("../types").PropObject;
1114
- default: () => {
1115
- _own: {};
1116
- };
1117
- };
1118
- params_formId: (NumberConstructor | StringConstructor)[];
1119
- formType: {
1120
- type: import("../types").PropObject;
1121
- default: () => {
1122
- _own: {};
1123
- };
1124
- };
1125
- isDetail: {
1126
- type: BooleanConstructor;
1127
- default: boolean;
1128
- };
1129
- handleFormTableValue: import("vue").PropType<import("../../../../../es/shared/types").Func<any[], any>>;
1130
- }, {
1131
- $message: import("naive-ui").MessageApi;
1132
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1133
- mainForm: {
1134
- type: import("../types").PropObject;
1135
- default: () => {};
1136
- };
1137
- userInfo: {
1138
- type: import("../types").PropObject;
1139
- default: () => {};
1140
- };
1141
- styleSetting: {
1142
- type: import("../types").PropObject;
1143
- default: () => {};
1144
- };
1145
- defaultValue: {
1146
- type: import("../types").PropObject;
1147
- default: () => {};
1148
- };
1149
- dbParams: {
1150
- type: import("vue").PropType<AnyObject>;
1151
- };
1152
- row: {
1153
- type: import("../types").PropObject;
1154
- default: () => {};
1155
- };
1156
- item: {
1157
- type: import("../types").PropObject;
1158
- default: () => {
1159
- _own: {};
1160
- };
1161
- };
1162
- defaultFieldList: {
1163
- type: import("vue").PropType<any[]>;
1164
- default: () => never[];
1165
- };
1166
- cacheUniqueKey: {
1167
- type: import("../types").PropObject;
1168
- default: () => {
1169
- _own: {};
1170
- };
1171
- };
1172
- params_formId: (NumberConstructor | StringConstructor)[];
1173
- formType: {
1174
- type: import("../types").PropObject;
1175
- default: () => {
1176
- _own: {};
1177
- };
1178
- };
1179
- isDetail: {
1180
- type: BooleanConstructor;
1181
- default: boolean;
1182
- };
1183
- handleFormTableValue: import("vue").PropType<import("../../../../../es/shared/types").Func<any[], any>>;
1184
- }>> & {
1185
- onTableBlur?: ((...args: any[]) => any) | undefined;
1186
- onValueOnChange?: ((...args: any[]) => any) | undefined;
1187
- onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
1188
- onOpentableSelect?: ((...args: any[]) => any) | undefined;
1189
- }>>;
1190
- emit: (event: "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", ...args: any[]) => void;
1191
- hasErr: import("vue").ComputedRef<any>;
1192
- inputType: import("vue").Ref<string>;
1193
- isReadOnly: import("vue").Ref<boolean>;
1194
- prefixStr: any;
1195
- suffixStr: any;
1196
- handleTogglePsw: () => void;
1197
- NInput: any;
1198
- SvgIcon: import("vue").DefineComponent<{
1199
- iconClass: {
1200
- type: StringConstructor;
1201
- required: true;
1202
- default: string;
1203
- };
1204
- title: {
1205
- type: StringConstructor;
1206
- required: false;
1207
- default: string;
1208
- };
1209
- className: {
1210
- type: StringConstructor;
1211
- required: false;
1212
- };
1213
- }, {
1214
- props: {
1215
- iconClass: string;
1216
- title: string;
1217
- className?: string | undefined;
1218
- };
1219
- iconName: import("vue").ComputedRef<string>;
1220
- svgClass: import("vue").ComputedRef<string>;
1221
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1222
- iconClass: {
1223
- type: StringConstructor;
1224
- required: true;
1225
- default: string;
1226
- };
1227
- title: {
1228
- type: StringConstructor;
1229
- required: false;
1230
- default: string;
1231
- };
1232
- className: {
1233
- type: StringConstructor;
1234
- required: false;
1235
- };
1236
- }>>, {
1237
- title: string;
1238
- iconClass: string;
1239
- }>;
1240
- TextOverTooltip: import("vue").DefineComponent<{
1241
- content: {
1242
- type: (NumberConstructor | StringConstructor | FunctionConstructor)[];
1243
- };
1244
- className: StringConstructor;
1245
- refName: {
1246
- type: StringConstructor;
1247
- default: string;
1248
- };
1249
- placement: {
1250
- type: StringConstructor;
1251
- default: string;
1252
- };
1253
- tooltipTitle: {
1254
- type: (NumberConstructor | StringConstructor)[];
1255
- default: string;
1256
- };
1257
- isAlias: BooleanConstructor;
1258
- textColor: StringConstructor;
1259
- }, {
1260
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1261
- content: {
1262
- type: (NumberConstructor | StringConstructor | FunctionConstructor)[];
1263
- };
1264
- className: StringConstructor;
1265
- refName: {
1266
- type: StringConstructor;
1267
- default: string;
1268
- };
1269
- placement: {
1270
- type: StringConstructor;
1271
- default: string;
1272
- };
1273
- tooltipTitle: {
1274
- type: (NumberConstructor | StringConstructor)[];
1275
- default: string;
1276
- };
1277
- isAlias: BooleanConstructor;
1278
- textColor: StringConstructor;
1279
- }>> & {
1280
- [x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
1281
- }>>;
1282
- curContent: import("vue").ComputedRef<string | Function>;
1283
- NTooltip: any;
1284
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1285
- content: {
1286
- type: (NumberConstructor | StringConstructor | FunctionConstructor)[];
1287
- };
1288
- className: StringConstructor;
1289
- refName: {
1290
- type: StringConstructor;
1291
- default: string;
1292
- };
1293
- placement: {
1294
- type: StringConstructor;
1295
- default: string;
1296
- };
1297
- tooltipTitle: {
1298
- type: (NumberConstructor | StringConstructor)[];
1299
- default: string;
1300
- };
1301
- isAlias: BooleanConstructor;
1302
- textColor: StringConstructor;
1303
- }>>, {
1304
- refName: string;
1305
- placement: string;
1306
- tooltipTitle: string | number;
1307
- isAlias: boolean;
1308
- }>;
1309
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect")[], "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1310
- mainForm: {
1311
- type: import("../types").PropObject;
1312
- default: () => {};
1313
- };
1314
- userInfo: {
1315
- type: import("../types").PropObject;
1316
- default: () => {};
1317
- };
1318
- styleSetting: {
1319
- type: import("../types").PropObject;
1320
- default: () => {};
1321
- };
1322
- defaultValue: {
1323
- type: import("../types").PropObject;
1324
- default: () => {};
1325
- };
1326
- dbParams: {
1327
- type: import("vue").PropType<AnyObject>;
1328
- };
1329
- row: {
1330
- type: import("../types").PropObject;
1331
- default: () => {};
1332
- };
1333
- item: {
1334
- type: import("../types").PropObject;
1335
- default: () => {
1336
- _own: {};
1337
- };
1338
- };
1339
- defaultFieldList: {
1340
- type: import("vue").PropType<any[]>;
1341
- default: () => never[];
1342
- };
1343
- cacheUniqueKey: {
1344
- type: import("../types").PropObject;
1345
- default: () => {
1346
- _own: {};
1347
- };
1348
- };
1349
- params_formId: (NumberConstructor | StringConstructor)[];
1350
- formType: {
1351
- type: import("../types").PropObject;
1352
- default: () => {
1353
- _own: {};
1354
- };
1355
- };
1356
- isDetail: {
1357
- type: BooleanConstructor;
1358
- default: boolean;
1359
- };
1360
- handleFormTableValue: import("vue").PropType<import("../../../../../es/shared/types").Func<any[], any>>;
1361
- }>> & {
1362
- onTableBlur?: ((...args: any[]) => any) | undefined;
1363
- onValueOnChange?: ((...args: any[]) => any) | undefined;
1364
- onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
1365
- onOpentableSelect?: ((...args: any[]) => any) | undefined;
1366
- }, {
1367
- styleSetting: AnyObject;
1368
- userInfo: AnyObject;
1369
- row: AnyObject;
1370
- cacheUniqueKey: AnyObject;
1371
- formType: AnyObject;
1372
- isDetail: boolean;
1373
- item: AnyObject;
1374
- defaultValue: AnyObject;
1375
- mainForm: AnyObject;
1376
- defaultFieldList: any[];
1377
- }>;
1378
- tableMonthPicker: import("vue").DefineComponent<{
1379
- mainForm: {
1380
- type: import("../types").PropObject;
1381
- default: () => {};
1382
- };
1383
- userInfo: {
1384
- type: import("../types").PropObject;
1385
- default: () => {};
1386
- };
1387
- styleSetting: {
1388
- type: import("../types").PropObject;
1389
- default: () => {};
1390
- };
1391
- defaultValue: {
1392
- type: import("../types").PropObject;
1393
- default: () => {};
1394
- };
1395
- dbParams: {
1396
- type: import("vue").PropType<AnyObject>;
1397
- };
1398
- row: {
1399
- type: import("../types").PropObject;
1400
- default: () => {};
1401
- };
1402
- item: {
1403
- type: import("../types").PropObject;
1404
- default: () => {
1405
- _own: {};
1406
- };
1407
- };
1408
- defaultFieldList: {
1409
- type: import("vue").PropType<any[]>;
1410
- default: () => never[];
1411
- };
1412
- cacheUniqueKey: {
1413
- type: import("../types").PropObject;
1414
- default: () => {
1415
- _own: {};
1416
- };
1417
- };
1418
- params_formId: (NumberConstructor | StringConstructor)[];
1419
- formType: {
1420
- type: import("../types").PropObject;
1421
- default: () => {
1422
- _own: {};
1423
- };
1424
- };
1425
- isDetail: {
1426
- type: BooleanConstructor;
1427
- default: boolean;
1428
- };
1429
- handleFormTableValue: import("vue").PropType<import("../../../../../es/shared/types").Func<any[], any>>;
1430
- }, {
1431
- open: import("vue").Ref<boolean>;
1432
- disabledDatePicker: (current: any, item: AnyObject) => any;
1433
- range: (start: number, end: number) => never[];
1434
- $message: import("naive-ui").MessageApi;
1435
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1436
- mainForm: {
1437
- type: import("../types").PropObject;
1438
- default: () => {};
1439
- };
1440
- userInfo: {
1441
- type: import("../types").PropObject;
1442
- default: () => {};
1443
- };
1444
- styleSetting: {
1445
- type: import("../types").PropObject;
1446
- default: () => {};
1447
- };
1448
- defaultValue: {
1449
- type: import("../types").PropObject;
1450
- default: () => {};
1451
- };
1452
- dbParams: {
1453
- type: import("vue").PropType<AnyObject>;
1454
- };
1455
- row: {
1456
- type: import("../types").PropObject;
1457
- default: () => {};
1458
- };
1459
- item: {
1460
- type: import("../types").PropObject;
1461
- default: () => {
1462
- _own: {};
1463
- };
1464
- };
1465
- defaultFieldList: {
1466
- type: import("vue").PropType<any[]>;
1467
- default: () => never[];
1468
- };
1469
- cacheUniqueKey: {
1470
- type: import("../types").PropObject;
1471
- default: () => {
1472
- _own: {};
1473
- };
1474
- };
1475
- params_formId: (NumberConstructor | StringConstructor)[];
1476
- formType: {
1477
- type: import("../types").PropObject;
1478
- default: () => {
1479
- _own: {};
1480
- };
1481
- };
1482
- isDetail: {
1483
- type: BooleanConstructor;
1484
- default: boolean;
1485
- };
1486
- handleFormTableValue: import("vue").PropType<import("../../../../../es/shared/types").Func<any[], any>>;
1487
- }>> & {
1488
- onTableBlur?: ((...args: any[]) => any) | undefined;
1489
- onValueOnChange?: ((...args: any[]) => any) | undefined;
1490
- onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
1491
- onOpentableSelect?: ((...args: any[]) => any) | undefined;
1492
- }>>;
1493
- emit: (event: "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", ...args: any[]) => void;
1494
- dateType: import("vue").ComputedRef<"month" | "monthrange">;
1495
- hasErr: import("vue").ComputedRef<any>;
1496
- handleTableBlur: (e?: AnyObject | undefined, config?: AnyObject) => void;
1497
- NDatePicker: any;
1498
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect")[], "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1499
- mainForm: {
1500
- type: import("../types").PropObject;
1501
- default: () => {};
1502
- };
1503
- userInfo: {
1504
- type: import("../types").PropObject;
1505
- default: () => {};
1506
- };
1507
- styleSetting: {
1508
- type: import("../types").PropObject;
1509
- default: () => {};
1510
- };
1511
- defaultValue: {
1512
- type: import("../types").PropObject;
1513
- default: () => {};
1514
- };
1515
- dbParams: {
1516
- type: import("vue").PropType<AnyObject>;
1517
- };
1518
- row: {
1519
- type: import("../types").PropObject;
1520
- default: () => {};
1521
- };
1522
- item: {
1523
- type: import("../types").PropObject;
1524
- default: () => {
1525
- _own: {};
1526
- };
1527
- };
1528
- defaultFieldList: {
1529
- type: import("vue").PropType<any[]>;
1530
- default: () => never[];
1531
- };
1532
- cacheUniqueKey: {
1533
- type: import("../types").PropObject;
1534
- default: () => {
1535
- _own: {};
1536
- };
1537
- };
1538
- params_formId: (NumberConstructor | StringConstructor)[];
1539
- formType: {
1540
- type: import("../types").PropObject;
1541
- default: () => {
1542
- _own: {};
1543
- };
1544
- };
1545
- isDetail: {
1546
- type: BooleanConstructor;
1547
- default: boolean;
1548
- };
1549
- handleFormTableValue: import("vue").PropType<import("../../../../../es/shared/types").Func<any[], any>>;
1550
- }>> & {
1551
- onTableBlur?: ((...args: any[]) => any) | undefined;
1552
- onValueOnChange?: ((...args: any[]) => any) | undefined;
1553
- onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
1554
- onOpentableSelect?: ((...args: any[]) => any) | undefined;
1555
- }, {
1556
- styleSetting: AnyObject;
1557
- userInfo: AnyObject;
1558
- row: AnyObject;
1559
- cacheUniqueKey: AnyObject;
1560
- formType: AnyObject;
1561
- isDetail: boolean;
1562
- item: AnyObject;
1563
- defaultValue: AnyObject;
1564
- mainForm: AnyObject;
1565
- defaultFieldList: any[];
1566
- }>;
1567
- tableSearch: import("vue").DefineComponent<{
1568
- mainForm: {
1569
- type: ObjectConstructor;
1570
- default: () => {};
1571
- };
1572
- userInfo: {
1573
- type: ObjectConstructor;
1574
- default: () => {};
1575
- };
1576
- styleSetting: {
1577
- type: ObjectConstructor;
1578
- default: () => {};
1579
- };
1580
- defaultValue: {
1581
- type: ObjectConstructor;
1582
- default: () => {};
1583
- };
1584
- dbParams: {
1585
- type: ObjectConstructor;
1586
- };
1587
- row: {
1588
- type: ObjectConstructor;
1589
- default: () => {};
1590
- };
1591
- item: {
1592
- type: ObjectConstructor;
1593
- default: () => {
1594
- _own: {};
1595
- };
1596
- };
1597
- defaultFieldList: {
1598
- type: ArrayConstructor;
1599
- default: () => never[];
1600
- };
1601
- cacheUniqueKey: {
1602
- type: ObjectConstructor;
1603
- default: () => {
1604
- _own: {};
1605
- };
1606
- };
1607
- params_formId: (NumberConstructor | StringConstructor)[];
1608
- formType: {
1609
- type: ObjectConstructor;
1610
- default: () => {
1611
- _own: {};
1612
- };
1613
- };
1614
- isDetail: {
1615
- type: BooleanConstructor;
1616
- default: boolean;
1617
- };
1618
- handleFormTableValue: FunctionConstructor;
1619
- }, {
1620
- $message: import("naive-ui").MessageApi;
1621
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1622
- mainForm: {
1623
- type: ObjectConstructor;
1624
- default: () => {};
1625
- };
1626
- userInfo: {
1627
- type: ObjectConstructor;
1628
- default: () => {};
1629
- };
1630
- styleSetting: {
1631
- type: ObjectConstructor;
1632
- default: () => {};
1633
- };
1634
- defaultValue: {
1635
- type: ObjectConstructor;
1636
- default: () => {};
1637
- };
1638
- dbParams: {
1639
- type: ObjectConstructor;
1640
- };
1641
- row: {
1642
- type: ObjectConstructor;
1643
- default: () => {};
1644
- };
1645
- item: {
1646
- type: ObjectConstructor;
1647
- default: () => {
1648
- _own: {};
1649
- };
1650
- };
1651
- defaultFieldList: {
1652
- type: ArrayConstructor;
1653
- default: () => never[];
1654
- };
1655
- cacheUniqueKey: {
1656
- type: ObjectConstructor;
1657
- default: () => {
1658
- _own: {};
1659
- };
1660
- };
1661
- params_formId: (NumberConstructor | StringConstructor)[];
1662
- formType: {
1663
- type: ObjectConstructor;
1664
- default: () => {
1665
- _own: {};
1666
- };
1667
- };
1668
- isDetail: {
1669
- type: BooleanConstructor;
1670
- default: boolean;
1671
- };
1672
- handleFormTableValue: FunctionConstructor;
1673
- }>> & {
1674
- onTableBlur?: ((...args: any[]) => any) | undefined;
1675
- onValueOnChange?: ((...args: any[]) => any) | undefined;
1676
- onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
1677
- onOpentableSelect?: ((...args: any[]) => any) | undefined;
1678
- }>>;
1679
- emit: (event: "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", ...args: any[]) => void;
1680
- open: import("vue").Ref<boolean>;
1681
- wrapperRef: import("vue").Ref<null>;
1682
- refs: never[];
1683
- baseForm: import("vue").Ref<{}>;
1684
- curAddBtnItem: import("vue").Ref<any>;
1685
- dropdownHide: import("vue").Ref<boolean>;
1686
- $_handleTracherLog: () => void;
1687
- $t: () => void;
1688
- $qs: () => void;
1689
- loadDataPrimary_key: import("vue").Ref<any>;
1690
- optionsRequestSource: import("vue").Ref<any>;
1691
- Choose_to_complete: import("vue").Ref<boolean>;
1692
- noAllow_check_mid_level: import("vue").Ref<boolean>;
1693
- selsectVisible: import("vue").Ref<boolean>;
1694
- renderOption: ({ option }: {
1695
- option: any;
1696
- }) => JSX.Element;
1697
- fetching: import("vue").Ref<boolean>;
1698
- timeout: any;
1699
- curOptions: import("vue").Ref<any[]>;
1700
- selectedOptions: import("vue").Ref<any[]>;
1701
- levelNum: import("vue").Ref<number>;
1702
- cascaderInitLabel: import("vue").Ref<boolean>;
1703
- defList: import("vue").Ref<any[]>;
1704
- panelOpen: import("vue").Ref<boolean>;
1705
- searchAddObj: import("vue").Ref<AnyObject>;
1706
- searchPageConfig: import("vue").Ref<{
1707
- keyword: undefined;
1708
- isFetching: boolean;
1709
- isRequest: boolean;
1710
- hasNextPage: boolean;
1711
- page: number;
1712
- total: number;
1713
- }>;
1714
- optionsMaxWidth: import("vue").Ref<string>;
1715
- cacheReqOptionsParams: import("vue").Ref<string>;
1716
- hotSearchConfig: import("vue").Ref<{
1717
- hotList: never[];
1718
- latestList: never[];
1719
- isRequest: boolean;
1720
- isclose: boolean;
1721
- }>;
1722
- searchShowHotList: import("vue").Ref<boolean>;
1723
- showHotSearchConfig: import("vue").ComputedRef<true | 0>;
1724
- showSearchEmpty: import("vue").ComputedRef<boolean>;
1725
- selectIsOpen: import("vue").ComputedRef<boolean>;
1726
- isnoPages: import("vue").ComputedRef<boolean>;
1727
- init: () => void;
1728
- hanldeInitSearchMoreVal: (i: any, v?: any) => Promise<void>;
1729
- getSearchDefParams: (keyword: any, itemData?: any, other?: any) => {
1730
- pageSize?: number | undefined;
1731
- primaryKey?: any;
1732
- levelKey?: any;
1733
- wordbookId: any;
1734
- autograph: any;
1735
- wordbookType: any;
1736
- preConObj: string | undefined;
1737
- conObj: string | undefined;
1738
- preSqlExpression: any;
1739
- sqlExpression: any;
1740
- fieldKeys: string | undefined;
1741
- keyword: any;
1742
- page: number;
1743
- };
1744
- getCascadeParams: (params: any, itemData: any, otherConfig: any, defFalg: any) => any;
1745
- handleRowUnique: (rows: any, itemData: any, uniqueConfig?: any) => any;
1746
- handleGetSearchDefVal: (defFalg: any, rowData: any, itemData: any, uniqueConfig?: any) => void;
1747
- handleRequestedOptions: (itemData?: any, keyword?: any, defFalg?: any, otherConfig?: any) => Promise<any>;
1748
- handleFreeEntry: (option?: any) => void;
1749
- formatField: (value: any) => any;
1750
- formatFieldValue: (value: any) => any;
1751
- getTitleHeader: (fieldList: any, renderKey: any) => string;
1752
- handleRequestedUniqueKey: (id: any) => Promise<unknown>;
1753
- dealDictionatySearch: (val: any) => void;
1754
- handleMultipleSearch: (val: any, itemData: any) => void;
1755
- multipleSelect: (e: any, item: any) => void;
1756
- multipleDeselect: (e: any, item: any) => void;
1757
- handlerAddOptions: (data: any, item: any) => void;
1758
- searchMoreOnChange: (value: any, item: any) => void;
1759
- handleFormCascade: (list?: any, v?: any, level?: any) => void;
1760
- hanldeGetCascadelabel: (v?: any, k?: any) => string;
1761
- handleCascaderChange: (option: any, item: any) => void;
1762
- handleCascaderFilter: (inputValue: any, path: any) => any;
1763
- handleCascadeLoadData: (selectedOptions: any) => Promise<void>;
1764
- handlerDropdownVisibleChange: (e: any, data: any) => void;
1765
- hanlderGetSearchLabel: (config: any, v: any) => any;
1766
- hanlderSendSelectLog: (item: any, value: any) => void;
1767
- handleSearchSelect: (e: any, option: any, type?: any, eventConfig?: any) => void;
1768
- handleSearchChangePage: (type?: any) => void;
1769
- handleCalculateOptionsMaxWidth: () => void;
1770
- handlerSearchOnFocus: (item: any) => void;
1771
- handleQueryParams: (formData: any, queryParams: any) => {};
1772
- hideHotSearch: import("vue").Ref<boolean>;
1773
- confirmSelect: ({ value, selectRow, myUniqueKey }: any) => void;
1774
- hanldeRemoveDuplicates: (list?: any, config?: any) => any[];
1775
- getFormValue: () => any;
1776
- cancelOptionsRequest: () => void;
1777
- getHotSearchConfig: () => void;
1778
- handleSelectHotKeyword: (key: any) => void;
1779
- hanldeClearLately: () => void;
1780
- closeHotSearch: () => void;
1781
- handleSearchTracher: (item: any, obj?: any) => void;
1782
- hanldercheckOption: (data: any) => any;
1783
- handleSearchScrollTop: (item: any) => void;
1784
- handleCascaderTracher: () => void;
1785
- handleSearchBlur: () => void;
1786
- curMultipleSelected: import("vue").Ref<any[]>;
1787
- formTable: AnyObject;
1788
- hasErr: import("vue").ComputedRef<any>;
1789
- handleGetJsonStr: (str: string | AnyObject) => AnyObject;
1790
- handleSetFieldsValue: (setObj?: AnyObject, target?: any) => void;
1791
- handleGetUniqueKey: (id: string) => any;
1792
- handleSysParams: (str: string) => string;
1793
- defaultInit: () => void;
1794
- handleTableBlur: (e?: AnyObject | undefined, config?: AnyObject) => void;
1795
- handleFormParams: (str: string) => string;
1796
- radioColor: () => (p: AnyObject, isOnlyRead?: boolean | undefined) => any;
1797
- handleGetAgeUnit: (ageInfo?: AnyObject) => string | undefined;
1798
- handleAgeToBirthDay: (val: number, f: string, item: AnyObject) => void;
1799
- changeAgeSelect: (val: string, item: AnyObject) => void;
1800
- handlerSetIdCarInfoValidate: (value: any, item: AnyObject, callback: import("../../../../../es/shared/types").Func<any[], any>) => void;
1801
- getInputCheck: (validate?: string | undefined) => {
1802
- pattern: RegExp;
1803
- message: string;
1804
- } | undefined;
1805
- getCustomRegular: (item: AnyObject) => {
1806
- pattern: RegExp;
1807
- message: any;
1808
- } | null;
1809
- checkDigital: import("../types").ValidateFunc;
1810
- checkAgeJson: import("../types").ValidateFunc;
1811
- checkAge: import("../types").ValidateFunc;
1812
- checkMultipleChoice: import("../types").ValidateFunc;
1813
- checkLength: import("../types").ValidateFunc;
1814
- checkinputBlank: import("../types").ValidateFunc;
1815
- handlerGetDateType: (data: AnyObject) => any;
1816
- checkSearchCascade: import("../types").ValidateFunc;
1817
- checkMultipleTree: import("../types").ValidateFunc;
1818
- handleDateClearBtn: (v: any, item: AnyObject) => void;
1819
- handleStartDateEndDate: (item: AnyObject) => void;
1820
- showTimePanel: (item: AnyObject) => boolean;
1821
- momentLib: (date_format: string) => any;
1822
- judgeTimeBoundary: (time: any, item: AnyObject) => void;
1823
- setTimeValue: (time: any, item: AnyObject) => void;
1824
- judgeTimeRange: (time: any, item: AnyObject) => AnyObject | undefined;
1825
- isSameDate: (curDate: any, compareMin: any, compareMax: any) => AnyObject;
1826
- setDefaultCurrent: (compareItem: AnyObject, currTime: any) => void;
1827
- handleDefaultRimeRange: (time: any, item: AnyObject) => void;
1828
- judgeMinMaxDateIsSameDate: (item: AnyObject) => boolean;
1829
- handleDefaultTimeRange: (time: any, item: any, chooseDate?: any) => {};
1830
- changeTimeDate: (time: any, minTime: any, maxTime: any, item: AnyObject) => {};
1831
- setTimeRangeArr: (hMin: any, HMax: any, mMin: any, mMax: any, sMin: any, sMax: any) => Required<Partial<Record<"hArr" | "mArr" | "sArr", [any, any]>>>;
1832
- NSelect: any;
1833
- SelectPage: import("vue").DefineComponent<{
1834
- searchPageConfig: {
1835
- type: import("vue").PropType<AnyObject>;
1836
- default: () => {
1837
- page: number;
1838
- total: number;
1839
- hasNextPage: boolean;
1840
- };
1841
- };
1842
- handleSearchChangePage: {
1843
- type: FunctionConstructor;
1844
- default: () => void;
1845
- };
1846
- }, {
1847
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1848
- searchPageConfig: {
1849
- type: import("vue").PropType<AnyObject>;
1850
- default: () => {
1851
- page: number;
1852
- total: number;
1853
- hasNextPage: boolean;
1854
- };
1855
- };
1856
- handleSearchChangePage: {
1857
- type: FunctionConstructor;
1858
- default: () => void;
1859
- };
1860
- }>> & {
1861
- [x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
1862
- }>>;
1863
- NButton: any;
1864
- ChevronBackOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1865
- ChevronForwardOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1866
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1867
- searchPageConfig: {
1868
- type: import("vue").PropType<AnyObject>;
1869
- default: () => {
1870
- page: number;
1871
- total: number;
1872
- hasNextPage: boolean;
1873
- };
1874
- };
1875
- handleSearchChangePage: {
1876
- type: FunctionConstructor;
1877
- default: () => void;
1878
- };
1879
- }>>, {
1880
- searchPageConfig: AnyObject;
1881
- handleSearchChangePage: Function;
1882
- }>;
1883
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect")[], "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1884
- mainForm: {
1885
- type: ObjectConstructor;
1886
- default: () => {};
1887
- };
1888
- userInfo: {
1889
- type: ObjectConstructor;
1890
- default: () => {};
1891
- };
1892
- styleSetting: {
1893
- type: ObjectConstructor;
1894
- default: () => {};
1895
- };
1896
- defaultValue: {
1897
- type: ObjectConstructor;
1898
- default: () => {};
1899
- };
1900
- dbParams: {
1901
- type: ObjectConstructor;
1902
- };
1903
- row: {
1904
- type: ObjectConstructor;
1905
- default: () => {};
1906
- };
1907
- item: {
1908
- type: ObjectConstructor;
1909
- default: () => {
1910
- _own: {};
1911
- };
1912
- };
1913
- defaultFieldList: {
1914
- type: ArrayConstructor;
1915
- default: () => never[];
1916
- };
1917
- cacheUniqueKey: {
1918
- type: ObjectConstructor;
1919
- default: () => {
1920
- _own: {};
1921
- };
1922
- };
1923
- params_formId: (NumberConstructor | StringConstructor)[];
1924
- formType: {
1925
- type: ObjectConstructor;
1926
- default: () => {
1927
- _own: {};
1928
- };
1929
- };
1930
- isDetail: {
1931
- type: BooleanConstructor;
1932
- default: boolean;
1933
- };
1934
- handleFormTableValue: FunctionConstructor;
1935
- }>> & {
1936
- onTableBlur?: ((...args: any[]) => any) | undefined;
1937
- onValueOnChange?: ((...args: any[]) => any) | undefined;
1938
- onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
1939
- onOpentableSelect?: ((...args: any[]) => any) | undefined;
1940
- }, {
1941
- styleSetting: Record<string, any>;
1942
- userInfo: Record<string, any>;
1943
- row: Record<string, any>;
1944
- cacheUniqueKey: Record<string, any>;
1945
- formType: Record<string, any>;
1946
- isDetail: boolean;
1947
- item: Record<string, any>;
1948
- defaultValue: Record<string, any>;
1949
- mainForm: Record<string, any>;
1950
- defaultFieldList: unknown[];
1951
- }>;
1952
- tableSearchMore: import("vue").DefineComponent<{
1953
- mainForm: {
1954
- type: ObjectConstructor;
1955
- default: () => {};
1956
- };
1957
- userInfo: {
1958
- type: ObjectConstructor;
1959
- default: () => {};
1960
- };
1961
- styleSetting: {
1962
- type: ObjectConstructor;
1963
- default: () => {};
1964
- };
1965
- defaultValue: {
1966
- type: ObjectConstructor;
1967
- default: () => {};
1968
- };
1969
- dbParams: {
1970
- type: ObjectConstructor;
1971
- };
1972
- row: {
1973
- type: ObjectConstructor;
1974
- default: () => {};
1975
- };
1976
- item: {
1977
- type: ObjectConstructor;
1978
- default: () => {
1979
- _own: {};
1980
- };
1981
- };
1982
- defaultFieldList: {
1983
- type: ArrayConstructor;
1984
- default: () => never[];
1985
- };
1986
- cacheUniqueKey: {
1987
- type: ObjectConstructor;
1988
- default: () => {
1989
- _own: {};
1990
- };
1991
- };
1992
- params_formId: (NumberConstructor | StringConstructor)[];
1993
- formType: {
1994
- type: ObjectConstructor;
1995
- default: () => {
1996
- _own: {};
1997
- };
1998
- };
1999
- isDetail: {
2000
- type: BooleanConstructor;
2001
- default: boolean;
2002
- };
2003
- handleFormTableValue: FunctionConstructor;
2004
- }, {
2005
- $message: import("naive-ui").MessageApi;
2006
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2007
- mainForm: {
2008
- type: ObjectConstructor;
2009
- default: () => {};
2010
- };
2011
- userInfo: {
2012
- type: ObjectConstructor;
2013
- default: () => {};
2014
- };
2015
- styleSetting: {
2016
- type: ObjectConstructor;
2017
- default: () => {};
2018
- };
2019
- defaultValue: {
2020
- type: ObjectConstructor;
2021
- default: () => {};
2022
- };
2023
- dbParams: {
2024
- type: ObjectConstructor;
2025
- };
2026
- row: {
2027
- type: ObjectConstructor;
2028
- default: () => {};
2029
- };
2030
- item: {
2031
- type: ObjectConstructor;
2032
- default: () => {
2033
- _own: {};
2034
- };
2035
- };
2036
- defaultFieldList: {
2037
- type: ArrayConstructor;
2038
- default: () => never[];
2039
- };
2040
- cacheUniqueKey: {
2041
- type: ObjectConstructor;
2042
- default: () => {
2043
- _own: {};
2044
- };
2045
- };
2046
- params_formId: (NumberConstructor | StringConstructor)[];
2047
- formType: {
2048
- type: ObjectConstructor;
2049
- default: () => {
2050
- _own: {};
2051
- };
2052
- };
2053
- isDetail: {
2054
- type: BooleanConstructor;
2055
- default: boolean;
2056
- };
2057
- handleFormTableValue: FunctionConstructor;
2058
- }>> & {
2059
- onTableBlur?: ((...args: any[]) => any) | undefined;
2060
- onValueOnChange?: ((...args: any[]) => any) | undefined;
2061
- onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
2062
- onOpentableSelect?: ((...args: any[]) => any) | undefined;
2063
- }>>;
2064
- emit: (event: "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", ...args: any[]) => void;
2065
- open: import("vue").Ref<boolean>;
2066
- wrapperRef: import("vue").Ref<null>;
2067
- refs: never[];
2068
- baseForm: import("vue").Ref<{}>;
2069
- curAddBtnItem: import("vue").Ref<any>;
2070
- dropdownHide: import("vue").Ref<boolean>;
2071
- $_handleTracherLog: () => void;
2072
- $t: () => void;
2073
- $qs: () => void;
2074
- loadDataPrimary_key: import("vue").Ref<any>;
2075
- optionsRequestSource: import("vue").Ref<any>;
2076
- Choose_to_complete: import("vue").Ref<boolean>;
2077
- noAllow_check_mid_level: import("vue").Ref<boolean>;
2078
- selsectVisible: import("vue").Ref<boolean>;
2079
- renderOption: ({ option }: {
2080
- option: any;
2081
- }) => JSX.Element;
2082
- VNodes: {
2083
- (props: any): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2084
- [key: string]: any;
2085
- }>;
2086
- props: string[];
2087
- };
2088
- fetching: import("vue").Ref<boolean>;
2089
- timeout: any;
2090
- curOptions: import("vue").Ref<any[]>;
2091
- selectedOptions: import("vue").Ref<any[]>;
2092
- levelNum: import("vue").Ref<number>;
2093
- cascaderInitLabel: import("vue").Ref<boolean>;
2094
- defList: import("vue").Ref<any[]>;
2095
- panelOpen: import("vue").Ref<boolean>;
2096
- searchAddObj: import("vue").Ref<AnyObject>;
2097
- searchPageConfig: import("vue").Ref<{
2098
- keyword: undefined;
2099
- isFetching: boolean;
2100
- isRequest: boolean;
2101
- hasNextPage: boolean;
2102
- page: number;
2103
- total: number;
2104
- }>;
2105
- optionsMaxWidth: import("vue").Ref<string>;
2106
- cacheReqOptionsParams: import("vue").Ref<string>;
2107
- hotSearchConfig: import("vue").Ref<{
2108
- hotList: never[];
2109
- latestList: never[];
2110
- isRequest: boolean;
2111
- isclose: boolean;
2112
- }>;
2113
- searchShowHotList: import("vue").Ref<boolean>;
2114
- showHotSearchConfig: import("vue").ComputedRef<true | 0>;
2115
- showSearchEmpty: import("vue").ComputedRef<boolean>;
2116
- selectIsOpen: import("vue").ComputedRef<boolean>;
2117
- isnoPages: import("vue").ComputedRef<boolean>;
2118
- init: () => void;
2119
- hanldeInitSearchMoreVal: (i: any, v?: any) => Promise<void>;
2120
- getSearchDefParams: (keyword: any, itemData?: any, other?: any) => {
2121
- pageSize?: number | undefined;
2122
- primaryKey?: any;
2123
- levelKey?: any;
2124
- wordbookId: any;
2125
- autograph: any;
2126
- wordbookType: any;
2127
- preConObj: string | undefined;
2128
- conObj: string | undefined;
2129
- preSqlExpression: any;
2130
- sqlExpression: any;
2131
- fieldKeys: string | undefined;
2132
- keyword: any;
2133
- page: number;
2134
- };
2135
- getCascadeParams: (params: any, itemData: any, otherConfig: any, defFalg: any) => any;
2136
- handleRowUnique: (rows: any, itemData: any, uniqueConfig?: any) => any;
2137
- handleGetSearchDefVal: (defFalg: any, rowData: any, itemData: any, uniqueConfig?: any) => void;
2138
- handleRequestedOptions: (itemData?: any, keyword?: any, defFalg?: any, otherConfig?: any) => Promise<any>;
2139
- handleFreeEntry: (option?: any) => void;
2140
- formatField: (value: any) => any;
2141
- formatFieldValue: (value: any) => any;
2142
- getTitleHeader: (fieldList: any, renderKey: any) => string;
2143
- handleRequestedUniqueKey: (id: any) => Promise<unknown>;
2144
- dealDictionatySearch: (val: any) => void;
2145
- handleMultipleSearch: (val: any, itemData: any) => void;
2146
- multipleSelect: (e: any, item: any) => void;
2147
- multipleDeselect: (e: any, item: any) => void;
2148
- handlerAddOptions: (data: any, item: any) => void;
2149
- searchMoreOnChange: (value: any, item: any) => void;
2150
- handleFormCascade: (list?: any, v?: any, level?: any) => void;
2151
- hanldeGetCascadelabel: (v?: any, k?: any) => string;
2152
- handleCascaderChange: (option: any, item: any) => void;
2153
- handleCascaderFilter: (inputValue: any, path: any) => any;
2154
- handleCascadeLoadData: (selectedOptions: any) => Promise<void>;
2155
- handlerDropdownVisibleChange: (e: any, data: any) => void;
2156
- hanlderGetSearchLabel: (config: any, v: any) => any;
2157
- hanlderSendSelectLog: (item: any, value: any) => void;
2158
- handleSearchSelect: (e: any, option: any, type?: any, eventConfig?: any) => void;
2159
- handleSearchChangePage: (type?: any) => void;
2160
- handleCalculateOptionsMaxWidth: () => void;
2161
- handlerSearchOnFocus: (item: any) => void;
2162
- handleQueryParams: (formData: any, queryParams: any) => {};
2163
- hideHotSearch: import("vue").Ref<boolean>;
2164
- confirmSelect: ({ value, selectRow, myUniqueKey }: any) => void;
2165
- hanldeRemoveDuplicates: (list?: any, config?: any) => any[];
2166
- getFormValue: () => any;
2167
- cancelOptionsRequest: () => void;
2168
- getHotSearchConfig: () => void;
2169
- handleSelectHotKeyword: (key: any) => void;
2170
- hanldeClearLately: () => void;
2171
- closeHotSearch: () => void;
2172
- handleSearchTracher: (item: any, obj?: any) => void;
2173
- hanldercheckOption: (data: any) => any;
2174
- handleSearchScrollTop: (item: any) => void;
2175
- handleCascaderTracher: () => void;
2176
- handleSearchBlur: () => void;
2177
- curMultipleSelected: import("vue").Ref<any[]>;
2178
- formTable: AnyObject;
2179
- hasErr: import("vue").ComputedRef<any>;
2180
- handleGetJsonStr: (str: string | AnyObject) => AnyObject;
2181
- handleSetFieldsValue: (setObj?: AnyObject, target?: any) => void;
2182
- handleGetUniqueKey: (id: string) => any;
2183
- handleSysParams: (str: string) => string;
2184
- defaultInit: () => void;
2185
- handleTableBlur: (e?: AnyObject | undefined, config?: AnyObject) => void;
2186
- handleFormParams: (str: string) => string;
2187
- radioColor: () => (p: AnyObject, isOnlyRead?: boolean | undefined) => any;
2188
- handleGetAgeUnit: (ageInfo?: AnyObject) => string | undefined;
2189
- handleAgeToBirthDay: (val: number, f: string, item: AnyObject) => void;
2190
- changeAgeSelect: (val: string, item: AnyObject) => void;
2191
- handlerSetIdCarInfoValidate: (value: any, item: AnyObject, callback: import("../../../../../es/shared/types").Func<any[], any>) => void;
2192
- getInputCheck: (validate?: string | undefined) => {
2193
- pattern: RegExp;
2194
- message: string;
2195
- } | undefined;
2196
- getCustomRegular: (item: AnyObject) => {
2197
- pattern: RegExp;
2198
- message: any;
2199
- } | null;
2200
- checkDigital: import("../types").ValidateFunc;
2201
- checkAgeJson: import("../types").ValidateFunc;
2202
- checkAge: import("../types").ValidateFunc;
2203
- checkMultipleChoice: import("../types").ValidateFunc;
2204
- checkLength: import("../types").ValidateFunc;
2205
- checkinputBlank: import("../types").ValidateFunc;
2206
- handlerGetDateType: (data: AnyObject) => any;
2207
- checkSearchCascade: import("../types").ValidateFunc;
2208
- checkMultipleTree: import("../types").ValidateFunc;
2209
- handleDateClearBtn: (v: any, item: AnyObject) => void;
2210
- handleStartDateEndDate: (item: AnyObject) => void;
2211
- showTimePanel: (item: AnyObject) => boolean;
2212
- momentLib: (date_format: string) => any;
2213
- judgeTimeBoundary: (time: any, item: AnyObject) => void;
2214
- setTimeValue: (time: any, item: AnyObject) => void;
2215
- judgeTimeRange: (time: any, item: AnyObject) => AnyObject | undefined;
2216
- isSameDate: (curDate: any, compareMin: any, compareMax: any) => AnyObject;
2217
- setDefaultCurrent: (compareItem: AnyObject, currTime: any) => void;
2218
- handleDefaultRimeRange: (time: any, item: AnyObject) => void;
2219
- judgeMinMaxDateIsSameDate: (item: AnyObject) => boolean;
2220
- handleDefaultTimeRange: (time: any, item: any, chooseDate?: any) => {};
2221
- changeTimeDate: (time: any, minTime: any, maxTime: any, item: AnyObject) => {};
2222
- setTimeRangeArr: (hMin: any, HMax: any, mMin: any, mMax: any, sMin: any, sMax: any) => Required<Partial<Record<"hArr" | "mArr" | "sArr", [any, any]>>>;
2223
- showCom: import("vue").ComputedRef<any>;
2224
- SelectPage: import("vue").DefineComponent<{
2225
- searchPageConfig: {
2226
- type: import("vue").PropType<AnyObject>;
2227
- default: () => {
2228
- page: number;
2229
- total: number;
2230
- hasNextPage: boolean;
2231
- };
2232
- };
2233
- handleSearchChangePage: {
2234
- type: FunctionConstructor;
2235
- default: () => void;
2236
- };
2237
- }, {
2238
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2239
- searchPageConfig: {
2240
- type: import("vue").PropType<AnyObject>;
2241
- default: () => {
2242
- page: number;
2243
- total: number;
2244
- hasNextPage: boolean;
2245
- };
2246
- };
2247
- handleSearchChangePage: {
2248
- type: FunctionConstructor;
2249
- default: () => void;
2250
- };
2251
- }>> & {
2252
- [x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
2253
- }>>;
2254
- NButton: any;
2255
- ChevronBackOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
2256
- ChevronForwardOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
2257
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2258
- searchPageConfig: {
2259
- type: import("vue").PropType<AnyObject>;
2260
- default: () => {
2261
- page: number;
2262
- total: number;
2263
- hasNextPage: boolean;
2264
- };
2265
- };
2266
- handleSearchChangePage: {
2267
- type: FunctionConstructor;
2268
- default: () => void;
2269
- };
2270
- }>>, {
2271
- searchPageConfig: AnyObject;
2272
- handleSearchChangePage: Function;
2273
- }>;
2274
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect")[], "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2275
- mainForm: {
2276
- type: ObjectConstructor;
2277
- default: () => {};
2278
- };
2279
- userInfo: {
2280
- type: ObjectConstructor;
2281
- default: () => {};
2282
- };
2283
- styleSetting: {
2284
- type: ObjectConstructor;
2285
- default: () => {};
2286
- };
2287
- defaultValue: {
2288
- type: ObjectConstructor;
2289
- default: () => {};
2290
- };
2291
- dbParams: {
2292
- type: ObjectConstructor;
2293
- };
2294
- row: {
2295
- type: ObjectConstructor;
2296
- default: () => {};
2297
- };
2298
- item: {
2299
- type: ObjectConstructor;
2300
- default: () => {
2301
- _own: {};
2302
- };
2303
- };
2304
- defaultFieldList: {
2305
- type: ArrayConstructor;
2306
- default: () => never[];
2307
- };
2308
- cacheUniqueKey: {
2309
- type: ObjectConstructor;
2310
- default: () => {
2311
- _own: {};
2312
- };
2313
- };
2314
- params_formId: (NumberConstructor | StringConstructor)[];
2315
- formType: {
2316
- type: ObjectConstructor;
2317
- default: () => {
2318
- _own: {};
2319
- };
2320
- };
2321
- isDetail: {
2322
- type: BooleanConstructor;
2323
- default: boolean;
2324
- };
2325
- handleFormTableValue: FunctionConstructor;
2326
- }>> & {
2327
- onTableBlur?: ((...args: any[]) => any) | undefined;
2328
- onValueOnChange?: ((...args: any[]) => any) | undefined;
2329
- onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
2330
- onOpentableSelect?: ((...args: any[]) => any) | undefined;
2331
- }, {
2332
- styleSetting: Record<string, any>;
2333
- userInfo: Record<string, any>;
2334
- row: Record<string, any>;
2335
- cacheUniqueKey: Record<string, any>;
2336
- formType: Record<string, any>;
2337
- isDetail: boolean;
2338
- item: Record<string, any>;
2339
- defaultValue: Record<string, any>;
2340
- mainForm: Record<string, any>;
2341
- defaultFieldList: unknown[];
2342
- }>;
2343
- tableSelect: import("vue").DefineComponent<{
2344
- mainForm: {
2345
- type: import("../types").PropObject;
2346
- default: () => {};
2347
- };
2348
- userInfo: {
2349
- type: import("../types").PropObject;
2350
- default: () => {};
2351
- };
2352
- styleSetting: {
2353
- type: import("../types").PropObject;
2354
- default: () => {};
2355
- };
2356
- defaultValue: {
2357
- type: import("../types").PropObject;
2358
- default: () => {};
2359
- };
2360
- dbParams: {
2361
- type: import("vue").PropType<AnyObject>;
2362
- };
2363
- row: {
2364
- type: import("../types").PropObject;
2365
- default: () => {};
2366
- };
2367
- item: {
2368
- type: import("../types").PropObject;
2369
- default: () => {
2370
- _own: {};
2371
- };
2372
- };
2373
- defaultFieldList: {
2374
- type: import("vue").PropType<any[]>;
2375
- default: () => never[];
2376
- };
2377
- cacheUniqueKey: {
2378
- type: import("../types").PropObject;
2379
- default: () => {
2380
- _own: {};
2381
- };
2382
- };
2383
- params_formId: (NumberConstructor | StringConstructor)[];
2384
- formType: {
2385
- type: import("../types").PropObject;
2386
- default: () => {
2387
- _own: {};
2388
- };
2389
- };
2390
- isDetail: {
2391
- type: BooleanConstructor;
2392
- default: boolean;
2393
- };
2394
- handleFormTableValue: import("vue").PropType<import("../../../../../es/shared/types").Func<any[], any>>;
2395
- }, {
2396
- $message: import("naive-ui").MessageApi;
2397
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2398
- mainForm: {
2399
- type: import("../types").PropObject;
2400
- default: () => {};
2401
- };
2402
- userInfo: {
2403
- type: import("../types").PropObject;
2404
- default: () => {};
2405
- };
2406
- styleSetting: {
2407
- type: import("../types").PropObject;
2408
- default: () => {};
2409
- };
2410
- defaultValue: {
2411
- type: import("../types").PropObject;
2412
- default: () => {};
2413
- };
2414
- dbParams: {
2415
- type: import("vue").PropType<AnyObject>;
2416
- };
2417
- row: {
2418
- type: import("../types").PropObject;
2419
- default: () => {};
2420
- };
2421
- item: {
2422
- type: import("../types").PropObject;
2423
- default: () => {
2424
- _own: {};
2425
- };
2426
- };
2427
- defaultFieldList: {
2428
- type: import("vue").PropType<any[]>;
2429
- default: () => never[];
2430
- };
2431
- cacheUniqueKey: {
2432
- type: import("../types").PropObject;
2433
- default: () => {
2434
- _own: {};
2435
- };
2436
- };
2437
- params_formId: (NumberConstructor | StringConstructor)[];
2438
- formType: {
2439
- type: import("../types").PropObject;
2440
- default: () => {
2441
- _own: {};
2442
- };
2443
- };
2444
- isDetail: {
2445
- type: BooleanConstructor;
2446
- default: boolean;
2447
- };
2448
- handleFormTableValue: import("vue").PropType<import("../../../../../es/shared/types").Func<any[], any>>;
2449
- }>> & {
2450
- onTableBlur?: ((...args: any[]) => any) | undefined;
2451
- onValueOnChange?: ((...args: any[]) => any) | undefined;
2452
- onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
2453
- onOpentableSelect?: ((...args: any[]) => any) | undefined;
2454
- }>>;
2455
- emit: (event: "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", ...args: any[]) => void;
2456
- $t: () => void;
2457
- formTable: AnyObject;
2458
- hasErr: import("vue").ComputedRef<any>;
2459
- handleGetJsonStr: (str: string | AnyObject) => AnyObject;
2460
- handleSetFieldsValue: (setObj?: AnyObject, target?: any) => void;
2461
- handleGetUniqueKey: (id: string) => any;
2462
- handleSysParams: (str: string) => string;
2463
- defaultInit: () => void;
2464
- handleTableBlur: (e?: AnyObject | undefined, config?: AnyObject) => void;
2465
- handleFormParams: (str: string) => string;
2466
- radioColor: () => (p: AnyObject, isOnlyRead?: boolean | undefined) => any;
2467
- handleGetAgeUnit: (ageInfo?: AnyObject) => string | undefined;
2468
- handleAgeToBirthDay: (val: number, f: string, item: AnyObject) => void;
2469
- changeAgeSelect: (val: string, item: AnyObject) => void;
2470
- handlerSetIdCarInfoValidate: (value: any, item: AnyObject, callback: import("../../../../../es/shared/types").Func<any[], any>) => void;
2471
- getInputCheck: (validate?: string | undefined) => {
2472
- pattern: RegExp;
2473
- message: string;
2474
- } | undefined;
2475
- getCustomRegular: (item: AnyObject) => {
2476
- pattern: RegExp;
2477
- message: any;
2478
- } | null;
2479
- checkDigital: import("../types").ValidateFunc;
2480
- checkAgeJson: import("../types").ValidateFunc;
2481
- checkAge: import("../types").ValidateFunc;
2482
- checkMultipleChoice: import("../types").ValidateFunc;
2483
- checkLength: import("../types").ValidateFunc;
2484
- checkinputBlank: import("../types").ValidateFunc;
2485
- checkSearchCascade: import("../types").ValidateFunc;
2486
- checkMultipleTree: import("../types").ValidateFunc;
2487
- handleDateClearBtn: (v: any, item: AnyObject) => void;
2488
- handleStartDateEndDate: (item: AnyObject) => void;
2489
- showTimePanel: (item: AnyObject) => boolean;
2490
- momentLib: (date_format: string) => any;
2491
- judgeTimeBoundary: (time: any, item: AnyObject) => void;
2492
- setTimeValue: (time: any, item: AnyObject) => void;
2493
- judgeTimeRange: (time: any, item: AnyObject) => AnyObject | undefined;
2494
- isSameDate: (curDate: any, compareMin: any, compareMax: any) => AnyObject;
2495
- setDefaultCurrent: (compareItem: AnyObject, currTime: any) => void;
2496
- handleDefaultRimeRange: (time: any, item: AnyObject) => void;
2497
- judgeMinMaxDateIsSameDate: (item: AnyObject) => boolean;
2498
- handleDefaultTimeRange: (time: any, item: any, chooseDate?: any) => {};
2499
- changeTimeDate: (time: any, minTime: any, maxTime: any, item: AnyObject) => {};
2500
- setTimeRangeArr: (hMin: any, HMax: any, mMin: any, mMax: any, sMin: any, sMax: any) => Required<Partial<Record<"hArr" | "mArr" | "sArr", [any, any]>>>;
2501
- open: import("vue").Ref<boolean>;
2502
- isMultiple: import("vue").ComputedRef<boolean>;
2503
- NSelect: any;
2504
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect")[], "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2505
- mainForm: {
2506
- type: import("../types").PropObject;
2507
- default: () => {};
2508
- };
2509
- userInfo: {
2510
- type: import("../types").PropObject;
2511
- default: () => {};
2512
- };
2513
- styleSetting: {
2514
- type: import("../types").PropObject;
2515
- default: () => {};
2516
- };
2517
- defaultValue: {
2518
- type: import("../types").PropObject;
2519
- default: () => {};
2520
- };
2521
- dbParams: {
2522
- type: import("vue").PropType<AnyObject>;
2523
- };
2524
- row: {
2525
- type: import("../types").PropObject;
2526
- default: () => {};
2527
- };
2528
- item: {
2529
- type: import("../types").PropObject;
2530
- default: () => {
2531
- _own: {};
2532
- };
2533
- };
2534
- defaultFieldList: {
2535
- type: import("vue").PropType<any[]>;
2536
- default: () => never[];
2537
- };
2538
- cacheUniqueKey: {
2539
- type: import("../types").PropObject;
2540
- default: () => {
2541
- _own: {};
2542
- };
2543
- };
2544
- params_formId: (NumberConstructor | StringConstructor)[];
2545
- formType: {
2546
- type: import("../types").PropObject;
2547
- default: () => {
2548
- _own: {};
2549
- };
2550
- };
2551
- isDetail: {
2552
- type: BooleanConstructor;
2553
- default: boolean;
2554
- };
2555
- handleFormTableValue: import("vue").PropType<import("../../../../../es/shared/types").Func<any[], any>>;
2556
- }>> & {
2557
- onTableBlur?: ((...args: any[]) => any) | undefined;
2558
- onValueOnChange?: ((...args: any[]) => any) | undefined;
2559
- onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
2560
- onOpentableSelect?: ((...args: any[]) => any) | undefined;
2561
- }, {
2562
- styleSetting: AnyObject;
2563
- userInfo: AnyObject;
2564
- row: AnyObject;
2565
- cacheUniqueKey: AnyObject;
2566
- formType: AnyObject;
2567
- isDetail: boolean;
2568
- item: AnyObject;
2569
- defaultValue: AnyObject;
2570
- mainForm: AnyObject;
2571
- defaultFieldList: any[];
2572
- }>;
2573
- tableSelectMultiple: import("vue").DefineComponent<{
2574
- mainForm: {
2575
- type: import("../types").PropObject;
2576
- default: () => {};
2577
- };
2578
- userInfo: {
2579
- type: import("../types").PropObject;
2580
- default: () => {};
2581
- };
2582
- styleSetting: {
2583
- type: import("../types").PropObject;
2584
- default: () => {};
2585
- };
2586
- defaultValue: {
2587
- type: import("../types").PropObject;
2588
- default: () => {};
2589
- };
2590
- dbParams: {
2591
- type: import("vue").PropType<AnyObject>;
2592
- };
2593
- row: {
2594
- type: import("../types").PropObject;
2595
- default: () => {};
2596
- };
2597
- item: {
2598
- type: import("../types").PropObject;
2599
- default: () => {
2600
- _own: {};
2601
- };
2602
- };
2603
- defaultFieldList: {
2604
- type: import("vue").PropType<any[]>;
2605
- default: () => never[];
2606
- };
2607
- cacheUniqueKey: {
2608
- type: import("../types").PropObject;
2609
- default: () => {
2610
- _own: {};
2611
- };
2612
- };
2613
- params_formId: (NumberConstructor | StringConstructor)[];
2614
- formType: {
2615
- type: import("../types").PropObject;
2616
- default: () => {
2617
- _own: {};
2618
- };
2619
- };
2620
- isDetail: {
2621
- type: BooleanConstructor;
2622
- default: boolean;
2623
- };
2624
- handleFormTableValue: import("vue").PropType<import("../../../../../es/shared/types").Func<any[], any>>;
2625
- }, {
2626
- $message: import("naive-ui").MessageApi;
2627
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2628
- mainForm: {
2629
- type: import("../types").PropObject;
2630
- default: () => {};
2631
- };
2632
- userInfo: {
2633
- type: import("../types").PropObject;
2634
- default: () => {};
2635
- };
2636
- styleSetting: {
2637
- type: import("../types").PropObject;
2638
- default: () => {};
2639
- };
2640
- defaultValue: {
2641
- type: import("../types").PropObject;
2642
- default: () => {};
2643
- };
2644
- dbParams: {
2645
- type: import("vue").PropType<AnyObject>;
2646
- };
2647
- row: {
2648
- type: import("../types").PropObject;
2649
- default: () => {};
2650
- };
2651
- item: {
2652
- type: import("../types").PropObject;
2653
- default: () => {
2654
- _own: {};
2655
- };
2656
- };
2657
- defaultFieldList: {
2658
- type: import("vue").PropType<any[]>;
2659
- default: () => never[];
2660
- };
2661
- cacheUniqueKey: {
2662
- type: import("../types").PropObject;
2663
- default: () => {
2664
- _own: {};
2665
- };
2666
- };
2667
- params_formId: (NumberConstructor | StringConstructor)[];
2668
- formType: {
2669
- type: import("../types").PropObject;
2670
- default: () => {
2671
- _own: {};
2672
- };
2673
- };
2674
- isDetail: {
2675
- type: BooleanConstructor;
2676
- default: boolean;
2677
- };
2678
- handleFormTableValue: import("vue").PropType<import("../../../../../es/shared/types").Func<any[], any>>;
2679
- }>> & {
2680
- onTableBlur?: ((...args: any[]) => any) | undefined;
2681
- onValueOnChange?: ((...args: any[]) => any) | undefined;
2682
- onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
2683
- onOpentableSelect?: ((...args: any[]) => any) | undefined;
2684
- }>>;
2685
- emit: (event: "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", ...args: any[]) => void;
2686
- $t: () => void;
2687
- formTable: AnyObject;
2688
- hasErr: import("vue").ComputedRef<any>;
2689
- handleGetJsonStr: (str: string | AnyObject) => AnyObject;
2690
- handleSetFieldsValue: (setObj?: AnyObject, target?: any) => void;
2691
- handleGetUniqueKey: (id: string) => any;
2692
- handleSysParams: (str: string) => string;
2693
- defaultInit: () => void;
2694
- handleTableBlur: (e?: AnyObject | undefined, config?: AnyObject) => void;
2695
- handleFormParams: (str: string) => string;
2696
- radioColor: () => (p: AnyObject, isOnlyRead?: boolean | undefined) => any;
2697
- handleGetAgeUnit: (ageInfo?: AnyObject) => string | undefined;
2698
- handleAgeToBirthDay: (val: number, f: string, item: AnyObject) => void;
2699
- changeAgeSelect: (val: string, item: AnyObject) => void;
2700
- handlerSetIdCarInfoValidate: (value: any, item: AnyObject, callback: import("../../../../../es/shared/types").Func<any[], any>) => void;
2701
- getInputCheck: (validate?: string | undefined) => {
2702
- pattern: RegExp;
2703
- message: string;
2704
- } | undefined;
2705
- getCustomRegular: (item: AnyObject) => {
2706
- pattern: RegExp;
2707
- message: any;
2708
- } | null;
2709
- checkDigital: import("../types").ValidateFunc;
2710
- checkAgeJson: import("../types").ValidateFunc;
2711
- checkAge: import("../types").ValidateFunc;
2712
- checkMultipleChoice: import("../types").ValidateFunc;
2713
- checkLength: import("../types").ValidateFunc;
2714
- checkinputBlank: import("../types").ValidateFunc;
2715
- checkSearchCascade: import("../types").ValidateFunc;
2716
- checkMultipleTree: import("../types").ValidateFunc;
2717
- handleDateClearBtn: (v: any, item: AnyObject) => void;
2718
- handleStartDateEndDate: (item: AnyObject) => void;
2719
- showTimePanel: (item: AnyObject) => boolean;
2720
- momentLib: (date_format: string) => any;
2721
- judgeTimeBoundary: (time: any, item: AnyObject) => void;
2722
- setTimeValue: (time: any, item: AnyObject) => void;
2723
- judgeTimeRange: (time: any, item: AnyObject) => AnyObject | undefined;
2724
- isSameDate: (curDate: any, compareMin: any, compareMax: any) => AnyObject;
2725
- setDefaultCurrent: (compareItem: AnyObject, currTime: any) => void;
2726
- handleDefaultRimeRange: (time: any, item: AnyObject) => void;
2727
- judgeMinMaxDateIsSameDate: (item: AnyObject) => boolean;
2728
- handleDefaultTimeRange: (time: any, item: any, chooseDate?: any) => {};
2729
- changeTimeDate: (time: any, minTime: any, maxTime: any, item: AnyObject) => {};
2730
- setTimeRangeArr: (hMin: any, HMax: any, mMin: any, mMax: any, sMin: any, sMax: any) => Required<Partial<Record<"hArr" | "mArr" | "sArr", [any, any]>>>;
2731
- open: import("vue").Ref<boolean>;
2732
- showCom: import("vue").ComputedRef<any>;
2733
- filterOption: (inputValue: string, option: AnyObject) => boolean | undefined;
2734
- NSelect: any;
2735
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect")[], "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2736
- mainForm: {
2737
- type: import("../types").PropObject;
2738
- default: () => {};
2739
- };
2740
- userInfo: {
2741
- type: import("../types").PropObject;
2742
- default: () => {};
2743
- };
2744
- styleSetting: {
2745
- type: import("../types").PropObject;
2746
- default: () => {};
2747
- };
2748
- defaultValue: {
2749
- type: import("../types").PropObject;
2750
- default: () => {};
2751
- };
2752
- dbParams: {
2753
- type: import("vue").PropType<AnyObject>;
2754
- };
2755
- row: {
2756
- type: import("../types").PropObject;
2757
- default: () => {};
2758
- };
2759
- item: {
2760
- type: import("../types").PropObject;
2761
- default: () => {
2762
- _own: {};
2763
- };
2764
- };
2765
- defaultFieldList: {
2766
- type: import("vue").PropType<any[]>;
2767
- default: () => never[];
2768
- };
2769
- cacheUniqueKey: {
2770
- type: import("../types").PropObject;
2771
- default: () => {
2772
- _own: {};
2773
- };
2774
- };
2775
- params_formId: (NumberConstructor | StringConstructor)[];
2776
- formType: {
2777
- type: import("../types").PropObject;
2778
- default: () => {
2779
- _own: {};
2780
- };
2781
- };
2782
- isDetail: {
2783
- type: BooleanConstructor;
2784
- default: boolean;
2785
- };
2786
- handleFormTableValue: import("vue").PropType<import("../../../../../es/shared/types").Func<any[], any>>;
2787
- }>> & {
2788
- onTableBlur?: ((...args: any[]) => any) | undefined;
2789
- onValueOnChange?: ((...args: any[]) => any) | undefined;
2790
- onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
2791
- onOpentableSelect?: ((...args: any[]) => any) | undefined;
2792
- }, {
2793
- styleSetting: AnyObject;
2794
- userInfo: AnyObject;
2795
- row: AnyObject;
2796
- cacheUniqueKey: AnyObject;
2797
- formType: AnyObject;
2798
- isDetail: boolean;
2799
- item: AnyObject;
2800
- defaultValue: AnyObject;
2801
- mainForm: AnyObject;
2802
- defaultFieldList: any[];
2803
- }>;
2804
- tableTextarea: import("vue").DefineComponent<{
2805
- mainForm: {
2806
- type: import("../types").PropObject;
2807
- default: () => {};
2808
- };
2809
- userInfo: {
2810
- type: import("../types").PropObject;
2811
- default: () => {};
2812
- };
2813
- styleSetting: {
2814
- type: import("../types").PropObject;
2815
- default: () => {};
2816
- };
2817
- defaultValue: {
2818
- type: import("../types").PropObject;
2819
- default: () => {};
2820
- };
2821
- dbParams: {
2822
- type: import("vue").PropType<AnyObject>;
2823
- };
2824
- row: {
2825
- type: import("../types").PropObject;
2826
- default: () => {};
2827
- };
2828
- item: {
2829
- type: import("../types").PropObject;
2830
- default: () => {
2831
- _own: {};
2832
- };
2833
- };
2834
- defaultFieldList: {
2835
- type: import("vue").PropType<any[]>;
2836
- default: () => never[];
2837
- };
2838
- cacheUniqueKey: {
2839
- type: import("../types").PropObject;
2840
- default: () => {
2841
- _own: {};
2842
- };
2843
- };
2844
- params_formId: (NumberConstructor | StringConstructor)[];
2845
- formType: {
2846
- type: import("../types").PropObject;
2847
- default: () => {
2848
- _own: {};
2849
- };
2850
- };
2851
- isDetail: {
2852
- type: BooleanConstructor;
2853
- default: boolean;
2854
- };
2855
- handleFormTableValue: import("vue").PropType<import("../../../../../es/shared/types").Func<any[], any>>;
2856
- }, {
2857
- $message: import("naive-ui").MessageApi;
2858
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2859
- mainForm: {
2860
- type: import("../types").PropObject;
2861
- default: () => {};
2862
- };
2863
- userInfo: {
2864
- type: import("../types").PropObject;
2865
- default: () => {};
2866
- };
2867
- styleSetting: {
2868
- type: import("../types").PropObject;
2869
- default: () => {};
2870
- };
2871
- defaultValue: {
2872
- type: import("../types").PropObject;
2873
- default: () => {};
2874
- };
2875
- dbParams: {
2876
- type: import("vue").PropType<AnyObject>;
2877
- };
2878
- row: {
2879
- type: import("../types").PropObject;
2880
- default: () => {};
2881
- };
2882
- item: {
2883
- type: import("../types").PropObject;
2884
- default: () => {
2885
- _own: {};
2886
- };
2887
- };
2888
- defaultFieldList: {
2889
- type: import("vue").PropType<any[]>;
2890
- default: () => never[];
2891
- };
2892
- cacheUniqueKey: {
2893
- type: import("../types").PropObject;
2894
- default: () => {
2895
- _own: {};
2896
- };
2897
- };
2898
- params_formId: (NumberConstructor | StringConstructor)[];
2899
- formType: {
2900
- type: import("../types").PropObject;
2901
- default: () => {
2902
- _own: {};
2903
- };
2904
- };
2905
- isDetail: {
2906
- type: BooleanConstructor;
2907
- default: boolean;
2908
- };
2909
- handleFormTableValue: import("vue").PropType<import("../../../../../es/shared/types").Func<any[], any>>;
2910
- }>> & {
2911
- onTableBlur?: ((...args: any[]) => any) | undefined;
2912
- onValueOnChange?: ((...args: any[]) => any) | undefined;
2913
- onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
2914
- onOpentableSelect?: ((...args: any[]) => any) | undefined;
2915
- }>>;
2916
- emit: (event: "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", ...args: any[]) => void;
2917
- $t: () => void;
2918
- formTable: AnyObject;
2919
- hasErr: import("vue").ComputedRef<any>;
2920
- handleGetJsonStr: (str: string | AnyObject) => AnyObject;
2921
- handleSetFieldsValue: (setObj?: AnyObject, target?: any) => void;
2922
- handleGetUniqueKey: (id: string) => any;
2923
- handleSysParams: (str: string) => string;
2924
- defaultInit: () => void;
2925
- handleTableBlur: (e?: AnyObject | undefined, config?: AnyObject) => void;
2926
- handleFormParams: (str: string) => string;
2927
- radioColor: () => (p: AnyObject, isOnlyRead?: boolean | undefined) => any;
2928
- handleGetAgeUnit: (ageInfo?: AnyObject) => string | undefined;
2929
- handleAgeToBirthDay: (val: number, f: string, item: AnyObject) => void;
2930
- changeAgeSelect: (val: string, item: AnyObject) => void;
2931
- handlerSetIdCarInfoValidate: (value: any, item: AnyObject, callback: import("../../../../../es/shared/types").Func<any[], any>) => void;
2932
- getInputCheck: (validate?: string | undefined) => {
2933
- pattern: RegExp;
2934
- message: string;
2935
- } | undefined;
2936
- getCustomRegular: (item: AnyObject) => {
2937
- pattern: RegExp;
2938
- message: any;
2939
- } | null;
2940
- checkDigital: import("../types").ValidateFunc;
2941
- checkAgeJson: import("../types").ValidateFunc;
2942
- checkAge: import("../types").ValidateFunc;
2943
- checkMultipleChoice: import("../types").ValidateFunc;
2944
- checkLength: import("../types").ValidateFunc;
2945
- checkinputBlank: import("../types").ValidateFunc;
2946
- checkSearchCascade: import("../types").ValidateFunc;
2947
- checkMultipleTree: import("../types").ValidateFunc;
2948
- handleDateClearBtn: (v: any, item: AnyObject) => void;
2949
- handleStartDateEndDate: (item: AnyObject) => void;
2950
- showTimePanel: (item: AnyObject) => boolean;
2951
- momentLib: (date_format: string) => any;
2952
- judgeTimeBoundary: (time: any, item: AnyObject) => void;
2953
- setTimeValue: (time: any, item: AnyObject) => void;
2954
- judgeTimeRange: (time: any, item: AnyObject) => AnyObject | undefined;
2955
- isSameDate: (curDate: any, compareMin: any, compareMax: any) => AnyObject;
2956
- setDefaultCurrent: (compareItem: AnyObject, currTime: any) => void;
2957
- handleDefaultRimeRange: (time: any, item: AnyObject) => void;
2958
- judgeMinMaxDateIsSameDate: (item: AnyObject) => boolean;
2959
- handleDefaultTimeRange: (time: any, item: any, chooseDate?: any) => {};
2960
- changeTimeDate: (time: any, minTime: any, maxTime: any, item: AnyObject) => {};
2961
- setTimeRangeArr: (hMin: any, HMax: any, mMin: any, mMax: any, sMin: any, sMax: any) => Required<Partial<Record<"hArr" | "mArr" | "sArr", [any, any]>>>;
2962
- maxLength: import("vue").ComputedRef<number>;
2963
- handlerFormatTextarea: (value: any) => any;
2964
- NInput: any;
2965
- TextOverTooltip: import("vue").DefineComponent<{
2966
- content: {
2967
- type: (NumberConstructor | StringConstructor)[];
2968
- required: false;
2969
- };
2970
- className: {
2971
- type: StringConstructor;
2972
- required: false;
2973
- };
2974
- refName: {
2975
- type: StringConstructor;
2976
- required: false;
2977
- };
2978
- effect: {
2979
- type: StringConstructor;
2980
- required: false;
2981
- default: string;
2982
- };
2983
- placement: {
2984
- type: StringConstructor;
2985
- required: false;
2986
- default: string;
2987
- };
2988
- tooltipTitle: {
2989
- type: (NumberConstructor | StringConstructor)[];
2990
- required: false;
2991
- default: string;
2992
- };
2993
- isAlias: {
2994
- type: BooleanConstructor;
2995
- required: false;
2996
- };
2997
- }, {
2998
- props: {
2999
- content?: string | number | undefined;
3000
- className?: string | undefined;
3001
- refName?: string | undefined;
3002
- effect: string;
3003
- placement: "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
3004
- tooltipTitle: string | number;
3005
- isAlias?: boolean | undefined;
3006
- };
3007
- isDisabledTooltip: import("vue").Ref<boolean>;
3008
- curContent: import("vue").ComputedRef<string>;
3009
- $refName: any;
3010
- onMouseOver: (str: any) => void;
3011
- onMouseOut: () => void;
3012
- NTooltip: any;
3013
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3014
- content: {
3015
- type: (NumberConstructor | StringConstructor)[];
3016
- required: false;
3017
- };
3018
- className: {
3019
- type: StringConstructor;
3020
- required: false;
3021
- };
3022
- refName: {
3023
- type: StringConstructor;
3024
- required: false;
3025
- };
3026
- effect: {
3027
- type: StringConstructor;
3028
- required: false;
3029
- default: string;
3030
- };
3031
- placement: {
3032
- type: StringConstructor;
3033
- required: false;
3034
- default: string;
3035
- };
3036
- tooltipTitle: {
3037
- type: (NumberConstructor | StringConstructor)[];
3038
- required: false;
3039
- default: string;
3040
- };
3041
- isAlias: {
3042
- type: BooleanConstructor;
3043
- required: false;
3044
- };
3045
- }>>, {
3046
- placement: string;
3047
- tooltipTitle: string | number;
3048
- isAlias: boolean;
3049
- effect: string;
3050
- }>;
3051
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect")[], "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3052
- mainForm: {
3053
- type: import("../types").PropObject;
3054
- default: () => {};
3055
- };
3056
- userInfo: {
3057
- type: import("../types").PropObject;
3058
- default: () => {};
3059
- };
3060
- styleSetting: {
3061
- type: import("../types").PropObject;
3062
- default: () => {};
3063
- };
3064
- defaultValue: {
3065
- type: import("../types").PropObject;
3066
- default: () => {};
3067
- };
3068
- dbParams: {
3069
- type: import("vue").PropType<AnyObject>;
3070
- };
3071
- row: {
3072
- type: import("../types").PropObject;
3073
- default: () => {};
3074
- };
3075
- item: {
3076
- type: import("../types").PropObject;
3077
- default: () => {
3078
- _own: {};
3079
- };
3080
- };
3081
- defaultFieldList: {
3082
- type: import("vue").PropType<any[]>;
3083
- default: () => never[];
3084
- };
3085
- cacheUniqueKey: {
3086
- type: import("../types").PropObject;
3087
- default: () => {
3088
- _own: {};
3089
- };
3090
- };
3091
- params_formId: (NumberConstructor | StringConstructor)[];
3092
- formType: {
3093
- type: import("../types").PropObject;
3094
- default: () => {
3095
- _own: {};
3096
- };
3097
- };
3098
- isDetail: {
3099
- type: BooleanConstructor;
3100
- default: boolean;
3101
- };
3102
- handleFormTableValue: import("vue").PropType<import("../../../../../es/shared/types").Func<any[], any>>;
3103
- }>> & {
3104
- onTableBlur?: ((...args: any[]) => any) | undefined;
3105
- onValueOnChange?: ((...args: any[]) => any) | undefined;
3106
- onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
3107
- onOpentableSelect?: ((...args: any[]) => any) | undefined;
3108
- }, {
3109
- styleSetting: AnyObject;
3110
- userInfo: AnyObject;
3111
- row: AnyObject;
3112
- cacheUniqueKey: AnyObject;
3113
- formType: AnyObject;
3114
- isDetail: boolean;
3115
- item: AnyObject;
3116
- defaultValue: AnyObject;
3117
- mainForm: AnyObject;
3118
- defaultFieldList: any[];
3119
- }>;
3120
- tableTimePicker: import("vue").DefineComponent<{
3121
- mainForm: {
3122
- type: import("../types").PropObject;
3123
- default: () => {};
3124
- };
3125
- userInfo: {
3126
- type: import("../types").PropObject;
3127
- default: () => {};
3128
- };
3129
- styleSetting: {
3130
- type: import("../types").PropObject;
3131
- default: () => {};
3132
- };
3133
- defaultValue: {
3134
- type: import("../types").PropObject;
3135
- default: () => {};
3136
- };
3137
- dbParams: {
3138
- type: import("vue").PropType<AnyObject>;
3139
- };
3140
- row: {
3141
- type: import("../types").PropObject;
3142
- default: () => {};
3143
- };
3144
- item: {
3145
- type: import("../types").PropObject;
3146
- default: () => {
3147
- _own: {};
3148
- };
3149
- };
3150
- defaultFieldList: {
3151
- type: import("vue").PropType<any[]>;
3152
- default: () => never[];
3153
- };
3154
- cacheUniqueKey: {
3155
- type: import("../types").PropObject;
3156
- default: () => {
3157
- _own: {};
3158
- };
3159
- };
3160
- params_formId: (NumberConstructor | StringConstructor)[];
3161
- formType: {
3162
- type: import("../types").PropObject;
3163
- default: () => {
3164
- _own: {};
3165
- };
3166
- };
3167
- isDetail: {
3168
- type: BooleanConstructor;
3169
- default: boolean;
3170
- };
3171
- handleFormTableValue: import("vue").PropType<import("../../../../../es/shared/types").Func<any[], any>>;
3172
- }, {
3173
- open: import("vue").Ref<boolean>;
3174
- disabledDatePicker: (current: any, item: AnyObject) => any;
3175
- disabledTimePicker: (current: any, item: AnyObject) => {
3176
- disabledHours: () => never[];
3177
- disabledMinutes: () => never[];
3178
- disabledSeconds: () => never[];
3179
- } | undefined;
3180
- openTimeChange: (open: any, item: AnyObject) => void;
3181
- disabledHours: (item: AnyObject, type: string) => (() => never[]) | undefined;
3182
- disabledMethodTimeRange: (item: AnyObject) => void;
3183
- handleCompareTimeRange: (time: any, item: AnyObject, type: string) => {};
3184
- range: (start: number, end: number) => never[];
3185
- openDateChange: (open: any, item: AnyObject) => void;
3186
- $message: import("naive-ui").MessageApi;
3187
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
3188
- mainForm: {
3189
- type: import("../types").PropObject;
3190
- default: () => {};
3191
- };
3192
- userInfo: {
3193
- type: import("../types").PropObject;
3194
- default: () => {};
3195
- };
3196
- styleSetting: {
3197
- type: import("../types").PropObject;
3198
- default: () => {};
3199
- };
3200
- defaultValue: {
3201
- type: import("../types").PropObject;
3202
- default: () => {};
3203
- };
3204
- dbParams: {
3205
- type: import("vue").PropType<AnyObject>;
3206
- };
3207
- row: {
3208
- type: import("../types").PropObject;
3209
- default: () => {};
3210
- };
3211
- item: {
3212
- type: import("../types").PropObject;
3213
- default: () => {
3214
- _own: {};
3215
- };
3216
- };
3217
- defaultFieldList: {
3218
- type: import("vue").PropType<any[]>;
3219
- default: () => never[];
3220
- };
3221
- cacheUniqueKey: {
3222
- type: import("../types").PropObject;
3223
- default: () => {
3224
- _own: {};
3225
- };
3226
- };
3227
- params_formId: (NumberConstructor | StringConstructor)[];
3228
- formType: {
3229
- type: import("../types").PropObject;
3230
- default: () => {
3231
- _own: {};
3232
- };
3233
- };
3234
- isDetail: {
3235
- type: BooleanConstructor;
3236
- default: boolean;
3237
- };
3238
- handleFormTableValue: import("vue").PropType<import("../../../../../es/shared/types").Func<any[], any>>;
3239
- }>> & {
3240
- onTableBlur?: ((...args: any[]) => any) | undefined;
3241
- onValueOnChange?: ((...args: any[]) => any) | undefined;
3242
- onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
3243
- onOpentableSelect?: ((...args: any[]) => any) | undefined;
3244
- }>>;
3245
- emit: (event: "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", ...args: any[]) => void;
3246
- $t: () => void;
3247
- formTable: AnyObject;
3248
- handlerGetDateType: (data: AnyObject) => any;
3249
- hasErr: import("vue").ComputedRef<any>;
3250
- handleGetJsonStr: (str: string | AnyObject) => AnyObject;
3251
- handleSetFieldsValue: (setObj?: AnyObject, target?: any) => void;
3252
- handleGetUniqueKey: (id: string) => any;
3253
- handleSysParams: (str: string) => string;
3254
- defaultInit: () => void;
3255
- handleTableBlur: (e?: AnyObject | undefined, config?: AnyObject) => void;
3256
- handleFormParams: (str: string) => string;
3257
- radioColor: () => (p: AnyObject, isOnlyRead?: boolean | undefined) => any;
3258
- handleGetAgeUnit: (ageInfo?: AnyObject) => string | undefined;
3259
- handleAgeToBirthDay: (val: number, f: string, item: AnyObject) => void;
3260
- changeAgeSelect: (val: string, item: AnyObject) => void;
3261
- handlerSetIdCarInfoValidate: (value: any, item: AnyObject, callback: import("../../../../../es/shared/types").Func<any[], any>) => void;
3262
- getInputCheck: (validate?: string | undefined) => {
3263
- pattern: RegExp;
3264
- message: string;
3265
- } | undefined;
3266
- getCustomRegular: (item: AnyObject) => {
3267
- pattern: RegExp;
3268
- message: any;
3269
- } | null;
3270
- checkDigital: import("../types").ValidateFunc;
3271
- checkAgeJson: import("../types").ValidateFunc;
3272
- checkAge: import("../types").ValidateFunc;
3273
- checkMultipleChoice: import("../types").ValidateFunc;
3274
- checkLength: import("../types").ValidateFunc;
3275
- checkinputBlank: import("../types").ValidateFunc;
3276
- checkSearchCascade: import("../types").ValidateFunc;
3277
- checkMultipleTree: import("../types").ValidateFunc;
3278
- handleDateClearBtn: (v: any, item: AnyObject) => void;
3279
- handleStartDateEndDate: (item: AnyObject) => void;
3280
- showTimePanel: (item: AnyObject) => boolean;
3281
- momentLib: (date_format: string) => any;
3282
- judgeTimeBoundary: (time: any, item: AnyObject) => void;
3283
- setTimeValue: (time: any, item: AnyObject) => void;
3284
- judgeTimeRange: (time: any, item: AnyObject) => AnyObject | undefined;
3285
- isSameDate: (curDate: any, compareMin: any, compareMax: any) => AnyObject;
3286
- setDefaultCurrent: (compareItem: AnyObject, currTime: any) => void;
3287
- handleDefaultRimeRange: (time: any, item: AnyObject) => void;
3288
- judgeMinMaxDateIsSameDate: (item: AnyObject) => boolean;
3289
- handleDefaultTimeRange: (time: any, item: any, chooseDate?: any) => {};
3290
- changeTimeDate: (time: any, minTime: any, maxTime: any, item: AnyObject) => {};
3291
- setTimeRangeArr: (hMin: any, HMax: any, mMin: any, mMax: any, sMin: any, sMax: any) => Required<Partial<Record<"hArr" | "mArr" | "sArr", [any, any]>>>;
3292
- NTimePicker: any;
3293
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect")[], "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3294
- mainForm: {
3295
- type: import("../types").PropObject;
3296
- default: () => {};
3297
- };
3298
- userInfo: {
3299
- type: import("../types").PropObject;
3300
- default: () => {};
3301
- };
3302
- styleSetting: {
3303
- type: import("../types").PropObject;
3304
- default: () => {};
3305
- };
3306
- defaultValue: {
3307
- type: import("../types").PropObject;
3308
- default: () => {};
3309
- };
3310
- dbParams: {
3311
- type: import("vue").PropType<AnyObject>;
3312
- };
3313
- row: {
3314
- type: import("../types").PropObject;
3315
- default: () => {};
3316
- };
3317
- item: {
3318
- type: import("../types").PropObject;
3319
- default: () => {
3320
- _own: {};
3321
- };
3322
- };
3323
- defaultFieldList: {
3324
- type: import("vue").PropType<any[]>;
3325
- default: () => never[];
3326
- };
3327
- cacheUniqueKey: {
3328
- type: import("../types").PropObject;
3329
- default: () => {
3330
- _own: {};
3331
- };
3332
- };
3333
- params_formId: (NumberConstructor | StringConstructor)[];
3334
- formType: {
3335
- type: import("../types").PropObject;
3336
- default: () => {
3337
- _own: {};
3338
- };
3339
- };
3340
- isDetail: {
3341
- type: BooleanConstructor;
3342
- default: boolean;
3343
- };
3344
- handleFormTableValue: import("vue").PropType<import("../../../../../es/shared/types").Func<any[], any>>;
3345
- }>> & {
3346
- onTableBlur?: ((...args: any[]) => any) | undefined;
3347
- onValueOnChange?: ((...args: any[]) => any) | undefined;
3348
- onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
3349
- onOpentableSelect?: ((...args: any[]) => any) | undefined;
3350
- }, {
3351
- styleSetting: AnyObject;
3352
- userInfo: AnyObject;
3353
- row: AnyObject;
3354
- cacheUniqueKey: AnyObject;
3355
- formType: AnyObject;
3356
- isDetail: boolean;
3357
- item: AnyObject;
3358
- defaultValue: AnyObject;
3359
- mainForm: AnyObject;
3360
- defaultFieldList: any[];
3361
- }>;
3362
- tableTreeSelect: import("vue").DefineComponent<{
3363
- mainForm: {
3364
- type: import("../types").PropObject;
3365
- default: () => {};
3366
- };
3367
- userInfo: {
3368
- type: import("../types").PropObject;
3369
- default: () => {};
3370
- };
3371
- styleSetting: {
3372
- type: import("../types").PropObject;
3373
- default: () => {};
3374
- };
3375
- defaultValue: {
3376
- type: import("../types").PropObject;
3377
- default: () => {};
3378
- };
3379
- dbParams: {
3380
- type: import("vue").PropType<AnyObject>;
3381
- };
3382
- row: {
3383
- type: import("../types").PropObject;
3384
- default: () => {};
3385
- };
3386
- item: {
3387
- type: import("../types").PropObject;
3388
- default: () => {
3389
- _own: {};
3390
- };
3391
- };
3392
- defaultFieldList: {
3393
- type: import("vue").PropType<any[]>;
3394
- default: () => never[];
3395
- };
3396
- cacheUniqueKey: {
3397
- type: import("../types").PropObject;
3398
- default: () => {
3399
- _own: {};
3400
- };
3401
- };
3402
- params_formId: (NumberConstructor | StringConstructor)[];
3403
- formType: {
3404
- type: import("../types").PropObject;
3405
- default: () => {
3406
- _own: {};
3407
- };
3408
- };
3409
- isDetail: {
3410
- type: BooleanConstructor;
3411
- default: boolean;
3412
- };
3413
- handleFormTableValue: import("vue").PropType<import("../../../../../es/shared/types").Func<any[], any>>;
3414
- }, {
3415
- $message: import("naive-ui").MessageApi;
3416
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
3417
- mainForm: {
3418
- type: import("../types").PropObject;
3419
- default: () => {};
3420
- };
3421
- userInfo: {
3422
- type: import("../types").PropObject;
3423
- default: () => {};
3424
- };
3425
- styleSetting: {
3426
- type: import("../types").PropObject;
3427
- default: () => {};
3428
- };
3429
- defaultValue: {
3430
- type: import("../types").PropObject;
3431
- default: () => {};
3432
- };
3433
- dbParams: {
3434
- type: import("vue").PropType<AnyObject>;
3435
- };
3436
- row: {
3437
- type: import("../types").PropObject;
3438
- default: () => {};
3439
- };
3440
- item: {
3441
- type: import("../types").PropObject;
3442
- default: () => {
3443
- _own: {};
3444
- };
3445
- };
3446
- defaultFieldList: {
3447
- type: import("vue").PropType<any[]>;
3448
- default: () => never[];
3449
- };
3450
- cacheUniqueKey: {
3451
- type: import("../types").PropObject;
3452
- default: () => {
3453
- _own: {};
3454
- };
3455
- };
3456
- params_formId: (NumberConstructor | StringConstructor)[];
3457
- formType: {
3458
- type: import("../types").PropObject;
3459
- default: () => {
3460
- _own: {};
3461
- };
3462
- };
3463
- isDetail: {
3464
- type: BooleanConstructor;
3465
- default: boolean;
3466
- };
3467
- handleFormTableValue: import("vue").PropType<import("../../../../../es/shared/types").Func<any[], any>>;
3468
- }>> & {
3469
- onTableBlur?: ((...args: any[]) => any) | undefined;
3470
- onValueOnChange?: ((...args: any[]) => any) | undefined;
3471
- onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
3472
- onOpentableSelect?: ((...args: any[]) => any) | undefined;
3473
- }>>;
3474
- emit: (event: "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", ...args: any[]) => void;
3475
- open: import("vue").Ref<boolean>;
3476
- wrapperRef: import("vue").Ref<HTMLElement | null>;
3477
- refs: HTMLElement[];
3478
- baseForm: import("vue").Ref<AnyObject>;
3479
- curAddBtnItem: import("vue").Ref<any>;
3480
- dropdownHide: import("vue").Ref<boolean>;
3481
- $_handleTracherLog: () => void;
3482
- $t: () => void;
3483
- $qs: () => void;
3484
- loadDataPrimary_key: import("vue").Ref<any>;
3485
- optionsRequestSource: import("vue").Ref<any>;
3486
- Choose_to_complete: import("vue").Ref<boolean>;
3487
- noAllow_check_mid_level: import("vue").Ref<boolean>;
3488
- selsectVisible: import("vue").Ref<boolean>;
3489
- fetching: import("vue").Ref<boolean>;
3490
- timeout: any;
3491
- curOptions: import("vue").Ref<any[]>;
3492
- selectedOptions: import("vue").Ref<any[]>;
3493
- levelNum: import("vue").Ref<number>;
3494
- cascaderInitLabel: import("vue").Ref<boolean>;
3495
- defList: import("vue").Ref<any[]>;
3496
- panelOpen: import("vue").Ref<boolean>;
3497
- searchAddObj: import("vue").Ref<AnyObject>;
3498
- searchPageConfig: import("vue").Ref<{
3499
- keyword: undefined;
3500
- isFetching: boolean;
3501
- isRequest: boolean;
3502
- hasNextPage: boolean;
3503
- page: number;
3504
- total: number;
3505
- }>;
3506
- optionsMaxWidth: import("vue").Ref<string>;
3507
- cacheReqOptionsParams: import("vue").Ref<string>;
3508
- hotSearchConfig: import("vue").Ref<{
3509
- hotList: never[];
3510
- latestList: never[];
3511
- isRequest: boolean;
3512
- isclose: boolean;
3513
- }>;
3514
- searchShowHotList: import("vue").Ref<boolean>;
3515
- showHotSearchConfig: import("vue").ComputedRef<true | 0>;
3516
- showSearchEmpty: import("vue").ComputedRef<boolean>;
3517
- selectIsOpen: import("vue").ComputedRef<boolean>;
3518
- isnoPages: import("vue").ComputedRef<boolean>;
3519
- hanldeInitSearchMoreVal: (i: any, v?: any) => Promise<void>;
3520
- getSearchDefParams: (keyword: any, itemData?: any, other?: any) => {
3521
- pageSize?: number | undefined;
3522
- primaryKey?: any;
3523
- levelKey?: any;
3524
- wordbookId: any;
3525
- autograph: any;
3526
- wordbookType: any;
3527
- preConObj: string | undefined;
3528
- conObj: string | undefined;
3529
- preSqlExpression: any;
3530
- sqlExpression: any;
3531
- fieldKeys: string | undefined;
3532
- keyword: any;
3533
- page: number;
3534
- };
3535
- getCascadeParams: (params: any, itemData: any, otherConfig: any, defFalg: any) => any;
3536
- handleRowUnique: (rows: any, itemData: any, uniqueConfig?: any) => any;
3537
- handleGetSearchDefVal: (defFalg: any, rowData: any, itemData: any, uniqueConfig?: any) => void;
3538
- handleRequestedOptions: (itemData?: any, keyword?: any, defFalg?: any, otherConfig?: any) => Promise<any>;
3539
- handleFreeEntry: (option?: any) => void;
3540
- formatField: (value: any) => any;
3541
- formatFieldValue: (value: any) => any;
3542
- getTitleHeader: (fieldList: any, renderKey: any) => string;
3543
- handleRequestedUniqueKey: (id: any) => Promise<unknown>;
3544
- dealDictionatySearch: (val: any) => void;
3545
- handleMultipleSearch: (val: any, itemData: any) => void;
3546
- multipleSelect: (e: any, item: any) => void;
3547
- multipleDeselect: (e: any, item: any) => void;
3548
- handlerAddOptions: (data: any, item: any) => void;
3549
- searchMoreOnChange: (value: any, item: any) => void;
3550
- handleFormCascade: (list?: any, v?: any, level?: any) => void;
3551
- hanldeGetCascadelabel: (v?: any, k?: any) => string;
3552
- handleCascaderChange: (option: any, item: any) => void;
3553
- handleCascaderFilter: (inputValue: any, path: any) => any;
3554
- handleCascadeLoadData: (selectedOptions: any) => Promise<void>;
3555
- handlerDropdownVisibleChange: (e: any, data: any) => void;
3556
- hanlderGetSearchLabel: (config: any, v: any) => any;
3557
- hanlderSendSelectLog: (item: any, value: any) => void;
3558
- handleSearchSelect: (e: any, option: any, type?: any, eventConfig?: any) => void;
3559
- handleSearchChangePage: (type?: any) => void;
3560
- handleCalculateOptionsMaxWidth: () => void;
3561
- handlerSearchOnFocus: (item: any) => void;
3562
- handleQueryParams: (formData: any, queryParams: any) => {};
3563
- hideHotSearch: import("vue").Ref<boolean>;
3564
- confirmSelect: ({ value, selectRow, myUniqueKey }: any) => void;
3565
- hanldeRemoveDuplicates: (list?: any, config?: any) => any[];
3566
- getFormValue: () => any;
3567
- cancelOptionsRequest: () => void;
3568
- getHotSearchConfig: () => void;
3569
- handleSelectHotKeyword: (key: any) => void;
3570
- hanldeClearLately: () => void;
3571
- closeHotSearch: () => void;
3572
- handleSearchTracher: (item: any, obj?: any) => void;
3573
- hanldercheckOption: (data: any) => any;
3574
- handleSearchScrollTop: (item: any) => void;
3575
- handleCascaderTracher: () => void;
3576
- handleSearchBlur: () => void;
3577
- curMultipleSelected: import("vue").Ref<any[]>;
3578
- formTable: AnyObject;
3579
- hasErr: import("vue").ComputedRef<any>;
3580
- handleGetJsonStr: (str: string | AnyObject) => AnyObject;
3581
- handleSetFieldsValue: (setObj?: AnyObject, target?: any) => void;
3582
- handleGetUniqueKey: (id: string) => any;
3583
- handleSysParams: (str: string) => string;
3584
- defaultInit: () => void;
3585
- handleTableBlur: (e?: AnyObject | undefined, config?: AnyObject) => void;
3586
- handleFormParams: (str: string) => string;
3587
- radioColor: () => (p: AnyObject, isOnlyRead?: boolean | undefined) => any;
3588
- handleGetAgeUnit: (ageInfo?: AnyObject) => string | undefined;
3589
- handleAgeToBirthDay: (val: number, f: string, item: AnyObject) => void;
3590
- changeAgeSelect: (val: string, item: AnyObject) => void;
3591
- handlerSetIdCarInfoValidate: (value: any, item: AnyObject, callback: import("../../../../../es/shared/types").Func<any[], any>) => void;
3592
- getInputCheck: (validate?: string | undefined) => {
3593
- pattern: RegExp;
3594
- message: string;
3595
- } | undefined;
3596
- getCustomRegular: (item: AnyObject) => {
3597
- pattern: RegExp;
3598
- message: any;
3599
- } | null;
3600
- checkDigital: import("../types").ValidateFunc;
3601
- checkAgeJson: import("../types").ValidateFunc;
3602
- checkAge: import("../types").ValidateFunc;
3603
- checkMultipleChoice: import("../types").ValidateFunc;
3604
- checkLength: import("../types").ValidateFunc;
3605
- checkinputBlank: import("../types").ValidateFunc;
3606
- handlerGetDateType: (data: AnyObject) => any;
3607
- checkSearchCascade: import("../types").ValidateFunc;
3608
- checkMultipleTree: import("../types").ValidateFunc;
3609
- handleDateClearBtn: (v: any, item: AnyObject) => void;
3610
- handleStartDateEndDate: (item: AnyObject) => void;
3611
- showTimePanel: (item: AnyObject) => boolean;
3612
- momentLib: (date_format: string) => any;
3613
- judgeTimeBoundary: (time: any, item: AnyObject) => void;
3614
- setTimeValue: (time: any, item: AnyObject) => void;
3615
- judgeTimeRange: (time: any, item: AnyObject) => AnyObject | undefined;
3616
- isSameDate: (curDate: any, compareMin: any, compareMax: any) => AnyObject;
3617
- setDefaultCurrent: (compareItem: AnyObject, currTime: any) => void;
3618
- handleDefaultRimeRange: (time: any, item: AnyObject) => void;
3619
- judgeMinMaxDateIsSameDate: (item: AnyObject) => boolean;
3620
- handleDefaultTimeRange: (time: any, item: any, chooseDate?: any) => {};
3621
- changeTimeDate: (time: any, minTime: any, maxTime: any, item: AnyObject) => {};
3622
- setTimeRangeArr: (hMin: any, HMax: any, mMin: any, mMax: any, sMin: any, sMax: any) => Required<Partial<Record<"hArr" | "mArr" | "sArr", [any, any]>>>;
3623
- treeData: import("vue").Ref<{
3624
- value: string;
3625
- key: string;
3626
- selectable: boolean;
3627
- scopedSlots: {
3628
- title: string;
3629
- };
3630
- }[]>;
3631
- showCom: import("vue").ComputedRef<any>;
3632
- init: () => Promise<void>;
3633
- handleInitTreeData: (list: any, v: any) => void;
3634
- hanldeSetTreeDef: () => void;
3635
- treeSelect: (key: any, vnode: any) => void;
3636
- filter: (pattern: string, option: AnyObject) => boolean;
3637
- NTreeSelect: any;
3638
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect")[], "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3639
- mainForm: {
3640
- type: import("../types").PropObject;
3641
- default: () => {};
3642
- };
3643
- userInfo: {
3644
- type: import("../types").PropObject;
3645
- default: () => {};
3646
- };
3647
- styleSetting: {
3648
- type: import("../types").PropObject;
3649
- default: () => {};
3650
- };
3651
- defaultValue: {
3652
- type: import("../types").PropObject;
3653
- default: () => {};
3654
- };
3655
- dbParams: {
3656
- type: import("vue").PropType<AnyObject>;
3657
- };
3658
- row: {
3659
- type: import("../types").PropObject;
3660
- default: () => {};
3661
- };
3662
- item: {
3663
- type: import("../types").PropObject;
3664
- default: () => {
3665
- _own: {};
3666
- };
3667
- };
3668
- defaultFieldList: {
3669
- type: import("vue").PropType<any[]>;
3670
- default: () => never[];
3671
- };
3672
- cacheUniqueKey: {
3673
- type: import("../types").PropObject;
3674
- default: () => {
3675
- _own: {};
3676
- };
3677
- };
3678
- params_formId: (NumberConstructor | StringConstructor)[];
3679
- formType: {
3680
- type: import("../types").PropObject;
3681
- default: () => {
3682
- _own: {};
3683
- };
3684
- };
3685
- isDetail: {
3686
- type: BooleanConstructor;
3687
- default: boolean;
3688
- };
3689
- handleFormTableValue: import("vue").PropType<import("../../../../../es/shared/types").Func<any[], any>>;
3690
- }>> & {
3691
- onTableBlur?: ((...args: any[]) => any) | undefined;
3692
- onValueOnChange?: ((...args: any[]) => any) | undefined;
3693
- onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
3694
- onOpentableSelect?: ((...args: any[]) => any) | undefined;
3695
- }, {
3696
- styleSetting: AnyObject;
3697
- userInfo: AnyObject;
3698
- row: AnyObject;
3699
- cacheUniqueKey: AnyObject;
3700
- formType: AnyObject;
3701
- isDetail: boolean;
3702
- item: AnyObject;
3703
- defaultValue: AnyObject;
3704
- mainForm: AnyObject;
3705
- defaultFieldList: any[];
3706
- }>;
3707
- textOverTooltip: import("vue").DefineComponent<{
3708
- content: {
3709
- type: (NumberConstructor | StringConstructor | FunctionConstructor)[];
3710
- };
3711
- className: StringConstructor;
3712
- refName: {
3713
- type: StringConstructor;
3714
- default: string;
3715
- };
3716
- placement: {
3717
- type: StringConstructor;
3718
- default: string;
3719
- };
3720
- tooltipTitle: {
3721
- type: (NumberConstructor | StringConstructor)[];
3722
- default: string;
3723
- };
3724
- isAlias: BooleanConstructor;
3725
- textColor: StringConstructor;
3726
- }, {
3727
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
3728
- content: {
3729
- type: (NumberConstructor | StringConstructor | FunctionConstructor)[];
3730
- };
3731
- className: StringConstructor;
3732
- refName: {
3733
- type: StringConstructor;
3734
- default: string;
3735
- };
3736
- placement: {
3737
- type: StringConstructor;
3738
- default: string;
3739
- };
3740
- tooltipTitle: {
3741
- type: (NumberConstructor | StringConstructor)[];
3742
- default: string;
3743
- };
3744
- isAlias: BooleanConstructor;
3745
- textColor: StringConstructor;
3746
- }>> & {
3747
- [x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
3748
- }>>;
3749
- curContent: import("vue").ComputedRef<string | Function>;
3750
- NTooltip: any;
3751
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3752
- content: {
3753
- type: (NumberConstructor | StringConstructor | FunctionConstructor)[];
3754
- };
3755
- className: StringConstructor;
3756
- refName: {
3757
- type: StringConstructor;
3758
- default: string;
3759
- };
3760
- placement: {
3761
- type: StringConstructor;
3762
- default: string;
3763
- };
3764
- tooltipTitle: {
3765
- type: (NumberConstructor | StringConstructor)[];
3766
- default: string;
3767
- };
3768
- isAlias: BooleanConstructor;
3769
- textColor: StringConstructor;
3770
- }>>, {
3771
- refName: string;
3772
- placement: string;
3773
- tooltipTitle: string | number;
3774
- isAlias: boolean;
3775
- }>;
3776
- };
3777
- getComName: (v?: AnyObject) => any;
3778
- };