cnhis-design-vue 3.1.46-beta.9 → 3.1.46-release.0

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 (133) hide show
  1. package/es/components/base-search/index.d.ts +8 -17
  2. package/es/components/base-search/src/index.vue.d.ts +8 -17
  3. package/es/components/base-search/src/index.vue2.js +1 -1
  4. package/es/components/base-search/style/index.css +1 -1
  5. package/es/components/button-print/src/utils/print.js +1 -1
  6. package/es/components/classification/index.d.ts +18 -219
  7. package/es/components/classification/src/components/search-filter/index.vue.d.ts +18 -219
  8. package/es/components/classification/src/components/search-filter/index.vue2.js +1 -1
  9. package/es/components/classification/src/components/set-classification/index.vue.d.ts +18 -219
  10. package/es/components/classification/src/index.vue.d.ts +18 -219
  11. package/es/components/fabric-chart/src/FabricChart.vue2.js +1 -1
  12. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
  13. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +1 -1
  14. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +1 -1
  15. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +1 -1
  16. package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
  17. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
  18. package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +1 -1
  19. package/es/components/fabric-chart/src/utils/index.d.ts +0 -1
  20. package/es/components/fabric-chart/src/utils/index.js +1 -1
  21. package/es/components/form-render/src/components/renderer/radio_checkbox.js +1 -1
  22. package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +1 -1
  23. package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.js +1 -1
  24. package/es/components/index.css +1 -1
  25. package/es/components/index.d.ts +1 -2
  26. package/es/components/index.js +1 -1
  27. package/es/components/quick-search/index.d.ts +7 -21
  28. package/es/components/quick-search/src/index.vue.d.ts +7 -21
  29. package/es/components/quick-search/src/index.vue2.js +1 -1
  30. package/es/components/quick-search/style/index.css +1 -1
  31. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +17 -219
  32. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +1 -1
  33. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +1 -17
  34. package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +1 -1
  35. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +0 -19
  36. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +1 -1
  37. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +11 -178
  38. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +1 -1
  39. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +5 -1
  40. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue2.js +1 -1
  41. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +1 -2
  42. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +1 -1
  43. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +17 -217
  44. package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.js +1 -1
  45. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +17 -219
  46. package/es/components/table-filter/src/components/classify-filter/index.vue2.js +1 -1
  47. package/es/components/table-filter/src/components/render-widget/basicData.d.ts +4 -0
  48. package/es/components/table-filter/src/components/render-widget/basicData.js +1 -0
  49. package/es/components/table-filter/src/components/render-widget/components/{DateOut.vue.d.ts → Date.vue.d.ts} +2 -21
  50. package/es/components/table-filter/src/components/render-widget/components/Date.vue.js +1 -0
  51. package/es/components/table-filter/src/components/render-widget/components/Date.vue2.js +1 -0
  52. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +8 -117
  53. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +1 -1
  54. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +9 -13
  55. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +1 -1
  56. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +6 -8
  57. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +1 -1
  58. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +6 -7
  59. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +1 -1
  60. package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +25 -19
  61. package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +1 -1
  62. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +36 -611
  63. package/es/components/table-filter/src/components/render-widget/components/index.js +1 -1
  64. package/es/components/table-filter/src/components/render-widget/enums.d.ts +3 -10
  65. package/es/components/table-filter/src/components/render-widget/enums.js +1 -1
  66. package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.d.ts +6 -2
  67. package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +1 -1
  68. package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +3 -4
  69. package/es/components/table-filter/src/components/render-widget/index.vue.js +1 -1
  70. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +35 -639
  71. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
  72. package/es/components/table-filter/src/constants/index.d.ts +1 -3
  73. package/es/components/table-filter/src/constants/index.js +1 -1
  74. package/es/components/table-filter/src/hooks/useAdvanced.d.ts +4 -9
  75. package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
  76. package/es/components/table-filter/src/hooks/useRenderWidget.d.ts +3 -3
  77. package/es/components/table-filter/src/hooks/useRenderWidget.js +1 -1
  78. package/es/components/table-filter/src/tool/baseOptions.d.ts +8 -0
  79. package/es/components/table-filter/src/tool/baseOptions.js +1 -1
  80. package/es/components/table-filter/src/tool/generateDefOptions.d.ts +7 -0
  81. package/es/components/table-filter/src/tool/generateDefOptions.js +1 -0
  82. package/es/components/table-filter/src/tool/transformData.d.ts +1 -0
  83. package/es/components/table-filter/src/tool/transformData.js +1 -1
  84. package/es/components/table-filter/src/types/enums.d.ts +0 -3
  85. package/es/components/table-filter/src/types/enums.js +1 -1
  86. package/es/components/table-filter/src/types/index.d.ts +0 -7
  87. package/es/shared/package.json.js +1 -1
  88. package/es/shared/utils/fabricjs/index.js +1 -1
  89. package/package.json +2 -2
  90. package/es/components/table-export-field/index.d.ts +0 -967
  91. package/es/components/table-export-field/index.js +0 -1
  92. package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +0 -192
  93. package/es/components/table-export-field/src/components/ExportModal.vue.js +0 -1
  94. package/es/components/table-export-field/src/components/ExportModal.vue2.js +0 -1
  95. package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +0 -687
  96. package/es/components/table-export-field/src/components/SaveProjectModal.vue.js +0 -1
  97. package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +0 -1
  98. package/es/components/table-export-field/src/constants/index.d.ts +0 -3
  99. package/es/components/table-export-field/src/constants/index.js +0 -1
  100. package/es/components/table-export-field/src/hooks/useAsyncData.d.ts +0 -6
  101. package/es/components/table-export-field/src/hooks/useAsyncData.js +0 -1
  102. package/es/components/table-export-field/src/index.vue.d.ts +0 -968
  103. package/es/components/table-export-field/src/index.vue.js +0 -1
  104. package/es/components/table-export-field/src/index.vue2.js +0 -1
  105. package/es/components/table-export-field/src/types/index.d.ts +0 -6
  106. package/es/components/table-export-field/src/types/index.js +0 -1
  107. package/es/components/table-export-field/style/index.css +0 -1
  108. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +0 -231
  109. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.js +0 -1
  110. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +0 -1
  111. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.js +0 -1
  112. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +0 -1
  113. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +0 -71
  114. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.js +0 -1
  115. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +0 -1
  116. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +0 -223
  117. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.js +0 -1
  118. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +0 -1
  119. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +0 -158
  120. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.js +0 -1
  121. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +0 -1
  122. package/es/components/table-filter/src/components/render-widget/helpers/dateDisabled.d.ts +0 -27
  123. package/es/components/table-filter/src/components/render-widget/helpers/dateDisabled.js +0 -1
  124. package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.d.ts +0 -55
  125. package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +0 -1
  126. package/es/components/table-filter/src/components/render-widget/helpers/enums.d.ts +0 -56
  127. package/es/components/table-filter/src/components/render-widget/helpers/enums.js +0 -1
  128. package/es/components/table-filter/src/components/render-widget/helpers/selectExtraMap.d.ts +0 -4
  129. package/es/components/table-filter/src/components/render-widget/helpers/selectExtraMap.js +0 -1
  130. package/es/components/table-filter/src/components/render-widget/helpers/setDefaultValue.d.ts +0 -4
  131. package/es/components/table-filter/src/components/render-widget/helpers/setDefaultValue.js +0 -1
  132. package/es/components/table-filter/src/hooks/useAsyncData.d.ts +0 -4
  133. package/es/components/table-filter/src/hooks/useAsyncData.js +0 -1
