@taiga-ui/legacy 4.52.0-canary.6c67ccf → 4.52.0-canary.932d3ef

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.
Files changed (27) hide show
  1. package/components/index.d.ts +0 -2
  2. package/fesm2022/taiga-ui-legacy-components.mjs +0 -2
  3. package/fesm2022/taiga-ui-legacy-components.mjs.map +1 -1
  4. package/package.json +25 -33
  5. package/utils/icons-path-factory.d.ts +1 -1
  6. package/components/island/index.d.ts +0 -1
  7. package/components/island/island.directive.d.ts +0 -20
  8. package/components/sheet/components/sheet/sheet.component.d.ts +0 -31
  9. package/components/sheet/components/sheet/sheet.providers.d.ts +0 -2
  10. package/components/sheet/components/sheet-bar/sheet-bar.component.d.ts +0 -11
  11. package/components/sheet/components/sheet-heading/sheet-heading.component.d.ts +0 -14
  12. package/components/sheet/components/sheets-host/sheets-host.component.d.ts +0 -15
  13. package/components/sheet/directives/sheet-close/sheet-close.directive.d.ts +0 -14
  14. package/components/sheet/directives/sheet-stop/sheet-stop.directive.d.ts +0 -9
  15. package/components/sheet/directives/sheet-top/sheet-top.directive.d.ts +0 -14
  16. package/components/sheet/directives/sheet-wrapper/sheet-wrapper.directive.d.ts +0 -17
  17. package/components/sheet/index.d.ts +0 -14
  18. package/components/sheet/sheet-options.d.ts +0 -27
  19. package/components/sheet/sheet-tokens.d.ts +0 -18
  20. package/components/sheet/sheet.d.ts +0 -21
  21. package/components/sheet/sheet.directive.d.ts +0 -17
  22. package/components/sheet/sheet.module.d.ts +0 -24
  23. package/components/sheet/sheet.service.d.ts +0 -17
  24. package/fesm2022/taiga-ui-legacy-components-island.mjs +0 -68
  25. package/fesm2022/taiga-ui-legacy-components-island.mjs.map +0 -1
  26. package/fesm2022/taiga-ui-legacy-components-sheet.mjs +0 -577
  27. package/fesm2022/taiga-ui-legacy-components-sheet.mjs.map +0 -1
@@ -19,13 +19,11 @@ export * from '@taiga-ui/legacy/components/input-slider';
19
19
  export * from '@taiga-ui/legacy/components/input-tag';
20
20
  export * from '@taiga-ui/legacy/components/input-time';
21
21
  export * from '@taiga-ui/legacy/components/input-year';
22
- export * from '@taiga-ui/legacy/components/island';
23
22
  export * from '@taiga-ui/legacy/components/multi-select';
24
23
  export * from '@taiga-ui/legacy/components/multi-select-option';
25
24
  export * from '@taiga-ui/legacy/components/primitive-textfield';
26
25
  export * from '@taiga-ui/legacy/components/select';
27
26
  export * from '@taiga-ui/legacy/components/select-option';
28
- export * from '@taiga-ui/legacy/components/sheet';
29
27
  export * from '@taiga-ui/legacy/components/svg';
30
28
  export * from '@taiga-ui/legacy/components/table-bar';
31
29
  export * from '@taiga-ui/legacy/components/tag';
@@ -19,13 +19,11 @@ export * from '@taiga-ui/legacy/components/input-slider';
19
19
  export * from '@taiga-ui/legacy/components/input-tag';
20
20
  export * from '@taiga-ui/legacy/components/input-time';
21
21
  export * from '@taiga-ui/legacy/components/input-year';
22
- export * from '@taiga-ui/legacy/components/island';
23
22
  export * from '@taiga-ui/legacy/components/multi-select';
24
23
  export * from '@taiga-ui/legacy/components/multi-select-option';
25
24
  export * from '@taiga-ui/legacy/components/primitive-textfield';
26
25
  export * from '@taiga-ui/legacy/components/select';
27
26
  export * from '@taiga-ui/legacy/components/select-option';
28
- export * from '@taiga-ui/legacy/components/sheet';
29
27
  export * from '@taiga-ui/legacy/components/svg';
30
28
  export * from '@taiga-ui/legacy/components/table-bar';
31
29
  export * from '@taiga-ui/legacy/components/tag';
