@taiga-ui/core 5.13.0 → 5.14.0-canary.d54a282
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/data-list/data-list.component.d.ts +0 -2
- package/components/data-list/data-list.tokens.d.ts +2 -0
- package/components/notification/notification.service.d.ts +2 -1
- package/components/textfield/select-like.directive.d.ts +1 -0
- package/components/textfield/textfield-multi/textfield-multi.component.d.ts +1 -1
- package/components/textfield/textfield.component.d.ts +1 -1
- package/fesm2022/taiga-ui-core-components-button.mjs +2 -2
- package/fesm2022/taiga-ui-core-components-button.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-carousel.mjs +2 -2
- package/fesm2022/taiga-ui-core-components-carousel.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-cell.mjs +3 -3
- package/fesm2022/taiga-ui-core-components-cell.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-checkbox.mjs +2 -2
- package/fesm2022/taiga-ui-core-components-checkbox.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-data-list.mjs +12 -10
- package/fesm2022/taiga-ui-core-components-data-list.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-expand.mjs +2 -2
- package/fesm2022/taiga-ui-core-components-expand.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-icon.mjs +2 -2
- package/fesm2022/taiga-ui-core-components-icon.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-label.mjs +3 -3
- package/fesm2022/taiga-ui-core-components-label.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-link.mjs +2 -2
- package/fesm2022/taiga-ui-core-components-link.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-notification.mjs +16 -10
- package/fesm2022/taiga-ui-core-components-notification.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-radio.mjs +2 -2
- package/fesm2022/taiga-ui-core-components-radio.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-root.mjs +1 -1
- package/fesm2022/taiga-ui-core-components-root.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-scrollbar.mjs +4 -4
- package/fesm2022/taiga-ui-core-components-scrollbar.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-slider.mjs +4 -4
- package/fesm2022/taiga-ui-core-components-slider.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-textfield.mjs +13 -20
- package/fesm2022/taiga-ui-core-components-textfield.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-title.mjs +3 -3
- package/fesm2022/taiga-ui-core-components-title.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-directives-appearance.mjs +3 -3
- package/fesm2022/taiga-ui-core-directives-appearance.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-directives-group.mjs +3 -3
- package/fesm2022/taiga-ui-core-directives-group.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-directives-icons.mjs +3 -3
- package/fesm2022/taiga-ui-core-directives-icons.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-portals-alert.mjs +6 -6
- package/fesm2022/taiga-ui-core-portals-alert.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-portals-dialog.mjs +2 -2
- package/fesm2022/taiga-ui-core-portals-dialog.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-portals-dropdown.mjs +41 -26
- package/fesm2022/taiga-ui-core-portals-dropdown.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-portals-hint.mjs +8 -10
- package/fesm2022/taiga-ui-core-portals-hint.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-portals-modal.mjs +3 -3
- package/fesm2022/taiga-ui-core-portals-modal.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-tokens.mjs +15 -20
- package/fesm2022/taiga-ui-core-tokens.mjs.map +1 -1
- package/package.json +8 -8
- package/portals/alert/alert.service.d.ts +2 -1
- package/portals/dropdown/dropdown-anchor.directive.d.ts +16 -0
- package/portals/dropdown/dropdown.component.d.ts +3 -11
- package/portals/dropdown/index.d.ts +1 -0
- package/portals/hint/hint.component.d.ts +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/core",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.14.0-canary.d54a282",
|
|
4
4
|
"description": "Core library for creating Angular components and applications using Taiga UI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -41,11 +41,11 @@
|
|
|
41
41
|
"@ng-web-apis/intersection-observer": "^5.3.0",
|
|
42
42
|
"@ng-web-apis/mutation-observer": "^5.3.0",
|
|
43
43
|
"@ng-web-apis/platform": "^5.3.0",
|
|
44
|
-
"@taiga-ui/cdk": "5.
|
|
44
|
+
"@taiga-ui/cdk": "5.14.0",
|
|
45
45
|
"@taiga-ui/event-plugins": "^5.0.0",
|
|
46
|
-
"@taiga-ui/i18n": "5.
|
|
46
|
+
"@taiga-ui/i18n": "5.14.0",
|
|
47
47
|
"@taiga-ui/polymorpheus": "^5.0.1",
|
|
48
|
-
"@taiga-ui/styles": "5.
|
|
48
|
+
"@taiga-ui/styles": "5.14.0",
|
|
49
49
|
"rxjs": ">=7.0.0"
|
|
50
50
|
},
|
|
51
51
|
"schematics": "./schematics/collection.json",
|
|
@@ -187,14 +187,14 @@
|
|
|
187
187
|
"types": "./directives/button-x/index.d.ts",
|
|
188
188
|
"default": "./fesm2022/taiga-ui-core-directives-button-x.mjs"
|
|
189
189
|
},
|
|
190
|
-
"./directives/group": {
|
|
191
|
-
"types": "./directives/group/index.d.ts",
|
|
192
|
-
"default": "./fesm2022/taiga-ui-core-directives-group.mjs"
|
|
193
|
-
},
|
|
194
190
|
"./directives/date-format": {
|
|
195
191
|
"types": "./directives/date-format/index.d.ts",
|
|
196
192
|
"default": "./fesm2022/taiga-ui-core-directives-date-format.mjs"
|
|
197
193
|
},
|
|
194
|
+
"./directives/group": {
|
|
195
|
+
"types": "./directives/group/index.d.ts",
|
|
196
|
+
"default": "./fesm2022/taiga-ui-core-directives-group.mjs"
|
|
197
|
+
},
|
|
198
198
|
"./directives/icons": {
|
|
199
199
|
"types": "./directives/icons/index.d.ts",
|
|
200
200
|
"default": "./fesm2022/taiga-ui-core-directives-icons.mjs"
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { TuiPortal } from '@taiga-ui/cdk/portals';
|
|
2
|
+
import { TuiPopupService } from '@taiga-ui/core/portals/popup';
|
|
2
3
|
import { type PolymorpheusComponent } from '@taiga-ui/polymorpheus';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
export declare abstract class TuiAlertService<T, K = void> extends TuiPortal<T, K> {
|
|
5
6
|
private readonly concurrency;
|
|
6
7
|
private readonly current;
|
|
7
8
|
private readonly queue;
|
|
8
|
-
constructor(concurrency: number);
|
|
9
|
+
constructor(concurrency: number, service?: TuiPopupService);
|
|
9
10
|
protected add(component: PolymorpheusComponent<unknown>): () => void;
|
|
10
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiAlertService<any, any>, never>;
|
|
11
12
|
static ɵprov: i0.ɵɵInjectableDeclaration<TuiAlertService<any, any>>;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { type AfterViewInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class TuiDropdownAnchor implements AfterViewInit {
|
|
4
|
+
private readonly el;
|
|
5
|
+
private readonly accessor;
|
|
6
|
+
private readonly viewport;
|
|
7
|
+
private readonly vvs;
|
|
8
|
+
private readonly options;
|
|
9
|
+
private readonly directive;
|
|
10
|
+
private readonly position;
|
|
11
|
+
private readonly styles$;
|
|
12
|
+
ngAfterViewInit(): void;
|
|
13
|
+
private getStyles;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiDropdownAnchor, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiDropdownAnchor, never, never, {}, {}, never, never, true, never>;
|
|
16
|
+
}
|
|
@@ -1,30 +1,22 @@
|
|
|
1
|
-
import { type AfterViewInit } from '@angular/core';
|
|
2
1
|
import { TuiDropdownDirective } from './dropdown.directive';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
import * as i1 from "@taiga-ui/cdk/directives/active-zone";
|
|
5
4
|
import * as i2 from "@taiga-ui/cdk/directives/animated";
|
|
5
|
+
import * as i3 from "./dropdown-anchor.directive";
|
|
6
6
|
/**
|
|
7
7
|
* @description:
|
|
8
8
|
* This component is used to show template in a portal
|
|
9
9
|
* using default style of white rounded box with a shadow
|
|
10
10
|
*/
|
|
11
|
-
export declare class TuiDropdownComponent
|
|
12
|
-
private readonly el;
|
|
13
|
-
private readonly accessor;
|
|
14
|
-
private readonly viewport;
|
|
15
|
-
private readonly vvs;
|
|
16
|
-
private readonly styles$;
|
|
11
|
+
export declare class TuiDropdownComponent {
|
|
17
12
|
protected readonly options: import("./dropdown-options.directive").TuiDropdownOptions;
|
|
18
13
|
protected readonly directive: TuiDropdownDirective;
|
|
19
14
|
protected readonly context: Record<any, any> | null;
|
|
20
15
|
protected readonly darkMode: import("@angular/core").WritableSignal<boolean> & {
|
|
21
16
|
reset(): void;
|
|
22
17
|
};
|
|
23
|
-
protected readonly position: "fixed" | "absolute";
|
|
24
18
|
protected readonly theme: import("@angular/core").Signal<string | null | undefined>;
|
|
25
|
-
ngAfterViewInit(): void;
|
|
26
19
|
protected readonly close: () => void;
|
|
27
|
-
private getStyles;
|
|
28
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiDropdownComponent, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiDropdownComponent, "tui-dropdown", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiActiveZone; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiAnimated; inputs: {}; outputs: {}; }]>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiDropdownComponent, "tui-dropdown", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiActiveZone; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiAnimated; inputs: {}; outputs: {}; }, { directive: typeof i3.TuiDropdownAnchor; inputs: {}; outputs: {}; }]>;
|
|
30
22
|
}
|
|
@@ -4,6 +4,7 @@ export * from './dropdown.directive';
|
|
|
4
4
|
export * from './dropdown.driver';
|
|
5
5
|
export * from './dropdown.providers';
|
|
6
6
|
export * from './dropdown-a11y.directive';
|
|
7
|
+
export * from './dropdown-anchor.directive';
|
|
7
8
|
export * from './dropdown-close.directive';
|
|
8
9
|
export * from './dropdown-content.directive';
|
|
9
10
|
export * from './dropdown-context.directive';
|
|
@@ -16,7 +16,6 @@ export declare class TuiHintComponent {
|
|
|
16
16
|
protected readonly pointer: TuiHintPointer | null;
|
|
17
17
|
protected readonly accessor: TuiRectAccessor;
|
|
18
18
|
protected readonly hint: TuiHintDirective<any>;
|
|
19
|
-
protected readonly isMobile: boolean;
|
|
20
19
|
protected readonly content: import("@angular/core").InputSignal<import("@taiga-ui/polymorpheus").PolymorpheusContent<any>> | import("@angular/core").WritableSignal<string>;
|
|
21
20
|
protected readonly theme: string | null | undefined;
|
|
22
21
|
protected readonly appearance: import("@angular/core").Signal<string>;
|