@taiga-ui/core 4.52.0-canary.a59c4d0 → 4.52.0-canary.bf9131e
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/alert/alert.component.d.ts +3 -3
- package/components/alert/alert.interfaces.d.ts +2 -3
- package/components/alert/alert.service.d.ts +3 -2
- package/components/alert/alert.tokens.d.ts +1 -7
- package/components/alert/index.d.ts +0 -1
- package/components/data-list/data-list.component.d.ts +1 -1
- package/components/dialog/dialog.component.d.ts +1 -1
- package/components/dialog/dialog.directive.d.ts +4 -3
- package/components/dialog/dialog.service.d.ts +5 -2
- package/components/error/error.component.d.ts +1 -1
- package/components/index.d.ts +1 -0
- package/components/loader/loader.component.d.ts +7 -7
- package/components/modal/index.d.ts +2 -0
- package/components/modal/modal.component.d.ts +17 -0
- package/components/modal/modal.service.d.ts +13 -0
- package/components/spin-button/spin-button.component.d.ts +8 -9
- package/components/textfield/textfield.component.d.ts +1 -1
- package/components/textfield/textfield.directive.d.ts +1 -1
- package/components/textfield/textfield.options.d.ts +8 -11
- package/directives/dropdown/dropdown.directive.d.ts +1 -2
- package/directives/hint/hint-describe.directive.d.ts +4 -6
- package/directives/hint/hint-host.directive.d.ts +2 -2
- package/directives/hint/hint-hover.directive.d.ts +3 -4
- package/directives/hint/hint-manual.directive.d.ts +2 -2
- package/directives/hint/hint-overflow.directive.d.ts +2 -2
- package/directives/hint/hint-position.directive.d.ts +4 -5
- package/directives/hint/hint-unstyled.component.d.ts +2 -7
- package/directives/hint/hint.component.d.ts +7 -6
- package/directives/hint/hint.directive.d.ts +9 -11
- package/directives/hint/index.d.ts +0 -2
- package/directives/index.d.ts +1 -0
- package/directives/notification/index.d.ts +2 -0
- package/directives/notification/notification.directive.d.ts +11 -0
- package/directives/notification/notification.service.d.ts +12 -0
- package/fesm2022/taiga-ui-core-components-alert.mjs +40 -93
- package/fesm2022/taiga-ui-core-components-alert.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-calendar.mjs +2 -1
- package/fesm2022/taiga-ui-core-components-calendar.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-data-list.mjs +3 -3
- package/fesm2022/taiga-ui-core-components-data-list.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-dialog.mjs +31 -19
- package/fesm2022/taiga-ui-core-components-dialog.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-error.mjs +2 -2
- package/fesm2022/taiga-ui-core-components-error.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-loader.mjs +12 -25
- package/fesm2022/taiga-ui-core-components-loader.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-modal.mjs +89 -0
- package/fesm2022/taiga-ui-core-components-modal.mjs.map +1 -0
- package/fesm2022/taiga-ui-core-components-root.mjs +3 -5
- package/fesm2022/taiga-ui-core-components-root.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-spin-button.mjs +14 -27
- package/fesm2022/taiga-ui-core-components-spin-button.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-textfield.mjs +15 -28
- package/fesm2022/taiga-ui-core-components-textfield.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components.mjs +1 -0
- package/fesm2022/taiga-ui-core-components.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-directives-dropdown.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-directives-hint.mjs +94 -182
- package/fesm2022/taiga-ui-core-directives-hint.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-directives-items-handlers.mjs +2 -2
- package/fesm2022/taiga-ui-core-directives-items-handlers.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-directives-notification.mjs +73 -0
- package/fesm2022/taiga-ui-core-directives-notification.mjs.map +1 -0
- package/fesm2022/taiga-ui-core-directives-popup.mjs +2 -3
- package/fesm2022/taiga-ui-core-directives-popup.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-directives.mjs +1 -0
- package/fesm2022/taiga-ui-core-directives.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-pipes-month.mjs +2 -1
- package/fesm2022/taiga-ui-core-pipes-month.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-utils-miscellaneous.mjs +1 -1
- package/fesm2022/taiga-ui-core-utils-miscellaneous.mjs.map +1 -1
- package/package.json +9 -1
- package/styles/mixins/mixins.less +0 -8
- package/styles/mixins/mixins.scss +0 -8
- package/tokens/i18n.d.ts +7 -7
- package/types/index.d.ts +0 -1
- package/components/alert/alerts.component.d.ts +0 -12
- package/directives/hint/hint.service.d.ts +0 -13
- package/directives/hint/hints.component.d.ts +0 -12
- package/types/portal-item.d.ts +0 -9
|
@@ -2,13 +2,13 @@ import { type TuiPortalContext } from '@taiga-ui/cdk/portals';
|
|
|
2
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
|
+
import * as i2 from "@taiga-ui/core/directives";
|
|
5
6
|
export declare class TuiAlertComponent<O, I> {
|
|
6
7
|
private readonly el;
|
|
7
8
|
protected readonly icons: import("@taiga-ui/core/tokens").TuiCommonIcons;
|
|
8
|
-
protected readonly close: import("@angular/core").Signal<string
|
|
9
|
-
protected readonly position: string;
|
|
9
|
+
protected readonly close: import("@angular/core").Signal<string>;
|
|
10
10
|
protected readonly item: TuiPortalContext<TuiAlertOptions<I>, O>;
|
|
11
11
|
protected readonly sub: import("rxjs").Subscription;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiAlertComponent<any, any>, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiAlertComponent<any, any>, "tui-alert", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiAnimated; inputs: {}; outputs: {}; }]>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiAlertComponent<any, any>, "tui-alert", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiAnimated; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiNotificationDirective; inputs: {}; outputs: {}; }]>;
|
|
14
14
|
}
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
import { type TuiPopoverContext } from '@taiga-ui/cdk/services';
|
|
2
2
|
import { type TuiHandler } from '@taiga-ui/cdk/types';
|
|
3
3
|
import { type TuiNotificationOptions } from '@taiga-ui/core/components/notification';
|
|
4
|
+
import { type TuiPositionOptions } from '@taiga-ui/core/directives';
|
|
4
5
|
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
5
|
-
export interface TuiAlertOptions<I = undefined> extends Omit<TuiNotificationOptions, 'size'
|
|
6
|
+
export interface TuiAlertOptions<I = undefined> extends Omit<TuiNotificationOptions, 'size'>, TuiPositionOptions {
|
|
6
7
|
readonly autoClose: TuiHandler<string, number> | number;
|
|
7
8
|
readonly data: I;
|
|
8
9
|
readonly closable: boolean;
|
|
9
10
|
readonly label: PolymorpheusContent<TuiAlertOptions<I>>;
|
|
10
|
-
readonly position: 'bottom' | 'top';
|
|
11
|
-
readonly orientation: 'center' | 'end' | 'start';
|
|
12
11
|
}
|
|
13
12
|
export interface TuiAlertContext<O = void, I = undefined> extends TuiPopoverContext<O>, TuiAlertOptions<I> {
|
|
14
13
|
}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TuiNotificationService } from '@taiga-ui/core/directives/notification';
|
|
2
2
|
import { TuiAlertComponent } from './alert.component';
|
|
3
3
|
import { type TuiAlertOptions } from './alert.interfaces';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class TuiAlertService extends
|
|
5
|
+
export declare class TuiAlertService extends TuiNotificationService<TuiAlertOptions<any>> {
|
|
6
6
|
protected readonly options: TuiAlertOptions<undefined>;
|
|
7
7
|
protected readonly component: typeof TuiAlertComponent;
|
|
8
|
+
constructor();
|
|
8
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiAlertService, never>;
|
|
9
10
|
static ɵprov: i0.ɵɵInjectableDeclaration<TuiAlertService>;
|
|
10
11
|
}
|
|
@@ -1,12 +1,6 @@
|
|
|
1
1
|
import { type FactoryProvider, InjectionToken } from '@angular/core';
|
|
2
|
-
import { BehaviorSubject } from 'rxjs';
|
|
3
2
|
import { type TuiAlertOptions } from './alert.interfaces';
|
|
3
|
+
export declare const TUI_ALERT_CONCURRENCY: InjectionToken<number>;
|
|
4
4
|
export declare const TUI_ALERT_DEFAULT_OPTIONS: Omit<TuiAlertOptions, 'appearance' | 'icon'>;
|
|
5
5
|
export declare const TUI_ALERT_OPTIONS: InjectionToken<TuiAlertOptions<undefined>>;
|
|
6
|
-
export declare const TUI_ALERT_POSITION: InjectionToken<string>;
|
|
7
|
-
export declare const TUI_ALERTS: InjectionToken<BehaviorSubject<readonly any[]>>;
|
|
8
|
-
/**
|
|
9
|
-
* Grouping alerts by their component
|
|
10
|
-
*/
|
|
11
|
-
export declare const TUI_ALERTS_GROUPED: InjectionToken<import("rxjs").Observable<(readonly any[])[]>>;
|
|
12
6
|
export declare function tuiAlertOptionsProvider(options: Partial<TuiAlertOptions>): FactoryProvider;
|
|
@@ -13,7 +13,7 @@ export declare class TuiDataListComponent<T> implements TuiDataListAccessor<T>,
|
|
|
13
13
|
private readonly el;
|
|
14
14
|
private readonly cdr;
|
|
15
15
|
private readonly contentReady$;
|
|
16
|
-
protected readonly fallback: import("@angular/core").Signal<string
|
|
16
|
+
protected readonly fallback: import("@angular/core").Signal<string>;
|
|
17
17
|
protected readonly empty: import("@angular/core").WritableSignal<boolean>;
|
|
18
18
|
emptyContent: PolymorpheusContent;
|
|
19
19
|
size: "m" | "l" | "s";
|
|
@@ -5,7 +5,7 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
import * as i1 from "@taiga-ui/cdk/directives/animated";
|
|
6
6
|
export declare class TuiDialogComponent<O, I> {
|
|
7
7
|
protected readonly close$: Subject<void>;
|
|
8
|
-
protected readonly close: import("@angular/core").Signal<string
|
|
8
|
+
protected readonly close: import("@angular/core").Signal<string>;
|
|
9
9
|
protected readonly icons: import("@taiga-ui/core/tokens").TuiCommonIcons;
|
|
10
10
|
protected readonly context: TuiPopover<TuiDialogOptions<I>, O>;
|
|
11
11
|
protected readonly primitive: boolean;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { TuiPopoverDirective } from '@taiga-ui/cdk/directives/popover';
|
|
2
1
|
import { type TuiDialogOptions } from './dialog.options';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
|
-
|
|
3
|
+
import * as i1 from "@taiga-ui/cdk/portals";
|
|
4
|
+
export declare class TuiDialog<T> {
|
|
5
|
+
readonly tuiDialogOptions: import("@angular/core").InputSignal<Partial<TuiDialogOptions<T>>>;
|
|
5
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiDialog<any>, never>;
|
|
6
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiDialog<any>, "ng-template[tuiDialog]", never, { "
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiDialog<any>, "ng-template[tuiDialog]", never, { "tuiDialogOptions": { "alias": "tuiDialogOptions"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiPortalDirective; inputs: { "options": "tuiDialogOptions"; "open": "tuiDialog"; }; outputs: { "openChange": "tuiDialogChange"; }; }]>;
|
|
7
8
|
}
|
|
@@ -1,7 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TuiModalService } from '@taiga-ui/core/components/modal';
|
|
2
|
+
import { TuiDialogComponent } from './dialog.component';
|
|
2
3
|
import { type TuiDialogOptions } from './dialog.options';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class TuiDialogService extends
|
|
5
|
+
export declare class TuiDialogService extends TuiModalService<TuiDialogOptions<any>> {
|
|
6
|
+
protected readonly options: TuiDialogOptions<void>;
|
|
7
|
+
protected readonly content: typeof TuiDialogComponent;
|
|
5
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiDialogService, never>;
|
|
6
9
|
static ɵprov: i0.ɵɵInjectableDeclaration<TuiDialogService>;
|
|
7
10
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { TuiValidationError } from '@taiga-ui/cdk/classes';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class TuiErrorComponent {
|
|
4
|
-
protected readonly default: import("@angular/core").Signal<string
|
|
4
|
+
protected readonly default: import("@angular/core").Signal<string>;
|
|
5
5
|
protected readonly content: import("@angular/core").Signal<TuiValidationError<Record<string, unknown>> | null>;
|
|
6
6
|
readonly error: import("@angular/core").InputSignal<string | TuiValidationError<Record<string, unknown>> | null>;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiErrorComponent, never>;
|
package/components/index.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ export * from '@taiga-ui/core/components/icon';
|
|
|
11
11
|
export * from '@taiga-ui/core/components/label';
|
|
12
12
|
export * from '@taiga-ui/core/components/link';
|
|
13
13
|
export * from '@taiga-ui/core/components/loader';
|
|
14
|
+
export * from '@taiga-ui/core/components/modal';
|
|
14
15
|
export * from '@taiga-ui/core/components/notification';
|
|
15
16
|
export * from '@taiga-ui/core/components/root';
|
|
16
17
|
export * from '@taiga-ui/core/components/scrollbar';
|
|
@@ -4,12 +4,12 @@ export declare class TuiLoader {
|
|
|
4
4
|
private readonly isIOS;
|
|
5
5
|
private readonly options;
|
|
6
6
|
protected readonly isApple: boolean;
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
7
|
+
protected readonly isHorizontal: import("@angular/core").Signal<boolean>;
|
|
8
|
+
readonly size: import("@angular/core").InputSignal<"m" | "s" | "xs" | "l" | "xl" | "xxl">;
|
|
9
|
+
readonly inheritColor: import("@angular/core").InputSignal<boolean>;
|
|
10
|
+
readonly overlay: import("@angular/core").InputSignal<boolean>;
|
|
11
|
+
readonly textContent: import("@angular/core").InputSignal<PolymorpheusContent>;
|
|
12
|
+
readonly loading: import("@angular/core").InputSignal<boolean>;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiLoader, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiLoader, "tui-loader", never, { "size": { "alias": "size"; "required": false; }; "inheritColor": { "alias": "inheritColor"; "required": false; }; "overlay": { "alias": "overlay"; "required": false; }; "textContent": { "alias": "textContent"; "required": false; }; "loading": { "alias": "
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiLoader, "tui-loader", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; "inheritColor": { "alias": "inheritColor"; "required": false; "isSignal": true; }; "overlay": { "alias": "overlay"; "required": false; "isSignal": true; }; "textContent": { "alias": "textContent"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
15
15
|
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { type OnDestroy, type OnInit } from '@angular/core';
|
|
2
|
+
import { type TuiPortalContext } from '@taiga-ui/cdk/portals';
|
|
3
|
+
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
import * as i1 from "@taiga-ui/cdk/directives/active-zone";
|
|
6
|
+
import * as i2 from "@taiga-ui/cdk/directives/focus-trap";
|
|
7
|
+
import * as i3 from "@taiga-ui/core/components/scrollbar";
|
|
8
|
+
export declare class TuiModal<T> implements OnDestroy, OnInit {
|
|
9
|
+
private readonly current;
|
|
10
|
+
private readonly parent;
|
|
11
|
+
readonly context: TuiPortalContext<T>;
|
|
12
|
+
readonly component: import("@angular/core").WritableSignal<PolymorpheusContent<TuiPortalContext<T>>>;
|
|
13
|
+
ngOnInit(): void;
|
|
14
|
+
ngOnDestroy(): void;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiModal<any>, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiModal<any>, "tui-modal", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiActiveZone; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiFocusTrap; inputs: {}; outputs: {}; }, { directive: typeof i3.TuiScrollRef; inputs: {}; outputs: {}; }]>;
|
|
17
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { type Type } from '@angular/core';
|
|
2
|
+
import { TuiPortal } from '@taiga-ui/cdk/portals';
|
|
3
|
+
import { PolymorpheusComponent } from '@taiga-ui/polymorpheus';
|
|
4
|
+
import { TuiModal } from './modal.component';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare abstract class TuiModalService<T, K = void> extends TuiPortal<T, K> {
|
|
7
|
+
protected abstract readonly content: Type<unknown>;
|
|
8
|
+
protected readonly component: typeof TuiModal;
|
|
9
|
+
constructor();
|
|
10
|
+
protected add(component: PolymorpheusComponent<TuiModal<T>>): () => void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiModalService<any, any>, never>;
|
|
12
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<TuiModalService<any, any>>;
|
|
13
|
+
}
|
|
@@ -1,16 +1,15 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
2
|
export declare class TuiSpinButton {
|
|
4
3
|
protected readonly icons: import("@taiga-ui/core/tokens").TuiSpinIcons;
|
|
5
|
-
protected readonly spinTexts
|
|
6
|
-
focusable: boolean
|
|
7
|
-
disabled: boolean
|
|
8
|
-
leftDisabled: boolean
|
|
9
|
-
rightDisabled: boolean
|
|
10
|
-
readonly leftClick:
|
|
11
|
-
readonly rightClick:
|
|
4
|
+
protected readonly spinTexts: import("@angular/core").Signal<readonly [previous: string, next: string]>;
|
|
5
|
+
readonly focusable: import("@angular/core").InputSignal<boolean>;
|
|
6
|
+
readonly disabled: import("@angular/core").InputSignal<boolean>;
|
|
7
|
+
readonly leftDisabled: import("@angular/core").InputSignal<boolean>;
|
|
8
|
+
readonly rightDisabled: import("@angular/core").InputSignal<boolean>;
|
|
9
|
+
readonly leftClick: import("@angular/core").OutputEmitterRef<void>;
|
|
10
|
+
readonly rightClick: import("@angular/core").OutputEmitterRef<void>;
|
|
12
11
|
onLeftClick(): void;
|
|
13
12
|
onRightClick(): void;
|
|
14
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiSpinButton, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiSpinButton, "tui-spin-button", never, { "focusable": { "alias": "focusable"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "leftDisabled": { "alias": "leftDisabled"; "required": false; }; "rightDisabled": { "alias": "rightDisabled"; "required": false; }; }, { "leftClick": "leftClick"; "rightClick": "rightClick"; }, never, ["*"], true, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiSpinButton, "tui-spin-button", never, { "focusable": { "alias": "focusable"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "leftDisabled": { "alias": "leftDisabled"; "required": false; "isSignal": true; }; "rightDisabled": { "alias": "rightDisabled"; "required": false; "isSignal": true; }; }, { "leftClick": "leftClick"; "rightClick": "rightClick"; }, never, ["*"], true, never>;
|
|
16
15
|
}
|
|
@@ -27,7 +27,7 @@ export declare class TuiTextfieldBaseComponent<T> implements TuiDataListHost<T>,
|
|
|
27
27
|
protected readonly dropdown: TuiDropdownDirective;
|
|
28
28
|
protected readonly dropdownOpen: TuiDropdownOpen;
|
|
29
29
|
protected readonly icons: import("@taiga-ui/core/tokens").TuiCommonIcons;
|
|
30
|
-
protected readonly clear: import("@angular/core").Signal<string
|
|
30
|
+
protected readonly clear: import("@angular/core").Signal<string>;
|
|
31
31
|
protected readonly computedFiller: import("@angular/core").Signal<string>;
|
|
32
32
|
protected readonly showFiller: import("@angular/core").Signal<boolean>;
|
|
33
33
|
readonly vcr?: ViewContainerRef;
|
|
@@ -10,7 +10,7 @@ import * as i2 from "@taiga-ui/core/directives/appearance";
|
|
|
10
10
|
export declare class TuiTextfieldBase<T> implements OnChanges, TuiTextfieldAccessor<T> {
|
|
11
11
|
private readonly focused;
|
|
12
12
|
protected readonly control: NgControl | null;
|
|
13
|
-
protected readonly a: import("@angular/core").
|
|
13
|
+
protected readonly a: import("@angular/core").Signal<string>;
|
|
14
14
|
protected readonly s: import("@angular/core").WritableSignal<TuiInteractiveState | null>;
|
|
15
15
|
protected readonly m: import("@angular/core").WritableSignal<string | readonly string[] | null>;
|
|
16
16
|
protected readonly f: import("@angular/core").Signal<boolean | null>;
|
|
@@ -1,21 +1,18 @@
|
|
|
1
|
-
import { InjectionToken, type Provider, type
|
|
1
|
+
import { InjectionToken, type Provider, type Signal } from '@angular/core';
|
|
2
2
|
import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export interface TuiTextfieldOptions {
|
|
5
|
-
readonly appearance:
|
|
6
|
-
readonly size:
|
|
7
|
-
readonly cleaner:
|
|
5
|
+
readonly appearance: Signal<string>;
|
|
6
|
+
readonly size: Signal<TuiSizeL | TuiSizeS>;
|
|
7
|
+
readonly cleaner: Signal<boolean>;
|
|
8
8
|
}
|
|
9
9
|
export declare const TUI_TEXTFIELD_OPTIONS: InjectionToken<TuiTextfieldOptions>;
|
|
10
10
|
export declare function tuiTextfieldOptionsProvider(options: Partial<TuiTextfieldOptions>): Provider;
|
|
11
11
|
export declare class TuiTextfieldOptionsDirective implements TuiTextfieldOptions {
|
|
12
12
|
private readonly options;
|
|
13
|
-
appearance:
|
|
14
|
-
size:
|
|
15
|
-
cleaner:
|
|
16
|
-
set tuiTextfieldAppearance(appearance: string);
|
|
17
|
-
set tuiTextfieldSize(size: TuiSizeL | TuiSizeS);
|
|
18
|
-
set tuiTextfieldCleaner(enabled: boolean);
|
|
13
|
+
readonly appearance: import("@angular/core").InputSignal<string>;
|
|
14
|
+
readonly size: import("@angular/core").InputSignalWithTransform<"l" | "m" | "s", "" | "l" | "m" | "s">;
|
|
15
|
+
readonly cleaner: import("@angular/core").InputSignal<boolean>;
|
|
19
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiTextfieldOptionsDirective, never>;
|
|
20
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiTextfieldOptionsDirective, "[tuiTextfieldAppearance],[tuiTextfieldSize],[tuiTextfieldCleaner]", never, { "
|
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiTextfieldOptionsDirective, "[tuiTextfieldAppearance],[tuiTextfieldSize],[tuiTextfieldCleaner]", never, { "appearance": { "alias": "tuiTextfieldAppearance"; "required": false; "isSignal": true; }; "size": { "alias": "tuiTextfieldSize"; "required": false; "isSignal": true; }; "cleaner": { "alias": "tuiTextfieldCleaner"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
21
18
|
}
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { type AfterViewChecked, type ComponentRef, type OnDestroy } from '@angular/core';
|
|
2
2
|
import { type TuiContext } from '@taiga-ui/cdk/types';
|
|
3
3
|
import { type TuiRectAccessor, type TuiVehicle } from '@taiga-ui/core/classes';
|
|
4
|
-
import { type TuiPortalItem } from '@taiga-ui/core/types';
|
|
5
4
|
import { PolymorpheusComponent, type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
7
6
|
import * as i1 from "./dropdown.driver";
|
|
8
7
|
import * as i2 from "./dropdown-position.directive";
|
|
9
|
-
export declare class TuiDropdownDirective implements AfterViewChecked, OnDestroy,
|
|
8
|
+
export declare class TuiDropdownDirective implements AfterViewChecked, OnDestroy, TuiRectAccessor, TuiVehicle {
|
|
10
9
|
private readonly refresh$;
|
|
11
10
|
private readonly service;
|
|
12
11
|
private readonly cdr;
|
|
@@ -3,14 +3,12 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class TuiHintDescribe extends TuiDriver {
|
|
4
4
|
private readonly doc;
|
|
5
5
|
private readonly el;
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
private readonly stream$;
|
|
6
|
+
protected readonly element: import("@angular/core").Signal<Element>;
|
|
7
|
+
readonly id: import("@angular/core").InputSignal<string | null | undefined>;
|
|
9
8
|
readonly type = "hint";
|
|
9
|
+
protected readonly stream$: import("rxjs").Observable<boolean>;
|
|
10
10
|
constructor();
|
|
11
|
-
set tuiHintDescribe(id: string | null | undefined);
|
|
12
|
-
private get element();
|
|
13
11
|
private get focused();
|
|
14
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiHintDescribe, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiHintDescribe, "[tuiHintDescribe]", never, { "
|
|
13
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiHintDescribe, "[tuiHintDescribe]", never, { "id": { "alias": "tuiHintDescribe"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
16
14
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { TuiRectAccessor } from '@taiga-ui/core/classes';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class TuiHintHost extends TuiRectAccessor {
|
|
4
|
-
tuiHintHost
|
|
4
|
+
readonly tuiHintHost: import("@angular/core").InputSignal<HTMLElement | undefined>;
|
|
5
5
|
readonly type = "hint";
|
|
6
6
|
getClientRect(): DOMRect;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiHintHost, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiHintHost, "[tuiHint][tuiHintHost]", never, { "tuiHintHost": { "alias": "tuiHintHost"; "required": false; }; }, {}, never, never, true, never>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiHintHost, "[tuiHint][tuiHintHost]", never, { "tuiHintHost": { "alias": "tuiHintHost"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
9
9
|
}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { TuiDriver } from '@taiga-ui/core/classes';
|
|
2
|
-
import { type TuiHintOptions } from './hint-options.directive';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
export declare class TuiHintHover extends TuiDriver {
|
|
5
4
|
private readonly isMobile;
|
|
@@ -10,13 +9,13 @@ export declare class TuiHintHover extends TuiDriver {
|
|
|
10
9
|
private readonly toggle$;
|
|
11
10
|
private readonly stream$;
|
|
12
11
|
private readonly parent;
|
|
13
|
-
|
|
14
|
-
|
|
12
|
+
readonly showDelay: import("@angular/core").InputSignal<number>;
|
|
13
|
+
readonly hideDelay: import("@angular/core").InputSignal<number>;
|
|
15
14
|
readonly type = "hint";
|
|
16
15
|
enabled: boolean;
|
|
17
16
|
constructor();
|
|
18
17
|
toggle(visible?: boolean): void;
|
|
19
18
|
close(): void;
|
|
20
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiHintHover, never>;
|
|
21
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiHintHover, never, ["tuiHintHover"], { "
|
|
20
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiHintHover, never, ["tuiHintHover"], { "showDelay": { "alias": "tuiHintShowDelay"; "required": false; "isSignal": true; }; "hideDelay": { "alias": "tuiHintHideDelay"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
22
21
|
}
|
|
@@ -4,10 +4,10 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class TuiHintManual extends TuiDriver implements OnChanges {
|
|
5
5
|
private readonly hover;
|
|
6
6
|
private readonly stream$;
|
|
7
|
-
|
|
7
|
+
readonly visible: import("@angular/core").InputSignal<boolean | null>;
|
|
8
8
|
readonly type = "hint";
|
|
9
9
|
constructor();
|
|
10
10
|
ngOnChanges(): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiHintManual, never>;
|
|
12
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiHintManual, "[tuiHint][tuiHintManual]", never, { "
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiHintManual, "[tuiHint][tuiHintManual]", never, { "visible": { "alias": "tuiHintManual"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
13
13
|
}
|
|
@@ -2,8 +2,8 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./hint.directive";
|
|
3
3
|
export declare class TuiHintOverflow {
|
|
4
4
|
private readonly hint;
|
|
5
|
-
|
|
5
|
+
readonly content: import("@angular/core").InputSignal<string | null>;
|
|
6
6
|
protected onMouseEnter({ scrollWidth, clientWidth, textContent }: Element): void;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiHintOverflow, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiHintOverflow, "[tuiHintOverflow]", never, { "
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiHintOverflow, "[tuiHintOverflow]", never, { "content": { "alias": "tuiHintOverflow"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiHintDirective; inputs: { "tuiHintAppearance": "tuiHintAppearance"; }; outputs: {}; }]>;
|
|
9
9
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
1
|
import { TuiPositionAccessor } from '@taiga-ui/core/classes';
|
|
3
2
|
import { type TuiPoint } from '@taiga-ui/core/types';
|
|
4
|
-
import { type TuiHintDirection
|
|
3
|
+
import { type TuiHintDirection } from './hint-options.directive';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class TuiHintPosition extends TuiPositionAccessor {
|
|
7
6
|
private readonly el;
|
|
@@ -9,13 +8,13 @@ export declare class TuiHintPosition extends TuiPositionAccessor {
|
|
|
9
8
|
private readonly viewport;
|
|
10
9
|
private readonly accessor;
|
|
11
10
|
private readonly points;
|
|
12
|
-
direction:
|
|
13
|
-
readonly directionChange:
|
|
11
|
+
readonly direction: import("@angular/core").InputSignal<TuiHintDirection | TuiHintDirection[]>;
|
|
12
|
+
readonly directionChange: import("@angular/core").OutputEmitterRef<TuiHintDirection>;
|
|
14
13
|
readonly type = "hint";
|
|
15
14
|
emitDirection(direction: TuiHintDirection): void;
|
|
16
15
|
getPosition(rect: DOMRect, el?: HTMLElement): TuiPoint;
|
|
17
16
|
private get fallback();
|
|
18
17
|
private checkPosition;
|
|
19
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiHintPosition, never>;
|
|
20
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiHintPosition, never, never, { "direction": { "alias": "tuiHintDirection"; "required": false; }; }, { "directionChange": "tuiHintDirectionChange"; }, never, never, true, never>;
|
|
19
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiHintPosition, never, never, { "direction": { "alias": "tuiHintDirection"; "required": false; "isSignal": true; }; }, { "directionChange": "tuiHintDirectionChange"; }, never, never, true, never>;
|
|
21
20
|
}
|
|
@@ -1,12 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { type TuiContext } from '@taiga-ui/cdk/types';
|
|
3
|
-
import { type TuiPortalItem } from '@taiga-ui/core/types';
|
|
4
|
-
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
1
|
+
import { TuiHintDirective } from './hint.directive';
|
|
5
2
|
import * as i0 from "@angular/core";
|
|
6
3
|
export declare class TuiHintUnstyledComponent {
|
|
7
|
-
protected readonly
|
|
8
|
-
content: WritableSignal<PolymorpheusContent>;
|
|
9
|
-
}>;
|
|
4
|
+
protected readonly hint: TuiHintDirective<any>;
|
|
10
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiHintUnstyledComponent, never>;
|
|
11
6
|
static ɵcmp: i0.ɵɵComponentDeclaration<TuiHintUnstyledComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
12
7
|
}
|
|
@@ -6,23 +6,24 @@ import { TuiHintPointer } from './hint-pointer.directive';
|
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
import * as i1 from "@taiga-ui/core/directives/appearance";
|
|
8
8
|
import * as i2 from "@taiga-ui/cdk/directives/animated";
|
|
9
|
+
import * as i3 from "@taiga-ui/cdk/directives/active-zone";
|
|
9
10
|
export declare const TUI_HINT_PROVIDERS: (import("@angular/core").FactoryProvider | typeof TuiHoveredService | typeof TuiPositionService)[];
|
|
10
|
-
export declare class TuiHintComponent
|
|
11
|
+
export declare class TuiHintComponent {
|
|
11
12
|
private readonly el;
|
|
12
13
|
private readonly hover;
|
|
13
14
|
private readonly vvs;
|
|
14
15
|
private readonly viewport;
|
|
15
16
|
protected readonly pointer: TuiHintPointer | null;
|
|
16
17
|
protected readonly accessor: TuiRectAccessor;
|
|
17
|
-
protected readonly hint: TuiHintDirective<
|
|
18
|
+
protected readonly hint: TuiHintDirective<any>;
|
|
18
19
|
protected readonly isMobile: boolean;
|
|
19
|
-
protected readonly content: import("@angular/core").
|
|
20
|
+
protected readonly content: import("@angular/core").InputSignal<import("@taiga-ui/polymorpheus").PolymorpheusContent<any>> | import("@angular/core").WritableSignal<string>;
|
|
20
21
|
protected readonly theme: string | null | undefined;
|
|
21
|
-
protected readonly appearance: import("@angular/core").
|
|
22
|
+
protected readonly appearance: import("@angular/core").Signal<string>;
|
|
22
23
|
constructor();
|
|
23
24
|
protected onClick(target: HTMLElement): void;
|
|
24
25
|
private apply;
|
|
25
26
|
private update;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TuiHintComponent
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiHintComponent
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiHintComponent, never>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiHintComponent, "tui-hint", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.TuiAppearance; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiAnimated; inputs: {}; outputs: {}; }, { directive: typeof i3.TuiActiveZone; inputs: {}; outputs: {}; }]>;
|
|
28
29
|
}
|
|
@@ -1,26 +1,24 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { TuiActiveZone } from '@taiga-ui/cdk/directives/active-zone';
|
|
1
|
+
import { type OnChanges, type OnDestroy } from '@angular/core';
|
|
3
2
|
import { type TuiRectAccessor, type TuiVehicle } from '@taiga-ui/core/classes';
|
|
4
|
-
import { type TuiPortalItem } from '@taiga-ui/core/types';
|
|
5
3
|
import { PolymorpheusComponent, type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
6
4
|
import * as i0 from "@angular/core";
|
|
7
5
|
import * as i1 from "./hint-driver.directive";
|
|
8
6
|
import * as i2 from "./hint-hover.directive";
|
|
9
7
|
import * as i3 from "./hint-position.directive";
|
|
10
|
-
export declare class TuiHintDirective<C> implements OnDestroy,
|
|
8
|
+
export declare class TuiHintDirective<C> implements OnDestroy, OnChanges, TuiRectAccessor, TuiVehicle {
|
|
11
9
|
private readonly service;
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
readonly
|
|
15
|
-
|
|
10
|
+
private ref?;
|
|
11
|
+
readonly content: import("@angular/core").InputSignal<PolymorpheusContent<C>>;
|
|
12
|
+
readonly context: import("@angular/core").InputSignal<C | undefined>;
|
|
13
|
+
readonly appearance: import("@angular/core").InputSignal<"" | ("accent" | "action-destructive" | "action-grayscale" | "action" | "flat-destructive" | "flat-grayscale" | "flat" | "floating" | "glass" | "icon" | "info" | "negative" | "neutral" | "outline-destructive" | "outline-grayscale" | "outline" | "positive" | "primary-destructive" | "primary-grayscale" | "primary" | "secondary-destructive" | "secondary-grayscale" | "secondary" | "textfield" | "warning" | (Record<never, never> & string))>;
|
|
14
|
+
readonly visible: import("@angular/core").OutputEmitterRef<boolean>;
|
|
16
15
|
component: PolymorpheusComponent<any>;
|
|
17
16
|
readonly el: HTMLElement;
|
|
18
|
-
readonly activeZone?: TuiActiveZone | null | undefined;
|
|
19
17
|
readonly type = "hint";
|
|
20
|
-
|
|
18
|
+
ngOnChanges(): void;
|
|
21
19
|
ngOnDestroy(): void;
|
|
22
20
|
getClientRect(): DOMRect;
|
|
23
21
|
toggle(show: boolean): void;
|
|
24
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiHintDirective<any>, never>;
|
|
25
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiHintDirective<any>, "[tuiHint]:not(ng-container):not(ng-template)", never, { "
|
|
23
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiHintDirective<any>, "[tuiHint]:not(ng-container):not(ng-template)", never, { "content": { "alias": "tuiHint"; "required": false; "isSignal": true; }; "context": { "alias": "tuiHintContext"; "required": false; "isSignal": true; }; "appearance": { "alias": "tuiHintAppearance"; "required": false; "isSignal": true; }; }, { "visible": "tuiHintVisible"; }, never, never, true, [{ directive: typeof i1.TuiHintDriver; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiHintHover; inputs: { "tuiHintHideDelay": "tuiHintHideDelay"; "tuiHintShowDelay": "tuiHintShowDelay"; }; outputs: {}; }, { directive: typeof i3.TuiHintPosition; inputs: { "tuiHintDirection": "tuiHintDirection"; }; outputs: { "tuiHintDirectionChange": "tuiHintDirectionChange"; }; }]>;
|
|
26
24
|
}
|
|
@@ -2,7 +2,6 @@ export * from './hint';
|
|
|
2
2
|
export * from './hint.component';
|
|
3
3
|
export * from './hint.directive';
|
|
4
4
|
export * from './hint.providers';
|
|
5
|
-
export * from './hint.service';
|
|
6
5
|
export * from './hint-describe.directive';
|
|
7
6
|
export * from './hint-driver.directive';
|
|
8
7
|
export * from './hint-host.directive';
|
|
@@ -13,4 +12,3 @@ export * from './hint-overflow.directive';
|
|
|
13
12
|
export * from './hint-pointer.directive';
|
|
14
13
|
export * from './hint-position.directive';
|
|
15
14
|
export * from './hint-unstyled.component';
|
|
16
|
-
export * from './hints.component';
|
package/directives/index.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ export * from '@taiga-ui/core/directives/group';
|
|
|
5
5
|
export * from '@taiga-ui/core/directives/hint';
|
|
6
6
|
export * from '@taiga-ui/core/directives/icons';
|
|
7
7
|
export * from '@taiga-ui/core/directives/items-handlers';
|
|
8
|
+
export * from '@taiga-ui/core/directives/notification';
|
|
8
9
|
export * from '@taiga-ui/core/directives/number-format';
|
|
9
10
|
export * from '@taiga-ui/core/directives/popup';
|
|
10
11
|
export * from '@taiga-ui/core/directives/title';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export interface TuiPositionOptions {
|
|
3
|
+
readonly block: 'end' | 'start';
|
|
4
|
+
readonly inline: 'center' | 'end' | 'start';
|
|
5
|
+
}
|
|
6
|
+
export declare class TuiNotificationDirective {
|
|
7
|
+
protected readonly nothing: undefined;
|
|
8
|
+
protected readonly context: TuiPositionOptions;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiNotificationDirective, never>;
|
|
10
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiNotificationDirective, never, never, {}, {}, never, never, true, never>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { TuiPortal } from '@taiga-ui/cdk/portals';
|
|
2
|
+
import { type PolymorpheusComponent } from '@taiga-ui/polymorpheus';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare abstract class TuiNotificationService<T, K = void> extends TuiPortal<T, K> {
|
|
5
|
+
private readonly concurrency;
|
|
6
|
+
private readonly current;
|
|
7
|
+
private readonly queue;
|
|
8
|
+
constructor(concurrency: number);
|
|
9
|
+
protected add(component: PolymorpheusComponent<unknown>): () => void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiNotificationService<any, any>, never>;
|
|
11
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<TuiNotificationService<any, any>>;
|
|
12
|
+
}
|