@bnsights/bbsf-controls 1.2.1 → 1.2.3
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.
|
@@ -4,10 +4,19 @@ import { DatePickerOptions } from '../../Shared/Models';
|
|
|
4
4
|
import { ControlUtility } from '../../Shared/services/ControlUtility';
|
|
5
5
|
import { OnPagingFiltersChangeService } from '../../Shared/services/OnPagingFiltersChange.service';
|
|
6
6
|
import { ControlValidationService, UtilityService } from '@bnsights/bbsf-utilities/ui';
|
|
7
|
-
import { DateTimeAdapter, DateViewType } from '@danielmoncada/angular-datetime-picker';
|
|
7
|
+
import { DateTimeAdapter, DateViewType, OwlDateTimeComponent } from '@danielmoncada/angular-datetime-picker';
|
|
8
8
|
import * as dateTimeClass from '@danielmoncada/angular-datetime-picker';
|
|
9
9
|
import { Direction } from '@angular/cdk/bidi';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
|
+
export declare const BBSF_DATE_TIME_FORMATS: {
|
|
12
|
+
parseInput: string;
|
|
13
|
+
fullPickerInput: string;
|
|
14
|
+
datePickerInput: string;
|
|
15
|
+
timePickerInput: string;
|
|
16
|
+
monthYearLabel: string;
|
|
17
|
+
dateA11yLabel: string;
|
|
18
|
+
monthYearA11yLabel: string;
|
|
19
|
+
};
|
|
11
20
|
export declare class DateInputComponent implements OnInit {
|
|
12
21
|
private onChangeService;
|
|
13
22
|
private controlUtility;
|
|
@@ -47,7 +56,8 @@ export declare class DateInputComponent implements OnInit {
|
|
|
47
56
|
checkIfStartDateBeForEndDate: () => {
|
|
48
57
|
InvalidStartDate: boolean;
|
|
49
58
|
};
|
|
50
|
-
|
|
59
|
+
onPickerClosed(): void;
|
|
60
|
+
onDateSelected(picker: OwlDateTimeComponent<any>): void;
|
|
51
61
|
translateByKey(key: string): string;
|
|
52
62
|
removeRequiredValidation: () => void;
|
|
53
63
|
addRequiredValidation: () => void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bnsights/bbsf-controls",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.3",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/animations": "^19.2.14",
|
|
6
6
|
"@angular/cdk": "^19.2.19",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@angular/google-maps": "^18.2.14",
|
|
17
17
|
"@bnsights/bbsf-utilities": "1.2.0",
|
|
18
|
-
"@danielmoncada/angular-datetime-picker": "
|
|
18
|
+
"@danielmoncada/angular-datetime-picker": "20.0.0",
|
|
19
19
|
"@fullcalendar/angular": "^6.1.19",
|
|
20
20
|
"@fullcalendar/core": "^6.1.19",
|
|
21
21
|
"@fullcalendar/daygrid": "^6.1.19",
|