@skyux/forms 11.17.0 → 11.18.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.
@@ -3,6 +3,7 @@ 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
+ import * as i1 from "@skyux/theme";
6
7
  /**
7
8
  * Organizes checkboxes into a group.
8
9
  */
@@ -66,7 +67,7 @@ export declare class SkyCheckboxGroupComponent implements Validator {
66
67
  protected formGroup: FormGroup | null | undefined;
67
68
  validate(formGroup: FormGroup): ValidationErrors | null;
68
69
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyCheckboxGroupComponent, never>;
69
- 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>;
70
+ 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, [{ directive: typeof i1.SkyThemeComponentClassDirective; inputs: {}; outputs: {}; }]>;
70
71
  static ngAcceptInputType_headingHidden: unknown;
71
72
  static ngAcceptInputType_headingLevel: unknown;
72
73
  static ngAcceptInputType_headingStyle: unknown;
@@ -11,8 +11,9 @@ import * as i9 from "../shared/sky-forms-resources.module";
11
11
  import * as i10 from "@skyux/help-inline";
12
12
  import * as i11 from "@skyux/icon";
13
13
  import * as i12 from "@skyux/core";
14
+ import * as i13 from "@skyux/theme";
14
15
  export declare class SkyCheckboxModule {
15
16
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyCheckboxModule, never>;
16
- static ɵmod: i0.ɵɵNgModuleDeclaration<SkyCheckboxModule, [typeof i1.SkyCheckboxComponent, typeof i2.SkyCheckboxLabelComponent, typeof i3.SkyCheckboxLabelTextLabelComponent], [typeof i4.CommonModule, typeof i5.FormsModule, typeof i6.SkyCheckboxGroupComponent, typeof i7.SkyFormErrorModule, typeof i8.SkyFormErrorsModule, typeof i9.SkyFormsResourcesModule, typeof i10.SkyHelpInlineModule, typeof i11.SkyIconModule, typeof i12.SkyIdModule, typeof i12.SkyTrimModule], [typeof i1.SkyCheckboxComponent, typeof i2.SkyCheckboxLabelComponent, typeof i6.SkyCheckboxGroupComponent, typeof i7.SkyFormErrorModule]>;
17
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SkyCheckboxModule, [typeof i1.SkyCheckboxComponent, typeof i2.SkyCheckboxLabelComponent, typeof i3.SkyCheckboxLabelTextLabelComponent], [typeof i4.CommonModule, typeof i5.FormsModule, typeof i6.SkyCheckboxGroupComponent, typeof i7.SkyFormErrorModule, typeof i8.SkyFormErrorsModule, typeof i9.SkyFormsResourcesModule, typeof i10.SkyHelpInlineModule, typeof i11.SkyIconModule, typeof i12.SkyIdModule, typeof i13.SkyThemeModule, typeof i12.SkyTrimModule], [typeof i1.SkyCheckboxComponent, typeof i2.SkyCheckboxLabelComponent, typeof i6.SkyCheckboxGroupComponent, typeof i7.SkyFormErrorModule]>;
17
18
  static ɵinj: i0.ɵɵInjectorDeclaration<SkyCheckboxModule>;
18
19
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/forms",
3
- "version": "11.17.0",
3
+ "version": "11.18.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -41,14 +41,14 @@
41
41
  "@angular/core": "^18.2.8",
42
42
  "@angular/forms": "^18.2.8",
43
43
  "@angular/platform-browser": "^18.2.8",
44
- "@skyux-sdk/testing": "11.17.0",
45
- "@skyux/core": "11.17.0",
46
- "@skyux/help-inline": "11.17.0",
47
- "@skyux/i18n": "11.17.0",
48
- "@skyux/icon": "11.17.0",
49
- "@skyux/indicators": "11.17.0",
50
- "@skyux/popovers": "11.17.0",
51
- "@skyux/theme": "11.17.0"
44
+ "@skyux-sdk/testing": "11.18.0",
45
+ "@skyux/core": "11.18.0",
46
+ "@skyux/help-inline": "11.18.0",
47
+ "@skyux/i18n": "11.18.0",
48
+ "@skyux/icon": "11.18.0",
49
+ "@skyux/indicators": "11.18.0",
50
+ "@skyux/popovers": "11.18.0",
51
+ "@skyux/theme": "11.18.0"
52
52
  },
53
53
  "dependencies": {
54
54
  "tslib": "^2.6.3"