@coreui/angular-pro 4.2.18 → 4.2.19

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.
@@ -122,7 +122,7 @@ export declare class MultiSelectComponent implements IMultiSelect, ControlValueA
122
122
  clearAllOptions($event?: MouseEvent): void;
123
123
  selectAllOptions(): void;
124
124
  handleTagRemove($event: IOption): void;
125
- setFocus(): void;
125
+ setFocus(origin?: FocusOrigin, methodName?: string): void;
126
126
  filterOptions(value: string): void;
127
127
  createNativeSelect(): void;
128
128
  updateNativeSelect(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coreui/angular-pro",
3
- "version": "4.2.18",
3
+ "version": "4.2.19",
4
4
  "description": "CoreUI Pro Components Library for Angular",
5
5
  "homepage": "https://coreui.io/angular",
6
6
  "author": {
@@ -16,7 +16,6 @@
16
16
  }
17
17
  ],
18
18
  "dependencies": {
19
- "@coreui/coreui-pro": "^4.4.1",
20
19
  "@popperjs/core": "~2.11.6",
21
20
  "date-fns": "^2.29.0",
22
21
  "tslib": "^2.3.0"
@@ -25,7 +24,8 @@
25
24
  "@angular/cdk": "^14.0.0",
26
25
  "@angular/common": "^14.0.0",
27
26
  "@angular/core": "^14.0.0",
28
- "@angular/router": "^14.0.0"
27
+ "@angular/router": "^14.0.0",
28
+ "@coreui/coreui-pro": "^4.4.1"
29
29
  },
30
30
  "repository": {
31
31
  "type": "git",