@taiga-ui/kit 4.43.0-canary.8dab365 → 4.43.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/avatar/avatar.options.d.ts +1 -2
- package/components/badge/badge.options.d.ts +1 -2
- package/components/badge-notification/badge-notification.options.d.ts +1 -2
- package/components/block/block.options.d.ts +1 -2
- package/components/breadcrumbs/breadcrumbs.options.d.ts +1 -2
- package/components/checkbox/checkbox.options.d.ts +1 -2
- package/components/chip/chip.options.d.ts +1 -2
- package/components/combo-box/combo-box.directive.d.ts +1 -0
- package/components/files/input-files/input-files.options.d.ts +1 -2
- package/components/input-date-range/input-date-range.options.d.ts +1 -2
- package/components/input-month/input-month.options.d.ts +1 -2
- package/components/input-month-range/input-month-range.options.d.ts +1 -2
- package/components/input-password/input-password.options.d.ts +1 -2
- package/components/input-phone-international/input-phone-international.options.d.ts +1 -2
- package/components/line-clamp/line-clamp.options.d.ts +1 -2
- package/components/multi-select/multi-select.d.ts +1 -2
- package/components/pdf-viewer/pdf-viewer.options.d.ts +1 -2
- package/components/progress/progress.options.d.ts +1 -2
- package/components/push/push.options.d.ts +1 -2
- package/components/radio/radio.options.d.ts +1 -2
- package/components/rating/rating.options.d.ts +1 -2
- package/components/select/select-option/select-option.component.d.ts +2 -2
- package/components/slider/slider.options.d.ts +1 -2
- package/components/switch/switch.options.d.ts +1 -2
- package/components/tabs/tabs.options.d.ts +1 -2
- package/components/tabs/tabs.providers.d.ts +1 -2
- package/components/tiles/tiles.tokens.d.ts +1 -2
- package/components/tree/misc/tree.tokens.d.ts +8 -9
- package/directives/chevron/chevron.directive.d.ts +1 -2
- package/directives/fluid-typography/fluid-typography.options.d.ts +1 -2
- package/esm2022/components/accordion/accordion-item.component.mjs +3 -3
- package/esm2022/components/avatar/avatar-labeled.component.mjs +3 -3
- package/esm2022/components/avatar/avatar-stack.component.mjs +2 -2
- package/esm2022/components/avatar/avatar.options.mjs +3 -6
- package/esm2022/components/badge/badge.options.mjs +3 -6
- package/esm2022/components/badge-notification/badge-notification.options.mjs +3 -6
- package/esm2022/components/block/block.options.mjs +3 -6
- package/esm2022/components/breadcrumbs/breadcrumbs.options.mjs +3 -6
- package/esm2022/components/checkbox/checkbox.options.mjs +3 -6
- package/esm2022/components/chip/chip.options.mjs +3 -6
- package/esm2022/components/combo-box/combo-box.directive.mjs +6 -3
- package/esm2022/components/confirm/confirm.component.mjs +3 -3
- package/esm2022/components/elastic-container/elastic-container.component.mjs +3 -3
- package/esm2022/components/files/file/file.component.mjs +3 -3
- package/esm2022/components/files/files/files.component.mjs +3 -3
- package/esm2022/components/files/input-files/input-files.options.mjs +3 -6
- package/esm2022/components/filter/filter.component.mjs +3 -3
- package/esm2022/components/floating-container/floating-container.directive.mjs +2 -2
- package/esm2022/components/input-date-range/input-date-range.options.mjs +7 -9
- package/esm2022/components/input-inline/input-inline.component.mjs +3 -3
- package/esm2022/components/input-month/input-month.options.mjs +7 -9
- package/esm2022/components/input-month-range/input-month-range.options.mjs +7 -9
- package/esm2022/components/input-password/input-password.options.mjs +3 -6
- package/esm2022/components/input-phone-international/input-phone-international.options.mjs +3 -6
- package/esm2022/components/input-pin/input-pin.component.mjs +3 -3
- package/esm2022/components/line-clamp/line-clamp-box.component.mjs +3 -3
- package/esm2022/components/line-clamp/line-clamp.options.mjs +3 -6
- package/esm2022/components/multi-select/multi-select-group/multi-select-group.component.mjs +3 -3
- package/esm2022/components/multi-select/multi-select.mjs +1 -1
- package/esm2022/components/pagination/pagination.component.mjs +3 -3
- package/esm2022/components/pdf-viewer/pdf-viewer.component.mjs +3 -3
- package/esm2022/components/pdf-viewer/pdf-viewer.options.mjs +3 -6
- package/esm2022/components/pin/pin.directive.mjs +2 -2
- package/esm2022/components/preview/preview.component.mjs +3 -3
- package/esm2022/components/preview/zoom/preview-zoom.component.mjs +3 -3
- package/esm2022/components/progress/progress-bar/fixed-gradient/progress-fixed-gradient.directive.mjs +2 -2
- package/esm2022/components/progress/progress.options.mjs +3 -6
- package/esm2022/components/push/push-alert.component.mjs +3 -3
- package/esm2022/components/push/push.component.mjs +3 -3
- package/esm2022/components/push/push.options.mjs +3 -6
- package/esm2022/components/radio/radio.options.mjs +3 -6
- package/esm2022/components/rating/rating.options.mjs +3 -6
- package/esm2022/components/select/select-option/select-option.component.mjs +9 -23
- package/esm2022/components/slider/slider.component.mjs +2 -2
- package/esm2022/components/slider/slider.options.mjs +3 -6
- package/esm2022/components/stepper/step.component.mjs +3 -3
- package/esm2022/components/switch/switch.options.mjs +3 -6
- package/esm2022/components/tabs/tabs-with-more.component.mjs +3 -3
- package/esm2022/components/tabs/tabs.options.mjs +3 -6
- package/esm2022/components/tabs/tabs.providers.mjs +4 -3
- package/esm2022/components/textarea/textarea-limit.directive.mjs +2 -2
- package/esm2022/components/textarea/textarea.component.mjs +3 -3
- package/esm2022/components/tiles/tiles.tokens.mjs +3 -5
- package/esm2022/components/tree/components/tree-item/tree-item.component.mjs +3 -3
- package/esm2022/components/tree/components/tree-item-content/tree-item-content.component.mjs +3 -3
- package/esm2022/components/tree/misc/tree.tokens.mjs +10 -18
- package/esm2022/directives/chevron/chevron.directive.mjs +4 -6
- package/esm2022/directives/fluid-typography/fluid-typography.options.mjs +3 -6
- package/esm2022/pipes/emails/emails.options.mjs +11 -13
- package/esm2022/pipes/filter-by-input/filter-by-input.pipe.mjs +2 -2
- package/esm2022/tokens/calendar-date-stream.mjs +4 -3
- package/esm2022/tokens/date-inputs-value-transformers.mjs +6 -8
- package/esm2022/tokens/i18n.mjs +26 -74
- package/esm2022/tokens/items-handlers.mjs +3 -6
- package/esm2022/tokens/mobile-calendar.mjs +4 -3
- package/esm2022/tokens/month-formatter.mjs +9 -10
- package/esm2022/tokens/preview-icons.mjs +3 -6
- package/esm2022/tokens/validation-errors.mjs +3 -5
- package/fesm2022/taiga-ui-kit-components-accordion.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-accordion.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-avatar.mjs +7 -9
- package/fesm2022/taiga-ui-kit-components-avatar.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-badge-notification.mjs +3 -5
- package/fesm2022/taiga-ui-kit-components-badge-notification.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-badge.mjs +3 -5
- package/fesm2022/taiga-ui-kit-components-badge.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-block.mjs +3 -5
- package/fesm2022/taiga-ui-kit-components-block.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs +3 -5
- package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-checkbox.mjs +3 -5
- package/fesm2022/taiga-ui-kit-components-checkbox.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-chip.mjs +3 -5
- package/fesm2022/taiga-ui-kit-components-chip.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-combo-box.mjs +5 -2
- package/fesm2022/taiga-ui-kit-components-combo-box.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-confirm.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-confirm.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-elastic-container.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-elastic-container.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-files.mjs +7 -9
- package/fesm2022/taiga-ui-kit-components-files.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-filter.mjs +2 -2
- 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-date-range.mjs +6 -8
- package/fesm2022/taiga-ui-kit-components-input-date-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-inline.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-input-inline.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-month-range.mjs +6 -8
- package/fesm2022/taiga-ui-kit-components-input-month-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-month.mjs +6 -8
- package/fesm2022/taiga-ui-kit-components-input-month.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-password.mjs +3 -5
- package/fesm2022/taiga-ui-kit-components-input-password.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs +3 -5
- package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-pin.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-input-pin.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-line-clamp.mjs +5 -7
- package/fesm2022/taiga-ui-kit-components-line-clamp.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-multi-select.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-multi-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-pagination.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-pagination.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-pdf-viewer.mjs +5 -7
- package/fesm2022/taiga-ui-kit-components-pdf-viewer.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 +4 -4
- package/fesm2022/taiga-ui-kit-components-preview.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-progress.mjs +5 -7
- package/fesm2022/taiga-ui-kit-components-progress.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-push.mjs +7 -9
- package/fesm2022/taiga-ui-kit-components-push.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-radio.mjs +3 -5
- package/fesm2022/taiga-ui-kit-components-radio.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-rating.mjs +3 -5
- package/fesm2022/taiga-ui-kit-components-rating.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-select.mjs +8 -22
- package/fesm2022/taiga-ui-kit-components-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-slider.mjs +5 -7
- package/fesm2022/taiga-ui-kit-components-slider.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-stepper.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-stepper.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-switch.mjs +3 -5
- package/fesm2022/taiga-ui-kit-components-switch.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-tabs.mjs +6 -8
- package/fesm2022/taiga-ui-kit-components-tabs.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-textarea.mjs +4 -4
- package/fesm2022/taiga-ui-kit-components-textarea.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-tiles.mjs +3 -5
- package/fesm2022/taiga-ui-kit-components-tiles.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-tree.mjs +14 -22
- package/fesm2022/taiga-ui-kit-components-tree.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-chevron.mjs +3 -5
- package/fesm2022/taiga-ui-kit-directives-chevron.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs +3 -5
- package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-emails.mjs +11 -12
- package/fesm2022/taiga-ui-kit-pipes-emails.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs +1 -1
- package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-tokens.mjs +41 -99
- package/fesm2022/taiga-ui-kit-tokens.mjs.map +1 -1
- package/package.json +7 -7
- package/pipes/emails/emails.options.d.ts +1 -2
- package/styles/components/pin.less +2 -2
- package/tokens/calendar-date-stream.d.ts +1 -2
- package/tokens/date-inputs-value-transformers.d.ts +4 -5
- package/tokens/i18n.d.ts +24 -25
- package/tokens/items-handlers.d.ts +1 -2
- package/tokens/mobile-calendar.d.ts +1 -2
- package/tokens/month-formatter.d.ts +1 -2
- package/tokens/preview-icons.d.ts +1 -2
- package/tokens/validation-errors.d.ts +1 -2
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import type { Provider } from '@angular/core';
|
|
2
|
-
import { InjectionToken } from '@angular/core';
|
|
3
2
|
import type { TuiBooleanHandler, TuiIdentityMatcher, TuiStringHandler } from '@taiga-ui/cdk/types';
|
|
4
3
|
/**
|
|
5
4
|
* @deprecated use it only for LEGACY controls. For new controls use the same entity from `@taiga-ui/core`.
|
|
@@ -19,7 +18,7 @@ export declare const TUI_DEFAULT_ITEMS_HANDLERS: TuiItemsHandlers<unknown>;
|
|
|
19
18
|
* @deprecated use it only for LEGACY controls. For new controls use the same entity from `@taiga-ui/core`.
|
|
20
19
|
* TODO(v5): delete
|
|
21
20
|
*/
|
|
22
|
-
export declare const TUI_ITEMS_HANDLERS: InjectionToken<TuiItemsHandlers<unknown>>;
|
|
21
|
+
export declare const TUI_ITEMS_HANDLERS: import("@angular/core").InjectionToken<TuiItemsHandlers<unknown>>;
|
|
23
22
|
/**
|
|
24
23
|
* @deprecated use it only for LEGACY controls. For new controls use the same entity from `@taiga-ui/core`.
|
|
25
24
|
* TODO(v5): delete
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import type { FactoryProvider, Type } from '@angular/core';
|
|
2
|
-
import { InjectionToken } from '@angular/core';
|
|
3
2
|
/**
|
|
4
3
|
* A component for mobile data picker
|
|
5
4
|
*/
|
|
6
|
-
export declare const TUI_MOBILE_CALENDAR: InjectionToken<Type<unknown>>;
|
|
5
|
+
export declare const TUI_MOBILE_CALENDAR: import("@angular/core").InjectionToken<Type<unknown>>;
|
|
7
6
|
export declare const TUI_MOBILE_CALENDAR_PROVIDER: FactoryProvider;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { InjectionToken } from '@angular/core';
|
|
2
1
|
import type { TuiMonth } from '@taiga-ui/cdk/date-time';
|
|
3
2
|
import type { TuiHandler } from '@taiga-ui/cdk/types';
|
|
4
3
|
import type { Observable } from 'rxjs';
|
|
5
|
-
export declare const TUI_MONTH_FORMATTER: InjectionToken<Observable<TuiHandler<TuiMonth | null, string>>>;
|
|
4
|
+
export declare const TUI_MONTH_FORMATTER: import("@angular/core").InjectionToken<Observable<TuiHandler<TuiMonth | null, string>>>;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import type { Provider } from '@angular/core';
|
|
2
|
-
import { InjectionToken } from '@angular/core';
|
|
3
2
|
export interface TuiPreviewIcons {
|
|
4
3
|
readonly next: string;
|
|
5
4
|
readonly prev: string;
|
|
@@ -9,5 +8,5 @@ export interface TuiPreviewIcons {
|
|
|
9
8
|
readonly zoomReset: string;
|
|
10
9
|
}
|
|
11
10
|
export declare const TUI_PREVIEW_ICONS_DEFAULT: TuiPreviewIcons;
|
|
12
|
-
export declare const TUI_PREVIEW_ICONS: InjectionToken<TuiPreviewIcons>;
|
|
11
|
+
export declare const TUI_PREVIEW_ICONS: import("@angular/core").InjectionToken<TuiPreviewIcons>;
|
|
13
12
|
export declare function tuiPreviewIconsProvider(icons: Partial<TuiPreviewIcons>): Provider;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import type { Provider } from '@angular/core';
|
|
2
|
-
import { InjectionToken } from '@angular/core';
|
|
3
2
|
import type { PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
4
3
|
import type { Observable } from 'rxjs';
|
|
5
|
-
export declare const TUI_VALIDATION_ERRORS: InjectionToken<Record<string, PolymorpheusContent | Observable<PolymorpheusContent>>>;
|
|
4
|
+
export declare const TUI_VALIDATION_ERRORS: import("@angular/core").InjectionToken<Record<string, PolymorpheusContent | Observable<PolymorpheusContent>>>;
|
|
6
5
|
export declare const tuiValidationErrorsProvider: (useValue: Record<string, Observable<PolymorpheusContent> | PolymorpheusContent>) => Provider;
|