@taiga-ui/legacy 4.52.0-canary.eb5ffe3 → 4.52.0-canary.ec0802b

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 (117) 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 +3 -4
  6. package/components/dialog/dialog.directive.d.ts +4 -3
  7. package/components/dialog/dialog.interfaces.d.ts +3 -4
  8. package/components/dialog/dialog.service.d.ts +5 -2
  9. package/components/dialog/dialog.tokens.d.ts +1 -3
  10. package/components/index.d.ts +1 -6
  11. package/components/input/input.module.d.ts +4 -4
  12. package/components/input-date-range/input-date-range.component.d.ts +1 -2
  13. package/components/input-date-range/input-date-range.module.d.ts +8 -9
  14. package/components/input-date-time/input-date-time.component.d.ts +1 -2
  15. package/components/input-date-time/input-date-time.module.d.ts +6 -6
  16. package/components/input-month-range/input-month-range.module.d.ts +3 -3
  17. package/components/input-number/input-number.component.d.ts +1 -2
  18. package/components/input-number/input-number.module.d.ts +5 -5
  19. package/components/input-number/input-number.options.d.ts +1 -7
  20. package/components/input-range/input-range.module.d.ts +4 -4
  21. package/components/mobile-dialog/index.d.ts +3 -0
  22. package/components/mobile-dialog/mobile-dialog.component.d.ts +10 -0
  23. package/components/mobile-dialog/mobile-dialog.options.d.ts +10 -0
  24. package/components/mobile-dialog/mobile-dialog.service.d.ts +14 -0
  25. package/components/pdf-viewer/pdf-viewer.component.d.ts +2 -2
  26. package/components/pdf-viewer/pdf-viewer.directive.d.ts +4 -3
  27. package/components/pdf-viewer/pdf-viewer.options.d.ts +1 -3
  28. package/components/pdf-viewer/pdf-viewer.service.d.ts +7 -3
  29. package/components/primitive-textfield/primitive-textfield-options.d.ts +2 -2
  30. package/components/primitive-textfield/primitive-textfield.module.d.ts +5 -5
  31. package/components/select/select.module.d.ts +8 -8
  32. package/components/select/select.options.d.ts +1 -7
  33. package/components/select-option/select-option.module.d.ts +3 -3
  34. package/directives/textfield-controller/textfield.options.d.ts +1 -3
  35. package/fesm2022/taiga-ui-legacy-classes.mjs +1 -3
  36. package/fesm2022/taiga-ui-legacy-classes.mjs.map +1 -1
  37. package/fesm2022/taiga-ui-legacy-components-arrow.mjs +4 -17
  38. package/fesm2022/taiga-ui-legacy-components-arrow.mjs.map +1 -1
  39. package/fesm2022/taiga-ui-legacy-components-dialog.mjs +28 -21
  40. package/fesm2022/taiga-ui-legacy-components-dialog.mjs.map +1 -1
  41. package/fesm2022/taiga-ui-legacy-components-input-date-range.mjs +31 -41
  42. package/fesm2022/taiga-ui-legacy-components-input-date-range.mjs.map +1 -1
  43. package/fesm2022/taiga-ui-legacy-components-input-date-time.mjs +26 -32
  44. package/fesm2022/taiga-ui-legacy-components-input-date-time.mjs.map +1 -1
  45. package/fesm2022/taiga-ui-legacy-components-input-month-range.mjs +9 -9
  46. package/fesm2022/taiga-ui-legacy-components-input-month-range.mjs.map +1 -1
  47. package/fesm2022/taiga-ui-legacy-components-input-number.mjs +26 -41
  48. package/fesm2022/taiga-ui-legacy-components-input-number.mjs.map +1 -1
  49. package/fesm2022/taiga-ui-legacy-components-input-range.mjs +11 -11
  50. package/fesm2022/taiga-ui-legacy-components-input-range.mjs.map +1 -1
  51. package/fesm2022/taiga-ui-legacy-components-input.mjs +6 -5
  52. package/fesm2022/taiga-ui-legacy-components-input.mjs.map +1 -1
  53. package/fesm2022/taiga-ui-legacy-components-mobile-dialog.mjs +62 -0
  54. package/fesm2022/taiga-ui-legacy-components-mobile-dialog.mjs.map +1 -0
  55. package/fesm2022/taiga-ui-legacy-components-pdf-viewer.mjs +27 -21
  56. package/fesm2022/taiga-ui-legacy-components-pdf-viewer.mjs.map +1 -1
  57. package/fesm2022/taiga-ui-legacy-components-primitive-textfield.mjs +16 -16
  58. package/fesm2022/taiga-ui-legacy-components-primitive-textfield.mjs.map +1 -1
  59. package/fesm2022/taiga-ui-legacy-components-select-option.mjs +6 -6
  60. package/fesm2022/taiga-ui-legacy-components-select-option.mjs.map +1 -1
  61. package/fesm2022/taiga-ui-legacy-components-select.mjs +27 -35
  62. package/fesm2022/taiga-ui-legacy-components-select.mjs.map +1 -1
  63. package/fesm2022/taiga-ui-legacy-components.mjs +1 -6
  64. package/fesm2022/taiga-ui-legacy-components.mjs.map +1 -1
  65. package/fesm2022/taiga-ui-legacy-directives-legacy-dropdown-open-monitor.mjs +0 -1
  66. package/fesm2022/taiga-ui-legacy-directives-legacy-dropdown-open-monitor.mjs.map +1 -1
  67. package/fesm2022/taiga-ui-legacy-directives-textfield-controller.mjs +3 -7
  68. package/fesm2022/taiga-ui-legacy-directives-textfield-controller.mjs.map +1 -1
  69. package/fesm2022/taiga-ui-legacy-directives-unfinished-validator.mjs +0 -1
  70. package/fesm2022/taiga-ui-legacy-directives-unfinished-validator.mjs.map +1 -1
  71. package/fesm2022/taiga-ui-legacy-utils.mjs +1 -7
  72. package/fesm2022/taiga-ui-legacy-utils.mjs.map +1 -1
  73. package/package.json +12 -29
  74. package/utils/icons-path-factory.d.ts +1 -1
  75. package/utils/index.d.ts +0 -1
  76. package/components/input-slider/index.d.ts +0 -2
  77. package/components/input-slider/input-slider.component.d.ts +0 -42
  78. package/components/input-slider/input-slider.module.d.ts +0 -18
  79. package/components/input-tag/index.d.ts +0 -3
  80. package/components/input-tag/input-tag.component.d.ts +0 -103
  81. package/components/input-tag/input-tag.module.d.ts +0 -22
  82. package/components/input-tag/input-tag.options.d.ts +0 -27
  83. package/components/multi-select/hide-selected.pipe.d.ts +0 -11
  84. package/components/multi-select/index.d.ts +0 -10
  85. package/components/multi-select/multi-select-group/multi-select-group.component.d.ts +0 -23
  86. package/components/multi-select/multi-select-group/multi-select-group.directive.d.ts +0 -8
  87. package/components/multi-select/multi-select.component.d.ts +0 -71
  88. package/components/multi-select/multi-select.directive.d.ts +0 -14
  89. package/components/multi-select/multi-select.module.d.ts +0 -31
  90. package/components/multi-select/multi-select.options.d.ts +0 -14
  91. package/components/multi-select/native-multi-select/native-multi-select-group.component.d.ts +0 -9
  92. package/components/multi-select/native-multi-select/native-multi-select.component.d.ts +0 -8
  93. package/components/multi-select/native-multi-select/native-multi-select.d.ts +0 -11
  94. package/components/multi-select-option/index.d.ts +0 -2
  95. package/components/multi-select-option/multi-select-option.component.d.ts +0 -9
  96. package/components/multi-select-option/multi-select-option.module.d.ts +0 -9
  97. package/components/tag/index.d.ts +0 -3
  98. package/components/tag/tag.component.d.ts +0 -44
  99. package/components/tag/tag.module.d.ts +0 -16
  100. package/components/tag/tag.options.d.ts +0 -27
  101. package/components/textarea/index.d.ts +0 -3
  102. package/components/textarea/textarea.component.d.ts +0 -54
  103. package/components/textarea/textarea.directive.d.ts +0 -12
  104. package/components/textarea/textarea.module.d.ts +0 -21
  105. package/fesm2022/taiga-ui-legacy-components-input-slider.mjs +0 -199
  106. package/fesm2022/taiga-ui-legacy-components-input-slider.mjs.map +0 -1
  107. package/fesm2022/taiga-ui-legacy-components-input-tag.mjs +0 -524
  108. package/fesm2022/taiga-ui-legacy-components-input-tag.mjs.map +0 -1
  109. package/fesm2022/taiga-ui-legacy-components-multi-select-option.mjs +0 -47
  110. package/fesm2022/taiga-ui-legacy-components-multi-select-option.mjs.map +0 -1
  111. package/fesm2022/taiga-ui-legacy-components-multi-select.mjs +0 -690
  112. package/fesm2022/taiga-ui-legacy-components-multi-select.mjs.map +0 -1
  113. package/fesm2022/taiga-ui-legacy-components-tag.mjs +0 -225
  114. package/fesm2022/taiga-ui-legacy-components-tag.mjs.map +0 -1
  115. package/fesm2022/taiga-ui-legacy-components-textarea.mjs +0 -262
  116. package/fesm2022/taiga-ui-legacy-components-textarea.mjs.map +0 -1
  117. 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;
