@naniteninja/dashboard-components-lib 2.1.34 → 2.1.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
|
@@ -1025,6 +1025,7 @@ declare class AgendaComponent implements OnInit {
|
|
|
1025
1025
|
ngOnInit(): void;
|
|
1026
1026
|
set setAdsData(ads: IAd[]);
|
|
1027
1027
|
private buildAgendaDays;
|
|
1028
|
+
private coerceDate;
|
|
1028
1029
|
private getSuccessiveEmptyDays;
|
|
1029
1030
|
static ɵfac: i0.ɵɵFactoryDeclaration<AgendaComponent, never>;
|
|
1030
1031
|
static ɵcmp: i0.ɵɵComponentDeclaration<AgendaComponent, "lib-agenda", never, { "adsTemplate": { "alias": "adsTemplate"; "required": false; }; "agendaAdsData": { "alias": "agendaAdsData"; "required": false; }; "loading$": { "alias": "loading$"; "required": false; }; "startDate": { "alias": "startDate"; "required": false; }; "endDate": { "alias": "endDate"; "required": false; }; "events": { "alias": "events"; "required": false; }; "setAdsData": { "alias": "setAdsData"; "required": false; }; }, {}, never, never, false, never>;
|
|
@@ -1034,6 +1035,7 @@ declare class AgendaDayCardComponent implements OnInit {
|
|
|
1034
1035
|
adDay: boolean;
|
|
1035
1036
|
day: IAgendaDay;
|
|
1036
1037
|
fullName: string;
|
|
1038
|
+
get hasEvent(): boolean;
|
|
1037
1039
|
ngOnInit(): void;
|
|
1038
1040
|
private sanitizeHtml;
|
|
1039
1041
|
static ɵfac: i0.ɵɵFactoryDeclaration<AgendaDayCardComponent, never>;
|