@aitronos/freddy-plugins 0.1.71 → 0.1.73

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
@@ -704,6 +704,8 @@ default: () => boolean;
704
704
  };
705
705
  }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
706
706
  "update:searchInput": (inputValue: string | null) => any;
707
+ searchValue: (inputValue: string | null) => any;
708
+ clearSearch: () => any;
707
709
  }, string, PublicProps, Readonly<ExtractPropTypes< {
708
710
  placeholder: {
709
711
  type: StringConstructor;
@@ -715,6 +717,8 @@ default: () => boolean;
715
717
  };
716
718
  }>> & Readonly<{
717
719
  "onUpdate:searchInput"?: ((inputValue: string | null) => any) | undefined;
720
+ onSearchValue?: ((inputValue: string | null) => any) | undefined;
721
+ onClearSearch?: (() => any) | undefined;
718
722
  }>, {
719
723
  placeholder: string;
720
724
  showLoaderForSearch: boolean;