@das-fed/upf-ui 6.4.0-dev.211 → 6.4.0-dev.213

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.
@@ -6851,7 +6851,7 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
6851
6851
  resetDefaultVal: (val: any) => void;
6852
6852
  focus: (value: any) => void;
6853
6853
  blur: (value: any) => void;
6854
- checkselectOptionsData: () => any;
6854
+ checkselectOptionsData: () => boolean;
6855
6855
  textHide: import("vue").Ref<boolean, boolean>;
6856
6856
  showCheckbox: import("vue").ComputedRef<boolean>;
6857
6857
  };