@skyux/forms 11.0.0-alpha.13 → 11.0.0-alpha.14

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 (27) hide show
  1. package/documentation.json +2930 -2841
  2. package/esm2022/index.mjs +1 -1
  3. package/esm2022/lib/modules/character-counter/character-counter-indicator.component.mjs +3 -3
  4. package/esm2022/lib/modules/checkbox/checkbox-group.component.mjs +4 -4
  5. package/esm2022/lib/modules/checkbox/checkbox-label-text-label.component.mjs +3 -4
  6. package/esm2022/lib/modules/checkbox/checkbox.component.mjs +4 -4
  7. package/esm2022/lib/modules/field-group/field-group.component.mjs +3 -3
  8. package/esm2022/lib/modules/file-attachment/file-attachment/file-attachment-label.component.mjs +3 -4
  9. package/esm2022/lib/modules/file-attachment/file-attachment/file-attachment.component.mjs +3 -3
  10. package/esm2022/lib/modules/file-attachment/file-drop/file-drop.component.mjs +4 -4
  11. package/esm2022/lib/modules/file-attachment/file-drop/file-item.component.mjs +5 -12
  12. package/esm2022/lib/modules/form-error/form-error.component.mjs +22 -22
  13. package/esm2022/lib/modules/form-error/form-errors.component.mjs +3 -9
  14. package/esm2022/lib/modules/input-box/input-box.component.mjs +5 -11
  15. package/esm2022/lib/modules/radio/radio-group.component.mjs +4 -4
  16. package/esm2022/lib/modules/radio/radio.component.mjs +3 -3
  17. package/esm2022/lib/modules/toggle-switch/toggle-switch.component.mjs +4 -4
  18. package/esm2022/testing/checkbox/checkbox-harness.mjs +2 -7
  19. package/fesm2022/skyux-forms-testing.mjs +1 -6
  20. package/fesm2022/skyux-forms-testing.mjs.map +1 -1
  21. package/fesm2022/skyux-forms.mjs +56 -70
  22. package/fesm2022/skyux-forms.mjs.map +1 -1
  23. package/index.d.ts +1 -0
  24. package/lib/modules/file-attachment/file-attachment/file-attachment.component.d.ts +1 -1
  25. package/lib/modules/input-box/input-box.component.d.ts +1 -5
  26. package/lib/modules/toggle-switch/toggle-switch.component.d.ts +1 -1
  27. package/package.json +9 -9
package/index.d.ts CHANGED
@@ -16,6 +16,7 @@ export { SkyFileLink } from './lib/modules/file-attachment/file-drop/file-link';
16
16
  export { SkyFileItem } from './lib/modules/file-attachment/shared/file-item';
17
17
  export { SkyFileItemErrorType } from './lib/modules/file-attachment/shared/file-item-error-type';
18
18
  export { SkyFileSizePipe } from './lib/modules/file-attachment/shared/file-size.pipe';
19
+ export { SkyFileValidateFn } from './lib/modules/file-attachment/shared/file-validate-function';
19
20
  export { SkyFormErrorModule } from './lib/modules/form-error/form-error.module';
20
21
  export { SkyFormErrorsModule } from './lib/modules/form-error/form-errors.module';
21
22
  export { SkyInputBoxHostService } from './lib/modules/input-box/input-box-host.service';
@@ -144,7 +144,7 @@ export declare class SkyFileAttachmentComponent implements AfterViewInit, AfterC
144
144
  setDisabledState(isDisabled: boolean): void;
145
145
  emitClick(): void;
