cnhis-design-vue 3.1.41-beta.35 → 3.1.41-beta.36

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 (62) hide show
  1. package/es/components/base-search/index.d.ts +286 -0
  2. package/es/components/base-search/index.js +1 -0
  3. package/es/components/{table-filter/src/base-search-com/BaseSearch.vue.d.ts → base-search/src/index.vue.d.ts} +1 -4
  4. package/es/components/base-search/src/index.vue.js +1 -0
  5. package/es/components/base-search/style/index.css +1 -0
  6. package/es/components/classification/index.d.ts +1013 -0
  7. package/es/components/classification/index.js +1 -0
  8. package/es/components/{table-filter → classification}/src/components/search-filter/index.vue.d.ts +9 -9
  9. package/es/components/classification/src/components/search-filter/index.vue.js +1 -0
  10. package/es/components/classification/src/components/set-classification/index.vue.js +1 -0
  11. package/es/components/{table-filter → classification}/src/components/table-modal/index.vue.d.ts +1 -3
  12. package/es/components/classification/src/const/index.d.ts +2 -0
  13. package/es/components/classification/src/const/index.js +1 -0
  14. package/es/components/{table-filter/src/classification/Classification-com.vue.d.ts → classification/src/index.vue.d.ts} +6 -6
  15. package/es/components/classification/src/index.vue.js +1 -0
  16. package/es/components/classification/style/iconfont.ttf +0 -0
  17. package/es/components/classification/style/index.css +1 -0
  18. package/es/components/index.css +1 -1
  19. package/es/components/index.d.ts +3 -1
  20. package/es/components/index.js +1 -1
  21. package/es/components/quick-search/index.d.ts +712 -0
  22. package/es/components/quick-search/index.js +1 -0
  23. package/es/components/{table-filter/src/quick-search/QuickSearch.vue.d.ts → quick-search/src/index.vue.d.ts} +21 -8
  24. package/es/components/quick-search/src/index.vue.js +1 -0
  25. package/es/components/quick-search/style/index.css +1 -0
  26. package/es/components/table-filter/index.d.ts +0 -1997
  27. package/es/components/table-filter/index.js +1 -1
  28. package/es/components/table-filter/src/hooks/useAdvanced.d.ts +2 -1
  29. package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
  30. package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -54
  31. package/es/components/table-filter/src/hooks/useMixins.js +1 -1
  32. package/es/components/table-filter/src/tool/generateDefOptions.js +1 -1
  33. package/es/components/table-filter/src/tool/transformData.d.ts +1 -0
  34. package/es/components/table-filter/src/tool/transformData.js +1 -1
  35. package/package.json +2 -2
  36. package/es/components/table-filter/src/base-search-com/BaseSearch.vue.js +0 -1
  37. package/es/components/table-filter/src/classification/Classification-com.vue.js +0 -1
  38. package/es/components/table-filter/src/components/search-filter/index.vue.js +0 -1
  39. package/es/components/table-filter/src/components/set-classification/index.vue.js +0 -1
  40. package/es/components/table-filter/src/const/index.d.ts +0 -5
  41. package/es/components/table-filter/src/const/index.js +0 -1
  42. package/es/components/table-filter/src/hooks/useTableSearchCon.d.ts +0 -8
  43. package/es/components/table-filter/src/hooks/useTableSearchCon.js +0 -1
  44. package/es/components/table-filter/src/hooks/useWordBookutils.d.ts +0 -12
  45. package/es/components/table-filter/src/hooks/useWordBookutils.js +0 -1
  46. package/es/components/table-filter/src/quick-search/QuickSearch.vue.js +0 -1
  47. package/es/components/table-filter/src/tool/time-domain.d.ts +0 -39
  48. package/es/components/table-filter/src/tool/time-domain.js +0 -1
  49. package/es/components/table-filter/src/tool/utils.d.ts +0 -4
  50. package/es/components/table-filter/src/tool/utils.js +0 -1
  51. package/es/components/table-filter/style/index.css +0 -1
  52. /package/es/components/{table-filter → base-search}/src/directive/resize.d.ts +0 -0
  53. /package/es/components/{table-filter → base-search}/src/directive/resize.js +0 -0
  54. /package/es/components/{table-filter → base-search}/src/tool/resizeSensor.d.ts +0 -0
  55. /package/es/components/{table-filter → base-search}/src/tool/resizeSensor.js +0 -0
  56. /package/es/components/{table-filter → base-search}/style/iconfont.ttf +0 -0
  57. /package/es/components/{table-filter → classification}/src/components/set-classification/index.vue.d.ts +0 -0
  58. /package/es/components/{table-filter → classification}/src/components/table-modal/index.vue.js +0 -0
  59. /package/es/components/{table-filter → classification}/src/directive/flexibleResize.d.ts +0 -0
  60. /package/es/components/{table-filter → classification}/src/directive/flexibleResize.js +0 -0
  61. /package/es/components/table-filter/src/tool/{options.d.ts → baseOptions.d.ts} +0 -0
  62. /package/es/components/table-filter/src/tool/{options.js → baseOptions.js} +0 -0
@@ -1,1999 +1,2 @@
1
- import { SFCWithInstall } from '../../../es/shared/types';
2
1
  export * from './src/types';
3
2
  export * from './src/hooks/export';
