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
@@ -165,10 +165,7 @@ declare const InputNumberGroup: import("vue").DefineComponent<{
165
165
  startPlaceholder: string;
166
166
  endPlaceholder: string;
167
167
  }>;
168
- declare const DateInner: import("vue").DefineComponent<{
169
- componentCfg: {
170
- type: import("vue").PropType<import("../../../../..").AnyObject>;
171
- };
168
+ declare const Date: import("vue").DefineComponent<{
172
169
  type: {
173
170
  type: import("vue").PropType<"date" | "datetime">;
174
171
  default: string;
@@ -191,9 +188,6 @@ declare const DateInner: import("vue").DefineComponent<{
191
188
  };
192
189
  }, {
193
190
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
194
- componentCfg: {
195
- type: import("vue").PropType<import("../../../../..").AnyObject>;
196
- };
197
191
  type: {
198
192
  type: import("vue").PropType<"date" | "datetime">;
199
193
  default: string;
@@ -219,27 +213,8 @@ declare const DateInner: import("vue").DefineComponent<{
219
213
  }>>;
220
214
  emit: (event: "update:value", ...args: any[]) => void;
221
215
  valueCp: import("vue").Ref<any>;
222
- isShowDateRange: import("vue").Ref<boolean>;
223
- radioValue: import("vue").Ref<string>;
224
216
  dateFormat: import("vue").ComputedRef<string>;
225
- showTabStr: import("vue").ComputedRef<string>;
226
- optionSetting: import("vue").ComputedRef<any>;
227
- isPastTime: import("vue").ComputedRef<boolean>;
228
- isFutureTime: import("vue").ComputedRef<boolean>;
229
- onlyRadio: import("vue").ComputedRef<boolean>;
230
- defaultTime: import("vue").ComputedRef<string>;
231
- changeDateShowType: () => void;
232
- handleClickQuickBtn: (result: string) => void;
233
- changeRadioValue: (value: string) => void;
234
217
  handleChange: (val: any) => void;
235
- isDateDisabled: (ts: number) => boolean;
236
- timeDisabled: (ts: number) => {
237
- isHourDisabled(hour: number): boolean | undefined;
238
- isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
239
- isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
240
- };
241
- init: () => void;
242
- NButton: any;
243
218
  CDatePicker: import("../../../../..").SFCWithInstall<import("vue").DefineComponent<{
244
219
  updateUnchangedValue: {
245
220
  type: BooleanConstructor;
@@ -279,214 +254,7 @@ declare const DateInner: import("vue").DefineComponent<{
279
254
  }>>, {
280
255
  updateUnchangedValue: boolean;
281
256
  }>>;
282
- DateQuickBtn: import("vue").DefineComponent<{
283
- componentCfg: {
284
- type: import("vue").PropType<import("../../../../..").AnyObject>;
285
- };
286
- type: {
287
- type: import("vue").PropType<"date" | "datetime">;
288
- default: string;
289
- };
290
- dateFormat: {
291
- type: StringConstructor;
292
- default: string;
293
- };
294
- radioValue: {
295
- type: StringConstructor;
296
- default: string;
297
- };
298
- }, {
299
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
300
- componentCfg: {
301
- type: import("vue").PropType<import("../../../../..").AnyObject>;
302
- };
303
- type: {
304
- type: import("vue").PropType<"date" | "datetime">;
305
- default: string;
306
- };
307
- dateFormat: {
308
- type: StringConstructor;
309
- default: string;
310
- };
311
- radioValue: {
312
- type: StringConstructor;
313
- default: string;
314
- };
315
- }>> & {
316
- onClickQuickBtn?: ((...args: any[]) => any) | undefined;
317
- onChangeRadioValue?: ((...args: any[]) => any) | undefined;
318
- }>>;
319
- emit: (event: "clickQuickBtn" | "changeRadioValue", ...args: any[]) => void;
320
- dateList: import("vue").Ref<any[]>;
321
- optionSetting: import("vue").ComputedRef<any>;
322
- isRange: import("vue").ComputedRef<any>;
323
- initData: () => void;
324
- handleRadioClick: (value: string) => void;
325
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clickQuickBtn" | "changeRadioValue")[], "clickQuickBtn" | "changeRadioValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
326
- componentCfg: {
327
- type: import("vue").PropType<import("../../../../..").AnyObject>;
328
- };
329
- type: {
330
- type: import("vue").PropType<"date" | "datetime">;
331
- default: string;
332
- };
333
- dateFormat: {
334
- type: StringConstructor;
335
- default: string;
336
- };
337
- radioValue: {
338
- type: StringConstructor;
339
- default: string;
340
- };
341
- }>> & {
342
- onClickQuickBtn?: ((...args: any[]) => any) | undefined;
343
- onChangeRadioValue?: ((...args: any[]) => any) | undefined;
344
- }, {
345
- type: "date" | "datetime";
346
- dateFormat: string;
347
- radioValue: string;
348
- }>;
349
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<{
350
- componentCfg: {
351
- type: import("vue").PropType<import("../../../../..").AnyObject>;
352
- };
353
- type: {
354
- type: import("vue").PropType<"date" | "datetime">;
355
- default: string;
356
- };
357
- clearable: {
358
- type: BooleanConstructor;
359
- default: boolean;
360
- };
361
- valueFormat: {
362
- type: StringConstructor;
363
- default: string;
364
- };
365
- placeholder: {
366
- type: StringConstructor;
367
- default: string;
368
- };
369
- value: {
370
- type: StringConstructor;
371
- default: string;
372
- };
373
- }>> & {
374
- "onUpdate:value"?: ((...args: any[]) => any) | undefined;
375
- }, {
376
- type: "date" | "datetime";
377
- value: string;
378
- placeholder: string;
379
- clearable: boolean;
380
- valueFormat: string;
381
- }>;
382
- declare const DateOut: import("vue").DefineComponent<{
383
- componentCfg: {
384
- type: import("vue").PropType<import("../../../../..").AnyObject>;
385
- };
386
- type: {
387
- type: import("vue").PropType<"date" | "datetime">;
388
- default: string;
389
- };
390
- clearable: {
391
- type: BooleanConstructor;
392
- default: boolean;
393
- };
394
- valueFormat: {
395
- type: StringConstructor;
396
- default: string;
397
- };
398
- placeholder: {
399
- type: StringConstructor;
400
- default: string;
401
- };
402
- value: {
403
- type: StringConstructor;
404
- default: string;
405
- };
406
- }, {
407
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
408
- componentCfg: {
409
- type: import("vue").PropType<import("../../../../..").AnyObject>;
410
- };
411
- type: {
412
- type: import("vue").PropType<"date" | "datetime">;
413
- default: string;
414
- };
415
- clearable: {
416
- type: BooleanConstructor;
417
- default: boolean;
418
- };
419
- valueFormat: {
420
- type: StringConstructor;
421
- default: string;
422
- };
423
- placeholder: {
424
- type: StringConstructor;
425
- default: string;
426
- };
427
- value: {
428
- type: StringConstructor;
429
- default: string;
430
- };
431
- }>> & {
432
- "onUpdate:value"?: ((...args: any[]) => any) | undefined;
433
- }>>;
434
- emit: (event: "update:value", ...args: any[]) => void;
435
- valueCp: import("vue").Ref<any>;
436
- rangeShortcuts: import("vue").Ref<any>;
437
- dateFormat: import("vue").ComputedRef<string>;
438
- optionSetting: import("vue").ComputedRef<any>;
439
- handleChange: (val: any) => void;
440
- isDateDisabled: (ts: number) => boolean;
441
- timeDisabled: (ts: number) => {
442
- isHourDisabled(hour: number): boolean | undefined;
443
- isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
444
- isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
445
- };
446
- init: () => void;
447
- CDatePicker: import("../../../../..").SFCWithInstall<import("vue").DefineComponent<{
448
- updateUnchangedValue: {
449
- type: BooleanConstructor;
450
- };
451
- onConfirm: {
452
- type: FunctionConstructor;
453
- };
454
- }, {
455
- attrs: {
456
- [x: string]: unknown;
457
- };
458
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
459
- updateUnchangedValue: {
460
- type: BooleanConstructor;
461
- };
462
- onConfirm: {
463
- type: FunctionConstructor;
464
- };
465
- }>> & {}>>;
466
- datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
467
- panelInstRef: import("vue").Ref<null>;
468
- isDateTime: import("vue").ComputedRef<boolean>;
469
- formatRef: import("vue").ComputedRef<string>;
470
- panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
471
- focus: () => any;
472
- blur: () => any;
473
- onUpdateShow: (show: boolean) => void;
474
- onConfirm: (...args: any[]) => void;
475
- NDatePicker: any;
476
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
477
- updateUnchangedValue: {
478
- type: BooleanConstructor;
479
- };
480
- onConfirm: {
481
- type: FunctionConstructor;
482
- };
483
- }>>, {
484
- updateUnchangedValue: boolean;
485
- }>>;
486
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
487
- componentCfg: {
488
- type: import("vue").PropType<import("../../../../..").AnyObject>;
489
- };
490
258
  type: {
491
259
  type: import("vue").PropType<"date" | "datetime">;
492
260
  default: string;
@@ -517,9 +285,6 @@ declare const DateOut: import("vue").DefineComponent<{
517
285
  valueFormat: string;
518
286
  }>;
519
287
  declare const DateRangeInner: import("vue").DefineComponent<{
520
- componentCfg: {
521
- type: import("vue").PropType<import("../../../../..").AnyObject>;
522
- };
523
288
  type: {
524
289
  type: import("vue").PropType<"date" | "datetime">;
525
290
  default: string;
@@ -546,9 +311,6 @@ declare const DateRangeInner: import("vue").DefineComponent<{
546
311
  };
547
312
  }, {
548
313
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
549
- componentCfg: {
550
- type: import("vue").PropType<import("../../../../..").AnyObject>;
551
- };
552
314
  type: {
553
315
  type: import("vue").PropType<"date" | "datetime">;
554
316
  default: string;
@@ -577,35 +339,18 @@ declare const DateRangeInner: import("vue").DefineComponent<{
577
339
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
578
340
  }>>;
579
341
  emit: (event: "update:value", ...args: any[]) => void;
342
+ dateList: import("vue").Ref<any[]>;
580
343
  isShowDateRange: import("vue").Ref<boolean>;
581
344
  radioValue: import("vue").Ref<string>;
582
345
  startDate: import("vue").Ref<any>;
583
346
  endDate: import("vue").Ref<any>;
584
- optionSetting: import("vue").ComputedRef<any>;
585
- onlyRadio: import("vue").ComputedRef<boolean>;
586
- isPastTime: import("vue").ComputedRef<boolean>;
587
- isFutureTime: import("vue").ComputedRef<boolean>;
588
347
  dateFormat: import("vue").ComputedRef<string>;
589
348
  showTabStr: import("vue").ComputedRef<string>;
590
- startDefault: import("vue").ComputedRef<string>;
591
- endDefault: import("vue").ComputedRef<string>;
592
- handleClickQuickBtn: (result: string) => void;
593
- changeRadioValue: (value: string) => void;
594
- changeDateShowType: () => void;
349
+ initData: () => void;
350
+ handleRadioClick: (value: string) => void;
595
351
  handleChange: (val: any, type: "end" | "start") => void;
596
352
  isStartDateDisabled: (ts: number) => boolean;
597
- timeStartDisabled: (ts: number) => {
598
- isHourDisabled(hour: number): boolean | 0;
599
- isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
600
- isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
601
- };
602
353
  isEndDateDisabled: (ts: number) => boolean;
603
- timeEndDisabled: (ts: number) => {
604
- isHourDisabled(hour: number): boolean | 0;
605
- isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
606
- isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
607
- };
608
- init: () => void;
609
354
  NButton: any;
610
355
  CDatePicker: import("../../../../..").SFCWithInstall<import("vue").DefineComponent<{
611
356
  updateUnchangedValue: {
@@ -646,77 +391,7 @@ declare const DateRangeInner: import("vue").DefineComponent<{
646
391
  }>>, {
647
392
  updateUnchangedValue: boolean;
648
393
  }>>;
649
- DateQuickBtn: import("vue").DefineComponent<{
650
- componentCfg: {
651
- type: import("vue").PropType<import("../../../../..").AnyObject>;
652
- };
653
- type: {
654
- type: import("vue").PropType<"date" | "datetime">;
655
- default: string;
656
- };
657
- dateFormat: {
658
- type: StringConstructor;
659
- default: string;
660
- };
661
- radioValue: {
662
- type: StringConstructor;
663
- default: string;
664
- };
665
- }, {
666
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
667
- componentCfg: {
668
- type: import("vue").PropType<import("../../../../..").AnyObject>;
669
- };
670
- type: {
671
- type: import("vue").PropType<"date" | "datetime">;
672
- default: string;
673
- };
674
- dateFormat: {
675
- type: StringConstructor;
676
- default: string;
677
- };
678
- radioValue: {
679
- type: StringConstructor;
680
- default: string;
681
- };
682
- }>> & {
683
- onClickQuickBtn?: ((...args: any[]) => any) | undefined;
684
- onChangeRadioValue?: ((...args: any[]) => any) | undefined;
685
- }>>;
686
- emit: (event: "clickQuickBtn" | "changeRadioValue", ...args: any[]) => void;
687
- dateList: import("vue").Ref<any[]>;
688
- optionSetting: import("vue").ComputedRef<any>;
689
- isRange: import("vue").ComputedRef<any>;
690
- initData: () => void;
691
- handleRadioClick: (value: string) => void;
692
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clickQuickBtn" | "changeRadioValue")[], "clickQuickBtn" | "changeRadioValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
693
- componentCfg: {
694
- type: import("vue").PropType<import("../../../../..").AnyObject>;
695
- };
696
- type: {
697
- type: import("vue").PropType<"date" | "datetime">;
698
- default: string;
699
- };
700
- dateFormat: {
701
- type: StringConstructor;
702
- default: string;
703
- };
704
- radioValue: {
705
- type: StringConstructor;
706
- default: string;
707
- };
708
- }>> & {
709
- onClickQuickBtn?: ((...args: any[]) => any) | undefined;
710
- onChangeRadioValue?: ((...args: any[]) => any) | undefined;
711
- }, {
712
- type: "date" | "datetime";
713
- dateFormat: string;
714
- radioValue: string;
715
- }>;
716
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<{
717
- componentCfg: {
718
- type: import("vue").PropType<import("../../../../..").AnyObject>;
719
- };
720
395
  type: {
721
396
  type: import("vue").PropType<"date" | "datetime">;
722
397
  default: string;
@@ -807,17 +482,14 @@ declare const DateRangeOut: import("vue").DefineComponent<{
807
482
  }>>;
808
483
  emit: (event: "update:value", ...args: any[]) => void;
809
484
  valueCp: import("vue").Ref<any>;
810
- rangeShortcuts: import("vue").Ref<any>;
811
485
  dateFormat: import("vue").ComputedRef<string>;
812
- optionSetting: import("vue").ComputedRef<any>;
813
- handleChange: (val: any) => void;
814
- isDateDisabled: (ts: number) => boolean;
815
- timeDisabled: (ts: number) => {
816
- isHourDisabled(hour: number): boolean | undefined;
817
- isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
818
- isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
486
+ rangeShortcuts: {
487
+ 今天: number[];
488
+ 昨天: number[];
489
+ 近一周: number[];
490
+ 近一月: number[];
819
491
  };
820
- init: () => void;
492
+ handleChange: (val: any) => void;
821
493
  CDatePicker: import("../../../../..").SFCWithInstall<import("vue").DefineComponent<{
822
494
  updateUnchangedValue: {
823
495
  type: BooleanConstructor;
@@ -887,14 +559,14 @@ declare const DateRangeOut: import("vue").DefineComponent<{
887
559
  }, {
888
560
  type: "datetimerange" | "daterange";
889
561
  value: string;
890
- componentCfg: Record<string, any>;
891
562
  clearable: boolean;
892
563
  startPlaceholder: string;
893
564
  endPlaceholder: string;
565
+ componentCfg: Record<string, any>;
894
566
  }>;
895
567
  declare const LabelInner: import("vue").DefineComponent<{
896
568
  componentCfg: {
897
- type: import("vue").PropType<import("../../../../..").AnyObject>;
569
+ type: import("vue").PropType<import("../../../types").ISearchType>;
898
570
  };
899
571
  value: {
900
572
  type: StringConstructor;
@@ -902,11 +574,10 @@ declare const LabelInner: import("vue").DefineComponent<{
902
574
  };
903
575
  }, {
904
576
  handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
905
- message: import("naive-ui").MessageApi;
906
577
  baseActiveColor: string;
907
578
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
908
579
  componentCfg: {
909
- type: import("vue").PropType<import("../../../../..").AnyObject>;
580
+ type: import("vue").PropType<import("../../../types").ISearchType>;
910
581
  };
911
582
  value: {
912
583
  type: StringConstructor;
@@ -941,7 +612,7 @@ declare const LabelInner: import("vue").DefineComponent<{
941
612
  };
942
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<{
943
614
  componentCfg: {
944
- type: import("vue").PropType<import("../../../../..").AnyObject>;
615
+ type: import("vue").PropType<import("../../../types").ISearchType>;
945
616
  };
946
617
  value: {
947
618
  type: StringConstructor;
@@ -954,7 +625,7 @@ declare const LabelInner: import("vue").DefineComponent<{
954
625
  }>;
955
626
  declare const LabelOut: import("vue").DefineComponent<{
956
627
  componentCfg: {
957
- type: import("vue").PropType<import("../../../../..").AnyObject>;
628
+ type: import("vue").PropType<import("../../../types").ISearchType>;
958
629
  };
959
630
  value: {
960
631
  type: StringConstructor;
@@ -965,10 +636,9 @@ declare const LabelOut: import("vue").DefineComponent<{
965
636
  $attrs: {
966
637
  [x: string]: unknown;
967
638
  };
968
- message: import("naive-ui").MessageApi;
969
639
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
970
640
  componentCfg: {
971
- type: import("vue").PropType<import("../../../../..").AnyObject>;
641
+ type: import("vue").PropType<import("../../../types").ISearchType>;
972
642
  };
973
643
  value: {
974
644
  type: StringConstructor;
@@ -986,7 +656,7 @@ declare const LabelOut: import("vue").DefineComponent<{
986
656
  NSelect: any;
987
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<{
988
658
  componentCfg: {
989
- type: import("vue").PropType<import("../../../../..").AnyObject>;
659
+ type: import("vue").PropType<import("../../../types").ISearchType>;
990
660
  };
991
661
  value: {
992
662
  type: StringConstructor;
@@ -1001,52 +671,11 @@ declare const Select: import("vue").DefineComponent<{
1001
671
  value: {
1002
672
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1003
673
  };
1004
- componentCfg: {
1005
- type: ObjectConstructor;
1006
- };
1007
- }, {
1008
- $attrs: {
1009
- [x: string]: unknown;
1010
- };
1011
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1012
- value: {
1013
- type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1014
- };
1015
- componentCfg: {
1016
- type: ObjectConstructor;
1017
- };
1018
- }>> & {
1019
- "onUpdate:value"?: ((...args: any[]) => any) | undefined;
1020
- }>>;
1021
- emit: (event: "update:value", ...args: any[]) => void;
1022
- valueCp: import("vue").WritableComputedRef<any>;
1023
- NSelect: any;
1024
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1025
- value: {
1026
- type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1027
- };
1028
- componentCfg: {
1029
- type: ObjectConstructor;
1030
- };
1031
- }>> & {
1032
- "onUpdate:value"?: ((...args: any[]) => any) | undefined;
1033
- }, {}>;
1034
- declare const SelectDynamic: import("vue").DefineComponent<{
1035
- value: {
1036
- type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1037
- };
1038
- componentCfg: {
1039
- type: ObjectConstructor;
1040
- };
1041
674
  }, {
1042
- message: import("naive-ui").MessageApi;
1043
675
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1044
676
  value: {
1045
677
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1046
678
  };
1047
- componentCfg: {
1048
- type: ObjectConstructor;
1049
- };
1050
679
  }>> & {
1051
680
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
1052
681
  onChangeInitState?: ((...args: any[]) => any) | undefined;
@@ -1056,153 +685,29 @@ declare const SelectDynamic: import("vue").DefineComponent<{
1056
685
  [x: string]: unknown;
1057
686
  };
1058
687
  emit: (event: "update:value" | "changeInitState", ...args: any[]) => void;
688
+ selectOptions: import("vue").Ref<any[]>;
689
+ isRemote: import("vue").Ref<boolean>;
1059
690
  isLoading: import("vue").Ref<boolean>;
1060
691
  filterApiConfig: import("../../../../..").AnyObject;
1061
- curPage: import("vue").Ref<number>;
1062
- fieldTitleList: import("vue").Ref<any>;
1063
- selectOptions: import("vue").Ref<any[]>;
1064
- keywordVal: import("vue").Ref<any>;
1065
- totalPage: import("vue").Ref<number>;
1066
- menuProps: {
1067
- class: string;
1068
- };
1069
- isMultiple: import("vue").ComputedRef<unknown>;
1070
- dynamicOptionInfos: import("vue").ComputedRef<any>;
1071
- isLastPage: import("vue").ComputedRef<boolean>;
1072
- valueCp: import("vue").ComputedRef<string | number | any[] | null>;
1073
- setOptionActive: (selectIds: string[]) => void;
1074
- handleUpdateSelect: (value: string[] | null) => void;
1075
- handleUpdatePage: (page: number) => Promise<void>;
1076
- getOptionsData: (keyword: string, curPage: number) => Promise<any>;
692
+ valueCp: import("vue").WritableComputedRef<unknown>;
693
+ searchOptions: (keyword: string) => Promise<any>;
1077
694
  _handleSearch: (query: string) => Promise<void>;
1078
695
  handleSearch: (query: string) => Promise<void>;
1079
696
  handleInitData: () => Promise<void>;
1080
- handleClear: () => Promise<void>;
697
+ renderLabel: (option: import("naive-ui").SelectOption) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
698
+ [key: string]: any;
699
+ }>;
1081
700
  renderTag: ({ option, handleClose }: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1082
701
  [key: string]: any;
1083
702
  }>;
1084
703
  init: () => Promise<void>;
1085
704
  NSelect: any;
1086
- SelectDynamicOption: import("vue").DefineComponent<{
1087
- dynamicOptionInfo: {
1088
- type: import("vue").PropType<import("../../../../..").AnyObject>;
1089
- default: () => {};
1090
- };
1091
- fieldTitleList: {
1092
- type: import("vue").PropType<import("../../../../..").AnyObject[]>;
1093
- default: () => never[];
1094
- };
1095
- optionList: {
1096
- type: import("vue").PropType<import("../../../../..").AnyObject[]>;
1097
- default: () => never[];
1098
- };
1099
- isMultiple: {
1100
- type: BooleanConstructor;
1101
- default: boolean;
1102
- };
1103
- curPage: {
1104
- type: NumberConstructor;
1105
- default: number;
1106
- };
1107
- isLastPage: {
1108
- type: BooleanConstructor;
1109
- default: boolean;
1110
- };
1111
- }, {
1112
- selectMinWidth: number;
1113
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1114
- dynamicOptionInfo: {
1115
- type: import("vue").PropType<import("../../../../..").AnyObject>;
1116
- default: () => {};
1117
- };
1118
- fieldTitleList: {
1119
- type: import("vue").PropType<import("../../../../..").AnyObject[]>;
1120
- default: () => never[];
1121
- };
1122
- optionList: {
1123
- type: import("vue").PropType<import("../../../../..").AnyObject[]>;
1124
- default: () => never[];
1125
- };
1126
- isMultiple: {
1127
- type: BooleanConstructor;
1128
- default: boolean;
1129
- };
1130
- curPage: {
1131
- type: NumberConstructor;
1132
- default: number;
1133
- };
1134
- isLastPage: {
1135
- type: BooleanConstructor;
1136
- default: boolean;
1137
- };
1138
- }>> & {
1139
- onUpdateSelect?: ((...args: any[]) => any) | undefined;
1140
- onUpdatePage?: ((...args: any[]) => any) | undefined;
1141
- }>>;
1142
- emit: (event: "updateSelect" | "updatePage", ...args: any[]) => void;
1143
- dragEndWidth: import("vue").Ref<number>;
1144
- showKeys: import("vue").ComputedRef<any>;
1145
- titleList: import("vue").ComputedRef<string[]>;
1146
- handleSelect: (option: any) => void;
1147
- searchByPage: (onePage: number) => void;
1148
- changeWidth: ({ distance }: any) => void;
1149
- saveWidth: () => void;
1150
- NEmpty: any;
1151
- NButtonGroup: any;
1152
- NButton: any;
1153
- NIcon: any;
1154
- NPopover: any;
1155
- vFlexibleResize: {
1156
- mounted(el: any, { value }: any): void;
1157
- beforeUnmount(el: any): void;
1158
- };
1159
- 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<{}>>, {}>;
1160
- 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<{}>>, {}>;
1161
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1162
- dynamicOptionInfo: {
1163
- type: import("vue").PropType<import("../../../../..").AnyObject>;
1164
- default: () => {};
1165
- };
1166
- fieldTitleList: {
1167
- type: import("vue").PropType<import("../../../../..").AnyObject[]>;
1168
- default: () => never[];
1169
- };
1170
- optionList: {
1171
- type: import("vue").PropType<import("../../../../..").AnyObject[]>;
1172
- default: () => never[];
1173
- };
1174
- isMultiple: {
1175
- type: BooleanConstructor;
1176
- default: boolean;
1177
- };
1178
- curPage: {
1179
- type: NumberConstructor;
1180
- default: number;
1181
- };
1182
- isLastPage: {
1183
- type: BooleanConstructor;
1184
- default: boolean;
1185
- };
1186
- }>> & {
1187
- onUpdateSelect?: ((...args: any[]) => any) | undefined;
1188
- onUpdatePage?: ((...args: any[]) => any) | undefined;
1189
- }, {
1190
- dynamicOptionInfo: import("../../../../..").AnyObject;
1191
- fieldTitleList: import("../../../../..").AnyObject[];
1192
- optionList: import("../../../../..").AnyObject[];
1193
- isMultiple: boolean;
1194
- curPage: number;
1195
- isLastPage: boolean;
1196
- }>;
1197
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<{
1198
706
  value: {
1199
707
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1200
708
  };
1201
- componentCfg: {
1202
- type: ObjectConstructor;
1203
- };
1204
709
  }>> & {
1205
710
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
1206
711
  onChangeInitState?: ((...args: any[]) => any) | undefined;
1207
712
  }, {}>;
1208
- export { CheckboxGroup, InputNumberGroup, DateInner, DateOut, DateRangeInner, DateRangeOut, LabelInner, LabelOut, Select, SelectDynamic };
713
+ export { CheckboxGroup, InputNumberGroup, Date, DateRangeInner, DateRangeOut, LabelInner, LabelOut, Select };