@snabcentr/vue-ui-lib 2.13.1 → 2.13.5
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 +8 -2
- package/dist/sc-vue-ui-lib.css +1 -1
- package/dist/sc-vue-ui-lib.js +3179 -3081
- package/dist/sc-vue-ui-lib.js.map +1 -1
- package/dist/sc-vue-ui-lib.umd.cjs +73 -73
- package/dist/sc-vue-ui-lib.umd.cjs.map +1 -1
- package/dist/src/catalog/interfaces/properties/i-product-cost-properties.d.ts +2 -2
- package/dist/src/components/catalog/product-details/product-cost.vue.d.ts +1 -1
- package/dist/src/components/inputs/phone-input.vue.d.ts +1 -1
- package/package.json +3 -2
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-2UvI7VDrRkNfc5HA32vGB/9dIflxwzWU5cCnT7kp+QkH2IEgg/nfEWbHSIvDSHIO"
|
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-ufzKdrpIJuGO1KHU+tQdSnELmPS1VwmeI8ZoxDZ+d68mccY/w+FwmEjqtHcHj3sL"
|
13
13
|
}
|
14
14
|
}
|
package/dist/release_notes.tmp
CHANGED
@@ -1,6 +1,12 @@
|
|
1
|
-
## 2.13.
|
1
|
+
## 2.13.5 (2025-05-16)
|
2
2
|
|
3
3
|
### fixed (1 change)
|
4
4
|
|
5
|
-
- [#
|
5
|
+
- [#11648: Исправлена ошибка установки номера телефона при инициализации.](web_soft/libs/vue/snabcentr-ui-lib@238ccdfdb169b183f1664e80fc80a53cdb878a92) ([merge request](web_soft/libs/vue/snabcentr-ui-lib!69))
|
6
|
+
|
7
|
+
### changed (3 changes)
|
8
|
+
|
9
|
+
- [#11594: Исправлен z-index коэффициентов цен заменой n-badge на более подходящий n-tag](web_soft/libs/vue/snabcentr-ui-lib@89e09614c4a5d4a5d5ba4e27d7291c00768a7c79) ([merge request](web_soft/libs/vue/snabcentr-ui-lib!68))
|
10
|
+
- [#11595: Ширина таблицы прайс-листа изменена на фиксированную. Список цен обёрнут в n-scrollbar.](web_soft/libs/vue/snabcentr-ui-lib@9920b5d0059b22e274aae734b1102560073f3ca3) ([merge request](web_soft/libs/vue/snabcentr-ui-lib!66))
|
11
|
+
- [#11596: Улучшена адаптивность кнопок base-dialog: добавлены свойства flex-wrap и justify-end.](web_soft/libs/vue/snabcentr-ui-lib@ab3413ba89033791f4412d8e2a727c053d81515a) ([merge request](web_soft/libs/vue/snabcentr-ui-lib!67))
|
6
12
|
|