@skyux/datetime 10.28.0 → 10.30.0
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.
@@ -81,8 +81,9 @@ export declare class SkyDateRangePickerComponent implements AfterViewInit, Contr
|
|
81
81
|
*/
|
82
82
|
startDateRequired: boolean;
|
83
83
|
/**
|
84
|
-
* A help key that identifies the global help content to display. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)
|
85
|
-
* placed beside the date range picker label. Clicking the button invokes global help
|
84
|
+
* A help key that identifies the global help content to display. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)
|
85
|
+
* button is placed beside the date range picker label. Clicking the button invokes [global help](https://developer.blackbaud.com/skyux/learn/develop/global-help)
|
86
|
+
* as configured by the application.
|
86
87
|
* @preview
|
87
88
|
*/
|
88
89
|
helpKey: string | undefined;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@skyux/datetime",
|
3
|
-
"version": "10.
|
3
|
+
"version": "10.30.0",
|
4
4
|
"author": "Blackbaud, Inc.",
|
5
5
|
"keywords": [
|
6
6
|
"blackbaud",
|
@@ -41,13 +41,13 @@
|
|
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.
|
45
|
-
"@skyux/core": "10.
|
46
|
-
"@skyux/forms": "10.
|
47
|
-
"@skyux/i18n": "10.
|
48
|
-
"@skyux/indicators": "10.
|
49
|
-
"@skyux/popovers": "10.
|
50
|
-
"@skyux/theme": "10.
|
44
|
+
"@skyux-sdk/testing": "10.30.0",
|
45
|
+
"@skyux/core": "10.30.0",
|
46
|
+
"@skyux/forms": "10.30.0",
|
47
|
+
"@skyux/i18n": "10.30.0",
|
48
|
+
"@skyux/indicators": "10.30.0",
|
49
|
+
"@skyux/popovers": "10.30.0",
|
50
|
+
"@skyux/theme": "10.30.0",
|
51
51
|
"moment": "^2.30.1"
|
52
52
|
},
|
53
53
|
"dependencies": {
|