cnhis-design-vue 3.1.44-release.5 → 3.1.45-3.1.45-release.0.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 (235) hide show
  1. package/README.md +87 -87
  2. package/es/components/base-search/index.d.ts +0 -6
  3. package/es/components/base-search/src/index.vue.d.ts +0 -6
  4. package/es/components/base-search/src/index.vue2.js +1 -1
  5. package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  6. package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +1 -0
  7. package/es/components/bpmn-workflow/types/ModelingModule.d.ts +1 -0
  8. package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +1 -0
  9. package/es/components/button-print/src/ButtonPrint.vue2.js +1 -1
  10. package/es/components/classification/index.d.ts +553 -75
  11. package/es/components/classification/src/components/search-filter/index.vue.d.ts +551 -61
  12. package/es/components/classification/src/components/search-filter/index.vue2.js +1 -1
  13. package/es/components/classification/src/components/set-classification/index.vue.d.ts +553 -75
  14. package/es/components/classification/src/components/set-classification/index.vue2.js +1 -1
  15. package/es/components/classification/src/components/table-modal/index.vue.d.ts +1 -1
  16. package/es/components/classification/src/const/index.d.ts +2 -2
  17. package/es/components/classification/src/index.vue.d.ts +553 -75
  18. package/es/components/classification/src/index.vue2.js +1 -1
  19. package/es/components/classification/style/index.css +1 -1
  20. package/es/components/fabric-chart/index.d.ts +5 -41
  21. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +5 -41
  22. package/es/components/fabric-chart/src/FabricChart.vue2.js +1 -1
  23. package/es/components/fabric-chart/src/hooks/{useBirthProcess.d.ts → birthProcess/useBirthProcess.d.ts} +2 -2
  24. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -0
  25. package/es/components/fabric-chart/src/hooks/{useBirthProcessChart.d.ts → birthProcess/useBirthProcessChart.d.ts} +3 -3
  26. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +1 -0
  27. package/es/components/fabric-chart/src/hooks/index.d.ts +5 -7
  28. package/es/components/fabric-chart/src/hooks/index.js +1 -1
  29. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +6 -0
  30. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +1 -0
  31. package/es/components/fabric-chart/src/hooks/temperature/index.d.ts +6 -0
  32. package/es/components/fabric-chart/src/hooks/temperature/index.js +1 -0
  33. package/es/components/fabric-chart/src/hooks/temperature/useBottom.d.ts +4 -0
  34. package/es/components/fabric-chart/src/hooks/temperature/useBottom.js +1 -0
  35. package/es/components/fabric-chart/src/hooks/{useCenter.d.ts → temperature/useCenter.d.ts} +3 -3
  36. package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -0
  37. package/es/components/fabric-chart/src/hooks/{useLeft.d.ts → temperature/useLeft.d.ts} +3 -3
  38. package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +1 -0
  39. package/es/components/fabric-chart/src/hooks/temperature/useOther.d.ts +4 -0
  40. package/es/components/fabric-chart/src/hooks/temperature/useOther.js +1 -0
  41. package/es/components/fabric-chart/src/hooks/temperature/useRight.d.ts +4 -0
  42. package/es/components/fabric-chart/src/hooks/temperature/useRight.js +1 -0
  43. package/es/components/fabric-chart/src/hooks/{useShadow.d.ts → temperature/useShadow.d.ts} +1 -1
  44. package/es/components/fabric-chart/src/hooks/temperature/useShadow.js +1 -0
  45. package/es/components/fabric-chart/src/hooks/{useTemperatureChart.d.ts → temperature/useTemperatureChart.d.ts} +3 -3
  46. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -0
  47. package/es/components/fabric-chart/src/hooks/temperature/useTop.d.ts +4 -0
  48. package/es/components/fabric-chart/src/hooks/temperature/useTop.js +1 -0
  49. package/es/components/fabric-chart/src/hooks/useCommon.d.ts +1 -1
  50. package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +1 -1
  51. package/es/components/fabric-chart/src/hooks/useDraw.d.ts +1 -1
  52. package/es/components/fabric-chart/src/hooks/useDraw.js +1 -1
  53. package/es/components/fabric-chart/src/hooks/useEvent.d.ts +1 -1
  54. package/es/components/fabric-chart/src/hooks/useEvent.js +1 -1
  55. package/es/components/fabric-chart/src/hooks/useGrid.d.ts +2 -2
  56. package/es/components/fabric-chart/src/hooks/useGrid.js +1 -1
  57. package/es/components/fabric-chart/src/hooks/useScaleColumn.d.ts +1 -1
  58. package/es/components/fabric-chart/src/hooks/useScaleColumn.js +1 -1
  59. package/es/components/fabric-chart/src/interface.d.ts +3 -3
  60. package/es/components/fabric-chart/src/utils/index.js +1 -1
  61. package/es/components/form-config/index.d.ts +0 -2
  62. package/es/components/form-config/src/FormConfig.vue.d.ts +0 -2
  63. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +0 -1
  64. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +0 -1
  65. package/es/components/form-render/index.d.ts +0 -1
  66. package/es/components/form-render/src/FormRender.vue.d.ts +0 -1
  67. package/es/components/form-render/src/FormRender.vue2.js +1 -1
  68. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +0 -1
  69. package/es/components/form-render/src/components/renderer/input.d.ts +4 -4
  70. package/es/components/form-render/src/components/renderer/input.js +1 -1
  71. package/es/components/form-render/src/components/renderer/inputNumber.d.ts +4 -4
  72. package/es/components/form-render/src/components/renderer/inputNumber.js +1 -1
  73. package/es/components/form-render/src/components/renderer/levelSearchCascader.js +1 -1
  74. package/es/components/form-render/src/types/index.d.ts +2 -0
  75. package/es/components/iho-table/index.d.ts +2 -0
  76. package/es/components/iho-table/src/IhoTable.vue.d.ts +2 -0
  77. package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +1 -0
  78. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +1 -1
  79. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.js +1 -1
  80. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.d.ts +3 -4
  81. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.js +1 -1
  82. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +1 -1
  83. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
  84. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue2.js +1 -1
  85. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +1 -1
  86. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +1 -1
  87. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.js +1 -1
  88. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/checkRendererPlugin.js +1 -1
  89. package/es/components/iho-table/src/types/index.d.ts +1 -0
  90. package/es/components/iho-table/style/index.css +1 -1
  91. package/es/components/index.css +1 -1
  92. package/es/components/index.d.ts +2 -1
  93. package/es/components/index.js +1 -1
  94. package/es/components/info-header/index.d.ts +8 -2
  95. package/es/components/info-header/src/InfoHeader.vue.d.ts +8 -2
  96. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +0 -1
  97. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +0 -1
  98. package/es/components/picture-clipper/index.d.ts +59 -0
  99. package/es/components/picture-clipper/index.js +1 -0
  100. package/es/components/picture-clipper/src/PictureClipper.vue.d.ts +59 -0
  101. package/es/components/picture-clipper/src/PictureClipper.vue.js +1 -0
  102. package/es/components/picture-clipper/src/PictureClipper.vue2.js +1 -0
  103. package/es/components/picture-clipper/style/index.css +1 -0
  104. package/es/components/quick-search/index.d.ts +0 -6
  105. package/es/components/quick-search/src/index.vue.d.ts +0 -6
  106. package/es/components/quick-search/src/index.vue2.js +1 -1
  107. package/es/components/quick-search/style/index.css +1 -1
  108. package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
  109. package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
  110. package/es/components/select-person/src/SearchMultiple.vue.d.ts +0 -6
  111. package/es/components/shortcut-setter/index.d.ts +0 -1
  112. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +0 -1
  113. package/es/components/steps-wheel/src/StepsWheel.vue2.js +1 -1
  114. package/es/components/steps-wheel/style/index.css +1 -1
  115. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +551 -48
  116. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +1 -1
  117. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +134 -0
  118. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.js +1 -0
  119. package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +1 -0
  120. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +140 -0
  121. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.js +1 -0
  122. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +1 -0
  123. package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue.d.ts +28 -0
  124. package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue.js +1 -0
  125. package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +1 -0
  126. package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue.d.ts +28 -0
  127. package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue.js +1 -0
  128. package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue2.js +1 -0
  129. package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue.d.ts +54 -0
  130. package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue.js +1 -0
  131. package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +1 -0
  132. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +61 -0
  133. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.js +1 -0
  134. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +1 -0
  135. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +68 -0
  136. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.js +1 -0
  137. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue2.js +1 -0
  138. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +47 -0
  139. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +1 -0
  140. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +551 -0
  141. package/es/components/table-filter/src/components/classify-filter/components/index.js +1 -0
  142. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +551 -48
  143. package/es/components/table-filter/src/components/render-widget/components/Date.vue2.js +1 -1
  144. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +1 -1
  145. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +1 -1
  146. package/es/components/table-filter/src/components/render-widget/components/{Label.vue.d.ts → LabelInner.vue.d.ts} +1 -9
  147. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.js +1 -0
  148. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +1 -0
  149. package/es/components/table-filter/src/components/render-widget/components/{SelectLabel.vue.d.ts → LabelOut.vue.d.ts} +1 -9
  150. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.js +1 -0
  151. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +1 -0
  152. package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +1 -9
  153. package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +1 -1
  154. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +713 -8
  155. package/es/components/table-filter/src/components/render-widget/components/index.js +1 -1
  156. package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +0 -6
  157. package/es/components/table-filter/src/components/render-widget/index.vue.js +1 -1
  158. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +3 -27
  159. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
  160. package/es/components/table-filter/src/constants/index.d.ts +3 -0
  161. package/es/components/table-filter/src/constants/index.js +1 -0
  162. package/es/components/table-filter/src/directive/resize.js +1 -1
  163. package/es/components/table-filter/src/tool/baseOptions.d.ts +4 -0
  164. package/es/components/table-filter/src/tool/baseOptions.js +1 -1
  165. package/es/components/table-filter/src/tool/transformData.d.ts +1 -0
  166. package/es/components/table-filter/src/tool/transformData.js +1 -1
  167. package/es/components/table-filter/src/types/enums.d.ts +1 -0
  168. package/es/components/table-filter/src/types/enums.js +1 -1
  169. package/es/env.d.ts +25 -25
  170. package/es/shared/assets/img/failure.png.js +1 -1
  171. package/es/shared/assets/img/no-permission.png.js +1 -1
  172. package/es/shared/assets/img/nodata.png.js +1 -1
  173. package/es/shared/assets/img/notfound.png.js +1 -1
  174. package/es/shared/assets/img/qr.png.js +1 -1
  175. package/es/shared/assets/img/success.png.js +1 -1
  176. package/es/shared/assets/img/video.png.js +1 -1
  177. package/es/shared/assets/img/video_default_cover.png.js +1 -1
  178. package/es/shared/assets/img/xb_big.png.js +1 -1
  179. package/es/shared/assets/img/xb_small.png.js +1 -1
  180. package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +86 -0
  181. package/es/shared/package.json.js +1 -1
  182. package/es/shared/utils/fabricjs/index.d.ts +6823 -0
  183. package/es/shared/utils/fabricjs/index.js +1 -0
  184. package/es/shared/utils/tapable/index.d.ts +139 -0
  185. package/package.json +2 -2
  186. package/es/components/fabric-chart/src/hooks/useBirthProcess.js +0 -1
  187. package/es/components/fabric-chart/src/hooks/useBirthProcessChart.js +0 -1
  188. package/es/components/fabric-chart/src/hooks/useBottom.d.ts +0 -4
  189. package/es/components/fabric-chart/src/hooks/useBottom.js +0 -1
  190. package/es/components/fabric-chart/src/hooks/useCenter.js +0 -1
  191. package/es/components/fabric-chart/src/hooks/useLeft.js +0 -1
  192. package/es/components/fabric-chart/src/hooks/useOther.d.ts +0 -4
  193. package/es/components/fabric-chart/src/hooks/useOther.js +0 -1
  194. package/es/components/fabric-chart/src/hooks/useRight.d.ts +0 -4
  195. package/es/components/fabric-chart/src/hooks/useRight.js +0 -1
  196. package/es/components/fabric-chart/src/hooks/useShadow.js +0 -1
  197. package/es/components/fabric-chart/src/hooks/useTemperatureChart.js +0 -1
  198. package/es/components/fabric-chart/src/hooks/useTop.d.ts +0 -4
  199. package/es/components/fabric-chart/src/hooks/useTop.js +0 -1
  200. package/es/components/fabric-chart/src/utils/utils.js +0 -1
  201. package/es/components/table-filter/src/components/render-widget/components/Label.vue.js +0 -1
  202. package/es/components/table-filter/src/components/render-widget/components/Label.vue2.js +0 -1
  203. package/es/components/table-filter/src/components/render-widget/components/SelectLabel.vue2.js +0 -1
  204. package/es/shared/assets/img/failure.d.ts +0 -2
  205. package/es/shared/assets/img/failure.js +0 -1
  206. package/es/shared/assets/img/icon-asc.d.ts +0 -2
  207. package/es/shared/assets/img/icon-asc.js +0 -1
  208. package/es/shared/assets/img/icon-desc.d.ts +0 -2
  209. package/es/shared/assets/img/icon-desc.js +0 -1
  210. package/es/shared/assets/img/no-permission.d.ts +0 -2
  211. package/es/shared/assets/img/no-permission.js +0 -1
  212. package/es/shared/assets/img/nodata.d.ts +0 -2
  213. package/es/shared/assets/img/nodata.js +0 -1
  214. package/es/shared/assets/img/notfound.d.ts +0 -2
  215. package/es/shared/assets/img/notfound.js +0 -1
  216. package/es/shared/assets/img/qr.d.ts +0 -2
  217. package/es/shared/assets/img/qr.js +0 -1
  218. package/es/shared/assets/img/success.d.ts +0 -2
  219. package/es/shared/assets/img/success.js +0 -1
  220. package/es/shared/assets/img/video.d.ts +0 -2
  221. package/es/shared/assets/img/video.js +0 -1
  222. package/es/shared/assets/img/video_default_cover.d.ts +0 -2
  223. package/es/shared/assets/img/video_default_cover.js +0 -1
  224. package/es/shared/assets/img/video_hover.d.ts +0 -2
  225. package/es/shared/assets/img/video_hover.js +0 -1
  226. package/es/shared/assets/img/video_play_hover.d.ts +0 -2
  227. package/es/shared/assets/img/video_play_hover.js +0 -1
  228. package/es/shared/assets/img/xb_big.d.ts +0 -2
  229. package/es/shared/assets/img/xb_big.js +0 -1
  230. package/es/shared/assets/img/xb_small.d.ts +0 -2
  231. package/es/shared/assets/img/xb_small.js +0 -1
  232. /package/es/components/fabric-chart/src/{hooks/constant.d.ts → constants/index.d.ts} +0 -0
  233. /package/es/components/fabric-chart/src/{hooks/constant.js → constants/index.js} +0 -0
  234. /package/es/components/fabric-chart/src/utils/{utils.d.ts → index.d.ts} +0 -0
  235. /package/es/components/table-filter/src/components/{render-widget → classify-filter}/components/SelectLabel.vue.js +0 -0
