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
@@ -566,6 +566,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
566
566
  bodyStyle: import("vue").Ref<{
567
567
  maxHeight: string;
568
568
  height: string;
569
+ overflowY: string;
569
570
  }>;
570
571
  conditionApiRef: any;
571
572
  filterTimer: any;
@@ -734,9 +735,6 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
734
735
  presetValCp: import("vue").WritableComputedRef<string>;
735
736
  widgetType: import("vue").ComputedRef<any>;
736
737
  Date: import("vue").DefineComponent<{
737
- componentCfg: {
738
- type: ObjectConstructor;
739
- };
740
738
  paramCfg: {
741
739
  type: ObjectConstructor;
742
740
  default: null;
@@ -751,9 +749,6 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
751
749
  };
752
750
  }, {
753
751
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
754
- componentCfg: {
755
- type: ObjectConstructor;
756
- };
757
752
  paramCfg: {
758
753
  type: ObjectConstructor;
759
754
  default: null;
@@ -776,17 +771,11 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
776
771
  dateType: any;
777
772
  valueFormat: import("vue").ComputedRef<string>;
778
773
  compType: import("vue").ComputedRef<any>;
779
- optionSetting: import("vue").ComputedRef<any>;
774
+ mappingConfig: import("vue").ComputedRef<any>;
780
775
  widgetOptions: import("vue").ComputedRef<{
781
776
  label: string;
782
777
  value: string;
783
778
  }[]>;
784
- isDateDisabled: (ts: number) => boolean;
785
- timeDisabled: (ts: number) => {
786
- isHourDisabled(hour: number): boolean | undefined;
787
- isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
788
- isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
789
- };
790
779
  CDatePicker: SFCWithInstall<import("vue").DefineComponent<{
791
780
  updateUnchangedValue: {
792
781
  type: BooleanConstructor;
@@ -830,7 +819,6 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
830
819
  WidgetValEnums: {
831
820
  CUSTOM: string;
832
821
  FIRST_VAL: string;
833
- WHOLE: string;
834
822
  NOW: string;
835
823
  TODAY: string;
836
824
  TODAY_START: string;
@@ -859,9 +847,6 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
859
847
  LAST_YEAR: string;
860
848
  };
861
849
  }, 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<{
862
- componentCfg: {
863
- type: ObjectConstructor;
864
- };
865
850
  paramCfg: {
866
851
  type: ObjectConstructor;
867
852
  default: null;
@@ -969,7 +954,11 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
969
954
  emit: (event: "update:modelValue", ...args: any[]) => void;
970
955
  valueCp: import("vue").WritableComputedRef<any>;
971
956
  optionSetting: import("vue").ComputedRef<any>;
972
- widgetOptions: import("vue").ComputedRef<any>;
957
+ mappingConfig: import("vue").ComputedRef<any>;
958
+ widgetOptions: import("vue").ComputedRef<{
959
+ label: string;
960
+ value: string;
961
+ }[]>;
973
962
  NSelect: any;
974
963
  WidgetOptionEnums: {
975
964
  RADIO: string;
@@ -1009,7 +998,6 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1009
998
  default: null;
1010
999
  };
1011
1000
  }, {
1012
- message: import("naive-ui").MessageApi;
1013
1001
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1014
1002
  paramCfg: {
1015
1003
  type: ObjectConstructor;
@@ -1022,195 +1010,28 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1022
1010
  }>> & {
1023
1011
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1024
1012
  }>>;
1025
- getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
1013
+ handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
1014
+ $attrs: {
1015
+ [x: string]: unknown;
1016
+ };
1026
1017
  emit: (event: "update:modelValue", ...args: any[]) => void;
1018
+ selectOptions: import("vue").Ref<any[]>;
1027
1019
  isLoading: import("vue").Ref<boolean>;
1028
1020
  filterApiConfig: import("../../../es/shared/types").AnyObject;
1029
- classifyFilterList: import("vue").Ref<import("../../../es/shared/types").AnyObject[]>;
1030
- totalPage: import("vue").Ref<number>;
1031
- menuProps: {
1032
- class: string;
1033
- };
1034
- curPage: import("vue").Ref<number>;
1035
- fieldTitleList: import("vue").Ref<any>;
1036
- selectOptions: import("vue").Ref<any[]>;
1037
- keywordVal: import("vue").Ref<any>;
1021
+ valueCp: import("vue").WritableComputedRef<any>;
1038
1022
  optionSetting: import("vue").ComputedRef<any>;
1039
1023
  isMultiple: import("vue").ComputedRef<boolean>;
1040
- dynamicOptionInfos: import("vue").ComputedRef<any>;
1041
- isLastPage: import("vue").ComputedRef<boolean>;
1042
- valueCp: import("vue").ComputedRef<string | number | any[]>;
1043
- isInitRequest: import("vue").ComputedRef<boolean>;
1044
- setOptionActive: (selectIds: string[]) => void;
1045
- handleUpdateSelect: (value: string[] | null) => void;
1046
- handleUpdatePage: (page: number) => Promise<void>;
1047
- getOptionsData: (keyword: string, curPage: number) => Promise<any>;
1048
- isWhole: (value: string) => boolean;
1024
+ searchOptions: (keyword: string) => Promise<any>;
1049
1025
  _handleSearch: (query: string) => Promise<void>;
1050
1026
  handleSearch: (query: string) => Promise<void>;
1051
1027
  handleInitData: () => Promise<void>;
1052
- handleClear: () => Promise<void>;
1053
- handleUpdateShow: (show: boolean) => void;
1028
+ renderLabel: (option: import("naive-ui").SelectOption) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1029
+ [key: string]: any;
1030
+ }>;
1054
1031
  renderTag: ({ option, handleClose }: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1055
1032
  [key: string]: any;
1056
1033
  }>;
1057
- init: () => void;
1058
1034
  NSelect: any;
1059
- SelectDynamicOption: import("vue").DefineComponent<{
1060
- dynamicOptionInfo: {
1061
- type: import("vue").PropType<import("../../../es/shared/types").AnyObject>;
1062
- default: () => {};
1063
- };
1064
- fieldTitleList: {
1065
- type: import("vue").PropType<import("../../../es/shared/types").AnyObject[]>;
1066
- default: () => never[];
1067
- };
1068
- optionList: {
1069
- type: import("vue").PropType<import("../../../es/shared/types").AnyObject[]>;
1070
- default: () => never[];
1071
- };
1072
- isMultiple: {
1073
- type: BooleanConstructor;
1074
- default: boolean;
1075
- };
1076
- curPage: {
1077
- type: NumberConstructor;
1078
- default: number;
1079
- };
1080
- isLastPage: {
1081
- type: BooleanConstructor;
1082
- default: boolean;
1083
- };
1084
- isShowWhole: {
1085
- type: BooleanConstructor;
1086
- default: boolean;
1087
- };
1088
- }, {
1089
- selectMinWidth: number;
1090
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1091
- dynamicOptionInfo: {
1092
- type: import("vue").PropType<import("../../../es/shared/types").AnyObject>;
1093
- default: () => {};
1094
- };
1095
- fieldTitleList: {
1096
- type: import("vue").PropType<import("../../../es/shared/types").AnyObject[]>;
1097
- default: () => never[];
1098
- };
1099
- optionList: {
1100
- type: import("vue").PropType<import("../../../es/shared/types").AnyObject[]>;
1101
- default: () => never[];
1102
- };
1103
- isMultiple: {
1104
- type: BooleanConstructor;
1105
- default: boolean;
1106
- };
1107
- curPage: {
1108
- type: NumberConstructor;
1109
- default: number;
1110
- };
1111
- isLastPage: {
1112
- type: BooleanConstructor;
1113
- default: boolean;
1114
- };
1115
- isShowWhole: {
1116
- type: BooleanConstructor;
1117
- default: boolean;
1118
- };
1119
- }>> & {
1120
- onUpdateSelect?: ((...args: any[]) => any) | undefined;
1121
- onUpdatePage?: ((...args: any[]) => any) | undefined;
1122
- }>>;
1123
- emit: (event: "updateSelect" | "updatePage", ...args: any[]) => void;
1124
- dragEndWidth: import("vue").Ref<number>;
1125
- showKeys: import("vue").ComputedRef<any>;
1126
- titleList: import("vue").ComputedRef<string[]>;
1127
- handleSelect: (option: any) => void;
1128
- searchByPage: (onePage: number) => void;
1129
- changeWidth: ({ distance }: any) => void;
1130
- saveWidth: () => void;
1131
- NEmpty: any;
1132
- NButtonGroup: any;
1133
- NButton: any;
1134
- NIcon: any;
1135
- NPopover: any;
1136
- vFlexibleResize: {
1137
- mounted(el: any, { value }: any): void;
1138
- beforeUnmount(el: any): void;
1139
- };
1140
- WidgetValEnums: {
1141
- CUSTOM: string;
1142
- FIRST_VAL: string;
1143
- WHOLE: string;
1144
- NOW: string;
1145
- TODAY: string;
1146
- TODAY_START: string;
1147
- TODAY_END: string;
1148
- TOMORROW: string;
1149
- TOMORROW_START: string;
1150
- TOMORROW_END: string;
1151
- YESTERDAY: string;
1152
- YESTERDAY_START: string;
1153
- YESTERDAY_END: string;
1154
- THIS_WEEK: string;
1155
- WEEK_START: string;
1156
- WEEK_END: string;
1157
- NEXT_WEEK: string;
1158
- LAST_WEEK: string;
1159
- THIS_MONTH: string;
1160
- MONTH_START: string;
1161
- MONTH_END: string;
1162
- NEXT_MONTH: string;
1163
- LAST_MONTH: string;
1164
- THIS_QUARTER: string;
1165
- NEXT_QUARTER: string;
1166
- LAST_QUARTER: string;
1167
- THIS_YEAR: string;
1168
- NEXT_YEAR: string;
1169
- LAST_YEAR: string;
1170
- };
1171
- 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<{}>>, {}>;
1172
- 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<{}>>, {}>;
1173
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1174
- dynamicOptionInfo: {
1175
- type: import("vue").PropType<import("../../../es/shared/types").AnyObject>;
1176
- default: () => {};
1177
- };
1178
- fieldTitleList: {
1179
- type: import("vue").PropType<import("../../../es/shared/types").AnyObject[]>;
1180
- default: () => never[];
1181
- };
1182
- optionList: {
1183
- type: import("vue").PropType<import("../../../es/shared/types").AnyObject[]>;
1184
- default: () => never[];
1185
- };
1186
- isMultiple: {
1187
- type: BooleanConstructor;
1188
- default: boolean;
1189
- };
1190
- curPage: {
1191
- type: NumberConstructor;
1192
- default: number;
1193
- };
1194
- isLastPage: {
1195
- type: BooleanConstructor;
1196
- default: boolean;
1197
- };
1198
- isShowWhole: {
1199
- type: BooleanConstructor;
1200
- default: boolean;
1201
- };
1202
- }>> & {
1203
- onUpdateSelect?: ((...args: any[]) => any) | undefined;
1204
- onUpdatePage?: ((...args: any[]) => any) | undefined;
1205
- }, {
1206
- dynamicOptionInfo: import("../../../es/shared/types").AnyObject;
1207
- fieldTitleList: import("../../../es/shared/types").AnyObject[];
1208
- optionList: import("../../../es/shared/types").AnyObject[];
1209
- isMultiple: boolean;
1210
- curPage: number;
1211
- isLastPage: boolean;
1212
- isShowWhole: boolean;
1213
- }>;
1214
1035
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1215
1036
  paramCfg: {
1216
1037
  type: ObjectConstructor;
@@ -1316,15 +1137,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1316
1137
  valueFormat: import("vue").ComputedRef<string>;
1317
1138
  dateFormat: import("vue").ComputedRef<string>;
1318
1139
  compType: import("vue").ComputedRef<any>;
1319
- optionSetting: import("vue").ComputedRef<any>;
1320
- isPastTime: import("vue").ComputedRef<boolean>;
1321
- isFutureTime: import("vue").ComputedRef<boolean>;
1322
1140
  startPlaceholder: import("vue").ComputedRef<"初始日期" | "初始时间">;
1323
1141
  endPlaceholder: import("vue").ComputedRef<"截止日期" | "截止时间">;
1324
- startDefault: import("vue").ComputedRef<string>;
1325
- endDefault: import("vue").ComputedRef<string>;
1326
- startDateFormat: import("vue").ComputedRef<string | null>;
1327
- endDateFormat: import("vue").ComputedRef<string | null>;
1328
1142
  dateType: any;
1329
1143
  widgetOptions: import("vue").ComputedRef<{
1330
1144
  label: string;
@@ -1333,19 +1147,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1333
1147
  presetValCp: import("vue").WritableComputedRef<string>;
1334
1148
  handleChange: (val: any, type: "end" | "start") => void;
1335
1149
  isStartDateDisabled: (ts: number) => boolean;
1336
- timeStartDisabled: (ts: number) => {
1337
- isHourDisabled(hour: number): boolean | 0;
1338
- isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
1339
- isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
1340
- };
1341
1150
  isEndDateDisabled: (ts: number) => boolean;
1342
- timeEndDisabled: (ts: number) => {
1343
- isHourDisabled(hour: number): boolean | 0;
1344
- isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
1345
- isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
1346
- };
1347
1151
  NSelect: any;
1348
- NPopover: any;
1349
1152
  CDatePicker: SFCWithInstall<import("vue").DefineComponent<{
1350
1153
  updateUnchangedValue: {
1351
1154
  type: BooleanConstructor;
@@ -1388,7 +1191,6 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1388
1191
  WidgetValEnums: {
1389
1192
  CUSTOM: string;
1390
1193
  FIRST_VAL: string;
1391
- WHOLE: string;
1392
1194
  NOW: string;
1393
1195
  TODAY: string;
1394
1196
  TODAY_START: string;
@@ -1447,8 +1249,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1447
1249
  default: null;
1448
1250
  };
1449
1251
  }, {
1450
- getDynamicLabelData: (params: any, filterApiConfig: any) => Promise<any>;
1451
- message: import("naive-ui").MessageApi;
1252
+ handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
1452
1253
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1453
1254
  paramCfg: {
1454
1255
  type: ObjectConstructor;
@@ -1488,9 +1289,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1488
1289
  INPUT: string;
1489
1290
  SELECT: string;
1490
1291
  DATE: string;
1491
- DATE_OUT: string;
1492
1292
  DATE_TIME: string;
1493
- DATETIME_OUT: string;
1494
1293
  CHECKBOX_GROUP: string;
1495
1294
  INPUTNUMBER_RANGE: string;
1496
1295
  DATE_RANGE_OUT: string;