Ignore:
Timestamp:
11/25/21 22:08:24 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
8d391a1
Parents:
59329aa
Message:

primeNG components

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/@angular/cdk/overlay/dispatchers/overlay-outside-click-dispatcher.d.ts.__ivy_ngcc_bak

    r59329aa re29cc2e  
    1818    private _cursorOriginalValue;
    1919    private _cursorStyleIsSet;
     20    private _pointerDownEventTarget;
    2021    constructor(document: any, _platform: Platform);
    2122    /** Add a new overlay to the list of attached overlay refs. */
     
    2324    /** Detaches the global keyboard event listener. */
    2425    protected detach(): void;
     26    /** Store pointerdown event target to track origin of click. */
     27    private _pointerDownListener;
    2528    /** Click event listener that will be attached to the body propagate phase. */
    2629    private _clickListener;
Note: See TracChangeset for help on using the changeset viewer.