chrv-components 1.12.0 → 1.12.2
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/index.d.ts
CHANGED
|
@@ -55,7 +55,7 @@ declare class ChrButtonComponent {
|
|
|
55
55
|
readonly target: _angular_core.InputSignal<"_blank" | "_parent" | "_self" | "_top" | undefined>;
|
|
56
56
|
readonly disabled: _angular_core.InputSignal<boolean>;
|
|
57
57
|
readonly tooltip: _angular_core.InputSignal<string | undefined>;
|
|
58
|
-
readonly tooltipPosition: _angular_core.InputSignal<"
|
|
58
|
+
readonly tooltipPosition: _angular_core.InputSignal<"above" | "below" | "left" | "right" | "before" | "after" | undefined>;
|
|
59
59
|
constructor();
|
|
60
60
|
doClick: () => void;
|
|
61
61
|
getBackgroundColor: (color: Color) => string;
|
package/package.json
CHANGED
|
Binary file
|