@taiga-ui/legacy 4.42.0 → 4.43.0-canary.0505af2

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 (185) hide show
  1. package/components/arrow/arrow.options.d.ts +2 -1
  2. package/components/arrow/arrow.providers.d.ts +2 -1
  3. package/components/color-selector/color-selector.options.d.ts +3 -2
  4. package/components/input-copy/input-copy.options.d.ts +2 -1
  5. package/components/input-date/input-date.component.d.ts +4 -0
  6. package/components/input-date/input-date.directive.d.ts +4 -0
  7. package/components/input-date/input-date.module.d.ts +4 -0
  8. package/components/input-date/native-date/native-date.component.d.ts +4 -0
  9. package/components/input-date-range/input-date-range.component.d.ts +4 -0
  10. package/components/input-date-range/input-date-range.directive.d.ts +4 -0
  11. package/components/input-date-range/input-date-range.module.d.ts +4 -0
  12. package/components/input-number/input-number.component.d.ts +2 -1
  13. package/components/input-number/input-number.options.d.ts +2 -1
  14. package/components/input-password/input-password.options.d.ts +2 -1
  15. package/components/input-phone/input-phone.options.d.ts +2 -1
  16. package/components/input-phone-international/input-phone-international.options.d.ts +2 -1
  17. package/components/input-tag/input-tag.component.d.ts +4 -0
  18. package/components/input-tag/input-tag.module.d.ts +4 -0
  19. package/components/input-tag/input-tag.options.d.ts +14 -1
  20. package/components/input-time/input-time.component.d.ts +4 -0
  21. package/components/input-time/input-time.directive.d.ts +4 -0
  22. package/components/input-time/input-time.module.d.ts +4 -0
  23. package/components/input-time/input-time.options.d.ts +24 -1
  24. package/components/multi-select/multi-select.module.d.ts +4 -0
  25. package/components/multi-select/multi-select.options.d.ts +2 -1
  26. package/components/select/select.options.d.ts +2 -1
  27. package/components/sheet/sheet-options.d.ts +2 -1
  28. package/components/sheet/sheet-tokens.d.ts +4 -3
  29. package/components/svg/svg-options.d.ts +3 -2
  30. package/components/table-bar/table-bar.options.d.ts +3 -2
  31. package/components/tag/tag.options.d.ts +2 -1
  32. package/components/textarea/textarea.component.d.ts +4 -0
  33. package/components/textarea/textarea.directive.d.ts +4 -0
  34. package/components/textarea/textarea.module.d.ts +4 -0
  35. package/directives/textfield-controller/textfield-appearance.directive.d.ts +2 -1
  36. package/directives/textfield-controller/textfield-cleaner.directive.d.ts +2 -1
  37. package/directives/textfield-controller/textfield-controller.provider.d.ts +2 -1
  38. package/directives/textfield-controller/textfield-custom-content.directive.d.ts +2 -1
  39. package/directives/textfield-controller/textfield-filler.directive.d.ts +2 -1
  40. package/directives/textfield-controller/textfield-icon-left.directive.d.ts +2 -1
  41. package/directives/textfield-controller/textfield-icon.directive.d.ts +2 -1
  42. package/directives/textfield-controller/textfield-label-outside.directive.d.ts +2 -1
  43. package/directives/textfield-controller/textfield-postfix.directive.d.ts +2 -1
  44. package/directives/textfield-controller/textfield-prefix.directive.d.ts +2 -1
  45. package/directives/textfield-controller/textfield-size.directive.d.ts +2 -1
  46. package/directives/textfield-controller/textfield.options.d.ts +2 -1
  47. package/esm2022/components/arrow/arrow.options.mjs +6 -3
  48. package/esm2022/components/arrow/arrow.providers.mjs +6 -3
  49. package/esm2022/components/color-selector/color-picker/color-picker.component.mjs +2 -2
  50. package/esm2022/components/color-selector/color-selector.component.mjs +2 -2
  51. package/esm2022/components/color-selector/color-selector.options.mjs +9 -7
  52. package/esm2022/components/input-copy/input-copy.options.mjs +6 -3
  53. package/esm2022/components/input-date/input-date.component.mjs +5 -1
  54. package/esm2022/components/input-date/input-date.directive.mjs +5 -1
  55. package/esm2022/components/input-date/input-date.module.mjs +5 -1
  56. package/esm2022/components/input-date/native-date/native-date.component.mjs +5 -1
  57. package/esm2022/components/input-date-range/input-date-range.component.mjs +5 -1
  58. package/esm2022/components/input-date-range/input-date-range.directive.mjs +5 -1
  59. package/esm2022/components/input-date-range/input-date-range.module.mjs +5 -1
  60. package/esm2022/components/input-number/input-number.component.mjs +6 -6
  61. package/esm2022/components/input-number/input-number.options.mjs +6 -3
  62. package/esm2022/components/input-password/input-password.options.mjs +6 -3
  63. package/esm2022/components/input-phone/input-phone.options.mjs +6 -3
  64. package/esm2022/components/input-phone-international/input-phone-international.component.mjs +3 -3
  65. package/esm2022/components/input-phone-international/input-phone-international.options.mjs +6 -3
  66. package/esm2022/components/input-tag/input-tag.component.mjs +7 -3
  67. package/esm2022/components/input-tag/input-tag.module.mjs +5 -1
  68. package/esm2022/components/input-tag/input-tag.options.mjs +14 -3
  69. package/esm2022/components/input-time/input-time.component.mjs +5 -1
  70. package/esm2022/components/input-time/input-time.directive.mjs +5 -1
  71. package/esm2022/components/input-time/input-time.module.mjs +5 -1
  72. package/esm2022/components/input-time/input-time.options.mjs +20 -4
  73. package/esm2022/components/input-year/input-year.component.mjs +1 -1
  74. package/esm2022/components/multi-select/multi-select-group/multi-select-group.component.mjs +2 -2
  75. package/esm2022/components/multi-select/multi-select.module.mjs +5 -1
  76. package/esm2022/components/multi-select/multi-select.options.mjs +6 -3
  77. package/esm2022/components/multi-select-option/multi-select-option.component.mjs +2 -2
  78. package/esm2022/components/primitive-textfield/primitive-textfield.component.mjs +2 -2
  79. package/esm2022/components/primitive-textfield/textfield/textfield.component.mjs +2 -2
  80. package/esm2022/components/primitive-textfield/value-decoration/value-decoration.component.mjs +2 -2
  81. package/esm2022/components/select/select.options.mjs +6 -3
  82. package/esm2022/components/sheet/components/sheet/sheet.component.mjs +3 -3
  83. package/esm2022/components/sheet/components/sheet-heading/sheet-heading.component.mjs +2 -2
  84. package/esm2022/components/sheet/sheet-options.mjs +6 -4
  85. package/esm2022/components/sheet/sheet-tokens.mjs +5 -5
  86. package/esm2022/components/svg/svg-options.mjs +13 -11
  87. package/esm2022/components/table-bar/table-bar.component.mjs +3 -3
  88. package/esm2022/components/table-bar/table-bar.options.mjs +9 -4
  89. package/esm2022/components/tag/tag.component.mjs +2 -2
  90. package/esm2022/components/tag/tag.options.mjs +6 -3
  91. package/esm2022/components/textarea/textarea.component.mjs +7 -3
  92. package/esm2022/components/textarea/textarea.directive.mjs +5 -1
  93. package/esm2022/components/textarea/textarea.module.mjs +5 -1
  94. package/esm2022/directives/textfield-controller/textfield-appearance.directive.mjs +6 -4
  95. package/esm2022/directives/textfield-controller/textfield-cleaner.directive.mjs +6 -4
  96. package/esm2022/directives/textfield-controller/textfield-controller.provider.mjs +3 -4
  97. package/esm2022/directives/textfield-controller/textfield-custom-content.directive.mjs +6 -4
  98. package/esm2022/directives/textfield-controller/textfield-filler.directive.mjs +6 -4
  99. package/esm2022/directives/textfield-controller/textfield-icon-left.directive.mjs +6 -4
  100. package/esm2022/directives/textfield-controller/textfield-icon.directive.mjs +6 -4
  101. package/esm2022/directives/textfield-controller/textfield-label-outside.directive.mjs +6 -4
  102. package/esm2022/directives/textfield-controller/textfield-postfix.directive.mjs +6 -4
  103. package/esm2022/directives/textfield-controller/textfield-prefix.directive.mjs +6 -4
  104. package/esm2022/directives/textfield-controller/textfield-size.directive.mjs +6 -4
  105. package/esm2022/directives/textfield-controller/textfield.options.mjs +6 -3
  106. package/esm2022/tokens/countries-masks.mjs +250 -248
  107. package/esm2022/tokens/focusable-item-accessor.mjs +4 -3
  108. package/esm2022/tokens/fonts-ready.mjs +5 -4
  109. package/esm2022/tokens/icons.mjs +5 -3
  110. package/esm2022/tokens/is-apple.mjs +5 -4
  111. package/esm2022/tokens/is-chromium.mjs +5 -4
  112. package/esm2022/tokens/is-firefox.mjs +6 -5
  113. package/esm2022/tokens/is-stackblitz.mjs +5 -4
  114. package/esm2022/tokens/month-formatter.mjs +3 -3
  115. package/esm2022/tokens/sanitizer.mjs +3 -3
  116. package/esm2022/tokens/textfield-appearance.mjs +5 -3
  117. package/esm2022/tokens/textfield-host.mjs +4 -3
  118. package/esm2022/tokens/touch-supported.mjs +5 -4
  119. package/esm2022/tokens/value-accessor.mjs +3 -3
  120. package/fesm2022/taiga-ui-legacy-components-arrow.mjs +8 -4
  121. package/fesm2022/taiga-ui-legacy-components-arrow.mjs.map +1 -1
  122. package/fesm2022/taiga-ui-legacy-components-color-selector.mjs +12 -11
  123. package/fesm2022/taiga-ui-legacy-components-color-selector.mjs.map +1 -1
  124. package/fesm2022/taiga-ui-legacy-components-input-copy.mjs +5 -3
  125. package/fesm2022/taiga-ui-legacy-components-input-copy.mjs.map +1 -1
  126. package/fesm2022/taiga-ui-legacy-components-input-date-range.mjs +12 -0
  127. package/fesm2022/taiga-ui-legacy-components-input-date-range.mjs.map +1 -1
  128. package/fesm2022/taiga-ui-legacy-components-input-date.mjs +16 -0
  129. package/fesm2022/taiga-ui-legacy-components-input-date.mjs.map +1 -1
  130. package/fesm2022/taiga-ui-legacy-components-input-number.mjs +8 -6
  131. package/fesm2022/taiga-ui-legacy-components-input-number.mjs.map +1 -1
  132. package/fesm2022/taiga-ui-legacy-components-input-password.mjs +5 -3
  133. package/fesm2022/taiga-ui-legacy-components-input-password.mjs.map +1 -1
  134. package/fesm2022/taiga-ui-legacy-components-input-phone-international.mjs +7 -5
  135. package/fesm2022/taiga-ui-legacy-components-input-phone-international.mjs.map +1 -1
  136. package/fesm2022/taiga-ui-legacy-components-input-phone.mjs +5 -3
  137. package/fesm2022/taiga-ui-legacy-components-input-phone.mjs.map +1 -1
  138. package/fesm2022/taiga-ui-legacy-components-input-tag.mjs +23 -5
  139. package/fesm2022/taiga-ui-legacy-components-input-tag.mjs.map +1 -1
  140. package/fesm2022/taiga-ui-legacy-components-input-time.mjs +31 -4
  141. package/fesm2022/taiga-ui-legacy-components-input-time.mjs.map +1 -1
  142. package/fesm2022/taiga-ui-legacy-components-input-year.mjs +1 -1
  143. package/fesm2022/taiga-ui-legacy-components-input-year.mjs.map +1 -1
  144. package/fesm2022/taiga-ui-legacy-components-multi-select-option.mjs +2 -2
  145. package/fesm2022/taiga-ui-legacy-components-multi-select-option.mjs.map +1 -1
  146. package/fesm2022/taiga-ui-legacy-components-multi-select.mjs +11 -5
  147. package/fesm2022/taiga-ui-legacy-components-multi-select.mjs.map +1 -1
  148. package/fesm2022/taiga-ui-legacy-components-primitive-textfield.mjs +6 -6
  149. package/fesm2022/taiga-ui-legacy-components-primitive-textfield.mjs.map +1 -1
  150. package/fesm2022/taiga-ui-legacy-components-select.mjs +5 -3
  151. package/fesm2022/taiga-ui-legacy-components-select.mjs.map +1 -1
  152. package/fesm2022/taiga-ui-legacy-components-sheet.mjs +13 -11
  153. package/fesm2022/taiga-ui-legacy-components-sheet.mjs.map +1 -1
  154. package/fesm2022/taiga-ui-legacy-components-svg.mjs +12 -10
  155. package/fesm2022/taiga-ui-legacy-components-svg.mjs.map +1 -1
  156. package/fesm2022/taiga-ui-legacy-components-table-bar.mjs +10 -6
  157. package/fesm2022/taiga-ui-legacy-components-table-bar.mjs.map +1 -1
  158. package/fesm2022/taiga-ui-legacy-components-tag.mjs +7 -5
  159. package/fesm2022/taiga-ui-legacy-components-tag.mjs.map +1 -1
  160. package/fesm2022/taiga-ui-legacy-components-textarea.mjs +14 -2
  161. package/fesm2022/taiga-ui-legacy-components-textarea.mjs.map +1 -1
  162. package/fesm2022/taiga-ui-legacy-directives-textfield-controller.mjs +36 -14
  163. package/fesm2022/taiga-ui-legacy-directives-textfield-controller.mjs.map +1 -1
  164. package/fesm2022/taiga-ui-legacy-tokens.mjs +280 -262
  165. package/fesm2022/taiga-ui-legacy-tokens.mjs.map +1 -1
  166. package/package.json +1 -1
  167. package/styles/mixins/mixins.less +8 -8
  168. package/styles/mixins/mixins.scss +8 -8
  169. package/styles/mixins/textfield.less +3 -3
  170. package/styles/mixins/textfield.scss +2 -2
  171. package/tokens/countries-masks.d.ts +2 -1
  172. package/tokens/focusable-item-accessor.d.ts +2 -1
  173. package/tokens/fonts-ready.d.ts +2 -1
  174. package/tokens/icons.d.ts +2 -1
  175. package/tokens/is-apple.d.ts +2 -1
  176. package/tokens/is-chromium.d.ts +2 -1
  177. package/tokens/is-firefox.d.ts +2 -1
  178. package/tokens/is-stackblitz.d.ts +2 -1
  179. package/tokens/month-formatter.d.ts +2 -1
  180. package/tokens/sanitizer.d.ts +2 -1
  181. package/tokens/textfield-appearance.d.ts +2 -1
  182. package/tokens/textfield-host.d.ts +2 -1
  183. package/tokens/touch-supported.d.ts +2 -1
  184. package/tokens/value-accessor.d.ts +2 -1
  185. package/utils/icons-path-factory.d.ts +1 -1
