@skyux/forms 11.0.0-alpha.5 → 11.0.0-alpha.6
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 +2659 -2722
- package/esm2022/lib/modules/checkbox/checkbox.component.mjs +8 -8
- package/esm2022/lib/modules/file-attachment/file-attachment.component.mjs +11 -21
- package/esm2022/lib/modules/file-attachment/file-drop.component.mjs +3 -3
- package/esm2022/lib/modules/input-box/input-box.component.mjs +3 -3
- package/esm2022/lib/modules/radio/radio-group.component.mjs +6 -6
- package/esm2022/lib/modules/radio/radio.component.mjs +8 -8
- package/fesm2022/skyux-forms.mjs +32 -42
- package/fesm2022/skyux-forms.mjs.map +1 -1
- package/lib/modules/checkbox/checkbox.component.d.ts +2 -1
- package/lib/modules/file-attachment/file-attachment.component.d.ts +2 -3
- package/lib/modules/radio/radio-group.component.d.ts +2 -1
- package/lib/modules/radio/radio.component.d.ts +2 -1
- package/package.json +9 -9
|
@@ -38,7 +38,7 @@ export declare class SkyCheckboxComponent implements ControlValueAccessor, OnIni
|
|
|
38
38
|
* To set the disabled state on reactive forms, use the `FormControl` instead.
|
|
39
39
|
* @default false
|
|
40
40
|
*/
|
|
41
|
-
set disabled(value: boolean
|
|
41
|
+
set disabled(value: boolean);
|
|
42
42
|
/**
|
|
43
43
|
* Whether the checkbox is disabled.
|
|
44
44
|
*/
|
|
@@ -183,6 +183,7 @@ export declare class SkyCheckboxComponent implements ControlValueAccessor, OnIni
|
|
|
183
183
|
onTouched: () => any;
|
|
184
184
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyCheckboxComponent, never>;
|
|
185
185
|
static ɵcmp: i0.ɵɵComponentDeclaration<SkyCheckboxComponent, "sky-checkbox", never, { "label": { "alias": "label"; "required": false; }; "labelledBy": { "alias": "labelledBy"; "required": false; }; "id": { "alias": "id"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "name": { "alias": "name"; "required": false; }; "helpPopoverContent": { "alias": "helpPopoverContent"; "required": false; }; "helpPopoverTitle": { "alias": "helpPopoverTitle"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "checkboxType": { "alias": "checkboxType"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; "required": { "alias": "required"; "required": false; }; "labelText": { "alias": "labelText"; "required": false; }; "labelHidden": { "alias": "labelHidden"; "required": false; }; "hintText": { "alias": "hintText"; "required": false; }; "stacked": { "alias": "stacked"; "required": false; }; "helpKey": { "alias": "helpKey"; "required": false; }; }, { "change": "change"; "checkedChange": "checkedChange"; "disabledChange": "disabledChange"; "indeterminateChange": "indeterminateChange"; }, never, ["sky-checkbox-label", "sky-form-error"], false, [{ directive: typeof i1.SkyThemeComponentClassDirective; inputs: {}; outputs: {}; }]>;
|
|
186
|
+
static ngAcceptInputType_disabled: unknown;
|
|
186
187
|
static ngAcceptInputType_required: unknown;
|
|
187
188
|
static ngAcceptInputType_labelHidden: unknown;
|
|
188
189
|
static ngAcceptInputType_stacked: unknown;
|
|
@@ -24,10 +24,8 @@ export declare class SkyFileAttachmentComponent implements AfterViewInit, AfterC
|
|
|
24
24
|
/**
|
|
25
25
|
* Whether to disable the input on template-driven forms. Don't use this input on reactive forms because they may overwrite the input or leave the control out of sync.
|
|
26
26
|
* To set the disabled state on reactive forms, use the `FormControl` instead.
|
|
27
|
-
* @default false
|
|
28
27
|
*/
|
|
29
|
-
|
|
30
|
-
get disabled(): boolean;
|
|
28
|
+
disabled: boolean;
|
|
31
29
|
/**
|
|
32
30
|
* The content of the help popover. When specified along with `labelText`, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)
|
|
33
31
|
* button is added to the single file attachment label. The help inline button displays a [popover](https://developer.blackbaud.com/skyux/components/popover)
|
|
@@ -141,6 +139,7 @@ export declare class SkyFileAttachmentComponent implements AfterViewInit, AfterC
|
|
|
141
139
|
emitClick(): void;
|
|
142
140
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyFileAttachmentComponent, [null, null, null, { optional: true; self: true; }, { optional: true; }]>;
|
|
143
141
|
static ɵcmp: i0.ɵɵComponentDeclaration<SkyFileAttachmentComponent, "sky-file-attachment", never, { "acceptedTypes": { "alias": "acceptedTypes"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "helpPopoverContent": { "alias": "helpPopoverContent"; "required": false; }; "helpPopoverTitle": { "alias": "helpPopoverTitle"; "required": false; }; "helpKey": { "alias": "helpKey"; "required": false; }; "labelText": { "alias": "labelText"; "required": false; }; "labelHidden": { "alias": "labelHidden"; "required": false; }; "hintText": { "alias": "hintText"; "required": false; }; "maxFileSize": { "alias": "maxFileSize"; "required": false; }; "minFileSize": { "alias": "minFileSize"; "required": false; }; "stacked": { "alias": "stacked"; "required": false; }; "validateFn": { "alias": "validateFn"; "required": false; }; "required": { "alias": "required"; "required": false; }; }, { "fileChange": "fileChange"; "fileClick": "fileClick"; }, ["labelComponents"], ["sky-form-error", "sky-file-attachment-label"], false, never>;
|
|
142
|
+
static ngAcceptInputType_disabled: unknown;
|
|
144
143
|
static ngAcceptInputType_labelHidden: unknown;
|
|
145
144
|
static ngAcceptInputType_stacked: unknown;
|
|
146
145
|
}
|
|
@@ -38,7 +38,7 @@ export declare class SkyRadioGroupComponent implements AfterContentInit, AfterVi
|
|
|
38
38
|
* To set the disabled state on reactive forms, use the `FormControl` instead.
|
|
39
39
|
* @default false
|
|
40
40
|
*/
|
|
41
|
-
set disabled(value: boolean
|
|
41
|
+
set disabled(value: boolean);
|
|
42
42
|
get disabled(): boolean;
|
|
43
43
|
/**
|
|
44
44
|
* The semantic heading level in the document structure. By default, the heading text is not wrapped in a heading element.
|
|
@@ -149,6 +149,7 @@ export declare class SkyRadioGroupComponent implements AfterContentInit, AfterVi
|
|
|
149
149
|
registerOnTouched(fn: any): void;
|
|
150
150
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyRadioGroupComponent, [null, null, { optional: true; self: true; }]>;
|
|
151
151
|
static ɵcmp: i0.ɵɵComponentDeclaration<SkyRadioGroupComponent, "sky-radio-group", never, { "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "headingLevel": { "alias": "headingLevel"; "required": false; }; "headingStyle": { "alias": "headingStyle"; "required": false; }; "name": { "alias": "name"; "required": false; }; "required": { "alias": "required"; "required": false; }; "stacked": { "alias": "stacked"; "required": false; }; "value": { "alias": "value"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "headingText": { "alias": "headingText"; "required": false; }; "headingHidden": { "alias": "headingHidden"; "required": false; }; "hintText": { "alias": "hintText"; "required": false; }; "helpPopoverContent": { "alias": "helpPopoverContent"; "required": false; }; "helpPopoverTitle": { "alias": "helpPopoverTitle"; "required": false; }; "helpKey": { "alias": "helpKey"; "required": false; }; }, {}, ["radios"], ["*", "sky-form-error"], false, never>;
|
|
152
|
+
static ngAcceptInputType_disabled: unknown;
|
|
152
153
|
static ngAcceptInputType_headingLevel: unknown;
|
|
153
154
|
static ngAcceptInputType_headingStyle: unknown;
|
|
154
155
|
static ngAcceptInputType_stacked: unknown;
|
|
@@ -26,7 +26,7 @@ export declare class SkyRadioComponent implements OnInit, OnDestroy, ControlValu
|
|
|
26
26
|
* To set the disabled state on reactive forms, use the `FormControl` instead.
|
|
27
27
|
* @default false
|
|
28
28
|
*/
|
|
29
|
-
set disabled(value: boolean
|
|
29
|
+
set disabled(value: boolean);
|
|
30
30
|
get disabled(): boolean;
|
|
31
31
|
/**
|
|
32
32
|
* The ID for the radio button.
|
|
@@ -158,5 +158,6 @@ export declare class SkyRadioComponent implements OnInit, OnDestroy, ControlValu
|
|
|
158
158
|
onInputFocusChange(): void;
|
|
159
159
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyRadioComponent, never>;
|
|
160
160
|
static ɵcmp: i0.ɵɵComponentDeclaration<SkyRadioComponent, "sky-radio", never, { "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "id": { "alias": "id"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelledBy": { "alias": "labelledBy"; "required": false; }; "name": { "alias": "name"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "value": { "alias": "value"; "required": false; }; "helpPopoverContent": { "alias": "helpPopoverContent"; "required": false; }; "helpPopoverTitle": { "alias": "helpPopoverTitle"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "radioType": { "alias": "radioType"; "required": false; }; "labelText": { "alias": "labelText"; "required": false; }; "labelHidden": { "alias": "labelHidden"; "required": false; }; "hintText": { "alias": "hintText"; "required": false; }; "helpKey": { "alias": "helpKey"; "required": false; }; }, { "change": "change"; "checkedChange": "checkedChange"; "disabledChange": "disabledChange"; }, never, ["sky-radio-label"], false, never>;
|
|
161
|
+
static ngAcceptInputType_disabled: unknown;
|
|
161
162
|
static ngAcceptInputType_labelHidden: unknown;
|
|
162
163
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/forms",
|
|
3
|
-
"version": "11.0.0-alpha.
|
|
3
|
+
"version": "11.0.0-alpha.6",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -41,16 +41,16 @@
|
|
|
41
41
|
"@angular/core": "^18.1.1",
|
|
42
42
|
"@angular/forms": "^18.1.1",
|
|
43
43
|
"@angular/platform-browser": "^18.1.1",
|
|
44
|
-
"@skyux-sdk/testing": "11.0.0-alpha.
|
|
45
|
-
"@skyux/core": "11.0.0-alpha.
|
|
46
|
-
"@skyux/help-inline": "11.0.0-alpha.
|
|
47
|
-
"@skyux/i18n": "11.0.0-alpha.
|
|
48
|
-
"@skyux/indicators": "11.0.0-alpha.
|
|
49
|
-
"@skyux/popovers": "11.0.0-alpha.
|
|
50
|
-
"@skyux/theme": "11.0.0-alpha.
|
|
44
|
+
"@skyux-sdk/testing": "11.0.0-alpha.6",
|
|
45
|
+
"@skyux/core": "11.0.0-alpha.6",
|
|
46
|
+
"@skyux/help-inline": "11.0.0-alpha.6",
|
|
47
|
+
"@skyux/i18n": "11.0.0-alpha.6",
|
|
48
|
+
"@skyux/indicators": "11.0.0-alpha.6",
|
|
49
|
+
"@skyux/popovers": "11.0.0-alpha.6",
|
|
50
|
+
"@skyux/theme": "11.0.0-alpha.6"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@skyux/icon": "11.0.0-alpha.
|
|
53
|
+
"@skyux/icon": "11.0.0-alpha.6",
|
|
54
54
|
"tslib": "^2.6.3"
|
|
55
55
|
},
|
|
56
56
|
"module": "fesm2022/skyux-forms.mjs",
|