cnhis-design-vue 3.1.46-beta.0 → 3.1.46-beta.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 (134) hide show
  1. package/README.md +87 -87
  2. package/es/components/base-search/index.d.ts +11 -7
  3. package/es/components/base-search/src/index.vue.d.ts +11 -7
  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/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  7. package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +1 -0
  8. package/es/components/bpmn-workflow/types/ModelingModule.d.ts +1 -0
  9. package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +1 -0
  10. package/es/components/classification/index.d.ts +219 -18
  11. package/es/components/classification/src/components/search-filter/index.vue.d.ts +219 -18
  12. package/es/components/classification/src/components/search-filter/index.vue2.js +1 -1
  13. package/es/components/classification/src/components/set-classification/index.vue.d.ts +219 -18
  14. package/es/components/classification/src/index.vue.d.ts +219 -18
  15. package/es/components/form-render/src/components/renderer/dist/levelSearchCascader.d.ts +77 -0
  16. package/es/components/form-render/src/components/renderer/dist/searchCascade.d.ts +93 -0
  17. package/es/components/iho-table/src/plugins/dist/highLightSetPlugin.d.ts +3 -0
  18. package/es/components/iho-table/src/plugins/filterRenderPlugin/dist/index.d.ts +3 -0
  19. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/dist/index.d.ts +3 -0
  20. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/dist/defaultRendererPlugin.d.ts +3 -0
  21. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/dist/seqRendererPlugin.d.ts +3 -0
  22. package/es/components/iho-table/src/plugins/varialbleHeightPlugin/dist/index.d.ts +3 -0
  23. package/es/components/iho-table/src/utils/dist/index.d.ts +44 -0
  24. package/es/components/index.css +1 -1
  25. package/es/components/quick-search/index.d.ts +14 -6
  26. package/es/components/quick-search/src/index.vue.d.ts +14 -6
  27. package/es/components/quick-search/src/index.vue2.js +1 -1
  28. package/es/components/quick-search/style/index.css +1 -1
  29. package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
  30. package/es/components/scale-view/src/components/formitem/dist/r-address.d.ts +36 -0
  31. package/es/components/scale-view/src/components/formitem/dist/r-sign.d.ts +36 -0
  32. package/es/components/scale-view/src/components/formitem/dist/standard-modal.d.ts +82 -0
  33. package/es/components/search-cascader/src/components/dist/SearchMenu.d.ts +57 -0
  34. package/es/components/search-cascader/src/components/dist/SearchMenu1.d.ts +57 -0
  35. package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
  36. package/es/components/select-person/src/SearchMultiple.vue.d.ts +0 -6
  37. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +219 -17
  38. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +1 -1
  39. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +17 -1
  40. package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +1 -1
  41. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +19 -0
  42. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +1 -1
  43. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +178 -11
  44. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +1 -1
  45. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +1 -5
  46. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue2.js +1 -1
  47. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +2 -1
  48. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +1 -1
  49. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +217 -17
  50. package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.js +1 -1
  51. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +219 -17
  52. package/es/components/table-filter/src/components/classify-filter/index.vue2.js +1 -1
  53. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +218 -0
  54. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.js +1 -0
  55. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +1 -0
  56. package/es/components/table-filter/src/components/render-widget/components/{Date.vue.d.ts → DateOut.vue.d.ts} +21 -2
  57. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.js +1 -0
  58. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +1 -0
  59. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +71 -0
  60. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.js +1 -0
  61. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +1 -0
  62. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +99 -5
  63. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +1 -1
  64. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +13 -9
  65. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +1 -1
  66. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +8 -6
  67. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +1 -1
  68. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +7 -6
  69. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +1 -1
  70. package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +19 -25
  71. package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +1 -1
  72. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +223 -0
  73. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.js +1 -0
  74. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +1 -0
  75. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +158 -0
  76. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.js +1 -0
  77. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +1 -0
  78. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +580 -33
  79. package/es/components/table-filter/src/components/render-widget/components/index.js +1 -1
  80. package/es/components/table-filter/src/components/render-widget/enums.d.ts +10 -3
  81. package/es/components/table-filter/src/components/render-widget/enums.js +1 -1
  82. package/es/components/table-filter/src/components/render-widget/helpers/dateDisabled.d.ts +27 -0
  83. package/es/components/table-filter/src/components/render-widget/helpers/dateDisabled.js +1 -0
  84. package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.d.ts +55 -0
  85. package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +1 -0
  86. package/es/components/table-filter/src/components/render-widget/helpers/enums.d.ts +56 -0
  87. package/es/components/table-filter/src/components/render-widget/helpers/enums.js +1 -0
  88. package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.d.ts +2 -6
  89. package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +1 -1
  90. package/es/components/table-filter/src/components/render-widget/helpers/selectExtraMap.d.ts +4 -0
  91. package/es/components/table-filter/src/components/render-widget/helpers/selectExtraMap.js +1 -0
  92. package/es/components/table-filter/src/components/render-widget/helpers/setDefaultValue.d.ts +4 -0
  93. package/es/components/table-filter/src/components/render-widget/helpers/setDefaultValue.js +1 -0
  94. package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +1 -3
  95. package/es/components/table-filter/src/components/render-widget/index.vue.js +1 -1
  96. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +608 -32
  97. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
  98. package/es/components/table-filter/src/constants/index.d.ts +3 -1
  99. package/es/components/table-filter/src/constants/index.js +1 -1
  100. package/es/components/table-filter/src/hooks/useAdvanced.d.ts +8 -4
  101. package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
  102. package/es/components/table-filter/src/hooks/useAsyncData.d.ts +4 -0
  103. package/es/components/table-filter/src/hooks/useAsyncData.js +1 -0
  104. package/es/components/table-filter/src/hooks/useRenderWidget.d.ts +2 -2
  105. package/es/components/table-filter/src/hooks/useRenderWidget.js +1 -1
  106. package/es/components/table-filter/src/tool/baseOptions.d.ts +0 -8
  107. package/es/components/table-filter/src/tool/baseOptions.js +1 -1
  108. package/es/components/table-filter/src/tool/transformData.d.ts +0 -1
  109. package/es/components/table-filter/src/tool/transformData.js +1 -1
  110. package/es/components/table-filter/src/types/enums.d.ts +3 -0
  111. package/es/components/table-filter/src/types/enums.js +1 -1
  112. package/es/components/table-filter/src/types/index.d.ts +6 -0
  113. package/es/env.d.ts +25 -25
  114. package/es/shared/assets/img/failure.png.js +1 -1
  115. package/es/shared/assets/img/no-permission.png.js +1 -1
  116. package/es/shared/assets/img/nodata.png.js +1 -1
  117. package/es/shared/assets/img/notfound.png.js +1 -1
  118. package/es/shared/assets/img/qr.png.js +1 -1
  119. package/es/shared/assets/img/success.png.js +1 -1
  120. package/es/shared/assets/img/video.png.js +1 -1
  121. package/es/shared/assets/img/video_default_cover.png.js +1 -1
  122. package/es/shared/assets/img/xb_big.png.js +1 -1
  123. package/es/shared/assets/img/xb_small.png.js +1 -1
  124. package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +86 -0
  125. package/es/shared/package.json.js +1 -1
  126. package/es/shared/utils/fabricjs/index.d.ts +6823 -0
  127. package/es/shared/utils/tapable/index.d.ts +139 -0
  128. package/package.json +2 -2
  129. package/es/components/table-filter/src/components/render-widget/basicData.d.ts +0 -4
  130. package/es/components/table-filter/src/components/render-widget/basicData.js +0 -1
  131. package/es/components/table-filter/src/components/render-widget/components/Date.vue.js +0 -1
  132. package/es/components/table-filter/src/components/render-widget/components/Date.vue2.js +0 -1
  133. package/es/components/table-filter/src/tool/generateDefOptions.d.ts +0 -7
  134. package/es/components/table-filter/src/tool/generateDefOptions.js +0 -1
