barsa-calendar 2.3.20 → 2.3.24
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/fesm2022/barsa-calendar.mjs +154 -154
- package/fesm2022/barsa-calendar.mjs.map +1 -1
- package/index.d.ts +828 -5
- package/package.json +3 -3
- package/lib/barsa-calendar.module.d.ts +0 -53
- package/lib/calendar-container/calendar-container.component.d.ts +0 -78
- package/lib/calendar-header/calendar-header.component.d.ts +0 -33
- package/lib/calendar-list/calendar-list.component.d.ts +0 -8
- package/lib/calendar-list-container/calendar-list-container.component.d.ts +0 -14
- package/lib/calendar-list-item/calendar-list-item.component.d.ts +0 -7
- package/lib/calendar-month/calendar-month.component.d.ts +0 -71
- package/lib/calendar-selection-days/calendar-selection-days.component.d.ts +0 -48
- package/lib/calendar-week/calendar-week.component.d.ts +0 -71
- package/lib/constants.d.ts +0 -1
- package/lib/date-time-picker/date-time-picker.component.d.ts +0 -115
- package/lib/day-event-list/day-event-list.component.d.ts +0 -21
- package/lib/day-number-box/day-number-box.component.d.ts +0 -30
- package/lib/days-in-week.pipe.d.ts +0 -9
- package/lib/equal-date.pipe.d.ts +0 -8
- package/lib/event-button/event-button.component.d.ts +0 -32
- package/lib/event-button-end-arrow/event-button-end-arrow.component.d.ts +0 -12
- package/lib/event-button-start-arrow/event-button-start-arrow.component.d.ts +0 -12
- package/lib/event-date.pipe.d.ts +0 -9
- package/lib/event-preview/event-preview.component.d.ts +0 -25
- package/lib/event-time.pipe.d.ts +0 -9
- package/lib/from-to-time.pipe.d.ts +0 -9
- package/lib/models.d.ts +0 -110
- package/lib/month-days/month-days.component.d.ts +0 -69
- package/lib/services/calendar.service.d.ts +0 -70
- package/public-api.d.ts +0 -19
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { BaseComponent, CalendarFields } from 'barsa-novin-ray-core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class EventButtonEndArrowComponent extends BaseComponent implements OnInit {
|
|
5
|
-
task: any;
|
|
6
|
-
rtl: boolean;
|
|
7
|
-
calendarFields: CalendarFields;
|
|
8
|
-
_rtl: boolean;
|
|
9
|
-
ngOnInit(): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EventButtonEndArrowComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EventButtonEndArrowComponent, "bc-event-button-end-arrow", never, { "task": { "alias": "task"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; "calendarFields": { "alias": "calendarFields"; "required": false; }; }, {}, never, never, false, never>;
|
|
12
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { BaseComponent, CalendarFields } from 'barsa-novin-ray-core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class EventButtonStartArrowComponent extends BaseComponent implements OnInit {
|
|
5
|
-
task: any;
|
|
6
|
-
rtl: boolean;
|
|
7
|
-
calendarFields: CalendarFields;
|
|
8
|
-
_rtl: boolean;
|
|
9
|
-
ngOnInit(): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EventButtonStartArrowComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EventButtonStartArrowComponent, "bc-event-button-start-arrow", never, { "task": { "alias": "task"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; "calendarFields": { "alias": "calendarFields"; "required": false; }; }, {}, never, never, false, never>;
|
|
12
|
-
}
|
package/lib/event-date.pipe.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import { DateInfo } from 'barsa-novin-ray-core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class EventDatePipe implements PipeTransform {
|
|
5
|
-
constructor();
|
|
6
|
-
transform(from: DateInfo, to: DateInfo, onlyTime?: boolean): string;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EventDatePipe, never>;
|
|
8
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<EventDatePipe, "eventDate", false>;
|
|
9
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { BaseComponent, CalendarFields, MetaobjectDataModel, AbbrevationDeviceSize } from 'barsa-novin-ray-core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class EventPreviewComponent extends BaseComponent implements OnInit {
|
|
5
|
-
event: MetaobjectDataModel;
|
|
6
|
-
calendarFields: CalendarFields;
|
|
7
|
-
popover: any;
|
|
8
|
-
popover2: any;
|
|
9
|
-
canEdit: boolean;
|
|
10
|
-
canView: boolean;
|
|
11
|
-
canDelete: boolean;
|
|
12
|
-
inDialog: boolean;
|
|
13
|
-
deviceSize: AbbrevationDeviceSize;
|
|
14
|
-
_width: string;
|
|
15
|
-
deleteEvent: EventEmitter<MetaobjectDataModel>;
|
|
16
|
-
editEvent: EventEmitter<MetaobjectDataModel>;
|
|
17
|
-
closeEvent: EventEmitter<void>;
|
|
18
|
-
ngOnInit(): void;
|
|
19
|
-
onDelete(event: any, popover: any, popover2: any): void;
|
|
20
|
-
onEdit(event: any, popover: any, popover2: any): void;
|
|
21
|
-
onClosePopover(popover: any): void;
|
|
22
|
-
private _closePopover;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EventPreviewComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EventPreviewComponent, "bc-event-preview", never, { "event": { "alias": "event"; "required": false; }; "calendarFields": { "alias": "calendarFields"; "required": false; }; "popover": { "alias": "popover"; "required": false; }; "popover2": { "alias": "popover2"; "required": false; }; "canEdit": { "alias": "canEdit"; "required": false; }; "canView": { "alias": "canView"; "required": false; }; "canDelete": { "alias": "canDelete"; "required": false; }; "inDialog": { "alias": "inDialog"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; }, { "deleteEvent": "deleteEvent"; "editEvent": "editEvent"; "closeEvent": "closeEvent"; }, never, never, false, never>;
|
|
25
|
-
}
|
package/lib/event-time.pipe.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import { CalendarFields, CalendarMetaobjectDataModel } from 'barsa-novin-ray-core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class EventTimePipe implements PipeTransform {
|
|
5
|
-
constructor();
|
|
6
|
-
transform(task: CalendarMetaobjectDataModel, calendarFields: CalendarFields): string;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EventTimePipe, never>;
|
|
8
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<EventTimePipe, "eventTime", false>;
|
|
9
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import { CalendarMetaobjectDataModel } from 'barsa-novin-ray-core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class FromToTimePipe implements PipeTransform {
|
|
5
|
-
constructor();
|
|
6
|
-
transform(task: CalendarMetaobjectDataModel): string;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FromToTimePipe, never>;
|
|
8
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<FromToTimePipe, "fromToTime", false>;
|
|
9
|
-
}
|
package/lib/models.d.ts
DELETED
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
import { DateInfo, CalendarMetaobjectDataModel } from 'barsa-novin-ray-core';
|
|
2
|
-
export type RecurrenceFrequency = 'daily' | 'weekly' | 'monthly' | 'yearly';
|
|
3
|
-
export type CalendarType = 'Local' | 'CalDAV' | 'Exchange' | 'Subscription' | 'Birthday' | 'Mail';
|
|
4
|
-
interface Recurrence {
|
|
5
|
-
frequency: RecurrenceFrequency;
|
|
6
|
-
/**
|
|
7
|
-
* Default 1 (every <RecurrenceFrequency>).
|
|
8
|
-
*/
|
|
9
|
-
interval: number;
|
|
10
|
-
endDate?: Date;
|
|
11
|
-
count?: number;
|
|
12
|
-
}
|
|
13
|
-
export interface Calendar {
|
|
14
|
-
id: string;
|
|
15
|
-
name: string;
|
|
16
|
-
/**
|
|
17
|
-
* iOS: same as 'name'
|
|
18
|
-
* Android: usually the same as 'name' as well
|
|
19
|
-
*/
|
|
20
|
-
displayName?: string;
|
|
21
|
-
/**
|
|
22
|
-
* iOS only
|
|
23
|
-
*/
|
|
24
|
-
type?: CalendarType;
|
|
25
|
-
}
|
|
26
|
-
export interface Reminder {
|
|
27
|
-
minutes: number;
|
|
28
|
-
}
|
|
29
|
-
export interface Attendee {
|
|
30
|
-
name: string;
|
|
31
|
-
url?: string;
|
|
32
|
-
/**
|
|
33
|
-
* One of: "Unknown", "Pending", "Accepted", "Declined", "Tentative", "Delegated", "Completed", "In Process"
|
|
34
|
-
*/
|
|
35
|
-
status: string;
|
|
36
|
-
/**
|
|
37
|
-
* One of: "Unknown", "Required", "Optional", "Chair", "Non Participant"
|
|
38
|
-
*/
|
|
39
|
-
role: string;
|
|
40
|
-
/**
|
|
41
|
-
* One of: "Unknown", "Person", "Room", "Resource", "Group"
|
|
42
|
-
*/
|
|
43
|
-
type: string;
|
|
44
|
-
}
|
|
45
|
-
export interface CalendarEvent {
|
|
46
|
-
id: string;
|
|
47
|
-
title: string;
|
|
48
|
-
location: string;
|
|
49
|
-
notes: string;
|
|
50
|
-
url?: string;
|
|
51
|
-
startDate: Date;
|
|
52
|
-
endDate: Date;
|
|
53
|
-
allDay: boolean;
|
|
54
|
-
calendar: Calendar;
|
|
55
|
-
recurrence?: Recurrence;
|
|
56
|
-
reminders?: Array<Reminder>;
|
|
57
|
-
/**
|
|
58
|
-
* iOS only.
|
|
59
|
-
*/
|
|
60
|
-
attendees?: Array<Attendee>;
|
|
61
|
-
days?: Date[];
|
|
62
|
-
order: number;
|
|
63
|
-
color?: string;
|
|
64
|
-
repeat?: string;
|
|
65
|
-
}
|
|
66
|
-
export type CalendarMode = 'month' | 'customMonth' | 'week' | 'day' | 'year' | 'list';
|
|
67
|
-
export declare enum DayStatus {
|
|
68
|
-
Open = 0,
|
|
69
|
-
Completed = 1,
|
|
70
|
-
Failed = 2
|
|
71
|
-
}
|
|
72
|
-
export declare class CalendarMonthInfo {
|
|
73
|
-
dateInfo: DateInfo;
|
|
74
|
-
days: Day[];
|
|
75
|
-
tasks: any[];
|
|
76
|
-
selectedWeek: number;
|
|
77
|
-
weeksCount: number;
|
|
78
|
-
id: string;
|
|
79
|
-
get daysInWeek(): Day[];
|
|
80
|
-
}
|
|
81
|
-
export interface Day {
|
|
82
|
-
[key: string]: any;
|
|
83
|
-
index: number;
|
|
84
|
-
momentOfDate: any;
|
|
85
|
-
boxBound?: {
|
|
86
|
-
data: CalendarMetaobjectDataModel;
|
|
87
|
-
top: number;
|
|
88
|
-
left: number;
|
|
89
|
-
width: number;
|
|
90
|
-
height: number;
|
|
91
|
-
}[];
|
|
92
|
-
dayInMonth: string;
|
|
93
|
-
dayInWeek: number;
|
|
94
|
-
month: number;
|
|
95
|
-
year: number;
|
|
96
|
-
dayName: string;
|
|
97
|
-
date: Date;
|
|
98
|
-
status: DayStatus;
|
|
99
|
-
isToday: boolean;
|
|
100
|
-
isInMonth: boolean;
|
|
101
|
-
isEndOfMonth: boolean;
|
|
102
|
-
isStartOfMonth: boolean;
|
|
103
|
-
tasks: CalendarMetaobjectDataModel[];
|
|
104
|
-
row: number;
|
|
105
|
-
col: number;
|
|
106
|
-
addingEventPoint1: number | null;
|
|
107
|
-
addingEventPoint2: number | null;
|
|
108
|
-
isAddingNewEvent: boolean;
|
|
109
|
-
}
|
|
110
|
-
export {};
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { BaseComponent, CalendarFields, CalendarMetaobjectDataModel, MetaobjectDataModel } from 'barsa-novin-ray-core';
|
|
3
|
-
import { Day } from '../models';
|
|
4
|
-
import { DaysInWeekPipe } from '../days-in-week.pipe';
|
|
5
|
-
import { CalendarService } from '../services/calendar.service';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class MonthDaysComponent extends BaseComponent implements OnInit, OnChanges {
|
|
8
|
-
private daysInWeek;
|
|
9
|
-
private _cdr;
|
|
10
|
-
private _calendarService;
|
|
11
|
-
monthWeeksCount: {
|
|
12
|
-
firstWeekIndex: number;
|
|
13
|
-
weeksCount: number;
|
|
14
|
-
};
|
|
15
|
-
weekDays: string[];
|
|
16
|
-
weekDaysMin: string[];
|
|
17
|
-
today: Date;
|
|
18
|
-
containerHeight: number;
|
|
19
|
-
days: Day[];
|
|
20
|
-
calendarFields: CalendarFields;
|
|
21
|
-
rtl: boolean;
|
|
22
|
-
deviceSize: string;
|
|
23
|
-
moDataList: MetaobjectDataModel[];
|
|
24
|
-
datePicker: boolean;
|
|
25
|
-
rangePicker: boolean;
|
|
26
|
-
startSelectedDayIndex: number | undefined;
|
|
27
|
-
endSelectedDayIndex: number | undefined;
|
|
28
|
-
editEvent: EventEmitter<MetaobjectDataModel>;
|
|
29
|
-
deleteEvent: EventEmitter<MetaobjectDataModel>;
|
|
30
|
-
daySelect: EventEmitter<any>;
|
|
31
|
-
dayClick: EventEmitter<Day>;
|
|
32
|
-
dayMouseMove: EventEmitter<Day>;
|
|
33
|
-
dayMouseUp: EventEmitter<Day>;
|
|
34
|
-
dayMouseDown: EventEmitter<Day>;
|
|
35
|
-
showEvent: EventEmitter<CalendarMetaobjectDataModel>;
|
|
36
|
-
defaultWeeksCountD: number;
|
|
37
|
-
defaultFirstWeekIndex: number;
|
|
38
|
-
selectedWeekDays: string[];
|
|
39
|
-
selected: Day;
|
|
40
|
-
numberOfWeek: number[];
|
|
41
|
-
dayHeight: number;
|
|
42
|
-
taskHeight: number;
|
|
43
|
-
maxTaskCount: number;
|
|
44
|
-
maxRowTasks: number[];
|
|
45
|
-
weekTasksArray: any;
|
|
46
|
-
extraRow: number[];
|
|
47
|
-
isPickerMode: boolean;
|
|
48
|
-
private _hasPopoverOpened;
|
|
49
|
-
constructor(daysInWeek: DaysInWeekPipe, _cdr: ChangeDetectorRef, _calendarService: CalendarService);
|
|
50
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
51
|
-
ngOnInit(): void;
|
|
52
|
-
onDayBoxSelect(day: Day): void;
|
|
53
|
-
onDaySelect(weekIndex: number, dayIndex: number): void;
|
|
54
|
-
onOpenPopoverChange(isOpen: boolean): void;
|
|
55
|
-
onMoreButton(e: any, popover: any): void;
|
|
56
|
-
onTask(_e: any, task: CalendarMetaobjectDataModel): void;
|
|
57
|
-
onDayClick(day: Day): void;
|
|
58
|
-
onDayMouseMove(day: Day): void;
|
|
59
|
-
onDayMouseDown(day: Day): void;
|
|
60
|
-
onDayMouseUp(day: Day): void;
|
|
61
|
-
private _preventEvent;
|
|
62
|
-
private _fireDaySelect;
|
|
63
|
-
private _openPopover;
|
|
64
|
-
private prepareWeekDays;
|
|
65
|
-
private fitToContainer;
|
|
66
|
-
private _prepareDaysTasks;
|
|
67
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MonthDaysComponent, never>;
|
|
68
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MonthDaysComponent, "bc-month-days", never, { "monthWeeksCount": { "alias": "monthWeeksCount"; "required": false; }; "weekDays": { "alias": "weekDays"; "required": false; }; "weekDaysMin": { "alias": "weekDaysMin"; "required": false; }; "today": { "alias": "today"; "required": false; }; "containerHeight": { "alias": "containerHeight"; "required": false; }; "days": { "alias": "days"; "required": false; }; "calendarFields": { "alias": "calendarFields"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "moDataList": { "alias": "moDataList"; "required": false; }; "datePicker": { "alias": "datePicker"; "required": false; }; "rangePicker": { "alias": "rangePicker"; "required": false; }; "startSelectedDayIndex": { "alias": "startSelectedDayIndex"; "required": false; }; "endSelectedDayIndex": { "alias": "endSelectedDayIndex"; "required": false; }; }, { "editEvent": "editEvent"; "deleteEvent": "deleteEvent"; "daySelect": "daySelect"; "dayClick": "dayClick"; "dayMouseMove": "dayMouseMove"; "dayMouseUp": "dayMouseUp"; "dayMouseDown": "dayMouseDown"; "showEvent": "showEvent"; }, never, never, false, never>;
|
|
69
|
-
}
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import { DateService, BaseComponent, LogService, DateInfo, MetaobjectDataModel, CalendarFields } from 'barsa-novin-ray-core';
|
|
3
|
-
import { CalendarMode, CalendarMonthInfo, Day } from '../models';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class CalendarService extends BaseComponent {
|
|
6
|
-
private _logService;
|
|
7
|
-
selected$: Observable<CalendarMonthInfo>;
|
|
8
|
-
days$: Observable<Day[]>;
|
|
9
|
-
mode$: Observable<CalendarMode>;
|
|
10
|
-
weekModeDays$: Observable<Day[]>;
|
|
11
|
-
calendars$: Observable<CalendarMonthInfo[]>;
|
|
12
|
-
currentMonthIndex$: Observable<number>;
|
|
13
|
-
today: Date;
|
|
14
|
-
todayDay: Day | undefined;
|
|
15
|
-
_dateService: DateService;
|
|
16
|
-
private _todayMonthInfo;
|
|
17
|
-
private _calendarsSource;
|
|
18
|
-
private _selectedSource;
|
|
19
|
-
private _modeSource;
|
|
20
|
-
private _currentMonthIndexSource;
|
|
21
|
-
private _weekModeDaysSource;
|
|
22
|
-
private _daysSource;
|
|
23
|
-
constructor(_logService: LogService, culture?: string);
|
|
24
|
-
get todayMonthInfo(): CalendarMonthInfo;
|
|
25
|
-
get selectedMonth(): CalendarMonthInfo;
|
|
26
|
-
get calendars(): Array<CalendarMonthInfo>;
|
|
27
|
-
get weeksCount(): number;
|
|
28
|
-
get days(): Array<Day>;
|
|
29
|
-
get Months(): string[];
|
|
30
|
-
loadMonthByDate(value: Date): void;
|
|
31
|
-
setDateService(primaryCalendarType: string): void;
|
|
32
|
-
setDays(days: Day[]): void;
|
|
33
|
-
prepareWeek(monthInfo: CalendarMonthInfo, startIndex: number, daysCount: number): void;
|
|
34
|
-
setSelected(selected: CalendarMonthInfo): void;
|
|
35
|
-
weekDaysMin(): Array<string>;
|
|
36
|
-
weekDays(): Array<string>;
|
|
37
|
-
gotoToday(): void;
|
|
38
|
-
rangeSelect(startDay: Day, endDay: Day, monthInfo: CalendarMonthInfo): void;
|
|
39
|
-
setMonth(monthInfo: CalendarMonthInfo, startDay?: Day, diff?: number): void;
|
|
40
|
-
setMode(mode: CalendarMode, startDay?: Day, daysCount?: number): void;
|
|
41
|
-
fillWeek(week: {
|
|
42
|
-
[key: string]: any[];
|
|
43
|
-
}, daysCount?: number): void;
|
|
44
|
-
sortTasks(calendarTasks: MetaobjectDataModel[], calendarFields: CalendarFields): Array<MetaobjectDataModel>;
|
|
45
|
-
createWeekTask(days: Day[], moDataList: MetaobjectDataModel[], calendarFields: CalendarFields, taskHeight: number): {
|
|
46
|
-
[key: string]: any[];
|
|
47
|
-
};
|
|
48
|
-
loadNext(): void;
|
|
49
|
-
gotoMonth(_monthName: string, monthIndex: number): void;
|
|
50
|
-
gotoYear(year: number): void;
|
|
51
|
-
loadNextYear(): void;
|
|
52
|
-
loadPrevYear(): void;
|
|
53
|
-
increaseYear(value: number): void;
|
|
54
|
-
loadPrevious(): void;
|
|
55
|
-
loadMonth(dateInfo: DateInfo, addMonth?: number): CalendarMonthInfo;
|
|
56
|
-
loadCalendarMonthInfo(loadedCalendarMonthInfo: CalendarMonthInfo): void;
|
|
57
|
-
addCalendarMonthInfo(calendarMonthInfo: CalendarMonthInfo): void;
|
|
58
|
-
getNumber(value: any): number;
|
|
59
|
-
private _initilize;
|
|
60
|
-
private _calcColSpan;
|
|
61
|
-
private _loadNextMonth;
|
|
62
|
-
private _loadNextWeek;
|
|
63
|
-
private _loadPrevMonth;
|
|
64
|
-
private _loadPrevWeek;
|
|
65
|
-
private getCalendarMonthInfo;
|
|
66
|
-
private getMonthInfo;
|
|
67
|
-
private _getDay;
|
|
68
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarService, [null, { optional: true; }]>;
|
|
69
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<CalendarService>;
|
|
70
|
-
}
|
package/public-api.d.ts
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
export * from './lib/calendar-selection-days/calendar-selection-days.component';
|
|
2
|
-
export * from './lib/date-time-picker/date-time-picker.component';
|
|
3
|
-
export * from './lib/day-event-list/day-event-list.component';
|
|
4
|
-
export * from './lib/event-button/event-button.component';
|
|
5
|
-
export * from './lib/day-number-box/day-number-box.component';
|
|
6
|
-
export * from './lib/event-preview/event-preview.component';
|
|
7
|
-
export * from './lib/month-days/month-days.component';
|
|
8
|
-
export * from './lib/calendar-header/calendar-header.component';
|
|
9
|
-
export * from './lib/calendar-month/calendar-month.component';
|
|
10
|
-
export * from './lib/calendar-week/calendar-week.component';
|
|
11
|
-
export * from './lib/calendar-list-item/calendar-list-item.component';
|
|
12
|
-
export * from './lib/calendar-list-container/calendar-list-container.component';
|
|
13
|
-
export * from './lib/calendar-list/calendar-list.component';
|
|
14
|
-
export * from './lib/calendar-container/calendar-container.component';
|
|
15
|
-
export * from './lib/models';
|
|
16
|
-
export * from './lib/services/calendar.service';
|
|
17
|
-
export * from './lib/event-button-end-arrow/event-button-end-arrow.component';
|
|
18
|
-
export * from './lib/event-button-start-arrow/event-button-start-arrow.component';
|
|
19
|
-
export * from './lib/barsa-calendar.module';
|