ca-components 1.2.17 → 1.2.18

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.
@@ -104,6 +104,7 @@ export declare class CaInputDropdownComponent implements OnInit, AfterViewInit,
104
104
  handleHiddenDropdown(): void;
105
105
  handleOpenDropdown(): void;
106
106
  showHideDropdown(action: boolean): void;
107
+ getMainGroup(): OptionModel[];
107
108
  dropDownKeyNavigation({ keyCode, data, }: {
108
109
  keyCode: number;
109
110
  data: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ca-components",
3
- "version": "1.2.17",
3
+ "version": "1.2.18",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.13",
6
6
  "@angular/core": "^18.2.13",