@snabcentr/client-ui 3.34.2 → 3.36.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/notify-when-in-stock-dialog/sc-notify-when-in-stock-dialog.component.d.ts +17 -5
- package/esm2022/catalog/notify-when-in-stock-dialog/sc-notify-when-in-stock-dialog.component.mjs +38 -18
- package/esm2022/providers/index.mjs +2 -1
- package/esm2022/providers/sc-notify-when-in-stock-required-fields.mjs +6 -0
- package/esm2022/validators/sc-phone-validator.mjs +2 -2
- package/esm2022/verification/verification-phone-check-form/sc-verification-phone-check-form.component.mjs +3 -3
- package/fesm2022/snabcentr-client-ui.mjs +68 -48
- package/fesm2022/snabcentr-client-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/providers/index.d.ts +1 -0
- package/providers/sc-notify-when-in-stock-required-fields.d.ts +5 -0
- package/release_notes.tmp +3 -3
- package/styles/tailwind/tailwind.scss +4 -0
package/package.json
CHANGED
package/providers/index.d.ts
CHANGED
@@ -0,0 +1,5 @@
|
|
1
|
+
import { InjectionToken } from '@angular/core';
|
2
|
+
/**
|
3
|
+
* Токен для массива полей, которые должны быть заполнены хотя бы одним значением, в запросе на уведомление о поступлении товара.
|
4
|
+
*/
|
5
|
+
export declare const SC_NOTIFY_WHEN_IN_STOCK_REQUIRED_FIELDS: InjectionToken<string[]>;
|
package/release_notes.tmp
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
## 3.
|
1
|
+
## 3.36.0 (2025-07-25)
|
2
2
|
|
3
|
-
###
|
3
|
+
### added (1 change)
|
4
4
|
|
5
|
-
- [#
|
5
|
+
- [#11716: Добавлен callback для вызова уведомления об ошибке извне в компонент...](web_soft/libs/angular/snabcentr-client-ui-lib@a0a5a123da3f2c65dba0709b442150ebd10db949) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!303))
|
6
6
|
|