@@ -21,277 +21,44 @@ export declare const WidgetCfgMaps: Map<string, {
21
21
  value: {
22
22
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
23
23
  };
24
- componentCfg: {
25
- type: ObjectConstructor;
26
- };
27
24
  }, {
28
- $attrs: {
29
- [x: string]: unknown;
30
- };
31
25
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
32
26
  value: {
33
27
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
34
28
  };
35
- componentCfg: {
36
- type: ObjectConstructor;
37
- };
38
29
  }>> & {
39
30
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
31
+ onChangeInitState?: ((...args: any[]) => any) | undefined;
40
32
  }>>;
41
- emit: (event: "update:value", ...args: any[]) => void;
42
- valueCp: import("vue").ComputedRef<string | number | unknown[] | undefined>;
43
- isMultiple: import("vue").ComputedRef<unknown>;
44
- isShowWhole: import("vue").ComputedRef<any>;
45
- optionList: import("vue").ComputedRef<any>;
46
- handleUpdate: (val: any) => void;
47
- NSelect: any;
48
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
49
- value: {
50
- type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
51
- };
52
- componentCfg: {
53
- type: ObjectConstructor;
54
- };
55
- }>> & {
56
- "onUpdate:value"?: ((...args: any[]) => any) | undefined;
57
- }, {}>;
58
- props: {
59
- clearable: boolean;
60
- filterable: boolean;
61
- multiple: boolean;
62
- maxTagCount: string;
63
- type?: undefined;
64
- valueFormat?: undefined;
65
- };
66
- eventsBySearch: {
67
- name: string;
68
- handler(e: KeyboardEvent, search: funcVoid, props: any): void;
69
- }[];
70
- handlerProps(props: any, { multiple, title }?: any): any;
71
- setDefaultValue(defaultValue: any, defValueUnit: any, setting?: any): any;
72
- style?: undefined;
73
- } | {
74
- component: import("vue").DefineComponent<{
75
- value: {
76
- type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
77
- };
78
- componentCfg: {
79
- type: ObjectConstructor;
80
- };
81
- }, {
82
- message: import("naive-ui").MessageApi;
83
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
84
- value: {
85
- type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
86
- };
87
- componentCfg: {
88
- type: ObjectConstructor;
89
- };
90
- }>> & {
91
- "onUpdate:value"?: ((...args: any[]) => any) | undefined;
92
- }>>;
93
- getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
33
+ handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
94
34
  $attrs: {
95
35
  [x: string]: unknown;
96
36
  };
97
- emit: (event: "update:value", ...args: any[]) => void;
37
+ emit: (event: "update:value" | "changeInitState", ...args: any[]) => void;
38
+ selectOptions: import("vue").Ref<any[]>;
39
+ isRemote: import("vue").Ref<boolean>;
98
40
  isLoading: import("vue").Ref<boolean>;
99
41
  filterApiConfig: import("../../../..").AnyObject;
100
- searchFilterList: import("vue").Ref<import("../../../..").AnyObject[]>;
101
- curPage: import("vue").Ref<number>;
102
- fieldTitleList: import("vue").Ref<any>;
103
- selectOptions: import("vue").Ref<any[]>;
104
- baseOptionList: import("vue").Ref<any[]>;
105
- keywordVal: import("vue").Ref<any>;
106
- totalPage: import("vue").Ref<number>;
107
- menuProps: {
108
- class: string;
109
- };
110
- isMultiple: import("vue").ComputedRef<unknown>;
111
- dynamicOptionInfos: import("vue").ComputedRef<any>;
112
- isShowWhole: import("vue").ComputedRef<any>;
113
- isLastPage: import("vue").ComputedRef<boolean>;
114
- valueCp: import("vue").ComputedRef<string | number | any[] | null>;
115
- isForbidRequest: import("vue").ComputedRef<boolean>;
116
- setOptionActive: (selectIds: string[]) => void;
117
- handleUpdateSelect: (value: string[] | null) => void;
118
- handleUpdatePage: (page: number) => Promise<void>;
119
- getOptionsData: (keyword: string, curPage: number) => Promise<void>;
120
- isWhole: (value: string) => boolean;
42
+ valueCp: import("vue").WritableComputedRef<unknown>;
43
+ searchOptions: (keyword: string) => Promise<any>;
121
44
  _handleSearch: (query: string) => Promise<void>;
122
45
  handleSearch: (query: string) => Promise<void>;
123
46
  handleInitData: () => Promise<void>;
124
- handleClear: () => Promise<void>;
125
- handleUpdateShow: (show: boolean) => void;
47
+ renderLabel: (option: import("naive-ui").SelectOption) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
48
+ [key: string]: any;
49
+ }>;
126
50
  renderTag: ({ option, handleClose }: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
127
51
  [key: string]: any;
128
52
  }>;
