@skyux/datetime 11.0.0-alpha.14 → 11.0.0-alpha.16
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 +574 -574
- package/esm2022/lib/modules/date-pipe/date-pipe.module.mjs +4 -5
- package/esm2022/lib/modules/date-range-picker/date-range-picker.component.mjs +10 -15
- package/fesm2022/skyux-datetime.mjs +14 -19
- package/fesm2022/skyux-datetime.mjs.map +1 -1
- package/lib/modules/date-pipe/date-pipe.module.d.ts +2 -3
- package/lib/modules/date-range-picker/date-range-picker.component.d.ts +1 -2
- package/package.json +9 -9
@@ -1,10 +1,9 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
import * as i1 from "./date.pipe";
|
3
3
|
import * as i2 from "./fuzzy-date.pipe";
|
4
|
-
import * as i3 from "
|
5
|
-
import * as i4 from "../shared/sky-datetime-resources.module";
|
4
|
+
import * as i3 from "../shared/sky-datetime-resources.module";
|
6
5
|
export declare class SkyDatePipeModule {
|
7
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyDatePipeModule, never>;
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SkyDatePipeModule, [typeof i1.SkyDatePipe, typeof i2.SkyFuzzyDatePipe], [typeof i3.
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SkyDatePipeModule, [typeof i1.SkyDatePipe, typeof i2.SkyFuzzyDatePipe], [typeof i3.SkyDatetimeResourcesModule], [typeof i1.SkyDatePipe, typeof i2.SkyFuzzyDatePipe]>;
|
9
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<SkyDatePipeModule>;
|
10
9
|
}
|
@@ -4,7 +4,6 @@ import { SkyDateRangeCalculation } from './types/date-range-calculation';
|
|
4
4
|
import { SkyDateRangeCalculator } from './types/date-range-calculator';
|
5
5
|
import { SkyDateRangeCalculatorId } from './types/date-range-calculator-id';
|
6
6
|
import * as i0 from "@angular/core";
|
7
|
-
import * as i1 from "@skyux/forms";
|
8
7
|
export declare class SkyDateRangePickerComponent implements AfterViewInit, ControlValueAccessor, DoCheck, OnDestroy, Validator {
|
9
8
|
#private;
|
10
9
|
/**
|
@@ -99,7 +98,7 @@ export declare class SkyDateRangePickerComponent implements AfterViewInit, Contr
|
|
99
98
|
protected isRequired(): boolean;
|
100
99
|
protected onBlur(): void;
|
101
100
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyDateRangePickerComponent, never>;
|
102
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkyDateRangePickerComponent, "sky-date-range-picker", never, { "calculatorIds": { "alias": "calculatorIds"; "required": false; }; "dateFormat": { "alias": "dateFormat"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "helpPopoverContent": { "alias": "helpPopoverContent"; "required": false; }; "helpPopoverTitle": { "alias": "helpPopoverTitle"; "required": false; }; "hintText": { "alias": "hintText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelText": { "alias": "labelText"; "required": false; }; "required": { "alias": "required"; "required": false; }; "stacked": { "alias": "stacked"; "required": false; }; "helpKey": { "alias": "helpKey"; "required": false; }; }, {}, never, ["sky-form-error"], true,
|
101
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkyDateRangePickerComponent, "sky-date-range-picker", never, { "calculatorIds": { "alias": "calculatorIds"; "required": false; }; "dateFormat": { "alias": "dateFormat"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "helpPopoverContent": { "alias": "helpPopoverContent"; "required": false; }; "helpPopoverTitle": { "alias": "helpPopoverTitle"; "required": false; }; "hintText": { "alias": "hintText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelText": { "alias": "labelText"; "required": false; }; "required": { "alias": "required"; "required": false; }; "stacked": { "alias": "stacked"; "required": false; }; "helpKey": { "alias": "helpKey"; "required": false; }; }, {}, never, ["sky-form-error"], true, never>;
|
103
102
|
static ngAcceptInputType_disabled: unknown;
|
104
103
|
static ngAcceptInputType_required: unknown;
|
105
104
|
static ngAcceptInputType_stacked: unknown;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@skyux/datetime",
|
3
|
-
"version": "11.0.0-alpha.
|
3
|
+
"version": "11.0.0-alpha.16",
|
4
4
|
"author": "Blackbaud, Inc.",
|
5
5
|
"keywords": [
|
6
6
|
"blackbaud",
|
@@ -41,14 +41,14 @@
|
|
41
41
|
"@angular/core": "^18.1.2",
|
42
42
|
"@angular/forms": "^18.1.2",
|
43
43
|
"@angular/platform-browser": "^18.1.2",
|
44
|
-
"@skyux-sdk/testing": "11.0.0-alpha.
|
45
|
-
"@skyux/core": "11.0.0-alpha.
|
46
|
-
"@skyux/forms": "11.0.0-alpha.
|
47
|
-
"@skyux/i18n": "11.0.0-alpha.
|
48
|
-
"@skyux/icon": "11.0.0-alpha.
|
49
|
-
"@skyux/indicators": "11.0.0-alpha.
|
50
|
-
"@skyux/popovers": "11.0.0-alpha.
|
51
|
-
"@skyux/theme": "11.0.0-alpha.
|
44
|
+
"@skyux-sdk/testing": "11.0.0-alpha.16",
|
45
|
+
"@skyux/core": "11.0.0-alpha.16",
|
46
|
+
"@skyux/forms": "11.0.0-alpha.16",
|
47
|
+
"@skyux/i18n": "11.0.0-alpha.16",
|
48
|
+
"@skyux/icon": "11.0.0-alpha.16",
|
49
|
+
"@skyux/indicators": "11.0.0-alpha.16",
|
50
|
+
"@skyux/popovers": "11.0.0-alpha.16",
|
51
|
+
"@skyux/theme": "11.0.0-alpha.16",
|
52
52
|
"moment": "^2.30.1"
|
53
53
|
},
|
54
54
|
"dependencies": {
|