@@ -1,19 +1,18 @@
1
- import { type TuiPopover } from '@taiga-ui/cdk/services';
2
1
  import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
3
2
  import { Subject } from 'rxjs';
4
- import { type TuiDialogOptions, type TuiDialogSize } from './dialog.interfaces';
3
+ import { type TuiDialogContext, type TuiDialogSize } from './dialog.interfaces';
5
4
  import * as i0 from "@angular/core";
6
5
  import * as i1 from "@taiga-ui/cdk/directives/animated";
7
6
  export declare class TuiDialogComponent<O, I> {
8
7
  protected readonly close$: Subject<void>;
9
- protected readonly context: TuiPopover<TuiDialogOptions<I>, O>;
8
+ protected readonly context: TuiDialogContext<I, O>;
10
9
  protected readonly closeWord: import("@angular/core").Signal<string>;
11
10
  protected readonly icons: import("@taiga-ui/core/tokens").TuiCommonIcons;
12
11
  protected readonly from: import("@angular/core").Signal<"translateY(100vh)" | "translateY(2.5rem)">;
13
12
  protected readonly isMobile: import("@angular/core").Signal<boolean | undefined>;
14
13
  constructor();
15
14
  protected get size(): TuiDialogSize;
16
- protected get header(): PolymorpheusContent<TuiPopover<TuiDialogOptions<I>, O>>;
15
+ protected get header(): PolymorpheusContent<TuiDialogContext<I, O>>;
17
16
  private close;
18
17
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiDialogComponent<any, any>, never>;
19
18
  static ɵcmp: i0.ɵɵComponentDeclaration<TuiDialogComponent<any, any>, "tui-dialog-legacy", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiAnimated; inputs: {}; outputs: {}; }]>;