129
- init: () => void;
53
+ init: () => Promise<void>;
130
54
  NSelect: any;
131
- SelectDynamicOption: import("vue").DefineComponent<{
132
- dynamicOptionInfo: {
133
- type: import("vue").PropType<import("../../../..").AnyObject>;
134
- default: () => {};
135
- };
136
- fieldTitleList: {
137
- type: import("vue").PropType<import("../../../..").AnyObject[]>;
138
- default: () => never[];
139
- };
140
- optionList: {
141
- type: import("vue").PropType<import("../../../..").AnyObject[]>;
142
- default: () => never[];
143
- };
144
- isMultiple: {
145
- type: BooleanConstructor;
146
- default: boolean;
147
- };
148
- curPage: {
149
- type: NumberConstructor;
150
- default: number;
151
- };
152
- isLastPage: {
153
- type: BooleanConstructor;
154
- default: boolean;
155
- };
156
- isShowWhole: {
157
- type: BooleanConstructor;
158
- default: boolean;
159
- };
160
- }, {
161
- selectMinWidth: number;
162
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
163
- dynamicOptionInfo: {
164
- type: import("vue").PropType<import("../../../..").AnyObject>;
165
- default: () => {};
166
- };
167
- fieldTitleList: {
168
- type: import("vue").PropType<import("../../../..").AnyObject[]>;
169
- default: () => never[];
170
- };
171
- optionList: {
172
- type: import("vue").PropType<import("../../../..").AnyObject[]>;
173
- default: () => never[];
174
- };
175
- isMultiple: {
176
- type: BooleanConstructor;
177
- default: boolean;
178
- };
179
- curPage: {
180
- type: NumberConstructor;
181
- default: number;
182
- };
183
- isLastPage: {
184
- type: BooleanConstructor;
185
- default: boolean;
186
- };
187
- isShowWhole: {
188
- type: BooleanConstructor;
189
- default: boolean;
190
- };
191
- }>> & {
192
- onUpdateSelect?: ((...args: any[]) => any) | undefined;
193
- onUpdatePage?: ((...args: any[]) => any) | undefined;
194
- }>>;
195
- emit: (event: "updateSelect" | "updatePage", ...args: any[]) => void;
196
- dragEndWidth: import("vue").Ref<number>;
197
- showKeys: import("vue").ComputedRef<any>;
198
- titleList: import("vue").ComputedRef<string[]>;
199
- handleSelect: (option: any) => void;
200
- searchByPage: (onePage: number) => void;
201
- changeWidth: ({ distance }: any) => void;
202
- saveWidth: () => void;
203
- NEmpty: any;
204
- NButtonGroup: any;
205
- NButton: any;
206
- NIcon: any;
207
- NPopover: any;
208
- vFlexibleResize: {
209
- mounted(el: any, { value }: any): void;
210
- beforeUnmount(el: any): void;
211
- };
212
- WidgetValEnums: {
213
- CUSTOM: string;
214
- FIRST_VAL: string;
215
- WHOLE: string;
216
- NOW: string;
217
- TODAY: string;
218
- TODAY_START: string;
219
- TODAY_END: string;
220
- TOMORROW: string;
221
- TOMORROW_START: string;
222
- TOMORROW_END: string;
223
- YESTERDAY: string;
224
- YESTERDAY_START: string;
225
- YESTERDAY_END: string;
226
- THIS_WEEK: string;
227
- WEEK_START: string;
228
- WEEK_END: string;
229
- NEXT_WEEK: string;
230
- LAST_WEEK: string;
231
- THIS_MONTH: string;
232
- MONTH_START: string;
233
- MONTH_END: string;
234
- NEXT_MONTH: string;
235
- LAST_MONTH: string;
236
- THIS_QUARTER: string;
237
- NEXT_QUARTER: string;
238
- LAST_QUARTER: string;
239
- THIS_YEAR: string;
240
- NEXT_YEAR: string;
241
- LAST_YEAR: string;
242
- };
243
- ArrowBack: 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<{}>>, {}>;
244
- ArrowForward: 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<{}>>, {}>;
245
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
246
- dynamicOptionInfo: {
247
- type: import("vue").PropType<import("../../../..").AnyObject>;
248
- default: () => {};
249
- };
250
- fieldTitleList: {
251
- type: import("vue").PropType<import("../../../..").AnyObject[]>;
252
- default: () => never[];
253
- };
254
- optionList: {
255
- type: import("vue").PropType<import("../../../..").AnyObject[]>;
256
- default: () => never[];
257
- };
258
- isMultiple: {
259
- type: BooleanConstructor;
260
- default: boolean;
261
- };
262
- curPage: {
263
- type: NumberConstructor;
264
- default: number;
265
- };
266
- isLastPage: {
267
- type: BooleanConstructor;
268
- default: boolean;
269
- };
270
- isShowWhole: {
271
- type: BooleanConstructor;
272
- default: boolean;
273
- };
274
- }>> & {
275
- onUpdateSelect?: ((...args: any[]) => any) | undefined;
276
- onUpdatePage?: ((...args: any[]) => any) | undefined;
277
- }, {
278
- dynamicOptionInfo: import("../../../..").AnyObject;
279
- fieldTitleList: import("../../../..").AnyObject[];
280
- optionList: import("../../../..").AnyObject[];
281
- isMultiple: boolean;
282
- curPage: number;
283
- isLastPage: boolean;
284
- isShowWhole: boolean;
285
- }>;
286
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
55
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:value" | "changeInitState")[], "update:value" | "changeInitState", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
287
56
  value: {
288
57
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
289
58
  };
