command-center-v3-common 0.0.23 → 0.0.24
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 +49873 -15
- package/dist/command-center-v3-common.umd.cjs +42 -42
- package/dist/index.d.ts +10 -10
- package/package.json +1 -1
- package/dist/command-center-v3-common-poB9858m.js +0 -49964
- package/dist/hy-test-Bd2z5K3s.js +0 -412
package/dist/index.d.ts
CHANGED
@@ -892,16 +892,16 @@ onVisibleChange?: (...args: any[]) => any;
|
|
892
892
|
size: string;
|
893
893
|
optionLabel: string;
|
894
894
|
optionValue: string;
|
895
|
-
placeholder: string;
|
896
895
|
modelValue: any;
|
897
|
-
clearable: boolean;
|
898
|
-
selectedDataList: any[];
|
899
896
|
requestParams: any;
|
900
897
|
controller: string;
|
901
898
|
filterDataList: any[];
|
902
899
|
customDataList: any[];
|
900
|
+
selectedDataList: any[];
|
903
901
|
requestimmediately: boolean;
|
902
|
+
clearable: boolean;
|
904
903
|
multiple: boolean;
|
904
|
+
placeholder: string;
|
905
905
|
}, {}>;
|
906
906
|
|
907
907
|
export declare const HySelectDevice: __VLS_WithTemplateSlots_3<DefineComponent<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<TreeCpnsProps & Props>, {
|
@@ -926,10 +926,10 @@ setCheckedKeys: (keys: string[]) => void;
|
|
926
926
|
setSelectedList: (dataList: any[]) => void;
|
927
927
|
setChecked: (item: any, type: boolean) => void;
|
928
928
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
929
|
-
onCurrentDepartment: (...args: any[]) => void;
|
930
929
|
onCurrent: (...args: any[]) => void;
|
931
930
|
onCurrentDelete: (...args: any[]) => void;
|
932
931
|
onSelectedData: (...args: any[]) => void;
|
932
|
+
onCurrentDepartment: (...args: any[]) => void;
|
933
933
|
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<TreeCpnsProps & Props>, {
|
934
934
|
highlightSelected: boolean;
|
935
935
|
getData: FunctionConstructor;
|
@@ -948,24 +948,24 @@ defaultCheckedKeys: () => any[];
|
|
948
948
|
disableDeviceList: () => any[];
|
949
949
|
returnDisableDevice: boolean;
|
950
950
|
}>>> & {
|
951
|
-
onOnCurrentDepartment?: (...args: any[]) => any;
|
952
951
|
onOnCurrent?: (...args: any[]) => any;
|
953
952
|
onOnCurrentDelete?: (...args: any[]) => any;
|
954
953
|
onOnSelectedData?: (...args: any[]) => any;
|
954
|
+
onOnCurrentDepartment?: (...args: any[]) => any;
|
955
955
|
}, {
|
956
|
-
|
957
|
-
|
956
|
+
getData: () => any;
|
957
|
+
defaultGetData: boolean;
|
958
|
+
checkStrictly: boolean;
|
958
959
|
itemSize: number;
|
959
960
|
defaultCheckedKeys: string[];
|
960
961
|
highlightSelected: boolean;
|
961
|
-
checkStrictly: boolean;
|
962
962
|
showCheckbox: boolean;
|
963
963
|
parentCheckbox: boolean;
|
964
964
|
showRadio: boolean;
|
965
965
|
showRadioButton: boolean;
|
966
966
|
showCheckboxButton: boolean;
|
967
|
-
|
968
|
-
|
967
|
+
hideDevice: boolean;
|
968
|
+
hideOrgNoDevice: boolean;
|
969
969
|
showOnlineOnly: boolean;
|
970
970
|
disableDeviceList: Device[];
|
971
971
|
returnDisableDevice: boolean;
|