4
- declare const CBaseSearch: SFCWithInstall<import("vue").DefineComponent<{
5
- showSettings: {
6
- type: import("vue").PropType<import("./src/types").IsettingsType>;
7
- default: () => {
8
- hideQuickSearch: number;
9
- };
10
- };
11
- searchFieldList: {
12
- type: import("vue").PropType<import("./src/types").IApiServerType[]>;
13
- default: () => never[];
14
- };
15
- classificationIndex: {
16
- type: NumberConstructor;
17
- };
18
- qqConObjCount: {
19
- type: NumberConstructor;
20
- default: number;
21
- };
22
- }, {
23
- outQuickSearchFn: {
24
- handleRequestedLabel(v: any): Promise<import("axios").AxiosResponse<any, any>>;
25
- handlerInitSearchItem(arr: import("./src/types").ISearchType[]): void;
26
- handleSetLabelOptions(labelType: any, el: import("./src/types").ISearchType): void;
27
- getConObj(arr: any): any;
28
- };
29
- isRender: (cfg: import("./src/types").ISearchType) => any;
30
- getRenderSearchConObj: (cfg: import("./src/types").ISearchType) => {
31
- field_key: string;
32
- con: string | undefined;
33
- value: any[] | null;
34
- unit: null;
35
- } | null;
36
- isExistDefValByRenderWidget: (cfg: import("./src/types").ISearchType) => boolean;
37
- resetRenderWidgetValue: (cfg: import("./src/types").ISearchType) => any;
38
- transformData: (advancedFilterData: import("./src/types").IApiServerType[]) => {
39
- fieldType: string;
40
- columnName: string;
41
- settingObj: {};
42
- setting: string;
43
- widgetCfg: {
44
- isRender: boolean;
45
- widgetType: string | null;
46
- valueList: {
47
- value: any;
48
- label: string;
49
- }[] | undefined;
50
- defaultValue: any;
51
- defValueUnit: any;
52
- multiple: boolean;
53
- };
54
- title: string;
55
- alias: string | undefined;
56
- isShowSearch: number;
57
- filterExplicit: number;
58
- explicitRequired: number;
59
- advanceOptionSetting: string;
60
- placeholder: string | undefined;
61
- advanceColWidth: string;
62
- }[];
63
- baseLeft: any;
64
- quickSearchLi: any;
65
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
66
- showSettings: {
67
- type: import("vue").PropType<import("./src/types").IsettingsType>;
68
- default: () => {
69
- hideQuickSearch: number;
70
- };
71
- };
72
- searchFieldList: {
73
- type: import("vue").PropType<import("./src/types").IApiServerType[]>;
74
- default: () => never[];
75
- };
76
- classificationIndex: {
77
- type: NumberConstructor;
78
- };
79
- qqConObjCount: {
80
- type: NumberConstructor;
81
- default: number;
82
- };
83
- }>> & {
84
- onFoldQuickSearch?: ((...args: any[]) => any) | undefined;
85
- onOnFilterSearch?: ((...args: any[]) => any) | undefined;
86
- onHandleReset?: ((...args: any[]) => any) | undefined;
87
- onGetFilterParam?: ((...args: any[]) => any) | undefined;
88
- }>>;
89
- emit: (event: "foldQuickSearch" | "onFilterSearch" | "handleReset" | "getFilterParam", ...args: any[]) => void;
90
- baseLeftWidth: import("vue").Ref<number>;
91
- classificationWidth: import("vue").Ref<number>;
92
- quickSearchWidth: import("vue").Ref<number>;
93
- diffWidth: import("vue").Ref<number>;
94
- showResetFilterBtn: import("vue").Ref<boolean>;
95
- resizeFlag: import("vue").Ref<boolean>;
96
- outSearchFieldList: import("vue").Ref<{
97
- columnName: string;
98
- title: string;
99
- fieldType?: string | undefined;
100
- filterExplicit?: number | undefined;
101
- isShowSearch?: number | undefined;
102
- setting?: any;
103
- settingObj?: any;
104
- placeholder?: string | undefined;
105
- AGEAttr?: boolean | undefined;
106
- CL?: string | undefined;
107
- CONVERT?: any;
108
- EVALUATEAttr?: boolean | undefined;
109
- EQ?: string | undefined;
110
- LABELAttr?: boolean | undefined;
111
- _isBlock?: boolean | undefined;
112
- _frontId?: any;
113
- NUMBERFiled?: boolean | undefined;
114
- PASSWORDTYPE?: boolean | undefined;
115
- advanceColWidth?: string | undefined;
116
- advanceOptionSetting?: string | undefined;
117
- alias?: string | undefined;
118
- ageObj?: any;
119
- attr?: string | undefined;
120
- bigValue?: string | number | undefined;
121
- classify?: string | undefined;
122
- colWidth?: number | undefined;
123
- columnFullName?: string | undefined;
124
- com?: string | undefined;
125
- comType?: string | undefined;
126
- comAttr?: string | undefined;
127
- con?: string | undefined;
128
- dataSource?: any;
129
- dictionarieObj?: any;
130
- explicitRequired?: number | undefined;
131
- explicitDefaultVal?: string | undefined;
132
- extraField?: boolean | undefined;
133
- fieldSetting?: string | undefined;
134
- format?: string | undefined;
135
- i18n?: string | undefined;
136
- id?: string | undefined;
137
- inputVal?: string | undefined;
138
- inputUnit?: string | undefined;
139
- isAvg?: number | undefined;
140
- isEdit?: number | undefined;
141
- isFixed?: number | undefined;
142
- isFixedShow?: number | undefined;
143
- isFontWeight?: number | undefined;
144
- isMerge?: number | undefined;
145
- isOrder?: number | undefined;
146
- isPreciseSearch?: boolean | undefined;
147
- isRender?: boolean | undefined;
148
- isSearch?: number | undefined;
149
- isShow?: number | undefined;
150
- isSort?: number | undefined;
151
- isSum?: number | undefined;
152
- labelObj?: any;
153
- labelList?: {
154
- labelId?: string | undefined;
155
- change_text: string;
156
- field_key: string;
157
- filter: {
158
- con: string;
159
- conName?: string | undefined;
160
- field_key: string;
161
- key?: string | undefined;
162
- value: string;
163
- }[];
164
- label: string;
165
- labelName: string;
166
- sqlExpression: string;
167
- value: string;
168
- isSelect?: boolean | undefined;
169
- }[] | undefined;
170
- labelSelectList?: {
171
- labelId?: string | undefined;
172
- change_text: string;
173
- field_key: string;
174
- filter: {
175
- con: string;
176
- conName?: string | undefined;
177
- field_key: string;
178
- key?: string | undefined;
179
- value: string;
180
- }[];
181
- label: string;
182
- labelName: string;
183
- sqlExpression: string;
184
- value: string;
185
- isSelect?: boolean | undefined;
186
- }[] | undefined;
187
- lessValue?: string | number | undefined;
188
- marginx?: string | undefined;
189
- notParticipatingSearch?: number | undefined;
190
- order?: string | undefined;
191
- QUOTE?: any;
192
- searchPageConfig?: any;
193
- selecteds?: any;
194
- sequence?: number | undefined;
195
- showDate?: boolean | undefined;
196
- showFormat?: string | undefined;
197
- showTime?: boolean | undefined;
198
- sid?: string | undefined;
199
- start_val?: number | null | undefined;
200
- end_val?: number | null | undefined;
201
- tempCon?: any;
202
- tableId?: string | undefined;
203
- value?: any;
204
- unit?: string | undefined;
205
- widgetCfg?: any;
206
- formTitle?: string | undefined;
207
- random_key?: string | undefined;
208
- widgetType?: any;
209
- hasFieldList?: any;
210
- search_DefaultValue?: any;
211
- }[]>;
212
- showQuickSearch: import("vue").ComputedRef<boolean>;
213
- initOutSearchFieldList: (config?: any) => void;
214
- pageResize: (obj: any) => any;
215
- handleTileBtnWidth: () => void;
216
- onResize: () => void;
217
- isShowSetting: (v: string) => boolean;
218
- foldQuickSearch: () => void;
219
- outFilterChange: (config?: {}) => void;
220
- getConObjParams: () => any;
221
- getConObj: (arr: any) => any;
222
- onFilterSearch: (obj: import("./src/types").ISearchParamsType[], isOutFilter?: boolean, config?: {}) => void;
223
- handleReset: () => void;
224
- resetFunc: (arr: import("./src/types").ISearchType[]) => void;
225
- vResize: {
226
- mounted(el: any, binding: any): void;
227
- };
228
- RenderWidget: import("vue").DefineComponent<{
229
- cfg: {
230
- type: ObjectConstructor;
231
- required: true;
232
- };
233
- modelValue: {
234
- type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
235
- };
236
- }, any, {
237
- initialProps: {};
238
- }, {
239
- valueCp(): any;
240
- }, {
241
- search(): void;
242
- getEleWidth(cfg: any): string | undefined;
243
- initComponentProps(cfg: any): void;
244
- generateWidget(cfg: any): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
245
- [key: string]: any;
246
- }> | null;
247
- handleUpdate(val: any, widgetType: any, defValueUnit: any): void;
248
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "outFilterChange")[], "update:modelValue" | "outFilterChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
249
- cfg: {
250
- type: ObjectConstructor;
251
- required: true;
252
- };
253
- modelValue: {
254
- type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
255
- };
256
- }>> & {
257
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
258
- onOutFilterChange?: ((...args: any[]) => any) | undefined;
259
- }, {}>;
260
- NIcon: any;
261
- NButton: any;
262
- Search: 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<{}>>, {}>;
263
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("foldQuickSearch" | "onFilterSearch" | "handleReset" | "getFilterParam")[], "foldQuickSearch" | "onFilterSearch" | "handleReset" | "getFilterParam", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
264
- showSettings: {
265
- type: import("vue").PropType<import("./src/types").IsettingsType>;
266
- default: () => {
267
- hideQuickSearch: number;
268
- };
269
- };
270
- searchFieldList: {
271
- type: import("vue").PropType<import("./src/types").IApiServerType[]>;
272
- default: () => never[];
273
- };
274
- classificationIndex: {
275
- type: NumberConstructor;
276
- };
277
- qqConObjCount: {
278
- type: NumberConstructor;
279
- default: number;
280
- };
281
- }>> & {
282
- onFoldQuickSearch?: ((...args: any[]) => any) | undefined;
283
- onOnFilterSearch?: ((...args: any[]) => any) | undefined;
284
- onHandleReset?: ((...args: any[]) => any) | undefined;
285
- onGetFilterParam?: ((...args: any[]) => any) | undefined;
286
- }, {
287
- showSettings: import("./src/types").IsettingsType;
288
- searchFieldList: import("./src/types").IApiServerType[];
289
- qqConObjCount: number;
290
- }>>;
291
- declare const CQuickSearch: SFCWithInstall<import("vue").DefineComponent<{
292
- searchFieldList: {
293
- type: import("vue").PropType<import("./src/types").IApiServerType[]>;
294
- default: () => never[];
295
- };
296
- tableId: {
297
- type: StringConstructor;
298
- default: string;
299
- };
300
- filterApiConfig: {
301
- type: ObjectConstructor;
302
- };
303
- }, {
304
- rules: {
305
- classname: {
306
- required: boolean;
307
- message: string;
308
- trigger: string[];
309
- };
310
- };
311
- $message: import("naive-ui").MessageApi;
312
- handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
313
- outQuickSearchFn: {
314
- handleRequestedLabel(v: any): Promise<import("axios").AxiosResponse<any, any>>;
315
- handlerInitSearchItem(arr: import("./src/types").ISearchType[]): void;
316
- handleSetLabelOptions(labelType: any, el: import("./src/types").ISearchType): void;
317
- getConObj(arr: any): any;
318
- };
319
- initRenderWidgetCfg: (cfg: import("./src/types").ISearchType) => any;
320
- getRenderSearchConObj: (cfg: import("./src/types").ISearchType) => {
321
- field_key: string;
322
- con: string | undefined;
323
- value: any[] | null;
324
- unit: null;
325
- } | null;
326
- resetRenderWidgetValue: (cfg: import("./src/types").ISearchType) => any;
327
- transformData: (advancedFilterData: import("./src/types").IApiServerType[]) => {
328
- fieldType: string;
329
- columnName: string;
330
- settingObj: {};
331
- setting: string;
332
- widgetCfg: {
333
- isRender: boolean;
334
- widgetType: string | null;
335
- valueList: {
336
- value: any;
337
- label: string;
338
- }[] | undefined;
339
- defaultValue: any;
340
- defValueUnit: any;
341
- multiple: boolean;
342
- };
343
- title: string;
344
- alias: string | undefined;
345
- isShowSearch: number;
346
- filterExplicit: number;
347
- explicitRequired: number;
348
- advanceOptionSetting: string;
349
- placeholder: string | undefined;
350
- advanceColWidth: string;
351
- }[];
352
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
353
- searchFieldList: {
354
- type: import("vue").PropType<import("./src/types").IApiServerType[]>;
355
- default: () => never[];
356
- };
357
- tableId: {
358
- type: StringConstructor;
359
- default: string;
360
- };
361
- filterApiConfig: {
362
- type: ObjectConstructor;
363
- };
364
- }>> & {
365
- onOnFilterSearch?: ((...args: any[]) => any) | undefined;
366
- onGetFilterParam?: ((...args: any[]) => any) | undefined;
367
- onClearQuickSearchConfig?: ((...args: any[]) => any) | undefined;
368
- }>>;
369
- emit: (event: "onFilterSearch" | "getFilterParam" | "clearQuickSearchConfig", ...args: any[]) => void;
370
- formRef: any;
371
- formValue: import("vue").Ref<{
372
- classname: string;
373
- }>;
374
- showInner: import("vue").Ref<boolean>;
375
- quickSearch: import("vue").Ref<{
376
- columnName: string;
377
- title: string;
378
- fieldType?: string | undefined;
379
- filterExplicit?: number | undefined;
380
- isShowSearch?: number | undefined;
381
- setting?: any;
382
- settingObj?: any;
383
- placeholder?: string | undefined;
384
- AGEAttr?: boolean | undefined;
385
- CL?: string | undefined;
386
- CONVERT?: any;
387
- EVALUATEAttr?: boolean | undefined;
388
- EQ?: string | undefined;
389
- LABELAttr?: boolean | undefined;
390
- _isBlock?: boolean | undefined;
391
- _frontId?: any;
392
- NUMBERFiled?: boolean | undefined;
393
- PASSWORDTYPE?: boolean | undefined;
394
- advanceColWidth?: string | undefined;
395
- advanceOptionSetting?: string | undefined;
396
- alias?: string | undefined;
397
- ageObj?: any;
398
- attr?: string | undefined;
399
- bigValue?: string | number | undefined;
400
- classify?: string | undefined;
401
- colWidth?: number | undefined;
402
- columnFullName?: string | undefined;
403
- com?: string | undefined;
404
- comType?: string | undefined;
405
- comAttr?: string | undefined;
406
- con?: string | undefined;
407
- dataSource?: any;
408
- dictionarieObj?: any;
409
- explicitRequired?: number | undefined;
410
- explicitDefaultVal?: string | undefined;
411
- extraField?: boolean | undefined;
412
- fieldSetting?: string | undefined;
413
- format?: string | undefined;
414
- i18n?: string | undefined;
415
- id?: string | undefined;
416
- inputVal?: string | undefined;
417
- inputUnit?: string | undefined;
418
- isAvg?: number | undefined;
419
- isEdit?: number | undefined;
420
- isFixed?: number | undefined;
421
- isFixedShow?: number | undefined;
422
- isFontWeight?: number | undefined;
423
- isMerge?: number | undefined;
424
- isOrder?: number | undefined;
425
- isPreciseSearch?: boolean | undefined;
426
- isRender?: boolean | undefined;
427
- isSearch?: number | undefined;
428
- isShow?: number | undefined;
429
- isSort?: number | undefined;
430
- isSum?: number | undefined;
431
- labelObj?: any;
432
- labelList?: {
433
- labelId?: string | undefined;
434
- change_text: string;
435
- field_key: string;
436
- filter: {
437
- con: string;
438
- conName?: string | undefined;
439
- field_key: string;
440
- key?: string | undefined;
441
- value: string;
442
- }[];
443
- label: string;
444
- labelName: string;
445
- sqlExpression: string;
446
- value: string;
447
- isSelect?: boolean | undefined;
448
- }[] | undefined;
449
- labelSelectList?: {
450
- labelId?: string | undefined;
451
- change_text: string;
452
- field_key: string;
453
- filter: {
454
- con: string;
455
- conName?: string | undefined;
456
- field_key: string;
457
- key?: string | undefined;
458
- value: string;
459
- }[];
460
- label: string;
461
- labelName: string;
462
- sqlExpression: string;
463
- value: string;
464
- isSelect?: boolean | undefined;
465
- }[] | undefined;
466
- lessValue?: string | number | undefined;
467
- marginx?: string | undefined;
468
- notParticipatingSearch?: number | undefined;
469
- order?: string | undefined;
470
- QUOTE?: any;
471
- searchPageConfig?: any;
472
- selecteds?: any;
473
- sequence?: number | undefined;
474
- showDate?: boolean | undefined;
475
- showFormat?: string | undefined;
476
- showTime?: boolean | undefined;
477
- sid?: string | undefined;
478
- start_val?: number | null | undefined;
479
- end_val?: number | null | undefined;
480
- tempCon?: any;
481
- tableId?: string | undefined;
482
- value?: any;
483
- unit?: string | undefined;
484
- widgetCfg?: any;
485
- formTitle?: string | undefined;
486
- random_key?: string | undefined;
487
- widgetType?: any;
488
- hasFieldList?: any;
489
- search_DefaultValue?: any;
490
- }[]>;
491
- parentNames: import("vue").Ref<{
492
- disabled: boolean;
493
- isAdd?: boolean | undefined;
494
- selected: boolean;
495
- value: string;
496
- }[]>;
497
- showAdd: import("vue").Ref<boolean>;
498
- addVal: import("vue").Ref<string>;
499
- parentNamesHasAdd: import("vue").ComputedRef<boolean>;
500
- handleName: import("vue").ComputedRef<(item: import("./src/types").ISearchType, key?: string) => any>;
501
- init: () => void;
502
- onFilterSearch: () => {
503
- columnName: string;
504
- title: string;
505
- fieldType?: string | undefined;
506
- filterExplicit?: number | undefined;
507
- isShowSearch?: number | undefined;
508
- setting?: any;
509
- settingObj?: any;
510
- placeholder?: string | undefined;
511
- AGEAttr?: boolean | undefined;
512
- CL?: string | undefined;
513
- CONVERT?: any;
514
- EVALUATEAttr?: boolean | undefined;
515
- EQ?: string | undefined;
516
- LABELAttr?: boolean | undefined;
517
- _isBlock?: boolean | undefined;
518
- _frontId?: any;
519
- NUMBERFiled?: boolean | undefined;
520
- PASSWORDTYPE?: boolean | undefined;
521
- advanceColWidth?: string | undefined;
522
- advanceOptionSetting?: string | undefined;
523
- alias?: string | undefined;
524
- ageObj?: any;
525
- attr?: string | undefined;
526
- bigValue?: string | number | undefined;
527
- classify?: string | undefined;
528
- colWidth?: number | undefined;
529
- columnFullName?: string | undefined;
530
- com?: string | undefined;
531
- comType?: string | undefined;
532
- comAttr?: string | undefined;
533
- con?: string | undefined;
534
- dataSource?: any;
535
- dictionarieObj?: any;
536
- explicitRequired?: number | undefined;
537
- explicitDefaultVal?: string | undefined;
538
- extraField?: boolean | undefined;
539
- fieldSetting?: string | undefined;
540
- format?: string | undefined;
541
- i18n?: string | undefined;
542
- id?: string | undefined;
543
- inputVal?: string | undefined;
544
- inputUnit?: string | undefined;
545
- isAvg?: number | undefined;
546
- isEdit?: number | undefined;
547
- isFixed?: number | undefined;
548
- isFixedShow?: number | undefined;
549
- isFontWeight?: number | undefined;
550
- isMerge?: number | undefined;
551
- isOrder?: number | undefined;
552
- isPreciseSearch?: boolean | undefined;
553
- isRender?: boolean | undefined;
554
- isSearch?: number | undefined;
555
- isShow?: number | undefined;
556
- isSort?: number | undefined;
557
- isSum?: number | undefined;
558
- labelObj?: any;
559
- labelList?: {
560
- labelId?: string | undefined;
561
- change_text: string;
562
- field_key: string;
563
- filter: {
564
- con: string;
565
- conName?: string | undefined;
566
- field_key: string;
567
- key?: string | undefined;
568
- value: string;
569
- }[];
570
- label: string;
571
- labelName: string;
572
- sqlExpression: string;
573
- value: string;
574
- isSelect?: boolean | undefined;
575
- }[] | undefined;
576
- labelSelectList?: {
577
- labelId?: string | undefined;
578
- change_text: string;
579
- field_key: string;
580
- filter: {
581
- con: string;
582
- conName?: string | undefined;
583
- field_key: string;
584
- key?: string | undefined;
585
- value: string;
586
- }[];
587
- label: string;
588
- labelName: string;
589
- sqlExpression: string;
590
- value: string;
591
- isSelect?: boolean | undefined;
592
- }[] | undefined;
593
- lessValue?: string | number | undefined;
594
- marginx?: string | undefined;
595
- notParticipatingSearch?: number | undefined;
596
- order?: string | undefined;
597
- QUOTE?: any;
598
- searchPageConfig?: any;
599
- selecteds?: any;
600
- sequence?: number | undefined;
601
- showDate?: boolean | undefined;
602
- showFormat?: string | undefined;
603
- showTime?: boolean | undefined;
604
- sid?: string | undefined;
605
- start_val?: number | null | undefined;
606
- end_val?: number | null | undefined;
607
- tempCon?: any;
608
- tableId?: string | undefined;
609
- value?: any;
610
- unit?: string | undefined;
611
- widgetCfg?: any;
612
- formTitle?: string | undefined;
613
- random_key?: string | undefined;
614
- widgetType?: any;
615
- hasFieldList?: any;
616
- search_DefaultValue?: any;
617
- }[];
618
- getMergeConObj: () => any;
619
- getConObjParams: () => any;
620
- openSaveToCalss: () => void;
621
- getConObj: (arr: import("./src/types").ISearchType[]) => any;
622
- saveToCalss: () => void;
623
- handleParentNamesAdd: (e: Event) => void;
624
- hanldeBlur: () => void;
625
- editParentName: (e: Event, item: import("./src/types").IParentNamesType) => void;
626
- handleParentNameSelect: (item: import("./src/types").IParentNamesType, index: number) => void;
627
- handleParentNamesRemove: (index: number, item: import("./src/types").IParentNamesType) => void;
628
- handleParent: (index: number, item: import("./src/types").IParentNamesType) => void;
629
- saveTableCondiTion: (params: import("./src/types").ISaveType) => Promise<void>;
630
- cancelSaveToCalss: () => void;
631
- clearData: () => void;
632
- handlerReset: (arr: import("./src/types").ISearchType[]) => void;
633
- NForm: any;
634
- NFormItem: import("vue").DefineComponent<{
635
- readonly label: StringConstructor;
636
- readonly labelWidth: import("vue").PropType<string | number>;
637
- readonly labelStyle: import("vue").PropType<string | import("vue").CSSProperties>;
638
- readonly labelAlign: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
639
- readonly labelPlacement: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
640
- readonly path: StringConstructor;
641
- readonly first: BooleanConstructor;
642
- readonly rulePath: StringConstructor;
643
- readonly required: BooleanConstructor;
644
- readonly showRequireMark: {
645
- readonly type: import("vue").PropType<boolean | undefined>;
646
- readonly default: undefined;
647
- };
648
- readonly requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">;
649
- readonly showFeedback: {
650
- readonly type: import("vue").PropType<boolean | undefined>;
651
- readonly default: undefined;
652
- };
653
- readonly rule: import("vue").PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
654
- readonly size: import("vue").PropType<"small" | "medium" | "large">;
655
- readonly ignorePathChange: BooleanConstructor;
656
- readonly validationStatus: import("vue").PropType<"error" | "success" | "warning">;
657
- readonly feedback: StringConstructor;
658
- readonly showLabel: {
659
- readonly type: import("vue").PropType<boolean | undefined>;
660
- readonly default: undefined;
661
- };
662
- readonly labelProps: import("vue").PropType<import("vue").LabelHTMLAttributes>;
663
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Form", {
664
- blankHeightSmall: string;
665
- blankHeightMedium: string;
666
- blankHeightLarge: string;
667
- lineHeight: string;
668
- labelTextColor: string;
669
- asteriskColor: string;
670
- feedbackTextColorError: string;
671
- feedbackTextColorWarning: string;
672
- feedbackTextColor: string;
673
- feedbackPadding: string;
674
- feedbackHeightSmall: string;
675
- feedbackHeightMedium: string;
676
- feedbackHeightLarge: string;
677
- feedbackFontSizeSmall: string;
678
- feedbackFontSizeMedium: string;
679
- feedbackFontSizeLarge: string;
680
- labelFontSizeLeftSmall: string;
681
- labelFontSizeLeftMedium: string;
682
- labelFontSizeLeftLarge: string;
683
- labelFontSizeTopSmall: string;
684
- labelFontSizeTopMedium: string;
685
- labelFontSizeTopLarge: string;
686
- labelHeightSmall: string;
687
- labelHeightMedium: string;
688
- labelHeightLarge: string;
689
- labelPaddingVertical: string;
690
- labelPaddingHorizontal: string;
691
- labelTextAlignVertical: string;
692
- labelTextAlignHorizontal: string;
693
- }, any>>;
694
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
695
- blankHeightSmall: string;
696
- blankHeightMedium: string;
697
- blankHeightLarge: string;
698
- lineHeight: string;
699
- labelTextColor: string;
700
- asteriskColor: string;
701
- feedbackTextColorError: string;
702
- feedbackTextColorWarning: string;
703
- feedbackTextColor: string;
704
- feedbackPadding: string;
705
- feedbackHeightSmall: string;
706
- feedbackHeightMedium: string;
707
- feedbackHeightLarge: string;
708
- feedbackFontSizeSmall: string;
709
- feedbackFontSizeMedium: string;
710
- feedbackFontSizeLarge: string;
711
- labelFontSizeLeftSmall: string;
712
- labelFontSizeLeftMedium: string;
713
- labelFontSizeLeftLarge: string;
714
- labelFontSizeTopSmall: string;
715
- labelFontSizeTopMedium: string;
716
- labelFontSizeTopLarge: string;
717
- labelHeightSmall: string;
718
- labelHeightMedium: string;
719
- labelHeightLarge: string;
720
- labelPaddingVertical: string;
721
- labelPaddingHorizontal: string;
722
- labelTextAlignVertical: string;
723
- labelTextAlignHorizontal: string;
724
- }, any>>>;
725
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
726
- blankHeightSmall: string;
727
- blankHeightMedium: string;
728
- blankHeightLarge: string;
729
- lineHeight: string;
730
- labelTextColor: string;
731
- asteriskColor: string;
732
- feedbackTextColorError: string;
733
- feedbackTextColorWarning: string;
734
- feedbackTextColor: string;
735
- feedbackPadding: string;
736
- feedbackHeightSmall: string;
737
- feedbackHeightMedium: string;
738
- feedbackHeightLarge: string;
739
- feedbackFontSizeSmall: string;
740
- feedbackFontSizeMedium: string;
741
- feedbackFontSizeLarge: string;
742
- labelFontSizeLeftSmall: string;
743
- labelFontSizeLeftMedium: string;
744
- labelFontSizeLeftLarge: string;
745
- labelFontSizeTopSmall: string;
746
- labelFontSizeTopMedium: string;
747
- labelFontSizeTopLarge: string;
748
- labelHeightSmall: string;
749
- labelHeightMedium: string;
750
- labelHeightLarge: string;
751
- labelPaddingVertical: string;
752
- labelPaddingHorizontal: string;
753
- labelTextAlignVertical: string;
754
- labelTextAlignHorizontal: string;
755
- }, any>>>;
756
- }, {
757
- cssVars: import("vue").ComputedRef<{
758
- '--n-bezier': string;
759
- '--n-line-height': string;
760
- '--n-blank-height': string;
761
- '--n-label-font-size': string;
762
- '--n-label-text-align': string;
763
- '--n-label-height': string;
764
- '--n-label-padding': string;
765
- '--n-asterisk-color': string;
766
- '--n-label-text-color': string;
767
- '--n-feedback-padding': string;
768
- '--n-feedback-font-size': string;
769
- '--n-feedback-height': string;
770
- '--n-feedback-text-color': string;
771
- '--n-feedback-text-color-warning': string;
772
- '--n-feedback-text-color-error': string;
773
- }> | undefined;
774
- themeClass: import("vue").Ref<string>;
775
- onRender: () => void;
776
- validate: import("naive-ui/es/form/src/interface").FormItemValidate;
777
- restoreValidation: () => void;
778
- path?: string | undefined;
779
- internalValidate: import("naive-ui/es/form/src/interface").FormItemInternalValidate;
780
- mergedSize: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").Size>;
781
- validationErrored: import("vue").Ref<boolean>;
782
- mergedLabelStyle: import("vue").ComputedRef<(import("vue").StyleValue | undefined)[]>;
783
- mergedLabelPlacement: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelPlacement>;
784
- mergedLabelAlign: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelAlign | undefined>;
785
- mergedShowRequireMark: import("vue").ComputedRef<boolean | undefined>;
786
- mergedRequireMarkPlacement: import("vue").ComputedRef<"left" | "right" | "right-hanging">;
787
- mergedValidationStatus: import("vue").ComputedRef<"error" | "success" | "warning" | undefined>;
788
- mergedShowFeedback: import("vue").ComputedRef<boolean>;
789
- mergedShowLabel: import("vue").ComputedRef<boolean>;
790
- isAutoLabelWidth: import("vue").ComputedRef<boolean>;
791
- labelElementRef: import("vue").Ref<HTMLLabelElement | null>;
792
- mergedClsPrefix: import("vue").ComputedRef<string>;
793
- mergedRequired: import("vue").ComputedRef<boolean>;
794
- feedbackId: import("vue").Ref<string>;
795
- renderExplains: import("vue").Ref<{
796
- key: string;
797
- render: () => import("vue").VNodeChild;
798
- }[]>;
799
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
800
- readonly label: StringConstructor;
801
- readonly labelWidth: import("vue").PropType<string | number>;
802
- readonly labelStyle: import("vue").PropType<string | import("vue").CSSProperties>;
803
- readonly labelAlign: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
804
- readonly labelPlacement: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
805
- readonly path: StringConstructor;
806
- readonly first: BooleanConstructor;
807
- readonly rulePath: StringConstructor;
808
- readonly required: BooleanConstructor;
809
- readonly showRequireMark: {
810
- readonly type: import("vue").PropType<boolean | undefined>;
811
- readonly default: undefined;
812
- };
813
- readonly requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">;
814
- readonly showFeedback: {
815
- readonly type: import("vue").PropType<boolean | undefined>;
816
- readonly default: undefined;
817
- };
818
- readonly rule: import("vue").PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
819
- readonly size: import("vue").PropType<"small" | "medium" | "large">;
820
- readonly ignorePathChange: BooleanConstructor;
821
- readonly validationStatus: import("vue").PropType<"error" | "success" | "warning">;
822
- readonly feedback: StringConstructor;
823
- readonly showLabel: {
824
- readonly type: import("vue").PropType<boolean | undefined>;
825
- readonly default: undefined;
826
- };
827
- readonly labelProps: import("vue").PropType<import("vue").LabelHTMLAttributes>;
828
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Form", {
829
- blankHeightSmall: string;
830
- blankHeightMedium: string;
831
- blankHeightLarge: string;
832
- lineHeight: string;
833
- labelTextColor: string;
834
- asteriskColor: string;
835
- feedbackTextColorError: string;
836
- feedbackTextColorWarning: string;
837
- feedbackTextColor: string;
838
- feedbackPadding: string;
839
- feedbackHeightSmall: string;
840
- feedbackHeightMedium: string;
841
- feedbackHeightLarge: string;
842
- feedbackFontSizeSmall: string;
843
- feedbackFontSizeMedium: string;
844
- feedbackFontSizeLarge: string;
845
- labelFontSizeLeftSmall: string;
846
- labelFontSizeLeftMedium: string;
847
- labelFontSizeLeftLarge: string;
848
- labelFontSizeTopSmall: string;
849
- labelFontSizeTopMedium: string;
850
- labelFontSizeTopLarge: string;
851
- labelHeightSmall: string;
852
- labelHeightMedium: string;
853
- labelHeightLarge: string;
854
- labelPaddingVertical: string;
855
- labelPaddingHorizontal: string;
856
- labelTextAlignVertical: string;
857
- labelTextAlignHorizontal: string;
858
- }, any>>;
859
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
860
- blankHeightSmall: string;
861
- blankHeightMedium: string;
862
- blankHeightLarge: string;
863
- lineHeight: string;
864
- labelTextColor: string;
865
- asteriskColor: string;
866
- feedbackTextColorError: string;
867
- feedbackTextColorWarning: string;
868
- feedbackTextColor: string;
869
- feedbackPadding: string;
870
- feedbackHeightSmall: string;
871
- feedbackHeightMedium: string;
872
- feedbackHeightLarge: string;
873
- feedbackFontSizeSmall: string;
874
- feedbackFontSizeMedium: string;
875
- feedbackFontSizeLarge: string;
876
- labelFontSizeLeftSmall: string;
877
- labelFontSizeLeftMedium: string;
878
- labelFontSizeLeftLarge: string;
879
- labelFontSizeTopSmall: string;
880
- labelFontSizeTopMedium: string;
881
- labelFontSizeTopLarge: string;
882
- labelHeightSmall: string;
883
- labelHeightMedium: string;
884
- labelHeightLarge: string;
885
- labelPaddingVertical: string;
886
- labelPaddingHorizontal: string;
887
- labelTextAlignVertical: string;
888
- labelTextAlignHorizontal: string;
889
- }, any>>>;
890
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
891
- blankHeightSmall: string;
892
- blankHeightMedium: string;
893
- blankHeightLarge: string;
894
- lineHeight: string;
895
- labelTextColor: string;
896
- asteriskColor: string;
897
- feedbackTextColorError: string;
898
- feedbackTextColorWarning: string;
899
- feedbackTextColor: string;
900
- feedbackPadding: string;
901
- feedbackHeightSmall: string;
902
- feedbackHeightMedium: string;
903
- feedbackHeightLarge: string;
904
- feedbackFontSizeSmall: string;
905
- feedbackFontSizeMedium: string;
906
- feedbackFontSizeLarge: string;
907
- labelFontSizeLeftSmall: string;
908
- labelFontSizeLeftMedium: string;
909
- labelFontSizeLeftLarge: string;
910
- labelFontSizeTopSmall: string;
911
- labelFontSizeTopMedium: string;
912
- labelFontSizeTopLarge: string;
913
- labelHeightSmall: string;
914
- labelHeightMedium: string;
915
- labelHeightLarge: string;
916
- labelPaddingVertical: string;
917
- labelPaddingHorizontal: string;
918
- labelTextAlignVertical: string;
919
- labelTextAlignHorizontal: string;
920
- }, any>>>;
921
- }>>, {
922
- readonly required: boolean;
923
- readonly first: boolean;
924
- readonly showRequireMark: boolean | undefined;
925
- readonly showFeedback: boolean | undefined;
926
- readonly showLabel: boolean | undefined;
927
- readonly ignorePathChange: boolean;
928
- }>;
929
- NModal: any;
930
- NCard: any;
931
- NIcon: any;
932
- NInput: any;
933
- NButton: any;
934
- CloseOutline: 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<{}>>, {}>;
935
- AddOutline: 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<{}>>, {}>;
936
- RenderWidget: import("vue").DefineComponent<{
937
- cfg: {
938
- type: ObjectConstructor;
939
- required: true;
940
- };
941
- modelValue: {
942
- type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
943
- };
944
- }, any, {
945
- initialProps: {};
946
- }, {
947
- valueCp(): any;
948
- }, {
949
- search(): void;
950
- getEleWidth(cfg: any): string | undefined;
951
- initComponentProps(cfg: any): void;
952
- generateWidget(cfg: any): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
953
- [key: string]: any;
954
- }> | null;
955
- handleUpdate(val: any, widgetType: any, defValueUnit: any): void;
956
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "outFilterChange")[], "update:modelValue" | "outFilterChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
957
- cfg: {
958
- type: ObjectConstructor;
959
- required: true;
960
- };
961
- modelValue: {
962
- type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
963
- };
964
- }>> & {
965
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
966
- onOutFilterChange?: ((...args: any[]) => any) | undefined;
967
- }, {}>;
968
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onFilterSearch" | "getFilterParam" | "clearQuickSearchConfig")[], "onFilterSearch" | "getFilterParam" | "clearQuickSearchConfig", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
969
- searchFieldList: {
970
- type: import("vue").PropType<import("./src/types").IApiServerType[]>;
971
- default: () => never[];
972
- };
973
- tableId: {
974
- type: StringConstructor;
975
- default: string;
976
- };
977
- filterApiConfig: {
978
- type: ObjectConstructor;
979
- };
980
- }>> & {
981
- onOnFilterSearch?: ((...args: any[]) => any) | undefined;
982
- onGetFilterParam?: ((...args: any[]) => any) | undefined;
983
- onClearQuickSearchConfig?: ((...args: any[]) => any) | undefined;
984
- }, {
985
- searchFieldList: import("./src/types").IApiServerType[];
986
- tableId: string;
987
- }>>;
988
- declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
989
- tableId: {
990
- type: StringConstructor;
991
- default: string;
992
- };
993
- searchFieldList: {
994
- type: import("vue").PropType<any[]>;
995
- default: () => never[];
996
- };
997
- conditionMap: {
998
- type: import("vue").PropType<import("./src/types").IConditionMapType>;
999
- default: () => void;
1000
- };
1001
- conditionSid: {
1002
- type: import("vue").PropType<string[]>;
1003
- default: () => never[];
1004
- };
1005
- curClassificationIndex: {
1006
- type: NumberConstructor;
1007
- default: number;
1008
- };
1009
- curClassificationWidth: {
1010
- type: NumberConstructor;
1011
- };
1012
- hideConditionChangeBtn: {
1013
- type: NumberConstructor;
1014
- default: number;
1015
- };
1016
- hideConditionChangeSetting: {
1017
- type: NumberConstructor;
1018
- default: number;
1019
- };
1020
- hideClearConditionChange: {
1021
- type: NumberConstructor;
1022
- default: number;
1023
- };
1024
- isShowResetButton: {
1025
- type: BooleanConstructor;
1026
- default: boolean;
1027
- };
1028
- filterApiConfig: {
1029
- type: ObjectConstructor;
1030
- default: () => {};
1031
- };
1032
- }, {
1033
- handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
1034
- attrs: any;
1035
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1036
- tableId: {
1037
- type: StringConstructor;
1038
- default: string;
1039
- };
1040
- searchFieldList: {
1041
- type: import("vue").PropType<any[]>;
1042
- default: () => never[];
1043
- };
1044
- conditionMap: {
1045
- type: import("vue").PropType<import("./src/types").IConditionMapType>;
1046
- default: () => void;
1047
- };
1048
- conditionSid: {
1049
- type: import("vue").PropType<string[]>;
1050
- default: () => never[];
1051
- };
1052
- curClassificationIndex: {
1053
- type: NumberConstructor;
1054
- default: number;
1055
- };
1056
- curClassificationWidth: {
1057
- type: NumberConstructor;
1058
- };
1059
- hideConditionChangeBtn: {
1060
- type: NumberConstructor;
1061
- default: number;
1062
- };
1063
- hideConditionChangeSetting: {
1064
- type: NumberConstructor;
1065
- default: number;
1066
- };
1067
- hideClearConditionChange: {
1068
- type: NumberConstructor;
1069
- default: number;
1070
- };
1071
- isShowResetButton: {
1072
- type: BooleanConstructor;
1073
- default: boolean;
1074
- };
1075
- filterApiConfig: {
1076
- type: ObjectConstructor;
1077
- default: () => {};
1078
- };
1079
- }>> & {
1080
- onChangeSearch?: ((...args: any[]) => any) | undefined;
1081
- onSetClassificationIndex?: ((...args: any[]) => any) | undefined;
1082
- onGetQuickSearchListObj?: ((...args: any[]) => any) | undefined;
1083
- }>>;
1084
- emit: (event: "changeSearch" | "setClassificationIndex" | "getQuickSearchListObj", ...args: any[]) => void;
1085
- selectType: any;
1086
- classificationWidth: import("vue").Ref<number>;
1087
- selectShow: import("vue").Ref<boolean>;
1088
- treeData: import("vue").Ref<{
1089
- name: string;
1090
- sid?: string | undefined;
1091
- children: {
1092
- classifyId: string;
1093
- displayCategory: string;
1094
- isDefault: boolean;
1095
- isEdit: boolean;
1096
- isPublic: string;
1097
- isShow: boolean;
1098
- name: string;
1099
- sid: string;
1100
- conObj?: any;
1101
- digital?: number | undefined;
1102
- checked?: boolean | undefined;
1103
- id?: string | undefined;
1104
- isCommon?: boolean | undefined;
1105
- selected?: boolean | undefined;
1106
- sqlExpression?: string | undefined;
1107
- createdByName?: string | undefined;
1108
- from?: string | undefined;
1109
- }[];
1110
- digital?: number | undefined;
1111
- open?: boolean | undefined;
1112
- selected?: boolean | undefined;
1113
- }[]>;
1114
- conditionLists: import("vue").Ref<{
1115
- classifyId: string;
1116
- displayCategory: string;
1117
- isDefault: boolean;
1118
- isEdit: boolean;
1119
- isPublic: string;
1120
- isShow: boolean;
1121
- name: string;
1122
- sid: string;
1123
- conObj?: any;
1124
- digital?: number | undefined;
1125
- checked?: boolean | undefined;
1126
- id?: string | undefined;
1127
- isCommon?: boolean | undefined;
1128
- selected?: boolean | undefined;
1129
- sqlExpression?: string | undefined;
1130
- createdByName?: string | undefined;
1131
- from?: string | undefined;
1132
- }[]>;
1133
- originConditionList: import("vue").Ref<{
1134
- classifyId: string;
1135
- displayCategory: string;
1136
- isDefault: boolean;
1137
- isEdit: boolean;
1138
- isPublic: string;
1139
- isShow: boolean;
1140
- name: string;
1141
- sid: string;
1142
- conObj?: any;
1143
- digital?: number | undefined;
1144
- checked?: boolean | undefined;
1145
- id?: string | undefined;
1146
- isCommon?: boolean | undefined;
1147
- selected?: boolean | undefined;
1148
- sqlExpression?: string | undefined;
1149
- createdByName?: string | undefined;
1150
- from?: string | undefined;
1151
- }[]>;
1152
- classificationIndex: import("vue").Ref<number>;
1153
- curTableId: import("vue").Ref<string>;
1154
- allObj: any;
1155
- searchConditionList: import("vue").Ref<{
1156
- classifyId: string;
1157
- displayCategory: string;
1158
- isDefault: boolean;
1159
- isEdit: boolean;
1160
- isPublic: string;
1161
- isShow: boolean;
1162
- name: string;
1163
- sid: string;
1164
- conObj?: any;
1165
- digital?: number | undefined;
1166
- checked?: boolean | undefined;
1167
- id?: string | undefined;
1168
- isCommon?: boolean | undefined;
1169
- selected?: boolean | undefined;
1170
- sqlExpression?: string | undefined;
1171
- createdByName?: string | undefined;
1172
- from?: string | undefined;
1173
- }[]>;
1174
- displayCategoryLists: import("vue").Ref<string[]>;
1175
- settingId: import("vue").Ref<string>;
1176
- classifyModal: import("vue").Ref<boolean>;
1177
- showTitleName: import("vue").Ref<string>;
1178
- dynamicStyle: import("vue").ComputedRef<{
1179
- marginRight: string;
1180
- display?: undefined;
1181
- } | {
1182
- display: string;
1183
- marginRight?: undefined;
1184
- } | {
1185
- marginRight?: undefined;
1186
- display?: undefined;
1187
- }>;
1188
- titleName: import("vue").ComputedRef<string>;
1189
- tooltipTilte: import("vue").ComputedRef<(item: any) => string>;
1190
- handleFold: (item: import("./src/types").ITreeDataType) => void;
1191
- handleItemClick: (child: any, i?: number | undefined, p?: import("./src/types").ITreeDataType | undefined) => void;
1192
- initTree: (conditionSidTemp: string[]) => import("./src/types").IClassifyListType[];
1193
- getConditionSid: (sid: string, conditionSidVal: string[], p?: import("./src/types").ITreeDataType | undefined) => string[];
1194
- handleModeChange: () => void;
1195
- saveListPersonaSetting: (classificationIndexVal: number, classificationWidthVal?: number | undefined) => Promise<void>;
1196
- handleSettingShow: () => void;
1197
- setClassifyModal: (val: boolean) => void;
1198
- toggleSelect: (flag?: boolean | undefined) => void;
1199
- getTableCondiTionList: (options?: any) => void;
1200
- setOpenStatus: (value: boolean) => void;
1201
- handlePlatTree: (list: import("./src/types").ITreeDataType[], res: import("./src/types").IClassifyListType[]) => void;
1202
- tableCondiTionPromise: (options?: any) => Promise<void>;
1203
- changeWidth: ({ distance }: any) => void;
1204
- saveWidth: () => void;
1205
- updateTableCondiTion: () => Promise<void>;
1206
- saveGetTableCondiTionList: (options: any) => Promise<void>;
1207
- getTableCondiTionListRequest: (first?: boolean | undefined) => void;
1208
- handleGetTableCondiTionList: (first?: boolean | undefined, conditionMapVal?: {}) => Promise<unknown>;
1209
- getTableCondiTionListNew: (tableIdVal: any) => Promise<any>;
1210
- fmtChildName: (name: string, isPublic?: string | undefined) => string;
1211
- NIcon: any;
1212
- NTooltip: any;
1213
- SettingsOutline: 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<{}>>, {}>;
1214
- Repeat: 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<{}>>, {}>;
1215
- Checkmark: 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<{}>>, {}>;
1216
- ChevronUp: 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<{}>>, {}>;
1217
- ChevronDown: 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<{}>>, {}>;
1218
- ChevronForward: 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<{}>>, {}>;
1219
- Close: 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<{}>>, {}>;
1220
- SetClassification: import("vue").DefineComponent<{
1221
- searchFieldList: {
1222
- type: ArrayConstructor;
1223
- default: () => never[];
1224
- };
1225
- conditionList: {
1226
- type: ArrayConstructor;
1227
- default: () => never[];
1228
- };
1229
- settingId: StringConstructor;
1230
- filterApiConfig: {
1231
- type: ObjectConstructor;
1232
- default: () => {};
1233
- };
1234
- classifyModal: {
1235
- type: BooleanConstructor;
1236
- default: boolean;
1237
- };
1238
- }, {
1239
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1240
- searchFieldList: {
1241
- type: ArrayConstructor;
1242
- default: () => never[];
1243
- };
1244
- conditionList: {
1245
- type: ArrayConstructor;
1246
- default: () => never[];
1247
- };
1248
- settingId: StringConstructor;
1249
- filterApiConfig: {
1250
- type: ObjectConstructor;
1251
- default: () => {};
1252
- };
1253
- classifyModal: {
1254
- type: BooleanConstructor;
1255
- default: boolean;
1256
- };
1257
- }>> & {
1258
- onCondiTionListInit?: ((...args: any[]) => any) | undefined;
1259
- onSaveGetTableCondiTionList?: ((...args: any[]) => any) | undefined;
1260
- onSetClassifyModal?: ((...args: any[]) => any) | undefined;
1261
- }>>;
1262
- emit: (event: "CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal", ...args: any[]) => void;
1263
- $message: import("naive-ui").MessageApi;
1264
- handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
1265
- conditionList: import("vue").Ref<unknown[]>;
1266
- checkedItem: import("vue").Ref<any>;
1267
- addVisible: import("vue").Ref<boolean>;
1268
- actionList_prop: import("vue").Ref<{}>;
1269
- newSearchFieldList: any;
1270
- saveLoading: import("vue").Ref<boolean>;
1271
- searchFilter: any;
1272
- attrs: {
1273
- [x: string]: unknown;
1274
- };
1275
- oneSave: (value: any) => Promise<void>;
1276
- oneCancel: () => void;
1277
- hanleAdd: () => void;
1278
- edit: (item: import("./src/types").IClassifyListType, name: string) => void;
1279
- copy: (item: import("./src/types").IClassifyListType, name: string) => void;
1280
- saveAdd: (params: any) => Promise<void>;
1281
- cancelSaveAdd: () => void;
1282
- changeData: (data: any, checkedItemVal: any) => void;
1283
- delItem: (checkedItemVal: any, name: string) => Promise<void>;
1284
- setOneVisible: (flag: boolean) => void;
1285
- resetPopconfirm: () => Promise<void>;
1286
- oneVisible: import("vue").ComputedRef<boolean>;
1287
- NButton: any;
1288
- TableModal: import("vue").DefineComponent<{
1289
- visibleIn: {
1290
- type: BooleanConstructor;
1291
- };
1292
- loading: {
1293
- type: BooleanConstructor;
1294
- };
1295
- confirm: {
1296
- type: FunctionConstructor;
1297
- };
1298
- edit: {
1299
- type: FunctionConstructor;
1300
- defdault: () => void;
1301
- };
1302
- copy: {
1303
- type: FunctionConstructor;
1304
- defdault: () => void;
1305
- };
1306
- delItem: {
1307
- type: FunctionConstructor;
1308
- defdault: () => void;
1309
- };
1310
- dataSource: {
1311
- type: ArrayConstructor;
1312
- default: () => never[];
1313
- };
1314
- type: {
1315
- type: StringConstructor;
1316
- };
1317
- transitionName: {
1318
- type: StringConstructor;
1319
- };
1320
- getContainer: {
1321
- type: FunctionConstructor;
1322
- default: () => HTMLElement;
1323
- };
1324
- }, {
1325
- instance: import("axios").AxiosInstance;
1326
- attrs: {
1327
- [x: string]: unknown;
1328
- };
1329
- $message: import("naive-ui").MessageApi;
1330
- $dialog: import("naive-ui").DialogApi;
1331
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1332
- visibleIn: {
1333
- type: BooleanConstructor;
1334
- };
1335
- loading: {
1336
- type: BooleanConstructor;
1337
- };
1338
- confirm: {
1339
- type: FunctionConstructor;
1340
- };
1341
- edit: {
1342
- type: FunctionConstructor;
1343
- defdault: () => void;
1344
- };
1345
- copy: {
1346
- type: FunctionConstructor;
1347
- defdault: () => void;
1348
- };
1349
- delItem: {
1350
- type: FunctionConstructor;
1351
- defdault: () => void;
1352
- };
1353
- dataSource: {
1354
- type: ArrayConstructor;
1355
- default: () => never[];
1356
- };
1357
- type: {
1358
- type: StringConstructor;
1359
- };
1360
- transitionName: {
1361
- type: StringConstructor;
1362
- };
1363
- getContainer: {
1364
- type: FunctionConstructor;
1365
- default: () => HTMLElement;
1366
- };
1367
- }>> & {
1368
- onClose?: ((...args: any[]) => any) | undefined;
1369
- onHandleOk?: ((...args: any[]) => any) | undefined;
1370
- onChangeData?: ((...args: any[]) => any) | undefined;
1371
- onResetPopconfirm?: ((...args: any[]) => any) | undefined;
1372
- onFinishSubmit?: ((...args: any[]) => any) | undefined;
1373
- }>>;
1374
- emits: (event: "close" | "handleOk" | "changeData" | "resetPopconfirm" | "finishSubmit", ...args: any[]) => void;
1375
- isAdmin: import("vue").ComputedRef<unknown>;
1376
- homeList: any;
1377
- visible: import("vue").Ref<boolean>;
1378
- isChangeWindow: import("vue").Ref<boolean>;
1379
- modalWidth: import("vue").Ref<string>;
1380
- modalHeight: import("vue").Ref<string>;
1381
- isShowResetButton: import("vue").Ref<boolean>;
1382
- handleOk: () => void;
1383
- rinkTo: () => void;
1384
- close: () => void;
1385
- resetChangeWindow: () => void;
1386
- dragEnd: () => void;
1387
- clickli: (item: import("./src/types").IClassifyListType) => void;
1388
- clickChecked: (item: import("./src/types").IClassifyListType, name: string) => void;
1389
- changeSwitch: (item: import("./src/types").IClassifyListType, name: string) => void;
1390
- changecommonSwitch: (item: import("./src/types").IClassifyListType) => void;
1391
- formatParams: (type: string) => {
1392
- id: string;
1393
- tableId: string;
1394
- setting: string;
1395
- type?: undefined;
1396
- } | {
1397
- type: string;
1398
- tableId: string;
1399
- setting: string;
1400
- id?: undefined;
1401
- } | undefined;
1402
- changeModalWindow: () => void;
1403
- popconfirm: (e: any) => void;
1404
- handleOperationItem: (option: string, item: import("./src/types").IClassifyListType, name?: string | undefined) => void;
1405
- NModal: any;
1406
- NCard: any;
1407
- NIcon: any;
1408
- NButton: any;
1409
- NTooltip: any;
1410
- NSwitch: any;
1411
- NPopconfirm: any;
1412
- DocumentOutline: 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<{}>>, {}>;
1413
- Brush: 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<{}>>, {}>;
1414
- ReorderTwo: 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<{}>>, {}>;
1415
- Draggable: import("vue").DefineComponent<{
1416
- list: {
1417
- type: ArrayConstructor;
1418
- required: boolean;
1419
- default: any;
1420
- };
1421
- modelValue: {
1422
- type: ArrayConstructor;
1423
- required: boolean;
1424
- default: any;
1425
- };
1426
- itemKey: {
1427
- type: (StringConstructor | FunctionConstructor)[];
1428
- required: boolean;
1429
- };
1430
- clone: {
1431
- type: FunctionConstructor;
1432
- default: (original: any) => any;
1433
- };
1434
- tag: {
1435
- type: StringConstructor;
1436
- default: string;
1437
- };
1438
- move: {
1439
- type: FunctionConstructor;
1440
- default: any;
1441
- };
1442
- componentData: {
1443
- type: ObjectConstructor;
1444
- required: boolean;
1445
- default: any;
1446
- };
1447
- }, unknown, {
1448
- error: boolean;
1449
- }, {
1450
- realList(): any;
1451
- getKey(): any;
1452
- }, {
1453
- getUnderlyingVm(domElement: any): any;
1454
- getUnderlyingPotencialDraggableComponent(htmElement: any): any;
1455
- emitChanges(evt: any): void;
1456
- alterList(onList: any): void;
1457
- spliceList(): void;
1458
- updatePosition(oldIndex: any, newIndex: any): void;
1459
- getRelatedContextFromMoveEvent({ to, related }: {
1460
- to: any;
1461
- related: any;
1462
- }): any;
1463
- getVmIndexFromDomIndex(domIndex: any): any;
1464
- onDragStart(evt: any): void;
1465
- onDragAdd(evt: any): void;
1466
- onDragRemove(evt: any): void;
1467
- onDragUpdate(evt: any): void;
1468
- computeFutureIndex(relatedContext: any, evt: any): any;
1469
- onDragMove(evt: any, originalEvent: any): any;
1470
- onDragEnd(): void;
1471
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any[], any, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
1472
- move: Function;
1473
- tag: string;
1474
- clone: Function;
1475
- list: unknown[];
1476
- modelValue: unknown[];
1477
- componentData: Record<string, any>;
1478
- } & {
1479
- itemKey?: string | Function | undefined;
1480
- }>, {
1481
- move: Function;
1482
- tag: string;
1483
- clone: Function;
1484
- list: unknown[];
1485
- modelValue: unknown[];
1486
- componentData: Record<string, any>;
1487
- }>;
1488
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "handleOk" | "changeData" | "resetPopconfirm" | "finishSubmit")[], "close" | "handleOk" | "changeData" | "resetPopconfirm" | "finishSubmit", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1489
- visibleIn: {
1490
- type: BooleanConstructor;
1491
- };
1492
- loading: {
1493
- type: BooleanConstructor;
1494
- };
1495
- confirm: {
1496
- type: FunctionConstructor;
1497
- };
1498
- edit: {
1499
- type: FunctionConstructor;
1500
- defdault: () => void;
1501
- };
1502
- copy: {
1503
- type: FunctionConstructor;
1504
- defdault: () => void;
1505
- };
1506
- delItem: {
1507
- type: FunctionConstructor;
1508
- defdault: () => void;
1509
- };
1510
- dataSource: {
1511
- type: ArrayConstructor;
1512
- default: () => never[];
1513
- };
1514
- type: {
1515
- type: StringConstructor;
1516
- };
1517
- transitionName: {
1518
- type: StringConstructor;
1519
- };
1520
- getContainer: {
1521
- type: FunctionConstructor;
1522
- default: () => HTMLElement;
1523
- };
1524
- }>> & {
1525
- onClose?: ((...args: any[]) => any) | undefined;
1526
- onHandleOk?: ((...args: any[]) => any) | undefined;
1527
- onChangeData?: ((...args: any[]) => any) | undefined;
1528
- onResetPopconfirm?: ((...args: any[]) => any) | undefined;
1529
- onFinishSubmit?: ((...args: any[]) => any) | undefined;
1530
- }, {
1531
- loading: boolean;
1532
- dataSource: unknown[];
1533
- visibleIn: boolean;
1534
- getContainer: Function;
1535
- }>;
1536
- SearchFilter: import("vue").DefineComponent<{
1537
- visible: {
1538
- type: BooleanConstructor;
1539
- default: boolean;
1540
- };
1541
- modalTitle: {
1542
- type: StringConstructor;
1543
- default: string;
1544
- };
1545
- conditionList: {
1546
- type: ArrayConstructor;
1547
- default: () => never[];
1548
- };
1549
- searchFieldList: {
1550
- type: ArrayConstructor;
1551
- default: () => never[];
1552
- };
1553
- filterApiConfig: {
1554
- type: ObjectConstructor;
1555
- default: () => {};
1556
- };
1557
- }, {
1558
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1559
- visible: {
1560
- type: BooleanConstructor;
1561
- default: boolean;
1562
- };
1563
- modalTitle: {
1564
- type: StringConstructor;
1565
- default: string;
1566
- };
1567
- conditionList: {
1568
- type: ArrayConstructor;
1569
- default: () => never[];
1570
- };
1571
- searchFieldList: {
1572
- type: ArrayConstructor;
1573
- default: () => never[];
1574
- };
1575
- filterApiConfig: {
1576
- type: ObjectConstructor;
1577
- default: () => {};
1578
- };
1579
- }>> & {
1580
- onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
1581
- }>>;
1582
- emits: (event: "cancelSaveAdd", ...args: any[]) => void;
1583
- addVisible: import("vue").Ref<boolean>;
1584
- isChangeWindow: import("vue").Ref<boolean>;
1585
- modalWidth: import("vue").Ref<string>;
1586
- bodyStyle: import("vue").Ref<{
1587
- maxHeight: string;
1588
- height: string;
1589
- overflowY: string;
1590
- }>;
1591
- conditionApiRef: any;
1592
- filterTimer: any;
1593
- init: () => void;
1594
- clearTimer: () => void;
1595
- handleInitConditions: () => void;
1596
- saveAdd: () => void;
1597
- cancelSaveAdd: () => void;
1598
- clearConditions: () => void;
1599
- resetChangeWindow: () => void;
1600
- changeModalWindow: () => void;
1601
- NModal: any;
1602
- NCard: any;
1603
- NButton: any;
1604
- SearchConditionByApi: import("vue").DefineComponent<{
1605
- actionList_prop: {
1606
- type: import("vue").PropType<import("./src/types").IClassifyListType>;
1607
- default: () => {};
1608
- };
1609
- conditionList: {
1610
- type: ArrayConstructor;
1611
- default: () => never[];
1612
- };
1613
- tableId: {
1614
- type: StringConstructor;
1615
- default: string;
1616
- };
1617
- searchFieldList: {
1618
- type: ArrayConstructor;
1619
- default: () => never[];
1620
- };
1621
- showItemName: {
1622
- type: BooleanConstructor;
1623
- default: boolean;
1624
- };
1625
- hideAddBtn: {
1626
- type: BooleanConstructor;
1627
- default: boolean;
1628
- };
1629
- }, {
1630
- $message: import("naive-ui").MessageApi;
1631
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1632
- actionList_prop: {
1633
- type: import("vue").PropType<import("./src/types").IClassifyListType>;
1634
- default: () => {};
1635
- };
1636
- conditionList: {
1637
- type: ArrayConstructor;
1638
- default: () => never[];
1639
- };
1640
- tableId: {
1641
- type: StringConstructor;
1642
- default: string;
1643
- };
1644
- searchFieldList: {
1645
- type: ArrayConstructor;
1646
- default: () => never[];
1647
- };
1648
- showItemName: {
1649
- type: BooleanConstructor;
1650
- default: boolean;
1651
- };
1652
- hideAddBtn: {
1653
- type: BooleanConstructor;
1654
- default: boolean;
1655
- };
1656
- }>> & {
1657
- onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
1658
- onSaveAdd?: ((...args: any[]) => any) | undefined;
1659
- }>>;
1660
- emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
1661
- $attrs: {
1662
- [x: string]: unknown;
1663
- };
1664
- FormState: {
1665
- className: string;
1666
- displayCategory: string;
1667
- filterConditions: {
1668
- value: string;
1669
- key: string;
1670
- condition: string;
1671
- presetVal: string;
1672
- }[];
1673
- };
1674
- loading: import("vue").Ref<boolean>;
1675
- DisplayCategoryState: {
1676
- addDisplayCategory: string;
1677
- displayCategories: {
1678
- disabled: boolean;
1679
- value: string;
1680
- }[];
1681
- displayCategoryOriginLen: number;
1682
- showAdd: boolean;
1683
- };
1684
- isEnableAddDisplayCategory: import("vue").ComputedRef<boolean>;
1685
- editDisplayCategory: (e: any, item: import("./src/types").ICategoryItemType) => void;
1686
- handleDisplayCategorySelect: (item: import("./src/types").ICategoryItemType) => void;
1687
- handleDisplayCategoryRemove: (index: number, item: import("./src/types").ICategoryItemType) => void;
1688
- handleDisplayCategoryAdd: (e: any) => void;
1689
- handlerBlur: () => void;
1690
- initDisplayCategories: (rawDataDisplayCategories: any, displayCategory: any) => void;
1691
- FilterConditionsState: any;
1692
- paramOptions: import("vue").ComputedRef<any>;
1693
- addFilterCondition: () => void;
1694
- delFilterCondition: (index: number) => void;
1695
- updateKey: (index: number, val: any) => void;
1696
- updateCondition: (index: number, val: any) => void;
1697
- getParamCfg: (key: string) => any;
1698
- initFilterConditions: (tableId: string, rawConditions: import("./src/types").ISearchConfigType) => Promise<void>;
1699
- getRawFilterConditions: () => {
1700
- field_key: any;
1701
- con: any;
1702
- value: any;
1703
- unit: any;
1704
- }[];
1705
- findConditionByDisplayCategory: (displayCategory: string) => unknown;
1706
- handleDisplayCategorySelectProxy: (item: import("./src/types").ICategoryItemType) => void;
1707
- clearFormData: () => void;
1708
- handleInitConditions: () => Promise<void>;
1709
- validate: () => Promise<unknown>;
1710
- saveAdd: () => void;
1711
- cancelSaveAdd: () => void;
1712
- checkActionList: () => boolean;
1713
- NSpin: any;
1714
- NIcon: any;
1715
- NInput: any;
1716
- NButton: any;
1717
- NTooltip: any;
1718
- NSelect: any;
1719
- AddOutline: 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<{}>>, {}>;
1720
- AddCircleSharp: 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<{}>>, {}>;
1721
- CloseOutline: 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<{}>>, {}>;
1722
- ValueCfg: import("vue").DefineComponent<{
1723
- paramCfg: {
1724
- type: ObjectConstructor;
1725
- default: null;
1726
- };
1727
- modelValue: {
1728
- type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1729
- default: null;
1730
- };
1731
- presetVal: {
1732
- type: StringConstructor;
1733
- default: null;
1734
- };
1735
- }, {
1736
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1737
- paramCfg: {
1738
- type: ObjectConstructor;
1739
- default: null;
1740
- };
1741
- modelValue: {
1742
- type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1743
- default: null;
1744
- };
1745
- presetVal: {
1746
- type: StringConstructor;
1747
- default: null;
1748
- };
1749
- }>> & {
1750
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1751
- "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1752
- }>>;
1753
- emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
1754
- valueCp: import("vue").WritableComputedRef<any>;
1755
- presetValCp: import("vue").WritableComputedRef<string>;
1756
- widgetType: import("vue").ComputedRef<any>;
1757
- optionSetting: import("vue").ComputedRef<any>;
1758
- mappingConfig: import("vue").ComputedRef<any>;
1759
- widgetOptions: import("vue").ComputedRef<{
1760
- label: string;
1761
- value: string;
1762
- }[]>;
1763
- NInputNumber: any;
1764
- NInput: any;
1765
- NSelect: any;
1766
- NDatePicker: any;
1767
- WidgetTypeEnums: {
1768
- INPUT_NUMBER: string;
1769
- INPUT: string;
1770
- SELECT: string;
1771
- DATE: string;
1772
- DATE_TIME: string;
1773
- };
1774
- WidgetValEnums: {
1775
- CUSTOM: string;
1776
- FIRST_VAL: string;
1777
- NOW: string;
1778
- TODAY: string;
1779
- TODAY_START: string;
1780
- TODAY_END: string;
1781
- TOMORROW: string;
1782
- TOMORROW_START: string;
1783
- TOMORROW_END: string;
1784
- YESTERDAY: string;
1785
- YESTERDAY_START: string;
1786
- YESTERDAY_END: string;
1787
- THIS_WEEK: string;
1788
- WEEK_START: string;
1789
- WEEK_END: string;
1790
- NEXT_WEEK: string;
1791
- LAST_WEEK: string;
1792
- THIS_MONTH: string;
1793
- MONTH_START: string;
1794
- MONTH_END: string;
1795
- NEXT_MONTH: string;
1796
- LAST_MONTH: string;
1797
- THIS_QUARTER: string;
1798
- NEXT_QUARTER: string;
1799
- LAST_QUARTER: string;
1800
- THIS_YEAR: string;
1801
- NEXT_YEAR: string;
1802
- LAST_YEAR: string;
1803
- };
1804
- WidgetOptionEnums: {
1805
- RADIO: string;
1806
- MULTIPLE: string;
1807
- ALL: string;
1808
- SELECT_TIME: string;
1809
- PAST_TIME: string;
1810
- FUTURE_TIME: string;
1811
- };
1812
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1813
- paramCfg: {
1814
- type: ObjectConstructor;
1815
- default: null;
1816
- };
1817
- modelValue: {
1818
- type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1819
- default: null;
1820
- };
1821
- presetVal: {
1822
- type: StringConstructor;
1823
- default: null;
1824
- };
1825
- }>> & {
1826
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1827
- "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1828
- }, {
1829
- modelValue: string | number | unknown[];
1830
- presetVal: string;
1831
- paramCfg: Record<string, any>;
1832
- }>;
1833
- ConditionEnums: {
1834
- NULL: string;
1835
- EQUAL: string;
1836
- };
1837
- conditionOptions: {
1838
- label: string;
1839
- value: string;
1840
- }[];
1841
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1842
- actionList_prop: {
1843
- type: import("vue").PropType<import("./src/types").IClassifyListType>;
1844
- default: () => {};
1845
- };
1846
- conditionList: {
1847
- type: ArrayConstructor;
1848
- default: () => never[];
1849
- };
1850
- tableId: {
1851
- type: StringConstructor;
1852
- default: string;
1853
- };
1854
- searchFieldList: {
1855
- type: ArrayConstructor;
1856
- default: () => never[];
1857
- };
1858
- showItemName: {
1859
- type: BooleanConstructor;
1860
- default: boolean;
1861
- };
1862
- hideAddBtn: {
1863
- type: BooleanConstructor;
1864
- default: boolean;
1865
- };
1866
- }>> & {
1867
- onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
1868
- onSaveAdd?: ((...args: any[]) => any) | undefined;
1869
- }, {
1870
- searchFieldList: unknown[];
1871
- tableId: string;
1872
- conditionList: unknown[];
1873
- actionList_prop: import("./src/types").IClassifyListType;
1874
- showItemName: boolean;
1875
- hideAddBtn: boolean;
1876
- }>;
1877
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancelSaveAdd"[], "cancelSaveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1878
- visible: {
1879
- type: BooleanConstructor;
1880
- default: boolean;
1881
- };
1882
- modalTitle: {
1883
- type: StringConstructor;
1884
- default: string;
1885
- };
1886
- conditionList: {
1887
- type: ArrayConstructor;
1888
- default: () => never[];
1889
- };
1890
- searchFieldList: {
1891
- type: ArrayConstructor;
1892
- default: () => never[];
1893
- };
1894
- filterApiConfig: {
1895
- type: ObjectConstructor;
1896
- default: () => {};
1897
- };
1898
- }>> & {
1899
- onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
1900
- }, {
1901
- visible: boolean;
1902
- modalTitle: string;
1903
- searchFieldList: unknown[];
1904
- filterApiConfig: Record<string, any>;
1905
- conditionList: unknown[];
1906
- }>;
1907
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal")[], "CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1908
- searchFieldList: {
1909
- type: ArrayConstructor;
1910
- default: () => never[];
1911
- };
1912
- conditionList: {
1913
- type: ArrayConstructor;
1914
- default: () => never[];
1915
- };
1916
- settingId: StringConstructor;
1917
- filterApiConfig: {
1918
- type: ObjectConstructor;
1919
- default: () => {};
1920
- };
1921
- classifyModal: {
1922
- type: BooleanConstructor;
1923
- default: boolean;
1924
- };
1925
- }>> & {
1926
- onCondiTionListInit?: ((...args: any[]) => any) | undefined;
1927
- onSaveGetTableCondiTionList?: ((...args: any[]) => any) | undefined;
1928
- onSetClassifyModal?: ((...args: any[]) => any) | undefined;
1929
- }, {
1930
- searchFieldList: unknown[];
1931
- filterApiConfig: Record<string, any>;
1932
- conditionList: unknown[];
1933
- classifyModal: boolean;
1934
- }>;
1935
- vFlexibleResize: {
1936
- mounted(el: any, { value }: any): void;
1937
- beforeUnmount(el: any): void;
1938
- };
1939
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("changeSearch" | "setClassificationIndex" | "getQuickSearchListObj")[], "changeSearch" | "setClassificationIndex" | "getQuickSearchListObj", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1940
- tableId: {
1941
- type: StringConstructor;
1942
- default: string;
1943
- };
1944
- searchFieldList: {
1945
- type: import("vue").PropType<any[]>;
1946
- default: () => never[];
1947
- };
1948
- conditionMap: {
1949
- type: import("vue").PropType<import("./src/types").IConditionMapType>;
1950
- default: () => void;
1951
- };
1952
- conditionSid: {
1953
- type: import("vue").PropType<string[]>;
1954
- default: () => never[];
1955
- };
1956
- curClassificationIndex: {
1957
- type: NumberConstructor;
1958
- default: number;
1959
- };
1960
- curClassificationWidth: {
1961
- type: NumberConstructor;
1962
- };
1963
- hideConditionChangeBtn: {
1964
- type: NumberConstructor;
1965
- default: number;
1966
- };
1967
- hideConditionChangeSetting: {
1968
- type: NumberConstructor;
1969
- default: number;
1970
- };
1971
- hideClearConditionChange: {
1972
- type: NumberConstructor;
1973
- default: number;
1974
- };
1975
- isShowResetButton: {
1976
- type: BooleanConstructor;
1977
- default: boolean;
1978
- };
1979
- filterApiConfig: {
1980
- type: ObjectConstructor;
1981
- default: () => {};
1982
- };
1983
- }>> & {
1984
- onChangeSearch?: ((...args: any[]) => any) | undefined;
1985
- onSetClassificationIndex?: ((...args: any[]) => any) | undefined;
1986
- onGetQuickSearchListObj?: ((...args: any[]) => any) | undefined;
1987
- }, {
1988
- searchFieldList: any[];
1989
- tableId: string;
1990
- filterApiConfig: Record<string, any>;
1991
- conditionMap: import("./src/types").IConditionMapType;
1992
- conditionSid: string[];
1993
- curClassificationIndex: number;
1994
- hideConditionChangeBtn: number;
1995
- hideConditionChangeSetting: number;
1996
- hideClearConditionChange: number;
1997
- isShowResetButton: boolean;
1998
- }>>;
1999
- export { CBaseSearch, CQuickSearch, CClassification };