@@ -1,7 +1,8 @@
1
- import { TuiPopoverDirective } from '@taiga-ui/cdk/directives/popover';
2
1
  import { type TuiDialogOptions } from './dialog.interfaces';
3
2
  import * as i0 from "@angular/core";
4
- export declare class TuiDialog<T> extends TuiPopoverDirective<TuiDialogOptions<T>> {
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>>>;
5
6
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiDialog<any>, never>;
6
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiDialog<any>, "ng-template[tuiDialog]", never, { "options": { "alias": "tuiDialogOptions"; "required": false; }; "open": { "alias": "tuiDialog"; "required": false; }; }, { "openChange": "tuiDialogChange"; }, never, never, true, 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"; }; }]>;
7
8
  }
@@ -1,4 +1,4 @@
1
- import { type TuiPopover, type TuiPopoverContext } from '@taiga-ui/cdk/services';
1
+ import { type TuiPortalContext } from '@taiga-ui/cdk/portals';
2
2
  import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
3
3
  import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
4
4
  import { type Observable } from 'rxjs';
@@ -22,10 +22,9 @@ export interface TuiDialogOptions<I> {
22
22
  button?: string;
23
23
  };
24
24
  readonly dismissible: Observable<boolean> | boolean;
25
- readonly header: PolymorpheusContent<TuiPopover<TuiDialogOptions<I>, any>>;
25
+ readonly header: PolymorpheusContent<TuiDialogContext<I, any>>;
26
26
  readonly label: string;
