@skyux/forms 10.30.1 → 10.31.1
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 +844 -831
- package/esm2022/lib/modules/checkbox/checkbox.component.mjs +2 -2
- package/esm2022/lib/modules/checkbox/checkbox.module.mjs +2 -2
- package/esm2022/lib/modules/file-attachment/file-attachment.component.mjs +2 -2
- package/esm2022/lib/modules/file-attachment/file-attachments.module.mjs +2 -2
- package/esm2022/lib/modules/file-attachment/file-drop.component.mjs +2 -2
- package/esm2022/lib/modules/file-attachment/file-item.component.mjs +2 -2
- package/esm2022/lib/modules/radio/radio.component.mjs +2 -2
- package/esm2022/lib/modules/radio/radio.module.mjs +2 -2
- package/fesm2022/skyux-forms.mjs +25 -23
- package/fesm2022/skyux-forms.mjs.map +1 -1
- package/lib/modules/checkbox/checkbox.module.d.ts +1 -1
- package/lib/modules/file-attachment/file-attachments.module.d.ts +1 -1
- package/lib/modules/radio/radio.module.d.ts +1 -1
- package/package.json +9 -8
|
@@ -9,7 +9,7 @@ import * as i7 from "../form-error/form-error.module";
|
|
|
9
9
|
import * as i8 from "../form-error/form-errors.module";
|
|
10
10
|
import * as i9 from "../shared/sky-forms-resources.module";
|
|
11
11
|
import * as i10 from "@skyux/help-inline";
|
|
12
|
-
import * as i11 from "@skyux/
|
|
12
|
+
import * as i11 from "@skyux/icon";
|
|
13
13
|
import * as i12 from "@skyux/core";
|
|
14
14
|
export declare class SkyCheckboxModule {
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyCheckboxModule, never>;
|
|
@@ -9,7 +9,7 @@ import * as i7 from "@angular/forms";
|
|
|
9
9
|
import * as i8 from "../shared/sky-forms-resources.module";
|
|
10
10
|
import * as i9 from "../form-error/form-error.module";
|
|
11
11
|
import * as i10 from "../form-error/form-errors.module";
|
|
12
|
-
import * as i11 from "@skyux/
|
|
12
|
+
import * as i11 from "@skyux/icon";
|
|
13
13
|
import * as i12 from "@skyux/core";
|
|
14
14
|
import * as i13 from "@skyux/theme";
|
|
15
15
|
import * as i14 from "@skyux/help-inline";
|
|
@@ -7,7 +7,7 @@ import * as i5 from "@angular/forms";
|
|
|
7
7
|
import * as i6 from "../form-error/form-error.module";
|
|
8
8
|
import * as i7 from "../form-error/form-errors.module";
|
|
9
9
|
import * as i8 from "@skyux/help-inline";
|
|
10
|
-
import * as i9 from "@skyux/
|
|
10
|
+
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
|
export declare class SkyRadioModule {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/forms",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.31.1",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -41,15 +41,16 @@
|
|
|
41
41
|
"@angular/core": "^17.3.4",
|
|
42
42
|
"@angular/forms": "^17.3.4",
|
|
43
43
|
"@angular/platform-browser": "^17.3.4",
|
|
44
|
-
"@skyux-sdk/testing": "10.
|
|
45
|
-
"@skyux/core": "10.
|
|
46
|
-
"@skyux/help-inline": "10.
|
|
47
|
-
"@skyux/i18n": "10.
|
|
48
|
-
"@skyux/indicators": "10.
|
|
49
|
-
"@skyux/popovers": "10.
|
|
50
|
-
"@skyux/theme": "10.
|
|
44
|
+
"@skyux-sdk/testing": "10.31.1",
|
|
45
|
+
"@skyux/core": "10.31.1",
|
|
46
|
+
"@skyux/help-inline": "10.31.1",
|
|
47
|
+
"@skyux/i18n": "10.31.1",
|
|
48
|
+
"@skyux/indicators": "10.31.1",
|
|
49
|
+
"@skyux/popovers": "10.31.1",
|
|
50
|
+
"@skyux/theme": "10.31.1"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
+
"@skyux/icon": "10.31.1",
|
|
53
54
|
"tslib": "^2.6.2"
|
|
54
55
|
},
|
|
55
56
|
"module": "fesm2022/skyux-forms.mjs",
|