@taiga-ui/kit 5.14.0 → 5.15.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 (55) hide show
  1. package/components/copy/copy.directive.d.ts +3 -1
  2. package/components/input-chip/input-chip.utils.d.ts +2 -0
  3. package/components/textarea/textarea-content.component.d.ts +2 -3
  4. package/components/textarea/textarea.component.d.ts +1 -1
  5. package/directives/tooltip/tooltip.directive.d.ts +2 -1
  6. package/fesm2022/taiga-ui-kit-components-accordion.mjs +2 -2
  7. package/fesm2022/taiga-ui-kit-components-avatar.mjs +9 -9
  8. package/fesm2022/taiga-ui-kit-components-badge.mjs +2 -2
  9. package/fesm2022/taiga-ui-kit-components-block.mjs +2 -2
  10. package/fesm2022/taiga-ui-kit-components-chip.mjs +2 -2
  11. package/fesm2022/taiga-ui-kit-components-comment.mjs +3 -3
  12. package/fesm2022/taiga-ui-kit-components-compass.mjs +2 -2
  13. package/fesm2022/taiga-ui-kit-components-copy.mjs +33 -9
  14. package/fesm2022/taiga-ui-kit-components-copy.mjs.map +1 -1
  15. package/fesm2022/taiga-ui-kit-components-files.mjs +5 -5
  16. package/fesm2022/taiga-ui-kit-components-input-chip.mjs +111 -99
  17. package/fesm2022/taiga-ui-kit-components-input-chip.mjs.map +1 -1
  18. package/fesm2022/taiga-ui-kit-components-input-color.mjs +2 -2
  19. package/fesm2022/taiga-ui-kit-components-input-date-time.mjs +3 -3
  20. package/fesm2022/taiga-ui-kit-components-input-date.mjs +5 -5
  21. package/fesm2022/taiga-ui-kit-components-input-date.mjs.map +1 -1
  22. package/fesm2022/taiga-ui-kit-components-input-inline.mjs +2 -2
  23. package/fesm2022/taiga-ui-kit-components-input-month.mjs +4 -4
  24. package/fesm2022/taiga-ui-kit-components-input-number.mjs +3 -3
  25. package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs +2 -2
  26. package/fesm2022/taiga-ui-kit-components-input-pin.mjs +3 -3
  27. package/fesm2022/taiga-ui-kit-components-input-slider.mjs +2 -2
  28. package/fesm2022/taiga-ui-kit-components-input-time.mjs +3 -3
  29. package/fesm2022/taiga-ui-kit-components-input-year.mjs +7 -1
  30. package/fesm2022/taiga-ui-kit-components-input-year.mjs.map +1 -1
  31. package/fesm2022/taiga-ui-kit-components-like.mjs +2 -2
  32. package/fesm2022/taiga-ui-kit-components-message.mjs +2 -2
  33. package/fesm2022/taiga-ui-kit-components-pin.mjs +3 -3
  34. package/fesm2022/taiga-ui-kit-components-preview.mjs +3 -3
  35. package/fesm2022/taiga-ui-kit-components-progress.mjs +6 -6
  36. package/fesm2022/taiga-ui-kit-components-radio-list.mjs +2 -2
  37. package/fesm2022/taiga-ui-kit-components-segmented.mjs +3 -3
  38. package/fesm2022/taiga-ui-kit-components-shrink-wrap.mjs +2 -2
  39. package/fesm2022/taiga-ui-kit-components-status.mjs +3 -3
  40. package/fesm2022/taiga-ui-kit-components-switch.mjs +2 -2
  41. package/fesm2022/taiga-ui-kit-components-tabs.mjs +3 -3
  42. package/fesm2022/taiga-ui-kit-components-textarea.mjs +25 -15
  43. package/fesm2022/taiga-ui-kit-components-textarea.mjs.map +1 -1
  44. package/fesm2022/taiga-ui-kit-components-tiles.mjs +4 -4
  45. package/fesm2022/taiga-ui-kit-components-toast.mjs +2 -2
  46. package/fesm2022/taiga-ui-kit-directives-button-group.mjs +3 -3
  47. package/fesm2022/taiga-ui-kit-directives-chevron.mjs +2 -2
  48. package/fesm2022/taiga-ui-kit-directives-connected.mjs +3 -3
  49. package/fesm2022/taiga-ui-kit-directives-fade.mjs +3 -3
  50. package/fesm2022/taiga-ui-kit-directives-sensitive.mjs +3 -3
  51. package/fesm2022/taiga-ui-kit-directives-shimmer.mjs +2 -2
  52. package/fesm2022/taiga-ui-kit-directives-skeleton.mjs +3 -3
  53. package/fesm2022/taiga-ui-kit-directives-tooltip.mjs +6 -5
  54. package/fesm2022/taiga-ui-kit-directives-tooltip.mjs.map +1 -1
  55. package/package.json +40 -40
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/kit",
3
- "version": "5.14.0",
3
+ "version": "5.15.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.14.0",
47
- "@taiga-ui/core": "5.14.0",
48
- "@taiga-ui/i18n": "5.14.0",
46
+ "@taiga-ui/cdk": "5.15.0",
47
+ "@taiga-ui/core": "5.15.0",
48
+ "@taiga-ui/i18n": "5.15.0",
49
49
  "@taiga-ui/polymorpheus": "^5.0.1",
