cnhis-design-vue 3.3.3-beta.7 → 3.3.3-release.7
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.
- package/README.md +87 -87
- package/es/components/audio-sdk/index.d.ts +13 -11
- package/es/components/audio-sdk/src/Index.vue.d.ts +13 -11
- package/es/components/audio-sdk/src/Index.vue2.js +36 -4
- package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +1 -1
- package/es/components/audio-sdk/src/components/recording.vue.d.ts +1 -1
- package/es/components/audio-sdk/src/components/recording.vue2.js +17 -3
- package/es/components/base-search/index.d.ts +3 -0
- package/es/components/base-search/src/index.vue.d.ts +3 -0
- package/es/components/big-table/src/components/NoData.vue2.js +8 -1
- package/es/components/big-table/src/hooks/useTableParse.js +8 -1
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +3 -0
- package/es/components/callback/src/components/render/popupMaps.d.ts +13 -0
- package/es/components/card-reader-sdk-cn/src/henan/index.js +8 -1
- package/es/components/classification/index.d.ts +56 -6
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +56 -6
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +56 -6
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +0 -3
- package/es/components/classification/src/index.vue.d.ts +56 -6
- package/es/components/expand-field/index.d.ts +792 -1
- package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +792 -1
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +792 -1
- package/es/components/expand-field/src/components/form.vue.d.ts +792 -1
- package/es/components/expand-field/src/components/form.vue2.js +8 -1
- package/es/components/expand-field/src/index.vue.d.ts +792 -1
- package/es/components/field-editor/index.d.ts +13 -0
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +13 -0
- package/es/components/field-editor/src/FieldEditor.vue2.js +2 -1
- package/es/components/field-editor/src/fields.d.ts +1 -0
- package/es/components/field-editor/src/fields.js +6 -0
- package/es/components/field-set/src/FieldColor.vue.d.ts +3 -3
- package/es/components/field-set/src/FieldFilter.vue.d.ts +3 -3
- package/es/components/field-set/src/FieldSet.vue.d.ts +35 -4
- package/es/components/field-set/src/FieldSet.vue2.js +112 -65
- package/es/components/field-set/src/Index.vue2.js +8 -3
- package/es/components/field-set/src/TableStyle.vue2.js +2 -2
- package/es/components/field-set/src/components/table-row.vue.d.ts +3 -3
- package/es/components/field-set/src/constants/index.d.ts +1 -1
- package/es/components/field-set/style/index.css +1 -1
- package/es/components/form-config/index.d.ts +39 -0
- package/es/components/form-config/src/FormConfig.vue.d.ts +39 -0
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +13 -0
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +13 -0
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +13 -0
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +8 -1
- package/es/components/form-render/index.d.ts +13 -0
- package/es/components/form-render/src/FormRender.vue.d.ts +13 -0
- package/es/components/form-render/src/FormRender.vue2.js +4 -0
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +13 -0
- package/es/components/form-render/src/components/renderer/formItem.js +8 -1
- package/es/components/form-render/src/hooks/useBusinessBinding.d.ts +12 -3
- package/es/components/form-render/src/hooks/useBusinessBinding.js +7 -7
- package/es/components/form-render/src/hooks/useFormContext.js +1 -1
- package/es/components/form-render/src/hooks/useFormValidator.js +8 -1
- package/es/components/form-render/src/utils/business.d.ts +3 -1
- package/es/components/form-render/src/utils/business.js +7 -1
- package/es/components/iho-chat/index.d.ts +18 -1
- package/es/components/iho-chat/src/Index.vue.d.ts +18 -1
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +2 -1
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +22 -10
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +3 -2
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +16 -0
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +112 -53
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +1 -1
- package/es/components/iho-chat/src/hooks/index.d.ts +1 -0
- package/es/components/iho-chat/src/hooks/index.js +1 -0
- package/es/components/iho-chat/src/hooks/useDraggable.d.ts +25 -0
- package/es/components/iho-chat/src/hooks/useDraggable.js +151 -0
- package/es/components/iho-chat/style/index.css +1 -1
- package/es/components/index.css +1 -1
- package/es/components/info-header/index.d.ts +26 -0
- package/es/components/info-header/src/InfoHeader.vue.d.ts +26 -0
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +13 -0
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +13 -0
- package/es/components/info-header/src/components/patientInfo/index.vue2.js +16 -2
- package/es/components/quick-search/index.d.ts +2 -0
- package/es/components/quick-search/src/index.vue.d.ts +2 -0
- package/es/components/scale-view/index.d.ts +53 -3
- package/es/components/scale-view/src/ScaleView.vue.d.ts +56 -5
- package/es/components/scale-view/src/ScaleView.vue2.js +79 -4
- package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +5 -0
- package/es/components/scale-view/src/components/AnswerParse.vue2.js +74 -8
- package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +3 -0
- package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +26 -2
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +3 -0
- package/es/components/scale-view/src/components/EvaluatePage.vue2.js +27 -6
- package/es/components/scale-view/src/components/NoData.vue2.js +9 -3
- package/es/components/scale-view/src/components/ScaleScore.d.ts +1 -1
- package/es/components/scale-view/src/components/ScaleScore.js +45 -3
- package/es/components/scale-view/src/components/formitem/r-checkbox.js +16 -2
- package/es/components/scale-view/src/components/formitem/r-sign.js +32 -4
- package/es/components/scale-view/src/components/formitem/r-upload.js +65 -7
- package/es/components/scale-view/src/components/formitem/sign-com.js +8 -1
- package/es/components/scale-view/src/hooks/scaleview-computed.js +18 -3
- package/es/components/scale-view/src/hooks/scaleview-init.js +24 -3
- package/es/components/scale-view/src/hooks/scaleview-methods.js +40 -5
- package/es/components/scale-view/src/hooks/scaleview-props.d.ts +8 -0
- package/es/components/scale-view/src/hooks/scaleview-props.js +8 -0
- package/es/components/scale-view/src/hooks/scaleview-submit.d.ts +2 -1
- package/es/components/scale-view/src/hooks/scaleview-submit.js +64 -8
- package/es/components/scale-view/src/hooks/scaleview-validate.d.ts +1 -1
- package/es/components/scale-view/src/hooks/scaleview-validate.js +157 -24
- package/es/components/scale-view/src/hooks/use-evaluate.js +16 -2
- package/es/components/scale-view/src/hooks/use-noData.js +33 -5
- package/es/components/scale-view/src/utils/judge-types.d.ts +2 -1
- package/es/components/scale-view/src/utils/judge-types.js +10 -10
- package/es/components/scale-view/src/utils/watch-form-change.d.ts +13 -0
- package/es/components/scale-view/src/utils/watch-form-change.js +71 -0
- package/es/components/select-person/index.d.ts +792 -1
- package/es/components/select-person/src/SelectPerson.vue.d.ts +433 -273
- package/es/components/select-person/src/SelectPerson.vue.js +6 -0
- package/es/components/select-person/src/SelectPerson.vue2.js +788 -0
- package/es/components/select-person/src/SelectPersonRole.vue.js +2 -2
- package/es/components/select-person/src/components/GroupItem.vue.d.ts +19 -0
- package/es/components/select-person/src/components/GroupItem.vue.js +6 -0
- package/es/components/select-person/src/components/GroupItem.vue2.js +37 -0
- package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +214 -0
- package/es/components/select-person/src/components/SearchGroupList.vue.js +6 -0
- package/es/components/select-person/src/components/SearchGroupList.vue2.js +145 -0
- package/es/components/select-person/src/components/SearchMultiple.vue2.js +1 -1
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +21 -12
- package/es/components/select-person/src/components/TagItem.vue.d.ts +43 -0
- package/es/components/select-person/src/components/TagItem.vue.js +6 -0
- package/es/components/select-person/src/components/TagItem.vue2.js +40 -0
- package/es/components/select-person/src/index.vue.d.ts +793 -1
- package/es/components/select-person/src/index.vue2.js +21 -4
- package/es/components/select-person/src/types/index.d.ts +35 -0
- package/es/components/select-person/src/types/index.js +1 -0
- package/es/components/select-person/src/utils/index.d.ts +3 -0
- package/es/components/select-person/src/utils/index.js +25 -2
- package/es/components/select-person/style/index.css +1 -1
- package/es/components/shortcut-setter/index.d.ts +13 -0
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +1 -0
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +1 -0
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +54 -6
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +26 -10
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +17 -2
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +37 -2
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +18 -2
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +44 -1
- package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +36 -4
- package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.js +2 -1
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +55 -6
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +6 -3
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +12 -1
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +25 -6
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +12 -1
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +2 -2
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +2 -2
- package/es/components/table-filter/src/hooks/useAdvanced.d.ts +2 -0
- package/es/components/table-filter/src/hooks/useAdvanced.js +20 -3
- package/es/components/table-filter/src/hooks/useRenderWidget.js +4 -0
- package/es/components/table-filter/src/tool/date.d.ts +3 -0
- package/es/components/table-filter/src/tool/date.js +139 -0
- package/es/components/table-filter/src/tool/transformData.d.ts +1 -0
- package/es/components/table-filter/src/tool/transformData.js +11 -8
- package/es/components/table-filter/src/types/enums.d.ts +1 -0
- package/es/components/table-filter/src/types/enums.js +2 -1
- package/es/components/table-filter/src/types/index.d.ts +12 -0
- package/es/components/vod-chunk-upload/index.d.ts +3 -0
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +1 -29
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +109 -11
- package/es/components/vod-chunk-upload/src/hooks/upload-computed.js +15 -1
- package/es/components/vod-chunk-upload/src/hooks/upload-data.js +72 -9
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +3 -0
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +75 -9
- package/es/env.d.ts +25 -25
- package/es/shared/hooks/selectHooks/useSearchContent.js +1 -1
- package/es/shared/package.json.js +1 -1
- package/package.json +2 -2
@@ -668,6 +668,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
668
668
|
value: string;
|
669
669
|
isAccurateSearch?: boolean | undefined;
|
670
670
|
accurateSearchKey?: string | undefined;
|
671
|
+
customDate?: string | undefined;
|
671
672
|
}[];
|
672
673
|
};
|
673
674
|
loading: import("vue").Ref<boolean>;
|
@@ -733,6 +734,10 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
733
734
|
isAccurate: {
|
734
735
|
type: BooleanConstructor;
|
735
736
|
};
|
737
|
+
customDate: {
|
738
|
+
type: StringConstructor;
|
739
|
+
default: null;
|
740
|
+
};
|
736
741
|
}, {
|
737
742
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
738
743
|
paramCfg: {
|
@@ -750,15 +755,21 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
750
755
|
isAccurate: {
|
751
756
|
type: BooleanConstructor;
|
752
757
|
};
|
758
|
+
customDate: {
|
759
|
+
type: StringConstructor;
|
760
|
+
default: null;
|
761
|
+
};
|
753
762
|
}>> & {
|
754
763
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
755
764
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
756
765
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
766
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
757
767
|
}>>;
|
758
|
-
emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal", ...args: any[]) => void;
|
768
|
+
emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
759
769
|
valueCp: import("vue").WritableComputedRef<any>;
|
760
770
|
presetValCp: import("vue").WritableComputedRef<string>;
|
761
771
|
isAccurateCp: import("vue").WritableComputedRef<boolean>;
|
772
|
+
customDateCp: import("vue").WritableComputedRef<string>;
|
762
773
|
widgetType: import("vue").ComputedRef<any>;
|
763
774
|
Date: import("vue").DefineComponent<{
|
764
775
|
componentCfg: {
|
@@ -776,6 +787,10 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
776
787
|
type: StringConstructor;
|
777
788
|
default: null;
|
778
789
|
};
|
790
|
+
customDate: {
|
791
|
+
type: StringConstructor;
|
792
|
+
default: null;
|
793
|
+
};
|
779
794
|
}, {
|
780
795
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
781
796
|
componentCfg: {
|
@@ -793,11 +808,16 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
793
808
|
type: StringConstructor;
|
794
809
|
default: null;
|
795
810
|
};
|
811
|
+
customDate: {
|
812
|
+
type: StringConstructor;
|
813
|
+
default: null;
|
814
|
+
};
|
796
815
|
}>> & {
|
797
816
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
798
817
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
818
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
799
819
|
}>>;
|
800
|
-
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
820
|
+
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
801
821
|
valueCp: import("vue").WritableComputedRef<any>;
|
802
822
|
presetValCp: import("vue").WritableComputedRef<string>;
|
803
823
|
dateType: any;
|
@@ -975,7 +995,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
975
995
|
NEXT_YEAR: string;
|
976
996
|
LAST_YEAR: string;
|
977
997
|
};
|
978
|
-
}, 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<{
|
998
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:presetVal" | "update:customDate", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
979
999
|
componentCfg: {
|
980
1000
|
type: ObjectConstructor;
|
981
1001
|
};
|
@@ -991,13 +1011,19 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
991
1011
|
type: StringConstructor;
|
992
1012
|
default: null;
|
993
1013
|
};
|
1014
|
+
customDate: {
|
1015
|
+
type: StringConstructor;
|
1016
|
+
default: null;
|
1017
|
+
};
|
994
1018
|
}>> & {
|
995
1019
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
996
1020
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1021
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
997
1022
|
}, {
|
998
1023
|
modelValue: string | number | unknown[];
|
999
1024
|
paramCfg: Record<string, any>;
|
1000
1025
|
presetVal: string;
|
1026
|
+
customDate: string;
|
1001
1027
|
}>;
|
1002
1028
|
InputFilter: import("vue").DefineComponent<{
|
1003
1029
|
paramCfg: {
|
@@ -1127,6 +1153,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1127
1153
|
SELECT_TIME: string;
|
1128
1154
|
PAST_TIME: string;
|
1129
1155
|
FUTURE_TIME: string;
|
1156
|
+
CUSTOM_TIME: string;
|
1130
1157
|
};
|
1131
1158
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1132
1159
|
paramCfg: {
|
@@ -1461,6 +1488,10 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1461
1488
|
type: StringConstructor;
|
1462
1489
|
default: null;
|
1463
1490
|
};
|
1491
|
+
customDate: {
|
1492
|
+
type: StringConstructor;
|
1493
|
+
default: null;
|
1494
|
+
};
|
1464
1495
|
}, {
|
1465
1496
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1466
1497
|
paramCfg: {
|
@@ -1475,11 +1506,16 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1475
1506
|
type: StringConstructor;
|
1476
1507
|
default: null;
|
1477
1508
|
};
|
1509
|
+
customDate: {
|
1510
|
+
type: StringConstructor;
|
1511
|
+
default: null;
|
1512
|
+
};
|
1478
1513
|
}>> & {
|
1479
1514
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1480
1515
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1516
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1481
1517
|
}>>;
|
1482
|
-
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
1518
|
+
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
1483
1519
|
startDate: import("vue").Ref<any>;
|
1484
1520
|
endDate: import("vue").Ref<any>;
|
1485
1521
|
valueFormat: import("vue").ComputedRef<string>;
|
@@ -1500,6 +1536,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1500
1536
|
value: string;
|
1501
1537
|
}[]>;
|
1502
1538
|
presetValCp: import("vue").WritableComputedRef<string>;
|
1539
|
+
customDateCp: import("vue").WritableComputedRef<string>;
|
1503
1540
|
handleChange: (val: any, type: "start" | "end") => void;
|
1504
1541
|
isStartDateDisabled: (ts: number) => boolean;
|
1505
1542
|
timeStartDisabled: (ts: number) => {
|
@@ -1675,7 +1712,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1675
1712
|
NEXT_YEAR: string;
|
1676
1713
|
LAST_YEAR: string;
|
1677
1714
|
};
|
1678
|
-
}, 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<{
|
1715
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:presetVal" | "update:customDate", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1679
1716
|
paramCfg: {
|
1680
1717
|
type: ObjectConstructor;
|
1681
1718
|
default: null;
|
@@ -1688,13 +1725,19 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1688
1725
|
type: StringConstructor;
|
1689
1726
|
default: null;
|
1690
1727
|
};
|
1728
|
+
customDate: {
|
1729
|
+
type: StringConstructor;
|
1730
|
+
default: null;
|
1731
|
+
};
|
1691
1732
|
}>> & {
|
1692
1733
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1693
1734
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1735
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1694
1736
|
}, {
|
1695
1737
|
modelValue: string | number | unknown[];
|
1696
1738
|
paramCfg: Record<string, any>;
|
1697
1739
|
presetVal: string;
|
1740
|
+
customDate: string;
|
1698
1741
|
}>;
|
1699
1742
|
SelectLabel: import("vue").DefineComponent<{
|
1700
1743
|
paramCfg: {
|
@@ -1821,7 +1864,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1821
1864
|
SELECTTREE: string;
|
1822
1865
|
SELECTTREEDYNAMIC: string;
|
1823
1866
|
};
|
1824
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurate" | "update:presetVal")[], "update:modelValue" | "update:isAccurate" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1867
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1825
1868
|
paramCfg: {
|
1826
1869
|
type: ObjectConstructor;
|
1827
1870
|
default: null;
|
@@ -1837,15 +1880,21 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1837
1880
|
isAccurate: {
|
1838
1881
|
type: BooleanConstructor;
|
1839
1882
|
};
|
1883
|
+
customDate: {
|
1884
|
+
type: StringConstructor;
|
1885
|
+
default: null;
|
1886
|
+
};
|
1840
1887
|
}>> & {
|
1841
1888
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1842
1889
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
1843
1890
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1891
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1844
1892
|
}, {
|
1845
1893
|
modelValue: string | number | unknown[];
|
1846
1894
|
paramCfg: Record<string, any>;
|
1847
1895
|
presetVal: string;
|
1848
1896
|
isAccurate: boolean;
|
1897
|
+
customDate: string;
|
1849
1898
|
}>;
|
1850
1899
|
ConditionEnums: {
|
1851
1900
|
NULL: string;
|
@@ -2325,6 +2374,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
2325
2374
|
SELECT_TIME: string;
|
2326
2375
|
PAST_TIME: string;
|
2327
2376
|
FUTURE_TIME: string;
|
2377
|
+
CUSTOM_TIME: string;
|
2328
2378
|
};
|
2329
2379
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
2330
2380
|
paramCfg: {
|
@@ -131,6 +131,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
131
131
|
value: string;
|
132
132
|
isAccurateSearch?: boolean | undefined;
|
133
133
|
accurateSearchKey?: string | undefined;
|
134
|
+
customDate?: string | undefined;
|
134
135
|
}[];
|
135
136
|
};
|
136
137
|
loading: import("vue").Ref<boolean>;
|
@@ -196,6 +197,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
196
197
|
isAccurate: {
|
197
198
|
type: BooleanConstructor;
|
198
199
|
};
|
200
|
+
customDate: {
|
201
|
+
type: StringConstructor;
|
202
|
+
default: null;
|
203
|
+
};
|
199
204
|
}, {
|
200
205
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
201
206
|
paramCfg: {
|
@@ -213,15 +218,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
213
218
|
isAccurate: {
|
214
219
|
type: BooleanConstructor;
|
215
220
|
};
|
221
|
+
customDate: {
|
222
|
+
type: StringConstructor;
|
223
|
+
default: null;
|
224
|
+
};
|
216
225
|
}>> & {
|
217
226
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
218
227
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
219
228
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
229
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
220
230
|
}>>;
|
221
|
-
emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal", ...args: any[]) => void;
|
231
|
+
emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
222
232
|
valueCp: import("vue").WritableComputedRef<any>;
|
223
233
|
presetValCp: import("vue").WritableComputedRef<string>;
|
224
234
|
isAccurateCp: import("vue").WritableComputedRef<boolean>;
|
235
|
+
customDateCp: import("vue").WritableComputedRef<string>;
|
225
236
|
widgetType: import("vue").ComputedRef<any>;
|
226
237
|
Date: import("vue").DefineComponent<{
|
227
238
|
componentCfg: {
|
@@ -239,6 +250,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
239
250
|
type: StringConstructor;
|
240
251
|
default: null;
|
241
252
|
};
|
253
|
+
customDate: {
|
254
|
+
type: StringConstructor;
|
255
|
+
default: null;
|
256
|
+
};
|
242
257
|
}, {
|
243
258
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
244
259
|
componentCfg: {
|
@@ -256,11 +271,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
256
271
|
type: StringConstructor;
|
257
272
|
default: null;
|
258
273
|
};
|
274
|
+
customDate: {
|
275
|
+
type: StringConstructor;
|
276
|
+
default: null;
|
277
|
+
};
|
259
278
|
}>> & {
|
260
279
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
261
280
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
281
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
262
282
|
}>>;
|
263
|
-
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
283
|
+
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
264
284
|
valueCp: import("vue").WritableComputedRef<any>;
|
265
285
|
presetValCp: import("vue").WritableComputedRef<string>;
|
266
286
|
dateType: any;
|
@@ -438,7 +458,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
438
458
|
NEXT_YEAR: string;
|
439
459
|
LAST_YEAR: string;
|
440
460
|
};
|
441
|
-
}, 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<{
|
461
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:presetVal" | "update:customDate", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
442
462
|
componentCfg: {
|
443
463
|
type: ObjectConstructor;
|
444
464
|
};
|
@@ -454,13 +474,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
454
474
|
type: StringConstructor;
|
455
475
|
default: null;
|
456
476
|
};
|
477
|
+
customDate: {
|
478
|
+
type: StringConstructor;
|
479
|
+
default: null;
|
480
|
+
};
|
457
481
|
}>> & {
|
458
482
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
459
483
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
484
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
460
485
|
}, {
|
461
486
|
modelValue: string | number | unknown[];
|
462
487
|
paramCfg: Record<string, any>;
|
463
488
|
presetVal: string;
|
489
|
+
customDate: string;
|
464
490
|
}>;
|
465
491
|
InputFilter: import("vue").DefineComponent<{
|
466
492
|
paramCfg: {
|
@@ -590,6 +616,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
590
616
|
SELECT_TIME: string;
|
591
617
|
PAST_TIME: string;
|
592
618
|
FUTURE_TIME: string;
|
619
|
+
CUSTOM_TIME: string;
|
593
620
|
};
|
594
621
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
595
622
|
paramCfg: {
|
@@ -924,6 +951,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
924
951
|
type: StringConstructor;
|
925
952
|
default: null;
|
926
953
|
};
|
954
|
+
customDate: {
|
955
|
+
type: StringConstructor;
|
956
|
+
default: null;
|
957
|
+
};
|
927
958
|
}, {
|
928
959
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
929
960
|
paramCfg: {
|
@@ -938,11 +969,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
938
969
|
type: StringConstructor;
|
939
970
|
default: null;
|
940
971
|
};
|
972
|
+
customDate: {
|
973
|
+
type: StringConstructor;
|
974
|
+
default: null;
|
975
|
+
};
|
941
976
|
}>> & {
|
942
977
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
943
978
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
979
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
944
980
|
}>>;
|
945
|
-
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
981
|
+
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
946
982
|
startDate: import("vue").Ref<any>;
|
947
983
|
endDate: import("vue").Ref<any>;
|
948
984
|
valueFormat: import("vue").ComputedRef<string>;
|
@@ -963,6 +999,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
963
999
|
value: string;
|
964
1000
|
}[]>;
|
965
1001
|
presetValCp: import("vue").WritableComputedRef<string>;
|
1002
|
+
customDateCp: import("vue").WritableComputedRef<string>;
|
966
1003
|
handleChange: (val: any, type: "start" | "end") => void;
|
967
1004
|
isStartDateDisabled: (ts: number) => boolean;
|
968
1005
|
timeStartDisabled: (ts: number) => {
|
@@ -1138,7 +1175,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1138
1175
|
NEXT_YEAR: string;
|
1139
1176
|
LAST_YEAR: string;
|
1140
1177
|
};
|
1141
|
-
}, 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<{
|
1178
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:presetVal" | "update:customDate", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1142
1179
|
paramCfg: {
|
1143
1180
|
type: ObjectConstructor;
|
1144
1181
|
default: null;
|
@@ -1151,13 +1188,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
1151
1188
|
type: StringConstructor;
|
1152
1189
|
default: null;
|
1153
1190
|
};
|
1191
|
+
customDate: {
|
1192
|
+
type: StringConstructor;
|
1193
|
+
default: null;
|
1194
|
+
};
|
1154
1195
|
}>> & {
|
1155
1196
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1156
1197
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1198
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1157
1199
|
}, {
|
1158
1200
|
modelValue: string | number | unknown[];
|
1159
1201
|
paramCfg: Record<string, any>;
|
1160
1202
|
presetVal: string;
|
1203
|
+
customDate: string;
|
1161
1204
|
}>;
|
1162
1205
|
SelectLabel: import("vue").DefineComponent<{
|
1163
1206
|
paramCfg: {
|
@@ -1284,7 +1327,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1284
1327
|
SELECTTREE: string;
|
1285
1328
|
SELECTTREEDYNAMIC: string;
|
1286
1329
|
};
|
1287
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurate" | "update:presetVal")[], "update:modelValue" | "update:isAccurate" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1330
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1288
1331
|
paramCfg: {
|
1289
1332
|
type: ObjectConstructor;
|
1290
1333
|
default: null;
|
@@ -1300,15 +1343,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
1300
1343
|
isAccurate: {
|
1301
1344
|
type: BooleanConstructor;
|
1302
1345
|
};
|
1346
|
+
customDate: {
|
1347
|
+
type: StringConstructor;
|
1348
|
+
default: null;
|
1349
|
+
};
|
1303
1350
|
}>> & {
|
1304
1351
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1305
1352
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
1306
1353
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1354
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1307
1355
|
}, {
|
1308
1356
|
modelValue: string | number | unknown[];
|
1309
1357
|
paramCfg: Record<string, any>;
|
1310
1358
|
presetVal: string;
|
1311
1359
|
isAccurate: boolean;
|
1360
|
+
customDate: string;
|
1312
1361
|
}>;
|
1313
1362
|
ConditionEnums: {
|
1314
1363
|
NULL: string;
|
@@ -1788,6 +1837,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1788
1837
|
SELECT_TIME: string;
|
1789
1838
|
PAST_TIME: string;
|
1790
1839
|
FUTURE_TIME: string;
|
1840
|
+
CUSTOM_TIME: string;
|
1791
1841
|
};
|
1792
1842
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1793
1843
|
paramCfg: {
|
@@ -425,6 +425,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
425
425
|
value: string;
|
426
426
|
isAccurateSearch?: boolean | undefined;
|
427
427
|
accurateSearchKey?: string | undefined;
|
428
|
+
customDate?: string | undefined;
|
428
429
|
}[];
|
429
430
|
};
|
430
431
|
loading: import("vue").Ref<boolean>;
|
@@ -490,6 +491,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
490
491
|
isAccurate: {
|
491
492
|
type: BooleanConstructor;
|
492
493
|
};
|
494
|
+
customDate: {
|
495
|
+
type: StringConstructor;
|
496
|
+
default: null;
|
497
|
+
};
|
493
498
|
}, {
|
494
499
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
495
500
|
paramCfg: {
|
@@ -507,15 +512,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
507
512
|
isAccurate: {
|
508
513
|
type: BooleanConstructor;
|
509
514
|
};
|
515
|
+
customDate: {
|
516
|
+
type: StringConstructor;
|
517
|
+
default: null;
|
518
|
+
};
|
510
519
|
}>> & {
|
511
520
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
512
521
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
513
522
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
523
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
514
524
|
}>>;
|
515
|
-
emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal", ...args: any[]) => void;
|
525
|
+
emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
516
526
|
valueCp: import("vue").WritableComputedRef<any>;
|
517
527
|
presetValCp: import("vue").WritableComputedRef<string>;
|
518
528
|
isAccurateCp: import("vue").WritableComputedRef<boolean>;
|
529
|
+
customDateCp: import("vue").WritableComputedRef<string>;
|
519
530
|
widgetType: import("vue").ComputedRef<any>;
|
520
531
|
Date: import("vue").DefineComponent<{
|
521
532
|
componentCfg: {
|
@@ -533,6 +544,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
533
544
|
type: StringConstructor;
|
534
545
|
default: null;
|
535
546
|
};
|
547
|
+
customDate: {
|
548
|
+
type: StringConstructor;
|
549
|
+
default: null;
|
550
|
+
};
|
536
551
|
}, {
|
537
552
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
538
553
|
componentCfg: {
|
@@ -550,11 +565,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
550
565
|
type: StringConstructor;
|
551
566
|
default: null;
|
552
567
|
};
|
568
|
+
customDate: {
|
569
|
+
type: StringConstructor;
|
570
|
+
default: null;
|
571
|
+
};
|
553
572
|
}>> & {
|
554
573
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
555
574
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
575
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
556
576
|
}>>;
|
557
|
-
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
577
|
+
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
558
578
|
valueCp: import("vue").WritableComputedRef<any>;
|
559
579
|
presetValCp: import("vue").WritableComputedRef<string>;
|
560
580
|
dateType: any;
|
@@ -732,7 +752,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
732
752
|
NEXT_YEAR: string;
|
733
753
|
LAST_YEAR: string;
|
734
754
|
};
|
735
|
-
}, 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<{
|
755
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:presetVal" | "update:customDate", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
736
756
|
componentCfg: {
|
737
757
|
type: ObjectConstructor;
|
738
758
|
};
|
@@ -748,13 +768,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
748
768
|
type: StringConstructor;
|
749
769
|
default: null;
|
750
770
|
};
|
771
|
+
customDate: {
|
772
|
+
type: StringConstructor;
|
773
|
+
default: null;
|
774
|
+
};
|
751
775
|
}>> & {
|
752
776
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
753
777
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
778
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
754
779
|
}, {
|
755
780
|
modelValue: string | number | unknown[];
|
756
781
|
paramCfg: Record<string, any>;
|
757
782
|
presetVal: string;
|
783
|
+
customDate: string;
|
758
784
|
}>;
|
759
785
|
InputFilter: import("vue").DefineComponent<{
|
760
786
|
paramCfg: {
|
@@ -884,6 +910,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
884
910
|
SELECT_TIME: string;
|
885
911
|
PAST_TIME: string;
|
886
912
|
FUTURE_TIME: string;
|
913
|
+
CUSTOM_TIME: string;
|
887
914
|
};
|
888
915
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
889
916
|
paramCfg: {
|
@@ -1218,6 +1245,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
1218
1245
|
type: StringConstructor;
|
1219
1246
|
default: null;
|
1220
1247
|
};
|
1248
|
+
customDate: {
|
1249
|
+
type: StringConstructor;
|
1250
|
+
default: null;
|
1251
|
+
};
|
1221
1252
|
}, {
|
1222
1253
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1223
1254
|
paramCfg: {
|
@@ -1232,11 +1263,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
1232
1263
|
type: StringConstructor;
|
1233
1264
|
default: null;
|
1234
1265
|
};
|
1266
|
+
customDate: {
|
1267
|
+
type: StringConstructor;
|
1268
|
+
default: null;
|
1269
|
+
};
|
1235
1270
|
}>> & {
|
1236
1271
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1237
1272
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1273
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1238
1274
|
}>>;
|
1239
|
-
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
1275
|
+
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
1240
1276
|
startDate: import("vue").Ref<any>;
|
1241
1277
|
endDate: import("vue").Ref<any>;
|
1242
1278
|
valueFormat: import("vue").ComputedRef<string>;
|
@@ -1257,6 +1293,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1257
1293
|
value: string;
|
1258
1294
|
}[]>;
|
1259
1295
|
presetValCp: import("vue").WritableComputedRef<string>;
|
1296
|
+
customDateCp: import("vue").WritableComputedRef<string>;
|
1260
1297
|
handleChange: (val: any, type: "start" | "end") => void;
|
1261
1298
|
isStartDateDisabled: (ts: number) => boolean;
|
1262
1299
|
timeStartDisabled: (ts: number) => {
|
@@ -1432,7 +1469,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1432
1469
|
NEXT_YEAR: string;
|
1433
1470
|
LAST_YEAR: string;
|
1434
1471
|
};
|
1435
|
-
}, 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<{
|
1472
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:presetVal" | "update:customDate", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1436
1473
|
paramCfg: {
|
1437
1474
|
type: ObjectConstructor;
|
1438
1475
|
default: null;
|
@@ -1445,13 +1482,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
1445
1482
|
type: StringConstructor;
|
1446
1483
|
default: null;
|
1447
1484
|
};
|
1485
|
+
customDate: {
|
1486
|
+
type: StringConstructor;
|
1487
|
+
default: null;
|
1488
|
+
};
|
1448
1489
|
}>> & {
|
1449
1490
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1450
1491
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1492
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1451
1493
|
}, {
|
1452
1494
|
modelValue: string | number | unknown[];
|
1453
1495
|
paramCfg: Record<string, any>;
|
1454
1496
|
presetVal: string;
|
1497
|
+
customDate: string;
|
1455
1498
|
}>;
|
1456
1499
|
SelectLabel: import("vue").DefineComponent<{
|
1457
1500
|
paramCfg: {
|
@@ -1578,7 +1621,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1578
1621
|
SELECTTREE: string;
|
1579
1622
|
SELECTTREEDYNAMIC: string;
|
1580
1623
|
};
|
1581
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurate" | "update:presetVal")[], "update:modelValue" | "update:isAccurate" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1624
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1582
1625
|
paramCfg: {
|
1583
1626
|
type: ObjectConstructor;
|
1584
1627
|
default: null;
|
@@ -1594,15 +1637,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
1594
1637
|
isAccurate: {
|
1595
1638
|
type: BooleanConstructor;
|
1596
1639
|
};
|
1640
|
+
customDate: {
|
1641
|
+
type: StringConstructor;
|
1642
|
+
default: null;
|
1643
|
+
};
|
1597
1644
|
}>> & {
|
1598
1645
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1599
1646
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
1600
1647
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1648
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1601
1649
|
}, {
|
1602
1650
|
modelValue: string | number | unknown[];
|
1603
1651
|
paramCfg: Record<string, any>;
|
1604
1652
|
presetVal: string;
|
1605
1653
|
isAccurate: boolean;
|
1654
|
+
customDate: string;
|
1606
1655
|
}>;
|
1607
1656
|
ConditionEnums: {
|
1608
1657
|
NULL: string;
|
@@ -2082,6 +2131,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2082
2131
|
SELECT_TIME: string;
|
2083
2132
|
PAST_TIME: string;
|
2084
2133
|
FUTURE_TIME: string;
|
2134
|
+
CUSTOM_TIME: string;
|
2085
2135
|
};
|
2086
2136
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
2087
2137
|
paramCfg: {
|