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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (168) hide show
  1. package/README.md +87 -87
  2. package/es/components/base-search/index.d.ts +8 -17
  3. package/es/components/base-search/src/index.vue.d.ts +8 -17
  4. package/es/components/base-search/src/index.vue2.js +1 -1
  5. package/es/components/base-search/style/index.css +1 -1
  6. package/es/components/classification/index.d.ts +18 -219
  7. package/es/components/classification/src/components/search-filter/index.vue.d.ts +18 -219
  8. package/es/components/classification/src/components/search-filter/index.vue2.js +1 -1
  9. package/es/components/classification/src/components/set-classification/index.vue.d.ts +18 -219
  10. package/es/components/classification/src/index.vue.d.ts +18 -219
  11. package/es/components/fabric-chart/src/FabricChart.vue2.js +1 -1
  12. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
  13. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +1 -1
  14. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +1 -1
  15. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +1 -1
  16. package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
  17. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
  18. package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +1 -1
  19. package/es/components/fabric-chart/src/utils/index.d.ts +0 -1
  20. package/es/components/fabric-chart/src/utils/index.js +1 -1
  21. package/es/components/form-render/src/components/renderer/radio_checkbox.js +1 -1
  22. package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +1 -1
  23. package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.js +1 -1
  24. package/es/components/index.css +1 -1
  25. package/es/components/index.d.ts +1 -2
  26. package/es/components/index.js +1 -1
  27. package/es/components/quick-search/index.d.ts +7 -21
  28. package/es/components/quick-search/src/index.vue.d.ts +7 -21
  29. package/es/components/quick-search/src/index.vue2.js +1 -1
  30. package/es/components/quick-search/style/index.css +1 -1
  31. package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
  32. package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
  33. package/es/components/select-person/src/SearchMultiple.vue.d.ts +6 -0
  34. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +17 -219
  35. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +1 -1
  36. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +1 -17
  37. package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +1 -1
  38. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +0 -19
  39. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +1 -1
  40. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +11 -178
  41. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +1 -1
  42. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +5 -1
  43. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue2.js +1 -1
  44. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +1 -2
  45. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +1 -1
  46. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +17 -217
  47. package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.js +1 -1
  48. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +17 -219
  49. package/es/components/table-filter/src/components/classify-filter/index.vue2.js +1 -1
  50. package/es/components/table-filter/src/components/render-widget/basicData.d.ts +4 -0
  51. package/es/components/table-filter/src/components/render-widget/basicData.js +1 -0
  52. package/es/components/table-filter/src/components/render-widget/components/{DateOut.vue.d.ts → Date.vue.d.ts} +2 -21
  53. package/es/components/table-filter/src/components/render-widget/components/Date.vue.js +1 -0
  54. package/es/components/table-filter/src/components/render-widget/components/Date.vue2.js +1 -0
  55. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +8 -117
  56. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +1 -1
  57. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +9 -13
  58. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +1 -1
  59. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +6 -8
  60. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +1 -1
  61. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +6 -7
  62. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +1 -1
  63. package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +25 -19
  64. package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +1 -1
  65. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +36 -611
  66. package/es/components/table-filter/src/components/render-widget/components/index.js +1 -1
  67. package/es/components/table-filter/src/components/render-widget/enums.d.ts +3 -10
  68. package/es/components/table-filter/src/components/render-widget/enums.js +1 -1
  69. package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.d.ts +6 -2
  70. package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +1 -1
  71. package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +3 -4
  72. package/es/components/table-filter/src/components/render-widget/index.vue.js +1 -1
  73. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +35 -639
  74. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
  75. package/es/components/table-filter/src/constants/index.d.ts +1 -3
  76. package/es/components/table-filter/src/constants/index.js +1 -1
  77. package/es/components/table-filter/src/hooks/useAdvanced.d.ts +4 -9
  78. package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
  79. package/es/components/table-filter/src/hooks/useRenderWidget.d.ts +3 -3
  80. package/es/components/table-filter/src/hooks/useRenderWidget.js +1 -1
  81. package/es/components/table-filter/src/tool/baseOptions.d.ts +8 -0
  82. package/es/components/table-filter/src/tool/baseOptions.js +1 -1
  83. package/es/components/table-filter/src/tool/generateDefOptions.d.ts +7 -0
  84. package/es/components/table-filter/src/tool/generateDefOptions.js +1 -0
  85. package/es/components/table-filter/src/tool/transformData.d.ts +1 -0
  86. package/es/components/table-filter/src/tool/transformData.js +1 -1
  87. package/es/components/table-filter/src/types/enums.d.ts +0 -3
  88. package/es/components/table-filter/src/types/enums.js +1 -1
  89. package/es/components/table-filter/src/types/index.d.ts +0 -7
  90. package/es/env.d.ts +25 -25
  91. package/es/shared/assets/img/failure.png.js +1 -1
  92. package/es/shared/assets/img/no-permission.png.js +1 -1
  93. package/es/shared/assets/img/nodata.png.js +1 -1
  94. package/es/shared/assets/img/notfound.png.js +1 -1
  95. package/es/shared/assets/img/qr.png.js +1 -1
  96. package/es/shared/assets/img/success.png.js +1 -1
  97. package/es/shared/assets/img/video.png.js +1 -1
  98. package/es/shared/assets/img/video_default_cover.png.js +1 -1
  99. package/es/shared/assets/img/xb_big.png.js +1 -1
  100. package/es/shared/assets/img/xb_small.png.js +1 -1
  101. package/es/shared/package.json.js +1 -1
  102. package/es/shared/utils/fabricjs/index.js +1 -1
  103. package/package.json +2 -2
  104. package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  105. package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
  106. package/es/components/bpmn-workflow/types/ModelingModule.d.ts +0 -1
  107. package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
  108. package/es/components/form-render/src/components/renderer/dist/levelSearchCascader.d.ts +0 -77
  109. package/es/components/form-render/src/components/renderer/dist/searchCascade.d.ts +0 -93
  110. package/es/components/iho-table/src/plugins/dist/highLightSetPlugin.d.ts +0 -3
  111. package/es/components/iho-table/src/plugins/filterRenderPlugin/dist/index.d.ts +0 -3
  112. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/dist/index.d.ts +0 -3
  113. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/dist/defaultRendererPlugin.d.ts +0 -3
  114. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/dist/seqRendererPlugin.d.ts +0 -3
  115. package/es/components/iho-table/src/plugins/varialbleHeightPlugin/dist/index.d.ts +0 -3
  116. package/es/components/iho-table/src/utils/dist/index.d.ts +0 -44
  117. package/es/components/scale-view/src/components/formitem/dist/r-address.d.ts +0 -36
  118. package/es/components/scale-view/src/components/formitem/dist/r-sign.d.ts +0 -36
  119. package/es/components/scale-view/src/components/formitem/dist/standard-modal.d.ts +0 -82
  120. package/es/components/search-cascader/src/components/dist/SearchMenu.d.ts +0 -57
  121. package/es/components/search-cascader/src/components/dist/SearchMenu1.d.ts +0 -57
  122. package/es/components/table-export-field/index.d.ts +0 -967
  123. package/es/components/table-export-field/index.js +0 -1
  124. package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +0 -192
  125. package/es/components/table-export-field/src/components/ExportModal.vue.js +0 -1
  126. package/es/components/table-export-field/src/components/ExportModal.vue2.js +0 -1
  127. package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +0 -687
  128. package/es/components/table-export-field/src/components/SaveProjectModal.vue.js +0 -1
  129. package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +0 -1
  130. package/es/components/table-export-field/src/constants/index.d.ts +0 -3
  131. package/es/components/table-export-field/src/constants/index.js +0 -1
  132. package/es/components/table-export-field/src/hooks/useAsyncData.d.ts +0 -6
  133. package/es/components/table-export-field/src/hooks/useAsyncData.js +0 -1
  134. package/es/components/table-export-field/src/index.vue.d.ts +0 -968
  135. package/es/components/table-export-field/src/index.vue.js +0 -1
  136. package/es/components/table-export-field/src/index.vue2.js +0 -1
  137. package/es/components/table-export-field/src/types/index.d.ts +0 -6
  138. package/es/components/table-export-field/src/types/index.js +0 -1
  139. package/es/components/table-export-field/style/index.css +0 -1
  140. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +0 -231
  141. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.js +0 -1
  142. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +0 -1
  143. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.js +0 -1
  144. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +0 -1
  145. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +0 -71
  146. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.js +0 -1
  147. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +0 -1
  148. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +0 -223
  149. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.js +0 -1
  150. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +0 -1
  151. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +0 -158
  152. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.js +0 -1
  153. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +0 -1
  154. package/es/components/table-filter/src/components/render-widget/helpers/dateDisabled.d.ts +0 -27
  155. package/es/components/table-filter/src/components/render-widget/helpers/dateDisabled.js +0 -1
  156. package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.d.ts +0 -55
  157. package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +0 -1
  158. package/es/components/table-filter/src/components/render-widget/helpers/enums.d.ts +0 -56
  159. package/es/components/table-filter/src/components/render-widget/helpers/enums.js +0 -1
  160. package/es/components/table-filter/src/components/render-widget/helpers/selectExtraMap.d.ts +0 -4
  161. package/es/components/table-filter/src/components/render-widget/helpers/selectExtraMap.js +0 -1
  162. package/es/components/table-filter/src/components/render-widget/helpers/setDefaultValue.d.ts +0 -4
  163. package/es/components/table-filter/src/components/render-widget/helpers/setDefaultValue.js +0 -1
  164. package/es/components/table-filter/src/hooks/useAsyncData.d.ts +0 -4
  165. package/es/components/table-filter/src/hooks/useAsyncData.js +0 -1
  166. package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +0 -86
  167. package/es/shared/utils/fabricjs/index.d.ts +0 -6823
  168. package/es/shared/utils/tapable/index.d.ts +0 -139
