igniteui-angular 12.3.33 → 12.3.34

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.
@@ -540,7 +540,7 @@ export declare class IgxDragDirective implements AfterContentInit, OnDestroy {
540
540
  * @hidden
541
541
  * Traverse shadow dom in depth.
542
542
  */
543
- protected getFromShadowRoot(elem: any, pageX: any, pageY: any): any;
543
+ protected getFromShadowRoot(elem: any, pageX: any, pageY: any, parentDomElems: any): any[];
544
544
  /**
545
545
  * @hidden
546
546
  * Dispatch custom igxDrop event based on current pointer position if there is last recorder drop area under the pointer.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "12.3.33",
3
+ "version": "12.3.34",
4
4
  "description": "Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps",
5
5
  "author": "Infragistics",
6
6
  "license": "SEE LICENSE IN LICENSE",