@taiga-ui/core 5.3.0-canary.e895e55 → 5.4.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.
Files changed (41) hide show
  1. package/fesm2022/taiga-ui-core-components-button.mjs +2 -2
  2. package/fesm2022/taiga-ui-core-components-button.mjs.map +1 -1
  3. package/fesm2022/taiga-ui-core-components-calendar.mjs +0 -1
  4. package/fesm2022/taiga-ui-core-components-calendar.mjs.map +1 -1
  5. package/fesm2022/taiga-ui-core-components-cell.mjs +3 -3
  6. package/fesm2022/taiga-ui-core-components-cell.mjs.map +1 -1
  7. package/fesm2022/taiga-ui-core-components-checkbox.mjs +2 -2
  8. package/fesm2022/taiga-ui-core-components-checkbox.mjs.map +1 -1
  9. package/fesm2022/taiga-ui-core-components-data-list.mjs +4 -4
  10. package/fesm2022/taiga-ui-core-components-data-list.mjs.map +1 -1
  11. package/fesm2022/taiga-ui-core-components-icon.mjs +2 -2
  12. package/fesm2022/taiga-ui-core-components-icon.mjs.map +1 -1
  13. package/fesm2022/taiga-ui-core-components-label.mjs +3 -3
  14. package/fesm2022/taiga-ui-core-components-label.mjs.map +1 -1
  15. package/fesm2022/taiga-ui-core-components-link.mjs +2 -2
  16. package/fesm2022/taiga-ui-core-components-link.mjs.map +1 -1
  17. package/fesm2022/taiga-ui-core-components-notification.mjs +2 -2
  18. package/fesm2022/taiga-ui-core-components-notification.mjs.map +1 -1
  19. package/fesm2022/taiga-ui-core-components-radio.mjs +2 -2
  20. package/fesm2022/taiga-ui-core-components-radio.mjs.map +1 -1
  21. package/fesm2022/taiga-ui-core-components-root.mjs +1 -1
  22. package/fesm2022/taiga-ui-core-components-root.mjs.map +1 -1
  23. package/fesm2022/taiga-ui-core-components-slider.mjs +0 -1
  24. package/fesm2022/taiga-ui-core-components-slider.mjs.map +1 -1
  25. package/fesm2022/taiga-ui-core-components-textfield.mjs +4 -4
  26. package/fesm2022/taiga-ui-core-components-textfield.mjs.map +1 -1
  27. package/fesm2022/taiga-ui-core-components-title.mjs +3 -3
  28. package/fesm2022/taiga-ui-core-components-title.mjs.map +1 -1
  29. package/fesm2022/taiga-ui-core-directives-appearance.mjs +3 -3
  30. package/fesm2022/taiga-ui-core-directives-appearance.mjs.map +1 -1
  31. package/fesm2022/taiga-ui-core-directives-group.mjs +3 -3
  32. package/fesm2022/taiga-ui-core-directives-group.mjs.map +1 -1
  33. package/fesm2022/taiga-ui-core-directives-icons.mjs +3 -3
  34. package/fesm2022/taiga-ui-core-directives-icons.mjs.map +1 -1
  35. package/fesm2022/taiga-ui-core-portals-alert.mjs +3 -3
  36. package/fesm2022/taiga-ui-core-portals-alert.mjs.map +1 -1
  37. package/fesm2022/taiga-ui-core-portals-dialog.mjs +2 -2
  38. package/fesm2022/taiga-ui-core-portals-dialog.mjs.map +1 -1
  39. package/fesm2022/taiga-ui-core-portals-modal.mjs +3 -3
  40. package/fesm2022/taiga-ui-core-portals-modal.mjs.map +1 -1
  41. package/package.json +31 -31
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/core",
3
- "version": "5.3.0-canary.e895e55",
3
+ "version": "5.4.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.3.0",
43
+ "@taiga-ui/cdk": "5.4.0",
44
44
  "@taiga-ui/event-plugins": "^5.0.0",
45
- "@taiga-ui/i18n": "5.3.0",
45
+ "@taiga-ui/i18n": "5.4.0",
46
46
  "@taiga-ui/polymorpheus": "^5.0.0",
47
- "@taiga-ui/styles": "5.3.0",
47
+ "@taiga-ui/styles": "5.4.0",
48
48
  "rxjs": ">=7.0.0"
49
49
  },
50
50
  "schematics": "./schematics/collection.json",
@@ -58,21 +58,21 @@
58
58
  "types": "./index.d.ts",
59
59
  "default": "./fesm2022/taiga-ui-core.mjs"
60
60
  },
61
- "./classes": {
62
- "types": "./classes/index.d.ts",
63
- "default": "./fesm2022/taiga-ui-core-classes.mjs"
64
- },
65
61
  "./directives": {
66
62
  "types": "./directives/index.d.ts",
67
63
  "default": "./fesm2022/taiga-ui-core-directives.mjs"
68
64
  },