50
- "@taiga-ui/styles": "5.14.0",
50
+ "@taiga-ui/styles": "5.15.0",
51
51
  "rxjs": ">=7.0.0"
52
52
  },
53
53
  "module": "fesm2022/taiga-ui-kit.mjs",
@@ -72,14 +72,14 @@
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
- },
79
75
  "./utils": {
80
76
  "types": "./utils/index.d.ts",
81
77
  "default": "./fesm2022/taiga-ui-kit-utils.mjs"
82
78
  },
79
+ "./tokens": {
80
+ "types": "./tokens/index.d.ts",
81
+ "default": "./fesm2022/taiga-ui-kit-tokens.mjs"
82
+ },
83
83
  "./components/accordion": {
84
84
  "types": "./components/accordion/index.d.ts",
85
85
  "default": "./fesm2022/taiga-ui-kit-components-accordion.mjs"
@@ -292,14 +292,14 @@
292
292
  "types": "./components/pulse/index.d.ts",
293
293
  "default": "./fesm2022/taiga-ui-kit-components-pulse.mjs"
294
294
  },
295
- "./components/push": {
296
- "types": "./components/push/index.d.ts",
297
- "default": "./fesm2022/taiga-ui-kit-components-push.mjs"
298
- },
299
295
  "./components/radio-list": {
300
296
  "types": "./components/radio-list/index.d.ts",
301
297
  "default": "./fesm2022/taiga-ui-kit-components-radio-list.mjs"
302
298
  },
299
+ "./components/push": {
300
+ "types": "./components/push/index.d.ts",
301
+ "default": "./fesm2022/taiga-ui-kit-components-push.mjs"
302
+ },
303
303
  "./components/range": {
304
304
  "types": "./components/range/index.d.ts",
305
305
  "default": "./fesm2022/taiga-ui-kit-components-range.mjs"
@@ -328,14 +328,14 @@
328
328
  "types": "./components/status/index.d.ts",
329
329
  "default": "./fesm2022/taiga-ui-kit-components-status.mjs"
330
330
  },
331
- "./components/stepper": {
332
- "types": "./components/stepper/index.d.ts",
333
- "default": "./fesm2022/taiga-ui-kit-components-stepper.mjs"
334
- },
335
331
  "./components/switch": {
336
332
  "types": "./components/switch/index.d.ts",
337
333
  "default": "./fesm2022/taiga-ui-kit-components-switch.mjs"
338
334
  },
335
+ "./components/stepper": {
336
+ "types": "./components/stepper/index.d.ts",
337
+ "default": "./fesm2022/taiga-ui-kit-components-stepper.mjs"
338
+ },
339
339
  "./components/tabs": {
340
340
  "types": "./components/tabs/index.d.ts",
341
341
  "default": "./fesm2022/taiga-ui-kit-components-tabs.mjs"
@@ -352,6 +352,14 @@
352
352
  "types": "./components/timeline/index.d.ts",
353
353
  "default": "./fesm2022/taiga-ui-kit-components-timeline.mjs"
354
354
  },
355
+ "./components/toast": {
356
+ "types": "./components/toast/index.d.ts",
357
+ "default": "./fesm2022/taiga-ui-kit-components-toast.mjs"
358
+ },
359
+ "./components/tree": {
360
+ "types": "./components/tree/index.d.ts",
361
+ "default": "./fesm2022/taiga-ui-kit-components-tree.mjs"
362
+ },
355
363
  "./directives/appearance-proxy": {
356
364
  "types": "./directives/appearance-proxy/index.d.ts",
357
365
  "default": "./fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs"
@@ -360,10 +368,6 @@
360
368
  "types": "./directives/button-group/index.d.ts",
361
369
  "default": "./fesm2022/taiga-ui-kit-directives-button-group.mjs"
362
370
  },
