@taiga-ui/kit 5.15.0 → 5.16.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 (47) hide show
  1. package/fesm2022/taiga-ui-kit-components-accordion.mjs +2 -2
  2. package/fesm2022/taiga-ui-kit-components-avatar.mjs +9 -9
  3. package/fesm2022/taiga-ui-kit-components-badge.mjs +2 -2
  4. package/fesm2022/taiga-ui-kit-components-block.mjs +2 -2
  5. package/fesm2022/taiga-ui-kit-components-calendar-range.mjs +1 -1
  6. package/fesm2022/taiga-ui-kit-components-calendar-range.mjs.map +1 -1
  7. package/fesm2022/taiga-ui-kit-components-chip.mjs +2 -2
  8. package/fesm2022/taiga-ui-kit-components-comment.mjs +3 -3
  9. package/fesm2022/taiga-ui-kit-components-compass.mjs +2 -2
  10. package/fesm2022/taiga-ui-kit-components-copy.mjs +2 -2
  11. package/fesm2022/taiga-ui-kit-components-files.mjs +5 -5
  12. package/fesm2022/taiga-ui-kit-components-input-color.mjs +2 -2
  13. package/fesm2022/taiga-ui-kit-components-input-date-time.mjs +3 -3
  14. package/fesm2022/taiga-ui-kit-components-input-date.mjs +4 -4
  15. package/fesm2022/taiga-ui-kit-components-input-inline.mjs +2 -2
  16. package/fesm2022/taiga-ui-kit-components-input-month.mjs +4 -4
  17. package/fesm2022/taiga-ui-kit-components-input-number.mjs +3 -3
  18. package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs +2 -2
  19. package/fesm2022/taiga-ui-kit-components-input-pin.mjs +3 -3
  20. package/fesm2022/taiga-ui-kit-components-input-slider.mjs +2 -2
  21. package/fesm2022/taiga-ui-kit-components-input-time.mjs +3 -3
  22. package/fesm2022/taiga-ui-kit-components-like.mjs +2 -2
  23. package/fesm2022/taiga-ui-kit-components-message.mjs +2 -2
  24. package/fesm2022/taiga-ui-kit-components-pin.mjs +3 -3
  25. package/fesm2022/taiga-ui-kit-components-preview.mjs +3 -3
  26. package/fesm2022/taiga-ui-kit-components-progress.mjs +6 -6
  27. package/fesm2022/taiga-ui-kit-components-progress.mjs.map +1 -1
  28. package/fesm2022/taiga-ui-kit-components-radio-list.mjs +2 -2
  29. package/fesm2022/taiga-ui-kit-components-segmented.mjs +4 -4
  30. package/fesm2022/taiga-ui-kit-components-segmented.mjs.map +1 -1
  31. package/fesm2022/taiga-ui-kit-components-shrink-wrap.mjs +2 -2
  32. package/fesm2022/taiga-ui-kit-components-status.mjs +3 -3
  33. package/fesm2022/taiga-ui-kit-components-switch.mjs +2 -2
  34. package/fesm2022/taiga-ui-kit-components-tabs.mjs +3 -3
  35. package/fesm2022/taiga-ui-kit-components-textarea.mjs +3 -3
  36. package/fesm2022/taiga-ui-kit-components-textarea.mjs.map +1 -1
  37. package/fesm2022/taiga-ui-kit-components-tiles.mjs +4 -4
  38. package/fesm2022/taiga-ui-kit-components-toast.mjs +2 -2
  39. package/fesm2022/taiga-ui-kit-directives-button-group.mjs +3 -3
  40. package/fesm2022/taiga-ui-kit-directives-chevron.mjs +2 -2
  41. package/fesm2022/taiga-ui-kit-directives-connected.mjs +3 -3
  42. package/fesm2022/taiga-ui-kit-directives-fade.mjs +3 -3
  43. package/fesm2022/taiga-ui-kit-directives-sensitive.mjs +3 -3
  44. package/fesm2022/taiga-ui-kit-directives-shimmer.mjs +2 -2
  45. package/fesm2022/taiga-ui-kit-directives-skeleton.mjs +3 -3
  46. package/fesm2022/taiga-ui-kit-directives-tooltip.mjs +2 -2
  47. package/package.json +98 -98
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/kit",
3
- "version": "5.15.0",
3
+ "version": "5.16.0",
4
4
  "description": "Taiga UI Angular main components kit",
