@cqa-lib/cqa-ui 1.0.64 → 1.0.65

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.
@@ -11,6 +11,10 @@ export declare class ButtonComponent {
11
11
  type: 'button' | 'submit' | 'reset';
12
12
  text?: string;
13
13
  customClass?: string;
14
+ /** Optional tooltip text; if falsy, tooltip is disabled */
15
+ tooltip?: string;
16
+ /** Tooltip position; mirrors MatTooltipPosition */
17
+ tooltipPosition: 'below' | 'above' | 'left' | 'right';
14
18
  clicked: EventEmitter<MouseEvent>;
15
19
  isHovered: boolean;
16
20
  isFocused: boolean;
@@ -27,5 +31,5 @@ export declare class ButtonComponent {
27
31
  onBlur(): void;
28
32
  onClick(event: MouseEvent): void;
29
33
  static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "cqa-button", never, { "variant": "variant"; "disabled": "disabled"; "icon": "icon"; "iconPosition": "iconPosition"; "fullWidth": "fullWidth"; "iconColor": "iconColor"; "type": "type"; "text": "text"; "customClass": "customClass"; }, { "clicked": "clicked"; }, never, ["*"]>;
34
+ static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "cqa-button", never, { "variant": "variant"; "disabled": "disabled"; "icon": "icon"; "iconPosition": "iconPosition"; "fullWidth": "fullWidth"; "iconColor": "iconColor"; "type": "type"; "text": "text"; "customClass": "customClass"; "tooltip": "tooltip"; "tooltipPosition": "tooltipPosition"; }, { "clicked": "clicked"; }, never, ["*"]>;
31
35
  }
@@ -60,6 +60,10 @@ export declare class DynamicSelectFieldComponent implements OnInit, OnChanges {
60
60
  onToggleSelectAll(select: MatSelect): void;
61
61
  onSelectOpenedChange(opened: boolean, _select: MatSelect): void;
62
62
  onSearch(key: string, value: string): void;
63
+ /**
64
+ * Returns the currently selected option ids for the configured control.
65
+ */
66
+ private getSelectedIdsForKey;
63
67
  /** Programmatically close the select panel if open */
64
68
  closePanel(): void;
65
69
  filteredOptions(c: DynamicSelectFieldConfig): SelectOption[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cqa-lib/cqa-ui",
3
- "version": "1.0.64",
3
+ "version": "1.0.65",
4
4
  "description": "UI Kit library for Angular 13.4",
5
5
  "keywords": [
6
6
  "angular",