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
@@ -43,6 +43,7 @@ declare const _default: import("vue").DefineComponent<{
43
43
  bodyStyle: import("vue").Ref<{
44
44
  maxHeight: string;
45
45
  height: string;
46
+ overflowY: string;
46
47
  }>;
47
48
  conditionApiRef: any;
48
49
  filterTimer: any;
@@ -211,9 +212,6 @@ declare const _default: import("vue").DefineComponent<{
211
212
  presetValCp: import("vue").WritableComputedRef<string>;
212
213
  widgetType: import("vue").ComputedRef<any>;
213
214
  Date: import("vue").DefineComponent<{
214
- componentCfg: {
215
- type: ObjectConstructor;
216
- };
217
215
  paramCfg: {
218
216
  type: ObjectConstructor;
219
217
  default: null;
@@ -228,9 +226,6 @@ declare const _default: import("vue").DefineComponent<{
228
226
  };
229
227
  }, {
230
228
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
231
- componentCfg: {
232
- type: ObjectConstructor;
233
- };
234
229
  paramCfg: {
235
230
  type: ObjectConstructor;
236
231
  default: null;
@@ -253,17 +248,11 @@ declare const _default: import("vue").DefineComponent<{
253
248
  dateType: any;
254
249
  valueFormat: import("vue").ComputedRef<string>;
255
250
  compType: import("vue").ComputedRef<any>;
256
- optionSetting: import("vue").ComputedRef<any>;
251
+ mappingConfig: import("vue").ComputedRef<any>;
257
252
  widgetOptions: import("vue").ComputedRef<{
258
253
  label: string;
259
254
  value: string;
260
255
  }[]>;
261
- isDateDisabled: (ts: number) => boolean;
262
- timeDisabled: (ts: number) => {
263
- isHourDisabled(hour: number): boolean | undefined;
264
- isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
265
- isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
266
- };
267
256
  CDatePicker: import("../../../..").SFCWithInstall<import("vue").DefineComponent<{
268
257
  updateUnchangedValue: {
269
258
  type: BooleanConstructor;
@@ -335,9 +324,6 @@ declare const _default: import("vue").DefineComponent<{
335
324
  LAST_YEAR: string;
336
325
  };
337
326
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
338
- componentCfg: {
339
- type: ObjectConstructor;
340
- };
341
327
  paramCfg: {
342
328
  type: ObjectConstructor;
343
329
  default: null;
@@ -489,7 +475,6 @@ declare const _default: import("vue").DefineComponent<{
489
475
  default: null;
490
476
  };
491
477
  }, {
492
- message: import("naive-ui").MessageApi;
493
478
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
494
479
  paramCfg: {
495
480
  type: ObjectConstructor;
@@ -503,145 +488,27 @@ declare const _default: import("vue").DefineComponent<{
503
488
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
504
489
  }>>;
505
490
  handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
491
+ $attrs: {
492
+ [x: string]: unknown;
493
+ };
506
494
  emit: (event: "update:modelValue", ...args: any[]) => void;
495
+ selectOptions: import("vue").Ref<any[]>;
507
496
  isLoading: import("vue").Ref<boolean>;
508
497
  filterApiConfig: import("../../../..").AnyObject;
509
- totalPage: import("vue").Ref<number>;
510
- menuProps: {
511
- class: string;
512
- };
513
- curPage: import("vue").Ref<number>;
514
- fieldTitleList: import("vue").Ref<any>;
515
- selectOptions: import("vue").Ref<any[]>;
516
- keywordVal: import("vue").Ref<any>;
498
+ valueCp: import("vue").WritableComputedRef<any>;
517
499
  optionSetting: import("vue").ComputedRef<any>;
518
500
  isMultiple: import("vue").ComputedRef<boolean>;
519
- dynamicOptionInfos: import("vue").ComputedRef<any>;
520
- isLastPage: import("vue").ComputedRef<boolean>;
521
- valueCp: import("vue").ComputedRef<string | number | any[]>;
522
- setOptionActive: (selectIds: string[]) => void;
523
- handleUpdateSelect: (value: string[] | null) => void;
524
- handleUpdatePage: (page: number) => Promise<void>;
525
- getOptionsData: (keyword: string, curPage: number) => Promise<any>;
501
+ searchOptions: (keyword: string) => Promise<any>;
526
502
  _handleSearch: (query: string) => Promise<void>;
527
503
  handleSearch: (query: string) => Promise<void>;
528
504
  handleInitData: () => Promise<void>;
529
- handleClear: () => Promise<void>;
505
+ renderLabel: (option: import("naive-ui").SelectOption) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
506
+ [key: string]: any;
507
+ }>;
530
508
  renderTag: ({ option, handleClose }: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
531
509
  [key: string]: any;
532
510
  }>;
533
511
  NSelect: any;
534
- SelectDynamicOption: import("vue").DefineComponent<{
535
- dynamicOptionInfo: {
536
- type: import("vue").PropType<import("../../../..").AnyObject>;
537
- default: () => {};
538
- };
539
- fieldTitleList: {
540
- type: import("vue").PropType<import("../../../..").AnyObject[]>;
541
- default: () => never[];
542
- };
543
- optionList: {
544
- type: import("vue").PropType<import("../../../..").AnyObject[]>;
545
- default: () => never[];
546
- };
547
- isMultiple: {
548
- type: BooleanConstructor;
549
- default: boolean;
550
- };
551
- curPage: {
552
- type: NumberConstructor;
553
- default: number;
554
- };
555
- isLastPage: {
556
- type: BooleanConstructor;
557
- default: boolean;
558
- };
559
- }, {
560
- selectMinWidth: number;
561
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
562
- dynamicOptionInfo: {
563
- type: import("vue").PropType<import("../../../..").AnyObject>;
564
- default: () => {};
565
- };
566
- fieldTitleList: {
567
- type: import("vue").PropType<import("../../../..").AnyObject[]>;
568
- default: () => never[];
569
- };
570
- optionList: {
571
- type: import("vue").PropType<import("../../../..").AnyObject[]>;
572
- default: () => never[];
573
- };
574
- isMultiple: {
575
- type: BooleanConstructor;
576
- default: boolean;
577
- };
578
- curPage: {
579
- type: NumberConstructor;
580
- default: number;
581
- };
582
- isLastPage: {
583
- type: BooleanConstructor;
584
- default: boolean;
585
- };
586
- }>> & {
587
- onUpdateSelect?: ((...args: any[]) => any) | undefined;
588
- onUpdatePage?: ((...args: any[]) => any) | undefined;
589
- }>>;
590
- emit: (event: "updateSelect" | "updatePage", ...args: any[]) => void;
591
- dragEndWidth: import("vue").Ref<number>;
592
- showKeys: import("vue").ComputedRef<any>;
593
- titleList: import("vue").ComputedRef<string[]>;
594
- handleSelect: (option: any) => void;
595
- searchByPage: (onePage: number) => void;
596
- changeWidth: ({ distance }: any) => void;
597
- saveWidth: () => void;
598
- NEmpty: any;
599
- NButtonGroup: any;
600
- NButton: any;
601
- NIcon: any;
602
- NPopover: any;
603
- vFlexibleResize: {
604
- mounted(el: any, { value }: any): void;
605
- beforeUnmount(el: any): void;
606
- };
607
- 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<{}>>, {}>;
608
- 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<{}>>, {}>;
609
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
610
- dynamicOptionInfo: {
611
- type: import("vue").PropType<import("../../../..").AnyObject>;
612
- default: () => {};
613
- };
614
- fieldTitleList: {
615
- type: import("vue").PropType<import("../../../..").AnyObject[]>;
616
- default: () => never[];
617
- };
618
- optionList: {
619
- type: import("vue").PropType<import("../../../..").AnyObject[]>;
620
- default: () => never[];
621
- };
622
- isMultiple: {
623
- type: BooleanConstructor;
624
- default: boolean;
625
- };
626
- curPage: {
627
- type: NumberConstructor;
628
- default: number;
629
- };
630
- isLastPage: {
631
- type: BooleanConstructor;
632
- default: boolean;
633
- };
634
- }>> & {
635
- onUpdateSelect?: ((...args: any[]) => any) | undefined;
636
- onUpdatePage?: ((...args: any[]) => any) | undefined;
637
- }, {
638
- dynamicOptionInfo: import("../../../..").AnyObject;
639
- fieldTitleList: import("../../../..").AnyObject[];
640
- optionList: import("../../../..").AnyObject[];
641
- isMultiple: boolean;
642
- curPage: number;
643
- isLastPage: boolean;
644
- }>;
645
512
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
646
513
  paramCfg: {
647
514
  type: ObjectConstructor;
@@ -747,15 +614,8 @@ declare const _default: import("vue").DefineComponent<{
747
614
  valueFormat: import("vue").ComputedRef<string>;
748
615
  dateFormat: import("vue").ComputedRef<string>;
749
616
  compType: import("vue").ComputedRef<any>;
750
- optionSetting: import("vue").ComputedRef<any>;
751
- isPastTime: import("vue").ComputedRef<boolean>;
752
- isFutureTime: import("vue").ComputedRef<boolean>;
753
617
  startPlaceholder: import("vue").ComputedRef<"初始日期" | "初始时间">;
754
618
  endPlaceholder: import("vue").ComputedRef<"截止日期" | "截止时间">;
755
- startDefault: import("vue").ComputedRef<string>;
756
- endDefault: import("vue").ComputedRef<string>;
757
- startDateFormat: import("vue").ComputedRef<string | null>;
758
- endDateFormat: import("vue").ComputedRef<string | null>;
759
619
  dateType: any;
760
620
  widgetOptions: import("vue").ComputedRef<{
761
621
  label: string;
@@ -764,19 +624,8 @@ declare const _default: import("vue").DefineComponent<{
764
624
  presetValCp: import("vue").WritableComputedRef<string>;
765
625
  handleChange: (val: any, type: "end" | "start") => void;
766
626
  isStartDateDisabled: (ts: number) => boolean;
767
- timeStartDisabled: (ts: number) => {
768
- isHourDisabled(hour: number): boolean | 0;
769
- isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
770
- isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
771
- };
772
627
  isEndDateDisabled: (ts: number) => boolean;
773
- timeEndDisabled: (ts: number) => {
774
- isHourDisabled(hour: number): boolean | 0;
775
- isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
776
- isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
777
- };
778
628
  NSelect: any;
779
- NPopover: any;
780
629
  CDatePicker: import("../../../..").SFCWithInstall<import("vue").DefineComponent<{
781
630
  updateUnchangedValue: {
782
631
  type: BooleanConstructor;
@@ -878,7 +727,6 @@ declare const _default: import("vue").DefineComponent<{
878
727
  };
879
728
  }, {
880
729
  handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
881
- message: import("naive-ui").MessageApi;
882
730
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
883
731
  paramCfg: {
884
732
  type: ObjectConstructor;
@@ -918,9 +766,7 @@ declare const _default: import("vue").DefineComponent<{
918
766
  INPUT: string;
919
767
  SELECT: string;
920
768
  DATE: string;
921
- DATE_OUT: string;
922
769
  DATE_TIME: string;
923
- DATETIME_OUT: string;
924
770
  CHECKBOX_GROUP: string;
925
771
  INPUTNUMBER_RANGE: string;
926
772
  DATE_RANGE_OUT: string;
@@ -1 +1 @@
1
- import{defineComponent as e,ref as i,onBeforeUnmount as t,watch as a,openBlock as l,createBlock as n,unref as o,normalizeClass as s,withCtx as d,createVNode as u,normalizeStyle as c,createElementVNode as r,createTextVNode as h,mergeProps as v}from"vue";import{NModal as f,NCard as m,NButton as p}from"naive-ui";import x from"../../../../table-filter/src/components/classify-filter/index.vue.js";const g={class:"svg-wrap"},b={class:"flex_right"};var y=e({__name:"index",props:{visible:{type:Boolean,default:!1},modalTitle:{type:String,default:"设置分类"},conditionList:{type:Array,default:()=>[]},searchFieldList:{type:Array,default:()=>[]}},emits:["cancelSaveAdd"],setup(e,{expose:y,emit:k}){const z=e,w=i(z.visible),A=i(!1),C=i("860px");let L=i({maxHeight:"496px",height:"496px"}),_=i(null),S=null;function H(){F(),S=setTimeout((()=>{_&&_.value.handleInitConditions()}),30)}function F(){S&&clearTimeout(S)}function T(){_&&_.value.saveAdd()}function $(){w.value=!1,k("cancelSaveAdd"),C.value="860px",L.value={height:"496px",maxHeight:"496px"},A.value=!1,_&&_.value.cancelSaveAdd()}function j(){A.value=!A.value;let e=document.body.clientHeight;"860px"===C.value?(C.value="100%",L.value.maxHeight=`${e}px`,L.value.height=`${e}px`):(C.value="860px",L.value.maxHeight="496px",L.value.height="")}return t((()=>{F()})),a((()=>z.visible),(e=>{w.value=e,e&&H()})),y({cancelSaveAdd:$}),(e,i)=>(l(),n(o(f),{class:s(["classification-modal-block standard-modal standard-modal-white search-filter-modal",{"modal-screen":A.value}]),show:w.value,"onUpdate:show":i[0]||(i[0]=e=>w.value=e),maskClosable:!1,width:C.value,bodyStyle:o(L),closable:!1,centered:"",onPositiveClick:T,onNegativeClick:$},{default:d((()=>[u(o(m),{style:c({width:C.value,...o(L)}),title:z.modalTitle,bordered:!1,size:"huge",role:"dialog","aria-modal":"true"},{"header-extra":d((()=>[r("div",g,[r("i",{onClick:j,class:s(["iconfont-table-filter",A.value?"icon-table-filter-menzhenyishengzhanxitongtubiaozuixiaohua2":"icon-table-filter-menzhenyishengzhanxitongtubiaozuidahua"])},null,2),r("i",{onClick:$,class:"iconfont-table-filter icon-table-filter-menzhenyishengzhanxitongtubiaoguanbi"})])])),footer:d((()=>[r("div",b,[u(o(p),{onClick:$},{default:d((()=>[h("取消")])),_:1}),u(o(p),{type:"info",onClick:T},{default:d((()=>[h("保存")])),_:1})])])),default:d((()=>[u(x,v(e.$attrs,{ref_key:"conditionApiRef",ref:_,searchFieldList:z.searchFieldList,conditionList:z.conditionList}),null,16,["searchFieldList","conditionList"])])),_:1},8,["style","title"])])),_:1},8,["class","show","width","bodyStyle"]))}});export{y as default};
1
+ import{defineComponent as e,ref as i,onBeforeUnmount as t,watch as a,openBlock as l,createBlock as o,unref as n,normalizeClass as s,withCtx as u,createVNode as d,normalizeStyle as c,createElementVNode as r,createTextVNode as v,mergeProps as h}from"vue";import{NModal as f,NCard as m,NButton as p}from"naive-ui";import x from"../../../../table-filter/src/components/classify-filter/index.vue.js";const g={class:"svg-wrap"},b={class:"flex_right"};var y=e({__name:"index",props:{visible:{type:Boolean,default:!1},modalTitle:{type:String,default:"设置分类"},conditionList:{type:Array,default:()=>[]},searchFieldList:{type:Array,default:()=>[]}},emits:["cancelSaveAdd"],setup(e,{expose:y,emit:w}){const k=e,z=i(k.visible),A=i(!1),C=i("860px");let L=i({maxHeight:"496px",height:"496px",overflowY:"auto"}),_=i(null),S=null;function H(){F(),S=setTimeout((()=>{_&&_.value.handleInitConditions()}),30)}function F(){S&&clearTimeout(S)}function T(){_&&_.value.saveAdd()}function $(){z.value=!1,w("cancelSaveAdd"),C.value="860px",L.value={height:"496px",maxHeight:"496px",overflowY:"auto"},A.value=!1,_&&_.value.cancelSaveAdd()}function Y(){A.value=!A.value;let e=document.body.clientHeight;"860px"===C.value?(C.value="100%",L.value.maxHeight=`${e}px`,L.value.height=`${e}px`):(C.value="860px",L.value.maxHeight="496px",L.value.height="")}return t((()=>{F()})),a((()=>k.visible),(e=>{z.value=e,e&&H()})),y({cancelSaveAdd:$}),(e,i)=>(l(),o(n(f),{class:s(["classification-modal-block standard-modal standard-modal-white",{"modal-screen":A.value}]),show:z.value,"onUpdate:show":i[0]||(i[0]=e=>z.value=e),maskClosable:!1,width:C.value,bodyStyle:n(L),closable:!1,centered:"",onPositiveClick:T,onNegativeClick:$},{default:u((()=>[d(n(m),{style:c({width:C.value,...n(L)}),title:k.modalTitle,bordered:!1,size:"huge",role:"dialog","aria-modal":"true"},{"header-extra":u((()=>[r("div",g,[r("i",{onClick:Y,class:s(["iconfont-table-filter",A.value?"icon-table-filter-menzhenyishengzhanxitongtubiaozuixiaohua2":"icon-table-filter-menzhenyishengzhanxitongtubiaozuidahua"])},null,2),r("i",{onClick:$,class:"iconfont-table-filter icon-table-filter-menzhenyishengzhanxitongtubiaoguanbi"})])])),footer:u((()=>[r("div",b,[d(n(p),{onClick:$},{default:u((()=>[v("取消")])),_:1}),d(n(p),{type:"info",onClick:T},{default:u((()=>[v("保存")])),_:1})])])),default:u((()=>[d(x,h(e.$attrs,{ref_key:"conditionApiRef",ref:_,searchFieldList:k.searchFieldList,conditionList:k.conditionList}),null,16,["searchFieldList","conditionList"])])),_:1},8,["style","title"])])),_:1},8,["class","show","width","bodyStyle"]))}});export{y as default};
@@ -353,6 +353,7 @@ declare const _default: import("vue").DefineComponent<{
353
353
  bodyStyle: import("vue").Ref<{
354
354
  maxHeight: string;
355
355
  height: string;
356
+ overflowY: string;
356
357
  }>;
357
358
  conditionApiRef: any;
358
359
  filterTimer: any;
@@ -521,9 +522,6 @@ declare const _default: import("vue").DefineComponent<{
521
522
  presetValCp: import("vue").WritableComputedRef<string>;
522
523
  widgetType: import("vue").ComputedRef<any>;
523
524
  Date: import("vue").DefineComponent<{
524
- componentCfg: {
525
- type: ObjectConstructor;
526
- };
527
525
  paramCfg: {
528
526
  type: ObjectConstructor;
529
527
  default: null;
@@ -538,9 +536,6 @@ declare const _default: import("vue").DefineComponent<{
538
536
  };
539
537
  }, {
540
538
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
541
- componentCfg: {
542
- type: ObjectConstructor;
543
- };
544
539
  paramCfg: {
545
540
  type: ObjectConstructor;
546
541
  default: null;
@@ -563,17 +558,11 @@ declare const _default: import("vue").DefineComponent<{
563
558
  dateType: any;
564
559
  valueFormat: import("vue").ComputedRef<string>;
565
560
  compType: import("vue").ComputedRef<any>;
566
- optionSetting: import("vue").ComputedRef<any>;
561
+ mappingConfig: import("vue").ComputedRef<any>;
567
562
  widgetOptions: import("vue").ComputedRef<{
568
563
  label: string;
569
564
  value: string;
570
565
  }[]>;
571
- isDateDisabled: (ts: number) => boolean;
572
- timeDisabled: (ts: number) => {
573
- isHourDisabled(hour: number): boolean | undefined;
574
- isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
575
- isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
576
- };
577
566
  CDatePicker: import("../../../..").SFCWithInstall<import("vue").DefineComponent<{
578
567
  updateUnchangedValue: {
579
568
  type: BooleanConstructor;
@@ -645,9 +634,6 @@ declare const _default: import("vue").DefineComponent<{
645
634
  LAST_YEAR: string;
646
635
  };
647
636
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
648
- componentCfg: {
649
- type: ObjectConstructor;
650
- };
651
637
  paramCfg: {
652
638
  type: ObjectConstructor;
653
639
  default: null;
@@ -799,7 +785,6 @@ declare const _default: import("vue").DefineComponent<{
799
785
  default: null;
800
786
  };
801
787
  }, {
802
- message: import("naive-ui").MessageApi;
803
788
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
804
789
  paramCfg: {
805
790
  type: ObjectConstructor;
@@ -813,145 +798,27 @@ declare const _default: import("vue").DefineComponent<{
813
798
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
814
799
  }>>;
815
800
  handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
801
+ $attrs: {
802
+ [x: string]: unknown;
803
+ };
816
804
  emit: (event: "update:modelValue", ...args: any[]) => void;
805
+ selectOptions: import("vue").Ref<any[]>;
817
806
  isLoading: import("vue").Ref<boolean>;
818
807
  filterApiConfig: import("../../../..").AnyObject;
819
- totalPage: import("vue").Ref<number>;
820
- menuProps: {
821
- class: string;
822
- };
823
- curPage: import("vue").Ref<number>;
824
- fieldTitleList: import("vue").Ref<any>;
825
- selectOptions: import("vue").Ref<any[]>;
826
- keywordVal: import("vue").Ref<any>;
808
+ valueCp: import("vue").WritableComputedRef<any>;
827
809
  optionSetting: import("vue").ComputedRef<any>;
828
810
  isMultiple: import("vue").ComputedRef<boolean>;
829
- dynamicOptionInfos: import("vue").ComputedRef<any>;
830
- isLastPage: import("vue").ComputedRef<boolean>;
831
- valueCp: import("vue").ComputedRef<string | number | any[]>;
832
- setOptionActive: (selectIds: string[]) => void;
833
- handleUpdateSelect: (value: string[] | null) => void;
834
- handleUpdatePage: (page: number) => Promise<void>;
835
- getOptionsData: (keyword: string, curPage: number) => Promise<any>;
811
+ searchOptions: (keyword: string) => Promise<any>;
836
812
  _handleSearch: (query: string) => Promise<void>;
837
813
  handleSearch: (query: string) => Promise<void>;
838
814
  handleInitData: () => Promise<void>;
839
- handleClear: () => Promise<void>;
815
+ renderLabel: (option: import("naive-ui").SelectOption) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
816
+ [key: string]: any;
817
+ }>;
840
818
  renderTag: ({ option, handleClose }: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
841
819
  [key: string]: any;
842
820
  }>;
843
821
  NSelect: any;
844
- SelectDynamicOption: import("vue").DefineComponent<{
845
- dynamicOptionInfo: {
846
- type: import("vue").PropType<import("../../../..").AnyObject>;
847
- default: () => {};
848
- };
849
- fieldTitleList: {
850
- type: import("vue").PropType<import("../../../..").AnyObject[]>;
851
- default: () => never[];
852
- };
853
- optionList: {
854
- type: import("vue").PropType<import("../../../..").AnyObject[]>;
855
- default: () => never[];
856
- };
857
- isMultiple: {
858
- type: BooleanConstructor;
859
- default: boolean;
860
- };
861
- curPage: {
862
- type: NumberConstructor;
863
- default: number;
864
- };
865
- isLastPage: {
866
- type: BooleanConstructor;
867
- default: boolean;
868
- };
869
- }, {
870
- selectMinWidth: number;
871
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
872
- dynamicOptionInfo: {
873
- type: import("vue").PropType<import("../../../..").AnyObject>;
874
- default: () => {};
875
- };
876
- fieldTitleList: {
877
- type: import("vue").PropType<import("../../../..").AnyObject[]>;
878
- default: () => never[];
879
- };
880
- optionList: {
881
- type: import("vue").PropType<import("../../../..").AnyObject[]>;
882
- default: () => never[];
883
- };
884
- isMultiple: {
885
- type: BooleanConstructor;
886
- default: boolean;
887
- };
888
- curPage: {
889
- type: NumberConstructor;
890
- default: number;
891
- };
892
- isLastPage: {
893
- type: BooleanConstructor;
894
- default: boolean;
895
- };
896
- }>> & {
897
- onUpdateSelect?: ((...args: any[]) => any) | undefined;
898
- onUpdatePage?: ((...args: any[]) => any) | undefined;
899
- }>>;
900
- emit: (event: "updateSelect" | "updatePage", ...args: any[]) => void;
901
- dragEndWidth: import("vue").Ref<number>;
902
- showKeys: import("vue").ComputedRef<any>;
903
- titleList: import("vue").ComputedRef<string[]>;
904
- handleSelect: (option: any) => void;
905
- searchByPage: (onePage: number) => void;
906
- changeWidth: ({ distance }: any) => void;
907
- saveWidth: () => void;
908
- NEmpty: any;
909
- NButtonGroup: any;
910
- NButton: any;
911
- NIcon: any;
912
- NPopover: any;
913
- vFlexibleResize: {
914
- mounted(el: any, { value }: any): void;
915
- beforeUnmount(el: any): void;
916
- };
917
- 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<{}>>, {}>;
918
- 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<{}>>, {}>;
919
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
920
- dynamicOptionInfo: {
921
- type: import("vue").PropType<import("../../../..").AnyObject>;
922
- default: () => {};
923
- };
924
- fieldTitleList: {
925
- type: import("vue").PropType<import("../../../..").AnyObject[]>;
926
- default: () => never[];
927
- };
928
- optionList: {
929
- type: import("vue").PropType<import("../../../..").AnyObject[]>;
930
- default: () => never[];
931
- };
932
- isMultiple: {
933
- type: BooleanConstructor;
934
- default: boolean;
935
- };
936
- curPage: {
937
- type: NumberConstructor;
938
- default: number;
939
- };
940
- isLastPage: {
941
- type: BooleanConstructor;
942
- default: boolean;
943
- };
944
- }>> & {
945
- onUpdateSelect?: ((...args: any[]) => any) | undefined;
946
- onUpdatePage?: ((...args: any[]) => any) | undefined;
947
- }, {
948
- dynamicOptionInfo: import("../../../..").AnyObject;
949
- fieldTitleList: import("../../../..").AnyObject[];
950
- optionList: import("../../../..").AnyObject[];
951
- isMultiple: boolean;
952
- curPage: number;
953
- isLastPage: boolean;
954
- }>;
955
822
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
956
823
  paramCfg: {
957
824
  type: ObjectConstructor;
@@ -1057,15 +924,8 @@ declare const _default: import("vue").DefineComponent<{
1057
924
  valueFormat: import("vue").ComputedRef<string>;
1058
925
  dateFormat: import("vue").ComputedRef<string>;
1059
926
  compType: import("vue").ComputedRef<any>;
1060
- optionSetting: import("vue").ComputedRef<any>;
1061
- isPastTime: import("vue").ComputedRef<boolean>;
1062
- isFutureTime: import("vue").ComputedRef<boolean>;
1063
927
  startPlaceholder: import("vue").ComputedRef<"初始日期" | "初始时间">;
1064
928
  endPlaceholder: import("vue").ComputedRef<"截止日期" | "截止时间">;
1065
- startDefault: import("vue").ComputedRef<string>;
1066
- endDefault: import("vue").ComputedRef<string>;
1067
- startDateFormat: import("vue").ComputedRef<string | null>;
1068
- endDateFormat: import("vue").ComputedRef<string | null>;
1069
929
  dateType: any;
1070
930
  widgetOptions: import("vue").ComputedRef<{
1071
931
  label: string;
@@ -1074,19 +934,8 @@ declare const _default: import("vue").DefineComponent<{
1074
934
  presetValCp: import("vue").WritableComputedRef<string>;
1075
935
  handleChange: (val: any, type: "end" | "start") => void;
1076
936
  isStartDateDisabled: (ts: number) => boolean;
1077
- timeStartDisabled: (ts: number) => {
1078
- isHourDisabled(hour: number): boolean | 0;
1079
- isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
1080
- isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
1081
- };
1082
937
  isEndDateDisabled: (ts: number) => boolean;
1083
- timeEndDisabled: (ts: number) => {
1084
- isHourDisabled(hour: number): boolean | 0;
1085
- isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
1086
- isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
1087
- };
1088
938
  NSelect: any;
1089
- NPopover: any;
1090
939
  CDatePicker: import("../../../..").SFCWithInstall<import("vue").DefineComponent<{
1091
940
  updateUnchangedValue: {
1092
941
  type: BooleanConstructor;
@@ -1188,7 +1037,6 @@ declare const _default: import("vue").DefineComponent<{
1188
1037
  };
1189
1038
  }, {
1190
1039
  handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
1191
- message: import("naive-ui").MessageApi;
1192
1040
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1193
1041
  paramCfg: {
1194
1042
  type: ObjectConstructor;
@@ -1228,9 +1076,7 @@ declare const _default: import("vue").DefineComponent<{
1228
1076
  INPUT: string;
1229
1077
  SELECT: string;
1230
1078
  DATE: string;
1231
- DATE_OUT: string;
1232
1079
  DATE_TIME: string;
1233
- DATETIME_OUT: string;
1234
1080
  CHECKBOX_GROUP: string;
1235
1081
  INPUTNUMBER_RANGE: string;
1236
1082
  DATE_RANGE_OUT: string;