@snabcentr/client-ui 0.17.2 → 0.17.3
Sign up to get free protection for your applications and to get access to all the features.
- package/auth/sc-sign-in-form/sc-sign-in-form-by-email/sc-sign-in-form-by-email.component.d.ts +9 -5
- package/auth/sc-sign-in-form/sc-sign-in-form-by-phone/sc-sign-in-form-by-phone.component.d.ts +10 -6
- package/auth/sc-sign-in-form/sc-sign-in-form.component.d.ts +4 -8
- package/banner/sc-banner.component.d.ts +15 -19
- package/banner/sc-banner.module.d.ts +4 -5
- package/catalog/price-history/sc-price-history.component.d.ts +2 -2
- package/esm2020/auth/sc-sign-in-form/sc-sign-in-form-by-email/sc-sign-in-form-by-email.component.mjs +20 -8
- package/esm2020/auth/sc-sign-in-form/sc-sign-in-form-by-phone/sc-sign-in-form-by-phone.component.mjs +20 -9
- package/esm2020/auth/sc-sign-in-form/sc-sign-in-form.component.mjs +4 -13
- package/esm2020/banner/sc-banner.component.mjs +22 -21
- package/esm2020/banner/sc-banner.module.mjs +9 -10
- package/esm2020/catalog/price-history/sc-price-history.component.mjs +10 -6
- package/esm2020/contragents/add-contragent-dialog/sc-add-contragent-dialog.component.mjs +3 -3
- package/fesm2015/snabcentr-client-ui.mjs +90 -73
- package/fesm2015/snabcentr-client-ui.mjs.map +1 -1
- package/fesm2020/snabcentr-client-ui.mjs +90 -73
- package/fesm2020/snabcentr-client-ui.mjs.map +1 -1
- package/package.json +34 -29
- package/styles/tailwind/tailwind.scss +0 -4
package/package.json
CHANGED
@@ -1,41 +1,46 @@
|
|
1
1
|
{
|
2
2
|
"name": "@snabcentr/client-ui",
|
3
|
-
"version": "0.17.
|
3
|
+
"version": "0.17.3",
|
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": "
|
10
|
-
"@angular/
|
11
|
-
"@
|
12
|
-
"@angular/forms": "
|
13
|
-
"@angular/
|
14
|
-
"@angular/platform-browser": "
|
15
|
-
"@angular/
|
16
|
-
"@angular
|
17
|
-
"@
|
18
|
-
"@
|
19
|
-
"@
|
20
|
-
"@
|
21
|
-
"@
|
22
|
-
"@
|
23
|
-
"@taiga-ui/addon-
|
24
|
-
"@taiga-ui/addon-
|
25
|
-
"@taiga-ui/addon-
|
26
|
-
"@taiga-ui/addon-
|
27
|
-
"@taiga-ui/
|
28
|
-
"@taiga-ui/
|
29
|
-
"@taiga-ui/
|
30
|
-
"@taiga-ui/
|
31
|
-
"@taiga-ui/
|
32
|
-
"@taiga-ui/
|
33
|
-
"@
|
34
|
-
"@
|
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": "^1.0.0",
|
21
|
+
"@ngneat/until-destroy": "^9.2.3",
|
22
|
+
"@snabcentr/client-core": "^0.15.3",
|
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",
|
35
37
|
"echarts": "^5.4.3",
|
38
|
+
"date-fns": "^2.30.0",
|
36
39
|
"ngx-echarts": "^14.0.0",
|
37
|
-
"rxjs": "
|
38
|
-
"
|
40
|
+
"rxjs": "^7.8.1",
|
41
|
+
"schema-dts": "^1.1.2",
|
42
|
+
"ts-case-convert": "^2.0.7",
|
43
|
+
"zone.js": "^0.12.0"
|
39
44
|
},
|
40
45
|
"dependencies": {
|
41
46
|
"tslib": "2.3.0"
|