@webitel/ui-sdk 24.6.24 → 24.6.26

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.6.24",
3
+ "version": "24.6.26",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -1,5 +1,5 @@
1
1
  import deepcopy from 'deep-copy';
2
- import get from 'lodash/get';
2
+ import get from 'lodash/get.js';
3
3
  import updateObject from '../../../scripts/updateObject.js';
4
4
 
5
5
  const starToSearchTransformer = (path = 'search') => (params) => {
@@ -59,8 +59,8 @@
59
59
  </template>
60
60
 
61
61
  <script setup>
62
- import cloneDeep from 'lodash/cloneDeep';
63
- import set from 'lodash/set';
62
+ import cloneDeep from 'lodash/cloneDeep.js';
63
+ import set from 'lodash/set.js';
64
64
  import { computed } from 'vue';
65
65
  import { EngineAuditQuestionType } from 'webitel-sdk';
66
66
  import WtIconBtn from '../../../components/wt-icon-btn/wt-icon-btn.vue';
@@ -33,7 +33,7 @@
33
33
 
34
34
  <script setup>
35
35
  import { useVuelidate } from '@vuelidate/core';
36
- import cloneDeep from 'lodash/cloneDeep';
36
+ import cloneDeep from 'lodash/cloneDeep.js';
37
37
  import { computed, nextTick, onMounted, reactive, ref, watch, watchEffect } from 'vue';
38
38
  import WtButton from '../../../components/wt-button/wt-button.vue';
39
39
  import { useDestroyableSortable } from '../../../composables/useDestroyableSortable/useDestroyableSortable.js';
@@ -1,4 +1,4 @@
1
- import lodashDebounce from 'lodash/debounce';
1
+ import lodashDebounce from 'lodash/debounce.js';
2
2
 
3
3
  const debounce = (
4
4
  fn,