chrv-components 1.12.69 → 1.12.71
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
|
@@ -1520,11 +1520,12 @@ declare class ChrContextMenuComponent {
|
|
|
1520
1520
|
|
|
1521
1521
|
declare class ChrDropdownComponent {
|
|
1522
1522
|
isOpen: _angular_core.ModelSignal<boolean>;
|
|
1523
|
+
id: _angular_core.InputSignal<string | number | undefined>;
|
|
1523
1524
|
title: _angular_core.InputSignal<string | undefined>;
|
|
1524
1525
|
private children;
|
|
1525
1526
|
hasContent: _angular_core.Signal<boolean>;
|
|
1526
1527
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ChrDropdownComponent, never>;
|
|
1527
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ChrDropdownComponent, "chr-dropdown", never, { "isOpen": { "alias": "isOpen"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; }, { "isOpen": "isOpenChange"; }, never, ["dropdown-title", "*", "*", "dropdown-content"], true, never>;
|
|
1528
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ChrDropdownComponent, "chr-dropdown", never, { "isOpen": { "alias": "isOpen"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; }, { "isOpen": "isOpenChange"; }, never, ["dropdown-title", "*", "*", "dropdown-content"], true, never>;
|
|
1528
1529
|
}
|
|
1529
1530
|
declare class DropdownTitle {
|
|
1530
1531
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DropdownTitle, never>;
|
|
Binary file
|