@ship-ui/core 0.17.11 → 0.17.14
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
package/types/ship-ui-core.d.ts
CHANGED
|
@@ -834,14 +834,15 @@ declare class ShipThemeToggle {
|
|
|
834
834
|
}
|
|
835
835
|
|
|
836
836
|
declare class ShipToggleCard {
|
|
837
|
-
|
|
837
|
+
#private;
|
|
838
838
|
disableToggle: _angular_core.InputSignal<boolean>;
|
|
839
|
+
isActive: _angular_core.ModelSignal<boolean | undefined>;
|
|
839
840
|
color: _angular_core.InputSignal<ShipColor | null>;
|
|
840
841
|
variant: _angular_core.InputSignal<ShipCardVariant | null>;
|
|
841
842
|
hostClasses: _angular_core.Signal<string>;
|
|
842
843
|
toggle(): void;
|
|
843
844
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ShipToggleCard, never>;
|
|
844
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ShipToggleCard, "sh-toggle-card", never, { "
|
|
845
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ShipToggleCard, "sh-toggle-card", never, { "disableToggle": { "alias": "disableToggle"; "required": false; "isSignal": true; }; "isActive": { "alias": "isActive"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, { "isActive": "isActiveChange"; }, never, ["[title]", "*"], true, never>;
|
|
845
846
|
}
|
|
846
847
|
|
|
847
848
|
declare class ShipToggle {
|