@snabcentr/client-ui 0.31.0 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (52) hide show
  1. package/accordion/sc-accordion.module.d.ts +1 -1
  2. package/auth/sc-auth.module.d.ts +1 -1
  3. package/brands-list/index.d.ts +2 -0
  4. package/brands-list/sc-brands-list.component.d.ts +15 -0
  5. package/brands-list/sc-brands-list.module.d.ts +12 -0
  6. package/cart/sc-cart.module.d.ts +1 -1
  7. package/catalog/sc-catalog.module.d.ts +1 -1
  8. package/contacts/sc-contacts.module.d.ts +1 -1
  9. package/contragents/sc-contragents.module.d.ts +1 -1
  10. package/delivery-address/sc-delivery-address.module.d.ts +1 -1
  11. package/esm2020/accordion/sc-accordion.component.mjs +3 -3
  12. package/esm2020/accordion/sc-accordion.module.mjs +8 -8
  13. package/esm2020/auth/sc-auth.module.mjs +2 -5
  14. package/esm2020/auth/sc-sign-in-form/sc-sign-in-form.component.mjs +3 -3
  15. package/esm2020/brands-list/index.mjs +3 -0
  16. package/esm2020/brands-list/sc-brands-list.component.mjs +24 -0
  17. package/esm2020/brands-list/sc-brands-list.module.mjs +22 -0
  18. package/esm2020/cart/cart-item-mobile/sc-cart-item-mobile.component.mjs +3 -3
  19. package/esm2020/cart/sc-cart.module.mjs +7 -10
  20. package/esm2020/catalog/input-quantity/sc-input-quantity.component.mjs +3 -3
  21. package/esm2020/catalog/sc-catalog.module.mjs +2 -5
  22. package/esm2020/contacts/add-contact-dialog/sc-add-contact-dialog.component.mjs +3 -3
  23. package/esm2020/contacts/contacts-accordion/sc-contacts-accordion.component.mjs +3 -3
  24. package/esm2020/contacts/sc-contacts.module.mjs +10 -13
  25. package/esm2020/contragents/add-contragent-bank-account-dialog/sc-add-contragent-bank-account-dialog.component.mjs +3 -3
  26. package/esm2020/contragents/contragents-accordion/contragents-accordion-item/sc-contragents-accordion-item.component.mjs +3 -3
  27. package/esm2020/contragents/sc-contragents.module.mjs +2 -5
  28. package/esm2020/delivery-address/add-delivery-address-dialog/sc-add-delivery-address-dialog.component.mjs +3 -3
  29. package/esm2020/delivery-address/delivery-address-accordion/delivery-address-accordion-item/sc-delivery-address-accordion-item.component.mjs +3 -3
  30. package/esm2020/delivery-address/sc-delivery-address.module.mjs +11 -14
  31. package/esm2020/directives/next-input-focus/sc-next-input-focus.directive.mjs +2 -2
  32. package/esm2020/order/order-item-mobile/order-item-mobile.component.mjs +3 -3
  33. package/esm2020/order/sc-order.module.mjs +5 -5
  34. package/esm2020/profile/sc-profile-accordions-content/sc-profile-accordions-content.component.mjs +3 -3
  35. package/esm2020/profile/sc-profile.module.mjs +9 -12
  36. package/esm2020/public-api.mjs +2 -1
  37. package/esm2020/user/sc-user.module.mjs +2 -5
  38. package/esm2020/user/update-user-info-dialog/sc-update-user-info-dialog.component.mjs +3 -3
  39. package/esm2020/user/user-managers/sc-user-managers.component.mjs +3 -3
  40. package/esm2020/verification/sc-verification.module.mjs +7 -10
  41. package/fesm2015/snabcentr-client-ui.mjs +584 -574
  42. package/fesm2015/snabcentr-client-ui.mjs.map +1 -1
  43. package/fesm2020/snabcentr-client-ui.mjs +573 -563
  44. package/fesm2020/snabcentr-client-ui.mjs.map +1 -1
  45. package/order/sc-order.module.d.ts +1 -1
  46. package/package.json +32 -32
  47. package/profile/sc-profile.module.d.ts +1 -1
  48. package/public-api.d.ts +1 -0
  49. package/styles/taiga/variables.less +6 -3
  50. package/styles/tailwind/tailwind.scss +66 -9
  51. package/user/sc-user.module.d.ts +1 -1
  52. package/verification/sc-verification.module.d.ts +1 -1