65
+ "./pipes": {
66
+ "types": "./pipes/index.d.ts",
67
+ "default": "./fesm2022/taiga-ui-core-pipes.mjs"
68
+ },
69
69
  "./components": {
70
70
  "types": "./components/index.d.ts",
71
71
  "default": "./fesm2022/taiga-ui-core-components.mjs"
72
72
  },
73
- "./pipes": {
74
- "types": "./pipes/index.d.ts",
75
- "default": "./fesm2022/taiga-ui-core-pipes.mjs"
73
+ "./classes": {
74
+ "types": "./classes/index.d.ts",
75
+ "default": "./fesm2022/taiga-ui-core-classes.mjs"
76
76
  },
77
77
  "./portals": {
78
78
  "types": "./portals/index.d.ts",
@@ -122,6 +122,14 @@
122
122
  "types": "./directives/number-format/index.d.ts",
123
123
  "default": "./fesm2022/taiga-ui-core-directives-number-format.mjs"
124
124
  },
125
+ "./pipes/filter-by-input": {
126
+ "types": "./pipes/filter-by-input/index.d.ts",
127
+ "default": "./fesm2022/taiga-ui-core-pipes-filter-by-input.mjs"
128
+ },
129
+ "./pipes/format-number": {
130
+ "types": "./pipes/format-number/index.d.ts",
131
+ "default": "./fesm2022/taiga-ui-core-pipes-format-number.mjs"
132
+ },
125
133
  "./components/button": {
126
134
  "types": "./components/button/index.d.ts",
127
135
  "default": "./fesm2022/taiga-ui-core-components-button.mjs"
@@ -174,14 +182,6 @@
174
182
  "types": "./components/loader/index.d.ts",
175
183
  "default": "./fesm2022/taiga-ui-core-components-loader.mjs"
176
184
  },
177
- "./components/notification": {
178
- "types": "./components/notification/index.d.ts",
179
- "default": "./fesm2022/taiga-ui-core-components-notification.mjs"
180
- },
181
- "./components/radio": {
182
- "types": "./components/radio/index.d.ts",
183
- "default": "./fesm2022/taiga-ui-core-components-radio.mjs"
184
- },
185
185
  "./components/root": {
186
186
  "types": "./components/root/index.d.ts",
187
187
  "default": "./fesm2022/taiga-ui-core-components-root.mjs"
@@ -190,6 +190,14 @@
190
190
  "types": "./components/scrollbar/index.d.ts",
191
191
  "default": "./fesm2022/taiga-ui-core-components-scrollbar.mjs"
192
192
  },
193
+ "./components/radio": {
194
+ "types": "./components/radio/index.d.ts",
195
+ "default": "./fesm2022/taiga-ui-core-components-radio.mjs"
196
+ },
197
+ "./components/notification": {
198
+ "types": "./components/notification/index.d.ts",
199
+ "default": "./fesm2022/taiga-ui-core-components-notification.mjs"
200
+ },
193
201
  "./components/slider": {
194
202
  "types": "./components/slider/index.d.ts",
195
203
  "default": "./fesm2022/taiga-ui-core-components-slider.mjs"
@@ -206,14 +214,6 @@
206
214
  "types": "./components/title/index.d.ts",
207
215
  "default": "./fesm2022/taiga-ui-core-components-title.mjs"
208
216
  },
209
- "./pipes/filter-by-input": {
210
- "types": "./pipes/filter-by-input/index.d.ts",
211
- "default": "./fesm2022/taiga-ui-core-pipes-filter-by-input.mjs"
212
- },
213
- "./pipes/format-number": {
214
- "types": "./pipes/format-number/index.d.ts",
215
- "default": "./fesm2022/taiga-ui-core-pipes-format-number.mjs"
216
- },
217
217
  "./portals/alert": {
218
218
  "types": "./portals/alert/index.d.ts",
219
219
  "default": "./fesm2022/taiga-ui-core-portals-alert.mjs"
@@ -226,14 +226,14 @@
226
226
  "types": "./portals/dropdown/index.d.ts",
227
227
  "default": "./fesm2022/taiga-ui-core-portals-dropdown.mjs"
228
228
  },
229
- "./portals/hint": {
230
- "types": "./portals/hint/index.d.ts",
231
- "default": "./fesm2022/taiga-ui-core-portals-hint.mjs"
232
- },
233
229
  "./portals/modal": {
234
230
  "types": "./portals/modal/index.d.ts",
235
231
  "default": "./fesm2022/taiga-ui-core-portals-modal.mjs"
236
232
  },
233
+ "./portals/hint": {
234
+ "types": "./portals/hint/index.d.ts",
235
+ "default": "./fesm2022/taiga-ui-core-portals-hint.mjs"
236
+ },
237
237
  "./portals/popup": {
238
238
  "types": "./portals/popup/index.d.ts",
239
239
  "default": "./fesm2022/taiga-ui-core-portals-popup.mjs"