@taiga-ui/kit 5.10.0 → 5.11.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 (134) hide show
  1. package/components/input-color/input-color-content.component.d.ts +11 -0
  2. package/components/input-color/input-color.component.d.ts +4 -7
  3. package/components/input-date/index.d.ts +0 -1
  4. package/components/input-date-multi/input-date-multi.directive.d.ts +1 -1
  5. package/components/input-date-time/index.d.ts +0 -1
  6. package/components/input-month/index.d.ts +0 -1
  7. package/components/input-phone-international/input-phone-international-content.component.d.ts +21 -0
  8. package/components/input-phone-international/input-phone-international.component.d.ts +10 -20
  9. package/components/input-pin/index.d.ts +0 -1
  10. package/components/input-time/index.d.ts +0 -1
  11. package/components/multi-select/multi-select-group/multi-select-group.component.d.ts +1 -0
  12. package/components/segmented/segmented.directive.d.ts +2 -1
  13. package/components/toast/toast.component.d.ts +0 -1
  14. package/components/toast/toast.directive.d.ts +1 -0
  15. package/fesm2022/taiga-ui-kit-components-accordion.mjs +7 -7
  16. package/fesm2022/taiga-ui-kit-components-action-bar.mjs +3 -3
  17. package/fesm2022/taiga-ui-kit-components-avatar.mjs +23 -23
  18. package/fesm2022/taiga-ui-kit-components-avatar.mjs.map +1 -1
  19. package/fesm2022/taiga-ui-kit-components-badge-notification.mjs +4 -4
  20. package/fesm2022/taiga-ui-kit-components-badge-notification.mjs.map +1 -1
  21. package/fesm2022/taiga-ui-kit-components-badge.mjs +7 -7
  22. package/fesm2022/taiga-ui-kit-components-badge.mjs.map +1 -1
  23. package/fesm2022/taiga-ui-kit-components-badged-content.mjs +6 -6
  24. package/fesm2022/taiga-ui-kit-components-block.mjs +7 -7
  25. package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs +5 -5
  26. package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs.map +1 -1
  27. package/fesm2022/taiga-ui-kit-components-button-loading.mjs +3 -3
  28. package/fesm2022/taiga-ui-kit-components-calendar-month.mjs +3 -3
  29. package/fesm2022/taiga-ui-kit-components-calendar-range.mjs +3 -3
  30. package/fesm2022/taiga-ui-kit-components-chip.mjs +7 -7
  31. package/fesm2022/taiga-ui-kit-components-chip.mjs.map +1 -1
  32. package/fesm2022/taiga-ui-kit-components-combo-box.mjs +3 -3
  33. package/fesm2022/taiga-ui-kit-components-comment.mjs +7 -7
  34. package/fesm2022/taiga-ui-kit-components-compass.mjs +4 -4
  35. package/fesm2022/taiga-ui-kit-components-confirm.mjs +6 -6
  36. package/fesm2022/taiga-ui-kit-components-copy.mjs +11 -11
  37. package/fesm2022/taiga-ui-kit-components-counter.mjs +3 -3
  38. package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs +6 -6
  39. package/fesm2022/taiga-ui-kit-components-drawer.mjs +3 -3
  40. package/fesm2022/taiga-ui-kit-components-files.mjs +25 -25
  41. package/fesm2022/taiga-ui-kit-components-filter.mjs +3 -3
  42. package/fesm2022/taiga-ui-kit-components-fullscreen.mjs +3 -3
  43. package/fesm2022/taiga-ui-kit-components-input-chip.mjs +6 -6
  44. package/fesm2022/taiga-ui-kit-components-input-color.mjs +58 -30
  45. package/fesm2022/taiga-ui-kit-components-input-color.mjs.map +1 -1
  46. package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs +6 -8
  47. package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs.map +1 -1
  48. package/fesm2022/taiga-ui-kit-components-input-date-range.mjs +5 -5
  49. package/fesm2022/taiga-ui-kit-components-input-date-range.mjs.map +1 -1
  50. package/fesm2022/taiga-ui-kit-components-input-date-time.mjs +15 -15
  51. package/fesm2022/taiga-ui-kit-components-input-date-time.mjs.map +1 -1
  52. package/fesm2022/taiga-ui-kit-components-input-date.mjs +19 -19
  53. package/fesm2022/taiga-ui-kit-components-input-date.mjs.map +1 -1
  54. package/fesm2022/taiga-ui-kit-components-input-inline.mjs +4 -4
  55. package/fesm2022/taiga-ui-kit-components-input-month-range.mjs +3 -3
  56. package/fesm2022/taiga-ui-kit-components-input-month.mjs +13 -13
  57. package/fesm2022/taiga-ui-kit-components-input-month.mjs.map +1 -1
  58. package/fesm2022/taiga-ui-kit-components-input-number.mjs +38 -38
  59. package/fesm2022/taiga-ui-kit-components-input-number.mjs.map +1 -1
  60. package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs +98 -68
  61. package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs.map +1 -1
  62. package/fesm2022/taiga-ui-kit-components-input-phone.mjs +3 -3
  63. package/fesm2022/taiga-ui-kit-components-input-pin.mjs +15 -11
  64. package/fesm2022/taiga-ui-kit-components-input-pin.mjs.map +1 -1
  65. package/fesm2022/taiga-ui-kit-components-input-range.mjs +3 -3
  66. package/fesm2022/taiga-ui-kit-components-input-slider.mjs +7 -7
  67. package/fesm2022/taiga-ui-kit-components-input-time.mjs +18 -18
  68. package/fesm2022/taiga-ui-kit-components-input-time.mjs.map +1 -1
  69. package/fesm2022/taiga-ui-kit-components-input-year.mjs +5 -5
  70. package/fesm2022/taiga-ui-kit-components-input-year.mjs.map +1 -1
  71. package/fesm2022/taiga-ui-kit-components-items-with-more.mjs +12 -12
  72. package/fesm2022/taiga-ui-kit-components-like.mjs +5 -5
  73. package/fesm2022/taiga-ui-kit-components-line-clamp.mjs +9 -9
  74. package/fesm2022/taiga-ui-kit-components-message.mjs +7 -7
  75. package/fesm2022/taiga-ui-kit-components-multi-select.mjs +22 -15
  76. package/fesm2022/taiga-ui-kit-components-multi-select.mjs.map +1 -1
  77. package/fesm2022/taiga-ui-kit-components-notification-middle.mjs +9 -9
  78. package/fesm2022/taiga-ui-kit-components-pager.mjs +3 -3
  79. package/fesm2022/taiga-ui-kit-components-pagination.mjs +3 -3
  80. package/fesm2022/taiga-ui-kit-components-pin.mjs +7 -7
  81. package/fesm2022/taiga-ui-kit-components-pin.mjs.map +1 -1
  82. package/fesm2022/taiga-ui-kit-components-pincode.mjs +13 -7
  83. package/fesm2022/taiga-ui-kit-components-pincode.mjs.map +1 -1
  84. package/fesm2022/taiga-ui-kit-components-preview.mjs +26 -26
  85. package/fesm2022/taiga-ui-kit-components-progress.mjs +27 -27
  86. package/fesm2022/taiga-ui-kit-components-pulse.mjs +3 -3
  87. package/fesm2022/taiga-ui-kit-components-push.mjs +12 -12
  88. package/fesm2022/taiga-ui-kit-components-radio-list.mjs +4 -4
  89. package/fesm2022/taiga-ui-kit-components-range.mjs +6 -6
  90. package/fesm2022/taiga-ui-kit-components-rating.mjs +3 -3
  91. package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs +3 -3
  92. package/fesm2022/taiga-ui-kit-components-segmented.mjs +13 -14
  93. package/fesm2022/taiga-ui-kit-components-segmented.mjs.map +1 -1
  94. package/fesm2022/taiga-ui-kit-components-select.mjs +9 -9
  95. package/fesm2022/taiga-ui-kit-components-shrink-wrap.mjs +7 -7
  96. package/fesm2022/taiga-ui-kit-components-status.mjs +7 -7
  97. package/fesm2022/taiga-ui-kit-components-stepper.mjs +6 -6
  98. package/fesm2022/taiga-ui-kit-components-switch.mjs +4 -4
  99. package/fesm2022/taiga-ui-kit-components-tabs.mjs +19 -19
  100. package/fesm2022/taiga-ui-kit-components-tabs.mjs.map +1 -1
  101. package/fesm2022/taiga-ui-kit-components-textarea.mjs +12 -12
  102. package/fesm2022/taiga-ui-kit-components-tiles.mjs +14 -14
  103. package/fesm2022/taiga-ui-kit-components-timeline.mjs +6 -6
  104. package/fesm2022/taiga-ui-kit-components-toast.mjs +24 -19
  105. package/fesm2022/taiga-ui-kit-components-toast.mjs.map +1 -1
  106. package/fesm2022/taiga-ui-kit-components-tree.mjs +24 -24
  107. package/fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs +3 -3
  108. package/fesm2022/taiga-ui-kit-directives-button-group.mjs +7 -7
  109. package/fesm2022/taiga-ui-kit-directives-button-select.mjs +3 -3
  110. package/fesm2022/taiga-ui-kit-directives-chevron.mjs +7 -7
  111. package/fesm2022/taiga-ui-kit-directives-connected.mjs +7 -7
  112. package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs +3 -3
  113. package/fesm2022/taiga-ui-kit-directives-fade.mjs +7 -7
  114. package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs +3 -3
  115. package/fesm2022/taiga-ui-kit-directives-highlight.mjs +3 -3
  116. package/fesm2022/taiga-ui-kit-directives-password.mjs +3 -3
  117. package/fesm2022/taiga-ui-kit-directives-present.mjs +3 -3
  118. package/fesm2022/taiga-ui-kit-directives-sensitive.mjs +7 -7
  119. package/fesm2022/taiga-ui-kit-directives-shimmer.mjs +7 -7
  120. package/fesm2022/taiga-ui-kit-directives-skeleton.mjs +7 -7
  121. package/fesm2022/taiga-ui-kit-directives-tooltip.mjs +7 -7
  122. package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs +3 -3
  123. package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs +3 -3
  124. package/fesm2022/taiga-ui-kit-pipes-auto-color.mjs +3 -3
  125. package/fesm2022/taiga-ui-kit-pipes-emails.mjs +3 -3
  126. package/fesm2022/taiga-ui-kit-pipes-flag.mjs +3 -3
  127. package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs +3 -3
  128. package/fesm2022/taiga-ui-kit-pipes-initials.mjs +3 -3
  129. package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs +3 -3
  130. package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs +3 -3
  131. package/fesm2022/taiga-ui-kit-pipes-stringify.mjs +3 -3
  132. package/fesm2022/taiga-ui-kit-utils.mjs +10 -4
  133. package/fesm2022/taiga-ui-kit-utils.mjs.map +1 -1
  134. package/package.json +15 -15
