@getflip/swirl-components-angular 0.37.0 → 0.37.2

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.
@@ -1454,6 +1454,7 @@ export declare interface SwirlOptionList extends Components.SwirlOptionList {
1454
1454
  *
1455
1455
  */
1456
1456
  itemDrop: EventEmitter<CustomEvent<{
1457
+ item: HTMLSwirlOptionListItemElement;
1457
1458
  oldIndex: number;
1458
1459
  newIndex: number;
1459
1460
  }>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.37.0",
3
+ "version": "0.37.2",
4
4
  "scripts": {
5
5
  "ng": "ng",
6
6
  "build": "ng build"
@@ -14,7 +14,7 @@
14
14
  "@angular/platform-browser": "^14.1.0",
15
15
  "@angular/platform-browser-dynamic": "^14.1.0",
16
16
  "@angular/router": "^14.1.0",
17
- "@getflip/swirl-components": "^0.38.0",
17
+ "@getflip/swirl-components": "^0.38.2",
18
18
  "rxjs": "~7.5.0",
19
19
  "tslib": "^2.3.0",
20
20
  "zone.js": "~0.11.4"
@@ -3269,7 +3269,7 @@ export declare interface SwirlOptionList extends Components.SwirlOptionList {
3269
3269
  /**
3270
3270
  *
3271
3271
  */
3272
- itemDrop: EventEmitter<CustomEvent<{ oldIndex: number; newIndex: number }>>;
3272
+ itemDrop: EventEmitter<CustomEvent<{ item: HTMLSwirlOptionListItemElement; oldIndex: number; newIndex: number; }>>;
3273
3273
  /**
3274
3274
  *
3275
3275
  */