@skyux/forms 13.6.1 → 13.7.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/fesm2022/skyux-forms.mjs +2 -2
- package/fesm2022/skyux-forms.mjs.map +1 -1
- package/index.d.ts +2 -2
- package/package.json +9 -9
package/index.d.ts
CHANGED
|
@@ -368,9 +368,9 @@ declare class SkyCheckboxGroupComponent implements Validator {
|
|
|
368
368
|
|
|
369
369
|
/**
|
|
370
370
|
* Displays default and custom form field error messages for form field components.
|
|
371
|
-
* Set `labelText` on the
|
|
371
|
+
* Set `labelText` on the `SkyInputBoxComponent` to automatically display required,
|
|
372
372
|
* maximum length, minimum length, date, email, phone number, time, and URL errors.
|
|
373
|
-
* To display custom errors, include sky-form-error elements in the
|
|
373
|
+
* To display custom errors, include `sky-form-error` elements in the `SkyInputBoxComponent`.
|
|
374
374
|
*/
|
|
375
375
|
declare class SkyFormErrorComponent {
|
|
376
376
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/forms",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.7.0",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
"@angular/core": "^20.3.0",
|
|
22
22
|
"@angular/forms": "^20.3.0",
|
|
23
23
|
"@angular/platform-browser": "^20.3.0",
|
|
24
|
-
"@skyux-sdk/testing": "13.
|
|
25
|
-
"@skyux/core": "13.
|
|
26
|
-
"@skyux/help-inline": "13.
|
|
27
|
-
"@skyux/i18n": "13.
|
|
28
|
-
"@skyux/icon": "13.
|
|
29
|
-
"@skyux/indicators": "13.
|
|
30
|
-
"@skyux/popovers": "13.
|
|
31
|
-
"@skyux/theme": "13.
|
|
24
|
+
"@skyux-sdk/testing": "13.7.0",
|
|
25
|
+
"@skyux/core": "13.7.0",
|
|
26
|
+
"@skyux/help-inline": "13.7.0",
|
|
27
|
+
"@skyux/i18n": "13.7.0",
|
|
28
|
+
"@skyux/icon": "13.7.0",
|
|
29
|
+
"@skyux/indicators": "13.7.0",
|
|
30
|
+
"@skyux/popovers": "13.7.0",
|
|
31
|
+
"@skyux/theme": "13.7.0"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"tslib": "^2.8.1"
|