cnhis-design-vue 3.1.46-beta.0 → 3.1.46-beta.2

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 (121) hide show
  1. package/README.md +87 -87
  2. package/es/components/base-search/index.d.ts +17 -8
  3. package/es/components/base-search/src/index.vue.d.ts +17 -8
  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/radio_checkbox.js +1 -1
  16. package/es/components/index.css +1 -1
  17. package/es/components/quick-search/index.d.ts +21 -7
  18. package/es/components/quick-search/src/index.vue.d.ts +21 -7
  19. package/es/components/quick-search/src/index.vue2.js +1 -1
  20. package/es/components/quick-search/style/index.css +1 -1
  21. package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
  22. package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
  23. package/es/components/select-person/src/SearchMultiple.vue.d.ts +0 -6
  24. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +219 -17
  25. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +1 -1
  26. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +17 -1
  27. package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +1 -1
  28. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +19 -0
  29. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +1 -1
  30. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +178 -11
  31. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +1 -1
  32. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +1 -5
  33. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue2.js +1 -1
  34. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +2 -1
  35. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +1 -1
  36. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +217 -17
  37. package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.js +1 -1
  38. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +219 -17
  39. package/es/components/table-filter/src/components/classify-filter/index.vue2.js +1 -1
  40. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +231 -0
  41. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.js +1 -0
  42. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +1 -0
  43. package/es/components/table-filter/src/components/render-widget/components/{Date.vue.d.ts → DateOut.vue.d.ts} +21 -2
  44. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.js +1 -0
  45. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +1 -0
  46. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +71 -0
  47. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.js +1 -0
  48. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +1 -0
  49. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +117 -8
  50. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +1 -1
  51. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +13 -9
  52. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +1 -1
  53. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +8 -6
  54. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +1 -1
  55. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +7 -6
  56. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +1 -1
  57. package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +19 -25
  58. package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +1 -1
  59. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +223 -0
  60. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.js +1 -0
  61. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +1 -0
  62. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +158 -0
  63. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.js +1 -0
  64. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +1 -0
  65. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +611 -36
  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 +10 -3
  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/dateDisabled.d.ts +27 -0
  70. package/es/components/table-filter/src/components/render-widget/helpers/dateDisabled.js +1 -0
  71. package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.d.ts +55 -0
  72. package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +1 -0
  73. package/es/components/table-filter/src/components/render-widget/helpers/enums.d.ts +56 -0
  74. package/es/components/table-filter/src/components/render-widget/helpers/enums.js +1 -0
  75. package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.d.ts +2 -6
  76. package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +1 -1
  77. package/es/components/table-filter/src/components/render-widget/helpers/selectExtraMap.d.ts +4 -0
  78. package/es/components/table-filter/src/components/render-widget/helpers/selectExtraMap.js +1 -0
  79. package/es/components/table-filter/src/components/render-widget/helpers/setDefaultValue.d.ts +4 -0
  80. package/es/components/table-filter/src/components/render-widget/helpers/setDefaultValue.js +1 -0
  81. package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +4 -3
  82. package/es/components/table-filter/src/components/render-widget/index.vue.js +1 -1
  83. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +639 -35
  84. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
  85. package/es/components/table-filter/src/constants/index.d.ts +3 -1
  86. package/es/components/table-filter/src/constants/index.js +1 -1
  87. package/es/components/table-filter/src/hooks/useAdvanced.d.ts +9 -4
  88. package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
  89. package/es/components/table-filter/src/hooks/useAsyncData.d.ts +4 -0
  90. package/es/components/table-filter/src/hooks/useAsyncData.js +1 -0
  91. package/es/components/table-filter/src/hooks/useRenderWidget.d.ts +3 -3
  92. package/es/components/table-filter/src/hooks/useRenderWidget.js +1 -1
  93. package/es/components/table-filter/src/tool/baseOptions.d.ts +0 -8
  94. package/es/components/table-filter/src/tool/baseOptions.js +1 -1
  95. package/es/components/table-filter/src/tool/transformData.d.ts +0 -1
  96. package/es/components/table-filter/src/tool/transformData.js +1 -1
  97. package/es/components/table-filter/src/types/enums.d.ts +3 -0
  98. package/es/components/table-filter/src/types/enums.js +1 -1
  99. package/es/components/table-filter/src/types/index.d.ts +7 -0
  100. package/es/env.d.ts +25 -25
  101. package/es/shared/assets/img/failure.png.js +1 -1
  102. package/es/shared/assets/img/no-permission.png.js +1 -1
  103. package/es/shared/assets/img/nodata.png.js +1 -1
  104. package/es/shared/assets/img/notfound.png.js +1 -1
  105. package/es/shared/assets/img/qr.png.js +1 -1
  106. package/es/shared/assets/img/success.png.js +1 -1
  107. package/es/shared/assets/img/video.png.js +1 -1
  108. package/es/shared/assets/img/video_default_cover.png.js +1 -1
  109. package/es/shared/assets/img/xb_big.png.js +1 -1
  110. package/es/shared/assets/img/xb_small.png.js +1 -1
  111. package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +86 -0
  112. package/es/shared/package.json.js +1 -1
  113. package/es/shared/utils/fabricjs/index.d.ts +6823 -0
  114. package/es/shared/utils/tapable/index.d.ts +139 -0
  115. package/package.json +2 -2
  116. package/es/components/table-filter/src/components/render-widget/basicData.d.ts +0 -4
  117. package/es/components/table-filter/src/components/render-widget/basicData.js +0 -1
  118. package/es/components/table-filter/src/components/render-widget/components/Date.vue.js +0 -1
  119. package/es/components/table-filter/src/components/render-widget/components/Date.vue2.js +0 -1
  120. package/es/components/table-filter/src/tool/generateDefOptions.d.ts +0 -7
  121. package/es/components/table-filter/src/tool/generateDefOptions.js +0 -1
