@skyux/datetime 12.41.0 → 12.41.1
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.
|
@@ -32,7 +32,7 @@ export declare class SkyDatepickerInputDirective implements OnInit, OnDestroy, A
|
|
|
32
32
|
get maxDate(): Date | undefined;
|
|
33
33
|
/**
|
|
34
34
|
* The earliest date that is available in the calendar. Place this attribute on
|
|
35
|
-
* the `input` element to override the default in `SkyDatepickerConfigService`. To avoid validation errors, the time associated with the minimum date
|
|
35
|
+
* the `input` element to override the default in `SkyDatepickerConfigService`. To avoid validation errors, the time associated with the minimum date is midnight. This is necessary because the datepicker automatically sets the time on the Date object for selected dates to midnight in the current user's time zone.
|
|
36
36
|
*/
|
|
37
37
|
set minDate(value: Date | undefined);
|
|
38
38
|
get minDate(): Date | undefined;
|
|
@@ -55,8 +55,8 @@ export declare class SkyDatepickerInputDirective implements OnInit, OnDestroy, A
|
|
|
55
55
|
*/
|
|
56
56
|
skyDatepickerNoValidate: boolean | undefined;
|
|
57
57
|
/**
|
|
58
|
-
* The starting day of the week in the calendar
|
|
59
|
-
*
|
|
58
|
+
* The starting day of the week in the calendar. `0` sets the starting day to Sunday.
|
|
59
|
+
* Place this attribute on the `input` element to override the default
|
|
60
60
|
* in `SkyDatepickerConfigService`.
|
|
61
61
|
* @default 0
|
|
62
62
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/datetime",
|
|
3
|
-
"version": "12.41.
|
|
3
|
+
"version": "12.41.1",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
"@angular/core": "^19.2.14",
|
|
22
22
|
"@angular/forms": "^19.2.14",
|
|
23
23
|
"@angular/platform-browser": "^19.2.14",
|
|
24
|
-
"@skyux-sdk/testing": "12.41.
|
|
25
|
-
"@skyux/core": "12.41.
|
|
26
|
-
"@skyux/forms": "12.41.
|
|
27
|
-
"@skyux/i18n": "12.41.
|
|
28
|
-
"@skyux/icon": "12.41.
|
|
29
|
-
"@skyux/indicators": "12.41.
|
|
30
|
-
"@skyux/popovers": "12.41.
|
|
31
|
-
"@skyux/theme": "12.41.
|
|
24
|
+
"@skyux-sdk/testing": "12.41.1",
|
|
25
|
+
"@skyux/core": "12.41.1",
|
|
26
|
+
"@skyux/forms": "12.41.1",
|
|
27
|
+
"@skyux/i18n": "12.41.1",
|
|
28
|
+
"@skyux/icon": "12.41.1",
|
|
29
|
+
"@skyux/indicators": "12.41.1",
|
|
30
|
+
"@skyux/popovers": "12.41.1",
|
|
31
|
+
"@skyux/theme": "12.41.1",
|
|
32
32
|
"moment": "^2.30.1"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|