@@ -20,12 +20,12 @@ const [TUI_TOOLTIP_OPTIONS, tuiTooltipOptionsProvider] = tuiCreateOptions({
20
20
  });
21
21
 
22
22
  class Styles {
23
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: Styles, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
24
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: Styles, isStandalone: true, selector: "ng-component", exportAs: ["tui-tooltip-5.10.0"], ngImport: i0, template: '', isInline: true, styles: ["[tuiTooltip]:where(*[data-tui-version=\"5.10.0\"]){border-width:.125rem;border-radius:100%;cursor:pointer;pointer-events:auto;background-clip:content-box!important}[tuiTooltip]:where(*[data-tui-version=\"5.10.0\"]) [tuiBlock],[tuiTooltip]:where(*[data-tui-version=\"5.10.0\"]) [tuiCell][data-size=s],[tuiLabel][data-orientation=horizontal] [tuiTooltip]:where(*[data-tui-version=\"5.10.0\"]),[tuiTooltip]:where(*[data-tui-version=\"5.10.0\"])[data-size=s]{font-size:1.25rem}[tuiTitle] [tuiTooltip]:where(*[data-tui-version=\"5.10.0\"]){font-size:1rem;border:none}[tuiTooltip]:where(*[data-tui-version=\"5.10.0\"]):before{font-size:1rem}@media(hover:hover)and (pointer:fine){tui-textfield:hover [tuiTooltip]:where(*[data-tui-version=\"5.10.0\"])[data-appearance=icon]:before,tui-textarea:hover [tuiTooltip]:where(*[data-tui-version=\"5.10.0\"])[data-appearance=icon]:before{color:var(--tui-text-secondary)}}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
23
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.24", ngImport: i0, type: Styles, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
24
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.24", type: Styles, isStandalone: true, selector: "ng-component", exportAs: ["tui-tooltip-5.11.0"], ngImport: i0, template: '', isInline: true, styles: ["[tuiTooltip]:where(*[data-tui-version=\"5.11.0\"]){border-width:.125rem;border-radius:100%;cursor:pointer;pointer-events:auto;background-clip:content-box!important}[tuiTooltip]:where(*[data-tui-version=\"5.11.0\"]) [tuiBlock],[tuiTooltip]:where(*[data-tui-version=\"5.11.0\"]) [tuiCell][data-size=s],[tuiLabel][data-orientation=horizontal] [tuiTooltip]:where(*[data-tui-version=\"5.11.0\"]),[tuiTooltip]:where(*[data-tui-version=\"5.11.0\"])[data-size=s]{font-size:1.25rem}[tuiTitle] [tuiTooltip]:where(*[data-tui-version=\"5.11.0\"]){font-size:1rem;border:none}[tuiTooltip]:where(*[data-tui-version=\"5.11.0\"]):before{font-size:1rem}@media(hover:hover)and (pointer:fine){tui-textfield:hover [tuiTooltip]:where(*[data-tui-version=\"5.11.0\"])[data-appearance=icon]:before,tui-textarea:hover [tuiTooltip]:where(*[data-tui-version=\"5.11.0\"])[data-appearance=icon]:before{color:var(--tui-text-secondary)}}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
25
25
  }
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: Styles, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.24", ngImport: i0, type: Styles, decorators: [{
27
27
  type: Component,
28
- args: [{ template: '', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, exportAs: `tui-tooltip-${TUI_VERSION}`, styles: ["[tuiTooltip]:where(*[data-tui-version=\"5.10.0\"]){border-width:.125rem;border-radius:100%;cursor:pointer;pointer-events:auto;background-clip:content-box!important}[tuiTooltip]:where(*[data-tui-version=\"5.10.0\"]) [tuiBlock],[tuiTooltip]:where(*[data-tui-version=\"5.10.0\"]) [tuiCell][data-size=s],[tuiLabel][data-orientation=horizontal] [tuiTooltip]:where(*[data-tui-version=\"5.10.0\"]),[tuiTooltip]:where(*[data-tui-version=\"5.10.0\"])[data-size=s]{font-size:1.25rem}[tuiTitle] [tuiTooltip]:where(*[data-tui-version=\"5.10.0\"]){font-size:1rem;border:none}[tuiTooltip]:where(*[data-tui-version=\"5.10.0\"]):before{font-size:1rem}@media(hover:hover)and (pointer:fine){tui-textfield:hover [tuiTooltip]:where(*[data-tui-version=\"5.10.0\"])[data-appearance=icon]:before,tui-textarea:hover [tuiTooltip]:where(*[data-tui-version=\"5.10.0\"])[data-appearance=icon]:before{color:var(--tui-text-secondary)}}\n"] }]
28
+ args: [{ template: '', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, exportAs: `tui-tooltip-${TUI_VERSION}`, styles: ["[tuiTooltip]:where(*[data-tui-version=\"5.11.0\"]){border-width:.125rem;border-radius:100%;cursor:pointer;pointer-events:auto;background-clip:content-box!important}[tuiTooltip]:where(*[data-tui-version=\"5.11.0\"]) [tuiBlock],[tuiTooltip]:where(*[data-tui-version=\"5.11.0\"]) [tuiCell][data-size=s],[tuiLabel][data-orientation=horizontal] [tuiTooltip]:where(*[data-tui-version=\"5.11.0\"]),[tuiTooltip]:where(*[data-tui-version=\"5.11.0\"])[data-size=s]{font-size:1.25rem}[tuiTitle] [tuiTooltip]:where(*[data-tui-version=\"5.11.0\"]){font-size:1rem;border:none}[tuiTooltip]:where(*[data-tui-version=\"5.11.0\"]):before{font-size:1rem}@media(hover:hover)and (pointer:fine){tui-textfield:hover [tuiTooltip]:where(*[data-tui-version=\"5.11.0\"])[data-appearance=icon]:before,tui-textarea:hover [tuiTooltip]:where(*[data-tui-version=\"5.11.0\"])[data-appearance=icon]:before{color:var(--tui-text-secondary)}}\n"] }]
29
29
  }] });
