@snabcentr/client-ui 4.11.3 → 4.11.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snabcentr/client-ui",
3
- "version": "4.11.3",
3
+ "version": "4.11.7",
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": "^3.0.3",
18
+ "@snabcentr/client-core": "^3.6.4",
19
19
  "@taiga-ui/addon-charts": "^4.41.0",
20
20
  "@taiga-ui/addon-commerce": "^4.41.0",
21
21
  "@taiga-ui/cdk": "^4.41.0",
@@ -59,6 +59,12 @@ export declare class ScHelpNotificationService {
59
59
  * @param phone Номер телефона.
60
60
  */
61
61
  helpNotificationByPhone(phone: string): void;
62
+ /**
63
+ * Показать уведомление по адресу электронной почты.
64
+ *
65
+ * @param email Адрес электронной почты.
66
+ */
67
+ helpNotificationByEmail(email: string): void;
62
68
  static ɵfac: i0.ɵɵFactoryDeclaration<ScHelpNotificationService, never>;
63
69
  static ɵprov: i0.ɵɵInjectableDeclaration<ScHelpNotificationService>;
64
70
  }