@e-trias/woonplan 1.3.256 → 1.3.259

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/.gitattributes CHANGED
@@ -1,2 +1,2 @@
1
- # Auto detect text files and perform LF normalization
2
- * text=auto
1
+ # Auto detect text files and perform LF normalization
2
+ * text=auto
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@e-trias/woonplan",
3
3
  "private": false,
4
4
  "types": "types.d.ts",
5
- "version": "1.3.256",
5
+ "version": "1.3.259",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
8
8
  "build": "tsc -p tsconfig.json",
package/types.d.ts CHANGED
@@ -1879,10 +1879,11 @@ export interface Reductionfactors extends HouseObjectSettings{
1879
1879
  export interface HouseContructionParams{
1880
1880
  surface:number
1881
1881
  draftprofile : number
1882
- openstairs : boolean
1882
+ openstairs : boolean
1883
1883
  floorheating : boolean
1884
1884
  frontorientation ?: string
1885
1885
  housetype ?: string
1886
+ weatherstationid ?: string
1886
1887
  }
1887
1888
 
1888
1889
 
@@ -2461,11 +2462,22 @@ export interface IDOMElementStyle {
2461
2462
  }
2462
2463
 
2463
2464
  export interface IInputStyles{
2464
- checkbox ?: IDOMElementStyle
2465
- radio ?: IDOMElementStyle
2466
- text ?: IDOMElementStyle
2467
- textarea ?: IDOMElementStyle
2468
- select ?: IDOMElementStyle
2465
+ checkbox ?: IDOMInputStyle
2466
+ radio ?: IDOMInputStyle
2467
+ text ?: IDOMInputStyle
2468
+ textarea ?: IDOMInputStyle
2469
+ select ?: IDOMInputStyle
2470
+ }
2471
+
2472
+
2473
+ export interface IDOMInputStyle {
2474
+ backgroundcolor ?: string
2475
+ textcolor ?: string
2476
+ shadow ?: IShadowStyle
2477
+ padding ?: IPaddingStyle
2478
+ border ?: IBorderStyle
2479
+ activebackgroundcolor ?: string
2480
+ activetextcolor ?: string
2469
2481
  }
2470
2482
 
2471
2483
  export interface ICSSvariablesSettings{