@cauca-911/material 21.1.1 → 21.1.4
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/LICENSE +20 -20
- package/README.md +4 -4
- package/assets/i18n/cauca/en-material.json +104 -104
- package/assets/i18n/cauca/es-material.json +104 -104
- package/assets/i18n/cauca/fr-material.json +106 -106
- package/fesm2022/cauca-911-material.mjs +41 -39
- package/fesm2022/cauca-911-material.mjs.map +1 -1
- package/package.json +1 -1
- package/types/cauca-911-material.d.ts +2 -1
package/package.json
CHANGED
|
@@ -571,9 +571,10 @@ declare class ExpandablePanelComponent {
|
|
|
571
571
|
isCollapsed: ModelSignal<boolean>;
|
|
572
572
|
caption: InputSignal<string>;
|
|
573
573
|
subCaption: InputSignal<string>;
|
|
574
|
+
contentPosition: InputSignal<"right" | "underCaption">;
|
|
574
575
|
changeState(): void;
|
|
575
576
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ExpandablePanelComponent, never>;
|
|
576
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ExpandablePanelComponent, "cauca-expandable-panel", never, { "isCollapsed": { "alias": "isCollapsed"; "required": false; "isSignal": true; }; "caption": { "alias": "caption"; "required": false; "isSignal": true; }; "subCaption": { "alias": "subCaption"; "required": false; "isSignal": true; }; }, { "isCollapsed": "isCollapsedChange"; }, never, ["*"], true, never>;
|
|
577
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ExpandablePanelComponent, "cauca-expandable-panel", never, { "isCollapsed": { "alias": "isCollapsed"; "required": false; "isSignal": true; }; "caption": { "alias": "caption"; "required": false; "isSignal": true; }; "subCaption": { "alias": "subCaption"; "required": false; "isSignal": true; }; "contentPosition": { "alias": "contentPosition"; "required": false; "isSignal": true; }; }, { "isCollapsed": "isCollapsedChange"; }, never, ["*"], true, never>;
|
|
577
578
|
}
|
|
578
579
|
|
|
579
580
|
declare class MenuExpandablePanelComponent {
|