@skyux/forms 10.43.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.
@@ -11,7 +11,7 @@ export declare class SkyCheckboxGroupComponent implements Validator {
11
11
  /**
12
12
  * The content of the help popover. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)
13
13
  * button is added to the checkbox group fieldset legend. The help inline button displays a [popover](https://developer.blackbaud.com/skyux/components/popover)
14
- * when clicked using the specified content and optional title.
14
+ * when clicked using the specified content and optional title. This property only applies when `headingText` is also specified.
15
15
  */
16
16
  helpPopoverContent: string | TemplateRef<unknown> | undefined;
17
17
  /**
@@ -55,7 +55,7 @@ export declare class SkyCheckboxGroupComponent implements Validator {
55
55
  /**
56
56
  * A help key that identifies the global help content to display. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)
57
57
  * button is placed beside the checkbox group heading. Clicking the button invokes [global help](https://developer.blackbaud.com/skyux/learn/develop/global-help)
58
- * as configured by the application.
58
+ * as configured by the application. This property only applies when `headingText` is also specified.
59
59
  */
60
60
  helpKey: string | undefined;
61
61
  stackedLg: boolean;
@@ -57,7 +57,7 @@ export declare class SkyCheckboxComponent implements ControlValueAccessor, Valid
57
57
  /**
58
58
  * The content of the help popover. When specified along with `labelText`, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)
59
59
  * button is added to the checkbox label. The help inline button displays a [popover](https://developer.blackbaud.com/skyux/components/popover)
60
- * when clicked using the specified content and optional title.
60
+ * when clicked using the specified content and optional title. This property only applies when `labelText` is also specified.
61
61
  */
62
62
  helpPopoverContent: string | TemplateRef<unknown> | undefined;
63
63
  /**
@@ -131,7 +131,7 @@ export declare class SkyCheckboxComponent implements ControlValueAccessor, Valid
131
131
  /**
132
132
  * A help key that identifies the global help content to display. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)
133
133
  * button is placed beside the checkbox label. Clicking the button invokes [global help](https://developer.blackbaud.com/skyux/learn/develop/global-help)
134
- * as configured by the application.
134
+ * as configured by the application. This property only applies when `labelText` is also specified.
135
135
  */
136
136
  helpKey: string | undefined;
137
137
  /**
@@ -37,7 +37,7 @@ export declare class SkyFieldGroupComponent {
37
37
  /**
38
38
  * The content of the help popover. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)
39
39
  * button is added to the field group heading. The help inline button displays a [popover](https://developer.blackbaud.com/skyux/components/popover)
40
- * when clicked using the specified content and optional title.
40
+ * when clicked using the specified content and optional title. This property only applies when `headingText` is also specified.
41
41
  */
42
42
  helpPopoverContent: string | TemplateRef<unknown> | undefined;
43
43
  /**
@@ -48,7 +48,7 @@ export declare class SkyFieldGroupComponent {
48
48
  /**
49
49
  * A help key that identifies the global help content to display. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)
50
50
  * button is placed beside the field group heading. Clicking the button invokes [global help](https://developer.blackbaud.com/skyux/learn/develop/global-help)
51
- * as configured by the application.
51
+ * as configured by the application. This property only applies when `headingText` is also specified.
52
52
  */
53
53
  helpKey: string | undefined;
54
54
  protected headingClass: string;
@@ -36,7 +36,7 @@ export declare class SkyFileAttachmentComponent implements AfterViewInit, AfterC
36
36
  /**
37
37
  * The content of the help popover. When specified along with `labelText`, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)
38
38
  * button is added to the single file attachment label. The help inline button displays a [popover](https://developer.blackbaud.com/skyux/components/popover)
39
- * when clicked using the specified content and optional title.
39
+ * when clicked using the specified content and optional title. This property only applies when `labelText` is also specified.
40
40
  */
41
41
  helpPopoverContent: string | TemplateRef<unknown> | undefined;
42
42
  /**
@@ -47,7 +47,7 @@ export declare class SkyFileAttachmentComponent implements AfterViewInit, AfterC
47
47
  /**
48
48
  * A help key that identifies the global help content to display. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)
49
49
  * button is placed beside the single file attachment label. Clicking the button invokes [global help](https://developer.blackbaud.com/skyux/learn/develop/global-help)
50
- * as configured by the application.
50
+ * as configured by the application. This property only applies when `labelText` is also specified.
51
51
  */
52
52
  helpKey: string | undefined;
53
53
  /**
@@ -107,7 +107,7 @@ export declare class SkyFileDropComponent implements OnDestroy {
107
107
  /**
108
108
  * The content of the help popover. When specified along with `labelText`, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)
109
109
  * button is added to the file attachment label. The help inline button displays a [popover](https://developer.blackbaud.com/skyux/components/popover)
110
- * when clicked using the specified content and optional title.
110
+ * when clicked using the specified content and optional title. This property only applies when `labelText` is also specified.
111
111
  */
112
112
  helpPopoverContent: string | TemplateRef<unknown> | undefined;
113
113
  /**
@@ -123,7 +123,7 @@ export declare class SkyFileDropComponent implements OnDestroy {
123
123
  /**
124
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
125
  * button is placed beside the file attachment label. Clicking the button invokes [global help](https://developer.blackbaud.com/skyux/learn/develop/global-help)
126
- * as configured by the application.
126
+ * as configured by the application. This property only applies when `labelText` is also specified.
127
127
  */
128
128
  helpKey: string | undefined;
129
129
  inputEl: ElementRef | undefined;
@@ -51,13 +51,13 @@ export declare class SkyInputBoxComponent implements OnInit, AfterContentChecked
51
51
  /**
52
52
  * The content of the help popover. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)
53
53
  * button is added to the input box label. The help inline button displays a [popover](https://developer.blackbaud.com/skyux/components/popover)
54
- * when clicked using the specified content and optional title.
54
+ * when clicked using the specified content and optional title. This property only applies when `labelText` is also specified.
55
55
  */
56
56
  helpPopoverContent: string | TemplateRef<unknown> | undefined;
57
57
  /**
58
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
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
+ * as configured by the application. This property only applies when `labelText` is also specified.
61
61
  */
62
62
  helpKey: string | undefined;
63
63
  /**
@@ -104,7 +104,7 @@ export declare class SkyRadioGroupComponent implements AfterContentInit, AfterVi
104
104
  /**
105
105
  * The content of the help popover. When specified along with `headingText`, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)
106
106
  * button is added to radio group. The help inline button displays a [popover](https://developer.blackbaud.com/skyux/components/popover)
107
- * when clicked using the specified content and optional title.
107
+ * when clicked using the specified content and optional title. This property only applies when `headingText` is also specified.
108
108
  */
109
109
  helpPopoverContent: string | TemplateRef<unknown> | undefined;
110
110
  /**
@@ -115,7 +115,7 @@ export declare class SkyRadioGroupComponent implements AfterContentInit, AfterVi
115
115
  /**
116
116
  * A help key that identifies the global help content to display. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)
117
117
  * button is placed beside the radio group heading. Clicking the button invokes [global help](https://developer.blackbaud.com/skyux/learn/develop/global-help)
118
- * as configured by the application.
118
+ * as configured by the application. This property only applies when `headingText` is also specified.
119
119
  */
120
120
  helpKey: string | undefined;
121
121
  /**
@@ -81,7 +81,7 @@ export declare class SkyRadioComponent implements OnDestroy, ControlValueAccesso
81
81
  /**
82
82
  * The content of the help popover. When specified along with `labelText`, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)
83
83
  * button is added to radio button. The help inline button displays a [popover](https://developer.blackbaud.com/skyux/components/popover)
84
- * when clicked using the specified content and optional title.
84
+ * when clicked using the specified content and optional title. This property only applies when `labelText` is also specified.
85
85
  */
86
86
  helpPopoverContent: string | TemplateRef<unknown> | undefined;
87
87
  /**
@@ -122,7 +122,7 @@ export declare class SkyRadioComponent implements OnDestroy, ControlValueAccesso
122
122
  /**
123
123
  * A help key that identifies the global help content to display. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)
124
124
  * button is placed beside the radio button label. Clicking the button invokes [global help](https://developer.blackbaud.com/skyux/learn/develop/global-help)
125
- * as configured by the application.
125
+ * as configured by the application. This property only applies when `labelText` is also specified.
126
126
  */
127
127
  helpKey: string | undefined;
128
128
  /**
@@ -30,7 +30,7 @@ export declare class SkyToggleSwitchComponent implements AfterContentInit, OnDes
30
30
  /**
31
31
  * The content of the help popover. When specified along with `labelText`, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)
32
32
  * button is added to the toggle switch. The help inline button displays a [popover](https://developer.blackbaud.com/skyux/components/popover)
33
- * when clicked using the specified content and optional title.
33
+ * when clicked using the specified content and optional title. This property only applies when `labelText` is also specified.
34
34
  */
35
35
  helpPopoverContent: string | TemplateRef<unknown> | undefined;
36
36
  /**
@@ -54,7 +54,7 @@ export declare class SkyToggleSwitchComponent implements AfterContentInit, OnDes
54
54
  /**
55
55
  * A help key that identifies the global help content to display. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)
56
56
  * button is placed beside the toggle switch label. Clicking the button invokes [global help](https://developer.blackbaud.com/skyux/learn/develop/global-help)
57
- * as configured by the application.
57
+ * as configured by the application. This property only applies when `labelText` is also specified.
58
58
  */
59
59
  helpKey: string | undefined;
60
60
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/forms",
3
- "version": "10.43.0",
3
+ "version": "10.44.1",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -41,16 +41,16 @@
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.43.0",
45
- "@skyux/core": "10.43.0",
46
- "@skyux/help-inline": "10.43.0",
47
- "@skyux/i18n": "10.43.0",
48
- "@skyux/indicators": "10.43.0",
49
- "@skyux/popovers": "10.43.0",
50
- "@skyux/theme": "10.43.0"
44
+ "@skyux-sdk/testing": "10.44.1",
45
+ "@skyux/core": "10.44.1",
46
+ "@skyux/help-inline": "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
  },
52
52
  "dependencies": {
53
- "@skyux/icon": "10.43.0",
53
+ "@skyux/icon": "10.44.1",
54
54
  "tslib": "^2.6.2"
55
55
  },
56
56
  "module": "fesm2022/skyux-forms.mjs",