@naniteninja/dashboard-components-lib 2.1.36 → 2.1.38
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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { TemplateRef, OnInit, AfterViewInit, ElementRef, EventEmitter, ChangeDetectorRef, PipeTransform, ModuleWithProviders, OnDestroy, OnChanges, SimpleChanges, Renderer2, ViewContainerRef, NgZone, InjectionToken } from '@angular/core';
|
|
3
3
|
import * as i6 from '@naniteninja/ionic-lib';
|
|
4
|
-
import { LibMenuItem, LocationModel, SelectOption, ImageModel, PopupModalService, BaseComponent, EmojiPickerConfig, InputFieldComponent, Profile } from '@naniteninja/ionic-lib';
|
|
4
|
+
import { LibMenuItem, LocationModel, SelectOption, ImageModel, PopupModalService, BaseComponent, ILocationSearchResult, EmojiPickerConfig, InputFieldComponent, Profile } from '@naniteninja/ionic-lib';
|
|
5
5
|
import * as rxjs from 'rxjs';
|
|
6
6
|
import { Observable, BehaviorSubject } from 'rxjs';
|
|
7
7
|
import * as i2 from '@angular/common';
|
|
@@ -1096,6 +1096,7 @@ declare class LibEventFormComponent extends BaseComponent {
|
|
|
1096
1096
|
private calendarUtilService;
|
|
1097
1097
|
private fallbackTranslatePipe;
|
|
1098
1098
|
calendars: ICalendarAccount[];
|
|
1099
|
+
locationSearchFn: ((query: string) => Observable<ILocationSearchResult[]>) | null;
|
|
1099
1100
|
get event(): IEvent;
|
|
1100
1101
|
set event(e: IEvent);
|
|
1101
1102
|
get draggedEvent(): IEvent;
|
|
@@ -1142,7 +1143,7 @@ declare class LibEventFormComponent extends BaseComponent {
|
|
|
1142
1143
|
private onEventChange;
|
|
1143
1144
|
private onDragEvent;
|
|
1144
1145
|
static ɵfac: i0.ɵɵFactoryDeclaration<LibEventFormComponent, never>;
|
|
1145
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LibEventFormComponent, "lib-event-form", never, { "calendars": { "alias": "calendars"; "required": false; }; "event": { "alias": "event"; "required": false; }; "draggedEvent": { "alias": "draggedEvent"; "required": false; }; }, { "updateRecurringEvent": "updateRecurringEvent"; "updateDraggedEvent": "updateDraggedEvent"; "delete": "delete"; "closeForm": "closeForm"; "submitForm": "submitForm"; }, never, ["*"], false, never>;
|
|
1146
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LibEventFormComponent, "lib-event-form", never, { "calendars": { "alias": "calendars"; "required": false; }; "locationSearchFn": { "alias": "locationSearchFn"; "required": false; }; "event": { "alias": "event"; "required": false; }; "draggedEvent": { "alias": "draggedEvent"; "required": false; }; }, { "updateRecurringEvent": "updateRecurringEvent"; "updateDraggedEvent": "updateDraggedEvent"; "delete": "delete"; "closeForm": "closeForm"; "submitForm": "submitForm"; }, never, ["*"], false, never>;
|
|
1146
1147
|
}
|
|
1147
1148
|
|
|
1148
1149
|
declare class LibEventInfoComponent implements OnInit {
|