command-center-v3-common 0.0.32 → 0.0.34

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/index.d.ts CHANGED
@@ -7,6 +7,10 @@ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
7
7
 
8
8
  declare type __VLS_NonUndefinedable_10<T> = T extends undefined ? never : T;
9
9
 
10
+ declare type __VLS_NonUndefinedable_11<T> = T extends undefined ? never : T;
11
+
12
+ declare type __VLS_NonUndefinedable_12<T> = T extends undefined ? never : T;
13
+
10
14
  declare type __VLS_NonUndefinedable_2<T> = T extends undefined ? never : T;
11
15
 
12
16
  declare type __VLS_NonUndefinedable_3<T> = T extends undefined ? never : T;
@@ -31,6 +35,14 @@ declare type __VLS_Prettify_10<T> = {
31
35
  [K in keyof T]: T[K];
32
36
  } & {};
33
37
 
38
+ declare type __VLS_Prettify_11<T> = {
39
+ [K in keyof T]: T[K];
40
+ } & {};
41
+
42
+ declare type __VLS_Prettify_12<T> = {
43
+ [K in keyof T]: T[K];
44
+ } & {};
45
+
34
46
  declare type __VLS_Prettify_2<T> = {
35
47
  [K in keyof T]: T[K];
36
48
  } & {};
@@ -81,6 +93,24 @@ declare type __VLS_TypePropsToRuntimeProps_10<T> = {
81
93
  };
82
94
  };
83
95
 
