@skyux/forms 10.29.0 → 10.30.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.
- package/documentation.json +1121 -1121
- package/esm2022/lib/modules/checkbox/checkbox-group.component.mjs +1 -1
- package/esm2022/lib/modules/checkbox/checkbox.component.mjs +1 -1
- package/esm2022/lib/modules/field-group/field-group.component.mjs +1 -1
- package/esm2022/lib/modules/file-attachment/file-attachment.component.mjs +1 -1
- package/esm2022/lib/modules/file-attachment/file-drop.component.mjs +1 -1
- package/esm2022/lib/modules/input-box/input-box.component.mjs +1 -1
- package/esm2022/lib/modules/radio/radio-group.component.mjs +1 -1
- package/esm2022/lib/modules/radio/radio.component.mjs +1 -1
- package/esm2022/lib/modules/toggle-switch/toggle-switch.component.mjs +1 -1
- package/fesm2022/skyux-forms.mjs.map +1 -1
- package/lib/modules/checkbox/checkbox-group.component.d.ts +3 -2
- package/lib/modules/checkbox/checkbox.component.d.ts +3 -2
- package/lib/modules/field-group/field-group.component.d.ts +3 -2
- package/lib/modules/file-attachment/file-attachment.component.d.ts +3 -2
- package/lib/modules/file-attachment/file-drop.component.d.ts +3 -2
- package/lib/modules/input-box/input-box.component.d.ts +3 -2
- package/lib/modules/radio/radio-group.component.d.ts +3 -2
- package/lib/modules/radio/radio.component.d.ts +3 -2
- package/lib/modules/toggle-switch/toggle-switch.component.d.ts +3 -2
- package/package.json +8 -8
|
@@ -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)
|
|
66
|
-
* placed beside the checkbox group heading. Clicking the button invokes global help
|
|
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)
|
|
138
|
-
* placed beside the checkbox label. Clicking the button invokes global help
|
|
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)
|
|
58
|
-
* placed beside the field group heading. Clicking the button invokes global help
|
|
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)
|
|
44
|
-
* placed beside the single file attachment label. Clicking the button invokes global help
|
|
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)
|
|
127
|
-
* placed beside the file attachment label. Clicking the button invokes global help
|
|
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)
|
|
59
|
-
* placed beside the input box label. Clicking the button invokes global help
|
|
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)
|
|
125
|
-
* placed beside the radio group heading. Clicking the button invokes global help
|
|
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)
|
|
129
|
-
* placed beside the radio button label. Clicking the button invokes global help
|
|
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)
|
|
60
|
-
* placed beside the toggle switch label. Clicking the button invokes global help
|
|
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.
|
|
3
|
+
"version": "10.30.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.
|
|
45
|
-
"@skyux/core": "10.
|
|
46
|
-
"@skyux/help-inline": "10.
|
|
47
|
-
"@skyux/i18n": "10.
|
|
48
|
-
"@skyux/indicators": "10.
|
|
49
|
-
"@skyux/popovers": "10.
|
|
50
|
-
"@skyux/theme": "10.
|
|
44
|
+
"@skyux-sdk/testing": "10.30.1",
|
|
45
|
+
"@skyux/core": "10.30.1",
|
|
46
|
+
"@skyux/help-inline": "10.30.1",
|
|
47
|
+
"@skyux/i18n": "10.30.1",
|
|
48
|
+
"@skyux/indicators": "10.30.1",
|
|
49
|
+
"@skyux/popovers": "10.30.1",
|
|
50
|
+
"@skyux/theme": "10.30.1"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"tslib": "^2.6.2"
|