@lesterarte/sefin-ui 0.0.14 → 0.0.15-dev.0
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/package.json
CHANGED
|
@@ -1303,6 +1303,8 @@ declare class DatepickerComponent implements OnInit, OnChanges, AfterViewInit {
|
|
|
1303
1303
|
isToday(date: Date): boolean;
|
|
1304
1304
|
isSelected(date: Date): boolean;
|
|
1305
1305
|
isInRange(date: Date): boolean;
|
|
1306
|
+
isRangeStart(date: Date): boolean;
|
|
1307
|
+
isRangeEnd(date: Date): boolean;
|
|
1306
1308
|
isDisabled(date: Date): boolean;
|
|
1307
1309
|
onDayMouseDown(day: Date, event: MouseEvent): void;
|
|
1308
1310
|
selectDate(date: Date, event?: MouseEvent): void;
|