363
- "./components/tree": {
364
- "types": "./components/tree/index.d.ts",
365
- "default": "./fesm2022/taiga-ui-kit-components-tree.mjs"
366
- },
367
371
  "./directives/button-select": {
368
372
  "types": "./directives/button-select/index.d.ts",
369
373
  "default": "./fesm2022/taiga-ui-kit-directives-button-select.mjs"
@@ -376,17 +380,13 @@
376
380
  "types": "./directives/connected/index.d.ts",
377
381
  "default": "./fesm2022/taiga-ui-kit-directives-connected.mjs"
378
382
  },
379
- "./directives/fade": {
380
- "types": "./directives/fade/index.d.ts",
381
- "default": "./fesm2022/taiga-ui-kit-directives-fade.mjs"
382
- },
383
383
  "./directives/data-list-dropdown-manager": {
384
384
  "types": "./directives/data-list-dropdown-manager/index.d.ts",
385
385
  "default": "./fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs"
386
386
  },
387
- "./components/toast": {
388
- "types": "./components/toast/index.d.ts",
389
- "default": "./fesm2022/taiga-ui-kit-components-toast.mjs"
387
+ "./directives/fade": {
388
+ "types": "./directives/fade/index.d.ts",
389
+ "default": "./fesm2022/taiga-ui-kit-directives-fade.mjs"
390
390
  },
391
391
  "./directives/fluid-typography": {
392
392
  "types": "./directives/fluid-typography/index.d.ts",
@@ -404,18 +404,22 @@
404
404
  "types": "./directives/present/index.d.ts",
405
405
  "default": "./fesm2022/taiga-ui-kit-directives-present.mjs"
406
406
  },
407
- "./directives/shimmer": {
408
- "types": "./directives/shimmer/index.d.ts",
409
- "default": "./fesm2022/taiga-ui-kit-directives-shimmer.mjs"
410
- },
411
407
  "./directives/sensitive": {
412
408
  "types": "./directives/sensitive/index.d.ts",
413
409
  "default": "./fesm2022/taiga-ui-kit-directives-sensitive.mjs"
414
410
  },
411
+ "./directives/shimmer": {
412
+ "types": "./directives/shimmer/index.d.ts",
413
+ "default": "./fesm2022/taiga-ui-kit-directives-shimmer.mjs"
414
+ },
415
415
  "./directives/skeleton": {
416
416
  "types": "./directives/skeleton/index.d.ts",
417
417
  "default": "./fesm2022/taiga-ui-kit-directives-skeleton.mjs"
418
418
  },
419
+ "./directives/tooltip": {
420
+ "types": "./directives/tooltip/index.d.ts",
421
+ "default": "./fesm2022/taiga-ui-kit-directives-tooltip.mjs"
422
+ },
419
423
  "./directives/unfinished-validator": {
420
424
  "types": "./directives/unfinished-validator/index.d.ts",
421
425
  "default": "./fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs"
@@ -424,10 +428,6 @@
424
428
  "types": "./directives/unmask-handler/index.d.ts",
425
429
  "default": "./fesm2022/taiga-ui-kit-directives-unmask-handler.mjs"
426
430
  },
427
- "./directives/tooltip": {
428
- "types": "./directives/tooltip/index.d.ts",
429
- "default": "./fesm2022/taiga-ui-kit-directives-tooltip.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"
@@ -436,14 +436,14 @@
436
436
  "types": "./pipes/emails/index.d.ts",
437
437
  "default": "./fesm2022/taiga-ui-kit-pipes-emails.mjs"
438
438
  },
439
- "./pipes/hide-selected": {
440
- "types": "./pipes/hide-selected/index.d.ts",
441
- "default": "./fesm2022/taiga-ui-kit-pipes-hide-selected.mjs"
442
- },
443
439
  "./pipes/flag": {
444
440
  "types": "./pipes/flag/index.d.ts",
445
441
  "default": "./fesm2022/taiga-ui-kit-pipes-flag.mjs"
446
442
  },
443
+ "./pipes/hide-selected": {
444
+ "types": "./pipes/hide-selected/index.d.ts",
445
+ "default": "./fesm2022/taiga-ui-kit-pipes-hide-selected.mjs"
446
+ },
447
447
  "./pipes/initials": {
448
448
  "types": "./pipes/initials/index.d.ts",
449
449
  "default": "./fesm2022/taiga-ui-kit-pipes-initials.mjs"