@@ -567,7 +567,6 @@ declare const _default: import("vue").DefineComponent<{
567
567
  bodyStyle: import("vue").Ref<{
568
568
  maxHeight: string;
569
569
  height: string;
570
- overflowY: string;
571
570
  }>;
572
571
  conditionApiRef: any;
573
572
  filterTimer: any;
@@ -736,6 +735,9 @@ declare const _default: import("vue").DefineComponent<{
736
735
  presetValCp: import("vue").WritableComputedRef<string>;
737
736
  widgetType: import("vue").ComputedRef<any>;
738
737
  Date: import("vue").DefineComponent<{
738
+ componentCfg: {
739
+ type: ObjectConstructor;
740
+ };
739
741
  paramCfg: {
740
742
  type: ObjectConstructor;
741
743
  default: null;
@@ -750,6 +752,9 @@ declare const _default: import("vue").DefineComponent<{
750
752
  };
751
753
  }, {
752
754
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
755
+ componentCfg: {
756
+ type: ObjectConstructor;
757
+ };
753
758
  paramCfg: {
754
759
  type: ObjectConstructor;
755
760
  default: null;
@@ -772,11 +777,17 @@ declare const _default: import("vue").DefineComponent<{
772
777
  dateType: any;
773
778
  valueFormat: import("vue").ComputedRef<string>;
774
779
  compType: import("vue").ComputedRef<any>;
775
- mappingConfig: import("vue").ComputedRef<any>;
780
+ optionSetting: import("vue").ComputedRef<any>;
776
781
  widgetOptions: import("vue").ComputedRef<{
777
782
  label: string;
778
783
  value: string;
779
784
  }[]>;
785
+ isDateDisabled: (ts: number) => boolean;
786
+ timeDisabled: (ts: number) => {
787
+ isHourDisabled(hour: number): boolean | undefined;
788
+ isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
789
+ isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
790
+ };
780
791
  CDatePicker: import("../..").SFCWithInstall<import("vue").DefineComponent<{
781
792
  updateUnchangedValue: {
782
793
  type: BooleanConstructor;
@@ -820,6 +831,7 @@ declare const _default: import("vue").DefineComponent<{
820
831
  WidgetValEnums: {
821
832
  CUSTOM: string;
822
833
  FIRST_VAL: string;
834
+ WHOLE: string;
823
835
  NOW: string;
824
836
  TODAY: string;
825
837
  TODAY_START: string;
@@ -848,6 +860,9 @@ declare const _default: import("vue").DefineComponent<{
848
860
  LAST_YEAR: string;
849
861
  };
850
862
  }, 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<{
863
+ componentCfg: {
864
+ type: ObjectConstructor;
865
+ };
851
866
  paramCfg: {
852
867
  type: ObjectConstructor;
853
868
  default: null;
@@ -955,11 +970,7 @@ declare const _default: import("vue").DefineComponent<{
955
970
  emit: (event: "update:modelValue", ...args: any[]) => void;
956
971
  valueCp: import("vue").WritableComputedRef<any>;
957
972
  optionSetting: import("vue").ComputedRef<any>;
958
- mappingConfig: import("vue").ComputedRef<any>;
959
- widgetOptions: import("vue").ComputedRef<{
960
- label: string;
961
- value: string;
962
- }[]>;
973
+ widgetOptions: import("vue").ComputedRef<any>;
963
974
  NSelect: any;
964
975
  WidgetOptionEnums: {
965
976
  RADIO: string;
@@ -999,6 +1010,7 @@ declare const _default: import("vue").DefineComponent<{
999
1010
  default: null;
1000
1011
  };
1001
1012
  }, {
1013
+ message: import("naive-ui").MessageApi;
1002
1014
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1003
1015
  paramCfg: {
1004
1016
  type: ObjectConstructor;
@@ -1011,28 +1023,195 @@ declare const _default: import("vue").DefineComponent<{
1011
1023
  }>> & {
1012
1024
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1013
1025
  }>>;
1014
- handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
1015
- $attrs: {
1016
- [x: string]: unknown;
1017
- };
1026
+ getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
1018
1027
  emit: (event: "update:modelValue", ...args: any[]) => void;
1019
- selectOptions: import("vue").Ref<any[]>;
1020
1028
  isLoading: import("vue").Ref<boolean>;
1021
1029
  filterApiConfig: import("../..").AnyObject;
1022
- valueCp: import("vue").WritableComputedRef<any>;
1030
+ classifyFilterList: import("vue").Ref<import("../..").AnyObject[]>;
1031
+ totalPage: import("vue").Ref<number>;
1032
+ menuProps: {
1033
+ class: string;
1034
+ };
1035
+ curPage: import("vue").Ref<number>;
1036
+ fieldTitleList: import("vue").Ref<any>;
1037
+ selectOptions: import("vue").Ref<any[]>;
1038
+ keywordVal: import("vue").Ref<any>;
1023
1039
  optionSetting: import("vue").ComputedRef<any>;
1024
1040
  isMultiple: import("vue").ComputedRef<boolean>;
1025
- searchOptions: (keyword: string) => Promise<any>;
1041
+ dynamicOptionInfos: import("vue").ComputedRef<any>;
1042
+ isLastPage: import("vue").ComputedRef<boolean>;
1043
+ valueCp: import("vue").ComputedRef<string | number | any[]>;
1044
+ isInitRequest: import("vue").ComputedRef<boolean>;
1045
+ setOptionActive: (selectIds: string[]) => void;
1046
+ handleUpdateSelect: (value: string[] | null) => void;
1047
+ handleUpdatePage: (page: number) => Promise<void>;
1048
+ getOptionsData: (keyword: string, curPage: number) => Promise<any>;
1049
+ isWhole: (value: string) => boolean;
1026
1050
  _handleSearch: (query: string) => Promise<void>;
1027
1051
  handleSearch: (query: string) => Promise<void>;
1028
1052
  handleInitData: () => Promise<void>;
1029
- renderLabel: (option: import("naive-ui").SelectOption) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1030
- [key: string]: any;
1031
- }>;
1053
+ handleClear: () => Promise<void>;
1054
+ handleUpdateShow: (show: boolean) => void;
1032
1055
  renderTag: ({ option, handleClose }: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1033
1056
  [key: string]: any;
1034
1057
  }>;
1058
+ init: () => void;
1035
1059
  NSelect: any;
1060
+ SelectDynamicOption: import("vue").DefineComponent<{
1061
+ dynamicOptionInfo: {
1062
+ type: PropType<import("../..").AnyObject>;
1063
+ default: () => {};
1064
+ };
1065
+ fieldTitleList: {
1066
+ type: PropType<import("../..").AnyObject[]>;
1067
+ default: () => never[];
1068
+ };
1069
+ optionList: {
1070
+ type: PropType<import("../..").AnyObject[]>;
1071
+ default: () => never[];
1072
+ };
1073
+ isMultiple: {
1074
+ type: BooleanConstructor;
1075
+ default: boolean;
1076
+ };
1077
+ curPage: {
1078
+ type: NumberConstructor;
1079
+ default: number;
1080
+ };
1081
+ isLastPage: {
1082
+ type: BooleanConstructor;
1083
+ default: boolean;
1084
+ };
1085
+ isShowWhole: {
1086
+ type: BooleanConstructor;
1087
+ default: boolean;
1088
+ };
1089
+ }, {
1090
+ selectMinWidth: number;
1091
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1092
+ dynamicOptionInfo: {
1093
+ type: PropType<import("../..").AnyObject>;
1094
+ default: () => {};
1095
+ };
1096
+ fieldTitleList: {
1097
+ type: PropType<import("../..").AnyObject[]>;
1098
+ default: () => never[];
1099
+ };
1100
+ optionList: {
1101
+ type: PropType<import("../..").AnyObject[]>;
1102
+ default: () => never[];
1103
+ };
1104
+ isMultiple: {
1105
+ type: BooleanConstructor;
1106
+ default: boolean;
1107
+ };
1108
+ curPage: {
1109
+ type: NumberConstructor;
1110
+ default: number;
1111
+ };
1112
+ isLastPage: {
1113
+ type: BooleanConstructor;
1114
+ default: boolean;
1115
+ };
1116
+ isShowWhole: {
1117
+ type: BooleanConstructor;
1118
+ default: boolean;
1119
+ };
1120
+ }>> & {
1121
+ onUpdateSelect?: ((...args: any[]) => any) | undefined;
1122
+ onUpdatePage?: ((...args: any[]) => any) | undefined;
1123
+ }>>;
1124
+ emit: (event: "updateSelect" | "updatePage", ...args: any[]) => void;
1125
+ dragEndWidth: import("vue").Ref<number>;
1126
+ showKeys: import("vue").ComputedRef<any>;
1127
+ titleList: import("vue").ComputedRef<string[]>;
1128
+ handleSelect: (option: any) => void;
1129
+ searchByPage: (onePage: number) => void;
1130
+ changeWidth: ({ distance }: any) => void;
1131
+ saveWidth: () => void;
1132
+ NEmpty: any;
1133
+ NButtonGroup: any;
1134
+ NButton: any;
1135
+ NIcon: any;
1136
+ NPopover: any;
1137
+ vFlexibleResize: {
1138
+ mounted(el: any, { value }: any): void;
1139
+ beforeUnmount(el: any): void;
1140
+ };
1141
+ WidgetValEnums: {
1142
+ CUSTOM: string;
1143
+ FIRST_VAL: string;
1144
+ WHOLE: string;
1145
+ NOW: string;
1146
+ TODAY: string;
1147
+ TODAY_START: string;
1148
+ TODAY_END: string;
1149
+ TOMORROW: string;
1150
+ TOMORROW_START: string;
1151
+ TOMORROW_END: string;
1152
+ YESTERDAY: string;
1153
+ YESTERDAY_START: string;
1154
+ YESTERDAY_END: string;
1155
+ THIS_WEEK: string;
1156
+ WEEK_START: string;
1157
+ WEEK_END: string;
1158
+ NEXT_WEEK: string;
1159
+ LAST_WEEK: string;
1160
+ THIS_MONTH: string;
1161
+ MONTH_START: string;
1162
+ MONTH_END: string;
1163
+ NEXT_MONTH: string;
1164
+ LAST_MONTH: string;
1165
+ THIS_QUARTER: string;
1166
+ NEXT_QUARTER: string;
1167
+ LAST_QUARTER: string;
1168
+ THIS_YEAR: string;
1169
+ NEXT_YEAR: string;
1170
+ LAST_YEAR: string;
1171
+ };
1172
+ 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<{}>>, {}>;
1173
+ 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<{}>>, {}>;
1174
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1175
+ dynamicOptionInfo: {
1176
+ type: PropType<import("../..").AnyObject>;
1177
+ default: () => {};
1178
+ };
1179
+ fieldTitleList: {
1180
+ type: PropType<import("../..").AnyObject[]>;
1181
+ default: () => never[];
1182
+ };
1183
+ optionList: {
1184
+ type: PropType<import("../..").AnyObject[]>;
1185
+ default: () => never[];
1186
+ };
1187
+ isMultiple: {
1188
+ type: BooleanConstructor;
1189
+ default: boolean;
1190
+ };
1191
+ curPage: {
1192
+ type: NumberConstructor;
1193
+ default: number;
1194
+ };
1195
+ isLastPage: {
1196
+ type: BooleanConstructor;
1197
+ default: boolean;
1198
+ };
1199
+ isShowWhole: {
1200
+ type: BooleanConstructor;
1201
+ default: boolean;
1202
+ };
1203
+ }>> & {
1204
+ onUpdateSelect?: ((...args: any[]) => any) | undefined;
1205
+ onUpdatePage?: ((...args: any[]) => any) | undefined;
1206
+ }, {
1207
+ dynamicOptionInfo: import("../..").AnyObject;
1208
+ fieldTitleList: import("../..").AnyObject[];
1209
+ optionList: import("../..").AnyObject[];
1210
+ isMultiple: boolean;
1211
+ curPage: number;
1212
+ isLastPage: boolean;
1213
+ isShowWhole: boolean;
1214
+ }>;
1036
1215
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1037
1216
  paramCfg: {
1038
1217
  type: ObjectConstructor;
@@ -1138,8 +1317,15 @@ declare const _default: import("vue").DefineComponent<{
1138
1317
  valueFormat: import("vue").ComputedRef<string>;
1139
1318
  dateFormat: import("vue").ComputedRef<string>;
1140
1319
  compType: import("vue").ComputedRef<any>;
1320
+ optionSetting: import("vue").ComputedRef<any>;
1321
+ isPastTime: import("vue").ComputedRef<boolean>;
1322
+ isFutureTime: import("vue").ComputedRef<boolean>;
1141
1323
  startPlaceholder: import("vue").ComputedRef<"初始日期" | "初始时间">;
1142
1324
  endPlaceholder: import("vue").ComputedRef<"截止日期" | "截止时间">;
1325
+ startDefault: import("vue").ComputedRef<string>;
1326
+ endDefault: import("vue").ComputedRef<string>;
1327
+ startDateFormat: import("vue").ComputedRef<string | null>;
1328
+ endDateFormat: import("vue").ComputedRef<string | null>;
1143
1329
  dateType: any;
1144
1330
  widgetOptions: import("vue").ComputedRef<{
1145
1331
  label: string;
@@ -1148,8 +1334,19 @@ declare const _default: import("vue").DefineComponent<{
1148
1334
  presetValCp: import("vue").WritableComputedRef<string>;
1149
1335
  handleChange: (val: any, type: "end" | "start") => void;
1150
1336
  isStartDateDisabled: (ts: number) => boolean;
1337
+ timeStartDisabled: (ts: number) => {
1338
+ isHourDisabled(hour: number): boolean | 0;
1339
+ isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
1340
+ isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
1341
+ };
1151
1342
  isEndDateDisabled: (ts: number) => boolean;
1343
+ timeEndDisabled: (ts: number) => {
1344
+ isHourDisabled(hour: number): boolean | 0;
1345
+ isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
1346
+ isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
1347
+ };
1152
1348
  NSelect: any;
1349
+ NPopover: any;
1153
1350
  CDatePicker: import("../..").SFCWithInstall<import("vue").DefineComponent<{
1154
1351
  updateUnchangedValue: {
1155
1352
  type: BooleanConstructor;
@@ -1192,6 +1389,7 @@ declare const _default: import("vue").DefineComponent<{
1192
1389
  WidgetValEnums: {
1193
1390
  CUSTOM: string;
1194
1391
  FIRST_VAL: string;
1392
+ WHOLE: string;
1195
1393
  NOW: string;
1196
1394
  TODAY: string;
1197
1395
  TODAY_START: string;
@@ -1250,7 +1448,8 @@ declare const _default: import("vue").DefineComponent<{
1250
1448
  default: null;
1251
1449
  };
1252
1450
  }, {
1253
- handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
1451
+ getDynamicLabelData: (params: any, filterApiConfig: any) => Promise<any>;
1452
+ message: import("naive-ui").MessageApi;
1254
1453
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1255
1454
  paramCfg: {
1256
1455
  type: ObjectConstructor;
@@ -1290,7 +1489,9 @@ declare const _default: import("vue").DefineComponent<{
1290
1489
  INPUT: string;
1291
1490
  SELECT: string;
1292
1491
  DATE: string;
1492
+ DATE_OUT: string;
1293
1493
  DATE_TIME: string;
1494
+ DATETIME_OUT: string;
1294
1495
  CHECKBOX_GROUP: string;
1295
1496
  INPUTNUMBER_RANGE: string;
1296
1497
  DATE_RANGE_OUT: string;
@@ -0,0 +1,77 @@
1
+ export const __esModule: true;
2
+ export const LEVEL_SEARCH_CASCADER: vue_2.DefineComponent<{
3
+ options: {
4
+ type: ArrayConstructor;
5
+ default: () => never[];
6
+ };
7
+ labelField: {
8
+ type: StringConstructor;
9
+ default: string;
10
+ };
11
+ valueField: {
12
+ type: StringConstructor;
13
+ default: string;
14
+ };
15
+ autograph: {
16
+ type: StringConstructor;
17
+ required: true;
18
+ };
19
+ lazyRequest: {
20
+ type: BooleanConstructor;
21
+ default: boolean;
22
+ };
23
+ requestCache: {
24
+ type: BooleanConstructor;
25
+ default: boolean;
26
+ };
27
+ wordbook: {
28
+ type: ObjectConstructor;
29
+ required: true;
30
+ };
31
+ onChange: {};
32
+ value: {
33
+ type: (ArrayConstructor | StringConstructor)[];
34
+ };
35
+ }, () => any, any, {}, {}, vue_2.ComponentOptionsMixin, vue_2.ComponentOptionsMixin, "update:value"[], "update:value", vue_2.VNodeProps & vue_2.AllowedComponentProps & vue_2.ComponentCustomProps, Readonly<vue_2.ExtractPropTypes<{
36
+ options: {
37
+ type: ArrayConstructor;
38
+ default: () => never[];
39
+ };
40
+ labelField: {
41
+ type: StringConstructor;
42
+ default: string;
43
+ };
44
+ valueField: {
45
+ type: StringConstructor;
46
+ default: string;
47
+ };
48
+ autograph: {
49
+ type: StringConstructor;
50
+ required: true;
51
+ };
52
+ lazyRequest: {
53
+ type: BooleanConstructor;
54
+ default: boolean;
55
+ };
56
+ requestCache: {
57
+ type: BooleanConstructor;
58
+ default: boolean;
59
+ };
60
+ wordbook: {
61
+ type: ObjectConstructor;
62
+ required: true;
63
+ };
64
+ onChange: {};
65
+ value: {
66
+ type: (ArrayConstructor | StringConstructor)[];
67
+ };
68
+ }>> & {
69
+ "onUpdate:value"?: ((...args: any[]) => any) | undefined;
70
+ }, {
71
+ options: unknown[];
72
+ labelField: string;
73
+ valueField: string;
74
+ lazyRequest: boolean;
75
+ requestCache: boolean;
76
+ }>;
77
+ import vue_2 = require("vue");
@@ -0,0 +1,93 @@
1
+ export const __esModule: true;
2
+ export const SEARCH_CASCADER: vue_2.DefineComponent<{
3
+ options: {
4
+ type: ArrayConstructor;
5
+ default: () => never[];
6
+ };
7
+ depth: {
8
+ type: (NumberConstructor | StringConstructor)[];
9
+ };
10
+ urlConfig: {
11
+ type: ObjectConstructor;
12
+ };
13
+ lazyRequest: {
14
+ type: BooleanConstructor;
15
+ default: boolean;
16
+ };
17
+ requestCache: {
18
+ type: BooleanConstructor;
19
+ default: boolean;
20
+ };
21
+ onFocus: {
22
+ type: FunctionConstructor;
23
+ };
24
+ filterable: {
25
+ type: BooleanConstructor;
26
+ default: boolean;
27
+ };
28
+ checkStrategy: {
29
+ type: StringConstructor;
30
+ default: string;
31
+ };
32
+ labelField: {
33
+ type: StringConstructor;
34
+ default: string;
35
+ };
36
+ valueField: {
37
+ type: StringConstructor;
38
+ default: string;
39
+ };
40
+ onChange: {};
41
+ value: {};
42
+ }, () => any, any, {}, {}, vue_2.ComponentOptionsMixin, vue_2.ComponentOptionsMixin, "update:value"[], "update:value", vue_2.VNodeProps & vue_2.AllowedComponentProps & vue_2.ComponentCustomProps, Readonly<vue_2.ExtractPropTypes<{
43
+ options: {
44
+ type: ArrayConstructor;
45
+ default: () => never[];
46
+ };
47
+ depth: {
48
+ type: (NumberConstructor | StringConstructor)[];
49
+ };
50
+ urlConfig: {
51
+ type: ObjectConstructor;
52
+ };
53
+ lazyRequest: {
54
+ type: BooleanConstructor;
55
+ default: boolean;
56
+ };
57
+ requestCache: {
58
+ type: BooleanConstructor;
59
+ default: boolean;
60
+ };
61
+ onFocus: {
62
+ type: FunctionConstructor;
63
+ };
64
+ filterable: {
65
+ type: BooleanConstructor;
66
+ default: boolean;
67
+ };
68
+ checkStrategy: {
69
+ type: StringConstructor;
70
+ default: string;
71
+ };
72
+ labelField: {
73
+ type: StringConstructor;
74
+ default: string;
75
+ };
76
+ valueField: {
77
+ type: StringConstructor;
78
+ default: string;
79
+ };
80
+ onChange: {};
81
+ value: {};
82
+ }>> & {
83
+ "onUpdate:value"?: ((...args: any[]) => any) | undefined;
84
+ }, {
85
+ options: unknown[];
86
+ checkStrategy: string;
87
+ labelField: string;
88
+ valueField: string;
89
+ lazyRequest: boolean;
90
+ requestCache: boolean;
91
+ filterable: boolean;
92
+ }>;
93
+ import vue_2 = require("vue");
@@ -0,0 +1,3 @@
1
+ export const __esModule: true;
2
+ export function highLightSetPlugin(): iho_table_1.TablePlugin;
3
+ import iho_table_1 = require("../../../../../../es/components/iho-table");
@@ -0,0 +1,3 @@
1
+ export const __esModule: true;
2
+ export function filterRenderPlugin(): iho_table_1.TablePlugin;
3
+ import iho_table_1 = require("../../../../../../../es/components/iho-table");
@@ -0,0 +1,3 @@
1
+ export const __esModule: true;
2
+ export function dateRendererPlugin(): iho_table_1.TablePlugin;
3
+ import iho_table_1 = require("../../../../../../../../../es/components/iho-table");
@@ -0,0 +1,3 @@
1
+ export const __esModule: true;
2
+ export function defaultRendererPlugin(): iho_table_1.TablePlugin;
3
+ import iho_table_1 = require("../../../../../../../../es/components/iho-table");
@@ -0,0 +1,3 @@
1
+ export const __esModule: true;
2
+ export function seqRendererPlugin(): iho_table_1.TablePlugin;
3
+ import iho_table_1 = require("../../../../../../../../es/components/iho-table");
@@ -0,0 +1,3 @@
1
+ export const __esModule: true;
2
+ export function variableHeightRendererPlugin(): iho_table_1.TablePlugin;
3
+ import iho_table_1 = require("../../../../../../../es/components/iho-table");
@@ -0,0 +1,44 @@
1
+ export const __esModule: true;
2
+ export const IhoTableUtils: Readonly<{
3
+ getCellType: (lowCodeField: any) => any;
4
+ }>;
5
+ export const IhoTableRenderHelper: Readonly<{
6
+ createDefaultRenderCell: typeof createDefaultRenderCell;
7
+ createRenderEdit: typeof createRenderEdit;
8
+ isEditableColumn: (config: any, column: any) => any;
9
+ hasFilter: (lowCodeField: any) => boolean;
10
+ hasDateFiler: (lowCodeField: any) => any;
11
+ }>;
12
+ export const IhoTableStatusHelper: Readonly<{
13
+ isPositive: (value: any) => boolean;
14
+ isNegative: (value: any) => boolean;
15
+ notPositive: (value: any) => boolean;
16
+ notNegative: (value: any) => boolean;
17
+ }>;
18
+ export function createIhoTableClearActivedInterceptor(type: any, solution: any): (_a: any) => boolean;
19
+ export function IhoTableLog(message: any): void;
20
+ export function IhoTableWarn(message: any): void;
21
+ export function getRowHeight(): number;
22
+ export function eventListener2EventName(eventListenerName: any): string;
23
+ export function eventName2EventListener(eventName: any): string;
24
+ export function useUUIDMap(creator: any, isReactive: any): {
25
+ getItemFromUUID: (uuid: any) => any;
26
+ setItemFromUUID: (uuid: any, value: any) => void;
27
+ removeItemFromUUID: (uuid: any) => void;
28
+ };
29
+ export function getColumnRenderWidth(column: any, $table: any): any;
30
+ export function useIhoTableFormEvent(payload: any): {
31
+ emitFormChange: () => void;
32
+ emitFormClick: () => void;
33
+ emitFormChangeWithParams: (params: any) => void;
34
+ emitFormClickWithParams: (params: any) => void;
35
+ };
36
+ export function getLowCodeFieldFromField(field: any): any;
37
+ declare function createDefaultRenderCell(): (_: any, _a: any) => any[];
38
+ declare function createRenderEdit(renderer: any): (_a: any, params: any) => any;
39
+ export function isTransformTreeType(config: any): boolean;
40
+ export function isRichContent(content: any): boolean;
41
+ export function parseRichContent(richContent: any): any;
42
+ export function parseMergeField(row: any, column: any): any;
43
+ export function isCompatibleColumn(field: any): any;
44
+ export {};