@taiga-ui/legacy 4.52.0-canary.24b31eb → 4.52.0-canary.2fa3dd5
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.
- package/README.md +1 -1
- package/classes/abstract-textfield-host.d.ts +1 -1
- package/components/arrow/arrow.options.d.ts +1 -3
- package/components/arrow/arrow.providers.d.ts +1 -6
- package/components/dialog/dialog.component.d.ts +5 -6
- package/components/dialog/dialog.directive.d.ts +4 -3
- package/components/dialog/dialog.interfaces.d.ts +3 -4
- package/components/dialog/dialog.service.d.ts +5 -2
- package/components/dialog/dialog.tokens.d.ts +1 -3
- package/components/index.d.ts +2 -1
- package/components/input/input.module.d.ts +4 -4
- package/components/input-date-range/input-date-range.component.d.ts +1 -2
- package/components/input-date-range/input-date-range.module.d.ts +8 -9
- package/components/input-date-time/input-date-time.component.d.ts +5 -5
- package/components/input-date-time/input-date-time.module.d.ts +6 -6
- package/components/input-month-range/input-month-range.module.d.ts +3 -3
- package/components/input-number/input-number.component.d.ts +1 -2
- package/components/input-number/input-number.module.d.ts +5 -5
- package/components/input-number/input-number.options.d.ts +1 -7
- package/components/input-range/input-range.component.d.ts +1 -1
- package/components/input-range/input-range.module.d.ts +4 -4
- package/components/input-tag/input-tag.module.d.ts +8 -8
- package/components/input-tag/input-tag.options.d.ts +1 -7
- package/components/mobile-dialog/index.d.ts +3 -0
- package/components/mobile-dialog/mobile-dialog.component.d.ts +10 -0
- package/components/mobile-dialog/mobile-dialog.options.d.ts +10 -0
- package/components/mobile-dialog/mobile-dialog.service.d.ts +14 -0
- package/components/multi-select/multi-select-group/multi-select-group.component.d.ts +1 -1
- package/components/multi-select/multi-select.module.d.ts +11 -12
- package/components/multi-select/multi-select.options.d.ts +1 -3
- package/components/pdf-viewer/index.d.ts +4 -0
- package/components/pdf-viewer/pdf-viewer.component.d.ts +12 -0
- package/components/pdf-viewer/pdf-viewer.directive.d.ts +8 -0
- package/components/pdf-viewer/pdf-viewer.options.d.ts +11 -0
- package/components/pdf-viewer/pdf-viewer.service.d.ts +17 -0
- package/components/primitive-textfield/primitive-textfield-options.d.ts +2 -2
- package/components/primitive-textfield/primitive-textfield.module.d.ts +5 -5
- package/components/select/select.module.d.ts +8 -8
- package/components/select/select.options.d.ts +1 -7
- package/components/select-option/select-option.module.d.ts +3 -3
- package/components/tag/tag.module.d.ts +4 -4
- package/components/tag/tag.options.d.ts +1 -7
- package/components/textarea/textarea.module.d.ts +7 -7
- package/directives/textfield-controller/textfield.options.d.ts +1 -3
- package/fesm2022/taiga-ui-legacy-classes.mjs +1 -3
- package/fesm2022/taiga-ui-legacy-classes.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-arrow.mjs +4 -17
- package/fesm2022/taiga-ui-legacy-components-arrow.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-dialog.mjs +32 -26
- package/fesm2022/taiga-ui-legacy-components-dialog.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-input-date-range.mjs +33 -43
- package/fesm2022/taiga-ui-legacy-components-input-date-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-input-date-time.mjs +30 -36
- package/fesm2022/taiga-ui-legacy-components-input-date-time.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-input-month-range.mjs +10 -10
- package/fesm2022/taiga-ui-legacy-components-input-month-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-input-number.mjs +26 -41
- package/fesm2022/taiga-ui-legacy-components-input-number.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-input-range.mjs +12 -12
- package/fesm2022/taiga-ui-legacy-components-input-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-input-slider.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-input-tag.mjs +27 -35
- package/fesm2022/taiga-ui-legacy-components-input-tag.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-input.mjs +7 -6
- package/fesm2022/taiga-ui-legacy-components-input.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-mobile-dialog.mjs +62 -0
- package/fesm2022/taiga-ui-legacy-components-mobile-dialog.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-components-multi-select-option.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-multi-select.mjs +33 -41
- package/fesm2022/taiga-ui-legacy-components-multi-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-pdf-viewer.mjs +88 -0
- package/fesm2022/taiga-ui-legacy-components-pdf-viewer.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-components-primitive-textfield.mjs +16 -16
- package/fesm2022/taiga-ui-legacy-components-primitive-textfield.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-select-option.mjs +6 -6
- package/fesm2022/taiga-ui-legacy-components-select-option.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-select.mjs +29 -37
- package/fesm2022/taiga-ui-legacy-components-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-tag.mjs +13 -22
- package/fesm2022/taiga-ui-legacy-components-tag.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-textarea.mjs +24 -24
- package/fesm2022/taiga-ui-legacy-components-textarea.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components.mjs +2 -1
- package/fesm2022/taiga-ui-legacy-components.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-directives-legacy-dropdown-open-monitor.mjs +0 -1
- package/fesm2022/taiga-ui-legacy-directives-legacy-dropdown-open-monitor.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-directives-textfield-controller.mjs +3 -7
- package/fesm2022/taiga-ui-legacy-directives-textfield-controller.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-directives-unfinished-validator.mjs +1 -3
- package/fesm2022/taiga-ui-legacy-directives-unfinished-validator.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-utils.mjs +1 -7
- package/fesm2022/taiga-ui-legacy-utils.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy.mjs +0 -1
- package/fesm2022/taiga-ui-legacy.mjs.map +1 -1
- package/index.d.ts +0 -1
- package/package.json +13 -22
- package/utils/icons-path-factory.d.ts +1 -1
- package/utils/index.d.ts +0 -1
- package/components/combo-box/combo-box-strict.directive.d.ts +0 -12
- package/components/combo-box/combo-box.component.d.ts +0 -52
- package/components/combo-box/combo-box.directive.d.ts +0 -13
- package/components/combo-box/combo-box.module.d.ts +0 -20
- package/components/combo-box/index.d.ts +0 -4
- package/fesm2022/taiga-ui-legacy-components-combo-box.mjs +0 -299
- package/fesm2022/taiga-ui-legacy-components-combo-box.mjs.map +0 -1
- package/fesm2022/taiga-ui-legacy-pipes-format-phone.mjs +0 -59
- package/fesm2022/taiga-ui-legacy-pipes-format-phone.mjs.map +0 -1
- package/fesm2022/taiga-ui-legacy-pipes-iso-to-country-code.mjs +0 -50
- package/fesm2022/taiga-ui-legacy-pipes-iso-to-country-code.mjs.map +0 -1
- package/fesm2022/taiga-ui-legacy-pipes-to-country-code.mjs +0 -80
- package/fesm2022/taiga-ui-legacy-pipes-to-country-code.mjs.map +0 -1
- package/fesm2022/taiga-ui-legacy-pipes.mjs +0 -8
- package/fesm2022/taiga-ui-legacy-pipes.mjs.map +0 -1
- package/pipes/format-phone/format-phone.pipe.d.ts +0 -37
- package/pipes/format-phone/index.d.ts +0 -1
- package/pipes/index.d.ts +0 -3
- package/pipes/iso-to-country-code/index.d.ts +0 -1
- package/pipes/iso-to-country-code/iso-to-country-code.pipe.d.ts +0 -30
- package/pipes/to-country-code/index.d.ts +0 -1
- package/pipes/to-country-code/to-country-code.pipe.d.ts +0 -38
- package/utils/is-apple.d.ts +0 -5
package/README.md
CHANGED
|
@@ -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
|
-
import {
|
|
4
|
-
import { type
|
|
2
|
+
import { Subject } from 'rxjs';
|
|
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:
|
|
10
|
-
protected readonly closeWord
|
|
8
|
+
protected readonly context: TuiDialogContext<I, O>;
|
|
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<
|
|
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
|
-
|
|
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, { "
|
|
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
|
|
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<
|
|
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
|
|
31
|
-
}
|
|
30
|
+
export type TuiDialogContext<O = void, I = undefined> = TuiPortalContext<TuiDialogOptions<I>, O>;
|
|
@@ -1,7 +1,10 @@
|
|
|
1
|
-
import {
|
|
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
|
|
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;
|
package/components/index.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
export * from '@taiga-ui/legacy/components/arrow';
|
|
2
|
-
export * from '@taiga-ui/legacy/components/combo-box';
|
|
3
2
|
export * from '@taiga-ui/legacy/components/dialog';
|
|
4
3
|
export * from '@taiga-ui/legacy/components/input';
|
|
5
4
|
export * from '@taiga-ui/legacy/components/input-date-range';
|
|
@@ -9,8 +8,10 @@ export * from '@taiga-ui/legacy/components/input-number';
|
|
|
9
8
|
export * from '@taiga-ui/legacy/components/input-range';
|
|
10
9
|
export * from '@taiga-ui/legacy/components/input-slider';
|
|
11
10
|
export * from '@taiga-ui/legacy/components/input-tag';
|
|
11
|
+
export * from '@taiga-ui/legacy/components/mobile-dialog';
|
|
12
12
|
export * from '@taiga-ui/legacy/components/multi-select';
|
|
13
13
|
export * from '@taiga-ui/legacy/components/multi-select-option';
|
|
14
|
+
export * from '@taiga-ui/legacy/components/pdf-viewer';
|
|
14
15
|
export * from '@taiga-ui/legacy/components/primitive-textfield';
|
|
15
16
|
export * from '@taiga-ui/legacy/components/select';
|
|
16
17
|
export * from '@taiga-ui/legacy/components/select-option';
|
|
@@ -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/
|
|
6
|
-
import * as i5 from "@taiga-ui/
|
|
7
|
-
import * as i6 from "@taiga-ui/
|
|
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.
|
|
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/
|
|
7
|
-
import * as i6 from "@taiga-ui/
|
|
8
|
-
import * as i7 from "@taiga-ui/
|
|
9
|
-
import * as i8 from "@taiga-ui/
|
|
10
|
-
import * as i9 from "@taiga-ui/
|
|
11
|
-
import * as i10 from "@taiga-ui/
|
|
12
|
-
import * as i11 from "@taiga-ui/core/directives/
|
|
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.
|
|
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
|
|
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:
|
|
53
|
-
get timeMode():
|
|
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/
|
|
9
|
-
import * as i8 from "@taiga-ui/core/components/
|
|
10
|
-
import * as i9 from "@taiga-ui/
|
|
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/
|
|
13
|
-
import * as i12 from "@taiga-ui/
|
|
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.
|
|
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/
|
|
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/
|
|
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.
|
|
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/
|
|
7
|
-
import * as i6 from "@taiga-ui/
|
|
8
|
-
import * as i7 from "@taiga-ui/
|
|
9
|
-
import * as i8 from "@taiga-ui/
|
|
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.
|
|
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: '
|
|
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/
|
|
9
|
-
import * as i8 from "@taiga-ui/
|
|
10
|
-
import * as i9 from "@taiga-ui/
|
|
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.
|
|
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
|
}
|
|
@@ -3,13 +3,13 @@ import * as i1 from "./input-tag.component";
|
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "@angular/forms";
|
|
5
5
|
import * as i4 from "@taiga-ui/polymorpheus";
|
|
6
|
-
import * as i5 from "@taiga-ui/
|
|
7
|
-
import * as i6 from "@taiga-ui/
|
|
8
|
-
import * as i7 from "@taiga-ui/
|
|
9
|
-
import * as i8 from "@taiga-ui/legacy/
|
|
10
|
-
import * as i9 from "@taiga-ui/
|
|
11
|
-
import * as i10 from "@taiga-ui/
|
|
12
|
-
import * as i11 from "@taiga-ui/
|
|
6
|
+
import * as i5 from "@taiga-ui/core/directives/appearance";
|
|
7
|
+
import * as i6 from "@taiga-ui/cdk/directives/hovered";
|
|
8
|
+
import * as i7 from "@taiga-ui/core/components/icon";
|
|
9
|
+
import * as i8 from "@taiga-ui/legacy/directives";
|
|
10
|
+
import * as i9 from "@taiga-ui/core/components/scrollbar";
|
|
11
|
+
import * as i10 from "@taiga-ui/legacy/components/tag";
|
|
12
|
+
import * as i11 from "@taiga-ui/legacy/components/tooltip";
|
|
13
13
|
import * as i12 from "@taiga-ui/core/directives/dropdown";
|
|
14
14
|
/**
|
|
15
15
|
* TODO(v5): delete it
|
|
@@ -17,6 +17,6 @@ import * as i12 from "@taiga-ui/core/directives/dropdown";
|
|
|
17
17
|
*/
|
|
18
18
|
export declare class TuiInputTagModule {
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputTagModule, never>;
|
|
20
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TuiInputTagModule, [typeof i1.TuiInputTagComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.PolymorpheusOutlet, typeof i4.PolymorpheusTemplate, typeof i5.
|
|
20
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TuiInputTagModule, [typeof i1.TuiInputTagComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.PolymorpheusOutlet, typeof i4.PolymorpheusTemplate, typeof i5.TuiAppearance, typeof i6.TuiHovered, typeof i7.TuiIcon, typeof i8.TuiLegacyDropdownOpenMonitorDirective, typeof i9.TuiScrollbar, typeof i10.TuiTagModule, typeof i11.TuiTooltipModule, typeof i8.TuiWrapperModule, 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.TuiInputTagComponent, 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]>;
|
|
21
21
|
static ɵinj: i0.ɵɵInjectorDeclaration<TuiInputTagModule>;
|
|
22
22
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { InjectionToken, type Provider } from '@angular/core';
|
|
2
1
|
import { type TuiStatus } from '@taiga-ui/legacy/utils';
|
|
3
2
|
/**
|
|
4
3
|
* TODO(v5): delete it
|
|
@@ -19,9 +18,4 @@ export declare const TUI_INPUT_TAG_DEFAULT_OPTIONS: TuiInputTagOptions;
|
|
|
19
18
|
* @deprecated: drop in v5.0
|
|
20
19
|
* Default parameters for InputTag component
|
|
21
20
|
*/
|
|
22
|
-
export declare const TUI_INPUT_TAG_OPTIONS: InjectionToken<TuiInputTagOptions
|
|
23
|
-
/**
|
|
24
|
-
* TODO(v5): delete it
|
|
25
|
-
* @deprecated use {@link https://taiga-ui.dev/components/input-chip TuiInputChip} instead
|
|
26
|
-
*/
|
|
27
|
-
export declare function tuiInputTagOptionsProvider(options: Partial<TuiInputTagOptions>): Provider;
|
|
21
|
+
export declare const TUI_INPUT_TAG_OPTIONS: import("@angular/core").InjectionToken<TuiInputTagOptions>, tuiInputTagOptionsProvider: (item: Partial<TuiInputTagOptions> | (() => Partial<TuiInputTagOptions>)) => import("@angular/core").FactoryProvider;
|
|
@@ -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
|
+
}
|
|
@@ -4,7 +4,7 @@ export declare class TuiMultiSelectGroupComponent<T> {
|
|
|
4
4
|
private readonly options;
|
|
5
5
|
private readonly host;
|
|
6
6
|
private readonly control;
|
|
7
|
-
protected readonly multiSelectTexts
|
|
7
|
+
protected readonly multiSelectTexts: import("@angular/core").Signal<{
|
|
8
8
|
all: string;
|
|
9
9
|
none: string;
|
|
10
10
|
}>;
|
|
@@ -9,23 +9,22 @@ import * as i7 from "./multi-select.directive";
|
|
|
9
9
|
import * as i8 from "@angular/common";
|
|
10
10
|
import * as i9 from "@angular/forms";
|
|
11
11
|
import * as i10 from "@taiga-ui/polymorpheus";
|
|
12
|
-
import * as i11 from "@taiga-ui/legacy/
|
|
13
|
-
import * as i12 from "@taiga-ui/legacy/components/
|
|
14
|
-
import * as i13 from "@taiga-ui/
|
|
15
|
-
import * as i14 from "@taiga-ui/
|
|
16
|
-
import * as i15 from "@taiga-ui/
|
|
17
|
-
import * as i16 from "@taiga-ui/
|
|
18
|
-
import * as i17 from "@taiga-ui/
|
|
19
|
-
import * as i18 from "@taiga-ui/
|
|
20
|
-
import * as i19 from "@taiga-ui/
|
|
21
|
-
import * as i20 from "@taiga-ui/core/
|
|
22
|
-
import * as i21 from "@taiga-ui/kit/components/data-list-wrapper";
|
|
12
|
+
import * as i11 from "@taiga-ui/legacy/components/arrow";
|
|
13
|
+
import * as i12 from "@taiga-ui/legacy/components/input-tag";
|
|
14
|
+
import * as i13 from "@taiga-ui/legacy/directives";
|
|
15
|
+
import * as i14 from "@taiga-ui/core/components/link";
|
|
16
|
+
import * as i15 from "@taiga-ui/cdk/pipes/mapper";
|
|
17
|
+
import * as i16 from "@taiga-ui/legacy/components/multi-select-option";
|
|
18
|
+
import * as i17 from "@taiga-ui/kit/pipes/stringify-content";
|
|
19
|
+
import * as i18 from "@taiga-ui/core/components/data-list";
|
|
20
|
+
import * as i19 from "@taiga-ui/kit/components/data-list-wrapper";
|
|
21
|
+
import * as i20 from "@taiga-ui/core/directives/dropdown";
|
|
23
22
|
/**
|
|
24
23
|
* TODO(v5): delete it
|
|
25
24
|
* @deprecated use new version of {@link https://taiga-ui.dev/components/input-chip TuiInputChip} (from @taiga-ui/kit) instead
|
|
26
25
|
*/
|
|
27
26
|
export declare class TuiMultiSelectModule {
|
|
28
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiMultiSelectModule, never>;
|
|
29
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TuiMultiSelectModule, [typeof i1.TuiMultiSelectComponent, typeof i2.TuiMultiSelectGroupComponent, typeof i3.TuiMultiSelectGroupDirective, typeof i4.TuiHideSelectedPipe, typeof i5.TuiNativeMultiSelectComponent, typeof i6.TuiNativeMultiSelectGroupComponent, typeof i7.TuiMultiSelectDirective], [typeof i8.CommonModule, typeof i9.FormsModule, typeof i10.PolymorpheusOutlet, typeof i10.PolymorpheusTemplate, typeof i11.
|
|
28
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TuiMultiSelectModule, [typeof i1.TuiMultiSelectComponent, typeof i2.TuiMultiSelectGroupComponent, typeof i3.TuiMultiSelectGroupDirective, typeof i4.TuiHideSelectedPipe, typeof i5.TuiNativeMultiSelectComponent, typeof i6.TuiNativeMultiSelectGroupComponent, typeof i7.TuiMultiSelectDirective], [typeof i8.CommonModule, typeof i9.FormsModule, typeof i10.PolymorpheusOutlet, typeof i10.PolymorpheusTemplate, typeof i11.TuiArrowComponent, typeof i12.TuiInputTagModule, typeof i13.TuiLegacyDropdownOpenMonitorDirective, typeof i14.TuiLink, typeof i15.TuiMapperPipe, typeof i16.TuiMultiSelectOptionModule, typeof i17.TuiStringifyContentPipe, typeof i13.TuiTextfieldControllerModule, typeof i13.TuiWrapperModule, typeof i18.TuiDataListComponent, typeof i18.TuiDataListDirective, typeof i18.TuiOption, typeof i18.TuiOptionNew, typeof i18.TuiOptionWithValue, typeof i18.TuiOptGroup, typeof i19.TuiDataListWrapperComponent, typeof i19.TuiDataListGroupWrapperComponent, typeof i18.TuiDataListDirective, typeof i20.TuiDropdownOptionsDirective, typeof i20.TuiDropdownDriverDirective, typeof i20.TuiDropdownDirective, typeof i20.TuiDropdownComponent, typeof i20.TuiDropdownOpen, typeof i20.TuiDropdownOpenLegacy, typeof i20.TuiDropdownManual, typeof i20.TuiDropdownHover, typeof i20.TuiDropdownContent, typeof i20.TuiDropdownContext, typeof i20.TuiDropdownPosition, typeof i20.TuiDropdownPositionSided, typeof i20.TuiDropdownSelection], [typeof i1.TuiMultiSelectComponent, typeof i2.TuiMultiSelectGroupComponent, typeof i3.TuiMultiSelectGroupDirective, typeof i4.TuiHideSelectedPipe, typeof i7.TuiMultiSelectDirective, typeof i5.TuiNativeMultiSelectComponent, typeof i6.TuiNativeMultiSelectGroupComponent, typeof i20.TuiDropdownOptionsDirective, typeof i20.TuiDropdownDriverDirective, typeof i20.TuiDropdownDirective, typeof i20.TuiDropdownComponent, typeof i20.TuiDropdownOpen, typeof i20.TuiDropdownOpenLegacy, typeof i20.TuiDropdownManual, typeof i20.TuiDropdownHover, typeof i20.TuiDropdownContent, typeof i20.TuiDropdownContext, typeof i20.TuiDropdownPosition, typeof i20.TuiDropdownPositionSided, typeof i20.TuiDropdownSelection, typeof i18.TuiDataListComponent, typeof i18.TuiDataListDirective, typeof i18.TuiOption, typeof i18.TuiOptionNew, typeof i18.TuiOptionWithValue, typeof i18.TuiOptGroup, typeof i19.TuiDataListWrapperComponent, typeof i19.TuiDataListGroupWrapperComponent, typeof i18.TuiDataListDirective]>;
|
|
30
29
|
static ɵinj: i0.ɵɵInjectorDeclaration<TuiMultiSelectModule>;
|
|
31
30
|
}
|
|
@@ -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 PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
4
3
|
export interface TuiMultiSelectOptions<T> {
|
|
@@ -10,5 +9,4 @@ export declare const TUI_MULTI_SELECT_DEFAULT_OPTIONS: TuiMultiSelectOptions<unk
|
|
|
10
9
|
* @deprecated: drop in v5.0
|
|
11
10
|
* Default parameters for MultiSelect component
|
|
12
11
|
*/
|
|
13
|
-
export declare const TUI_MULTI_SELECT_OPTIONS: InjectionToken<TuiMultiSelectOptions<unknown
|
|
14
|
-
export declare function tuiMultiSelectOptionsProvider<T>(options: Partial<TuiMultiSelectOptions<T>>): Provider;
|
|
12
|
+
export declare const TUI_MULTI_SELECT_OPTIONS: import("@angular/core").InjectionToken<TuiMultiSelectOptions<unknown>>, tuiMultiSelectOptionsProvider: (item: Partial<TuiMultiSelectOptions<unknown>> | (() => Partial<TuiMultiSelectOptions<unknown>>)) => import("@angular/core").FactoryProvider;
|
|
@@ -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
|
+
}
|