@taiga-ui/legacy 4.52.0-canary.932d3ef → 4.52.0-canary.974ca4b

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 (249) hide show
  1. package/README.md +1 -1
  2. package/classes/abstract-textfield-host.d.ts +1 -1
  3. package/components/arrow/arrow.options.d.ts +1 -3
  4. package/components/arrow/arrow.providers.d.ts +1 -6
  5. package/components/dialog/dialog.component.d.ts +19 -0
  6. package/components/dialog/dialog.directive.d.ts +8 -0
  7. package/components/dialog/dialog.factory.d.ts +16 -0
  8. package/components/dialog/dialog.interfaces.d.ts +30 -0
  9. package/components/dialog/dialog.service.d.ts +10 -0
  10. package/components/dialog/dialog.tokens.d.ts +6 -0
  11. package/components/dialog/index.d.ts +6 -0
  12. package/components/index.d.ts +3 -19
  13. package/components/input/input.module.d.ts +4 -4
  14. package/components/input-date-range/input-date-range.component.d.ts +1 -2
  15. package/components/input-date-range/input-date-range.module.d.ts +8 -9
  16. package/components/input-date-time/input-date-time.component.d.ts +5 -5
  17. package/components/input-date-time/input-date-time.module.d.ts +6 -6
  18. package/components/input-month-range/input-month-range.module.d.ts +3 -3
  19. package/components/input-number/input-number.component.d.ts +1 -2
  20. package/components/input-number/input-number.module.d.ts +5 -5
  21. package/components/input-number/input-number.options.d.ts +1 -7
  22. package/components/input-range/input-range.component.d.ts +1 -1
  23. package/components/input-range/input-range.module.d.ts +4 -4
  24. package/components/mobile-dialog/index.d.ts +3 -0
  25. package/components/mobile-dialog/mobile-dialog.component.d.ts +10 -0
  26. package/components/mobile-dialog/mobile-dialog.options.d.ts +10 -0
  27. package/components/mobile-dialog/mobile-dialog.service.d.ts +14 -0
  28. package/components/pdf-viewer/index.d.ts +4 -0
  29. package/components/pdf-viewer/pdf-viewer.component.d.ts +12 -0
  30. package/components/pdf-viewer/pdf-viewer.directive.d.ts +8 -0
  31. package/components/pdf-viewer/pdf-viewer.options.d.ts +11 -0
  32. package/components/pdf-viewer/pdf-viewer.service.d.ts +17 -0
  33. package/components/primitive-textfield/primitive-textfield-options.d.ts +2 -2
  34. package/components/primitive-textfield/primitive-textfield.module.d.ts +5 -5
  35. package/components/select/select.module.d.ts +8 -8
  36. package/components/select/select.options.d.ts +1 -7
  37. package/components/select-option/select-option.module.d.ts +3 -3
  38. package/directives/textfield-controller/textfield.options.d.ts +1 -3
  39. package/fesm2022/taiga-ui-legacy-classes.mjs +1 -3
  40. package/fesm2022/taiga-ui-legacy-classes.mjs.map +1 -1
  41. package/fesm2022/taiga-ui-legacy-components-arrow.mjs +4 -17
  42. package/fesm2022/taiga-ui-legacy-components-arrow.mjs.map +1 -1
  43. package/fesm2022/taiga-ui-legacy-components-dialog.mjs +136 -0
  44. package/fesm2022/taiga-ui-legacy-components-dialog.mjs.map +1 -0
  45. package/fesm2022/taiga-ui-legacy-components-input-date-range.mjs +33 -43
  46. package/fesm2022/taiga-ui-legacy-components-input-date-range.mjs.map +1 -1
  47. package/fesm2022/taiga-ui-legacy-components-input-date-time.mjs +30 -36
  48. package/fesm2022/taiga-ui-legacy-components-input-date-time.mjs.map +1 -1
  49. package/fesm2022/taiga-ui-legacy-components-input-month-range.mjs +10 -10
  50. package/fesm2022/taiga-ui-legacy-components-input-month-range.mjs.map +1 -1
  51. package/fesm2022/taiga-ui-legacy-components-input-number.mjs +28 -43
  52. package/fesm2022/taiga-ui-legacy-components-input-number.mjs.map +1 -1
  53. package/fesm2022/taiga-ui-legacy-components-input-range.mjs +18 -18
  54. package/fesm2022/taiga-ui-legacy-components-input-range.mjs.map +1 -1
  55. package/fesm2022/taiga-ui-legacy-components-input-slider.mjs +3 -3
  56. package/fesm2022/taiga-ui-legacy-components-input-slider.mjs.map +1 -1
  57. package/fesm2022/taiga-ui-legacy-components-input.mjs +9 -9
  58. package/fesm2022/taiga-ui-legacy-components-input.mjs.map +1 -1
  59. package/fesm2022/taiga-ui-legacy-components-mobile-dialog.mjs +62 -0
  60. package/fesm2022/taiga-ui-legacy-components-mobile-dialog.mjs.map +1 -0
  61. package/fesm2022/taiga-ui-legacy-components-pdf-viewer.mjs +88 -0
  62. package/fesm2022/taiga-ui-legacy-components-pdf-viewer.mjs.map +1 -0
  63. package/fesm2022/taiga-ui-legacy-components-primitive-textfield.mjs +18 -18
  64. package/fesm2022/taiga-ui-legacy-components-primitive-textfield.mjs.map +1 -1
  65. package/fesm2022/taiga-ui-legacy-components-select-option.mjs +6 -6
  66. package/fesm2022/taiga-ui-legacy-components-select-option.mjs.map +1 -1
  67. package/fesm2022/taiga-ui-legacy-components-select.mjs +31 -40
  68. package/fesm2022/taiga-ui-legacy-components-select.mjs.map +1 -1
  69. package/fesm2022/taiga-ui-legacy-components.mjs +3 -19
  70. package/fesm2022/taiga-ui-legacy-components.mjs.map +1 -1
  71. package/fesm2022/taiga-ui-legacy-directives-legacy-dropdown-open-monitor.mjs +0 -1
  72. package/fesm2022/taiga-ui-legacy-directives-legacy-dropdown-open-monitor.mjs.map +1 -1
  73. package/fesm2022/taiga-ui-legacy-directives-textfield-controller.mjs +3 -7
  74. package/fesm2022/taiga-ui-legacy-directives-textfield-controller.mjs.map +1 -1
  75. package/fesm2022/taiga-ui-legacy-directives-unfinished-validator.mjs +1 -3
  76. package/fesm2022/taiga-ui-legacy-directives-unfinished-validator.mjs.map +1 -1
  77. package/fesm2022/taiga-ui-legacy-utils.mjs +1 -7
  78. package/fesm2022/taiga-ui-legacy-utils.mjs.map +1 -1
  79. package/fesm2022/taiga-ui-legacy.mjs +0 -2
  80. package/fesm2022/taiga-ui-legacy.mjs.map +1 -1
  81. package/index.d.ts +0 -2
  82. package/package.json +14 -95
  83. package/utils/icons-path-factory.d.ts +1 -1
  84. package/utils/index.d.ts +0 -1
  85. package/components/color-selector/color-edit/color-edit.component.d.ts +0 -18
  86. package/components/color-selector/color-edit/color-edit.module.d.ts +0 -21
  87. package/components/color-selector/color-picker/color-picker.component.d.ts +0 -22
  88. package/components/color-selector/color-picker/color-picker.module.d.ts +0 -14
  89. package/components/color-selector/color-selector.component.d.ts +0 -47
  90. package/components/color-selector/color-selector.module.d.ts +0 -24
  91. package/components/color-selector/color-selector.options.d.ts +0 -25
  92. package/components/color-selector/flat-picker/flat-picker.component.d.ts +0 -12
  93. package/components/color-selector/flat-picker/flat-picker.module.d.ts +0 -12
  94. package/components/color-selector/index.d.ts +0 -16
  95. package/components/color-selector/linear-multi-picker/linear-multi-picker.component.d.ts +0 -17
  96. package/components/color-selector/linear-multi-picker/linear-multi-picker.module.d.ts +0 -12
  97. package/components/color-selector/linear-picker/linear-picker.component.d.ts +0 -10
  98. package/components/color-selector/linear-picker/linear-picker.module.d.ts +0 -12
  99. package/components/color-selector/palette/palette.component.d.ts +0 -10
  100. package/components/color-selector/palette/palette.module.d.ts +0 -13
  101. package/components/color-selector/services/picker.service.d.ts +0 -15
  102. package/components/combo-box/combo-box-strict.directive.d.ts +0 -12
  103. package/components/combo-box/combo-box.component.d.ts +0 -52
  104. package/components/combo-box/combo-box.directive.d.ts +0 -13
  105. package/components/combo-box/combo-box.module.d.ts +0 -20
  106. package/components/combo-box/index.d.ts +0 -4
  107. package/components/input-color/index.d.ts +0 -2
  108. package/components/input-color/input-color.component.d.ts +0 -30
  109. package/components/input-color/input-color.module.d.ts +0 -17
  110. package/components/input-copy/index.d.ts +0 -4
  111. package/components/input-copy/input-copy.component.d.ts +0 -33
  112. package/components/input-copy/input-copy.directive.d.ts +0 -11
  113. package/components/input-copy/input-copy.module.d.ts +0 -18
  114. package/components/input-copy/input-copy.options.d.ts +0 -26
  115. package/components/input-date/index.d.ts +0 -3
  116. package/components/input-date/input-date.component.d.ts +0 -62
  117. package/components/input-date/input-date.directive.d.ts +0 -19
  118. package/components/input-date/input-date.module.d.ts +0 -24
  119. package/components/input-date/native-date/native-date.component.d.ts +0 -15
  120. package/components/input-date-multi/index.d.ts +0 -2
  121. package/components/input-date-multi/input-date-multi.component.d.ts +0 -66
  122. package/components/input-date-multi/input-date-multi.module.d.ts +0 -20
  123. package/components/input-month/index.d.ts +0 -3
  124. package/components/input-month/input-month.component.d.ts +0 -44
  125. package/components/input-month/input-month.directive.d.ts +0 -19
  126. package/components/input-month/input-month.module.d.ts +0 -19
  127. package/components/input-password/index.d.ts +0 -4
  128. package/components/input-password/input-password.component.d.ts +0 -33
  129. package/components/input-password/input-password.directive.d.ts +0 -15
  130. package/components/input-password/input-password.module.d.ts +0 -19
  131. package/components/input-password/input-password.options.d.ts +0 -25
  132. package/components/input-phone/index.d.ts +0 -4
  133. package/components/input-phone/input-phone.component.d.ts +0 -49
  134. package/components/input-phone/input-phone.directive.d.ts +0 -13
  135. package/components/input-phone/input-phone.module.d.ts +0 -12
  136. package/components/input-phone/input-phone.options.d.ts +0 -13
  137. package/components/input-phone/utils/complete-phone-insertion-preprocessor.d.ts +0 -9
  138. package/components/input-phone/utils/create-phone-mask-expression.d.ts +0 -7
  139. package/components/input-phone/utils/index.d.ts +0 -2
  140. package/components/input-phone-international/index.d.ts +0 -3
  141. package/components/input-phone-international/input-phone-international.component.d.ts +0 -43
  142. package/components/input-phone-international/input-phone-international.options.d.ts +0 -25
  143. package/components/input-phone-international/utils/extract-value-from-event.d.ts +0 -4
  144. package/components/input-tag/index.d.ts +0 -3
  145. package/components/input-tag/input-tag.component.d.ts +0 -103
  146. package/components/input-tag/input-tag.module.d.ts +0 -22
  147. package/components/input-tag/input-tag.options.d.ts +0 -27
  148. package/components/input-time/index.d.ts +0 -4
  149. package/components/input-time/input-time.component.d.ts +0 -62
  150. package/components/input-time/input-time.directive.d.ts +0 -17
  151. package/components/input-time/input-time.module.d.ts +0 -23
  152. package/components/input-time/input-time.options.d.ts +0 -42
  153. package/components/input-time/native-time/native-time.component.d.ts +0 -12
  154. package/components/input-year/index.d.ts +0 -3
  155. package/components/input-year/input-year.component.d.ts +0 -36
  156. package/components/input-year/input-year.directive.d.ts +0 -14
  157. package/components/input-year/input-year.module.d.ts +0 -18
  158. package/components/multi-select/hide-selected.pipe.d.ts +0 -11
  159. package/components/multi-select/index.d.ts +0 -10
  160. package/components/multi-select/multi-select-group/multi-select-group.component.d.ts +0 -23
  161. package/components/multi-select/multi-select-group/multi-select-group.directive.d.ts +0 -8
  162. package/components/multi-select/multi-select.component.d.ts +0 -71
  163. package/components/multi-select/multi-select.directive.d.ts +0 -14
  164. package/components/multi-select/multi-select.module.d.ts +0 -31
  165. package/components/multi-select/multi-select.options.d.ts +0 -14
  166. package/components/multi-select/native-multi-select/native-multi-select-group.component.d.ts +0 -9
  167. package/components/multi-select/native-multi-select/native-multi-select.component.d.ts +0 -8
  168. package/components/multi-select/native-multi-select/native-multi-select.d.ts +0 -11
  169. package/components/multi-select-option/index.d.ts +0 -2
  170. package/components/multi-select-option/multi-select-option.component.d.ts +0 -9
  171. package/components/multi-select-option/multi-select-option.module.d.ts +0 -9
  172. package/components/svg/content-processor.d.ts +0 -19
  173. package/components/svg/deprecated-icons.d.ts +0 -5
  174. package/components/svg/index.d.ts +0 -5
  175. package/components/svg/svg-options.d.ts +0 -50
  176. package/components/svg/svg.component.d.ts +0 -50
  177. package/components/svg/svg.service.d.ts +0 -21
  178. package/components/table-bar/index.d.ts +0 -4
  179. package/components/table-bar/table-bar.component.d.ts +0 -17
  180. package/components/table-bar/table-bar.directive.d.ts +0 -11
  181. package/components/table-bar/table-bar.options.d.ts +0 -31
  182. package/components/table-bar/table-bars-host.component.d.ts +0 -10
  183. package/components/table-bar/table-bars.service.d.ts +0 -11
  184. package/components/tag/index.d.ts +0 -3
  185. package/components/tag/tag.component.d.ts +0 -44
  186. package/components/tag/tag.module.d.ts +0 -16
  187. package/components/tag/tag.options.d.ts +0 -27
  188. package/components/textarea/index.d.ts +0 -3
  189. package/components/textarea/textarea.component.d.ts +0 -54
  190. package/components/textarea/textarea.directive.d.ts +0 -12
  191. package/components/textarea/textarea.module.d.ts +0 -21
  192. package/fesm2022/taiga-ui-legacy-components-color-selector.mjs +0 -730
  193. package/fesm2022/taiga-ui-legacy-components-color-selector.mjs.map +0 -1
  194. package/fesm2022/taiga-ui-legacy-components-combo-box.mjs +0 -300
  195. package/fesm2022/taiga-ui-legacy-components-combo-box.mjs.map +0 -1
  196. package/fesm2022/taiga-ui-legacy-components-input-color.mjs +0 -127
  197. package/fesm2022/taiga-ui-legacy-components-input-color.mjs.map +0 -1
  198. package/fesm2022/taiga-ui-legacy-components-input-copy.mjs +0 -197
  199. package/fesm2022/taiga-ui-legacy-components-input-copy.mjs.map +0 -1
  200. package/fesm2022/taiga-ui-legacy-components-input-date-multi.mjs +0 -272
  201. package/fesm2022/taiga-ui-legacy-components-input-date-multi.mjs.map +0 -1
  202. package/fesm2022/taiga-ui-legacy-components-input-date.mjs +0 -372
  203. package/fesm2022/taiga-ui-legacy-components-input-date.mjs.map +0 -1
  204. package/fesm2022/taiga-ui-legacy-components-input-month.mjs +0 -231
  205. package/fesm2022/taiga-ui-legacy-components-input-month.mjs.map +0 -1
  206. package/fesm2022/taiga-ui-legacy-components-input-password.mjs +0 -187
  207. package/fesm2022/taiga-ui-legacy-components-input-password.mjs.map +0 -1
  208. package/fesm2022/taiga-ui-legacy-components-input-phone-international.mjs +0 -215
  209. package/fesm2022/taiga-ui-legacy-components-input-phone-international.mjs.map +0 -1
  210. package/fesm2022/taiga-ui-legacy-components-input-phone.mjs +0 -358
  211. package/fesm2022/taiga-ui-legacy-components-input-phone.mjs.map +0 -1
  212. package/fesm2022/taiga-ui-legacy-components-input-tag.mjs +0 -524
  213. package/fesm2022/taiga-ui-legacy-components-input-tag.mjs.map +0 -1
  214. package/fesm2022/taiga-ui-legacy-components-input-time.mjs +0 -430
  215. package/fesm2022/taiga-ui-legacy-components-input-time.mjs.map +0 -1
  216. package/fesm2022/taiga-ui-legacy-components-input-year.mjs +0 -188
  217. package/fesm2022/taiga-ui-legacy-components-input-year.mjs.map +0 -1
  218. package/fesm2022/taiga-ui-legacy-components-multi-select-option.mjs +0 -47
  219. package/fesm2022/taiga-ui-legacy-components-multi-select-option.mjs.map +0 -1
  220. package/fesm2022/taiga-ui-legacy-components-multi-select.mjs +0 -690
  221. package/fesm2022/taiga-ui-legacy-components-multi-select.mjs.map +0 -1
  222. package/fesm2022/taiga-ui-legacy-components-svg.mjs +0 -387
  223. package/fesm2022/taiga-ui-legacy-components-svg.mjs.map +0 -1
  224. package/fesm2022/taiga-ui-legacy-components-table-bar.mjs +0 -147
  225. package/fesm2022/taiga-ui-legacy-components-table-bar.mjs.map +0 -1
  226. package/fesm2022/taiga-ui-legacy-components-tag.mjs +0 -225
  227. package/fesm2022/taiga-ui-legacy-components-tag.mjs.map +0 -1
  228. package/fesm2022/taiga-ui-legacy-components-textarea.mjs +0 -262
  229. package/fesm2022/taiga-ui-legacy-components-textarea.mjs.map +0 -1
  230. package/fesm2022/taiga-ui-legacy-pipes-format-phone.mjs +0 -59
  231. package/fesm2022/taiga-ui-legacy-pipes-format-phone.mjs.map +0 -1
  232. package/fesm2022/taiga-ui-legacy-pipes-iso-to-country-code.mjs +0 -50
  233. package/fesm2022/taiga-ui-legacy-pipes-iso-to-country-code.mjs.map +0 -1
  234. package/fesm2022/taiga-ui-legacy-pipes-to-country-code.mjs +0 -80
  235. package/fesm2022/taiga-ui-legacy-pipes-to-country-code.mjs.map +0 -1
  236. package/fesm2022/taiga-ui-legacy-pipes.mjs +0 -8
  237. package/fesm2022/taiga-ui-legacy-pipes.mjs.map +0 -1
  238. package/fesm2022/taiga-ui-legacy-services.mjs +0 -42
  239. package/fesm2022/taiga-ui-legacy-services.mjs.map +0 -1
  240. package/pipes/format-phone/format-phone.pipe.d.ts +0 -37
  241. package/pipes/format-phone/index.d.ts +0 -1
  242. package/pipes/index.d.ts +0 -3
  243. package/pipes/iso-to-country-code/index.d.ts +0 -1
  244. package/pipes/iso-to-country-code/iso-to-country-code.pipe.d.ts +0 -30
  245. package/pipes/to-country-code/index.d.ts +0 -1
  246. package/pipes/to-country-code/to-country-code.pipe.d.ts +0 -38
  247. package/services/index.d.ts +0 -1
  248. package/services/static-request.service.d.ts +0 -11
  249. package/utils/is-apple.d.ts +0 -5
