@skyux/forms 11.11.1 → 11.12.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.
- package/documentation.json +966 -966
- package/esm2022/lib/modules/character-counter/character-counter-indicator.component.mjs +2 -2
- package/esm2022/lib/modules/checkbox/checkbox-label-text-label.component.mjs +2 -2
- package/esm2022/lib/modules/checkbox/checkbox.component.mjs +2 -2
- package/esm2022/lib/modules/file-attachment/file-attachment/file-attachment-label.component.mjs +3 -3
- package/esm2022/lib/modules/file-attachment/file-attachment/file-attachment.component.mjs +3 -3
- package/esm2022/lib/modules/file-attachment/file-drop/file-drop.component.mjs +3 -3
- package/esm2022/lib/modules/file-attachment/file-drop/file-item.component.mjs +3 -3
- package/esm2022/lib/modules/form-error/form-error.component.mjs +7 -5
- package/esm2022/lib/modules/input-box/input-box.component.mjs +3 -3
- package/esm2022/lib/modules/radio/radio.component.mjs +2 -2
- package/esm2022/lib/modules/selection-box/selection-box.component.mjs +2 -2
- package/esm2022/lib/modules/toggle-switch/toggle-switch.component.mjs +2 -2
- package/fesm2022/skyux-forms.mjs +47 -47
- package/fesm2022/skyux-forms.mjs.map +1 -1
- package/lib/modules/form-error/form-error.component.d.ts +2 -1
- package/package.json +9 -9
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@skyux/theme";
|
|
2
3
|
/**
|
|
3
4
|
* Displays default and custom form field error messages for form field components.
|
|
4
5
|
* Set `labelText` on the form field component to automatically display required,
|
|
@@ -19,5 +20,5 @@ export declare class SkyFormErrorComponent {
|
|
|
19
20
|
protected readonly formErrors: boolean | null;
|
|
20
21
|
constructor();
|
|
21
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyFormErrorComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkyFormErrorComponent, "sky-form-error", never, { "errorName": { "alias": "errorName"; "required": true; }; "errorText": { "alias": "errorText"; "required": true; }; }, {}, never, never, true,
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkyFormErrorComponent, "sky-form-error", never, { "errorName": { "alias": "errorName"; "required": true; }; "errorText": { "alias": "errorText"; "required": true; }; }, {}, never, never, true, [{ directive: typeof i1.SkyThemeComponentClassDirective; inputs: {}; outputs: {}; }]>;
|
|
23
24
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/forms",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.12.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.
|
|
45
|
-
"@skyux/core": "11.
|
|
46
|
-
"@skyux/help-inline": "11.
|
|
47
|
-
"@skyux/i18n": "11.
|
|
48
|
-
"@skyux/icon": "11.
|
|
49
|
-
"@skyux/indicators": "11.
|
|
50
|
-
"@skyux/popovers": "11.
|
|
51
|
-
"@skyux/theme": "11.
|
|
44
|
+
"@skyux-sdk/testing": "11.12.0",
|
|
45
|
+
"@skyux/core": "11.12.0",
|
|
46
|
+
"@skyux/help-inline": "11.12.0",
|
|
47
|
+
"@skyux/i18n": "11.12.0",
|
|
48
|
+
"@skyux/icon": "11.12.0",
|
|
49
|
+
"@skyux/indicators": "11.12.0",
|
|
50
|
+
"@skyux/popovers": "11.12.0",
|
|
51
|
+
"@skyux/theme": "11.12.0"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"tslib": "^2.6.3"
|