290
- componentCfg: {
291
- type: ObjectConstructor;
292
- };
293
59
  }>> & {
294
60
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
61
+ onChangeInitState?: ((...args: any[]) => any) | undefined;
295
62
  }, {}>;
296
63
  props: {
297
64
  clearable: boolean;
@@ -306,253 +73,10 @@ export declare const WidgetCfgMaps: Map<string, {
306
73
  handler(e: KeyboardEvent, search: funcVoid, props: any): void;
307
74
  }[];
308
75
  handlerProps(props: any, data?: any): any;
309
- setDefaultValue(defaultValue: any, defValueUnit: any, setting?: any): Promise<any>;
310
- style?: undefined;
311
- } | {
312
- component: import("vue").DefineComponent<{
313
- componentCfg: {
314
- type: import("vue").PropType<import("../../../..").AnyObject>;
315
- };
316
- type: {
317
- type: import("vue").PropType<"date" | "datetime">;
318
- default: string;
319
- };
320
- clearable: {
321
- type: BooleanConstructor;
322
- default: boolean;
323
- };
324
- valueFormat: {
325
- type: StringConstructor;
326
- default: string;
327
- };
328
- placeholder: {
329
- type: StringConstructor;
330
- default: string;
331
- };
332
- value: {
333
- type: StringConstructor;
334
- default: string;
335
- };
336
- unit: {
337
- type: StringConstructor;
338
- default: string;
339
- };
340
- }, {
341
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
342
- componentCfg: {
343
- type: import("vue").PropType<import("../../../..").AnyObject>;
344
- };
345
- type: {
346
- type: import("vue").PropType<"date" | "datetime">;
347
- default: string;
348
- };
349
- clearable: {
350
- type: BooleanConstructor;
351
- default: boolean;
352
- };
353
- valueFormat: {
354
- type: StringConstructor;
355
- default: string;
356
- };
357
- placeholder: {
358
- type: StringConstructor;
359
- default: string;
360
- };
361
- value: {
362
- type: StringConstructor;
363
- default: string;
364
- };
365
- unit: {
366
- type: StringConstructor;
367
- default: string;
368
- };
369
- }>> & {
370
- "onUpdate:value"?: ((...args: any[]) => any) | undefined;
371
- "onUpdate:unit"?: ((...args: any[]) => any) | undefined;
372
- }>>;
373
- emit: (event: "update:unit" | "update:value", ...args: any[]) => void;
374
- valueCp: import("vue").Ref<any>;
375
- isShowDateRange: import("vue").Ref<boolean>;
376
- dateFormat: import("vue").ComputedRef<string>;
377
- showTabStr: import("vue").ComputedRef<string>;
378
- radioValue: import("vue").ComputedRef<string>;
379
- optionSetting: import("vue").ComputedRef<any>;
380
- onlyRadio: import("vue").ComputedRef<boolean>;
381
- defaultTime: import("vue").ComputedRef<string>;
382
- changeDateShowType: () => void;
383
- handleClickQuickBtn: (result: string) => void;
384
- changeRadioValue: (value: string) => void;
385
- handleChange: (val: any) => void;
386
- isDateDisabled: (ts: number) => boolean;
387
- timeDisabled: (ts: number) => {
388
- isHourDisabled(hour: number): boolean | undefined;
389
- isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
390
- isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
391
- };
392
- init: () => void;
393
- NButton: any;
394
- CDatePicker: import("../../../..").SFCWithInstall<import("vue").DefineComponent<{
395
- updateUnchangedValue: {
396
- type: BooleanConstructor;
397
- };
398
- onConfirm: {
399
- type: FunctionConstructor;
400
- };
401
- }, {
402
- attrs: {
403
- [x: string]: unknown;
404
- };
405
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
406
- updateUnchangedValue: {
407
- type: BooleanConstructor;
408
- };
409
- onConfirm: {
410
- type: FunctionConstructor;
411
- };
412
- }>> & {}>>;
413
- datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
414
- panelInstRef: import("vue").Ref<null>;
415
- isDateTime: import("vue").ComputedRef<boolean>;
416
- formatRef: import("vue").ComputedRef<string>;
417
- panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
418
- focus: () => any;
419
- blur: () => any;
420
- onUpdateShow: (show: boolean) => void;
421
- onConfirm: (...args: any[]) => void;
422
- NDatePicker: any;
423
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
424
- updateUnchangedValue: {
425
- type: BooleanConstructor;
426
- };
427
- onConfirm: {
428
- type: FunctionConstructor;
429
- };
430
- }>>, {
431
- updateUnchangedValue: boolean;
432
- }>>;
433
- DateQuickBtn: import("vue").DefineComponent<{
434
- componentCfg: {
435
- type: import("vue").PropType<import("../../../..").AnyObject>;
436
- };
437
- type: {
438
- type: import("vue").PropType<"date" | "datetime">;
439
- default: string;
440
- };
441
- dateFormat: {
442
- type: StringConstructor;
443
- default: string;
444
- };
445
- radioValue: {
446
- type: StringConstructor;
447
- default: string;
448
- };
449
- }, {
450
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
451
- componentCfg: {
452
- type: import("vue").PropType<import("../../../..").AnyObject>;
453
- };
454
- type: {
455
- type: import("vue").PropType<"date" | "datetime">;
456
- default: string;
457
- };
458
- dateFormat: {
459
- type: StringConstructor;
460
- default: string;
461
- };
462
- radioValue: {
463
- type: StringConstructor;
464
- default: string;
465
- };
466
- }>> & {
467
- onClickQuickBtn?: ((...args: any[]) => any) | undefined;
468
- onChangeRadioValue?: ((...args: any[]) => any) | undefined;
469
- }>>;
470
- emit: (event: "clickQuickBtn" | "changeRadioValue", ...args: any[]) => void;
471
- dateList: import("vue").Ref<any[]>;
472
- optionSetting: import("vue").ComputedRef<any>;
473
- isRange: import("vue").ComputedRef<any>;
474
- initData: () => void;
475
- handleRadioClick: (value: string) => void;
476
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clickQuickBtn" | "changeRadioValue")[], "clickQuickBtn" | "changeRadioValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
477
- componentCfg: {
478
- type: import("vue").PropType<import("../../../..").AnyObject>;
479
- };
480
- type: {
481
- type: import("vue").PropType<"date" | "datetime">;
482
- default: string;
483
- };
484
- dateFormat: {
485
- type: StringConstructor;
486
- default: string;
487
- };
488
- radioValue: {
489
- type: StringConstructor;
490
- default: string;
491
- };
492
- }>> & {
493
- onClickQuickBtn?: ((...args: any[]) => any) | undefined;
494
- onChangeRadioValue?: ((...args: any[]) => any) | undefined;
495
- }, {
496
- type: "date" | "datetime";
497
- dateFormat: string;
498
- radioValue: string;
499
- }>;
500
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:unit" | "update:value")[], "update:unit" | "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
501
- componentCfg: {
502
- type: import("vue").PropType<import("../../../..").AnyObject>;
503
- };
504
- type: {
505
- type: import("vue").PropType<"date" | "datetime">;
506
- default: string;
507
- };
508
- clearable: {
509
- type: BooleanConstructor;
510
- default: boolean;
511
- };
512
- valueFormat: {
513
- type: StringConstructor;
514
- default: string;
515
- };
516
- placeholder: {
517
- type: StringConstructor;
518
- default: string;
519
- };
520
- value: {
521
- type: StringConstructor;
522
- default: string;
523
- };
524
- unit: {
525
- type: StringConstructor;
526
- default: string;
527
- };
528
- }>> & {
529
- "onUpdate:value"?: ((...args: any[]) => any) | undefined;
530
- "onUpdate:unit"?: ((...args: any[]) => any) | undefined;
531
- }, {
532
- type: "date" | "datetime";
533
- value: string;
534
- placeholder: string;
535
- unit: string;
536
- clearable: boolean;
537
- valueFormat: string;
538
- }>;
539
- props: {
540
- type: string;
541
- clearable: boolean;
542
- valueFormat: string;
543
- filterable?: undefined;
544
- multiple?: undefined;
545
- maxTagCount?: undefined;
546
- };
547
- handlerProps(props: any, data?: any): any;
548
76
  setDefaultValue: (defaultValue: any) => any;
