cnhis-design-vue 3.1.41-release.3 → 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 (97) hide show
  1. package/es/components/button-print/src/utils/print.d.ts +1 -1
  2. package/es/components/button-print/src/utils/print.js +1 -1
  3. package/es/components/form-config/index.d.ts +7 -2
  4. package/es/components/form-config/src/FormConfig.vue.d.ts +7 -2
  5. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +1 -1
  6. package/es/components/form-config/src/components/FormConfigDragDisplay.vue.js +1 -1
  7. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +4 -1
  8. package/es/components/form-config/src/components/renderer/DefaultNode.vue.js +1 -1
  9. package/es/components/form-config/src/hooks/useConfigurationField.js +1 -1
  10. package/es/components/form-config/src/hooks/useSortalbeConfig.js +1 -1
  11. package/es/components/form-config/src/types/index.d.ts +1 -0
  12. package/es/components/form-render/index.d.ts +1 -1
  13. package/es/components/form-render/index.js +1 -1
  14. package/es/components/form-render/src/FormRender.vue.d.ts +1 -1
  15. package/es/components/form-render/src/FormRender.vue.js +1 -1
  16. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +1 -1
  17. package/es/components/form-render/src/components/renderer/formItem.js +1 -1
  18. package/es/components/form-render/src/components/renderer/radio_checkbox.js +1 -1
  19. package/es/components/form-render/src/hooks/useComplexOptions.d.ts +2 -6
  20. package/es/components/form-render/src/hooks/useComplexOptions.js +1 -1
  21. package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
  22. package/es/components/form-render/src/hooks/useFormEvent.d.ts +1 -1
  23. package/es/components/form-render/src/hooks/useFormEvent.js +1 -1
  24. package/es/components/form-render/src/hooks/useFormField.d.ts +1 -0
  25. package/es/components/form-render/src/hooks/useFormField.js +1 -1
  26. package/es/components/form-render/src/hooks/useFormValidator.js +1 -1
  27. package/es/components/form-render/src/types/fieldItem.d.ts +4 -0
  28. package/es/components/form-render/src/types/index.d.ts +1 -1
  29. package/es/components/form-render/src/utils/dom.d.ts +2 -1
  30. package/es/components/form-render/src/utils/dom.js +1 -1
  31. package/es/components/iho-table/index.d.ts +3 -3
  32. package/es/components/iho-table/index.js +1 -1
  33. package/es/components/iho-table/src/IhoTable.vue.d.ts +3 -3
  34. package/es/components/iho-table/src/constants/index.d.ts +2 -2
  35. package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
  36. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/colorRendererPlugin.js +1 -1
  37. package/es/components/index.css +1 -1
  38. package/es/components/index.js +1 -1
  39. package/es/components/recommend-search/index.d.ts +10 -10
  40. package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +10 -10
  41. package/es/components/recommend-search/src/components/BaseSearch.vue.d.ts +2 -2
  42. package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +4 -4
  43. package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +4 -4
  44. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +1 -1
  45. package/es/components/shortcut-setter/index.d.ts +2 -1
  46. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +2 -1
  47. package/es/components/steps-wheel/index.d.ts +1 -1
  48. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +1 -1
  49. package/es/components/table-filter/index.d.ts +905 -7553
  50. package/es/components/table-filter/index.js +1 -1
  51. package/es/components/table-filter/src/base-search-com/BaseSearch.vue.d.ts +42 -3315
  52. package/es/components/table-filter/src/base-search-com/BaseSearch.vue.js +1 -1
  53. package/es/components/table-filter/src/classification/Classification-com.vue.d.ts +456 -2790
  54. package/es/components/table-filter/src/classification/Classification-com.vue.js +1 -1
  55. package/es/components/table-filter/src/components/button-group/ButtonGroup.vue.d.ts +2 -2
  56. package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.d.ts +1 -42
  57. package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.js +1 -1
  58. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +18 -5
  59. package/es/components/table-filter/src/components/classify-filter/index.vue.js +1 -1
  60. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
  61. package/es/components/table-filter/src/components/search-filter/index.vue.d.ts +456 -0
  62. package/es/components/table-filter/src/components/search-filter/index.vue.js +1 -0
  63. package/es/components/table-filter/src/components/{search-modal/set-classification.vue.d.ts → set-classification/index.vue.d.ts} +21 -813
  64. package/es/components/table-filter/src/components/set-classification/index.vue.js +1 -0
  65. package/es/components/table-filter/src/components/table-modal/index.vue.js +1 -0
  66. package/es/components/table-filter/src/const/dataOptions.d.ts +1 -25
  67. package/es/components/table-filter/src/const/dataOptions.js +1 -1
  68. package/es/components/table-filter/src/hooks/export.js +1 -1
  69. package/es/components/table-filter/src/hooks/useAdvanced.d.ts +2 -2
  70. package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
  71. package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
  72. package/es/components/table-filter/src/hooks/useMixins.js +1 -1
  73. package/es/components/table-filter/src/quick-search/QuickSearch.vue.d.ts +48 -1137
  74. package/es/components/table-filter/src/quick-search/QuickSearch.vue.js +1 -1
  75. package/es/components/table-filter/src/types/index.d.ts +4 -14
  76. package/es/components/table-filter/style/index.css +1 -1
  77. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +1 -1
  78. package/package.json +1 -1
  79. package/es/components/table-filter/src/classification/search-class-name.vue.d.ts +0 -90
  80. package/es/components/table-filter/src/classification/search-class-name.vue.js +0 -1
  81. package/es/components/table-filter/src/classification/search-professional-model.vue.d.ts +0 -1472
  82. package/es/components/table-filter/src/classification/search-professional-model.vue.js +0 -1
  83. package/es/components/table-filter/src/components/age-com/index.vue.js +0 -1
  84. package/es/components/table-filter/src/components/button-group/ButtonGroup.vue.js +0 -1
  85. package/es/components/table-filter/src/components/c-tree-select/tree-select.vue.js +0 -1
  86. package/es/components/table-filter/src/components/multi-select/multi-select.vue.js +0 -1
  87. package/es/components/table-filter/src/components/out-quick-search/out-quick-search.vue.js +0 -1
  88. package/es/components/table-filter/src/components/range-age/index.vue.js +0 -1
  89. package/es/components/table-filter/src/components/search-condition/SearchCondition.vue.d.ts +0 -789
  90. package/es/components/table-filter/src/components/search-condition/SearchCondition.vue.js +0 -1
  91. package/es/components/table-filter/src/components/search-condition/fieldTypeList.d.ts +0 -18
  92. package/es/components/table-filter/src/components/search-condition/fieldTypeList.js +0 -1
  93. package/es/components/table-filter/src/components/search-filter/SearchFilter.vue.d.ts +0 -1244
  94. package/es/components/table-filter/src/components/search-filter/SearchFilter.vue.js +0 -1
  95. package/es/components/table-filter/src/components/search-modal/set-classification.vue.js +0 -1
  96. package/es/components/table-filter/src/components/table-modal/TableModal.vue.js +0 -1
  97. /package/es/components/table-filter/src/components/table-modal/{TableModal.vue.d.ts → index.vue.d.ts} +0 -0
