@leaflink/stash 51.8.0 → 51.9.0

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.
@@ -1766,9 +1766,8 @@ teleportTo: string | HTMLElement;
1766
1766
  $slots: Readonly<{
1767
1767
  selected(props: {
1768
1768
  option: any;
1769
- onRemove: () => void; /**
1770
- * Returns pre-defined filter values to become the default values
1771
- */
1769
+ onRemove: () => void;
1770
+ chipSelectedClass: string;
1772
1771
  }): unknown;
1773
1772
  option(props: {
1774
1773
  option: any;
@@ -1778,9 +1777,8 @@ hint(): unknown;
1778
1777
  }> & {
1779
1778
  selected(props: {
1780
1779
  option: any;
1781
- onRemove: () => void; /**
1782
- * Returns pre-defined filter values to become the default values
1783
- */
1780
+ onRemove: () => void;
1781
+ chipSelectedClass: string;
1784
1782
  }): unknown;
1785
1783
  option(props: {
1786
1784
  option: any;
@@ -3030,7 +3030,11 @@ teleportTo: string | HTMLElement;
3030
3030
  $slots: Readonly<{
3031
3031
  selected(props: {
3032
3032
  option: any;
3033
- onRemove: () => void;
3033
+ onRemove: () => void; /**
3034
+ * Helps determine if the list is filtered or not when there is an incomplete
3035
+ * result list, such as when isServerSide is true.
3036
+ */
3037
+ chipSelectedClass: string;
3034
3038
  }): unknown;
3035
3039
  option(props: {
3036
3040
  option: any;
@@ -3040,7 +3044,11 @@ hint(): unknown;
3040
3044
  }> & {
3041
3045
  selected(props: {
3042
3046
  option: any;
3043
- onRemove: () => void;
3047
+ onRemove: () => void; /**
3048
+ * Helps determine if the list is filtered or not when there is an incomplete
3049
+ * result list, such as when isServerSide is true.
3050
+ */
3051
+ chipSelectedClass: string;
3044
3052
  }): unknown;
3045
3053
  option(props: {
3046
3054
  option: any;