@@ -1,54 +0,0 @@
1
- import { type TuiContext } from '@taiga-ui/cdk/types';
2
- import { TuiHintOptionsDirective } from '@taiga-ui/core/directives/hint';
3
- import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
4
- import { AbstractTuiControl } from '@taiga-ui/legacy/classes';
5
- import { type TuiFocusableElementAccessor } from '@taiga-ui/legacy/tokens';
6
- import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
7
- import * as i0 from "@angular/core";
8
- export declare const DEFAULT_ROWS = 20;
9
- export declare const LINE_HEIGHT_M = 20;
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
- */
15
- export declare class TuiTextareaComponent extends AbstractTuiControl<string> implements TuiFocusableElementAccessor {
16
- private readonly focusableElement?;
17
- private readonly textfield?;
18
- private readonly options;
19
- protected readonly isIOS: boolean;
20
- protected readonly controller: import("@taiga-ui/legacy/directives").TuiTextfieldController;
21
- protected readonly hintOptions: TuiHintOptionsDirective | null;
22
- rows: number;
23
- maxLength: number | null;
24
- expandable: boolean;
25
- get nativeFocusableElement(): HTMLTextAreaElement | null;
26
- get focused(): boolean;
27
- get computeMaxHeight(): number | null;
28
- onValueChange(value: string): void;
29
- protected get labelOutside(): boolean;
30
- protected get size(): TuiSizeL | TuiSizeS;
31
- protected get borderStart(): number;
32
- protected get borderEnd(): number;
33
- protected get hasTooltip(): boolean;
34
- protected get hasValue(): boolean;
35
- protected get hasCounter(): boolean;
36
- protected get appearance(): string;
37
- protected get hasCleaner(): boolean;
38
- protected get hasPlaceholder(): boolean;
39
- protected get hasCustomContent(): boolean;
40
- protected get iconLeftContent(): PolymorpheusContent<TuiContext<TuiSizeL | TuiSizeS>>;
41
- protected get iconContent(): PolymorpheusContent<TuiContext<TuiSizeL | TuiSizeS>>;
42
- protected get iconCleaner(): PolymorpheusContent<TuiContext<TuiSizeL | TuiSizeS>>;
43
- protected get hasExampleText(): boolean;
44
- protected get placeholderRaised(): boolean;
45
- protected get fittedContent(): string;
46
- protected get extraContent(): string;
47
- protected onFocused(focused: boolean): void;
48
- protected onMouseDown(event: MouseEvent): void;
49
- protected getFallbackValue(): string;
50
- private get lineHeight();
51
- private get placeholderRaisable();
52
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiTextareaComponent, never>;
53
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiTextareaComponent, "tui-textarea", never, { "rows": { "alias": "rows"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "expandable": { "alias": "expandable"; "required": false; }; }, {}, ["textfield"], ["*", "textarea"], false, never>;
54
- }
@@ -1,12 +0,0 @@
1
- import { AbstractTuiTextfieldHost } from '@taiga-ui/legacy/classes';
2
- import { type TuiTextareaComponent } from './textarea.component';
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
- */
8
- export declare class TuiTextareaDirective extends AbstractTuiTextfieldHost<TuiTextareaComponent> {
9
- onValueChange(value: string): void;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiTextareaDirective, never>;
11
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiTextareaDirective, "tui-textarea", never, {}, {}, never, never, false, never>;
12
- }
@@ -1,21 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./textarea.component";
3
- import * as i2 from "./textarea.directive";
4
- import * as i3 from "@angular/common";
5
- import * as i4 from "@angular/forms";
6
- import * as i5 from "@taiga-ui/core/components/scrollbar";
7
- import * as i6 from "@taiga-ui/legacy/components/tooltip";
8
- import * as i7 from "@taiga-ui/legacy/directives";
9
- import * as i8 from "@taiga-ui/legacy/components/primitive-textfield";
10
- import * as i9 from "@taiga-ui/polymorpheus";
11
- import * as i10 from "@taiga-ui/core/components/icon";
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
- */
17
- export declare class TuiTextareaModule {
18
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiTextareaModule, never>;
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]>;
20
- static ɵinj: i0.ɵɵInjectorDeclaration<TuiTextareaModule>;
21
- }