@skyux/datetime 10.20.0 → 10.21.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.
@@ -75,6 +75,12 @@ export declare class SkyDateRangePickerComponent implements AfterViewInit, Contr
75
75
  * on the form control to mark the date range picker as required.
76
76
  */
77
77
  startDateRequired: boolean;
78
+ /**
79
+ * A help key that identifies the global help content to display. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline) button is
80
+ * placed beside the date range picker label. Clicking the button invokes global help as configured by the application.
81
+ * @preview
82
+ */
83
+ helpKey: string | undefined;
78
84
  protected display: string | undefined;
79
85
  protected calculators: SkyDateRangeCalculator[];
80
86
  protected formGroup: FormGroup;
@@ -102,7 +108,7 @@ export declare class SkyDateRangePickerComponent implements AfterViewInit, Contr
102
108
  protected isRequired(): boolean;
103
109
  protected onBlur(): void;
104
110
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyDateRangePickerComponent, never>;
105
- 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; }; "required": { "alias": "required"; "required": false; }; "stacked": { "alias": "stacked"; "required": false; }; "startDateRequired": { "alias": "startDateRequired"; "required": false; }; }, {}, never, never, true, never>;
111
+ 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; }; "required": { "alias": "required"; "required": false; }; "stacked": { "alias": "stacked"; "required": false; }; "startDateRequired": { "alias": "startDateRequired"; "required": false; }; "helpKey": { "alias": "helpKey"; "required": false; }; }, {}, never, never, true, never>;
106
112
  static ngAcceptInputType_disabled: unknown;
107
113
  static ngAcceptInputType_endDateRequired: unknown;
108
114
  static ngAcceptInputType_required: unknown;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/datetime",
3
- "version": "10.20.0",
3
+ "version": "10.21.1",
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.20.0",
45
- "@skyux/core": "10.20.0",
46
- "@skyux/forms": "10.20.0",
47
- "@skyux/i18n": "10.20.0",
48
- "@skyux/indicators": "10.20.0",
49
- "@skyux/popovers": "10.20.0",
50
- "@skyux/theme": "10.20.0",
44
+ "@skyux-sdk/testing": "10.21.1",
45
+ "@skyux/core": "10.21.1",
46
+ "@skyux/forms": "10.21.1",
47
+ "@skyux/i18n": "10.21.1",
48
+ "@skyux/indicators": "10.21.1",
49
+ "@skyux/popovers": "10.21.1",
50
+ "@skyux/theme": "10.21.1",
51
51
  "moment": "^2.30.1"
52
52
  },
53
53
  "dependencies": {