@@ -1 +1 @@
1
- {"version":3,"file":"taiga-ui-legacy-components.mjs","sources":["../../../projects/legacy/components/taiga-ui-legacy-components.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;AAEG"}
1
+ {"version":3,"file":"taiga-ui-legacy-components.mjs","sources":["../../../projects/legacy/components/taiga-ui-legacy-components.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;AAEG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/legacy",
3
- "version": "4.52.0-canary.6c67ccf",
3
+ "version": "4.52.0-canary.932d3ef",
4
4
  "description": "Legacy Taiga UI entities from the previous major release to simplify migration",
5
5
  "keywords": [
6
6
  "legacy",
@@ -23,14 +23,14 @@
23
23
  "types": "./classes/index.d.ts",
24
24
  "default": "./fesm2022/taiga-ui-legacy-classes.mjs"
25
25
  },
26
- "./directives": {
27
- "types": "./directives/index.d.ts",
28
- "default": "./fesm2022/taiga-ui-legacy-directives.mjs"
29
- },
30
26
  "./components": {
31
27
  "types": "./components/index.d.ts",
32
28
  "default": "./fesm2022/taiga-ui-legacy-components.mjs"
33
29
  },
30
+ "./directives": {
31
+ "types": "./directives/index.d.ts",
32
+ "default": "./fesm2022/taiga-ui-legacy-directives.mjs"
33
+ },
34
34
  "./pipes": {
35
35
  "types": "./pipes/index.d.ts",
36
36
  "default": "./fesm2022/taiga-ui-legacy-pipes.mjs"
@@ -47,26 +47,6 @@
47
47
  "types": "./utils/index.d.ts",
48
48
  "default": "./fesm2022/taiga-ui-legacy-utils.mjs"
49
49
  },
50
- "./directives/legacy-dropdown-open-monitor": {
51
- "types": "./directives/legacy-dropdown-open-monitor/index.d.ts",
52
- "default": "./fesm2022/taiga-ui-legacy-directives-legacy-dropdown-open-monitor.mjs"
53
- },
54
- "./directives/textfield-controller": {
55
- "types": "./directives/textfield-controller/index.d.ts",
56
- "default": "./fesm2022/taiga-ui-legacy-directives-textfield-controller.mjs"
57
- },
58
- "./directives/unfinished-validator": {
59
- "types": "./directives/unfinished-validator/index.d.ts",
60
- "default": "./fesm2022/taiga-ui-legacy-directives-unfinished-validator.mjs"
61
- },
62
- "./directives/value-accessor": {
63
- "types": "./directives/value-accessor/index.d.ts",
64
- "default": "./fesm2022/taiga-ui-legacy-directives-value-accessor.mjs"
65
- },
66
- "./directives/wrapper": {
67
- "types": "./directives/wrapper/index.d.ts",
68
- "default": "./fesm2022/taiga-ui-legacy-directives-wrapper.mjs"
69
- },
70
50
  "./components/arrow": {
71
51
  "types": "./components/arrow/index.d.ts",
72
52
  "default": "./fesm2022/taiga-ui-legacy-components-arrow.mjs"
@@ -151,10 +131,6 @@
151
131
  "types": "./components/input-year/index.d.ts",
152
132
  "default": "./fesm2022/taiga-ui-legacy-components-input-year.mjs"
153
133
  },
154
- "./components/island": {
155
- "types": "./components/island/index.d.ts",
156
- "default": "./fesm2022/taiga-ui-legacy-components-island.mjs"
157
- },
158
134
  "./components/multi-select": {
159
135
  "types": "./components/multi-select/index.d.ts",
160
136
  "default": "./fesm2022/taiga-ui-legacy-components-multi-select.mjs"
@@ -175,10 +151,6 @@
175
151
  "types": "./components/select-option/index.d.ts",
176
152
  "default": "./fesm2022/taiga-ui-legacy-components-select-option.mjs"
177
153
  },
178
- "./components/sheet": {
179
- "types": "./components/sheet/index.d.ts",
180
- "default": "./fesm2022/taiga-ui-legacy-components-sheet.mjs"
181
- },
182
154
  "./components/svg": {
183
155
  "types": "./components/svg/index.d.ts",
184
156
  "default": "./fesm2022/taiga-ui-legacy-components-svg.mjs"
@@ -199,6 +171,26 @@
199
171
  "types": "./components/tooltip/index.d.ts",
200
172
  "default": "./fesm2022/taiga-ui-legacy-components-tooltip.mjs"
201
173
  },
174
+ "./directives/legacy-dropdown-open-monitor": {
175
+ "types": "./directives/legacy-dropdown-open-monitor/index.d.ts",
176
+ "default": "./fesm2022/taiga-ui-legacy-directives-legacy-dropdown-open-monitor.mjs"
177
+ },
178
+ "./directives/textfield-controller": {
179
+ "types": "./directives/textfield-controller/index.d.ts",
180
+ "default": "./fesm2022/taiga-ui-legacy-directives-textfield-controller.mjs"
181
+ },
182
+ "./directives/unfinished-validator": {
183
+ "types": "./directives/unfinished-validator/index.d.ts",
184
+ "default": "./fesm2022/taiga-ui-legacy-directives-unfinished-validator.mjs"
185
+ },
186
+ "./directives/value-accessor": {
187
+ "types": "./directives/value-accessor/index.d.ts",
188
+ "default": "./fesm2022/taiga-ui-legacy-directives-value-accessor.mjs"
189
+ },
190
+ "./directives/wrapper": {
191
+ "types": "./directives/wrapper/index.d.ts",
192
+ "default": "./fesm2022/taiga-ui-legacy-directives-wrapper.mjs"
193
+ },
202
194
  "./pipes/format-phone": {
203
195
  "types": "./pipes/format-phone/index.d.ts",
204
196
  "default": "./fesm2022/taiga-ui-legacy-pipes-format-phone.mjs"
@@ -2,7 +2,7 @@ import { type TuiStringHandler } from '@taiga-ui/cdk/types';
2
2
  /**
3
3
  * @deprecated: drop in v5.0
4
4
  */
5
- export declare const TUI_CACHE_BUSTING_PAYLOAD: "?v=4.52.0-canary.6c67ccf";
5
+ export declare const TUI_CACHE_BUSTING_PAYLOAD: "?v=4.52.0-canary.932d3ef";
6
6
  /**
7
7
  * @deprecated: drop in v5.0
8
8
  */
@@ -1 +0,0 @@
1
- export * from './island.directive';
@@ -1,20 +0,0 @@
1
- import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
2
- import * as i0 from "@angular/core";
3
- /**
4
- * @deprecated: drop in v5.0 use {@link TuiCardLarge}
5
- * https://taiga-ui.dev/layout/card-large
6
- */
7
- export declare class TuiIslandDirective {
8
- size: TuiSizeL | TuiSizeS;
9
- textAlign: 'center' | 'left' | 'right';
10
- hoverable: boolean;
11
- transparent: boolean;
12
- protected get sizeS(): boolean;
13
- protected get sizeM(): boolean;
14
- protected get sizeL(): boolean;
15
- protected get textAlignLeft(): boolean;
16
- protected get textAlignCenter(): boolean;
17
- protected get textAlignRight(): boolean;
18
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiIslandDirective, never>;
19
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiIslandDirective, "tui-island, a[tuiIsland]", never, { "size": { "alias": "size"; "required": false; }; "textAlign": { "alias": "textAlign"; "required": false; }; "hoverable": { "alias": "hoverable"; "required": false; }; "transparent": { "alias": "transparent"; "required": false; }; }, {}, never, never, true, never>;
20
- }
@@ -1,31 +0,0 @@
1
- import { type AfterViewInit } from '@angular/core';
2
- import { type TuiSheet, type TuiSheetRequiredProps } from '../../sheet';
3
- import * as i0 from "@angular/core";
4
- export declare class TuiSheetComponent<T> implements TuiSheetRequiredProps<T>, AfterViewInit {
5
- private readonly sheet?;
6
- private readonly content?;
7
- private readonly stopsRefs;
8
- private readonly destroyRef;
9
- private readonly scroll$;
10
- private readonly el;
11
- private readonly zone;
12
- protected id: string;
13
- protected readonly isIos: boolean;
14
- protected readonly moreWord$: import("rxjs").Observable<string>;
15
- protected readonly stuck$: import("rxjs").Observable<boolean>;
16
- protected readonly stuck$$: import("rxjs").Subscription;
17
- item: TuiSheet<T>;
18
- get context(): TuiSheet<T>;
19
- get stops(): readonly number[];
20
- get imageStop(): number;
21
- get imageHeight(): number;
22
- ngAfterViewInit(): void;
23
- protected onId(id: string): void;
24
- protected scrollTo(top?: number): void;
25
- protected close(): void;
26
- private get contentTop();
27
- private get sheetTop();
28
- private getStops;
29
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiSheetComponent<any>, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiSheetComponent<any>, "tui-sheet", never, { "item": { "alias": "item"; "required": false; }; }, {}, never, never, false, never>;
31
- }
@@ -1,2 +0,0 @@
1
- import { type Provider } from '@angular/core';
2
- export declare const TUI_SHEET_PROVIDERS: Provider[];
@@ -1,11 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class TuiSheetBarComponent {
3
- private readonly sheet;
4
- private readonly scroll$;
5
- private readonly zone;
6
- protected readonly rotate$: import("rxjs").Observable<number>;
7
- protected getTransform(rotate: number): string;
8
- private get stop();
9
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiSheetBarComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiSheetBarComponent, "tui-sheet-bar", never, {}, {}, never, ["*"], false, never>;
11
- }
@@ -1,14 +0,0 @@
1
- import { type AfterViewInit } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare const TUI_SHEET_CLOSE = "tui-sheet-close";
4
- export declare const TUI_SHEET_ID = "tui-sheet-id";
5
- export declare class TuiSheetHeadingComponent implements AfterViewInit {
6
- private readonly el;
7
- protected readonly closeWord$: import("rxjs").Observable<string>;
8
- protected readonly icons: import("@taiga-ui/core/tokens").TuiCommonIcons;
9
- protected readonly autoId: string;
10
- ngAfterViewInit(): void;
11
- protected onClick(): void;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiSheetHeadingComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiSheetHeadingComponent, "[tuiSheetHeading]", never, {}, {}, never, ["*"], false, never>;
14
- }
@@ -1,15 +0,0 @@
1
- import { type OnInit } from '@angular/core';
2
- import { type TuiSheet } from '../../sheet';
3
- import * as i0 from "@angular/core";
4
- export declare class TuiSheetsHostComponent implements OnInit {
5
- private readonly service;
6
- private readonly destroyRef;
7
- private readonly cdr;
8
- protected readonly height$: import("rxjs").Observable<number>;
9
- protected sheets: ReadonlyArray<TuiSheet<any>>;
10
- protected readonly options: import("@angular/animations").AnimationOptions;
11
- ngOnInit(): void;
12
- protected close({ closeable, $implicit }: TuiSheet<unknown>): void;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiSheetsHostComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiSheetsHostComponent, "tui-sheets-host", never, {}, {}, never, never, false, never>;
15
- }
@@ -1,14 +0,0 @@
1
- import { type Observable } from 'rxjs';
2
- import * as i0 from "@angular/core";
3
- export declare class TuiSheetCloseDirective {
4
- private readonly zone;
5
- private readonly dragged$;
6
- private readonly scroll$;
7
- private readonly win;
8
- private readonly el;
9
- private readonly sheet;
10
- readonly close: Observable<unknown>;
11
- private shouldClose;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiSheetCloseDirective, never>;
13
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiSheetCloseDirective, "tui-sheet[close]", never, {}, { "close": "close"; }, never, never, false, never>;
14
- }
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class TuiSheetStopDirective {
3
- private readonly scrollRef;
4
- private readonly destroyRef;
5
- private readonly el;
6
- protected readonly $: import("rxjs").Subscription;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiSheetStopDirective, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiSheetStopDirective, "[tuiSheetStop]", never, {}, {}, never, never, false, never>;
9
- }
@@ -1,14 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class TuiSheetTopDirective {
3
- private readonly scroll$;
4
- private readonly component;
5
- private readonly win;
6
- private readonly el;
7
- protected readonly rounded$: import("rxjs").Subscription;
8
- protected readonly transform$: import("rxjs").Subscription;
9
- protected readonly clickthrough$: import("rxjs").Subscription;
10
- stop: number;
11
- private getY;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiSheetTopDirective, never>;
13
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiSheetTopDirective, "[tuiSheetTop]", never, { "stop": { "alias": "tuiSheetTop"; "required": false; }; }, {}, never, never, false, never>;
14
- }
@@ -1,17 +0,0 @@
1
- import { type Observable } from 'rxjs';
2
- import * as i0 from "@angular/core";
3
- export declare class TuiSheetWrapperDirective {
4
- private readonly sheet?;
5
- private readonly dragged$;
6
- private readonly scroll$;
7
- private readonly zone;
8
- private readonly win;
9
- tuiSheetWrapper: number;
10
- get overlay$(): Observable<boolean>;
11
- get visible$(): Observable<boolean>;
12
- get height$(): Observable<number | null>;
13
- private getHeight;
14
- private withImage;
15
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiSheetWrapperDirective, never>;
16
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiSheetWrapperDirective, "[tuiSheetWrapper]", ["tuiSheetWrapper"], { "tuiSheetWrapper": { "alias": "tuiSheetWrapper"; "required": false; }; }, {}, ["sheet", "dragged$", "scroll$"], never, false, never>;
17
- }
@@ -1,14 +0,0 @@
1
- export * from './components/sheet/sheet.component';
2
- export * from './components/sheet/sheet.providers';
3
- export * from './components/sheet-bar/sheet-bar.component';
4
- export * from './components/sheet-heading/sheet-heading.component';
5
- export * from './components/sheets-host/sheets-host.component';
6
- export * from './directives/sheet-close/sheet-close.directive';
7
- export * from './directives/sheet-stop/sheet-stop.directive';
8
- export * from './directives/sheet-top/sheet-top.directive';
9
- export * from './directives/sheet-wrapper/sheet-wrapper.directive';
10
- export type * from './sheet';
11
- export * from './sheet.directive';
12
- export * from './sheet.module';
13
- export * from './sheet.service';
14
- export * from './sheet-options';
@@ -1,27 +0,0 @@
1
- import { InjectionToken } from '@angular/core';
2
- import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
3
- import { type TuiSheet } from './sheet';
4
- /**
5
- * @deprecated: drop in v5.0 use {@link TuiSheetDialog}
6
- * https://taiga-ui.dev/components/sheet-dialog
7
- */
8
- export interface TuiSheetOptions<I = undefined, O = unknown> {
9
- readonly closeable: boolean;
10
- readonly data: I;
11
- readonly image: PolymorpheusContent<TuiSheet<O, I>>;
12
- readonly imageSlide: boolean;
13
- readonly initial: number;
14
- readonly offset: number;
15
- readonly overlay: boolean;
16
- readonly stops: readonly string[];
17
- }
18
- /**
19
- * @deprecated: drop in v5.0 use {@link TuiSheetDialog}
20
- * https://taiga-ui.dev/components/sheet-dialog
21
- */
22
- export declare const TUI_SHEET_DEFAULT_OPTIONS: Omit<TuiSheetOptions, 'data'>;
23
- /**
24
- * @deprecated: drop in v5.0 use {@link TuiSheetDialog}
25
- * https://taiga-ui.dev/components/sheet-dialog
26
- */
27
- export declare const TUI_SHEET_OPTIONS: InjectionToken<Omit<TuiSheetOptions<undefined, unknown>, "data">>;
@@ -1,18 +0,0 @@
1
- import { InjectionToken } from '@angular/core';
2
- import { type Observable } from 'rxjs';
3
- import { type TuiSheetRequiredProps } from './sheet';
4
- /**
5
- * @deprecated: drop in v5.0 use {@link TuiSheetDialog}
6
- * https://taiga-ui.dev/components/sheet-dialog
7
- */
8
- export declare const TUI_SHEET: InjectionToken<TuiSheetRequiredProps<unknown>>;
9
- /**
10
- * @deprecated: drop in v5.0 use {@link TuiSheetDialog}
11
- * https://taiga-ui.dev/components/sheet-dialog
12
- */
13
- export declare const TUI_SHEET_SCROLL: InjectionToken<Observable<number>>;
14
- /**
15
- * @deprecated: drop in v5.0 use {@link TuiSheetDialog}
16
- * https://taiga-ui.dev/components/sheet-dialog
17
- */
18
- export declare const TUI_SHEET_DRAGGED: InjectionToken<Observable<boolean>>;
@@ -1,21 +0,0 @@
1
- import { type TuiContext } from '@taiga-ui/cdk/types';
2
- import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
3
- import { type Observable, type Observer } from 'rxjs';
4
- import { type TuiSheetOptions } from './sheet-options';
5
- /**
6
- * @deprecated: drop in v5.0 use {@link TuiSheetDialog}
7
- * https://taiga-ui.dev/components/sheet-dialog
8
- */
9
- export interface TuiSheet<O, I = undefined> extends TuiSheetOptions<I, O>, TuiContext<Observer<O>> {
10
- completeWith(value: O): void;
11
- readonly content: PolymorpheusContent<TuiSheet<O, I>>;
12
- readonly scroll$: Observable<number>;
13
- }
14
- /**
15
- * @deprecated: drop in v5.0 use {@link TuiSheetDialog}
16
- * https://taiga-ui.dev/components/sheet-dialog
17
- */
18
- export interface TuiSheetRequiredProps<T = unknown> {
19
- item: TuiSheet<T>;
20
- stops: readonly number[];
21
- }
@@ -1,17 +0,0 @@
1
- import { PolymorpheusTemplate } from '@taiga-ui/polymorpheus';
2
- import { type TuiSheet } from './sheet';
3
- import { type TuiSheetOptions } from './sheet-options';
4
- import * as i0 from "@angular/core";
5
- /**
6
- * @deprecated: use {@link TuiSheetDialog}
7
- * https://taiga-ui.dev/components/sheet-dialog
8
- */
9
- export declare class TuiSheetDirective extends PolymorpheusTemplate<TuiSheet<never>> {
10
- private readonly service;
11
- private readonly open$;
12
- options: Partial<TuiSheetOptions>;
13
- readonly tuiSheetChange: import("rxjs").Observable<boolean>;
14
- set tuiSheet(open: boolean);
15
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiSheetDirective, never>;
16
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiSheetDirective, "ng-template[tuiSheet]", never, { "options": { "alias": "tuiSheetOptions"; "required": false; }; "tuiSheet": { "alias": "tuiSheet"; "required": false; }; }, { "tuiSheetChange": "tuiSheetChange"; }, never, never, false, never>;
17
- }
@@ -1,24 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./components/sheets-host/sheets-host.component";
3
- import * as i2 from "./components/sheet/sheet.component";
4
- import * as i3 from "./components/sheet-bar/sheet-bar.component";
5
- import * as i4 from "./components/sheet-heading/sheet-heading.component";
6
- import * as i5 from "./directives/sheet-top/sheet-top.directive";
7
- import * as i6 from "./sheet.directive";
8
- import * as i7 from "./directives/sheet-wrapper/sheet-wrapper.directive";
9
- import * as i8 from "./directives/sheet-close/sheet-close.directive";
10
- import * as i9 from "./directives/sheet-stop/sheet-stop.directive";
11
- import * as i10 from "@angular/common";
12
- import * as i11 from "@taiga-ui/polymorpheus";
13
- import * as i12 from "@taiga-ui/cdk/directives/let";
14
- import * as i13 from "@taiga-ui/core/components/button";
15
- import * as i14 from "@taiga-ui/core/components/scrollbar";
16
- /**
17
- * @deprecated: use {@link TuiSheetDialog}
18
- * https://taiga-ui.dev/components/sheet-dialog
19
- */
20
- export declare class TuiSheetModule {
21
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiSheetModule, never>;
22
- static ɵmod: i0.ɵɵNgModuleDeclaration<TuiSheetModule, [typeof i1.TuiSheetsHostComponent, typeof i2.TuiSheetComponent, typeof i3.TuiSheetBarComponent, typeof i4.TuiSheetHeadingComponent, typeof i5.TuiSheetTopDirective, typeof i6.TuiSheetDirective, typeof i7.TuiSheetWrapperDirective, typeof i8.TuiSheetCloseDirective, typeof i9.TuiSheetStopDirective], [typeof i10.CommonModule, typeof i11.PolymorpheusOutlet, typeof i11.PolymorpheusTemplate, typeof i12.TuiLet, typeof i13.TuiButton, typeof i14.TuiScrollbar], [typeof i1.TuiSheetsHostComponent, typeof i2.TuiSheetComponent, typeof i4.TuiSheetHeadingComponent, typeof i6.TuiSheetDirective]>;
23
- static ɵinj: i0.ɵɵInjectorDeclaration<TuiSheetModule>;
24
- }
@@ -1,17 +0,0 @@
1
- import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
2
- import { BehaviorSubject, Observable } from 'rxjs';
3
- import { type TuiSheet } from './sheet';
4
- import { type TuiSheetOptions } from './sheet-options';
5
- import * as i0 from "@angular/core";
6
- /**
7
- * @deprecated: use {@link TuiSheetDialogService}
8
- * https://taiga-ui.dev/components/sheet-dialog
9
- */
10
- export declare class TuiSheetService {
11
- private readonly doc;
12
- private readonly options;
13
- readonly sheets$: BehaviorSubject<TuiSheet<any, any>[]>;
14
- open<G>(content: PolymorpheusContent<TuiSheet<G>>, options?: Partial<TuiSheetOptions>): Observable<G>;
15
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiSheetService, never>;
16
- static ɵprov: i0.ɵɵInjectableDeclaration<TuiSheetService>;
17
- }
@@ -1,68 +0,0 @@
1
- import * as i0 from '@angular/core';
2
- import { Input, Directive } from '@angular/core';
3
-
4
- /**
5
- * @deprecated: drop in v5.0 use {@link TuiCardLarge}
6
- * https://taiga-ui.dev/layout/card-large
7
- */
8
- class TuiIslandDirective {
9
- constructor() {
10
- this.size = 'm';
11
- this.textAlign = 'left';
12
- this.hoverable = false;
13
- this.transparent = false;
14
- }
15
- get sizeS() {
16
- return this.size === 's';
17
- }
18
- get sizeM() {
19
- return this.size === 'm';
20
- }
21
- get sizeL() {
22
- return this.size === 'l';
23
- }
24
- get textAlignLeft() {
25
- return this.textAlign === 'left';
26
- }
27
- get textAlignCenter() {
28
- return this.textAlign === 'center';
29
- }
30
- get textAlignRight() {
31
- return this.textAlign === 'right';
32
- }
33
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiIslandDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
34
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.15", type: TuiIslandDirective, isStandalone: true, selector: "tui-island, a[tuiIsland]", inputs: { size: "size", textAlign: "textAlign", hoverable: "hoverable", transparent: "transparent" }, host: { properties: { "class.tui-island_hoverable": "hoverable", "class.tui-island_transparent": "transparent", "class.tui-island_size_s": "sizeS", "class.tui-island_size_m": "sizeM", "class.tui-island_size_l": "sizeL", "class.tui-island_text-align_left": "textAlignLeft", "class.tui-island_text-align_center": "textAlignCenter", "class.tui-island_text-align_right": "textAlignRight" }, classAttribute: "tui-island" }, ngImport: i0 }); }
35
- }
36
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiIslandDirective, decorators: [{
37
- type: Directive,
38
- args: [{
39
- standalone: true,
40
- selector: 'tui-island, a[tuiIsland]',
41
- host: {
42
- class: 'tui-island',
43
- '[class.tui-island_hoverable]': 'hoverable',
44
- '[class.tui-island_transparent]': 'transparent',
45
- '[class.tui-island_size_s]': 'sizeS',
46
- '[class.tui-island_size_m]': 'sizeM',
47
- '[class.tui-island_size_l]': 'sizeL',
48
- '[class.tui-island_text-align_left]': 'textAlignLeft',
49
- '[class.tui-island_text-align_center]': 'textAlignCenter',
50
- '[class.tui-island_text-align_right]': 'textAlignRight',
51
- },
52
- }]
53
- }], propDecorators: { size: [{
54
- type: Input
55
- }], textAlign: [{
56
- type: Input
57
- }], hoverable: [{
58
- type: Input
59
- }], transparent: [{
60
- type: Input
61
- }] } });
62
-
63
- /**
64
- * Generated bundle index. Do not edit.
65
- */
66
-
67
- export { TuiIslandDirective };
68
- //# sourceMappingURL=taiga-ui-legacy-components-island.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"taiga-ui-legacy-components-island.mjs","sources":["../../../projects/legacy/components/island/island.directive.ts","../../../projects/legacy/components/island/taiga-ui-legacy-components-island.ts"],"sourcesContent":["import {Directive, Input} from '@angular/core';\nimport {type TuiSizeL, type TuiSizeS} from '@taiga-ui/core/types';\n\n/**\n * @deprecated: drop in v5.0 use {@link TuiCardLarge}\n * https://taiga-ui.dev/layout/card-large\n */\n@Directive({\n standalone: true,\n selector: 'tui-island, a[tuiIsland]',\n host: {\n class: 'tui-island',\n '[class.tui-island_hoverable]': 'hoverable',\n '[class.tui-island_transparent]': 'transparent',\n '[class.tui-island_size_s]': 'sizeS',\n '[class.tui-island_size_m]': 'sizeM',\n '[class.tui-island_size_l]': 'sizeL',\n '[class.tui-island_text-align_left]': 'textAlignLeft',\n '[class.tui-island_text-align_center]': 'textAlignCenter',\n '[class.tui-island_text-align_right]': 'textAlignRight',\n },\n})\nexport class TuiIslandDirective {\n @Input()\n public size: TuiSizeL | TuiSizeS = 'm';\n\n @Input()\n public textAlign: 'center' | 'left' | 'right' = 'left';\n\n @Input()\n public hoverable = false;\n\n @Input()\n public transparent = false;\n\n protected get sizeS(): boolean {\n return this.size === 's';\n }\n\n protected get sizeM(): boolean {\n return this.size === 'm';\n }\n\n protected get sizeL(): boolean {\n return this.size === 'l';\n }\n\n protected get textAlignLeft(): boolean {\n return this.textAlign === 'left';\n }\n\n protected get textAlignCenter(): boolean {\n return this.textAlign === 'center';\n }\n\n protected get textAlignRight(): boolean {\n return this.textAlign === 'right';\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;AAGA;;;AAGG;MAgBU,kBAAkB,CAAA;AAf/B,IAAA,WAAA,GAAA;QAiBW,IAAI,CAAA,IAAA,GAAwB,GAAG;QAG/B,IAAS,CAAA,SAAA,GAAgC,MAAM;QAG/C,IAAS,CAAA,SAAA,GAAG,KAAK;QAGjB,IAAW,CAAA,WAAA,GAAG,KAAK;AAyB7B;AAvBG,IAAA,IAAc,KAAK,GAAA;AACf,QAAA,OAAO,IAAI,CAAC,IAAI,KAAK,GAAG;;AAG5B,IAAA,IAAc,KAAK,GAAA;AACf,QAAA,OAAO,IAAI,CAAC,IAAI,KAAK,GAAG;;AAG5B,IAAA,IAAc,KAAK,GAAA;AACf,QAAA,OAAO,IAAI,CAAC,IAAI,KAAK,GAAG;;AAG5B,IAAA,IAAc,aAAa,GAAA;AACvB,QAAA,OAAO,IAAI,CAAC,SAAS,KAAK,MAAM;;AAGpC,IAAA,IAAc,eAAe,GAAA;AACzB,QAAA,OAAO,IAAI,CAAC,SAAS,KAAK,QAAQ;;AAGtC,IAAA,IAAc,cAAc,GAAA;AACxB,QAAA,OAAO,IAAI,CAAC,SAAS,KAAK,OAAO;;+GAlC5B,kBAAkB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAAlB,kBAAkB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,0BAAA,EAAA,MAAA,EAAA,EAAA,IAAA,EAAA,MAAA,EAAA,SAAA,EAAA,WAAA,EAAA,SAAA,EAAA,WAAA,EAAA,WAAA,EAAA,aAAA,EAAA,EAAA,IAAA,EAAA,EAAA,UAAA,EAAA,EAAA,4BAAA,EAAA,WAAA,EAAA,8BAAA,EAAA,aAAA,EAAA,yBAAA,EAAA,OAAA,EAAA,yBAAA,EAAA,OAAA,EAAA,yBAAA,EAAA,OAAA,EAAA,kCAAA,EAAA,eAAA,EAAA,oCAAA,EAAA,iBAAA,EAAA,mCAAA,EAAA,gBAAA,EAAA,EAAA,cAAA,EAAA,YAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAAlB,kBAAkB,EAAA,UAAA,EAAA,CAAA;kBAf9B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,0BAA0B;AACpC,oBAAA,IAAI,EAAE;AACF,wBAAA,KAAK,EAAE,YAAY;AACnB,wBAAA,8BAA8B,EAAE,WAAW;AAC3C,wBAAA,gCAAgC,EAAE,aAAa;AAC/C,wBAAA,2BAA2B,EAAE,OAAO;AACpC,wBAAA,2BAA2B,EAAE,OAAO;AACpC,wBAAA,2BAA2B,EAAE,OAAO;AACpC,wBAAA,oCAAoC,EAAE,eAAe;AACrD,wBAAA,sCAAsC,EAAE,iBAAiB;AACzD,wBAAA,qCAAqC,EAAE,gBAAgB;AAC1D,qBAAA;AACJ,iBAAA;8BAGU,IAAI,EAAA,CAAA;sBADV;gBAIM,SAAS,EAAA,CAAA;sBADf;gBAIM,SAAS,EAAA,CAAA;sBADf;gBAIM,WAAW,EAAA,CAAA;sBADjB;;;AChCL;;AAEG;;;;"}