146
146
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyFileAttachmentComponent, [null, null, null, { optional: true; self: true; }, { optional: true; }]>;
147
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyFileAttachmentComponent, "sky-file-attachment", never, { "acceptedTypes": { "alias": "acceptedTypes"; "required": false; }; "acceptedTypesErrorMessage": { "alias": "acceptedTypesErrorMessage"; "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"], true, [{ directive: typeof i1.SkyFormFieldLabelTextRequiredDirective; inputs: { "labelText": "labelText"; }; outputs: {}; }]>;
147
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyFileAttachmentComponent, "sky-file-attachment", never, { "acceptedTypes": { "alias": "acceptedTypes"; "required": false; }; "acceptedTypesErrorMessage": { "alias": "acceptedTypesErrorMessage"; "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-file-attachment-label", "sky-form-error"], true, [{ directive: typeof i1.SkyFormFieldLabelTextRequiredDirective; inputs: { "labelText": "labelText"; }; outputs: {}; }]>;
148
148
  static ngAcceptInputType_disabled: unknown;
149
149
  static ngAcceptInputType_labelHidden: unknown;
150
150
  static ngAcceptInputType_stacked: unknown;
@@ -67,10 +67,6 @@ export declare class SkyInputBoxComponent implements OnInit, AfterContentChecked
67
67
  */
68
68
  set hintText(value: string | undefined);
69
69
  get hintText(): string | undefined;
70
- /**
71
- * @internal
72
- */
73
- errorsScreenReaderOnly: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
74
70
  hostInputTemplate: TemplateRef<unknown> | undefined;
75
71
  hostButtonsTemplate: TemplateRef<unknown> | undefined;
76
72
  hostButtonsInsetTemplate: TemplateRef<unknown> | undefined;
@@ -107,5 +103,5 @@ export declare class SkyInputBoxComponent implements OnInit, AfterContentChecked
107
103
  setHostHintText(value: string | undefined): void;
108
104
  setHintTextScreenReaderOnly(hide: boolean): void;
109
105
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyInputBoxComponent, never>;
110
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyInputBoxComponent, "sky-input-box", never, { "hasErrors": { "alias": "hasErrors"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "labelText": { "alias": "labelText"; "required": false; }; "characterLimit": { "alias": "characterLimit"; "required": false; }; "stacked": { "alias": "stacked"; "required": false; }; "helpPopoverTitle": { "alias": "helpPopoverTitle"; "required": false; }; "helpPopoverContent": { "alias": "helpPopoverContent"; "required": false; }; "helpKey": { "alias": "helpKey"; "required": false; }; "hintText": { "alias": "hintText"; "required": false; }; "errorsScreenReaderOnly": { "alias": "errorsScreenReaderOnly"; "required": false; "isSignal": true; }; }, {}, ["formControl", "formControlByName", "ngModel", "inputRef"], [".sky-control-label", ".sky-control-help", "sky-character-counter-indicator", "input,select,.sky-form-control:not(textarea),sky-text-editor", "textarea", ".sky-input-group-btn.sky-input-box-btn-left", ".sky-input-group-btn:not(.sky-input-box-btn-left):not(.sky-input-box-btn-inset)", ".sky-input-group-btn.sky-input-box-btn-inset", ".sky-input-group-icon.sky-input-box-icon-inset", ".sky-input-group-icon.sky-input-box-icon-inset-left", "sky-form-error", ".sky-error-label,.sky-error-indicator"], false, [{ directive: typeof i1.SkyFormFieldLabelTextRequiredDirective; inputs: { "labelText": "labelText"; }; outputs: {}; }]>;
106
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyInputBoxComponent, "sky-input-box", never, { "hasErrors": { "alias": "hasErrors"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "labelText": { "alias": "labelText"; "required": false; }; "characterLimit": { "alias": "characterLimit"; "required": false; }; "stacked": { "alias": "stacked"; "required": false; }; "helpPopoverTitle": { "alias": "helpPopoverTitle"; "required": false; }; "helpPopoverContent": { "alias": "helpPopoverContent"; "required": false; }; "helpKey": { "alias": "helpKey"; "required": false; }; "hintText": { "alias": "hintText"; "required": false; }; }, {}, ["formControl", "formControlByName", "ngModel", "inputRef"], [".sky-control-label", ".sky-control-help", "sky-character-counter-indicator", "input,select,.sky-form-control:not(textarea),sky-text-editor", "textarea", ".sky-input-group-btn.sky-input-box-btn-left", ".sky-input-group-btn:not(.sky-input-box-btn-left):not(.sky-input-box-btn-inset)", ".sky-input-group-btn.sky-input-box-btn-inset", ".sky-input-group-icon.sky-input-box-icon-inset", ".sky-input-group-icon.sky-input-box-icon-inset-left", "sky-form-error", ".sky-error-label,.sky-error-indicator"], false, [{ directive: typeof i1.SkyFormFieldLabelTextRequiredDirective; inputs: { "labelText": "labelText"; }; outputs: {}; }]>;
111
107
  }
@@ -77,6 +77,6 @@ export declare class SkyToggleSwitchComponent implements AfterContentInit, OnDes
77
77
  onButtonClick(event: any): void;
78
78
  onButtonBlur(): void;
79
79
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyToggleSwitchComponent, never>;
80
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyToggleSwitchComponent, "sky-toggle-switch", never, { "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "helpPopoverContent": { "alias": "helpPopoverContent"; "required": false; }; "helpPopoverTitle": { "alias": "helpPopoverTitle"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "labelText": { "alias": "labelText"; "required": false; }; "labelHidden": { "alias": "labelHidden"; "required": false; }; "helpKey": { "alias": "helpKey"; "required": false; }; }, { "toggleChange": "toggleChange"; }, ["labelComponents"], [".sky-control-help", "sky-toggle-switch-label"], false, [{ directive: typeof i1.SkyFormFieldLabelTextRequiredDirective; inputs: { "labelText": "labelText"; }; outputs: {}; }]>;
80
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyToggleSwitchComponent, "sky-toggle-switch", never, { "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "helpPopoverContent": { "alias": "helpPopoverContent"; "required": false; }; "helpPopoverTitle": { "alias": "helpPopoverTitle"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "labelText": { "alias": "labelText"; "required": false; }; "labelHidden": { "alias": "labelHidden"; "required": false; }; "helpKey": { "alias": "helpKey"; "required": false; }; }, { "toggleChange": "toggleChange"; }, ["labelComponents"], ["sky-toggle-switch-label", ".sky-control-help"], false, [{ directive: typeof i1.SkyFormFieldLabelTextRequiredDirective; inputs: { "labelText": "labelText"; }; outputs: {}; }]>;
81
81
  static ngAcceptInputType_labelHidden: unknown;
82
82
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/forms",
3
- "version": "11.0.0-alpha.13",
3
+ "version": "11.0.0-alpha.14",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -41,14 +41,14 @@
41
41
  "@angular/core": "^18.1.2",
42
42
  "@angular/forms": "^18.1.2",
43
43
  "@angular/platform-browser": "^18.1.2",
44
- "@skyux-sdk/testing": "11.0.0-alpha.13",
45
- "@skyux/core": "11.0.0-alpha.13",
46
- "@skyux/help-inline": "11.0.0-alpha.13",
47
- "@skyux/i18n": "11.0.0-alpha.13",
48
- "@skyux/icon": "11.0.0-alpha.13",
49
- "@skyux/indicators": "11.0.0-alpha.13",
50
- "@skyux/popovers": "11.0.0-alpha.13",
51
- "@skyux/theme": "11.0.0-alpha.13"
44
+ "@skyux-sdk/testing": "11.0.0-alpha.14",
45
+ "@skyux/core": "11.0.0-alpha.14",
46
+ "@skyux/help-inline": "11.0.0-alpha.14",
47
+ "@skyux/i18n": "11.0.0-alpha.14",
48
+ "@skyux/icon": "11.0.0-alpha.14",
49
+ "@skyux/indicators": "11.0.0-alpha.14",
50
+ "@skyux/popovers": "11.0.0-alpha.14",
51
+ "@skyux/theme": "11.0.0-alpha.14"
52
52
  },
53
53
  "dependencies": {
54
54
  "tslib": "^2.6.3"