30
30
  class TuiTooltip {
31
31
  constructor() {
@@ -48,8 +48,8 @@ class TuiTooltip {
48
48
  }
49
49
  this.driver.toggle();
50
50
  }
51
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: TuiTooltip, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
52
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.2.21", type: TuiTooltip, isStandalone: true, selector: "tui-icon[tuiTooltip]", inputs: { size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "tuiTooltip": "" }, listeners: { "click.prevent": "0", "mousedown.prevent": "0", "pointerdown": "onClick($event)" }, properties: { "attr.data-size": "size()" } }, providers: [
51
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.24", ngImport: i0, type: TuiTooltip, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
52
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.2.24", type: TuiTooltip, isStandalone: true, selector: "tui-icon[tuiTooltip]", inputs: { size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "tuiTooltip": "" }, listeners: { "click.prevent": "0", "mousedown.prevent": "0", "pointerdown": "onClick($event)" }, properties: { "attr.data-size": "size()" } }, providers: [
53
53
  tuiAppearanceOptionsProvider(TUI_TOOLTIP_OPTIONS),
54
54
  {
55
55
  provide: TUI_ICON_START,
@@ -57,7 +57,7 @@ class TuiTooltip {
57
57
  },
58
58
  ], hostDirectives: [{ directive: i1.TuiWithAppearance }, { directive: i2.TuiHintDescribe, inputs: ["tuiHintDescribe", "tuiTooltipDescribe"] }, { directive: i2.TuiHintDirective, inputs: ["tuiHint", "tuiTooltip", "tuiHintAppearance", "tuiHintAppearance", "tuiHintContext", "tuiHintContext"] }], ngImport: i0 }); }
