@skyux/forms 12.0.0-alpha.3 → 12.0.0-alpha.4

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.
Files changed (23) hide show
  1. package/documentation.json +2970 -1398
  2. package/fesm2022/skyux-forms.mjs +0 -30
  3. package/fesm2022/skyux-forms.mjs.map +1 -1
  4. package/lib/modules/character-counter/character-counter.module.d.ts +0 -3
  5. package/lib/modules/checkbox/checkbox.module.d.ts +0 -3
  6. package/lib/modules/field-group/field-group.module.d.ts +0 -3
  7. package/lib/modules/file-attachment/file-attachment/file-attachment.module.d.ts +0 -3
  8. package/lib/modules/file-attachment/file-drop/file-drop.module.d.ts +0 -3
  9. package/lib/modules/form-error/form-error.module.d.ts +0 -3
  10. package/lib/modules/input-box/input-box.module.d.ts +0 -3
  11. package/lib/modules/radio/radio.module.d.ts +0 -3
  12. package/lib/modules/selection-box/selection-box.module.d.ts +0 -3
  13. package/lib/modules/toggle-switch/toggle-switch.module.d.ts +0 -3
  14. package/package.json +9 -9
  15. package/testing/modules/character-counter/character-counter-indicator-harness-filters.d.ts +0 -1
  16. package/testing/modules/checkbox/checkbox-group-harness-filters.d.ts +0 -1
  17. package/testing/modules/checkbox/checkbox-harness-filters.d.ts +0 -1
  18. package/testing/modules/field-group/field-group-harness-filters.d.ts +0 -1
  19. package/testing/modules/file-attachment/file-attachment/file-attachment-harness-filters.d.ts +0 -1
  20. package/testing/modules/file-attachment/file-drop/file-drop-harness-filters.d.ts +0 -1
  21. package/testing/modules/input-box/input-box-harness-filters.d.ts +0 -1
  22. package/testing/modules/radio/radio-group-harness-filters.d.ts +0 -1
  23. package/testing/modules/radio/radio-harness-filters.d.ts +0 -1
@@ -5,9 +5,6 @@ import * as i3 from "@angular/common";
5
5
  import * as i4 from "@angular/forms";
6
6
  import * as i5 from "./character-counter-screen-reader.pipe";
7
7
  import * as i6 from "../shared/sky-forms-resources.module";
8
- /**
9
- * @docsIncludeIds SkyCharacterCounterIndicatorComponent, SkyCharacterCounterInputDirective, SkyCharacterCounterScreenReaderPipe, SkyCharacterCounterIndicatorHarness
10
- */
11
8
  export declare class SkyCharacterCounterModule {
12
9
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyCharacterCounterModule, never>;
13
10
  static ɵmod: i0.ɵɵNgModuleDeclaration<SkyCharacterCounterModule, [typeof i1.SkyCharacterCounterInputDirective, typeof i2.SkyCharacterCounterIndicatorComponent], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof i5.SkyCharacterCounterScreenReaderPipe, typeof i6.SkyFormsResourcesModule], [typeof i1.SkyCharacterCounterInputDirective, typeof i2.SkyCharacterCounterIndicatorComponent]>;
@@ -12,9 +12,6 @@ import * as i10 from "@skyux/help-inline";
12
12
  import * as i11 from "@skyux/icon";
13
13
  import * as i12 from "@skyux/core";
14
14
  import * as i13 from "@skyux/theme";
