@cqa-lib/cqa-ui 1.1.465 → 1.1.466

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.
@@ -56,6 +56,8 @@ export interface DynamicSelectFieldConfig {
56
56
  options: SelectOption[];
57
57
  isCompareRuns?: boolean;
58
58
  valueBy?: string;
59
+ /** Optional extra CSS class appended to the mat-select panel (use for scoped overlay targeting). */
60
+ extraPanelClass?: string;
59
61
  }
60
62
  export declare class DynamicSelectFieldComponent implements OnInit, OnChanges {
61
63
  readonly SELECT_ALL_VALUE: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cqa-lib/cqa-ui",
3
- "version": "1.1.465",
3
+ "version": "1.1.466",
4
4
  "description": "UI Kit library for Angular 13.4",
5
5
  "keywords": [
6
6
  "angular",