@@ -353,7 +353,6 @@ declare const _default: import("vue").DefineComponent<{
353
353
  bodyStyle: import("vue").Ref<{
354
354
  maxHeight: string;
355
355
  height: string;
356
- overflowY: string;
357
356
  }>;
358
357
  conditionApiRef: any;
359
358
  filterTimer: any;
@@ -522,6 +521,9 @@ declare const _default: import("vue").DefineComponent<{
522
521
  presetValCp: import("vue").WritableComputedRef<string>;
523
522
  widgetType: import("vue").ComputedRef<any>;
524
523
  Date: import("vue").DefineComponent<{
524
+ componentCfg: {
525
+ type: ObjectConstructor;
526
+ };
525
527
  paramCfg: {
526
528
  type: ObjectConstructor;
527
529
  default: null;
@@ -536,6 +538,9 @@ declare const _default: import("vue").DefineComponent<{
536
538
  };
537
539
  }, {
538
540
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
541
+ componentCfg: {
542
+ type: ObjectConstructor;
543
+ };
539
544
  paramCfg: {
540
545
  type: ObjectConstructor;
541
546
  default: null;
@@ -558,11 +563,17 @@ declare const _default: import("vue").DefineComponent<{
558
563
  dateType: any;
559
564
  valueFormat: import("vue").ComputedRef<string>;
560
565
  compType: import("vue").ComputedRef<any>;
561
- mappingConfig: import("vue").ComputedRef<any>;
566
+ optionSetting: import("vue").ComputedRef<any>;
562
567
  widgetOptions: import("vue").ComputedRef<{
563
568
  label: string;
564
569
  value: string;
565
570
  }[]>;
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
+ };
566
577
  CDatePicker: import("../../../..").SFCWithInstall<import("vue").DefineComponent<{
567
578
  updateUnchangedValue: {
568
579
  type: BooleanConstructor;
@@ -606,6 +617,7 @@ declare const _default: import("vue").DefineComponent<{
606
617
  WidgetValEnums: {
607
618
  CUSTOM: string;
608
619
  FIRST_VAL: string;
620
+ WHOLE: string;
609
621
  NOW: string;
610
622
  TODAY: string;
611
623
  TODAY_START: string;
@@ -634,6 +646,9 @@ declare const _default: import("vue").DefineComponent<{
634
646
  LAST_YEAR: string;
635
647
  };
636
648
  }, 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
+ };
637
652
  paramCfg: {
638
653
  type: ObjectConstructor;
639
654
  default: null;
@@ -741,11 +756,7 @@ declare const _default: import("vue").DefineComponent<{
741
756
  emit: (event: "update:modelValue", ...args: any[]) => void;
742
757
  valueCp: import("vue").WritableComputedRef<any>;
743
758
  optionSetting: import("vue").ComputedRef<any>;
744
- mappingConfig: import("vue").ComputedRef<any>;
745
- widgetOptions: import("vue").ComputedRef<{
746
- label: string;
747
- value: string;
748
- }[]>;
759
+ widgetOptions: import("vue").ComputedRef<any>;
749
760
  NSelect: any;
750
761
  WidgetOptionEnums: {
751
762
  RADIO: string;
@@ -785,6 +796,7 @@ declare const _default: import("vue").DefineComponent<{
785
796
  default: null;
786
797
  };
787
798
  }, {
799
+ message: import("naive-ui").MessageApi;
788
800
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
789
801
  paramCfg: {
790
802
  type: ObjectConstructor;
@@ -797,28 +809,195 @@ declare const _default: import("vue").DefineComponent<{
797
809
  }>> & {
798
810
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
799
811
  }>>;
800
- handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
801
- $attrs: {
802
- [x: string]: unknown;
803
- };
812
+ getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
804
813
  emit: (event: "update:modelValue", ...args: any[]) => void;
805
- selectOptions: import("vue").Ref<any[]>;
806
814
  isLoading: import("vue").Ref<boolean>;
807
815
  filterApiConfig: import("../../../..").AnyObject;
808
- valueCp: import("vue").WritableComputedRef<any>;
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>;
809
825
  optionSetting: import("vue").ComputedRef<any>;
810
826
  isMultiple: import("vue").ComputedRef<boolean>;
811
- searchOptions: (keyword: string) => Promise<any>;
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;
812
836
  _handleSearch: (query: string) => Promise<void>;
813
837
  handleSearch: (query: string) => Promise<void>;
814
838
  handleInitData: () => Promise<void>;
815
- renderLabel: (option: import("naive-ui").SelectOption) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
816
- [key: string]: any;
817
- }>;
839
+ handleClear: () => Promise<void>;
840
+ handleUpdateShow: (show: boolean) => void;
818
841
  renderTag: ({ option, handleClose }: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
819
842
  [key: string]: any;
820
843
  }>;
844
+ init: () => void;
821
845
  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
+ }>;
822
1001
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
823
1002
  paramCfg: {
824
1003
  type: ObjectConstructor;
@@ -924,8 +1103,15 @@ declare const _default: import("vue").DefineComponent<{
924
1103
  valueFormat: import("vue").ComputedRef<string>;
925
1104
  dateFormat: import("vue").ComputedRef<string>;
926
1105
  compType: import("vue").ComputedRef<any>;
1106
+ optionSetting: import("vue").ComputedRef<any>;
1107
+ isPastTime: import("vue").ComputedRef<boolean>;
1108
+ isFutureTime: import("vue").ComputedRef<boolean>;
927
1109
  startPlaceholder: import("vue").ComputedRef<"初始日期" | "初始时间">;
928
1110
  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>;
929
1115
  dateType: any;
930
1116
  widgetOptions: import("vue").ComputedRef<{
931
1117
  label: string;
@@ -934,8 +1120,19 @@ declare const _default: import("vue").DefineComponent<{
934
1120
  presetValCp: import("vue").WritableComputedRef<string>;
935
1121
  handleChange: (val: any, type: "end" | "start") => void;
936
1122
  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
+ };
937
1128
  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
+ };
938
1134
  NSelect: any;
1135
+ NPopover: any;
939
1136
  CDatePicker: import("../../../..").SFCWithInstall<import("vue").DefineComponent<{
940
1137
  updateUnchangedValue: {
941
1138
  type: BooleanConstructor;
@@ -978,6 +1175,7 @@ declare const _default: import("vue").DefineComponent<{
978
1175
  WidgetValEnums: {
979
1176
  CUSTOM: string;
980
1177
  FIRST_VAL: string;
1178
+ WHOLE: string;
981
1179
  NOW: string;
982
1180
  TODAY: string;
983
1181
  TODAY_START: string;
@@ -1036,7 +1234,8 @@ declare const _default: import("vue").DefineComponent<{
1036
1234
  default: null;
1037
1235
  };
1038
1236
  }, {
1039
- handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
1237
+ getDynamicLabelData: (params: any, filterApiConfig: any) => Promise<any>;
1238
+ message: import("naive-ui").MessageApi;
1040
1239
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1041
1240
  paramCfg: {
1042
1241
  type: ObjectConstructor;
@@ -1076,7 +1275,9 @@ declare const _default: import("vue").DefineComponent<{
1076
1275
  INPUT: string;
1077
1276
  SELECT: string;
1078
1277
  DATE: string;
1278
+ DATE_OUT: string;
1079
1279
  DATE_TIME: string;
1280
+ DATETIME_OUT: string;
1080
1281
  CHECKBOX_GROUP: string;
1081
1282
  INPUTNUMBER_RANGE: string;
1082
1283
  DATE_RANGE_OUT: string;