@naniteninja/dashboard-components-lib 2.1.47 → 2.1.49
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
|
@@ -1120,6 +1120,9 @@ declare class LibEventFormComponent extends BaseComponent {
|
|
|
1120
1120
|
eventStart: Date;
|
|
1121
1121
|
form: FormGroup<IEventForm>;
|
|
1122
1122
|
recurringException: IRecurringEventException;
|
|
1123
|
+
localSuggestions: ILocationSearchResult[];
|
|
1124
|
+
showLocalSuggestions: boolean;
|
|
1125
|
+
private cancelHideSuggestions;
|
|
1123
1126
|
private initialFormValue;
|
|
1124
1127
|
private eventTime;
|
|
1125
1128
|
private _event;
|
|
@@ -1132,6 +1135,8 @@ declare class LibEventFormComponent extends BaseComponent {
|
|
|
1132
1135
|
onModalSecondaryButtonClick(): void;
|
|
1133
1136
|
saveEvent(): void;
|
|
1134
1137
|
onLocationChange(event: LocationModel): void;
|
|
1138
|
+
onLocalSuggestionSelect(suggestion: ILocationSearchResult): void;
|
|
1139
|
+
hideLocalSuggestionsDelayed(): void;
|
|
1135
1140
|
resetModal(): void;
|
|
1136
1141
|
private initializeEventForm;
|
|
1137
1142
|
private buildForm;
|