cnhis-design-vue 3.1.41-release.4 → 3.1.41-release.5

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 (106) hide show
  1. package/README.md +87 -87
  2. package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  3. package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +1 -0
  4. package/es/components/bpmn-workflow/types/ModelingModule.d.ts +1 -0
  5. package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +1 -0
  6. package/es/components/fabric-chart/src/utils/index.d.ts +6823 -0
  7. package/es/components/form-config/index.d.ts +7 -2
  8. package/es/components/form-config/src/FormConfig.vue.d.ts +7 -2
  9. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +1 -1
  10. package/es/components/form-config/src/components/FormConfigDragDisplay.vue.js +1 -1
  11. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +4 -1
  12. package/es/components/form-config/src/components/renderer/DefaultNode.vue.js +1 -1
  13. package/es/components/form-config/src/hooks/useConfigurationField.js +1 -1
  14. package/es/components/form-config/src/hooks/useSortalbeConfig.js +1 -1
  15. package/es/components/form-config/src/types/index.d.ts +1 -0
  16. package/es/components/form-render/index.d.ts +1 -1
  17. package/es/components/form-render/index.js +1 -1
  18. package/es/components/form-render/src/FormRender.vue.d.ts +1 -1
  19. package/es/components/form-render/src/FormRender.vue.js +1 -1
  20. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +1 -1
  21. package/es/components/form-render/src/components/renderer/formItem.js +1 -1
  22. package/es/components/form-render/src/components/renderer/radio_checkbox.js +1 -1
  23. package/es/components/form-render/src/hooks/useComplexOptions.d.ts +2 -6
  24. package/es/components/form-render/src/hooks/useComplexOptions.js +1 -1
  25. package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
  26. package/es/components/form-render/src/hooks/useFormEvent.d.ts +1 -1
  27. package/es/components/form-render/src/hooks/useFormEvent.js +1 -1
  28. package/es/components/form-render/src/hooks/useFormField.d.ts +1 -0
  29. package/es/components/form-render/src/hooks/useFormField.js +1 -1
  30. package/es/components/form-render/src/hooks/useFormValidator.js +1 -1
  31. package/es/components/form-render/src/types/fieldItem.d.ts +4 -0
  32. package/es/components/form-render/src/types/index.d.ts +1 -1
  33. package/es/components/form-render/src/utils/dom.d.ts +2 -1
  34. package/es/components/form-render/src/utils/dom.js +1 -1
  35. package/es/components/iho-table/index.d.ts +3 -3
  36. package/es/components/iho-table/index.js +1 -1
  37. package/es/components/iho-table/src/IhoTable.vue.d.ts +3 -3
  38. package/es/components/iho-table/src/constants/index.d.ts +2 -2
  39. package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
  40. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/colorRendererPlugin.js +1 -1
  41. package/es/components/index.css +1 -1
  42. package/es/components/index.js +1 -1
  43. package/es/components/recommend-search/index.d.ts +10 -10
  44. package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +10 -10
  45. package/es/components/recommend-search/src/components/BaseSearch.vue.d.ts +2 -2
  46. package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +4 -4
  47. package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +4 -4
  48. package/es/components/scale-view/src/ScaleView.vue.d.ts +3 -0
  49. package/es/components/scale-view/src/ScaleView.vue.js +1 -1
  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 +2 -1
  52. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +2 -1
  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/components/table-filter/index.d.ts +905 -7553
  56. package/es/components/table-filter/index.js +1 -1
  57. package/es/components/table-filter/src/base-search-com/BaseSearch.vue.d.ts +42 -3313
  58. package/es/components/table-filter/src/base-search-com/BaseSearch.vue.js +1 -1
  59. package/es/components/table-filter/src/classification/Classification-com.vue.d.ts +456 -2787
  60. package/es/components/table-filter/src/classification/Classification-com.vue.js +1 -1
  61. package/es/components/table-filter/src/components/button-group/ButtonGroup.vue.d.ts +2 -2
  62. package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.d.ts +1 -42
  63. package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.js +1 -1
  64. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +18 -5
  65. package/es/components/table-filter/src/components/classify-filter/index.vue.js +1 -1
  66. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
  67. package/es/components/table-filter/src/components/search-filter/index.vue.d.ts +456 -0
  68. package/es/components/table-filter/src/components/search-filter/index.vue.js +1 -0
  69. package/es/components/table-filter/src/components/{search-modal/set-classification.vue.d.ts → set-classification/index.vue.d.ts} +21 -813
  70. package/es/components/table-filter/src/components/set-classification/index.vue.js +1 -0
  71. package/es/components/table-filter/src/components/table-modal/index.vue.js +1 -0
  72. package/es/components/table-filter/src/const/dataOptions.d.ts +1 -25
  73. package/es/components/table-filter/src/const/dataOptions.js +1 -1
  74. package/es/components/table-filter/src/hooks/export.js +1 -1
  75. package/es/components/table-filter/src/hooks/useAdvanced.d.ts +2 -2
  76. package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
  77. package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
  78. package/es/components/table-filter/src/hooks/useMixins.js +1 -1
  79. package/es/components/table-filter/src/quick-search/QuickSearch.vue.d.ts +47 -1137
  80. package/es/components/table-filter/src/quick-search/QuickSearch.vue.js +1 -1
  81. package/es/components/table-filter/src/types/index.d.ts +4 -14
  82. package/es/components/table-filter/style/index.css +1 -1
  83. package/es/env.d.ts +24 -24
  84. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +1 -1
  85. package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +86 -0
  86. package/es/shared/utils/tapable/index.d.ts +139 -0
  87. package/package.json +64 -64
  88. package/es/components/table-filter/src/classification/search-class-name.vue.d.ts +0 -90
  89. package/es/components/table-filter/src/classification/search-class-name.vue.js +0 -1
  90. package/es/components/table-filter/src/classification/search-professional-model.vue.d.ts +0 -1469
  91. package/es/components/table-filter/src/classification/search-professional-model.vue.js +0 -1
  92. package/es/components/table-filter/src/components/age-com/index.vue.js +0 -1
  93. package/es/components/table-filter/src/components/button-group/ButtonGroup.vue.js +0 -1
  94. package/es/components/table-filter/src/components/c-tree-select/tree-select.vue.js +0 -1
  95. package/es/components/table-filter/src/components/multi-select/multi-select.vue.js +0 -1
  96. package/es/components/table-filter/src/components/out-quick-search/out-quick-search.vue.js +0 -1
  97. package/es/components/table-filter/src/components/range-age/index.vue.js +0 -1
  98. package/es/components/table-filter/src/components/search-condition/SearchCondition.vue.d.ts +0 -789
  99. package/es/components/table-filter/src/components/search-condition/SearchCondition.vue.js +0 -1
  100. package/es/components/table-filter/src/components/search-condition/fieldTypeList.d.ts +0 -18
  101. package/es/components/table-filter/src/components/search-condition/fieldTypeList.js +0 -1
  102. package/es/components/table-filter/src/components/search-filter/SearchFilter.vue.d.ts +0 -1244
  103. package/es/components/table-filter/src/components/search-filter/SearchFilter.vue.js +0 -1
  104. package/es/components/table-filter/src/components/search-modal/set-classification.vue.js +0 -1
  105. package/es/components/table-filter/src/components/table-modal/TableModal.vue.js +0 -1
  106. /package/es/components/table-filter/src/components/table-modal/{TableModal.vue.d.ts → index.vue.d.ts} +0 -0
@@ -1,251 +1,28 @@
1
- /// <reference types="node" />
2
- import moment from 'moment';
3
- import 'moment/locale/zh-cn';
4
1
  import { PropType } from 'vue';
