@taiga-ui/addon-commerce 4.52.0-canary.6de148b → 4.52.0-canary.763e67d
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/components/input-card/input-card.d.ts +4 -1
- package/fesm2022/taiga-ui-addon-commerce-components-input-card-group.mjs +9 -9
- package/fesm2022/taiga-ui-addon-commerce-components-input-card-group.mjs.map +1 -1
- package/fesm2022/taiga-ui-addon-commerce-components-input-card.mjs +16 -11
- package/fesm2022/taiga-ui-addon-commerce-components-input-card.mjs.map +1 -1
- package/fesm2022/taiga-ui-addon-commerce-components-thumbnail-card.mjs +3 -3
- package/fesm2022/taiga-ui-addon-commerce-components-thumbnail-card.mjs.map +1 -1
- package/fesm2022/taiga-ui-addon-commerce-constants.mjs.map +1 -1
- package/fesm2022/taiga-ui-addon-commerce-pipes-amount.mjs +3 -3
- package/fesm2022/taiga-ui-addon-commerce-pipes-amount.mjs.map +1 -1
- package/fesm2022/taiga-ui-addon-commerce-pipes-currency.mjs +3 -3
- package/fesm2022/taiga-ui-addon-commerce-pipes-currency.mjs.map +1 -1
- package/fesm2022/taiga-ui-addon-commerce-pipes-decimal.mjs +3 -3
- package/fesm2022/taiga-ui-addon-commerce-pipes-decimal.mjs.map +1 -1
- package/fesm2022/taiga-ui-addon-commerce-pipes-format-card.mjs +3 -3
- package/fesm2022/taiga-ui-addon-commerce-pipes-format-card.mjs.map +1 -1
- package/fesm2022/taiga-ui-addon-commerce-tokens.mjs.map +1 -1
- package/fesm2022/taiga-ui-addon-commerce-types.mjs.map +1 -1
- package/fesm2022/taiga-ui-addon-commerce-utils.mjs.map +1 -1
- package/fesm2022/taiga-ui-addon-commerce-validators.mjs.map +1 -1
- package/package.json +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/addon-commerce",
|
|
3
|
-
"version": "4.52.0-canary.
|
|
3
|
+
"version": "4.52.0-canary.763e67d",
|
|
4
4
|
"description": "Extension package for Taiga UI related to commerce, payment systems, currencies etc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"@angular/common": ">=19.0.0",
|
|
21
21
|
"@angular/core": ">=19.0.0",
|
|
22
22
|
"@angular/forms": ">=19.0.0",
|
|
23
|
-
"@maskito/angular": "^
|
|
24
|
-
"@maskito/core": "^
|
|
25
|
-
"@maskito/kit": "^
|
|
23
|
+
"@maskito/angular": "^5.0.0",
|
|
24
|
+
"@maskito/core": "^5.0.0",
|
|
25
|
+
"@maskito/kit": "^5.0.0",
|
|
26
26
|
"@ng-web-apis/common": "^4.12.2",
|
|
27
27
|
"@taiga-ui/cdk": "^4.52.0",
|
|
28
28
|
"@taiga-ui/core": "^4.52.0",
|
|
@@ -45,10 +45,6 @@
|
|
|
45
45
|
"types": "./components/index.d.ts",
|
|
46
46
|
"default": "./fesm2022/taiga-ui-addon-commerce-components.mjs"
|
|
47
47
|
},
|
|
48
|
-
"./constants": {
|
|
49
|
-
"types": "./constants/index.d.ts",
|
|
50
|
-
"default": "./fesm2022/taiga-ui-addon-commerce-constants.mjs"
|
|
51
|
-
},
|
|
52
48
|
"./pipes": {
|
|
53
49
|
"types": "./pipes/index.d.ts",
|
|
54
50
|
"default": "./fesm2022/taiga-ui-addon-commerce-pipes.mjs"
|
|
@@ -57,14 +53,14 @@
|
|
|
57
53
|
"types": "./tokens/index.d.ts",
|
|
58
54
|
"default": "./fesm2022/taiga-ui-addon-commerce-tokens.mjs"
|
|
59
55
|
},
|
|
56
|
+
"./constants": {
|
|
57
|
+
"types": "./constants/index.d.ts",
|
|
58
|
+
"default": "./fesm2022/taiga-ui-addon-commerce-constants.mjs"
|
|
59
|
+
},
|
|
60
60
|
"./types": {
|
|
61
61
|
"types": "./types/index.d.ts",
|
|
62
62
|
"default": "./fesm2022/taiga-ui-addon-commerce-types.mjs"
|
|
63
63
|
},
|
|
64
|
-
"./utils": {
|
|
65
|
-
"types": "./utils/index.d.ts",
|
|
66
|
-
"default": "./fesm2022/taiga-ui-addon-commerce-utils.mjs"
|
|
67
|
-
},
|
|
68
64
|
"./validators": {
|
|
69
65
|
"types": "./validators/index.d.ts",
|
|
70
66
|
"default": "./fesm2022/taiga-ui-addon-commerce-validators.mjs"
|
|
@@ -85,6 +81,10 @@
|
|
|
85
81
|
"types": "./pipes/amount/index.d.ts",
|
|
86
82
|
"default": "./fesm2022/taiga-ui-addon-commerce-pipes-amount.mjs"
|
|
87
83
|
},
|
|
84
|
+
"./utils": {
|
|
85
|
+
"types": "./utils/index.d.ts",
|
|
86
|
+
"default": "./fesm2022/taiga-ui-addon-commerce-utils.mjs"
|
|
87
|
+
},
|
|
88
88
|
"./pipes/currency": {
|
|
89
89
|
"types": "./pipes/currency/index.d.ts",
|
|
90
90
|
"default": "./fesm2022/taiga-ui-addon-commerce-pipes-currency.mjs"
|