@webitel/ui-sdk 3.2.39 → 3.2.40

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": "3.2.39",
3
+ "version": "3.2.40",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve-lib": "vue-cli-service serve",
@@ -102,7 +102,7 @@ export default class FiltersStoreModule extends BaseStoreModule {
102
102
  RESET_FILTERS: (context) => {
103
103
  context.commit('RESET_FILTERS');
104
104
  },
105
- ON_FILTER_SET: debounce((context, { filter, value }) => context.dispatch('LOAD_DATA_LIST'), 1000),
105
+ ON_FILTER_SET: debounce((context, { filter, value }) => context.dispatch('LOAD_DATA_LIST'), 500),
106
106
 
107
107
  LOAD_DATA_LIST: (context) => context.dispatch(
108
108
  `${context.getters.TABLE_NAMESPACE}/LOAD_DATA_LIST`,