@snabcentr/vue-ui-lib 2.27.12 → 2.27.13
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-tLCImF38sedEolNnaA/mODJepFmJwambLzFm+76Vfmldv2fxDGxw2dlGLQ63H+Ix"
|
|
8
8
|
},
|
|
9
9
|
"style.css": {
|
|
10
10
|
"file": "sc-vue-ui-lib.css",
|
package/dist/release_notes.tmp
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
|
-
## 2.27.
|
|
1
|
+
## 2.27.13 (2025-09-09)
|
|
2
2
|
|
|
3
3
|
### fixed (1 change)
|
|
4
4
|
|
|
5
|
-
- [#
|
|
5
|
+
- [#12219: Исправлена ошибка отображения неактивных менеджеров в выпадающем списке менеджеров](web_soft/libs/vue/snabcentr-ui-lib@00390ba8898ad50d164ee5859711092462ab60df) ([merge request](web_soft/libs/vue/snabcentr-ui-lib!104))
|
|
6
|
+
|
|
7
|
+
### changed (1 change)
|
|
8
|
+
|
|
9
|
+
- [#12088: Обновлены зависимости и исправлены ошибки](web_soft/libs/vue/snabcentr-ui-lib@578835819dde9ea774b68a48be84044b3d660f61) ([merge request](web_soft/libs/vue/snabcentr-ui-lib!103))
|
|
6
10
|
|
package/dist/sc-vue-ui-lib.js
CHANGED
|
@@ -29756,7 +29756,7 @@ const wx = Ue({ name: "tabler-truck-loading", render: bx }), xx = { class: "flex
|
|
|
29756
29756
|
d,
|
|
29757
29757
|
!0,
|
|
29758
29758
|
!0,
|
|
29759
|
-
(m) => m.salesDirection.isNewRec() ? m.name : `${m.name} (${m.salesDirection.name}) ${n.showActualOnly && !m.isActive ? "[Не
|
|
29759
|
+
(m) => m.salesDirection.isNewRec() ? m.name : `${m.name} (${m.salesDirection.name}) ${!n.showActualOnly && !m.isActive ? "[Не активен]" : ""}`,
|
|
29760
29760
|
(m) => p.includes(m.id) && m.isActive
|
|
29761
29761
|
);
|
|
29762
29762
|
}), l = I(
|