@webitel/ui-sdk 25.4.3 → 25.4.4

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.3",
3
+ "version": "25.04.4",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -8,14 +8,14 @@
8
8
  {{ t('access.operations') }}
9
9
  </h3>
10
10
  <div class="table-title__actions-wrap">
11
- <wt-action-bar
12
- :include="[IconAction.REFRESH]"
13
- @click:refresh="loadData"
14
- />
15
11
  <role-popup
16
12
  v-if="props.access.add"
17
13
  :namespace="tableNamespace"
18
14
  />
15
+ <wt-action-bar
16
+ :include="[IconAction.REFRESH]"
17
+ @click:refresh="loadData"
18
+ />
19
19
  </div>
20
20
  </header>
21
21