@webitel/ui-sdk 25.4.6 → 25.4.7

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": "25.04.6",
3
+ "version": "25.04.7",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -21,16 +21,18 @@
21
21
 
22
22
  <div class="table-section__table-wrapper">
23
23
 
24
- <wt-loader v-show="isLoading" />
25
-
26
24
  <wt-empty
27
25
  v-show="showEmpty"
28
26
  :image="imageEmpty"
29
27
  :text="textEmpty"
30
28
  />
31
29
 
32
- <div class="table-section__visible-scroll-wrapper">
33
- <wt-table-transition v-if="dataList.length && !isLoading" >
30
+ <wt-loader v-show="isLoading" />
31
+
32
+ <div
33
+ v-if="dataList.length && !isLoading"
34
+ class="table-section__visible-scroll-wrapper">
35
+
34
36
  <wt-table
35
37
  :data="localizedDataList"
36
38
  :grid-actions="access.edit"
@@ -85,7 +87,6 @@
85
87
  />
86
88
  </template>
87
89
  </wt-table>
88
- </wt-table-transition>
89
90
  </div>
90
91
  <filter-pagination
91
92
  :namespace="filtersNamespace"