@taiga-ui/kit 4.52.0-canary.bf9131e → 4.52.0-canary.c91900a
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/components/badge/badge.options.d.ts +1 -3
- package/components/badge-notification/badge-notification.options.d.ts +1 -3
- package/components/block/block.options.d.ts +1 -3
- package/components/breadcrumbs/breadcrumbs.options.d.ts +1 -3
- package/components/chip/chip.options.d.ts +1 -3
- package/components/confirm/confirm.component.d.ts +3 -2
- package/components/copy/copy.component.d.ts +1 -1
- package/components/copy/copy.directive.d.ts +1 -2
- package/components/data-list-wrapper/data-list-group-wrapper.component.d.ts +2 -2
- package/components/data-list-wrapper/data-list-wrapper.component.d.ts +14 -22
- package/components/data-list-wrapper/{data-list-wrapper.module.d.ts → data-list-wrapper.d.ts} +1 -2
- package/components/data-list-wrapper/index.d.ts +1 -1
- package/components/files/file/file.options.d.ts +1 -1
- package/components/files/input-files/input-files.options.d.ts +1 -3
- package/components/input-chip/input-chip.component.d.ts +8 -7
- package/components/input-chip/input-chip.directive.d.ts +7 -12
- package/components/input-date/input-date.directive.d.ts +4 -6
- package/components/input-date-multi/input-date-multi.directive.d.ts +9 -13
- package/components/input-number/input-number.directive.d.ts +5 -9
- package/components/input-phone-international/input-phone-international.component.d.ts +4 -4
- package/components/input-phone-international/input-phone-international.options.d.ts +1 -3
- package/components/input-range/input-range.component.d.ts +1 -1
- package/components/input-slider/input-slider.directive.d.ts +1 -1
- package/components/input-time/input-time.directive.d.ts +1 -1
- package/components/input-year/input-year.directive.d.ts +1 -1
- package/components/line-clamp/line-clamp.options.d.ts +1 -3
- package/components/multi-select/multi-select-group/multi-select-group.component.d.ts +4 -6
- package/components/notification-middle/notification-middle.component.d.ts +2 -2
- package/components/notification-middle/notification-middle.directive.d.ts +4 -3
- package/components/notification-middle/notification-middle.service.d.ts +7 -3
- package/components/pagination/index.d.ts +1 -0
- package/components/pagination/pagination.component.d.ts +2 -1
- package/components/pagination/pagination.options.d.ts +10 -0
- package/components/preview/dialog/preview-dialog.component.d.ts +2 -2
- package/components/preview/dialog/preview-dialog.directive.d.ts +3 -3
- package/components/preview/dialog/preview-dialog.service.d.ts +5 -2
- package/components/preview/preview.d.ts +2 -1
- package/components/progress/progress-bar/progress-color-segments.directive.d.ts +4 -4
- package/components/progress/progress.options.d.ts +1 -3
- package/components/push/push-alert.component.d.ts +2 -2
- package/components/push/push.options.d.ts +4 -3
- package/components/push/push.service.d.ts +2 -2
- package/components/radio-list/radio-list.component.d.ts +5 -3
- package/components/rating/rating.component.d.ts +1 -1
- package/components/rating/rating.options.d.ts +1 -3
- package/components/segmented/segmented.component.d.ts +4 -6
- package/components/segmented/segmented.directive.d.ts +6 -7
- package/components/select/native-select/native-select.component.d.ts +4 -5
- package/components/slider/slider.options.d.ts +1 -6
- package/components/stepper/step.component.d.ts +6 -8
- package/components/stepper/stepper.component.d.ts +6 -11
- package/components/tabs/tabs.options.d.ts +1 -6
- package/components/toast/toast.component.d.ts +4 -4
- package/components/toast/toast.options.d.ts +4 -3
- package/components/toast/toast.service.d.ts +2 -2
- package/components/tree/components/tree-item-content/tree-item-content.component.d.ts +7 -0
- package/components/tree/misc/tree.constants.d.ts +0 -3
- package/components/tree/misc/tree.tokens.d.ts +1 -6
- package/directives/button-close/button-close.directive.d.ts +2 -1
- package/directives/button-select/button-select.directive.d.ts +2 -1
- package/directives/data-list-dropdown-manager/data-list-dropdown-manager.directive.d.ts +5 -5
- package/directives/fade/fade.directive.d.ts +1 -2
- package/directives/fluid-typography/fluid-typography.directive.d.ts +3 -6
- package/directives/fluid-typography/fluid-typography.options.d.ts +1 -3
- package/fesm2022/taiga-ui-kit-components-accordion.mjs +1 -2
- package/fesm2022/taiga-ui-kit-components-accordion.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-avatar.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-avatar.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-badge-notification.mjs +4 -9
- package/fesm2022/taiga-ui-kit-components-badge-notification.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-badge.mjs +4 -8
- package/fesm2022/taiga-ui-kit-components-badge.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-badged-content.mjs +0 -1
- package/fesm2022/taiga-ui-kit-components-badged-content.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-block.mjs +4 -8
- package/fesm2022/taiga-ui-kit-components-block.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs +5 -10
- package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-calendar-month.mjs +3 -13
- package/fesm2022/taiga-ui-kit-components-calendar-month.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-calendar-range.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-calendar-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-carousel.mjs +1 -7
- package/fesm2022/taiga-ui-kit-components-carousel.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-checkbox.mjs +2 -3
- package/fesm2022/taiga-ui-kit-components-checkbox.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-chip.mjs +6 -10
- package/fesm2022/taiga-ui-kit-components-chip.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-combo-box.mjs +3 -4
- package/fesm2022/taiga-ui-kit-components-combo-box.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-compass.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-compass.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-confirm.mjs +4 -6
- package/fesm2022/taiga-ui-kit-components-confirm.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-copy.mjs +6 -10
- package/fesm2022/taiga-ui-kit-components-copy.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs +17 -80
- package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-elastic-container.mjs +0 -1
- package/fesm2022/taiga-ui-kit-components-elastic-container.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-files.mjs +9 -17
- package/fesm2022/taiga-ui-kit-components-files.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-floating-container.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-floating-container.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-chip.mjs +49 -67
- package/fesm2022/taiga-ui-kit-components-input-chip.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs +26 -44
- package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date-range.mjs +3 -4
- package/fesm2022/taiga-ui-kit-components-input-date-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date-time.mjs +5 -6
- package/fesm2022/taiga-ui-kit-components-input-date-time.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date.mjs +15 -25
- package/fesm2022/taiga-ui-kit-components-input-date.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-inline.mjs +2 -3
- package/fesm2022/taiga-ui-kit-components-input-inline.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-month-range.mjs +3 -4
- package/fesm2022/taiga-ui-kit-components-input-month-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-month.mjs +3 -4
- package/fesm2022/taiga-ui-kit-components-input-month.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-number.mjs +20 -45
- package/fesm2022/taiga-ui-kit-components-input-number.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs +13 -20
- package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-phone.mjs +1 -2
- package/fesm2022/taiga-ui-kit-components-input-phone.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-pin.mjs +3 -4
- package/fesm2022/taiga-ui-kit-components-input-pin.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-range.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-input-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-slider.mjs +3 -4
- package/fesm2022/taiga-ui-kit-components-input-slider.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-time.mjs +6 -8
- package/fesm2022/taiga-ui-kit-components-input-time.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-year.mjs +5 -6
- package/fesm2022/taiga-ui-kit-components-input-year.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-items-with-more.mjs +0 -2
- package/fesm2022/taiga-ui-kit-components-items-with-more.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-like.mjs +1 -1
- package/fesm2022/taiga-ui-kit-components-like.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-line-clamp.mjs +6 -11
- package/fesm2022/taiga-ui-kit-components-line-clamp.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-message.mjs +0 -1
- package/fesm2022/taiga-ui-kit-components-message.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-multi-select.mjs +20 -30
- package/fesm2022/taiga-ui-kit-components-multi-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-notification-middle.mjs +30 -19
- package/fesm2022/taiga-ui-kit-components-notification-middle.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-pager.mjs +4 -6
- package/fesm2022/taiga-ui-kit-components-pager.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-pagination.mjs +19 -9
- 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-pin.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-preview.mjs +27 -19
- package/fesm2022/taiga-ui-kit-components-preview.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-progress.mjs +41 -33
- package/fesm2022/taiga-ui-kit-components-progress.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-pulse.mjs +1 -1
- package/fesm2022/taiga-ui-kit-components-pulse.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-push.mjs +8 -8
- package/fesm2022/taiga-ui-kit-components-push.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-radio-list.mjs +4 -4
- package/fesm2022/taiga-ui-kit-components-radio-list.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-radio.mjs +3 -4
- package/fesm2022/taiga-ui-kit-components-radio.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-range.mjs +3 -6
- package/fesm2022/taiga-ui-kit-components-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-rating.mjs +4 -9
- package/fesm2022/taiga-ui-kit-components-rating.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs +7 -3
- package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-segmented.mjs +28 -55
- package/fesm2022/taiga-ui-kit-components-segmented.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-select.mjs +14 -25
- package/fesm2022/taiga-ui-kit-components-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-slider.mjs +7 -17
- package/fesm2022/taiga-ui-kit-components-slider.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-stepper.mjs +41 -75
- package/fesm2022/taiga-ui-kit-components-stepper.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-switch.mjs +2 -3
- package/fesm2022/taiga-ui-kit-components-switch.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-tabs.mjs +7 -15
- package/fesm2022/taiga-ui-kit-components-tabs.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-textarea.mjs +4 -7
- package/fesm2022/taiga-ui-kit-components-textarea.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-tiles.mjs +2 -3
- package/fesm2022/taiga-ui-kit-components-tiles.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-toast.mjs +15 -15
- package/fesm2022/taiga-ui-kit-components-toast.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-tree.mjs +36 -40
- package/fesm2022/taiga-ui-kit-components-tree.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-button-close.mjs +13 -5
- package/fesm2022/taiga-ui-kit-directives-button-close.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-button-select.mjs +14 -6
- package/fesm2022/taiga-ui-kit-directives-button-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-chevron.mjs +2 -1
- package/fesm2022/taiga-ui-kit-directives-chevron.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-connected.mjs +0 -1
- package/fesm2022/taiga-ui-kit-directives-connected.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs +22 -50
- package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-fade.mjs +7 -6
- package/fesm2022/taiga-ui-kit-directives-fade.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs +12 -25
- package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-highlight.mjs +0 -1
- package/fesm2022/taiga-ui-kit-directives-highlight.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-lazy-loading.mjs +0 -1
- package/fesm2022/taiga-ui-kit-directives-lazy-loading.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-password.mjs +5 -4
- package/fesm2022/taiga-ui-kit-directives-password.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-present.mjs +0 -1
- package/fesm2022/taiga-ui-kit-directives-present.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-tooltip.mjs +2 -2
- package/fesm2022/taiga-ui-kit-directives-tooltip.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs +1 -2
- package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs +1 -2
- package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-emails.mjs +0 -1
- package/fesm2022/taiga-ui-kit-pipes-emails.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs +0 -1
- package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs +1 -2
- package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs +0 -1
- package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs +0 -1
- package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-stringify.mjs +0 -1
- package/fesm2022/taiga-ui-kit-pipes-stringify.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-tokens.mjs +2 -17
- package/fesm2022/taiga-ui-kit-tokens.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-utils.mjs +1 -1
- package/fesm2022/taiga-ui-kit-utils.mjs.map +1 -1
- package/package.json +22 -23
- package/pipes/stringify-content/stringify-content.pipe.d.ts +2 -3
- package/tokens/items-handlers.d.ts +1 -7
- package/tokens/preview-icons.d.ts +1 -3
- package/fesm2022/taiga-ui-kit-components-preview-dialog.mjs +0 -64
- package/fesm2022/taiga-ui-kit-components-preview-dialog.mjs.map +0 -1
package/README.md
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
import { InjectionToken, type Provider } from '@angular/core';
|
|
2
1
|
import { type TuiAppearanceOptions } from '@taiga-ui/core/directives/appearance';
|
|
3
2
|
import { type TuiSizeS, type TuiSizeXL } from '@taiga-ui/core/types';
|
|
4
3
|
export interface TuiBadgeOptions extends TuiAppearanceOptions {
|
|
5
4
|
readonly size: TuiSizeS | TuiSizeXL;
|
|
6
5
|
}
|
|
7
6
|
export declare const TUI_BADGE_DEFAULT_OPTIONS: TuiBadgeOptions;
|
|
8
|
-
export declare const TUI_BADGE_OPTIONS: InjectionToken<TuiBadgeOptions
|
|
9
|
-
export declare function tuiBadgeOptionsProvider(options: Partial<TuiBadgeOptions>): Provider;
|
|
7
|
+
export declare const TUI_BADGE_OPTIONS: import("@angular/core").InjectionToken<TuiBadgeOptions>, tuiBadgeOptionsProvider: (item: Partial<TuiBadgeOptions> | (() => Partial<TuiBadgeOptions>)) => import("@angular/core").FactoryProvider;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
import { InjectionToken, type Provider } from '@angular/core';
|
|
2
1
|
import { type TuiSizeL, type TuiSizeXS } from '@taiga-ui/core/types';
|
|
3
2
|
export interface TuiBadgeNotificationOptions {
|
|
4
3
|
readonly size: TuiSizeL | TuiSizeXS;
|
|
5
4
|
}
|
|
6
5
|
export declare const TUI_BADGE_NOTIFICATION_DEFAULT_OPTIONS: TuiBadgeNotificationOptions;
|
|
7
|
-
export declare const TUI_BADGE_NOTIFICATION_OPTIONS: InjectionToken<TuiBadgeNotificationOptions
|
|
8
|
-
export declare function tuiBadgeNotificationOptionsProvider(options: Partial<TuiBadgeNotificationOptions>): Provider;
|
|
6
|
+
export declare const TUI_BADGE_NOTIFICATION_OPTIONS: import("@angular/core").InjectionToken<TuiBadgeNotificationOptions>, tuiBadgeNotificationOptionsProvider: (item: Partial<TuiBadgeNotificationOptions> | (() => Partial<TuiBadgeNotificationOptions>)) => import("@angular/core").FactoryProvider;
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
import { InjectionToken, type Provider } from '@angular/core';
|
|
2
1
|
import { type TuiAppearanceOptions } from '@taiga-ui/core/directives/appearance';
|
|
3
2
|
import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
|
|
4
3
|
export interface TuiBlockOptions extends TuiAppearanceOptions {
|
|
5
4
|
readonly size: TuiSizeL | TuiSizeS | '';
|
|
6
5
|
}
|
|
7
6
|
export declare const TUI_BLOCK_DEFAULT_OPTIONS: TuiBlockOptions;
|
|
8
|
-
export declare const TUI_BLOCK_OPTIONS: InjectionToken<TuiBlockOptions
|
|
9
|
-
export declare function tuiBlockOptionsProvider(options: Partial<TuiBlockOptions>): Provider;
|
|
7
|
+
export declare const TUI_BLOCK_OPTIONS: import("@angular/core").InjectionToken<TuiBlockOptions>, tuiBlockOptionsProvider: (item: Partial<TuiBlockOptions> | (() => Partial<TuiBlockOptions>)) => import("@angular/core").FactoryProvider;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { InjectionToken, type Provider } from '@angular/core';
|
|
2
1
|
import { type TuiSizeL } from '@taiga-ui/core/types';
|
|
3
2
|
export interface TuiBreadcrumbsOptions {
|
|
4
3
|
readonly icon: string;
|
|
@@ -6,5 +5,4 @@ export interface TuiBreadcrumbsOptions {
|
|
|
6
5
|
readonly itemsLimit: number;
|
|
7
6
|
}
|
|
8
7
|
export declare const TUI_BREADCRUMBS_DEFAULT_OPTIONS: TuiBreadcrumbsOptions;
|
|
9
|
-
export declare const TUI_BREADCRUMBS_OPTIONS: InjectionToken<TuiBreadcrumbsOptions
|
|
10
|
-
export declare function tuiBreadcrumbsOptionsProvider(options: Partial<TuiBreadcrumbsOptions>): Provider;
|
|
8
|
+
export declare const TUI_BREADCRUMBS_OPTIONS: import("@angular/core").InjectionToken<TuiBreadcrumbsOptions>, tuiBreadcrumbsOptionsProvider: (item: Partial<TuiBreadcrumbsOptions> | (() => Partial<TuiBreadcrumbsOptions>)) => import("@angular/core").FactoryProvider;
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
import { InjectionToken, type Provider } from '@angular/core';
|
|
2
1
|
import { type TuiAppearanceOptions } from '@taiga-ui/core/directives/appearance';
|
|
3
2
|
import { type TuiSizeXXS } from '@taiga-ui/core/types';
|
|
4
3
|
export interface TuiChipOptions extends TuiAppearanceOptions {
|
|
5
4
|
readonly size: TuiSizeXXS;
|
|
6
5
|
}
|
|
7
6
|
export declare const TUI_CHIP_DEFAULT_OPTIONS: TuiChipOptions;
|
|
8
|
-
export declare const TUI_CHIP_OPTIONS: InjectionToken<TuiChipOptions
|
|
9
|
-
export declare function tuiChipOptionsProvider(options: Partial<TuiChipOptions>): Provider;
|
|
7
|
+
export declare const TUI_CHIP_OPTIONS: import("@angular/core").InjectionToken<TuiChipOptions>, tuiChipOptionsProvider: (item: Partial<TuiChipOptions> | (() => Partial<TuiChipOptions>)) => import("@angular/core").FactoryProvider;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { InjectionToken } from '@angular/core';
|
|
1
2
|
import { type TuiDialogContext } from '@taiga-ui/core/components/dialog';
|
|
2
3
|
import { PolymorpheusComponent, type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
@@ -16,7 +17,7 @@ export declare class TuiConfirm {
|
|
|
16
17
|
readonly context: TuiDialogContext<boolean, TuiConfirmData | undefined>;
|
|
17
18
|
protected get appearance(): string;
|
|
18
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiConfirm, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiConfirm, "
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiConfirm, "ng-component", never, {}, {}, never, never, true, never>;
|
|
20
21
|
}
|
|
21
22
|
export declare const TUI_CONFIRM: PolymorpheusComponent<TuiConfirm>;
|
|
22
|
-
export declare const TUI_CONFIRM_DIALOG:
|
|
23
|
+
export declare const TUI_CONFIRM_DIALOG: InjectionToken<PolymorpheusContent<TuiDialogContext<boolean, unknown>>>;
|
|
@@ -2,7 +2,7 @@ import { type TuiSizeL } from '@taiga-ui/core/types';
|
|
|
2
2
|
import { BehaviorSubject } from 'rxjs';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class TuiCopyComponent {
|
|
5
|
-
protected readonly notification: import("@taiga-ui/core/components/notification").TuiNotificationOptions
|
|
5
|
+
protected readonly notification: import("@taiga-ui/core/components/notification").TuiNotificationOptions<undefined>;
|
|
6
6
|
protected readonly options: import("./copy.options").TuiCopyOptions;
|
|
7
7
|
protected readonly copied$: BehaviorSubject<boolean>;
|
|
8
8
|
protected readonly texts: import("@angular/core").Signal<readonly [copy: string, copied: string]>;
|
|
@@ -9,9 +9,8 @@ export declare class TuiCopyDirective {
|
|
|
9
9
|
protected readonly icons: import("@angular/core").Signal<string>;
|
|
10
10
|
protected readonly copyTexts: import("@angular/core").Signal<readonly [copy: string, copied: string]>;
|
|
11
11
|
protected readonly hint: import("@angular/core").Signal<string>;
|
|
12
|
-
tuiCopy: string;
|
|
13
12
|
protected get disabled(): boolean;
|
|
14
13
|
protected copy(): void;
|
|
15
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiCopyDirective, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiCopyDirective, "tui-icon[tuiCopy]", never, {
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiCopyDirective, "tui-icon[tuiCopy]", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiWithAppearance; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiHintDirective; inputs: { "tuiHintAppearance": "tuiHintAppearance"; "tuiHintContext": "tuiHintContext"; }; outputs: {}; }]>;
|
|
17
16
|
}
|
|
@@ -3,7 +3,7 @@ import { TuiDataListWrapperComponent } from './data-list-wrapper.component';
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class TuiDataListGroupWrapperComponent<T> extends TuiDataListWrapperComponent<T, readonly T[]> {
|
|
5
5
|
protected readonly multi: TuiMultiSelectGroupDirective | null;
|
|
6
|
-
labels: readonly string[]
|
|
6
|
+
readonly labels: import("@angular/core").InputSignal<readonly string[]>;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiDataListGroupWrapperComponent<any>, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiDataListGroupWrapperComponent<any>, "tui-data-list-wrapper[labels]", never, { "labels": { "alias": "labels"; "required": false; }; }, {}, never, never, true, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiDataListGroupWrapperComponent<any>, "tui-data-list-wrapper[labels]", never, { "labels": { "alias": "labels"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
9
9
|
}
|
|
@@ -1,27 +1,19 @@
|
|
|
1
|
-
import { type
|
|
2
|
-
import { type
|
|
3
|
-
import { type
|
|
4
|
-
import { type TuiValueContentContext } from '@taiga-ui/core/types';
|
|
1
|
+
import { type TuiContext } from '@taiga-ui/cdk/types';
|
|
2
|
+
import { type TuiDataListAccessor, TuiDataListComponent } from '@taiga-ui/core/components/data-list';
|
|
3
|
+
import { type TuiItemsHandlers } from '@taiga-ui/core/directives/items-handlers';
|
|
5
4
|
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
7
6
|
export declare class TuiDataListWrapperComponent<T, K = T> implements TuiDataListAccessor<T> {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
readonly itemClick: EventEmitter<T>;
|
|
19
|
-
readonly options: import("@angular/core").Signal<readonly T[]>;
|
|
20
|
-
itemContent: PolymorpheusContent<TuiValueContentContext<T>>;
|
|
21
|
-
getContext($implicit: T, { nativeElement }: ElementRef<HTMLElement>): TuiValueContentContext<T>;
|
|
22
|
-
getOptions(includeDisabled?: boolean): readonly T[];
|
|
23
|
-
protected set datalistSetter(x: TuiDataListComponent<T>);
|
|
24
|
-
protected $cast(items: readonly K[]): readonly T[];
|
|
7
|
+
protected readonly handlers: TuiItemsHandlers<T>;
|
|
8
|
+
protected readonly datalist: import("@angular/core").Signal<TuiDataListComponent<any> | undefined>;
|
|
9
|
+
protected readonly content: import("@angular/core").Signal<PolymorpheusContent<TuiContext<T>>>;
|
|
10
|
+
readonly options: import("@angular/core").Signal<any[]>;
|
|
11
|
+
readonly items: import("@angular/core").InputSignal<readonly K[] | null>;
|
|
12
|
+
readonly emptyContent: import("@angular/core").InputSignal<PolymorpheusContent>;
|
|
13
|
+
readonly size: import("@angular/core").InputSignal<"m" | "l" | "s">;
|
|
14
|
+
readonly itemContent: import("@angular/core").InputSignal<PolymorpheusContent<TuiContext<T>>>;
|
|
15
|
+
readonly itemClick: import("@angular/core").OutputEmitterRef<T>;
|
|
16
|
+
protected $cast(items: readonly K[] | null): readonly T[];
|
|
25
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiDataListWrapperComponent<any, any>, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiDataListWrapperComponent<any, any>, "tui-data-list-wrapper:not([labels])
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiDataListWrapperComponent<any, any>, "tui-data-list-wrapper:not([labels])", never, { "items": { "alias": "items"; "required": false; "isSignal": true; }; "emptyContent": { "alias": "emptyContent"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "itemContent": { "alias": "itemContent"; "required": false; "isSignal": true; }; }, { "itemClick": "itemClick"; }, never, never, true, never>;
|
|
27
19
|
}
|
package/components/data-list-wrapper/{data-list-wrapper.module.d.ts → data-list-wrapper.d.ts}
RENAMED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { TuiDataListDirective } from '@taiga-ui/core/components/data-list';
|
|
2
1
|
import { TuiDataListGroupWrapperComponent } from './data-list-group-wrapper.component';
|
|
3
2
|
import { TuiDataListWrapperComponent } from './data-list-wrapper.component';
|
|
4
|
-
export declare const TuiDataListWrapper: readonly [typeof TuiDataListWrapperComponent, typeof TuiDataListGroupWrapperComponent
|
|
3
|
+
export declare const TuiDataListWrapper: readonly [typeof TuiDataListWrapperComponent, typeof TuiDataListGroupWrapperComponent];
|
|
@@ -4,7 +4,7 @@ import { type TuiSizeL } from '@taiga-ui/core/types';
|
|
|
4
4
|
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
5
5
|
import { type TuiFileState } from '../files.types';
|
|
6
6
|
export interface TuiFileOptions extends TuiAppearanceOptions {
|
|
7
|
-
|
|
7
|
+
formatSize(units: readonly [string, string, string], size?: number, locale?: string): string | null;
|
|
8
8
|
readonly icons: Record<Exclude<TuiFileState, 'loading'>, PolymorpheusContent<TuiContext<TuiSizeL>>>;
|
|
9
9
|
}
|
|
10
10
|
export declare const TUI_FILE_DEFAULT_OPTIONS: TuiFileOptions;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { InjectionToken, type Provider } from '@angular/core';
|
|
2
1
|
import { type TuiAppearanceOptions } from '@taiga-ui/core/directives/appearance';
|
|
3
2
|
import { type TuiSizeL } from '@taiga-ui/core/types';
|
|
4
3
|
export interface TuiInputFilesOptions extends TuiAppearanceOptions {
|
|
@@ -11,5 +10,4 @@ export declare const TUI_INPUT_FILES_DEFAULT_OPTIONS: TuiInputFilesOptions;
|
|
|
11
10
|
/**
|
|
12
11
|
* Default parameters for input files component
|
|
13
12
|
*/
|
|
14
|
-
export declare const TUI_INPUT_FILES_OPTIONS: InjectionToken<TuiInputFilesOptions
|
|
15
|
-
export declare function tuiInputFilesOptionsProvider(options: Partial<TuiInputFilesOptions>): Provider;
|
|
13
|
+
export declare const TUI_INPUT_FILES_OPTIONS: import("@angular/core").InjectionToken<TuiInputFilesOptions>, tuiInputFilesOptionsProvider: (item: Partial<TuiInputFilesOptions> | (() => Partial<TuiInputFilesOptions>)) => import("@angular/core").FactoryProvider;
|
|
@@ -1,28 +1,29 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { type Signal } from '@angular/core';
|
|
2
|
+
import { TuiTextfieldMultiComponent } from '@taiga-ui/core/components/textfield';
|
|
2
3
|
import { TuiHintDirective } from '@taiga-ui/core/directives/hint';
|
|
3
4
|
import { type TuiItemsHandlers } from '@taiga-ui/core/directives/items-handlers';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
5
6
|
import * as i1 from "@taiga-ui/kit/components/chip";
|
|
6
7
|
export declare class TuiInputChipComponent<T> {
|
|
7
|
-
private readonly input?;
|
|
8
8
|
private readonly options;
|
|
9
9
|
private readonly context;
|
|
10
10
|
private readonly value;
|
|
11
|
+
private readonly input;
|
|
11
12
|
protected readonly icons: import("@taiga-ui/core/tokens").TuiCommonIcons;
|
|
12
13
|
protected readonly mobile: boolean;
|
|
13
14
|
protected readonly internal: import("@angular/core").WritableSignal<T>;
|
|
14
15
|
protected readonly editing: import("@angular/core").WritableSignal<boolean>;
|
|
15
16
|
protected readonly hint: TuiHintDirective<any> | null;
|
|
16
17
|
protected readonly handlers: TuiItemsHandlers<T>;
|
|
17
|
-
protected readonly textfield:
|
|
18
|
-
protected readonly disabled:
|
|
19
|
-
protected readonly size:
|
|
20
|
-
editable: boolean
|
|
18
|
+
protected readonly textfield: TuiTextfieldMultiComponent<any>;
|
|
19
|
+
protected readonly disabled: Signal<"disabled" | null>;
|
|
20
|
+
protected readonly size: Signal<"s" | "xs">;
|
|
21
|
+
readonly editable: import("@angular/core").InputSignal<boolean>;
|
|
21
22
|
protected get index(): number;
|
|
22
23
|
protected delete(): void;
|
|
23
24
|
protected save(): void;
|
|
24
25
|
protected cancel(): void;
|
|
25
26
|
protected edit(): void;
|
|
26
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputChipComponent<any>, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputChipComponent<any>, "tui-input-chip", never, { "editable": { "alias": "editable"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.TuiChip; inputs: {}; outputs: {}; }]>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputChipComponent<any>, "tui-input-chip", never, { "editable": { "alias": "editable"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiChip; inputs: {}; outputs: {}; }]>;
|
|
28
29
|
}
|
|
@@ -2,19 +2,18 @@ import { TuiControl } from '@taiga-ui/cdk/classes';
|
|
|
2
2
|
import { type TuiTextfieldAccessor, TuiTextfieldMultiComponent } from '@taiga-ui/core/components/textfield';
|
|
3
3
|
import { type TuiItemsHandlers } from '@taiga-ui/core/directives/items-handlers';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "@taiga-ui/
|
|
6
|
-
|
|
7
|
-
export declare class TuiInputChipBaseDirective<T> extends TuiControl<T[]> implements TuiTextfieldAccessor<T[]> {
|
|
5
|
+
import * as i1 from "@taiga-ui/core/components/textfield";
|
|
6
|
+
export declare class TuiInputChipDirective<T> extends TuiControl<T[]> implements TuiTextfieldAccessor<T[]> {
|
|
8
7
|
private readonly options;
|
|
9
8
|
private readonly mobile;
|
|
10
9
|
private readonly dropdown;
|
|
11
10
|
protected readonly textfield: TuiTextfieldMultiComponent<any>;
|
|
12
|
-
protected readonly open: import("@angular/core").
|
|
11
|
+
protected readonly open: import("@angular/core").ModelSignal<boolean>;
|
|
13
12
|
protected readonly handlers: TuiItemsHandlers<T>;
|
|
14
|
-
protected readonly
|
|
13
|
+
protected readonly dropdownEnabled: import("@angular/core").Signal<boolean>;
|
|
15
14
|
protected readonly sub: import("rxjs").Subscription;
|
|
16
|
-
separator: string | RegExp
|
|
17
|
-
unique: boolean
|
|
15
|
+
readonly separator: import("@angular/core").InputSignal<string | RegExp>;
|
|
16
|
+
readonly unique: import("@angular/core").InputSignal<boolean>;
|
|
18
17
|
readonly el: HTMLInputElement;
|
|
19
18
|
setValue(value: T[]): void;
|
|
20
19
|
protected onEnter(): void;
|
|
@@ -22,10 +21,6 @@ export declare class TuiInputChipBaseDirective<T> extends TuiControl<T[]> implem
|
|
|
22
21
|
protected onPaste(event: ClipboardEvent | DragEvent): void;
|
|
23
22
|
protected onBackspace(key: string): void;
|
|
24
23
|
protected scrollTo(): void;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputChipBaseDirective<any>, never>;
|
|
26
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputChipBaseDirective<any>, never, never, { "separator": { "alias": "separator"; "required": false; }; "unique": { "alias": "unique"; "required": false; }; }, {}, never, never, true, never>;
|
|
27
|
-
}
|
|
28
|
-
export declare class TuiInputChipDirective<T> extends TuiInputChipBaseDirective<T> {
|
|
29
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputChipDirective<any>, never>;
|
|
30
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputChipDirective<any>, "input[tuiInputChip]", never, {
|
|
25
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputChipDirective<any>, "input[tuiInputChip]", never, { "separator": { "alias": "separator"; "required": false; "isSignal": true; }; "unique": { "alias": "unique"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiWithTextfield; inputs: {}; outputs: {}; }]>;
|
|
31
26
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { type MaskitoDateMode } from '@maskito/kit';
|
|
2
1
|
import { TuiControl } from '@taiga-ui/cdk/classes';
|
|
3
|
-
import {
|
|
2
|
+
import { TuiDay, type TuiDayRange, type TuiTime } from '@taiga-ui/cdk/date-time';
|
|
4
3
|
import { TuiCalendar } from '@taiga-ui/core/components/calendar';
|
|
5
4
|
import { TuiTextfieldDirective } from '@taiga-ui/core/components/textfield';
|
|
6
5
|
import { type TuiItemsHandlers } from '@taiga-ui/core/directives/items-handlers';
|
|
@@ -11,25 +10,24 @@ import * as i1 from "@taiga-ui/core/components/textfield";
|
|
|
11
10
|
import * as i2 from "@taiga-ui/core/directives/dropdown";
|
|
12
11
|
import * as i3 from "@taiga-ui/core/directives/items-handlers";
|
|
13
12
|
import * as i4 from "@maskito/angular";
|
|
14
|
-
export declare const TUI_DATE_ADAPTER: Record<TuiDateMode, MaskitoDateMode>;
|
|
15
13
|
export declare abstract class TuiInputDateBase<T extends TuiDay | TuiDayRange | readonly [TuiDay, TuiTime | null]> extends TuiControl<T | null> {
|
|
16
14
|
private readonly calendar;
|
|
17
15
|
protected readonly el: HTMLInputElement;
|
|
18
16
|
protected readonly textfield: TuiTextfieldDirective<any>;
|
|
19
17
|
protected readonly filler: import("@angular/core").Signal<string>;
|
|
20
18
|
protected readonly mobile: boolean;
|
|
21
|
-
protected readonly open: import("@angular/core").
|
|
19
|
+
protected readonly open: import("@angular/core").ModelSignal<boolean>;
|
|
22
20
|
protected readonly icon: import("@angular/core").Signal<string>;
|
|
23
21
|
protected readonly handlers: TuiItemsHandlers<T>;
|
|
22
|
+
protected readonly format: import("@angular/core").Signal<import("@taiga-ui/core/tokens").TuiDateFormatSettings>;
|
|
24
23
|
protected readonly dropdownEnabled: import("@angular/core").Signal<boolean>;
|
|
25
24
|
protected readonly options: Omit<TuiInputDateOptionsNew, 'valueTransformer'>;
|
|
26
|
-
protected readonly format: import("@angular/core").Signal<import("@taiga-ui/core/tokens").TuiDateFormatSettings>;
|
|
27
25
|
protected readonly valueEffect: import("@angular/core").EffectRef;
|
|
28
26
|
protected readonly calendarIn: import("@angular/core").EffectRef;
|
|
29
27
|
protected readonly calendarOut: import("@angular/core").EffectRef;
|
|
30
|
-
readonly native: boolean;
|
|
31
28
|
readonly min: import("@angular/core").WritableSignal<TuiDay>;
|
|
32
29
|
readonly max: import("@angular/core").WritableSignal<TuiDay>;
|
|
30
|
+
readonly native: boolean;
|
|
33
31
|
protected abstract onValueChange(value: string): void;
|
|
34
32
|
set minSetter(min: Exclude<T, TuiDayRange> | TuiDay | null);
|
|
35
33
|
set maxSetter(max: Exclude<T, TuiDayRange> | TuiDay | null);
|
|
@@ -1,30 +1,26 @@
|
|
|
1
1
|
import { TuiDay } from '@taiga-ui/cdk/date-time';
|
|
2
2
|
import { TuiCalendar } from '@taiga-ui/core/components/calendar';
|
|
3
|
-
import {
|
|
3
|
+
import { TuiInputChipDirective } from '@taiga-ui/kit/components/input-chip';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "@taiga-ui/
|
|
6
|
-
import * as i2 from "@
|
|
7
|
-
|
|
8
|
-
import * as i4 from "@taiga-ui/core/components/textfield";
|
|
9
|
-
export declare class TuiInputDateMultiDirective extends TuiInputChipBaseDirective<TuiDay> {
|
|
5
|
+
import * as i1 from "@taiga-ui/core/directives/dropdown";
|
|
6
|
+
import * as i2 from "@maskito/angular";
|
|
7
|
+
export declare class TuiInputDateMultiDirective extends TuiInputChipDirective<TuiDay> {
|
|
10
8
|
private readonly dateOptions;
|
|
11
9
|
protected readonly icon: import("@angular/core").Signal<string>;
|
|
12
10
|
protected readonly filler: import("@angular/core").Signal<string>;
|
|
11
|
+
protected readonly format: import("@angular/core").Signal<import("@taiga-ui/core/tokens").TuiDateFormatSettings>;
|
|
13
12
|
protected readonly stringify: void;
|
|
14
13
|
protected readonly mask: import("@angular/core").Signal<import("@maskito/core").MaskitoOptions | null>;
|
|
15
|
-
protected readonly
|
|
14
|
+
protected readonly calendar: import("@angular/core").Signal<TuiCalendar | null>;
|
|
16
15
|
protected readonly calendarIn: import("@angular/core").EffectRef;
|
|
17
16
|
protected readonly calendarOut: import("@angular/core").EffectRef;
|
|
18
|
-
readonly min: import("@angular/core").
|
|
19
|
-
readonly max: import("@angular/core").
|
|
20
|
-
readonly calendar: import("@angular/core").Signal<TuiCalendar | null>;
|
|
21
|
-
set minSetter(min: TuiDay | null);
|
|
22
|
-
set maxSetter(max: TuiDay | null);
|
|
17
|
+
readonly min: import("@angular/core").InputSignal<TuiDay | null>;
|
|
18
|
+
readonly max: import("@angular/core").InputSignal<TuiDay | null>;
|
|
23
19
|
protected processCalendar(calendar: TuiCalendar): void;
|
|
24
20
|
protected onClick(): void;
|
|
25
21
|
protected onValueChange(value: string): void;
|
|
26
22
|
protected onEnter(): void;
|
|
27
23
|
private updateValue;
|
|
28
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputDateMultiDirective, never>;
|
|
29
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputDateMultiDirective, "input[tuiInputDateMulti]", never, { "
|
|
25
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputDateMultiDirective, "input[tuiInputDateMulti]", never, { "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiDropdownAuto; inputs: {}; outputs: {}; }, { directive: typeof i2.MaskitoDirective; inputs: {}; outputs: {}; }]>;
|
|
30
26
|
}
|
|
@@ -7,8 +7,6 @@ export declare class TuiInputNumberDirective extends TuiControl<number | null> {
|
|
|
7
7
|
private readonly options;
|
|
8
8
|
private readonly textfield;
|
|
9
9
|
private readonly isIOS;
|
|
10
|
-
private readonly minRaw;
|
|
11
|
-
private readonly maxRaw;
|
|
12
10
|
private readonly numberFormat;
|
|
13
11
|
private readonly formatted;
|
|
14
12
|
private readonly precision;
|
|
@@ -21,12 +19,10 @@ export declare class TuiInputNumberDirective extends TuiControl<number | null> {
|
|
|
21
19
|
protected maskInitialCalibrationEffect: import("@angular/core").EffectRef;
|
|
22
20
|
readonly min: import("@angular/core").Signal<number>;
|
|
23
21
|
readonly max: import("@angular/core").Signal<number>;
|
|
24
|
-
readonly prefix: import("@angular/core").
|
|
25
|
-
readonly postfix: import("@angular/core").
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
set prefixSetter(x: string);
|
|
29
|
-
set postfixSetter(x: string);
|
|
22
|
+
readonly prefix: import("@angular/core").InputSignal<string>;
|
|
23
|
+
readonly postfix: import("@angular/core").InputSignal<string>;
|
|
24
|
+
readonly minRaw: import("@angular/core").InputSignalWithTransform<number, number | null>;
|
|
25
|
+
readonly maxRaw: import("@angular/core").InputSignalWithTransform<number, number | null>;
|
|
30
26
|
writeValue(value: number | null): void;
|
|
31
27
|
setValue(value: number | null): void;
|
|
32
28
|
protected onFocus(): void;
|
|
@@ -34,5 +30,5 @@ export declare class TuiInputNumberDirective extends TuiControl<number | null> {
|
|
|
34
30
|
private formatNumber;
|
|
35
31
|
private computeMask;
|
|
36
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputNumberDirective, never>;
|
|
37
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputNumberDirective, "input[tuiInputNumber]", never, { "
|
|
33
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputNumberDirective, "input[tuiInputNumber]", never, { "prefix": { "alias": "prefix"; "required": false; "isSignal": true; }; "postfix": { "alias": "postfix"; "required": false; "isSignal": true; }; "minRaw": { "alias": "min"; "required": false; "isSignal": true; }; "maxRaw": { "alias": "max"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiWithTextfield; inputs: {}; outputs: {}; }, { directive: typeof i2.MaskitoDirective; inputs: {}; outputs: {}; }]>;
|
|
38
34
|
}
|
|
@@ -17,18 +17,18 @@ export declare class TuiInputPhoneInternational extends TuiControl<string> {
|
|
|
17
17
|
protected readonly label: import("@angular/core").Signal<string>;
|
|
18
18
|
protected readonly metadata: import("@angular/core").Signal<MetadataJson | undefined>;
|
|
19
19
|
protected readonly names: import("@angular/core").Signal<Record<TuiCountryIsoCode, string>>;
|
|
20
|
-
protected readonly open: import("@angular/core").
|
|
20
|
+
protected readonly open: import("@angular/core").ModelSignal<boolean>;
|
|
21
|
+
protected readonly dropdownEnabled: import("@angular/core").Signal<boolean>;
|
|
22
|
+
protected readonly change: import("@angular/core").EffectRef;
|
|
21
23
|
protected readonly search: import("@angular/core").WritableSignal<string>;
|
|
22
24
|
protected readonly size: import("@angular/core").Signal<"m" | "l" | "s">;
|
|
23
|
-
protected readonly mask: import("@angular/core").Signal<MaskitoOptions | null>;
|
|
24
25
|
protected readonly masked: import("@angular/core").WritableSignal<string>;
|
|
25
|
-
protected
|
|
26
|
+
protected readonly mask: import("@angular/core").Signal<MaskitoOptions | null>;
|
|
26
27
|
protected readonly filtered: import("@angular/core").Signal<{
|
|
27
28
|
iso: TuiCountryIsoCode;
|
|
28
29
|
name: string;
|
|
29
30
|
code: string;
|
|
30
31
|
}[]>;
|
|
31
|
-
protected readonly enabled: import("@angular/core").Signal<boolean>;
|
|
32
32
|
protected readonly $: import("rxjs").Subscription;
|
|
33
33
|
countrySearch: boolean;
|
|
34
34
|
readonly countryIsoCodeChange: import("rxjs").Observable<TuiCountryIsoCode>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { InjectionToken, type Provider } from '@angular/core';
|
|
2
1
|
import { type TuiCountryIsoCode } from '@taiga-ui/i18n/types';
|
|
3
2
|
import { type MetadataJson } from 'libphonenumber-js/core';
|
|
4
3
|
import { type Observable } from 'rxjs';
|
|
@@ -12,5 +11,4 @@ export declare const TUI_INPUT_PHONE_INTERNATIONAL_DEFAULT_OPTIONS: TuiInputPhon
|
|
|
12
11
|
/**
|
|
13
12
|
* Default parameters for input phone international component
|
|
14
13
|
*/
|
|
15
|
-
export declare const TUI_INPUT_PHONE_INTERNATIONAL_OPTIONS: InjectionToken<TuiInputPhoneInternationalOptions
|
|
16
|
-
export declare function tuiInputPhoneInternationalOptionsProvider(options: Partial<TuiInputPhoneInternationalOptions>): Provider;
|
|
14
|
+
export declare const TUI_INPUT_PHONE_INTERNATIONAL_OPTIONS: import("@angular/core").InjectionToken<TuiInputPhoneInternationalOptions>, tuiInputPhoneInternationalOptionsProvider: (item: Partial<TuiInputPhoneInternationalOptions> | (() => Partial<TuiInputPhoneInternationalOptions>)) => import("@angular/core").FactoryProvider;
|
|
@@ -12,7 +12,7 @@ export declare class TuiInputRangeComponent extends TuiControl<readonly [
|
|
|
12
12
|
private readonly isMobile;
|
|
13
13
|
private readonly quantum;
|
|
14
14
|
private readonly quantumTransformer;
|
|
15
|
-
protected readonly size: import("@angular/core").Signal<"m" | "
|
|
15
|
+
protected readonly size: import("@angular/core").Signal<"m" | "s" | "l">;
|
|
16
16
|
protected textfieldValueStart: number;
|
|
17
17
|
protected textfieldValueEnd: number;
|
|
18
18
|
protected lastActiveSide: 'end' | 'start';
|
|
@@ -10,7 +10,7 @@ export declare class TuiInputSliderDirective {
|
|
|
10
10
|
protected readonly inputNumber: TuiInputNumberDirective;
|
|
11
11
|
protected readonly value: import("@angular/core").Signal<number>;
|
|
12
12
|
protected readonly textfieldToSliderSync: import("@angular/core").EffectRef;
|
|
13
|
-
protected readonly
|
|
13
|
+
protected readonly sliderInit: import("@angular/core").EffectRef;
|
|
14
14
|
protected onStep(coefficient: number): void;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputSliderDirective, never>;
|
|
16
16
|
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputSliderDirective, "input[tuiInputSlider]", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiInputNumberDirective; inputs: { "min": "min"; "max": "max"; "prefix": "prefix"; "postfix": "postfix"; "invalid": "invalid"; "readOnly": "readOnly"; }; outputs: {}; }, { directive: typeof i1.TuiWithQuantumValueTransformer; inputs: {}; outputs: {}; }]>;
|
|
@@ -17,10 +17,10 @@ export declare class TuiInputTimeDirective extends TuiControl<TuiTime | null> im
|
|
|
17
17
|
protected readonly filler: import("@angular/core").Signal<string>;
|
|
18
18
|
protected readonly mask: import("@angular/core").Signal<MaskitoOptions | null>;
|
|
19
19
|
readonly accept: import("@angular/core").InputSignal<readonly TuiTime[]>;
|
|
20
|
-
readonly native: boolean;
|
|
21
20
|
readonly timeMode: import("@angular/core").InputSignal<MaskitoTimeMode>;
|
|
22
21
|
readonly prefix: import("@angular/core").InputSignal<string>;
|
|
23
22
|
readonly postfix: import("@angular/core").InputSignal<string>;
|
|
23
|
+
readonly native: boolean;
|
|
24
24
|
setValue(value: TuiTime | null): void;
|
|
25
25
|
writeValue(value: TuiTime | null): void;
|
|
26
26
|
protected onInput(valueWithAffixes: string): void;
|
|
@@ -9,11 +9,11 @@ export declare class TuiInputYearDirective extends TuiControl<number | null> {
|
|
|
9
9
|
private readonly textfield;
|
|
10
10
|
private readonly open;
|
|
11
11
|
private readonly initialItem;
|
|
12
|
-
protected readonly calendar: import("@angular/core").Signal<TuiCalendarYear | null>;
|
|
13
12
|
protected readonly dropdownEnabled: import("@angular/core").Signal<boolean>;
|
|
14
13
|
protected readonly icon: import("@angular/core").Signal<string>;
|
|
15
14
|
protected readonly min: import("@angular/core").WritableSignal<number>;
|
|
16
15
|
protected readonly max: import("@angular/core").WritableSignal<number>;
|
|
16
|
+
protected readonly calendar: import("@angular/core").Signal<TuiCalendarYear | null>;
|
|
17
17
|
/**
|
|
18
18
|
* TODO: move to [value]="value()" after update to Angular 17+
|
|
19
19
|
* something wrong with change detection on host binding
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { InjectionToken, type Provider } from '@angular/core';
|
|
2
1
|
export interface TuiLineClampOptions {
|
|
3
2
|
readonly showHint: boolean;
|
|
4
3
|
}
|
|
@@ -6,5 +5,4 @@ export declare const TUI_LINE_CLAMP_DEFAULT_OPTIONS: TuiLineClampOptions;
|
|
|
6
5
|
/**
|
|
7
6
|
* Default parameters for LineClamp component
|
|
8
7
|
*/
|
|
9
|
-
export declare const TUI_LINE_CLAMP_OPTIONS: InjectionToken<TuiLineClampOptions
|
|
10
|
-
export declare function tuiLineClampOptionsProvider(options: Partial<TuiLineClampOptions>): Provider;
|
|
8
|
+
export declare const TUI_LINE_CLAMP_OPTIONS: import("@angular/core").InjectionToken<TuiLineClampOptions>, tuiLineClampOptionsProvider: (item: Partial<TuiLineClampOptions> | (() => Partial<TuiLineClampOptions>)) => import("@angular/core").FactoryProvider;
|
|
@@ -1,19 +1,17 @@
|
|
|
1
|
-
import { type QueryList } from '@angular/core';
|
|
2
|
-
import { TuiOptionWithValue } from '@taiga-ui/core/components/data-list';
|
|
3
1
|
import * as i0 from "@angular/core";
|
|
4
2
|
export declare class TuiMultiSelectGroupComponent<T> {
|
|
3
|
+
private readonly options;
|
|
5
4
|
private readonly handlers;
|
|
6
5
|
private readonly control;
|
|
7
|
-
protected readonly values: import("@angular/core").
|
|
6
|
+
protected readonly values: import("@angular/core").Signal<(T | undefined)[]>;
|
|
8
7
|
protected readonly texts: import("@angular/core").Signal<{
|
|
9
8
|
all: string;
|
|
10
9
|
none: string;
|
|
11
10
|
}>;
|
|
12
11
|
protected readonly value: import("@angular/core").Signal<readonly T[] | null>;
|
|
13
12
|
protected readonly checked: import("@angular/core").Signal<boolean>;
|
|
14
|
-
label: string
|
|
15
|
-
protected set options(options: QueryList<TuiOptionWithValue<T>>);
|
|
13
|
+
readonly label: import("@angular/core").InputSignal<string>;
|
|
16
14
|
protected toggle(): void;
|
|
17
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiMultiSelectGroupComponent<any>, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiMultiSelectGroupComponent<any>, "tui-opt-group[tuiMultiSelectGroup]", never, { "label": { "alias": "label"; "required": false; }; }, {}, ["options"], ["*"], true, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiMultiSelectGroupComponent<any>, "tui-opt-group[tuiMultiSelectGroup]", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; }, {}, ["options"], ["*"], true, never>;
|
|
19
17
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type Signal } from '@angular/core';
|
|
2
|
-
import { type
|
|
2
|
+
import { type TuiPortalContext } from '@taiga-ui/cdk/portals';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
import * as i1 from "@taiga-ui/cdk/directives/animated";
|
|
5
5
|
import * as i2 from "@ng-web-apis/resize-observer";
|
|
@@ -8,7 +8,7 @@ export interface TuiNotificationMiddleOptions {
|
|
|
8
8
|
}
|
|
9
9
|
export declare class TuiNotificationMiddleComponent {
|
|
10
10
|
protected readonly el: HTMLElement;
|
|
11
|
-
protected readonly context:
|
|
11
|
+
protected readonly context: TuiPortalContext<TuiNotificationMiddleOptions>;
|
|
12
12
|
protected onClick(target: HTMLElement): void;
|
|
13
13
|
private get closable();
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiNotificationMiddleComponent, never>;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { TuiPopoverDirective } from '@taiga-ui/cdk/directives/popover';
|
|
2
1
|
import { type TuiNotificationMiddleOptions } from './notification-middle.component';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
|
-
|
|
3
|
+
import * as i1 from "@taiga-ui/cdk/portals";
|
|
4
|
+
export declare class TuiNotificationMiddle {
|
|
5
|
+
readonly tuiNotificationMiddleOptions: import("@angular/core").InputSignal<Partial<TuiNotificationMiddleOptions>>;
|
|
5
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiNotificationMiddle, never>;
|
|
6
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiNotificationMiddle, "ng-template[tuiNotificationMiddle]", never, { "
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiNotificationMiddle, "ng-template[tuiNotificationMiddle]", never, { "tuiNotificationMiddleOptions": { "alias": "tuiNotificationMiddleOptions"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiPortalDirective; inputs: { "options": "tuiNotificationMiddleOptions"; "open": "tuiNotificationMiddle"; }; outputs: { "openChange": "tuiNotificationMiddleChange"; }; }]>;
|
|
7
8
|
}
|
|
@@ -1,7 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { type TuiNotificationMiddleOptions } from './notification-middle.component';
|
|
1
|
+
import { TuiModalService } from '@taiga-ui/core/components/modal';
|
|
2
|
+
import { TuiNotificationMiddleComponent, type TuiNotificationMiddleOptions } from './notification-middle.component';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class TuiNotificationMiddleService extends
|
|
4
|
+
export declare class TuiNotificationMiddleService extends TuiModalService<TuiNotificationMiddleOptions> {
|
|
5
|
+
protected readonly options: {
|
|
6
|
+
closable: boolean;
|
|
7
|
+
};
|
|
8
|
+
protected readonly content: typeof TuiNotificationMiddleComponent;
|
|
5
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiNotificationMiddleService, never>;
|
|
6
10
|
static ɵprov: i0.ɵɵInjectableDeclaration<TuiNotificationMiddleService>;
|
|
7
11
|
}
|
|
@@ -8,6 +8,7 @@ export declare class TuiPagination {
|
|
|
8
8
|
private readonly el;
|
|
9
9
|
protected readonly texts: import("@angular/core").Signal<readonly [previous_page: string, next_page: string]>;
|
|
10
10
|
protected readonly icons: import("@taiga-ui/core/tokens").TuiSpinIcons;
|
|
11
|
+
protected readonly options: import("./pagination.options").TuiPaginationOptions;
|
|
11
12
|
length: number;
|
|
12
13
|
focusable: boolean;
|
|
13
14
|
size: TuiSizeL | TuiSizeS;
|
|
@@ -45,7 +46,7 @@ export declare class TuiPagination {
|
|
|
45
46
|
* @returns index or null (for '…')
|
|
46
47
|
*/
|
|
47
48
|
protected getItemIndexByElementIndex(elementIndex: number): number | null;
|
|
48
|
-
protected getElementMode(index
|
|
49
|
+
protected getElementMode(index?: number): string;
|
|
49
50
|
protected onElementClick(index: number): void;
|
|
50
51
|
protected onElementKeyDownArrowLeft(element: HTMLElement): void;
|
|
51
52
|
protected onElementKeyDownArrowRight(element: HTMLElement): void;
|