command-center-v3-common 0.0.13 → 0.0.15

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
@@ -775,8 +775,8 @@ onChange?: (...args: any[]) => any;
775
775
  }, {
776
776
  className: string;
777
777
  size: string;
778
- disabled: boolean;
779
778
  placeholder: string;
779
+ disabled: boolean;
780
780
  contentType: boolean;
781
781
  }, {}>, {
782
782
  default?(_: {}): any;
@@ -851,15 +851,15 @@ size: string;
851
851
  optionLabel: string;
852
852
  optionValue: string;
853
853
  modelValue: any;
854
- placeholder: string;
855
- clearable: boolean;
856
854
  requestParams: any;
857
855
  controller: string;
858
856
  filterDataList: any[];
859
857
  customDataList: any[];
860
858
  selectedDataList: any[];
861
859
  requestimmediately: boolean;
860
+ clearable: boolean;
862
861
  multiple: boolean;
862
+ placeholder: string;
863
863
  }, {}>;
864
864
 
865
865
  export declare const HySelectDevice: DefineComponent<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<Props>, {
@@ -898,10 +898,10 @@ onOnCurrentDeviceDelete?: (...args: any[]) => any;
898
898
  onOnSelectedData?: (...args: any[]) => any;
899
899
  onOnCurrentDepartment?: (...args: any[]) => any;
900
900
  }, {
901
- showCheckbox: boolean;
902
901
  getData: () => any;
903
902
  checkStrictly: boolean;
904
903
  defaultCheckedKeys: string[];
904
+ showCheckbox: boolean;
905
905
  parentCheckbox: boolean;
906
906
  showRadio: boolean;
907
907
  disableDeviceList: Device[];