15
- /**
16
- * @docsIncludeIds SkyCheckboxComponent, SkyCheckboxGroupComponent, SkyCheckboxLabelComponent, SkyCheckboxChange, SkyCheckboxGroupHeadingLevel, SkyCheckboxGroupHeadingStyle, SkyCheckboxHarness, SkyCheckboxGroupHarness
17
- */
18
15
  export declare class SkyCheckboxModule {
19
16
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyCheckboxModule, never>;
20
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 i12.SkyTrimModule, typeof i13.SkyThemeModule], [typeof i1.SkyCheckboxComponent, typeof i2.SkyCheckboxLabelComponent, typeof i6.SkyCheckboxGroupComponent, typeof i7.SkyFormErrorModule]>;
@@ -1,8 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./field-group.component";
3
- /**
4
- * @docsIncludeIds SkyFieldGroupComponent, SkyFieldGroupHeadingLevel, SkyFieldGroupHeadingStyle, SkyFieldGroupHarness
5
- */
6
3
  export declare class SkyFieldGroupModule {
7
4
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyFieldGroupModule, never>;
8
5
  static ɵmod: i0.ɵɵNgModuleDeclaration<SkyFieldGroupModule, never, [typeof i1.SkyFieldGroupComponent], [typeof i1.SkyFieldGroupComponent]>;
@@ -2,9 +2,6 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "./file-attachment.component";
3
3
  import * as i2 from "./file-attachment-label.component";
4
4
  import * as i3 from "../../form-error/form-error.module";
5
- /**
6
- * @docsIncludeIds SkyFileAttachmentComponent, SkyFileAttachmentLabelComponent, SkyFileAttachmentChange, SkyFileAttachmentClick, SkyFileLink, SkyFileItemErrorType, SkyFileItem, SkyFileValidateFn, SkyFileAttachmentHarness, provideSkyFileAttachmentTesting
7
- */
8
5
  export declare class SkyFileAttachmentModule {
9
6
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyFileAttachmentModule, never>;
10
7
  static ɵmod: i0.ɵɵNgModuleDeclaration<SkyFileAttachmentModule, never, [typeof i1.SkyFileAttachmentComponent, typeof i2.SkyFileAttachmentLabelComponent], [typeof i1.SkyFileAttachmentComponent, typeof i2.SkyFileAttachmentLabelComponent, typeof i3.SkyFormErrorModule]>;
@@ -2,9 +2,6 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "./file-drop.component";
3
3
  import * as i2 from "./file-item.component";
4
4
  import * as i3 from "../../form-error/form-error.module";
5
- /**
6
- * @docsIncludeIds SkyFileDropComponent, SkyFileItemComponent, SkyFileDropChange, SkyFileLink, SkyFileItem, SkyFileValidateFn, SkyFileDropHarness, SkyFileItemHarness, SkyFileItemHarnessFilters, provideSkyFileAttachmentTesting
7
- */
8
5
  export declare class SkyFileDropModule {
9
6
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyFileDropModule, never>;
10
7
  static ɵmod: i0.ɵɵNgModuleDeclaration<SkyFileDropModule, never, [typeof i1.SkyFileDropComponent, typeof i2.SkyFileItemComponent], [typeof i1.SkyFileDropComponent, typeof i2.SkyFileItemComponent, typeof i3.SkyFormErrorModule]>;
@@ -1,8 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./form-error.component";
3
- /**
4
- * @docsIncludeIds SkyFormErrorComponent, SkyFormErrorsHarness, SkyFormErrorsHarnessFilters, SkyFormErrorHarness, SkyFormErrorHarnessFilters
5
- */
6
3
  export declare class SkyFormErrorModule {
7
4
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyFormErrorModule, never>;
8
5
  static ɵmod: i0.ɵɵNgModuleDeclaration<SkyFormErrorModule, never, [typeof i1.SkyFormErrorComponent], [typeof i1.SkyFormErrorComponent]>;
@@ -9,9 +9,6 @@ import * as i7 from "@skyux/help-inline";
9
9
  import * as i8 from "./input-box-control.directive";
10
10
  import * as i9 from "./input-box-hint-text.pipe";
11
11
  import * as i10 from "@skyux/theme";
12
- /**
13
- * @docsIncludeIds SkyInputBoxComponent, SkyInputBoxHarness
14
- */
15
12
  export declare class SkyInputBoxModule {
16
13
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyInputBoxModule, never>;
17
14
  static ɵmod: i0.ɵɵNgModuleDeclaration<SkyInputBoxModule, [typeof i1.SkyInputBoxComponent], [typeof i2.CommonModule, typeof i3.SkyCharacterCounterModule, typeof i4.SkyFormErrorsModule, typeof i5.SkyFormErrorModule, typeof i6.SkyFormsResourcesModule, typeof i7.SkyHelpInlineModule, typeof i8.SkyInputBoxControlDirective, typeof i9.SkyInputBoxHintTextPipe, typeof i10.SkyThemeModule], [typeof i9.SkyInputBoxHintTextPipe, typeof i1.SkyInputBoxComponent, typeof i8.SkyInputBoxControlDirective, typeof i5.SkyFormErrorModule]>;
@@ -11,9 +11,6 @@ import * as i9 from "@skyux/icon";
11
11
  import * as i10 from "@skyux/core";
12
12
  import * as i11 from "../shared/sky-forms-resources.module";
13
13
  import * as i12 from "@skyux/theme";
14
- /**
15
- * @docsIncludeIds SkyRadioGroupComponent, SkyRadioComponent, SkyRadioLabelComponent, SkyRadioGroupHeadingLevel, SkyRadioGroupHeadingStyle, SkyRadioChange, SkyRadioType, SkyRadioGroupHarness, SkyRadioHarness
16
- */
17
14
  export declare class SkyRadioModule {
18
15
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyRadioModule, never>;
19
16
  static ɵmod: i0.ɵɵNgModuleDeclaration<SkyRadioModule, [typeof i1.SkyRadioComponent, typeof i2.SkyRadioGroupComponent, typeof i3.SkyRadioLabelComponent], [typeof i4.CommonModule, typeof i5.FormsModule, typeof i6.SkyFormErrorModule, typeof i7.SkyFormErrorsModule, typeof i8.SkyHelpInlineModule, typeof i9.SkyIconModule, typeof i10.SkyIdModule, typeof i11.SkyFormsResourcesModule, typeof i10.SkyTrimModule, typeof i12.SkyThemeModule], [typeof i6.SkyFormErrorModule, typeof i1.SkyRadioComponent, typeof i2.SkyRadioGroupComponent, typeof i3.SkyRadioLabelComponent]>;
@@ -5,9 +5,6 @@ import * as i3 from "./selection-box-description.component";
5
5
  import * as i4 from "./selection-box-header.component";
6
6
  import * as i5 from "@angular/common";
7
7
  import * as i6 from "@skyux/theme";
8
- /**
9
- * @docsIncludeIds SkySelectionBoxComponent, SkySelectionBoxHeaderComponent, SkySelectionBoxDescriptionComponent, SkySelectionBoxGridComponent
10
- */
11
8
  export declare class SkySelectionBoxModule {
12
9
  static ɵfac: i0.ɵɵFactoryDeclaration<SkySelectionBoxModule, never>;
13
10
  static ɵmod: i0.ɵɵNgModuleDeclaration<SkySelectionBoxModule, [typeof i1.SkySelectionBoxGridComponent, typeof i2.SkySelectionBoxComponent, typeof i3.SkySelectionBoxDescriptionComponent, typeof i4.SkySelectionBoxHeaderComponent], [typeof i5.CommonModule, typeof i6.SkyThemeModule], [typeof i1.SkySelectionBoxGridComponent, typeof i2.SkySelectionBoxComponent, typeof i3.SkySelectionBoxDescriptionComponent, typeof i4.SkySelectionBoxHeaderComponent]>;
@@ -5,9 +5,6 @@ import * as i3 from "@angular/common";
5
5
  import * as i4 from "@angular/forms";
6
6
  import * as i5 from "@skyux/help-inline";
7
7
  import * as i6 from "@skyux/core";
8
- /**
9
- * @docsIncludeIds SkyToggleSwitchComponent, SkyToggleSwitchLabelComponent, SkyToggleSwitchChange
10
- */
11
8
  export declare class SkyToggleSwitchModule {
12
9
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyToggleSwitchModule, never>;
13
10
  static ɵmod: i0.ɵɵNgModuleDeclaration<SkyToggleSwitchModule, [typeof i1.SkyToggleSwitchLabelComponent, typeof i2.SkyToggleSwitchComponent], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i5.SkyHelpInlineModule, typeof i6.SkyIdModule, typeof i6.SkyTrimModule], [typeof i1.SkyToggleSwitchLabelComponent, typeof i2.SkyToggleSwitchComponent]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/forms",
3
- "version": "12.0.0-alpha.3",
3
+ "version": "12.0.0-alpha.4",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -37,14 +37,14 @@
37
37
  "@angular/core": "^19.0.5",
38
38
  "@angular/forms": "^19.0.5",
39
39
  "@angular/platform-browser": "^19.0.5",
40
- "@skyux-sdk/testing": "12.0.0-alpha.3",
41
- "@skyux/core": "12.0.0-alpha.3",
42
- "@skyux/help-inline": "12.0.0-alpha.3",
43
- "@skyux/i18n": "12.0.0-alpha.3",
44
- "@skyux/icon": "12.0.0-alpha.3",
45
- "@skyux/indicators": "12.0.0-alpha.3",
46
- "@skyux/popovers": "12.0.0-alpha.3",
47
- "@skyux/theme": "12.0.0-alpha.3"
40
+ "@skyux-sdk/testing": "12.0.0-alpha.4",
41
+ "@skyux/core": "12.0.0-alpha.4",
42
+ "@skyux/help-inline": "12.0.0-alpha.4",
43
+ "@skyux/i18n": "12.0.0-alpha.4",
44
+ "@skyux/icon": "12.0.0-alpha.4",
45
+ "@skyux/indicators": "12.0.0-alpha.4",
46
+ "@skyux/popovers": "12.0.0-alpha.4",
47
+ "@skyux/theme": "12.0.0-alpha.4"
48
48
  },
49
49
  "dependencies": {
50
50
  "tslib": "^2.8.1"
@@ -1,7 +1,6 @@
1
1
  import { SkyHarnessFilters } from '@skyux/core/testing';
2
2
  /**
3
3
  * A set of criteria that can be used to filter a list of SkyCharacterCounterIndicatorHarness instances.
4
- * @internal
5
4
  */
6
5
  export interface SkyCharacterCounterIndicatorHarnessFilters extends SkyHarnessFilters {
7
6
  }
@@ -1,7 +1,6 @@
1
1
  import { SkyHarnessFilters } from '@skyux/core/testing';
2
2
  /**
3
3
  * A set of criteria that can be used to filter a list of `SkyCheckboxGroupHarness` instances.
4
- * @internal
5
4
  */
6
5
  export interface SkyCheckboxGroupHarnessFilters extends SkyHarnessFilters {
7
6
  }
@@ -1,7 +1,6 @@
1
1
  import { SkyHarnessFilters } from '@skyux/core/testing';
2
2
  /**
3
3
  * A set of criteria that can be used to filter a list of `SkyCheckboxHarness` instances.
4
- * @internal
5
4
  */
6
5
  export interface SkyCheckboxHarnessFilters extends SkyHarnessFilters {
7
6
  }
@@ -1,7 +1,6 @@
1
1
  import { SkyHarnessFilters } from '@skyux/core/testing';
2
2
  /**
3
3
  * A set of criteria that can be used to filter a list of `SkyFieldGroupHarness` instances.
4
- * @internal
5
4
  */
6
5
  export interface SkyFieldGroupHarnessFilters extends SkyHarnessFilters {
7
6
  }
@@ -1,7 +1,6 @@
1
1
  import { SkyHarnessFilters } from '@skyux/core/testing';
2
2
  /**
3
3
  * A set of criteria that can be used to filter a list of `SkyFileAttachmentHarness` instances.
4
- * @internal
5
4
  */
6
5
  export interface SkyFileAttachmentHarnessFilters extends SkyHarnessFilters {
7
6
  }
@@ -1,7 +1,6 @@
1
1
  import { SkyHarnessFilters } from '@skyux/core/testing';
2
2
  /**
3
3
  * A set of criteria that can be used to filter a list of `SkyFileDropHarness` instances.
4
- * @internal
5
4
  */
6
5
  export interface SkyFileDropHarnessFilters extends SkyHarnessFilters {
7
6
  }
@@ -1,7 +1,6 @@
1
1
  import { SkyHarnessFilters } from '@skyux/core/testing';
2
2
  /**
3
3
  * A set of criteria that can be used to filter a list of SkyInputBoxHarness instances.
4
- * @internal
5
4
  */
6
5
  export interface SkyInputBoxHarnessFilters extends SkyHarnessFilters {
7
6
  }
@@ -1,7 +1,6 @@
1
1
  import { SkyHarnessFilters } from '@skyux/core/testing';
2
2
  /**
3
3
  * A set of criteria that can be used to filter a list of `SkyRadioGroupHarness` instances.
4
- * @internal
5
4
  */
6
5
  export interface SkyRadioGroupHarnessFilters extends SkyHarnessFilters {
7
6
  }
@@ -1,7 +1,6 @@
1
1
  import { SkyHarnessFilters } from '@skyux/core/testing';
2
2
  /**
3
3
  * A set of criteria that can be used to filter a list of `SkyRadioHarness` instances.
4
- * @internal
5
4
  */
6
5
  export interface SkyRadioHarnessFilters extends SkyHarnessFilters {
7
6
  }