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/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
- hideDevice: boolean;
957
- hideOrgNoDevice: boolean;
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
- getData: () => any;
968
- defaultGetData: boolean;
967
+ hideDevice: boolean;
968
+ hideOrgNoDevice: boolean;
969
969
  showOnlineOnly: boolean;
970
970
  disableDeviceList: Device[];
971
971
  returnDisableDevice: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "command-center-v3-common",
3
3
  "type": "module",
4
- "version": "0.0.23",
4
+ "version": "0.0.24",
5
5
  "main": "dist/command-center-v3-common.js",
6
6
  "module": "dist/command-center-v3-common.umd.cjs",
7
7
  "types": "dist/index.d.ts",