5
5
  "keywords": [
6
6
  "angular",
@@ -43,11 +43,11 @@
43
43
  "@ng-web-apis/mutation-observer": "^5.3.0",
44
44
  "@ng-web-apis/platform": "^5.3.0",
45
45
  "@ng-web-apis/resize-observer": "^5.3.0",
46
- "@taiga-ui/cdk": "5.15.0",
47
- "@taiga-ui/core": "5.15.0",
48
- "@taiga-ui/i18n": "5.15.0",
46
+ "@taiga-ui/cdk": "5.16.0",
47
+ "@taiga-ui/core": "5.16.0",
48
+ "@taiga-ui/i18n": "5.16.0",
49
49
  "@taiga-ui/polymorpheus": "^5.0.1",
50
- "@taiga-ui/styles": "5.15.0",
50
+ "@taiga-ui/styles": "5.16.0",
51
51
  "rxjs": ">=7.0.0"
52
52
  },
53
53
  "module": "fesm2022/taiga-ui-kit.mjs",
@@ -60,25 +60,93 @@
60
60
  "types": "./index.d.ts",
61
61
  "default": "./fesm2022/taiga-ui-kit.mjs"
62
62
  },
63
- "./components": {
64
- "types": "./components/index.d.ts",
65
- "default": "./fesm2022/taiga-ui-kit-components.mjs"
66
- },
67
63
  "./directives": {
68
64
  "types": "./directives/index.d.ts",
69
65
  "default": "./fesm2022/taiga-ui-kit-directives.mjs"
70
66
  },
67
+ "./components": {
68
+ "types": "./components/index.d.ts",
69
+ "default": "./fesm2022/taiga-ui-kit-components.mjs"
70
+ },
71
71
  "./pipes": {
72
72
  "types": "./pipes/index.d.ts",
73
73
  "default": "./fesm2022/taiga-ui-kit-pipes.mjs"
74
74
  },
75
+ "./tokens": {
76
+ "types": "./tokens/index.d.ts",
77
+ "default": "./fesm2022/taiga-ui-kit-tokens.mjs"
78
+ },
75
79
  "./utils": {
76
80
  "types": "./utils/index.d.ts",
77
81
  "default": "./fesm2022/taiga-ui-kit-utils.mjs"
78
82
  },
