@datarailsshared/datarailsshared 1.6.83 → 1.6.85
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/datarailsshared-datarailsshared-1.6.85.tgz +0 -0
- package/esm2022/lib/dr-tooltip/components/tooltip-default/tooltip-default.component.mjs +2 -2
- package/esm2022/lib/dr-tooltip/dr-tooltip.component.mjs +10 -4
- package/fesm2022/datarailsshared-datarailsshared.mjs +9 -3
- package/fesm2022/datarailsshared-datarailsshared.mjs.map +1 -1
- package/lib/dr-tooltip/components/tooltip-default/tooltip-default.component.d.ts +0 -1
- package/lib/dr-tooltip/dr-tooltip.component.d.ts +1 -1
- package/package.json +1 -1
- package/datarailsshared-datarailsshared-1.6.83.tgz +0 -0
|
@@ -3,7 +3,6 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class TooltipDefaultComponent {
|
|
4
4
|
content: string;
|
|
5
5
|
theme: TooltipTheme;
|
|
6
|
-
constructor();
|
|
7
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipDefaultComponent, never>;
|
|
8
7
|
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipDefaultComponent, "dr-tooltip-default", never, { "content": { "alias": "content"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
9
8
|
}
|
|
@@ -14,8 +14,8 @@ export declare class TooltipComponent implements OnInit {
|
|
|
14
14
|
class: string;
|
|
15
15
|
theme: TooltipTheme;
|
|
16
16
|
isContentTemplate: boolean;
|
|
17
|
+
readonly role = "tooltip";
|
|
17
18
|
isMouseOn$: BehaviorSubject<boolean>;
|
|
18
|
-
constructor();
|
|
19
19
|
ngOnInit(): void;
|
|
20
20
|
setMouseOn(): void;
|
|
21
21
|
unsetMouseOn(): void;
|
package/package.json
CHANGED
|
Binary file
|