59
59
  }
60
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: TuiTooltip, decorators: [{
60
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.24", ngImport: i0, type: TuiTooltip, decorators: [{
61
61
  type: Directive,
62
62
  args: [{
63
63
  selector: 'tui-icon[tuiTooltip]',
@@ -25,10 +25,10 @@ class TuiUnfinishedValidator {
25
25
  this.tuiUnfinishedValidator = input('');
26
26
  this.validate = tuiCreateUnfinishedValidator(tuiInjectElement(), () => this.tuiUnfinishedValidator() || this.message());
27
27
  }
28
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: TuiUnfinishedValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
29
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.2.21", type: TuiUnfinishedValidator, isStandalone: true, selector: "input[tuiUnfinishedValidator]", inputs: { tuiUnfinishedValidator: { classPropertyName: "tuiUnfinishedValidator", publicName: "tuiUnfinishedValidator", isSignal: true, isRequired: false, transformFunction: null } }, providers: [tuiProvide(NG_VALIDATORS, TuiUnfinishedValidator, true)], ngImport: i0 }); }
28
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.24", ngImport: i0, type: TuiUnfinishedValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
29
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.2.24", type: TuiUnfinishedValidator, isStandalone: true, selector: "input[tuiUnfinishedValidator]", inputs: { tuiUnfinishedValidator: { classPropertyName: "tuiUnfinishedValidator", publicName: "tuiUnfinishedValidator", isSignal: true, isRequired: false, transformFunction: null } }, providers: [tuiProvide(NG_VALIDATORS, TuiUnfinishedValidator, true)], ngImport: i0 }); }
30
30
  }
31
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: TuiUnfinishedValidator, decorators: [{
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.24", ngImport: i0, type: TuiUnfinishedValidator, decorators: [{
32
32
  type: Directive,
33
33
  args: [{
34
34
  selector: 'input[tuiUnfinishedValidator]',
@@ -17,10 +17,10 @@ class TuiUnmaskHandler extends TuiValueTransformer {
17
17
  toControlValue(value) {
18
18
  return this.tuiUnmaskHandler()(value);
19
19
  }
20
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: TuiUnmaskHandler, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
21
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.2.21", type: TuiUnmaskHandler, isStandalone: true, selector: "[maskito][tuiUnmaskHandler]", inputs: { tuiUnmaskHandler: { classPropertyName: "tuiUnmaskHandler", publicName: "tuiUnmaskHandler", isSignal: true, isRequired: false, transformFunction: null }, maskito: { classPropertyName: "maskito", publicName: "maskito", isSignal: true, isRequired: false, transformFunction: null } }, providers: [tuiProvide(TuiValueTransformer, TuiUnmaskHandler)], usesInheritance: true, ngImport: i0 }); }
20
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.24", ngImport: i0, type: TuiUnmaskHandler, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
21
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.2.24", type: TuiUnmaskHandler, isStandalone: true, selector: "[maskito][tuiUnmaskHandler]", inputs: { tuiUnmaskHandler: { classPropertyName: "tuiUnmaskHandler", publicName: "tuiUnmaskHandler", isSignal: true, isRequired: false, transformFunction: null }, maskito: { classPropertyName: "maskito", publicName: "maskito", isSignal: true, isRequired: false, transformFunction: null } }, providers: [tuiProvide(TuiValueTransformer, TuiUnmaskHandler)], usesInheritance: true, ngImport: i0 }); }
22
22
  }
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: TuiUnmaskHandler, decorators: [{
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.24", ngImport: i0, type: TuiUnmaskHandler, decorators: [{
24
24
  type: Directive,
25
25
  args: [{
26
26
  selector: '[maskito][tuiUnmaskHandler]',
@@ -5,10 +5,10 @@ class TuiAutoColorPipe {
5
5
  transform(text) {
6
6
  return tuiAutoColor(text);
7
7
  }
8
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: TuiAutoColorPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
9
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.21", ngImport: i0, type: TuiAutoColorPipe, isStandalone: true, name: "tuiAutoColor" }); }
8
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.24", ngImport: i0, type: TuiAutoColorPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
9
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.24", ngImport: i0, type: TuiAutoColorPipe, isStandalone: true, name: "tuiAutoColor" }); }
10
10
  }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: TuiAutoColorPipe, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.24", ngImport: i0, type: TuiAutoColorPipe, decorators: [{
12
12
  type: Pipe,
13
13
  args: [{ name: 'tuiAutoColor' }]
14
14
  }] });
@@ -24,10 +24,10 @@ class TuiEmailsPipe {
24
24
  .filter((item) => item.startsWith(query))
25
25
  : [];
26
26
  }
27
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: TuiEmailsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
28
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.21", ngImport: i0, type: TuiEmailsPipe, isStandalone: true, name: "tuiEmails" }); }
27
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.24", ngImport: i0, type: TuiEmailsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
28
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.24", ngImport: i0, type: TuiEmailsPipe, isStandalone: true, name: "tuiEmails" }); }
29
29
  }
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: TuiEmailsPipe, decorators: [{
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.24", ngImport: i0, type: TuiEmailsPipe, decorators: [{
31
31
  type: Pipe,
32
32
  args: [{ name: 'tuiEmails' }]
33
33
  }] });
@@ -11,10 +11,10 @@ class TuiFlagPipe {
11
11
  ? `${this.staticPath}/flags/${countryIsoCode.toLowerCase()}.svg`
12
12
  : null;
13
13
  }
14
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: TuiFlagPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
15
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.21", ngImport: i0, type: TuiFlagPipe, isStandalone: true, name: "tuiFlag" }); }
14
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.24", ngImport: i0, type: TuiFlagPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
15
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.24", ngImport: i0, type: TuiFlagPipe, isStandalone: true, name: "tuiFlag" }); }
16
16
  }
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: TuiFlagPipe, decorators: [{
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.24", ngImport: i0, type: TuiFlagPipe, decorators: [{
18
18
  type: Pipe,
19
19
  args: [{ name: 'tuiFlag' }]
20
20
  }] });
@@ -32,10 +32,10 @@ class TuiHideSelectedPipe {
32
32
  filter(items, value, matcher) {
33
33
  return items.filter((item) => value.every((selected) => !matcher(selected, item)));
34
34
  }
35
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: TuiHideSelectedPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
36
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.21", ngImport: i0, type: TuiHideSelectedPipe, isStandalone: true, name: "tuiHideSelected", pure: false }); }
35
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.24", ngImport: i0, type: TuiHideSelectedPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
36
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.24", ngImport: i0, type: TuiHideSelectedPipe, isStandalone: true, name: "tuiHideSelected", pure: false }); }
37
37
  }
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: TuiHideSelectedPipe, decorators: [{
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.24", ngImport: i0, type: TuiHideSelectedPipe, decorators: [{
39
39
  type: Pipe,
40
40
  args: [{ name: 'tuiHideSelected', pure: false }]
41
41
  }] });