27
27
  readonly required: boolean;
28
28
  readonly size: TuiDialogSize;
29
29
  }
30
- export interface TuiDialogContext<O = void, I = undefined> extends TuiPopoverContext<O>, TuiDialogOptions<I> {
31
- }
30
+ export type TuiDialogContext<O = void, I = undefined> = TuiPortalContext<TuiDialogOptions<I>, O>;
@@ -1,7 +1,10 @@
1
- import { TuiPopoverService } from '@taiga-ui/cdk/services';
1
+ import { TuiModalService } from '@taiga-ui/core/components/modal';
2
+ import { TuiDialogComponent } from './dialog.component';
2
3
  import { type TuiDialogOptions } from './dialog.interfaces';
3
4
  import * as i0 from "@angular/core";
4
- export declare class TuiDialogService extends TuiPopoverService<TuiDialogOptions<any>> {
5
+ export declare class TuiDialogService extends TuiModalService<TuiDialogOptions<any>> {
6
+ protected readonly options: TuiDialogOptions<void>;
7
+ protected readonly content: typeof TuiDialogComponent;
5
8
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiDialogService, never>;
6
9
  static ɵprov: i0.ɵɵInjectableDeclaration<TuiDialogService>;
7
10
  }
@@ -1,8 +1,6 @@
1
- import { InjectionToken, type Provider } from '@angular/core';
2
1
  import { type TuiDialogOptions } from './dialog.interfaces';
3
2
  export declare const TUI_DIALOG_DEFAULT_OPTIONS: TuiDialogOptions<void>;
4
3
  /**
5
4
  * Default parameters for dialog component
6
5
  */
7
- export declare const TUI_DIALOG_OPTIONS: InjectionToken<TuiDialogOptions<void>>;
8
- export declare function tuiDialogOptionsProvider(options: Partial<TuiDialogOptions<unknown>>): Provider;
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;
@@ -6,14 +6,9 @@ export * from '@taiga-ui/legacy/components/input-date-time';
6
6
  export * from '@taiga-ui/legacy/components/input-month-range';
7
7
  export * from '@taiga-ui/legacy/components/input-number';
8
8
  export * from '@taiga-ui/legacy/components/input-range';
9
- export * from '@taiga-ui/legacy/components/input-slider';
10
- export * from '@taiga-ui/legacy/components/input-tag';
11
- export * from '@taiga-ui/legacy/components/multi-select';
12
- export * from '@taiga-ui/legacy/components/multi-select-option';
9
+ export * from '@taiga-ui/legacy/components/mobile-dialog';
13
10
  export * from '@taiga-ui/legacy/components/pdf-viewer';
14
11
  export * from '@taiga-ui/legacy/components/primitive-textfield';
15
12
  export * from '@taiga-ui/legacy/components/select';
16
13
  export * from '@taiga-ui/legacy/components/select-option';
17
- export * from '@taiga-ui/legacy/components/tag';
18
- export * from '@taiga-ui/legacy/components/textarea';
19
14
  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.TuiDropdownManual, typeof i5.TuiDropdownHover, typeof i5.TuiDropdownContent, 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.TuiDropdownManual, typeof i5.TuiDropdownHover, typeof i5.TuiDropdownContent, 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.TuiDropdownManual, typeof i12.TuiDropdownHover, typeof i12.TuiDropdownContent, 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.TuiDropdownManual, typeof i12.TuiDropdownHover, typeof i12.TuiDropdownContent, 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
  }
@@ -42,9 +42,8 @@ export declare class TuiInputDateTimeComponent extends AbstractTuiControl<[TuiDa
42
42
  ]> | null;
43
43
  protected readonly type: TuiContext<TuiActiveZone>;
44
44
  protected readonly filler$: Observable<string>;
45
- protected dateFormat: import("@taiga-ui/core/tokens").TuiDateFormatSettings;
45
+ protected dateFormat: import("@angular/core").Signal<import("@taiga-ui/core/tokens").TuiDateFormatSettings>;
46
46
  protected readonly isMobile: boolean;
