@snabcentr/vue-ui-lib 4.5.5 → 4.6.0
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-bC/8FiuoUR8rU8AmcA1Zms707iNO6ieU0rqa8tdfEOSdreMgBSFc69oEPRE9OpnM"
|
|
8
8
|
},
|
|
9
9
|
"style.css": {
|
|
10
10
|
"file": "sc-vue-ui-lib.css",
|
package/dist/release_notes.tmp
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
## 4.
|
|
1
|
+
## 4.6.0 (2026-06-02)
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
- [#13374: Исправлена ошибка ссылки на оплату счёта](web_soft/libs/vue/snabcentr-ui-lib@64d522fa1173bff9e9a2108d67fe38ac42052ddc) ([merge request](web_soft/libs/vue/snabcentr-ui-lib!232))
|
|
6
|
-
- [#12872: Исправлены ошибки формы конфигуратора сэндвич панелей](web_soft/libs/vue/snabcentr-ui-lib@a5af88671fb6db0b36be15ce15f3d47c4202697c) ([merge request](web_soft/libs/vue/snabcentr-ui-lib!231))
|
|
3
|
+
No changes.
|
|
7
4
|
|
package/dist/sc-vue-ui-lib.js
CHANGED
|
@@ -35073,10 +35073,13 @@ const R5 = He({ name: "ion-trash-outline", render: T5 }), F5 = {}, B5 = /* @__PU
|
|
|
35073
35073
|
},
|
|
35074
35074
|
setup(t) {
|
|
35075
35075
|
const e = t, i = I(() => !!e.item.isRemoved || !!e.item.replacementId), n = I(() => {
|
|
35076
|
-
var
|
|
35077
|
-
return "creator" in e.item && !!((
|
|
35078
|
-
}), s = I(() => "specificationImgUrl" in e.item ? e.item.specificationImgUrl : void 0), r = I(() => "changedFields" in e.item ? e.item.changedFields : [])
|
|
35079
|
-
|
|
35076
|
+
var a;
|
|
35077
|
+
return "creator" in e.item && !!((a = e.item.creator) != null && a.type);
|
|
35078
|
+
}), s = I(() => "specificationImgUrl" in e.item ? e.item.specificationImgUrl : void 0), r = I(() => "changedFields" in e.item ? e.item.changedFields : []), o = I(() => {
|
|
35079
|
+
var a, l;
|
|
35080
|
+
return "replacement" in e.item ? (l = (a = e.item.replacement) == null ? void 0 : a.creator) == null ? void 0 : l.type : void 0;
|
|
35081
|
+
});
|
|
35082
|
+
return (a, l) => (b(), M("div", A5, [
|
|
35080
35083
|
k("div", {
|
|
35081
35084
|
class: We(i.value ? "line-through opacity-50" : "")
|
|
35082
35085
|
}, [
|
|
@@ -35091,7 +35094,7 @@ const R5 = He({ name: "ion-trash-outline", render: T5 }), F5 = {}, B5 = /* @__PU
|
|
|
35091
35094
|
key: 0,
|
|
35092
35095
|
class: We(i.value ? "line-through opacity-50" : "")
|
|
35093
35096
|
}, [
|
|
35094
|
-
|
|
35097
|
+
l[0] || (l[0] = te(" Маркировка: ", -1)),
|
|
35095
35098
|
k("span", M5, V(t.item.marker), 1)
|
|
35096
35099
|
], 2)) : z("", !0),
|
|
35097
35100
|
s.value ? (b(), M("div", {
|
|
@@ -35108,14 +35111,13 @@ const R5 = He({ name: "ion-trash-outline", render: T5 }), F5 = {}, B5 = /* @__PU
|
|
|
35108
35111
|
}, null, 8, ["user-type"])) : z("", !0),
|
|
35109
35112
|
t.item.isRemoved && !t.item.replacementId && r.value.length === 0 ? (b(), ne(go, {
|
|
35110
35113
|
key: 3,
|
|
35111
|
-
"user-type": n.value ? t.item.creator.type : void 0,
|
|
35112
35114
|
class: "mt-1 self-start",
|
|
35113
35115
|
"prefix-text": "Удалено",
|
|
35114
35116
|
variant: "danger"
|
|
35115
|
-
}
|
|
35117
|
+
})) : z("", !0),
|
|
35116
35118
|
t.item.replacementId && r.value.length > 0 ? (b(), ne(go, {
|
|
35117
35119
|
key: 4,
|
|
35118
|
-
"user-type":
|
|
35120
|
+
"user-type": o.value,
|
|
35119
35121
|
"changed-fields": r.value,
|
|
35120
35122
|
class: "mt-1 self-start"
|
|
35121
35123
|
}, null, 8, ["user-type", "changed-fields"])) : z("", !0)
|