96
+ declare type __VLS_TypePropsToRuntimeProps_11<T> = {
97
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
98
+ type: PropType_2<__VLS_NonUndefinedable_11<T[K]>>;
99
+ } : {
100
+ type: PropType_2<T[K]>;
101
+ required: true;
102
+ };
103
+ };
104
+
105
+ declare type __VLS_TypePropsToRuntimeProps_12<T> = {
106
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
107
+ type: PropType_2<__VLS_NonUndefinedable_12<T[K]>>;
108
+ } : {
109
+ type: PropType_2<T[K]>;
110
+ required: true;
111
+ };
112
+ };
113
+
84
114
  declare type __VLS_TypePropsToRuntimeProps_2<T> = {
85
115
  [K in keyof T]-?: {} extends Pick<T, K> ? {
86
116
  type: PropType_2<__VLS_NonUndefinedable_2<T[K]>>;
@@ -165,6 +195,18 @@ declare type __VLS_WithDefaults_10<P, D> = {
165
195
  }> : P[K];
166
196
  };
167
197
 
198
+ declare type __VLS_WithDefaults_11<P, D> = {
199
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_11<P[K] & {
200
+ default: D[K];
201
+ }> : P[K];
202
+ };
203
+
204
+ declare type __VLS_WithDefaults_12<P, D> = {
205
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_12<P[K] & {
206
+ default: D[K];
207
+ }> : P[K];
208
+ };
209
+
168
210
  declare type __VLS_WithDefaults_2<P, D> = {
169
211
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_2<P[K] & {
170
212
  default: D[K];
@@ -243,6 +285,18 @@ declare type __VLS_WithTemplateSlots_5<T, S> = T & {
243
285
  };
244
286
  };
245
287
 
288
+ declare type __VLS_WithTemplateSlots_6<T, S> = T & {
289
+ new (): {
290
+ $slots: S;
291
+ };
292
+ };
293
+
294
+ declare type __VLS_WithTemplateSlots_7<T, S> = T & {
295
+ new (): {
296
+ $slots: S;
297
+ };
298
+ };
299
+
246
300
  declare interface BoxBorderProps {
247
301
  [key: string]: any;
248
302
  prefix?: string;
@@ -724,6 +778,11 @@ declare function getTableList(): {
724
778
 
725
779
  declare function getTotalElements(): number;
726
780
 
781
+ declare interface GroupTreeProps {
782
+ hideGroup?: boolean;
783
+ hideDevice?: boolean;
784
+ }
785
+
727
786
  declare function handleCurrentChange(page?: number): void;
728
787
 
729
788
  export declare const HyAddDepartmentType: DefineComponent< {}, {
@@ -734,7 +793,7 @@ show: (row?: OrgType) => void;
734
793
  "onOn-submit"?: (...args: any[]) => any;
735
794
  }, {}, {}>;
736
795
 
737
- export declare const HyBoxBorder: __VLS_WithTemplateSlots<DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BoxBorderProps>, {
796
+ export declare const HyBoxBorder: __VLS_WithTemplateSlots_4<DefineComponent<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<BoxBorderProps>, {
738
797
  prefix: string;
739
798
  name: string;
740
799
  className: string;
@@ -742,7 +801,7 @@ color: string;
742
801
  width: string;
743
802
  height: string;
744
803
  zIndex: number;
745
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BoxBorderProps>, {
804
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<BoxBorderProps>, {
746
805
  prefix: string;
747
806
  name: string;
748
807
  className: string;
@@ -754,11 +813,11 @@ zIndex: number;
754
813
  content?(_: {}): any;
755
814
  }>;
756
815
 
757
- export declare const HyDataTimeShortcuts: DefineComponent<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<Props_5>, {
816
+ export declare const HyDataTimeShortcuts: DefineComponent<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<Props_6>, {
758
817
  optionList: () => any[];
759
818
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
760
819
  change: (params: RequestParams) => void;
761
- }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<Props_5>, {
820
+ }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<Props_6>, {
762
821
  optionList: () => any[];
763
822
  }>>> & {
764
823
  onChange?: (params: RequestParams) => any;
@@ -774,14 +833,14 @@ onShowViewer: typeof onShowViewer;
774
833
  imageViewerClose: typeof imageViewerClose;
775
834
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
776
835
 
777
- export declare const HyMenuComponents: DefineComponent<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<Props_4>, {
836
+ export declare const HyMenuComponents: DefineComponent<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_11<Props_5>, {
778
837
  menuList: () => any[];
779
838
  menuTitle: string;
780
839
  }>, {
781
840
  setRouterPath: typeof setRouterPath;
782
841
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
783
842
  onChange: (...args: any[]) => void;
784
- }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<Props_4>, {
843
+ }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_11<Props_5>, {
785
844
  menuList: () => any[];
786
845
  menuTitle: string;
787
846
  }>>> & {
@@ -791,7 +850,7 @@ menuList: MenuListItem[];
791
850
  menuTitle: string;
792
851
  }, {}>;
793
852
 
794
- export declare const HyOrgCascader: __VLS_WithTemplateSlots_5<DefineComponent<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<Props_3>, {
853
+ export declare const HyOrgCascader: __VLS_WithTemplateSlots_7<DefineComponent<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<Props_4>, {
795
854
  size: string;
796
855
  className: string;
797
856
  placeholder: string;
@@ -802,7 +861,7 @@ setDefaultValue: (organizationId: any) => void;
802
861
  getData: () => Promise<void>;
803
862
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
804
863
  change: (...args: any[]) => void;
805
- }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<Props_3>, {
864
+ }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<Props_4>, {
806
865
  size: string;
807
866
  className: string;
808
867
  placeholder: string;
@@ -813,14 +872,14 @@ onChange?: (...args: any[]) => any;
813
872
  }, {
814
873
  className: string;
815
874
  size: string;
816
- placeholder: string;
817
875
  disabled: boolean;
876
+ placeholder: string;
818
877
  contentType: boolean;
819
878
  }, {}>, {
820
879
  default?(_: {}): any;
821
880
  }>;
822
881
 
823
- export declare const HyRoundButton: DefineComponent<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<RoundButton>, {
882
+ export declare const HyRoundButton: DefineComponent<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<RoundButton>, {
824
883
  name: string;
825
884
  className: string;
826
885
  color: string;
@@ -829,7 +888,7 @@ height: string;
829
888
  tips: string;
830
889
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
831
890
  click: (...args: any[]) => void;
832
- }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<RoundButton>, {
891
+ }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<RoundButton>, {
833
892
  name: string;
834
893
  className: string;
835
894
  color: string;
@@ -840,7 +899,7 @@ tips: string;
840
899
  onClick?: (...args: any[]) => any;
841
900
  }, {}, {}>;
842
901
 
843
- export declare const HySelect: DefineComponent<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<Props_2>, {
902
+ export declare const HySelect: DefineComponent<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<Props_3>, {
844
903
  modelValue: string;
845
904
  requestParams: {};
846
905
  controller: string;
@@ -863,7 +922,7 @@ change: (...args: any[]) => void;
863
922
  visibleChange: (...args: any[]) => void;
864
923
  "update:modelValue": (...args: any[]) => void;
865
924
  "on-changeSelectItem": (...args: any[]) => void;
866
- }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<Props_2>, {
925
+ }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<Props_3>, {
867
926
  modelValue: string;
868
927
  requestParams: {};
869
928
  controller: string;
@@ -888,24 +947,25 @@ onVisibleChange?: (...args: any[]) => any;
888
947
  size: string;
889
948
  optionLabel: string;
890
949
  optionValue: string;
950
+ placeholder: string;
891
951
  modelValue: any;
952
+ clearable: boolean;
953
+ selectedDataList: any[];
892
954
  requestParams: any;
893
955
  controller: string;
894
956
  filterDataList: any[];
895
957
  customDataList: any[];
896
- selectedDataList: any[];
897
958
  requestimmediately: boolean;
898
- clearable: boolean;
899
959
  multiple: boolean;
900
- placeholder: string;
901
960
  }, {}>;
902
961
 
903
- export declare const HySelectDevice: __VLS_WithTemplateSlots_3<DefineComponent<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<TreeCpnsProps & Props>, {
962
+ export declare const HySelectDevice: __VLS_WithTemplateSlots<DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TreeCpnsProps & TreeProps & Props>, {
963
+ fuzzySearch: boolean;
904
964
  highlightSelected: boolean;
905
965
  getData: FunctionConstructor;
906
966
  itemSize: number;
907
967
  hideDevice: boolean;
908
- hideOrgNoDevice: boolean;
968
+ hideOrgNoData: boolean;
909
969
  defaultGetData: boolean;
910
970
  showOnlineOnly: boolean;
911
971
  checkStrictly: boolean;
@@ -914,24 +974,25 @@ parentCheckbox: boolean;
914
974
  showRadio: boolean;
915
975
  showCheckboxButton: boolean;
916
976
  showRadioButton: boolean;
917
- defaultCheckedKeys: () => any[];
918
- disableDeviceList: () => any[];
977
+ defaultCheckedList: () => any[];
978
+ disableDataList: () => any[];
919
979
  returnDisableDevice: boolean;
920
980
  }>, {
921
981
  setCheckedKeys: (keys: string[]) => void;
922
982
  setSelectedList: (dataList: any[]) => void;
923
983
  setChecked: (item: any, type: boolean) => void;
924
984
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
985
+ onCurrentDepartment: (...args: any[]) => void;
925
986
  onCurrent: (...args: any[]) => void;
926
987
  onCurrentDelete: (...args: any[]) => void;
927
988
  onSelectedData: (...args: any[]) => void;
928
- onCurrentDepartment: (...args: any[]) => void;
929
- }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<TreeCpnsProps & Props>, {
989
+ }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TreeCpnsProps & TreeProps & Props>, {
990
+ fuzzySearch: boolean;
930
991
  highlightSelected: boolean;
931
992
  getData: FunctionConstructor;
932
993
  itemSize: number;
933
994
  hideDevice: boolean;
934
- hideOrgNoDevice: boolean;
995
+ hideOrgNoData: boolean;
935
996
  defaultGetData: boolean;
936
997
  showOnlineOnly: boolean;
937
998
  checkStrictly: boolean;
@@ -940,43 +1001,201 @@ parentCheckbox: boolean;
940
1001
  showRadio: boolean;
941
1002
  showCheckboxButton: boolean;
942
1003
  showRadioButton: boolean;
943
- defaultCheckedKeys: () => any[];
944
- disableDeviceList: () => any[];
1004
+ defaultCheckedList: () => any[];
1005
+ disableDataList: () => any[];
945
1006
  returnDisableDevice: boolean;
946
1007
  }>>> & {
1008
+ onOnCurrentDepartment?: (...args: any[]) => any;
947
1009
  onOnCurrent?: (...args: any[]) => any;
948
1010
  onOnCurrentDelete?: (...args: any[]) => any;
949
1011
  onOnSelectedData?: (...args: any[]) => any;
950
- onOnCurrentDepartment?: (...args: any[]) => any;
951
1012
  }, {
1013
+ hideDevice: boolean;
1014
+ hideOrgNoData: boolean;
1015
+ showOnlineOnly: boolean;
1016
+ itemSize: number;
1017
+ defaultCheckedList: any[];
1018
+ highlightSelected: boolean;
1019
+ checkStrictly: boolean;
1020
+ showCheckbox: boolean;
1021
+ parentCheckbox: boolean;
1022
+ showRadio: boolean;
1023
+ showRadioButton: boolean;
1024
+ showCheckboxButton: boolean;
1025
+ fuzzySearch: boolean;
952
1026
  getData: () => any;
953
1027
  defaultGetData: boolean;
1028
+ disableDataList: Device[];
1029
+ returnDisableDevice: boolean;
1030
+ }, {}>, {
1031
+ "below-the-input"?(_: {}): any;
1032
+ "check-content"?(_: {
1033
+ row: any;
1034
+ }): any;
1035
+ "other-content"?(_: {
1036
+ row: any;
1037
+ }): any;
1038
+ }>;
1039
+
1040
+ export declare const HySelectOrgGroup: __VLS_WithTemplateSlots_3<DefineComponent<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<TreeCpnsProps & TreeProps & GroupTreeProps>, {
1041
+ fuzzySearch: boolean;
1042
+ highlightSelected: boolean;
1043
+ getData: FunctionConstructor;
1044
+ itemSize: number;
1045
+ hideDevice: boolean;
1046
+ hideGroup: boolean;
1047
+ hideOrgNoData: boolean;
1048
+ defaultGetData: boolean;
1049
+ showOnlineOnly: boolean;
1050
+ checkStrictly: boolean;
1051
+ showCheckbox: boolean;
1052
+ parentCheckbox: boolean;
1053
+ showRadio: boolean;
1054
+ showCheckboxButton: boolean;
1055
+ showRadioButton: boolean;
1056
+ defaultCheckedList: () => any[];
1057
+ returnDisableDevice: boolean;
1058
+ }>, {
1059
+ setCheckedKeys: (keys: string[]) => void;
1060
+ setSelectedList: (dataList: any[]) => void;
1061
+ setChecked: (item: any, type: boolean) => void;
1062
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1063
+ onCurrentDepartment: (...args: any[]) => void;
1064
+ onCurrent: (...args: any[]) => void;
1065
+ onCurrentDelete: (...args: any[]) => void;
1066
+ onSelectedData: (...args: any[]) => void;
1067
+ }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<TreeCpnsProps & TreeProps & GroupTreeProps>, {
1068
+ fuzzySearch: boolean;
1069
+ highlightSelected: boolean;
1070
+ getData: FunctionConstructor;
1071
+ itemSize: number;
1072
+ hideDevice: boolean;
1073
+ hideGroup: boolean;
1074
+ hideOrgNoData: boolean;
1075
+ defaultGetData: boolean;
1076
+ showOnlineOnly: boolean;
954
1077
  checkStrictly: boolean;
1078
+ showCheckbox: boolean;
1079
+ parentCheckbox: boolean;
1080
+ showRadio: boolean;
1081
+ showCheckboxButton: boolean;
1082
+ showRadioButton: boolean;
1083
+ defaultCheckedList: () => any[];
1084
+ returnDisableDevice: boolean;
1085
+ }>>> & {
1086
+ onOnCurrentDepartment?: (...args: any[]) => any;
1087
+ onOnCurrent?: (...args: any[]) => any;
1088
+ onOnCurrentDelete?: (...args: any[]) => any;
1089
+ onOnSelectedData?: (...args: any[]) => any;
1090
+ }, {
1091
+ hideDevice: boolean;
1092
+ hideOrgNoData: boolean;
1093
+ hideGroup: boolean;
955
1094
  itemSize: number;
956
- defaultCheckedKeys: string[];
1095
+ defaultCheckedList: any[];
957
1096
  highlightSelected: boolean;
1097
+ checkStrictly: boolean;
958
1098
  showCheckbox: boolean;
959
1099
  parentCheckbox: boolean;
960
1100
  showRadio: boolean;
961
1101
  showRadioButton: boolean;
962
1102
  showCheckboxButton: boolean;
1103
+ fuzzySearch: boolean;
1104
+ getData: () => any;
1105
+ defaultGetData: boolean;
1106
+ }, {}>, {
1107
+ "below-the-input"?(_: {}): any;
1108
+ "check-content"?(_: {
1109
+ row: any;
1110
+ }): any;
1111
+ "other-content"?(_: {
1112
+ row: any;
1113
+ }): any;
1114
+ }>;
1115
+
1116
+ export declare const HySelectUser: __VLS_WithTemplateSlots_2<DefineComponent<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<TreeCpnsProps & TreeProps & Props_2>, {
1117
+ fuzzySearch: boolean;
1118
+ highlightSelected: boolean;
1119
+ getData: FunctionConstructor;
1120
+ itemSize: number;
1121
+ hideDevice: boolean;
1122
+ hideOrgNoData: boolean;
1123
+ defaultGetData: boolean;
1124
+ showOnlineOnly: boolean;
1125
+ checkStrictly: boolean;
1126
+ showCheckbox: boolean;
1127
+ parentCheckbox: boolean;
1128
+ showRadio: boolean;
1129
+ showCheckboxButton: boolean;
1130
+ showRadioButton: boolean;
1131
+ defaultCheckedList: () => any[];
1132
+ returnDisableDevice: boolean;
1133
+ disableDataList: () => any[];
1134
+ }>, {
1135
+ setCheckedKeys: (keys: string[]) => void;
1136
+ setSelectedList: (dataList: any[]) => void;
1137
+ setChecked: (item: any, type: boolean) => void;
1138
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1139
+ onCurrentDepartment: (...args: any[]) => void;
1140
+ onCurrent: (...args: any[]) => void;
1141
+ onCurrentDelete: (...args: any[]) => void;
1142
+ onSelectedData: (...args: any[]) => void;
1143
+ }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<TreeCpnsProps & TreeProps & Props_2>, {
1144
+ fuzzySearch: boolean;
1145
+ highlightSelected: boolean;
1146
+ getData: FunctionConstructor;
1147
+ itemSize: number;
963
1148
  hideDevice: boolean;
964
- hideOrgNoDevice: boolean;
1149
+ hideOrgNoData: boolean;
1150
+ defaultGetData: boolean;
965
1151
  showOnlineOnly: boolean;
966
- disableDeviceList: Device[];
1152
+ checkStrictly: boolean;
1153
+ showCheckbox: boolean;
1154
+ parentCheckbox: boolean;
1155
+ showRadio: boolean;
1156
+ showCheckboxButton: boolean;
1157
+ showRadioButton: boolean;
1158
+ defaultCheckedList: () => any[];
967
1159
  returnDisableDevice: boolean;
1160
+ disableDataList: () => any[];
1161
+ }>>> & {
1162
+ onOnCurrentDepartment?: (...args: any[]) => any;
1163
+ onOnCurrent?: (...args: any[]) => any;
1164
+ onOnCurrentDelete?: (...args: any[]) => any;
1165
+ onOnSelectedData?: (...args: any[]) => any;
1166
+ }, {
1167
+ hideOrgNoData: boolean;
1168
+ itemSize: number;
1169
+ defaultCheckedList: any[];
1170
+ highlightSelected: boolean;
1171
+ checkStrictly: boolean;
1172
+ showCheckbox: boolean;
1173
+ parentCheckbox: boolean;
1174
+ showRadio: boolean;
1175
+ showRadioButton: boolean;
1176
+ showCheckboxButton: boolean;
1177
+ fuzzySearch: boolean;
1178
+ getData: () => any;
1179
+ defaultGetData: boolean;
1180
+ disableDataList: UserInfo[];
968
1181
  }, {}>, {
969
1182
  "below-the-input"?(_: {}): any;
1183
+ "check-content"?(_: {
1184
+ row: any;
1185
+ }): any;
1186
+ "other-content"?(_: {
1187
+ row: any;
1188
+ }): any;
970
1189
  }>;
971
1190
 
972
- export declare const HySvgIcon: DefineComponent<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<IconProps>, {
1191
+ export declare const HySvgIcon: DefineComponent<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<IconProps>, {
973
1192
  prefix: string;
974
1193
  name: string;
975
1194
  className: string;
976
1195
  color: string;
977
1196
  width: string;
978
1197
  height: string;
979
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<IconProps>, {
1198
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<IconProps>, {
980
1199
  prefix: string;
981
1200
  name: string;
982
1201
  className: string;
@@ -985,7 +1204,7 @@ width: string;
985
1204
  height: string;
986
1205
  }>>>, {}, {}>;
987
1206
 
988
- export declare const HyTable: __VLS_WithTemplateSlots_4<DefineComponent<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<TableProps>, {
1207
+ export declare const HyTable: __VLS_WithTemplateSlots_6<DefineComponent<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<TableProps>, {
989
1208
  height: number;
990
1209
  columnList: () => any[];
991
1210
  searchArr: () => any[];
@@ -1019,7 +1238,7 @@ getTotalElements: typeof getTotalElements;
1019
1238
  getTotal: (...args: any[]) => void;
1020
1239
  selectionChange: (...args: any[]) => void;
1021
1240
  onRowcClick: (...args: any[]) => void;
1022
- }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<TableProps>, {
1241
+ }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<TableProps>, {
1023
1242
  height: number;
1024
1243
  columnList: () => any[];
1025
1244
  searchArr: () => any[];
@@ -1057,13 +1276,13 @@ onOnRowcClick?: (...args: any[]) => any;
1057
1276
 
1058
1277
  export declare function HyTipsModal(configParams: ConfigType, submitCallBackParams?: () => void, closesCallBackParams?: () => void): Promise<unknown>;
1059
1278
 
1060
- export declare const HyUserHead: __VLS_WithTemplateSlots_2<DefineComponent<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<RoundButton_2>, {
1279
+ export declare const HyUserHead: __VLS_WithTemplateSlots_5<DefineComponent<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<RoundButton_2>, {
1061
1280
  gbDevice: boolean;
1062
1281
  url: string;
1063
1282
  headBoxClassName: string;
1064
1283
  name: string;
1065
1284
  className: string;
1066
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<RoundButton_2>, {
1285
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<RoundButton_2>, {
1067
1286
  gbDevice: boolean;
1068
1287
  url: string;
1069
1288
  headBoxClassName: string;
@@ -1106,6 +1325,22 @@ declare interface MenuListItem {
1106
1325
  }[];
1107
1326
  }
1108
1327
 
1328
+ /**
1329
+ * MQTTl链接信息
1330
+ */
1331
+ declare interface MqConnectInfo {
1332
+ appId?: string;
1333
+ clientId?: string;
1334
+ host?: string;
1335
+ mediaMqConnectInfo?: MqConnectInfo;
1336
+ password?: string;
1337
+ path?: string;
1338
+ port?: number;
1339
+ tcpForce?: boolean;
1340
+ userName?: string;
1341
+ useSSL?: boolean;
1342
+ }
1343
+
1109
1344
  declare function onClose(): void;
1110
1345
 
1111
1346
  /**
@@ -1168,16 +1403,17 @@ declare interface OrgType {
1168
1403
  }
1169
1404
 
1170
1405
  declare interface Props {
1171
- getData?: () => any;
1172
1406
  hideDevice?: boolean;
1173
- hideOrgNoDevice?: boolean;
1174
- defaultGetData?: boolean;
1175
1407
  showOnlineOnly?: boolean;
1176
- disableDeviceList?: Device[];
1408
+ disableDataList?: Device[];
1177
1409
  returnDisableDevice?: boolean;
1178
1410
  }
1179
1411
 
1180
1412
  declare interface Props_2 {
1413
+ disableDataList?: UserInfo[];
1414
+ }
1415
+
1416
+ declare interface Props_3 {
1181
1417
  modelValue?: any;
1182
1418
  requestParams?: any;
1183
1419
  controller?: string;
@@ -1193,7 +1429,7 @@ declare interface Props_2 {
1193
1429
  placeholder?: string;
1194
1430
  }
1195
1431
 
1196
- declare interface Props_3 {
1432
+ declare interface Props_4 {
1197
1433
  size?: string;
1198
1434
  className?: string;
1199
1435
  placeholder?: string;
@@ -1201,12 +1437,12 @@ declare interface Props_3 {
1201
1437
  disabled?: boolean;
1202
1438
  }
1203
1439
 
1204
- declare interface Props_4 {
1440
+ declare interface Props_5 {
1205
1441
  menuList: MenuListItem[];
1206
1442
  menuTitle: string;
1207
1443
  }
1208
1444
 
1209
- declare interface Props_5 {
1445
+ declare interface Props_6 {
1210
1446
  optionList: {
1211
1447
  label: string;
1212
1448
  value: number;
@@ -1294,7 +1530,7 @@ declare interface TreeCpnsProps {
1294
1530
  height?: number;
1295
1531
  itemSize?: number;
1296
1532
  dataList?: any[];
1297
- defaultCheckedKeys?: string[];
1533
+ defaultCheckedList?: any[];
1298
1534
  highlightSelected?: boolean;
1299
1535
  checkStrictly?: boolean;
1300
1536
  showCheckbox?: boolean;
@@ -1304,4 +1540,91 @@ declare interface TreeCpnsProps {
1304
1540
  showCheckboxButton?: boolean;
1305
1541
  }
1306
1542
 
1543
+ declare interface TreeProps {
1544
+ fuzzySearch?: boolean;
1545
+ getData?: () => any;
1546
+ hideOrgNoData?: boolean;
1547
+ defaultGetData?: boolean;
1548
+ }
1549
+
1550
+ /**
1551
+ * AdministratorVO
1552
+ */
1553
+ declare interface UserInfo {
1554
+ /**
1555
+ * APP用户Marker图标
1556
+ */
1557
+ appHeadImg?: string;
1558
+ businessMqConnectInfo?: MqConnectInfo;
1559
+ /**
1560
+ * 头像
1561
+ */
1562
+ headImg?: string;
1563
+ id?: string;
1564
+ /**
1565
+ * 职位
1566
+ */
1567
+ job?: string;
1568
+ /**
1569
+ * 工号
1570
+ */
1571
+ jobNum?: string;
1572
+ /**
1573
+ * 纬度
1574
+ */
1575
+ lat?: number;
1576
+ /**
1577
+ * 经度
1578
+ */
1579
+ lng?: number;
1580
+ /**
1581
+ * 登录来源
1582
+ */
1583
+ loginSource?: string;
1584
+ mainAccount?: number;
1585
+ mediumMqConnectInfo?: MqConnectInfo;
1586
+ /**
1587
+ * 监控样式(1弹窗,2U型)
1588
+ */
1589
+ monitorStyle?: number;
1590
+ /**
1591
+ * 用户名
1592
+ */
1593
+ name?: string;
1594
+ /**
1595
+ * 部门编码
1596
+ */
1597
+ orgCode?: string;
1598
+ /**
1599
+ * 所属部门id
1600
+ */
1601
+ orgId?: number;
1602
+ /**
1603
+ * 所属部门
1604
+ */
1605
+ orgName?: string;
1606
+ /**
1607
+ * 权限
1608
+ */
1609
+ permissionList?: string[];
1610
+ /**
1611
+ * 手机号
1612
+ */
1613
+ phone?: string;
1614
+ /**
1615
+ * 抢呼优先级
1616
+ */
1617
+ priority?: number;
1618
+ /**
1619
+ * 省份名称
1620
+ */
1621
+ province?: string;
1622
+ roleId?: number;
1623
+ /**
1624
+ * 短号
1625
+ */
1626
+ serialNum?: string;
1627
+ token?: string;
1628
+ }
1629
+
1307
1630
  export { }