@skyux/datetime 12.0.0-alpha.2 → 12.0.0-alpha.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.
- package/documentation.json +2332 -733
- package/fesm2022/skyux-datetime-testing.mjs +3 -4
- package/fesm2022/skyux-datetime-testing.mjs.map +1 -1
- package/fesm2022/skyux-datetime.mjs +12 -0
- package/fesm2022/skyux-datetime.mjs.map +1 -1
- package/lib/modules/date-pipe/date-pipe.module.d.ts +3 -0
- package/lib/modules/date-range-picker/date-range-picker.module.d.ts +3 -0
- package/lib/modules/datepicker/datepicker.module.d.ts +3 -0
- package/lib/modules/timepicker/timepicker.module.d.ts +3 -0
- package/package.json +9 -9
- package/testing/modules/datepicker/datepicker-calendar-harness.d.ts +2 -3
- package/testing/public-api.d.ts +2 -0
@@ -2,6 +2,9 @@ import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./date.pipe";
|
3
3
|
import * as i2 from "./fuzzy-date.pipe";
|
4
4
|
import * as i3 from "../shared/sky-datetime-resources.module";
|
5
|
+
/**
|
6
|
+
* @docsIncludeIds SkyDatePipe, SkyFuzzyDatePipe
|
7
|
+
*/
|
5
8
|
export declare class SkyDatePipeModule {
|
6
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyDatePipeModule, never>;
|
7
10
|
static ɵmod: i0.ɵɵNgModuleDeclaration<SkyDatePipeModule, [typeof i1.SkyDatePipe, typeof i2.SkyFuzzyDatePipe], [typeof i3.SkyDatetimeResourcesModule], [typeof i1.SkyDatePipe, typeof i2.SkyFuzzyDatePipe]>;
|
@@ -1,6 +1,9 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
import * as i1 from "./date-range-picker.component";
|
3
3
|
import * as i2 from "@skyux/forms";
|
4
|
+
/**
|
5
|
+
* @docsIncludeIds SkyDateRangePickerComponent, SkyDateRangeService, SkyDateRange, SkyDateRangeCalculation, SkyDateRangeCalculator, SkyDateRangeCalculatorConfig, SkyDateRangeCalculatorId, SkyDateRangeCalculatorType, SkyDateRangeCalculatorGetValueFunction, SkyDateRangeCalculatorValidateFunction, SkyDateRangePickerHarness, SkyDateRangePickerFilters
|
6
|
+
*/
|
4
7
|
export declare class SkyDateRangePickerModule {
|
5
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyDateRangePickerModule, never>;
|
6
9
|
static ɵmod: i0.ɵɵNgModuleDeclaration<SkyDateRangePickerModule, never, [typeof i1.SkyDateRangePickerComponent], [typeof i1.SkyDateRangePickerComponent, typeof i2.SkyFormErrorModule]>;
|
@@ -9,6 +9,9 @@ import * as i7 from "./calendar/daypicker.component";
|
|
9
9
|
import * as i8 from "./fuzzy/datepicker-input-fuzzy.directive";
|
10
10
|
import * as i9 from "./calendar/monthpicker.component";
|
11
11
|
import * as i10 from "./calendar/yearpicker.component";
|
12
|
+
/**
|
13
|
+
* @docsIncludeIds SkyDatepickerComponent, SkyDatepickerInputDirective, SkyDatepickerCalendarChange, SkyDatepickerConfigService, SkyDatepickerCustomDate, SkyFuzzyDatepickerInputDirective, SkyFuzzyDate, SkyDatepickerHarness, SkyDatepickerFilters, SkyDatepickerCalendarHarness, SkyDatepickerCalendarHarnessFilters
|
14
|
+
*/
|
12
15
|
export declare class SkyDatepickerModule {
|
13
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyDatepickerModule, never>;
|
14
17
|
static ɵmod: i0.ɵɵNgModuleDeclaration<SkyDatepickerModule, never, [typeof i1.SkyDatepickerCalendarComponent, typeof i2.SkyDatepickerCalendarInnerComponent, typeof i3.SkyDatepickerComponent, typeof i4.SkyDatepickerInputDirective, typeof i5.SkyDayPickerButtonComponent, typeof i6.SkyDayPickerCellComponent, typeof i7.SkyDayPickerComponent, typeof i8.SkyFuzzyDatepickerInputDirective, typeof i9.SkyMonthPickerComponent, typeof i10.SkyYearPickerComponent], [typeof i1.SkyDatepickerCalendarComponent, typeof i3.SkyDatepickerComponent, typeof i4.SkyDatepickerInputDirective, typeof i8.SkyFuzzyDatepickerInputDirective]>;
|
@@ -6,6 +6,9 @@ import * as i4 from "@skyux/icon";
|
|
6
6
|
import * as i5 from "../shared/sky-datetime-resources.module";
|
7
7
|
import * as i6 from "@skyux/core";
|
8
8
|
import * as i7 from "@skyux/theme";
|
9
|
+
/**
|
10
|
+
* @docsIncludeIds SkyTimepickerComponent, SkyTimepickerInputDirective, SkyTimepickerTimeFormatType, SkyTimepickerTimeOutput
|
11
|
+
*/
|
9
12
|
export declare class SkyTimepickerModule {
|
10
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyTimepickerModule, never>;
|
11
14
|
static ɵmod: i0.ɵɵNgModuleDeclaration<SkyTimepickerModule, [typeof i1.SkyTimepickerInputDirective, typeof i2.SkyTimepickerComponent], [typeof i3.CommonModule, typeof i4.SkyIconModule, typeof i5.SkyDatetimeResourcesModule, typeof i6.SkyAffixModule, typeof i7.SkyThemeModule], [typeof i1.SkyTimepickerInputDirective, typeof i2.SkyTimepickerComponent]>;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@skyux/datetime",
|
3
|
-
"version": "12.0.0-alpha.
|
3
|
+
"version": "12.0.0-alpha.3",
|
4
4
|
"author": "Blackbaud, Inc.",
|
5
5
|
"keywords": [
|
6
6
|
"blackbaud",
|
@@ -37,14 +37,14 @@
|
|
37
37
|
"@angular/core": "^19.0.5",
|
38
38
|
"@angular/forms": "^19.0.5",
|
39
39
|
"@angular/platform-browser": "^19.0.5",
|
40
|
-
"@skyux-sdk/testing": "12.0.0-alpha.
|
41
|
-
"@skyux/core": "12.0.0-alpha.
|
42
|
-
"@skyux/forms": "12.0.0-alpha.
|
43
|
-
"@skyux/i18n": "12.0.0-alpha.
|
44
|
-
"@skyux/icon": "12.0.0-alpha.
|
45
|
-
"@skyux/indicators": "12.0.0-alpha.
|
46
|
-
"@skyux/popovers": "12.0.0-alpha.
|
47
|
-
"@skyux/theme": "12.0.0-alpha.
|
40
|
+
"@skyux-sdk/testing": "12.0.0-alpha.3",
|
41
|
+
"@skyux/core": "12.0.0-alpha.3",
|
42
|
+
"@skyux/forms": "12.0.0-alpha.3",
|
43
|
+
"@skyux/i18n": "12.0.0-alpha.3",
|
44
|
+
"@skyux/icon": "12.0.0-alpha.3",
|
45
|
+
"@skyux/indicators": "12.0.0-alpha.3",
|
46
|
+
"@skyux/popovers": "12.0.0-alpha.3",
|
47
|
+
"@skyux/theme": "12.0.0-alpha.3",
|
48
48
|
"moment": "^2.30.1"
|
49
49
|
},
|
50
50
|
"dependencies": {
|
@@ -15,8 +15,7 @@ export declare class SkyDatepickerCalendarHarness extends SkyComponentHarness {
|
|
15
15
|
*/
|
16
16
|
static with(filters: SkyDatepickerCalendarHarnessFilters): HarnessPredicate<SkyDatepickerCalendarHarness>;
|
17
17
|
/**
|
18
|
-
* Clicks the specified date, month or year
|
19
|
-
* @params the specified value to click, in the following format
|
18
|
+
* Clicks the specified date, month or year in the following format
|
20
19
|
* day format: dddd, MMMM Do YYYY
|
21
20
|
* month format: MMMM YYYY
|
22
21
|
* year format: YYYY
|
@@ -43,7 +42,7 @@ export declare class SkyDatepickerCalendarHarness extends SkyComponentHarness {
|
|
43
42
|
*/
|
44
43
|
getCalendarTitle(): Promise<string>;
|
45
44
|
/**
|
46
|
-
* Gets the value of the currently selected calendar item.
|
45
|
+
* Gets the long date value of the currently selected calendar item.
|
47
46
|
*/
|
48
47
|
getSelectedValue(): Promise<string | null>;
|
49
48
|
}
|
package/testing/public-api.d.ts
CHANGED
@@ -6,3 +6,5 @@ export { SkyDatepickerCalendarHarness } from './modules/datepicker/datepicker-ca
|
|
6
6
|
export { SkyDatepickerCalendarHarnessFilters } from './modules/datepicker/datepicker-calendar-harness.filters';
|
7
7
|
export { SkyDatepickerHarness } from './modules/datepicker/datepicker-harness';
|
8
8
|
export { SkyDatepickerFilters } from './modules/datepicker/datepicker-harness.filters';
|
9
|
+
export { SkyDatepickerInputHarness } from './modules/datepicker/datepicker-input-harness';
|
10
|
+
export { SkyFuzzyDatepickerInputHarness } from './modules/datepicker/fuzzy-datepicker-input-harness';
|