@tedi-design-system/angular 3.0.0-rc.3 → 3.0.0-rc.5
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/community/components/form/file-dropzone/index.d.ts +3 -0
- package/community/components/form/file-dropzone/index.d.ts.map +1 -1
- package/community/components/form/select/multiselect.component.d.ts +9 -2
- package/community/components/form/select/multiselect.component.d.ts.map +1 -1
- package/community/components/form/select/select.component.d.ts +9 -2
- package/community/components/form/select/select.component.d.ts.map +1 -1
- package/fesm2022/tedi-design-system-angular-community.mjs +42 -16
- package/fesm2022/tedi-design-system-angular-community.mjs.map +1 -1
- package/fesm2022/tedi-design-system-angular-tedi.mjs +163 -237
- package/fesm2022/tedi-design-system-angular-tedi.mjs.map +1 -1
- package/package.json +1 -1
- package/tedi/components/layout/sidenav/sidenav-dropdown-item/sidenav-dropdown-item.component.d.ts +2 -2
- package/tedi/components/layout/sidenav/sidenav-dropdown-item/sidenav-dropdown-item.component.d.ts.map +1 -1
- package/tedi/components/layout/sidenav/sidenav-item/sidenav-item.component.d.ts +2 -2
- package/tedi/components/layout/sidenav/sidenav-item/sidenav-item.component.d.ts.map +1 -1
- package/tedi/components/overlay/popover/popover.component.d.ts +4 -3
- package/tedi/components/overlay/popover/popover.component.d.ts.map +1 -1
- package/tedi/components/overlay/tooltip/index.d.ts +2 -2
- package/tedi/components/overlay/tooltip/index.d.ts.map +1 -1
- package/tedi/components/overlay/tooltip/tooltip-content/tooltip-content.component.d.ts +16 -0
- package/tedi/components/overlay/tooltip/tooltip-content/tooltip-content.component.d.ts.map +1 -0
- package/tedi/components/overlay/tooltip/tooltip-trigger/tooltip-trigger.component.d.ts +16 -0
- package/tedi/components/overlay/tooltip/tooltip-trigger/tooltip-trigger.component.d.ts.map +1 -0
- package/tedi/components/overlay/tooltip/tooltip.component.d.ts +34 -41
- package/tedi/components/overlay/tooltip/tooltip.component.d.ts.map +1 -1
- package/tedi/components/overlay/tooltip/tooltip-content.component.d.ts +0 -21
- package/tedi/components/overlay/tooltip/tooltip-content.component.d.ts.map +0 -1
- package/tedi/components/overlay/tooltip/tooltip-trigger.component.d.ts +0 -11
- package/tedi/components/overlay/tooltip/tooltip-trigger.component.d.ts.map +0 -1
package/package.json
CHANGED
package/tedi/components/layout/sidenav/sidenav-dropdown-item/sidenav-dropdown-item.component.d.ts
CHANGED
|
@@ -12,9 +12,9 @@ export declare class SideNavDropdownItemComponent {
|
|
|
12
12
|
/**
|
|
13
13
|
* Router link
|
|
14
14
|
*/
|
|
15
|
-
|
|
15
|
+
route: import("@angular/core").InputSignal<string | undefined>;
|
|
16
16
|
classes: import("@angular/core").Signal<string>;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<SideNavDropdownItemComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SideNavDropdownItemComponent, "tedi-sidenav-dropdown-item", never, { "selected": { "alias": "selected"; "required": false; "isSignal": true; }; "href": { "alias": "href"; "required": false; "isSignal": true; }; "
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SideNavDropdownItemComponent, "tedi-sidenav-dropdown-item", never, { "selected": { "alias": "selected"; "required": false; "isSignal": true; }; "href": { "alias": "href"; "required": false; "isSignal": true; }; "route": { "alias": "route"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
19
19
|
}
|
|
20
20
|
//# sourceMappingURL=sidenav-dropdown-item.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sidenav-dropdown-item.component.d.ts","sourceRoot":"","sources":["../../../../../../tedi/components/layout/sidenav/sidenav-dropdown-item/sidenav-dropdown-item.component.ts"],"names":[],"mappings":";AAUA,qBAYa,4BAA4B;IACvC;;;OAGG;IACH,QAAQ,+CAAyB;IACjC;;OAEG;IACH,IAAI,0DAAmB;IACvB;;OAEG;IACH,
|
|
1
|
+
{"version":3,"file":"sidenav-dropdown-item.component.d.ts","sourceRoot":"","sources":["../../../../../../tedi/components/layout/sidenav/sidenav-dropdown-item/sidenav-dropdown-item.component.ts"],"names":[],"mappings":";AAUA,qBAYa,4BAA4B;IACvC;;;OAGG;IACH,QAAQ,+CAAyB;IACjC;;OAEG;IACH,IAAI,0DAAmB;IACvB;;OAEG;IACH,KAAK,0DAAmB;IAExB,OAAO,yCAQJ;yCAvBQ,4BAA4B;2CAA5B,4BAA4B;CAwBxC"}
|
|
@@ -19,7 +19,7 @@ export declare class SideNavItemComponent implements AfterViewInit, OnInit, OnDe
|
|
|
19
19
|
/**
|
|
20
20
|
* Router link
|
|
21
21
|
*/
|
|
22
|
-
|
|
22
|
+
route: import("@angular/core").InputSignal<string | undefined>;
|
|
23
23
|
dropdown?: SideNavDropdownComponent;
|
|
24
24
|
textContent: import("@angular/core").WritableSignal<string>;
|
|
25
25
|
sidenavService: SideNavService;
|
|
@@ -32,6 +32,6 @@ export declare class SideNavItemComponent implements AfterViewInit, OnInit, OnDe
|
|
|
32
32
|
classes: import("@angular/core").Signal<string>;
|
|
33
33
|
toggleDropdown(): void;
|
|
34
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<SideNavItemComponent, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SideNavItemComponent, "tedi-sidenav-item", never, { "selected": { "alias": "selected"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "href": { "alias": "href"; "required": false; "isSignal": true; }; "
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SideNavItemComponent, "tedi-sidenav-item", never, { "selected": { "alias": "selected"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "href": { "alias": "href"; "required": false; "isSignal": true; }; "route": { "alias": "route"; "required": false; "isSignal": true; }; }, {}, ["dropdown"], ["*", "tedi-sidenav-dropdown"], true, never>;
|
|
36
36
|
}
|
|
37
37
|
//# sourceMappingURL=sidenav-item.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sidenav-item.component.d.ts","sourceRoot":"","sources":["../../../../../../tedi/components/layout/sidenav/sidenav-item/sidenav-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EASb,SAAS,EACT,MAAM,EAIP,MAAM,eAAe,CAAC;AAIvB,OAAO,EAAE,wBAAwB,EAAE,MAAM,gDAAgD,CAAC;AAE1F,OAAO,EAAE,cAAc,EAAE,MAAM,8CAA8C,CAAC;;AAK9E,qBAqBa,oBAAqB,YAAW,aAAa,EAAE,MAAM,EAAE,SAAS;IAC3E;;;OAGG;IACH,QAAQ,+CAAyB;IACjC;;OAEG;IACH,IAAI,0DAAmB;IACvB;;OAEG;IACH,IAAI,0DAAmB;IACvB;;OAEG;IACH,
|
|
1
|
+
{"version":3,"file":"sidenav-item.component.d.ts","sourceRoot":"","sources":["../../../../../../tedi/components/layout/sidenav/sidenav-item/sidenav-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EASb,SAAS,EACT,MAAM,EAIP,MAAM,eAAe,CAAC;AAIvB,OAAO,EAAE,wBAAwB,EAAE,MAAM,gDAAgD,CAAC;AAE1F,OAAO,EAAE,cAAc,EAAE,MAAM,8CAA8C,CAAC;;AAK9E,qBAqBa,oBAAqB,YAAW,aAAa,EAAE,MAAM,EAAE,SAAS;IAC3E;;;OAGG;IACH,QAAQ,+CAAyB;IACjC;;OAEG;IACH,IAAI,0DAAmB;IACvB;;OAEG;IACH,IAAI,0DAAmB;IACvB;;OAEG;IACH,KAAK,0DAAmB;IAGxB,QAAQ,CAAC,EAAE,wBAAwB,CAAC;IAEpC,WAAW,iDAAc;IAEzB,cAAc,iBAA0B;IACxC,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAsB;IAC3C,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAqB;IAC9C,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAsB;IAErD,QAAQ;IAIR,WAAW;IAIX,eAAe,IAAI,IAAI;IA+BvB,OAAO,yCAYJ;IAEH,cAAc;yCAlFH,oBAAoB;2CAApB,oBAAoB;CAyFhC"}
|
|
@@ -14,9 +14,9 @@ export declare class PopoverComponent {
|
|
|
14
14
|
*/
|
|
15
15
|
position: import("@angular/core").InputSignal<"left" | "right" | "auto" | "top" | "bottom" | "auto-start" | "auto-end" | "top-start" | "bottom-start" | "left-start" | "right-start" | "top-end" | "bottom-end" | "left-end" | "right-end">;
|
|
16
16
|
/**
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
17
|
+
* Is dismissible by clicking outside of content?
|
|
18
|
+
* @default true
|
|
19
|
+
*/
|
|
20
20
|
dismissible: import("@angular/core").InputSignal<boolean>;
|
|
21
21
|
/**
|
|
22
22
|
* Does popover content hide on scroll?
|
|
@@ -38,6 +38,7 @@ export declare class PopoverComponent {
|
|
|
38
38
|
private readonly renderer;
|
|
39
39
|
onHide(): void;
|
|
40
40
|
onOpen(): void;
|
|
41
|
+
readonly floatUiContainerClass: import("@angular/core").Signal<string>;
|
|
41
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverComponent, never>;
|
|
42
43
|
static ɵcmp: i0.ɵɵComponentDeclaration<PopoverComponent, "tedi-popover", never, { "openWith": { "alias": "openWith"; "required": false; "isSignal": true; }; "position": { "alias": "position"; "required": false; "isSignal": true; }; "dismissible": { "alias": "dismissible"; "required": false; "isSignal": true; }; "hideOnScroll": { "alias": "hideOnScroll"; "required": false; "isSignal": true; }; "withBorder": { "alias": "withBorder"; "required": false; "isSignal": true; }; "lockScroll": { "alias": "lockScroll"; "required": false; "isSignal": true; }; }, {}, never, ["tedi-popover-trigger", "tedi-popover-content"], true, never>;
|
|
43
44
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"popover.component.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/overlay/popover/popover.component.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"popover.component.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/overlay/popover/popover.component.ts"],"names":[],"mappings":"AAWA,OAAO,EACL,0BAA0B,EAE1B,oBAAoB,EACpB,kBAAkB,EACnB,MAAM,cAAc,CAAC;;AAEtB,MAAM,MAAM,eAAe,GAAG,GAAG,kBAAkB,EAAE,CAAC;AACtD,MAAM,MAAM,eAAe,GAAG,GAAG,oBAAoB,EAAE,CAAC;AAExD,qBASa,gBAAgB;IAC3B;;;SAGK;IACL,QAAQ,gFAAmC;IAC3C;;;OAGG;IACH,QAAQ,oOAAiC;IACzC;;;OAGG;IACH,WAAW,+CAAe;IAC1B;;;OAGG;IACH,YAAY,+CAAgB;IAC5B;;;OAGG;IACH,UAAU,+CAAgB;IAC1B;;;OAGG;IACH,UAAU,+CAAgB;IAEK,gBAAgB,EAAG,0BAA0B,CAAC;IAC7E,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAoB;IAC7C,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAqB;IAE9C,MAAM;IAMN,MAAM;IAMN,QAAQ,CAAC,qBAAqB,yCAQ3B;yCAxDQ,gBAAgB;2CAAhB,gBAAgB;CAyD5B"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export * from "./tooltip.component";
|
|
2
|
-
export * from "./tooltip-trigger.component";
|
|
3
|
-
export * from "./tooltip-content.component";
|
|
2
|
+
export * from "./tooltip-trigger/tooltip-trigger.component";
|
|
3
|
+
export * from "./tooltip-content/tooltip-content.component";
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/overlay/tooltip/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/overlay/tooltip/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,6CAA6C,CAAC;AAC5D,cAAc,6CAA6C,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export type TooltipWidth = "none" | "small" | "medium" | "large";
|
|
3
|
+
export declare class TooltipContentComponent {
|
|
4
|
+
/**
|
|
5
|
+
* The width of the tooltip. Can be 'none', 'small', 'medium', or 'large'.
|
|
6
|
+
* @default medium
|
|
7
|
+
*/
|
|
8
|
+
maxWidth: import("@angular/core").InputSignal<TooltipWidth>;
|
|
9
|
+
private tooltip;
|
|
10
|
+
classes: import("@angular/core").Signal<string>;
|
|
11
|
+
onMouseEnter(): void;
|
|
12
|
+
onMouseLeave(): void;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipContentComponent, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipContentComponent, "tedi-tooltip-content", never, { "maxWidth": { "alias": "maxWidth"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=tooltip-content.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tooltip-content.component.d.ts","sourceRoot":"","sources":["../../../../../../tedi/components/overlay/tooltip/tooltip-content/tooltip-content.component.ts"],"names":[],"mappings":";AAWA,MAAM,MAAM,YAAY,GAAG,MAAM,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;AAEjE,qBAYa,uBAAuB;IAClC;;;OAGG;IACH,QAAQ,oDAAiC;IAEzC,OAAO,CAAC,OAAO,CAA4B;IAE3C,OAAO,yCAKJ;IAGH,YAAY;IAMZ,YAAY;yCAvBD,uBAAuB;2CAAvB,uBAAuB;CA2BnC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { AfterContentChecked, ElementRef } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class TooltipTriggerComponent implements AfterContentChecked {
|
|
4
|
+
readonly host: ElementRef<HTMLElement>;
|
|
5
|
+
private renderer;
|
|
6
|
+
private tooltip;
|
|
7
|
+
onClick(): void;
|
|
8
|
+
onMouseEnter(): void;
|
|
9
|
+
onMouseLeave(): void;
|
|
10
|
+
onFocusIn(): void;
|
|
11
|
+
onFocusOut(): void;
|
|
12
|
+
ngAfterContentChecked(): void;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipTriggerComponent, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipTriggerComponent, "tedi-tooltip-trigger", never, {}, {}, never, ["*"], true, never>;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=tooltip-trigger.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tooltip-trigger.component.d.ts","sourceRoot":"","sources":["../../../../../../tedi/components/overlay/tooltip/tooltip-trigger/tooltip-trigger.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,mBAAmB,EAGnB,UAAU,EAKX,MAAM,eAAe,CAAC;;AAGvB,qBAYa,uBAAwB,YAAW,mBAAmB;IACjE,QAAQ,CAAC,IAAI,0BAA+C;IAC5D,OAAO,CAAC,QAAQ,CAAqB;IACrC,OAAO,CAAC,OAAO,CAA4B;IAG3C,OAAO;IAKP,YAAY;IAKZ,YAAY;IASZ,SAAS;IAKT,UAAU;IAQV,qBAAqB,IAAI,IAAI;yCAtClB,uBAAuB;2CAAvB,uBAAuB;CAiEnC"}
|
|
@@ -1,48 +1,41 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { TooltipTriggerComponent } from "./tooltip-trigger.component";
|
|
4
|
-
import { TooltipContentComponent } from "./tooltip-content.component";
|
|
1
|
+
import { AfterContentChecked } from "@angular/core";
|
|
2
|
+
import { NgxFloatUiContentComponent, NgxFloatUiPlacements } from "ngx-float-ui";
|
|
3
|
+
import { TooltipTriggerComponent } from "./tooltip-trigger/tooltip-trigger.component";
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
|
-
export
|
|
7
|
-
export declare
|
|
8
|
-
export type TooltipOpenWith = "click" | "hover";
|
|
9
|
-
/**
|
|
10
|
-
* TooltipComponent is a component that displays a Tooltip when the user hovers over or clicks on an element.
|
|
11
|
-
* It uses the Angular CDK Overlay module to create a flexible connected overlay that can be positioned relative to the trigger element.
|
|
12
|
-
* The Tooltip can be configured to open on hover or click, and can be positioned at the top, bottom, left, or right of the trigger element.
|
|
13
|
-
*
|
|
14
|
-
* Angular CDK Overlay: How positioning works:
|
|
15
|
-
* https://www.youtube.com/watch?v=IpRQBtBN3iU&ab_channel=BrianTreese
|
|
16
|
-
*
|
|
17
|
-
* Angular CDK Overlay: Adding accessibility features
|
|
18
|
-
* https://www.youtube.com/watch?v=_0JGZATel-8&ab_channel=BrianTreese
|
|
19
|
-
*/
|
|
20
|
-
export declare class TooltipComponent implements AfterContentInit, OnDestroy {
|
|
5
|
+
export type TooltipPosition = `${NgxFloatUiPlacements}`;
|
|
6
|
+
export declare class TooltipComponent implements AfterContentChecked {
|
|
21
7
|
/**
|
|
22
|
-
* The
|
|
23
|
-
* @default
|
|
8
|
+
* The position of the tooltip relative to the trigger element.
|
|
9
|
+
* @default top
|
|
24
10
|
*/
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
11
|
+
readonly position: import("@angular/core").InputSignal<"left" | "right" | "auto" | "top" | "bottom" | "auto-start" | "auto-end" | "top-start" | "bottom-start" | "left-start" | "right-start" | "top-end" | "bottom-end" | "left-end" | "right-end">;
|
|
12
|
+
/**
|
|
13
|
+
* Should position to opposite direction when overflowing screen?
|
|
14
|
+
* @default true
|
|
15
|
+
*/
|
|
16
|
+
readonly preventOverflow: import("@angular/core").InputSignal<boolean>;
|
|
17
|
+
/**
|
|
18
|
+
* Append floating element to given selector.
|
|
19
|
+
* Use 'body' to append at the end of DOM or empty string to append next to trigger element.
|
|
20
|
+
* @default body
|
|
21
|
+
*/
|
|
22
|
+
readonly appendTo: import("@angular/core").InputSignal<string>;
|
|
23
|
+
/** Delay time (in ms) for closing tooltip when not hovering trigger or content.
|
|
24
|
+
* @default 100
|
|
25
|
+
*/
|
|
26
|
+
readonly timeoutDelay: import("@angular/core").InputSignal<number>;
|
|
27
|
+
/** Dropdown trigger button */
|
|
28
|
+
readonly tooltipTrigger: import("@angular/core").Signal<TooltipTriggerComponent>;
|
|
29
|
+
readonly containerId: import("@angular/core").WritableSignal<string>;
|
|
30
|
+
isContentHovered: import("@angular/core").WritableSignal<boolean>;
|
|
31
|
+
floatUiDisplay: import("@angular/core").WritableSignal<"inline" | "block">;
|
|
32
|
+
floatUiComponent: import("@angular/core").Signal<NgxFloatUiContentComponent>;
|
|
33
|
+
hideTimeout?: ReturnType<typeof setTimeout>;
|
|
34
|
+
showTooltip(): void;
|
|
35
|
+
hideTooltip(): void;
|
|
40
36
|
toggleTooltip(): void;
|
|
41
|
-
|
|
42
|
-
private scheduleClose;
|
|
43
|
-
private clearCloseTimeout;
|
|
44
|
-
private getOverlayConfig;
|
|
37
|
+
ngAfterContentChecked(): void;
|
|
45
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipComponent, never>;
|
|
46
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "tedi-tooltip", never, { "
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "tedi-tooltip", never, { "position": { "alias": "position"; "required": false; "isSignal": true; }; "preventOverflow": { "alias": "preventOverflow"; "required": false; "isSignal": true; }; "appendTo": { "alias": "appendTo"; "required": false; "isSignal": true; }; "timeoutDelay": { "alias": "timeoutDelay"; "required": false; "isSignal": true; }; }, {}, ["tooltipTrigger"], ["tedi-tooltip-trigger", "tedi-tooltip-content"], true, never>;
|
|
47
40
|
}
|
|
48
41
|
//# sourceMappingURL=tooltip.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tooltip.component.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/overlay/tooltip/tooltip.component.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"tooltip.component.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/overlay/tooltip/tooltip.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAQL,mBAAmB,EACpB,MAAM,eAAe,CAAC;AACvB,OAAO,EACL,0BAA0B,EAE1B,oBAAoB,EACrB,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,uBAAuB,EAAE,MAAM,6CAA6C,CAAC;;AAEtF,MAAM,MAAM,eAAe,GAAG,GAAG,oBAAoB,EAAE,CAAC;AAExD,qBASa,gBAAiB,YAAW,mBAAmB;IAC1D;;;OAGG;IACH,QAAQ,CAAC,QAAQ,oOAAiC;IAElD;;;OAGG;IACH,QAAQ,CAAC,eAAe,+CAAe;IAEvC;;;;OAIG;IACH,QAAQ,CAAC,QAAQ,8CAAiB;IAElC;;OAEG;IACH,QAAQ,CAAC,YAAY,8CAAc;IAEnC,8BAA8B;IAC9B,QAAQ,CAAC,cAAc,0DAAkD;IAEzE,QAAQ,CAAC,WAAW,iDAAc;IAElC,gBAAgB,kDAAiB;IACjC,cAAc,6DAAwC;IACtD,gBAAgB,6DAAkD;IAClE,WAAW,CAAC,EAAE,UAAU,CAAC,OAAO,UAAU,CAAC,CAAC;IAE5C,WAAW;IAQX,WAAW;IAOX,aAAa;IAQb,qBAAqB,IAAI,IAAI;yCA1DlB,gBAAgB;2CAAhB,gBAAgB;CAsE5B"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export type TooltipPosition = "top" | "bottom" | "left" | "right";
|
|
3
|
-
export type TooltipWidth = "none" | "small" | "medium" | "large";
|
|
4
|
-
export declare class TooltipContentComponent {
|
|
5
|
-
/**
|
|
6
|
-
* The position of the tooltip relative to the trigger element. If tooltip can't
|
|
7
|
-
* be positioned in the specified direction, the CDK will try to position the tooltip
|
|
8
|
-
* in the next direction in positions list.
|
|
9
|
-
* @default top
|
|
10
|
-
*/
|
|
11
|
-
position: import("@angular/core").InputSignal<TooltipPosition>;
|
|
12
|
-
/**
|
|
13
|
-
* The width of the tooltip. Can be 'none', 'small', 'medium', or 'large'.
|
|
14
|
-
* @default medium
|
|
15
|
-
*/
|
|
16
|
-
maxWidth: import("@angular/core").InputSignal<TooltipWidth>;
|
|
17
|
-
classes: import("@angular/core").Signal<string>;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipContentComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipContentComponent, "tedi-tooltip-content", never, { "position": { "alias": "position"; "required": false; "isSignal": true; }; "maxWidth": { "alias": "maxWidth"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
20
|
-
}
|
|
21
|
-
//# sourceMappingURL=tooltip-content.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"tooltip-content.component.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/overlay/tooltip/tooltip-content.component.ts"],"names":[],"mappings":";AAEA,MAAM,MAAM,eAAe,GAAG,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAC;AAClE,MAAM,MAAM,YAAY,GAAG,MAAM,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;AAEjE,qBAYa,uBAAuB;IAChC;;;;;OAKG;IACH,QAAQ,uDAAiC;IACzC;;;OAGG;IACH,QAAQ,oDAAiC;IAEzC,OAAO,yCAEL;yCAhBO,uBAAuB;2CAAvB,uBAAuB;CAiBnC"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { AfterContentInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class TooltipTriggerComponent implements AfterContentInit {
|
|
4
|
-
private readonly host;
|
|
5
|
-
private renderer;
|
|
6
|
-
element: import("@angular/core").WritableSignal<HTMLElement | null>;
|
|
7
|
-
ngAfterContentInit(): void;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipTriggerComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipTriggerComponent, "tedi-tooltip-trigger", never, {}, {}, never, ["*"], true, never>;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=tooltip-trigger.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"tooltip-trigger.component.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/overlay/tooltip/tooltip-trigger.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAoD,MAAM,eAAe,CAAC;;AAEnG,qBAKa,uBAAwB,YAAW,gBAAgB;IAC9D,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAsB;IAC3C,OAAO,CAAC,QAAQ,CAAqB;IACrC,OAAO,6DAAoC;IAE3C,kBAAkB,IAAI,IAAI;yCALf,uBAAuB;2CAAvB,uBAAuB;CA6BnC"}
|