@@ -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;
@@ -617,7 +606,6 @@ declare const _default: import("vue").DefineComponent<{
617
606
  WidgetValEnums: {
618
607
  CUSTOM: string;
619
608
  FIRST_VAL: string;
620
- WHOLE: string;
621
609
  NOW: string;
622
610
  TODAY: string;
623
611
  TODAY_START: string;
@@ -646,9 +634,6 @@ declare const _default: import("vue").DefineComponent<{
646
634
  LAST_YEAR: string;
647
635
  };
648
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<{
649
- componentCfg: {
650
- type: ObjectConstructor;
651
- };
652
637
  paramCfg: {
653
638
  type: ObjectConstructor;
654
639
  default: null;
@@ -756,7 +741,11 @@ declare const _default: import("vue").DefineComponent<{
756
741
  emit: (event: "update:modelValue", ...args: any[]) => void;
757
742
  valueCp: import("vue").WritableComputedRef<any>;
758
743
  optionSetting: import("vue").ComputedRef<any>;
759
- widgetOptions: import("vue").ComputedRef<any>;
744
+ mappingConfig: import("vue").ComputedRef<any>;
745
+ widgetOptions: import("vue").ComputedRef<{
746
+ label: string;
747
+ value: string;
748
+ }[]>;
760
749
  NSelect: any;
761
750
  WidgetOptionEnums: {
762
751
  RADIO: string;
@@ -796,7 +785,6 @@ declare const _default: import("vue").DefineComponent<{
796
785
  default: null;
797
786
  };
798
787
  }, {
799
- message: import("naive-ui").MessageApi;
800
788
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
801
789
  paramCfg: {
802
790
  type: ObjectConstructor;
@@ -809,195 +797,28 @@ declare const _default: import("vue").DefineComponent<{
809
797
  }>> & {
810
798
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
811
799
  }>>;
812
- getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
800
+ handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
801
+ $attrs: {
802
+ [x: string]: unknown;
803
+ };
813
804
  emit: (event: "update:modelValue", ...args: any[]) => void;
805
+ selectOptions: import("vue").Ref<any[]>;
814
806
  isLoading: import("vue").Ref<boolean>;
815
807
  filterApiConfig: import("../../../..").AnyObject;
816
- classifyFilterList: import("vue").Ref<import("../../../..").AnyObject[]>;
817
- totalPage: import("vue").Ref<number>;
818
- menuProps: {
819
- class: string;
820
- };
821
- curPage: import("vue").Ref<number>;
822
- fieldTitleList: import("vue").Ref<any>;
823
- selectOptions: import("vue").Ref<any[]>;
824
- keywordVal: import("vue").Ref<any>;
808
+ valueCp: import("vue").WritableComputedRef<any>;
825
809
  optionSetting: import("vue").ComputedRef<any>;
826
810
  isMultiple: import("vue").ComputedRef<boolean>;
827
- dynamicOptionInfos: import("vue").ComputedRef<any>;
828
- isLastPage: import("vue").ComputedRef<boolean>;
829
- valueCp: import("vue").ComputedRef<string | number | any[]>;
830
- isInitRequest: import("vue").ComputedRef<boolean>;
831
- setOptionActive: (selectIds: string[]) => void;
832
- handleUpdateSelect: (value: string[] | null) => void;
833
- handleUpdatePage: (page: number) => Promise<void>;
834
- getOptionsData: (keyword: string, curPage: number) => Promise<any>;
835
- isWhole: (value: string) => boolean;
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>;
840
- handleUpdateShow: (show: boolean) => void;
815
+ renderLabel: (option: import("naive-ui").SelectOption) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
816
+ [key: string]: any;
817
+ }>;
841
818
  renderTag: ({ option, handleClose }: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
842
819
  [key: string]: any;
843
820
  }>;
844
- init: () => void;
845
821
  NSelect: any;
846
- SelectDynamicOption: import("vue").DefineComponent<{
847
- dynamicOptionInfo: {
848
- type: import("vue").PropType<import("../../../..").AnyObject>;
849
- default: () => {};
850
- };
851
- fieldTitleList: {
852
- type: import("vue").PropType<import("../../../..").AnyObject[]>;
853
- default: () => never[];
854
- };
855
- optionList: {
856
- type: import("vue").PropType<import("../../../..").AnyObject[]>;
857
- default: () => never[];
858
- };
859
- isMultiple: {
860
- type: BooleanConstructor;
861
- default: boolean;
862
- };
863
- curPage: {
864
- type: NumberConstructor;
865
- default: number;
866
- };
867
- isLastPage: {
868
- type: BooleanConstructor;
869
- default: boolean;
870
- };
871
- isShowWhole: {
872
- type: BooleanConstructor;
873
- default: boolean;
874
- };
875
- }, {
876
- selectMinWidth: number;
877
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
878
- dynamicOptionInfo: {
879
- type: import("vue").PropType<import("../../../..").AnyObject>;
880
- default: () => {};
881
- };
882
- fieldTitleList: {
883
- type: import("vue").PropType<import("../../../..").AnyObject[]>;
884
- default: () => never[];
885
- };
886
- optionList: {
887
- type: import("vue").PropType<import("../../../..").AnyObject[]>;
888
- default: () => never[];
889
- };
890
- isMultiple: {
891
- type: BooleanConstructor;
892
- default: boolean;
893
- };
894
- curPage: {
895
- type: NumberConstructor;
896
- default: number;
897
- };
898
- isLastPage: {
899
- type: BooleanConstructor;
900
- default: boolean;
901
- };
902
- isShowWhole: {
903
- type: BooleanConstructor;
904
- default: boolean;
905
- };
906
- }>> & {
907
- onUpdateSelect?: ((...args: any[]) => any) | undefined;
908
- onUpdatePage?: ((...args: any[]) => any) | undefined;
909
- }>>;
910
- emit: (event: "updateSelect" | "updatePage", ...args: any[]) => void;
911
- dragEndWidth: import("vue").Ref<number>;
912
- showKeys: import("vue").ComputedRef<any>;
913
- titleList: import("vue").ComputedRef<string[]>;
914
- handleSelect: (option: any) => void;
915
- searchByPage: (onePage: number) => void;
916
- changeWidth: ({ distance }: any) => void;
917
- saveWidth: () => void;
918
- NEmpty: any;
919
- NButtonGroup: any;
920
- NButton: any;
921
- NIcon: any;
922
- NPopover: any;
923
- vFlexibleResize: {
924
- mounted(el: any, { value }: any): void;
925
- beforeUnmount(el: any): void;
926
- };
927
- WidgetValEnums: {
928
- CUSTOM: string;
929
- FIRST_VAL: string;
930
- WHOLE: string;
931
- NOW: string;
932
- TODAY: string;
933
- TODAY_START: string;
934
- TODAY_END: string;
935
- TOMORROW: string;
936
- TOMORROW_START: string;
937
- TOMORROW_END: string;
938
- YESTERDAY: string;
939
- YESTERDAY_START: string;
940
- YESTERDAY_END: string;
941
- THIS_WEEK: string;
942
- WEEK_START: string;
943
- WEEK_END: string;
944
- NEXT_WEEK: string;
945
- LAST_WEEK: string;
946
- THIS_MONTH: string;
947
- MONTH_START: string;
948
- MONTH_END: string;
949
- NEXT_MONTH: string;
950
- LAST_MONTH: string;
951
- THIS_QUARTER: string;
952
- NEXT_QUARTER: string;
953
- LAST_QUARTER: string;
954
- THIS_YEAR: string;
955
- NEXT_YEAR: string;
956
- LAST_YEAR: string;
957
- };
958
- 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<{}>>, {}>;
959
- 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<{}>>, {}>;
960
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
961
- dynamicOptionInfo: {
962
- type: import("vue").PropType<import("../../../..").AnyObject>;
963
- default: () => {};
964
- };
965
- fieldTitleList: {
966
- type: import("vue").PropType<import("../../../..").AnyObject[]>;
967
- default: () => never[];
968
- };
969
- optionList: {
970
- type: import("vue").PropType<import("../../../..").AnyObject[]>;
971
- default: () => never[];
972
- };
973
- isMultiple: {
974
- type: BooleanConstructor;
975
- default: boolean;
976
- };
977
- curPage: {
978
- type: NumberConstructor;
979
- default: number;
980
- };
981
- isLastPage: {
982
- type: BooleanConstructor;
983
- default: boolean;
984
- };
985
- isShowWhole: {
986
- type: BooleanConstructor;
987
- default: boolean;
988
- };
989
- }>> & {
990
- onUpdateSelect?: ((...args: any[]) => any) | undefined;
991
- onUpdatePage?: ((...args: any[]) => any) | undefined;
992
- }, {
993
- dynamicOptionInfo: import("../../../..").AnyObject;
994
- fieldTitleList: import("../../../..").AnyObject[];
995
- optionList: import("../../../..").AnyObject[];
996
- isMultiple: boolean;
997
- curPage: number;
998
- isLastPage: boolean;
999
- isShowWhole: boolean;
1000
- }>;
1001
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<{
1002
823
  paramCfg: {
1003
824
  type: ObjectConstructor;
@@ -1103,15 +924,8 @@ declare const _default: import("vue").DefineComponent<{
1103
924
  valueFormat: import("vue").ComputedRef<string>;
1104
925
  dateFormat: import("vue").ComputedRef<string>;
1105
926
  compType: import("vue").ComputedRef<any>;
1106
- optionSetting: import("vue").ComputedRef<any>;
1107
- isPastTime: import("vue").ComputedRef<boolean>;
1108
- isFutureTime: import("vue").ComputedRef<boolean>;
1109
927
  startPlaceholder: import("vue").ComputedRef<"初始日期" | "初始时间">;
1110
928
  endPlaceholder: import("vue").ComputedRef<"截止日期" | "截止时间">;
1111
- startDefault: import("vue").ComputedRef<string>;
1112
- endDefault: import("vue").ComputedRef<string>;
1113
- startDateFormat: import("vue").ComputedRef<string | null>;
1114
- endDateFormat: import("vue").ComputedRef<string | null>;
1115
929
  dateType: any;
1116
930
  widgetOptions: import("vue").ComputedRef<{
1117
931
  label: string;
@@ -1120,19 +934,8 @@ declare const _default: import("vue").DefineComponent<{
1120
934
  presetValCp: import("vue").WritableComputedRef<string>;
1121
935
  handleChange: (val: any, type: "end" | "start") => void;
1122
936
  isStartDateDisabled: (ts: number) => boolean;
1123
- timeStartDisabled: (ts: number) => {
1124
- isHourDisabled(hour: number): boolean | 0;
1125
- isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
1126
- isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
1127
- };
1128
937
  isEndDateDisabled: (ts: number) => boolean;
1129
- timeEndDisabled: (ts: number) => {
1130
- isHourDisabled(hour: number): boolean | 0;
1131
- isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
1132
- isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
1133
- };
1134
938
  NSelect: any;
1135
- NPopover: any;
1136
939
  CDatePicker: import("../../../..").SFCWithInstall<import("vue").DefineComponent<{
1137
940
  updateUnchangedValue: {
1138
941
  type: BooleanConstructor;
@@ -1175,7 +978,6 @@ declare const _default: import("vue").DefineComponent<{
1175
978
  WidgetValEnums: {
1176
979
  CUSTOM: string;
1177
980
  FIRST_VAL: string;
1178
- WHOLE: string;
1179
981
  NOW: string;
1180
982
  TODAY: string;
1181
983
  TODAY_START: string;
@@ -1234,8 +1036,7 @@ declare const _default: import("vue").DefineComponent<{
1234
1036
  default: null;
1235
1037
  };
1236
1038
  }, {
1237
- getDynamicLabelData: (params: any, filterApiConfig: any) => Promise<any>;
1238
- message: import("naive-ui").MessageApi;
1039
+ handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
1239
1040
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1240
1041
  paramCfg: {
1241
1042
  type: ObjectConstructor;
@@ -1275,9 +1076,7 @@ declare const _default: import("vue").DefineComponent<{
1275
1076
  INPUT: string;
1276
1077
  SELECT: string;
1277
1078
  DATE: string;
1278
- DATE_OUT: string;
1279
1079
  DATE_TIME: string;
1280
- DATETIME_OUT: string;
1281
1080
  CHECKBOX_GROUP: string;
1282
1081
  INPUTNUMBER_RANGE: string;
1283
1082
  DATE_RANGE_OUT: string;