@naniteninja/dashboard-components-lib 2.1.52 → 2.1.53
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
|
@@ -1129,6 +1129,7 @@ declare class LibEventFormComponent extends BaseComponent {
|
|
|
1129
1129
|
private _draggedEvent;
|
|
1130
1130
|
private deleteConfirmed;
|
|
1131
1131
|
private updatedEvent;
|
|
1132
|
+
private lastSelectedAddress;
|
|
1132
1133
|
constructor(cdr: ChangeDetectorRef, fb: FormBuilder, calendarUtilService: CalendarUtilsService, fallbackTranslatePipe: FallbackTranslatePipe);
|
|
1133
1134
|
onDeleteConfirm(): void;
|
|
1134
1135
|
onSubmitModal(): void;
|