@taiga-ui/kit 4.52.0-canary.c107f6a → 4.52.0-canary.ca43bcb
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/combo-box/combo-box.d.ts +2 -0
- package/components/combo-box/combo-box.directive.d.ts +5 -5
- package/components/combo-box/index.d.ts +1 -0
- package/components/confirm/confirm.component.d.ts +4 -3
- package/components/confirm/confirm.service.d.ts +1 -1
- package/components/copy/copy.component.d.ts +1 -1
- package/components/copy/copy.directive.d.ts +2 -4
- 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 +9 -8
- package/components/input-chip/input-chip.d.ts +1 -1
- package/components/input-chip/input-chip.directive.d.ts +7 -12
- package/components/input-color/index.d.ts +1 -0
- package/components/input-color/input-color.component.d.ts +4 -4
- package/components/input-color/input-color.d.ts +2 -0
- package/components/input-date/input-date.d.ts +1 -1
- package/components/input-date/input-date.directive.d.ts +9 -11
- package/components/input-date-multi/input-date-multi.d.ts +1 -2
- package/components/input-date-multi/input-date-multi.directive.d.ts +9 -13
- package/components/input-date-range/input-date-range.d.ts +1 -1
- package/components/input-date-range/input-date-range.directive.d.ts +3 -3
- package/components/input-date-time/input-date-time.d.ts +1 -1
- package/components/input-date-time/input-date-time.directive.d.ts +3 -3
- package/components/input-month/input-month.d.ts +1 -1
- package/components/input-month/input-month.directive.d.ts +5 -4
- package/components/input-month-range/input-month-range.d.ts +1 -1
- package/components/input-month-range/input-month-range.directive.d.ts +5 -4
- package/components/input-number/input-number.d.ts +1 -1
- package/components/input-number/input-number.directive.d.ts +3 -3
- package/components/input-phone/index.d.ts +1 -0
- package/components/input-phone/input-phone.d.ts +2 -0
- package/components/input-phone/input-phone.directive.d.ts +7 -7
- package/components/input-phone-international/index.d.ts +1 -0
- package/components/input-phone-international/input-phone-international.component.d.ts +5 -10
- package/components/input-phone-international/input-phone-international.d.ts +2 -0
- package/components/input-phone-international/input-phone-international.options.d.ts +1 -3
- package/components/input-pin/index.d.ts +1 -0
- package/components/input-pin/input-pin.component.d.ts +3 -3
- package/components/input-pin/input-pin.d.ts +2 -0
- package/components/input-range/input-range.component.d.ts +9 -41
- package/components/input-slider/input-slider.d.ts +1 -1
- package/components/input-slider/input-slider.directive.d.ts +1 -1
- package/components/input-time/input-time.component.d.ts +1 -3
- package/components/input-time/input-time.d.ts +1 -1
- package/components/input-time/input-time.directive.d.ts +4 -4
- package/components/input-year/input-year.d.ts +1 -1
- package/components/input-year/input-year.directive.d.ts +5 -5
- package/components/line-clamp/line-clamp-box.component.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/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.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/routable-dialog/generate-dialogable-route.d.ts +1 -1
- 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 -4
- package/components/select/select.d.ts +1 -1
- package/components/select/select.directive.d.ts +4 -3
- 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/textarea/index.d.ts +2 -1
- package/components/textarea/textarea.component.d.ts +4 -4
- package/components/textarea/textarea.d.ts +3 -0
- package/components/textarea/textarea.directive.d.ts +13 -0
- 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-select/button-select.directive.d.ts +3 -2
- 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.options.d.ts +1 -3
- package/directives/index.d.ts +0 -1
- package/directives/password/password.directive.d.ts +1 -1
- package/directives/tooltip/tooltip.directive.d.ts +1 -1
- package/fesm2022/taiga-ui-kit-components-avatar.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-avatar.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-badge-notification.mjs +3 -8
- 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-block.mjs +4 -8
- package/fesm2022/taiga-ui-kit-components-block.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs +8 -13
- package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-calendar-month.mjs +3 -11
- 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-checkbox.mjs +1 -2
- 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 +27 -24
- package/fesm2022/taiga-ui-kit-components-combo-box.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-compass.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-compass.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-confirm.mjs +5 -7
- package/fesm2022/taiga-ui-kit-components-confirm.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-copy.mjs +9 -15
- 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-files.mjs +10 -15
- package/fesm2022/taiga-ui-kit-components-files.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-filter.mjs +1 -1
- package/fesm2022/taiga-ui-kit-components-filter.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 +58 -68
- package/fesm2022/taiga-ui-kit-components-input-chip.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-color.mjs +16 -13
- package/fesm2022/taiga-ui-kit-components-input-color.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs +28 -41
- package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date-range.mjs +15 -10
- package/fesm2022/taiga-ui-kit-components-input-date-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date-time.mjs +17 -14
- package/fesm2022/taiga-ui-kit-components-input-date-time.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date.mjs +23 -23
- package/fesm2022/taiga-ui-kit-components-input-date.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-month-range.mjs +13 -10
- package/fesm2022/taiga-ui-kit-components-input-month-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-month.mjs +14 -11
- package/fesm2022/taiga-ui-kit-components-input-month.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-number.mjs +16 -14
- package/fesm2022/taiga-ui-kit-components-input-number.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs +81 -78
- package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-phone.mjs +21 -18
- package/fesm2022/taiga-ui-kit-components-input-phone.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-pin.mjs +10 -9
- package/fesm2022/taiga-ui-kit-components-input-pin.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-range.mjs +52 -49
- package/fesm2022/taiga-ui-kit-components-input-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-slider.mjs +5 -5
- package/fesm2022/taiga-ui-kit-components-input-slider.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-time.mjs +27 -29
- package/fesm2022/taiga-ui-kit-components-input-time.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-year.mjs +17 -12
- package/fesm2022/taiga-ui-kit-components-input-year.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-line-clamp.mjs +8 -12
- package/fesm2022/taiga-ui-kit-components-line-clamp.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-multi-select.mjs +17 -27
- package/fesm2022/taiga-ui-kit-components-multi-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-notification-middle.mjs +30 -18
- 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 +2 -3
- 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 +28 -18
- package/fesm2022/taiga-ui-kit-components-preview.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-progress.mjs +4 -8
- package/fesm2022/taiga-ui-kit-components-progress.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-push.mjs +12 -13
- 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 +2 -2
- package/fesm2022/taiga-ui-kit-components-radio.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-range.mjs +2 -2
- 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 +1 -1
- package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-segmented.mjs +27 -53
- package/fesm2022/taiga-ui-kit-components-segmented.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-select.mjs +36 -20
- package/fesm2022/taiga-ui-kit-components-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-slider.mjs +7 -14
- 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 +1 -2
- package/fesm2022/taiga-ui-kit-components-switch.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-tabs.mjs +9 -14
- package/fesm2022/taiga-ui-kit-components-tabs.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-textarea.mjs +45 -48
- package/fesm2022/taiga-ui-kit-components-textarea.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 +34 -33
- package/fesm2022/taiga-ui-kit-components-tree.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-button-select.mjs +15 -6
- package/fesm2022/taiga-ui-kit-directives-button-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-chevron.mjs +3 -2
- package/fesm2022/taiga-ui-kit-directives-chevron.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs +23 -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 +3 -8
- package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-password.mjs +7 -5
- package/fesm2022/taiga-ui-kit-directives-password.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-tooltip.mjs +4 -4
- package/fesm2022/taiga-ui-kit-directives-tooltip.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs +1 -1
- package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs +1 -1
- package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives.mjs +0 -1
- package/fesm2022/taiga-ui-kit-directives.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-auto-color.mjs +43 -0
- package/fesm2022/taiga-ui-kit-pipes-auto-color.mjs.map +1 -0
- package/fesm2022/taiga-ui-kit-pipes-flag.mjs +31 -0
- package/fesm2022/taiga-ui-kit-pipes-flag.mjs.map +1 -0
- package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs +1 -1
- package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-initials.mjs +28 -0
- package/fesm2022/taiga-ui-kit-pipes-initials.mjs.map +1 -0
- package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes.mjs +3 -0
- package/fesm2022/taiga-ui-kit-pipes.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-tokens.mjs +3 -18
- package/fesm2022/taiga-ui-kit-tokens.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-utils.mjs +2 -8
- package/fesm2022/taiga-ui-kit-utils.mjs.map +1 -1
- package/package.json +30 -26
- package/pipes/auto-color/auto-color.pipe.d.ts +13 -0
- package/pipes/auto-color/index.d.ts +1 -0
- package/pipes/flag/flag.pipe.d.ts +14 -0
- package/pipes/flag/index.d.ts +1 -0
- package/pipes/index.d.ts +3 -0
- package/pipes/initials/index.d.ts +1 -0
- package/pipes/initials/initials.pipe.d.ts +7 -0
- 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/utils/index.d.ts +0 -1
- package/components/textarea/textarea-limit.directive.d.ts +0 -26
- package/directives/lazy-loading/index.d.ts +0 -2
- package/directives/lazy-loading/lazy-loading.directive.d.ts +0 -18
- package/directives/lazy-loading/lazy-loading.service.d.ts +0 -12
- package/fesm2022/taiga-ui-kit-components-preview-dialog.mjs +0 -63
- package/fesm2022/taiga-ui-kit-components-preview-dialog.mjs.map +0 -1
- package/fesm2022/taiga-ui-kit-directives-lazy-loading.mjs +0 -80
- package/fesm2022/taiga-ui-kit-directives-lazy-loading.mjs.map +0 -1
- package/utils/phone.d.ts +0 -3
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;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { TuiComboBoxDirective } from './combo-box.directive';
|
|
2
|
+
export declare const TuiComboBox: readonly [typeof TuiComboBoxDirective, readonly [typeof import("@taiga-ui/cdk/directives/item").TuiItem, typeof import("@taiga-ui/core/components/label").TuiLabel, typeof import("@taiga-ui/core/components/textfield").TuiTextfieldComponent, typeof import("@taiga-ui/core/components/textfield").TuiTextfieldOptionsDirective, typeof import("@taiga-ui/core/components/textfield").TuiTextfieldMultiComponent, typeof import("@taiga-ui/core/portals/dropdown").TuiDropdownContent]];
|
|
@@ -2,10 +2,10 @@ import { TuiControl } from '@taiga-ui/cdk/classes';
|
|
|
2
2
|
import { type TuiStringMatcher } from '@taiga-ui/cdk/types';
|
|
3
3
|
import { type TuiTextfieldAccessor } from '@taiga-ui/core/components/textfield';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "@taiga-ui/core/components/
|
|
6
|
-
export declare class
|
|
5
|
+
import * as i1 from "@taiga-ui/core/components/input";
|
|
6
|
+
export declare class TuiComboBoxDirective<T> extends TuiControl<T | string | null> implements TuiTextfieldAccessor<T> {
|
|
7
7
|
private readonly host;
|
|
8
|
-
private readonly
|
|
8
|
+
private readonly input;
|
|
9
9
|
private readonly open;
|
|
10
10
|
private readonly dropdownEnabled;
|
|
11
11
|
private readonly dropdown;
|
|
@@ -25,6 +25,6 @@ export declare class TuiComboBox<T> extends TuiControl<T | string | null> implem
|
|
|
25
25
|
protected toggleDropdown(open?: boolean): void;
|
|
26
26
|
protected keydownEnter(event: KeyboardEvent): void;
|
|
27
27
|
private stringify;
|
|
28
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
29
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
28
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiComboBoxDirective<any>, never>;
|
|
29
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiComboBoxDirective<any>, "input[tuiComboBox]", never, { "strictSetter": { "alias": "strict"; "required": false; }; "matcherSetter": { "alias": "matcher"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.TuiWithInput; inputs: {}; outputs: {}; }]>;
|
|
30
30
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { InjectionToken } from '@angular/core';
|
|
2
|
+
import { type TuiDialogContext } from '@taiga-ui/core/portals/dialog';
|
|
2
3
|
import { PolymorpheusComponent, type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
export interface TuiConfirmData {
|
|
@@ -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>>>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type TuiDialogOptions } from '@taiga-ui/core/
|
|
1
|
+
import { type TuiDialogOptions } from '@taiga-ui/core/portals/dialog';
|
|
2
2
|
import { type Observable } from 'rxjs';
|
|
3
3
|
import { type TuiConfirmData } from './confirm.component';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -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]>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { TuiTextfieldComponent } from '@taiga-ui/core/components/textfield';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "@taiga-ui/core/directives/appearance";
|
|
4
|
-
import * as i2 from "@taiga-ui/core/
|
|
4
|
+
import * as i2 from "@taiga-ui/core/portals/hint";
|
|
5
5
|
export declare class TuiCopyDirective {
|
|
6
6
|
private readonly copied$;
|
|
7
7
|
private readonly doc;
|
|
@@ -9,9 +9,7 @@ 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
|
-
protected get disabled(): boolean;
|
|
14
12
|
protected copy(): void;
|
|
15
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiCopyDirective, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiCopyDirective, "tui-icon[tuiCopy]", never, {
|
|
14
|
+
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
15
|
}
|
|
@@ -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 {
|
|
2
|
-
import {
|
|
1
|
+
import { type Signal } from '@angular/core';
|
|
2
|
+
import { TuiTextfieldMultiComponent } from '@taiga-ui/core/components/textfield';
|
|
3
3
|
import { type TuiItemsHandlers } from '@taiga-ui/core/directives/items-handlers';
|
|
4
|
+
import { TuiHintDirective } from '@taiga-ui/core/portals/hint';
|
|
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
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { TuiInputChipComponent } from './input-chip.component';
|
|
2
2
|
import { TuiInputChipDirective } from './input-chip.directive';
|
|
3
|
-
export declare const TuiInputChip: readonly [typeof TuiInputChipDirective, typeof TuiInputChipComponent];
|
|
3
|
+
export declare const TuiInputChip: readonly [readonly [typeof import("@taiga-ui/cdk/directives/item").TuiItem, typeof import("@taiga-ui/core/components/label").TuiLabel, typeof import("@taiga-ui/core/components/textfield").TuiTextfieldComponent, typeof import("@taiga-ui/core/components/textfield").TuiTextfieldOptionsDirective, typeof import("@taiga-ui/core/components/textfield").TuiTextfieldMultiComponent, typeof import("@taiga-ui/core/portals/dropdown").TuiDropdownContent], typeof TuiInputChipDirective, typeof TuiInputChipComponent];
|
|
@@ -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/input";
|
|
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.TuiWithInput; inputs: {}; outputs: {}; }]>;
|
|
31
26
|
}
|
|
@@ -3,8 +3,8 @@ import { type TuiHorizontalDirection } from '@taiga-ui/core/types';
|
|
|
3
3
|
import { type TuiInputColorOptions } from './input-color.options';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
import * as i1 from "@maskito/angular";
|
|
6
|
-
import * as i2 from "@taiga-ui/core/components/
|
|
7
|
-
export declare class
|
|
6
|
+
import * as i2 from "@taiga-ui/core/components/input";
|
|
7
|
+
export declare class TuiInputColorComponent extends TuiControl<string> {
|
|
8
8
|
protected readonly options: TuiInputColorOptions;
|
|
9
9
|
protected readonly el: HTMLInputElement;
|
|
10
10
|
protected readonly list: string | null;
|
|
@@ -19,6 +19,6 @@ export declare class TuiInputColor extends TuiControl<string> {
|
|
|
19
19
|
set formatSetter(mode: TuiInputColorOptions['format']);
|
|
20
20
|
protected onInput(value: string): void;
|
|
21
21
|
protected onOpacity(opacity: number): void;
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputColorComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputColorComponent, "input[tuiInputColor]", never, { "alignSetter": { "alias": "align"; "required": false; }; "formatSetter": { "alias": "format"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.MaskitoDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiWithInput; inputs: {}; outputs: {}; }]>;
|
|
24
24
|
}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { TuiInputColorComponent } from './input-color.component';
|
|
2
|
+
export declare const TuiInputColor: readonly [typeof TuiInputColorComponent, readonly [typeof import("@taiga-ui/cdk/directives/item").TuiItem, typeof import("@taiga-ui/core/components/label").TuiLabel, typeof import("@taiga-ui/core/components/textfield").TuiTextfieldComponent, typeof import("@taiga-ui/core/components/textfield").TuiTextfieldOptionsDirective, typeof import("@taiga-ui/core/components/textfield").TuiTextfieldMultiComponent, typeof import("@taiga-ui/core/portals/dropdown").TuiDropdownContent]];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { TuiCalendar } from '@taiga-ui/core/components/calendar';
|
|
2
2
|
import { TuiInputDateComponent } from './input-date.component';
|
|
3
3
|
import { TuiInputDateDirective } from './input-date.directive';
|
|
4
|
-
export declare const TuiInputDate: readonly [typeof TuiInputDateDirective, typeof TuiInputDateComponent, typeof TuiCalendar];
|
|
4
|
+
export declare const TuiInputDate: readonly [typeof TuiInputDateDirective, typeof TuiInputDateComponent, typeof TuiCalendar, readonly [typeof import("@taiga-ui/cdk/directives/item").TuiItem, typeof import("@taiga-ui/core/components/label").TuiLabel, typeof import("@taiga-ui/core/components/textfield").TuiTextfieldComponent, typeof import("@taiga-ui/core/components/textfield").TuiTextfieldOptionsDirective, typeof import("@taiga-ui/core/components/textfield").TuiTextfieldMultiComponent, typeof import("@taiga-ui/core/portals/dropdown").TuiDropdownContent]];
|
|
@@ -1,35 +1,33 @@
|
|
|
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
|
-
import {
|
|
4
|
+
import { TuiInputDirective } from '@taiga-ui/core/components/input';
|
|
6
5
|
import { type TuiItemsHandlers } from '@taiga-ui/core/directives/items-handlers';
|
|
7
6
|
import { TuiCalendarRange } from '@taiga-ui/kit/components/calendar-range';
|
|
8
7
|
import { type TuiInputDateOptionsNew } from './input-date.options';
|
|
9
8
|
import * as i0 from "@angular/core";
|
|
10
|
-
import * as i1 from "@taiga-ui/core/components/
|
|
11
|
-
import * as i2 from "@taiga-ui/core/
|
|
9
|
+
import * as i1 from "@taiga-ui/core/components/input";
|
|
10
|
+
import * as i2 from "@taiga-ui/core/portals/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
|
-
protected readonly
|
|
16
|
+
protected readonly input: TuiInputDirective<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);
|
|
@@ -46,5 +44,5 @@ export declare class TuiInputDateDirective extends TuiInputDateBase<TuiDay> {
|
|
|
46
44
|
protected readonly mask: import("@angular/core").Signal<import("@maskito/core").MaskitoOptions | null>;
|
|
47
45
|
protected onValueChange(value: string): void;
|
|
48
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputDateDirective, never>;
|
|
49
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputDateDirective, "input[tuiInputDate]", never, {}, {}, never, never, true, [{ directive: typeof i1.
|
|
47
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputDateDirective, "input[tuiInputDate]", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiWithInput; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiDropdownAuto; inputs: {}; outputs: {}; }, { directive: typeof i3.TuiItemsHandlersValidator; inputs: {}; outputs: {}; }, { directive: typeof i4.MaskitoDirective; inputs: {}; outputs: {}; }]>;
|
|
50
48
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { TuiCalendar } from '@taiga-ui/core/components/calendar';
|
|
2
|
-
import { TuiInputChipComponent } from '@taiga-ui/kit/components/input-chip';
|
|
3
2
|
import { TuiInputDateMultiDirective } from './input-date-multi.directive';
|
|
4
|
-
export declare const TuiInputDateMulti: readonly [typeof TuiInputDateMultiDirective, typeof TuiCalendar, typeof TuiInputChipComponent];
|
|
3
|
+
export declare const TuiInputDateMulti: readonly [typeof TuiInputDateMultiDirective, typeof TuiCalendar, readonly [typeof import("@taiga-ui/cdk/directives/item").TuiItem, typeof import("@taiga-ui/core/components/label").TuiLabel, typeof import("@taiga-ui/core/components/textfield").TuiTextfieldComponent, typeof import("@taiga-ui/core/components/textfield").TuiTextfieldOptionsDirective, typeof import("@taiga-ui/core/components/textfield").TuiTextfieldMultiComponent, typeof import("@taiga-ui/core/portals/dropdown").TuiDropdownContent], readonly [readonly [typeof import("@taiga-ui/cdk/directives/item").TuiItem, typeof import("@taiga-ui/core/components/label").TuiLabel, typeof import("@taiga-ui/core/components/textfield").TuiTextfieldComponent, typeof import("@taiga-ui/core/components/textfield").TuiTextfieldOptionsDirective, typeof import("@taiga-ui/core/components/textfield").TuiTextfieldMultiComponent, typeof import("@taiga-ui/core/portals/dropdown").TuiDropdownContent], typeof import("@taiga-ui/kit/components/input-chip").TuiInputChipDirective, typeof import("@taiga-ui/kit/components/input-chip").TuiInputChipComponent]];
|
|
@@ -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/portals/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
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { TuiCalendarRange } from '@taiga-ui/kit/components/calendar-range';
|
|
2
2
|
import { TuiInputDateRangeDirective } from './input-date-range.directive';
|
|
3
|
-
export declare const TuiInputDateRange: readonly [typeof TuiInputDateRangeDirective, typeof TuiCalendarRange];
|
|
3
|
+
export declare const TuiInputDateRange: readonly [typeof TuiInputDateRangeDirective, typeof TuiCalendarRange, readonly [typeof import("@taiga-ui/cdk/directives/item").TuiItem, typeof import("@taiga-ui/core/components/label").TuiLabel, typeof import("@taiga-ui/core/components/textfield").TuiTextfieldComponent, typeof import("@taiga-ui/core/components/textfield").TuiTextfieldOptionsDirective, typeof import("@taiga-ui/core/components/textfield").TuiTextfieldMultiComponent, typeof import("@taiga-ui/core/portals/dropdown").TuiDropdownContent]];
|
|
@@ -2,8 +2,8 @@ import { type TuiDayLike, TuiDayRange } from '@taiga-ui/cdk/date-time';
|
|
|
2
2
|
import { type TuiCalendarRange } from '@taiga-ui/kit/components/calendar-range';
|
|
3
3
|
import { TuiInputDateBase } from '@taiga-ui/kit/components/input-date';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "@taiga-ui/core/components/
|
|
6
|
-
import * as i2 from "@taiga-ui/core/
|
|
5
|
+
import * as i1 from "@taiga-ui/core/components/input";
|
|
6
|
+
import * as i2 from "@taiga-ui/core/portals/dropdown";
|
|
7
7
|
import * as i3 from "@maskito/angular";
|
|
8
8
|
export declare class TuiInputDateRangeDirective extends TuiInputDateBase<TuiDayRange> {
|
|
9
9
|
protected readonly identity: void;
|
|
@@ -16,5 +16,5 @@ export declare class TuiInputDateRangeDirective extends TuiInputDateBase<TuiDayR
|
|
|
16
16
|
protected processCalendar(calendar: TuiCalendarRange): void;
|
|
17
17
|
protected onValueChange(value: string): void;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputDateRangeDirective, never>;
|
|
19
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputDateRangeDirective, "input[tuiInputDateRange]", never, { "minLengthSetter": { "alias": "minLength"; "required": false; }; "maxLengthSetter": { "alias": "maxLength"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.
|
|
19
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputDateRangeDirective, "input[tuiInputDateRange]", never, { "minLengthSetter": { "alias": "minLength"; "required": false; }; "maxLengthSetter": { "alias": "maxLength"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.TuiWithInput; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiDropdownAuto; inputs: {}; outputs: {}; }, { directive: typeof i3.MaskitoDirective; inputs: {}; outputs: {}; }]>;
|
|
20
20
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { TuiCalendar } from '@taiga-ui/core/components/calendar';
|
|
2
2
|
import { TuiInputDateTimeComponent } from './input-date-time.component';
|
|
3
3
|
import { TuiInputDateTimeDirective } from './input-date-time.directive';
|
|
4
|
-
export declare const TuiInputDateTime: readonly [typeof TuiInputDateTimeDirective, typeof TuiInputDateTimeComponent, typeof TuiCalendar];
|
|
4
|
+
export declare const TuiInputDateTime: readonly [typeof TuiInputDateTimeDirective, typeof TuiInputDateTimeComponent, typeof TuiCalendar, readonly [typeof import("@taiga-ui/cdk/directives/item").TuiItem, typeof import("@taiga-ui/core/components/label").TuiLabel, typeof import("@taiga-ui/core/components/textfield").TuiTextfieldComponent, typeof import("@taiga-ui/core/components/textfield").TuiTextfieldOptionsDirective, typeof import("@taiga-ui/core/components/textfield").TuiTextfieldMultiComponent, typeof import("@taiga-ui/core/portals/dropdown").TuiDropdownContent]];
|
|
@@ -6,9 +6,9 @@ import { type TuiTextfieldAccessor } from '@taiga-ui/core/components/textfield';
|
|
|
6
6
|
import { TuiInputDateBase } from '@taiga-ui/kit/components/input-date';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
import * as i1 from "@maskito/angular";
|
|
9
|
-
import * as i2 from "@taiga-ui/core/
|
|
9
|
+
import * as i2 from "@taiga-ui/core/portals/dropdown";
|
|
10
10
|
import * as i3 from "@taiga-ui/core/directives/items-handlers";
|
|
11
|
-
import * as i4 from "@taiga-ui/core/components/
|
|
11
|
+
import * as i4 from "@taiga-ui/core/components/input";
|
|
12
12
|
export declare class TuiInputDateTimeDirective extends TuiInputDateBase<readonly [TuiDay, TuiTime | null]> implements TuiTextfieldAccessor<readonly [TuiDay, TuiTime | null]> {
|
|
13
13
|
private readonly timeFillers;
|
|
14
14
|
protected readonly options: import("./input-date-time.options").TuiInputDateTimeOptions;
|
|
@@ -33,5 +33,5 @@ export declare class TuiInputDateTimeDirective extends TuiInputDateBase<readonly
|
|
|
33
33
|
private computeMask;
|
|
34
34
|
private toNativeDate;
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputDateTimeDirective, never>;
|
|
36
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputDateTimeDirective, "input[tuiInputDateTime]", never, { "timeModeSetter": { "alias": "timeMode"; "required": false; }; "minSetter": { "alias": "min"; "required": false; }; "maxSetter": { "alias": "max"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.MaskitoDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiDropdownAuto; inputs: {}; outputs: {}; }, { directive: typeof i3.TuiItemsHandlersValidator; inputs: {}; outputs: {}; }, { directive: typeof i4.
|
|
36
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputDateTimeDirective, "input[tuiInputDateTime]", never, { "timeModeSetter": { "alias": "timeMode"; "required": false; }; "minSetter": { "alias": "min"; "required": false; }; "maxSetter": { "alias": "max"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.MaskitoDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiDropdownAuto; inputs: {}; outputs: {}; }, { directive: typeof i3.TuiItemsHandlersValidator; inputs: {}; outputs: {}; }, { directive: typeof i4.TuiWithInput; inputs: {}; outputs: {}; }]>;
|
|
37
37
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { TuiCalendarMonth } from '@taiga-ui/kit/components/calendar-month';
|
|
2
2
|
import { TuiInputMonthComponent } from './input-month.component';
|
|
3
3
|
import { TuiInputMonthDirective } from './input-month.directive';
|
|
4
|
-
export declare const TuiInputMonth: readonly [typeof TuiInputMonthComponent, typeof TuiInputMonthDirective, typeof TuiCalendarMonth];
|
|
4
|
+
export declare const TuiInputMonth: readonly [typeof TuiInputMonthComponent, typeof TuiInputMonthDirective, typeof TuiCalendarMonth, readonly [typeof import("@taiga-ui/cdk/directives/item").TuiItem, typeof import("@taiga-ui/core/components/label").TuiLabel, typeof import("@taiga-ui/core/components/textfield").TuiTextfieldComponent, typeof import("@taiga-ui/core/components/textfield").TuiTextfieldOptionsDirective, typeof import("@taiga-ui/core/components/textfield").TuiTextfieldMultiComponent, typeof import("@taiga-ui/core/portals/dropdown").TuiDropdownContent]];
|
|
@@ -2,10 +2,11 @@ import { TuiControl } from '@taiga-ui/cdk/classes';
|
|
|
2
2
|
import { type TuiMonth } from '@taiga-ui/cdk/date-time';
|
|
3
3
|
import { TuiCalendarMonth } from '@taiga-ui/kit/components/calendar-month';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "@taiga-ui/core/components/
|
|
6
|
-
import * as i2 from "@taiga-ui/core/
|
|
5
|
+
import * as i1 from "@taiga-ui/core/components/input";
|
|
6
|
+
import * as i2 from "@taiga-ui/core/components/textfield";
|
|
7
|
+
import * as i3 from "@taiga-ui/core/portals/dropdown";
|
|
7
8
|
export declare class TuiInputMonthDirective extends TuiControl<TuiMonth | null> {
|
|
8
|
-
private readonly
|
|
9
|
+
private readonly input;
|
|
9
10
|
private readonly formatter;
|
|
10
11
|
private readonly open;
|
|
11
12
|
protected readonly icon: import("@angular/core").Signal<string>;
|
|
@@ -17,5 +18,5 @@ export declare class TuiInputMonthDirective extends TuiControl<TuiMonth | null>
|
|
|
17
18
|
readonly native: boolean;
|
|
18
19
|
protected clear(): void;
|
|
19
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputMonthDirective, never>;
|
|
20
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputMonthDirective, "input[tuiInputMonth]", never, {}, {}, never, never, true, [{ directive: typeof i1.
|
|
21
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputMonthDirective, "input[tuiInputMonth]", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiWithInput; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiSelectLike; inputs: {}; outputs: {}; }, { directive: typeof i3.TuiDropdownAuto; inputs: {}; outputs: {}; }]>;
|
|
21
22
|
}
|