@taiga-ui/kit 4.52.0-canary.763e67d → 4.52.0-canary.7c53ccc
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/components/avatar/avatar-labeled.component.d.ts +1 -1
- package/components/badged-content/badged-content.directive.d.ts +1 -2
- package/components/breadcrumbs/breadcrumbs.component.d.ts +2 -2
- package/components/calendar-range/calendar-range.component.d.ts +0 -1
- package/components/carousel/carousel-autoscroll.directive.d.ts +1 -2
- package/components/carousel/carousel-scroll.directive.d.ts +1 -1
- package/components/carousel/carousel.component.d.ts +5 -8
- package/components/carousel/carousel.directive.d.ts +2 -1
- package/components/copy/copy.component.d.ts +0 -1
- package/components/files/file/file.component.d.ts +4 -16
- package/components/files/files/files.component.d.ts +1 -3
- package/components/files/input-files/input-files.component.d.ts +2 -2
- package/components/files/input-files/input-files.content.d.ts +7 -8
- package/components/files/input-files/input-files.directive.d.ts +1 -2
- package/components/filter/filter.component.d.ts +6 -7
- package/components/fullscreen/fullscreen.component.d.ts +2 -2
- package/components/input-color/input-color.component.d.ts +5 -9
- package/components/input-date/input-date.component.d.ts +2 -2
- package/components/input-date/input-date.directive.d.ts +12 -11
- package/components/input-date-multi/input-date-multi.directive.d.ts +1 -1
- package/components/input-date-range/input-date-range.directive.d.ts +5 -3
- package/components/input-date-time/input-date-time.directive.d.ts +9 -9
- package/components/input-inline/input-inline.component.d.ts +3 -2
- package/components/input-month/input-month.component.d.ts +3 -5
- package/components/input-number/input-number.directive.d.ts +4 -6
- package/components/input-number/input-number.options.d.ts +2 -3
- package/components/input-number/step/input-number-step.component.d.ts +3 -3
- package/components/input-phone/input-phone.directive.d.ts +6 -8
- package/components/input-phone-international/input-phone-international.component.d.ts +8 -10
- package/components/input-phone-international/input-phone-international.options.d.ts +1 -0
- package/components/input-pin/input-pin.component.d.ts +3 -4
- package/components/input-range/input-range.component.d.ts +21 -51
- package/components/input-time/input-time.directive.d.ts +1 -1
- package/components/input-year/input-year.directive.d.ts +4 -6
- package/components/items-with-more/items-with-more.component.d.ts +6 -6
- package/components/items-with-more/items-with-more.directive.d.ts +6 -6
- package/components/multi-select/multi-select-native/multi-select-native.component.d.ts +5 -4
- package/components/pager/pager.component.d.ts +12 -12
- package/components/preview/pagination/preview-pagination.component.d.ts +4 -9
- package/components/preview/preview.component.d.ts +5 -5
- package/components/preview/zoom/preview-zoom.component.d.ts +8 -16
- package/components/progress/progress-circle/progress-circle.component.d.ts +7 -11
- package/components/push/push.component.d.ts +6 -7
- package/components/radio-list/radio-list.component.d.ts +9 -9
- package/components/range/range.component.d.ts +3 -4
- package/components/slider/helpers/slider-key-steps.directive.d.ts +6 -5
- package/components/slider/helpers/slider-readonly.directive.d.ts +2 -4
- package/components/slider/helpers/slider-thumb-label.component.d.ts +2 -4
- package/components/slider/slider.component.d.ts +4 -7
- package/components/stepper/step.component.d.ts +9 -2
- package/components/stepper/stepper.component.d.ts +1 -3
- package/components/tabs/tabs-horizontal.directive.d.ts +3 -4
- package/components/tabs/tabs-vertical.directive.d.ts +2 -2
- package/components/tabs/tabs-with-more.component.d.ts +12 -16
- package/components/tabs/tabs.directive.d.ts +5 -7
- package/components/textarea/textarea.component.d.ts +7 -8
- package/components/tiles/tile.component.d.ts +7 -10
- package/components/tiles/tile.service.d.ts +1 -1
- package/components/tiles/tiles.component.d.ts +4 -7
- package/components/tree/components/tree/tree.component.d.ts +7 -7
- package/components/tree/components/tree-item/tree-item.component.d.ts +1 -1
- package/components/tree/directives/tree-children.directive.d.ts +2 -2
- package/components/tree/directives/tree-controller.directive.d.ts +4 -5
- package/components/tree/directives/tree-item-controller.directive.d.ts +2 -2
- package/components/tree/directives/tree-node.directive.d.ts +5 -4
- package/directives/appearance-proxy/appearance-proxy.directive.d.ts +10 -0
- package/directives/appearance-proxy/index.d.ts +1 -0
- package/directives/highlight/highlight.directive.d.ts +6 -5
- package/directives/index.d.ts +1 -0
- package/directives/present/present.directive.d.ts +2 -3
- package/fesm2022/taiga-ui-kit-components-accordion.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-action-bar.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-avatar.mjs +9 -19
- package/fesm2022/taiga-ui-kit-components-avatar.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-badge-notification.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-badge.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-badged-content.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-block.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-block.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs +6 -11
- package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-button-loading.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-calendar-month.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-calendar-range.mjs +2 -10
- package/fesm2022/taiga-ui-kit-components-calendar-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-carousel.mjs +31 -52
- package/fesm2022/taiga-ui-kit-components-carousel.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-chip.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-combo-box.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-comment.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-confirm.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-confirm.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-copy.mjs +3 -8
- package/fesm2022/taiga-ui-kit-components-copy.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-drawer.mjs +3 -13
- package/fesm2022/taiga-ui-kit-components-drawer.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-files.mjs +72 -154
- package/fesm2022/taiga-ui-kit-components-files.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-filter.mjs +13 -12
- package/fesm2022/taiga-ui-kit-components-filter.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-fullscreen.mjs +5 -6
- package/fesm2022/taiga-ui-kit-components-fullscreen.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-chip.mjs +1 -10
- package/fesm2022/taiga-ui-kit-components-input-chip.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-color.mjs +5 -17
- package/fesm2022/taiga-ui-kit-components-input-color.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date-range.mjs +9 -3
- package/fesm2022/taiga-ui-kit-components-input-date-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date-time.mjs +10 -29
- package/fesm2022/taiga-ui-kit-components-input-date-time.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date.mjs +14 -24
- package/fesm2022/taiga-ui-kit-components-input-date.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-inline.mjs +8 -10
- package/fesm2022/taiga-ui-kit-components-input-inline.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-month.mjs +8 -24
- package/fesm2022/taiga-ui-kit-components-input-month.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-number.mjs +21 -27
- package/fesm2022/taiga-ui-kit-components-input-number.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs +28 -44
- package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-phone.mjs +10 -25
- package/fesm2022/taiga-ui-kit-components-input-phone.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-pin.mjs +7 -14
- package/fesm2022/taiga-ui-kit-components-input-pin.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-range.mjs +34 -59
- package/fesm2022/taiga-ui-kit-components-input-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-year.mjs +5 -19
- package/fesm2022/taiga-ui-kit-components-input-year.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-items-with-more.mjs +39 -59
- package/fesm2022/taiga-ui-kit-components-items-with-more.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-message.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-message.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-multi-select.mjs +14 -19
- package/fesm2022/taiga-ui-kit-components-multi-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-notification-middle.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-pager.mjs +27 -39
- package/fesm2022/taiga-ui-kit-components-pager.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-pagination.mjs +10 -14
- package/fesm2022/taiga-ui-kit-components-pagination.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-pin.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-preview.mjs +39 -119
- package/fesm2022/taiga-ui-kit-components-preview.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-progress.mjs +17 -32
- package/fesm2022/taiga-ui-kit-components-progress.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-pulse.mjs +1 -3
- package/fesm2022/taiga-ui-kit-components-pulse.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-push.mjs +9 -21
- package/fesm2022/taiga-ui-kit-components-push.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-radio-list.mjs +19 -31
- package/fesm2022/taiga-ui-kit-components-radio-list.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-range.mjs +14 -24
- package/fesm2022/taiga-ui-kit-components-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-segmented.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-slider.mjs +37 -55
- package/fesm2022/taiga-ui-kit-components-slider.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-stepper.mjs +32 -25
- package/fesm2022/taiga-ui-kit-components-stepper.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-switch.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-switch.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-tabs.mjs +56 -111
- package/fesm2022/taiga-ui-kit-components-tabs.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-textarea.mjs +13 -25
- package/fesm2022/taiga-ui-kit-components-textarea.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-tiles.mjs +26 -58
- package/fesm2022/taiga-ui-kit-components-tiles.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-toast.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-toast.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-tree.mjs +41 -72
- package/fesm2022/taiga-ui-kit-components-tree.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs +27 -0
- package/fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs.map +1 -0
- package/fesm2022/taiga-ui-kit-directives-button-group.mjs +2 -2
- package/fesm2022/taiga-ui-kit-directives-button-group.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-chevron.mjs +2 -2
- package/fesm2022/taiga-ui-kit-directives-chevron.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-connected.mjs +2 -2
- package/fesm2022/taiga-ui-kit-directives-connected.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-fade.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-highlight.mjs +17 -13
- package/fesm2022/taiga-ui-kit-directives-highlight.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-present.mjs +7 -10
- package/fesm2022/taiga-ui-kit-directives-present.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives.mjs +1 -0
- package/fesm2022/taiga-ui-kit-directives.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-flag.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-tokens.mjs +2 -26
- package/fesm2022/taiga-ui-kit-tokens.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-utils.mjs.map +1 -1
- package/package.json +26 -22
- package/pipes/flag/flag.pipe.d.ts +1 -2
- package/styles/components/avatar.less +14 -14
- package/styles/components/badge.less +3 -3
- package/styles/components/block.less +4 -4
- package/styles/components/chip.less +3 -3
- package/styles/components/comment.less +1 -1
- package/styles/components/message.less +1 -1
- package/styles/components/pin.less +3 -3
- package/styles/components/switch.less +1 -0
- package/styles/components/toast.less +1 -1
- package/tokens/index.d.ts +0 -1
- package/utils/maskito.binding.d.ts +1 -1
- package/tokens/calendar-date-stream.d.ts +0 -10
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ElementRef
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
2
|
import { type MaskitoOptions } from '@maskito/core';
|
|
3
3
|
import { TuiControl } from '@taiga-ui/cdk/classes';
|
|
4
4
|
import { type TuiCountryIsoCode } from '@taiga-ui/i18n/types';
|
|
@@ -6,14 +6,13 @@ import { type MetadataJson } from 'libphonenumber-js/core';
|
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
import * as i1 from "@maskito/angular";
|
|
8
8
|
import * as i2 from "@taiga-ui/core/components/input";
|
|
9
|
+
import * as i3 from "@taiga-ui/kit/directives/appearance-proxy";
|
|
9
10
|
export declare class TuiInputPhoneInternationalComponent extends TuiControl<string> {
|
|
10
|
-
protected readonly list:
|
|
11
|
+
protected readonly list: import("@angular/core").Signal<readonly ElementRef<any>[]>;
|
|
11
12
|
protected readonly el: HTMLInputElement;
|
|
12
13
|
protected readonly ios: boolean;
|
|
13
14
|
protected readonly icons: import("@taiga-ui/core/tokens").TuiCommonIcons;
|
|
14
15
|
protected readonly options: import("./input-phone-international.options").TuiInputPhoneInternationalOptions;
|
|
15
|
-
protected readonly countries: import("@angular/core").WritableSignal<readonly TuiCountryIsoCode[]>;
|
|
16
|
-
protected readonly code: import("@angular/core").WritableSignal<TuiCountryIsoCode>;
|
|
17
16
|
protected readonly label: import("@angular/core").Signal<string>;
|
|
18
17
|
protected readonly metadata: import("@angular/core").Signal<MetadataJson | undefined>;
|
|
19
18
|
protected readonly names: import("@angular/core").Signal<Record<TuiCountryIsoCode, string>>;
|
|
@@ -23,17 +22,16 @@ export declare class TuiInputPhoneInternationalComponent extends TuiControl<stri
|
|
|
23
22
|
protected readonly search: import("@angular/core").WritableSignal<string>;
|
|
24
23
|
protected readonly size: import("@angular/core").Signal<"m" | "l" | "s">;
|
|
25
24
|
protected readonly masked: import("@angular/core").WritableSignal<string>;
|
|
26
|
-
protected readonly mask: import("@angular/core").Signal<MaskitoOptions
|
|
25
|
+
protected readonly mask: import("@angular/core").Signal<MaskitoOptions>;
|
|
27
26
|
protected readonly filtered: import("@angular/core").Signal<{
|
|
28
27
|
iso: TuiCountryIsoCode;
|
|
29
28
|
name: string;
|
|
30
29
|
code: string;
|
|
31
30
|
}[]>;
|
|
32
31
|
protected readonly $: import("rxjs").Subscription;
|
|
33
|
-
countrySearch: boolean
|
|
34
|
-
readonly
|
|
35
|
-
|
|
36
|
-
set isoCode(code: TuiCountryIsoCode);
|
|
32
|
+
readonly countrySearch: import("@angular/core").InputSignal<boolean>;
|
|
33
|
+
readonly countryIsoCode: import("@angular/core").ModelSignal<TuiCountryIsoCode>;
|
|
34
|
+
readonly countries: import("@angular/core").InputSignal<readonly TuiCountryIsoCode[]>;
|
|
37
35
|
writeValue(unmasked: string | null): void;
|
|
38
36
|
protected onPaste(event: Event): void;
|
|
39
37
|
protected onItemClick(code: TuiCountryIsoCode): void;
|
|
@@ -41,5 +39,5 @@ export declare class TuiInputPhoneInternationalComponent extends TuiControl<stri
|
|
|
41
39
|
private unmask;
|
|
42
40
|
private getCountryCode;
|
|
43
41
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputPhoneInternationalComponent, never>;
|
|
44
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputPhoneInternationalComponent, "input[tuiInputPhoneInternational]", never, { "countrySearch": { "alias": "countrySearch"; "required": false; }; "
|
|
42
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputPhoneInternationalComponent, "input[tuiInputPhoneInternational]", never, { "countrySearch": { "alias": "countrySearch"; "required": false; "isSignal": true; }; "countryIsoCode": { "alias": "countryIsoCode"; "required": false; "isSignal": true; }; "countries": { "alias": "countries"; "required": false; "isSignal": true; }; }, { "countryIsoCode": "countryIsoCodeChange"; }, never, never, true, [{ directive: typeof i1.MaskitoDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiWithInput; inputs: {}; outputs: {}; }, { directive: typeof i3.TuiAppearanceProxy; inputs: {}; outputs: {}; }]>;
|
|
45
43
|
}
|
|
@@ -3,6 +3,7 @@ import { type MetadataJson } from 'libphonenumber-js/core';
|
|
|
3
3
|
import { type Observable } from 'rxjs';
|
|
4
4
|
export interface TuiInputPhoneInternationalOptions {
|
|
5
5
|
readonly countries: readonly TuiCountryIsoCode[];
|
|
6
|
+
readonly countrySearch: boolean;
|
|
6
7
|
readonly countryIsoCode: TuiCountryIsoCode;
|
|
7
8
|
readonly metadata: Observable<MetadataJson> | Promise<MetadataJson>;
|
|
8
9
|
readonly separator: string;
|
|
@@ -4,15 +4,14 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
import * as i1 from "@maskito/angular";
|
|
5
5
|
export declare class TuiInputPinComponent {
|
|
6
6
|
protected readonly el: HTMLInputElement;
|
|
7
|
-
protected readonly mask: import("@angular/core").WritableSignal<MaskitoMask>;
|
|
8
7
|
protected readonly appearance: import("@angular/core").Signal<string>;
|
|
9
8
|
protected readonly control: NgControl;
|
|
10
|
-
protected readonly maskito: import("@angular/core").Signal<import("@maskito/core").MaskitoOptions
|
|
11
|
-
|
|
9
|
+
protected readonly maskito: import("@angular/core").Signal<import("@maskito/core").MaskitoOptions>;
|
|
10
|
+
readonly mask: import("@angular/core").InputSignalWithTransform<MaskitoMask, string | MaskitoMask>;
|
|
12
11
|
onClick(index: number): void;
|
|
13
12
|
onSelection(): void;
|
|
14
13
|
onArrow(): void;
|
|
15
14
|
isFocused(index: number): boolean;
|
|
16
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputPinComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputPinComponent, "input[tuiInputPin]", never, { "
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputPinComponent, "input[tuiInputPin]", never, { "mask": { "alias": "mask"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.MaskitoDirective; inputs: {}; outputs: {}; }]>;
|
|
18
17
|
}
|
|
@@ -1,61 +1,36 @@
|
|
|
1
1
|
import { TuiControl } from '@taiga-ui/cdk/classes';
|
|
2
2
|
import { type TuiContext } from '@taiga-ui/cdk/types';
|
|
3
|
-
import { type TuiKeySteps } from '@taiga-ui/kit/components/slider';
|
|
4
3
|
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class TuiInputRange extends TuiControl<readonly [
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
private readonly inputNumberRefs;
|
|
11
|
-
private readonly range?;
|
|
5
|
+
export declare class TuiInputRange extends TuiControl<readonly [number, number]> {
|
|
6
|
+
private readonly inputs;
|
|
7
|
+
private readonly range;
|
|
8
|
+
private readonly options;
|
|
12
9
|
private readonly isMobile;
|
|
13
|
-
private readonly quantum;
|
|
14
10
|
private readonly quantumTransformer;
|
|
15
11
|
protected readonly size: import("@angular/core").Signal<"m" | "s" | "l">;
|
|
16
|
-
protected
|
|
17
|
-
protected
|
|
18
|
-
protected
|
|
12
|
+
protected start: number;
|
|
13
|
+
protected end: number;
|
|
14
|
+
protected side: 'end' | 'start';
|
|
19
15
|
protected readonly contentStart: import("@angular/core").Signal<PolymorpheusContent<TuiContext<number>>>;
|
|
20
16
|
protected readonly contentEnd: import("@angular/core").Signal<PolymorpheusContent<TuiContext<number>>>;
|
|
21
|
-
min: number
|
|
22
|
-
max: number
|
|
23
|
-
step: number
|
|
24
|
-
segments: number
|
|
25
|
-
keySteps:
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
];
|
|
30
|
-
postfix: readonly [
|
|
31
|
-
string,
|
|
32
|
-
string
|
|
33
|
-
];
|
|
17
|
+
readonly min: import("@angular/core").InputSignal<number>;
|
|
18
|
+
readonly max: import("@angular/core").InputSignal<number>;
|
|
19
|
+
readonly step: import("@angular/core").InputSignal<number>;
|
|
20
|
+
readonly segments: import("@angular/core").InputSignal<number>;
|
|
21
|
+
readonly keySteps: import("@angular/core").InputSignal<[[0, number], ...[number, number][], [100, number]] | undefined>;
|
|
22
|
+
readonly quantum: import("@angular/core").InputSignal<number>;
|
|
23
|
+
readonly prefix: import("@angular/core").InputSignalWithTransform<readonly [string, string], readonly [string, string] | null | undefined>;
|
|
24
|
+
readonly postfix: import("@angular/core").InputSignalWithTransform<readonly [string, string], readonly [string, string] | null | undefined>;
|
|
34
25
|
content: import("@angular/core").InputSignal<readonly [PolymorpheusContent<TuiContext<number>>, PolymorpheusContent<TuiContext<number>>]>;
|
|
35
|
-
|
|
36
|
-
writeValue(value: [
|
|
37
|
-
number,
|
|
38
|
-
number
|
|
39
|
-
]): void;
|
|
26
|
+
writeValue(value: [number, number]): void;
|
|
40
27
|
protected get contentStartHidden(): boolean;
|
|
41
28
|
protected get contentEndHidden(): boolean;
|
|
42
|
-
protected takeStep(event: Event | KeyboardEvent, coefficients: readonly [
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
]): void;
|
|
46
|
-
protected onInput([start, end]: [
|
|
47
|
-
number | null,
|
|
48
|
-
number | null
|
|
49
|
-
]): void;
|
|
50
|
-
protected onExternalValueUpdate(value: readonly [
|
|
51
|
-
number,
|
|
52
|
-
number
|
|
53
|
-
]): void;
|
|
29
|
+
protected takeStep(event: Event | KeyboardEvent, coefficients: readonly [number, number]): void;
|
|
30
|
+
protected onInput([start, end]: [number | null, number | null]): void;
|
|
31
|
+
protected onExternalValueUpdate(value: readonly [number, number]): void;
|
|
54
32
|
protected focusToTextfield(): void;
|
|
55
|
-
protected setTextfieldValues([start, end]: readonly [
|
|
56
|
-
number,
|
|
57
|
-
number
|
|
58
|
-
]): void;
|
|
33
|
+
protected setTextfieldValues([start, end]: readonly [number, number]): void;
|
|
59
34
|
private get textfieldStart();
|
|
60
35
|
private get textfieldEnd();
|
|
61
36
|
private get activeTextfield();
|
|
@@ -63,10 +38,5 @@ export declare class TuiInputRange extends TuiControl<readonly [
|
|
|
63
38
|
private valueGuard;
|
|
64
39
|
private isPrimitive;
|
|
65
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputRange, never>;
|
|
66
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputRange, "tui-input-range", never, { "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "segments": { "alias": "segments"; "required": false; }; "keySteps": { "alias": "keySteps"; "required": false; }; "
|
|
67
|
-
static ngAcceptInputType_prefix: readonly [
|
|
68
|
-
string,
|
|
69
|
-
string
|
|
70
|
-
] | null;
|
|
71
|
-
static ngAcceptInputType_postfix: readonly [string, string] | null;
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputRange, "tui-input-range", never, { "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "step": { "alias": "step"; "required": false; "isSignal": true; }; "segments": { "alias": "segments"; "required": false; "isSignal": true; }; "keySteps": { "alias": "keySteps"; "required": false; "isSignal": true; }; "quantum": { "alias": "quantum"; "required": false; "isSignal": true; }; "prefix": { "alias": "prefix"; "required": false; "isSignal": true; }; "postfix": { "alias": "postfix"; "required": false; "isSignal": true; }; "content": { "alias": "content"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
72
42
|
}
|
|
@@ -15,7 +15,7 @@ export declare class TuiInputTimeDirective extends TuiControl<TuiTime | null> im
|
|
|
15
15
|
protected readonly icon: import("@angular/core").Signal<string>;
|
|
16
16
|
protected readonly dropdownEnabled: import("@angular/core").Signal<boolean>;
|
|
17
17
|
protected readonly filler: import("@angular/core").Signal<string>;
|
|
18
|
-
protected readonly mask: import("@angular/core").Signal<MaskitoOptions
|
|
18
|
+
protected readonly mask: import("@angular/core").Signal<MaskitoOptions>;
|
|
19
19
|
readonly accept: import("@angular/core").InputSignal<readonly TuiTime[]>;
|
|
20
20
|
readonly timeMode: import("@angular/core").InputSignal<MaskitoTimeMode>;
|
|
21
21
|
readonly prefix: import("@angular/core").InputSignal<string>;
|
|
@@ -11,21 +11,19 @@ export declare class TuiInputYearDirective extends TuiControl<number | null> {
|
|
|
11
11
|
private readonly initialItem;
|
|
12
12
|
protected readonly dropdownEnabled: import("@angular/core").Signal<boolean>;
|
|
13
13
|
protected readonly icon: import("@angular/core").Signal<string>;
|
|
14
|
-
protected readonly min: import("@angular/core").WritableSignal<number>;
|
|
15
|
-
protected readonly max: import("@angular/core").WritableSignal<number>;
|
|
16
14
|
protected readonly calendar: import("@angular/core").Signal<TuiCalendarYear | null>;
|
|
17
15
|
/**
|
|
18
16
|
* TODO: move to [value]="value()" after update to Angular 17+
|
|
19
17
|
* something wrong with change detection on host binding
|
|
20
18
|
*/
|
|
21
19
|
protected readonly valueEffect: import("@angular/core").EffectRef;
|
|
22
|
-
protected readonly mask: import("@angular/core").Signal<import("@maskito/core").MaskitoOptions
|
|
20
|
+
protected readonly mask: import("@angular/core").Signal<import("@maskito/core").MaskitoOptions>;
|
|
23
21
|
protected readonly calendarInEffect: import("@angular/core").EffectRef;
|
|
24
22
|
protected readonly calendarOutEffect: import("@angular/core").EffectRef;
|
|
25
|
-
|
|
26
|
-
|
|
23
|
+
readonly min: import("@angular/core").InputSignal<number>;
|
|
24
|
+
readonly max: import("@angular/core").InputSignal<number>;
|
|
27
25
|
protected toggle(): void;
|
|
28
26
|
protected onInput(raw: string): void;
|
|
29
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputYearDirective, never>;
|
|
30
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputYearDirective, "input[tuiInputYear]", never, { "
|
|
28
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputYearDirective, "input[tuiInputYear]", never, { "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiWithInput; inputs: {}; outputs: {}; }, { directive: typeof i2.MaskitoDirective; inputs: {}; outputs: {}; }, { directive: typeof i3.TuiDropdownAuto; inputs: {}; outputs: {}; }]>;
|
|
31
29
|
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { type TuiContext } from '@taiga-ui/cdk/types';
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
3
2
|
import { TuiItemsWithMoreDirective } from './items-with-more.directive';
|
|
4
3
|
import { TuiItemsWithMoreService } from './items-with-more.service';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
import * as i1 from "./items-with-more.directive";
|
|
7
6
|
export declare class TuiItemsWithMoreComponent {
|
|
8
|
-
protected readonly
|
|
9
|
-
protected readonly more?: TemplateRef<TuiContext<number>>;
|
|
7
|
+
protected readonly service: TuiItemsWithMoreService;
|
|
10
8
|
protected readonly directive: TuiItemsWithMoreDirective;
|
|
11
|
-
readonly
|
|
9
|
+
protected readonly more: import("@angular/core").Signal<TemplateRef<any> | undefined>;
|
|
10
|
+
protected readonly items: import("@angular/core").Signal<readonly TemplateRef<any>[]>;
|
|
11
|
+
protected readonly isMoreHidden: import("@angular/core").Signal<boolean>;
|
|
12
|
+
readonly lastIndexChange: import("@angular/core").OutputRef<number>;
|
|
12
13
|
readonly lastIndex: import("@angular/core").Signal<number>;
|
|
13
|
-
protected get isMoreHidden(): boolean;
|
|
14
14
|
protected isHidden(index: number): boolean;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiItemsWithMoreComponent, never>;
|
|
16
16
|
static ɵcmp: i0.ɵɵComponentDeclaration<TuiItemsWithMoreComponent, "tui-items-with-more", never, {}, { "lastIndexChange": "lastIndexChange"; }, ["more", "items"], never, true, [{ directive: typeof i1.TuiItemsWithMoreDirective; inputs: { "itemsLimit": "itemsLimit"; "required": "required"; "side": "side"; "linesLimit": "linesLimit"; }; outputs: {}; }]>;
|
|
@@ -3,14 +3,14 @@ import { Subject } from 'rxjs';
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class TuiItemsWithMoreDirective implements OnChanges {
|
|
5
5
|
private readonly el;
|
|
6
|
-
itemsLimit: number
|
|
7
|
-
required: number
|
|
8
|
-
linesLimit: number
|
|
9
|
-
side:
|
|
6
|
+
readonly itemsLimit: import("@angular/core").InputSignal<number>;
|
|
7
|
+
readonly required: import("@angular/core").InputSignal<number>;
|
|
8
|
+
readonly linesLimit: import("@angular/core").InputSignal<number>;
|
|
9
|
+
readonly side: import("@angular/core").InputSignal<"end" | "start">;
|
|
10
|
+
readonly align: import("@angular/core").Signal<"end" | "start">;
|
|
10
11
|
readonly change$: Subject<void>;
|
|
11
|
-
get computedSide(): 'end' | 'start';
|
|
12
12
|
ngOnChanges(): void;
|
|
13
13
|
protected maxWidth(): number;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiItemsWithMoreDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiItemsWithMoreDirective, never, never, { "itemsLimit": { "alias": "itemsLimit"; "required": false; }; "required": { "alias": "required"; "required": false; }; "linesLimit": { "alias": "linesLimit"; "required": false; }; "side": { "alias": "side"; "required": false; }; }, {}, never, never, true, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiItemsWithMoreDirective, never, never, { "itemsLimit": { "alias": "itemsLimit"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "linesLimit": { "alias": "linesLimit"; "required": false; "isSignal": true; }; "side": { "alias": "side"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
16
16
|
}
|
|
@@ -11,10 +11,11 @@ export declare class TuiMultiSelectNative<T> {
|
|
|
11
11
|
protected readonly el: HTMLSelectElement;
|
|
12
12
|
protected readonly mobile: boolean;
|
|
13
13
|
protected readonly isSelected: import("@angular/core").Signal<(x: T) => boolean>;
|
|
14
|
-
items:
|
|
15
|
-
labels: readonly string[]
|
|
16
|
-
|
|
14
|
+
readonly items: import("@angular/core").InputSignal<readonly T[] | readonly (readonly T[])[] | null>;
|
|
15
|
+
readonly labels: import("@angular/core").InputSignal<readonly string[]>;
|
|
16
|
+
readonly placeholder: import("@angular/core").InputSignal<string>;
|
|
17
|
+
protected readonly binding: import("@angular/core").InputSignal<string>;
|
|
17
18
|
protected onInput(): void;
|
|
18
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiMultiSelectNative<any>, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiMultiSelectNative<any>, "select[tuiMultiSelect]", never, { "items": { "alias": "items"; "required": false; }; "labels": { "alias": "labels"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.TuiInputChipDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiSelectLike; inputs: {}; outputs: {}; }]>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiMultiSelectNative<any>, "select[tuiMultiSelect]", never, { "items": { "alias": "items"; "required": false; "isSignal": true; }; "labels": { "alias": "labels"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiInputChipDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiSelectLike; inputs: {}; outputs: {}; }]>;
|
|
20
21
|
}
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { type AfterViewInit, type ElementRef, type OnChanges, type
|
|
1
|
+
import { type AfterViewInit, type ElementRef, type OnChanges, type TemplateRef } from '@angular/core';
|
|
2
2
|
import { type TuiSizeS } from '@taiga-ui/core/types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class TuiPager implements OnChanges, AfterViewInit {
|
|
5
|
-
protected items
|
|
6
|
-
protected start: number
|
|
7
|
-
protected end: number
|
|
8
|
-
protected left: import("@angular/core").WritableSignal<number>;
|
|
5
|
+
protected readonly items: import("@angular/core").Signal<readonly ElementRef<HTMLElement>[]>;
|
|
6
|
+
protected readonly start: import("@angular/core").WritableSignal<number>;
|
|
7
|
+
protected readonly end: import("@angular/core").WritableSignal<number>;
|
|
8
|
+
protected readonly left: import("@angular/core").WritableSignal<number>;
|
|
9
|
+
protected readonly gap: import("@angular/core").Signal<9 | 7>;
|
|
9
10
|
protected readonly maxWidth: import("@angular/core").Signal<number>;
|
|
10
|
-
max: number
|
|
11
|
-
count: number
|
|
12
|
-
size: TuiSizeS
|
|
13
|
-
valueContent
|
|
14
|
-
index: number
|
|
11
|
+
readonly max: import("@angular/core").InputSignal<number>;
|
|
12
|
+
readonly count: import("@angular/core").InputSignal<number>;
|
|
13
|
+
readonly size: import("@angular/core").InputSignal<TuiSizeS>;
|
|
14
|
+
readonly valueContent: import("@angular/core").InputSignal<TemplateRef<unknown> | undefined>;
|
|
15
|
+
readonly index: import("@angular/core").InputSignal<number>;
|
|
15
16
|
ngOnChanges(): void;
|
|
16
17
|
ngAfterViewInit(): void;
|
|
17
|
-
protected get gap(): number;
|
|
18
18
|
private get visibleRange();
|
|
19
19
|
private get visibleWidth();
|
|
20
20
|
private move;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiPager, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiPager, "tui-pager", never, { "max": { "alias": "max"; "required": false; }; "count": { "alias": "count"; "required": false; }; "size": { "alias": "size"; "required": false; }; "valueContent": { "alias": "valueContent"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, {}, never, never, true, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiPager, "tui-pager", never, { "max": { "alias": "max"; "required": false; "isSignal": true; }; "count": { "alias": "count"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "valueContent": { "alias": "valueContent"; "required": false; "isSignal": true; }; "index": { "alias": "index"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
23
23
|
}
|
|
@@ -1,16 +1,11 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
1
|
import { type TuiPreviewIcons } from '../preview.options';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
export declare class TuiPreviewPagination {
|
|
5
4
|
protected readonly icons: TuiPreviewIcons;
|
|
6
|
-
protected readonly
|
|
7
|
-
length: number
|
|
8
|
-
index: number
|
|
9
|
-
readonly indexChange: EventEmitter<number>;
|
|
5
|
+
protected readonly texts: import("@angular/core").Signal<readonly [previous_page: string, next_page: string]>;
|
|
6
|
+
readonly length: import("@angular/core").InputSignal<number>;
|
|
7
|
+
readonly index: import("@angular/core").ModelSignal<number>;
|
|
10
8
|
onArrowClick(step: number): void;
|
|
11
|
-
protected get leftButtonDisabled(): boolean;
|
|
12
|
-
protected get rightButtonDisabled(): boolean;
|
|
13
|
-
private updateIndex;
|
|
14
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiPreviewPagination, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiPreviewPagination, "tui-preview-pagination", never, { "length": { "alias": "length"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, { "
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiPreviewPagination, "tui-preview-pagination", never, { "length": { "alias": "length"; "required": false; "isSignal": true; }; "index": { "alias": "index"; "required": false; "isSignal": true; }; }, { "index": "indexChange"; }, never, never, true, never>;
|
|
16
11
|
}
|
|
@@ -7,7 +7,7 @@ export declare class TuiPreviewComponent {
|
|
|
7
7
|
protected minZoom: number;
|
|
8
8
|
protected width: number;
|
|
9
9
|
protected height: number;
|
|
10
|
-
protected readonly
|
|
10
|
+
protected readonly texts: import("@angular/core").Signal<{
|
|
11
11
|
rotate: string;
|
|
12
12
|
}>;
|
|
13
13
|
protected readonly icons: import("./preview.options").TuiPreviewIcons;
|
|
@@ -18,9 +18,9 @@ export declare class TuiPreviewComponent {
|
|
|
18
18
|
protected readonly transitioned$: import("rxjs").Observable<boolean>;
|
|
19
19
|
protected readonly cursor$: import("rxjs").Observable<string>;
|
|
20
20
|
protected readonly wrapperTransform$: import("rxjs").Observable<string>;
|
|
21
|
-
zoomable: boolean
|
|
22
|
-
rotatable: boolean
|
|
23
|
-
initialScale: number
|
|
21
|
+
readonly zoomable: import("@angular/core").InputSignal<boolean>;
|
|
22
|
+
readonly rotatable: import("@angular/core").InputSignal<boolean>;
|
|
23
|
+
readonly initialScale: import("@angular/core").InputSignal<number>;
|
|
24
24
|
protected rotate(): void;
|
|
25
25
|
protected onPan(delta: readonly [number, number]): void;
|
|
26
26
|
protected onMutation(contentWrapper: HTMLElement): void;
|
|
@@ -35,5 +35,5 @@ export declare class TuiPreviewComponent {
|
|
|
35
35
|
private getGuardedCoordinates;
|
|
36
36
|
private getScaleCenter;
|
|
37
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiPreviewComponent, never>;
|
|
38
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiPreviewComponent, "tui-preview", never, { "zoomable": { "alias": "zoomable"; "required": false; }; "rotatable": { "alias": "rotatable"; "required": false; }; "initialScale": { "alias": "initialScale"; "required": false; }; }, {}, never, ["*", "tui-preview-title", "tui-preview-pagination", "[tuiPreviewAction]"], true, never>;
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiPreviewComponent, "tui-preview", never, { "zoomable": { "alias": "zoomable"; "required": false; "isSignal": true; }; "rotatable": { "alias": "rotatable"; "required": false; "isSignal": true; }; "initialScale": { "alias": "initialScale"; "required": false; "isSignal": true; }; }, {}, never, ["*", "tui-preview-title", "tui-preview-pagination", "[tuiPreviewAction]"], true, never>;
|
|
39
39
|
}
|
|
@@ -1,27 +1,19 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
1
|
import { type TuiPreviewIcons } from '../preview.options';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
export declare class TuiPreviewZoom {
|
|
5
4
|
protected readonly icons: TuiPreviewIcons;
|
|
6
|
-
protected readonly
|
|
5
|
+
protected readonly texts: import("@angular/core").Signal<{
|
|
7
6
|
zoomIn: string;
|
|
8
7
|
zoomOut: string;
|
|
9
8
|
reset: string;
|
|
10
9
|
}>;
|
|
11
10
|
protected readonly sliderLabel: import("@angular/core").Signal<string>;
|
|
12
|
-
min: number
|
|
13
|
-
max: number
|
|
14
|
-
value: number
|
|
15
|
-
readonly
|
|
16
|
-
readonly
|
|
17
|
-
|
|
18
|
-
protected get leftButtonDisabled(): boolean;
|
|
19
|
-
protected get rightButtonDisabled(): boolean;
|
|
20
|
-
protected get collapseVisible(): boolean;
|
|
21
|
-
protected onModelChange(value: number): void;
|
|
22
|
-
protected onReset(): void;
|
|
23
|
-
protected onMinus(): void;
|
|
24
|
-
protected onPlus(): void;
|
|
11
|
+
readonly min: import("@angular/core").InputSignal<number>;
|
|
12
|
+
readonly max: import("@angular/core").InputSignal<number>;
|
|
13
|
+
readonly value: import("@angular/core").ModelSignal<number>;
|
|
14
|
+
readonly reset: import("@angular/core").OutputEmitterRef<void>;
|
|
15
|
+
protected readonly hint: import("@angular/core").Signal<boolean>;
|
|
16
|
+
protected clamp(value: number): void;
|
|
25
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiPreviewZoom, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiPreviewZoom, "tui-preview-zoom", never, { "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiPreviewZoom, "tui-preview-zoom", never, { "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "reset": "reset"; }, never, never, true, never>;
|
|
27
19
|
}
|
|
@@ -1,16 +1,12 @@
|
|
|
1
|
-
import { type BooleanInput } from '@angular/cdk/coercion';
|
|
2
|
-
import { type TuiSizeXXL, type TuiSizeXXS } from '@taiga-ui/core/types';
|
|
3
1
|
import * as i0 from "@angular/core";
|
|
4
2
|
export declare class TuiProgressCircle {
|
|
5
3
|
private readonly options;
|
|
6
|
-
protected readonly
|
|
7
|
-
value: number
|
|
8
|
-
max: number
|
|
9
|
-
color: string | null
|
|
10
|
-
size:
|
|
11
|
-
arc:
|
|
12
|
-
protected get progressRatio(): number;
|
|
4
|
+
protected readonly ratio: import("@angular/core").Signal<number>;
|
|
5
|
+
readonly value: import("@angular/core").InputSignal<number>;
|
|
6
|
+
readonly max: import("@angular/core").InputSignal<number>;
|
|
7
|
+
readonly color: import("@angular/core").InputSignal<string | null>;
|
|
8
|
+
readonly size: import("@angular/core").InputSignal<"m" | "l" | "xl" | "xxl" | "s" | "xs" | "xxs">;
|
|
9
|
+
readonly arc: import("@angular/core").InputSignalWithTransform<boolean, any>;
|
|
13
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiProgressCircle, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiProgressCircle, "tui-progress-circle", never, { "value": { "alias": "value"; "required": false; }; "max": { "alias": "max"; "required": false; }; "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; "arc": { "alias": "arc"; "required": false; }; }, {}, never, never, true, never>;
|
|
15
|
-
static ngAcceptInputType_arc: any;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiProgressCircle, "tui-progress-circle", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "arc": { "alias": "arc"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
16
12
|
}
|
|
@@ -1,15 +1,14 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
1
|
import { tuiIsString } from '@taiga-ui/cdk/utils/miscellaneous';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
export declare class TuiPushComponent {
|
|
5
4
|
protected readonly isString: typeof tuiIsString;
|
|
6
5
|
protected readonly closeWord: import("@angular/core").Signal<string>;
|
|
7
6
|
protected readonly icons: import("@taiga-ui/core/tokens").TuiCommonIcons;
|
|
8
|
-
heading: string
|
|
9
|
-
type: string
|
|
10
|
-
lines: number
|
|
11
|
-
timestamp:
|
|
12
|
-
readonly close:
|
|
7
|
+
readonly heading: import("@angular/core").InputSignal<string>;
|
|
8
|
+
readonly type: import("@angular/core").InputSignal<string>;
|
|
9
|
+
readonly lines: import("@angular/core").InputSignal<number>;
|
|
10
|
+
readonly timestamp: import("@angular/core").InputSignal<string | number>;
|
|
11
|
+
readonly close: import("@angular/core").OutputEmitterRef<void>;
|
|
13
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiPushComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiPushComponent, "tui-push", never, { "heading": { "alias": "heading"; "required": false; }; "type": { "alias": "type"; "required": false; }; "lines": { "alias": "lines"; "required": false; }; "timestamp": { "alias": "timestamp"; "required": false; }; }, { "close": "close"; }, never, ["img", "tui-icon", "*", "[tuiButton]", "[tuiLink]"], true, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiPushComponent, "tui-push", never, { "heading": { "alias": "heading"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "lines": { "alias": "lines"; "required": false; "isSignal": true; }; "timestamp": { "alias": "timestamp"; "required": false; "isSignal": true; }; }, { "close": "close"; }, never, ["img", "tui-icon", "*", "[tuiButton]", "[tuiLink]"], true, never>;
|
|
15
14
|
}
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import { type ValidatorFn } from '@angular/forms';
|
|
2
2
|
import { TuiControl } from '@taiga-ui/cdk/classes';
|
|
3
|
-
import { type
|
|
3
|
+
import { type TuiContext } from '@taiga-ui/cdk/types';
|
|
4
4
|
import { type TuiSizeS } from '@taiga-ui/core/types';
|
|
5
5
|
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
|
+
import * as i1 from "@taiga-ui/core/directives/items-handlers";
|
|
7
8
|
export declare class TuiRadioList<T> extends TuiControl<T> {
|
|
8
9
|
private readonly controls;
|
|
9
10
|
private readonly id;
|
|
10
|
-
protected
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
itemContent: PolymorpheusContent<TuiContext<T> & {
|
|
11
|
+
protected readonly handlers: import("@taiga-ui/core/directives/items-handlers").TuiItemsHandlers<unknown>;
|
|
12
|
+
protected readonly validator: import("@angular/core").Signal<ValidatorFn>;
|
|
13
|
+
readonly items: import("@angular/core").InputSignal<readonly T[] | undefined>;
|
|
14
|
+
readonly size: import("@angular/core").InputSignal<TuiSizeS>;
|
|
15
|
+
readonly itemContent: import("@angular/core").InputSignal<PolymorpheusContent<TuiContext<T> & {
|
|
16
16
|
active: boolean;
|
|
17
|
-
}
|
|
17
|
+
}>>;
|
|
18
18
|
protected get name(): string;
|
|
19
19
|
protected onFocusOut(): void;
|
|
20
20
|
protected itemIsActive(item: T): boolean;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiRadioList<any>, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiRadioList<any>, "tui-radio-list", never, { "items": { "alias": "items"; "required": false; }; "size": { "alias": "size"; "required": false;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiRadioList<any>, "tui-radio-list", never, { "items": { "alias": "items"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "itemContent": { "alias": "itemContent"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiWithItemsHandlers; inputs: {}; outputs: {}; }]>;
|
|
23
23
|
}
|
|
@@ -12,23 +12,22 @@ export declare class TuiRange extends TuiControl<[number, number]> {
|
|
|
12
12
|
readonly step: import("@angular/core").InputSignal<number>;
|
|
13
13
|
readonly size: import("@angular/core").InputSignal<TuiSizeS>;
|
|
14
14
|
readonly segments: import("@angular/core").InputSignal<number>;
|
|
15
|
-
readonly keySteps: import("@angular/core").InputSignal<[[0, number], ...[number, number][], [100, number]] |
|
|
15
|
+
readonly keySteps: import("@angular/core").InputSignal<[[0, number], ...[number, number][], [100, number]] | undefined>;
|
|
16
16
|
readonly focusable: import("@angular/core").InputSignal<boolean>;
|
|
17
17
|
readonly margin: import("@angular/core").InputSignal<number>;
|
|
18
18
|
readonly limit: import("@angular/core").InputSignal<number>;
|
|
19
|
-
readonly slidersRefs: import("@angular/core").Signal<readonly ElementRef<HTMLInputElement>[]>;
|
|
20
19
|
readonly start: import("@angular/core").Signal<number>;
|
|
21
20
|
readonly end: import("@angular/core").Signal<number>;
|
|
21
|
+
readonly sliders: import("@angular/core").Signal<readonly ElementRef<HTMLInputElement>[]>;
|
|
22
|
+
protected readonly segmentWidthRatio: import("@angular/core").Signal<number>;
|
|
22
23
|
protected readonly fractionStep: import("@angular/core").Signal<number>;
|
|
23
24
|
protected readonly computedKeySteps: import("@angular/core").Signal<[[0, number], ...[number, number][], [100, number]]>;
|
|
24
|
-
protected readonly segmentWidthRatio: import("@angular/core").Signal<number>;
|
|
25
25
|
processValue(value: number, end: boolean): void;
|
|
26
26
|
takeStep(coefficients: readonly [number, number]): readonly [number, number];
|
|
27
27
|
toValue(fraction: number): number;
|
|
28
28
|
protected get rtl(): boolean;
|
|
29
29
|
protected changeByStep(coefficient: number, target: HTMLElement): void;
|
|
30
30
|
protected toPercent(value: number): number;
|
|
31
|
-
private computePureKeySteps;
|
|
32
31
|
private updateStart;
|
|
33
32
|
private updateEnd;
|
|
34
33
|
private checkDistance;
|
|
@@ -7,22 +7,23 @@ export declare class TuiSliderKeyStepsBase {
|
|
|
7
7
|
private readonly control;
|
|
8
8
|
protected readonly min: import("@angular/core").WritableSignal<number | undefined>;
|
|
9
9
|
protected readonly max: import("@angular/core").WritableSignal<number | undefined>;
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
protected readonly sync: import("@angular/core").EffectRef;
|
|
11
|
+
readonly step: import("@angular/core").InputSignal<number>;
|
|
12
|
+
readonly keySteps: import("@angular/core").InputSignal<[[0, number], ...[number, number][], [100, number]] | undefined>;
|
|
13
|
+
readonly transformer: import("@angular/core").WritableSignal<TuiValueTransformer<number, number> | undefined>;
|
|
12
14
|
controlValue: import("@angular/core").Signal<number | undefined>;
|
|
13
15
|
readonly totalSteps: import("@angular/core").Signal<number>;
|
|
14
16
|
get slider(): TuiSliderComponent;
|
|
15
|
-
set keySteps(steps: TuiKeySteps | null);
|
|
16
17
|
takeStep(coefficient: number): number;
|
|
17
18
|
toSliderValue(fraction: number): number;
|
|
18
19
|
setControlValue(controlValue: number): void;
|
|
19
20
|
getControlValue(): number;
|
|
20
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiSliderKeyStepsBase, never>;
|
|
21
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiSliderKeyStepsBase, "input[tuiSlider][keySteps]", never, { "step": { "alias": "step"; "required": false; "isSignal": true; }; "keySteps": { "alias": "keySteps"; "required": false; }; }, {}, never, never, true, never>;
|
|
22
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiSliderKeyStepsBase, "input[tuiSlider][keySteps]", never, { "step": { "alias": "step"; "required": false; "isSignal": true; }; "keySteps": { "alias": "keySteps"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
22
23
|
}
|
|
23
24
|
export declare class TuiSliderKeySteps extends TuiControl<number> {
|
|
24
25
|
protected readonly base: TuiSliderKeyStepsBase;
|
|
25
|
-
set keySteps(steps: TuiKeySteps | null);
|
|
26
|
+
set keySteps(steps: TuiKeySteps | null | undefined);
|
|
26
27
|
protected setValue(sliderValue: number): void;
|
|
27
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiSliderKeySteps, never>;
|
|
28
29
|
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiSliderKeySteps, "input[tuiSlider][keySteps][ngModel],input[tuiSlider][keySteps][formControl],input[tuiSlider][keySteps][formControlName]", never, { "keySteps": { "alias": "keySteps"; "required": false; }; }, {}, never, never, true, never>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { type BooleanInput } from '@angular/cdk/coercion';
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
2
|
/**
|
|
4
3
|
* Native <input type='range' readonly> doesn't work.
|
|
@@ -7,11 +6,10 @@ import * as i0 from "@angular/core";
|
|
|
7
6
|
export declare class TuiSliderReadonly {
|
|
8
7
|
private readonly el;
|
|
9
8
|
private readonly doc;
|
|
10
|
-
readonly:
|
|
9
|
+
readonly readonly: import("@angular/core").InputSignalWithTransform<boolean, any>;
|
|
11
10
|
constructor();
|
|
12
11
|
protected preventEvent(event: Event): void;
|
|
13
12
|
protected preventKeyboardInteraction(event: KeyboardEvent): void;
|
|
14
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiSliderReadonly, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiSliderReadonly, "input[tuiSlider][readonly]", never, { "readonly": { "alias": "readonly"; "required": false; }; }, {}, never, never, true, never>;
|
|
16
|
-
static ngAcceptInputType_readonly: any;
|
|
14
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiSliderReadonly, "input[tuiSlider][readonly]", never, { "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
17
15
|
}
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { type AfterContentInit } from '@angular/core';
|
|
2
2
|
import { NgControl } from '@angular/forms';
|
|
3
|
-
import { type TuiSizeS } from '@taiga-ui/core/types';
|
|
4
3
|
import { TuiSliderComponent } from '../slider.component';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class TuiSliderThumbLabel implements AfterContentInit {
|
|
7
|
-
protected readonly slider
|
|
8
|
-
protected readonly control
|
|
6
|
+
protected readonly slider: import("@angular/core").Signal<TuiSliderComponent | undefined>;
|
|
7
|
+
protected readonly control: import("@angular/core").Signal<NgControl | undefined>;
|
|
9
8
|
ngAfterContentInit(): void;
|
|
10
|
-
protected get size(): TuiSizeS;
|
|
11
9
|
protected get ratio(): number;
|
|
12
10
|
protected get ghostStart(): number;
|
|
13
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiSliderThumbLabel, never>;
|