@@ -1,4 +1,5 @@
1
1
  import type { Provider } from '@angular/core';
2
+ import { InjectionToken } from '@angular/core';
2
3
  import type { PolymorpheusContent } from '@taiga-ui/polymorpheus';
3
4
  /**
4
5
  * @deprecated: drop in v5.0 use {@link TuiChevron}
@@ -15,5 +16,5 @@ export declare const TUI_ARROW_DEFAULT_OPTIONS: TuiArrowOptions;
15
16
  * @deprecated: drop in v5.0
16
17
  * Default parameters for arrow component
17
18
  */
18
- export declare const TUI_ARROW_OPTIONS: import("@angular/core").InjectionToken<TuiArrowOptions>;
19
+ export declare const TUI_ARROW_OPTIONS: InjectionToken<TuiArrowOptions>;
19
20
  export declare function tuiArrowOptionsProvider(options: Partial<TuiArrowOptions>): Provider;
@@ -1,4 +1,5 @@
1
1
  import type { Provider } from '@angular/core';
2
+ import { InjectionToken } from '@angular/core';
2
3
  import type { TuiContext } from '@taiga-ui/cdk/types';
3
4
  import type { TuiSizeL, TuiSizeM, TuiSizeS } from '@taiga-ui/core/types';
4
5
  import type { PolymorpheusContent } from '@taiga-ui/polymorpheus';
