@snabcentr/vue-ui-lib 3.59.10 → 3.59.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 +2 -2
- package/dist/release_notes.tmp +10 -1
- package/dist/sc-vue-ui-lib.css +1 -1
- package/dist/sc-vue-ui-lib.js +3327 -3348
- package/dist/sc-vue-ui-lib.js.map +1 -1
- package/dist/sc-vue-ui-lib.umd.cjs +14 -14
- package/dist/sc-vue-ui-lib.umd.cjs.map +1 -1
- package/package.json +1 -1
package/dist/manifest.json
CHANGED
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
"name": "index",
|
|
5
5
|
"src": "src/index.ts",
|
|
6
6
|
"isEntry": true,
|
|
7
|
-
"integrity": "sha384-
|
|
7
|
+
"integrity": "sha384-HxSgATXrYdQ09bCPDY21cyaCn1Pj+P5o/Dor5EK5zCMQ976BYO9/neGwrWQ77G/h"
|
|
8
8
|
},
|
|
9
9
|
"style.css": {
|
|
10
10
|
"file": "sc-vue-ui-lib.css",
|
|
11
11
|
"src": "style.css",
|
|
12
|
-
"integrity": "sha384
|
|
12
|
+
"integrity": "sha384-n15Mmmu56r+PKj4IS/4UcnofM5NnlIrTGZFR+otyaPZDrSJoroxRfJzDea3P2idg"
|
|
13
13
|
}
|
|
14
14
|
}
|
package/dist/release_notes.tmp
CHANGED
|
@@ -1 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
## 3.59.13 (2026-04-09)
|
|
2
|
+
|
|
3
|
+
### changed (1 change)
|
|
4
|
+
|
|
5
|
+
- [#13129: Возвращён порядок атрибутов заказа в списке заказов](web_soft/libs/vue/snabcentr-ui-lib@2157dda9655f7b101b5395f8817f9588bab3a2c8) ([merge request](web_soft/libs/vue/snabcentr-ui-lib!206))
|
|
6
|
+
|
|
7
|
+
### fixed (1 change)
|
|
8
|
+
|
|
9
|
+
- [#13192: Исправлены ошибки формы установки коэффициента цены товара](web_soft/libs/vue/snabcentr-ui-lib@50132f2195f671827092d9f026ce12bc358b35bb) ([merge request](web_soft/libs/vue/snabcentr-ui-lib!205))
|
|
10
|
+
|