@@ -10,10 +10,10 @@ class TuiInitialsPipe {
10
10
  .join('')
11
11
  .slice(0, 2);
12
12
  }
13
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: TuiInitialsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
14
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.21", ngImport: i0, type: TuiInitialsPipe, isStandalone: true, name: "tuiInitials" }); }
13
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.24", ngImport: i0, type: TuiInitialsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
14
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.24", ngImport: i0, type: TuiInitialsPipe, isStandalone: true, name: "tuiInitials" }); }
15
15
  }
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: TuiInitialsPipe, decorators: [{
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.24", ngImport: i0, type: TuiInitialsPipe, decorators: [{
17
17
  type: Pipe,
18
18
  args: [{ name: 'tuiInitials' }]
19
19
  }] });
@@ -12,10 +12,10 @@ class TuiSortCountriesPipe {
12
12
  untracked(() => this.countries.set(countries));
13
13
  return this.result();
14
14
  }
15
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: TuiSortCountriesPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
16
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.21", ngImport: i0, type: TuiSortCountriesPipe, isStandalone: true, name: "tuiSortCountries", pure: false }); }
15
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.24", ngImport: i0, type: TuiSortCountriesPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
16
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.24", ngImport: i0, type: TuiSortCountriesPipe, isStandalone: true, name: "tuiSortCountries", pure: false }); }
17
17
  }
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: TuiSortCountriesPipe, decorators: [{
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.24", ngImport: i0, type: TuiSortCountriesPipe, decorators: [{
19
19
  type: Pipe,
20
20
  args: [{
21
21
  name: 'tuiSortCountries',
@@ -5,10 +5,10 @@ class TuiStringifyContentPipe {
5
5
  transform(stringify) {
6
6
  return ({ $implicit }) => stringify($implicit);
7
7
  }
8
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: TuiStringifyContentPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
9
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.21", ngImport: i0, type: TuiStringifyContentPipe, isStandalone: true, name: "tuiStringifyContent" }); }
8
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.24", ngImport: i0, type: TuiStringifyContentPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
9
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.24", ngImport: i0, type: TuiStringifyContentPipe, isStandalone: true, name: "tuiStringifyContent" }); }
10
10
  }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: TuiStringifyContentPipe, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.24", ngImport: i0, type: TuiStringifyContentPipe, decorators: [{
12
12
  type: Pipe,
13
13
  args: [{ name: 'tuiStringifyContent' }]
14
14
  }] });
