@skyux/datetime 10.41.1 → 10.41.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 +1433 -1500
- package/esm2022/lib/modules/date-range-picker/date-range-picker.component.mjs +16 -26
- package/fesm2022/skyux-datetime.mjs +15 -25
- package/fesm2022/skyux-datetime.mjs.map +1 -1
- package/lib/modules/date-range-picker/date-range-picker.component.d.ts +4 -5
- package/package.json +9 -9
@@ -1,10 +1,11 @@
|
|
1
|
-
import { AfterViewInit, DoCheck, OnDestroy,
|
1
|
+
import { AfterViewInit, DoCheck, OnDestroy, TemplateRef } from '@angular/core';
|
2
2
|
import { AbstractControl, ControlValueAccessor, FormGroup, ValidationErrors, Validator } from '@angular/forms';
|
3
3
|
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
|
-
|
7
|
+
import * as i1 from "@skyux/forms";
|
8
|
+
export declare class SkyDateRangePickerComponent implements AfterViewInit, ControlValueAccessor, DoCheck, OnDestroy, Validator {
|
8
9
|
#private;
|
9
10
|
/**
|
10
11
|
* IDs for the date range options to include in the picker's dropdown.
|
@@ -82,7 +83,6 @@ export declare class SkyDateRangePickerComponent implements AfterViewInit, Contr
|
|
82
83
|
* as configured by the application.
|
83
84
|
*/
|
84
85
|
helpKey: string | undefined;
|
85
|
-
protected display: string | undefined;
|
86
86
|
protected calculators: SkyDateRangeCalculator[];
|
87
87
|
protected formGroup: FormGroup;
|
88
88
|
protected hasErrors: boolean;
|
@@ -91,7 +91,6 @@ export declare class SkyDateRangePickerComponent implements AfterViewInit, Contr
|
|
91
91
|
protected showEndDatePicker: boolean;
|
92
92
|
protected showStartDatePicker: boolean;
|
93
93
|
constructor();
|
94
|
-
ngOnInit(): void;
|
95
94
|
ngAfterViewInit(): void;
|
96
95
|
/**
|
97
96
|
* Check for touched status in ngDoCheck since Angular does not (currently)
|
@@ -110,7 +109,7 @@ export declare class SkyDateRangePickerComponent implements AfterViewInit, Contr
|
|
110
109
|
protected isRequired(): boolean;
|
111
110
|
protected onBlur(): void;
|
112
111
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyDateRangePickerComponent, never>;
|
113
|
-
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; }; "endDateRequired": { "alias": "endDateRequired"; "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; }; "startDateRequired": { "alias": "startDateRequired"; "required": false; }; "helpKey": { "alias": "helpKey"; "required": false; }; }, {}, never, ["sky-form-error"], true,
|
112
|
+
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; }; "endDateRequired": { "alias": "endDateRequired"; "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; }; "startDateRequired": { "alias": "startDateRequired"; "required": false; }; "helpKey": { "alias": "helpKey"; "required": false; }; }, {}, never, ["sky-form-error"], true, [{ directive: typeof i1.SkyFormFieldLabelTextRequiredDirective; inputs: { "labelText": "label || labelText"; }; outputs: {}; }]>;
|
114
113
|
static ngAcceptInputType_disabled: unknown;
|
115
114
|
static ngAcceptInputType_endDateRequired: unknown;
|
116
115
|
static ngAcceptInputType_required: unknown;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@skyux/datetime",
|
3
|
-
"version": "10.41.
|
3
|
+
"version": "10.41.3",
|
4
4
|
"author": "Blackbaud, Inc.",
|
5
5
|
"keywords": [
|
6
6
|
"blackbaud",
|
@@ -41,17 +41,17 @@
|
|
41
41
|
"@angular/core": "^17.3.4",
|
42
42
|
"@angular/forms": "^17.3.4",
|
43
43
|
"@angular/platform-browser": "^17.3.4",
|
44
|
-
"@skyux-sdk/testing": "10.41.
|
45
|
-
"@skyux/core": "10.41.
|
46
|
-
"@skyux/forms": "10.41.
|
47
|
-
"@skyux/i18n": "10.41.
|
48
|
-
"@skyux/indicators": "10.41.
|
49
|
-
"@skyux/popovers": "10.41.
|
50
|
-
"@skyux/theme": "10.41.
|
44
|
+
"@skyux-sdk/testing": "10.41.3",
|
45
|
+
"@skyux/core": "10.41.3",
|
46
|
+
"@skyux/forms": "10.41.3",
|
47
|
+
"@skyux/i18n": "10.41.3",
|
48
|
+
"@skyux/indicators": "10.41.3",
|
49
|
+
"@skyux/popovers": "10.41.3",
|
50
|
+
"@skyux/theme": "10.41.3",
|
51
51
|
"moment": "^2.30.1"
|
52
52
|
},
|
53
53
|
"dependencies": {
|
54
|
-
"@skyux/icon": "10.41.
|
54
|
+
"@skyux/icon": "10.41.3",
|
55
55
|
"tslib": "^2.6.2"
|
56
56
|
},
|
57
57
|
"module": "fesm2022/skyux-datetime.mjs",
|