@haloduck/ui 2.0.41 → 2.0.43
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 +7 -4
- package/fesm2022/haloduck-ui.mjs.map +1 -1
- package/index.d.ts +2 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -104,6 +104,8 @@ declare class SelectComponent implements ControlValueAccessor, AfterViewInit, On
|
|
|
104
104
|
private readonly viewContainerRef;
|
|
105
105
|
private readonly cdr;
|
|
106
106
|
private overlayRef;
|
|
107
|
+
private static instanceCounter;
|
|
108
|
+
readonly radioGroupName: string;
|
|
107
109
|
selectedChange: EventEmitter<string | string[]>;
|
|
108
110
|
disabled: boolean | null;
|
|
109
111
|
loading: boolean;
|