@decaf-ts/for-angular 0.1.14 → 0.1.15

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
@@ -5402,6 +5402,8 @@ declare class LayoutComponent extends NgxParentComponentDirective implements OnI
5402
5402
  * @memberOf LayoutComponent
5403
5403
  */
5404
5404
  private maxColsLength;
5405
+ accordion: boolean;
5406
+ collapsed: boolean;
5405
5407
  /**
5406
5408
  * @description Creates an instance of LayoutComponent.
5407
5409
  * @summary Initializes a new LayoutComponent with the component name "LayoutComponent".
@@ -5445,7 +5447,6 @@ declare class LayoutComponent extends NgxParentComponentDirective implements OnI
5445
5447
  * @memberOf LayoutComponent
5446
5448
  */
5447
5449
  get _rows(): KeyValue[];
5448
- handleEvent(event: IBaseCustomEvent): Promise<void>;
5449
5450
  /**
5450
5451
  * @description Angular lifecycle hook that runs after component initialization.
5451
5452
  * @summary Called once, after the first ngOnChanges(). This method triggers the
@@ -5455,8 +5456,10 @@ declare class LayoutComponent extends NgxParentComponentDirective implements OnI
5455
5456
  * @memberOf LayoutComponent
5456
5457
  */
5457
5458
  ngOnInit(): Promise<void>;
5459
+ handleEvent(event: IBaseCustomEvent): Promise<void>;
5460
+ toggleCollapse(container: HTMLElement): void;
5458
5461
  static ɵfac: i0.ɵɵFactoryDeclaration<LayoutComponent, never>;
5459
- static ɵcmp: i0.ɵɵComponentDeclaration<LayoutComponent, "ngx-decaf-layout", never, { "gap": { "alias": "gap"; "required": false; }; "grid": { "alias": "grid"; "required": false; }; "flexMode": { "alias": "flexMode"; "required": false; }; "rowCard": { "alias": "rowCard"; "required": false; }; "maxColsLength": { "alias": "maxColsLength"; "required": false; }; }, {}, never, never, true, never>;
5462
+ static ɵcmp: i0.ɵɵComponentDeclaration<LayoutComponent, "ngx-decaf-layout", never, { "gap": { "alias": "gap"; "required": false; }; "grid": { "alias": "grid"; "required": false; }; "flexMode": { "alias": "flexMode"; "required": false; }; "rowCard": { "alias": "rowCard"; "required": false; }; "maxColsLength": { "alias": "maxColsLength"; "required": false; }; "accordion": { "alias": "accordion"; "required": false; }; }, {}, never, never, true, never>;
5460
5463
  }
5461
5464
 
5462
5465
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decaf-ts/for-angular",
3
- "version": "0.1.14",
3
+ "version": "0.1.15",
4
4
  "author": "Tiago Venceslau and Contributors",
5
5
  "license": "MPL-2.0 OR AGPL-3.0",
6
6
  "repository": {