happy-dom
Advanced tools
Comparing version 15.8.5 to 15.9.0
@@ -1215,2 +1215,4 @@ import Element from '../../nodes/element/Element.cjs'; | ||
set containerName(value: string); | ||
get aspectRatio(): string; | ||
set aspectRatio(value: string); | ||
/** | ||
@@ -1217,0 +1219,0 @@ * Returns length. |
@@ -899,3 +899,13 @@ import ICSSStyleDeclarationPropertyValue from './ICSSStyleDeclarationPropertyValue.cjs'; | ||
}; | ||
/** | ||
* Returns aspect ratio. | ||
* | ||
* @param value Value. | ||
* @param important Important. | ||
* @returns Property | ||
*/ | ||
static getAspectRatio(value: string, important: boolean): { | ||
[key: string]: ICSSStyleDeclarationPropertyValue; | ||
}; | ||
} | ||
//# sourceMappingURL=CSSStyleDeclarationPropertySetParser.d.ts.map |
@@ -1215,2 +1215,4 @@ import Element from '../../nodes/element/Element.js'; | ||
set containerName(value: string); | ||
get aspectRatio(): string; | ||
set aspectRatio(value: string); | ||
/** | ||
@@ -1217,0 +1219,0 @@ * Returns length. |
@@ -493,2 +493,5 @@ import CSSStyleDeclarationPropertySetParser from './CSSStyleDeclarationPropertySetParser.js'; | ||
break; | ||
case 'aspect-ratio': | ||
properties = CSSStyleDeclarationPropertySetParser.getAspectRatio(value, important); | ||
break; | ||
default: | ||
@@ -495,0 +498,0 @@ const trimmedValue = value.trim(); |
@@ -899,3 +899,13 @@ import ICSSStyleDeclarationPropertyValue from './ICSSStyleDeclarationPropertyValue.js'; | ||
}; | ||
/** | ||
* Returns aspect ratio. | ||
* | ||
* @param value Value. | ||
* @param important Important. | ||
* @returns Property | ||
*/ | ||
static getAspectRatio(value: string, important: boolean): { | ||
[key: string]: ICSSStyleDeclarationPropertyValue; | ||
}; | ||
} | ||
//# sourceMappingURL=CSSStyleDeclarationPropertySetParser.d.ts.map |
{ | ||
"name": "happy-dom", | ||
"version": "15.8.5", | ||
"version": "15.9.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/capricorn86/happy-dom", |
@@ -512,2 +512,5 @@ import ICSSStyleDeclarationPropertyValue from './ICSSStyleDeclarationPropertyValue.js'; | ||
break; | ||
case 'aspect-ratio': | ||
properties = CSSStyleDeclarationPropertySetParser.getAspectRatio(value, important); | ||
break; | ||
@@ -514,0 +517,0 @@ default: |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12218147
245096