@skyux/datetime 10.44.0 → 10.44.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.
@@ -38,7 +38,7 @@ export declare class SkyDateRangePickerComponent implements AfterViewInit, Contr
38
38
  /**
39
39
  * The content of the help popover. When specified along with `labelText`, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)
40
40
  * button is added to date range picker. The help inline button displays a [popover](https://developer.blackbaud.com/skyux/components/popover)
41
- * when clicked using the specified content and optional title.
41
+ * when clicked using the specified content and optional title. This property only applies when `labelText` is also specified.
42
42
  */
43
43
  helpPopoverContent: string | TemplateRef<unknown> | undefined;
44
44
  /**
@@ -79,7 +79,7 @@ export declare class SkyDateRangePickerComponent implements AfterViewInit, Contr
79
79
  /**
80
80
  * A help key that identifies the global help content to display. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)
81
81
  * button is placed beside the date range picker label. Clicking the button invokes [global help](https://developer.blackbaud.com/skyux/learn/develop/global-help)
82
- * as configured by the application.
82
+ * as configured by the application. This property only applies when `labelText` is also specified.
83
83
  */
84
84
  helpKey: string | undefined;
85
85
  protected calculators: SkyDateRangeCalculator[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/datetime",
3
- "version": "10.44.0",
3
+ "version": "10.44.1",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -41,17 +41,17 @@
41
41
  "@angular/core": "^17.3.12",
42
42
  "@angular/forms": "^17.3.12",
43
43
  "@angular/platform-browser": "^17.3.12",
44
- "@skyux-sdk/testing": "10.44.0",
45
- "@skyux/core": "10.44.0",
46
- "@skyux/forms": "10.44.0",
47
- "@skyux/i18n": "10.44.0",
48
- "@skyux/indicators": "10.44.0",
49
- "@skyux/popovers": "10.44.0",
50
- "@skyux/theme": "10.44.0",
44
+ "@skyux-sdk/testing": "10.44.1",
45
+ "@skyux/core": "10.44.1",
46
+ "@skyux/forms": "10.44.1",
47
+ "@skyux/i18n": "10.44.1",
48
+ "@skyux/indicators": "10.44.1",
49
+ "@skyux/popovers": "10.44.1",
50
+ "@skyux/theme": "10.44.1",
51
51
  "moment": "^2.30.1"
52
52
  },
53
53
  "dependencies": {
54
- "@skyux/icon": "10.44.0",
54
+ "@skyux/icon": "10.44.1",
55
55
  "tslib": "^2.6.2"
56
56
  },
57
57
  "module": "fesm2022/skyux-datetime.mjs",