79
- "./tokens": {
80
- "types": "./tokens/index.d.ts",
81
- "default": "./fesm2022/taiga-ui-kit-tokens.mjs"
83
+ "./directives/appearance-proxy": {
84
+ "types": "./directives/appearance-proxy/index.d.ts",
85
+ "default": "./fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs"
86
+ },
87
+ "./directives/button-group": {
88
+ "types": "./directives/button-group/index.d.ts",
89
+ "default": "./fesm2022/taiga-ui-kit-directives-button-group.mjs"
90
+ },
91
+ "./directives/button-select": {
92
+ "types": "./directives/button-select/index.d.ts",
93
+ "default": "./fesm2022/taiga-ui-kit-directives-button-select.mjs"
94
+ },
95
+ "./directives/chevron": {
96
+ "types": "./directives/chevron/index.d.ts",
97
+ "default": "./fesm2022/taiga-ui-kit-directives-chevron.mjs"
98
+ },
99
+ "./directives/connected": {
100
+ "types": "./directives/connected/index.d.ts",
101
+ "default": "./fesm2022/taiga-ui-kit-directives-connected.mjs"
102
+ },
103
+ "./directives/data-list-dropdown-manager": {
104
+ "types": "./directives/data-list-dropdown-manager/index.d.ts",
105
+ "default": "./fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs"
106
+ },
107
+ "./directives/fade": {
108
+ "types": "./directives/fade/index.d.ts",
109
+ "default": "./fesm2022/taiga-ui-kit-directives-fade.mjs"
110
+ },
111
+ "./directives/fluid-typography": {
112
+ "types": "./directives/fluid-typography/index.d.ts",
113
+ "default": "./fesm2022/taiga-ui-kit-directives-fluid-typography.mjs"
114
+ },
115
+ "./directives/present": {
116
+ "types": "./directives/present/index.d.ts",
117
+ "default": "./fesm2022/taiga-ui-kit-directives-present.mjs"
118
+ },
119
+ "./directives/password": {
120
+ "types": "./directives/password/index.d.ts",
121
+ "default": "./fesm2022/taiga-ui-kit-directives-password.mjs"
122
+ },
123
+ "./directives/highlight": {
124
+ "types": "./directives/highlight/index.d.ts",
125
+ "default": "./fesm2022/taiga-ui-kit-directives-highlight.mjs"
126
+ },
127
+ "./directives/sensitive": {
128
+ "types": "./directives/sensitive/index.d.ts",
129
+ "default": "./fesm2022/taiga-ui-kit-directives-sensitive.mjs"
130
+ },
131
+ "./directives/shimmer": {
132
+ "types": "./directives/shimmer/index.d.ts",
133
+ "default": "./fesm2022/taiga-ui-kit-directives-shimmer.mjs"
134
+ },
135
+ "./directives/skeleton": {
136
+ "types": "./directives/skeleton/index.d.ts",
137
+ "default": "./fesm2022/taiga-ui-kit-directives-skeleton.mjs"
138
+ },
139
+ "./directives/tooltip": {
140
+ "types": "./directives/tooltip/index.d.ts",
141
+ "default": "./fesm2022/taiga-ui-kit-directives-tooltip.mjs"
142
+ },
143
+ "./directives/unfinished-validator": {
144
+ "types": "./directives/unfinished-validator/index.d.ts",
145
+ "default": "./fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs"
146
+ },
147
+ "./directives/unmask-handler": {
148
+ "types": "./directives/unmask-handler/index.d.ts",
149
+ "default": "./fesm2022/taiga-ui-kit-directives-unmask-handler.mjs"
82
150
  },
83
151
  "./components/accordion": {
84
152
  "types": "./components/accordion/index.d.ts",
@@ -164,29 +232,25 @@
164
232
  "types": "./components/files/index.d.ts",
165
233
  "default": "./fesm2022/taiga-ui-kit-components-files.mjs"
166
234
  },
167
- "./components/filter": {
168
- "types": "./components/filter/index.d.ts",
169
- "default": "./fesm2022/taiga-ui-kit-components-filter.mjs"
170
- },
171
235
  "./components/fullscreen": {
172
236
  "types": "./components/fullscreen/index.d.ts",
173
237
  "default": "./fesm2022/taiga-ui-kit-components-fullscreen.mjs"
174
238
  },
239
+ "./components/filter": {
240
+ "types": "./components/filter/index.d.ts",
241
+ "default": "./fesm2022/taiga-ui-kit-components-filter.mjs"
242
+ },
175
243
  "./components/input-chip": {
176
244
  "types": "./components/input-chip/index.d.ts",
177
245
  "default": "./fesm2022/taiga-ui-kit-components-input-chip.mjs"
178
246
  },
179
- "./components/input-color": {
180
- "types": "./components/input-color/index.d.ts",
181
- "default": "./fesm2022/taiga-ui-kit-components-input-color.mjs"
182
- },
183
247
  "./components/input-date": {
184
248
  "types": "./components/input-date/index.d.ts",
185
249
  "default": "./fesm2022/taiga-ui-kit-components-input-date.mjs"
186
250
  },
187
- "./components/input-date-multi": {
188
- "types": "./components/input-date-multi/index.d.ts",
189
- "default": "./fesm2022/taiga-ui-kit-components-input-date-multi.mjs"
251
+ "./components/input-color": {
252
+ "types": "./components/input-color/index.d.ts",
253
+ "default": "./fesm2022/taiga-ui-kit-components-input-color.mjs"
190
254
  },
191
255
  "./components/input-date-range": {
192
256
  "types": "./components/input-date-range/index.d.ts",
@@ -196,6 +260,10 @@
196
260
  "types": "./components/input-date-time/index.d.ts",
197
261
  "default": "./fesm2022/taiga-ui-kit-components-input-date-time.mjs"
198
262
  },
263
+ "./components/input-date-multi": {
264
+ "types": "./components/input-date-multi/index.d.ts",
265
+ "default": "./fesm2022/taiga-ui-kit-components-input-date-multi.mjs"
266
+ },
199
267
  "./components/input-inline": {
200
268
  "types": "./components/input-inline/index.d.ts",
201
269
  "default": "./fesm2022/taiga-ui-kit-components-input-inline.mjs"
@@ -292,22 +360,22 @@
292
360
  "types": "./components/pulse/index.d.ts",
293
361
  "default": "./fesm2022/taiga-ui-kit-components-pulse.mjs"
294
362
  },
295
- "./components/radio-list": {
296
- "types": "./components/radio-list/index.d.ts",
297
- "default": "./fesm2022/taiga-ui-kit-components-radio-list.mjs"
298
- },
299
363
  "./components/push": {
300
364
  "types": "./components/push/index.d.ts",
301
365
  "default": "./fesm2022/taiga-ui-kit-components-push.mjs"
302
366
  },
303
- "./components/range": {
304
- "types": "./components/range/index.d.ts",
305
- "default": "./fesm2022/taiga-ui-kit-components-range.mjs"
367
+ "./components/radio-list": {
368
+ "types": "./components/radio-list/index.d.ts",
369
+ "default": "./fesm2022/taiga-ui-kit-components-radio-list.mjs"
306
370
  },
307
371
  "./components/rating": {
308
372
  "types": "./components/rating/index.d.ts",
309
373
  "default": "./fesm2022/taiga-ui-kit-components-rating.mjs"
310
374
  },
375
+ "./components/range": {
376
+ "types": "./components/range/index.d.ts",
377
+ "default": "./fesm2022/taiga-ui-kit-components-range.mjs"
378
+ },
311
379
  "./components/routable-dialog": {
312
380
  "types": "./components/routable-dialog/index.d.ts",
313
381
  "default": "./fesm2022/taiga-ui-kit-components-routable-dialog.mjs"
@@ -360,74 +428,6 @@
360
428
  "types": "./components/tree/index.d.ts",
361
429
  "default": "./fesm2022/taiga-ui-kit-components-tree.mjs"
362
430
  },
363
- "./directives/appearance-proxy": {
364
- "types": "./directives/appearance-proxy/index.d.ts",
365
- "default": "./fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs"
366
- },
367
- "./directives/button-group": {
368
- "types": "./directives/button-group/index.d.ts",
369
- "default": "./fesm2022/taiga-ui-kit-directives-button-group.mjs"
370
- },
371
- "./directives/button-select": {
372
- "types": "./directives/button-select/index.d.ts",
373
- "default": "./fesm2022/taiga-ui-kit-directives-button-select.mjs"
374
- },
375
- "./directives/chevron": {
376
- "types": "./directives/chevron/index.d.ts",
377
- "default": "./fesm2022/taiga-ui-kit-directives-chevron.mjs"
378
- },
379
- "./directives/connected": {
380
- "types": "./directives/connected/index.d.ts",
381
- "default": "./fesm2022/taiga-ui-kit-directives-connected.mjs"
382
- },
383
- "./directives/data-list-dropdown-manager": {
384
- "types": "./directives/data-list-dropdown-manager/index.d.ts",
385
- "default": "./fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs"
386
- },
387
- "./directives/fade": {
388
- "types": "./directives/fade/index.d.ts",
389
- "default": "./fesm2022/taiga-ui-kit-directives-fade.mjs"
390
- },
391
- "./directives/fluid-typography": {
392
- "types": "./directives/fluid-typography/index.d.ts",
393
- "default": "./fesm2022/taiga-ui-kit-directives-fluid-typography.mjs"
394
- },
395
- "./directives/highlight": {
396
- "types": "./directives/highlight/index.d.ts",
397
- "default": "./fesm2022/taiga-ui-kit-directives-highlight.mjs"
398
- },
399
- "./directives/password": {
400
- "types": "./directives/password/index.d.ts",
401
- "default": "./fesm2022/taiga-ui-kit-directives-password.mjs"
402
- },
403
- "./directives/present": {
404
- "types": "./directives/present/index.d.ts",
405
- "default": "./fesm2022/taiga-ui-kit-directives-present.mjs"
406
- },
407
- "./directives/sensitive": {
408
- "types": "./directives/sensitive/index.d.ts",
409
- "default": "./fesm2022/taiga-ui-kit-directives-sensitive.mjs"
410
- },
411
- "./directives/shimmer": {
412
- "types": "./directives/shimmer/index.d.ts",
413
- "default": "./fesm2022/taiga-ui-kit-directives-shimmer.mjs"
414
- },
415
- "./directives/skeleton": {
416
- "types": "./directives/skeleton/index.d.ts",
417
- "default": "./fesm2022/taiga-ui-kit-directives-skeleton.mjs"
418
- },
419
- "./directives/tooltip": {
420
- "types": "./directives/tooltip/index.d.ts",
421
- "default": "./fesm2022/taiga-ui-kit-directives-tooltip.mjs"
422
- },
423
- "./directives/unfinished-validator": {
424
- "types": "./directives/unfinished-validator/index.d.ts",
425
- "default": "./fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs"
426
- },
427
- "./directives/unmask-handler": {
428
- "types": "./directives/unmask-handler/index.d.ts",
429
- "default": "./fesm2022/taiga-ui-kit-directives-unmask-handler.mjs"
430
- },
431
431
  "./pipes/auto-color": {
432
432
  "types": "./pipes/auto-color/index.d.ts",
433
433
  "default": "./fesm2022/taiga-ui-kit-pipes-auto-color.mjs"