@baloise/ds-angular 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/generated/proxies.d.ts
CHANGED
|
@@ -334,7 +334,7 @@ export declare class BalForm {
|
|
|
334
334
|
protected el: HTMLElement;
|
|
335
335
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
336
336
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalForm, never>;
|
|
337
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalForm, "bal-form", never, { "native": "native"; "novalidate": "novalidate"; }, {}, never, ["*"], true, never>;
|
|
337
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalForm, "bal-form", never, { "formClass": "formClass"; "native": "native"; "novalidate": "novalidate"; }, {}, never, ["*"], true, never>;
|
|
338
338
|
}
|
|
339
339
|
export declare interface BalFormCol extends Components.BalFormCol {
|
|
340
340
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@baloise/ds-angular",
|
|
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",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"@angular/forms": ">=15.0.0"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@baloise/ds-core": "16.
|
|
21
|
-
"@baloise/ds-angular-common": "16.
|
|
20
|
+
"@baloise/ds-core": "16.8.0",
|
|
21
|
+
"@baloise/ds-angular-common": "16.8.0",
|
|
22
22
|
"tslib": "~2.3.0"
|
|
23
23
|
},
|
|
24
24
|
"sideEffects": false,
|