549
- eventsBySearch?: undefined;
550
77
  style?: undefined;
551
78
  } | {
552
79
  component: import("vue").DefineComponent<{
553
- componentCfg: {
554
- type: import("vue").PropType<import("../../../..").AnyObject>;
555
- };
556
80
  type: {
557
81
  type: import("vue").PropType<"date" | "datetime">;
558
82
  default: string;
@@ -575,9 +99,6 @@ export declare const WidgetCfgMaps: Map<string, {
575
99
  };
576
100
  }, {
577
101
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
578
- componentCfg: {
579
- type: import("vue").PropType<import("../../../..").AnyObject>;
580
- };
581
102
  type: {
582
103
  type: import("vue").PropType<"date" | "datetime">;
583
104
  default: string;
@@ -603,17 +124,8 @@ export declare const WidgetCfgMaps: Map<string, {
603
124
  }>>;
604
125
  emit: (event: "update:value", ...args: any[]) => void;
605
126
  valueCp: import("vue").Ref<any>;
606
- rangeShortcuts: import("vue").Ref<any>;
607
127
  dateFormat: import("vue").ComputedRef<string>;
608
- optionSetting: import("vue").ComputedRef<any>;
609
128
  handleChange: (val: any) => void;
610
- isDateDisabled: (ts: number) => boolean;
611
- timeDisabled: (ts: number) => {
612
- isHourDisabled(hour: number): boolean | undefined;
613
- isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
614
- isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
615
- };
616
- init: () => void;
617
129
  CDatePicker: import("../../../..").SFCWithInstall<import("vue").DefineComponent<{
618
130
  updateUnchangedValue: {
619
131
  type: BooleanConstructor;
@@ -654,9 +166,6 @@ export declare const WidgetCfgMaps: Map<string, {
654
166
  updateUnchangedValue: boolean;
655
167
  }>>;
656
168
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
657
- componentCfg: {
658
- type: import("vue").PropType<import("../../../..").AnyObject>;
659
- };
660
169
  type: {
661
170
  type: import("vue").PropType<"date" | "datetime">;
662
171
  default: string;
@@ -700,9 +209,6 @@ export declare const WidgetCfgMaps: Map<string, {
700
209
  style?: undefined;
701
210
  } | {
702
211
  component: import("vue").DefineComponent<{
703
- componentCfg: {
704
- type: import("vue").PropType<import("../../../..").AnyObject>;
705
- };
706
212
  type: {
707
213
  type: import("vue").PropType<"date" | "datetime">;
708
214
  default: string;
@@ -727,15 +233,8 @@ export declare const WidgetCfgMaps: Map<string, {
727
233
  type: StringConstructor;
728
234
  default: string;
729
235
  };
730
- unit: {
731
- type: StringConstructor;
732
- default: string;
733
- };
734
236
  }, {
735
237
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
736
- componentCfg: {
737
- type: import("vue").PropType<import("../../../..").AnyObject>;
738
- };
739
238
  type: {
740
239
  type: import("vue").PropType<"date" | "datetime">;
741
240
  default: string;
@@ -760,44 +259,22 @@ export declare const WidgetCfgMaps: Map<string, {
760
259
  type: StringConstructor;
761
260
  default: string;
762
261
  };
763
- unit: {
764
- type: StringConstructor;
765
- default: string;
766
- };
767
262
  }>> & {
768
263
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
769
- "onUpdate:unit"?: ((...args: any[]) => any) | undefined;
770
264
  }>>;
771
- emit: (event: "update:unit" | "update:value", ...args: any[]) => void;
265
+ emit: (event: "update:value", ...args: any[]) => void;
266
+ dateList: import("vue").Ref<any[]>;
772
267
  isShowDateRange: import("vue").Ref<boolean>;
268
+ radioValue: import("vue").Ref<string>;
773
269
  startDate: import("vue").Ref<any>;
774
270
  endDate: import("vue").Ref<any>;
775
- radioValue: import("vue").ComputedRef<string>;
776
- optionSetting: import("vue").ComputedRef<any>;
777
- onlyRadio: import("vue").ComputedRef<boolean>;
778
- isPastTime: import("vue").ComputedRef<boolean>;
779
- isFutureTime: import("vue").ComputedRef<boolean>;
780
271
  dateFormat: import("vue").ComputedRef<string>;
781
272
  showTabStr: import("vue").ComputedRef<string>;
782
- startDefault: import("vue").ComputedRef<string>;
783
- endDefault: import("vue").ComputedRef<string>;
784
- handleClickQuickBtn: (result: string) => void;
785
- changeRadioValue: (value: string) => void;
786
- changeDateShowType: () => void;
273
+ initData: () => void;
274
+ handleRadioClick: (value: string) => void;
787
275
  handleChange: (val: any, type: "end" | "start") => void;
788
276
  isStartDateDisabled: (ts: number) => boolean;
789
- timeStartDisabled: (ts: number) => {
790
- isHourDisabled(hour: number): boolean | 0;
791
- isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
792
- isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
793
- };
794
277
  isEndDateDisabled: (ts: number) => boolean;
795
- timeEndDisabled: (ts: number) => {
796
- isHourDisabled(hour: number): boolean | 0;
797
- isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
798
- isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
799
- };
800
- init: () => void;
801
278
  NButton: any;
802
279
  CDatePicker: import("../../../..").SFCWithInstall<import("vue").DefineComponent<{
803
280
  updateUnchangedValue: {
@@ -838,77 +315,7 @@ export declare const WidgetCfgMaps: Map<string, {
838
315
  }>>, {
839
316
  updateUnchangedValue: boolean;
840
317
  }>>;
841
- DateQuickBtn: import("vue").DefineComponent<{
842
- componentCfg: {
843
- type: import("vue").PropType<import("../../../..").AnyObject>;
844
- };
845
- type: {
846
- type: import("vue").PropType<"date" | "datetime">;
847
- default: string;
848
- };
849
- dateFormat: {
850
- type: StringConstructor;
851
- default: string;
852
- };
853
- radioValue: {
854
- type: StringConstructor;
855
- default: string;
856
- };
857
- }, {
858
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
859
- componentCfg: {
860
- type: import("vue").PropType<import("../../../..").AnyObject>;
861
- };
862
- type: {
863
- type: import("vue").PropType<"date" | "datetime">;
864
- default: string;
865
- };
866
- dateFormat: {
867
- type: StringConstructor;
868
- default: string;
869
- };
870
- radioValue: {
871
- type: StringConstructor;
872
- default: string;
873
- };
874
- }>> & {
875
- onClickQuickBtn?: ((...args: any[]) => any) | undefined;
876
- onChangeRadioValue?: ((...args: any[]) => any) | undefined;
877
- }>>;
878
- emit: (event: "clickQuickBtn" | "changeRadioValue", ...args: any[]) => void;
879
- dateList: import("vue").Ref<any[]>;
880
- optionSetting: import("vue").ComputedRef<any>;
881
- isRange: import("vue").ComputedRef<any>;
882
- initData: () => void;
883
- handleRadioClick: (value: string) => void;
884
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clickQuickBtn" | "changeRadioValue")[], "clickQuickBtn" | "changeRadioValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
885
- componentCfg: {
886
- type: import("vue").PropType<import("../../../..").AnyObject>;
887
- };
888
- type: {
889
- type: import("vue").PropType<"date" | "datetime">;
890
- default: string;
891
- };
892
- dateFormat: {
893
- type: StringConstructor;
894
- default: string;
895
- };
896
- radioValue: {
897
- type: StringConstructor;
898
- default: string;
899
- };
900
- }>> & {
901
- onClickQuickBtn?: ((...args: any[]) => any) | undefined;
902
- onChangeRadioValue?: ((...args: any[]) => any) | undefined;
903
- }, {
904
- type: "date" | "datetime";
905
- dateFormat: string;
906
- radioValue: string;
907
- }>;
908
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:unit" | "update:value")[], "update:unit" | "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
909
- componentCfg: {
910
- type: import("vue").PropType<import("../../../..").AnyObject>;
911
- };
318
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
912
319
  type: {
913
320
  type: import("vue").PropType<"date" | "datetime">;
914
321
  default: string;
@@ -933,17 +340,11 @@ export declare const WidgetCfgMaps: Map<string, {
933
340
  type: StringConstructor;
934
341
  default: string;
935
342
  };
936
- unit: {
937
- type: StringConstructor;
938
- default: string;
939
- };
940
343
  }>> & {
941
344
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
942
- "onUpdate:unit"?: ((...args: any[]) => any) | undefined;
943
345
  }, {
944
346
  type: "date" | "datetime";
945
347
  value: string;
946
- unit: string;
947
348
  clearable: boolean;
948
349
  startPlaceholder: string;
949
350
  endPlaceholder: string;
@@ -1018,17 +419,14 @@ export declare const WidgetCfgMaps: Map<string, {
1018
419
  }>>;
1019
420
  emit: (event: "update:value", ...args: any[]) => void;
1020
421
  valueCp: import("vue").Ref<any>;
1021
- rangeShortcuts: import("vue").Ref<any>;
1022
422
  dateFormat: import("vue").ComputedRef<string>;
1023
- optionSetting: import("vue").ComputedRef<any>;
1024
- handleChange: (val: any) => void;
1025
- isDateDisabled: (ts: number) => boolean;
1026
- timeDisabled: (ts: number) => {
1027
- isHourDisabled(hour: number): boolean | undefined;
1028
- isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
1029
- isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
423
+ rangeShortcuts: {
424
+ 今天: number[];
425
+ 昨天: number[];
426
+ 近一周: number[];
427
+ 近一月: number[];
1030
428
  };
1031
- init: () => void;
429
+ handleChange: (val: any) => void;
1032
430
  CDatePicker: import("../../../..").SFCWithInstall<import("vue").DefineComponent<{
1033
431
  updateUnchangedValue: {
1034
432
  type: BooleanConstructor;
@@ -1098,10 +496,10 @@ export declare const WidgetCfgMaps: Map<string, {
1098
496
  }, {
1099
497
  type: "datetimerange" | "daterange";
1100
498
  value: string;
1101
- componentCfg: Record<string, any>;
1102
499
  clearable: boolean;
1103
500
  startPlaceholder: string;
1104
501
  endPlaceholder: string;
502
+ componentCfg: Record<string, any>;
1105
503
  }>;
1106
504
  props: {
1107
505
  type: string;
@@ -1112,7 +510,7 @@ export declare const WidgetCfgMaps: Map<string, {
1112
510
  maxTagCount?: undefined;
1113
511
  };
1114
512
  handlerProps(props: any, data?: any): any;
1115
- setDefaultValue(defaultValue: any, defValueUnit: any, setting?: any): any;
513
+ setDefaultValue(defaultValue: any, defValueUnit: any): any;
1116
514
  eventsBySearch?: undefined;
1117
515
  style?: undefined;
1118
516
  } | {
@@ -1234,19 +632,18 @@ export declare const WidgetCfgMaps: Map<string, {
1234
632
  } | {
1235
633
  component: import("vue").DefineComponent<{
1236
634
  componentCfg: {
1237
- type: import("vue").PropType<import("../../../..").AnyObject>;
635
+ type: import("vue").PropType<import("../../../../../../es/components/table-filter/src/types").ISearchType>;
1238
636
  };
1239
637
  value: {
1240
638
  type: StringConstructor;
1241
639
  default: string;
1242
640
  };
1243
641
  }, {
1244
- getDynamicLabelData: (params: any, filterApiConfig: any) => Promise<any>;
1245
- message: import("naive-ui").MessageApi;
642
+ handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
1246
643
  baseActiveColor: string;
1247
644
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1248
645
  componentCfg: {
1249
- type: import("vue").PropType<import("../../../..").AnyObject>;
646
+ type: import("vue").PropType<import("../../../../../../es/components/table-filter/src/types").ISearchType>;
1250
647
  };
1251
648
  value: {
1252
649
  type: StringConstructor;
@@ -1281,7 +678,7 @@ export declare const WidgetCfgMaps: Map<string, {
1281
678
  };
1282
679
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1283
680
  componentCfg: {
1284
- type: import("vue").PropType<import("../../../..").AnyObject>;
681
+ type: import("vue").PropType<import("../../../../../../es/components/table-filter/src/types").ISearchType>;
1285
682
  };
1286
683
  value: {
1287
684
  type: StringConstructor;
@@ -1307,21 +704,20 @@ export declare const WidgetCfgMaps: Map<string, {
1307
704
  } | {
1308
705
  component: import("vue").DefineComponent<{
1309
706
  componentCfg: {
1310
- type: import("vue").PropType<import("../../../..").AnyObject>;
707
+ type: import("vue").PropType<import("../../../../../../es/components/table-filter/src/types").ISearchType>;
1311
708
  };
1312
709
  value: {
1313
710
  type: StringConstructor;
1314
711
  default: string;
1315
712
  };
1316
713
  }, {
1317
- getDynamicLabelData: (params: any, filterApiConfig: any) => Promise<any>;
714
+ handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
1318
715
  $attrs: {
1319
716
  [x: string]: unknown;
1320
717
  };
1321
- message: import("naive-ui").MessageApi;
1322
718
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1323
719
  componentCfg: {
1324
- type: import("vue").PropType<import("../../../..").AnyObject>;
720
+ type: import("vue").PropType<import("../../../../../../es/components/table-filter/src/types").ISearchType>;
1325
721
  };
1326
722
  value: {
1327
723
  type: StringConstructor;
@@ -1339,7 +735,7 @@ export declare const WidgetCfgMaps: Map<string, {
1339
735
  NSelect: any;
1340
736
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1341
737
  componentCfg: {
1342
- type: import("vue").PropType<import("../../../..").AnyObject>;
738
+ type: import("vue").PropType<import("../../../../../../es/components/table-filter/src/types").ISearchType>;
1343
739
  };
1344
740
  value: {
1345
741
  type: StringConstructor;