chrv-components 1.12.85 → 1.12.87
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/package.json
CHANGED
|
@@ -53,7 +53,7 @@ declare class ChrButtonLegacyComponent {
|
|
|
53
53
|
readonly textColor: _angular_core.InputSignal<Color | undefined>;
|
|
54
54
|
readonly flat: _angular_core.InputSignal<boolean>;
|
|
55
55
|
readonly predicate: _angular_core.InputSignal<boolean | undefined>;
|
|
56
|
-
readonly type: _angular_core.InputSignal<"
|
|
56
|
+
readonly type: _angular_core.InputSignal<"none" | "responsive" | "table" | "full" | "fixed" | "small">;
|
|
57
57
|
readonly href: _angular_core.InputSignal<string | undefined>;
|
|
58
58
|
readonly target: _angular_core.InputSignal<"_blank" | "_parent" | "_self" | "_top" | undefined>;
|
|
59
59
|
readonly disabled: _angular_core.InputSignal<boolean>;
|
|
@@ -1520,7 +1520,7 @@ declare class ChrButtonComponent implements OnInit {
|
|
|
1520
1520
|
* Name of the Google Material Symbols icon
|
|
1521
1521
|
*/
|
|
1522
1522
|
icon: _angular_core.InputSignal<string | undefined>;
|
|
1523
|
-
iconSize: _angular_core.InputSignal<"
|
|
1523
|
+
iconSize: _angular_core.InputSignal<"inherit" | "small" | "medium" | "large">;
|
|
1524
1524
|
/**
|
|
1525
1525
|
* Button's color. It will affect both the text and the icon
|
|
1526
1526
|
*/
|
|
@@ -2151,7 +2151,7 @@ declare class MessageBanner {
|
|
|
2151
2151
|
title: _angular_core.InputSignal<string>;
|
|
2152
2152
|
icon: _angular_core.InputSignal<string | null>;
|
|
2153
2153
|
message: _angular_core.InputSignal<string | undefined>;
|
|
2154
|
-
type: _angular_core.InputSignal<"
|
|
2154
|
+
type: _angular_core.InputSignal<"error" | "none" | "info" | "warning">;
|
|
2155
2155
|
close: () => void;
|
|
2156
2156
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MessageBanner, never>;
|
|
2157
2157
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MessageBanner, "chr-message-banner", never, { "closable": { "alias": "closable"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": true; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "message": { "alias": "message"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
Binary file
|