@taiga-ui/core 5.2.0-canary.ada12f6 → 5.3.0
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/fesm2022/taiga-ui-core-components-button.mjs +2 -2
- package/fesm2022/taiga-ui-core-components-button.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-cell.mjs +3 -3
- package/fesm2022/taiga-ui-core-components-cell.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-checkbox.mjs +2 -2
- package/fesm2022/taiga-ui-core-components-checkbox.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-data-list.mjs +4 -4
- package/fesm2022/taiga-ui-core-components-data-list.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-icon.mjs +2 -2
- package/fesm2022/taiga-ui-core-components-icon.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-label.mjs +3 -3
- package/fesm2022/taiga-ui-core-components-label.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-link.mjs +2 -2
- package/fesm2022/taiga-ui-core-components-link.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-notification.mjs +2 -2
- package/fesm2022/taiga-ui-core-components-notification.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-radio.mjs +2 -2
- package/fesm2022/taiga-ui-core-components-radio.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-root.mjs +1 -1
- package/fesm2022/taiga-ui-core-components-root.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-textfield.mjs +4 -4
- package/fesm2022/taiga-ui-core-components-textfield.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-title.mjs +3 -3
- package/fesm2022/taiga-ui-core-components-title.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-directives-appearance.mjs +3 -3
- package/fesm2022/taiga-ui-core-directives-appearance.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-directives-group.mjs +3 -3
- package/fesm2022/taiga-ui-core-directives-group.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-directives-icons.mjs +3 -3
- package/fesm2022/taiga-ui-core-directives-icons.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-portals-alert.mjs +3 -3
- package/fesm2022/taiga-ui-core-portals-alert.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-portals-dialog.mjs +2 -2
- package/fesm2022/taiga-ui-core-portals-dialog.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-portals-modal.mjs +3 -3
- package/fesm2022/taiga-ui-core-portals-modal.mjs.map +1 -1
- package/package.json +36 -36
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/core",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.3.0",
|
|
4
4
|
"description": "Core library for creating Angular components and applications using Taiga UI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -40,11 +40,11 @@
|
|
|
40
40
|
"@ng-web-apis/common": "^5.2.0",
|
|
41
41
|
"@ng-web-apis/mutation-observer": "^5.2.0",
|
|
42
42
|
"@ng-web-apis/platform": "^5.2.0",
|
|
43
|
-
"@taiga-ui/cdk": "5.
|
|
43
|
+
"@taiga-ui/cdk": "5.3.0",
|
|
44
44
|
"@taiga-ui/event-plugins": "^5.0.0",
|
|
45
|
-
"@taiga-ui/i18n": "5.
|
|
45
|
+
"@taiga-ui/i18n": "5.3.0",
|
|
46
46
|
"@taiga-ui/polymorpheus": "^5.0.0",
|
|
47
|
-
"@taiga-ui/styles": "5.
|
|
47
|
+
"@taiga-ui/styles": "5.3.0",
|
|
48
48
|
"rxjs": ">=7.0.0"
|
|
49
49
|
},
|
|
50
50
|
"schematics": "./schematics/collection.json",
|
|
@@ -62,14 +62,14 @@
|
|
|
62
62
|
"types": "./classes/index.d.ts",
|
|
63
63
|
"default": "./fesm2022/taiga-ui-core-classes.mjs"
|
|
64
64
|
},
|
|
65
|
-
"./directives": {
|
|
66
|
-
"types": "./directives/index.d.ts",
|
|
67
|
-
"default": "./fesm2022/taiga-ui-core-directives.mjs"
|
|
68
|
-
},
|
|
69
65
|
"./components": {
|
|
70
66
|
"types": "./components/index.d.ts",
|
|
71
67
|
"default": "./fesm2022/taiga-ui-core-components.mjs"
|
|
72
68
|
},
|
|
69
|
+
"./directives": {
|
|
70
|
+
"types": "./directives/index.d.ts",
|
|
71
|
+
"default": "./fesm2022/taiga-ui-core-directives.mjs"
|
|
72
|
+
},
|
|
73
73
|
"./pipes": {
|
|
74
74
|
"types": "./pipes/index.d.ts",
|
|
75
75
|
"default": "./fesm2022/taiga-ui-core-pipes.mjs"
|
|
@@ -94,34 +94,6 @@
|
|
|
94
94
|
"types": "./utils/index.d.ts",
|
|
95
95
|
"default": "./fesm2022/taiga-ui-core-utils.mjs"
|
|
96
96
|
},
|
|
97
|
-
"./directives/appearance": {
|
|
98
|
-
"types": "./directives/appearance/index.d.ts",
|
|
99
|
-
"default": "./fesm2022/taiga-ui-core-directives-appearance.mjs"
|
|
100
|
-
},
|
|
101
|
-
"./directives/button-x": {
|
|
102
|
-
"types": "./directives/button-x/index.d.ts",
|
|
103
|
-
"default": "./fesm2022/taiga-ui-core-directives-button-x.mjs"
|
|
104
|
-
},
|
|
105
|
-
"./directives/date-format": {
|
|
106
|
-
"types": "./directives/date-format/index.d.ts",
|
|
107
|
-
"default": "./fesm2022/taiga-ui-core-directives-date-format.mjs"
|
|
108
|
-
},
|
|
109
|
-
"./directives/group": {
|
|
110
|
-
"types": "./directives/group/index.d.ts",
|
|
111
|
-
"default": "./fesm2022/taiga-ui-core-directives-group.mjs"
|
|
112
|
-
},
|
|
113
|
-
"./directives/icons": {
|
|
114
|
-
"types": "./directives/icons/index.d.ts",
|
|
115
|
-
"default": "./fesm2022/taiga-ui-core-directives-icons.mjs"
|
|
116
|
-
},
|
|
117
|
-
"./directives/items-handlers": {
|
|
118
|
-
"types": "./directives/items-handlers/index.d.ts",
|
|
119
|
-
"default": "./fesm2022/taiga-ui-core-directives-items-handlers.mjs"
|
|
120
|
-
},
|
|
121
|
-
"./directives/number-format": {
|
|
122
|
-
"types": "./directives/number-format/index.d.ts",
|
|
123
|
-
"default": "./fesm2022/taiga-ui-core-directives-number-format.mjs"
|
|
124
|
-
},
|
|
125
97
|
"./components/button": {
|
|
126
98
|
"types": "./components/button/index.d.ts",
|
|
127
99
|
"default": "./fesm2022/taiga-ui-core-components-button.mjs"
|
|
@@ -206,6 +178,34 @@
|
|
|
206
178
|
"types": "./components/title/index.d.ts",
|
|
207
179
|
"default": "./fesm2022/taiga-ui-core-components-title.mjs"
|
|
208
180
|
},
|
|
181
|
+
"./directives/appearance": {
|
|
182
|
+
"types": "./directives/appearance/index.d.ts",
|
|
183
|
+
"default": "./fesm2022/taiga-ui-core-directives-appearance.mjs"
|
|
184
|
+
},
|
|
185
|
+
"./directives/button-x": {
|
|
186
|
+
"types": "./directives/button-x/index.d.ts",
|
|
187
|
+
"default": "./fesm2022/taiga-ui-core-directives-button-x.mjs"
|
|
188
|
+
},
|
|
189
|
+
"./directives/date-format": {
|
|
190
|
+
"types": "./directives/date-format/index.d.ts",
|
|
191
|
+
"default": "./fesm2022/taiga-ui-core-directives-date-format.mjs"
|
|
192
|
+
},
|
|
193
|
+
"./directives/group": {
|
|
194
|
+
"types": "./directives/group/index.d.ts",
|
|
195
|
+
"default": "./fesm2022/taiga-ui-core-directives-group.mjs"
|
|
196
|
+
},
|
|
197
|
+
"./directives/icons": {
|
|
198
|
+
"types": "./directives/icons/index.d.ts",
|
|
199
|
+
"default": "./fesm2022/taiga-ui-core-directives-icons.mjs"
|
|
200
|
+
},
|
|
201
|
+
"./directives/items-handlers": {
|
|
202
|
+
"types": "./directives/items-handlers/index.d.ts",
|
|
203
|
+
"default": "./fesm2022/taiga-ui-core-directives-items-handlers.mjs"
|
|
204
|
+
},
|
|
205
|
+
"./directives/number-format": {
|
|
206
|
+
"types": "./directives/number-format/index.d.ts",
|
|
207
|
+
"default": "./fesm2022/taiga-ui-core-directives-number-format.mjs"
|
|
208
|
+
},
|
|
209
209
|
"./pipes/filter-by-input": {
|
|
210
210
|
"types": "./pipes/filter-by-input/index.d.ts",
|
|
211
211
|
"default": "./fesm2022/taiga-ui-core-pipes-filter-by-input.mjs"
|