@@ -1,8 +1,713 @@
1
- import CheckboxGroup from './CheckboxGroup.vue';
2
- import InputNumberGroup from './InputNumberGroup.vue';
3
- import Date from './Date.vue';
4
- import DateRangeInner from './DateRangeInner.vue';
5
- import DateRangeOut from './DateRangeOut.vue';
6
- import Label from './Label.vue';
7
- import SelectLabel from './SelectLabel.vue';
8
- export { CheckboxGroup, InputNumberGroup, Date, DateRangeInner, DateRangeOut, Label, SelectLabel };
1
+ declare const CheckboxGroup: import("vue").DefineComponent<{
2
+ options: {
3
+ type: import("vue").PropType<import("../../../types").ICheckboxType[]>;
4
+ };
5
+ value: {
6
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
7
+ default: string;
8
+ };
9
+ multiple: {
10
+ type: BooleanConstructor;
11
+ default: boolean;
12
+ };
13
+ }, {
14
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
15
+ options: {
16
+ type: import("vue").PropType<import("../../../types").ICheckboxType[]>;
17
+ };
18
+ value: {
19
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
20
+ default: string;
21
+ };
22
+ multiple: {
23
+ type: BooleanConstructor;
24
+ default: boolean;
25
+ };
26
+ }>> & {
27
+ "onUpdate:value"?: ((...args: any[]) => any) | undefined;
28
+ }>>;
29
+ emit: (event: "update:value", ...args: any[]) => void;
30
+ valueCp: import("vue").WritableComputedRef<any>;
31
+ filterNewVal: (val: any) => any;
32
+ onChange: (val: any) => void;
33
+ NCheckboxGroup: import("vue").DefineComponent<{
34
+ readonly min: NumberConstructor;
35
+ readonly max: NumberConstructor;
36
+ readonly size: import("vue").PropType<"small" | "medium" | "large">;
37
+ readonly value: import("vue").PropType<(string | number)[] | null>;
38
+ readonly defaultValue: {
39
+ readonly type: import("vue").PropType<(string | number)[] | null>;
40
+ readonly default: null;
41
+ };
42
+ readonly disabled: {
43
+ readonly type: import("vue").PropType<boolean | undefined>;
44
+ readonly default: undefined;
45
+ };
46
+ readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[], meta: {
47
+ actionType: "check" | "uncheck";
48
+ value: string | number;
49
+ }) => void>>;
50
+ readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[], meta: {
51
+ actionType: "check" | "uncheck";
52
+ value: string | number;
53
+ }) => void>>;
54
+ readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[]) => void> | undefined>;
55
+ }, {
56
+ mergedClsPrefix: import("vue").ComputedRef<string>;
57
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
58
+ readonly min: NumberConstructor;
59
+ readonly max: NumberConstructor;
60
+ readonly size: import("vue").PropType<"small" | "medium" | "large">;
61
+ readonly value: import("vue").PropType<(string | number)[] | null>;
62
+ readonly defaultValue: {
63
+ readonly type: import("vue").PropType<(string | number)[] | null>;
64
+ readonly default: null;
65
+ };
66
+ readonly disabled: {
67
+ readonly type: import("vue").PropType<boolean | undefined>;
68
+ readonly default: undefined;
69
+ };
70
+ readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[], meta: {
71
+ actionType: "check" | "uncheck";
72
+ value: string | number;
73
+ }) => void>>;
74
+ readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[], meta: {
75
+ actionType: "check" | "uncheck";
76
+ value: string | number;
77
+ }) => void>>;
78
+ readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[]) => void> | undefined>;
79
+ }>>, {
80
+ readonly disabled: boolean | undefined;
81
+ readonly defaultValue: (string | number)[] | null;
82
+ }>;
83
+ NCheckbox: any;
84
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
85
+ options: {
86
+ type: import("vue").PropType<import("../../../types").ICheckboxType[]>;
87
+ };
88
+ value: {
89
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
90
+ default: string;
91
+ };
92
+ multiple: {
93
+ type: BooleanConstructor;
94
+ default: boolean;
95
+ };
96
+ }>> & {
97
+ "onUpdate:value"?: ((...args: any[]) => any) | undefined;
98
+ }, {
99
+ value: string | number | unknown[];
100
+ multiple: boolean;
101
+ }>;
102
+ declare const InputNumberGroup: import("vue").DefineComponent<{
103
+ startPlaceholder: {
104
+ type: StringConstructor;
105
+ default: string;
106
+ };
107
+ endPlaceholder: {
108
+ type: StringConstructor;
109
+ default: string;
110
+ };
111
+ value: {
112
+ type: StringConstructor;
113
+ default: string;
114
+ };
115
+ }, {
116
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
117
+ startPlaceholder: {
118
+ type: StringConstructor;
119
+ default: string;
120
+ };
121
+ endPlaceholder: {
122
+ type: StringConstructor;
123
+ default: string;
124
+ };
125
+ value: {
126
+ type: StringConstructor;
127
+ default: string;
128
+ };
129
+ }>> & {
130
+ "onUpdate:value"?: ((...args: any[]) => any) | undefined;
131
+ }>>;
132
+ startNumber: import("vue").Ref<any>;
133
+ endNumber: import("vue").Ref<any>;
134
+ emit: (event: "update:value", ...args: any[]) => void;
135
+ handleChange: (val: number | null, key: string) => void;
136
+ NInputGroup: import("vue").DefineComponent<{
137
+ [x: string]: never;
138
+ [x: number]: never;
139
+ [x: symbol]: never;
140
+ }, {
141
+ mergedClsPrefix: import("vue").ComputedRef<string>;
142
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
143
+ [x: string]: never;
144
+ [x: number]: never;
145
+ [x: symbol]: never;
146
+ }>>, {}>;
147
+ NInputNumber: any;
148
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
149
+ startPlaceholder: {
150
+ type: StringConstructor;
151
+ default: string;
152
+ };
153
+ endPlaceholder: {
154
+ type: StringConstructor;
155
+ default: string;
156
+ };
157
+ value: {
158
+ type: StringConstructor;
159
+ default: string;
160
+ };
161
+ }>> & {
162
+ "onUpdate:value"?: ((...args: any[]) => any) | undefined;
163
+ }, {
164
+ value: string;
165
+ startPlaceholder: string;
166
+ endPlaceholder: string;
167
+ }>;
168
+ declare const Date: import("vue").DefineComponent<{
169
+ type: {
170
+ type: import("vue").PropType<"date" | "datetime">;
171
+ default: string;
172
+ };
173
+ clearable: {
174
+ type: BooleanConstructor;
175
+ default: boolean;
176
+ };
177
+ valueFormat: {
178
+ type: StringConstructor;
179
+ default: string;
180
+ };
181
+ placeholder: {
182
+ type: StringConstructor;
183
+ default: string;
184
+ };
185
+ value: {
186
+ type: StringConstructor;
187
+ default: string;
188
+ };
189
+ }, {
190
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
191
+ type: {
192
+ type: import("vue").PropType<"date" | "datetime">;
193
+ default: string;
194
+ };
195
+ clearable: {
196
+ type: BooleanConstructor;
197
+ default: boolean;
198
+ };
199
+ valueFormat: {
200
+ type: StringConstructor;
201
+ default: string;
202
+ };
203
+ placeholder: {
204
+ type: StringConstructor;
205
+ default: string;
206
+ };
207
+ value: {
208
+ type: StringConstructor;
209
+ default: string;
210
+ };
211
+ }>> & {
212
+ "onUpdate:value"?: ((...args: any[]) => any) | undefined;
213
+ }>>;
214
+ emit: (event: "update:value", ...args: any[]) => void;
215
+ valueCp: import("vue").Ref<any>;
216
+ dateFormat: import("vue").ComputedRef<string>;
217
+ handleChange: (val: any) => void;
218
+ CDatePicker: import("../../../../..").SFCWithInstall<import("vue").DefineComponent<{
219
+ updateUnchangedValue: {
220
+ type: BooleanConstructor;
221
+ };
222
+ onConfirm: {
223
+ type: FunctionConstructor;
224
+ };
225
+ }, {
226
+ attrs: {
227
+ [x: string]: unknown;
228
+ };
229
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
230
+ updateUnchangedValue: {
231
+ type: BooleanConstructor;
232
+ };
233
+ onConfirm: {
234
+ type: FunctionConstructor;
235
+ };
236
+ }>> & {}>>;
237
+ datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
238
+ panelInstRef: import("vue").Ref<null>;
239
+ isDateTime: import("vue").ComputedRef<boolean>;
240
+ formatRef: import("vue").ComputedRef<string>;
241
+ panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
242
+ focus: () => any;
243
+ blur: () => any;
244
+ onUpdateShow: (show: boolean) => void;
245
+ onConfirm: (...args: any[]) => void;
246
+ NDatePicker: any;
247
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
248
+ updateUnchangedValue: {
249
+ type: BooleanConstructor;
250
+ };
251
+ onConfirm: {
252
+ type: FunctionConstructor;
253
+ };
254
+ }>>, {
255
+ updateUnchangedValue: boolean;
256
+ }>>;
257
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
258
+ type: {
259
+ type: import("vue").PropType<"date" | "datetime">;
260
+ default: string;
261
+ };
262
+ clearable: {
263
+ type: BooleanConstructor;
264
+ default: boolean;
265
+ };
266
+ valueFormat: {
267
+ type: StringConstructor;
268
+ default: string;
269
+ };
270
+ placeholder: {
271
+ type: StringConstructor;
272
+ default: string;
273
+ };
274
+ value: {
275
+ type: StringConstructor;
276
+ default: string;
277
+ };
278
+ }>> & {
279
+ "onUpdate:value"?: ((...args: any[]) => any) | undefined;
280
+ }, {
281
+ type: "date" | "datetime";
282
+ value: string;
283
+ placeholder: string;
284
+ clearable: boolean;
285
+ valueFormat: string;
286
+ }>;
287
+ declare const DateRangeInner: import("vue").DefineComponent<{
288
+ type: {
289
+ type: import("vue").PropType<"date" | "datetime">;
290
+ default: string;
291
+ };
292
+ clearable: {
293
+ type: BooleanConstructor;
294
+ default: boolean;
295
+ };
296
+ valueFormat: {
297
+ type: StringConstructor;
298
+ default: string;
299
+ };
300
+ startPlaceholder: {
301
+ type: StringConstructor;
302
+ default: string;
303
+ };
304
+ endPlaceholder: {
305
+ type: StringConstructor;
306
+ default: string;
307
+ };
308
+ value: {
309
+ type: StringConstructor;
310
+ default: string;
311
+ };
312
+ }, {
313
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
314
+ type: {
315
+ type: import("vue").PropType<"date" | "datetime">;
316
+ default: string;
317
+ };
318
+ clearable: {
319
+ type: BooleanConstructor;
320
+ default: boolean;
321
+ };
322
+ valueFormat: {
323
+ type: StringConstructor;
324
+ default: string;
325
+ };
326
+ startPlaceholder: {
327
+ type: StringConstructor;
328
+ default: string;
329
+ };
330
+ endPlaceholder: {
331
+ type: StringConstructor;
332
+ default: string;
333
+ };
334
+ value: {
335
+ type: StringConstructor;
336
+ default: string;
337
+ };
338
+ }>> & {
339
+ "onUpdate:value"?: ((...args: any[]) => any) | undefined;
340
+ }>>;
341
+ emit: (event: "update:value", ...args: any[]) => void;
342
+ dateList: import("vue").Ref<any[]>;
343
+ isShowDateRange: import("vue").Ref<boolean>;
344
+ radioValue: import("vue").Ref<string>;
345
+ startDate: import("vue").Ref<any>;
346
+ endDate: import("vue").Ref<any>;
347
+ dateFormat: import("vue").ComputedRef<string>;
348
+ showTabStr: import("vue").ComputedRef<string>;
349
+ initData: () => void;
350
+ handleRadioClick: (value: string) => void;
351
+ handleChange: (val: any, type: "end" | "start") => void;
352
+ isStartDateDisabled: (ts: number) => boolean;
353
+ isEndDateDisabled: (ts: number) => boolean;
354
+ NButton: any;
355
+ CDatePicker: import("../../../../..").SFCWithInstall<import("vue").DefineComponent<{
356
+ updateUnchangedValue: {
357
+ type: BooleanConstructor;
358
+ };
359
+ onConfirm: {
360
+ type: FunctionConstructor;
361
+ };
362
+ }, {
363
+ attrs: {
364
+ [x: string]: unknown;
365
+ };
366
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
367
+ updateUnchangedValue: {
368
+ type: BooleanConstructor;
369
+ };
370
+ onConfirm: {
371
+ type: FunctionConstructor;
372
+ };
373
+ }>> & {}>>;
374
+ datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
375
+ panelInstRef: import("vue").Ref<null>;
376
+ isDateTime: import("vue").ComputedRef<boolean>;
377
+ formatRef: import("vue").ComputedRef<string>;
378
+ panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
379
+ focus: () => any;
380
+ blur: () => any;
381
+ onUpdateShow: (show: boolean) => void;
382
+ onConfirm: (...args: any[]) => void;
383
+ NDatePicker: any;
384
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
385
+ updateUnchangedValue: {
386
+ type: BooleanConstructor;
387
+ };
388
+ onConfirm: {
389
+ type: FunctionConstructor;
390
+ };
391
+ }>>, {
392
+ updateUnchangedValue: boolean;
393
+ }>>;
394
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
395
+ type: {
396
+ type: import("vue").PropType<"date" | "datetime">;
397
+ default: string;
398
+ };
399
+ clearable: {
400
+ type: BooleanConstructor;
401
+ default: boolean;
402
+ };
403
+ valueFormat: {
404
+ type: StringConstructor;
405
+ default: string;
406
+ };
407
+ startPlaceholder: {
408
+ type: StringConstructor;
409
+ default: string;
410
+ };
411
+ endPlaceholder: {
412
+ type: StringConstructor;
413
+ default: string;
414
+ };
415
+ value: {
416
+ type: StringConstructor;
417
+ default: string;
418
+ };
419
+ }>> & {
420
+ "onUpdate:value"?: ((...args: any[]) => any) | undefined;
421
+ }, {
422
+ type: "date" | "datetime";
423
+ value: string;
424
+ clearable: boolean;
425
+ startPlaceholder: string;
426
+ endPlaceholder: string;
427
+ valueFormat: string;
428
+ }>;
429
+ declare const DateRangeOut: import("vue").DefineComponent<{
430
+ type: {
431
+ type: import("vue").PropType<"datetimerange" | "daterange">;
432
+ default: string;
433
+ };
434
+ clearable: {
435
+ type: BooleanConstructor;
436
+ default: boolean;
437
+ };
438
+ startPlaceholder: {
439
+ type: StringConstructor;
440
+ default: string;
441
+ };
442
+ endPlaceholder: {
443
+ type: StringConstructor;
444
+ default: string;
445
+ };
446
+ componentCfg: {
447
+ type: ObjectConstructor;
448
+ default: () => {};
449
+ };
450
+ value: {
451
+ type: StringConstructor;
452
+ default: string;
453
+ };
454
+ }, {
455
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
456
+ type: {
457
+ type: import("vue").PropType<"datetimerange" | "daterange">;
458
+ default: string;
459
+ };
460
+ clearable: {
461
+ type: BooleanConstructor;
462
+ default: boolean;
463
+ };
464
+ startPlaceholder: {
465
+ type: StringConstructor;
466
+ default: string;
467
+ };
468
+ endPlaceholder: {
469
+ type: StringConstructor;
470
+ default: string;
471
+ };
472
+ componentCfg: {
473
+ type: ObjectConstructor;
474
+ default: () => {};
475
+ };
476
+ value: {
477
+ type: StringConstructor;
478
+ default: string;
479
+ };
480
+ }>> & {
481
+ "onUpdate:value"?: ((...args: any[]) => any) | undefined;
482
+ }>>;
483
+ emit: (event: "update:value", ...args: any[]) => void;
484
+ valueCp: import("vue").Ref<any>;
485
+ dateFormat: import("vue").ComputedRef<string>;
486
+ rangeShortcuts: {
487
+ 今天: number[];
488
+ 昨天: number[];
489
+ 近一周: number[];
490
+ 近一月: number[];
491
+ };
492
+ handleChange: (val: any) => void;
493
+ CDatePicker: import("../../../../..").SFCWithInstall<import("vue").DefineComponent<{
494
+ updateUnchangedValue: {
495
+ type: BooleanConstructor;
496
+ };
497
+ onConfirm: {
498
+ type: FunctionConstructor;
499
+ };
500
+ }, {
501
+ attrs: {
502
+ [x: string]: unknown;
503
+ };
504
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
505
+ updateUnchangedValue: {
506
+ type: BooleanConstructor;
507
+ };
508
+ onConfirm: {
509
+ type: FunctionConstructor;
510
+ };
511
+ }>> & {}>>;
512
+ datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
513
+ panelInstRef: import("vue").Ref<null>;
514
+ isDateTime: import("vue").ComputedRef<boolean>;
515
+ formatRef: import("vue").ComputedRef<string>;
516
+ panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
517
+ focus: () => any;
518
+ blur: () => any;
519
+ onUpdateShow: (show: boolean) => void;
520
+ onConfirm: (...args: any[]) => void;
521
+ NDatePicker: any;
522
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
523
+ updateUnchangedValue: {
524
+ type: BooleanConstructor;
525
+ };
526
+ onConfirm: {
527
+ type: FunctionConstructor;
528
+ };
529
+ }>>, {
530
+ updateUnchangedValue: boolean;
531
+ }>>;
532
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
533
+ type: {
534
+ type: import("vue").PropType<"datetimerange" | "daterange">;
535
+ default: string;
536
+ };
537
+ clearable: {
538
+ type: BooleanConstructor;
539
+ default: boolean;
540
+ };
541
+ startPlaceholder: {
542
+ type: StringConstructor;
543
+ default: string;
544
+ };
545
+ endPlaceholder: {
546
+ type: StringConstructor;
547
+ default: string;
548
+ };
549
+ componentCfg: {
550
+ type: ObjectConstructor;
551
+ default: () => {};
552
+ };
553
+ value: {
554
+ type: StringConstructor;
555
+ default: string;
556
+ };
557
+ }>> & {
558
+ "onUpdate:value"?: ((...args: any[]) => any) | undefined;
559
+ }, {
560
+ type: "datetimerange" | "daterange";
561
+ value: string;
562
+ clearable: boolean;
563
+ startPlaceholder: string;
564
+ endPlaceholder: string;
565
+ componentCfg: Record<string, any>;
566
+ }>;
567
+ declare const LabelInner: import("vue").DefineComponent<{
568
+ componentCfg: {
569
+ type: import("vue").PropType<import("../../../types").ISearchType>;
570
+ };
571
+ value: {
572
+ type: StringConstructor;
573
+ default: string;
574
+ };
575
+ }, {
576
+ handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
577
+ baseActiveColor: string;
578
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
579
+ componentCfg: {
580
+ type: import("vue").PropType<import("../../../types").ISearchType>;
581
+ };
582
+ value: {
583
+ type: StringConstructor;
584
+ default: string;
585
+ };
586
+ }>> & {
587
+ "onUpdate:value"?: ((...args: any[]) => any) | undefined;
588
+ }>>;
589
+ emit: (event: "update:value", ...args: any[]) => void;
590
+ selectedList: import("vue").Ref<string[]>;
591
+ tagList: import("vue").Ref<never[]>;
592
+ filterApiConfig: import("../../../../..").AnyObject;
593
+ categoryList: import("vue").ComputedRef<import("../../../types").IFilterCategoryLabelItemType[]>;
594
+ onResize: (el: HTMLElement, categoryItem: import("../../../types").IFilterCategoryLabelItemType) => void;
595
+ handleLabelUpfold: (categoryItem: import("../../../types").IFilterCategoryLabelItemType) => void;
596
+ formatStyle: (item: import("../../../types").IhoFilterTabLabelItemType) => {
597
+ background: string;
598
+ borderColor: string;
599
+ } | {
600
+ background?: undefined;
601
+ borderColor?: undefined;
602
+ };
603
+ handleLabelChange: (isSelect: boolean, item: import("../../../types").IhoFilterTabLabelItemType) => void;
604
+ initTagList: () => Promise<void>;
605
+ NTag: any;
606
+ NTooltip: any;
607
+ NIcon: any;
608
+ ChevronUpCircleOutline: 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<{}>>, {}>;
609
+ ChevronDownCircleOutline: 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<{}>>, {}>;
610
+ vResize: {
611
+ mounted(el: any, binding: any): void;
612
+ };
613
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
614
+ componentCfg: {
615
+ type: import("vue").PropType<import("../../../types").ISearchType>;
616
+ };
617
+ value: {
618
+ type: StringConstructor;
619
+ default: string;
620
+ };
621
+ }>> & {
622
+ "onUpdate:value"?: ((...args: any[]) => any) | undefined;
623
+ }, {
624
+ value: string;
625
+ }>;
626
+ declare const LabelOut: import("vue").DefineComponent<{
627
+ componentCfg: {
628
+ type: import("vue").PropType<import("../../../types").ISearchType>;
629
+ };
630
+ value: {
631
+ type: StringConstructor;
632
+ default: string;
633
+ };
634
+ }, {
635
+ handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
636
+ $attrs: {
637
+ [x: string]: unknown;
638
+ };
639
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
640
+ componentCfg: {
641
+ type: import("vue").PropType<import("../../../types").ISearchType>;
642
+ };
643
+ value: {
644
+ type: StringConstructor;
645
+ default: string;
646
+ };
647
+ }>> & {
648
+ "onUpdate:value"?: ((...args: any[]) => any) | undefined;
649
+ }>>;
650
+ emit: (event: "update:value", ...args: any[]) => void;
651
+ tagList: import("vue").Ref<never[]>;
652
+ filterApiConfig: import("../../../../..").AnyObject;
653
+ valueCp: import("vue").WritableComputedRef<string[]>;
654
+ optionList: import("vue").ComputedRef<import("naive-ui").SelectOption[]>;
655
+ initTagList: () => Promise<void>;
656
+ NSelect: any;
657
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
658
+ componentCfg: {
659
+ type: import("vue").PropType<import("../../../types").ISearchType>;
660
+ };
661
+ value: {
662
+ type: StringConstructor;
663
+ default: string;
664
+ };
665
+ }>> & {
666
+ "onUpdate:value"?: ((...args: any[]) => any) | undefined;
667
+ }, {
668
+ value: string;
669
+ }>;
670
+ declare const Select: import("vue").DefineComponent<{
671
+ value: {
672
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
673
+ };
674
+ }, {
675
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
676
+ value: {
677
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
678
+ };
679
+ }>> & {
680
+ "onUpdate:value"?: ((...args: any[]) => any) | undefined;
681
+ onChangeInitState?: ((...args: any[]) => any) | undefined;
682
+ }>>;
683
+ handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
684
+ $attrs: {
685
+ [x: string]: unknown;
686
+ };
687
+ emit: (event: "update:value" | "changeInitState", ...args: any[]) => void;
688
+ selectOptions: import("vue").Ref<any[]>;
689
+ isRemote: import("vue").Ref<boolean>;
690
+ isLoading: import("vue").Ref<boolean>;
691
+ filterApiConfig: import("../../../../..").AnyObject;
692
+ valueCp: import("vue").WritableComputedRef<unknown>;
693
+ searchOptions: (keyword: string) => Promise<any>;
694
+ _handleSearch: (query: string) => Promise<void>;
695
+ handleSearch: (query: string) => Promise<void>;
696
+ handleInitData: () => Promise<void>;
697
+ renderLabel: (option: import("naive-ui").SelectOption) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
698
+ [key: string]: any;
699
+ }>;
700
+ renderTag: ({ option, handleClose }: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
701
+ [key: string]: any;
702
+ }>;
703
+ init: () => Promise<void>;
704
+ NSelect: any;
705
+ }, 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<{
706
+ value: {
707
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
708
+ };
709
+ }>> & {
710
+ "onUpdate:value"?: ((...args: any[]) => any) | undefined;
711
+ onChangeInitState?: ((...args: any[]) => any) | undefined;
712
+ }, {}>;
713
+ export { CheckboxGroup, InputNumberGroup, Date, DateRangeInner, DateRangeOut, LabelInner, LabelOut, Select };