@taiga-ui/core 4.48.0-canary.d5bef06 → 4.49.0-canary.5696ef0
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/classes/accessors.d.ts +2 -2
- package/classes/driver.d.ts +1 -1
- package/classes/vehicle.d.ts +1 -1
- package/components/alert/alert.component.d.ts +2 -2
- package/components/alert/alert.directive.d.ts +1 -1
- package/components/alert/alert.interfaces.d.ts +4 -4
- package/components/alert/alert.service.d.ts +1 -1
- package/components/alert/alert.tokens.d.ts +2 -3
- package/components/alert/alerts.component.d.ts +2 -3
- package/components/button/button.options.d.ts +2 -2
- package/components/calendar/calendar-sheet.component.d.ts +1 -1
- package/components/calendar/calendar-sheet.options.d.ts +1 -2
- package/components/calendar/calendar-spin.component.d.ts +1 -2
- package/components/calendar/calendar-year.component.d.ts +2 -3
- package/components/calendar/calendar.component.d.ts +3 -4
- package/components/data-list/data-list.component.d.ts +4 -4
- package/components/data-list/data-list.directive.d.ts +1 -1
- package/components/data-list/data-list.tokens.d.ts +3 -4
- package/components/data-list/option/option-content.d.ts +3 -4
- package/components/data-list/option/option-legacy.component.d.ts +3 -3
- package/components/data-list/option/option.directive.d.ts +1 -1
- package/components/dialog/dialog.component.d.ts +4 -5
- package/components/dialog/dialog.directive.d.ts +1 -1
- package/components/dialog/dialog.factory.d.ts +3 -3
- package/components/dialog/dialog.interfaces.d.ts +4 -4
- package/components/dialog/dialog.service.d.ts +1 -1
- package/components/dialog/dialog.tokens.d.ts +3 -5
- package/components/dialog/dialogs.component.d.ts +2 -2
- package/components/expand/expand.component.d.ts +1 -1
- package/components/icon/icon.component.d.ts +1 -1
- package/components/icon/icon.pipe.d.ts +2 -2
- package/components/link/link.options.d.ts +2 -3
- package/components/loader/loader.component.d.ts +1 -1
- package/components/loader/loader.options.d.ts +2 -3
- package/components/notification/notification.directive.d.ts +2 -2
- package/components/notification/notification.options.d.ts +3 -3
- package/components/scrollbar/scrollable.directive.d.ts +1 -1
- package/components/textfield/textfield-accessor.d.ts +1 -2
- package/components/textfield/textfield-auxiliary.d.ts +1 -1
- package/components/textfield/textfield-content.directive.d.ts +1 -1
- package/components/textfield/textfield-dropdown.directive.d.ts +1 -1
- package/components/textfield/textfield-icon.d.ts +3 -3
- package/components/textfield/textfield-multi/textfield-item.component.d.ts +2 -2
- package/components/textfield/textfield-multi/textfield-multi.component.d.ts +5 -6
- package/components/textfield/textfield.component.d.ts +6 -7
- package/components/textfield/textfield.directive.d.ts +4 -4
- package/components/textfield/textfield.options.d.ts +2 -3
- package/directives/appearance/appearance.bindings.d.ts +2 -2
- package/directives/appearance/appearance.directive.d.ts +2 -2
- package/directives/appearance/appearance.options.d.ts +2 -3
- package/directives/date-format/date-format.directive.d.ts +1 -1
- package/directives/dropdown/dropdown-hover.options.d.ts +1 -2
- package/directives/dropdown/dropdown-manual.directive.d.ts +1 -1
- package/directives/dropdown/dropdown-open.directive.d.ts +1 -2
- package/directives/dropdown/dropdown-options.directive.d.ts +2 -3
- package/directives/dropdown/dropdown-portal.directive.d.ts +1 -1
- package/directives/dropdown/dropdown-position-sided.directive.d.ts +1 -1
- package/directives/dropdown/dropdown-position.directive.d.ts +2 -2
- package/directives/dropdown/dropdown-selection.directive.d.ts +4 -5
- package/directives/dropdown/dropdown.bindings.d.ts +2 -2
- package/directives/dropdown/dropdown.component.d.ts +1 -1
- package/directives/dropdown/dropdown.directive.d.ts +5 -6
- package/directives/dropdown/dropdown.driver.d.ts +1 -2
- package/directives/dropdown/dropdown.providers.d.ts +1 -2
- package/directives/group/group.directive.d.ts +1 -1
- package/directives/group/group.options.d.ts +2 -3
- package/directives/hint/hint-hover.directive.d.ts +1 -1
- package/directives/hint/hint-manual.directive.d.ts +1 -1
- package/directives/hint/hint-options.directive.d.ts +2 -3
- package/directives/hint/hint-pointer.directive.d.ts +1 -1
- package/directives/hint/hint-position.directive.d.ts +2 -2
- package/directives/hint/hint-unstyled.component.d.ts +4 -4
- package/directives/hint/hint.directive.d.ts +4 -5
- package/directives/hint/hint.providers.d.ts +1 -2
- package/directives/hint/hint.service.d.ts +1 -1
- package/directives/hint/hints.component.d.ts +2 -2
- package/directives/icons/icons.directive.d.ts +1 -1
- package/directives/items-handlers/items-handlers.directive.d.ts +2 -2
- package/directives/items-handlers/items-handlers.tokens.d.ts +2 -3
- package/directives/items-handlers/items-handlers.validator.d.ts +2 -2
- package/directives/number-format/number-format.directive.d.ts +1 -1
- package/directives/popup/popup.directive.d.ts +1 -1
- package/directives/title/title.directive.d.ts +1 -1
- package/esm2022/classes/accessors.mjs +2 -2
- package/esm2022/classes/driver.mjs +2 -2
- package/esm2022/classes/vehicle.mjs +1 -1
- package/esm2022/components/alert/alert.component.mjs +1 -1
- package/esm2022/components/alert/alert.directive.mjs +1 -1
- package/esm2022/components/alert/alert.interfaces.mjs +1 -1
- package/esm2022/components/alert/alert.service.mjs +1 -1
- package/esm2022/components/alert/alert.tokens.mjs +1 -1
- package/esm2022/components/alert/alerts.component.mjs +1 -1
- package/esm2022/components/button/button.options.mjs +1 -1
- package/esm2022/components/calendar/calendar-sheet.component.mjs +1 -1
- package/esm2022/components/calendar/calendar-sheet.options.mjs +1 -1
- package/esm2022/components/calendar/calendar-spin.component.mjs +2 -2
- package/esm2022/components/calendar/calendar-year.component.mjs +1 -1
- package/esm2022/components/calendar/calendar.component.mjs +1 -1
- package/esm2022/components/data-list/data-list.component.mjs +2 -2
- package/esm2022/components/data-list/data-list.directive.mjs +1 -1
- package/esm2022/components/data-list/data-list.tokens.mjs +1 -1
- package/esm2022/components/data-list/option/option-content.mjs +2 -2
- package/esm2022/components/data-list/option/option-legacy.component.mjs +1 -1
- package/esm2022/components/data-list/option/option.directive.mjs +1 -1
- package/esm2022/components/dialog/dialog.component.mjs +2 -2
- package/esm2022/components/dialog/dialog.directive.mjs +1 -1
- package/esm2022/components/dialog/dialog.factory.mjs +1 -1
- package/esm2022/components/dialog/dialog.interfaces.mjs +1 -1
- package/esm2022/components/dialog/dialog.service.mjs +1 -1
- package/esm2022/components/dialog/dialog.tokens.mjs +1 -1
- package/esm2022/components/dialog/dialogs.component.mjs +1 -1
- package/esm2022/components/expand/expand.component.mjs +1 -1
- package/esm2022/components/icon/icon.component.mjs +1 -1
- package/esm2022/components/icon/icon.pipe.mjs +1 -1
- package/esm2022/components/link/link.options.mjs +1 -1
- package/esm2022/components/loader/loader.component.mjs +2 -2
- package/esm2022/components/loader/loader.options.mjs +1 -1
- package/esm2022/components/notification/notification.directive.mjs +1 -1
- package/esm2022/components/notification/notification.options.mjs +1 -1
- package/esm2022/components/root/root.component.mjs +1 -1
- package/esm2022/components/scrollbar/scrollable.directive.mjs +1 -1
- package/esm2022/components/textfield/textfield-accessor.mjs +1 -1
- package/esm2022/components/textfield/textfield-auxiliary.mjs +1 -1
- package/esm2022/components/textfield/textfield-content.directive.mjs +1 -1
- package/esm2022/components/textfield/textfield-dropdown.directive.mjs +1 -1
- package/esm2022/components/textfield/textfield-icon.mjs +1 -1
- package/esm2022/components/textfield/textfield-multi/textfield-item.component.mjs +2 -2
- package/esm2022/components/textfield/textfield-multi/textfield-multi.component.mjs +3 -3
- package/esm2022/components/textfield/textfield.component.mjs +5 -5
- package/esm2022/components/textfield/textfield.directive.mjs +2 -2
- package/esm2022/components/textfield/textfield.options.mjs +1 -1
- package/esm2022/directives/appearance/appearance.bindings.mjs +1 -1
- package/esm2022/directives/appearance/appearance.directive.mjs +1 -1
- package/esm2022/directives/appearance/appearance.options.mjs +1 -1
- package/esm2022/directives/date-format/date-format.directive.mjs +1 -1
- package/esm2022/directives/dropdown/dropdown-hover.options.mjs +1 -1
- package/esm2022/directives/dropdown/dropdown-manual.directive.mjs +1 -1
- package/esm2022/directives/dropdown/dropdown-open.directive.mjs +1 -1
- package/esm2022/directives/dropdown/dropdown-options.directive.mjs +1 -1
- package/esm2022/directives/dropdown/dropdown-portal.directive.mjs +2 -2
- package/esm2022/directives/dropdown/dropdown-position-sided.directive.mjs +3 -3
- package/esm2022/directives/dropdown/dropdown-position.directive.mjs +1 -1
- package/esm2022/directives/dropdown/dropdown-selection.directive.mjs +10 -7
- package/esm2022/directives/dropdown/dropdown.bindings.mjs +1 -1
- package/esm2022/directives/dropdown/dropdown.component.mjs +2 -2
- package/esm2022/directives/dropdown/dropdown.directive.mjs +3 -3
- package/esm2022/directives/dropdown/dropdown.driver.mjs +1 -1
- package/esm2022/directives/dropdown/dropdown.providers.mjs +1 -1
- package/esm2022/directives/group/group.directive.mjs +1 -1
- package/esm2022/directives/group/group.options.mjs +1 -1
- package/esm2022/directives/hint/hint-hover.directive.mjs +1 -1
- package/esm2022/directives/hint/hint-manual.directive.mjs +1 -1
- package/esm2022/directives/hint/hint-options.directive.mjs +1 -1
- package/esm2022/directives/hint/hint-pointer.directive.mjs +2 -2
- package/esm2022/directives/hint/hint-position.directive.mjs +2 -2
- package/esm2022/directives/hint/hint-unstyled.component.mjs +1 -1
- package/esm2022/directives/hint/hint.component.mjs +1 -1
- package/esm2022/directives/hint/hint.directive.mjs +2 -2
- package/esm2022/directives/hint/hint.providers.mjs +1 -1
- package/esm2022/directives/hint/hint.service.mjs +1 -1
- package/esm2022/directives/hint/hints.component.mjs +1 -1
- package/esm2022/directives/icons/icons.directive.mjs +1 -1
- package/esm2022/directives/items-handlers/items-handlers.directive.mjs +1 -1
- package/esm2022/directives/items-handlers/items-handlers.tokens.mjs +2 -2
- package/esm2022/directives/items-handlers/items-handlers.validator.mjs +1 -1
- package/esm2022/directives/number-format/number-format.directive.mjs +1 -1
- package/esm2022/directives/popup/popup.directive.mjs +2 -2
- package/esm2022/directives/title/title.directive.mjs +1 -1
- package/esm2022/pipes/auto-color/auto-color.pipe.mjs +1 -1
- package/esm2022/pipes/calendar-sheet/calendar-sheet.pipe.mjs +1 -1
- package/esm2022/pipes/calendar-sheet/utils.mjs +2 -1
- package/esm2022/pipes/fallback-src/fallback-src.pipe.mjs +1 -1
- package/esm2022/pipes/flag/flag.pipe.mjs +1 -1
- package/esm2022/pipes/format-date/format-date.pipe.mjs +1 -1
- package/esm2022/pipes/format-number/format-number.pipe.mjs +1 -1
- package/esm2022/pipes/initials/initials.pipe.mjs +1 -1
- package/esm2022/pipes/month/month.pipe.mjs +1 -1
- package/esm2022/pipes/order-week-days/order-week-days.pipe.mjs +1 -1
- package/esm2022/services/breakpoint.service.mjs +1 -1
- package/esm2022/services/format-date.service.mjs +1 -1
- package/esm2022/services/position.service.mjs +1 -1
- package/esm2022/services/visual-viewport.service.mjs +1 -1
- package/esm2022/tokens/assets-path.mjs +1 -1
- package/esm2022/tokens/auxiliary.mjs +1 -1
- package/esm2022/tokens/common-icons.mjs +1 -1
- package/esm2022/tokens/dark-mode.mjs +1 -1
- package/esm2022/tokens/date-format.mjs +1 -1
- package/esm2022/tokens/day-type-handler.mjs +1 -1
- package/esm2022/tokens/icon-resolver.mjs +1 -1
- package/esm2022/tokens/icons.mjs +1 -1
- package/esm2022/tokens/number-format.mjs +1 -1
- package/esm2022/tokens/selection-stream.mjs +1 -1
- package/esm2022/tokens/viewport.mjs +1 -1
- package/esm2022/types/portal-item.mjs +1 -1
- package/esm2022/types/value-content-context.mjs +1 -1
- package/esm2022/utils/dom/get-word-range.mjs +3 -2
- package/esm2022/utils/format/format-number.mjs +2 -2
- package/esm2022/utils/miscellaneous/font-scaling.mjs +1 -1
- package/esm2022/utils/miscellaneous/size-bigger.mjs +1 -1
- package/esm2022/utils/miscellaneous/to-animation-options.mjs +1 -1
- package/fesm2022/taiga-ui-core-classes.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-alert.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-button.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-calendar.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-data-list.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-dialog.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-expand.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-icon.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-link.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-loader.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-notification.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-root.mjs +1 -1
- package/fesm2022/taiga-ui-core-components-scrollbar.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-textfield.mjs +4 -4
- package/fesm2022/taiga-ui-core-components-textfield.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-directives-appearance.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-directives-date-format.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-directives-dropdown.mjs +10 -7
- package/fesm2022/taiga-ui-core-directives-dropdown.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-directives-group.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-directives-hint.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-directives-icons.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-directives-items-handlers.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-directives-number-format.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-directives-popup.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-directives-title.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-pipes-auto-color.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-pipes-calendar-sheet.mjs +1 -0
- package/fesm2022/taiga-ui-core-pipes-calendar-sheet.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-pipes-fallback-src.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-pipes-flag.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-pipes-format-date.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-pipes-format-number.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-pipes-initials.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-pipes-month.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-pipes-order-week-days.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-services.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-tokens.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-utils-dom.mjs +2 -1
- package/fesm2022/taiga-ui-core-utils-dom.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-utils-format.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-utils-miscellaneous.mjs.map +1 -1
- package/package.json +3 -3
- package/pipes/auto-color/auto-color.pipe.d.ts +1 -1
- package/pipes/calendar-sheet/calendar-sheet.pipe.d.ts +2 -2
- package/pipes/calendar-sheet/utils.d.ts +1 -2
- package/pipes/fallback-src/fallback-src.pipe.d.ts +2 -2
- package/pipes/flag/flag.pipe.d.ts +3 -3
- package/pipes/format-date/format-date.pipe.d.ts +2 -2
- package/pipes/format-number/format-number.pipe.d.ts +3 -3
- package/pipes/initials/initials.pipe.d.ts +1 -1
- package/pipes/month/month.pipe.d.ts +3 -3
- package/pipes/order-week-days/order-week-days.pipe.d.ts +2 -2
- package/services/breakpoint.service.d.ts +1 -1
- package/services/format-date.service.d.ts +1 -1
- package/services/position.service.d.ts +1 -1
- package/services/visual-viewport.service.d.ts +1 -1
- package/styles/theme/appearance/outline.less +0 -1
- package/tokens/assets-path.d.ts +1 -2
- package/tokens/auxiliary.d.ts +1 -2
- package/tokens/common-icons.d.ts +1 -2
- package/tokens/dark-mode.d.ts +1 -2
- package/tokens/date-format.d.ts +3 -4
- package/tokens/day-type-handler.d.ts +2 -2
- package/tokens/icon-resolver.d.ts +2 -3
- package/tokens/icons.d.ts +1 -2
- package/tokens/number-format.d.ts +3 -4
- package/tokens/selection-stream.d.ts +1 -1
- package/tokens/viewport.d.ts +2 -3
- package/types/portal-item.d.ts +2 -2
- package/types/value-content-context.d.ts +1 -1
- package/utils/format/format-number.d.ts +1 -1
- package/utils/miscellaneous/font-scaling.d.ts +1 -1
- package/utils/miscellaneous/size-bigger.d.ts +1 -1
- package/utils/miscellaneous/to-animation-options.d.ts +1 -1
package/classes/accessors.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
1
|
+
import { type AbstractType, type ExistingProvider, type FactoryProvider, type Type } from '@angular/core';
|
|
2
|
+
import { type TuiPoint } from '@taiga-ui/core/types';
|
|
3
3
|
export declare abstract class TuiAccessor {
|
|
4
4
|
abstract readonly type: string;
|
|
5
5
|
}
|
package/classes/driver.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import { type AfterViewInit, type ExistingProvider, type Type } from '@angular/core';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare abstract class TuiDriver extends Observable<boolean> {
|
package/classes/vehicle.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
1
|
+
import { type TuiPopover } from '@taiga-ui/cdk/services';
|
|
2
|
+
import { type TuiAlertOptions } from './alert.interfaces';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
import * as i1 from "@taiga-ui/cdk/directives/animated";
|
|
5
5
|
export declare class TuiAlertComponent<O, I> {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TuiPopoverDirective } from '@taiga-ui/cdk/directives/popover';
|
|
2
|
-
import type
|
|
2
|
+
import { type TuiAlertOptions } from './alert.interfaces';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class TuiAlert<T> extends TuiPopoverDirective<TuiAlertOptions<T>> {
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiAlert<any>, never>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
3
|
-
import type
|
|
4
|
-
import type
|
|
1
|
+
import { type TuiPopoverContext } from '@taiga-ui/cdk/services';
|
|
2
|
+
import { type TuiHandler } from '@taiga-ui/cdk/types';
|
|
3
|
+
import { type TuiNotificationOptions } from '@taiga-ui/core/components/notification';
|
|
4
|
+
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
5
5
|
export interface TuiAlertOptions<I = undefined> extends Omit<TuiNotificationOptions, 'size'> {
|
|
6
6
|
readonly autoClose: TuiHandler<string, number> | number;
|
|
7
7
|
readonly data: I;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TuiPopoverService } from '@taiga-ui/cdk/services';
|
|
2
|
-
import type
|
|
2
|
+
import { type TuiAlertOptions } from './alert.interfaces';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class TuiAlertService extends TuiPopoverService<TuiAlertOptions<any>> {
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiAlertService, never>;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import { InjectionToken } from '@angular/core';
|
|
1
|
+
import { type FactoryProvider, InjectionToken } from '@angular/core';
|
|
3
2
|
import { BehaviorSubject } from 'rxjs';
|
|
4
|
-
import type
|
|
3
|
+
import { type TuiAlertOptions } from './alert.interfaces';
|
|
5
4
|
export declare const TUI_ALERT_DEFAULT_OPTIONS: Omit<TuiAlertOptions, 'appearance' | 'icon'>;
|
|
6
5
|
export declare const TUI_ALERT_OPTIONS: InjectionToken<TuiAlertOptions<undefined>>;
|
|
7
6
|
export declare const TUI_ALERT_POSITION: InjectionToken<string>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import {
|
|
3
|
-
import type { TuiMapper } from '@taiga-ui/cdk/types';
|
|
1
|
+
import { Injector, type Type } from '@angular/core';
|
|
2
|
+
import { type TuiMapper } from '@taiga-ui/cdk/types';
|
|
4
3
|
import { identity } from 'rxjs';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class TuiAlerts {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
1
|
+
import { type TuiAppearanceOptions } from '@taiga-ui/core/directives/appearance';
|
|
2
|
+
import { type TuiSizeXL, type TuiSizeXS } from '@taiga-ui/core/types';
|
|
3
3
|
export interface TuiButtonOptions extends TuiAppearanceOptions {
|
|
4
4
|
readonly size: TuiSizeXL | TuiSizeXS;
|
|
5
5
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { TuiDay, TuiDayRange, TuiMonth } from '@taiga-ui/cdk/date-time';
|
|
3
|
-
import type
|
|
3
|
+
import { type TuiBooleanHandler, type TuiHandler } from '@taiga-ui/cdk/types';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export type TuiMarkerHandler = TuiHandler<TuiDay, [] | [string, string] | [string]>;
|
|
6
6
|
export declare class TuiCalendarSheet {
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import type
|
|
3
|
-
import { TuiMonth } from '@taiga-ui/cdk/date-time';
|
|
2
|
+
import { TuiMonth, type TuiMonthLike, type TuiYear } from '@taiga-ui/cdk/date-time';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
export declare class TuiCalendarSpin {
|
|
6
5
|
value: TuiMonth;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import type
|
|
3
|
-
import {
|
|
4
|
-
import type { TuiBooleanHandler } from '@taiga-ui/cdk/types';
|
|
2
|
+
import { TuiDay, type TuiDayRange, TuiMonthRange, TuiYear } from '@taiga-ui/cdk/date-time';
|
|
3
|
+
import { type TuiBooleanHandler } from '@taiga-ui/cdk/types';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class TuiCalendarYear {
|
|
7
6
|
private readonly hoveredItem;
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import type
|
|
3
|
-
import {
|
|
4
|
-
import type { TuiBooleanHandler, TuiMapper } from '@taiga-ui/cdk/types';
|
|
2
|
+
import { TuiDay, type TuiDayRange, TuiMonth } from '@taiga-ui/cdk/date-time';
|
|
3
|
+
import { type TuiBooleanHandler, type TuiMapper } from '@taiga-ui/cdk/types';
|
|
5
4
|
import { Subject } from 'rxjs';
|
|
6
|
-
import type
|
|
5
|
+
import { type TuiMarkerHandler } from './calendar-sheet.component';
|
|
7
6
|
import * as i0 from "@angular/core";
|
|
8
7
|
export declare class TuiCalendar {
|
|
9
8
|
private readonly cdr;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
3
|
-
import type
|
|
4
|
-
import type
|
|
1
|
+
import { type AfterContentChecked, type AfterContentInit } from '@angular/core';
|
|
2
|
+
import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
|
|
3
|
+
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
4
|
+
import { type TuiDataListAccessor } from './data-list.tokens';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare function tuiInjectDataListSize(): TuiSizeL | TuiSizeS;
|
|
7
7
|
export declare class TuiDataListComponent<T> implements TuiDataListAccessor<T>, AfterContentChecked, AfterContentInit {
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import {
|
|
3
|
-
import type
|
|
4
|
-
import type { TuiSizeL, TuiSizeS } from '@taiga-ui/core/types';
|
|
1
|
+
import { InjectionToken, type Provider, type Signal, type Type } from '@angular/core';
|
|
2
|
+
import { type TuiIdentityMatcher, type TuiStringHandler } from '@taiga-ui/cdk/types';
|
|
3
|
+
import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
|
|
5
4
|
export interface TuiDataListAccessor<T = unknown> {
|
|
6
5
|
/**
|
|
7
6
|
* @deprecated Use `options` property instead
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import {
|
|
3
|
-
import type
|
|
4
|
-
import type { PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
1
|
+
import { InjectionToken, type Provider, type TemplateRef, type Type } from '@angular/core';
|
|
2
|
+
import { type TuiContext } from '@taiga-ui/cdk/types';
|
|
3
|
+
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
/**
|
|
7
6
|
* Content for tuiOption component
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
3
|
-
import type
|
|
1
|
+
import { type OnDestroy, type TemplateRef } from '@angular/core';
|
|
2
|
+
import { type TuiContext } from '@taiga-ui/cdk/types';
|
|
3
|
+
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
import * as i1 from "@taiga-ui/core/directives/icons";
|
|
6
6
|
/**
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
3
|
-
import type
|
|
4
|
-
import {
|
|
5
|
-
import type { TuiDialogOptions, TuiDialogSize } from './dialog.interfaces';
|
|
1
|
+
import { type TuiPopover } from '@taiga-ui/cdk/services';
|
|
2
|
+
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
3
|
+
import { type Observable, Subject } from 'rxjs';
|
|
4
|
+
import { type TuiDialogOptions, type TuiDialogSize } from './dialog.interfaces';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
7
6
|
import * as i1 from "@taiga-ui/cdk/directives/animated";
|
|
8
7
|
export declare class TuiDialogComponent<O, I> {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TuiPopoverDirective } from '@taiga-ui/cdk/directives/popover';
|
|
2
|
-
import type
|
|
2
|
+
import { type TuiDialogOptions } from './dialog.interfaces';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class TuiDialog<T> extends TuiPopoverDirective<TuiDialogOptions<T>> {
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiDialog<any>, never>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
3
|
-
import type
|
|
1
|
+
import { type Injector } from '@angular/core';
|
|
2
|
+
import { type Observable } from 'rxjs';
|
|
3
|
+
import { type TuiDialogContext, type TuiDialogOptions } from './dialog.interfaces';
|
|
4
4
|
type SingleUnionOrNever<T, U = T> = [T] extends [never] ? never : T extends U ? [U] extends [T] ? T : never : never;
|
|
5
5
|
type ReplaceAny<T> = 0 extends T & 1 ? void : T;
|
|
6
6
|
type ContextKeys<T> = {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
3
|
-
import type
|
|
4
|
-
import type
|
|
1
|
+
import { type TuiPopover, type TuiPopoverContext } from '@taiga-ui/cdk/services';
|
|
2
|
+
import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
|
|
3
|
+
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
4
|
+
import { type Observable } from 'rxjs';
|
|
5
5
|
export type TuiDialogSize = TuiSizeL | TuiSizeS | 'auto' | 'fullscreen' | 'page';
|
|
6
6
|
/**
|
|
7
7
|
* Options for a dialog
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TuiPopoverService } from '@taiga-ui/cdk/services';
|
|
2
|
-
import type
|
|
2
|
+
import { type TuiDialogOptions } from './dialog.interfaces';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class TuiDialogService extends TuiPopoverService<TuiDialogOptions<any>> {
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiDialogService, never>;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import {
|
|
3
|
-
import type
|
|
4
|
-
import { BehaviorSubject } from 'rxjs';
|
|
5
|
-
import type { TuiDialogOptions } from './dialog.interfaces';
|
|
1
|
+
import { InjectionToken, type Provider } from '@angular/core';
|
|
2
|
+
import { BehaviorSubject, type Observable } from 'rxjs';
|
|
3
|
+
import { type TuiDialogOptions } from './dialog.interfaces';
|
|
6
4
|
export declare const TUI_DIALOGS: InjectionToken<BehaviorSubject<readonly any[]>>;
|
|
7
5
|
export declare const TUI_DIALOG_DEFAULT_OPTIONS: TuiDialogOptions<void>;
|
|
8
6
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
1
|
+
import { type Signal } from '@angular/core';
|
|
2
|
+
import { type TuiPopover } from '@taiga-ui/cdk/services';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class TuiDialogs {
|
|
5
5
|
protected readonly el: HTMLElement;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
1
|
+
import { type PipeTransform } from '@angular/core';
|
|
2
|
+
import { type TuiStringHandler } from '@taiga-ui/cdk/types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class TuiIconPipe implements PipeTransform {
|
|
5
5
|
readonly transform: TuiStringHandler<string>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import {
|
|
3
|
-
import type { TuiAppearanceOptions } from '@taiga-ui/core/directives/appearance';
|
|
1
|
+
import { type FactoryProvider, InjectionToken } from '@angular/core';
|
|
2
|
+
import { type TuiAppearanceOptions } from '@taiga-ui/core/directives/appearance';
|
|
4
3
|
export interface TuiLinkOptions extends TuiAppearanceOptions {
|
|
5
4
|
/**
|
|
6
5
|
* @deprecated: use on host
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import {
|
|
3
|
-
import type { TuiSizeXS, TuiSizeXXL } from '@taiga-ui/core/types';
|
|
1
|
+
import { InjectionToken, type Provider } from '@angular/core';
|
|
2
|
+
import { type TuiSizeXS, type TuiSizeXXL } from '@taiga-ui/core/types';
|
|
4
3
|
export interface TuiLoaderOptions {
|
|
5
4
|
readonly inheritColor: boolean;
|
|
6
5
|
readonly overlay: boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
1
|
+
import { type OnChanges, type OnInit } from '@angular/core';
|
|
2
|
+
import { type TuiStringHandler } from '@taiga-ui/cdk/types';
|
|
3
3
|
import { TuiIcons } from '@taiga-ui/core/directives/icons';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
import * as i1 from "@taiga-ui/core/directives/icons";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
3
|
-
import type
|
|
1
|
+
import { type TuiStringHandler } from '@taiga-ui/cdk/types';
|
|
2
|
+
import { type TuiAppearanceOptions } from '@taiga-ui/core/directives/appearance';
|
|
3
|
+
import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
|
|
4
4
|
export interface TuiNotificationOptions extends TuiAppearanceOptions {
|
|
5
5
|
readonly icon: TuiStringHandler<string> | string;
|
|
6
6
|
readonly size: TuiSizeL | TuiSizeS;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import { InjectionToken } from '@angular/core';
|
|
1
|
+
import { InjectionToken, type Provider, type Type } from '@angular/core';
|
|
3
2
|
export interface TuiTextfieldAccessor<T = unknown> {
|
|
4
3
|
setValue(value: T | T[] | null): void;
|
|
5
4
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import { type Signal } from '@angular/core';
|
|
2
2
|
export declare function tuiInjectAuxiliary<T>(predicate: (auxiliary: any, index: number) => boolean): Signal<T | null>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
3
|
-
import type
|
|
1
|
+
import { type ProviderToken, type Signal } from '@angular/core';
|
|
2
|
+
import { type TuiHandler } from '@taiga-ui/cdk/types';
|
|
3
|
+
import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
|
|
4
4
|
export declare function tuiTextfieldIconBinding(token: ProviderToken<{
|
|
5
5
|
icon: TuiHandler<TuiSizeL | TuiSizeS, string>;
|
|
6
6
|
}>): Signal<string>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
1
|
+
import { type TuiContext } from '@taiga-ui/cdk/types';
|
|
2
|
+
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
3
3
|
import { TuiTextfieldMultiComponent } from './textfield-multi.component';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export interface TuiTextfieldItem<T> {
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import {
|
|
3
|
-
import type
|
|
4
|
-
import type
|
|
5
|
-
import type { PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
1
|
+
import { type AfterContentInit, TemplateRef } from '@angular/core';
|
|
2
|
+
import { type TuiContext } from '@taiga-ui/cdk/types';
|
|
3
|
+
import { type TuiDataListHost } from '@taiga-ui/core/components/data-list';
|
|
4
|
+
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
6
5
|
import { TuiTextfieldBaseComponent } from '../textfield.component';
|
|
7
|
-
import type
|
|
6
|
+
import { type TuiTextfieldItem } from './textfield-item.component';
|
|
8
7
|
import * as i0 from "@angular/core";
|
|
9
8
|
import * as i1 from "@taiga-ui/core/directives/dropdown";
|
|
10
9
|
import * as i2 from "../textfield-dropdown.directive";
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import { ElementRef, ViewContainerRef } from '@angular/core';
|
|
1
|
+
import { type AfterContentInit, ElementRef, type QueryList, ViewContainerRef } from '@angular/core';
|
|
3
2
|
import { NgControl } from '@angular/forms';
|
|
4
3
|
import { TuiControl } from '@taiga-ui/cdk/classes';
|
|
5
|
-
import type
|
|
6
|
-
import type
|
|
4
|
+
import { type TuiContext } from '@taiga-ui/cdk/types';
|
|
5
|
+
import { type TuiDataListHost } from '@taiga-ui/core/components/data-list';
|
|
7
6
|
import { TuiDropdownDirective, TuiDropdownOpen } from '@taiga-ui/core/directives/dropdown';
|
|
8
|
-
import type
|
|
9
|
-
import type
|
|
10
|
-
import type
|
|
7
|
+
import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
|
|
8
|
+
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
9
|
+
import { type TuiTextfieldAccessor } from './textfield-accessor';
|
|
11
10
|
import * as i0 from "@angular/core";
|
|
12
11
|
import * as i1 from "@taiga-ui/core/directives/dropdown";
|
|
13
12
|
import * as i2 from "@taiga-ui/core/directives/icons";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import { type OnChanges } from '@angular/core';
|
|
2
2
|
import { NgControl } from '@angular/forms';
|
|
3
|
-
import type
|
|
4
|
-
import type
|
|
3
|
+
import { type TuiItemsHandlers } from '@taiga-ui/core/directives/items-handlers';
|
|
4
|
+
import { type TuiInteractiveState } from '@taiga-ui/core/types';
|
|
5
5
|
import { TuiTextfieldComponent } from './textfield.component';
|
|
6
|
-
import type
|
|
6
|
+
import { type TuiTextfieldAccessor } from './textfield-accessor';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
import * as i1 from "@taiga-ui/cdk/directives/native-validator";
|
|
9
9
|
import * as i2 from "@taiga-ui/core/directives/appearance";
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import {
|
|
3
|
-
import type { TuiSizeL, TuiSizeS } from '@taiga-ui/core/types';
|
|
1
|
+
import { InjectionToken, type Provider, type WritableSignal } from '@angular/core';
|
|
2
|
+
import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
export interface TuiTextfieldOptions {
|
|
6
5
|
readonly appearance: WritableSignal<string>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
1
|
+
import { type InjectOptions, type Signal, type WritableSignal } from '@angular/core';
|
|
2
|
+
import { type TuiInteractiveState } from '@taiga-ui/core/types';
|
|
3
3
|
type A = string;
|
|
4
4
|
type S = TuiInteractiveState | null;
|
|
5
5
|
type F = boolean | null;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
1
|
+
import { type TuiInteractiveState } from '@taiga-ui/core/types';
|
|
2
|
+
import { type TuiAppearanceOptions } from './appearance.options';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class TuiAppearance {
|
|
5
5
|
private readonly cdr;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import {
|
|
3
|
-
import type { TuiLooseUnion } from '@taiga-ui/cdk/types';
|
|
1
|
+
import { type ExistingProvider, InjectionToken, type ProviderToken } from '@angular/core';
|
|
2
|
+
import { type TuiLooseUnion } from '@taiga-ui/cdk/types';
|
|
4
3
|
/**
|
|
5
4
|
* Bundled appearances for autocomplete purposes, not exported on purpose
|
|
6
5
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import { type TuiDateFormatSettings } from '@taiga-ui/core/tokens';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class TuiDateFormat extends Observable<TuiDateFormatSettings> {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import { EventEmitter } from '@angular/core';
|
|
1
|
+
import { EventEmitter, type OnChanges } from '@angular/core';
|
|
3
2
|
import { TuiDropdownDriver } from './dropdown.driver';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
import * as i1 from "@taiga-ui/cdk/directives/obscured";
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import {
|
|
3
|
-
import type { TuiVerticalDirection } from '@taiga-ui/core/types';
|
|
1
|
+
import { type FactoryProvider, InjectionToken } from '@angular/core';
|
|
2
|
+
import { type TuiVerticalDirection } from '@taiga-ui/core/types';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
export type TuiDropdownAlign = 'center' | 'left' | 'right';
|
|
6
5
|
export type TuiDropdownWidth = 'auto' | 'fixed' | 'min';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TuiPositionAccessor } from '@taiga-ui/core/classes';
|
|
2
|
-
import type
|
|
2
|
+
import { type TuiPoint } from '@taiga-ui/core/types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class TuiDropdownPositionSided extends TuiPositionAccessor {
|
|
5
5
|
private readonly options;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { TuiPositionAccessor, TuiRectAccessor } from '@taiga-ui/core/classes';
|
|
3
|
-
import type
|
|
4
|
-
import type
|
|
3
|
+
import { type TuiPoint, type TuiVerticalDirection } from '@taiga-ui/core/types';
|
|
4
|
+
import { type TuiDropdownAlign } from './dropdown-options.directive';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class TuiDropdownPosition extends TuiPositionAccessor {
|
|
7
7
|
private readonly el;
|