47
- protected readonly dateFormat$: import("rxjs").Subscription;
48
47
  min: TuiDay | [TuiDay | null, TuiTime | null] | null;
49
48
  max: TuiDay | [TuiDay | null, TuiTime | null] | null;
50
49
  disabledItemHandler: TuiBooleanHandler<TuiDay>;
@@ -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.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 i9.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]>;
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.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 i5.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]>;
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;
@@ -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
+ }
@@ -1,11 +1,11 @@
1
- import { type TuiPopover } from '@taiga-ui/cdk/services';
1
+ import { type TuiPortalContext } from '@taiga-ui/cdk/portals';
2
2
  import { type TuiPdfViewerOptions } from './pdf-viewer.options';
3
3
  import * as i0 from "@angular/core";
4
4
  import * as i1 from "@taiga-ui/cdk/directives/animated";
5
5
  export declare class TuiPdfViewerComponent<I, O> {
6
6
  protected readonly closeWord: import("@angular/core").Signal<string>;
7
7
  protected readonly icons: import("@taiga-ui/core/tokens").TuiCommonIcons;
8
- protected readonly context: TuiPopover<TuiPdfViewerOptions<I>, O>;
8
+ protected readonly context: TuiPortalContext<TuiPdfViewerOptions<I>, O>;
9
9
  protected onKeyDownEsc(): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiPdfViewerComponent<any, any>, never>;
11
11
  static ɵcmp: i0.ɵɵComponentDeclaration<TuiPdfViewerComponent<any, any>, "tui-pdf-viewer", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiAnimated; inputs: {}; outputs: {}; }]>;
@@ -1,7 +1,8 @@
1
- import { TuiPopoverDirective } from '@taiga-ui/cdk/directives/popover';
2
1
  import { type TuiPdfViewerOptions } from './pdf-viewer.options';
3
2
  import * as i0 from "@angular/core";
4
- export declare class TuiPdfViewerDirective<T> extends TuiPopoverDirective<TuiPdfViewerOptions<T>> {
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>>>;
5
6
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiPdfViewerDirective<any>, never>;
6
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiPdfViewerDirective<any>, "ng-template[tuiPdfViewer]", never, { "options": { "alias": "tuiPdfViewerOptions"; "required": false; }; "open": { "alias": "tuiPdfViewer"; "required": false; }; }, { "openChange": "tuiPdfViewerChange"; }, never, never, true, 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"; }; }]>;
7
8
  }
@@ -1,11 +1,9 @@
1
- import { InjectionToken, type Provider } from '@angular/core';
2
1
  import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
3
2
  export declare const TUI_PDF_VIEWER_DEFAULT_OPTIONS: TuiPdfViewerOptions;
4
3
  /**
5
4
  * Default parameters for PdfViewer component
6
5
  */
