@skyux/forms 10.26.0 → 10.27.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.
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import { FormGroup } from '@angular/forms';
|
|
2
|
+
import { FormGroup, ValidationErrors, Validator } from '@angular/forms';
|
|
3
3
|
import { SkyCheckboxGroupHeadingLevel } from './checkbox-group-heading-level';
|
|
4
4
|
import { SkyCheckboxGroupHeadingStyle } from './checkbox-group-heading-style';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
/**
|
|
7
7
|
* Organizes checkboxes into a group.
|
|
8
8
|
*/
|
|
9
|
-
export declare class SkyCheckboxGroupComponent {
|
|
9
|
+
export declare class SkyCheckboxGroupComponent implements Validator {
|
|
10
10
|
#private;
|
|
11
11
|
/**
|
|
12
12
|
* The content of the help popover. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)
|
|
@@ -61,11 +61,6 @@ export declare class SkyCheckboxGroupComponent {
|
|
|
61
61
|
*/
|
|
62
62
|
set stacked(value: boolean);
|
|
63
63
|
get stacked(): boolean;
|
|
64
|
-
/**
|
|
65
|
-
* The form group that contains the group of checkboxes.
|
|
66
|
-
* @preview
|
|
67
|
-
*/
|
|
68
|
-
formGroup: FormGroup;
|
|
69
64
|
/**
|
|
70
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
|
|
71
66
|
* placed beside the checkbox group heading. Clicking the button invokes global help as configured by the application.
|
|
@@ -77,8 +72,10 @@ export declare class SkyCheckboxGroupComponent {
|
|
|
77
72
|
get headingClass(): string;
|
|
78
73
|
protected errorId: string;
|
|
79
74
|
protected formErrorsDataId: string;
|
|
75
|
+
protected formGroup: FormGroup | null | undefined;
|
|
76
|
+
validate(formGroup: FormGroup): ValidationErrors | null;
|
|
80
77
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyCheckboxGroupComponent, never>;
|
|
81
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkyCheckboxGroupComponent, "sky-checkbox-group", never, { "helpPopoverContent": { "alias": "helpPopoverContent"; "required": false; }; "helpPopoverTitle": { "alias": "helpPopoverTitle"; "required": false; }; "headingText": { "alias": "headingText"; "required": true; }; "headingHidden": { "alias": "headingHidden"; "required": false; }; "headingLevel": { "alias": "headingLevel"; "required": false; }; "headingStyle": { "alias": "headingStyle"; "required": false; }; "hintText": { "alias": "hintText"; "required": false; }; "required": { "alias": "required"; "required": false; }; "stacked": { "alias": "stacked"; "required": false; }; "
|
|
78
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkyCheckboxGroupComponent, "sky-checkbox-group", never, { "helpPopoverContent": { "alias": "helpPopoverContent"; "required": false; }; "helpPopoverTitle": { "alias": "helpPopoverTitle"; "required": false; }; "headingText": { "alias": "headingText"; "required": true; }; "headingHidden": { "alias": "headingHidden"; "required": false; }; "headingLevel": { "alias": "headingLevel"; "required": false; }; "headingStyle": { "alias": "headingStyle"; "required": false; }; "hintText": { "alias": "hintText"; "required": false; }; "required": { "alias": "required"; "required": false; }; "stacked": { "alias": "stacked"; "required": false; }; "helpKey": { "alias": "helpKey"; "required": false; }; }, {}, never, ["sky-checkbox[icon]", "sky-checkbox", "sky-form-error"], true, never>;
|
|
82
79
|
static ngAcceptInputType_headingHidden: unknown;
|
|
83
80
|
static ngAcceptInputType_headingLevel: unknown;
|
|
84
81
|
static ngAcceptInputType_headingStyle: unknown;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/forms",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.27.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.
|
|
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.27.0",
|
|
45
|
+
"@skyux/core": "10.27.0",
|
|
46
|
+
"@skyux/help-inline": "10.27.0",
|
|
47
|
+
"@skyux/i18n": "10.27.0",
|
|
48
|
+
"@skyux/indicators": "10.27.0",
|
|
49
|
+
"@skyux/popovers": "10.27.0",
|
|
50
|
+
"@skyux/theme": "10.27.0"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"tslib": "^2.6.2"
|