@skyux/forms 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.
@@ -62,8 +62,9 @@ export declare class SkyCheckboxGroupComponent implements Validator {
62
62
  set stacked(value: boolean);
63
63
  get stacked(): boolean;
64
64
  /**
65
- * 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
66
- * placed beside the checkbox group heading. Clicking the button invokes global help as configured by the application.
65
+ * A help key that identifies the global help content to display. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)
66
+ * button is placed beside the checkbox group heading. Clicking the button invokes [global help](https://developer.blackbaud.com/skyux/learn/develop/global-help)
67
+ * as configured by the application.
67
68
  * @preview
68
69
  */
69
70
  helpKey: string | undefined;
@@ -134,8 +134,9 @@ export declare class SkyCheckboxComponent implements ControlValueAccessor, OnIni
134
134
  */
135
135
  stacked: boolean;
136
136
  /**
137
- * 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
138
- * placed beside the checkbox label. Clicking the button invokes global help as configured by the application.
137
+ * A help key that identifies the global help content to display. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)
138
+ * button is placed beside the checkbox label. Clicking the button invokes [global help](https://developer.blackbaud.com/skyux/learn/develop/global-help)
139
+ * as configured by the application.
139
140
  * @preview
140
141
  */
141
142
  helpKey: string | undefined;
@@ -54,8 +54,9 @@ export declare class SkyFieldGroupComponent {
54
54
  */
55
55
  helpPopoverTitle: string | undefined;
56
56
  /**
57
- * 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
58
- * placed beside the field group heading. Clicking the button invokes global help as configured by the application.
57
+ * A help key that identifies the global help content to display. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)
58
+ * button is placed beside the field group heading. Clicking the button invokes [global help](https://developer.blackbaud.com/skyux/learn/develop/global-help)
59
+ * as configured by the application.
59
60
  * @preview
60
61
  */
61
62
  helpKey: string | undefined;
@@ -40,8 +40,9 @@ export declare class SkyFileAttachmentComponent implements AfterViewInit, AfterC
40
40
  */
41
41
  helpPopoverTitle: string | undefined;
42
42
  /**
43
- * 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
44
- * placed beside the single file attachment label. Clicking the button invokes global help as configured by the application.
43
+ * A help key that identifies the global help content to display. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)
44
+ * button is placed beside the single file attachment label. Clicking the button invokes [global help](https://developer.blackbaud.com/skyux/learn/develop/global-help)
45
+ * as configured by the application.
45
46
  */
46
47
  helpKey: string | undefined;
47
48
  /**
@@ -123,8 +123,9 @@ export declare class SkyFileDropComponent implements OnInit, OnDestroy {
123
123
  */
124
124
  stacked: boolean;
125
125
  /**
126
- * 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
127
- * placed beside the file attachment label. Clicking the button invokes global help as configured by the application.
126
+ * A help key that identifies the global help content to display. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)
127
+ * button is placed beside the file attachment label. Clicking the button invokes [global help](https://developer.blackbaud.com/skyux/learn/develop/global-help)
128
+ * as configured by the application.
128
129
  * @preview
129
130
  */
130
131
  helpKey: string | undefined;
@@ -55,8 +55,9 @@ export declare class SkyInputBoxComponent implements OnInit, AfterContentChecked
55
55
  */
56
56
  helpPopoverContent: string | TemplateRef<unknown> | undefined;
57
57
  /**
58
- * 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
59
- * placed beside the input box label. Clicking the button invokes global help as configured by the application.
58
+ * A help key that identifies the global help content to display. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)
59
+ * button is placed beside the input box label. Clicking the button invokes [global help](https://developer.blackbaud.com/skyux/learn/develop/global-help)
60
+ * as configured by the application.
60
61
  * @preview
61
62
  */
62
63
  helpKey: string | undefined;
@@ -121,8 +121,9 @@ export declare class SkyRadioGroupComponent implements AfterContentInit, AfterVi
121
121
  */
122
122
  helpPopoverTitle: string | undefined;
123
123
  /**
124
- * 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
125
- * placed beside the radio group heading. Clicking the button invokes global help as configured by the application.
124
+ * A help key that identifies the global help content to display. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)
125
+ * button is placed beside the radio group heading. Clicking the button invokes [global help](https://developer.blackbaud.com/skyux/learn/develop/global-help)
126
+ * as configured by the application.
126
127
  * @preview
127
128
  */
128
129
  helpKey: string | undefined;
@@ -125,8 +125,9 @@ export declare class SkyRadioComponent implements OnInit, OnDestroy, ControlValu
125
125
  */
126
126
  hintText: string | undefined;
127
127
  /**
128
- * 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
129
- * placed beside the radio button label. Clicking the button invokes global help as configured by the application.
128
+ * A help key that identifies the global help content to display. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)
129
+ * button is placed beside the radio button label. Clicking the button invokes [global help](https://developer.blackbaud.com/skyux/learn/develop/global-help)
130
+ * as configured by the application.
130
131
  * @preview
131
132
  */
132
133
  helpKey: string | undefined;
@@ -56,8 +56,9 @@ export declare class SkyToggleSwitchComponent implements AfterContentInit, OnIni
56
56
  */
57
57
  labelHidden: boolean;
58
58
  /**
59
- * 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
60
- * placed beside the toggle switch label. Clicking the button invokes global help as configured by the application.
59
+ * A help key that identifies the global help content to display. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)
60
+ * button is placed beside the toggle switch label. Clicking the button invokes [global help](https://developer.blackbaud.com/skyux/learn/develop/global-help)
61
+ * as configured by the application.
61
62
  * @preview
62
63
  */
63
64
  helpKey: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/forms",
3
- "version": "10.28.0",
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.28.0",
45
- "@skyux/core": "10.28.0",
46
- "@skyux/help-inline": "10.28.0",
47
- "@skyux/i18n": "10.28.0",
48
- "@skyux/indicators": "10.28.0",
49
- "@skyux/popovers": "10.28.0",
50
- "@skyux/theme": "10.28.0"
44
+ "@skyux-sdk/testing": "10.30.0",
45
+ "@skyux/core": "10.30.0",
46
+ "@skyux/help-inline": "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
  },
52
52
  "dependencies": {
53
53
  "tslib": "^2.6.2"