@snabcentr/client-ui 3.36.5 → 3.36.8
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/esm2022/profile/sc-profile-accordions-content/sc-profile-accordions-content.component.mjs +7 -3
- package/esm2022/verification/verification-phone-check-form/sc-verification-phone-check-form.component.mjs +5 -7
- package/fesm2022/snabcentr-client-ui.mjs +9 -7
- package/fesm2022/snabcentr-client-ui.mjs.map +1 -1
- package/package.json +2 -2
- package/profile/sc-profile-accordions-content/sc-profile-accordions-content.component.d.ts +4 -0
- package/release_notes.tmp +1 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@snabcentr/client-ui",
|
3
|
-
"version": "3.36.
|
3
|
+
"version": "3.36.8",
|
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.56.3",
|
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",
|
@@ -11,6 +11,10 @@ export declare class ScProfileAccordionsContentComponent {
|
|
11
11
|
* Сервис данных о пользователе.
|
12
12
|
*/
|
13
13
|
private readonly userService;
|
14
|
+
/**
|
15
|
+
* Сервис для работы с контактными лицами..
|
16
|
+
*/
|
17
|
+
private readonly contactsService;
|
14
18
|
/**
|
15
19
|
* Сервис верификации.
|
16
20
|
*/
|
package/release_notes.tmp
CHANGED