@snabcentr/vue-ui-lib 2.10.2 → 2.10.3
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-hzHH7zNozXQhcZA8h7D/K+Zpsdljtkyv+p4A1vDVSp3HQfWVUYHdobGMucyi2dvx"
|
8
8
|
},
|
9
9
|
"style.css": {
|
10
10
|
"file": "sc-vue-ui-lib.css",
|
package/dist/release_notes.tmp
CHANGED
@@ -1,6 +1,4 @@
|
|
1
|
-
## 2.10.
|
1
|
+
## 2.10.3 (2025-05-05)
|
2
2
|
|
3
|
-
|
4
|
-
|
5
|
-
- [#11455: Доработан внешний вид с учетом обратной связи](web_soft/libs/vue/snabcentr-ui-lib@c2384d187a5b728b74cf64a4decc562d44541a3c) ([merge request](web_soft/libs/vue/snabcentr-ui-lib!59))
|
3
|
+
No changes.
|
6
4
|
|
package/dist/sc-vue-ui-lib.js
CHANGED
@@ -1572,6 +1572,7 @@ const Mp = {
|
|
1572
1572
|
const n = Nu, s = tn;
|
1573
1573
|
return b(), re(s, {
|
1574
1574
|
trigger: "click",
|
1575
|
+
placement: "top-start",
|
1575
1576
|
class: "sc-stock-count"
|
1576
1577
|
}, {
|
1577
1578
|
trigger: F(() => [
|
@@ -1652,7 +1653,7 @@ const Mp = {
|
|
1652
1653
|
T("div", Dp, [
|
1653
1654
|
T("span", null, [
|
1654
1655
|
T("span", {
|
1655
|
-
class: tt({ "cursor-pointer
|
1656
|
+
class: tt({ "cursor-pointer": a.value && c.eventEmitter }),
|
1656
1657
|
onClick: l
|
1657
1658
|
}, Y(c.product.name), 3),
|
1658
1659
|
c.product.onOrder ? (b(), M("span", Np, " [Под заказ] ")) : X("", !0)
|