@@ -16,7 +17,7 @@ export declare const TUI_ARROW_DEFAULT_MODE: TuiArrowMode;
16
17
  /**
17
18
  * @deprecated: drop in v5.0 use {@link TuiChevron}
18
19
  */
19
- export declare const TUI_ARROW_MODE: import("@angular/core").InjectionToken<TuiArrowMode>;
20
+ export declare const TUI_ARROW_MODE: InjectionToken<TuiArrowMode>;
20
21
  /**
21
22
  * @deprecated: drop in v5.0 use {@link TuiChevron}
22
23
  */
@@ -1,6 +1,7 @@
1
1
  import type { Provider } from '@angular/core';
2
+ import { InjectionToken } from '@angular/core';
2
3
  import type { TuiGradientDirection } from '@taiga-ui/cdk/utils/color';
3
- export declare const TUI_COLOR_SELECTOR_MODE_NAMES: import("@angular/core").InjectionToken<[string, string]>;
4
+ export declare const TUI_COLOR_SELECTOR_MODE_NAMES: InjectionToken<[string, string]>;
4
5
  export declare const TUI_DEFAULT_INPUT_COLORS: Map<string, string>;
5
6
  export declare const TuiColorSelectorMode: {
6
7
  readonly SolidColor: 0;
@@ -21,5 +22,5 @@ export interface TuiColorSelectorOptions {
21
22
  };
22
23
  }
23
24
  export declare const TUI_COLOR_SELECTOR_DEFAULT_OPTIONS: TuiColorSelectorOptions;
24
- export declare const TUI_COLOR_SELECTOR_OPTIONS: import("@angular/core").InjectionToken<TuiColorSelectorOptions>;
25
+ export declare const TUI_COLOR_SELECTOR_OPTIONS: InjectionToken<TuiColorSelectorOptions>;
25
26
  export declare function tuiColorSelectorOptionsProvider(options: Partial<TuiColorSelectorOptions>): Provider;
@@ -1,4 +1,5 @@
1
1
  import type { Provider } from '@angular/core';
2
+ import { InjectionToken } from '@angular/core';
2
3
  import type { TuiContext } from '@taiga-ui/cdk/types';
3
4
  import type { TuiHintDirection } from '@taiga-ui/core/directives/hint';
4
5
  import type { TuiSizeL, TuiSizeS } from '@taiga-ui/core/types';
@@ -19,7 +20,7 @@ export declare const TUI_INPUT_COPY_DEFAULT_OPTIONS: TuiInputCopyOptions;
19
20
  /**
20
21
  * @deprecated use {@link TuiCopy} with {@link TuiTextfield}
21
22
  */
22
- export declare const TUI_INPUT_COPY_OPTIONS: import("@angular/core").InjectionToken<TuiInputCopyOptions>;
23
+ export declare const TUI_INPUT_COPY_OPTIONS: InjectionToken<TuiInputCopyOptions>;
23
24
  /**
24
25
  * @deprecated use {@link TuiCopy} with {@link TuiTextfield}
25
26
  */
@@ -11,6 +11,10 @@ import { AbstractTuiNullableControl } from '@taiga-ui/legacy/classes';
11
11
  import type { TuiFocusableElementAccessor } from '@taiga-ui/legacy/tokens';
12
12
  import type { Observable } from 'rxjs';
13
13
  import * as i0 from "@angular/core";