@@ -5,10 +5,10 @@ class TuiStringifyPipe {
5
5
  transform(key) {
6
6
  return (value) => String(value[key] ?? '');
7
7
  }
8
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: TuiStringifyPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
9
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.21", ngImport: i0, type: TuiStringifyPipe, isStandalone: true, name: "tuiStringify" }); }
8
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.24", ngImport: i0, type: TuiStringifyPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
9
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.24", ngImport: i0, type: TuiStringifyPipe, isStandalone: true, name: "tuiStringify" }); }
10
10
  }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: TuiStringifyPipe, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.24", ngImport: i0, type: TuiStringifyPipe, decorators: [{
12
12
  type: Pipe,
13
13
  args: [{ name: 'tuiStringify' }]
14
14
  }] });
@@ -1,5 +1,5 @@
1
1
  import { HOURS_IN_DAY, TuiTime } from '@taiga-ui/cdk/date-time';
2
- import { inject } from '@angular/core';
2
+ import { inject, computed } from '@angular/core';
3
3
  import { toSignal } from '@angular/core/rxjs-interop';
4
4
  import { NgControl } from '@angular/forms';
5
5
  import { tuiControlValue } from '@taiga-ui/cdk/observables';
@@ -19,9 +19,15 @@ function tuiCreateTimePeriods(minHour = 0, maxHour = HOURS_IN_DAY, minutes = [0,
19
19
  }
20
20
 
21
21
  function tuiInjectValue() {
22
- const control = inject(TuiTextfieldComponent, { optional: true })?.control() ||
23
- inject(NgControl, { optional: true });
24
- return toSignal(tuiControlValue(control), { requireSync: true });
22
+ const textfield = inject(TuiTextfieldComponent, { optional: true });
23
+ const control = textfield?.control() || inject(NgControl, { optional: true });
24
+ const fallback = toSignal(tuiControlValue(control), { requireSync: true });
25
+ return computed(() => {
26
+ const cva = textfield?.child();
27
+ return cva
28
+ ? cva.value() // preferred for updateOn: 'blur' | 'submit'
29
+ : fallback();
30
+ });
25
31
  }
26
32
 
27
33
  function tuiMaskito(options) {
@@ -1 +1 @@
1
- {"version":3,"file":"taiga-ui-kit-utils.mjs","sources":["../../../projects/kit/utils/create-time-periods.ts","../../../projects/kit/utils/inject-value.ts","../../../projects/kit/utils/maskito.binding.ts","../../../projects/kit/utils/taiga-ui-kit-utils.ts"],"sourcesContent":["import {HOURS_IN_DAY, TuiTime} from '@taiga-ui/cdk/date-time';\n\nexport function tuiCreateTimePeriods(\n minHour = 0,\n maxHour: number = HOURS_IN_DAY,\n minutes: readonly number[] = [0, 30],\n): readonly TuiTime[] {\n const timeArray: TuiTime[] = [];\n\n for (let i = minHour; i < maxHour; i++) {\n minutes.forEach((minute) => {\n const time = new TuiTime(i, minute);\n\n timeArray.push(time);\n });\n }\n\n return timeArray;\n}\n","import {inject, type Signal} from '@angular/core';\nimport {toSignal} from '@angular/core/rxjs-interop';\nimport {NgControl} from '@angular/forms';\nimport {tuiControlValue} from '@taiga-ui/cdk/observables';\nimport {TuiTextfieldComponent} from '@taiga-ui/core/components/textfield';\n\nexport function tuiInjectValue<T>(): Signal<T> {\n const control =\n inject(TuiTextfieldComponent, {optional: true})?.control() ||\n inject(NgControl, {optional: true});\n\n return toSignal(tuiControlValue(control), {requireSync: true});\n}\n","import {type Signal, type WritableSignal} from '@angular/core';\nimport {MaskitoDirective} from '@maskito/angular';\nimport {type MaskitoOptions} from '@maskito/core';\nimport {tuiDirectiveBinding} from '@taiga-ui/cdk/utils/di';\n\ntype M = MaskitoOptions;\n\nexport function tuiMaskito(options: M | WritableSignal<M>): WritableSignal<M>;\nexport function tuiMaskito(options: Signal<M>): Signal<M>;\nexport function tuiMaskito(options: M | Signal<M>): Signal<M> {\n return tuiDirectiveBinding(MaskitoDirective, 'options', options);\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;;;AAEM,SAAU,oBAAoB,CAChC,OAAO,GAAG,CAAC,EACX,OAAA,GAAkB,YAAY,EAC9B,OAAA,GAA6B,CAAC,CAAC,EAAE,EAAE,CAAC,EAAA;IAEpC,MAAM,SAAS,GAAc,EAAE;AAE/B,IAAA,KAAK,IAAI,CAAC,GAAG,OAAO,EAAE,CAAC,GAAG,OAAO,EAAE,CAAC,EAAE,EAAE;AACpC,QAAA,OAAO,CAAC,OAAO,CAAC,CAAC,MAAM,KAAI;YACvB,MAAM,IAAI,GAAG,IAAI,OAAO,CAAC,CAAC,EAAE,MAAM,CAAC;AAEnC,YAAA,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC;AACxB,QAAA,CAAC,CAAC;IACN;AAEA,IAAA,OAAO,SAAS;AACpB;;SCZgB,cAAc,GAAA;AAC1B,IAAA,MAAM,OAAO,GACT,MAAM,CAAC,qBAAqB,EAAE,EAAC,QAAQ,EAAE,IAAI,EAAC,CAAC,EAAE,OAAO,EAAE;QAC1D,MAAM,CAAC,SAAS,EAAE,EAAC,QAAQ,EAAE,IAAI,EAAC,CAAC;AAEvC,IAAA,OAAO,QAAQ,CAAC,eAAe,CAAC,OAAO,CAAC,EAAE,EAAC,WAAW,EAAE,IAAI,EAAC,CAAC;AAClE;;ACHM,SAAU,UAAU,CAAC,OAAsB,EAAA;IAC7C,OAAO,mBAAmB,CAAC,gBAAgB,EAAE,SAAS,EAAE,OAAO,CAAC;AACpE;;ACXA;;AAEG;;;;"}
1
+ {"version":3,"file":"taiga-ui-kit-utils.mjs","sources":["../../../projects/kit/utils/create-time-periods.ts","../../../projects/kit/utils/inject-value.ts","../../../projects/kit/utils/maskito.binding.ts","../../../projects/kit/utils/taiga-ui-kit-utils.ts"],"sourcesContent":["import {HOURS_IN_DAY, TuiTime} from '@taiga-ui/cdk/date-time';\n\nexport function tuiCreateTimePeriods(\n minHour = 0,\n maxHour: number = HOURS_IN_DAY,\n minutes: readonly number[] = [0, 30],\n): readonly TuiTime[] {\n const timeArray: TuiTime[] = [];\n\n for (let i = minHour; i < maxHour; i++) {\n minutes.forEach((minute) => {\n const time = new TuiTime(i, minute);\n\n timeArray.push(time);\n });\n }\n\n return timeArray;\n}\n","import {computed, inject, type Signal} from '@angular/core';\nimport {toSignal} from '@angular/core/rxjs-interop';\nimport {NgControl} from '@angular/forms';\nimport {tuiControlValue} from '@taiga-ui/cdk/observables';\nimport {TuiTextfieldComponent} from '@taiga-ui/core/components/textfield';\n\nexport function tuiInjectValue<T>(): Signal<T> {\n const textfield = inject(TuiTextfieldComponent, {optional: true});\n const control = textfield?.control() || inject(NgControl, {optional: true});\n const fallback = toSignal<T>(tuiControlValue(control), {requireSync: true});\n\n return computed(() => {\n const cva = textfield?.child();\n\n return cva\n ? (cva.value() as T) // preferred for updateOn: 'blur' | 'submit'\n : fallback();\n });\n}\n","import {type Signal, type WritableSignal} from '@angular/core';\nimport {MaskitoDirective} from '@maskito/angular';\nimport {type MaskitoOptions} from '@maskito/core';\nimport {tuiDirectiveBinding} from '@taiga-ui/cdk/utils/di';\n\ntype M = MaskitoOptions;\n\nexport function tuiMaskito(options: M | WritableSignal<M>): WritableSignal<M>;\nexport function tuiMaskito(options: Signal<M>): Signal<M>;\nexport function tuiMaskito(options: M | Signal<M>): Signal<M> {\n return tuiDirectiveBinding(MaskitoDirective, 'options', options);\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;;;AAEM,SAAU,oBAAoB,CAChC,OAAO,GAAG,CAAC,EACX,OAAA,GAAkB,YAAY,EAC9B,OAAA,GAA6B,CAAC,CAAC,EAAE,EAAE,CAAC,EAAA;IAEpC,MAAM,SAAS,GAAc,EAAE;AAE/B,IAAA,KAAK,IAAI,CAAC,GAAG,OAAO,EAAE,CAAC,GAAG,OAAO,EAAE,CAAC,EAAE,EAAE;AACpC,QAAA,OAAO,CAAC,OAAO,CAAC,CAAC,MAAM,KAAI;YACvB,MAAM,IAAI,GAAG,IAAI,OAAO,CAAC,CAAC,EAAE,MAAM,CAAC;AAEnC,YAAA,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC;AACxB,QAAA,CAAC,CAAC;IACN;AAEA,IAAA,OAAO,SAAS;AACpB;;SCZgB,cAAc,GAAA;AAC1B,IAAA,MAAM,SAAS,GAAG,MAAM,CAAC,qBAAqB,EAAE,EAAC,QAAQ,EAAE,IAAI,EAAC,CAAC;AACjE,IAAA,MAAM,OAAO,GAAG,SAAS,EAAE,OAAO,EAAE,IAAI,MAAM,CAAC,SAAS,EAAE,EAAC,QAAQ,EAAE,IAAI,EAAC,CAAC;AAC3E,IAAA,MAAM,QAAQ,GAAG,QAAQ,CAAI,eAAe,CAAC,OAAO,CAAC,EAAE,EAAC,WAAW,EAAE,IAAI,EAAC,CAAC;IAE3E,OAAO,QAAQ,CAAC,MAAK;AACjB,QAAA,MAAM,GAAG,GAAG,SAAS,EAAE,KAAK,EAAE;AAE9B,QAAA,OAAO;AACH,cAAG,GAAG,CAAC,KAAK,EAAQ;cAClB,QAAQ,EAAE;AACpB,IAAA,CAAC,CAAC;AACN;;ACTM,SAAU,UAAU,CAAC,OAAsB,EAAA;IAC7C,OAAO,mBAAmB,CAAC,gBAAgB,EAAE,SAAS,EAAE,OAAO,CAAC;AACpE;;ACXA;;AAEG;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/kit",
3
- "version": "5.10.0",
3
+ "version": "5.11.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.10.0",
47
- "@taiga-ui/core": "5.10.0",
48
- "@taiga-ui/i18n": "5.10.0",
46
+ "@taiga-ui/cdk": "5.11.0",
47
+ "@taiga-ui/core": "5.11.0",
48
+ "@taiga-ui/i18n": "5.11.0",
49
49
  "@taiga-ui/polymorpheus": "^5.0.1",
50
- "@taiga-ui/styles": "5.10.0",
50
+ "@taiga-ui/styles": "5.11.0",
51
51
  "rxjs": ">=7.0.0"
52
52
  },
53
53
  "module": "fesm2022/taiga-ui-kit.mjs",
@@ -172,14 +172,14 @@
172
172
  "types": "./components/fullscreen/index.d.ts",
173
173
  "default": "./fesm2022/taiga-ui-kit-components-fullscreen.mjs"
174
174
  },
175
- "./components/input-chip": {
176
- "types": "./components/input-chip/index.d.ts",
177
- "default": "./fesm2022/taiga-ui-kit-components-input-chip.mjs"
178
- },
179
175
  "./components/input-color": {
180
176
  "types": "./components/input-color/index.d.ts",
181
177
  "default": "./fesm2022/taiga-ui-kit-components-input-color.mjs"
182
178
  },
179
+ "./components/input-chip": {
180
+ "types": "./components/input-chip/index.d.ts",
181
+ "default": "./fesm2022/taiga-ui-kit-components-input-chip.mjs"
182
+ },
183
183
  "./components/input-date": {
184
184
  "types": "./components/input-date/index.d.ts",
185
185
  "default": "./fesm2022/taiga-ui-kit-components-input-date.mjs"
@@ -280,17 +280,17 @@
280
280
  "types": "./components/pincode/index.d.ts",
281
281
  "default": "./fesm2022/taiga-ui-kit-components-pincode.mjs"
282
282
  },
283
- "./components/preview": {
284
- "types": "./components/preview/index.d.ts",
285
- "default": "./fesm2022/taiga-ui-kit-components-preview.mjs"
283
+ "./components/pulse": {
284
+ "types": "./components/pulse/index.d.ts",
285
+ "default": "./fesm2022/taiga-ui-kit-components-pulse.mjs"
286
286
  },
287
287
  "./components/progress": {
288
288
  "types": "./components/progress/index.d.ts",
289
289
  "default": "./fesm2022/taiga-ui-kit-components-progress.mjs"
290
290
  },
291
- "./components/pulse": {
292
- "types": "./components/pulse/index.d.ts",
293
- "default": "./fesm2022/taiga-ui-kit-components-pulse.mjs"
291
+ "./components/preview": {
292
+ "types": "./components/preview/index.d.ts",
293
+ "default": "./fesm2022/taiga-ui-kit-components-preview.mjs"
294
294
  },
295
295
  "./components/push": {
296
296
  "types": "./components/push/index.d.ts",