@@ -12,6 +12,6 @@ import * as i8 from "@tinkoff/ng-polymorpheus";
12
12
  */
13
13
  export declare class ScOrderModule {
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<ScOrderModule, never>;
15
- static ɵmod: i0.ɵɵNgModuleDeclaration<ScOrderModule, [typeof i1.ScOrderItemMobileComponent, typeof i2.ScPaymentStatusComponent], [typeof i3.CommonModule, typeof i4.TuiLinkModule, typeof i4.TuiButtonModule, typeof i4.TuiModeModule, typeof i4.TuiSvgModule, typeof i5.TuiBlockStatusModule, typeof i6.TuiPreviewModule, typeof i7.ScCatalogModule, typeof i8.PolymorpheusModule], [typeof i1.ScOrderItemMobileComponent, typeof i2.ScPaymentStatusComponent]>;
15
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ScOrderModule, [typeof i1.ScOrderItemMobileComponent, typeof i2.ScPaymentStatusComponent], [typeof i3.CommonModule, typeof i4.TuiLinkModule, typeof i4.TuiButtonModule, typeof i4.TuiSvgModule, typeof i5.TuiBlockStatusModule, typeof i6.TuiPreviewModule, typeof i7.ScCatalogModule, typeof i8.PolymorpheusModule], [typeof i1.ScOrderItemMobileComponent, typeof i2.ScPaymentStatusComponent]>;
16
16
  static ɵinj: i0.ɵɵInjectorDeclaration<ScOrderModule>;
17
17
  }