@@ -1,22 +1,14 @@
1
1
  import { PropType } from 'vue';
2
- import moment, { Moment } from 'moment';
3
2
  import 'moment/locale/zh-cn';
4
- import { IParentNamesType, ISearchType, IEvaluateType, IlabelType, ISaveType, IDateType, ILabelType, ILabelItemListType, ISearchConfigType, IConditionMapType } from '../../../../../es/components/table-filter/src/types';
3
+ import { IParentNamesType, ISearchType, ISaveType, IConditionMapType, IApiServerType } from '../../../../../es/components/table-filter/src/types';
5
4
  declare const _default: import("vue").DefineComponent<{
6
- visible: {
7
- type: BooleanConstructor;
8
- };
9
5
  searchFieldList: {
10
- type: PropType<ISearchType[]>;
6
+ type: PropType<IApiServerType[]>;
11
7
  default: () => never[];
12
8
  };
13
- searchFieldLimit: {
14
- type: ObjectConstructor;
15
- default: () => {};
16
- };
17
- quickSearchConfig: {
18
- type: PropType<ISearchConfigType[]>;
19
- default: () => never[];
9
+ tableId: {
10
+ type: StringConstructor;
11
+ default: string;
20
12
  };
21
13
  source: {
22
14
  type: StringConstructor;
@@ -26,24 +18,6 @@ declare const _default: import("vue").DefineComponent<{
26
18
  type: PropType<IConditionMapType>;
27
19
  default: () => {};
28
20
  };
29
- originConditionList: {
30
- type: ArrayConstructor;
31
- default: () => never[];
32
- };
33
- isOrgAdmin: {
34
- type: BooleanConstructor;
35
- default: boolean;
36
- };
37
- lastQuickSearchData: {
38
- type: PropType<ISearchType[]>;
39
- default: () => never[];
40
- };
41
- show: {
42
- type: BooleanConstructor;
43
- };
44
- getFilterData: {
45
- type: FunctionConstructor;
46
- };
47
21
  filterApiConfig: {
48
22
  type: ObjectConstructor;
49
23
  };
@@ -55,24 +29,15 @@ declare const _default: import("vue").DefineComponent<{
55
29
  trigger: string[];
56
30
  };
57
31
  };
58
- instance: import("axios").AxiosInstance;
59
32
  attrs: any;
60
33
  $message: import("naive-ui").MessageApi;
61
34
  handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
62
- validConObj: (conObj: any, fieldList: ISearchType[], fieldSearchLimit: any) => any;
63
- getSearchDefValueByLimit: (field: ISearchType, searchLimit?: any) => "" | moment.Moment[];
64
- formatSearchLimit: (limitList: any, freeze?: boolean) => any;
65
- wordBookutils: {
66
- hasArray: (arr: ISearchType[]) => boolean;
67
- handleWordbookData(item: any, data: any, params: any): {
68
- rows: never[];
69
- hasFieldList: boolean;
70
- searchPageConfig: {};
71
- };
72
- getTitleHeader(fieldList: ISearchType[], renderKey: any): any;
35
+ outQuickSearchFn: {
36
+ handleRequestedLabel(v: any): Promise<import("axios").AxiosResponse<any, any>>;
37
+ handlerInitSearchItem(arr: ISearchType[]): void;
38
+ handleSetLabelOptions(labelType: any, el: ISearchType): void;
39
+ getConObj(arr: any): any;
73
40
  };
74
- isRender: (cfg: ISearchType) => any;
75
- getDefValByRenderWidget: (cfg: ISearchType) => any;
76
41
  initRenderWidgetCfg: (cfg: ISearchType) => any;
77
42
  getRenderSearchConObj: (cfg: ISearchType) => {
78
43
  field_key: string;
@@ -80,24 +45,40 @@ declare const _default: import("vue").DefineComponent<{
80
45
  value: any[] | null;
81
46
  unit: null;
82
47
  } | null;
83
- getDefValByRenderConObj: (conObj: ISearchConfigType, cfg: ISearchType) => any;
84
- isExistDefValByRenderWidget: (cfg: ISearchType) => boolean;
85
48
  resetRenderWidgetValue: (cfg: ISearchType) => any;
86
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
87
- visible: {
88
- type: BooleanConstructor;
49
+ transformData: (advancedFilterData: IApiServerType[]) => {
50
+ fieldType: string;
51
+ columnName: string;
52
+ settingObj: {};
53
+ setting: string;
54
+ widgetCfg: {
55
+ isRender: boolean;
56
+ widgetType: string | null;
57
+ valueList: {
58
+ value: any;
59
+ label: string;
60
+ }[] | undefined;
61
+ defaultValue: any;
62
+ defValueUnit: any;
63
+ multiple: boolean;
89
64
  };
65
+ title: string;
66
+ alias: string | undefined;
67
+ isShowSearch: number;
68
+ filterExplicit: number;
69
+ explicitRequired: number;
70
+ advanceOptionSetting: string;
71
+ placeholder: string | undefined;
72
+ advanceColWidth: string;
73
+ }[];
74
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
90
75
  searchFieldList: {
91
- type: PropType<ISearchType[]>;
76
+ type: PropType<IApiServerType[]>;
92
77
  default: () => never[];
93
78
  };
94
- searchFieldLimit: {
95
- type: ObjectConstructor;
96
- default: () => {};
97
- };
98
- quickSearchConfig: {
99
- type: PropType<ISearchConfigType[]>;
100
- default: () => never[];
79
+ tableId: {
80
+ type: StringConstructor;
81
+ default: string;
101
82
  };
102
83
  source: {
103
84
  type: StringConstructor;
@@ -107,24 +88,6 @@ declare const _default: import("vue").DefineComponent<{
107
88
  type: PropType<IConditionMapType>;
108
89
  default: () => {};
109
90
  };
110
- originConditionList: {
111
- type: ArrayConstructor;
112
- default: () => never[];
113
- };
114
- isOrgAdmin: {
115
- type: BooleanConstructor;
116
- default: boolean;
117
- };
118
- lastQuickSearchData: {
119
- type: PropType<ISearchType[]>;
120
- default: () => never[];
121
- };
122
- show: {
123
- type: BooleanConstructor;
124
- };
125
- getFilterData: {
126
- type: FunctionConstructor;
127
- };
128
91
  filterApiConfig: {
129
92
  type: ObjectConstructor;
130
93
  };
@@ -141,7 +104,6 @@ declare const _default: import("vue").DefineComponent<{
141
104
  formValue: import("vue").Ref<{
142
105
  classname: string;
143
106
  }>;
144
- modalVisible: import("vue").Ref<boolean>;
145
107
  showInner: import("vue").Ref<boolean>;
146
108
  quickSearch: import("vue").Ref<{
147
109
  columnName: string;
@@ -291,70 +253,9 @@ declare const _default: import("vue").DefineComponent<{
291
253
  hasFieldList?: any;
292
254
  search_DefaultValue?: any;
293
255
  }[]>;
294
- relationTableList: any;
295
- relationQuickSearch: import("vue").Ref<{
296
- fieldList?: any;
297
- valueField?: any;
298
- primaryField?: any;
299
- relationField?: any;
300
- tableId: any;
301
- parameterConversionId: any;
302
- converFun: any;
303
- preConObj: any;
304
- relationOrgId: any;
305
- preSqlExpression: any;
306
- tableName?: string | undefined;
307
- quote_con?: {
308
- conObj: {
309
- con: string;
310
- field_key: string;
311
- start_val: number | null;
312
- end_val?: number | null | undefined;
313
- unit: string;
314
- value: any;
315
- fieldId?: string | undefined;
316
- fieldType?: string | undefined;
317
- id?: string | undefined;
318
- is_compare_field?: boolean | undefined;
319
- limit_date?: any;
320
- wordbookValueList?: any;
321
- };
322
- sqlExpression: string;
323
- } | undefined;
324
- field_key?: string | undefined;
325
- con?: string | undefined;
326
- }[]>;
327
- searchItem: any;
328
- curWordbookData: import("vue").Ref<any>;
329
- curAutograph: import("vue").Ref<string>;
330
- dateTeam: import("vue").Ref<{
331
- con: string;
332
- title: string;
333
- name: string;
334
- units?: number | undefined;
335
- }[]>;
336
- birthdayTeam: any;
337
- limit_date: import("vue").Ref<string>;
338
- birthdayUnits: import("vue").Ref<{
339
- con: string;
340
- title: string;
341
- name: string;
342
- units?: number | undefined;
343
- }[]>;
344
256
  isChangeWindow: import("vue").Ref<boolean>;
345
257
  modalWidth: import("vue").Ref<string>;
346
258
  modalHeight: import("vue").Ref<string>;
347
- EVALUATEList: import("vue").Ref<{
348
- label: string;
349
- value: string;
350
- isSelect?: boolean | undefined;
351
- }[]>;
352
- ageOptions: import("vue").Ref<{
353
- label: string;
354
- value: string;
355
- isSelect?: boolean | undefined;
356
- }[]>;
357
- label_max_count: import("vue").Ref<number>;
358
259
  parentNames: import("vue").Ref<{
359
260
  disabled: boolean;
360
261
  isAdd?: boolean | undefined;
@@ -363,50 +264,11 @@ declare const _default: import("vue").DefineComponent<{
363
264
  }[]>;
364
265
  showAdd: import("vue").Ref<boolean>;
365
266
  addVal: import("vue").Ref<string>;
366
- fetchingWordbook: import("vue").Ref<boolean>;
367
- dateTeam0: import("vue").Ref<{
368
- con: string;
369
- title: string;
370
- name: string;
371
- units?: number | undefined;
372
- }[]>;
373
- dateTeam2: import("vue").Ref<{
374
- con: string;
375
- title: string;
376
- name: string;
377
- units?: number | undefined;
378
- }[]>;
379
- dateTeam3: import("vue").Ref<{
380
- con: string;
381
- title: string;
382
- name: string;
383
- units?: number | undefined;
384
- }[]>;
385
- showPercent: import("vue").ComputedRef<(item: ISearchType) => boolean>;
386
- getEleWidth: import("vue").ComputedRef<(item: ISearchType) => string>;
387
- hasRelationQuickSearch: import("vue").ComputedRef<boolean>;
388
267
  parentNamesHasAdd: import("vue").ComputedRef<boolean>;
389
268
  handleName: import("vue").ComputedRef<(item: ISearchType, key?: string) => any>;
390
- filterOption: (...arg: any) => any;
391
- handleLabelColorFn: (...arg: any) => {
392
- color: string;
393
- background: string;
394
- borderColor: string;
395
- };
396
269
  init: () => void;
397
270
  handleParentName: () => void;
398
- setDefaultCon: (val: ISearchConfigType[]) => false | undefined;
399
- handlerInitSearchItem: (arr: ISearchType[]) => void;
400
- handleDictionDef: (el: ISearchType) => null;
401
- checkDate: (item: ISearchType) => void;
402
- checkBirthDay: (item: ISearchType) => void;
403
- getWordbookData: (o: any, obj: any) => Promise<any>;
404
- handleWordbookData: (item: any, data: any, params: any) => void;
405
- filterChange: () => void;
406
- maxTagPlaceholder: (item: ISearchType) => number;
407
- dropdownVisibleChange: (open: boolean, item: ISearchType) => void;
408
- handleSearch: (value: string, item: ISearchType, config?: {}) => void;
409
- onSave: () => false | {
271
+ onSave: () => {
410
272
  columnName: string;
411
273
  title: string;
412
274
  fieldType?: string | undefined;
@@ -554,15 +416,12 @@ declare const _default: import("vue").DefineComponent<{
554
416
  hasFieldList?: any;
555
417
  search_DefaultValue?: any;
556
418
  }[];
557
- getMergeConObj: () => any[];
419
+ getMergeConObj: () => any;
558
420
  getConObjParams: () => any;
559
421
  closeModal: () => void;
560
422
  resetChangeWindow: () => void;
561
423
  openSaveToCalss: () => void;
562
424
  getConObj: (arr: ISearchType[]) => any;
563
- range: (start: number, end: number) => never[];
564
- disabledDate: (current: Moment) => boolean;
565
- changeRange: (date: number[], dateString: string[]) => void;
566
425
  saveToCalss: () => void;
567
426
  handleParentNamesAdd: (e: Event) => void;
568
427
  hanldeBlur: () => void;
@@ -574,36 +433,6 @@ declare const _default: import("vue").DefineComponent<{
574
433
  cancelSaveToCalss: () => void;
575
434
  clearData: () => void;
576
435
  handlerReset: (arr: ISearchType[]) => void;
577
- initBirthdayParams: () => {
578
- con: null;
579
- limit_date: never[];
580
- start_val: null;
581
- end_val: null;
582
- unit: string;
583
- units: {
584
- con: string;
585
- title: string;
586
- name: string;
587
- units?: number | undefined;
588
- }[];
589
- };
590
- clickRadioGroup: (item: IDateType | undefined, con: string) => void;
591
- clickBirthdayRadioGroup: (item: IDateType | undefined, con: string) => void;
592
- changeModalWindow: () => void;
593
- handleSetLabelOptions: (labelType: any, el: ISearchType) => Promise<void>;
594
- handleLabelColorClass: (item: ILabelItemListType) => string;
595
- handleLabelChange: (flag: boolean, item: IlabelType, options: ISearchType) => void;
596
- handleClearLabel: (v: ISearchType) => void;
597
- handleLabelUpfold: (v: ILabelType) => void;
598
- handleEvaluateOnChange: (checked: boolean, tag: IEvaluateType, item: ISearchType) => void;
599
- ageRangeOnChange: (obj: any, item: ISearchType) => void;
600
- getAgeAttrDom: (el: any) => void;
601
- handleResetAge: (item: ISearchType) => void;
602
- onResize: (el: HTMLElement, v: ILabelType) => void;
603
- changeFilterNumber: (item: ISearchType) => void;
604
- clearFilterNumber: (item: ISearchType) => void;
605
- disabledDatePicker: (current: number | Moment, item: ISearchType, t: string) => any;
606
- NTag: any;
607
436
  NForm: any;
608
437
  NFormItem: import("vue").DefineComponent<{
609
438
  readonly label: StringConstructor;
@@ -723,9 +552,7 @@ declare const _default: import("vue").DefineComponent<{
723
552
  labelHeightMedium: string;
724
553
  labelHeightLarge: string;
725
554
  labelPaddingVertical: string;
726
- labelPaddingHorizontal: string; /**
727
- * 映射方式的单选模式
728
- */
555
+ labelPaddingHorizontal: string;
729
556
  labelTextAlignVertical: string;
730
557
  labelTextAlignHorizontal: string;
731
558
  }, any>>>;
@@ -907,400 +734,6 @@ declare const _default: import("vue").DefineComponent<{
907
734
  NIcon: any;
908
735
  NInput: any;
909
736
  NButton: any;
910
- NInputNumber: any;
911
- NTooltip: any;
912
- NSelect: any;
913
- NDatePicker: any;
914
- NRadioGroup: import("vue").DefineComponent<{
915
- readonly name: StringConstructor;
916
- readonly value: PropType<string | number | boolean | null>;
917
- readonly defaultValue: {
918
- readonly type: PropType<string | number | boolean | null>;
919
- readonly default: null;
920
- };
921
- readonly size: PropType<"small" | "medium" | "large">;
922
- readonly disabled: {
923
- readonly type: PropType<boolean | undefined>;
924
- readonly default: undefined;
925
- };
926
- readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/radio/src/interface").OnUpdateValue>>;
927
- readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/radio/src/interface").OnUpdateValue>>;
928
- readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Radio", {
929
- labelLineHeight: string;
930
- buttonHeightSmall: string;
931
- buttonHeightMedium: string;
932
- buttonHeightLarge: string;
933
- fontSizeSmall: string;
934
- fontSizeMedium: string;
935
- fontSizeLarge: string;
936
- boxShadow: string;
937
- boxShadowActive: string;
938
- boxShadowFocus: string;
939
- boxShadowHover: string;
940
- boxShadowDisabled: string;
941
- color: string;
942
- colorDisabled: string;
943
- colorActive: string;
944
- textColor: string;
945
- textColorDisabled: string;
946
- dotColorActive: string;
947
- dotColorDisabled: string;
948
- buttonBorderColor: string;
949
- buttonBorderColorActive: string;
950
- buttonBorderColorHover: string;
951
- buttonColor: string;
952
- buttonColorActive: string;
953
- buttonTextColor: string;
954
- buttonTextColorActive: string;
955
- buttonTextColorHover: string;
956
- opacityDisabled: string;
957
- buttonBoxShadowFocus: string;
958
- buttonBoxShadowHover: string;
959
- buttonBoxShadow: string;
960
- buttonBorderRadius: string;
961
- radioSizeSmall: string;
962
- radioSizeMedium: string;
963
- radioSizeLarge: string;
964
- labelPadding: string;
965
- }, any>>;
966
- readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Radio", {
967
- labelLineHeight: string;
968
- buttonHeightSmall: string;
969
- buttonHeightMedium: string;
970
- buttonHeightLarge: string;
971
- fontSizeSmall: string;
972
- fontSizeMedium: string;
973
- fontSizeLarge: string;
974
- boxShadow: string;
975
- boxShadowActive: string;
976
- boxShadowFocus: string;
977
- boxShadowHover: string;
978
- boxShadowDisabled: string;
979
- color: string;
980
- colorDisabled: string;
981
- colorActive: string;
982
- textColor: string;
983
- textColorDisabled: string;
984
- dotColorActive: string;
985
- dotColorDisabled: string;
986
- buttonBorderColor: string;
987
- buttonBorderColorActive: string;
988
- buttonBorderColorHover: string;
989
- buttonColor: string;
990
- buttonColorActive: string;
991
- buttonTextColor: string;
992
- buttonTextColorActive: string;
993
- buttonTextColorHover: string;
994
- opacityDisabled: string;
995
- buttonBoxShadowFocus: string;
996
- buttonBoxShadowHover: string;
997
- buttonBoxShadow: string;
998
- buttonBorderRadius: string;
999
- radioSizeSmall: string;
1000
- radioSizeMedium: string;
1001
- radioSizeLarge: string;
1002
- labelPadding: string;
1003
- }, any>>>;
1004
- readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Radio", {
1005
- labelLineHeight: string;
1006
- buttonHeightSmall: string;
1007
- buttonHeightMedium: string;
1008
- buttonHeightLarge: string;
1009
- fontSizeSmall: string;
1010
- fontSizeMedium: string;
1011
- fontSizeLarge: string;
1012
- boxShadow: string;
1013
- boxShadowActive: string;
1014
- boxShadowFocus: string;
1015
- boxShadowHover: string;
1016
- boxShadowDisabled: string;
1017
- color: string;
1018
- colorDisabled: string;
1019
- colorActive: string;
1020
- textColor: string;
1021
- textColorDisabled: string;
1022
- dotColorActive: string;
1023
- dotColorDisabled: string;
1024
- buttonBorderColor: string;
1025
- buttonBorderColorActive: string;
1026
- buttonBorderColorHover: string;
1027
- buttonColor: string;
1028
- buttonColorActive: string;
1029
- buttonTextColor: string;
1030
- buttonTextColorActive: string;
1031
- buttonTextColorHover: string;
1032
- opacityDisabled: string;
1033
- buttonBoxShadowFocus: string;
1034
- buttonBoxShadowHover: string;
1035
- buttonBoxShadow: string;
1036
- buttonBorderRadius: string;
1037
- radioSizeSmall: string;
1038
- radioSizeMedium: string;
1039
- radioSizeLarge: string;
1040
- labelPadding: string;
1041
- }, any>>>;
1042
- }, {
1043
- selfElRef: import("vue").Ref<HTMLDivElement | null>;
1044
- rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
1045
- mergedClsPrefix: import("vue").ComputedRef<string>;
1046
- mergedValue: import("vue").ComputedRef<string | number | boolean | null>;
1047
- handleFocusout: (e: FocusEvent) => void;
1048
- handleFocusin: (e: FocusEvent) => void;
1049
- cssVars: import("vue").ComputedRef<{
1050
- '--n-font-size': string;
1051
- '--n-bezier': string;
1052
- '--n-button-border-color': string;
1053
- '--n-button-border-color-active': string;
1054
- '--n-button-border-radius': string;
1055
- '--n-button-box-shadow': string;
1056
- '--n-button-box-shadow-focus': string;
1057
- '--n-button-box-shadow-hover': string;
1058
- '--n-button-color-active': string;
1059
- '--n-button-text-color': string;
1060
- '--n-button-text-color-hover': string;
1061
- '--n-button-text-color-active': string;
1062
- '--n-height': string;
1063
- '--n-opacity-disabled': string;
1064
- }> | undefined;
1065
- themeClass: import("vue").Ref<string> | undefined;
1066
- onRender: (() => void) | undefined;
1067
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1068
- readonly name: StringConstructor;
1069
- readonly value: PropType<string | number | boolean | null>;
1070
- readonly defaultValue: {
1071
- readonly type: PropType<string | number | boolean | null>;
1072
- readonly default: null;
1073
- };
1074
- readonly size: PropType<"small" | "medium" | "large">;
1075
- readonly disabled: {
1076
- readonly type: PropType<boolean | undefined>;
1077
- readonly default: undefined;
1078
- };
1079
- readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/radio/src/interface").OnUpdateValue>>;
1080
- readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/radio/src/interface").OnUpdateValue>>;
1081
- readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Radio", {
1082
- labelLineHeight: string;
1083
- buttonHeightSmall: string;
1084
- buttonHeightMedium: string;
1085
- buttonHeightLarge: string;
1086
- fontSizeSmall: string;
1087
- fontSizeMedium: string;
1088
- fontSizeLarge: string;
1089
- boxShadow: string;
1090
- boxShadowActive: string;
1091
- boxShadowFocus: string;
1092
- boxShadowHover: string;
1093
- boxShadowDisabled: string;
1094
- color: string;
1095
- colorDisabled: string;
1096
- colorActive: string;
1097
- textColor: string;
1098
- textColorDisabled: string;
1099
- dotColorActive: string;
1100
- dotColorDisabled: string;
1101
- buttonBorderColor: string;
1102
- buttonBorderColorActive: string;
1103
- buttonBorderColorHover: string;
1104
- buttonColor: string;
1105
- buttonColorActive: string;
1106
- buttonTextColor: string;
1107
- buttonTextColorActive: string;
1108
- buttonTextColorHover: string;
1109
- opacityDisabled: string;
1110
- buttonBoxShadowFocus: string;
1111
- buttonBoxShadowHover: string;
1112
- buttonBoxShadow: string;
1113
- buttonBorderRadius: string;
1114
- radioSizeSmall: string;
1115
- radioSizeMedium: string;
1116
- radioSizeLarge: string;
1117
- labelPadding: string;
1118
- }, any>>;
1119
- readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Radio", {
1120
- labelLineHeight: string;
1121
- buttonHeightSmall: string;
1122
- buttonHeightMedium: string;
1123
- buttonHeightLarge: string;
1124
- fontSizeSmall: string;
1125
- fontSizeMedium: string;
1126
- fontSizeLarge: string;
1127
- boxShadow: string;
1128
- boxShadowActive: string;
1129
- boxShadowFocus: string;
1130
- boxShadowHover: string;
1131
- boxShadowDisabled: string;
1132
- color: string;
1133
- colorDisabled: string;
1134
- colorActive: string;
1135
- textColor: string;
1136
- textColorDisabled: string;
1137
- dotColorActive: string;
1138
- dotColorDisabled: string;
1139
- buttonBorderColor: string;
1140
- buttonBorderColorActive: string;
1141
- buttonBorderColorHover: string;
1142
- buttonColor: string;
1143
- buttonColorActive: string;
1144
- buttonTextColor: string;
1145
- buttonTextColorActive: string;
1146
- buttonTextColorHover: string;
1147
- opacityDisabled: string;
1148
- buttonBoxShadowFocus: string;
1149
- buttonBoxShadowHover: string;
1150
- buttonBoxShadow: string;
1151
- buttonBorderRadius: string;
1152
- radioSizeSmall: string;
1153
- radioSizeMedium: string;
1154
- radioSizeLarge: string;
1155
- labelPadding: string;
1156
- }, any>>>;
1157
- readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Radio", {
1158
- labelLineHeight: string;
1159
- buttonHeightSmall: string;
1160
- buttonHeightMedium: string;
1161
- buttonHeightLarge: string;
1162
- fontSizeSmall: string;
1163
- fontSizeMedium: string;
1164
- fontSizeLarge: string;
1165
- boxShadow: string;
1166
- boxShadowActive: string;
1167
- boxShadowFocus: string;
1168
- boxShadowHover: string;
1169
- boxShadowDisabled: string;
1170
- color: string;
1171
- colorDisabled: string;
1172
- colorActive: string;
1173
- textColor: string;
1174
- textColorDisabled: string;
1175
- dotColorActive: string;
1176
- dotColorDisabled: string;
1177
- buttonBorderColor: string;
1178
- buttonBorderColorActive: string;
1179
- buttonBorderColorHover: string;
1180
- buttonColor: string;
1181
- buttonColorActive: string;
1182
- buttonTextColor: string;
1183
- buttonTextColorActive: string;
1184
- buttonTextColorHover: string;
1185
- opacityDisabled: string;
1186
- buttonBoxShadowFocus: string;
1187
- buttonBoxShadowHover: string;
1188
- buttonBoxShadow: string;
1189
- buttonBorderRadius: string;
1190
- radioSizeSmall: string;
1191
- radioSizeMedium: string;
1192
- radioSizeLarge: string;
1193
- labelPadding: string;
1194
- }, any>>>;
1195
- }>>, {
1196
- readonly disabled: boolean | undefined;
1197
- readonly defaultValue: string | number | boolean | null;
1198
- }>;
1199
- NRadio: any;
1200
- NRadioButton: import("vue").DefineComponent<{
1201
- readonly name: StringConstructor;
1202
- readonly value: {
1203
- readonly type: PropType<string | number | boolean>;
1204
- readonly default: "on";
1205
- };
1206
- readonly checked: {
1207
- readonly type: PropType<boolean | undefined>;
1208
- readonly default: undefined;
1209
- };
1210
- readonly defaultChecked: BooleanConstructor;
1211
- readonly disabled: {
1212
- readonly type: PropType<boolean | undefined>;
1213
- readonly default: undefined;
1214
- };
1215
- readonly label: StringConstructor;
1216
- readonly size: PropType<"small" | "medium" | "large">;
1217
- readonly onUpdateChecked: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
1218
- readonly 'onUpdate:checked': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
1219
- readonly checkedValue: {
1220
- readonly type: PropType<boolean | undefined>;
1221
- readonly default: undefined;
1222
- };
1223
- }, import("naive-ui/es/radio/src/use-radio").UseRadio, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1224
- readonly name: StringConstructor;
1225
- readonly value: {
1226
- readonly type: PropType<string | number | boolean>;
1227
- readonly default: "on";
1228
- };
1229
- readonly checked: {
1230
- readonly type: PropType<boolean | undefined>;
1231
- readonly default: undefined;
1232
- };
1233
- readonly defaultChecked: BooleanConstructor;
1234
- readonly disabled: {
1235
- readonly type: PropType<boolean | undefined>;
1236
- readonly default: undefined;
1237
- };
1238
- readonly label: StringConstructor;
1239
- readonly size: PropType<"small" | "medium" | "large">;
1240
- readonly onUpdateChecked: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
1241
- readonly 'onUpdate:checked': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
1242
- readonly checkedValue: {
1243
- readonly type: PropType<boolean | undefined>;
1244
- readonly default: undefined;
1245
- };
1246
- }>>, {
1247
- readonly value: string | number | boolean;
1248
- readonly disabled: boolean | undefined;
1249
- readonly checked: boolean | undefined;
1250
- readonly defaultChecked: boolean;
1251
- readonly checkedValue: boolean | undefined;
1252
- }>;
1253
- NCheckboxGroup: import("vue").DefineComponent<{
1254
- readonly min: NumberConstructor;
1255
- readonly max: NumberConstructor;
1256
- readonly size: PropType<"small" | "medium" | "large">;
1257
- readonly value: PropType<(string | number)[] | null>;
1258
- readonly defaultValue: {
1259
- readonly type: PropType<(string | number)[] | null>;
1260
- readonly default: null;
1261
- };
1262
- readonly disabled: {
1263
- readonly type: PropType<boolean | undefined>;
1264
- readonly default: undefined;
1265
- };
1266
- readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[], meta: {
1267
- actionType: "check" | "uncheck";
1268
- value: string | number;
1269
- }) => void>>;
1270
- readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[], meta: {
1271
- actionType: "check" | "uncheck";
1272
- value: string | number;
1273
- }) => void>>;
1274
- readonly onChange: PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[]) => void> | undefined>;
1275
- }, {
1276
- mergedClsPrefix: import("vue").ComputedRef<string>;
1277
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1278
- readonly min: NumberConstructor;
1279
- readonly max: NumberConstructor;
1280
- readonly size: PropType<"small" | "medium" | "large">;
1281
- readonly value: PropType<(string | number)[] | null>;
1282
- readonly defaultValue: {
1283
- readonly type: PropType<(string | number)[] | null>;
1284
- readonly default: null;
1285
- };
1286
- readonly disabled: {
1287
- readonly type: PropType<boolean | undefined>;
1288
- readonly default: undefined;
1289
- };
1290
- readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[], meta: {
1291
- actionType: "check" | "uncheck";
1292
- value: string | number;
1293
- }) => void>>;
1294
- readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[], meta: {
1295
- actionType: "check" | "uncheck";
1296
- value: string | number;
1297
- }) => void>>;
1298
- readonly onChange: PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[]) => void> | undefined>;
1299
- }>>, {
1300
- readonly disabled: boolean | undefined;
1301
- readonly defaultValue: (string | number)[] | null;
1302
- }>;
1303
- NCheckbox: any;
1304
737
  NGrid: any;
1305
738
  NGridItem: import("vue").DefineComponent<{
1306
739
  readonly span: {
@@ -1352,496 +785,8 @@ declare const _default: import("vue").DefineComponent<{
1352
785
  readonly suffix: boolean;
1353
786
  readonly privateShow: boolean;
1354
787
  }>;
1355
- ChevronUp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1356
- 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<{}>>, {}>;
1357
788
  CloseOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1358
789
  AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1359
- SvgIcon: import("vue").DefineComponent<{
1360
- iconClass: {
1361
- type: StringConstructor;
1362
- required: true;
1363
- default: string;
1364
- };
1365
- title: {
1366
- type: StringConstructor;
1367
- required: false;
1368
- default: string;
1369
- };
1370
- className: {
1371
- type: StringConstructor;
1372
- required: false;
1373
- };
1374
- }, {
1375
- props: {
1376
- iconClass: string;
1377
- title: string;
1378
- className?: string | undefined;
1379
- };
1380
- iconName: import("vue").ComputedRef<string>;
1381
- svgClass: import("vue").ComputedRef<string>;
1382
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1383
- iconClass: {
1384
- type: StringConstructor;
1385
- required: true;
1386
- default: string;
1387
- };
1388
- title: {
1389
- type: StringConstructor;
1390
- required: false;
1391
- default: string;
1392
- };
1393
- className: {
1394
- type: StringConstructor;
1395
- required: false;
1396
- };
1397
- }>>, {
1398
- title: string;
1399
- iconClass: string;
1400
- }>;
1401
- rangeAge: import("vue").DefineComponent<{
1402
- value: {
1403
- value: ObjectConstructor;
1404
- default: () => {
1405
- star_val: string;
1406
- end_val: string;
1407
- };
1408
- };
1409
- options: {
1410
- type: ArrayConstructor;
1411
- default: () => never[];
1412
- };
1413
- item: {
1414
- type: ObjectConstructor;
1415
- default: () => {};
1416
- };
1417
- defaultValue: {
1418
- type: ObjectConstructor;
1419
- default: () => {};
1420
- };
1421
- format: {
1422
- type: StringConstructor;
1423
- default: string;
1424
- };
1425
- disabled: {
1426
- type: BooleanConstructor;
1427
- default: boolean;
1428
- };
1429
- dataName: {
1430
- type: StringConstructor;
1431
- };
1432
- }, {
1433
- valueObj: any;
1434
- startValue: any;
1435
- endValue: any;
1436
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1437
- value: {
1438
- value: ObjectConstructor;
1439
- default: () => {
1440
- star_val: string;
1441
- end_val: string;
1442
- };
1443
- };
1444
- options: {
1445
- type: ArrayConstructor;
1446
- default: () => never[];
1447
- };
1448
- item: {
1449
- type: ObjectConstructor;
1450
- default: () => {};
1451
- };
1452
- defaultValue: {
1453
- type: ObjectConstructor;
1454
- default: () => {};
1455
- };
1456
- format: {
1457
- type: StringConstructor;
1458
- default: string;
1459
- };
1460
- disabled: {
1461
- type: BooleanConstructor;
1462
- default: boolean;
1463
- };
1464
- dataName: {
1465
- type: StringConstructor;
1466
- };
1467
- }>> & {
1468
- onChange?: ((...args: any[]) => any) | undefined;
1469
- }>>;
1470
- emits: (event: "change", ...args: any[]) => void;
1471
- initDefaultValue: () => void;
1472
- diffTime: (days: number) => {
1473
- year?: undefined;
1474
- month?: undefined;
1475
- day?: undefined;
1476
- days?: undefined;
1477
- } | {
1478
- year: string | number;
1479
- month: string | number;
1480
- day: string | number;
1481
- days: string | number;
1482
- };
1483
- ageStartOnChange: (obj: any) => void;
1484
- ageEndOnChange: (obj: any) => void;
1485
- reset: () => void;
1486
- ageCom: import("vue").DefineComponent<{
1487
- value: {
1488
- type: ObjectConstructor;
1489
- default: () => void;
1490
- };
1491
- format: {
1492
- type: StringConstructor;
1493
- default: string;
1494
- };
1495
- disabled: {
1496
- type: BooleanConstructor;
1497
- default: boolean;
1498
- };
1499
- isDetail: {
1500
- type: BooleanConstructor;
1501
- default: boolean;
1502
- };
1503
- defaultValue: {
1504
- type: ObjectConstructor;
1505
- default: () => {};
1506
- };
1507
- itemData: {
1508
- type: ObjectConstructor;
1509
- default: () => {};
1510
- };
1511
- shortcutFieldsList: {
1512
- type: ArrayConstructor;
1513
- default: () => never[];
1514
- };
1515
- }, {
1516
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1517
- value: {
1518
- type: ObjectConstructor;
1519
- default: () => void;
1520
- };
1521
- format: {
1522
- type: StringConstructor;
1523
- default: string;
1524
- };
1525
- disabled: {
1526
- type: BooleanConstructor;
1527
- default: boolean;
1528
- };
1529
- isDetail: {
1530
- type: BooleanConstructor;
1531
- default: boolean;
1532
- };
1533
- defaultValue: {
1534
- type: ObjectConstructor;
1535
- default: () => {};
1536
- };
1537
- itemData: {
1538
- type: ObjectConstructor;
1539
- default: () => {};
1540
- };
1541
- shortcutFieldsList: {
1542
- type: ArrayConstructor;
1543
- default: () => never[];
1544
- };
1545
- }>> & {
1546
- onChange?: ((...args: any[]) => any) | undefined;
1547
- }>>;
1548
- emits: (event: "change", ...args: any[]) => void;
1549
- ageValue: any;
1550
- showType: import("vue").ComputedRef<string>;
1551
- isDisabled: import("vue").ComputedRef<boolean>;
1552
- handleInitDefaultValue: () => void;
1553
- checkType: (val: any) => string;
1554
- handlefillVal: (val?: any) => void;
1555
- handleYearChange: (e: any) => void;
1556
- handleMonthChange: (e: any) => void;
1557
- handleDayChange: (e: any) => void;
1558
- getvalue: (e: any) => any;
1559
- valueChange: (val: string, key: string) => void;
1560
- checkVal: (val: string, key: string) => boolean;
1561
- handleProrate: () => void;
1562
- triggerChange: (changedValue: any) => void;
1563
- NInputNumber: any;
1564
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1565
- value: {
1566
- type: ObjectConstructor;
1567
- default: () => void;
1568
- };
1569
- format: {
1570
- type: StringConstructor;
1571
- default: string;
1572
- };
1573
- disabled: {
1574
- type: BooleanConstructor;
1575
- default: boolean;
1576
- };
1577
- isDetail: {
1578
- type: BooleanConstructor;
1579
- default: boolean;
1580
- };
1581
- defaultValue: {
1582
- type: ObjectConstructor;
1583
- default: () => {};
1584
- };
1585
- itemData: {
1586
- type: ObjectConstructor;
1587
- default: () => {};
1588
- };
1589
- shortcutFieldsList: {
1590
- type: ArrayConstructor;
1591
- default: () => never[];
1592
- };
1593
- }>> & {
1594
- onChange?: ((...args: any[]) => any) | undefined;
1595
- }, {
1596
- value: Record<string, any>;
1597
- disabled: boolean;
1598
- isDetail: boolean;
1599
- defaultValue: Record<string, any>;
1600
- format: string;
1601
- itemData: Record<string, any>;
1602
- shortcutFieldsList: unknown[];
1603
- }>;
1604
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1605
- value: {
1606
- value: ObjectConstructor;
1607
- default: () => {
1608
- star_val: string;
1609
- end_val: string;
1610
- };
1611
- };
1612
- options: {
1613
- type: ArrayConstructor;
1614
- default: () => never[];
1615
- };
1616
- item: {
1617
- type: ObjectConstructor;
1618
- default: () => {};
1619
- };
1620
- defaultValue: {
1621
- type: ObjectConstructor;
1622
- default: () => {};
1623
- };
1624
- format: {
1625
- type: StringConstructor;
1626
- default: string;
1627
- };
1628
- disabled: {
1629
- type: BooleanConstructor;
1630
- default: boolean;
1631
- };
1632
- dataName: {
1633
- type: StringConstructor;
1634
- };
1635
- }>> & {
1636
- onChange?: ((...args: any[]) => any) | undefined;
1637
- }, {
1638
- value: {
1639
- star_val: string;
1640
- end_val: string;
1641
- };
1642
- disabled: boolean;
1643
- options: unknown[];
1644
- item: Record<string, any>;
1645
- defaultValue: Record<string, any>;
1646
- format: string;
1647
- }>;
1648
- multiSelect: import("vue").DefineComponent<{
1649
- item: {
1650
- type: PropType<ISearchType>;
1651
- default: () => void;
1652
- };
1653
- maxTagPlaceholder: {
1654
- type: FunctionConstructor;
1655
- default: () => {};
1656
- };
1657
- outFilterChange: {
1658
- type: FunctionConstructor;
1659
- default: () => {};
1660
- };
1661
- handleWordBookSearch: {
1662
- type: FunctionConstructor;
1663
- default: () => {};
1664
- };
1665
- dropdownVisibleChange: {
1666
- type: FunctionConstructor;
1667
- default: () => {};
1668
- };
1669
- source: {
1670
- type: StringConstructor;
1671
- default: string;
1672
- };
1673
- fetchingWordbook: {
1674
- type: BooleanConstructor;
1675
- default: boolean;
1676
- };
1677
- }, {
1678
- quickInputSelect: any;
1679
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1680
- item: {
1681
- type: PropType<ISearchType>;
1682
- default: () => void;
1683
- };
1684
- maxTagPlaceholder: {
1685
- type: FunctionConstructor;
1686
- default: () => {};
1687
- };
1688
- outFilterChange: {
1689
- type: FunctionConstructor;
1690
- default: () => {};
1691
- };
1692
- handleWordBookSearch: {
1693
- type: FunctionConstructor;
1694
- default: () => {};
1695
- };
1696
- dropdownVisibleChange: {
1697
- type: FunctionConstructor;
1698
- default: () => {};
1699
- };
1700
- source: {
1701
- type: StringConstructor;
1702
- default: string;
1703
- };
1704
- fetchingWordbook: {
1705
- type: BooleanConstructor;
1706
- default: boolean;
1707
- };
1708
- }>> & {}>>;
1709
- handleMaxTagCount: import("vue").ComputedRef<(item: ISearchType) => 0 | 1>;
1710
- isnoPages: import("vue").ComputedRef<boolean>;
1711
- hasShowKeys: import("vue").ComputedRef<boolean>;
1712
- showRemoveIcon: import("vue").ComputedRef<boolean>;
1713
- mode: import("vue").ComputedRef<boolean>;
1714
- renderList: import("vue").ComputedRef<any>;
1715
- createSuffixIcon: () => void;
1716
- filterOption: (...arg: any) => any;
1717
- handleSearchChangePage: (type: string) => void;
1718
- handleChange: () => void;
1719
- NSelect: any;
1720
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1721
- item: {
1722
- type: PropType<ISearchType>;
1723
- default: () => void;
1724
- };
1725
- maxTagPlaceholder: {
1726
- type: FunctionConstructor;
1727
- default: () => {};
1728
- };
1729
- outFilterChange: {
1730
- type: FunctionConstructor;
1731
- default: () => {};
1732
- };
1733
- handleWordBookSearch: {
1734
- type: FunctionConstructor;
1735
- default: () => {};
1736
- };
1737
- dropdownVisibleChange: {
1738
- type: FunctionConstructor;
1739
- default: () => {};
1740
- };
1741
- source: {
1742
- type: StringConstructor;
1743
- default: string;
1744
- };
1745
- fetchingWordbook: {
1746
- type: BooleanConstructor;
1747
- default: boolean;
1748
- };
1749
- }>>, {
1750
- item: ISearchType;
1751
- source: string;
1752
- outFilterChange: Function;
1753
- maxTagPlaceholder: Function;
1754
- handleWordBookSearch: Function;
1755
- dropdownVisibleChange: Function;
1756
- fetchingWordbook: boolean;
1757
- }>;
1758
- cTreeSelect: import("vue").DefineComponent<{
1759
- item: {
1760
- type: PropType<ISearchType>;
1761
- default: () => {
1762
- value: never[];
1763
- };
1764
- };
1765
- handleGetConfigApi: {
1766
- type: FunctionConstructor;
1767
- default: () => void;
1768
- };
1769
- filterApiConfig: {
1770
- type: ObjectConstructor;
1771
- };
1772
- outFilterChange: {
1773
- type: FunctionConstructor;
1774
- default: () => void;
1775
- };
1776
- }, {
1777
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1778
- item: {
1779
- type: PropType<ISearchType>;
1780
- default: () => {
1781
- value: never[];
1782
- };
1783
- };
1784
- handleGetConfigApi: {
1785
- type: FunctionConstructor;
1786
- default: () => void;
1787
- };
1788
- filterApiConfig: {
1789
- type: ObjectConstructor;
1790
- };
1791
- outFilterChange: {
1792
- type: FunctionConstructor;
1793
- default: () => void;
1794
- };
1795
- }>> & {}>>;
1796
- quickInputSelect: any;
1797
- treeData: import("vue").Ref<{
1798
- label: string;
1799
- key: string;
1800
- selectable: boolean;
1801
- scopedSlots: {
1802
- title: string;
1803
- };
1804
- }[]>;
1805
- handleMaxTagCount: import("vue").ComputedRef<(item: ISearchType) => 0 | 1>;
1806
- showRemoveIcon: import("vue").ComputedRef<boolean>;
1807
- init: () => Promise<void>;
1808
- handleMaxTag: () => string;
1809
- handleRequestedOptions: (item: ISearchType) => Promise<any>;
1810
- getSearchDefParams: (item: ISearchType) => any;
1811
- formatField: (value: any) => any;
1812
- hanldeGetCascadelabel: (v?: never[], k?: {}) => any;
1813
- handleInitTreeData: (list: any, config: ISearchType) => void;
1814
- hanldeSetTreeDef: () => void;
1815
- maxTagPlaceholder: (item: ISearchType) => number;
1816
- treeSelect: (key: string, vnode: any) => void;
1817
- change: () => void;
1818
- handleDisabledTreeData: (list?: any, config?: any) => void;
1819
- createSuffixIcon: () => void;
1820
- NTreeSelect: any;
1821
- NSpin: any;
1822
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1823
- item: {
1824
- type: PropType<ISearchType>;
1825
- default: () => {
1826
- value: never[];
1827
- };
1828
- };
1829
- handleGetConfigApi: {
1830
- type: FunctionConstructor;
1831
- default: () => void;
1832
- };
1833
- filterApiConfig: {
1834
- type: ObjectConstructor;
1835
- };
1836
- outFilterChange: {
1837
- type: FunctionConstructor;
1838
- default: () => void;
1839
- };
1840
- }>>, {
1841
- item: ISearchType;
1842
- handleGetConfigApi: Function;
1843
- outFilterChange: Function;
1844
- }>;
1845
790
  RenderWidget: import("vue").DefineComponent<{
1846
791
  cfg: {
1847
792
  type: ObjectConstructor;
@@ -1873,24 +818,14 @@ declare const _default: import("vue").DefineComponent<{
1873
818
  }>> & {
1874
819
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1875
820
  }, {}>;
1876
- vResize: {
1877
- mounted(el: any, binding: any): void;
1878
- };
1879
821
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onSave" | "filterCountChange" | "closeModal" | "updateTableCondiTion" | "clearQuickSearchConfig")[], "onSave" | "filterCountChange" | "closeModal" | "updateTableCondiTion" | "clearQuickSearchConfig", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1880
- visible: {
1881
- type: BooleanConstructor;
1882
- };
1883
822
  searchFieldList: {
1884
- type: PropType<ISearchType[]>;
823
+ type: PropType<IApiServerType[]>;
1885
824
  default: () => never[];
1886
825
  };
1887
- searchFieldLimit: {
1888
- type: ObjectConstructor;
1889
- default: () => {};
1890
- };
1891
- quickSearchConfig: {
1892
- type: PropType<ISearchConfigType[]>;
1893
- default: () => never[];
826
+ tableId: {
827
+ type: StringConstructor;
828
+ default: string;
1894
829
  };
1895
830
  source: {
1896
831
  type: StringConstructor;
@@ -1900,24 +835,6 @@ declare const _default: import("vue").DefineComponent<{
1900
835
  type: PropType<IConditionMapType>;
1901
836
  default: () => {};
1902
837
  };
1903
- originConditionList: {
1904
- type: ArrayConstructor;
1905
- default: () => never[];
1906
- };
1907
- isOrgAdmin: {
1908
- type: BooleanConstructor;
1909
- default: boolean;
1910
- };
1911
- lastQuickSearchData: {
1912
- type: PropType<ISearchType[]>;
1913
- default: () => never[];
1914
- };
1915
- show: {
1916
- type: BooleanConstructor;
1917
- };
1918
- getFilterData: {
1919
- type: FunctionConstructor;
1920
- };
1921
838
  filterApiConfig: {
1922
839
  type: ObjectConstructor;
1923
840
  };
@@ -1928,15 +845,9 @@ declare const _default: import("vue").DefineComponent<{
1928
845
  onUpdateTableCondiTion?: ((...args: any[]) => any) | undefined;
1929
846
  onClearQuickSearchConfig?: ((...args: any[]) => any) | undefined;
1930
847
  }, {
1931
- quickSearchConfig: ISearchConfigType[];
1932
- show: boolean;
1933
- visible: boolean;
1934
848
  source: string;
1935
- searchFieldList: ISearchType[];
1936
- searchFieldLimit: Record<string, any>;
849
+ searchFieldList: IApiServerType[];
850
+ tableId: string;
1937
851
  quickSearchListObj: IConditionMapType;
1938
- originConditionList: unknown[];
1939
- isOrgAdmin: boolean;
1940
- lastQuickSearchData: ISearchType[];
1941
852
  }>;
1942
853
  export default _default;