@cqa-lib/cqa-ui 1.1.455 → 1.1.456
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/esm2020/lib/segment-control/segment-control.component.mjs +11 -3
- package/fesm2015/cqa-lib-cqa-ui.mjs +10 -2
- package/fesm2015/cqa-lib-cqa-ui.mjs.map +1 -1
- package/fesm2020/cqa-lib-cqa-ui.mjs +10 -2
- package/fesm2020/cqa-lib-cqa-ui.mjs.map +1 -1
- package/lib/segment-control/segment-control.component.d.ts +2 -0
- package/package.json +1 -1
|
@@ -18,6 +18,8 @@ export declare class SegmentControlComponent implements OnChanges, AfterViewInit
|
|
|
18
18
|
containerBgColor: string;
|
|
19
19
|
/** When true, the control stretches to fill its parent and buttons share equal width. */
|
|
20
20
|
fullWidth: boolean;
|
|
21
|
+
get hostDisplay(): string;
|
|
22
|
+
get hostWidth(): string;
|
|
21
23
|
valueChange: EventEmitter<string>;
|
|
22
24
|
segmentButtons: QueryList<ElementRef<HTMLButtonElement>>;
|
|
23
25
|
segmentContainer?: ElementRef<HTMLDivElement>;
|