5
- import { DropdownOption } from 'naive-ui';
6
- import { AnyObject } from '../../../../../es/shared/types';
7
- import { ISearchType, IrelationType, IbtnType, IsettingsType, IrowBtnListObj, IPrintType, IPrintAboutType, IOriginConditionType } from '../../../../../es/components/table-filter/src/types';
2
+ import { ISearchType, IsettingsType, IApiServerType } from '../../../../../es/components/table-filter/src/types';
8
3
  declare const _default: import("vue").DefineComponent<{
9
- width: {
10
- type: StringConstructor;
11
- default: string;
12
- };
13
- searchInputWidth: {
14
- type: NumberConstructor;
15
- default: number;
16
- };
17
- searchInputPlaceHolder: {
18
- type: StringConstructor;
19
- };
20
- onSearch: {
21
- type: any;
22
- };
23
- rowBtnList: {
24
- type: PropType<IbtnType[]>;
25
- default: () => never[];
26
- };
27
- paramsData: {
28
- type: any;
29
- };
30
- showButtonTop: {
31
- type: (NumberConstructor | StringConstructor)[];
32
- };
33
4
  showSettings: {
34
5
  type: PropType<IsettingsType>;
35
6
  default: () => {};
36
7
  };
37
- clickRowData: {
38
- type: any;
39
- };
40
- value: {
41
- type: StringConstructor;
42
- };
43
8
  searchFieldList: {
44
- type: PropType<ISearchType[]>;
45
- default: () => never[];
46
- };
47
- searchFieldLimit: {
48
- type: ObjectConstructor;
49
- default: () => {};
50
- };
51
- viewList: {
52
- type: any;
9
+ type: PropType<IApiServerType[]>;
53
10
  default: () => never[];
54
11
  };
55
- TypeOfDisplay: {
56
- type: StringConstructor;
57
- default: string;
58
- };
59
- tableAllCheck: {
60
- type: BooleanConstructor;
61
- };
62
12
  classificationIndex: {
63
13
  type: NumberConstructor;
64
14
  };
65
- editTableSource: {
66
- type: StringConstructor;
67
- default: string;
68
- };
69
- showRelatedTreeBtn: {
70
- type: BooleanConstructor;
71
- };
72
- relatedBaseInfo: {
73
- type: ObjectConstructor;
74
- };
75
- onRelatedSearch: {
76
- type: any;
77
- };
78
- showResetFilterBtn: {
79
- type: BooleanConstructor;
80
- default: boolean;
81
- };
82
15
  qqConObjCount: {
83
16
  type: NumberConstructor;
84
17
  default: number;
85
18
  };
86
- conditionType: {
87
- type: StringConstructor;
88
- };
89
- countCondition: {
90
- type: (NumberConstructor | StringConstructor)[];
91
- };
92
- countTabCondition: {
93
- type: NumberConstructor;
94
- };
95
- tabConditionNumObj: {
96
- type: ObjectConstructor;
97
- default: () => void;
98
- };
99
- isRelatedSearchFold: {
100
- type: BooleanConstructor;
101
- default: boolean;
102
- };
103
- tableId: {
104
- type: StringConstructor;
105
- default: string;
106
- };
107
- conditionMap: {
108
- type: ObjectConstructor;
109
- default: () => void;
110
- };
111
- getFilterData: {
112
- type: FunctionConstructor;
113
- };
114
- oldtableData: {
115
- type: ArrayConstructor;
116
- };
117
- isNestTableClick: {
118
- type: BooleanConstructor;
119
- };
120
- isAdmin: {
121
- type: BooleanConstructor;
122
- default: boolean;
123
- };
124
- /**
125
- * 导入量表配置
126
- */
127
- importGuageConfig: {
128
- type: ObjectConstructor;
129
- default: () => {
130
- action: string;
131
- };
132
- };
133
- /**
134
- * 打印配置
135
- */
136
- printConfig: {
137
- type: ObjectConstructor;
138
- default: () => {
139
- printBaseUrl: string;
140
- postStepRule: () => Promise<{}>;
141
- };
142
- };
143
- gettersConfig: {
144
- type: ObjectConstructor;
145
- default: () => {
146
- getIsTile: boolean;
147
- selectRowObj: never[];
148
- isInlineOperating: boolean;
149
- printNumberCache: {};
150
- };
151
- };
152
- /**
153
- * 是否展示行编辑的按钮
154
- */
155
- visibleInlineOperateBtn: {
156
- type: BooleanConstructor;
157
- default: boolean;
158
- };
159
- tabConditionList: {
160
- type: PropType<IOriginConditionType[]>;
161
- default: () => never[];
162
- };
163
- lastOutSearchFieldList: {
164
- type: PropType<ISearchType[]>;
165
- default: () => never[];
166
- };
167
- lastOutRelationQuickSearch: {
168
- type: PropType<IrelationType[]>;
169
- default: () => never[];
170
- };
171
- relationTableList: {
172
- type: PropType<IrelationType[]>;
173
- default: () => never[];
174
- };
175
- /**
176
- * 筛选外显
177
- */
178
- filterApiConfigOutSearch: {
179
- type: ObjectConstructor;
180
- default: () => {};
181
- };
182
- useFieldList: {
183
- type: PropType<ISearchType[]>;
184
- default: () => never[];
185
- };
186
- editTableUid: (NumberConstructor | StringConstructor)[];
187
- preventReTime: {
188
- type: NumberConstructor;
189
- default: number;
190
- };
191
- isCardNewBatch: {
192
- type: BooleanConstructor;
193
- deafult: boolean;
194
- };
195
- isBatchSelect: {
196
- type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
197
- default: string;
198
- };
199
- filterApiConfig: {
200
- type: ObjectConstructor;
201
- };
202
19
  }, {
203
- attrs: any;
204
- slots: any;
205
- $dialog: import("naive-ui").DialogApi;
206
- $message: import("naive-ui").MessageApi;
207
- handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
208
- $utils: {
209
- getBtnStyle(v: IbtnType): {
210
- 'border-color': string;
211
- color: string;
212
- 'background-color'?: undefined;
213
- } | {
214
- color: string;
215
- 'border-color'?: undefined;
216
- 'background-color'?: undefined;
217
- } | {
218
- 'background-color': string;
219
- 'border-color': string;
220
- color?: undefined;
221
- };
222
- getRowOperatorIdSetting(row: any, btn: AnyObject): any;
223
- getAlphafloat(a: any, alpha?: any): number;
224
- hexToRGBA(hex: string, alpha?: any): "" | {
225
- r: any;
226
- g: any;
227
- b: any;
228
- a: number;
229
- };
230
- handleLabelColor(item: any, isSelect: boolean): {
231
- color: string;
232
- background: string;
233
- borderColor: string;
234
- };
235
- formatTime(type: string, time: any): string;
236
- isJSON(str: any): boolean;
237
- isArray(val: any): boolean;
238
- isEmpty(val: any): boolean;
239
- isString(val: any): boolean;
240
- isPlainObject(val: any): boolean;
241
- };
242
20
  outQuickSearchFn: {
243
21
  handleRequestedLabel(v: any): Promise<import("axios").AxiosResponse<any, any>>;
244
- handlerInitSearchItem(arr: ISearchType[], searchFieldLimit?: any): void;
22
+ handlerInitSearchItem(arr: ISearchType[]): void;
245
23
  handleSetLabelOptions(labelType: any, el: ISearchType): void;
246
24
  getConObj(arr: any): any;
247
25
  };
248
- validConObj: (conObj: any, fieldList: ISearchType[], fieldSearchLimit: any) => any;
249
26
  isRender: (cfg: ISearchType) => any;
250
27
  getRenderSearchConObj: (cfg: ISearchType) => {
251
28
  field_key: string;
@@ -254,332 +31,63 @@ declare const _default: import("vue").DefineComponent<{
254
31
  unit: null;
255
32
  } | null;
256
33
  isExistDefValByRenderWidget: (cfg: ISearchType) => boolean;
257
- BTNOBJ: {
258
- copy: string;
259
- pencil: string;
260
- delete: string;
261
- add: string;
262
- download: string;
263
- label: string;
264
- queding: string;
265
- del: string;
266
- };
34
+ resetRenderWidgetValue: (cfg: ISearchType) => any;
35
+ transformData: (advancedFilterData: IApiServerType[]) => {
36
+ fieldType: string;
37
+ columnName: string;
38
+ settingObj: {};
39
+ setting: string;
40
+ widgetCfg: {
41
+ isRender: boolean;
42
+ widgetType: string | null;
43
+ valueList: {
44
+ value: any;
45
+ label: string;
46
+ }[] | undefined;
47
+ defaultValue: any;
48
+ defValueUnit: any;
49
+ multiple: boolean;
50
+ };
51
+ title: string;
52
+ alias: string | undefined;
53
+ isShowSearch: number;
54
+ filterExplicit: number;
55
+ explicitRequired: number;
56
+ advanceOptionSetting: string;
57
+ placeholder: string | undefined;
58
+ advanceColWidth: string;
59
+ }[];
267
60
  baseLeft: any;
268
- btnRow: any;
269
- inputSearchLi: any;
270
61
  quickSearchLi: any;
271
- quicksearch: any;
272
- search: any;
273
- rowTileBtnItem: any;
274
- relatedSearchInput: any;
275
- baseSearchPlaceholderSpan: any;
276
- dynamicRef: any;
277
62
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
278
- width: {
279
- type: StringConstructor;
280
- default: string;
281
- };
282
- searchInputWidth: {
283
- type: NumberConstructor;
284
- default: number;
285
- };
286
- searchInputPlaceHolder: {
287
- type: StringConstructor;
288
- };
289
- onSearch: {
290
- type: any;
291
- };
292
- rowBtnList: {
293
- type: PropType<IbtnType[]>;
294
- default: () => never[];
295
- };
296
- paramsData: {
297
- type: any;
298
- };
299
- showButtonTop: {
300
- type: (NumberConstructor | StringConstructor)[];
301
- };
302
63
  showSettings: {
303
64
  type: PropType<IsettingsType>;
304
65
  default: () => {};
305
66
  };
306
- clickRowData: {
307
- type: any;
308
- };
309
- value: {
310
- type: StringConstructor;
311
- };
312
67
  searchFieldList: {
313
- type: PropType<ISearchType[]>;
314
- default: () => never[];
315
- };
316
- searchFieldLimit: {
317
- type: ObjectConstructor;
318
- default: () => {};
319
- };
320
- viewList: {
321
- type: any;
68
+ type: PropType<IApiServerType[]>;
322
69
  default: () => never[];
323
70
  };
324
- TypeOfDisplay: {
325
- type: StringConstructor;
326
- default: string;
327
- };
328
- tableAllCheck: {
329
- type: BooleanConstructor;
330
- };
331
71
  classificationIndex: {
332
72
  type: NumberConstructor;
333
73
  };
334
- editTableSource: {
335
- type: StringConstructor;
336
- default: string;
337
- };
338
- showRelatedTreeBtn: {
339
- type: BooleanConstructor;
340
- };
341
- relatedBaseInfo: {
342
- type: ObjectConstructor;
343
- };
344
- onRelatedSearch: {
345
- type: any;
346
- };
347
- showResetFilterBtn: {
348
- type: BooleanConstructor;
349
- default: boolean;
350
- };
351
74
  qqConObjCount: {
352
75
  type: NumberConstructor;
353
76
  default: number;
354
77
  };
355
- conditionType: {
356
- type: StringConstructor;
357
- };
358
- countCondition: {
359
- type: (NumberConstructor | StringConstructor)[];
360
- };
361
- countTabCondition: {
362
- type: NumberConstructor;
363
- };
364
- tabConditionNumObj: {
365
- type: ObjectConstructor;
366
- default: () => void;
367
- };
368
- isRelatedSearchFold: {
369
- type: BooleanConstructor;
370
- default: boolean;
371
- };
372
- tableId: {
373
- type: StringConstructor;
374
- default: string;
375
- };
376
- conditionMap: {
377
- type: ObjectConstructor;
378
- default: () => void;
379
- };
380
- getFilterData: {
381
- type: FunctionConstructor;
382
- };
383
- oldtableData: {
384
- type: ArrayConstructor;
385
- };
386
- isNestTableClick: {
387
- type: BooleanConstructor;
388
- };
389
- isAdmin: {
390
- type: BooleanConstructor;
391
- default: boolean;
392
- };
393
- /**
394
- * 导入量表配置
395
- */
396
- importGuageConfig: {
397
- type: ObjectConstructor;
398
- default: () => {
399
- action: string;
400
- };
401
- };
402
- /**
403
- * 打印配置
404
- */
405
- printConfig: {
406
- type: ObjectConstructor;
407
- default: () => {
408
- printBaseUrl: string;
409
- postStepRule: () => Promise<{}>;
410
- };
411
- };
412
- gettersConfig: {
413
- type: ObjectConstructor;
414
- default: () => {
415
- getIsTile: boolean;
416
- selectRowObj: never[];
417
- isInlineOperating: boolean;
418
- printNumberCache: {};
419
- };
420
- };
421
- /**
422
- * 是否展示行编辑的按钮
423
- */
424
- visibleInlineOperateBtn: {
425
- type: BooleanConstructor;
426
- default: boolean;
427
- };
428
- tabConditionList: {
429
- type: PropType<IOriginConditionType[]>;
430
- default: () => never[];
431
- };
432
- lastOutSearchFieldList: {
433
- type: PropType<ISearchType[]>;
434
- default: () => never[];
435
- };
436
- lastOutRelationQuickSearch: {
437
- type: PropType<IrelationType[]>;
438
- default: () => never[];
439
- };
440
- relationTableList: {
441
- type: PropType<IrelationType[]>;
442
- default: () => never[];
443
- };
444
- /**
445
- * 筛选外显
446
- */
447
- filterApiConfigOutSearch: {
448
- type: ObjectConstructor;
449
- default: () => {};
450
- };
451
- useFieldList: {
452
- type: PropType<ISearchType[]>;
453
- default: () => never[];
454
- };
455
- editTableUid: (NumberConstructor | StringConstructor)[];
456
- preventReTime: {
457
- type: NumberConstructor;
458
- default: number;
459
- };
460
- isCardNewBatch: {
461
- type: BooleanConstructor;
462
- deafult: boolean;
463
- };
464
- isBatchSelect: {
465
- type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
466
- default: string;
467
- };
468
- filterApiConfig: {
469
- type: ObjectConstructor;
470
- };
471
78
  }>> & {
472
- onInput?: ((...args: any[]) => any) | undefined;
473
79
  onOnSave?: ((...args: any[]) => any) | undefined;
474
- onTabClick?: ((...args: any[]) => any) | undefined;
475
- onSetIsTile?: ((...args: any[]) => any) | undefined;
476
- onGetQuickSearchListObj?: ((...args: any[]) => any) | undefined;
477
- onSetConditionMap?: ((...args: any[]) => any) | undefined;
478
80
  onFoldQuickSearch?: ((...args: any[]) => any) | undefined;
479
- onClearTeamTitleName?: ((...args: any[]) => any) | undefined;
480
- onBtnEvent?: ((...args: any[]) => any) | undefined;
481
- onGetClassification?: ((...args: any[]) => any) | undefined;
482
- onChangeSearch?: ((...args: any[]) => any) | undefined;
483
- onReloadList?: ((...args: any[]) => any) | undefined;
484
- onClickBtn?: ((...args: any[]) => any) | undefined;
485
- onHandlerSetting?: ((...args: any[]) => any) | undefined;
486
- onHandlerChangeView?: ((...args: any[]) => any) | undefined;
487
- onPubResetCheckStatus?: ((...args: any[]) => any) | undefined;
488
81
  onHandleReset?: ((...args: any[]) => any) | undefined;
489
- onChangeCardNewBatch?: ((...args: any[]) => any) | undefined;
490
- onImportUpdate?: ((...args: any[]) => any) | undefined;
491
- onBtnEventTree?: ((...args: any[]) => any) | undefined;
492
82
  onOutSearchInit?: ((...args: any[]) => any) | undefined;
493
- onSetBatchSaveRowStatus?: ((...args: any[]) => any) | undefined;
494
- onSetBatchCancelRowStatus?: ((...args: any[]) => any) | undefined;
495
- onSetPrintNumberCache?: ((...args: any[]) => any) | undefined;
496
83
  }>>;
497
- editTableWrapper: import("vue").Ref<import("../../../../../es/components/table-filter/src/types").IeditTableWrapperItem>;
498
- emit: (event: "onSave" | "input" | "tabClick" | "setIsTile" | "getQuickSearchListObj" | "setConditionMap" | "foldQuickSearch" | "clearTeamTitleName" | "btnEvent" | "getClassification" | "changeSearch" | "reloadList" | "clickBtn" | "handlerSetting" | "handlerChangeView" | "pubResetCheckStatus" | "handleReset" | "changeCardNewBatch" | "importUpdate" | "btnEventTree" | "outSearchInit" | "setBatchSaveRowStatus" | "setBatchCancelRowStatus" | "setPrintNumberCache", ...args: any[]) => void;
499
- modalVisible: import("vue").Ref<boolean>;
500
- currentTempId: import("vue").Ref<string>;
501
- viewCongfigList: import("vue").Ref<never[]>;
502
- isTile: import("vue").Ref<boolean>;
503
- conditionList: import("vue").Ref<never[]>;
504
- displayCategoryList: import("vue").Ref<never[]>;
505
- settingId: import("vue").Ref<string>;
506
- searchDefName: import("vue").Ref<string>;
507
- rowTileBtnList: import("vue").Ref<{
508
- buttonType: string;
509
- color: string;
510
- icon: string;
511
- id: string;
512
- isShow: number;
513
- name: string;
514
- setting: string;
515
- settingList: string;
516
- settingObj: {
517
- obj_id: string;
518
- trigger_type: string;
519
- isTips: string;
520
- trigger_id?: string | undefined;
521
- trigger_name?: string | undefined;
522
- params?: {
523
- p_name: string;
524
- p_value: string;
525
- }[] | undefined;
526
- editAllRow?: number | undefined;
527
- tipsMsg?: any;
528
- newTitle?: string | undefined;
529
- display?: string | undefined;
530
- importComponentId?: string | undefined;
531
- importComponentName?: string | undefined;
532
- prevStepSetting?: any;
533
- linkShowType?: string | undefined;
534
- conditionExpression?: string | undefined;
535
- conditionParams?: any;
536
- }[];
537
- showStyle: string;
538
- sid: string;
539
- tableId: string;
540
- toggle: string;
541
- type: string;
542
- alias?: string | undefined;
543
- buttonRemark?: string | undefined;
544
- buttonGroup?: any;
545
- canHandleUniline?: boolean | undefined;
546
- chooseTwoData?: string | undefined;
547
- createdTime?: string | undefined;
548
- dataSource?: string | undefined;
549
- isButtonGroup?: boolean | undefined;
550
- isHide?: boolean | undefined;
551
- isImportGuage?: boolean | undefined;
552
- iconSetting?: string | undefined;
553
- isShowFoldGroupBtn?: boolean | undefined;
554
- isVisible?: boolean | undefined;
555
- printType?: any;
556
- quoteSetting?: string | undefined;
557
- showStyleSetting?: string | undefined;
558
- strategy?: string | undefined;
559
- updatedTime?: string | undefined;
560
- __printConfig?: any;
561
- }[]>;
562
- rowFoldBtnList: import("vue").Ref<AnyObject[]>;
563
- rowPrintBtnList: import("vue").Ref<AnyObject[]>;
564
- rowFoldHideBtnList: import("vue").Ref<AnyObject[]>;
565
- rowFoldHideBtnListObj: import("vue").Ref<IrowBtnListObj | undefined>;
566
- batchRelationBtnIds: import("vue").Ref<string[]>;
567
- relationBtnBatchBtnIds: import("vue").Ref<string[]>;
568
- nobutton1: import("vue").Ref<boolean>;
569
- noSetting1: import("vue").Ref<boolean>;
570
- isChangeWindow: import("vue").Ref<boolean>;
571
- modalWidth: import("vue").Ref<string>;
572
- modalHeight: import("vue").Ref<string>;
573
- label_max_count: import("vue").Ref<number>;
84
+ emit: (event: "onSave" | "foldQuickSearch" | "handleReset" | "outSearchInit", ...args: any[]) => void;
574
85
  baseLeftWidth: import("vue").Ref<number>;
575
- btnRowWidth: import("vue").Ref<number>;
576
86
  classificationWidth: import("vue").Ref<number>;
577
- inputSearchWidth: import("vue").Ref<number>;
578
87
  quickSearchWidth: import("vue").Ref<number>;
579
- downloadDropdownWidth: import("vue").Ref<number>;
580
88
  diffWidth: import("vue").Ref<number>;
89
+ showResetFilterBtn: import("vue").Ref<boolean>;
581
90
  resizeFlag: import("vue").Ref<boolean>;
582
- rowTileBtnListTree: import("vue").Ref<AnyObject[]>;
583
91
  outSearchFieldList: import("vue").Ref<{
584
92
  columnName: string;
585
93
  title: string;
@@ -728,2551 +236,22 @@ declare const _default: import("vue").DefineComponent<{
728
236
  hasFieldList?: any;
729
237
  search_DefaultValue?: any;
730
238
  }[]>;
731
- tabIndex: import("vue").Ref<number>;
732
- printBtnPrevFnWatch: import("vue").Ref<{}>;
733
- printPrevFinish: import("vue").Ref<boolean>;
734
- printBtnPrevFnWatchTimeoutTimer: any;
735
- printBtn: any;
736
- groupBtnObj: any;
737
- btnObj: import("vue").Ref<{
738
- copy: string;
739
- pencil: string;
740
- delete: string;
741
- add: string;
742
- download: string;
743
- label: string;
744
- queding: string;
745
- del: string;
746
- }>;
747
- printBtnStrategys: any;
748
- outRelationQuickSearch: import("vue").Ref<{
749
- fieldList?: any;
750
- valueField?: any;
751
- primaryField?: any;
752
- relationField?: any;
753
- tableId: any;
754
- parameterConversionId: any;
755
- converFun: any;
756
- preConObj: any;
757
- relationOrgId: any;
758
- preSqlExpression: any;
759
- tableName?: string | undefined;
760
- quote_con?: {
761
- conObj: {
762
- con: string;
763
- field_key: string;
764
- start_val: number | null;
765
- end_val?: number | null | undefined;
766
- unit: string;
767
- value: any;
768
- fieldId?: string | undefined;
769
- fieldType?: string | undefined;
770
- id?: string | undefined;
771
- is_compare_field?: boolean | undefined;
772
- limit_date?: any;
773
- wordbookValueList?: any;
774
- };
775
- sqlExpression: string;
776
- } | undefined;
777
- field_key?: string | undefined;
778
- con?: string | undefined;
779
- }[]>;
780
- inputSearchW: import("vue").Ref<number>;
781
- showPlaceholderPrefix: import("vue").Ref<boolean>;
782
- isOrgAdmin: import("vue").ComputedRef<boolean>;
783
- currentValue: import("vue").ComputedRef<string | undefined>;
784
- allBtn: import("vue").ComputedRef<AnyObject[]>;
785
- isButtonFolding: import("vue").ComputedRef<boolean>;
786
- isShowSettingBtn: import("vue").ComputedRef<boolean | undefined>;
787
- showDownCurSelectData: import("vue").ComputedRef<any>;
788
- showRowFoldBtnList: import("vue").ComputedRef<(list: AnyObject[], key?: string) => boolean>;
789
- initPageResize: import("vue").ComputedRef<{
790
- showSettings: IsettingsType;
791
- TypeOfDisplay: string;
792
- classificationIndex: number | undefined;
793
- }>;
794
- isShowRowTileBtnItem: import("vue").ComputedRef<(item: IbtnType) => boolean>;
795
- showRelatedSearchFold: import("vue").ComputedRef<boolean>;
796
- handlePickerShowTime: import("vue").ComputedRef<(item: any) => false | {
797
- defaultValue: moment.Moment[];
798
- }>;
799
- isShowGroupBtn: import("vue").ComputedRef<boolean>;
800
- showLi: import("vue").ComputedRef<(item: AnyObject) => any>;
801
- showLiAdd: import("vue").ComputedRef<(b: AnyObject) => any>;
802
- showLiFold: import("vue").ComputedRef<(b: AnyObject) => any>;
803
- getIsTile: import("vue").ComputedRef<any>;
804
- selectRowObj: import("vue").ComputedRef<any>;
805
- isInlineOperating: import("vue").ComputedRef<any>;
806
- printNumberCache: import("vue").ComputedRef<any>;
807
- isBatchEditing: import("vue").ComputedRef<any>;
808
- curBatchBtnData: import("vue").ComputedRef<any>;
809
- isRowEditing: import("vue").ComputedRef<any>;
810
- showOutSearch: import("vue").ComputedRef<number>;
811
- showViewList: import("vue").ComputedRef<boolean>;
812
- optionsValue: import("vue").ComputedRef<(key: string) => any>;
813
- searchPlaceHolder: import("vue").ComputedRef<string>;
814
- showRelatedSearch: import("vue").ComputedRef<boolean>;
815
239
  showQuickSearch: import("vue").ComputedRef<boolean>;
816
- showBaseTabs: import("vue").ComputedRef<boolean | 0>;
817
- isCard: import("vue").ComputedRef<boolean>;
818
- setRowTileBtnItem: (el: any) => void;
819
- tabClick: (index: number) => false | undefined;
240
+ initOutSearchFieldList: (config?: any) => void;
820
241
  pageResize: (obj: any) => any;
242
+ handleTileBtnWidth: () => void;
821
243
  onResize: () => void;
822
- saveListIsTile: () => Promise<void>;
823
- getTableCondiTionListRequest: (first?: boolean) => void;
824
- getTableCondiTionList: (first?: boolean, conditionMap?: {}) => Promise<unknown>;
825
- getTableCondiTionListNew: (tableIdVal: string) => Promise<any>;
826
- foldQuickSearch: () => void;
827
- openModal: () => void;
828
- closeModal: () => void;
829
- resetChangeWindow: () => void;
830
- changeModalWindow: () => void;
831
- openSaveToCalss: () => void;
832
- onSaveSearch: () => void;
833
- onSave: (obj: any, isOutFilter?: boolean, config?: {}) => false | undefined;
834
- editTableGetConObj: () => any;
835
- clearData: () => void;
836
- handlePrint: (clickBtn: any, btn: IbtnType, type: any, j: number) => void;
837
- showDrawer: (btn: AnyObject, j: number) => void;
838
- getUnilineBtn: (BatchBtn: AnyObject) => any;
839
- handleBtnEvent: (btn: AnyObject, j: number) => void;
840
- updateTableCondiTion: () => Promise<void>;
841
- CondiTionListInit: () => Promise<void>;
842
- saveGetTableCondiTionList: (options: any) => Promise<void>;
843
- changeSearch: (key: string, item: IbtnType) => void;
844
- changeSearchTile: (val: boolean) => void;
845
- openSetting: () => void;
846
- reloadList: (item: string) => void;
847
- clickBtn: (data: any, item: AnyObject, index: number, skip: boolean, j: number) => void;
848
- handleDropdown: (key: string, item: AnyObject) => void;
849
- handlerOperate: (key: string, item: AnyObject) => void;
850
- handlerBtnlist: (key: string, item: IbtnType, list: IbtnType[]) => void;
851
- clickGroupBtn: (btn: IbtnType, j: number) => void;
852
- handlerSetting: () => void;
853
- handlerReqAllConfigView: () => void;
854
- handlerSelectTemp: (e: string, item: DropdownOption) => void;
855
244
  isShowSetting: (v: string) => boolean;
856
- setBatchRelationBtnIds: (list: IbtnType[]) => false | undefined;
857
- setBtnStatus: (btn: IbtnType) => void;
858
- handleButtonGroup: (buttonList: IbtnType[]) => void;
859
- formatRowBtnList: () => Promise<void>;
860
- hideInlineOperationBtn: () => void;
861
- isPrintBtn: (btn: AnyObject) => boolean;
862
- handleTileBtnWidth: () => void;
863
- resetCheckStatus: () => void;
864
- handleReset: () => void;
865
- changeCardNewBatch: (val: boolean) => void;
866
- handleUploadChange: (info: any) => void;
867
- handleOtherConfigInit: () => void;
868
- handleAddType: (key: string, btn: AnyObject) => void;
869
- getRowTileBtnList: (btnList: IbtnType[]) => void;
870
- relatedSearchInputBlur: () => void;
871
- handleRequestedLabel: (v: string) => Promise<import("axios").AxiosResponse<any, any>>;
872
- initOutSearchFieldList: (config?: any) => void;
873
- dealOutFilterHideBtn: () => void;
245
+ foldQuickSearch: () => void;
874
246
  outFilterChange: (config?: {}) => void;
875
- getConObj: (arr: any) => any;
876
247
  getConObjParams: () => any;
877
- visibleBtn: (btn: AnyObject) => boolean;
878
- getPrintBtnParams: (btn: AnyObject) => any;
879
- setPrintNumberToBtnList: (printNumberList?: IPrintType[], btnList?: IbtnType[]) => IbtnType[];
880
- getPrintNumber: (list: IbtnType[]) => Promise<any>;
881
- receivePrintSuccessAboutPrint: (res: any, info: IPrintAboutType) => Promise<void>;
882
- receivePrintSuccess: (res: any, info: IPrintAboutType) => Promise<void>;
883
- receivePrintError: (res: any) => void;
884
- resetAllPrintFnWatch: () => void;
885
- printBtnPrevFnWatchSetTimeout: (reject: any) => void;
886
- printBtnPrevFn: (clickBtn: any, btn: AnyObject, type: number, j: number) => Promise<unknown>;
887
- inlineEditClick: () => void;
888
- handleGetOutSearchInitValue: () => any;
889
- getFiledRandom_key: (el: ISearchType) => string;
890
- inlineEditCancel: () => void;
891
- setBatchSaveRowStatus: (f: any) => void;
892
- setBatchCancelRowStatus: (f: any) => void;
893
- setPrintNumberCache: (obj: any) => void;
894
- getRef: (key: string) => any;
895
- setOutFilterValues: (obj: any) => Promise<void>;
896
- setSelectMuiWordBookType: (item: any, val: any) => void;
248
+ getConObj: (arr: any) => any;
249
+ onSave: (obj: any, isOutFilter?: boolean, config?: {}) => void;
250
+ handleReset: () => void;
251
+ resetFunc: (arr: ISearchType[]) => void;
897
252
  vResize: {
898
253
  mounted(el: any, binding: any): void;
899
254
  };
900
- vPreventReClick: {
901
- mounted(el: any, binding: any): void;
902
- };
903
- PrintBtn: import("../../../../../es/shared/types").SFCWithInstall<import("vue").DefineComponent<{
904
- printParams: {
905
- type: PropType<AnyObject[]>;
906
- };
907
- params: {
908
- default: () => never[];
909
- type: PropType<AnyObject[]>;
910
- };
911
- btnText: {
912
- default: string;
913
- type: StringConstructor;
914
- };
915
- printText: {
916
- default: string;
917
- type: StringConstructor;
918
- };
919
- previewText: {
920
- default: string;
921
- type: StringConstructor;
922
- };
923
- pdfLoadText: {
924
- default: string;
925
- type: StringConstructor;
926
- };
927
- formatEditText: {
928
- default: string;
929
- type: StringConstructor;
930
- };
931
- prevFn: {
932
- default: () => Promise<void>;
933
- type: FunctionConstructor;
934
- };
935
- queryPrintFormatByNumber: {
936
- default: () => Promise<{}>;
937
- type: FunctionConstructor;
938
- };
939
- queryTemplateParams: {
940
- default: () => Promise<{}>;
941
- type: FunctionConstructor;
942
- };
943
- strategy: {
944
- default: string;
945
- type: StringConstructor;
946
- };
947
- clickPrevFn: {
948
- default: () => Promise<boolean>;
949
- type: FunctionConstructor;
950
- };
951
- noDataMsg: {
952
- default: string;
953
- type: StringConstructor;
954
- };
955
- token: {
956
- type: StringConstructor;
957
- };
958
- printdlgshow: {
959
- default: string;
960
- type: StringConstructor;
961
- };
962
- btnprint: {
963
- type: StringConstructor;
964
- default: string;
965
- };
966
- directPrint: {
967
- type: BooleanConstructor;
968
- default: boolean;
969
- };
970
- }, {
971
- $message: import("naive-ui").MessageApi;
972
- printInstance: import("../../../../../es/components/button-print").Print | null;
973
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
974
- printParams: {
975
- type: PropType<AnyObject[]>;
976
- };
977
- params: {
978
- default: () => never[];
979
- type: PropType<AnyObject[]>;
980
- };
981
- btnText: {
982
- default: string;
983
- type: StringConstructor;
984
- };
985
- printText: {
986
- default: string;
987
- type: StringConstructor;
988
- };
989
- previewText: {
990
- default: string;
991
- type: StringConstructor;
992
- };
993
- pdfLoadText: {
994
- default: string;
995
- type: StringConstructor;
996
- };
997
- formatEditText: {
998
- default: string;
999
- type: StringConstructor;
1000
- };
1001
- prevFn: {
1002
- default: () => Promise<void>;
1003
- type: FunctionConstructor;
1004
- };
1005
- queryPrintFormatByNumber: {
1006
- default: () => Promise<{}>;
1007
- type: FunctionConstructor;
1008
- };
1009
- queryTemplateParams: {
1010
- default: () => Promise<{}>;
1011
- type: FunctionConstructor;
1012
- };
1013
- strategy: {
1014
- default: string;
1015
- type: StringConstructor;
1016
- };
1017
- clickPrevFn: {
1018
- default: () => Promise<boolean>;
1019
- type: FunctionConstructor;
1020
- };
1021
- noDataMsg: {
1022
- default: string;
1023
- type: StringConstructor;
1024
- };
1025
- token: {
1026
- type: StringConstructor;
1027
- };
1028
- printdlgshow: {
1029
- default: string;
1030
- type: StringConstructor;
1031
- };
1032
- btnprint: {
1033
- type: StringConstructor;
1034
- default: string;
1035
- };
1036
- directPrint: {
1037
- type: BooleanConstructor;
1038
- default: boolean;
1039
- };
1040
- }>> & {
1041
- onError?: ((...args: any[]) => any) | undefined;
1042
- onSuccess?: ((...args: any[]) => any) | undefined;
1043
- onClickoutside?: ((...args: any[]) => any) | undefined;
1044
- }>>;
1045
- emit: (event: "success" | "error" | "clickoutside", ...args: any[]) => void;
1046
- state: {
1047
- spinning: boolean;
1048
- visible: boolean;
1049
- formatList: never[];
1050
- templateParams: {};
1051
- printParams: never[];
1052
- currentFormatId: string;
1053
- identityVerification: {
1054
- visible: boolean;
1055
- };
1056
- isInited: boolean;
1057
- watchPrintParamsReformatFn: null;
1058
- spinTimer: null;
1059
- };
1060
- options: import("naive-ui").MenuOption[];
1061
- currentFormatItem: import("vue").ComputedRef<{} | undefined>;
1062
- formatTitle: import("vue").ComputedRef<any>;
1063
- getTemplateIdByFormatId: import("vue").ComputedRef<any>;
1064
- buttonClick: (origin: string) => Promise<false | undefined>;
1065
- renderLabel: (option: import("naive-ui").MenuOption) => JSX.Element;
1066
- callLocalServicesSuccessCb: (res: any, type: any) => void;
1067
- callLocalServicesErrorCb: (res: unknown) => void;
1068
- prevFnError: () => void;
1069
- getPrintParams: (index?: number) => string;
1070
- getOnceParams: () => string;
1071
- handleClickPrint: () => void;
1072
- handleClickPreview: () => Promise<void>;
1073
- handleClickPdf: () => Promise<void>;
1074
- handleClickEdit: () => void;
1075
- handleSelect: (key: string) => void;
1076
- handleClickOutside: () => void;
1077
- instantiatePrintSDK: () => false | undefined;
1078
- getDefaultFormatId: (list: any[], key: string | number) => any;
1079
- setOptions: () => void;
1080
- formatFormatList: (list: any[]) => any;
1081
- requestError: () => boolean;
1082
- formatDefaultVal: (i: any, tableVal?: any) => any;
1083
- formatPrintParams: (paramObj: any, fieldList: any[], keyName: string) => any;
1084
- formatParams: ({ customizeDataset, param }: {
1085
- customizeDataset?: never[] | undefined;
1086
- param?: never[] | undefined;
1087
- }, params?: any[]) => any;
1088
- initCRM: (formatListResult: any) => Promise<boolean | undefined>;
1089
- init: () => Promise<boolean>;
1090
- handleClickBtn: (visible?: boolean) => Promise<false | undefined>;
1091
- reformatPrintParams: () => void;
1092
- verifiySuccess: (token: string) => void;
1093
- directPrint: () => Promise<void>;
1094
- NDropdown: any;
1095
- NButton: any;
1096
- NIcon: any;
1097
- 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<{}>>, {}>;
1098
- IdentityVerification: import("vue").DefineComponent<{
1099
- verifyUser: {
1100
- type: FunctionConstructor;
1101
- required: false;
1102
- default: () => Promise<void>;
1103
- };
1104
- identityVerificationTitle: {
1105
- type: StringConstructor;
1106
- required: false;
1107
- default: string;
1108
- };
1109
- modelValue: {
1110
- type: BooleanConstructor;
1111
- required: true;
1112
- };
1113
- formatId: {
1114
- type: StringConstructor;
1115
- required: false;
1116
- };
1117
- templateId: {
1118
- type: StringConstructor;
1119
- required: false;
1120
- };
1121
- }, {
1122
- $message: import("naive-ui").MessageApi;
1123
- DEFAULT_FORM: {
1124
- account: string;
1125
- password: string;
1126
- };
1127
- props: {
1128
- verifyUser: Function;
1129
- identityVerificationTitle: string;
1130
- modelValue: boolean;
1131
- formatId?: string | undefined;
1132
- templateId?: string | undefined;
1133
- };
1134
- emit: (event: "close" | "success" | "update:modelValue", ...args: any[]) => void;
1135
- editFormRef: import("vue").Ref<{
1136
- submit: Function;
1137
- } | null>;
1138
- showEditForm: import("vue").Ref<boolean>;
1139
- token: import("vue").Ref<string>;
1140
- form: {
1141
- account: string;
1142
- password: string;
1143
- };
1144
- rules: import("naive-ui").FormRules;
1145
- style: {
1146
- width: string;
1147
- };
1148
- formRef: import("vue").Ref<{
1149
- validate: import("naive-ui/es/form/src/interface").FormValidate;
1150
- restoreValidation: () => void;
1151
- } | null>;
1152
- handleClickClose: () => void;
1153
- loading: import("vue").Ref<boolean>;
1154
- submit: () => Promise<false | undefined>;
1155
- handleClickSubmit: () => void;
1156
- submitEditFile: () => Promise<false | undefined>;
1157
- NButton: any;
1158
- NModal: any;
1159
- NForm: any;
1160
- NFormItem: import("vue").DefineComponent<{
1161
- readonly label: StringConstructor;
1162
- readonly labelWidth: PropType<string | number>;
1163
- readonly labelStyle: PropType<string | import("vue").CSSProperties>;
1164
- readonly labelAlign: PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
1165
- readonly labelPlacement: PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
1166
- readonly path: StringConstructor;
1167
- readonly first: BooleanConstructor;
1168
- readonly rulePath: StringConstructor;
1169
- readonly required: BooleanConstructor;
1170
- readonly showRequireMark: {
1171
- readonly type: PropType<boolean | undefined>;
1172
- readonly default: undefined;
1173
- };
1174
- readonly requireMarkPlacement: PropType<"left" | "right" | "right-hanging">;
1175
- readonly showFeedback: {
1176
- readonly type: PropType<boolean | undefined>;
1177
- readonly default: undefined;
1178
- };
1179
- readonly rule: PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
1180
- readonly size: PropType<"small" | "medium" | "large">;
1181
- readonly ignorePathChange: BooleanConstructor;
1182
- readonly validationStatus: PropType<"error" | "success" | "warning">;
1183
- readonly feedback: StringConstructor;
1184
- readonly showLabel: {
1185
- readonly type: PropType<boolean | undefined>;
1186
- readonly default: undefined;
1187
- };
1188
- readonly labelProps: PropType<import("vue").LabelHTMLAttributes>;
1189
- readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Form", {
1190
- blankHeightSmall: string;
1191
- blankHeightMedium: string;
1192
- blankHeightLarge: string;
1193
- lineHeight: string;
1194
- labelTextColor: string;
1195
- asteriskColor: string;
1196
- feedbackTextColorError: string;
1197
- feedbackTextColorWarning: string;
1198
- feedbackTextColor: string;
1199
- feedbackPadding: string;
1200
- feedbackHeightSmall: string;
1201
- feedbackHeightMedium: string;
1202
- feedbackHeightLarge: string;
1203
- feedbackFontSizeSmall: string;
1204
- feedbackFontSizeMedium: string;
1205
- feedbackFontSizeLarge: string;
1206
- labelFontSizeLeftSmall: string;
1207
- labelFontSizeLeftMedium: string;
1208
- labelFontSizeLeftLarge: string;
1209
- labelFontSizeTopSmall: string;
1210
- labelFontSizeTopMedium: string;
1211
- labelFontSizeTopLarge: string;
1212
- labelHeightSmall: string;
1213
- labelHeightMedium: string;
1214
- labelHeightLarge: string;
1215
- labelPaddingVertical: string;
1216
- labelPaddingHorizontal: string;
1217
- labelTextAlignVertical: string;
1218
- labelTextAlignHorizontal: string;
1219
- }, any>>;
1220
- readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
1221
- blankHeightSmall: string;
1222
- blankHeightMedium: string;
1223
- blankHeightLarge: string;
1224
- lineHeight: string;
1225
- labelTextColor: string;
1226
- asteriskColor: string;
1227
- feedbackTextColorError: string;
1228
- feedbackTextColorWarning: string;
1229
- feedbackTextColor: string;
1230
- feedbackPadding: string;
1231
- feedbackHeightSmall: string;
1232
- feedbackHeightMedium: string;
1233
- feedbackHeightLarge: string;
1234
- feedbackFontSizeSmall: string;
1235
- feedbackFontSizeMedium: string;
1236
- feedbackFontSizeLarge: string;
1237
- labelFontSizeLeftSmall: string;
1238
- labelFontSizeLeftMedium: string;
1239
- labelFontSizeLeftLarge: string;
1240
- labelFontSizeTopSmall: string;
1241
- labelFontSizeTopMedium: string;
1242
- labelFontSizeTopLarge: string;
1243
- labelHeightSmall: string;
1244
- labelHeightMedium: string;
1245
- labelHeightLarge: string;
1246
- labelPaddingVertical: string;
1247
- labelPaddingHorizontal: string;
1248
- labelTextAlignVertical: string;
1249
- labelTextAlignHorizontal: string;
1250
- }, any>>>;
1251
- readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
1252
- blankHeightSmall: string;
1253
- blankHeightMedium: string;
1254
- blankHeightLarge: string;
1255
- lineHeight: string;
1256
- labelTextColor: string;
1257
- asteriskColor: string;
1258
- feedbackTextColorError: string;
1259
- feedbackTextColorWarning: string;
1260
- feedbackTextColor: string;
1261
- feedbackPadding: string;
1262
- feedbackHeightSmall: string;
1263
- feedbackHeightMedium: string;
1264
- feedbackHeightLarge: string;
1265
- feedbackFontSizeSmall: string;
1266
- feedbackFontSizeMedium: string;
1267
- feedbackFontSizeLarge: string;
1268
- labelFontSizeLeftSmall: string;
1269
- labelFontSizeLeftMedium: string;
1270
- labelFontSizeLeftLarge: string;
1271
- labelFontSizeTopSmall: string;
1272
- labelFontSizeTopMedium: string;
1273
- labelFontSizeTopLarge: string;
1274
- labelHeightSmall: string;
1275
- labelHeightMedium: string;
1276
- labelHeightLarge: string;
1277
- labelPaddingVertical: string;
1278
- labelPaddingHorizontal: string;
1279
- labelTextAlignVertical: string;
1280
- labelTextAlignHorizontal: string;
1281
- }, any>>>;
1282
- }, {
1283
- cssVars: import("vue").ComputedRef<{
1284
- '--n-bezier': string;
1285
- '--n-line-height': string;
1286
- '--n-blank-height': string;
1287
- '--n-label-font-size': string;
1288
- '--n-label-text-align': string;
1289
- '--n-label-height': string;
1290
- '--n-label-padding': string;
1291
- '--n-asterisk-color': string;
1292
- '--n-label-text-color': string;
1293
- '--n-feedback-padding': string;
1294
- '--n-feedback-font-size': string;
1295
- '--n-feedback-height': string;
1296
- '--n-feedback-text-color': string;
1297
- '--n-feedback-text-color-warning': string;
1298
- '--n-feedback-text-color-error': string;
1299
- }> | undefined;
1300
- themeClass: import("vue").Ref<string>;
1301
- onRender: () => void;
1302
- validate: import("naive-ui/es/form/src/interface").FormItemValidate;
1303
- restoreValidation: () => void;
1304
- path?: string | undefined;
1305
- internalValidate: import("naive-ui/es/form/src/interface").FormItemInternalValidate;
1306
- mergedSize: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").Size>;
1307
- validationErrored: import("vue").Ref<boolean>;
1308
- mergedLabelStyle: import("vue").ComputedRef<(import("vue").StyleValue | undefined)[]>;
1309
- mergedLabelPlacement: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelPlacement>;
1310
- mergedLabelAlign: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelAlign | undefined>;
1311
- mergedShowRequireMark: import("vue").ComputedRef<boolean | undefined>;
1312
- mergedRequireMarkPlacement: import("vue").ComputedRef<"left" | "right" | "right-hanging">;
1313
- mergedValidationStatus: import("vue").ComputedRef<"error" | "success" | "warning" | undefined>;
1314
- mergedShowFeedback: import("vue").ComputedRef<boolean>;
1315
- mergedShowLabel: import("vue").ComputedRef<boolean>;
1316
- isAutoLabelWidth: import("vue").ComputedRef<boolean>;
1317
- labelElementRef: import("vue").Ref<HTMLLabelElement | null>;
1318
- mergedClsPrefix: import("vue").ComputedRef<string>;
1319
- mergedRequired: import("vue").ComputedRef<boolean>;
1320
- feedbackId: import("vue").Ref<string>;
1321
- renderExplains: import("vue").Ref<{
1322
- key: string;
1323
- render: () => import("vue").VNodeChild;
1324
- }[]>;
1325
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1326
- readonly label: StringConstructor;
1327
- readonly labelWidth: PropType<string | number>;
1328
- readonly labelStyle: PropType<string | import("vue").CSSProperties>;
1329
- readonly labelAlign: PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
1330
- readonly labelPlacement: PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
1331
- readonly path: StringConstructor;
1332
- readonly first: BooleanConstructor;
1333
- readonly rulePath: StringConstructor;
1334
- readonly required: BooleanConstructor;
1335
- readonly showRequireMark: {
1336
- readonly type: PropType<boolean | undefined>;
1337
- readonly default: undefined;
1338
- };
1339
- readonly requireMarkPlacement: PropType<"left" | "right" | "right-hanging">;
1340
- readonly showFeedback: {
1341
- readonly type: PropType<boolean | undefined>;
1342
- readonly default: undefined;
1343
- };
1344
- readonly rule: PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
1345
- readonly size: PropType<"small" | "medium" | "large">;
1346
- readonly ignorePathChange: BooleanConstructor;
1347
- readonly validationStatus: PropType<"error" | "success" | "warning">;
1348
- readonly feedback: StringConstructor;
1349
- readonly showLabel: {
1350
- readonly type: PropType<boolean | undefined>;
1351
- readonly default: undefined;
1352
- };
1353
- readonly labelProps: PropType<import("vue").LabelHTMLAttributes>;
1354
- readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Form", {
1355
- blankHeightSmall: string;
1356
- blankHeightMedium: string;
1357
- blankHeightLarge: string;
1358
- lineHeight: string;
1359
- labelTextColor: string;
1360
- asteriskColor: string;
1361
- feedbackTextColorError: string;
1362
- feedbackTextColorWarning: string;
1363
- feedbackTextColor: string;
1364
- feedbackPadding: string;
1365
- feedbackHeightSmall: string;
1366
- feedbackHeightMedium: string;
1367
- feedbackHeightLarge: string;
1368
- feedbackFontSizeSmall: string;
1369
- feedbackFontSizeMedium: string;
1370
- feedbackFontSizeLarge: string;
1371
- labelFontSizeLeftSmall: string;
1372
- labelFontSizeLeftMedium: string;
1373
- labelFontSizeLeftLarge: string;
1374
- labelFontSizeTopSmall: string;
1375
- labelFontSizeTopMedium: string;
1376
- labelFontSizeTopLarge: string;
1377
- labelHeightSmall: string;
1378
- labelHeightMedium: string;
1379
- labelHeightLarge: string;
1380
- labelPaddingVertical: string;
1381
- labelPaddingHorizontal: string;
1382
- labelTextAlignVertical: string;
1383
- labelTextAlignHorizontal: string;
1384
- }, any>>;
1385
- readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
1386
- blankHeightSmall: string;
1387
- blankHeightMedium: string;
1388
- blankHeightLarge: string;
1389
- lineHeight: string;
1390
- labelTextColor: string;
1391
- asteriskColor: string;
1392
- feedbackTextColorError: string;
1393
- feedbackTextColorWarning: string;
1394
- feedbackTextColor: string;
1395
- feedbackPadding: string;
1396
- feedbackHeightSmall: string;
1397
- feedbackHeightMedium: string;
1398
- feedbackHeightLarge: string;
1399
- feedbackFontSizeSmall: string;
1400
- feedbackFontSizeMedium: string;
1401
- feedbackFontSizeLarge: string;
1402
- labelFontSizeLeftSmall: string;
1403
- labelFontSizeLeftMedium: string;
1404
- labelFontSizeLeftLarge: string;
1405
- labelFontSizeTopSmall: string;
1406
- labelFontSizeTopMedium: string;
1407
- labelFontSizeTopLarge: string;
1408
- labelHeightSmall: string;
1409
- labelHeightMedium: string;
1410
- labelHeightLarge: string;
1411
- labelPaddingVertical: string;
1412
- labelPaddingHorizontal: string;
1413
- labelTextAlignVertical: string;
1414
- labelTextAlignHorizontal: string;
1415
- }, any>>>;
1416
- readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
1417
- blankHeightSmall: string;
1418
- blankHeightMedium: string;
1419
- blankHeightLarge: string;
1420
- lineHeight: string;
1421
- labelTextColor: string;
1422
- asteriskColor: string;
1423
- feedbackTextColorError: string;
1424
- feedbackTextColorWarning: string;
1425
- feedbackTextColor: string;
1426
- feedbackPadding: string;
1427
- feedbackHeightSmall: string;
1428
- feedbackHeightMedium: string;
1429
- feedbackHeightLarge: string;
1430
- feedbackFontSizeSmall: string;
1431
- feedbackFontSizeMedium: string;
1432
- feedbackFontSizeLarge: string;
1433
- labelFontSizeLeftSmall: string;
1434
- labelFontSizeLeftMedium: string;
1435
- labelFontSizeLeftLarge: string;
1436
- labelFontSizeTopSmall: string;
1437
- labelFontSizeTopMedium: string;
1438
- labelFontSizeTopLarge: string;
1439
- labelHeightSmall: string;
1440
- labelHeightMedium: string;
1441
- labelHeightLarge: string;
1442
- labelPaddingVertical: string;
1443
- labelPaddingHorizontal: string;
1444
- labelTextAlignVertical: string;
1445
- labelTextAlignHorizontal: string;
1446
- }, any>>>;
1447
- }>>, {
1448
- readonly required: boolean;
1449
- readonly first: boolean;
1450
- readonly showRequireMark: boolean | undefined;
1451
- readonly showFeedback: boolean | undefined;
1452
- readonly showLabel: boolean | undefined;
1453
- readonly ignorePathChange: boolean;
1454
- }>;
1455
- NInput: any;
1456
- EditFormat: import("vue").DefineComponent<{
1457
- formatId: {
1458
- type: StringConstructor;
1459
- required: false;
1460
- };
1461
- token: {
1462
- type: StringConstructor;
1463
- required: true;
1464
- };
1465
- }, {
1466
- PROTOCOL: string;
1467
- HOST: string;
1468
- BASEURL: string;
1469
- SAVEIREPORT: string;
1470
- QUERYFILELIST: string;
1471
- DELETEFILE: string;
1472
- instance: import("axios").AxiosInstance;
1473
- $message: import("naive-ui").MessageApi;
1474
- props: {
1475
- formatId?: string | undefined;
1476
- token: string;
1477
- };
1478
- fileList: import("vue").Ref<{
1479
- id: string;
1480
- name: string;
1481
- batchId?: string | null | undefined;
1482
- percentage?: number | null | undefined;
1483
- status: "error" | "pending" | "uploading" | "finished" | "removed";
1484
- url?: string | null | undefined;
1485
- file?: {
1486
- readonly lastModified: number;
1487
- readonly name: string;
1488
- readonly webkitRelativePath: string;
1489
- readonly size: number;
1490
- readonly type: string;
1491
- arrayBuffer: {
1492
- (): Promise<ArrayBuffer>;
1493
- (): Promise<ArrayBuffer>;
1494
- };
1495
- slice: {
1496
- (start?: number | undefined, end?: number | undefined, contentType?: string | undefined): Blob;
1497
- (start?: number | undefined, end?: number | undefined, contentType?: string | undefined): Blob;
1498
- };
1499
- stream: {
1500
- (): ReadableStream<Uint8Array>;
1501
- (): NodeJS.ReadableStream;
1502
- };
1503
- text: {
1504
- (): Promise<string>;
1505
- (): Promise<string>;
1506
- };
1507
- } | null | undefined;
1508
- thumbnailUrl?: string | null | undefined;
1509
- type?: string | null | undefined;
1510
- fullPath?: string | null | undefined;
1511
- }[]>;
1512
- queryFileList: () => void;
1513
- onRemove: (options: {
1514
- file: import("naive-ui").UploadFileInfo;
1515
- fileList: import("naive-ui").UploadFileInfo[];
1516
- }) => Promise<unknown>;
1517
- submit: (datas: AnyObject) => Promise<unknown>;
1518
- validateFormat: () => boolean;
1519
- NForm: any;
1520
- NFormItem: import("vue").DefineComponent<{
1521
- readonly label: StringConstructor;
1522
- readonly labelWidth: PropType<string | number>;
1523
- readonly labelStyle: PropType<string | import("vue").CSSProperties>;
1524
- readonly labelAlign: PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
1525
- readonly labelPlacement: PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
1526
- readonly path: StringConstructor;
1527
- readonly first: BooleanConstructor;
1528
- readonly rulePath: StringConstructor;
1529
- readonly required: BooleanConstructor;
1530
- readonly showRequireMark: {
1531
- readonly type: PropType<boolean | undefined>;
1532
- readonly default: undefined;
1533
- };
1534
- readonly requireMarkPlacement: PropType<"left" | "right" | "right-hanging">;
1535
- readonly showFeedback: {
1536
- readonly type: PropType<boolean | undefined>;
1537
- readonly default: undefined;
1538
- };
1539
- readonly rule: PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
1540
- readonly size: PropType<"small" | "medium" | "large">;
1541
- readonly ignorePathChange: BooleanConstructor;
1542
- readonly validationStatus: PropType<"error" | "success" | "warning">;
1543
- readonly feedback: StringConstructor;
1544
- readonly showLabel: {
1545
- readonly type: PropType<boolean | undefined>;
1546
- readonly default: undefined;
1547
- };
1548
- readonly labelProps: PropType<import("vue").LabelHTMLAttributes>;
1549
- readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Form", {
1550
- blankHeightSmall: string;
1551
- blankHeightMedium: string;
1552
- blankHeightLarge: string;
1553
- lineHeight: string;
1554
- labelTextColor: string;
1555
- asteriskColor: string;
1556
- feedbackTextColorError: string;
1557
- feedbackTextColorWarning: string;
1558
- feedbackTextColor: string;
1559
- feedbackPadding: string;
1560
- feedbackHeightSmall: string;
1561
- feedbackHeightMedium: string;
1562
- feedbackHeightLarge: string;
1563
- feedbackFontSizeSmall: string;
1564
- feedbackFontSizeMedium: string;
1565
- feedbackFontSizeLarge: string;
1566
- labelFontSizeLeftSmall: string;
1567
- labelFontSizeLeftMedium: string;
1568
- labelFontSizeLeftLarge: string;
1569
- labelFontSizeTopSmall: string;
1570
- labelFontSizeTopMedium: string;
1571
- labelFontSizeTopLarge: string;
1572
- labelHeightSmall: string;
1573
- labelHeightMedium: string;
1574
- labelHeightLarge: string;
1575
- labelPaddingVertical: string;
1576
- labelPaddingHorizontal: string;
1577
- labelTextAlignVertical: string;
1578
- labelTextAlignHorizontal: string;
1579
- }, any>>;
1580
- readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
1581
- blankHeightSmall: string;
1582
- blankHeightMedium: string;
1583
- blankHeightLarge: string;
1584
- lineHeight: string;
1585
- labelTextColor: string;
1586
- asteriskColor: string;
1587
- feedbackTextColorError: string;
1588
- feedbackTextColorWarning: string;
1589
- feedbackTextColor: string;
1590
- feedbackPadding: string;
1591
- feedbackHeightSmall: string;
1592
- feedbackHeightMedium: string;
1593
- feedbackHeightLarge: string;
1594
- feedbackFontSizeSmall: string;
1595
- feedbackFontSizeMedium: string;
1596
- feedbackFontSizeLarge: string;
1597
- labelFontSizeLeftSmall: string;
1598
- labelFontSizeLeftMedium: string;
1599
- labelFontSizeLeftLarge: string;
1600
- labelFontSizeTopSmall: string;
1601
- labelFontSizeTopMedium: string;
1602
- labelFontSizeTopLarge: string;
1603
- labelHeightSmall: string;
1604
- labelHeightMedium: string;
1605
- labelHeightLarge: string;
1606
- labelPaddingVertical: string;
1607
- labelPaddingHorizontal: string;
1608
- labelTextAlignVertical: string;
1609
- labelTextAlignHorizontal: string;
1610
- }, any>>>;
1611
- readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
1612
- blankHeightSmall: string;
1613
- blankHeightMedium: string;
1614
- blankHeightLarge: string;
1615
- lineHeight: string;
1616
- labelTextColor: string;
1617
- asteriskColor: string;
1618
- feedbackTextColorError: string;
1619
- feedbackTextColorWarning: string;
1620
- feedbackTextColor: string;
1621
- feedbackPadding: string;
1622
- feedbackHeightSmall: string;
1623
- feedbackHeightMedium: string;
1624
- feedbackHeightLarge: string;
1625
- feedbackFontSizeSmall: string;
1626
- feedbackFontSizeMedium: string;
1627
- feedbackFontSizeLarge: string;
1628
- labelFontSizeLeftSmall: string;
1629
- labelFontSizeLeftMedium: string;
1630
- labelFontSizeLeftLarge: string;
1631
- labelFontSizeTopSmall: string;
1632
- labelFontSizeTopMedium: string;
1633
- labelFontSizeTopLarge: string;
1634
- labelHeightSmall: string;
1635
- labelHeightMedium: string;
1636
- labelHeightLarge: string;
1637
- labelPaddingVertical: string;
1638
- labelPaddingHorizontal: string;
1639
- labelTextAlignVertical: string;
1640
- labelTextAlignHorizontal: string;
1641
- }, any>>>;
1642
- }, {
1643
- cssVars: import("vue").ComputedRef<{
1644
- '--n-bezier': string;
1645
- '--n-line-height': string;
1646
- '--n-blank-height': string;
1647
- '--n-label-font-size': string;
1648
- '--n-label-text-align': string;
1649
- '--n-label-height': string;
1650
- '--n-label-padding': string;
1651
- '--n-asterisk-color': string;
1652
- '--n-label-text-color': string;
1653
- '--n-feedback-padding': string;
1654
- '--n-feedback-font-size': string;
1655
- '--n-feedback-height': string;
1656
- '--n-feedback-text-color': string;
1657
- '--n-feedback-text-color-warning': string;
1658
- '--n-feedback-text-color-error': string;
1659
- }> | undefined;
1660
- themeClass: import("vue").Ref<string>;
1661
- onRender: () => void;
1662
- validate: import("naive-ui/es/form/src/interface").FormItemValidate;
1663
- restoreValidation: () => void;
1664
- path?: string | undefined;
1665
- internalValidate: import("naive-ui/es/form/src/interface").FormItemInternalValidate;
1666
- mergedSize: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").Size>;
1667
- validationErrored: import("vue").Ref<boolean>;
1668
- mergedLabelStyle: import("vue").ComputedRef<(import("vue").StyleValue | undefined)[]>;
1669
- mergedLabelPlacement: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelPlacement>;
1670
- mergedLabelAlign: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelAlign | undefined>;
1671
- mergedShowRequireMark: import("vue").ComputedRef<boolean | undefined>;
1672
- mergedRequireMarkPlacement: import("vue").ComputedRef<"left" | "right" | "right-hanging">;
1673
- mergedValidationStatus: import("vue").ComputedRef<"error" | "success" | "warning" | undefined>;
1674
- mergedShowFeedback: import("vue").ComputedRef<boolean>;
1675
- mergedShowLabel: import("vue").ComputedRef<boolean>;
1676
- isAutoLabelWidth: import("vue").ComputedRef<boolean>;
1677
- labelElementRef: import("vue").Ref<HTMLLabelElement | null>;
1678
- mergedClsPrefix: import("vue").ComputedRef<string>;
1679
- mergedRequired: import("vue").ComputedRef<boolean>;
1680
- feedbackId: import("vue").Ref<string>;
1681
- renderExplains: import("vue").Ref<{
1682
- key: string;
1683
- render: () => import("vue").VNodeChild;
1684
- }[]>;
1685
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1686
- readonly label: StringConstructor;
1687
- readonly labelWidth: PropType<string | number>;
1688
- readonly labelStyle: PropType<string | import("vue").CSSProperties>;
1689
- readonly labelAlign: PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
1690
- readonly labelPlacement: PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
1691
- readonly path: StringConstructor;
1692
- readonly first: BooleanConstructor;
1693
- readonly rulePath: StringConstructor;
1694
- readonly required: BooleanConstructor;
1695
- readonly showRequireMark: {
1696
- readonly type: PropType<boolean | undefined>;
1697
- readonly default: undefined;
1698
- };
1699
- readonly requireMarkPlacement: PropType<"left" | "right" | "right-hanging">;
1700
- readonly showFeedback: {
1701
- readonly type: PropType<boolean | undefined>;
1702
- readonly default: undefined;
1703
- };
1704
- readonly rule: PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
1705
- readonly size: PropType<"small" | "medium" | "large">;
1706
- readonly ignorePathChange: BooleanConstructor;
1707
- readonly validationStatus: PropType<"error" | "success" | "warning">;
1708
- readonly feedback: StringConstructor;
1709
- readonly showLabel: {
1710
- readonly type: PropType<boolean | undefined>;
1711
- readonly default: undefined;
1712
- };
1713
- readonly labelProps: PropType<import("vue").LabelHTMLAttributes>;
1714
- readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Form", {
1715
- blankHeightSmall: string;
1716
- blankHeightMedium: string;
1717
- blankHeightLarge: string;
1718
- lineHeight: string;
1719
- labelTextColor: string;
1720
- asteriskColor: string;
1721
- feedbackTextColorError: string;
1722
- feedbackTextColorWarning: string;
1723
- feedbackTextColor: string;
1724
- feedbackPadding: string;
1725
- feedbackHeightSmall: string;
1726
- feedbackHeightMedium: string;
1727
- feedbackHeightLarge: string;
1728
- feedbackFontSizeSmall: string;
1729
- feedbackFontSizeMedium: string;
1730
- feedbackFontSizeLarge: string;
1731
- labelFontSizeLeftSmall: string;
1732
- labelFontSizeLeftMedium: string;
1733
- labelFontSizeLeftLarge: string;
1734
- labelFontSizeTopSmall: string;
1735
- labelFontSizeTopMedium: string;
1736
- labelFontSizeTopLarge: string;
1737
- labelHeightSmall: string;
1738
- labelHeightMedium: string;
1739
- labelHeightLarge: string;
1740
- labelPaddingVertical: string;
1741
- labelPaddingHorizontal: string;
1742
- labelTextAlignVertical: string;
1743
- labelTextAlignHorizontal: string;
1744
- }, any>>;
1745
- readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
1746
- blankHeightSmall: string;
1747
- blankHeightMedium: string;
1748
- blankHeightLarge: string;
1749
- lineHeight: string;
1750
- labelTextColor: string;
1751
- asteriskColor: string;
1752
- feedbackTextColorError: string;
1753
- feedbackTextColorWarning: string;
1754
- feedbackTextColor: string;
1755
- feedbackPadding: string;
1756
- feedbackHeightSmall: string;
1757
- feedbackHeightMedium: string;
1758
- feedbackHeightLarge: string;
1759
- feedbackFontSizeSmall: string;
1760
- feedbackFontSizeMedium: string;
1761
- feedbackFontSizeLarge: string;
1762
- labelFontSizeLeftSmall: string;
1763
- labelFontSizeLeftMedium: string;
1764
- labelFontSizeLeftLarge: string;
1765
- labelFontSizeTopSmall: string;
1766
- labelFontSizeTopMedium: string;
1767
- labelFontSizeTopLarge: string;
1768
- labelHeightSmall: string;
1769
- labelHeightMedium: string;
1770
- labelHeightLarge: string;
1771
- labelPaddingVertical: string;
1772
- labelPaddingHorizontal: string;
1773
- labelTextAlignVertical: string;
1774
- labelTextAlignHorizontal: string;
1775
- }, any>>>;
1776
- readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
1777
- blankHeightSmall: string;
1778
- blankHeightMedium: string;
1779
- blankHeightLarge: string;
1780
- lineHeight: string;
1781
- labelTextColor: string;
1782
- asteriskColor: string;
1783
- feedbackTextColorError: string;
1784
- feedbackTextColorWarning: string;
1785
- feedbackTextColor: string;
1786
- feedbackPadding: string;
1787
- feedbackHeightSmall: string;
1788
- feedbackHeightMedium: string;
1789
- feedbackHeightLarge: string;
1790
- feedbackFontSizeSmall: string;
1791
- feedbackFontSizeMedium: string;
1792
- feedbackFontSizeLarge: string;
1793
- labelFontSizeLeftSmall: string;
1794
- labelFontSizeLeftMedium: string;
1795
- labelFontSizeLeftLarge: string;
1796
- labelFontSizeTopSmall: string;
1797
- labelFontSizeTopMedium: string;
1798
- labelFontSizeTopLarge: string;
1799
- labelHeightSmall: string;
1800
- labelHeightMedium: string;
1801
- labelHeightLarge: string;
1802
- labelPaddingVertical: string;
1803
- labelPaddingHorizontal: string;
1804
- labelTextAlignVertical: string;
1805
- labelTextAlignHorizontal: string;
1806
- }, any>>>;
1807
- }>>, {
1808
- readonly required: boolean;
1809
- readonly first: boolean;
1810
- readonly showRequireMark: boolean | undefined;
1811
- readonly showFeedback: boolean | undefined;
1812
- readonly showLabel: boolean | undefined;
1813
- readonly ignorePathChange: boolean;
1814
- }>;
1815
- NUpload: any;
1816
- NUploadDragger: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1817
- NP: import("vue").DefineComponent<{
1818
- depth: PropType<2 | 1 | "1" | "2" | 3 | "3">;
1819
- theme: PropType<import("naive-ui/es/_mixins").Theme<"Typography", {
1820
- aTextColor: string;
1821
- blockquoteTextColor: string;
1822
- blockquotePrefixColor: string;
1823
- blockquoteLineHeight: string;
1824
- blockquoteFontSize: string;
1825
- codeBorderRadius: string;
1826
- liTextColor: string;
1827
- liLineHeight: string;
1828
- liFontSize: string;
1829
- hrColor: string;
1830
- headerFontWeight: string;
1831
- headerTextColor: string;
1832
- pTextColor: string;
1833
- pTextColor1Depth: string;
1834
- pTextColor2Depth: string;
1835
- pTextColor3Depth: string;
1836
- pLineHeight: string;
1837
- pFontSize: string;
1838
- headerBarColor: string;
1839
- headerBarColorPrimary: string;
1840
- headerBarColorInfo: string;
1841
- headerBarColorError: string;
1842
- headerBarColorWarning: string;
1843
- headerBarColorSuccess: string;
1844
- textColor: string;
1845
- textColor1Depth: string;
1846
- textColor2Depth: string;
1847
- textColor3Depth: string;
1848
- textColorPrimary: string;
1849
- textColorInfo: string;
1850
- textColorSuccess: string;
1851
- textColorWarning: string;
1852
- textColorError: string;
1853
- codeTextColor: string;
1854
- codeColor: string;
1855
- codeBorder: string;
1856
- headerFontSize1: string;
1857
- headerFontSize2: string;
1858
- headerFontSize3: string;
1859
- headerFontSize4: string;
1860
- headerFontSize5: string;
1861
- headerFontSize6: string;
1862
- headerMargin1: string;
1863
- headerMargin2: string;
1864
- headerMargin3: string;
1865
- headerMargin4: string;
1866
- headerMargin5: string;
1867
- headerMargin6: string;
1868
- headerPrefixWidth1: string;
1869
- headerPrefixWidth2: string;
1870
- headerPrefixWidth3: string;
1871
- headerPrefixWidth4: string;
1872
- headerPrefixWidth5: string;
1873
- headerPrefixWidth6: string;
1874
- headerBarWidth1: string;
1875
- headerBarWidth2: string;
1876
- headerBarWidth3: string;
1877
- headerBarWidth4: string;
1878
- headerBarWidth5: string;
1879
- headerBarWidth6: string;
1880
- pMargin: string;
1881
- liMargin: string;
1882
- olPadding: string;
1883
- ulPadding: string;
1884
- }, any>>;
1885
- themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
1886
- aTextColor: string;
1887
- blockquoteTextColor: string;
1888
- blockquotePrefixColor: string;
1889
- blockquoteLineHeight: string;
1890
- blockquoteFontSize: string;
1891
- codeBorderRadius: string;
1892
- liTextColor: string;
1893
- liLineHeight: string;
1894
- liFontSize: string;
1895
- hrColor: string;
1896
- headerFontWeight: string;
1897
- headerTextColor: string;
1898
- pTextColor: string;
1899
- pTextColor1Depth: string;
1900
- pTextColor2Depth: string;
1901
- pTextColor3Depth: string;
1902
- pLineHeight: string;
1903
- pFontSize: string;
1904
- headerBarColor: string;
1905
- headerBarColorPrimary: string;
1906
- headerBarColorInfo: string;
1907
- headerBarColorError: string;
1908
- headerBarColorWarning: string;
1909
- headerBarColorSuccess: string;
1910
- textColor: string;
1911
- textColor1Depth: string;
1912
- textColor2Depth: string;
1913
- textColor3Depth: string;
1914
- textColorPrimary: string;
1915
- textColorInfo: string;
1916
- textColorSuccess: string;
1917
- textColorWarning: string;
1918
- textColorError: string;
1919
- codeTextColor: string;
1920
- codeColor: string;
1921
- codeBorder: string;
1922
- headerFontSize1: string;
1923
- headerFontSize2: string;
1924
- headerFontSize3: string;
1925
- headerFontSize4: string;
1926
- headerFontSize5: string;
1927
- headerFontSize6: string;
1928
- headerMargin1: string;
1929
- headerMargin2: string;
1930
- headerMargin3: string;
1931
- headerMargin4: string;
1932
- headerMargin5: string;
1933
- headerMargin6: string;
1934
- headerPrefixWidth1: string;
1935
- headerPrefixWidth2: string;
1936
- headerPrefixWidth3: string;
1937
- headerPrefixWidth4: string;
1938
- headerPrefixWidth5: string;
1939
- headerPrefixWidth6: string;
1940
- headerBarWidth1: string;
1941
- headerBarWidth2: string;
1942
- headerBarWidth3: string;
1943
- headerBarWidth4: string;
1944
- headerBarWidth5: string;
1945
- headerBarWidth6: string;
1946
- pMargin: string;
1947
- liMargin: string;
1948
- olPadding: string;
1949
- ulPadding: string;
1950
- }, any>>>;
1951
- builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
1952
- aTextColor: string;
1953
- blockquoteTextColor: string;
1954
- blockquotePrefixColor: string;
1955
- blockquoteLineHeight: string;
1956
- blockquoteFontSize: string;
1957
- codeBorderRadius: string;
1958
- liTextColor: string;
1959
- liLineHeight: string;
1960
- liFontSize: string;
1961
- hrColor: string;
1962
- headerFontWeight: string;
1963
- headerTextColor: string;
1964
- pTextColor: string;
1965
- pTextColor1Depth: string;
1966
- pTextColor2Depth: string;
1967
- pTextColor3Depth: string;
1968
- pLineHeight: string;
1969
- pFontSize: string;
1970
- headerBarColor: string;
1971
- headerBarColorPrimary: string;
1972
- headerBarColorInfo: string;
1973
- headerBarColorError: string;
1974
- headerBarColorWarning: string;
1975
- headerBarColorSuccess: string;
1976
- textColor: string;
1977
- textColor1Depth: string;
1978
- textColor2Depth: string;
1979
- textColor3Depth: string;
1980
- textColorPrimary: string;
1981
- textColorInfo: string;
1982
- textColorSuccess: string;
1983
- textColorWarning: string;
1984
- textColorError: string;
1985
- codeTextColor: string;
1986
- codeColor: string;
1987
- codeBorder: string;
1988
- headerFontSize1: string;
1989
- headerFontSize2: string;
1990
- headerFontSize3: string;
1991
- headerFontSize4: string;
1992
- headerFontSize5: string;
1993
- headerFontSize6: string;
1994
- headerMargin1: string;
1995
- headerMargin2: string;
1996
- headerMargin3: string;
1997
- headerMargin4: string;
1998
- headerMargin5: string;
1999
- headerMargin6: string;
2000
- headerPrefixWidth1: string;
2001
- headerPrefixWidth2: string;
2002
- headerPrefixWidth3: string;
2003
- headerPrefixWidth4: string;
2004
- headerPrefixWidth5: string;
2005
- headerPrefixWidth6: string;
2006
- headerBarWidth1: string;
2007
- headerBarWidth2: string;
2008
- headerBarWidth3: string;
2009
- headerBarWidth4: string;
2010
- headerBarWidth5: string;
2011
- headerBarWidth6: string;
2012
- pMargin: string;
2013
- liMargin: string;
2014
- olPadding: string;
2015
- ulPadding: string;
2016
- }, any>>>;
2017
- }, {
2018
- mergedClsPrefix: import("vue").ComputedRef<string>;
2019
- cssVars: import("vue").ComputedRef<{
2020
- '--n-bezier': string;
2021
- '--n-font-size': string;
2022
- '--n-line-height': string;
2023
- '--n-margin': string;
2024
- '--n-text-color': string;
2025
- }> | undefined;
2026
- themeClass: import("vue").Ref<string> | undefined;
2027
- onRender: (() => void) | undefined;
2028
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2029
- depth: PropType<2 | 1 | "1" | "2" | 3 | "3">;
2030
- theme: PropType<import("naive-ui/es/_mixins").Theme<"Typography", {
2031
- aTextColor: string;
2032
- blockquoteTextColor: string;
2033
- blockquotePrefixColor: string;
2034
- blockquoteLineHeight: string;
2035
- blockquoteFontSize: string;
2036
- codeBorderRadius: string;
2037
- liTextColor: string;
2038
- liLineHeight: string;
2039
- liFontSize: string;
2040
- hrColor: string;
2041
- headerFontWeight: string;
2042
- headerTextColor: string;
2043
- pTextColor: string;
2044
- pTextColor1Depth: string;
2045
- pTextColor2Depth: string;
2046
- pTextColor3Depth: string;
2047
- pLineHeight: string;
2048
- pFontSize: string;
2049
- headerBarColor: string;
2050
- headerBarColorPrimary: string;
2051
- headerBarColorInfo: string;
2052
- headerBarColorError: string;
2053
- headerBarColorWarning: string;
2054
- headerBarColorSuccess: string;
2055
- textColor: string;
2056
- textColor1Depth: string;
2057
- textColor2Depth: string;
2058
- textColor3Depth: string;
2059
- textColorPrimary: string;
2060
- textColorInfo: string;
2061
- textColorSuccess: string;
2062
- textColorWarning: string;
2063
- textColorError: string;
2064
- codeTextColor: string;
2065
- codeColor: string;
2066
- codeBorder: string;
2067
- headerFontSize1: string;
2068
- headerFontSize2: string;
2069
- headerFontSize3: string;
2070
- headerFontSize4: string;
2071
- headerFontSize5: string;
2072
- headerFontSize6: string;
2073
- headerMargin1: string;
2074
- headerMargin2: string;
2075
- headerMargin3: string;
2076
- headerMargin4: string;
2077
- headerMargin5: string;
2078
- headerMargin6: string;
2079
- headerPrefixWidth1: string;
2080
- headerPrefixWidth2: string;
2081
- headerPrefixWidth3: string;
2082
- headerPrefixWidth4: string;
2083
- headerPrefixWidth5: string;
2084
- headerPrefixWidth6: string;
2085
- headerBarWidth1: string;
2086
- headerBarWidth2: string;
2087
- headerBarWidth3: string;
2088
- headerBarWidth4: string;
2089
- headerBarWidth5: string;
2090
- headerBarWidth6: string;
2091
- pMargin: string;
2092
- liMargin: string;
2093
- olPadding: string;
2094
- ulPadding: string;
2095
- }, any>>;
2096
- themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
2097
- aTextColor: string;
2098
- blockquoteTextColor: string;
2099
- blockquotePrefixColor: string;
2100
- blockquoteLineHeight: string;
2101
- blockquoteFontSize: string;
2102
- codeBorderRadius: string;
2103
- liTextColor: string;
2104
- liLineHeight: string;
2105
- liFontSize: string;
2106
- hrColor: string;
2107
- headerFontWeight: string;
2108
- headerTextColor: string;
2109
- pTextColor: string;
2110
- pTextColor1Depth: string;
2111
- pTextColor2Depth: string;
2112
- pTextColor3Depth: string;
2113
- pLineHeight: string;
2114
- pFontSize: string;
2115
- headerBarColor: string;
2116
- headerBarColorPrimary: string;
2117
- headerBarColorInfo: string;
2118
- headerBarColorError: string;
2119
- headerBarColorWarning: string;
2120
- headerBarColorSuccess: string;
2121
- textColor: string;
2122
- textColor1Depth: string;
2123
- textColor2Depth: string;
2124
- textColor3Depth: string;
2125
- textColorPrimary: string;
2126
- textColorInfo: string;
2127
- textColorSuccess: string;
2128
- textColorWarning: string;
2129
- textColorError: string;
2130
- codeTextColor: string;
2131
- codeColor: string;
2132
- codeBorder: string;
2133
- headerFontSize1: string;
2134
- headerFontSize2: string;
2135
- headerFontSize3: string;
2136
- headerFontSize4: string;
2137
- headerFontSize5: string;
2138
- headerFontSize6: string;
2139
- headerMargin1: string;
2140
- headerMargin2: string;
2141
- headerMargin3: string;
2142
- headerMargin4: string;
2143
- headerMargin5: string;
2144
- headerMargin6: string;
2145
- headerPrefixWidth1: string;
2146
- headerPrefixWidth2: string;
2147
- headerPrefixWidth3: string;
2148
- headerPrefixWidth4: string;
2149
- headerPrefixWidth5: string;
2150
- headerPrefixWidth6: string;
2151
- headerBarWidth1: string;
2152
- headerBarWidth2: string;
2153
- headerBarWidth3: string;
2154
- headerBarWidth4: string;
2155
- headerBarWidth5: string;
2156
- headerBarWidth6: string;
2157
- pMargin: string;
2158
- liMargin: string;
2159
- olPadding: string;
2160
- ulPadding: string;
2161
- }, any>>>;
2162
- builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
2163
- aTextColor: string;
2164
- blockquoteTextColor: string;
2165
- blockquotePrefixColor: string;
2166
- blockquoteLineHeight: string;
2167
- blockquoteFontSize: string;
2168
- codeBorderRadius: string;
2169
- liTextColor: string;
2170
- liLineHeight: string;
2171
- liFontSize: string;
2172
- hrColor: string;
2173
- headerFontWeight: string;
2174
- headerTextColor: string;
2175
- pTextColor: string;
2176
- pTextColor1Depth: string;
2177
- pTextColor2Depth: string;
2178
- pTextColor3Depth: string;
2179
- pLineHeight: string;
2180
- pFontSize: string;
2181
- headerBarColor: string;
2182
- headerBarColorPrimary: string;
2183
- headerBarColorInfo: string;
2184
- headerBarColorError: string;
2185
- headerBarColorWarning: string;
2186
- headerBarColorSuccess: string;
2187
- textColor: string;
2188
- textColor1Depth: string;
2189
- textColor2Depth: string;
2190
- textColor3Depth: string;
2191
- textColorPrimary: string;
2192
- textColorInfo: string;
2193
- textColorSuccess: string;
2194
- textColorWarning: string;
2195
- textColorError: string;
2196
- codeTextColor: string;
2197
- codeColor: string;
2198
- codeBorder: string;
2199
- headerFontSize1: string;
2200
- headerFontSize2: string;
2201
- headerFontSize3: string;
2202
- headerFontSize4: string;
2203
- headerFontSize5: string;
2204
- headerFontSize6: string;
2205
- headerMargin1: string;
2206
- headerMargin2: string;
2207
- headerMargin3: string;
2208
- headerMargin4: string;
2209
- headerMargin5: string;
2210
- headerMargin6: string;
2211
- headerPrefixWidth1: string;
2212
- headerPrefixWidth2: string;
2213
- headerPrefixWidth3: string;
2214
- headerPrefixWidth4: string;
2215
- headerPrefixWidth5: string;
2216
- headerPrefixWidth6: string;
2217
- headerBarWidth1: string;
2218
- headerBarWidth2: string;
2219
- headerBarWidth3: string;
2220
- headerBarWidth4: string;
2221
- headerBarWidth5: string;
2222
- headerBarWidth6: string;
2223
- pMargin: string;
2224
- liMargin: string;
2225
- olPadding: string;
2226
- ulPadding: string;
2227
- }, any>>>;
2228
- }>>, {}>;
2229
- NIcon: any;
2230
- NText: import("vue").DefineComponent<{
2231
- readonly code: BooleanConstructor;
2232
- readonly type: {
2233
- readonly type: StringConstructor;
2234
- readonly default: "default";
2235
- };
2236
- readonly delete: BooleanConstructor;
2237
- readonly strong: BooleanConstructor;
2238
- readonly italic: BooleanConstructor;
2239
- readonly underline: BooleanConstructor;
2240
- readonly depth: PropType<2 | 1 | "1" | "2" | 3 | "3">;
2241
- readonly tag: StringConstructor;
2242
- readonly as: {
2243
- readonly type: StringConstructor;
2244
- readonly validator: () => boolean;
2245
- readonly default: undefined;
2246
- };
2247
- readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Typography", {
2248
- aTextColor: string;
2249
- blockquoteTextColor: string;
2250
- blockquotePrefixColor: string;
2251
- blockquoteLineHeight: string;
2252
- blockquoteFontSize: string;
2253
- codeBorderRadius: string;
2254
- liTextColor: string;
2255
- liLineHeight: string;
2256
- liFontSize: string;
2257
- hrColor: string;
2258
- headerFontWeight: string;
2259
- headerTextColor: string;
2260
- pTextColor: string;
2261
- pTextColor1Depth: string;
2262
- pTextColor2Depth: string;
2263
- pTextColor3Depth: string;
2264
- pLineHeight: string;
2265
- pFontSize: string;
2266
- headerBarColor: string;
2267
- headerBarColorPrimary: string;
2268
- headerBarColorInfo: string;
2269
- headerBarColorError: string;
2270
- headerBarColorWarning: string;
2271
- headerBarColorSuccess: string;
2272
- textColor: string;
2273
- textColor1Depth: string;
2274
- textColor2Depth: string;
2275
- textColor3Depth: string;
2276
- textColorPrimary: string;
2277
- textColorInfo: string;
2278
- textColorSuccess: string;
2279
- textColorWarning: string;
2280
- textColorError: string;
2281
- codeTextColor: string;
2282
- codeColor: string;
2283
- codeBorder: string;
2284
- headerFontSize1: string;
2285
- headerFontSize2: string;
2286
- headerFontSize3: string;
2287
- headerFontSize4: string;
2288
- headerFontSize5: string;
2289
- headerFontSize6: string;
2290
- headerMargin1: string;
2291
- headerMargin2: string;
2292
- headerMargin3: string;
2293
- headerMargin4: string;
2294
- headerMargin5: string;
2295
- headerMargin6: string;
2296
- headerPrefixWidth1: string;
2297
- headerPrefixWidth2: string;
2298
- headerPrefixWidth3: string;
2299
- headerPrefixWidth4: string;
2300
- headerPrefixWidth5: string;
2301
- headerPrefixWidth6: string;
2302
- headerBarWidth1: string;
2303
- headerBarWidth2: string;
2304
- headerBarWidth3: string;
2305
- headerBarWidth4: string;
2306
- headerBarWidth5: string;
2307
- headerBarWidth6: string;
2308
- pMargin: string;
2309
- liMargin: string;
2310
- olPadding: string;
2311
- ulPadding: string;
2312
- }, any>>;
2313
- readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
2314
- aTextColor: string;
2315
- blockquoteTextColor: string;
2316
- blockquotePrefixColor: string;
2317
- blockquoteLineHeight: string;
2318
- blockquoteFontSize: string;
2319
- codeBorderRadius: string;
2320
- liTextColor: string;
2321
- liLineHeight: string;
2322
- liFontSize: string;
2323
- hrColor: string;
2324
- headerFontWeight: string;
2325
- headerTextColor: string;
2326
- pTextColor: string;
2327
- pTextColor1Depth: string;
2328
- pTextColor2Depth: string;
2329
- pTextColor3Depth: string;
2330
- pLineHeight: string;
2331
- pFontSize: string;
2332
- headerBarColor: string;
2333
- headerBarColorPrimary: string;
2334
- headerBarColorInfo: string;
2335
- headerBarColorError: string;
2336
- headerBarColorWarning: string;
2337
- headerBarColorSuccess: string;
2338
- textColor: string;
2339
- textColor1Depth: string;
2340
- textColor2Depth: string;
2341
- textColor3Depth: string;
2342
- textColorPrimary: string;
2343
- textColorInfo: string;
2344
- textColorSuccess: string;
2345
- textColorWarning: string;
2346
- textColorError: string;
2347
- codeTextColor: string;
2348
- codeColor: string;
2349
- codeBorder: string;
2350
- headerFontSize1: string;
2351
- headerFontSize2: string;
2352
- headerFontSize3: string;
2353
- headerFontSize4: string;
2354
- headerFontSize5: string;
2355
- headerFontSize6: string;
2356
- headerMargin1: string;
2357
- headerMargin2: string;
2358
- headerMargin3: string;
2359
- headerMargin4: string;
2360
- headerMargin5: string;
2361
- headerMargin6: string;
2362
- headerPrefixWidth1: string;
2363
- headerPrefixWidth2: string;
2364
- headerPrefixWidth3: string;
2365
- headerPrefixWidth4: string;
2366
- headerPrefixWidth5: string;
2367
- headerPrefixWidth6: string;
2368
- headerBarWidth1: string;
2369
- headerBarWidth2: string;
2370
- headerBarWidth3: string;
2371
- headerBarWidth4: string;
2372
- headerBarWidth5: string;
2373
- headerBarWidth6: string;
2374
- pMargin: string;
2375
- liMargin: string;
2376
- olPadding: string;
2377
- ulPadding: string;
2378
- }, any>>>;
2379
- readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
2380
- aTextColor: string;
2381
- blockquoteTextColor: string;
2382
- blockquotePrefixColor: string;
2383
- blockquoteLineHeight: string;
2384
- blockquoteFontSize: string;
2385
- codeBorderRadius: string;
2386
- liTextColor: string;
2387
- liLineHeight: string;
2388
- liFontSize: string;
2389
- hrColor: string;
2390
- headerFontWeight: string;
2391
- headerTextColor: string;
2392
- pTextColor: string;
2393
- pTextColor1Depth: string;
2394
- pTextColor2Depth: string;
2395
- pTextColor3Depth: string;
2396
- pLineHeight: string;
2397
- pFontSize: string;
2398
- headerBarColor: string;
2399
- headerBarColorPrimary: string;
2400
- headerBarColorInfo: string;
2401
- headerBarColorError: string;
2402
- headerBarColorWarning: string;
2403
- headerBarColorSuccess: string;
2404
- textColor: string;
2405
- textColor1Depth: string;
2406
- textColor2Depth: string;
2407
- textColor3Depth: string;
2408
- textColorPrimary: string;
2409
- textColorInfo: string;
2410
- textColorSuccess: string;
2411
- textColorWarning: string;
2412
- textColorError: string;
2413
- codeTextColor: string;
2414
- codeColor: string;
2415
- codeBorder: string;
2416
- headerFontSize1: string;
2417
- headerFontSize2: string;
2418
- headerFontSize3: string;
2419
- headerFontSize4: string;
2420
- headerFontSize5: string;
2421
- headerFontSize6: string;
2422
- headerMargin1: string;
2423
- headerMargin2: string;
2424
- headerMargin3: string;
2425
- headerMargin4: string;
2426
- headerMargin5: string;
2427
- headerMargin6: string;
2428
- headerPrefixWidth1: string;
2429
- headerPrefixWidth2: string;
2430
- headerPrefixWidth3: string;
2431
- headerPrefixWidth4: string;
2432
- headerPrefixWidth5: string;
2433
- headerPrefixWidth6: string;
2434
- headerBarWidth1: string;
2435
- headerBarWidth2: string;
2436
- headerBarWidth3: string;
2437
- headerBarWidth4: string;
2438
- headerBarWidth5: string;
2439
- headerBarWidth6: string;
2440
- pMargin: string;
2441
- liMargin: string;
2442
- olPadding: string;
2443
- ulPadding: string;
2444
- }, any>>>;
2445
- }, {
2446
- mergedClsPrefix: import("vue").ComputedRef<string>;
2447
- compitableTag: import("vue").ComputedRef<string | undefined>;
2448
- cssVars: import("vue").ComputedRef<{
2449
- '--n-bezier': string;
2450
- '--n-text-color': string;
2451
- '--n-font-weight-strong': string;
2452
- '--n-font-famliy-mono': string;
2453
- '--n-code-border-radius': string;
2454
- '--n-code-text-color': string;
2455
- '--n-code-color': string;
2456
- '--n-code-border': string;
2457
- }> | undefined;
2458
- themeClass: import("vue").Ref<string> | undefined;
2459
- onRender: (() => void) | undefined;
2460
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2461
- readonly code: BooleanConstructor;
2462
- readonly type: {
2463
- readonly type: StringConstructor;
2464
- readonly default: "default";
2465
- };
2466
- readonly delete: BooleanConstructor;
2467
- readonly strong: BooleanConstructor;
2468
- readonly italic: BooleanConstructor;
2469
- readonly underline: BooleanConstructor;
2470
- readonly depth: PropType<2 | 1 | "1" | "2" | 3 | "3">;
2471
- readonly tag: StringConstructor;
2472
- readonly as: {
2473
- readonly type: StringConstructor;
2474
- readonly validator: () => boolean;
2475
- readonly default: undefined;
2476
- };
2477
- readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Typography", {
2478
- aTextColor: string;
2479
- blockquoteTextColor: string;
2480
- blockquotePrefixColor: string;
2481
- blockquoteLineHeight: string;
2482
- blockquoteFontSize: string;
2483
- codeBorderRadius: string;
2484
- liTextColor: string;
2485
- liLineHeight: string;
2486
- liFontSize: string;
2487
- hrColor: string;
2488
- headerFontWeight: string;
2489
- headerTextColor: string;
2490
- pTextColor: string;
2491
- pTextColor1Depth: string;
2492
- pTextColor2Depth: string;
2493
- pTextColor3Depth: string;
2494
- pLineHeight: string;
2495
- pFontSize: string;
2496
- headerBarColor: string;
2497
- headerBarColorPrimary: string;
2498
- headerBarColorInfo: string;
2499
- headerBarColorError: string;
2500
- headerBarColorWarning: string;
2501
- headerBarColorSuccess: string;
2502
- textColor: string;
2503
- textColor1Depth: string;
2504
- textColor2Depth: string;
2505
- textColor3Depth: string;
2506
- textColorPrimary: string;
2507
- textColorInfo: string;
2508
- textColorSuccess: string;
2509
- textColorWarning: string;
2510
- textColorError: string;
2511
- codeTextColor: string;
2512
- codeColor: string;
2513
- codeBorder: string;
2514
- headerFontSize1: string;
2515
- headerFontSize2: string;
2516
- headerFontSize3: string;
2517
- headerFontSize4: string;
2518
- headerFontSize5: string;
2519
- headerFontSize6: string;
2520
- headerMargin1: string;
2521
- headerMargin2: string;
2522
- headerMargin3: string;
2523
- headerMargin4: string;
2524
- headerMargin5: string;
2525
- headerMargin6: string;
2526
- headerPrefixWidth1: string;
2527
- headerPrefixWidth2: string;
2528
- headerPrefixWidth3: string;
2529
- headerPrefixWidth4: string;
2530
- headerPrefixWidth5: string;
2531
- headerPrefixWidth6: string;
2532
- headerBarWidth1: string;
2533
- headerBarWidth2: string;
2534
- headerBarWidth3: string;
2535
- headerBarWidth4: string;
2536
- headerBarWidth5: string;
2537
- headerBarWidth6: string;
2538
- pMargin: string;
2539
- liMargin: string;
2540
- olPadding: string;
2541
- ulPadding: string;
2542
- }, any>>;
2543
- readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
2544
- aTextColor: string;
2545
- blockquoteTextColor: string;
2546
- blockquotePrefixColor: string;
2547
- blockquoteLineHeight: string;
2548
- blockquoteFontSize: string;
2549
- codeBorderRadius: string;
2550
- liTextColor: string;
2551
- liLineHeight: string;
2552
- liFontSize: string;
2553
- hrColor: string;
2554
- headerFontWeight: string;
2555
- headerTextColor: string;
2556
- pTextColor: string;
2557
- pTextColor1Depth: string;
2558
- pTextColor2Depth: string;
2559
- pTextColor3Depth: string;
2560
- pLineHeight: string;
2561
- pFontSize: string;
2562
- headerBarColor: string;
2563
- headerBarColorPrimary: string;
2564
- headerBarColorInfo: string;
2565
- headerBarColorError: string;
2566
- headerBarColorWarning: string;
2567
- headerBarColorSuccess: string;
2568
- textColor: string;
2569
- textColor1Depth: string;
2570
- textColor2Depth: string;
2571
- textColor3Depth: string;
2572
- textColorPrimary: string;
2573
- textColorInfo: string;
2574
- textColorSuccess: string;
2575
- textColorWarning: string;
2576
- textColorError: string;
2577
- codeTextColor: string;
2578
- codeColor: string;
2579
- codeBorder: string;
2580
- headerFontSize1: string;
2581
- headerFontSize2: string;
2582
- headerFontSize3: string;
2583
- headerFontSize4: string;
2584
- headerFontSize5: string;
2585
- headerFontSize6: string;
2586
- headerMargin1: string;
2587
- headerMargin2: string;
2588
- headerMargin3: string;
2589
- headerMargin4: string;
2590
- headerMargin5: string;
2591
- headerMargin6: string;
2592
- headerPrefixWidth1: string;
2593
- headerPrefixWidth2: string;
2594
- headerPrefixWidth3: string;
2595
- headerPrefixWidth4: string;
2596
- headerPrefixWidth5: string;
2597
- headerPrefixWidth6: string;
2598
- headerBarWidth1: string;
2599
- headerBarWidth2: string;
2600
- headerBarWidth3: string;
2601
- headerBarWidth4: string;
2602
- headerBarWidth5: string;
2603
- headerBarWidth6: string;
2604
- pMargin: string;
2605
- liMargin: string;
2606
- olPadding: string;
2607
- ulPadding: string;
2608
- }, any>>>;
2609
- readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
2610
- aTextColor: string;
2611
- blockquoteTextColor: string;
2612
- blockquotePrefixColor: string;
2613
- blockquoteLineHeight: string;
2614
- blockquoteFontSize: string;
2615
- codeBorderRadius: string;
2616
- liTextColor: string;
2617
- liLineHeight: string;
2618
- liFontSize: string;
2619
- hrColor: string;
2620
- headerFontWeight: string;
2621
- headerTextColor: string;
2622
- pTextColor: string;
2623
- pTextColor1Depth: string;
2624
- pTextColor2Depth: string;
2625
- pTextColor3Depth: string;
2626
- pLineHeight: string;
2627
- pFontSize: string;
2628
- headerBarColor: string;
2629
- headerBarColorPrimary: string;
2630
- headerBarColorInfo: string;
2631
- headerBarColorError: string;
2632
- headerBarColorWarning: string;
2633
- headerBarColorSuccess: string;
2634
- textColor: string;
2635
- textColor1Depth: string;
2636
- textColor2Depth: string;
2637
- textColor3Depth: string;
2638
- textColorPrimary: string;
2639
- textColorInfo: string;
2640
- textColorSuccess: string;
2641
- textColorWarning: string;
2642
- textColorError: string;
2643
- codeTextColor: string;
2644
- codeColor: string;
2645
- codeBorder: string;
2646
- headerFontSize1: string;
2647
- headerFontSize2: string;
2648
- headerFontSize3: string;
2649
- headerFontSize4: string;
2650
- headerFontSize5: string;
2651
- headerFontSize6: string;
2652
- headerMargin1: string;
2653
- headerMargin2: string;
2654
- headerMargin3: string;
2655
- headerMargin4: string;
2656
- headerMargin5: string;
2657
- headerMargin6: string;
2658
- headerPrefixWidth1: string;
2659
- headerPrefixWidth2: string;
2660
- headerPrefixWidth3: string;
2661
- headerPrefixWidth4: string;
2662
- headerPrefixWidth5: string;
2663
- headerPrefixWidth6: string;
2664
- headerBarWidth1: string;
2665
- headerBarWidth2: string;
2666
- headerBarWidth3: string;
2667
- headerBarWidth4: string;
2668
- headerBarWidth5: string;
2669
- headerBarWidth6: string;
2670
- pMargin: string;
2671
- liMargin: string;
2672
- olPadding: string;
2673
- ulPadding: string;
2674
- }, any>>>;
2675
- }>>, {
2676
- readonly type: string;
2677
- readonly delete: boolean;
2678
- readonly italic: boolean;
2679
- readonly underline: boolean;
2680
- readonly as: string;
2681
- readonly code: boolean;
2682
- readonly strong: boolean;
2683
- }>;
2684
- NSpace: any;
2685
- Archive: 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<{}>>, {}>;
2686
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2687
- formatId: {
2688
- type: StringConstructor;
2689
- required: false;
2690
- };
2691
- token: {
2692
- type: StringConstructor;
2693
- required: true;
2694
- };
2695
- }>>, {}>;
2696
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "success" | "update:modelValue")[], "close" | "success" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2697
- verifyUser: {
2698
- type: FunctionConstructor;
2699
- required: false;
2700
- default: () => Promise<void>;
2701
- };
2702
- identityVerificationTitle: {
2703
- type: StringConstructor;
2704
- required: false;
2705
- default: string;
2706
- };
2707
- modelValue: {
2708
- type: BooleanConstructor;
2709
- required: true;
2710
- };
2711
- formatId: {
2712
- type: StringConstructor;
2713
- required: false;
2714
- };
2715
- templateId: {
2716
- type: StringConstructor;
2717
- required: false;
2718
- };
2719
- }>> & {
2720
- onClose?: ((...args: any[]) => any) | undefined;
2721
- onSuccess?: ((...args: any[]) => any) | undefined;
2722
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2723
- }, {
2724
- verifyUser: Function;
2725
- identityVerificationTitle: string;
2726
- }>;
2727
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("success" | "error" | "clickoutside")[], "error" | "success" | "clickoutside", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2728
- printParams: {
2729
- type: PropType<AnyObject[]>;
2730
- };
2731
- params: {
2732
- default: () => never[];
2733
- type: PropType<AnyObject[]>;
2734
- };
2735
- btnText: {
2736
- default: string;
2737
- type: StringConstructor;
2738
- };
2739
- printText: {
2740
- default: string;
2741
- type: StringConstructor;
2742
- };
2743
- previewText: {
2744
- default: string;
2745
- type: StringConstructor;
2746
- };
2747
- pdfLoadText: {
2748
- default: string;
2749
- type: StringConstructor;
2750
- };
2751
- formatEditText: {
2752
- default: string;
2753
- type: StringConstructor;
2754
- };
2755
- prevFn: {
2756
- default: () => Promise<void>;
2757
- type: FunctionConstructor;
2758
- };
2759
- queryPrintFormatByNumber: {
2760
- default: () => Promise<{}>;
2761
- type: FunctionConstructor;
2762
- };
2763
- queryTemplateParams: {
2764
- default: () => Promise<{}>;
2765
- type: FunctionConstructor;
2766
- };
2767
- strategy: {
2768
- default: string;
2769
- type: StringConstructor;
2770
- };
2771
- clickPrevFn: {
2772
- default: () => Promise<boolean>;
2773
- type: FunctionConstructor;
2774
- };
2775
- noDataMsg: {
2776
- default: string;
2777
- type: StringConstructor;
2778
- };
2779
- token: {
2780
- type: StringConstructor;
2781
- };
2782
- printdlgshow: {
2783
- default: string;
2784
- type: StringConstructor;
2785
- };
2786
- btnprint: {
2787
- type: StringConstructor;
2788
- default: string;
2789
- };
2790
- directPrint: {
2791
- type: BooleanConstructor;
2792
- default: boolean;
2793
- };
2794
- }>> & {
2795
- onError?: ((...args: any[]) => any) | undefined;
2796
- onSuccess?: ((...args: any[]) => any) | undefined;
2797
- onClickoutside?: ((...args: any[]) => any) | undefined;
2798
- }, {
2799
- params: AnyObject[];
2800
- btnText: string;
2801
- printText: string;
2802
- previewText: string;
2803
- pdfLoadText: string;
2804
- formatEditText: string;
2805
- prevFn: Function;
2806
- queryPrintFormatByNumber: Function;
2807
- queryTemplateParams: Function;
2808
- strategy: string;
2809
- clickPrevFn: Function;
2810
- noDataMsg: string;
2811
- printdlgshow: string;
2812
- btnprint: string;
2813
- directPrint: boolean;
2814
- }>>;
2815
- outQuickSearch: import("vue").DefineComponent<{
2816
- item: {
2817
- type: PropType<ISearchType>;
2818
- default: () => void;
2819
- };
2820
- filterApiConfig: {
2821
- type: ObjectConstructor;
2822
- default: () => void;
2823
- };
2824
- }, {
2825
- handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
2826
- wordBookutils: {
2827
- hasArray: (arr: ISearchType[]) => boolean;
2828
- handleWordbookData(item: any, data: any, params: any): {
2829
- rows: never[];
2830
- hasFieldList: boolean;
2831
- searchPageConfig: {};
2832
- };
2833
- getTitleHeader(fieldList: ISearchType[], renderKey: any): any;
2834
- };
2835
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2836
- item: {
2837
- type: PropType<ISearchType>;
2838
- default: () => void;
2839
- };
2840
- filterApiConfig: {
2841
- type: ObjectConstructor;
2842
- default: () => void;
2843
- };
2844
- }>> & {
2845
- onOutFilterChange?: ((...args: any[]) => any) | undefined;
2846
- }>>;
2847
- emit: (event: "outFilterChange", ...args: any[]) => void;
2848
- fetchingWordbook: import("vue").Ref<boolean>;
2849
- initSearch: import("vue").Ref<boolean>;
2850
- handlePickerShowTime: import("vue").ComputedRef<(item: ISearchType) => false | {
2851
- defaultValue: moment.Moment[];
2852
- }>;
2853
- init: () => void;
2854
- handleWordBookSearch: (value: string, item: ISearchType, config?: any) => void;
2855
- dropdownVisibleChange: (open: boolean, item: ISearchType, config?: any) => void;
2856
- handleWordbookData: (item: ISearchType, data: any, params: any) => void;
2857
- getWordbookData: (o: any, obj: any) => Promise<any>;
2858
- rangePickerChange: (value: string, item: ISearchType) => void;
2859
- outFilterChange: (config?: {}) => void;
2860
- maxTagPlaceholder: (item: ISearchType) => number;
2861
- changeOutFilterNumber: (item: ISearchType) => void;
2862
- clearOutFilterNumber: (item: ISearchType) => void;
2863
- NInput: any;
2864
- NDatePicker: any;
2865
- multiSelect: import("vue").DefineComponent<{
2866
- item: {
2867
- type: PropType<ISearchType>;
2868
- default: () => void;
2869
- };
2870
- maxTagPlaceholder: {
2871
- type: FunctionConstructor;
2872
- default: () => {};
2873
- };
2874
- outFilterChange: {
2875
- type: FunctionConstructor;
2876
- default: () => {};
2877
- };
2878
- handleWordBookSearch: {
2879
- type: FunctionConstructor;
2880
- default: () => {};
2881
- };
2882
- dropdownVisibleChange: {
2883
- type: FunctionConstructor;
2884
- default: () => {};
2885
- };
2886
- source: {
2887
- type: StringConstructor;
2888
- default: string;
2889
- };
2890
- fetchingWordbook: {
2891
- type: BooleanConstructor;
2892
- default: boolean;
2893
- };
2894
- }, {
2895
- quickInputSelect: any;
2896
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2897
- item: {
2898
- type: PropType<ISearchType>;
2899
- default: () => void;
2900
- };
2901
- maxTagPlaceholder: {
2902
- type: FunctionConstructor;
2903
- default: () => {};
2904
- };
2905
- outFilterChange: {
2906
- type: FunctionConstructor;
2907
- default: () => {};
2908
- };
2909
- handleWordBookSearch: {
2910
- type: FunctionConstructor;
2911
- default: () => {};
2912
- };
2913
- dropdownVisibleChange: {
2914
- type: FunctionConstructor;
2915
- default: () => {};
2916
- };
2917
- source: {
2918
- type: StringConstructor;
2919
- default: string;
2920
- };
2921
- fetchingWordbook: {
2922
- type: BooleanConstructor;
2923
- default: boolean;
2924
- };
2925
- }>> & {}>>;
2926
- handleMaxTagCount: import("vue").ComputedRef<(item: ISearchType) => 0 | 1>;
2927
- isnoPages: import("vue").ComputedRef<boolean>;
2928
- hasShowKeys: import("vue").ComputedRef<boolean>;
2929
- showRemoveIcon: import("vue").ComputedRef<boolean>;
2930
- mode: import("vue").ComputedRef<boolean>;
2931
- renderList: import("vue").ComputedRef<any>;
2932
- createSuffixIcon: () => void;
2933
- filterOption: (...arg: any) => any;
2934
- handleSearchChangePage: (type: string) => void;
2935
- handleChange: () => void;
2936
- NSelect: any;
2937
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2938
- item: {
2939
- type: PropType<ISearchType>;
2940
- default: () => void;
2941
- };
2942
- maxTagPlaceholder: {
2943
- type: FunctionConstructor;
2944
- default: () => {};
2945
- };
2946
- outFilterChange: {
2947
- type: FunctionConstructor;
2948
- default: () => {};
2949
- };
2950
- handleWordBookSearch: {
2951
- type: FunctionConstructor;
2952
- default: () => {};
2953
- };
2954
- dropdownVisibleChange: {
2955
- type: FunctionConstructor;
2956
- default: () => {};
2957
- };
2958
- source: {
2959
- type: StringConstructor;
2960
- default: string;
2961
- };
2962
- fetchingWordbook: {
2963
- type: BooleanConstructor;
2964
- default: boolean;
2965
- };
2966
- }>>, {
2967
- item: ISearchType;
2968
- source: string;
2969
- outFilterChange: Function;
2970
- maxTagPlaceholder: Function;
2971
- handleWordBookSearch: Function;
2972
- dropdownVisibleChange: Function;
2973
- fetchingWordbook: boolean;
2974
- }>;
2975
- cTreeSelect: import("vue").DefineComponent<{
2976
- item: {
2977
- type: PropType<ISearchType>;
2978
- default: () => {
2979
- value: never[];
2980
- };
2981
- };
2982
- handleGetConfigApi: {
2983
- type: FunctionConstructor;
2984
- default: () => void;
2985
- };
2986
- filterApiConfig: {
2987
- type: ObjectConstructor;
2988
- };
2989
- outFilterChange: {
2990
- type: FunctionConstructor;
2991
- default: () => void;
2992
- };
2993
- }, {
2994
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2995
- item: {
2996
- type: PropType<ISearchType>;
2997
- default: () => {
2998
- value: never[];
2999
- };
3000
- };
3001
- handleGetConfigApi: {
3002
- type: FunctionConstructor;
3003
- default: () => void;
3004
- };
3005
- filterApiConfig: {
3006
- type: ObjectConstructor;
3007
- };
3008
- outFilterChange: {
3009
- type: FunctionConstructor;
3010
- default: () => void;
3011
- };
3012
- }>> & {}>>;
3013
- quickInputSelect: any;
3014
- treeData: import("vue").Ref<{
3015
- label: string;
3016
- key: string;
3017
- selectable: boolean;
3018
- scopedSlots: {
3019
- title: string;
3020
- };
3021
- }[]>;
3022
- handleMaxTagCount: import("vue").ComputedRef<(item: ISearchType) => 0 | 1>;
3023
- showRemoveIcon: import("vue").ComputedRef<boolean>;
3024
- init: () => Promise<void>;
3025
- handleMaxTag: () => string;
3026
- handleRequestedOptions: (item: ISearchType) => Promise<any>;
3027
- getSearchDefParams: (item: ISearchType) => any;
3028
- formatField: (value: any) => any;
3029
- hanldeGetCascadelabel: (v?: never[], k?: {}) => any;
3030
- handleInitTreeData: (list: any, config: ISearchType) => void;
3031
- hanldeSetTreeDef: () => void;
3032
- maxTagPlaceholder: (item: ISearchType) => number;
3033
- treeSelect: (key: string, vnode: any) => void;
3034
- change: () => void;
3035
- handleDisabledTreeData: (list?: any, config?: any) => void;
3036
- createSuffixIcon: () => void;
3037
- NTreeSelect: any;
3038
- NSpin: any;
3039
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3040
- item: {
3041
- type: PropType<ISearchType>;
3042
- default: () => {
3043
- value: never[];
3044
- };
3045
- };
3046
- handleGetConfigApi: {
3047
- type: FunctionConstructor;
3048
- default: () => void;
3049
- };
3050
- filterApiConfig: {
3051
- type: ObjectConstructor;
3052
- };
3053
- outFilterChange: {
3054
- type: FunctionConstructor;
3055
- default: () => void;
3056
- };
3057
- }>>, {
3058
- item: ISearchType;
3059
- handleGetConfigApi: Function;
3060
- outFilterChange: Function;
3061
- }>;
3062
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "outFilterChange"[], "outFilterChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3063
- item: {
3064
- type: PropType<ISearchType>;
3065
- default: () => void;
3066
- };
3067
- filterApiConfig: {
3068
- type: ObjectConstructor;
3069
- default: () => void;
3070
- };
3071
- }>> & {
3072
- onOutFilterChange?: ((...args: any[]) => any) | undefined;
3073
- }, {
3074
- item: ISearchType;
3075
- filterApiConfig: Record<string, any>;
3076
- }>;
3077
- getBtnIcon: any;
3078
- ButtonGroup: import("vue").DefineComponent<{
3079
- title: {
3080
- type: (NumberConstructor | StringConstructor)[];
3081
- };
3082
- list: {
3083
- type: ArrayConstructor;
3084
- default: never[];
3085
- };
3086
- currentTempId: {
3087
- type: (NumberConstructor | StringConstructor)[];
3088
- };
3089
- }, {
3090
- BTNOBJ: {
3091
- copy: string;
3092
- pencil: string;
3093
- delete: string;
3094
- add: string;
3095
- download: string;
3096
- label: string;
3097
- queding: string;
3098
- del: string;
3099
- };
3100
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
3101
- title: {
3102
- type: (NumberConstructor | StringConstructor)[];
3103
- };
3104
- list: {
3105
- type: ArrayConstructor;
3106
- default: never[];
3107
- };
3108
- currentTempId: {
3109
- type: (NumberConstructor | StringConstructor)[];
3110
- };
3111
- }>> & {
3112
- onShowDrawer?: ((...args: any[]) => any) | undefined;
3113
- onClickGroupBtn?: ((...args: any[]) => any) | undefined;
3114
- }>>;
3115
- emit: (event: "showDrawer" | "clickGroupBtn", ...args: any[]) => void;
3116
- btnObj: import("vue").Ref<{
3117
- copy: string;
3118
- pencil: string;
3119
- delete: string;
3120
- add: string;
3121
- download: string;
3122
- label: string;
3123
- queding: string;
3124
- del: string;
3125
- }>;
3126
- handleSelect: (key: string, option: any) => void;
3127
- showDrawer: (btn: any, j: number) => void;
3128
- clickBtn: (btn: any, j: number) => void;
3129
- NButton: any;
3130
- NDropdown: any;
3131
- TextOverTooltip: import("vue").DefineComponent<{
3132
- content: {
3133
- type: (NumberConstructor | StringConstructor)[];
3134
- required: false;
3135
- };
3136
- className: {
3137
- type: StringConstructor;
3138
- required: false;
3139
- };
3140
- refName: {
3141
- type: StringConstructor;
3142
- required: false;
3143
- };
3144
- effect: {
3145
- type: StringConstructor;
3146
- required: false;
3147
- default: string;
3148
- };
3149
- placement: {
3150
- type: StringConstructor;
3151
- required: false;
3152
- default: string;
3153
- };
3154
- tooltipTitle: {
3155
- type: (NumberConstructor | StringConstructor)[];
3156
- required: false;
3157
- default: string;
3158
- };
3159
- isAlias: {
3160
- type: BooleanConstructor;
3161
- required: false;
3162
- };
3163
- }, {
3164
- props: {
3165
- content?: string | number | undefined;
3166
- className?: string | undefined;
3167
- refName?: string | undefined;
3168
- effect: string;
3169
- placement: "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
3170
- tooltipTitle: string | number;
3171
- isAlias?: boolean | undefined;
3172
- };
3173
- isDisabledTooltip: import("vue").Ref<boolean>;
3174
- curContent: import("vue").ComputedRef<string>;
3175
- $refName: any;
3176
- onMouseOver: (str: any) => void;
3177
- onMouseOut: () => void;
3178
- NTooltip: any;
3179
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3180
- content: {
3181
- type: (NumberConstructor | StringConstructor)[];
3182
- required: false;
3183
- };
3184
- className: {
3185
- type: StringConstructor;
3186
- required: false;
3187
- };
3188
- refName: {
3189
- type: StringConstructor;
3190
- required: false;
3191
- };
3192
- effect: {
3193
- type: StringConstructor;
3194
- required: false;
3195
- default: string;
3196
- };
3197
- placement: {
3198
- type: StringConstructor;
3199
- required: false;
3200
- default: string;
3201
- };
3202
- tooltipTitle: {
3203
- type: (NumberConstructor | StringConstructor)[];
3204
- required: false;
3205
- default: string;
3206
- };
3207
- isAlias: {
3208
- type: BooleanConstructor;
3209
- required: false;
3210
- };
3211
- }>>, {
3212
- effect: string;
3213
- placement: string;
3214
- tooltipTitle: string | number;
3215
- isAlias: boolean;
3216
- }>;
3217
- SvgIcon: import("vue").DefineComponent<{
3218
- iconClass: {
3219
- type: StringConstructor;
3220
- required: true;
3221
- default: string;
3222
- };
3223
- title: {
3224
- type: StringConstructor;
3225
- required: false;
3226
- default: string;
3227
- };
3228
- className: {
3229
- type: StringConstructor;
3230
- required: false;
3231
- };
3232
- }, {
3233
- props: {
3234
- iconClass: string;
3235
- title: string;
3236
- className?: string | undefined;
3237
- };
3238
- iconName: import("vue").ComputedRef<string>;
3239
- svgClass: import("vue").ComputedRef<string>;
3240
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3241
- iconClass: {
3242
- type: StringConstructor;
3243
- required: true;
3244
- default: string;
3245
- };
3246
- title: {
3247
- type: StringConstructor;
3248
- required: false;
3249
- default: string;
3250
- };
3251
- className: {
3252
- type: StringConstructor;
3253
- required: false;
3254
- };
3255
- }>>, {
3256
- title: string;
3257
- iconClass: string;
3258
- }>;
3259
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("showDrawer" | "clickGroupBtn")[], "showDrawer" | "clickGroupBtn", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3260
- title: {
3261
- type: (NumberConstructor | StringConstructor)[];
3262
- };
3263
- list: {
3264
- type: ArrayConstructor;
3265
- default: never[];
3266
- };
3267
- currentTempId: {
3268
- type: (NumberConstructor | StringConstructor)[];
3269
- };
3270
- }>> & {
3271
- onShowDrawer?: ((...args: any[]) => any) | undefined;
3272
- onClickGroupBtn?: ((...args: any[]) => any) | undefined;
3273
- }, {
3274
- list: unknown[];
3275
- }>;
3276
255
  RenderWidget: import("vue").DefineComponent<{
3277
256
  cfg: {
3278
257
  type: ObjectConstructor;
@@ -3305,26 +284,8 @@ declare const _default: import("vue").DefineComponent<{
3305
284
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
3306
285
  }, {}>;
3307
286
  NIcon: any;
3308
- NInput: any;
3309
- NInputGroup: import("vue").DefineComponent<{
3310
- [x: string]: never;
3311
- [x: number]: never;
3312
- [x: symbol]: never;
3313
- }, {
3314
- mergedClsPrefix: import("vue").ComputedRef<string>;
3315
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3316
- [x: string]: never;
3317
- [x: number]: never;
3318
- [x: symbol]: never;
3319
- }>>, {}>;
3320
287
  NButton: any;
3321
- NTooltip: any;
3322
- NDropdown: any;
3323
- NUpload: any;
3324
288
  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<{}>>, {}>;
3325
- ChevronDownOutline: 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<{}>>, {}>;
3326
- InformationCircleOutline: 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<{}>>, {}>;
3327
- CloudUploadOutline: 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<{}>>, {}>;
3328
289
  SvgIcon: import("vue").DefineComponent<{
3329
290
  iconClass: {
3330
291
  type: StringConstructor;
@@ -3367,262 +328,30 @@ declare const _default: import("vue").DefineComponent<{
3367
328
  title: string;
3368
329
  iconClass: string;
3369
330
  }>;
3370
- axios: import("axios").AxiosStatic;
3371
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onSave" | "input" | "tabClick" | "setIsTile" | "getQuickSearchListObj" | "setConditionMap" | "foldQuickSearch" | "clearTeamTitleName" | "btnEvent" | "getClassification" | "changeSearch" | "reloadList" | "clickBtn" | "handlerSetting" | "handlerChangeView" | "pubResetCheckStatus" | "handleReset" | "changeCardNewBatch" | "importUpdate" | "btnEventTree" | "outSearchInit" | "setBatchSaveRowStatus" | "setBatchCancelRowStatus" | "setPrintNumberCache")[], "onSave" | "input" | "tabClick" | "setIsTile" | "getQuickSearchListObj" | "setConditionMap" | "foldQuickSearch" | "clearTeamTitleName" | "btnEvent" | "getClassification" | "changeSearch" | "reloadList" | "clickBtn" | "handlerSetting" | "handlerChangeView" | "pubResetCheckStatus" | "handleReset" | "changeCardNewBatch" | "importUpdate" | "btnEventTree" | "outSearchInit" | "setBatchSaveRowStatus" | "setBatchCancelRowStatus" | "setPrintNumberCache", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3372
- width: {
3373
- type: StringConstructor;
3374
- default: string;
3375
- };
3376
- searchInputWidth: {
3377
- type: NumberConstructor;
3378
- default: number;
3379
- };
3380
- searchInputPlaceHolder: {
3381
- type: StringConstructor;
3382
- };
3383
- onSearch: {
3384
- type: any;
3385
- };
3386
- rowBtnList: {
3387
- type: PropType<IbtnType[]>;
3388
- default: () => never[];
3389
- };
3390
- paramsData: {
3391
- type: any;
3392
- };
3393
- showButtonTop: {
3394
- type: (NumberConstructor | StringConstructor)[];
3395
- };
331
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onSave" | "foldQuickSearch" | "handleReset" | "outSearchInit")[], "onSave" | "foldQuickSearch" | "handleReset" | "outSearchInit", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3396
332
  showSettings: {
3397
333
  type: PropType<IsettingsType>;
3398
334
  default: () => {};
3399
335
  };
3400
- clickRowData: {
3401
- type: any;
3402
- };
3403
- value: {
3404
- type: StringConstructor;
3405
- };
3406
336
  searchFieldList: {
3407
- type: PropType<ISearchType[]>;
337
+ type: PropType<IApiServerType[]>;
3408
338
  default: () => never[];
3409
339
  };
3410
- searchFieldLimit: {
3411
- type: ObjectConstructor;
3412
- default: () => {};
3413
- };
3414
- viewList: {
3415
- type: any;
3416
- default: () => never[];
3417
- };
3418
- TypeOfDisplay: {
3419
- type: StringConstructor;
3420
- default: string;
3421
- };
3422
- tableAllCheck: {
3423
- type: BooleanConstructor;
3424
- };
3425
340
  classificationIndex: {
3426
341
  type: NumberConstructor;
3427
342
  };
3428
- editTableSource: {
3429
- type: StringConstructor;
3430
- default: string;
3431
- };
3432
- showRelatedTreeBtn: {
3433
- type: BooleanConstructor;
3434
- };
3435
- relatedBaseInfo: {
3436
- type: ObjectConstructor;
3437
- };
3438
- onRelatedSearch: {
3439
- type: any;
3440
- };
3441
- showResetFilterBtn: {
3442
- type: BooleanConstructor;
3443
- default: boolean;
3444
- };
3445
343
  qqConObjCount: {
3446
344
  type: NumberConstructor;
3447
345
  default: number;
3448
346
  };
3449
- conditionType: {
3450
- type: StringConstructor;
3451
- };
3452
- countCondition: {
3453
- type: (NumberConstructor | StringConstructor)[];
3454
- };
3455
- countTabCondition: {
3456
- type: NumberConstructor;
3457
- };
3458
- tabConditionNumObj: {
3459
- type: ObjectConstructor;
3460
- default: () => void;
3461
- };
3462
- isRelatedSearchFold: {
3463
- type: BooleanConstructor;
3464
- default: boolean;
3465
- };
3466
- tableId: {
3467
- type: StringConstructor;
3468
- default: string;
3469
- };
3470
- conditionMap: {
3471
- type: ObjectConstructor;
3472
- default: () => void;
3473
- };
3474
- getFilterData: {
3475
- type: FunctionConstructor;
3476
- };
3477
- oldtableData: {
3478
- type: ArrayConstructor;
3479
- };
3480
- isNestTableClick: {
3481
- type: BooleanConstructor;
3482
- };
3483
- isAdmin: {
3484
- type: BooleanConstructor;
3485
- default: boolean;
3486
- };
3487
- /**
3488
- * 导入量表配置
3489
- */
3490
- importGuageConfig: {
3491
- type: ObjectConstructor;
3492
- default: () => {
3493
- action: string;
3494
- };
3495
- };
3496
- /**
3497
- * 打印配置
3498
- */
3499
- printConfig: {
3500
- type: ObjectConstructor;
3501
- default: () => {
3502
- printBaseUrl: string;
3503
- postStepRule: () => Promise<{}>;
3504
- };
3505
- };
3506
- gettersConfig: {
3507
- type: ObjectConstructor;
3508
- default: () => {
3509
- getIsTile: boolean;
3510
- selectRowObj: never[];
3511
- isInlineOperating: boolean;
3512
- printNumberCache: {};
3513
- };
3514
- };
3515
- /**
3516
- * 是否展示行编辑的按钮
3517
- */
3518
- visibleInlineOperateBtn: {
3519
- type: BooleanConstructor;
3520
- default: boolean;
3521
- };
3522
- tabConditionList: {
3523
- type: PropType<IOriginConditionType[]>;
3524
- default: () => never[];
3525
- };
3526
- lastOutSearchFieldList: {
3527
- type: PropType<ISearchType[]>;
3528
- default: () => never[];
3529
- };
3530
- lastOutRelationQuickSearch: {
3531
- type: PropType<IrelationType[]>;
3532
- default: () => never[];
3533
- };
3534
- relationTableList: {
3535
- type: PropType<IrelationType[]>;
3536
- default: () => never[];
3537
- };
3538
- /**
3539
- * 筛选外显
3540
- */
3541
- filterApiConfigOutSearch: {
3542
- type: ObjectConstructor;
3543
- default: () => {};
3544
- };
3545
- useFieldList: {
3546
- type: PropType<ISearchType[]>;
3547
- default: () => never[];
3548
- };
3549
- editTableUid: (NumberConstructor | StringConstructor)[];
3550
- preventReTime: {
3551
- type: NumberConstructor;
3552
- default: number;
3553
- };
3554
- isCardNewBatch: {
3555
- type: BooleanConstructor;
3556
- deafult: boolean;
3557
- };
3558
- isBatchSelect: {
3559
- type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
3560
- default: string;
3561
- };
3562
- filterApiConfig: {
3563
- type: ObjectConstructor;
3564
- };
3565
347
  }>> & {
3566
- onInput?: ((...args: any[]) => any) | undefined;
3567
348
  onOnSave?: ((...args: any[]) => any) | undefined;
3568
- onTabClick?: ((...args: any[]) => any) | undefined;
3569
- onSetIsTile?: ((...args: any[]) => any) | undefined;
3570
- onGetQuickSearchListObj?: ((...args: any[]) => any) | undefined;
3571
- onSetConditionMap?: ((...args: any[]) => any) | undefined;
3572
349
  onFoldQuickSearch?: ((...args: any[]) => any) | undefined;
3573
- onClearTeamTitleName?: ((...args: any[]) => any) | undefined;
3574
- onBtnEvent?: ((...args: any[]) => any) | undefined;
3575
- onGetClassification?: ((...args: any[]) => any) | undefined;
3576
- onChangeSearch?: ((...args: any[]) => any) | undefined;
3577
- onReloadList?: ((...args: any[]) => any) | undefined;
3578
- onClickBtn?: ((...args: any[]) => any) | undefined;
3579
- onHandlerSetting?: ((...args: any[]) => any) | undefined;
3580
- onHandlerChangeView?: ((...args: any[]) => any) | undefined;
3581
- onPubResetCheckStatus?: ((...args: any[]) => any) | undefined;
3582
350
  onHandleReset?: ((...args: any[]) => any) | undefined;
3583
- onChangeCardNewBatch?: ((...args: any[]) => any) | undefined;
3584
- onImportUpdate?: ((...args: any[]) => any) | undefined;
3585
- onBtnEventTree?: ((...args: any[]) => any) | undefined;
3586
351
  onOutSearchInit?: ((...args: any[]) => any) | undefined;
3587
- onSetBatchSaveRowStatus?: ((...args: any[]) => any) | undefined;
3588
- onSetBatchCancelRowStatus?: ((...args: any[]) => any) | undefined;
3589
- onSetPrintNumberCache?: ((...args: any[]) => any) | undefined;
3590
352
  }, {
3591
- printConfig: Record<string, any>;
3592
- clickRowData: any;
3593
353
  showSettings: IsettingsType;
3594
- isBatchSelect: string | number | boolean;
3595
- width: string;
3596
- searchInputWidth: number;
3597
- onSearch: any;
3598
- rowBtnList: IbtnType[];
3599
- paramsData: any;
3600
- searchFieldList: ISearchType[];
3601
- searchFieldLimit: Record<string, any>;
3602
- viewList: any;
3603
- TypeOfDisplay: string;
3604
- tableAllCheck: boolean;
3605
- editTableSource: string;
3606
- showRelatedTreeBtn: boolean;
3607
- onRelatedSearch: any;
3608
- showResetFilterBtn: boolean;
354
+ searchFieldList: IApiServerType[];
3609
355
  qqConObjCount: number;
3610
- tabConditionNumObj: Record<string, any>;
3611
- isRelatedSearchFold: boolean;
3612
- tableId: string;
3613
- conditionMap: Record<string, any>;
3614
- isNestTableClick: boolean;
3615
- isAdmin: boolean;
3616
- importGuageConfig: Record<string, any>;
3617
- gettersConfig: Record<string, any>;
3618
- visibleInlineOperateBtn: boolean;
3619
- tabConditionList: IOriginConditionType[];
3620
- lastOutSearchFieldList: ISearchType[];
3621
- lastOutRelationQuickSearch: IrelationType[];
3622
- relationTableList: IrelationType[];
3623
- filterApiConfigOutSearch: Record<string, any>;
3624
- useFieldList: ISearchType[];
3625
- preventReTime: number;
3626
- isCardNewBatch: boolean;
3627
356
  }>;
3628
357
  export default _default;