@baloise/ds-angular-module 16.7.0 → 16.8.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/esm2020/generated/proxies.mjs +4 -4
- package/fesm2015/baloise-ds-angular-module.mjs +3 -3
- package/fesm2015/baloise-ds-angular-module.mjs.map +1 -1
- package/fesm2020/baloise-ds-angular-module.mjs +3 -3
- package/fesm2020/baloise-ds-angular-module.mjs.map +1 -1
- package/generated/proxies.d.ts +1 -1
- package/package.json +3 -3
package/generated/proxies.d.ts
CHANGED
|
@@ -448,7 +448,7 @@ export declare class BalForm {
|
|
|
448
448
|
protected el: HTMLElement;
|
|
449
449
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
450
450
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalForm, never>;
|
|
451
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalForm, "bal-form", never, { "native": "native"; "novalidate": "novalidate"; }, {}, never, ["*"], false, never>;
|
|
451
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalForm, "bal-form", never, { "formClass": "formClass"; "native": "native"; "novalidate": "novalidate"; }, {}, never, ["*"], false, never>;
|
|
452
452
|
}
|
|
453
453
|
export declare interface BalFormCol extends Components.BalFormCol {
|
|
454
454
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@baloise/ds-angular-module",
|
|
3
|
-
"version": "16.
|
|
3
|
+
"version": "16.8.0",
|
|
4
4
|
"description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"@angular/core": ">=15.0.0"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@baloise/ds-core": "16.
|
|
20
|
-
"@baloise/ds-angular-common": "16.
|
|
19
|
+
"@baloise/ds-core": "16.8.0",
|
|
20
|
+
"@baloise/ds-angular-common": "16.8.0",
|
|
21
21
|
"tslib": "^2.3.0"
|
|
22
22
|
},
|
|
23
23
|
"sideEffects": false,
|