@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
package/README.md CHANGED
@@ -14,7 +14,7 @@ consisting of multiple base libraries and several add-ons
14
14
 
15
15
  ## How to install
16
16
 
17
- ```
17
+ ```bash
18
18
  npm i @taiga-ui/legacy
19
19
  ```
20
20
 
@@ -6,12 +6,12 @@ import * as i0 from "@angular/core";
6
6
  */
7
7
  export declare abstract class AbstractTuiTextfieldHost<T extends AbstractTuiControl<any>> implements TuiTextfieldHost {
8
8
  protected readonly host: T;
9
+ readonly inputMode: TuiTextfieldHost['inputMode'];
9
10
  abstract onValueChange(value: string): void;
10
11
  get readOnly(): boolean;
11
12
  get disabled(): boolean;
12
13
  get invalid(): boolean;
13
14
  get focusable(): boolean;
14
- get inputMode(): TuiTextfieldHost['inputMode'];
15
15
  get value(): string;
16
16
  process(_input: HTMLInputElement): void;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<AbstractTuiTextfieldHost<any>, never>;
@@ -1,4 +1,3 @@
1
- import { InjectionToken, type Provider } from '@angular/core';
2
1
  import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
3
2
  /**
4
3
  * @deprecated: drop in v5.0 use {@link TuiChevron}
@@ -15,5 +14,4 @@ export declare const TUI_ARROW_DEFAULT_OPTIONS: TuiArrowOptions;
15
14
  * @deprecated: drop in v5.0
16
15
  * Default parameters for arrow component
17
16
  */
18
- export declare const TUI_ARROW_OPTIONS: InjectionToken<TuiArrowOptions>;
19
- export declare function tuiArrowOptionsProvider(options: Partial<TuiArrowOptions>): Provider;
17
+ export declare const TUI_ARROW_OPTIONS: import("@angular/core").InjectionToken<TuiArrowOptions>, tuiArrowOptionsProvider: (item: Partial<TuiArrowOptions> | (() => Partial<TuiArrowOptions>)) => import("@angular/core").FactoryProvider;
@@ -1,4 +1,3 @@
1
- import { InjectionToken, type Provider } from '@angular/core';
2
1
  import { type TuiContext } from '@taiga-ui/cdk/types';
3
2
  import { type TuiSizeL, type TuiSizeM, type TuiSizeS } from '@taiga-ui/core/types';
4
3
  import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
@@ -16,8 +15,4 @@ export declare const TUI_ARROW_DEFAULT_MODE: TuiArrowMode;
16
15
  /**
17
16
  * @deprecated: drop in v5.0 use {@link TuiChevron}
18
17
  */
19
- export declare const TUI_ARROW_MODE: InjectionToken<TuiArrowMode>;
20
- /**
21
- * @deprecated: drop in v5.0 use {@link TuiChevron}
22
- */
23
- export declare function tuiArrowModeProvider(options: Partial<TuiArrowMode>): Provider;
18
+ export declare const TUI_ARROW_MODE: import("@angular/core").InjectionToken<TuiArrowMode>, tuiArrowModeProvider: (item: Partial<TuiArrowMode> | (() => Partial<TuiArrowMode>)) => import("@angular/core").FactoryProvider;
@@ -0,0 +1,19 @@
1
+ import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
2
+ import { Subject } from 'rxjs';
3
+ import { type TuiDialogContext, type TuiDialogSize } from './dialog.interfaces';
4
+ import * as i0 from "@angular/core";
5
+ import * as i1 from "@taiga-ui/cdk/directives/animated";
6
+ export declare class TuiDialogComponent<O, I> {
7
+ protected readonly close$: Subject<void>;
8
+ protected readonly context: TuiDialogContext<I, O>;
9
+ protected readonly closeWord: import("@angular/core").Signal<string>;
10
+ protected readonly icons: import("@taiga-ui/core/tokens").TuiCommonIcons;
11
+ protected readonly from: import("@angular/core").Signal<"translateY(100vh)" | "translateY(2.5rem)">;
12
+ protected readonly isMobile: import("@angular/core").Signal<boolean | undefined>;
13
+ constructor();
14
+ protected get size(): TuiDialogSize;
15
+ protected get header(): PolymorpheusContent<TuiDialogContext<I, O>>;
16
+ private close;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiDialogComponent<any, any>, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<TuiDialogComponent<any, any>, "tui-dialog-legacy", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiAnimated; inputs: {}; outputs: {}; }]>;
19
+ }
@@ -0,0 +1,8 @@
1
+ import { type TuiDialogOptions } from './dialog.interfaces';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "@taiga-ui/cdk/portals";
4
+ export declare class TuiDialog<T> {
5
+ readonly tuiDialogOptions: import("@angular/core").InputSignal<Partial<TuiDialogOptions<T>>>;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiDialog<any>, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TuiDialog<any>, "ng-template[tuiDialog]", never, { "tuiDialogOptions": { "alias": "tuiDialogOptions"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiPortalDirective; inputs: { "options": "tuiDialogOptions"; "open": "tuiDialog"; }; outputs: { "openChange": "tuiDialogChange"; }; }]>;
8
+ }
@@ -0,0 +1,16 @@
1
+ import { type Injector } from '@angular/core';
2
+ import { type Observable } from 'rxjs';
3
+ import { type TuiDialogContext, type TuiDialogOptions } from './dialog.interfaces';
4
+ type SingleUnionOrNever<T, U = T> = [T] extends [never] ? never : T extends U ? [U] extends [T] ? T : never : never;
5
+ type ReplaceAny<T> = 0 extends T & 1 ? void : T;
6
+ type ContextKeys<T> = {
7
+ [K in keyof T]: ReplaceAny<T[K]> extends TuiDialogContext<any, any> | null ? K : never;
8
+ }[keyof T];
9
+ type AssertNotMultipleContexts<T, K extends keyof T> = [K] extends [never] ? new (...args: any[]) => T : [SingleUnionOrNever<K>] extends [never] ? 'Component has multiple context. Cannot determine the type...' : new (...args: any[]) => T;
10
+ type ExtractDialogData<T, K extends keyof T = ContextKeys<T>> = [K] extends [never] ? void : [SingleUnionOrNever<K>] extends [never] ? never : T[K] extends TuiDialogContext<any, infer D> | null ? D : void;
11
+ type ExtractDialogResult<T, K extends keyof T = ContextKeys<T>> = [K] extends [never] ? void : [SingleUnionOrNever<K>] extends [never] ? never : T[K] extends TuiDialogContext<infer R, any> | null ? R : void;
12
+ type Options<T> = Omit<TuiDialogOptions<T>, 'data'> & {
13
+ injector: Injector;
14
+ };
15
+ export declare function tuiDialog<T, K extends ContextKeys<T>, D extends ExtractDialogData<T, K>, R extends ExtractDialogResult<T, K>>(component: AssertNotMultipleContexts<T, K>, { injector, ...options }?: Partial<Options<D>>): (data: D) => Observable<R>;
16
+ export {};
@@ -0,0 +1,30 @@
1
+ import { type TuiPortalContext } from '@taiga-ui/cdk/portals';
2
+ import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
3
+ import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
4
+ import { type Observable } from 'rxjs';
5
+ export type TuiDialogSize = TuiSizeL | TuiSizeS | 'auto' | 'fullscreen' | 'page';
6
+ /**
7
+ * Options for a dialog
8
+ *
9
+ * appearance - data-appearance attribute of the dialog ('' by default)
10
+ * size - size of the dialog ('m' by default)
11
+ * required - closing dialog throws (false by default)
12
+ * closable - show close button (true by default)
13
+ * dismissible - close dialog by Esc button or click on overlay (true by default)
14
+ * label - string title for the dialog ('' by default)
15
+ * header - content above title ('' by default)
16
+ * data - arbitrary data for dialog
17
+ */
18
+ export interface TuiDialogOptions<I> {
19
+ readonly appearance: string;
20
+ readonly closable: Observable<boolean> | boolean;
21
+ readonly data: I extends void ? undefined : I & {
22
+ button?: string;
23
+ };
24
+ readonly dismissible: Observable<boolean> | boolean;
25
+ readonly header: PolymorpheusContent<TuiDialogContext<I, any>>;
26
+ readonly label: string;
27
+ readonly required: boolean;
28
+ readonly size: TuiDialogSize;
29
+ }
30
+ export type TuiDialogContext<O = void, I = undefined> = TuiPortalContext<TuiDialogOptions<I>, O>;
@@ -0,0 +1,10 @@
1
+ import { TuiModalService } from '@taiga-ui/core/components/modal';
2
+ import { TuiDialogComponent } from './dialog.component';
3
+ import { type TuiDialogOptions } from './dialog.interfaces';
4
+ import * as i0 from "@angular/core";
5
+ export declare class TuiDialogService extends TuiModalService<TuiDialogOptions<any>> {
6
+ protected readonly options: TuiDialogOptions<void>;
7
+ protected readonly content: typeof TuiDialogComponent;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiDialogService, never>;
9
+ static ɵprov: i0.ɵɵInjectableDeclaration<TuiDialogService>;
10
+ }
@@ -0,0 +1,6 @@
1
+ import { type TuiDialogOptions } from './dialog.interfaces';
2
+ export declare const TUI_DIALOG_DEFAULT_OPTIONS: TuiDialogOptions<void>;
3
+ /**
4
+ * Default parameters for dialog component
5
+ */
6
+ export declare const TUI_DIALOG_OPTIONS: import("@angular/core").InjectionToken<TuiDialogOptions<void>>, tuiDialogOptionsProvider: (item: Partial<TuiDialogOptions<void>> | (() => Partial<TuiDialogOptions<void>>)) => import("@angular/core").FactoryProvider;
@@ -0,0 +1,6 @@
1
+ export * from './dialog.component';
2
+ export * from './dialog.directive';
3
+ export * from './dialog.factory';
4
+ export type * from './dialog.interfaces';
5
+ export * from './dialog.service';
6
+ export * from './dialog.tokens';
@@ -1,31 +1,15 @@
1
1
  export * from '@taiga-ui/legacy/components/arrow';
2
- export * from '@taiga-ui/legacy/components/color-selector';
3
- export * from '@taiga-ui/legacy/components/combo-box';
2
+ export * from '@taiga-ui/legacy/components/dialog';
4
3
  export * from '@taiga-ui/legacy/components/input';
5
- export * from '@taiga-ui/legacy/components/input-color';
6
- export * from '@taiga-ui/legacy/components/input-copy';
7
- export * from '@taiga-ui/legacy/components/input-date';
8
- export * from '@taiga-ui/legacy/components/input-date-multi';
9
4
  export * from '@taiga-ui/legacy/components/input-date-range';
10
5
  export * from '@taiga-ui/legacy/components/input-date-time';
11
- export * from '@taiga-ui/legacy/components/input-month';
12
6
  export * from '@taiga-ui/legacy/components/input-month-range';
13
7
  export * from '@taiga-ui/legacy/components/input-number';
14
- export * from '@taiga-ui/legacy/components/input-password';
15
- export * from '@taiga-ui/legacy/components/input-phone';
16
- export * from '@taiga-ui/legacy/components/input-phone-international';
17
8
  export * from '@taiga-ui/legacy/components/input-range';
18
9
  export * from '@taiga-ui/legacy/components/input-slider';
19
- export * from '@taiga-ui/legacy/components/input-tag';
20
- export * from '@taiga-ui/legacy/components/input-time';
21
- export * from '@taiga-ui/legacy/components/input-year';
22
- export * from '@taiga-ui/legacy/components/multi-select';
23
- export * from '@taiga-ui/legacy/components/multi-select-option';
10
+ export * from '@taiga-ui/legacy/components/mobile-dialog';
11
+ export * from '@taiga-ui/legacy/components/pdf-viewer';
24
12
  export * from '@taiga-ui/legacy/components/primitive-textfield';
25
13
  export * from '@taiga-ui/legacy/components/select';
26
14
  export * from '@taiga-ui/legacy/components/select-option';
27
- export * from '@taiga-ui/legacy/components/svg';
28
- export * from '@taiga-ui/legacy/components/table-bar';
29
- export * from '@taiga-ui/legacy/components/tag';
30
- export * from '@taiga-ui/legacy/components/textarea';
31
15
  export * from '@taiga-ui/legacy/components/tooltip';
@@ -2,15 +2,15 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "./input.component";
3
3
  import * as i2 from "./input.directive";
4
4
  import * as i3 from "@angular/common";
5
- import * as i4 from "@taiga-ui/legacy/components/primitive-textfield";
6
- import * as i5 from "@taiga-ui/core/directives/dropdown";
7
- import * as i6 from "@taiga-ui/legacy/directives";
5
+ import * as i4 from "@taiga-ui/legacy/directives";
6
+ import * as i5 from "@taiga-ui/legacy/components/primitive-textfield";
7
+ import * as i6 from "@taiga-ui/core/directives/dropdown";
8
8
  /**
9
9
  * TODO(v5): delete it
10
10
  * @deprecated use new version of {@link https://taiga-ui.dev/components/textfield TuiTextfield} (from @taiga-ui/core) instead
11
11
  */
12
12
  export declare class TuiInputModule {
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputModule, never>;
14
- static ɵmod: i0.ɵɵNgModuleDeclaration<TuiInputModule, [typeof i1.TuiInputComponent, typeof i2.TuiInputDirective], [typeof i3.CommonModule, typeof i4.TuiPrimitiveTextfieldModule, typeof i5.TuiDropdownOptionsDirective, typeof i5.TuiDropdownDriverDirective, typeof i5.TuiDropdownDirective, typeof i5.TuiDropdownComponent, typeof i5.TuiDropdownOpen, typeof i5.TuiDropdownOpenLegacy, typeof i5.TuiDropdownPortal, typeof i5.TuiDropdownManual, typeof i5.TuiDropdownHover, typeof i5.TuiDropdownContext, typeof i5.TuiDropdownPosition, typeof i5.TuiDropdownPositionSided, typeof i5.TuiDropdownSelection, typeof i6.TuiLegacyDropdownOpenMonitorDirective], [typeof i1.TuiInputComponent, typeof i2.TuiInputDirective, typeof i4.TuiTextfieldComponent, typeof i5.TuiDropdownOptionsDirective, typeof i5.TuiDropdownDriverDirective, typeof i5.TuiDropdownDirective, typeof i5.TuiDropdownComponent, typeof i5.TuiDropdownOpen, typeof i5.TuiDropdownOpenLegacy, typeof i5.TuiDropdownPortal, typeof i5.TuiDropdownManual, typeof i5.TuiDropdownHover, typeof i5.TuiDropdownContext, typeof i5.TuiDropdownPosition, typeof i5.TuiDropdownPositionSided, typeof i5.TuiDropdownSelection]>;
14
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TuiInputModule, [typeof i1.TuiInputComponent, typeof i2.TuiInputDirective], [typeof i3.CommonModule, typeof i4.TuiLegacyDropdownOpenMonitorDirective, typeof i5.TuiPrimitiveTextfieldModule, typeof i6.TuiDropdownOptionsDirective, typeof i6.TuiDropdownDriverDirective, typeof i6.TuiDropdownDirective, typeof i6.TuiDropdownComponent, typeof i6.TuiDropdownOpen, typeof i6.TuiDropdownOpenLegacy, typeof i6.TuiDropdownManual, typeof i6.TuiDropdownHover, typeof i6.TuiDropdownContent, typeof i6.TuiDropdownContext, typeof i6.TuiDropdownPosition, typeof i6.TuiDropdownPositionSided, typeof i6.TuiDropdownSelection], [typeof i1.TuiInputComponent, typeof i2.TuiInputDirective, typeof i5.TuiTextfieldComponent, typeof i6.TuiDropdownOptionsDirective, typeof i6.TuiDropdownDriverDirective, typeof i6.TuiDropdownDirective, typeof i6.TuiDropdownComponent, typeof i6.TuiDropdownOpen, typeof i6.TuiDropdownOpenLegacy, typeof i6.TuiDropdownManual, typeof i6.TuiDropdownHover, typeof i6.TuiDropdownContent, typeof i6.TuiDropdownContext, typeof i6.TuiDropdownPosition, typeof i6.TuiDropdownPositionSided, typeof i6.TuiDropdownSelection]>;
15
15
  static ɵinj: i0.ɵɵInjectorDeclaration<TuiInputModule>;
16
16
  }
@@ -23,8 +23,7 @@ export declare class TuiInputDateRangeComponent extends AbstractTuiNullableContr
23
23
  protected readonly dateTexts$: import("rxjs").Observable<Record<TuiDateMode, string>>;
24
24
  protected readonly valueTransformer: import("@taiga-ui/cdk/classes").TuiValueTransformer<TuiDayRange | null, unknown> | null;
25
25
  protected readonly dateFiller$: import("rxjs").Observable<string>;
26
- protected dateFormat: import("@taiga-ui/core/tokens").TuiDateFormatSettings;
27
- protected readonly dateFormat$: import("rxjs").Subscription;
26
+ protected dateFormat: import("@angular/core").Signal<import("@taiga-ui/core/tokens").TuiDateFormatSettings>;
28
27
  protected selectedActivePeriod: TuiDayRangePeriod | null;
29
28
  disabledItemHandler: TuiBooleanHandler<TuiDay>;
30
29
  markerHandler: TuiMarkerHandler | null;
@@ -3,20 +3,19 @@ import * as i1 from "./input-date-range.component";
3
3
  import * as i2 from "./input-date-range.directive";
4
4
  import * as i3 from "@angular/common";
5
5
  import * as i4 from "@maskito/angular";
6
- import * as i5 from "@taiga-ui/cdk/directives/let";
7
- import * as i6 from "@taiga-ui/polymorpheus";
8
- import * as i7 from "@taiga-ui/legacy/components/primitive-textfield";
9
- import * as i8 from "@taiga-ui/legacy/directives";
10
- import * as i9 from "@taiga-ui/kit/components/calendar-range";
11
- import * as i10 from "@taiga-ui/core/components/icon";
12
- import * as i11 from "@taiga-ui/core/directives/appearance";
13
- import * as i12 from "@taiga-ui/core/directives/dropdown";
6
+ import * as i5 from "@taiga-ui/polymorpheus";
7
+ import * as i6 from "@taiga-ui/core/directives/appearance";
8
+ import * as i7 from "@taiga-ui/kit/components/calendar-range";
9
+ import * as i8 from "@taiga-ui/core/components/icon";
10
+ import * as i9 from "@taiga-ui/legacy/directives";
11
+ import * as i10 from "@taiga-ui/legacy/components/primitive-textfield";
12
+ import * as i11 from "@taiga-ui/core/directives/dropdown";
14
13
  /**
15
14
  * TODO(v5): delete it
16
15
  * @deprecated use new version of {@link https://taiga-ui.dev/components/input-date-range TuiInputDateRange} (from @taiga-ui/kit) instead
17
16
  */
18
17
  export declare class TuiInputDateRangeModule {
19
18
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputDateRangeModule, never>;
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]>;
19
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TuiInputDateRangeModule, [typeof i1.TuiInputDateRangeComponent, typeof i2.TuiInputDateRangeDirective], [typeof i3.CommonModule, typeof i4.MaskitoDirective, typeof i5.PolymorpheusOutlet, typeof i5.PolymorpheusTemplate, typeof i6.TuiAppearance, typeof i7.TuiCalendarRange, typeof i8.TuiIcon, typeof i9.TuiLegacyDropdownOpenMonitorDirective, typeof i10.TuiPrimitiveTextfieldModule, typeof i9.TuiTextfieldControllerModule, typeof i9.TuiValueAccessorModule, typeof i11.TuiDropdownOptionsDirective, typeof i11.TuiDropdownDriverDirective, typeof i11.TuiDropdownDirective, typeof i11.TuiDropdownComponent, typeof i11.TuiDropdownOpen, typeof i11.TuiDropdownOpenLegacy, typeof i11.TuiDropdownManual, typeof i11.TuiDropdownHover, typeof i11.TuiDropdownContent, typeof i11.TuiDropdownContext, typeof i11.TuiDropdownPosition, typeof i11.TuiDropdownPositionSided, typeof i11.TuiDropdownSelection], [typeof i1.TuiInputDateRangeComponent, typeof i2.TuiInputDateRangeDirective, typeof i10.TuiTextfieldComponent, typeof i11.TuiDropdownOptionsDirective, typeof i11.TuiDropdownDriverDirective, typeof i11.TuiDropdownDirective, typeof i11.TuiDropdownComponent, typeof i11.TuiDropdownOpen, typeof i11.TuiDropdownOpenLegacy, typeof i11.TuiDropdownManual, typeof i11.TuiDropdownHover, typeof i11.TuiDropdownContent, typeof i11.TuiDropdownContext, typeof i11.TuiDropdownPosition, typeof i11.TuiDropdownPositionSided, typeof i11.TuiDropdownSelection]>;
21
20
  static ɵinj: i0.ɵɵInjectorDeclaration<TuiInputDateRangeModule>;
22
21
  }
@@ -1,6 +1,7 @@
1
1
  import { type MaskitoOptions } from '@maskito/core';
2
+ import { type MaskitoTimeMode } from '@maskito/kit';
2
3
  import { type TuiValueTransformer } from '@taiga-ui/cdk/classes';
3
- import { type TuiDateMode, TuiDay, TuiMonth, TuiTime, type TuiTimeMode } from '@taiga-ui/cdk/date-time';
4
+ import { type TuiDateMode, TuiDay, TuiMonth, TuiTime } from '@taiga-ui/cdk/date-time';
4
5
  import { type TuiActiveZone } from '@taiga-ui/cdk/directives/active-zone';
5
6
  import { type TuiBooleanHandler, type TuiContext } from '@taiga-ui/cdk/types';
6
7
  import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
@@ -41,16 +42,15 @@ export declare class TuiInputDateTimeComponent extends AbstractTuiControl<[TuiDa
41
42
  ]> | null;
42
43
  protected readonly type: TuiContext<TuiActiveZone>;
43
44
  protected readonly filler$: Observable<string>;
44
- protected dateFormat: import("@taiga-ui/core/tokens").TuiDateFormatSettings;
45
+ protected dateFormat: import("@angular/core").Signal<import("@taiga-ui/core/tokens").TuiDateFormatSettings>;
45
46
  protected readonly isMobile: boolean;
46
- protected readonly dateFormat$: import("rxjs").Subscription;
47
47
  min: TuiDay | [TuiDay | null, TuiTime | null] | null;
48
48
  max: TuiDay | [TuiDay | null, TuiTime | null] | null;
49
49
  disabledItemHandler: TuiBooleanHandler<TuiDay>;
50
50
  defaultActiveYearMonth: TuiMonth;
51
51
  open: boolean;
52
- set timeMode(value: TuiTimeMode);
53
- get timeMode(): TuiTimeMode;
52
+ set timeMode(value: MaskitoTimeMode);
53
+ get timeMode(): MaskitoTimeMode;
54
54
  get nativeFocusableElement(): HTMLInputElement | null;
55
55
  get focused(): boolean;
56
56
  get computedValue(): string;
@@ -5,12 +5,12 @@ import * as i3 from "./native-date-time/native-date-time.directive";
5
5
  import * as i4 from "@angular/common";
6
6
  import * as i5 from "@maskito/angular";
7
7
  import * as i6 from "@taiga-ui/polymorpheus";
8
- import * as i7 from "@taiga-ui/core/components/calendar";
9
- import * as i8 from "@taiga-ui/core/components/link";
10
- import * as i9 from "@taiga-ui/legacy/components/primitive-textfield";
8
+ import * as i7 from "@taiga-ui/core/directives/appearance";
9
+ import * as i8 from "@taiga-ui/core/components/calendar";
10
+ import * as i9 from "@taiga-ui/core/components/icon";
11
11
  import * as i10 from "@taiga-ui/legacy/directives";
12
- import * as i11 from "@taiga-ui/core/components/icon";
13
- import * as i12 from "@taiga-ui/core/directives/appearance";
12
+ import * as i11 from "@taiga-ui/core/components/link";
13
+ import * as i12 from "@taiga-ui/legacy/components/primitive-textfield";
14
14
  import * as i13 from "@taiga-ui/core/directives/dropdown";
15
15
  /**
16
16
  * TODO(v5): delete it
@@ -18,6 +18,6 @@ import * as i13 from "@taiga-ui/core/directives/dropdown";
18
18
  */
19
19
  export declare class TuiInputDateTimeModule {
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputDateTimeModule, never>;
21
- static ɵmod: i0.ɵɵNgModuleDeclaration<TuiInputDateTimeModule, [typeof i1.TuiInputDateTimeComponent, typeof i2.TuiInputDateTimeDirective, typeof i3.TuiNativeDateTimeDirective], [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 i10.TuiTextfieldControllerModule, typeof i10.TuiLegacyDropdownOpenMonitorDirective, typeof i11.TuiIcon, typeof i12.TuiAppearance, typeof i13.TuiDropdownOptionsDirective, typeof i13.TuiDropdownDriverDirective, typeof i13.TuiDropdownDirective, typeof i13.TuiDropdownComponent, typeof i13.TuiDropdownOpen, typeof i13.TuiDropdownOpenLegacy, typeof i13.TuiDropdownPortal, typeof i13.TuiDropdownManual, typeof i13.TuiDropdownHover, typeof i13.TuiDropdownContext, typeof i13.TuiDropdownPosition, typeof i13.TuiDropdownPositionSided, typeof i13.TuiDropdownSelection], [typeof i1.TuiInputDateTimeComponent, typeof i2.TuiInputDateTimeDirective, typeof i9.TuiTextfieldComponent, typeof i13.TuiDropdownOptionsDirective, typeof i13.TuiDropdownDriverDirective, typeof i13.TuiDropdownDirective, typeof i13.TuiDropdownComponent, typeof i13.TuiDropdownOpen, typeof i13.TuiDropdownOpenLegacy, typeof i13.TuiDropdownPortal, typeof i13.TuiDropdownManual, typeof i13.TuiDropdownHover, typeof i13.TuiDropdownContext, typeof i13.TuiDropdownPosition, typeof i13.TuiDropdownPositionSided, typeof i13.TuiDropdownSelection]>;
21
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TuiInputDateTimeModule, [typeof i1.TuiInputDateTimeComponent, typeof i2.TuiInputDateTimeDirective, typeof i3.TuiNativeDateTimeDirective], [typeof i4.CommonModule, typeof i5.MaskitoDirective, typeof i6.PolymorpheusOutlet, typeof i6.PolymorpheusTemplate, typeof i7.TuiAppearance, typeof i8.TuiCalendar, typeof i9.TuiIcon, typeof i10.TuiLegacyDropdownOpenMonitorDirective, typeof i11.TuiLink, typeof i12.TuiPrimitiveTextfieldModule, typeof i10.TuiTextfieldControllerModule, typeof i10.TuiValueAccessorModule, typeof i13.TuiDropdownOptionsDirective, typeof i13.TuiDropdownDriverDirective, typeof i13.TuiDropdownDirective, typeof i13.TuiDropdownComponent, typeof i13.TuiDropdownOpen, typeof i13.TuiDropdownOpenLegacy, typeof i13.TuiDropdownManual, typeof i13.TuiDropdownHover, typeof i13.TuiDropdownContent, typeof i13.TuiDropdownContext, typeof i13.TuiDropdownPosition, typeof i13.TuiDropdownPositionSided, typeof i13.TuiDropdownSelection], [typeof i1.TuiInputDateTimeComponent, typeof i2.TuiInputDateTimeDirective, typeof i12.TuiTextfieldComponent, typeof i13.TuiDropdownOptionsDirective, typeof i13.TuiDropdownDriverDirective, typeof i13.TuiDropdownDirective, typeof i13.TuiDropdownComponent, typeof i13.TuiDropdownOpen, typeof i13.TuiDropdownOpenLegacy, typeof i13.TuiDropdownManual, typeof i13.TuiDropdownHover, typeof i13.TuiDropdownContent, typeof i13.TuiDropdownContext, typeof i13.TuiDropdownPosition, typeof i13.TuiDropdownPositionSided, typeof i13.TuiDropdownSelection]>;
22
22
  static ɵinj: i0.ɵɵInjectorDeclaration<TuiInputDateTimeModule>;
23
23
  }
@@ -3,9 +3,9 @@ import * as i1 from "./input-month-range.component";
3
3
  import * as i2 from "./input-month-range.directive";
4
4
  import * as i3 from "@angular/common";
5
5
  import * as i4 from "@taiga-ui/kit/components/calendar-month";
6
- import * as i5 from "@taiga-ui/legacy/components/primitive-textfield";
6
+ import * as i5 from "@taiga-ui/legacy/directives";
7
7
  import * as i6 from "@taiga-ui/cdk/pipes/mapper";
8
- import * as i7 from "@taiga-ui/legacy/directives";
8
+ import * as i7 from "@taiga-ui/legacy/components/primitive-textfield";
9
9
  import * as i8 from "@taiga-ui/core/directives/dropdown";
10
10
  /**
11
11
  * TODO(v5): delete it
@@ -13,6 +13,6 @@ import * as i8 from "@taiga-ui/core/directives/dropdown";
13
13
  */
14
14
  export declare class TuiInputMonthRangeModule {
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputMonthRangeModule, never>;
16
- static ɵmod: i0.ɵɵNgModuleDeclaration<TuiInputMonthRangeModule, [typeof i1.TuiInputMonthRangeComponent, typeof i2.TuiInputMonthRangeDirective], [typeof i3.CommonModule, typeof i4.TuiCalendarMonth, typeof i5.TuiPrimitiveTextfieldModule, typeof i6.TuiMapperPipe, typeof i7.TuiTextfieldControllerModule, typeof i7.TuiLegacyDropdownOpenMonitorDirective, typeof i8.TuiDropdownOptionsDirective, typeof i8.TuiDropdownDriverDirective, typeof i8.TuiDropdownDirective, typeof i8.TuiDropdownComponent, typeof i8.TuiDropdownOpen, typeof i8.TuiDropdownOpenLegacy, typeof i8.TuiDropdownPortal, typeof i8.TuiDropdownManual, typeof i8.TuiDropdownHover, typeof i8.TuiDropdownContext, typeof i8.TuiDropdownPosition, typeof i8.TuiDropdownPositionSided, typeof i8.TuiDropdownSelection], [typeof i1.TuiInputMonthRangeComponent, typeof i2.TuiInputMonthRangeDirective, typeof i5.TuiTextfieldComponent, typeof i8.TuiDropdownOptionsDirective, typeof i8.TuiDropdownDriverDirective, typeof i8.TuiDropdownDirective, typeof i8.TuiDropdownComponent, typeof i8.TuiDropdownOpen, typeof i8.TuiDropdownOpenLegacy, typeof i8.TuiDropdownPortal, typeof i8.TuiDropdownManual, typeof i8.TuiDropdownHover, typeof i8.TuiDropdownContext, typeof i8.TuiDropdownPosition, typeof i8.TuiDropdownPositionSided, typeof i8.TuiDropdownSelection]>;
16
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TuiInputMonthRangeModule, [typeof i1.TuiInputMonthRangeComponent, typeof i2.TuiInputMonthRangeDirective], [typeof i3.CommonModule, typeof i4.TuiCalendarMonth, typeof i5.TuiLegacyDropdownOpenMonitorDirective, typeof i6.TuiMapperPipe, typeof i7.TuiPrimitiveTextfieldModule, typeof i5.TuiTextfieldControllerModule, typeof i8.TuiDropdownOptionsDirective, typeof i8.TuiDropdownDriverDirective, typeof i8.TuiDropdownDirective, typeof i8.TuiDropdownComponent, typeof i8.TuiDropdownOpen, typeof i8.TuiDropdownOpenLegacy, typeof i8.TuiDropdownManual, typeof i8.TuiDropdownHover, typeof i8.TuiDropdownContent, typeof i8.TuiDropdownContext, typeof i8.TuiDropdownPosition, typeof i8.TuiDropdownPositionSided, typeof i8.TuiDropdownSelection], [typeof i1.TuiInputMonthRangeComponent, typeof i2.TuiInputMonthRangeDirective, typeof i7.TuiTextfieldComponent, typeof i8.TuiDropdownOptionsDirective, typeof i8.TuiDropdownDriverDirective, typeof i8.TuiDropdownDirective, typeof i8.TuiDropdownComponent, typeof i8.TuiDropdownOpen, typeof i8.TuiDropdownOpenLegacy, typeof i8.TuiDropdownManual, typeof i8.TuiDropdownHover, typeof i8.TuiDropdownContent, typeof i8.TuiDropdownContext, typeof i8.TuiDropdownPosition, typeof i8.TuiDropdownPositionSided, typeof i8.TuiDropdownSelection]>;
17
17
  static ɵinj: i0.ɵɵInjectorDeclaration<TuiInputMonthRangeModule>;
18
18
  }
@@ -23,9 +23,8 @@ export declare class TuiInputNumberComponent extends AbstractTuiNullableControl<
23
23
  private unfinishedValue;
24
24
  protected readonly polymorpheusValueContent: QueryList<unknown>;
25
25
  protected readonly valueTransformer: TuiValueTransformer<number | null, unknown> | null;
26
- protected numberFormat: import("@taiga-ui/core/tokens").TuiNumberFormatSettings;
26
+ protected numberFormat: import("@angular/core").Signal<import("@taiga-ui/core/tokens").TuiNumberFormatSettings>;
27
27
  protected readonly controller: import("@taiga-ui/legacy/directives").TuiTextfieldController;
28
- protected readonly numberFormat$: import("rxjs").Subscription;
29
28
  min: number | null;
30
29
  max: number | null;
31
30
  step: number;
@@ -3,16 +3,16 @@ import * as i1 from "./input-number.component";
3
3
  import * as i2 from "./input-number.directive";
4
4
  import * as i3 from "@angular/common";
5
5
  import * as i4 from "@maskito/angular";
6
- import * as i5 from "@taiga-ui/legacy/components/primitive-textfield";
7
- import * as i6 from "@taiga-ui/legacy/directives";
8
- import * as i7 from "@taiga-ui/polymorpheus";
9
- import * as i8 from "@taiga-ui/core/components/button";
6
+ import * as i5 from "@taiga-ui/polymorpheus";
7
+ import * as i6 from "@taiga-ui/core/components/button";
8
+ import * as i7 from "@taiga-ui/legacy/components/primitive-textfield";
9
+ import * as i8 from "@taiga-ui/legacy/directives";
10
10
  /**
11
11
  * @deprecated use new version of {@link https://taiga-ui.dev/components/input-number TuiInputNumber} (from @taiga-ui/kit) instead
12
12
  * TODO(v5): delete it
13
13
  */
14
14
  export declare class TuiInputNumberModule {
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputNumberModule, never>;
16
- static ɵmod: i0.ɵɵNgModuleDeclaration<TuiInputNumberModule, [typeof i1.TuiInputNumberComponent, typeof i2.TuiInputNumberDirective], [typeof i3.CommonModule, typeof i4.MaskitoDirective, typeof i5.TuiPrimitiveTextfieldModule, typeof i6.TuiTextfieldControllerModule, typeof i6.TuiValueAccessorModule, typeof i7.PolymorpheusOutlet, typeof i7.PolymorpheusTemplate, typeof i8.TuiButton], [typeof i1.TuiInputNumberComponent, typeof i2.TuiInputNumberDirective, typeof i5.TuiTextfieldComponent]>;
16
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TuiInputNumberModule, [typeof i1.TuiInputNumberComponent, typeof i2.TuiInputNumberDirective], [typeof i3.CommonModule, typeof i4.MaskitoDirective, typeof i5.PolymorpheusOutlet, typeof i5.PolymorpheusTemplate, typeof i6.TuiButton, typeof i7.TuiPrimitiveTextfieldModule, typeof i8.TuiTextfieldControllerModule, typeof i8.TuiValueAccessorModule], [typeof i1.TuiInputNumberComponent, typeof i2.TuiInputNumberDirective, typeof i7.TuiTextfieldComponent]>;
17
17
  static ɵinj: i0.ɵɵInjectorDeclaration<TuiInputNumberModule>;
18
18
  }
@@ -1,4 +1,3 @@
1
- import { InjectionToken, type Provider } from '@angular/core';
2
1
  /**
3
2
  * @deprecated use new version of {@link TuiInputNumberOptions} (from @taiga-ui/kit) instead
4
3
  * TODO(v5): delete it
@@ -21,9 +20,4 @@ export declare const TUI_INPUT_NUMBER_DEFAULT_OPTIONS: TuiInputNumberOptions;
21
20
  * @deprecated use new version of {@link TUI_INPUT_NUMBER_OPTIONS} (from @taiga-ui/kit) instead
22
21
  * TODO(v5): delete it
23
22
  */
24
- export declare const TUI_INPUT_NUMBER_OPTIONS: InjectionToken<TuiInputNumberOptions>;
25
- /**
26
- * @deprecated use new version of {@link tuiInputNumberOptionsProvider} (from @taiga-ui/kit) instead
27
- * TODO(v5): delete it
28
- */
29
- export declare function tuiInputNumberOptionsProvider(options: Partial<TuiInputNumberOptions>): Provider;
23
+ export declare const TUI_INPUT_NUMBER_OPTIONS: import("@angular/core").InjectionToken<TuiInputNumberOptions>, tuiInputNumberOptionsProvider: (item: Partial<TuiInputNumberOptions> | (() => Partial<TuiInputNumberOptions>)) => import("@angular/core").FactoryProvider;
@@ -45,7 +45,7 @@ export declare class TuiInputRangeComponent extends AbstractTuiControl<[number,
45
45
  protected onInputRight(value: number | null): void;
46
46
  protected onExternalValueUpdate(value: [number, number]): void;
47
47
  protected focusToTextInput(): void;
48
- protected onActiveThumbChange(activeThumb: 'left' | 'right'): void;
48
+ protected onActiveThumbChange(activeThumb: 'end' | 'start'): void;
49
49
  protected getFallbackValue(): [number, number];
50
50
  private safelyUpdateValue;
51
51
  private valueGuard;
@@ -5,15 +5,15 @@ import * as i3 from "@angular/forms";
5
5
  import * as i4 from "@taiga-ui/polymorpheus";
6
6
  import * as i5 from "@taiga-ui/cdk/directives/active-zone";
7
7
  import * as i6 from "@taiga-ui/legacy/components/input-number";
8
- import * as i7 from "@taiga-ui/kit/components/range";
9
- import * as i8 from "@taiga-ui/legacy/directives";
10
- import * as i9 from "@taiga-ui/core/directives/number-format";
8
+ import * as i7 from "@taiga-ui/core/directives/number-format";
9
+ import * as i8 from "@taiga-ui/kit/components/range";
10
+ import * as i9 from "@taiga-ui/legacy/directives";
11
11
  /**
12
12
  * TODO(v5): delete it
13
13
  * @deprecated use new version of {@link https://taiga-ui.dev/components/input-range TuiInputRange} (from @taiga-ui/kit) instead
14
14
  */
15
15
  export declare class TuiInputRangeModule {
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputRangeModule, never>;
17
- static ɵmod: i0.ɵɵNgModuleDeclaration<TuiInputRangeModule, [typeof i1.TuiInputRangeComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.PolymorpheusOutlet, typeof i4.PolymorpheusTemplate, typeof i5.TuiActiveZone, typeof i6.TuiInputNumberModule, typeof i7.TuiRange, typeof i8.TuiWrapperModule, typeof i8.TuiTextfieldControllerModule, typeof i9.TuiNumberFormat], [typeof i1.TuiInputRangeComponent]>;
17
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TuiInputRangeModule, [typeof i1.TuiInputRangeComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.PolymorpheusOutlet, typeof i4.PolymorpheusTemplate, typeof i5.TuiActiveZone, typeof i6.TuiInputNumberModule, typeof i7.TuiNumberFormat, typeof i8.TuiRange, typeof i9.TuiTextfieldControllerModule, typeof i9.TuiWrapperModule], [typeof i1.TuiInputRangeComponent]>;
18
18
  static ɵinj: i0.ɵɵInjectorDeclaration<TuiInputRangeModule>;
19
19
  }
@@ -0,0 +1,3 @@
1
+ export * from './mobile-dialog.component';
2
+ export * from './mobile-dialog.options';
3
+ export * from './mobile-dialog.service';
@@ -0,0 +1,10 @@
1
+ import { type TuiPortalContext } from '@taiga-ui/cdk/portals';
2
+ import { type TuiMobileDialogOptions } from './mobile-dialog.options';
3
+ import * as i0 from "@angular/core";
4
+ export declare class TuiMobileDialog<I> {
5
+ protected readonly isIOS: boolean;
6
+ protected readonly context: TuiPortalContext<TuiMobileDialogOptions<I>, number>;
7
+ protected onAction(index: number): void;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiMobileDialog<any>, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<TuiMobileDialog<any>, "tui-mobile-dialog", never, {}, {}, never, never, true, never>;
10
+ }
@@ -0,0 +1,10 @@
1
+ export interface TuiMobileDialogOptions<I = undefined> {
2
+ readonly actions: readonly string[];
3
+ readonly data: I;
4
+ readonly label: string;
5
+ }
6
+ export declare const TUI_MOBILE_DIALOG_DEFAULT_OPTIONS: TuiMobileDialogOptions;
7
+ /**
8
+ * Default parameters for mobile dialog component
9
+ */
10
+ export declare const TUI_MOBILE_DIALOG_OPTIONS: import("@angular/core").InjectionToken<TuiMobileDialogOptions<undefined>>, tuiMobileDialogOptionsProvider: (item: Partial<TuiMobileDialogOptions<undefined>> | (() => Partial<TuiMobileDialogOptions<undefined>>)) => import("@angular/core").FactoryProvider;
@@ -0,0 +1,14 @@
1
+ import { type TuiPortalContext } from '@taiga-ui/cdk/portals';
2
+ import { TuiModalService } from '@taiga-ui/core/components/modal';
3
+ import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
4
+ import { type Observable } from 'rxjs';
5
+ import { TuiMobileDialog } from './mobile-dialog.component';
6
+ import { type TuiMobileDialogOptions } from './mobile-dialog.options';
7
+ import * as i0 from "@angular/core";
8
+ export declare class TuiMobileDialogService extends TuiModalService<TuiMobileDialogOptions<any>, number> {
9
+ protected readonly options: TuiMobileDialogOptions<undefined>;
10
+ protected readonly content: typeof TuiMobileDialog;
11
+ open(content: PolymorpheusContent<TuiPortalContext<TuiMobileDialogOptions<any>, number>>, options?: Partial<TuiMobileDialogOptions<any>>): Observable<number>;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiMobileDialogService, never>;
13
+ static ɵprov: i0.ɵɵInjectableDeclaration<TuiMobileDialogService>;
14
+ }
@@ -0,0 +1,4 @@
1
+ export * from './pdf-viewer.component';
2
+ export * from './pdf-viewer.directive';
3
+ export * from './pdf-viewer.options';
4
+ export * from './pdf-viewer.service';
@@ -0,0 +1,12 @@
1
+ import { type TuiPortalContext } from '@taiga-ui/cdk/portals';
2
+ import { type TuiPdfViewerOptions } from './pdf-viewer.options';
3
+ import * as i0 from "@angular/core";
4
+ import * as i1 from "@taiga-ui/cdk/directives/animated";
5
+ export declare class TuiPdfViewerComponent<I, O> {
6
+ protected readonly closeWord: import("@angular/core").Signal<string>;
7
+ protected readonly icons: import("@taiga-ui/core/tokens").TuiCommonIcons;
8
+ protected readonly context: TuiPortalContext<TuiPdfViewerOptions<I>, O>;
9
+ protected onKeyDownEsc(): void;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiPdfViewerComponent<any, any>, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<TuiPdfViewerComponent<any, any>, "tui-pdf-viewer", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiAnimated; inputs: {}; outputs: {}; }]>;
12
+ }
@@ -0,0 +1,8 @@
1
+ import { type TuiPdfViewerOptions } from './pdf-viewer.options';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "@taiga-ui/cdk/portals";
4
+ export declare class TuiPdfViewerDirective<T> {
5
+ readonly tuiPdfViewerOptions: import("@angular/core").InputSignal<Partial<TuiPdfViewerOptions<T>>>;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiPdfViewerDirective<any>, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TuiPdfViewerDirective<any>, "ng-template[tuiPdfViewer]", never, { "tuiPdfViewerOptions": { "alias": "tuiPdfViewerOptions"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiPortalDirective; inputs: { "options": "tuiPdfViewerOptions"; "open": "tuiPdfViewer"; }; outputs: { "openChange": "tuiPdfViewerChange"; }; }]>;
8
+ }
@@ -0,0 +1,11 @@
1
+ import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
2
+ export declare const TUI_PDF_VIEWER_DEFAULT_OPTIONS: TuiPdfViewerOptions;
3
+ /**
4
+ * Default parameters for PdfViewer component
5
+ */
6
+ export declare const TUI_PDF_VIEWER_OPTIONS: import("@angular/core").InjectionToken<TuiPdfViewerOptions<undefined>>, tuiPdfViewerOptionsProvider: (item: Partial<TuiPdfViewerOptions<undefined>> | (() => Partial<TuiPdfViewerOptions<undefined>>)) => import("@angular/core").FactoryProvider;
7
+ export interface TuiPdfViewerOptions<I = undefined> {
8
+ readonly actions: PolymorpheusContent<TuiPdfViewerOptions<I>>;
9
+ readonly data: I;
10
+ readonly label: string;
11
+ }
@@ -0,0 +1,17 @@
1
+ import { type SafeResourceUrl } from '@angular/platform-browser';
2
+ import { type TuiPortalContext } from '@taiga-ui/cdk/portals';
3
+ import { TuiModalService } from '@taiga-ui/core/components/modal';
4
+ import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
5
+ import { type Observable } from 'rxjs';
6
+ import { TuiPdfViewerComponent } from './pdf-viewer.component';
7
+ import { type TuiPdfViewerOptions } from './pdf-viewer.options';
8
+ import * as i0 from "@angular/core";
9
+ type Content<G> = PolymorpheusContent<TuiPortalContext<TuiPdfViewerOptions<unknown>, G>>;
10
+ export declare class TuiPdfViewerService extends TuiModalService<TuiPdfViewerOptions<unknown>> {
11
+ protected readonly options: TuiPdfViewerOptions<undefined>;
12
+ protected readonly content: typeof TuiPdfViewerComponent;
13
+ open<G>(content: Content<G> | SafeResourceUrl, options?: Partial<TuiPdfViewerOptions<any>>): Observable<G>;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiPdfViewerService, never>;
15
+ static ɵprov: i0.ɵɵInjectableDeclaration<TuiPdfViewerService>;
16
+ }
17
+ export {};
@@ -1,4 +1,4 @@
1
- import { type TuiTextfieldOptions, tuiTextfieldOptionsProvider } from '@taiga-ui/legacy/directives';
1
+ import { type TuiTextfieldOptions } from '@taiga-ui/legacy/directives';
2
2
  /**
3
3
  * @deprecated:
4
4
  * use {@link TuiTextfieldOptions}
@@ -18,4 +18,4 @@ export declare const TUI_PRIMITIVE_TEXTFIELD_OPTIONS: import("@angular/core").In
18
18
  * @deprecated:
19
19
  * use {@link tuiTextfieldOptionsProvider}
20
20
  */
21
- export declare const tuiPrimitiveTextfieldOptionsProvider: typeof tuiTextfieldOptionsProvider;
21
+ export declare const tuiPrimitiveTextfieldOptionsProvider: (item: Partial<TuiTextfieldOptions> | (() => Partial<TuiTextfieldOptions>)) => import("@angular/core").FactoryProvider;
@@ -6,16 +6,16 @@ import * as i4 from "./value-decoration/value-decoration.component";
6
6
  import * as i5 from "@angular/common";
7
7
  import * as i6 from "@angular/forms";
8
8
  import * as i7 from "@taiga-ui/polymorpheus";
9
- import * as i8 from "@taiga-ui/legacy/directives/wrapper";
10
- import * as i9 from "@taiga-ui/legacy/components/tooltip";
11
- import * as i10 from "@taiga-ui/core/components/icon";
12
- import * as i11 from "@taiga-ui/core/directives/appearance";
9
+ import * as i8 from "@taiga-ui/core/directives/appearance";
10
+ import * as i9 from "@taiga-ui/core/components/icon";
11
+ import * as i10 from "@taiga-ui/legacy/components/tooltip";
12
+ import * as i11 from "@taiga-ui/legacy/directives/wrapper";
13
13
  /**
14
14
  * @deprecated: use {@link TuiTextfield}
15
15
  * https://taiga-ui.dev/components/textfield
16
16
  */
17
17
  export declare class TuiPrimitiveTextfieldModule {
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiPrimitiveTextfieldModule, never>;
19
- static ɵmod: i0.ɵɵNgModuleDeclaration<TuiPrimitiveTextfieldModule, [typeof i1.TuiPrimitiveTextfieldComponent, typeof i2.TuiPrimitiveTextfieldDirective, typeof i3.TuiTextfieldComponent, typeof i4.TuiValueDecorationComponent], [typeof i5.CommonModule, typeof i6.FormsModule, typeof i7.PolymorpheusOutlet, typeof i7.PolymorpheusTemplate, typeof i8.TuiWrapperModule, typeof i9.TuiTooltipModule, typeof i10.TuiIcon, typeof i11.TuiAppearance], [typeof i1.TuiPrimitiveTextfieldComponent, typeof i2.TuiPrimitiveTextfieldDirective, typeof i3.TuiTextfieldComponent]>;
19
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TuiPrimitiveTextfieldModule, [typeof i1.TuiPrimitiveTextfieldComponent, typeof i2.TuiPrimitiveTextfieldDirective, typeof i3.TuiTextfieldComponent, typeof i4.TuiValueDecorationComponent], [typeof i5.CommonModule, typeof i6.FormsModule, typeof i7.PolymorpheusOutlet, typeof i7.PolymorpheusTemplate, typeof i8.TuiAppearance, typeof i9.TuiIcon, typeof i10.TuiTooltipModule, typeof i11.TuiWrapperModule], [typeof i1.TuiPrimitiveTextfieldComponent, typeof i2.TuiPrimitiveTextfieldDirective, typeof i3.TuiTextfieldComponent]>;
20
20
  static ɵinj: i0.ɵɵInjectorDeclaration<TuiPrimitiveTextfieldModule>;
21
21
  }