@skyux/datetime 9.0.0-alpha.4 → 9.0.0-alpha.6
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/documentation.json +9112 -4136
- package/esm2022/lib/modules/date-range-picker/date-range-picker.component.mjs +1 -1
- package/esm2022/lib/modules/date-range-picker/date-range-picker.module.mjs +1 -5
- package/esm2022/lib/modules/datepicker/datepicker.component.mjs +13 -4
- package/esm2022/lib/modules/datepicker/datepicker.module.mjs +1 -5
- package/esm2022/lib/modules/timepicker/timepicker.module.mjs +1 -5
- package/fesm2022/skyux-datetime.mjs +13 -13
- package/fesm2022/skyux-datetime.mjs.map +1 -1
- package/lib/modules/date-range-picker/date-range-picker.module.d.ts +4 -5
- package/lib/modules/datepicker/datepicker.component.d.ts +5 -1
- package/lib/modules/datepicker/datepicker.module.d.ts +7 -8
- package/lib/modules/timepicker/timepicker.module.d.ts +5 -6
- package/package.json +8 -8
@@ -4,12 +4,11 @@ import * as i2 from "./date-range-picker-end-date-resource-key.pipe";
|
|
4
4
|
import * as i3 from "./date-range-picker-start-date-resource-key.pipe";
|
5
5
|
import * as i4 from "@angular/common";
|
6
6
|
import * as i5 from "@angular/forms";
|
7
|
-
import * as i6 from "
|
8
|
-
import * as i7 from "../
|
9
|
-
import * as i8 from "
|
10
|
-
import * as i9 from "@skyux/forms";
|
7
|
+
import * as i6 from "../datepicker/datepicker.module";
|
8
|
+
import * as i7 from "../shared/sky-datetime-resources.module";
|
9
|
+
import * as i8 from "@skyux/forms";
|
11
10
|
export declare class SkyDateRangePickerModule {
|
12
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyDateRangePickerModule, never>;
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SkyDateRangePickerModule, [typeof i1.SkyDateRangePickerComponent, typeof i2.SkyDateRangePickerEndDateResourceKeyPipe, typeof i3.SkyDateRangePickerStartDateResourceKeyPipe], [typeof i4.CommonModule, typeof i5.FormsModule, typeof i5.ReactiveFormsModule, typeof i6.
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SkyDateRangePickerModule, [typeof i1.SkyDateRangePickerComponent, typeof i2.SkyDateRangePickerEndDateResourceKeyPipe, typeof i3.SkyDateRangePickerStartDateResourceKeyPipe], [typeof i4.CommonModule, typeof i5.FormsModule, typeof i5.ReactiveFormsModule, typeof i6.SkyDatepickerModule, typeof i7.SkyDatetimeResourcesModule, typeof i8.SkyInputBoxModule], [typeof i1.SkyDateRangePickerComponent]>;
|
14
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<SkyDateRangePickerModule>;
|
15
14
|
}
|
@@ -28,6 +28,10 @@ export declare class SkyDatepickerComponent implements OnDestroy, OnInit {
|
|
28
28
|
* to modify individual dates on the calendar.
|
29
29
|
*/
|
30
30
|
calendarDateRangeChange: EventEmitter<SkyDatepickerCalendarChange>;
|
31
|
+
/**
|
32
|
+
* @internal
|
33
|
+
*/
|
34
|
+
openChange: EventEmitter<boolean>;
|
31
35
|
calendarId: string;
|
32
36
|
customDates: SkyDatepickerCustomDate[] | undefined;
|
33
37
|
dateChange: EventEmitter<Date>;
|
@@ -53,5 +57,5 @@ export declare class SkyDatepickerComponent implements OnDestroy, OnInit {
|
|
53
57
|
onTriggerButtonClick(): void;
|
54
58
|
onCalendarDateRangeChange(event?: SkyDatepickerCalendarChange): void;
|
55
59
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyDatepickerComponent, [null, null, null, null, { optional: true; }, { optional: true; }, { optional: true; }]>;
|
56
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkyDatepickerComponent, "sky-datepicker", never, { "pickerClass": { "alias": "pickerClass"; "required": false; }; }, { "calendarDateRangeChange": "calendarDateRangeChange"; }, never, ["*"], false, never>;
|
60
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkyDatepickerComponent, "sky-datepicker", never, { "pickerClass": { "alias": "pickerClass"; "required": false; }; }, { "calendarDateRangeChange": "calendarDateRangeChange"; "openChange": "openChange"; }, never, ["*"], false, never>;
|
57
61
|
}
|
@@ -10,15 +10,14 @@ import * as i8 from "./datepicker-input-fuzzy.directive";
|
|
10
10
|
import * as i9 from "./daypicker-cell.component";
|
11
11
|
import * as i10 from "./daypicker-button.component";
|
12
12
|
import * as i11 from "@angular/common";
|
13
|
-
import * as i12 from "@
|
14
|
-
import * as i13 from "@
|
15
|
-
import * as i14 from "
|
16
|
-
import * as i15 from "
|
17
|
-
import * as i16 from "@skyux/
|
18
|
-
import * as i17 from "@skyux/
|
19
|
-
import * as i18 from "@skyux/popovers";
|
13
|
+
import * as i12 from "@angular/forms";
|
14
|
+
import * as i13 from "@skyux/indicators";
|
15
|
+
import * as i14 from "../shared/sky-datetime-resources.module";
|
16
|
+
import * as i15 from "@skyux/core";
|
17
|
+
import * as i16 from "@skyux/theme";
|
18
|
+
import * as i17 from "@skyux/popovers";
|
20
19
|
export declare class SkyDatepickerModule {
|
21
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyDatepickerModule, never>;
|
22
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SkyDatepickerModule, [typeof i1.SkyDatepickerCalendarComponent, typeof i2.SkyDatepickerCalendarInnerComponent, typeof i3.SkyDayPickerComponent, typeof i4.SkyMonthPickerComponent, typeof i5.SkyYearPickerComponent, typeof i6.SkyDatepickerComponent, typeof i7.SkyDatepickerInputDirective, typeof i8.SkyFuzzyDatepickerInputDirective, typeof i9.SkyDayPickerCellComponent, typeof i10.SkyDayPickerButtonComponent], [typeof i11.CommonModule, typeof i12.
|
21
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SkyDatepickerModule, [typeof i1.SkyDatepickerCalendarComponent, typeof i2.SkyDatepickerCalendarInnerComponent, typeof i3.SkyDayPickerComponent, typeof i4.SkyMonthPickerComponent, typeof i5.SkyYearPickerComponent, typeof i6.SkyDatepickerComponent, typeof i7.SkyDatepickerInputDirective, typeof i8.SkyFuzzyDatepickerInputDirective, typeof i9.SkyDayPickerCellComponent, typeof i10.SkyDayPickerButtonComponent], [typeof i11.CommonModule, typeof i12.FormsModule, typeof i13.SkyIconModule, typeof i14.SkyDatetimeResourcesModule, typeof i15.SkyAffixModule, typeof i15.SkyOverlayModule, typeof i16.SkyThemeModule, typeof i17.SkyPopoverModule, typeof i13.SkyWaitModule], [typeof i1.SkyDatepickerCalendarComponent, typeof i6.SkyDatepickerComponent, typeof i7.SkyDatepickerInputDirective, typeof i8.SkyFuzzyDatepickerInputDirective]>;
|
23
22
|
static ɵinj: i0.ɵɵInjectorDeclaration<SkyDatepickerModule>;
|
24
23
|
}
|
@@ -2,13 +2,12 @@ import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./timepicker.directive";
|
3
3
|
import * as i2 from "./timepicker.component";
|
4
4
|
import * as i3 from "@angular/common";
|
5
|
-
import * as i4 from "@skyux/
|
6
|
-
import * as i5 from "
|
7
|
-
import * as i6 from "
|
8
|
-
import * as i7 from "@skyux/
|
9
|
-
import * as i8 from "@skyux/theme";
|
5
|
+
import * as i4 from "@skyux/indicators";
|
6
|
+
import * as i5 from "../shared/sky-datetime-resources.module";
|
7
|
+
import * as i6 from "@skyux/core";
|
8
|
+
import * as i7 from "@skyux/theme";
|
10
9
|
export declare class SkyTimepickerModule {
|
11
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyTimepickerModule, never>;
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SkyTimepickerModule, [typeof i1.SkyTimepickerInputDirective, typeof i2.SkyTimepickerComponent], [typeof i3.CommonModule, typeof i4.
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SkyTimepickerModule, [typeof i1.SkyTimepickerInputDirective, typeof i2.SkyTimepickerComponent], [typeof i3.CommonModule, typeof i4.SkyIconModule, typeof i5.SkyDatetimeResourcesModule, typeof i6.SkyAffixModule, typeof i6.SkyOverlayModule, typeof i7.SkyThemeModule], [typeof i1.SkyTimepickerInputDirective, typeof i2.SkyTimepickerComponent]>;
|
13
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<SkyTimepickerModule>;
|
14
13
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@skyux/datetime",
|
3
|
-
"version": "9.0.0-alpha.
|
3
|
+
"version": "9.0.0-alpha.6",
|
4
4
|
"author": "Blackbaud, Inc.",
|
5
5
|
"keywords": [
|
6
6
|
"blackbaud",
|
@@ -40,13 +40,13 @@
|
|
40
40
|
"@angular/core": "^16.1.7",
|
41
41
|
"@angular/forms": "^16.1.7",
|
42
42
|
"@angular/platform-browser": "^16.1.7",
|
43
|
-
"@skyux-sdk/testing": "9.0.0-alpha.
|
44
|
-
"@skyux/core": "9.0.0-alpha.
|
45
|
-
"@skyux/forms": "9.0.0-alpha.
|
46
|
-
"@skyux/i18n": "9.0.0-alpha.
|
47
|
-
"@skyux/indicators": "9.0.0-alpha.
|
48
|
-
"@skyux/popovers": "9.0.0-alpha.
|
49
|
-
"@skyux/theme": "9.0.0-alpha.
|
43
|
+
"@skyux-sdk/testing": "9.0.0-alpha.6",
|
44
|
+
"@skyux/core": "9.0.0-alpha.6",
|
45
|
+
"@skyux/forms": "9.0.0-alpha.6",
|
46
|
+
"@skyux/i18n": "9.0.0-alpha.6",
|
47
|
+
"@skyux/indicators": "9.0.0-alpha.6",
|
48
|
+
"@skyux/popovers": "9.0.0-alpha.6",
|
49
|
+
"@skyux/theme": "9.0.0-alpha.6",
|
50
50
|
"moment": "^2.29.4"
|
51
51
|
},
|
52
52
|
"dependencies": {
|