@webitel/ui-datalist 1.1.59 → 1.1.61

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.
@@ -7,11 +7,19 @@ type __VLS_Props = {
7
7
  namespace: string;
8
8
  presetsStore: StoreGeneric;
9
9
  filterConfigs: AnyFilterConfig[];
10
+ /**
11
+ * @description
12
+ * Filters the user has applied themselves. A cached preset is not restored
13
+ * over them – the filters they arrived with win.
14
+ */
15
+ hasAnyFilters?: boolean;
10
16
  };
11
17
  declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
18
  apply: (args_0: string) => any;
19
+ restore: (args_0: string) => any;
13
20
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
14
21
  onApply?: ((args_0: string) => any) | undefined;
22
+ onRestore?: ((args_0: string) => any) | undefined;
15
23
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
24
  declare const _default: typeof __VLS_export;
17
25
  export default _default;
@@ -61,6 +61,7 @@ declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {},
61
61
  hide: () => any;
62
62
  "filter:reset-all": () => any;
63
63
  "preset:apply": (args_0: string) => any;
64
+ "preset:restore": (args_0: string) => any;
64
65
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
65
66
  "onFilter:add"?: ((args_0: FilterData) => any) | undefined;
66
67
  "onFilter:update"?: ((args_0: FilterData) => any) | undefined;
@@ -68,6 +69,7 @@ declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {},
68
69
  onHide?: (() => any) | undefined;
69
70
  "onFilter:reset-all"?: (() => any) | undefined;
70
71
  "onPreset:apply"?: ((args_0: string) => any) | undefined;
72
+ "onPreset:restore"?: ((args_0: string) => any) | undefined;
71
73
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
72
74
  declare const _default: typeof __VLS_export;
73
75
  export default _default;