command-center-v3-common 0.0.36 → 0.0.37
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/dist/command-center-v3-common.js +56799 -18
- package/dist/command-center-v3-common.umd.cjs +87 -68
- package/dist/index.d.ts +374 -160
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/command-center-v3-common-faxQifez.js +0 -50818
- package/dist/hy-test-CR0JRtbJ.js +0 -65
package/dist/index.d.ts
CHANGED
@@ -11,6 +11,10 @@ declare type __VLS_NonUndefinedable_11<T> = T extends undefined ? never : T;
|
|
11
11
|
|
12
12
|
declare type __VLS_NonUndefinedable_12<T> = T extends undefined ? never : T;
|
13
13
|
|
14
|
+
declare type __VLS_NonUndefinedable_13<T> = T extends undefined ? never : T;
|
15
|
+
|
16
|
+
declare type __VLS_NonUndefinedable_14<T> = T extends undefined ? never : T;
|
17
|
+
|
14
18
|
declare type __VLS_NonUndefinedable_2<T> = T extends undefined ? never : T;
|
15
19
|
|
16
20
|
declare type __VLS_NonUndefinedable_3<T> = T extends undefined ? never : T;
|
@@ -43,6 +47,14 @@ declare type __VLS_Prettify_12<T> = {
|
|
43
47
|
[K in keyof T]: T[K];
|
44
48
|
} & {};
|
45
49
|
|
50
|
+
declare type __VLS_Prettify_13<T> = {
|
51
|
+
[K in keyof T]: T[K];
|
52
|
+
} & {};
|
53
|
+
|
54
|
+
declare type __VLS_Prettify_14<T> = {
|
55
|
+
[K in keyof T]: T[K];
|
56
|
+
} & {};
|
57
|
+
|
46
58
|
declare type __VLS_Prettify_2<T> = {
|
47
59
|
[K in keyof T]: T[K];
|
48
60
|
} & {};
|
@@ -111,6 +123,24 @@ declare type __VLS_TypePropsToRuntimeProps_12<T> = {
|
|
111
123
|
};
|
112
124
|
};
|
113
125
|
|
126
|
+
declare type __VLS_TypePropsToRuntimeProps_13<T> = {
|
127
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
128
|
+
type: PropType_2<__VLS_NonUndefinedable_13<T[K]>>;
|
129
|
+
} : {
|
130
|
+
type: PropType_2<T[K]>;
|
131
|
+
required: true;
|
132
|
+
};
|
133
|
+
};
|
134
|
+
|
135
|
+
declare type __VLS_TypePropsToRuntimeProps_14<T> = {
|
136
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
137
|
+
type: PropType_2<__VLS_NonUndefinedable_14<T[K]>>;
|
138
|
+
} : {
|
139
|
+
type: PropType_2<T[K]>;
|
140
|
+
required: true;
|
141
|
+
};
|
142
|
+
};
|
143
|
+
|
114
144
|
declare type __VLS_TypePropsToRuntimeProps_2<T> = {
|
115
145
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
116
146
|
type: PropType_2<__VLS_NonUndefinedable_2<T[K]>>;
|
@@ -207,6 +237,18 @@ declare type __VLS_WithDefaults_12<P, D> = {
|
|
207
237
|
}> : P[K];
|
208
238
|
};
|
209
239
|
|
240
|
+
declare type __VLS_WithDefaults_13<P, D> = {
|
241
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_13<P[K] & {
|
242
|
+
default: D[K];
|
243
|
+
}> : P[K];
|
244
|
+
};
|
245
|
+
|
246
|
+
declare type __VLS_WithDefaults_14<P, D> = {
|
247
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_14<P[K] & {
|
248
|
+
default: D[K];
|
249
|
+
}> : P[K];
|
250
|
+
};
|
251
|
+
|
210
252
|
declare type __VLS_WithDefaults_2<P, D> = {
|
211
253
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_2<P[K] & {
|
212
254
|
default: D[K];
|
@@ -297,6 +339,18 @@ declare type __VLS_WithTemplateSlots_7<T, S> = T & {
|
|
297
339
|
};
|
298
340
|
};
|
299
341
|
|
342
|
+
declare type __VLS_WithTemplateSlots_8<T, S> = T & {
|
343
|
+
new (): {
|
344
|
+
$slots: S;
|
345
|
+
};
|
346
|
+
};
|
347
|
+
|
348
|
+
declare type __VLS_WithTemplateSlots_9<T, S> = T & {
|
349
|
+
new (): {
|
350
|
+
$slots: S;
|
351
|
+
};
|
352
|
+
};
|
353
|
+
|
300
354
|
declare interface BoxBorderProps {
|
301
355
|
[key: string]: any;
|
302
356
|
prefix?: string;
|
@@ -785,6 +839,81 @@ declare interface GroupTreeProps {
|
|
785
839
|
|
786
840
|
declare function handleCurrentChange(page?: number): void;
|
787
841
|
|
842
|
+
export declare const HyAcquisitionStationTree: __VLS_WithTemplateSlots_5<DefineComponent<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<TreeCpnsProps & TreeProps & Props_4>, {
|
843
|
+
fuzzySearch: boolean;
|
844
|
+
highlightSelected: boolean;
|
845
|
+
getData: FunctionConstructor;
|
846
|
+
itemSize: number;
|
847
|
+
hideDevice: boolean;
|
848
|
+
hideOrgNoData: boolean;
|
849
|
+
defaultGetData: boolean;
|
850
|
+
showOnlineOnly: boolean;
|
851
|
+
checkStrictly: boolean;
|
852
|
+
showCheckbox: boolean;
|
853
|
+
parentCheckbox: boolean;
|
854
|
+
showRadio: boolean;
|
855
|
+
showCheckboxButton: boolean;
|
856
|
+
showRadioButton: boolean;
|
857
|
+
defaultCheckedList: () => any[];
|
858
|
+
returnDisableDevice: boolean;
|
859
|
+
disableDataList: () => any[];
|
860
|
+
}>, {
|
861
|
+
setCheckedKeys: (keys: string[]) => void;
|
862
|
+
setSelectedList: (dataList: any[]) => void;
|
863
|
+
setChecked: (item: any, type: boolean) => void;
|
864
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
865
|
+
onCurrentDepartment: (...args: any[]) => void;
|
866
|
+
onCurrent: (...args: any[]) => void;
|
867
|
+
onCurrentDelete: (...args: any[]) => void;
|
868
|
+
onSelectedData: (...args: any[]) => void;
|
869
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<TreeCpnsProps & TreeProps & Props_4>, {
|
870
|
+
fuzzySearch: boolean;
|
871
|
+
highlightSelected: boolean;
|
872
|
+
getData: FunctionConstructor;
|
873
|
+
itemSize: number;
|
874
|
+
hideDevice: boolean;
|
875
|
+
hideOrgNoData: boolean;
|
876
|
+
defaultGetData: boolean;
|
877
|
+
showOnlineOnly: boolean;
|
878
|
+
checkStrictly: boolean;
|
879
|
+
showCheckbox: boolean;
|
880
|
+
parentCheckbox: boolean;
|
881
|
+
showRadio: boolean;
|
882
|
+
showCheckboxButton: boolean;
|
883
|
+
showRadioButton: boolean;
|
884
|
+
defaultCheckedList: () => any[];
|
885
|
+
returnDisableDevice: boolean;
|
886
|
+
disableDataList: () => any[];
|
887
|
+
}>>> & {
|
888
|
+
onOnCurrentDepartment?: (...args: any[]) => any;
|
889
|
+
onOnCurrent?: (...args: any[]) => any;
|
890
|
+
onOnCurrentDelete?: (...args: any[]) => any;
|
891
|
+
onOnSelectedData?: (...args: any[]) => any;
|
892
|
+
}, {
|
893
|
+
getData: () => any;
|
894
|
+
defaultGetData: boolean;
|
895
|
+
checkStrictly: boolean;
|
896
|
+
hideOrgNoData: boolean;
|
897
|
+
itemSize: number;
|
898
|
+
defaultCheckedList: any[];
|
899
|
+
highlightSelected: boolean;
|
900
|
+
showCheckbox: boolean;
|
901
|
+
parentCheckbox: boolean;
|
902
|
+
showRadio: boolean;
|
903
|
+
showRadioButton: boolean;
|
904
|
+
showCheckboxButton: boolean;
|
905
|
+
fuzzySearch: boolean;
|
906
|
+
disableDataList: UserInfo[];
|
907
|
+
}, {}>, {
|
908
|
+
"below-the-input"?(_: {}): any;
|
909
|
+
"check-content"?(_: {
|
910
|
+
row: any;
|
911
|
+
}): any;
|
912
|
+
"other-content"?(_: {
|
913
|
+
row: any;
|
914
|
+
}): any;
|
915
|
+
}>;
|
916
|
+
|
788
917
|
export declare const HyAddDepartmentType: DefineComponent< {}, {
|
789
918
|
show: (row?: OrgType) => void;
|
790
919
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
@@ -793,7 +922,7 @@ show: (row?: OrgType) => void;
|
|
793
922
|
"onOn-submit"?: (...args: any[]) => any;
|
794
923
|
}, {}, {}>;
|
795
924
|
|
796
|
-
export declare const HyBoxBorder:
|
925
|
+
export declare const HyBoxBorder: __VLS_WithTemplateSlots_6<DefineComponent<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<BoxBorderProps>, {
|
797
926
|
prefix: string;
|
798
927
|
name: string;
|
799
928
|
className: string;
|
@@ -801,7 +930,7 @@ color: string;
|
|
801
930
|
width: string;
|
802
931
|
height: string;
|
803
932
|
zIndex: number;
|
804
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
933
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<BoxBorderProps>, {
|
805
934
|
prefix: string;
|
806
935
|
name: string;
|
807
936
|
className: string;
|
@@ -813,11 +942,13 @@ zIndex: number;
|
|
813
942
|
content?(_: {}): any;
|
814
943
|
}>;
|
815
944
|
|
816
|
-
export declare const HyDataTimeShortcuts: DefineComponent<
|
945
|
+
export declare const HyDataTimeShortcuts: DefineComponent<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_14<Props_8>, {
|
817
946
|
optionList: () => any[];
|
818
|
-
}>, {
|
947
|
+
}>, {
|
948
|
+
removeTimeData: typeof removeTimeData;
|
949
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
819
950
|
change: (params: RequestParams) => void;
|
820
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
951
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_14<Props_8>, {
|
821
952
|
optionList: () => any[];
|
822
953
|
}>>> & {
|
823
954
|
onChange?: (params: RequestParams) => any;
|
@@ -828,138 +959,7 @@ value: number;
|
|
828
959
|
}[];
|
829
960
|
}, {}>;
|
830
961
|
|
831
|
-
export declare const
|
832
|
-
onShowViewer: typeof onShowViewer;
|
833
|
-
imageViewerClose: typeof imageViewerClose;
|
834
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
|
835
|
-
|
836
|
-
export declare const HyMenuComponents: DefineComponent<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_11<Props_5>, {
|
837
|
-
menuList: () => any[];
|
838
|
-
menuTitle: string;
|
839
|
-
}>, {
|
840
|
-
setRouterPath: typeof setRouterPath;
|
841
|
-
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
842
|
-
onChange: (...args: any[]) => void;
|
843
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_11<Props_5>, {
|
844
|
-
menuList: () => any[];
|
845
|
-
menuTitle: string;
|
846
|
-
}>>> & {
|
847
|
-
onOnChange?: (...args: any[]) => any;
|
848
|
-
}, {
|
849
|
-
menuList: MenuListItem[];
|
850
|
-
menuTitle: string;
|
851
|
-
}, {}>;
|
852
|
-
|
853
|
-
export declare const HyOrgCascader: __VLS_WithTemplateSlots_7<DefineComponent<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<Props_4>, {
|
854
|
-
size: string;
|
855
|
-
className: string;
|
856
|
-
placeholder: string;
|
857
|
-
contentType: boolean;
|
858
|
-
disabled: boolean;
|
859
|
-
}>, {
|
860
|
-
setDefaultValue: (organizationId: any) => void;
|
861
|
-
getData: () => Promise<void>;
|
862
|
-
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
863
|
-
change: (...args: any[]) => void;
|
864
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<Props_4>, {
|
865
|
-
size: string;
|
866
|
-
className: string;
|
867
|
-
placeholder: string;
|
868
|
-
contentType: boolean;
|
869
|
-
disabled: boolean;
|
870
|
-
}>>> & {
|
871
|
-
onChange?: (...args: any[]) => any;
|
872
|
-
}, {
|
873
|
-
className: string;
|
874
|
-
size: string;
|
875
|
-
disabled: boolean;
|
876
|
-
placeholder: string;
|
877
|
-
contentType: boolean;
|
878
|
-
}, {}>, {
|
879
|
-
default?(_: {}): any;
|
880
|
-
}>;
|
881
|
-
|
882
|
-
export declare const HyRoundButton: DefineComponent<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<RoundButton>, {
|
883
|
-
name: string;
|
884
|
-
className: string;
|
885
|
-
color: string;
|
886
|
-
width: string;
|
887
|
-
height: string;
|
888
|
-
tips: string;
|
889
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
890
|
-
click: (...args: any[]) => void;
|
891
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<RoundButton>, {
|
892
|
-
name: string;
|
893
|
-
className: string;
|
894
|
-
color: string;
|
895
|
-
width: string;
|
896
|
-
height: string;
|
897
|
-
tips: string;
|
898
|
-
}>>> & {
|
899
|
-
onClick?: (...args: any[]) => any;
|
900
|
-
}, {}, {}>;
|
901
|
-
|
902
|
-
export declare const HySelect: DefineComponent<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<Props_3>, {
|
903
|
-
modelValue: string;
|
904
|
-
requestParams: {};
|
905
|
-
controller: string;
|
906
|
-
filterDataList: () => any[];
|
907
|
-
customDataList: () => any[];
|
908
|
-
selectedDataList: () => any[];
|
909
|
-
requestimmediately: boolean;
|
910
|
-
clearable: boolean;
|
911
|
-
multiple: boolean;
|
912
|
-
optionLabel: string;
|
913
|
-
optionValue: string;
|
914
|
-
size: string;
|
915
|
-
placeholder: string;
|
916
|
-
}>, {
|
917
|
-
remoteMethod: (param: string) => void;
|
918
|
-
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
919
|
-
input: (...args: any[]) => void;
|
920
|
-
change: (...args: any[]) => void;
|
921
|
-
"on-selectItem": (...args: any[]) => void;
|
922
|
-
visibleChange: (...args: any[]) => void;
|
923
|
-
"update:modelValue": (...args: any[]) => void;
|
924
|
-
"on-changeSelectItem": (...args: any[]) => void;
|
925
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<Props_3>, {
|
926
|
-
modelValue: string;
|
927
|
-
requestParams: {};
|
928
|
-
controller: string;
|
929
|
-
filterDataList: () => any[];
|
930
|
-
customDataList: () => any[];
|
931
|
-
selectedDataList: () => any[];
|
932
|
-
requestimmediately: boolean;
|
933
|
-
clearable: boolean;
|
934
|
-
multiple: boolean;
|
935
|
-
optionLabel: string;
|
936
|
-
optionValue: string;
|
937
|
-
size: string;
|
938
|
-
placeholder: string;
|
939
|
-
}>>> & {
|
940
|
-
onChange?: (...args: any[]) => any;
|
941
|
-
onInput?: (...args: any[]) => any;
|
942
|
-
"onOn-selectItem"?: (...args: any[]) => any;
|
943
|
-
onVisibleChange?: (...args: any[]) => any;
|
944
|
-
"onUpdate:modelValue"?: (...args: any[]) => any;
|
945
|
-
"onOn-changeSelectItem"?: (...args: any[]) => any;
|
946
|
-
}, {
|
947
|
-
size: string;
|
948
|
-
optionLabel: string;
|
949
|
-
optionValue: string;
|
950
|
-
placeholder: string;
|
951
|
-
modelValue: any;
|
952
|
-
clearable: boolean;
|
953
|
-
selectedDataList: any[];
|
954
|
-
requestParams: any;
|
955
|
-
controller: string;
|
956
|
-
filterDataList: any[];
|
957
|
-
customDataList: any[];
|
958
|
-
requestimmediately: boolean;
|
959
|
-
multiple: boolean;
|
960
|
-
}, {}>;
|
961
|
-
|
962
|
-
export declare const HySelectDevice: __VLS_WithTemplateSlots<DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TreeCpnsProps & TreeProps & Props>, {
|
962
|
+
export declare const HyDeviceTree: __VLS_WithTemplateSlots<DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TreeCpnsProps & TreeProps & Props>, {
|
963
963
|
fuzzySearch: boolean;
|
964
964
|
highlightSelected: boolean;
|
965
965
|
getData: FunctionConstructor;
|
@@ -1010,21 +1010,21 @@ onOnCurrent?: (...args: any[]) => any;
|
|
1010
1010
|
onOnCurrentDelete?: (...args: any[]) => any;
|
1011
1011
|
onOnSelectedData?: (...args: any[]) => any;
|
1012
1012
|
}, {
|
1013
|
+
getData: () => any;
|
1014
|
+
defaultGetData: boolean;
|
1015
|
+
checkStrictly: boolean;
|
1013
1016
|
hideDevice: boolean;
|
1014
1017
|
hideOrgNoData: boolean;
|
1015
1018
|
showOnlineOnly: boolean;
|
1016
1019
|
itemSize: number;
|
1017
1020
|
defaultCheckedList: any[];
|
1018
1021
|
highlightSelected: boolean;
|
1019
|
-
checkStrictly: boolean;
|
1020
1022
|
showCheckbox: boolean;
|
1021
1023
|
parentCheckbox: boolean;
|
1022
1024
|
showRadio: boolean;
|
1023
1025
|
showRadioButton: boolean;
|
1024
1026
|
showCheckboxButton: boolean;
|
1025
1027
|
fuzzySearch: boolean;
|
1026
|
-
getData: () => any;
|
1027
|
-
defaultGetData: boolean;
|
1028
1028
|
disableDataList: Device[];
|
1029
1029
|
returnDisableDevice: boolean;
|
1030
1030
|
}, {}>, {
|
@@ -1037,7 +1037,58 @@ returnDisableDevice: boolean;
|
|
1037
1037
|
}): any;
|
1038
1038
|
}>;
|
1039
1039
|
|
1040
|
-
export declare const
|
1040
|
+
export declare const HyImageViewer: DefineComponent< {}, {
|
1041
|
+
onShowViewer: typeof onShowViewer;
|
1042
|
+
imageViewerClose: typeof imageViewerClose;
|
1043
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
|
1044
|
+
|
1045
|
+
export declare const HyMenuComponents: DefineComponent<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<Props_7>, {
|
1046
|
+
menuList: () => any[];
|
1047
|
+
menuTitle: string;
|
1048
|
+
}>, {
|
1049
|
+
setRouterPath: typeof setRouterPath;
|
1050
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1051
|
+
onChange: (...args: any[]) => void;
|
1052
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<Props_7>, {
|
1053
|
+
menuList: () => any[];
|
1054
|
+
menuTitle: string;
|
1055
|
+
}>>> & {
|
1056
|
+
onOnChange?: (...args: any[]) => any;
|
1057
|
+
}, {
|
1058
|
+
menuList: MenuListItem[];
|
1059
|
+
menuTitle: string;
|
1060
|
+
}, {}>;
|
1061
|
+
|
1062
|
+
export declare const HyOrgCascader: __VLS_WithTemplateSlots_9<DefineComponent<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<Props_6>, {
|
1063
|
+
size: string;
|
1064
|
+
className: string;
|
1065
|
+
placeholder: string;
|
1066
|
+
contentType: boolean;
|
1067
|
+
disabled: boolean;
|
1068
|
+
}>, {
|
1069
|
+
setDefaultValue: (organizationId: any) => void;
|
1070
|
+
getData: () => Promise<void>;
|
1071
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1072
|
+
change: (...args: any[]) => void;
|
1073
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<Props_6>, {
|
1074
|
+
size: string;
|
1075
|
+
className: string;
|
1076
|
+
placeholder: string;
|
1077
|
+
contentType: boolean;
|
1078
|
+
disabled: boolean;
|
1079
|
+
}>>> & {
|
1080
|
+
onChange?: (...args: any[]) => any;
|
1081
|
+
}, {
|
1082
|
+
className: string;
|
1083
|
+
size: string;
|
1084
|
+
placeholder: string;
|
1085
|
+
disabled: boolean;
|
1086
|
+
contentType: boolean;
|
1087
|
+
}, {}>, {
|
1088
|
+
default?(_: {}): any;
|
1089
|
+
}>;
|
1090
|
+
|
1091
|
+
export declare const HyOrgGroupTree: __VLS_WithTemplateSlots_3<DefineComponent<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<TreeCpnsProps & TreeProps & GroupTreeProps>, {
|
1041
1092
|
fuzzySearch: boolean;
|
1042
1093
|
highlightSelected: boolean;
|
1043
1094
|
getData: FunctionConstructor;
|
@@ -1088,21 +1139,21 @@ onOnCurrent?: (...args: any[]) => any;
|
|
1088
1139
|
onOnCurrentDelete?: (...args: any[]) => any;
|
1089
1140
|
onOnSelectedData?: (...args: any[]) => any;
|
1090
1141
|
}, {
|
1142
|
+
getData: () => any;
|
1143
|
+
defaultGetData: boolean;
|
1144
|
+
checkStrictly: boolean;
|
1091
1145
|
hideDevice: boolean;
|
1092
1146
|
hideOrgNoData: boolean;
|
1093
1147
|
hideGroup: boolean;
|
1094
1148
|
itemSize: number;
|
1095
1149
|
defaultCheckedList: any[];
|
1096
1150
|
highlightSelected: boolean;
|
1097
|
-
checkStrictly: boolean;
|
1098
1151
|
showCheckbox: boolean;
|
1099
1152
|
parentCheckbox: boolean;
|
1100
1153
|
showRadio: boolean;
|
1101
1154
|
showRadioButton: boolean;
|
1102
1155
|
showCheckboxButton: boolean;
|
1103
1156
|
fuzzySearch: boolean;
|
1104
|
-
getData: () => any;
|
1105
|
-
defaultGetData: boolean;
|
1106
1157
|
}, {}>, {
|
1107
1158
|
"below-the-input"?(_: {}): any;
|
1108
1159
|
"check-content"?(_: {
|
@@ -1113,12 +1164,11 @@ defaultGetData: boolean;
|
|
1113
1164
|
}): any;
|
1114
1165
|
}>;
|
1115
1166
|
|
1116
|
-
export declare const
|
1167
|
+
export declare const HyOrgTree: __VLS_WithTemplateSlots_4<DefineComponent<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<TreeCpnsProps & TreeProps & Props_3>, {
|
1117
1168
|
fuzzySearch: boolean;
|
1118
1169
|
highlightSelected: boolean;
|
1119
1170
|
getData: FunctionConstructor;
|
1120
1171
|
itemSize: number;
|
1121
|
-
hideDevice: boolean;
|
1122
1172
|
hideOrgNoData: boolean;
|
1123
1173
|
defaultGetData: boolean;
|
1124
1174
|
showOnlineOnly: boolean;
|
@@ -1140,12 +1190,11 @@ onCurrentDepartment: (...args: any[]) => void;
|
|
1140
1190
|
onCurrent: (...args: any[]) => void;
|
1141
1191
|
onCurrentDelete: (...args: any[]) => void;
|
1142
1192
|
onSelectedData: (...args: any[]) => void;
|
1143
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
1193
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<TreeCpnsProps & TreeProps & Props_3>, {
|
1144
1194
|
fuzzySearch: boolean;
|
1145
1195
|
highlightSelected: boolean;
|
1146
1196
|
getData: FunctionConstructor;
|
1147
1197
|
itemSize: number;
|
1148
|
-
hideDevice: boolean;
|
1149
1198
|
hideOrgNoData: boolean;
|
1150
1199
|
defaultGetData: boolean;
|
1151
1200
|
showOnlineOnly: boolean;
|
@@ -1164,19 +1213,19 @@ onOnCurrent?: (...args: any[]) => any;
|
|
1164
1213
|
onOnCurrentDelete?: (...args: any[]) => any;
|
1165
1214
|
onOnSelectedData?: (...args: any[]) => any;
|
1166
1215
|
}, {
|
1216
|
+
getData: () => any;
|
1217
|
+
defaultGetData: boolean;
|
1218
|
+
checkStrictly: boolean;
|
1167
1219
|
hideOrgNoData: boolean;
|
1168
1220
|
itemSize: number;
|
1169
1221
|
defaultCheckedList: any[];
|
1170
1222
|
highlightSelected: boolean;
|
1171
|
-
checkStrictly: boolean;
|
1172
1223
|
showCheckbox: boolean;
|
1173
1224
|
parentCheckbox: boolean;
|
1174
1225
|
showRadio: boolean;
|
1175
1226
|
showRadioButton: boolean;
|
1176
1227
|
showCheckboxButton: boolean;
|
1177
1228
|
fuzzySearch: boolean;
|
1178
|
-
getData: () => any;
|
1179
|
-
defaultGetData: boolean;
|
1180
1229
|
disableDataList: UserInfo[];
|
1181
1230
|
}, {}>, {
|
1182
1231
|
"below-the-input"?(_: {}): any;
|
@@ -1188,14 +1237,94 @@ disableDataList: UserInfo[];
|
|
1188
1237
|
}): any;
|
1189
1238
|
}>;
|
1190
1239
|
|
1191
|
-
export declare const
|
1240
|
+
export declare const HyRoundButton: DefineComponent<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<RoundButton>, {
|
1241
|
+
name: string;
|
1242
|
+
className: string;
|
1243
|
+
color: string;
|
1244
|
+
width: string;
|
1245
|
+
height: string;
|
1246
|
+
tips: string;
|
1247
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1248
|
+
click: (...args: any[]) => void;
|
1249
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<RoundButton>, {
|
1250
|
+
name: string;
|
1251
|
+
className: string;
|
1252
|
+
color: string;
|
1253
|
+
width: string;
|
1254
|
+
height: string;
|
1255
|
+
tips: string;
|
1256
|
+
}>>> & {
|
1257
|
+
onClick?: (...args: any[]) => any;
|
1258
|
+
}, {}, {}>;
|
1259
|
+
|
1260
|
+
export declare const HySelect: DefineComponent<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_11<Props_5>, {
|
1261
|
+
modelValue: string;
|
1262
|
+
requestParams: {};
|
1263
|
+
controller: string;
|
1264
|
+
filterDataList: () => any[];
|
1265
|
+
customDataList: () => any[];
|
1266
|
+
selectedDataList: () => any[];
|
1267
|
+
requestimmediately: boolean;
|
1268
|
+
clearable: boolean;
|
1269
|
+
multiple: boolean;
|
1270
|
+
optionLabel: string;
|
1271
|
+
optionValue: string;
|
1272
|
+
size: string;
|
1273
|
+
placeholder: string;
|
1274
|
+
}>, {
|
1275
|
+
remoteMethod: (param: string) => void;
|
1276
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1277
|
+
input: (...args: any[]) => void;
|
1278
|
+
change: (...args: any[]) => void;
|
1279
|
+
"on-selectItem": (...args: any[]) => void;
|
1280
|
+
visibleChange: (...args: any[]) => void;
|
1281
|
+
"update:modelValue": (...args: any[]) => void;
|
1282
|
+
"on-changeSelectItem": (...args: any[]) => void;
|
1283
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_11<Props_5>, {
|
1284
|
+
modelValue: string;
|
1285
|
+
requestParams: {};
|
1286
|
+
controller: string;
|
1287
|
+
filterDataList: () => any[];
|
1288
|
+
customDataList: () => any[];
|
1289
|
+
selectedDataList: () => any[];
|
1290
|
+
requestimmediately: boolean;
|
1291
|
+
clearable: boolean;
|
1292
|
+
multiple: boolean;
|
1293
|
+
optionLabel: string;
|
1294
|
+
optionValue: string;
|
1295
|
+
size: string;
|
1296
|
+
placeholder: string;
|
1297
|
+
}>>> & {
|
1298
|
+
onChange?: (...args: any[]) => any;
|
1299
|
+
onInput?: (...args: any[]) => any;
|
1300
|
+
"onOn-selectItem"?: (...args: any[]) => any;
|
1301
|
+
onVisibleChange?: (...args: any[]) => any;
|
1302
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
1303
|
+
"onOn-changeSelectItem"?: (...args: any[]) => any;
|
1304
|
+
}, {
|
1305
|
+
size: string;
|
1306
|
+
optionLabel: string;
|
1307
|
+
optionValue: string;
|
1308
|
+
modelValue: any;
|
1309
|
+
requestParams: any;
|
1310
|
+
controller: string;
|
1311
|
+
filterDataList: any[];
|
1312
|
+
customDataList: any[];
|
1313
|
+
selectedDataList: any[];
|
1314
|
+
requestimmediately: boolean;
|
1315
|
+
clearable: boolean;
|
1316
|
+
multiple: boolean;
|
1317
|
+
placeholder: string;
|
1318
|
+
}, {}>;
|
1319
|
+
|
1320
|
+
export declare const HySvgIcon: DefineComponent<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<IconProps>, {
|
1192
1321
|
prefix: string;
|
1193
1322
|
name: string;
|
1194
1323
|
className: string;
|
1195
1324
|
color: string;
|
1196
1325
|
width: string;
|
1197
1326
|
height: string;
|
1198
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
1327
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<IconProps>, {
|
1199
1328
|
prefix: string;
|
1200
1329
|
name: string;
|
1201
1330
|
className: string;
|
@@ -1204,7 +1333,7 @@ width: string;
|
|
1204
1333
|
height: string;
|
1205
1334
|
}>>>, {}, {}>;
|
1206
1335
|
|
1207
|
-
export declare const HyTable:
|
1336
|
+
export declare const HyTable: __VLS_WithTemplateSlots_8<DefineComponent<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<TableProps>, {
|
1208
1337
|
height: number;
|
1209
1338
|
columnList: () => any[];
|
1210
1339
|
searchArr: () => any[];
|
@@ -1238,7 +1367,7 @@ getTotalElements: typeof getTotalElements;
|
|
1238
1367
|
getTotal: (...args: any[]) => void;
|
1239
1368
|
selectionChange: (...args: any[]) => void;
|
1240
1369
|
onRowcClick: (...args: any[]) => void;
|
1241
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
1370
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<TableProps>, {
|
1242
1371
|
height: number;
|
1243
1372
|
columnList: () => any[];
|
1244
1373
|
searchArr: () => any[];
|
@@ -1329,13 +1458,13 @@ selectValueKey: string;
|
|
1329
1458
|
|
1330
1459
|
export declare function HyTipsModal(configParams: ConfigType, submitCallBackParams?: () => void, closesCallBackParams?: () => void): Promise<unknown>;
|
1331
1460
|
|
1332
|
-
export declare const HyUserHead:
|
1461
|
+
export declare const HyUserHead: __VLS_WithTemplateSlots_7<DefineComponent<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<RoundButton_2>, {
|
1333
1462
|
gbDevice: boolean;
|
1334
1463
|
url: string;
|
1335
1464
|
headBoxClassName: string;
|
1336
1465
|
name: string;
|
1337
1466
|
className: string;
|
1338
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
1467
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<RoundButton_2>, {
|
1339
1468
|
gbDevice: boolean;
|
1340
1469
|
url: string;
|
1341
1470
|
headBoxClassName: string;
|
@@ -1345,6 +1474,81 @@ className: string;
|
|
1345
1474
|
content?(_: {}): any;
|
1346
1475
|
}>;
|
1347
1476
|
|
1477
|
+
export declare const HyUserTree: __VLS_WithTemplateSlots_2<DefineComponent<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<TreeCpnsProps & TreeProps & Props_2>, {
|
1478
|
+
fuzzySearch: boolean;
|
1479
|
+
highlightSelected: boolean;
|
1480
|
+
getData: FunctionConstructor;
|
1481
|
+
itemSize: number;
|
1482
|
+
hideDevice: boolean;
|
1483
|
+
hideOrgNoData: boolean;
|
1484
|
+
defaultGetData: boolean;
|
1485
|
+
showOnlineOnly: boolean;
|
1486
|
+
checkStrictly: boolean;
|
1487
|
+
showCheckbox: boolean;
|
1488
|
+
parentCheckbox: boolean;
|
1489
|
+
showRadio: boolean;
|
1490
|
+
showCheckboxButton: boolean;
|
1491
|
+
showRadioButton: boolean;
|
1492
|
+
defaultCheckedList: () => any[];
|
1493
|
+
returnDisableDevice: boolean;
|
1494
|
+
disableDataList: () => any[];
|
1495
|
+
}>, {
|
1496
|
+
setCheckedKeys: (keys: string[]) => void;
|
1497
|
+
setSelectedList: (dataList: any[]) => void;
|
1498
|
+
setChecked: (item: any, type: boolean) => void;
|
1499
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1500
|
+
onCurrentDepartment: (...args: any[]) => void;
|
1501
|
+
onCurrent: (...args: any[]) => void;
|
1502
|
+
onCurrentDelete: (...args: any[]) => void;
|
1503
|
+
onSelectedData: (...args: any[]) => void;
|
1504
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<TreeCpnsProps & TreeProps & Props_2>, {
|
1505
|
+
fuzzySearch: boolean;
|
1506
|
+
highlightSelected: boolean;
|
1507
|
+
getData: FunctionConstructor;
|
1508
|
+
itemSize: number;
|
1509
|
+
hideDevice: boolean;
|
1510
|
+
hideOrgNoData: boolean;
|
1511
|
+
defaultGetData: boolean;
|
1512
|
+
showOnlineOnly: boolean;
|
1513
|
+
checkStrictly: boolean;
|
1514
|
+
showCheckbox: boolean;
|
1515
|
+
parentCheckbox: boolean;
|
1516
|
+
showRadio: boolean;
|
1517
|
+
showCheckboxButton: boolean;
|
1518
|
+
showRadioButton: boolean;
|
1519
|
+
defaultCheckedList: () => any[];
|
1520
|
+
returnDisableDevice: boolean;
|
1521
|
+
disableDataList: () => any[];
|
1522
|
+
}>>> & {
|
1523
|
+
onOnCurrentDepartment?: (...args: any[]) => any;
|
1524
|
+
onOnCurrent?: (...args: any[]) => any;
|
1525
|
+
onOnCurrentDelete?: (...args: any[]) => any;
|
1526
|
+
onOnSelectedData?: (...args: any[]) => any;
|
1527
|
+
}, {
|
1528
|
+
getData: () => any;
|
1529
|
+
defaultGetData: boolean;
|
1530
|
+
checkStrictly: boolean;
|
1531
|
+
hideOrgNoData: boolean;
|
1532
|
+
itemSize: number;
|
1533
|
+
defaultCheckedList: any[];
|
1534
|
+
highlightSelected: boolean;
|
1535
|
+
showCheckbox: boolean;
|
1536
|
+
parentCheckbox: boolean;
|
1537
|
+
showRadio: boolean;
|
1538
|
+
showRadioButton: boolean;
|
1539
|
+
showCheckboxButton: boolean;
|
1540
|
+
fuzzySearch: boolean;
|
1541
|
+
disableDataList: UserInfo[];
|
1542
|
+
}, {}>, {
|
1543
|
+
"below-the-input"?(_: {}): any;
|
1544
|
+
"check-content"?(_: {
|
1545
|
+
row: any;
|
1546
|
+
}): any;
|
1547
|
+
"other-content"?(_: {
|
1548
|
+
row: any;
|
1549
|
+
}): any;
|
1550
|
+
}>;
|
1551
|
+
|
1348
1552
|
export declare const HyVueCropper: DefineComponent< {}, {
|
1349
1553
|
onShowModal: typeof onShowModal;
|
1350
1554
|
onSubmit: typeof onSubmit;
|
@@ -1467,6 +1671,14 @@ declare interface Props_2 {
|
|
1467
1671
|
}
|
1468
1672
|
|
1469
1673
|
declare interface Props_3 {
|
1674
|
+
disableDataList?: UserInfo[];
|
1675
|
+
}
|
1676
|
+
|
1677
|
+
declare interface Props_4 {
|
1678
|
+
disableDataList?: UserInfo[];
|
1679
|
+
}
|
1680
|
+
|
1681
|
+
declare interface Props_5 {
|
1470
1682
|
modelValue?: any;
|
1471
1683
|
requestParams?: any;
|
1472
1684
|
controller?: string;
|
@@ -1482,7 +1694,7 @@ declare interface Props_3 {
|
|
1482
1694
|
placeholder?: string;
|
1483
1695
|
}
|
1484
1696
|
|
1485
|
-
declare interface
|
1697
|
+
declare interface Props_6 {
|
1486
1698
|
size?: string;
|
1487
1699
|
className?: string;
|
1488
1700
|
placeholder?: string;
|
@@ -1490,18 +1702,20 @@ declare interface Props_4 {
|
|
1490
1702
|
disabled?: boolean;
|
1491
1703
|
}
|
1492
1704
|
|
1493
|
-
declare interface
|
1705
|
+
declare interface Props_7 {
|
1494
1706
|
menuList: MenuListItem[];
|
1495
1707
|
menuTitle: string;
|
1496
1708
|
}
|
1497
1709
|
|
1498
|
-
declare interface
|
1710
|
+
declare interface Props_8 {
|
1499
1711
|
optionList: {
|
1500
1712
|
label: string;
|
1501
1713
|
value: number;
|
1502
1714
|
}[];
|
1503
1715
|
}
|
1504
1716
|
|
1717
|
+
declare function removeTimeData(): void;
|
1718
|
+
|
1505
1719
|
declare interface RequestParams {
|
1506
1720
|
regDtm: string[];
|
1507
1721
|
queryStartDtm: string;
|