@snabcentr/vue-ui-lib 2.28.1 → 2.28.2
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/dist/manifest.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"name": "index",
|
|
5
5
|
"src": "src/index.ts",
|
|
6
6
|
"isEntry": true,
|
|
7
|
-
"integrity": "sha384-
|
|
7
|
+
"integrity": "sha384-cij4R2SgONz5x0K0kTk2U8jHtb0z9CQH+W2qGT+/HGVFLZrhyuvlH/35LO4cFEsE"
|
|
8
8
|
},
|
|
9
9
|
"style.css": {
|
|
10
10
|
"file": "sc-vue-ui-lib.css",
|
package/dist/release_notes.tmp
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
## 2.28.
|
|
1
|
+
## 2.28.2 (2025-09-08)
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
### fixed (1 change)
|
|
4
|
+
|
|
5
|
+
- [#12219: Исправлена ошибка отображения неактивных менеджеров в выпадающем списке менеджеров](web_soft/libs/vue/snabcentr-ui-lib@00390ba8898ad50d164ee5859711092462ab60df) ([merge request](web_soft/libs/vue/snabcentr-ui-lib!104))
|
|
4
6
|
|
package/dist/sc-vue-ui-lib.js
CHANGED
|
@@ -29740,7 +29740,7 @@ const wx = Ue({ name: "tabler-truck-loading", render: bx }), xx = { class: "flex
|
|
|
29740
29740
|
d,
|
|
29741
29741
|
!0,
|
|
29742
29742
|
!0,
|
|
29743
|
-
(m) => m.salesDirection.isNewRec() ? m.name : `${m.name} (${m.salesDirection.name}) ${n.showActualOnly && !m.isActive ? "[Не
|
|
29743
|
+
(m) => m.salesDirection.isNewRec() ? m.name : `${m.name} (${m.salesDirection.name}) ${!n.showActualOnly && !m.isActive ? "[Не активен]" : ""}`,
|
|
29744
29744
|
(m) => p.includes(m.id) && m.isActive
|
|
29745
29745
|
);
|
|
29746
29746
|
}), l = z(
|