@haloduck/ui 2.0.16 → 2.0.17
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/fesm2022/haloduck-ui.mjs +5 -0
- package/fesm2022/haloduck-ui.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -676,6 +676,7 @@ declare class GroupedDirective implements OnInit {
|
|
|
676
676
|
constructor(elementRef: ElementRef, renderer: Renderer2);
|
|
677
677
|
ngOnInit(): void;
|
|
678
678
|
private applyConfig;
|
|
679
|
+
private createLayout;
|
|
679
680
|
private createBorder;
|
|
680
681
|
private createLabel;
|
|
681
682
|
private addClasses;
|