barsa-novin-ray-core 2.3.35 → 2.3.36
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.
package/index.d.ts
CHANGED
|
@@ -5138,12 +5138,14 @@ declare class SimplebarDirective extends BaseDirective {
|
|
|
5138
5138
|
static ɵdir: i0.ɵɵDirectiveDeclaration<SimplebarDirective, "[simplebar]", never, {}, {}, never, never, false, never>;
|
|
5139
5139
|
}
|
|
5140
5140
|
|
|
5141
|
-
declare class LeafletLongPressDirective implements OnInit, OnDestroy {
|
|
5141
|
+
declare class LeafletLongPressDirective implements OnInit, OnDestroy, OnChanges {
|
|
5142
5142
|
map: any;
|
|
5143
5143
|
longPressDuration: number;
|
|
5144
5144
|
longPress: EventEmitter<any>;
|
|
5145
5145
|
private sub;
|
|
5146
5146
|
ngOnInit(): void;
|
|
5147
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
5148
|
+
_initMap(): void;
|
|
5147
5149
|
ngOnDestroy(): void;
|
|
5148
5150
|
static ɵfac: i0.ɵɵFactoryDeclaration<LeafletLongPressDirective, never>;
|
|
5149
5151
|
static ɵdir: i0.ɵɵDirectiveDeclaration<LeafletLongPressDirective, "[leafletLongPress]", never, { "map": { "alias": "leafletLongPress"; "required": false; }; "longPressDuration": { "alias": "longPressDuration"; "required": false; }; }, { "longPress": "longPress"; }, never, never, false, never>;
|