@webitel/ui-sdk 24.12.74 → 24.12.75

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webitel/ui-sdk",
3
- "version": "24.12.74",
3
+ "version": "24.12.75",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -13,12 +13,11 @@ export const useCardTabs = (tabs) => {
13
13
  });
14
14
 
15
15
  function changeTab(tab) {
16
- const { params, query, hash } = route;
16
+ const { params, hash } = route;
17
17
 
18
18
  return router.push({
19
19
  name: tab.pathName,
20
20
  params,
21
- query,
22
21
  hash,
23
22
  });
24
23
  }
@@ -172,6 +172,7 @@ const {
172
172
 
173
173
  subscribe,
174
174
  flushSubscribers,
175
+ resetFilters,
175
176
  } = useTableFilters(tableNamespace);
176
177
 
177
178
  subscribe({
@@ -183,6 +184,7 @@ restoreFilters();
183
184
 
184
185
  onUnmounted(() => {
185
186
  flushSubscribers();
187
+ resetFilters();
186
188
  });
187
189
 
188
190
  const {