@indigina/ui-kit 1.1.298 → 1.1.299
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
|
@@ -4180,6 +4180,8 @@ declare class KitSchedulerComponent<T> {
|
|
|
4180
4180
|
getEventsForDate(date: Date, events: KitSchedulerEvent[]): KitSchedulerEvent[];
|
|
4181
4181
|
onSchedulerClick(event: Event): void;
|
|
4182
4182
|
navigateToView(viewIndex: number): void;
|
|
4183
|
+
weekCellIsSelected(date: Date): boolean;
|
|
4184
|
+
monthCellIsSelected(date: Date): boolean;
|
|
4183
4185
|
private formatDate;
|
|
4184
4186
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitSchedulerComponent<any>, never>;
|
|
4185
4187
|
static ɵcmp: i0.ɵɵComponentDeclaration<KitSchedulerComponent<any>, "kit-scheduler", never, { "events": { "alias": "events"; "required": false; "isSignal": true; }; "selectedDate": { "alias": "selectedDate"; "required": false; "isSignal": true; }; "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "timezone": { "alias": "timezone"; "required": false; "isSignal": true; }; }, { "eventClicked": "eventClicked"; "slotClicked": "slotClicked"; }, ["weekEventTemplate", "monthEventTemplate"], ["[toolbar]"], true, never>;
|