14
+ /**
15
+ * TODO(v5): delete it
16
+ * @deprecated use new version of {@link https://taiga-ui.dev/components/input-date TuiInputDate} (from @taiga-ui/kit) instead
17
+ */
14
18
  export declare class TuiInputDateComponent extends AbstractTuiNullableControl<TuiDay> implements TuiFocusableElementAccessor {
15
19
  private readonly textfield?;
16
20
  private readonly options;
@@ -3,6 +3,10 @@ import type { TuiDateFormatSettings } from '@taiga-ui/core/tokens';
3
3
  import { AbstractTuiTextfieldHost } from '@taiga-ui/legacy/classes';
4
4
  import type { TuiInputDateComponent } from './input-date.component';
5
5
  import * as i0 from "@angular/core";
6
+ /**
7
+ * TODO(v5): delete it
8
+ * @deprecated use new version of {@link https://taiga-ui.dev/components/input-date TuiInputDate} (from @taiga-ui/kit) instead
9
+ */
6
10
  export declare class TuiInputDateDirective extends AbstractTuiTextfieldHost<TuiInputDateComponent> {
7
11
  get value(): string;
8
12
  get max(): TuiDay;
@@ -13,6 +13,10 @@ import * as i11 from "@taiga-ui/cdk/directives/let";
13
13
  import * as i12 from "@taiga-ui/core/directives/appearance";
14
14
  import * as i13 from "@taiga-ui/core/components/icon";
15
15
  import * as i14 from "@taiga-ui/core/directives/dropdown";
16
+ /**
17
+ * TODO(v5): delete it
18
+ * @deprecated use new version of {@link https://taiga-ui.dev/components/input-date TuiInputDate} (from @taiga-ui/kit) instead
19
+ */
16
20
  export declare class TuiInputDateModule {
17
21
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputDateModule, never>;
18
22
  static ɵmod: i0.ɵɵNgModuleDeclaration<TuiInputDateModule, [typeof i1.TuiInputDateComponent, typeof i2.TuiInputDateDirective, typeof i3.TuiNativeDateDirective], [typeof i4.CommonModule, typeof i5.MaskitoDirective, typeof i6.PolymorpheusOutlet, typeof i6.PolymorpheusTemplate, typeof i7.TuiCalendar, typeof i8.TuiLink, typeof i9.TuiPrimitiveTextfieldModule, typeof i10.TuiValueAccessorModule, typeof i11.TuiLet, typeof i10.TuiTextfieldControllerModule, typeof i10.TuiLegacyDropdownOpenMonitorDirective, typeof i12.TuiAppearance, typeof i13.TuiIcon, typeof i14.TuiDropdownOptionsDirective, typeof i14.TuiDropdownDriverDirective, typeof i14.TuiDropdownDirective, typeof i14.TuiDropdownComponent, typeof i14.TuiDropdownOpen, typeof i14.TuiDropdownOpenLegacy, typeof i14.TuiDropdownPortal, typeof i14.TuiDropdownManual, typeof i14.TuiDropdownHover, typeof i14.TuiDropdownContext, typeof i14.TuiDropdownPosition, typeof i14.TuiDropdownPositionSided, typeof i14.TuiDropdownSelection], [typeof i1.TuiInputDateComponent, typeof i2.TuiInputDateDirective, typeof i9.TuiTextfieldComponent, typeof i14.TuiDropdownOptionsDirective, typeof i14.TuiDropdownDriverDirective, typeof i14.TuiDropdownDirective, typeof i14.TuiDropdownComponent, typeof i14.TuiDropdownOpen, typeof i14.TuiDropdownOpenLegacy, typeof i14.TuiDropdownPortal, typeof i14.TuiDropdownManual, typeof i14.TuiDropdownHover, typeof i14.TuiDropdownContext, typeof i14.TuiDropdownPosition, typeof i14.TuiDropdownPositionSided, typeof i14.TuiDropdownSelection]>;
@@ -1,5 +1,9 @@
1
1
  import { TuiInputDateDirective } from '../input-date.directive';
2
2
  import * as i0 from "@angular/core";
3
+ /**
4
+ * TODO(v5): delete it
5
+ * @deprecated use new version of {@link https://taiga-ui.dev/components/input-date#mobile TuiInputDate} (from @taiga-ui/kit) instead
6
+ */
3
7
  export declare class TuiNativeDateDirective {
4
8
  protected readonly host: TuiInputDateDirective;
5
9
  protected get value(): string;
@@ -10,6 +10,10 @@ import { AbstractTuiNullableControl } from '@taiga-ui/legacy/classes';
10
10
  import type { TuiFocusableElementAccessor } from '@taiga-ui/legacy/tokens';
11
11
  import type { PolymorpheusContent } from '@taiga-ui/polymorpheus';
12
12
  import * as i0 from "@angular/core";
13
+ /**
14
+ * TODO(v5): delete it
15
+ * @deprecated use new version of {@link https://taiga-ui.dev/components/input-date-range TuiInputDateRange} (from @taiga-ui/kit) instead
16
+ */
13
17
  export declare class TuiInputDateRangeComponent extends AbstractTuiNullableControl<TuiDayRange> implements TuiFocusableElementAccessor {
14
18
  private readonly textfield?;
15
19
  private readonly isMobile;
@@ -2,6 +2,10 @@ import type { DoCheck } from '@angular/core';
2
2
  import { AbstractTuiTextfieldHost } from '@taiga-ui/legacy/classes';
3
3
  import type { TuiInputDateRangeComponent } from './input-date-range.component';
4
4
  import * as i0 from "@angular/core";
5
+ /**
6
+ * TODO(v5): delete it
7
+ * @deprecated use new version of {@link https://taiga-ui.dev/components/input-date-range TuiInputDateRange} (from @taiga-ui/kit) instead
8
+ */
5
9
  export declare class TuiInputDateRangeDirective extends AbstractTuiTextfieldHost<TuiInputDateRangeComponent> implements DoCheck {
6
10
  get value(): string;
7
11
  onValueChange(value: string): void;
@@ -11,6 +11,10 @@ import * as i9 from "@taiga-ui/kit/components/calendar-range";
11
11
  import * as i10 from "@taiga-ui/core/components/icon";
12
12
  import * as i11 from "@taiga-ui/core/directives/appearance";
13
13
  import * as i12 from "@taiga-ui/core/directives/dropdown";
14
+ /**
15
+ * TODO(v5): delete it
16
+ * @deprecated use new version of {@link https://taiga-ui.dev/components/input-date-range TuiInputDateRange} (from @taiga-ui/kit) instead
17
+ */
14
18
  export declare class TuiInputDateRangeModule {
15
19
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputDateRangeModule, never>;
16
20
  static ɵmod: i0.ɵɵNgModuleDeclaration<TuiInputDateRangeModule, [typeof i1.TuiInputDateRangeComponent, typeof i2.TuiInputDateRangeDirective], [typeof i3.CommonModule, typeof i4.MaskitoDirective, typeof i5.TuiLet, typeof i6.PolymorpheusOutlet, typeof i6.PolymorpheusTemplate, typeof i7.TuiPrimitiveTextfieldModule, typeof i8.TuiTextfieldControllerModule, typeof i9.TuiCalendarRange, typeof i8.TuiValueAccessorModule, typeof i8.TuiLegacyDropdownOpenMonitorDirective, typeof i10.TuiIcon, typeof i11.TuiAppearance, typeof i12.TuiDropdownOptionsDirective, typeof i12.TuiDropdownDriverDirective, typeof i12.TuiDropdownDirective, typeof i12.TuiDropdownComponent, typeof i12.TuiDropdownOpen, typeof i12.TuiDropdownOpenLegacy, typeof i12.TuiDropdownPortal, typeof i12.TuiDropdownManual, typeof i12.TuiDropdownHover, typeof i12.TuiDropdownContext, typeof i12.TuiDropdownPosition, typeof i12.TuiDropdownPositionSided, typeof i12.TuiDropdownSelection], [typeof i1.TuiInputDateRangeComponent, typeof i2.TuiInputDateRangeDirective, typeof i7.TuiTextfieldComponent, typeof i12.TuiDropdownOptionsDirective, typeof i12.TuiDropdownDriverDirective, typeof i12.TuiDropdownDirective, typeof i12.TuiDropdownComponent, typeof i12.TuiDropdownOpen, typeof i12.TuiDropdownOpenLegacy, typeof i12.TuiDropdownPortal, typeof i12.TuiDropdownManual, typeof i12.TuiDropdownHover, typeof i12.TuiDropdownContext, typeof i12.TuiDropdownPosition, typeof i12.TuiDropdownPositionSided, typeof i12.TuiDropdownSelection]>;
@@ -1,4 +1,5 @@
1
1
  import type { QueryList } from '@angular/core';
2
+ import { InjectionToken } from '@angular/core';
2
3
  import type { MaskitoOptions } from '@maskito/core';
3
4
  import type { TuiValueTransformer } from '@taiga-ui/cdk/classes';
4
5
  import type { TuiSizeL, TuiSizeS } from '@taiga-ui/core/types';
@@ -10,7 +11,7 @@ import * as i0 from "@angular/core";
10
11
  * @deprecated use new version of {@link https://taiga-ui.dev/components/input-number tuiInputNumberOptionsProvider} (from @taiga-ui/kit) (property `valueTransformer`) instead
11
12
  * TODO(v5): delete it
12
13
  */
13
- export declare const TUI_NUMBER_VALUE_TRANSFORMER: import("@angular/core").InjectionToken<TuiValueTransformer<number | null, unknown>>;
14
+ export declare const TUI_NUMBER_VALUE_TRANSFORMER: InjectionToken<TuiValueTransformer<number | null, unknown>>;
14
15
  /**
15
16
  * @deprecated use new version of {@link https://taiga-ui.dev/components/input-number TuiInputNumber} (from @taiga-ui/kit) instead
16
17
  * TODO(v5): delete it
@@ -1,4 +1,5 @@
1
1
  import type { Provider } from '@angular/core';
2
+ import { InjectionToken } from '@angular/core';
2
3
  /**
3
4
  * @deprecated use new version of {@link TuiInputNumberOptions} (from @taiga-ui/kit) instead
4
5
  * TODO(v5): delete it
@@ -21,7 +22,7 @@ export declare const TUI_INPUT_NUMBER_DEFAULT_OPTIONS: TuiInputNumberOptions;
21
22
  * @deprecated use new version of {@link TUI_INPUT_NUMBER_OPTIONS} (from @taiga-ui/kit) instead
22
23
  * TODO(v5): delete it
23
24
  */
24
- export declare const TUI_INPUT_NUMBER_OPTIONS: import("@angular/core").InjectionToken<TuiInputNumberOptions>;
25
+ export declare const TUI_INPUT_NUMBER_OPTIONS: InjectionToken<TuiInputNumberOptions>;
25
26
  /**
26
27
  * @deprecated use new version of {@link tuiInputNumberOptionsProvider} (from @taiga-ui/kit) instead
27
28
  * TODO(v5): delete it
@@ -1,4 +1,5 @@
1
1
  import type { Provider } from '@angular/core';
2
+ import { InjectionToken } from '@angular/core';
2
3
  import type { TuiContext } from '@taiga-ui/cdk/types';
3
4
  import type { TuiSizeL, TuiSizeS } from '@taiga-ui/core/types';
4
5
  import type { PolymorpheusContent } from '@taiga-ui/polymorpheus';
@@ -18,7 +19,7 @@ export declare const TUI_INPUT_PASSWORD_DEFAULT_OPTIONS: TuiInputPasswordOptions
18
19
  /**
19
20
  * @deprecated use {@link TuiPassword} with {@link TuiTextfield}
20
21
  */
21
- export declare const TUI_INPUT_PASSWORD_OPTIONS: import("@angular/core").InjectionToken<TuiInputPasswordOptions>;
22
+ export declare const TUI_INPUT_PASSWORD_OPTIONS: InjectionToken<TuiInputPasswordOptions>;
22
23
  /**
23
24
  * @deprecated use {@link TuiPassword} with {@link TuiTextfield}
24
25
  */
@@ -1,4 +1,5 @@
1
1
  import type { Provider } from '@angular/core';
2
+ import { InjectionToken } from '@angular/core';
2
3
  export interface TuiInputPhoneOptions {
3
4
  readonly allowText: boolean;
4
5
  readonly countryCode: string;
@@ -9,5 +10,5 @@ export declare const TUI_INPUT_PHONE_DEFAULT_OPTIONS: TuiInputPhoneOptions;
9
10
  * @deprecated: drop in v5.0
10
11
  * Default parameters for input phone component
11
12
  */
12
- export declare const TUI_INPUT_PHONE_OPTIONS: import("@angular/core").InjectionToken<TuiInputPhoneOptions>;
13
+ export declare const TUI_INPUT_PHONE_OPTIONS: InjectionToken<TuiInputPhoneOptions>;
13
14
  export declare function tuiInputPhoneOptionsProvider(options: Partial<TuiInputPhoneOptions>): Provider;
@@ -1,4 +1,5 @@
1
1
  import type { Provider } from '@angular/core';
2
+ import { InjectionToken } from '@angular/core';
2
3
  import type { TuiCountryIsoCode } from '@taiga-ui/i18n/types';
3
4
  /**
4
5
  * @deprecated: drop in v5.0 use {@link TuiInputPhoneInternational}
@@ -17,7 +18,7 @@ export declare const TUI_INPUT_PHONE_INTERNATIONAL_DEFAULT_OPTIONS: TuiInputPhon
17
18
  * @deprecated: drop in v5.0 use {@link TuiInputPhoneInternational}
18
19
  * https://taiga-ui.dev/components/input-phone-international
19
20
  */
20
- export declare const TUI_INPUT_PHONE_INTERNATIONAL_OPTIONS: import("@angular/core").InjectionToken<TuiInputPhoneInternationalOptions>;
21
+ export declare const TUI_INPUT_PHONE_INTERNATIONAL_OPTIONS: InjectionToken<TuiInputPhoneInternationalOptions>;
21
22
  /**
22
23
  * @deprecated: drop in v5.0 use {@link TuiInputPhoneInternational}
23
24
  * https://taiga-ui.dev/components/input-phone-international
@@ -11,6 +11,10 @@ import type { TuiStatus } from '@taiga-ui/legacy/utils';
11
11
  import type { PolymorpheusContent } from '@taiga-ui/polymorpheus';
12
12
  import * as i0 from "@angular/core";
13
13
  import * as i1 from "@taiga-ui/core/directives/dropdown";
14
+ /**
15
+ * TODO(v5): delete it
16
+ * @deprecated use {@link https://taiga-ui.dev/components/input-chip TuiInputChip} instead
17
+ */
14
18
  export declare class TuiInputTagComponent extends AbstractTuiMultipleControl<string> implements TuiFocusableElementAccessor, TuiDataListHost<string> {
15
19
  private readonly dropdown?;
16
20
  private readonly focusableElement?;
@@ -11,6 +11,10 @@ import * as i9 from "@taiga-ui/legacy/directives";
11
11
  import * as i10 from "@taiga-ui/core/directives/appearance";
12
12
  import * as i11 from "@taiga-ui/core/components/icon";
13
13
  import * as i12 from "@taiga-ui/core/directives/dropdown";
14
+ /**
15
+ * TODO(v5): delete it
16
+ * @deprecated use {@link https://taiga-ui.dev/components/input-chip TuiInputChip} instead
17
+ */
14
18
  export declare class TuiInputTagModule {
15
19
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputTagModule, never>;
16
20
  static ɵmod: i0.ɵɵNgModuleDeclaration<TuiInputTagModule, [typeof i1.TuiInputTagComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.PolymorpheusOutlet, typeof i4.PolymorpheusTemplate, typeof i5.TuiHovered, typeof i6.TuiScrollbar, typeof i7.TuiTooltipModule, typeof i8.TuiTagModule, typeof i9.TuiWrapperModule, typeof i9.TuiLegacyDropdownOpenMonitorDirective, typeof i10.TuiAppearance, typeof i11.TuiIcon, typeof i12.TuiDropdownOptionsDirective, typeof i12.TuiDropdownDriverDirective, typeof i12.TuiDropdownDirective, typeof i12.TuiDropdownComponent, typeof i12.TuiDropdownOpen, typeof i12.TuiDropdownOpenLegacy, typeof i12.TuiDropdownPortal, typeof i12.TuiDropdownManual, typeof i12.TuiDropdownHover, typeof i12.TuiDropdownContext, typeof i12.TuiDropdownPosition, typeof i12.TuiDropdownPositionSided, typeof i12.TuiDropdownSelection], [typeof i1.TuiInputTagComponent, typeof i12.TuiDropdownOptionsDirective, typeof i12.TuiDropdownDriverDirective, typeof i12.TuiDropdownDirective, typeof i12.TuiDropdownComponent, typeof i12.TuiDropdownOpen, typeof i12.TuiDropdownOpenLegacy, typeof i12.TuiDropdownPortal, typeof i12.TuiDropdownManual, typeof i12.TuiDropdownHover, typeof i12.TuiDropdownContext, typeof i12.TuiDropdownPosition, typeof i12.TuiDropdownPositionSided, typeof i12.TuiDropdownSelection]>;
@@ -1,15 +1,28 @@
1
1
  import type { Provider } from '@angular/core';
2
+ import { InjectionToken } from '@angular/core';
2
3
  import type { TuiStatus } from '@taiga-ui/legacy/utils';
4
+ /**
5
+ * TODO(v5): delete it
6
+ * @deprecated use {@link https://taiga-ui.dev/components/input-chip TuiInputChip} instead
7
+ */
3
8
  export interface TuiInputTagOptions {
4
9
  readonly autoColor: boolean;
5
10
  readonly separator: RegExp | string;
6
11
  readonly tagStatus: TuiStatus;
7
12
  readonly uniqueTags: boolean;
8
13
  }
14
+ /**
15
+ * TODO(v5): delete it
16
+ * @deprecated use {@link https://taiga-ui.dev/components/input-chip TuiInputChip} instead
17
+ */
9
18
  export declare const TUI_INPUT_TAG_DEFAULT_OPTIONS: TuiInputTagOptions;
10
19
  /**
11
20
  * @deprecated: drop in v5.0
12
21
  * Default parameters for InputTag component
13
22
  */
14
- export declare const TUI_INPUT_TAG_OPTIONS: import("@angular/core").InjectionToken<TuiInputTagOptions>;
23
+ export declare const TUI_INPUT_TAG_OPTIONS: InjectionToken<TuiInputTagOptions>;
24
+ /**
25
+ * TODO(v5): delete it
26
+ * @deprecated use {@link https://taiga-ui.dev/components/input-chip TuiInputChip} instead
27
+ */
15
28
  export declare function tuiInputTagOptionsProvider(options: Partial<TuiInputTagOptions>): Provider;
@@ -11,6 +11,10 @@ import type { Observable } from 'rxjs';
11
11
  import type { TuiInputTimeOptions } from './input-time.options';
12
12
  import * as i0 from "@angular/core";
13
13
  import * as i1 from "@taiga-ui/core/directives/dropdown";
14
+ /**
15
+ * TODO(v5): delete it
16
+ * @deprecated use new version of {@link https://taiga-ui.dev/components/input-time TuiInputTime} (from @taiga-ui/kit) instead
17
+ */
14
18
  export declare class TuiInputTimeComponent extends AbstractTuiNullableControl<TuiTime> implements TuiFocusableElementAccessor, TuiDataListHost<TuiTime> {
15
19
  private readonly textfield?;
16
20
  private readonly timeTexts$;
@@ -2,6 +2,10 @@ import type { TuiTime, TuiTimeMode } from '@taiga-ui/cdk/date-time';
2
2
  import { AbstractTuiTextfieldHost } from '@taiga-ui/legacy/classes';
3
3
  import type { TuiInputTimeComponent } from './input-time.component';
4
4
  import * as i0 from "@angular/core";
5
+ /**
6
+ * TODO(v5): delete it
7
+ * @deprecated use new version of {@link https://taiga-ui.dev/components/input-time TuiInputTime} (from @taiga-ui/kit) instead
8
+ */
5
9
  export declare class TuiInputTimeDirective extends AbstractTuiTextfieldHost<TuiInputTimeComponent> {
6
10
  get value(): string;
7
11
  get mode(): TuiTimeMode;
@@ -12,6 +12,10 @@ import * as i10 from "@taiga-ui/core/components/icon";
12
12
  import * as i11 from "@taiga-ui/core/directives/appearance";
13
13
  import * as i12 from "@taiga-ui/core/directives/dropdown";
14
14
  import * as i13 from "@taiga-ui/core/components/data-list";
15
+ /**
16
+ * TODO(v5): delete it
17
+ * @deprecated use new version of {@link https://taiga-ui.dev/components/input-time TuiInputTime} (from @taiga-ui/kit) instead
18
+ */
15
19
  export declare class TuiInputTimeModule {
16
20
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputTimeModule, never>;
17
21
  static ɵmod: i0.ɵɵNgModuleDeclaration<TuiInputTimeModule, [typeof i1.TuiInputTimeComponent, typeof i2.TuiNativeTimeComponent, typeof i3.TuiInputTimeDirective], [typeof i4.CommonModule, typeof i5.MaskitoDirective, typeof i6.TuiSelectOptionModule, typeof i7.TuiPrimitiveTextfieldModule, typeof i8.TuiValueAccessorModule, typeof i8.TuiTextfieldControllerModule, typeof i9.PolymorpheusOutlet, typeof i9.PolymorpheusTemplate, typeof i8.TuiLegacyDropdownOpenMonitorDirective, typeof i10.TuiIcon, typeof i11.TuiAppearance, typeof i12.TuiDropdownOptionsDirective, typeof i12.TuiDropdownDriverDirective, typeof i12.TuiDropdownDirective, typeof i12.TuiDropdownComponent, typeof i12.TuiDropdownOpen, typeof i12.TuiDropdownOpenLegacy, typeof i12.TuiDropdownPortal, typeof i12.TuiDropdownManual, typeof i12.TuiDropdownHover, typeof i12.TuiDropdownContext, typeof i12.TuiDropdownPosition, typeof i12.TuiDropdownPositionSided, typeof i12.TuiDropdownSelection, typeof i13.TuiDataListComponent, typeof i13.TuiDataListDirective, typeof i13.TuiOption, typeof i13.TuiOptionNew, typeof i13.TuiOptionWithValue, typeof i13.TuiOptGroup], [typeof i1.TuiInputTimeComponent, typeof i3.TuiInputTimeDirective, typeof i12.TuiDropdownOptionsDirective, typeof i12.TuiDropdownDriverDirective, typeof i12.TuiDropdownDirective, typeof i12.TuiDropdownComponent, typeof i12.TuiDropdownOpen, typeof i12.TuiDropdownOpenLegacy, typeof i12.TuiDropdownPortal, typeof i12.TuiDropdownManual, typeof i12.TuiDropdownHover, typeof i12.TuiDropdownContext, typeof i12.TuiDropdownPosition, typeof i12.TuiDropdownPositionSided, typeof i12.TuiDropdownSelection, typeof i13.TuiDataListComponent, typeof i13.TuiDataListDirective, typeof i13.TuiOption, typeof i13.TuiOptionNew, typeof i13.TuiOptionWithValue, typeof i13.TuiOptGroup]>;
@@ -1,8 +1,13 @@
1
1
  import type { Provider } from '@angular/core';
2
+ import { InjectionToken } from '@angular/core';
2
3
  import type { TuiTimeMode } from '@taiga-ui/cdk/date-time';
3
4
  import type { TuiContext } from '@taiga-ui/cdk/types';
4
5
  import type { TuiSizeL, TuiSizeS } from '@taiga-ui/core/types';
5
6
  import type { PolymorpheusContent } from '@taiga-ui/polymorpheus';
7
+ /**
8
+ * TODO(v5): delete it
9
+ * @deprecated use new version of {@link https://taiga-ui.dev/components/input-time#options TuiInputTime} (from @taiga-ui/kit) instead
10
+ */
6
11
  export interface TuiInputTimeOptions {
7
12
  readonly icon: PolymorpheusContent<TuiContext<TuiSizeL | TuiSizeS>>;
8
13
  readonly itemSize: TuiSizeL | TuiSizeS;
@@ -10,11 +15,29 @@ export interface TuiInputTimeOptions {
10
15
  readonly mode: TuiTimeMode;
11
16
  readonly nativePicker?: boolean;
12
17
  }
18
+ /**
19
+ * TODO(v5): delete it
20
+ * @deprecated use new version of {@link https://taiga-ui.dev/components/input-time#options TuiInputTime} (from @taiga-ui/kit) instead
21
+ */
13
22
  export type TuiTimeFormatParts = 'HH' | 'MM' | 'MS' | 'SS';
23
+ /**
24
+ * TODO(v5): delete it
25
+ * @deprecated use new version of {@link https://taiga-ui.dev/components/input-time#options TuiInputTime} (from @taiga-ui/kit) instead
26
+ */
14
27
  export declare const MAX_TIME_VALUES: Record<TuiTimeFormatParts, number>;
28
+ /**
29
+ * TODO(v5): delete it
30
+ * @deprecated use new version of {@link https://taiga-ui.dev/components/input-time#options TuiInputTime} (from @taiga-ui/kit) instead
31
+ */
15
32
  export declare const TUI_INPUT_TIME_DEFAULT_OPTIONS: TuiInputTimeOptions;
16
33
  /**
34
+ * TODO(v5): delete it
17
35
  * Default parameters for InputTime component
36
+ * @deprecated use new version of {@link https://taiga-ui.dev/components/input-time#options TuiInputTime} (from @taiga-ui/kit) instead
37
+ */
38
+ export declare const TUI_INPUT_TIME_OPTIONS: InjectionToken<TuiInputTimeOptions>;
39
+ /**
40
+ * TODO(v5): delete it
41
+ * @deprecated use new version of {@link https://taiga-ui.dev/components/input-time#options TuiInputTime} (from @taiga-ui/kit) instead
18
42
  */
19
- export declare const TUI_INPUT_TIME_OPTIONS: import("@angular/core").InjectionToken<TuiInputTimeOptions>;
20
43
  export declare function tuiInputTimeOptionsProvider(options: Partial<TuiInputTimeOptions>): Provider;
@@ -20,6 +20,10 @@ import * as i18 from "@taiga-ui/kit/pipes/stringify-content";
20
20
  import * as i19 from "@taiga-ui/core/directives/dropdown";
21
21
  import * as i20 from "@taiga-ui/core/components/data-list";
22
22
  import * as i21 from "@taiga-ui/kit/components/data-list-wrapper";
23
+ /**
24
+ * TODO(v5): delete it
25
+ * @deprecated use new version of {@link https://taiga-ui.dev/components/input-chip TuiInputChip} (from @taiga-ui/kit) instead
26
+ */
23
27
  export declare class TuiMultiSelectModule {
24
28
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiMultiSelectModule, never>;
25
29
  static ɵmod: i0.ɵɵNgModuleDeclaration<TuiMultiSelectModule, [typeof i1.TuiMultiSelectComponent, typeof i2.TuiMultiSelectGroupComponent, typeof i3.TuiMultiSelectGroupDirective, typeof i4.TuiHideSelectedPipe, typeof i5.TuiNativeMultiSelectComponent, typeof i6.TuiNativeMultiSelectGroupComponent, typeof i7.TuiMultiSelectDirective], [typeof i8.CommonModule, typeof i9.FormsModule, typeof i10.PolymorpheusOutlet, typeof i10.PolymorpheusTemplate, typeof i11.TuiWrapperModule, typeof i12.TuiArrowComponent, typeof i13.TuiLet, typeof i14.TuiInputTagModule, typeof i15.TuiMultiSelectOptionModule, typeof i16.TuiMapperPipe, typeof i17.TuiLink, typeof i11.TuiTextfieldControllerModule, typeof i18.TuiStringifyContentPipe, typeof i11.TuiLegacyDropdownOpenMonitorDirective, typeof i19.TuiDropdownOptionsDirective, typeof i19.TuiDropdownDriverDirective, typeof i19.TuiDropdownDirective, typeof i19.TuiDropdownComponent, typeof i19.TuiDropdownOpen, typeof i19.TuiDropdownOpenLegacy, typeof i19.TuiDropdownPortal, typeof i19.TuiDropdownManual, typeof i19.TuiDropdownHover, typeof i19.TuiDropdownContext, typeof i19.TuiDropdownPosition, typeof i19.TuiDropdownPositionSided, typeof i19.TuiDropdownSelection, typeof i20.TuiDataListComponent, typeof i20.TuiDataListDirective, typeof i20.TuiOption, typeof i20.TuiOptionNew, typeof i20.TuiOptionWithValue, typeof i20.TuiOptGroup, typeof i21.TuiDataListWrapperComponent, typeof i21.TuiDataListGroupWrapperComponent, typeof i20.TuiDataListDirective], [typeof i1.TuiMultiSelectComponent, typeof i2.TuiMultiSelectGroupComponent, typeof i3.TuiMultiSelectGroupDirective, typeof i4.TuiHideSelectedPipe, typeof i7.TuiMultiSelectDirective, typeof i5.TuiNativeMultiSelectComponent, typeof i6.TuiNativeMultiSelectGroupComponent, typeof i19.TuiDropdownOptionsDirective, typeof i19.TuiDropdownDriverDirective, typeof i19.TuiDropdownDirective, typeof i19.TuiDropdownComponent, typeof i19.TuiDropdownOpen, typeof i19.TuiDropdownOpenLegacy, typeof i19.TuiDropdownPortal, typeof i19.TuiDropdownManual, typeof i19.TuiDropdownHover, typeof i19.TuiDropdownContext, typeof i19.TuiDropdownPosition, typeof i19.TuiDropdownPositionSided, typeof i19.TuiDropdownSelection, typeof i20.TuiDataListComponent, typeof i20.TuiDataListDirective, typeof i20.TuiOption, typeof i20.TuiOptionNew, typeof i20.TuiOptionWithValue, typeof i20.TuiOptGroup, typeof i21.TuiDataListWrapperComponent, typeof i21.TuiDataListGroupWrapperComponent, typeof i20.TuiDataListDirective]>;
@@ -1,4 +1,5 @@
1
1
  import type { Provider } from '@angular/core';
2
+ import { InjectionToken } from '@angular/core';
2
3
  import type { TuiContext } from '@taiga-ui/cdk/types';
3
4
  import type { PolymorpheusContent } from '@taiga-ui/polymorpheus';
4
5
  export interface TuiMultiSelectOptions<T> {
@@ -10,5 +11,5 @@ export declare const TUI_MULTI_SELECT_DEFAULT_OPTIONS: TuiMultiSelectOptions<unk
10
11
  * @deprecated: drop in v5.0
11
12
  * Default parameters for MultiSelect component
12
13
  */
13
- export declare const TUI_MULTI_SELECT_OPTIONS: import("@angular/core").InjectionToken<TuiMultiSelectOptions<unknown>>;
14
+ export declare const TUI_MULTI_SELECT_OPTIONS: InjectionToken<TuiMultiSelectOptions<unknown>>;
14
15
  export declare function tuiMultiSelectOptionsProvider<T>(options: Partial<TuiMultiSelectOptions<T>>): Provider;
@@ -1,4 +1,5 @@
1
1
  import type { Provider } from '@angular/core';
2
+ import { InjectionToken } from '@angular/core';
2
3
  import type { TuiValueContentContext } from '@taiga-ui/core/types';
3
4
  import type { PolymorpheusContent } from '@taiga-ui/polymorpheus';
4
5
  /**
@@ -17,7 +18,7 @@ export declare const TUI_SELECT_DEFAULT_OPTIONS: TuiSelectOptions<unknown>;
17
18
  * TODO(v5): delete it
18
19
  * @deprecated use new version of {@link https://taiga-ui.dev/components/select TuiSelect} (from @taiga-ui/kit) instead
19
20
  */
20
- export declare const TUI_SELECT_OPTIONS: import("@angular/core").InjectionToken<TuiSelectOptions<unknown>>;
21
+ export declare const TUI_SELECT_OPTIONS: InjectionToken<TuiSelectOptions<unknown>>;
21
22
  /**
22
23
  * TODO(v5): delete it
23
24
  * @deprecated use {@link https://taiga-ui.dev/components/select#override-option-component tuiAsOptionContent} with new version of {@link https://taiga-ui.dev/components/select TuiSelect} (from @taiga-ui/kit) instead
@@ -1,3 +1,4 @@
1
+ import { InjectionToken } from '@angular/core';
1
2
  import type { PolymorpheusContent } from '@taiga-ui/polymorpheus';
2
3
  import type { TuiSheet } from './sheet';
3
4
  /**
@@ -23,4 +24,4 @@ export declare const TUI_SHEET_DEFAULT_OPTIONS: Omit<TuiSheetOptions, 'data'>;
23
24
  * @deprecated: drop in v5.0 use {@link TuiSheetDialog}
24
25
  * https://taiga-ui.dev/components/sheet-dialog
25
26
  */
26
- export declare const TUI_SHEET_OPTIONS: import("@angular/core").InjectionToken<Omit<TuiSheetOptions<undefined, unknown>, "data">>;
27
+ export declare const TUI_SHEET_OPTIONS: InjectionToken<Omit<TuiSheetOptions<undefined, unknown>, "data">>;
@@ -1,17 +1,18 @@
1
+ import { InjectionToken } from '@angular/core';
1
2
  import type { Observable } from 'rxjs';
2
3
  import type { TuiSheetRequiredProps } from './sheet';
3
4
  /**
4
5
  * @deprecated: drop in v5.0 use {@link TuiSheetDialog}
5
6
  * https://taiga-ui.dev/components/sheet-dialog
6
7
  */
7
- export declare const TUI_SHEET: import("@angular/core").InjectionToken<TuiSheetRequiredProps<unknown>>;
8
+ export declare const TUI_SHEET: InjectionToken<TuiSheetRequiredProps<unknown>>;
8
9
  /**
9
10
  * @deprecated: drop in v5.0 use {@link TuiSheetDialog}
10
11
  * https://taiga-ui.dev/components/sheet-dialog
11
12
  */
12
- export declare const TUI_SHEET_SCROLL: import("@angular/core").InjectionToken<Observable<number>>;
13
+ export declare const TUI_SHEET_SCROLL: InjectionToken<Observable<number>>;
13
14
  /**
14
15
  * @deprecated: drop in v5.0 use {@link TuiSheetDialog}
15
16
  * https://taiga-ui.dev/components/sheet-dialog
16
17
  */
17
- export declare const TUI_SHEET_DRAGGED: import("@angular/core").InjectionToken<Observable<boolean>>;
18
+ export declare const TUI_SHEET_DRAGGED: InjectionToken<Observable<boolean>>;
@@ -1,4 +1,5 @@
1
1
  import type { FactoryProvider, Provider } from '@angular/core';
2
+ import { InjectionToken } from '@angular/core';
2
3
  import type { TuiHandler, TuiSafeHtml, TuiStringHandler } from '@taiga-ui/cdk/types';
3
4
  /**
4
5
  * @deprecated: drop in v5.0 use {@link TuiIcon}
@@ -30,12 +31,12 @@ export declare const TUI_SVG_DEFAULT_OPTIONS: TuiSvgOptions;
30
31
  * @deprecated: drop in v5.0 use {@link TuiIcon}
31
32
  * https://taiga-ui.dev/components/icon
32
33
  */
33
- export declare const TUI_SVG_OPTIONS: import("@angular/core").InjectionToken<TuiSvgOptions>;
34
+ export declare const TUI_SVG_OPTIONS: InjectionToken<TuiSvgOptions>;
34
35
  /**
35
36
  * @deprecated: drop in v5.0 use {@link TuiIcon}
36
37
  * https://taiga-ui.dev/components/icon
37
38
  */
38
- export declare const TUI_SVG_SRC_INTERCEPTORS: import("@angular/core").InjectionToken<TuiSvgInterceptorHandler>;
39
+ export declare const TUI_SVG_SRC_INTERCEPTORS: InjectionToken<TuiSvgInterceptorHandler>;
39
40
  /**
40
41
  * @deprecated: drop in v5.0 use {@link TuiIcon}
41
42
  * https://taiga-ui.dev/components/icon
@@ -1,4 +1,5 @@
1
1
  import type { Provider } from '@angular/core';
2
+ import { InjectionToken } from '@angular/core';
2
3
  import { BehaviorSubject } from 'rxjs';
3
4
  /**
4
5
  * @deprecated drop in v5.0 use {@link TuiActionBar}
@@ -13,7 +14,7 @@ export interface TuiTableBarOptions {
13
14
  * @deprecated drop in v5.0 use {@link TuiActionBar}
14
15
  * https://taiga-ui.dev/components/actions-bar
15
16
  */
16
- export declare const TUI_TABLE_BARS: import("@angular/core").InjectionToken<BehaviorSubject<readonly any[]>>;
17
+ export declare const TUI_TABLE_BARS: InjectionToken<BehaviorSubject<readonly any[]>>;
17
18
  /**
18
19
  * @deprecated drop in v5.0 use {@link TuiActionBar}
19
20
  * https://taiga-ui.dev/components/actions-bar
@@ -23,7 +24,7 @@ export declare const TUI_TABLE_BAR_DEFAULT_OPTIONS: TuiTableBarOptions;
23
24
  * @deprecated drop in v5.0 use {@link TuiActionBar}
24
25
  * https://taiga-ui.dev/components/actions-bar
25
26
  */
26
- export declare const TUI_TABLE_BAR_OPTIONS: import("@angular/core").InjectionToken<TuiTableBarOptions>;
27
+ export declare const TUI_TABLE_BAR_OPTIONS: InjectionToken<TuiTableBarOptions>;
27
28
  /**
28
29
  * @deprecated drop in v5.0 use {@link TuiActionBar}
29
30
  * https://taiga-ui.dev/components/actions-bar
@@ -1,4 +1,5 @@
1
1
  import type { Provider } from '@angular/core';
2
+ import { InjectionToken } from '@angular/core';
2
3
  import type { TuiSizeL, TuiSizeS } from '@taiga-ui/core/types';
3
4
  import type { TuiStatus } from '@taiga-ui/legacy/utils';
4
5
  /**
@@ -19,7 +20,7 @@ export declare const TUI_TAG_DEFAULT_OPTIONS: TuiTagOptions;
19
20
  * @deprecated: drop in v5.0 use {@link TuiChip}
20
21
  * https://taiga-ui.dev/components/chip
21
22
  */
22
- export declare const TUI_TAG_OPTIONS: import("@angular/core").InjectionToken<TuiTagOptions>;
23
+ export declare const TUI_TAG_OPTIONS: InjectionToken<TuiTagOptions>;
23
24
  /**
24
25
  * @deprecated: drop in v5.0 use {@link TuiChip}
25
26
  * https://taiga-ui.dev/components/chip
@@ -8,6 +8,10 @@ import * as i0 from "@angular/core";
8
8
  export declare const DEFAULT_ROWS = 20;
9
9
  export declare const LINE_HEIGHT_M = 20;
10
10
  export declare const LINE_HEIGHT_L = 24;
11
+ /**
12
+ * TODO(v5): delete it
13
+ * @deprecated use new version of {@link https://taiga-ui.dev/components/textarea Textarea} (from @taiga-ui/kit) instead
14
+ */
11
15
  export declare class TuiTextareaComponent extends AbstractTuiControl<string> implements TuiFocusableElementAccessor {
12
16
  private readonly focusableElement?;
13
17
  private readonly textfield?;
@@ -1,6 +1,10 @@
1
1
  import { AbstractTuiTextfieldHost } from '@taiga-ui/legacy/classes';
2
2
  import type { TuiTextareaComponent } from './textarea.component';
3
3
  import * as i0 from "@angular/core";
4
+ /**
5
+ * TODO(v5): delete it
6
+ * @deprecated use new version of {@link https://taiga-ui.dev/components/textarea Textarea} (from @taiga-ui/kit) instead
7
+ */
4
8
  export declare class TuiTextareaDirective extends AbstractTuiTextfieldHost<TuiTextareaComponent> {
5
9
  onValueChange(value: string): void;
6
10
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiTextareaDirective, never>;
@@ -10,6 +10,10 @@ import * as i8 from "@taiga-ui/legacy/components/primitive-textfield";
10
10
  import * as i9 from "@taiga-ui/polymorpheus";
11
11
  import * as i10 from "@taiga-ui/core/components/icon";
12
12
  import * as i11 from "@taiga-ui/core/directives/appearance";
13
+ /**
14
+ * TODO(v5): delete it
15
+ * @deprecated use new version of {@link https://taiga-ui.dev/components/textarea Textarea} (from @taiga-ui/kit) instead
16
+ */
13
17
  export declare class TuiTextareaModule {
14
18
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiTextareaModule, never>;
15
19
  static ɵmod: i0.ɵɵNgModuleDeclaration<TuiTextareaModule, [typeof i1.TuiTextareaComponent, typeof i2.TuiTextareaDirective], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i5.TuiScrollbar, typeof i6.TuiTooltipModule, typeof i7.TuiWrapperModule, typeof i8.TuiPrimitiveTextfieldModule, typeof i9.PolymorpheusOutlet, typeof i9.PolymorpheusTemplate, typeof i10.TuiIcon, typeof i11.TuiAppearance], [typeof i1.TuiTextareaComponent, typeof i2.TuiTextareaDirective, typeof i8.TuiTextfieldComponent, typeof i9.PolymorpheusOutlet, typeof i9.PolymorpheusTemplate]>;
@@ -1,6 +1,7 @@
1
+ import { InjectionToken } from '@angular/core';
1
2
  import { AbstractTuiController } from '@taiga-ui/legacy/classes';
2
3
  import * as i0 from "@angular/core";
3
- export declare const TUI_TEXTFIELD_APPEARANCE_DIRECTIVE: import("@angular/core").InjectionToken<TuiTextfieldAppearanceDirective>;
4
+ export declare const TUI_TEXTFIELD_APPEARANCE_DIRECTIVE: InjectionToken<TuiTextfieldAppearanceDirective>;
4
5
  export declare class TuiTextfieldAppearanceDirective extends AbstractTuiController {
5
6
  appearance: string;
6
7
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiTextfieldAppearanceDirective, never>;
@@ -1,6 +1,7 @@
1
+ import { InjectionToken } from '@angular/core';
1
2
  import { AbstractTuiController } from '@taiga-ui/legacy/classes';
2
3
  import * as i0 from "@angular/core";
3
- export declare const TUI_TEXTFIELD_CLEANER: import("@angular/core").InjectionToken<TuiTextfieldCleanerDirective>;
4
+ export declare const TUI_TEXTFIELD_CLEANER: InjectionToken<TuiTextfieldCleanerDirective>;
4
5
  export declare class TuiTextfieldCleanerDirective extends AbstractTuiController {
5
6
  cleaner: boolean;
6
7
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiTextfieldCleanerDirective, never>;
@@ -1,4 +1,5 @@
1
1
  import type { Provider } from '@angular/core';
2
+ import { InjectionToken } from '@angular/core';
2
3
  import { TuiTextfieldController } from './textfield.controller';
3
- export declare const TUI_TEXTFIELD_WATCHED_CONTROLLER: import("@angular/core").InjectionToken<TuiTextfieldController>;
4
+ export declare const TUI_TEXTFIELD_WATCHED_CONTROLLER: InjectionToken<TuiTextfieldController>;
4
5
  export declare const TEXTFIELD_CONTROLLER_PROVIDER: Provider;
@@ -1,7 +1,8 @@
1
+ import { InjectionToken } from '@angular/core';
1
2
  import { AbstractTuiController } from '@taiga-ui/legacy/classes';
2
3
  import type { PolymorpheusContent } from '@taiga-ui/polymorpheus';
3
4
  import * as i0 from "@angular/core";
4
- export declare const TUI_TEXTFIELD_CUSTOM_CONTENT: import("@angular/core").InjectionToken<TuiTextfieldCustomContentDirective>;
5
+ export declare const TUI_TEXTFIELD_CUSTOM_CONTENT: InjectionToken<TuiTextfieldCustomContentDirective>;
5
6
  export declare class TuiTextfieldCustomContentDirective extends AbstractTuiController {
6
7
  customContent: PolymorpheusContent;
7
8
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiTextfieldCustomContentDirective, never>;
@@ -1,6 +1,7 @@
1
+ import { InjectionToken } from '@angular/core';
1
2
  import { AbstractTuiController } from '@taiga-ui/legacy/classes';
2
3
  import * as i0 from "@angular/core";
3
- export declare const TUI_TEXTFIELD_FILLER: import("@angular/core").InjectionToken<TuiTextfieldFillerDirective>;
4
+ export declare const TUI_TEXTFIELD_FILLER: InjectionToken<TuiTextfieldFillerDirective>;
4
5
  export declare class TuiTextfieldFillerDirective extends AbstractTuiController {
5
6
  filler: string;
6
7
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiTextfieldFillerDirective, never>;
@@ -1,9 +1,10 @@
1
+ import { InjectionToken } from '@angular/core';
1
2
  import type { TuiContext } from '@taiga-ui/cdk/types';
2
3
  import type { TuiSizeL, TuiSizeS } from '@taiga-ui/core/types';
3
4
  import { AbstractTuiController } from '@taiga-ui/legacy/classes';
4
5
  import type { PolymorpheusContent } from '@taiga-ui/polymorpheus';
5
6
  import * as i0 from "@angular/core";
6
- export declare const TUI_TEXTFIELD_ICON_LEFT: import("@angular/core").InjectionToken<TuiTextfieldIconLeftDirective>;
7
+ export declare const TUI_TEXTFIELD_ICON_LEFT: InjectionToken<TuiTextfieldIconLeftDirective>;
7
8
  export declare class TuiTextfieldIconLeftDirective extends AbstractTuiController {
8
9
  iconStart: PolymorpheusContent<TuiContext<TuiSizeL | TuiSizeS>>;
9
10
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiTextfieldIconLeftDirective, never>;