cnhis-design-vue 3.1.45-beta.9 → 3.1.45-release.1

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 (204) hide show
  1. package/README.md +87 -87
  2. package/es/components/annotation-edit/src/AnnotationEdit.js +1 -1
  3. package/es/components/base-search/index.d.ts +0 -2
  4. package/es/components/base-search/src/index.vue.d.ts +0 -2
  5. package/es/components/base-search/style/index.css +1 -1
  6. package/es/components/classification/index.d.ts +11 -165
  7. package/es/components/classification/src/components/search-filter/index.vue.d.ts +11 -165
  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 +11 -165
  10. package/es/components/classification/src/index.vue.d.ts +11 -165
  11. package/es/components/fabric-chart/index.d.ts +5 -40
  12. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +5 -40
  13. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
  14. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +0 -20
  15. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +1 -1
  16. package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +1 -1
  17. package/es/components/fabric-chart/src/hooks/temperature/useRight.js +1 -1
  18. package/es/components/fabric-chart/src/hooks/temperature/useTop.js +1 -1
  19. package/es/components/fabric-chart/src/hooks/useDraw.d.ts +1 -1
  20. package/es/components/fabric-chart/src/hooks/useDraw.js +1 -1
  21. package/es/components/fabric-chart/src/hooks/useGrid.d.ts +1 -1
  22. package/es/components/fabric-chart/src/hooks/useGrid.js +1 -1
  23. package/es/components/fabric-chart/src/interface.d.ts +0 -13
  24. package/es/components/fabric-chart/src/utils/index.d.ts +1 -2
  25. package/es/components/fabric-chart/src/utils/index.js +1 -1
  26. package/es/components/field-set/index.d.ts +38 -157
  27. package/es/components/field-set/src/FieldSet.vue.d.ts +23 -160
  28. package/es/components/field-set/src/FieldSet.vue2.js +1 -1
  29. package/es/components/field-set/src/types/index.d.ts +0 -1
  30. package/es/components/field-set/style/index.css +1 -1
  31. package/es/components/form-config/index.d.ts +48 -3561
  32. package/es/components/form-config/src/FormConfig.vue.d.ts +48 -3561
  33. package/es/components/form-config/src/FormConfig.vue2.js +1 -1
  34. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +4 -31
  35. package/es/components/form-config/src/components/FormConfigDragDisplay.vue2.js +1 -1
  36. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +4 -33
  37. package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +1 -11
  38. package/es/components/form-config/src/components/FormConfigMaterialItem.js +1 -1
  39. package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +0 -2
  40. package/es/components/form-config/src/components/renderer/DefaultNode.vue2.js +1 -1
  41. package/es/components/form-config/src/constants/index.d.ts +0 -1
  42. package/es/components/form-config/src/constants/index.js +1 -1
  43. package/es/components/form-config/src/hooks/useSortalbeConfig.js +1 -1
  44. package/es/components/form-config/src/types/index.d.ts +0 -2
  45. package/es/components/form-config/style/index.css +1 -1
  46. package/es/components/form-render/index.d.ts +4 -31
  47. package/es/components/form-render/src/FormRender.vue.d.ts +4 -31
  48. package/es/components/form-render/src/FormRender.vue2.js +1 -1
  49. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +4 -31
  50. package/es/components/form-render/src/components/renderer/combination.d.ts +5 -5
  51. package/es/components/form-render/src/components/renderer/combination.js +1 -1
  52. package/es/components/form-render/src/components/renderer/jsonCombination/index.d.ts +5 -5
  53. package/es/components/form-render/src/components/renderer/jsonCombination/index.js +1 -1
  54. package/es/components/form-render/src/components/renderer/levelSearchCascader.js +1 -1
  55. package/es/components/form-render/src/constants/index.d.ts +0 -2
  56. package/es/components/form-render/src/constants/index.js +1 -1
  57. package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
  58. package/es/components/form-render/src/hooks/useFormAsyncQueue.d.ts +1 -1
  59. package/es/components/form-render/src/hooks/useFormAsyncQueue.js +1 -1
  60. package/es/components/form-render/src/hooks/useFormContext.js +1 -1
  61. package/es/components/form-render/src/hooks/useFormRenderLifeCycle.d.ts +1 -3
  62. package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +1 -1
  63. package/es/components/form-render/src/hooks/useFormRenderOptions.js +1 -1
  64. package/es/components/form-render/src/hooks/useNuiThemeOverrides.js +1 -1
  65. package/es/components/form-render/src/types/index.d.ts +0 -2
  66. package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin/index.js +1 -1
  67. package/es/components/index.css +1 -1
  68. package/es/components/info-header/index.d.ts +10 -72
  69. package/es/components/info-header/src/InfoHeader.vue.d.ts +10 -72
  70. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +4 -31
  71. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +4 -31
  72. package/es/components/keyboard/index.d.ts +1 -1
  73. package/es/components/keyboard/src/Keyboard.vue.d.ts +1 -1
  74. package/es/components/quick-search/index.d.ts +0 -2
  75. package/es/components/quick-search/src/index.vue.d.ts +0 -2
  76. package/es/components/quick-search/style/index.css +1 -1
  77. package/es/components/recommend-search/index.d.ts +2 -2
  78. package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +2 -2
  79. package/es/components/recommend-search/src/components/BaseSearch.d.ts +1 -1
  80. package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +1 -1
  81. package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +1 -1
  82. package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
  83. package/es/components/search-cascader/index.d.ts +3 -16
  84. package/es/components/search-cascader/src/SearchCascader.vue.d.ts +3 -16
  85. package/es/components/search-cascader/src/SearchCascader.vue2.js +1 -1
  86. package/es/components/search-cascader/src/hooks/index.d.ts +1 -0
  87. package/es/components/search-cascader/src/hooks/index.js +1 -0
  88. package/es/components/search-cascader/src/hooks/useCssVariable.d.ts +3 -0
  89. package/es/components/search-cascader/src/hooks/useCssVariable.js +1 -0
  90. package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
  91. package/es/components/select-person/src/SearchMultiple.vue.d.ts +6 -0
  92. package/es/components/shortcut-setter/index.d.ts +4 -31
  93. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +4 -31
  94. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +10 -165
  95. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +1 -1
  96. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +1 -16
  97. package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +1 -1
  98. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +0 -18
  99. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +1 -1
  100. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +10 -128
  101. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +1 -1
  102. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +0 -1
  103. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +1 -1
  104. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +10 -163
  105. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +10 -165
  106. package/es/components/table-filter/src/components/render-widget/basicData.d.ts +4 -0
  107. package/es/components/table-filter/src/components/render-widget/basicData.js +1 -0
  108. package/es/components/table-filter/src/components/render-widget/components/{DateOut.vue.d.ts → Date.vue.d.ts} +2 -21
  109. package/es/components/table-filter/src/components/render-widget/components/Date.vue.js +1 -0
  110. package/es/components/table-filter/src/components/render-widget/components/Date.vue2.js +1 -0
  111. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +5 -99
  112. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +1 -1
  113. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +9 -13
  114. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +1 -1
  115. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +5 -7
  116. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +1 -1
  117. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +5 -6
  118. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +1 -1
  119. package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +25 -15
  120. package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +1 -1
  121. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +25 -520
  122. package/es/components/table-filter/src/components/render-widget/components/index.js +1 -1
  123. package/es/components/table-filter/src/components/render-widget/enums.d.ts +3 -10
  124. package/es/components/table-filter/src/components/render-widget/enums.js +1 -1
  125. package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.d.ts +6 -2
  126. package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +1 -1
  127. package/es/components/table-filter/src/components/render-widget/index.vue.js +1 -1
  128. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +24 -548
  129. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
  130. package/es/components/table-filter/src/hooks/useAdvanced.d.ts +0 -2
  131. package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
  132. package/es/components/table-filter/src/hooks/useRenderWidget.js +1 -1
  133. package/es/components/table-filter/src/tool/baseOptions.js +1 -1
  134. package/es/components/table-filter/src/types/enums.d.ts +0 -2
  135. package/es/components/table-filter/src/types/enums.js +1 -1
  136. package/es/env.d.ts +25 -25
  137. package/es/shared/assets/img/failure.png.js +1 -1
  138. package/es/shared/assets/img/no-permission.png.js +1 -1
  139. package/es/shared/assets/img/nodata.png.js +1 -1
  140. package/es/shared/assets/img/notfound.png.js +1 -1
  141. package/es/shared/assets/img/qr.png.js +1 -1
  142. package/es/shared/assets/img/success.png.js +1 -1
  143. package/es/shared/assets/img/video.png.js +1 -1
  144. package/es/shared/assets/img/video_default_cover.png.js +1 -1
  145. package/es/shared/assets/img/xb_big.png.js +1 -1
  146. package/es/shared/assets/img/xb_small.png.js +1 -1
  147. package/es/shared/hooks/useAsyncQueue.d.ts +1 -3
  148. package/es/shared/hooks/useAsyncQueue.js +1 -1
  149. package/es/shared/package.json.js +1 -1
  150. package/package.json +2 -2
  151. package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  152. package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
  153. package/es/components/bpmn-workflow/types/ModelingModule.d.ts +0 -1
  154. package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
  155. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/index.d.ts +0 -2
  156. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/index.js +0 -1
  157. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.d.ts +0 -4
  158. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +0 -1
  159. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.d.ts +0 -4
  160. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +0 -1
  161. package/es/components/field-set/src/components/Row.vue.d.ts +0 -132
  162. package/es/components/field-set/src/components/Row.vue.js +0 -1
  163. package/es/components/field-set/src/components/Row.vue2.js +0 -1
  164. package/es/components/field-set/src/utils/index.d.ts +0 -7
  165. package/es/components/field-set/src/utils/index.js +0 -1
  166. package/es/components/form-render/src/components/renderer/dist/levelSearchCascader.d.ts +0 -77
  167. package/es/components/form-render/src/components/renderer/dist/searchCascade.d.ts +0 -93
  168. package/es/components/iho-table/src/plugins/dist/highLightSetPlugin.d.ts +0 -3
  169. package/es/components/iho-table/src/plugins/filterRenderPlugin/dist/index.d.ts +0 -3
  170. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/dist/index.d.ts +0 -3
  171. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/dist/defaultRendererPlugin.d.ts +0 -3
  172. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/dist/seqRendererPlugin.d.ts +0 -3
  173. package/es/components/iho-table/src/plugins/varialbleHeightPlugin/dist/index.d.ts +0 -3
  174. package/es/components/iho-table/src/utils/dist/index.d.ts +0 -44
  175. package/es/components/scale-view/src/components/formitem/dist/r-address.d.ts +0 -36
  176. package/es/components/scale-view/src/components/formitem/dist/r-sign.d.ts +0 -36
  177. package/es/components/scale-view/src/components/formitem/dist/standard-modal.d.ts +0 -82
  178. package/es/components/search-cascader/src/components/dist/SearchMenu.d.ts +0 -57
  179. package/es/components/search-cascader/src/components/dist/SearchMenu1.d.ts +0 -57
  180. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic1.vue.d.ts +0 -61
  181. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +0 -218
  182. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.js +0 -1
  183. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +0 -1
  184. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.js +0 -1
  185. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +0 -1
  186. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +0 -71
  187. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.js +0 -1
  188. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +0 -1
  189. package/es/components/table-filter/src/components/render-widget/components/Select1.vue.d.ts +0 -45
  190. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +0 -175
  191. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.js +0 -1
  192. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +0 -1
  193. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +0 -114
  194. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.js +0 -1
  195. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +0 -1
  196. package/es/components/table-filter/src/components/render-widget/helpers/dateDisabled.d.ts +0 -27
  197. package/es/components/table-filter/src/components/render-widget/helpers/dateDisabled.js +0 -1
  198. package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.d.ts +0 -55
  199. package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +0 -1
  200. package/es/components/table-filter/src/components/render-widget/helpers/enums.d.ts +0 -56
  201. package/es/components/table-filter/src/components/render-widget/helpers/enums.js +0 -1
  202. package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +0 -86
  203. package/es/shared/utils/fabricjs/index.d.ts +0 -6823
  204. package/es/shared/utils/tapable/index.d.ts +0 -139
@@ -21,68 +21,11 @@ export declare const WidgetCfgMaps: Map<string, {
21
21
  value: {
22
22
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
23
23
  };
24
- componentCfg: {
25
- type: ObjectConstructor;
26
- };
27
- }, {
28
- $attrs: {
29
- [x: string]: unknown;
30
- };
31
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
32
- value: {
33
- type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
34
- };
35
- componentCfg: {
36
- type: ObjectConstructor;
37
- };
38
- }>> & {
39
- "onUpdate:value"?: ((...args: any[]) => any) | undefined;
40
- }>>;
41
- emit: (event: "update:value", ...args: any[]) => void;
42
- valueCp: import("vue").WritableComputedRef<any>;
43
- NSelect: any;
44
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
45
- value: {
46
- type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
47
- };
48
- componentCfg: {
49
- type: ObjectConstructor;
50
- };
51
- }>> & {
52
- "onUpdate:value"?: ((...args: any[]) => any) | undefined;
53
- }, {}>;
54
- props: {
55
- clearable: boolean;
56
- filterable: boolean;
57
- multiple: boolean;
58
- maxTagCount: string;
59
- type?: undefined;
60
- valueFormat?: undefined;
61
- };
62
- eventsBySearch: {
63
- name: string;
64
- handler(e: KeyboardEvent, search: funcVoid, props: any): void;
65
- }[];
66
- handlerProps(props: any, { valueList, multiple, title }?: any): any;
67
- setDefaultValue: (defaultValue: any) => any;
68
- style?: undefined;
69
- } | {
70
- component: import("vue").DefineComponent<{
71
- value: {
72
- type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
73
- };
74
- componentCfg: {
75
- type: ObjectConstructor;
76
- };
77
24
  }, {
78
- message: import("naive-ui").MessageApi;
79
25
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
80
26
  value: {
81
27
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
82
28
  };
83
- componentCfg: {
84
- type: ObjectConstructor;
85
- };
86
29
  }>> & {
87
30
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
88
31
  onChangeInitState?: ((...args: any[]) => any) | undefined;
@@ -92,151 +35,27 @@ export declare const WidgetCfgMaps: Map<string, {
92
35
  [x: string]: unknown;
93
36
  };
94
37
  emit: (event: "update:value" | "changeInitState", ...args: any[]) => void;
38
+ selectOptions: import("vue").Ref<any[]>;
39
+ isRemote: import("vue").Ref<boolean>;
95
40
  isLoading: import("vue").Ref<boolean>;
96
41
  filterApiConfig: import("../../../..").AnyObject;
97
- curPage: import("vue").Ref<number>;
98
- fieldTitleList: import("vue").Ref<any>;
99
- selectOptions: import("vue").Ref<any[]>;
100
- keywordVal: import("vue").Ref<any>;
101
- totalPage: import("vue").Ref<number>;
102
- menuProps: {
103
- class: string;
104
- };
105
- isMultiple: import("vue").ComputedRef<unknown>;
106
- dynamicOptionInfos: import("vue").ComputedRef<any>;
107
- isLastPage: import("vue").ComputedRef<boolean>;
108
- valueCp: import("vue").ComputedRef<string | number | any[] | null>;
109
- setOptionActive: (selectIds: string[]) => void;
110
- handleUpdateSelect: (value: string[] | null) => void;
111
- handleUpdatePage: (page: number) => Promise<void>;
112
- getOptionsData: (keyword: string, curPage: number) => Promise<any>;
42
+ valueCp: import("vue").WritableComputedRef<unknown>;
43
+ searchOptions: (keyword: string) => Promise<any>;
113
44
  _handleSearch: (query: string) => Promise<void>;
114
45
  handleSearch: (query: string) => Promise<void>;
115
46
  handleInitData: () => Promise<void>;
116
- handleClear: () => Promise<void>;
47
+ renderLabel: (option: import("naive-ui").SelectOption) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
48
+ [key: string]: any;
49
+ }>;
117
50
  renderTag: ({ option, handleClose }: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
118
51
  [key: string]: any;
119
52
  }>;
120
53
  init: () => Promise<void>;
121
54
  NSelect: any;
122
- SelectDynamicOption: import("vue").DefineComponent<{
123
- dynamicOptionInfo: {
124
- type: import("vue").PropType<import("../../../..").AnyObject>;
125
- default: () => {};
126
- };
127
- fieldTitleList: {
128
- type: import("vue").PropType<import("../../../..").AnyObject[]>;
129
- default: () => never[];
130
- };
131
- optionList: {
132
- type: import("vue").PropType<import("../../../..").AnyObject[]>;
133
- default: () => never[];
134
- };
135
- isMultiple: {
136
- type: BooleanConstructor;
137
- default: boolean;
138
- };
139
- curPage: {
140
- type: NumberConstructor;
141
- default: number;
142
- };
143
- isLastPage: {
144
- type: BooleanConstructor;
145
- default: boolean;
146
- };
147
- }, {
148
- selectMinWidth: number;
149
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
150
- dynamicOptionInfo: {
151
- type: import("vue").PropType<import("../../../..").AnyObject>;
152
- default: () => {};
153
- };
154
- fieldTitleList: {
155
- type: import("vue").PropType<import("../../../..").AnyObject[]>;
156
- default: () => never[];
157
- };
158
- optionList: {
159
- type: import("vue").PropType<import("../../../..").AnyObject[]>;
160
- default: () => never[];
161
- };
162
- isMultiple: {
163
- type: BooleanConstructor;
164
- default: boolean;
165
- };
166
- curPage: {
167
- type: NumberConstructor;
168
- default: number;
169
- };
170
- isLastPage: {
171
- type: BooleanConstructor;
172
- default: boolean;
173
- };
174
- }>> & {
175
- onUpdateSelect?: ((...args: any[]) => any) | undefined;
176
- onUpdatePage?: ((...args: any[]) => any) | undefined;
177
- }>>;
178
- emit: (event: "updateSelect" | "updatePage", ...args: any[]) => void;
179
- dragEndWidth: import("vue").Ref<number>;
180
- showKeys: import("vue").ComputedRef<any>;
181
- titleList: import("vue").ComputedRef<string[]>;
182
- handleSelect: (option: any) => void;
183
- searchByPage: (onePage: number) => void;
184
- changeWidth: ({ distance }: any) => void;
185
- saveWidth: () => void;
186
- NEmpty: any;
187
- NButtonGroup: any;
188
- NButton: any;
189
- NIcon: any;
190
- NPopover: any;
191
- vFlexibleResize: {
192
- mounted(el: any, { value }: any): void;
193
- beforeUnmount(el: any): void;
194
- };
195
- 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<{}>>, {}>;
196
- 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<{}>>, {}>;
197
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
198
- dynamicOptionInfo: {
199
- type: import("vue").PropType<import("../../../..").AnyObject>;
200
- default: () => {};
201
- };
202
- fieldTitleList: {
203
- type: import("vue").PropType<import("../../../..").AnyObject[]>;
204
- default: () => never[];
205
- };
206
- optionList: {
207
- type: import("vue").PropType<import("../../../..").AnyObject[]>;
208
- default: () => never[];
209
- };
210
- isMultiple: {
211
- type: BooleanConstructor;
212
- default: boolean;
213
- };
214
- curPage: {
215
- type: NumberConstructor;
216
- default: number;
217
- };
218
- isLastPage: {
219
- type: BooleanConstructor;
220
- default: boolean;
221
- };
222
- }>> & {
223
- onUpdateSelect?: ((...args: any[]) => any) | undefined;
224
- onUpdatePage?: ((...args: any[]) => any) | undefined;
225
- }, {
226
- dynamicOptionInfo: import("../../../..").AnyObject;
227
- fieldTitleList: import("../../../..").AnyObject[];
228
- optionList: import("../../../..").AnyObject[];
229
- isMultiple: boolean;
230
- curPage: number;
231
- isLastPage: boolean;
232
- }>;
233
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<{
234
56
  value: {
235
57
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
236
58
  };
237
- componentCfg: {
238
- type: ObjectConstructor;
239
- };
240
59
  }>> & {
241
60
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
242
61
  onChangeInitState?: ((...args: any[]) => any) | undefined;
@@ -258,236 +77,6 @@ export declare const WidgetCfgMaps: Map<string, {
258
77
  style?: undefined;
259
78
  } | {
260
79
  component: import("vue").DefineComponent<{
261
- componentCfg: {
262
- type: import("vue").PropType<import("../../../..").AnyObject>;
263
- };
264
- type: {
265
- type: import("vue").PropType<"date" | "datetime">;
266
- default: string;
267
- };
268
- clearable: {
269
- type: BooleanConstructor;
270
- default: boolean;
271
- };
272
- valueFormat: {
273
- type: StringConstructor;
274
- default: string;
275
- };
276
- placeholder: {
277
- type: StringConstructor;
278
- default: string;
279
- };
280
- value: {
281
- type: StringConstructor;
282
- default: string;
283
- };
284
- }, {
285
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
286
- componentCfg: {
287
- type: import("vue").PropType<import("../../../..").AnyObject>;
288
- };
289
- type: {
290
- type: import("vue").PropType<"date" | "datetime">;
291
- default: string;
292
- };
293
- clearable: {
294
- type: BooleanConstructor;
295
- default: boolean;
296
- };
297
- valueFormat: {
298
- type: StringConstructor;
299
- default: string;
300
- };
301
- placeholder: {
302
- type: StringConstructor;
303
- default: string;
304
- };
305
- value: {
306
- type: StringConstructor;
307
- default: string;
308
- };
309
- }>> & {
310
- "onUpdate:value"?: ((...args: any[]) => any) | undefined;
311
- }>>;
312
- emit: (event: "update:value", ...args: any[]) => void;
313
- valueCp: import("vue").Ref<any>;
314
- isShowDateRange: import("vue").Ref<boolean>;
315
- radioValue: import("vue").Ref<string>;
316
- dateFormat: import("vue").ComputedRef<string>;
317
- showTabStr: import("vue").ComputedRef<string>;
318
- optionSetting: import("vue").ComputedRef<any>;
319
- isPastTime: import("vue").ComputedRef<boolean>;
320
- isFutureTime: import("vue").ComputedRef<boolean>;
321
- onlyRadio: import("vue").ComputedRef<boolean>;
322
- defaultTime: import("vue").ComputedRef<string>;
323
- changeDateShowType: () => void;
324
- handleClickQuickBtn: (result: string) => void;
325
- changeRadioValue: (value: string) => void;
326
- handleChange: (val: any) => void;
327
- isDateDisabled: (ts: number) => boolean;
328
- timeDisabled: (ts: number) => {
329
- isHourDisabled(hour: number): boolean | undefined;
330
- isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
331
- isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
332
- };
333
- init: () => void;
334
- NButton: any;
335
- CDatePicker: import("../../../..").SFCWithInstall<import("vue").DefineComponent<{
336
- updateUnchangedValue: {
337
- type: BooleanConstructor;
338
- };
339
- onConfirm: {
340
- type: FunctionConstructor;
341
- };
342
- }, {
343
- attrs: {
344
- [x: string]: unknown;
345
- };
346
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
347
- updateUnchangedValue: {
348
- type: BooleanConstructor;
349
- };
350
- onConfirm: {
351
- type: FunctionConstructor;
352
- };
353
- }>> & {}>>;
354
- datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
355
- panelInstRef: import("vue").Ref<null>;
356
- isDateTime: import("vue").ComputedRef<boolean>;
357
- formatRef: import("vue").ComputedRef<string>;
358
- panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
359
- focus: () => any;
360
- blur: () => any;
361
- onUpdateShow: (show: boolean) => void;
362
- onConfirm: (...args: any[]) => void;
363
- NDatePicker: any;
364
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
365
- updateUnchangedValue: {
366
- type: BooleanConstructor;
367
- };
368
- onConfirm: {
369
- type: FunctionConstructor;
370
- };
371
- }>>, {
372
- updateUnchangedValue: boolean;
373
- }>>;
374
- DateQuickBtn: import("vue").DefineComponent<{
375
- componentCfg: {
376
- type: import("vue").PropType<import("../../../..").AnyObject>;
377
- };
378
- type: {
379
- type: import("vue").PropType<"date" | "datetime">;
380
- default: string;
381
- };
382
- dateFormat: {
383
- type: StringConstructor;
384
- default: string;
385
- };
386
- radioValue: {
387
- type: StringConstructor;
388
- default: string;
389
- };
390
- }, {
391
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
392
- componentCfg: {
393
- type: import("vue").PropType<import("../../../..").AnyObject>;
394
- };
395
- type: {
396
- type: import("vue").PropType<"date" | "datetime">;
397
- default: string;
398
- };
399
- dateFormat: {
400
- type: StringConstructor;
401
- default: string;
402
- };
403
- radioValue: {
404
- type: StringConstructor;
405
- default: string;
406
- };
407
- }>> & {
408
- onClickQuickBtn?: ((...args: any[]) => any) | undefined;
409
- onChangeRadioValue?: ((...args: any[]) => any) | undefined;
410
- }>>;
411
- emit: (event: "clickQuickBtn" | "changeRadioValue", ...args: any[]) => void;
412
- dateList: import("vue").Ref<any[]>;
413
- optionSetting: import("vue").ComputedRef<any>;
414
- isRange: import("vue").ComputedRef<any>;
415
- initData: () => void;
416
- handleRadioClick: (value: string) => void;
417
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clickQuickBtn" | "changeRadioValue")[], "clickQuickBtn" | "changeRadioValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
418
- componentCfg: {
419
- type: import("vue").PropType<import("../../../..").AnyObject>;
420
- };
421
- type: {
422
- type: import("vue").PropType<"date" | "datetime">;
423
- default: string;
424
- };
425
- dateFormat: {
426
- type: StringConstructor;
427
- default: string;
428
- };
429
- radioValue: {
430
- type: StringConstructor;
431
- default: string;
432
- };
433
- }>> & {
434
- onClickQuickBtn?: ((...args: any[]) => any) | undefined;
435
- onChangeRadioValue?: ((...args: any[]) => any) | undefined;
436
- }, {
437
- type: "date" | "datetime";
438
- dateFormat: string;
439
- radioValue: string;
440
- }>;
441
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
442
- componentCfg: {
443
- type: import("vue").PropType<import("../../../..").AnyObject>;
444
- };
445
- type: {
446
- type: import("vue").PropType<"date" | "datetime">;
447
- default: string;
448
- };
449
- clearable: {
450
- type: BooleanConstructor;
451
- default: boolean;
452
- };
453
- valueFormat: {
454
- type: StringConstructor;
455
- default: string;
456
- };
457
- placeholder: {
458
- type: StringConstructor;
459
- default: string;
460
- };
461
- value: {
462
- type: StringConstructor;
463
- default: string;
464
- };
465
- }>> & {
466
- "onUpdate:value"?: ((...args: any[]) => any) | undefined;
467
- }, {
468
- type: "date" | "datetime";
469
- value: string;
470
- placeholder: string;
471
- clearable: boolean;
472
- valueFormat: string;
473
- }>;
474
- props: {
475
- type: string;
476
- clearable: boolean;
477
- valueFormat: string;
478
- filterable?: undefined;
479
- multiple?: undefined;
480
- maxTagCount?: undefined;
481
- };
482
- handlerProps(props: any, data?: any): any;
483
- setDefaultValue: (defaultValue: any) => any;
484
- eventsBySearch?: undefined;
485
- style?: undefined;
486
- } | {
487
- component: import("vue").DefineComponent<{
488
- componentCfg: {
489
- type: import("vue").PropType<import("../../../..").AnyObject>;
490
- };
491
80
  type: {
492
81
  type: import("vue").PropType<"date" | "datetime">;
493
82
  default: string;
@@ -510,9 +99,6 @@ export declare const WidgetCfgMaps: Map<string, {
510
99
  };
511
100
  }, {
512
101
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
513
- componentCfg: {
514
- type: import("vue").PropType<import("../../../..").AnyObject>;
515
- };
516
102
  type: {
517
103
  type: import("vue").PropType<"date" | "datetime">;
518
104
  default: string;
@@ -538,17 +124,8 @@ export declare const WidgetCfgMaps: Map<string, {
538
124
  }>>;
539
125
  emit: (event: "update:value", ...args: any[]) => void;
540
126
  valueCp: import("vue").Ref<any>;
541
- rangeShortcuts: import("vue").Ref<any>;
542
127
  dateFormat: import("vue").ComputedRef<string>;
543
- optionSetting: import("vue").ComputedRef<any>;
544
128
  handleChange: (val: any) => void;
545
- isDateDisabled: (ts: number) => boolean;
546
- timeDisabled: (ts: number) => {
547
- isHourDisabled(hour: number): boolean | undefined;
548
- isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
549
- isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
550
- };
551
- init: () => void;
552
129
  CDatePicker: import("../../../..").SFCWithInstall<import("vue").DefineComponent<{
553
130
  updateUnchangedValue: {
554
131
  type: BooleanConstructor;
@@ -589,9 +166,6 @@ export declare const WidgetCfgMaps: Map<string, {
589
166
  updateUnchangedValue: boolean;
590
167
  }>>;
591
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<{
592
- componentCfg: {
593
- type: import("vue").PropType<import("../../../..").AnyObject>;
594
- };
595
169
  type: {
596
170
  type: import("vue").PropType<"date" | "datetime">;
597
171
  default: string;
@@ -635,9 +209,6 @@ export declare const WidgetCfgMaps: Map<string, {
635
209
  style?: undefined;
636
210
  } | {
637
211
  component: import("vue").DefineComponent<{
638
- componentCfg: {
639
- type: import("vue").PropType<import("../../../..").AnyObject>;
640
- };
641
212
  type: {
642
213
  type: import("vue").PropType<"date" | "datetime">;
643
214
  default: string;
@@ -664,9 +235,6 @@ export declare const WidgetCfgMaps: Map<string, {
664
235
  };
665
236
  }, {
666
237
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
667
- componentCfg: {
668
- type: import("vue").PropType<import("../../../..").AnyObject>;
669
- };
670
238
  type: {
671
239
  type: import("vue").PropType<"date" | "datetime">;
672
240
  default: string;
@@ -695,35 +263,18 @@ export declare const WidgetCfgMaps: Map<string, {
695
263
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
696
264
  }>>;
697
265
  emit: (event: "update:value", ...args: any[]) => void;
266
+ dateList: import("vue").Ref<any[]>;
698
267
  isShowDateRange: import("vue").Ref<boolean>;
699
268
  radioValue: import("vue").Ref<string>;
700
269
  startDate: import("vue").Ref<any>;
701
270
  endDate: import("vue").Ref<any>;
702
- optionSetting: import("vue").ComputedRef<any>;
703
- onlyRadio: import("vue").ComputedRef<boolean>;
704
- isPastTime: import("vue").ComputedRef<boolean>;
705
- isFutureTime: import("vue").ComputedRef<boolean>;
706
271
  dateFormat: import("vue").ComputedRef<string>;
707
272
  showTabStr: import("vue").ComputedRef<string>;
708
- startDefault: import("vue").ComputedRef<string>;
709
- endDefault: import("vue").ComputedRef<string>;
710
- handleClickQuickBtn: (result: string) => void;
711
- changeRadioValue: (value: string) => void;
712
- changeDateShowType: () => void;
273
+ initData: () => void;
274
+ handleRadioClick: (value: string) => void;
713
275
  handleChange: (val: any, type: "end" | "start") => void;
714
276
  isStartDateDisabled: (ts: number) => boolean;
715
- timeStartDisabled: (ts: number) => {
716
- isHourDisabled(hour: number): boolean | 0;
717
- isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
718
- isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
719
- };
720
277
  isEndDateDisabled: (ts: number) => boolean;
721
- timeEndDisabled: (ts: number) => {
722
- isHourDisabled(hour: number): boolean | 0;
723
- isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
724
- isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
725
- };
726
- init: () => void;
727
278
  NButton: any;
728
279
  CDatePicker: import("../../../..").SFCWithInstall<import("vue").DefineComponent<{
729
280
  updateUnchangedValue: {
@@ -764,77 +315,7 @@ export declare const WidgetCfgMaps: Map<string, {
764
315
  }>>, {
765
316
  updateUnchangedValue: boolean;
766
317
  }>>;
767
- DateQuickBtn: import("vue").DefineComponent<{
768
- componentCfg: {
769
- type: import("vue").PropType<import("../../../..").AnyObject>;
770
- };
771
- type: {
772
- type: import("vue").PropType<"date" | "datetime">;
773
- default: string;
774
- };
775
- dateFormat: {
776
- type: StringConstructor;
777
- default: string;
778
- };
779
- radioValue: {
780
- type: StringConstructor;
781
- default: string;
782
- };
783
- }, {
784
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
785
- componentCfg: {
786
- type: import("vue").PropType<import("../../../..").AnyObject>;
787
- };
788
- type: {
789
- type: import("vue").PropType<"date" | "datetime">;
790
- default: string;
791
- };
792
- dateFormat: {
793
- type: StringConstructor;
794
- default: string;
795
- };
796
- radioValue: {
797
- type: StringConstructor;
798
- default: string;
799
- };
800
- }>> & {
801
- onClickQuickBtn?: ((...args: any[]) => any) | undefined;
802
- onChangeRadioValue?: ((...args: any[]) => any) | undefined;
803
- }>>;
804
- emit: (event: "clickQuickBtn" | "changeRadioValue", ...args: any[]) => void;
805
- dateList: import("vue").Ref<any[]>;
806
- optionSetting: import("vue").ComputedRef<any>;
807
- isRange: import("vue").ComputedRef<any>;
808
- initData: () => void;
809
- handleRadioClick: (value: string) => void;
810
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clickQuickBtn" | "changeRadioValue")[], "clickQuickBtn" | "changeRadioValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
811
- componentCfg: {
812
- type: import("vue").PropType<import("../../../..").AnyObject>;
813
- };
814
- type: {
815
- type: import("vue").PropType<"date" | "datetime">;
816
- default: string;
817
- };
818
- dateFormat: {
819
- type: StringConstructor;
820
- default: string;
821
- };
822
- radioValue: {
823
- type: StringConstructor;
824
- default: string;
825
- };
826
- }>> & {
827
- onClickQuickBtn?: ((...args: any[]) => any) | undefined;
828
- onChangeRadioValue?: ((...args: any[]) => any) | undefined;
829
- }, {
830
- type: "date" | "datetime";
831
- dateFormat: string;
832
- radioValue: string;
833
- }>;
834
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<{
835
- componentCfg: {
836
- type: import("vue").PropType<import("../../../..").AnyObject>;
837
- };
838
319
  type: {
839
320
  type: import("vue").PropType<"date" | "datetime">;
840
321
  default: string;
@@ -938,17 +419,14 @@ export declare const WidgetCfgMaps: Map<string, {
938
419
  }>>;
939
420
  emit: (event: "update:value", ...args: any[]) => void;
940
421
  valueCp: import("vue").Ref<any>;
941
- rangeShortcuts: import("vue").Ref<any>;
942
422
  dateFormat: import("vue").ComputedRef<string>;
943
- optionSetting: import("vue").ComputedRef<any>;
944
- handleChange: (val: any) => void;
945
- isDateDisabled: (ts: number) => boolean;
946
- timeDisabled: (ts: number) => {
947
- isHourDisabled(hour: number): boolean | undefined;
948
- isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
949
- isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
423
+ rangeShortcuts: {
424
+ 今天: number[];
425
+ 昨天: number[];
426
+ 近一周: number[];
427
+ 近一月: number[];
950
428
  };
951
- init: () => void;
429
+ handleChange: (val: any) => void;
952
430
  CDatePicker: import("../../../..").SFCWithInstall<import("vue").DefineComponent<{
953
431
  updateUnchangedValue: {
954
432
  type: BooleanConstructor;
@@ -1018,10 +496,10 @@ export declare const WidgetCfgMaps: Map<string, {
1018
496
  }, {
1019
497
  type: "datetimerange" | "daterange";
1020
498
  value: string;
1021
- componentCfg: Record<string, any>;
1022
499
  clearable: boolean;
1023
500
  startPlaceholder: string;
1024
501
  endPlaceholder: string;
502
+ componentCfg: Record<string, any>;
1025
503
  }>;
1026
504
  props: {
1027
505
  type: string;
@@ -1032,7 +510,7 @@ export declare const WidgetCfgMaps: Map<string, {
1032
510
  maxTagCount?: undefined;
1033
511
  };
1034
512
  handlerProps(props: any, data?: any): any;
1035
- setDefaultValue(defaultValue: any, defValueUnit: any, optionSetting?: string): any;
513
+ setDefaultValue(defaultValue: any, defValueUnit: any): any;
1036
514
  eventsBySearch?: undefined;
1037
515
  style?: undefined;
1038
516
  } | {
@@ -1154,7 +632,7 @@ export declare const WidgetCfgMaps: Map<string, {
1154
632
  } | {
1155
633
  component: import("vue").DefineComponent<{
1156
634
  componentCfg: {
1157
- type: import("vue").PropType<import("../../../..").AnyObject>;
635
+ type: import("vue").PropType<import("../../../../../../es/components/table-filter/src/types").ISearchType>;
1158
636
  };
1159
637
  value: {
1160
638
  type: StringConstructor;
@@ -1162,11 +640,10 @@ export declare const WidgetCfgMaps: Map<string, {
1162
640
  };
1163
641
  }, {
1164
642
  handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
1165
- message: import("naive-ui").MessageApi;
1166
643
  baseActiveColor: string;
1167
644
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1168
645
  componentCfg: {
1169
- type: import("vue").PropType<import("../../../..").AnyObject>;
646
+ type: import("vue").PropType<import("../../../../../../es/components/table-filter/src/types").ISearchType>;
1170
647
  };
1171
648
  value: {
1172
649
  type: StringConstructor;
@@ -1201,7 +678,7 @@ export declare const WidgetCfgMaps: Map<string, {
1201
678
  };
1202
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<{
1203
680
  componentCfg: {
1204
- type: import("vue").PropType<import("../../../..").AnyObject>;
681
+ type: import("vue").PropType<import("../../../../../../es/components/table-filter/src/types").ISearchType>;
1205
682
  };
1206
683
  value: {
1207
684
  type: StringConstructor;
@@ -1227,7 +704,7 @@ export declare const WidgetCfgMaps: Map<string, {
1227
704
  } | {
1228
705
  component: import("vue").DefineComponent<{
1229
706
  componentCfg: {
1230
- type: import("vue").PropType<import("../../../..").AnyObject>;
707
+ type: import("vue").PropType<import("../../../../../../es/components/table-filter/src/types").ISearchType>;
1231
708
  };
1232
709
  value: {
1233
710
  type: StringConstructor;
@@ -1238,10 +715,9 @@ export declare const WidgetCfgMaps: Map<string, {
1238
715
  $attrs: {
1239
716
  [x: string]: unknown;
1240
717
  };
1241
- message: import("naive-ui").MessageApi;
1242
718
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1243
719
  componentCfg: {
1244
- type: import("vue").PropType<import("../../../..").AnyObject>;
720
+ type: import("vue").PropType<import("../../../../../../es/components/table-filter/src/types").ISearchType>;
1245
721
  };
1246
722
  value: {
1247
723
  type: StringConstructor;
@@ -1259,7 +735,7 @@ export declare const WidgetCfgMaps: Map<string, {
1259
735
  NSelect: any;
1260
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<{
1261
737
  componentCfg: {
1262
- type: import("vue").PropType<import("../../../..").AnyObject>;
738
+ type: import("vue").PropType<import("../../../../../../es/components/table-filter/src/types").ISearchType>;
1263
739
  };
1264
740
  value: {
1265
741
  type: StringConstructor;