@cqa-lib/cqa-ui 1.1.313 → 1.1.314
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/dynamic-select/dynamic-select-field.component.mjs +16 -3
- package/fesm2015/cqa-lib-cqa-ui.mjs +16 -2
- package/fesm2015/cqa-lib-cqa-ui.mjs.map +1 -1
- package/fesm2020/cqa-lib-cqa-ui.mjs +15 -2
- package/fesm2020/cqa-lib-cqa-ui.mjs.map +1 -1
- package/lib/dynamic-select/dynamic-select-field.component.d.ts +1 -0
- package/package.json +1 -1
|
@@ -108,6 +108,7 @@ export declare class DynamicSelectFieldComponent implements OnInit, OnChanges {
|
|
|
108
108
|
ngOnChanges(changes: SimpleChanges): void;
|
|
109
109
|
get panelClass(): string;
|
|
110
110
|
get isMultiple(): boolean;
|
|
111
|
+
get singleSelectedDisplayLabel(): string;
|
|
111
112
|
get isDisabled(): boolean;
|
|
112
113
|
get useCheckboxStyle(): boolean;
|
|
113
114
|
get allSelected(): boolean;
|