@snabcentr/client-ui 3.23.0 → 3.24.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/catalog/index.d.ts +1 -0
- package/catalog/notify-when-in-stock-dialog/sc-notify-when-in-stock-dialog.component.d.ts +68 -0
- package/esm2022/catalog/index.mjs +2 -1
- package/esm2022/catalog/notify-when-in-stock-dialog/sc-notify-when-in-stock-dialog.component.mjs +126 -0
- package/esm2022/verification/verification-phone-check-form/sc-verification-phone-check-form.component.mjs +2 -2
- package/fesm2022/snabcentr-client-ui.mjs +151 -44
- package/fesm2022/snabcentr-client-ui.mjs.map +1 -1
- package/package.json +2 -2
- package/release_notes.tmp +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@snabcentr/client-ui",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.24.0",
|
4
4
|
"author": "Snabcentr Ltd.",
|
5
5
|
"repository": "https://gitlab.snabcentr.met/web/angular/snabcentr-client-ui-lib",
|
6
6
|
"license": "Commercial",
|
@@ -15,7 +15,7 @@
|
|
15
15
|
"@maskito/core": "^3.2.0",
|
16
16
|
"@ng-web-apis/intersection-observer": "^4.11.1",
|
17
17
|
"@ng-web-apis/common": "^4.11.1",
|
18
|
-
"@snabcentr/client-core": "^2.
|
18
|
+
"@snabcentr/client-core": "^2.45.0",
|
19
19
|
"@taiga-ui/addon-charts": "^4.24.0",
|
20
20
|
"@taiga-ui/addon-commerce": "^4.24.0",
|
21
21
|
"@taiga-ui/cdk": "^4.24.0",
|
package/release_notes.tmp
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
## 3.
|
1
|
+
## 3.24.0 (2025-05-05)
|
2
2
|
|
3
3
|
### added (1 change)
|
4
4
|
|
5
|
-
- [#
|
5
|
+
- [#10994: Добавлен компонент формы отправки запроса на уведомление о поступлении товара.](web_soft/libs/angular/snabcentr-client-ui-lib@1dfa98d6e1cd967b516995eaa93f57fe608ab60a) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!270))
|
6
6
|
|