package/package.json CHANGED
@@ -1,44 +1,44 @@
1
1
  {
2
2
  "name": "@snabcentr/client-ui",
3
- "version": "0.31.0",
3
+ "version": "1.1.0",
4
4
  "author": "Snabcentr Ltd.",
5
5
  "repository": "https://gitlab.snabcentr.met/web/angular/snabcentr-client-ui-lib",
6
6
  "license": "Commercial",
7
7
  "description": "Snabcentr client UI package.",
8
8
  "peerDependencies": {
9
- "@angular/common": "^14.2.12 || ^16.2.12",
10
- "@angular/compiler": "^14.2.12 || ^16.2.12",
11
- "@angular/core": "^14.2.12 || ^16.2.12",
12
- "@angular/forms": "^14.2.12 || ^16.2.12",
13
- "@angular/platform-browser": "^14.2.12 || ^16.2.12",
14
- "@angular/platform-browser-dynamic": "^14.2.12 || ^16.2.12",
15
- "@angular/router": "^14.2.12 || ^16.2.12",
16
- "@maskito/angular": "^1.7.0",
17
- "@maskito/core": "^1.9.0",
18
- "@ng-web-apis/common": "^3.0.6",
19
- "@ng-web-apis/intersection-observer": "^3.2.0",
20
- "@ng-web-apis/storage": "^3.0.6",
21
- "@ngneat/until-destroy": "^9.2.3 || ^10.0.0",
22
- "@snabcentr/client-core": "^0.18.0",
23
- "@taiga-ui/addon-charts": "^3.42.1",
24
- "@taiga-ui/addon-commerce": "^3.42.1",
25
- "@taiga-ui/addon-doc": "^3.42.1",
26
- "@taiga-ui/addon-mobile": "^3.42.1",
27
- "@taiga-ui/addon-preview": "^3.42.1",
28
- "@taiga-ui/addon-table": "^3.42.1",
29
- "@taiga-ui/addon-tablebars": "^3.42.1",
30
- "@taiga-ui/cdk": "^3.42.1",
31
- "@taiga-ui/core": "^3.42.1",
32
- "@taiga-ui/icons": "^3.42.1",
33
- "@taiga-ui/kit": "^3.42.1",
34
- "@taiga-ui/layout": "^3.42.1",
35
- "@taiga-ui/styles": "^3.42.1",
36
- "@tinkoff/ng-polymorpheus": "^4.1.0",
37
- "date-fns": "^2.30.0",
38
- "rxjs": "^7.8.1",
9
+ "@angular/common": ">=14.2.12",
10
+ "@angular/compiler": ">=14.2.12",
11
+ "@angular/core": ">=14.2.12",
12
+ "@angular/forms": ">=14.2.12",
13
+ "@angular/platform-browser": ">=14.2.12",
14
+ "@angular/platform-browser-dynamic": ">=14.2.12",
15
+ "@angular/router": ">=14.2.12",
16
+ "@maskito/angular": ">=1.7.0",
17
+ "@maskito/core": ">=1.9.0",
18
+ "@ng-web-apis/common": ">=3.0.6",
19
+ "@ng-web-apis/intersection-observer": ">=3.2.0",
20
+ "@ng-web-apis/storage": ">=3.0.6",
21
+ "@ngneat/until-destroy": ">=9.2.3",
22
+ "@snabcentr/client-core": ">=0.18.0",
23
+ "@taiga-ui/addon-charts": ">=3.42.1",
24
+ "@taiga-ui/addon-commerce": ">=3.42.1",
25
+ "@taiga-ui/addon-doc": ">=3.42.1",
26
+ "@taiga-ui/addon-mobile": ">=3.42.1",
27
+ "@taiga-ui/addon-preview": ">=3.42.1",
28
+ "@taiga-ui/addon-table": ">=3.42.1",
29
+ "@taiga-ui/addon-tablebars": ">=3.42.1",
30
+ "@taiga-ui/cdk": ">=3.42.1",
31
+ "@taiga-ui/core": ">=3.42.1",
32
+ "@taiga-ui/icons": ">=3.42.1",
33
+ "@taiga-ui/kit": ">=3.42.1",
34
+ "@taiga-ui/layout": ">=3.42.1",
35
+ "@taiga-ui/styles": ">=3.42.1",
36
+ "@tinkoff/ng-polymorpheus": ">=4.1.0",
37
+ "date-fns": ">=2.30.0",
38
+ "rxjs": ">=7.0.0",
39
39
  "schema-dts": "^1.1.2",
40
40
  "ts-case-convert": "^2.0.7",
41
- "zone.js": "^0.12.0 || ^0.13.3"
41
+ "zone.js": ">=0.12.0"
42
42
  },
43
43
  "dependencies": {
44
44
  "tslib": "^2.3.0"
@@ -15,6 +15,6 @@ import * as i11 from "../contacts/sc-contacts.module";
15
15
  */
16
16
  export declare class ScProfileModule {
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<ScProfileModule, never>;
18
- static ɵmod: i0.ɵɵNgModuleDeclaration<ScProfileModule, [typeof i1.ScProfileAccordionsContentComponent], [typeof i2.CommonModule, typeof i3.ScUserModule, typeof i4.ScAccordionModule, typeof i5.ScContragentsModule, typeof i6.ScDeliveryAddressModule, typeof i7.TuiLoaderModule, typeof i8.TuiLetModule, typeof i7.TuiLinkModule, typeof i7.TuiModeModule, typeof i7.TuiFormatPhonePipeModule, typeof i9.TuiCheckboxLabeledModule, typeof i7.TuiSvgModule, typeof i10.FormsModule, typeof i10.ReactiveFormsModule, typeof i7.TuiLoaderModule, typeof i7.TuiButtonModule, typeof i11.ScContactsModule], [typeof i1.ScProfileAccordionsContentComponent]>;
18
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ScProfileModule, [typeof i1.ScProfileAccordionsContentComponent], [typeof i2.CommonModule, typeof i3.ScUserModule, typeof i4.ScAccordionModule, typeof i5.ScContragentsModule, typeof i6.ScDeliveryAddressModule, typeof i7.TuiLoaderModule, typeof i8.TuiLetModule, typeof i7.TuiLinkModule, typeof i7.TuiFormatPhonePipeModule, typeof i9.TuiCheckboxLabeledModule, typeof i7.TuiSvgModule, typeof i10.FormsModule, typeof i10.ReactiveFormsModule, typeof i7.TuiLoaderModule, typeof i7.TuiButtonModule, typeof i11.ScContactsModule], [typeof i1.ScProfileAccordionsContentComponent]>;
19
19
  static ɵinj: i0.ɵɵInjectorDeclaration<ScProfileModule>;
20
20
  }
package/public-api.d.ts CHANGED
@@ -11,6 +11,7 @@ export * from './files';
11
11
  export * from './form-fields';
12
12
  export * from './icons';
13
13
  export * from './loader';
14
+ export * from './brands-list';
14
15
  export * from './news';
15
16
  export * from './order';
16
17
  export * from './providers';
@@ -1,10 +1,13 @@
1
1
  :root {
2
- // Sizes
3
- --tui-skeleton-radius: var(--tui-radius-m);
4
- // Base colors
2
+ // Sizes
3
+ --tui-skeleton-radius: var(--tui-radius-m);
4
+ // Base colors
5
5
  --tui-primary: #ffcc40; // primary buttons, background
6
6
  --tui-primary-hover: #ffe49b; // primary buttons hover
7
7
  --tui-primary-active: #ffbb00; // primary buttons pressed
8
+ --tui-secondary: #f4f4f4; // primary buttons, background
9
+ --tui-secondary-hover: #ececec; // primary buttons hover
10
+ --tui-secondary-active: #e0e0e0; // primary buttons pressed
8
11
  --tui-clear: rgba(246, 246, 246, 1); // translucent dark fill
9
12
  --tui-clear-disabled: rgb(230, 229, 229); // translucent dark fill disabled
10
13
  --tui-clear-hover: rgba(238, 239, 239, 1); // translucent dark fill hover
@@ -644,6 +644,14 @@ video {
644
644
  position: sticky;
645
645
  }
646
646
 
647
+ .-left-1 {
648
+ left: -0.25rem;
649
+ }
650
+
651
+ .-right-1 {
652
+ right: -0.25rem;
653
+ }
654
+
647
655
  .bottom-4 {
648
656
  bottom: 1rem;
649
657
  }
@@ -684,6 +692,10 @@ video {
684
692
  isolation: isolate;
685
693
  }
686
694
 
695
+ .z-10 {
696
+ z-index: 10;
697
+ }
698
+
687
699
  .m-1 {
688
700
  margin: 0.25rem;
689
701
  }
@@ -782,6 +794,11 @@ video {
782
794
  height: 1.5rem !important;
783
795
  }
784
796
 
797
+ .size-12 {
798
+ width: 3rem;
799
+ height: 3rem;
800
+ }
801
+
785
802
  .size-20 {
786
803
  width: 5rem;
787
804
  height: 5rem;
@@ -825,10 +842,6 @@ video {
825
842
  height: 3rem;
826
843
  }
827
844
 
828
- .h-20 {
829
- height: 5rem;
830
- }
831
-
832
845
  .h-3 {
833
846
  height: 0.75rem;
834
847
  }
@@ -865,10 +878,6 @@ video {
865
878
  width: 2rem !important;
866
879
  }
867
880
 
868
- .w-20 {
869
- width: 5rem;
870
- }
871
-
872
881
  .w-28 {
873
882
  width: 7rem;
874
883
  }
@@ -909,7 +918,7 @@ video {
909
918
  min-width: 10rem;
910
919
  }
911
920
 
912
- .min-w-\[18rem\] {
921
+ .min-w-72 {
913
922
  min-width: 18rem;
914
923
  }
915
924
 
@@ -959,6 +968,12 @@ video {
959
968
  cursor: pointer;
960
969
  }
961
970
 
971
+ .select-none {
972
+ -webkit-user-select: none;
973
+ -moz-user-select: none;
974
+ user-select: none;
975
+ }
976
+
962
977
  .resize {
963
978
  resize: both;
964
979
  }
@@ -1011,6 +1026,14 @@ video {
1011
1026
  gap: 0.25rem;
1012
1027
  }
1013
1028
 
1029
+ .gap-12 {
1030
+ gap: 3rem;
1031
+ }
1032
+
1033
+ .gap-16 {
1034
+ gap: 4rem;
1035
+ }
1036
+
1014
1037
  .gap-2 {
1015
1038
  gap: 0.5rem;
1016
1039
  }
@@ -1163,6 +1186,30 @@ video {
1163
1186
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
1164
1187
  }
1165
1188
 
1189
+ .bg-gradient-to-r {
1190
+ background-image: linear-gradient(to right, var(--tw-gradient-stops));
1191
+ }
1192
+
1193
+ .from-transparent {
1194
+ --tw-gradient-from: transparent var(--tw-gradient-from-position);
1195
+ --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
1196
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
1197
+ }
1198
+
1199
+ .from-tui-base-01 {
1200
+ --tw-gradient-from: var(--tui-base-01) var(--tw-gradient-from-position);
1201
+ --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
1202
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
1203
+ }
1204
+
1205
+ .to-transparent {
1206
+ --tw-gradient-to: transparent var(--tw-gradient-to-position);
1207
+ }
1208
+
1209
+ .to-tui-base-01 {
1210
+ --tw-gradient-to: var(--tui-base-01) var(--tw-gradient-to-position);
1211
+ }
1212
+
1166
1213
  .bg-cover {
1167
1214
  background-size: cover;
1168
1215
  }
@@ -1483,6 +1530,11 @@ video {
1483
1530
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
1484
1531
  }
1485
1532
 
1533
+ .contrast-150 {
1534
+ --tw-contrast: contrast(1.5);
1535
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
1536
+ }
1537
+
1486
1538
  .grayscale {
1487
1539
  --tw-grayscale: grayscale(100%);
1488
1540
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
@@ -1493,6 +1545,11 @@ video {
1493
1545
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
1494
1546
  }
1495
1547
 
1548
+ .saturate-0 {
1549
+ --tw-saturate: saturate(0);
1550
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
1551
+ }
1552
+
1496
1553
  .sepia {
1497
1554
  --tw-sepia: sepia(100%);
1498
1555
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
@@ -15,6 +15,6 @@ import * as i11 from "../form-fields/form-fields.module";
15
15
  */
16
16
  export declare class ScUserModule {
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<ScUserModule, never>;
18
- static ɵmod: i0.ɵɵNgModuleDeclaration<ScUserModule, [typeof i1.ScResetUserPasswordComponent, typeof i2.ScUpdateUserInfoDialogComponent, typeof i3.ScUserPhoneApproveDialogComponent, typeof i4.ScUserManagersComponent], [typeof i5.CommonModule, typeof i6.FormsModule, typeof i6.ReactiveFormsModule, typeof i7.TuiFieldErrorPipeModule, typeof i7.TuiInputPasswordModule, typeof i8.TuiButtonModule, typeof i8.TuiErrorModule, typeof i8.TuiLabelModule, typeof i8.TuiTextfieldControllerModule, typeof i9.TuiLetModule, typeof i10.ScVerificationModule, typeof i11.ScFormFieldsModule, typeof i8.TuiLoaderModule, typeof i7.TuiInputModule, typeof i7.TuiInputPhoneModule, typeof i7.TuiCheckboxModule, typeof i7.TuiCheckboxLabeledModule, typeof i8.TuiDataListModule, typeof i7.TuiSelectModule, typeof i8.TuiModeModule, typeof i8.TuiLinkModule, typeof i8.TuiFormatPhonePipeModule], [typeof i1.ScResetUserPasswordComponent, typeof i2.ScUpdateUserInfoDialogComponent, typeof i3.ScUserPhoneApproveDialogComponent, typeof i4.ScUserManagersComponent]>;
18
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ScUserModule, [typeof i1.ScResetUserPasswordComponent, typeof i2.ScUpdateUserInfoDialogComponent, typeof i3.ScUserPhoneApproveDialogComponent, typeof i4.ScUserManagersComponent], [typeof i5.CommonModule, typeof i6.FormsModule, typeof i6.ReactiveFormsModule, typeof i7.TuiFieldErrorPipeModule, typeof i7.TuiInputPasswordModule, typeof i8.TuiButtonModule, typeof i8.TuiErrorModule, typeof i8.TuiLabelModule, typeof i8.TuiTextfieldControllerModule, typeof i9.TuiLetModule, typeof i10.ScVerificationModule, typeof i11.ScFormFieldsModule, typeof i8.TuiLoaderModule, typeof i7.TuiInputModule, typeof i7.TuiInputPhoneModule, typeof i7.TuiCheckboxModule, typeof i7.TuiCheckboxLabeledModule, typeof i8.TuiDataListModule, typeof i7.TuiSelectModule, typeof i8.TuiLinkModule, typeof i8.TuiFormatPhonePipeModule], [typeof i1.ScResetUserPasswordComponent, typeof i2.ScUpdateUserInfoDialogComponent, typeof i3.ScUserPhoneApproveDialogComponent, typeof i4.ScUserManagersComponent]>;
19
19
  static ɵinj: i0.ɵɵInjectorDeclaration<ScUserModule>;
20
20
  }
@@ -11,6 +11,6 @@ import * as i7 from "@maskito/angular";
11
11
  */
12
12
  export declare class ScVerificationModule {
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<ScVerificationModule, never>;
14
- static ɵmod: i0.ɵɵNgModuleDeclaration<ScVerificationModule, [typeof i1.ScVerificationPhoneCheckFormComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.TuiInputPasswordModule, typeof i4.TuiInputModule, typeof i5.TuiTextfieldControllerModule, typeof i5.TuiLinkModule, typeof i5.TuiButtonModule, typeof i5.TuiLabelModule, typeof i5.TuiModeModule, typeof i4.TuiFieldErrorPipeModule, typeof i5.TuiErrorModule, typeof i6.TuiLetModule, typeof i5.TuiLoaderModule, typeof i4.TuiInputPhoneModule, typeof i7.MaskitoModule], [typeof i1.ScVerificationPhoneCheckFormComponent]>;
14
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ScVerificationModule, [typeof i1.ScVerificationPhoneCheckFormComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.TuiInputPasswordModule, typeof i4.TuiInputModule, typeof i5.TuiTextfieldControllerModule, typeof i5.TuiLinkModule, typeof i5.TuiButtonModule, typeof i5.TuiLabelModule, typeof i4.TuiFieldErrorPipeModule, typeof i5.TuiErrorModule, typeof i6.TuiLetModule, typeof i5.TuiLoaderModule, typeof i4.TuiInputPhoneModule, typeof i7.MaskitoModule], [typeof i1.ScVerificationPhoneCheckFormComponent]>;
15
15
  static ɵinj: i0.ɵɵInjectorDeclaration<ScVerificationModule>;
16
16
  }