7
- export declare const TUI_PDF_VIEWER_OPTIONS: InjectionToken<TuiPdfViewerOptions<undefined>>;
8
- export declare function tuiPdfViewerOptionsProvider(options: Partial<TuiPdfViewerOptions>): Provider;
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;
9
7
  export interface TuiPdfViewerOptions<I = undefined> {
10
8
  readonly actions: PolymorpheusContent<TuiPdfViewerOptions<I>>;
11
9
  readonly data: I;
@@ -1,11 +1,15 @@
1
1
  import { type SafeResourceUrl } from '@angular/platform-browser';
2
- import { type TuiPopoverContext, TuiPopoverService } from '@taiga-ui/cdk/services';
2
+ import { type TuiPortalContext } from '@taiga-ui/cdk/portals';
3
+ import { TuiModalService } from '@taiga-ui/core/components/modal';
3
4
  import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
4
5
  import { type Observable } from 'rxjs';
6
+ import { TuiPdfViewerComponent } from './pdf-viewer.component';
5
7
  import { type TuiPdfViewerOptions } from './pdf-viewer.options';
6
8
  import * as i0 from "@angular/core";
7
- type Content<G> = PolymorpheusContent<TuiPdfViewerOptions<unknown> & TuiPopoverContext<G>>;
8
- export declare class TuiPdfViewerService extends TuiPopoverService<TuiPdfViewerOptions<unknown>> {
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;
9
13
  open<G>(content: Content<G> | SafeResourceUrl, options?: Partial<TuiPdfViewerOptions<any>>): Observable<G>;
10
14
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiPdfViewerService, never>;
11
15
  static ɵprov: i0.ɵɵInjectableDeclaration<TuiPdfViewerService>;
@@ -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
  }
@@ -5,20 +5,20 @@ import * as i3 from "./native-select/native-select.component";
5
5
  import * as i4 from "./native-select/native-select-group.component";
6
6
  import * as i5 from "@angular/common";
7
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/components/select-option";
10
- import * as i9 from "@taiga-ui/legacy/components/arrow";
11
- import * as i10 from "@taiga-ui/legacy/directives";
8
+ import * as i7 from "@taiga-ui/legacy/components/arrow";
9
+ import * as i8 from "@taiga-ui/legacy/directives";
10
+ import * as i9 from "@taiga-ui/legacy/components/primitive-textfield";
11
+ import * as i10 from "@taiga-ui/legacy/components/select-option";
12
12
  import * as i11 from "@taiga-ui/kit/pipes/stringify-content";
13
- import * as i12 from "@taiga-ui/core/directives/dropdown";
14
- import * as i13 from "@taiga-ui/core/components/data-list";
15
- import * as i14 from "@taiga-ui/kit/components/data-list-wrapper";
13
+ import * as i12 from "@taiga-ui/core/components/data-list";
14
+ import * as i13 from "@taiga-ui/kit/components/data-list-wrapper";
15
+ import * as i14 from "@taiga-ui/core/directives/dropdown";
16
16
  /**
17
17
  * TODO(v5): delete it
18
18
  * @deprecated use new version of {@link https://taiga-ui.dev/components/select TuiSelect} (from @taiga-ui/kit) instead
19
19
  */
20
20
  export declare class TuiSelectModule {
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiSelectModule, never>;
22
- static ɵmod: i0.ɵɵNgModuleDeclaration<TuiSelectModule, [typeof i1.TuiSelectComponent, typeof i2.TuiSelectDirective, typeof i3.TuiNativeSelectComponent, typeof i4.TuiNativeSelectGroupComponent], [typeof i5.CommonModule, typeof i6.PolymorpheusOutlet, typeof i6.PolymorpheusTemplate, typeof i7.TuiPrimitiveTextfieldModule, typeof i8.TuiSelectOptionModule, typeof i9.TuiArrowComponent, typeof i10.TuiWrapperModule, typeof i10.TuiTextfieldControllerModule, typeof i11.TuiStringifyContentPipe, typeof i10.TuiLegacyDropdownOpenMonitorDirective, typeof i12.TuiDropdownOptionsDirective, typeof i12.TuiDropdownDriverDirective, typeof i12.TuiDropdownDirective, typeof i12.TuiDropdownComponent, typeof i12.TuiDropdownOpen, typeof i12.TuiDropdownOpenLegacy, typeof i12.TuiDropdownManual, typeof i12.TuiDropdownHover, typeof i12.TuiDropdownContent, 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 i14.TuiDataListWrapperComponent, typeof i14.TuiDataListGroupWrapperComponent, typeof i13.TuiDataListDirective], [typeof i1.TuiSelectComponent, typeof i2.TuiSelectDirective, typeof i7.TuiTextfieldComponent, typeof i3.TuiNativeSelectComponent, typeof i4.TuiNativeSelectGroupComponent, typeof i12.TuiDropdownOptionsDirective, typeof i12.TuiDropdownDriverDirective, typeof i12.TuiDropdownDirective, typeof i12.TuiDropdownComponent, typeof i12.TuiDropdownOpen, typeof i12.TuiDropdownOpenLegacy, typeof i12.TuiDropdownManual, typeof i12.TuiDropdownHover, typeof i12.TuiDropdownContent, 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 i14.TuiDataListWrapperComponent, typeof i14.TuiDataListGroupWrapperComponent, typeof i13.TuiDataListDirective]>;
22
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TuiSelectModule, [typeof i1.TuiSelectComponent, typeof i2.TuiSelectDirective, typeof i3.TuiNativeSelectComponent, typeof i4.TuiNativeSelectGroupComponent], [typeof i5.CommonModule, typeof i6.PolymorpheusOutlet, typeof i6.PolymorpheusTemplate, typeof i7.TuiArrowComponent, typeof i8.TuiLegacyDropdownOpenMonitorDirective, typeof i9.TuiPrimitiveTextfieldModule, typeof i10.TuiSelectOptionModule, typeof i11.TuiStringifyContentPipe, typeof i8.TuiTextfieldControllerModule, typeof i8.TuiWrapperModule, typeof i12.TuiDataListComponent, typeof i12.TuiDataListDirective, typeof i12.TuiOption, typeof i12.TuiOptionNew, typeof i12.TuiOptionWithValue, typeof i12.TuiOptGroup, typeof i13.TuiDataListWrapperComponent, typeof i13.TuiDataListGroupWrapperComponent, typeof i12.TuiDataListDirective, typeof i14.TuiDropdownOptionsDirective, typeof i14.TuiDropdownDriverDirective, typeof i14.TuiDropdownDirective, typeof i14.TuiDropdownComponent, typeof i14.TuiDropdownOpen, typeof i14.TuiDropdownOpenLegacy, typeof i14.TuiDropdownManual, typeof i14.TuiDropdownHover, typeof i14.TuiDropdownContent, typeof i14.TuiDropdownContext, typeof i14.TuiDropdownPosition, typeof i14.TuiDropdownPositionSided, typeof i14.TuiDropdownSelection], [typeof i1.TuiSelectComponent, typeof i2.TuiSelectDirective, typeof i9.TuiTextfieldComponent, typeof i3.TuiNativeSelectComponent, typeof i4.TuiNativeSelectGroupComponent, typeof i14.TuiDropdownOptionsDirective, typeof i14.TuiDropdownDriverDirective, typeof i14.TuiDropdownDirective, typeof i14.TuiDropdownComponent, typeof i14.TuiDropdownOpen, typeof i14.TuiDropdownOpenLegacy, typeof i14.TuiDropdownManual, typeof i14.TuiDropdownHover, typeof i14.TuiDropdownContent, typeof i14.TuiDropdownContext, typeof i14.TuiDropdownPosition, typeof i14.TuiDropdownPositionSided, typeof i14.TuiDropdownSelection, typeof i12.TuiDataListComponent, typeof i12.TuiDataListDirective, typeof i12.TuiOption, typeof i12.TuiOptionNew, typeof i12.TuiOptionWithValue, typeof i12.TuiOptGroup, typeof i13.TuiDataListWrapperComponent, typeof i13.TuiDataListGroupWrapperComponent, typeof i12.TuiDataListDirective]>;
23
23
  static ɵinj: i0.ɵɵInjectorDeclaration<TuiSelectModule>;
24
24
  }
@@ -1,4 +1,3 @@
1
- import { InjectionToken, type Provider } from '@angular/core';
2
1
  import { type TuiValueContentContext } from '@taiga-ui/core/types';
3
2
  import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
4
3
  /**
@@ -17,9 +16,4 @@ export declare const TUI_SELECT_DEFAULT_OPTIONS: TuiSelectOptions<unknown>;
17
16
  * TODO(v5): delete it
18
17
  * @deprecated use new version of {@link https://taiga-ui.dev/components/select TuiSelect} (from @taiga-ui/kit) instead
19
18
  */
20
- export declare const TUI_SELECT_OPTIONS: InjectionToken<TuiSelectOptions<unknown>>;
21
- /**
22
- * TODO(v5): delete it
23
- * @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
24
- */
25
- export declare function tuiSelectOptionsProvider<T>(options: Partial<TuiSelectOptions<T>>): Provider;
19
+ export declare const TUI_SELECT_OPTIONS: import("@angular/core").InjectionToken<TuiSelectOptions<unknown>>, tuiSelectOptionsProvider: (item: Partial<TuiSelectOptions<unknown>> | (() => Partial<TuiSelectOptions<unknown>>)) => import("@angular/core").FactoryProvider;