@depup/happy-dom 20.8.4-depup.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/LICENSE +21 -0
- package/README.md +35 -0
- package/changes.json +26 -0
- package/lib/PropertySymbol.d.ts +414 -0
- package/lib/PropertySymbol.d.ts.map +1 -0
- package/lib/PropertySymbol.js +414 -0
- package/lib/PropertySymbol.js.map +1 -0
- package/lib/async-task-manager/AsyncTaskManager.d.ts +100 -0
- package/lib/async-task-manager/AsyncTaskManager.d.ts.map +1 -0
- package/lib/async-task-manager/AsyncTaskManager.js +301 -0
- package/lib/async-task-manager/AsyncTaskManager.js.map +1 -0
- package/lib/async-task-manager/AsyncTaskManagerDebugError.d.ts +12 -0
- package/lib/async-task-manager/AsyncTaskManagerDebugError.d.ts.map +1 -0
- package/lib/async-task-manager/AsyncTaskManagerDebugError.js +15 -0
- package/lib/async-task-manager/AsyncTaskManagerDebugError.js.map +1 -0
- package/lib/base64/Base64.d.ts +24 -0
- package/lib/base64/Base64.d.ts.map +1 -0
- package/lib/base64/Base64.js +83 -0
- package/lib/base64/Base64.js.map +1 -0
- package/lib/browser/Browser.d.ts +66 -0
- package/lib/browser/Browser.d.ts.map +1 -0
- package/lib/browser/Browser.js +110 -0
- package/lib/browser/Browser.js.map +1 -0
- package/lib/browser/BrowserContext.d.ts +47 -0
- package/lib/browser/BrowserContext.d.ts.map +1 -0
- package/lib/browser/BrowserContext.js +80 -0
- package/lib/browser/BrowserContext.js.map +1 -0
- package/lib/browser/BrowserFrame.d.ts +134 -0
- package/lib/browser/BrowserFrame.d.ts.map +1 -0
- package/lib/browser/BrowserFrame.js +198 -0
- package/lib/browser/BrowserFrame.js.map +1 -0
- package/lib/browser/BrowserPage.d.ts +132 -0
- package/lib/browser/BrowserPage.d.ts.map +1 -0
- package/lib/browser/BrowserPage.js +172 -0
- package/lib/browser/BrowserPage.js.map +1 -0
- package/lib/browser/BrowserSettingsFactory.d.ts +23 -0
- package/lib/browser/BrowserSettingsFactory.d.ts.map +1 -0
- package/lib/browser/BrowserSettingsFactory.js +88 -0
- package/lib/browser/BrowserSettingsFactory.js.map +1 -0
- package/lib/browser/DefaultBrowserSettings.d.ts +4 -0
- package/lib/browser/DefaultBrowserSettings.d.ts.map +1 -0
- package/lib/browser/DefaultBrowserSettings.js +62 -0
- package/lib/browser/DefaultBrowserSettings.js.map +1 -0
- package/lib/browser/detached-browser/DetachedBrowser.d.ts +76 -0
- package/lib/browser/detached-browser/DetachedBrowser.d.ts.map +1 -0
- package/lib/browser/detached-browser/DetachedBrowser.js +104 -0
- package/lib/browser/detached-browser/DetachedBrowser.js.map +1 -0
- package/lib/browser/detached-browser/DetachedBrowserContext.d.ts +48 -0
- package/lib/browser/detached-browser/DetachedBrowserContext.d.ts.map +1 -0
- package/lib/browser/detached-browser/DetachedBrowserContext.js +83 -0
- package/lib/browser/detached-browser/DetachedBrowserContext.js.map +1 -0
- package/lib/browser/detached-browser/DetachedBrowserFrame.d.ts +135 -0
- package/lib/browser/detached-browser/DetachedBrowserFrame.d.ts.map +1 -0
- package/lib/browser/detached-browser/DetachedBrowserFrame.js +211 -0
- package/lib/browser/detached-browser/DetachedBrowserFrame.js.map +1 -0
- package/lib/browser/detached-browser/DetachedBrowserPage.d.ts +132 -0
- package/lib/browser/detached-browser/DetachedBrowserPage.d.ts.map +1 -0
- package/lib/browser/detached-browser/DetachedBrowserPage.js +186 -0
- package/lib/browser/detached-browser/DetachedBrowserPage.js.map +1 -0
- package/lib/browser/enums/BrowserErrorCaptureEnum.d.ts +10 -0
- package/lib/browser/enums/BrowserErrorCaptureEnum.d.ts.map +1 -0
- package/lib/browser/enums/BrowserErrorCaptureEnum.js +11 -0
- package/lib/browser/enums/BrowserErrorCaptureEnum.js.map +1 -0
- package/lib/browser/enums/BrowserNavigationCrossOriginPolicyEnum.d.ts +10 -0
- package/lib/browser/enums/BrowserNavigationCrossOriginPolicyEnum.d.ts.map +1 -0
- package/lib/browser/enums/BrowserNavigationCrossOriginPolicyEnum.js +11 -0
- package/lib/browser/enums/BrowserNavigationCrossOriginPolicyEnum.js.map +1 -0
- package/lib/browser/types/IBrowser.d.ts +45 -0
- package/lib/browser/types/IBrowser.d.ts.map +1 -0
- package/lib/browser/types/IBrowser.js +2 -0
- package/lib/browser/types/IBrowser.js.map +1 -0
- package/lib/browser/types/IBrowserContext.d.ts +40 -0
- package/lib/browser/types/IBrowserContext.d.ts.map +1 -0
- package/lib/browser/types/IBrowserContext.js +2 -0
- package/lib/browser/types/IBrowserContext.js.map +1 -0
- package/lib/browser/types/IBrowserFrame.d.ts +103 -0
- package/lib/browser/types/IBrowserFrame.d.ts.map +1 -0
- package/lib/browser/types/IBrowserFrame.js +2 -0
- package/lib/browser/types/IBrowserFrame.js.map +1 -0
- package/lib/browser/types/IBrowserPage.d.ts +97 -0
- package/lib/browser/types/IBrowserPage.d.ts.map +1 -0
- package/lib/browser/types/IBrowserPage.js +2 -0
- package/lib/browser/types/IBrowserPage.js.map +1 -0
- package/lib/browser/types/IBrowserPageViewport.d.ts +6 -0
- package/lib/browser/types/IBrowserPageViewport.d.ts.map +1 -0
- package/lib/browser/types/IBrowserPageViewport.js +2 -0
- package/lib/browser/types/IBrowserPageViewport.js.map +1 -0
- package/lib/browser/types/IBrowserSettings.d.ts +159 -0
- package/lib/browser/types/IBrowserSettings.d.ts.map +1 -0
- package/lib/browser/types/IBrowserSettings.js +2 -0
- package/lib/browser/types/IBrowserSettings.js.map +1 -0
- package/lib/browser/types/IGoToOptions.d.ts +16 -0
- package/lib/browser/types/IGoToOptions.d.ts.map +1 -0
- package/lib/browser/types/IGoToOptions.js +2 -0
- package/lib/browser/types/IGoToOptions.js.map +1 -0
- package/lib/browser/types/IOptionalBrowserPageViewport.d.ts +6 -0
- package/lib/browser/types/IOptionalBrowserPageViewport.d.ts.map +1 -0
- package/lib/browser/types/IOptionalBrowserPageViewport.js +2 -0
- package/lib/browser/types/IOptionalBrowserPageViewport.js.map +1 -0
- package/lib/browser/types/IOptionalBrowserSettings.d.ts +155 -0
- package/lib/browser/types/IOptionalBrowserSettings.d.ts.map +1 -0
- package/lib/browser/types/IOptionalBrowserSettings.js +2 -0
- package/lib/browser/types/IOptionalBrowserSettings.js.map +1 -0
- package/lib/browser/types/IReloadOptions.d.ts +24 -0
- package/lib/browser/types/IReloadOptions.d.ts.map +1 -0
- package/lib/browser/types/IReloadOptions.js +2 -0
- package/lib/browser/types/IReloadOptions.js.map +1 -0
- package/lib/browser/utilities/BrowserExceptionObserver.d.ts +23 -0
- package/lib/browser/utilities/BrowserExceptionObserver.d.ts.map +1 -0
- package/lib/browser/utilities/BrowserExceptionObserver.js +99 -0
- package/lib/browser/utilities/BrowserExceptionObserver.js.map +1 -0
- package/lib/browser/utilities/BrowserFrameFactory.d.ts +20 -0
- package/lib/browser/utilities/BrowserFrameFactory.d.ts.map +1 -0
- package/lib/browser/utilities/BrowserFrameFactory.js +89 -0
- package/lib/browser/utilities/BrowserFrameFactory.js.map +1 -0
- package/lib/browser/utilities/BrowserFrameNavigator.d.ts +108 -0
- package/lib/browser/utilities/BrowserFrameNavigator.d.ts.map +1 -0
- package/lib/browser/utilities/BrowserFrameNavigator.js +447 -0
- package/lib/browser/utilities/BrowserFrameNavigator.js.map +1 -0
- package/lib/browser/utilities/BrowserFrameScriptEvaluator.d.ts +31 -0
- package/lib/browser/utilities/BrowserFrameScriptEvaluator.d.ts.map +1 -0
- package/lib/browser/utilities/BrowserFrameScriptEvaluator.js +61 -0
- package/lib/browser/utilities/BrowserFrameScriptEvaluator.js.map +1 -0
- package/lib/browser/utilities/BrowserFrameURL.d.ts +16 -0
- package/lib/browser/utilities/BrowserFrameURL.d.ts.map +1 -0
- package/lib/browser/utilities/BrowserFrameURL.js +28 -0
- package/lib/browser/utilities/BrowserFrameURL.js.map +1 -0
- package/lib/browser/utilities/BrowserFrameValidator.d.ts +23 -0
- package/lib/browser/utilities/BrowserFrameValidator.d.ts.map +1 -0
- package/lib/browser/utilities/BrowserFrameValidator.js +66 -0
- package/lib/browser/utilities/BrowserFrameValidator.js.map +1 -0
- package/lib/browser/utilities/BrowserPageUtility.d.ts +28 -0
- package/lib/browser/utilities/BrowserPageUtility.d.ts.map +1 -0
- package/lib/browser/utilities/BrowserPageUtility.js +47 -0
- package/lib/browser/utilities/BrowserPageUtility.js.map +1 -0
- package/lib/clipboard/Clipboard.d.ts +42 -0
- package/lib/clipboard/Clipboard.d.ts.map +1 -0
- package/lib/clipboard/Clipboard.js +94 -0
- package/lib/clipboard/Clipboard.js.map +1 -0
- package/lib/clipboard/ClipboardItem.d.ts +37 -0
- package/lib/clipboard/ClipboardItem.d.ts.map +1 -0
- package/lib/clipboard/ClipboardItem.js +49 -0
- package/lib/clipboard/ClipboardItem.js.map +1 -0
- package/lib/config/HTMLElementConfig.d.ts +19 -0
- package/lib/config/HTMLElementConfig.d.ts.map +1 -0
- package/lib/config/HTMLElementConfig.js +524 -0
- package/lib/config/HTMLElementConfig.js.map +1 -0
- package/lib/config/HTMLElementConfigContentModelEnum.d.ts +12 -0
- package/lib/config/HTMLElementConfigContentModelEnum.d.ts.map +1 -0
- package/lib/config/HTMLElementConfigContentModelEnum.js +13 -0
- package/lib/config/HTMLElementConfigContentModelEnum.js.map +1 -0
- package/lib/config/IHTMLElementTagNameMap.d.ts +181 -0
- package/lib/config/IHTMLElementTagNameMap.d.ts.map +1 -0
- package/lib/config/IHTMLElementTagNameMap.js +2 -0
- package/lib/config/IHTMLElementTagNameMap.js.map +1 -0
- package/lib/config/ISVGElementTagNameMap.d.ts +127 -0
- package/lib/config/ISVGElementTagNameMap.d.ts.map +1 -0
- package/lib/config/ISVGElementTagNameMap.js +2 -0
- package/lib/config/ISVGElementTagNameMap.js.map +1 -0
- package/lib/config/NamespaceURI.d.ts +10 -0
- package/lib/config/NamespaceURI.d.ts.map +1 -0
- package/lib/config/NamespaceURI.js +9 -0
- package/lib/config/NamespaceURI.js.map +1 -0
- package/lib/config/SVGElementConfig.d.ts +8 -0
- package/lib/config/SVGElementConfig.d.ts.map +1 -0
- package/lib/config/SVGElementConfig.js +71 -0
- package/lib/config/SVGElementConfig.js.map +1 -0
- package/lib/console/IVirtualConsoleLogEntry.d.ts +10 -0
- package/lib/console/IVirtualConsoleLogEntry.d.ts.map +1 -0
- package/lib/console/IVirtualConsoleLogEntry.js +2 -0
- package/lib/console/IVirtualConsoleLogEntry.js.map +1 -0
- package/lib/console/IVirtualConsoleLogGroup.d.ts +7 -0
- package/lib/console/IVirtualConsoleLogGroup.d.ts.map +1 -0
- package/lib/console/IVirtualConsoleLogGroup.js +2 -0
- package/lib/console/IVirtualConsoleLogGroup.js.map +1 -0
- package/lib/console/IVirtualConsolePrinter.d.ts +52 -0
- package/lib/console/IVirtualConsolePrinter.d.ts.map +1 -0
- package/lib/console/IVirtualConsolePrinter.js +2 -0
- package/lib/console/IVirtualConsolePrinter.js.map +1 -0
- package/lib/console/VirtualConsole.d.ts +166 -0
- package/lib/console/VirtualConsole.d.ts.map +1 -0
- package/lib/console/VirtualConsole.js +333 -0
- package/lib/console/VirtualConsole.js.map +1 -0
- package/lib/console/VirtualConsolePrinter.d.ts +64 -0
- package/lib/console/VirtualConsolePrinter.d.ts.map +1 -0
- package/lib/console/VirtualConsolePrinter.js +132 -0
- package/lib/console/VirtualConsolePrinter.js.map +1 -0
- package/lib/console/enums/VirtualConsoleLogLevelEnum.d.ts +13 -0
- package/lib/console/enums/VirtualConsoleLogLevelEnum.d.ts.map +1 -0
- package/lib/console/enums/VirtualConsoleLogLevelEnum.js +14 -0
- package/lib/console/enums/VirtualConsoleLogLevelEnum.js.map +1 -0
- package/lib/console/enums/VirtualConsoleLogTypeEnum.d.ts +23 -0
- package/lib/console/enums/VirtualConsoleLogTypeEnum.d.ts.map +1 -0
- package/lib/console/enums/VirtualConsoleLogTypeEnum.js +28 -0
- package/lib/console/enums/VirtualConsoleLogTypeEnum.js.map +1 -0
- package/lib/console/utilities/VirtualConsoleLogEntryStringifier.d.ts +35 -0
- package/lib/console/utilities/VirtualConsoleLogEntryStringifier.d.ts.map +1 -0
- package/lib/console/utilities/VirtualConsoleLogEntryStringifier.js +91 -0
- package/lib/console/utilities/VirtualConsoleLogEntryStringifier.js.map +1 -0
- package/lib/cookie/CookieContainer.d.ts +32 -0
- package/lib/cookie/CookieContainer.d.ts.map +1 -0
- package/lib/cookie/CookieContainer.js +64 -0
- package/lib/cookie/CookieContainer.js.map +1 -0
- package/lib/cookie/DefaultCookie.d.ts +4 -0
- package/lib/cookie/DefaultCookie.d.ts.map +1 -0
- package/lib/cookie/DefaultCookie.js +15 -0
- package/lib/cookie/DefaultCookie.js.map +1 -0
- package/lib/cookie/ICookie.d.ts +13 -0
- package/lib/cookie/ICookie.d.ts.map +1 -0
- package/lib/cookie/ICookie.js +2 -0
- package/lib/cookie/ICookie.js.map +1 -0
- package/lib/cookie/ICookieContainer.d.ts +30 -0
- package/lib/cookie/ICookieContainer.d.ts.map +1 -0
- package/lib/cookie/ICookieContainer.js +2 -0
- package/lib/cookie/ICookieContainer.js.map +1 -0
- package/lib/cookie/IOptionalCookie.d.ts +13 -0
- package/lib/cookie/IOptionalCookie.d.ts.map +1 -0
- package/lib/cookie/IOptionalCookie.js +2 -0
- package/lib/cookie/IOptionalCookie.js.map +1 -0
- package/lib/cookie/enums/CookieSameSiteEnum.d.ts +7 -0
- package/lib/cookie/enums/CookieSameSiteEnum.d.ts.map +1 -0
- package/lib/cookie/enums/CookieSameSiteEnum.js +8 -0
- package/lib/cookie/enums/CookieSameSiteEnum.js.map +1 -0
- package/lib/cookie/urilities/CookieExpireUtility.d.ts +14 -0
- package/lib/cookie/urilities/CookieExpireUtility.d.ts.map +1 -0
- package/lib/cookie/urilities/CookieExpireUtility.js +15 -0
- package/lib/cookie/urilities/CookieExpireUtility.js.map +1 -0
- package/lib/cookie/urilities/CookieStringUtility.d.ts +24 -0
- package/lib/cookie/urilities/CookieStringUtility.d.ts.map +1 -0
- package/lib/cookie/urilities/CookieStringUtility.js +101 -0
- package/lib/cookie/urilities/CookieStringUtility.js.map +1 -0
- package/lib/cookie/urilities/CookieURLUtility.d.ts +16 -0
- package/lib/cookie/urilities/CookieURLUtility.d.ts.map +1 -0
- package/lib/cookie/urilities/CookieURLUtility.js +23 -0
- package/lib/cookie/urilities/CookieURLUtility.js.map +1 -0
- package/lib/css/CSS.d.ts +56 -0
- package/lib/css/CSS.d.ts.map +1 -0
- package/lib/css/CSS.js +61 -0
- package/lib/css/CSS.js.map +1 -0
- package/lib/css/CSSRule.d.ts +63 -0
- package/lib/css/CSSRule.d.ts.map +1 -0
- package/lib/css/CSSRule.js +61 -0
- package/lib/css/CSSRule.js.map +1 -0
- package/lib/css/CSSRuleTypeEnum.d.ts +18 -0
- package/lib/css/CSSRuleTypeEnum.d.ts.map +1 -0
- package/lib/css/CSSRuleTypeEnum.js +19 -0
- package/lib/css/CSSRuleTypeEnum.js.map +1 -0
- package/lib/css/CSSStyleSheet.d.ts +66 -0
- package/lib/css/CSSStyleSheet.d.ts.map +1 -0
- package/lib/css/CSSStyleSheet.js +102 -0
- package/lib/css/CSSStyleSheet.js.map +1 -0
- package/lib/css/CSSUnitValue.d.ts +15 -0
- package/lib/css/CSSUnitValue.d.ts.map +1 -0
- package/lib/css/CSSUnitValue.js +25 -0
- package/lib/css/CSSUnitValue.js.map +1 -0
- package/lib/css/CSSUnits.d.ts +3 -0
- package/lib/css/CSSUnits.d.ts.map +1 -0
- package/lib/css/CSSUnits.js +32 -0
- package/lib/css/CSSUnits.js.map +1 -0
- package/lib/css/MediaList.d.ts +59 -0
- package/lib/css/MediaList.d.ts.map +1 -0
- package/lib/css/MediaList.js +157 -0
- package/lib/css/MediaList.js.map +1 -0
- package/lib/css/declaration/CSSStyleDeclaration.d.ts +1273 -0
- package/lib/css/declaration/CSSStyleDeclaration.d.ts.map +1 -0
- package/lib/css/declaration/CSSStyleDeclaration.js +3742 -0
- package/lib/css/declaration/CSSStyleDeclaration.js.map +1 -0
- package/lib/css/declaration/computed-style/CSSStyleDeclarationComputedStyle.d.ts +59 -0
- package/lib/css/declaration/computed-style/CSSStyleDeclarationComputedStyle.d.ts.map +1 -0
- package/lib/css/declaration/computed-style/CSSStyleDeclarationComputedStyle.js +424 -0
- package/lib/css/declaration/computed-style/CSSStyleDeclarationComputedStyle.js.map +1 -0
- package/lib/css/declaration/computed-style/config/CSSStyleDeclarationElementDefaultCSS.d.ts +135 -0
- package/lib/css/declaration/computed-style/config/CSSStyleDeclarationElementDefaultCSS.d.ts.map +1 -0
- package/lib/css/declaration/computed-style/config/CSSStyleDeclarationElementDefaultCSS.js +134 -0
- package/lib/css/declaration/computed-style/config/CSSStyleDeclarationElementDefaultCSS.js.map +1 -0
- package/lib/css/declaration/computed-style/config/CSSStyleDeclarationElementInheritedProperties.d.ts +41 -0
- package/lib/css/declaration/computed-style/config/CSSStyleDeclarationElementInheritedProperties.d.ts.map +1 -0
- package/lib/css/declaration/computed-style/config/CSSStyleDeclarationElementInheritedProperties.js +40 -0
- package/lib/css/declaration/computed-style/config/CSSStyleDeclarationElementInheritedProperties.js.map +1 -0
- package/lib/css/declaration/computed-style/config/CSSStyleDeclarationElementMeasurementProperties.d.ts +3 -0
- package/lib/css/declaration/computed-style/config/CSSStyleDeclarationElementMeasurementProperties.d.ts.map +1 -0
- package/lib/css/declaration/computed-style/config/CSSStyleDeclarationElementMeasurementProperties.js +42 -0
- package/lib/css/declaration/computed-style/config/CSSStyleDeclarationElementMeasurementProperties.js.map +1 -0
- package/lib/css/declaration/css-parser/CSSStyleDeclarationCSSParser.d.ts +22 -0
- package/lib/css/declaration/css-parser/CSSStyleDeclarationCSSParser.d.ts.map +1 -0
- package/lib/css/declaration/css-parser/CSSStyleDeclarationCSSParser.js +36 -0
- package/lib/css/declaration/css-parser/CSSStyleDeclarationCSSParser.js.map +1 -0
- package/lib/css/declaration/measurement-converter/CSSMeasurementConverter.d.ts +32 -0
- package/lib/css/declaration/measurement-converter/CSSMeasurementConverter.d.ts.map +1 -0
- package/lib/css/declaration/measurement-converter/CSSMeasurementConverter.js +67 -0
- package/lib/css/declaration/measurement-converter/CSSMeasurementConverter.js.map +1 -0
- package/lib/css/declaration/property-manager/CSSStyleDeclarationPropertyGetParser.d.ts +177 -0
- package/lib/css/declaration/property-manager/CSSStyleDeclarationPropertyGetParser.d.ts.map +1 -0
- package/lib/css/declaration/property-manager/CSSStyleDeclarationPropertyGetParser.js +569 -0
- package/lib/css/declaration/property-manager/CSSStyleDeclarationPropertyGetParser.js.map +1 -0
- package/lib/css/declaration/property-manager/CSSStyleDeclarationPropertyManager.d.ts +66 -0
- package/lib/css/declaration/property-manager/CSSStyleDeclarationPropertyManager.d.ts.map +1 -0
- package/lib/css/declaration/property-manager/CSSStyleDeclarationPropertyManager.js +594 -0
- package/lib/css/declaration/property-manager/CSSStyleDeclarationPropertyManager.js.map +1 -0
- package/lib/css/declaration/property-manager/CSSStyleDeclarationPropertySetParser.d.ts +910 -0
- package/lib/css/declaration/property-manager/CSSStyleDeclarationPropertySetParser.d.ts.map +1 -0
- package/lib/css/declaration/property-manager/CSSStyleDeclarationPropertySetParser.js +2502 -0
- package/lib/css/declaration/property-manager/CSSStyleDeclarationPropertySetParser.js.map +1 -0
- package/lib/css/declaration/property-manager/CSSStyleDeclarationValueParser.d.ts +128 -0
- package/lib/css/declaration/property-manager/CSSStyleDeclarationValueParser.d.ts.map +1 -0
- package/lib/css/declaration/property-manager/CSSStyleDeclarationValueParser.js +429 -0
- package/lib/css/declaration/property-manager/CSSStyleDeclarationValueParser.js.map +1 -0
- package/lib/css/declaration/property-manager/CSSStyleDeclarationValueUtility.d.ts +20 -0
- package/lib/css/declaration/property-manager/CSSStyleDeclarationValueUtility.d.ts.map +1 -0
- package/lib/css/declaration/property-manager/CSSStyleDeclarationValueUtility.js +83 -0
- package/lib/css/declaration/property-manager/CSSStyleDeclarationValueUtility.js.map +1 -0
- package/lib/css/declaration/property-manager/ICSSStyleDeclarationPropertyValue.d.ts +5 -0
- package/lib/css/declaration/property-manager/ICSSStyleDeclarationPropertyValue.d.ts.map +1 -0
- package/lib/css/declaration/property-manager/ICSSStyleDeclarationPropertyValue.js +2 -0
- package/lib/css/declaration/property-manager/ICSSStyleDeclarationPropertyValue.js.map +1 -0
- package/lib/css/rules/CSSConditionRule.d.ts +17 -0
- package/lib/css/rules/CSSConditionRule.d.ts.map +1 -0
- package/lib/css/rules/CSSConditionRule.js +19 -0
- package/lib/css/rules/CSSConditionRule.js.map +1 -0
- package/lib/css/rules/CSSContainerRule.d.ts +21 -0
- package/lib/css/rules/CSSContainerRule.d.ts.map +1 -0
- package/lib/css/rules/CSSContainerRule.js +30 -0
- package/lib/css/rules/CSSContainerRule.js.map +1 -0
- package/lib/css/rules/CSSFontFaceRule.d.ts +28 -0
- package/lib/css/rules/CSSFontFaceRule.d.ts.map +1 -0
- package/lib/css/rules/CSSFontFaceRule.js +39 -0
- package/lib/css/rules/CSSFontFaceRule.js.map +1 -0
- package/lib/css/rules/CSSGroupingRule.d.ts +31 -0
- package/lib/css/rules/CSSGroupingRule.d.ts.map +1 -0
- package/lib/css/rules/CSSGroupingRule.js +62 -0
- package/lib/css/rules/CSSGroupingRule.js.map +1 -0
- package/lib/css/rules/CSSKeyframeRule.d.ts +33 -0
- package/lib/css/rules/CSSKeyframeRule.d.ts.map +1 -0
- package/lib/css/rules/CSSKeyframeRule.js +46 -0
- package/lib/css/rules/CSSKeyframeRule.js.map +1 -0
- package/lib/css/rules/CSSKeyframesRule.d.ts +58 -0
- package/lib/css/rules/CSSKeyframesRule.d.ts.map +1 -0
- package/lib/css/rules/CSSKeyframesRule.js +115 -0
- package/lib/css/rules/CSSKeyframesRule.js.map +1 -0
- package/lib/css/rules/CSSMediaRule.d.ts +33 -0
- package/lib/css/rules/CSSMediaRule.d.ts.map +1 -0
- package/lib/css/rules/CSSMediaRule.js +46 -0
- package/lib/css/rules/CSSMediaRule.js.map +1 -0
- package/lib/css/rules/CSSScopeRule.d.ts +34 -0
- package/lib/css/rules/CSSScopeRule.d.ts.map +1 -0
- package/lib/css/rules/CSSScopeRule.js +47 -0
- package/lib/css/rules/CSSScopeRule.js.map +1 -0
- package/lib/css/rules/CSSStyleRule.d.ts +43 -0
- package/lib/css/rules/CSSStyleRule.d.ts.map +1 -0
- package/lib/css/rules/CSSStyleRule.js +61 -0
- package/lib/css/rules/CSSStyleRule.js.map +1 -0
- package/lib/css/rules/CSSSupportsRule.d.ts +19 -0
- package/lib/css/rules/CSSSupportsRule.d.ts.map +1 -0
- package/lib/css/rules/CSSSupportsRule.js +28 -0
- package/lib/css/rules/CSSSupportsRule.js.map +1 -0
- package/lib/css/style-property-map/CSSKeywordValue.d.ts +27 -0
- package/lib/css/style-property-map/CSSKeywordValue.d.ts.map +1 -0
- package/lib/css/style-property-map/CSSKeywordValue.js +33 -0
- package/lib/css/style-property-map/CSSKeywordValue.js.map +1 -0
- package/lib/css/style-property-map/CSSStyleValue.d.ts +24 -0
- package/lib/css/style-property-map/CSSStyleValue.d.ts.map +1 -0
- package/lib/css/style-property-map/CSSStyleValue.js +33 -0
- package/lib/css/style-property-map/CSSStyleValue.js.map +1 -0
- package/lib/css/style-property-map/StylePropertyMap.d.ts +33 -0
- package/lib/css/style-property-map/StylePropertyMap.d.ts.map +1 -0
- package/lib/css/style-property-map/StylePropertyMap.js +42 -0
- package/lib/css/style-property-map/StylePropertyMap.js.map +1 -0
- package/lib/css/style-property-map/StylePropertyMapReadOnly.d.ts +71 -0
- package/lib/css/style-property-map/StylePropertyMapReadOnly.d.ts.map +1 -0
- package/lib/css/style-property-map/StylePropertyMapReadOnly.js +113 -0
- package/lib/css/style-property-map/StylePropertyMapReadOnly.js.map +1 -0
- package/lib/css/utilities/CSSEscaper.d.ts +16 -0
- package/lib/css/utilities/CSSEscaper.d.ts.map +1 -0
- package/lib/css/utilities/CSSEscaper.js +77 -0
- package/lib/css/utilities/CSSEscaper.js.map +1 -0
- package/lib/css/utilities/CSSParser.d.ts +30 -0
- package/lib/css/utilities/CSSParser.d.ts.map +1 -0
- package/lib/css/utilities/CSSParser.js +259 -0
- package/lib/css/utilities/CSSParser.js.map +1 -0
- package/lib/custom-element/CustomElementReactionStack.d.ts +27 -0
- package/lib/custom-element/CustomElementReactionStack.d.ts.map +1 -0
- package/lib/custom-element/CustomElementReactionStack.js +76 -0
- package/lib/custom-element/CustomElementReactionStack.js.map +1 -0
- package/lib/custom-element/CustomElementRegistry.d.ts +65 -0
- package/lib/custom-element/CustomElementRegistry.d.ts.map +1 -0
- package/lib/custom-element/CustomElementRegistry.js +149 -0
- package/lib/custom-element/CustomElementRegistry.js.map +1 -0
- package/lib/custom-element/CustomElementUtility.d.ts +14 -0
- package/lib/custom-element/CustomElementUtility.d.ts.map +1 -0
- package/lib/custom-element/CustomElementUtility.js +32 -0
- package/lib/custom-element/CustomElementUtility.js.map +1 -0
- package/lib/custom-element/ICustomElementDefinition.d.ts +12 -0
- package/lib/custom-element/ICustomElementDefinition.d.ts.map +1 -0
- package/lib/custom-element/ICustomElementDefinition.js +2 -0
- package/lib/custom-element/ICustomElementDefinition.js.map +1 -0
- package/lib/dom/DOMPoint.d.ts +57 -0
- package/lib/dom/DOMPoint.d.ts.map +1 -0
- package/lib/dom/DOMPoint.js +74 -0
- package/lib/dom/DOMPoint.js.map +1 -0
- package/lib/dom/DOMPointReadOnly.d.ts +60 -0
- package/lib/dom/DOMPointReadOnly.d.ts.map +1 -0
- package/lib/dom/DOMPointReadOnly.js +84 -0
- package/lib/dom/DOMPointReadOnly.js.map +1 -0
- package/lib/dom/DOMRect.d.ts +65 -0
- package/lib/dom/DOMRect.d.ts.map +1 -0
- package/lib/dom/DOMRect.js +83 -0
- package/lib/dom/DOMRect.js.map +1 -0
- package/lib/dom/DOMRectList.d.ts +21 -0
- package/lib/dom/DOMRectList.d.ts.map +1 -0
- package/lib/dom/DOMRectList.js +30 -0
- package/lib/dom/DOMRectList.js.map +1 -0
- package/lib/dom/DOMRectReadOnly.d.ts +84 -0
- package/lib/dom/DOMRectReadOnly.d.ts.map +1 -0
- package/lib/dom/DOMRectReadOnly.js +117 -0
- package/lib/dom/DOMRectReadOnly.js.map +1 -0
- package/lib/dom/DOMStringMap.d.ts +18 -0
- package/lib/dom/DOMStringMap.d.ts.map +1 -0
- package/lib/dom/DOMStringMap.js +74 -0
- package/lib/dom/DOMStringMap.js.map +1 -0
- package/lib/dom/DOMStringMapUtility.d.ts +23 -0
- package/lib/dom/DOMStringMapUtility.d.ts.map +1 -0
- package/lib/dom/DOMStringMapUtility.js +33 -0
- package/lib/dom/DOMStringMapUtility.js.map +1 -0
- package/lib/dom/DOMTokenList.d.ts +122 -0
- package/lib/dom/DOMTokenList.d.ts.map +1 -0
- package/lib/dom/DOMTokenList.js +301 -0
- package/lib/dom/DOMTokenList.js.map +1 -0
- package/lib/dom/IDOMPointInit.d.ts +7 -0
- package/lib/dom/IDOMPointInit.d.ts.map +1 -0
- package/lib/dom/IDOMPointInit.js +2 -0
- package/lib/dom/IDOMPointInit.js.map +1 -0
- package/lib/dom/IDOMRectInit.d.ts +7 -0
- package/lib/dom/IDOMRectInit.d.ts.map +1 -0
- package/lib/dom/IDOMRectInit.js +2 -0
- package/lib/dom/IDOMRectInit.js.map +1 -0
- package/lib/dom/dom-matrix/DOMMatrix.d.ts +296 -0
- package/lib/dom/dom-matrix/DOMMatrix.d.ts.map +1 -0
- package/lib/dom/dom-matrix/DOMMatrix.js +425 -0
- package/lib/dom/dom-matrix/DOMMatrix.js.map +1 -0
- package/lib/dom/dom-matrix/DOMMatrixReadOnly.d.ts +485 -0
- package/lib/dom/dom-matrix/DOMMatrixReadOnly.d.ts.map +1 -0
- package/lib/dom/dom-matrix/DOMMatrixReadOnly.js +1380 -0
- package/lib/dom/dom-matrix/DOMMatrixReadOnly.js.map +1 -0
- package/lib/dom/dom-matrix/IDOMMatrixCompatibleObject.d.ts +25 -0
- package/lib/dom/dom-matrix/IDOMMatrixCompatibleObject.d.ts.map +1 -0
- package/lib/dom/dom-matrix/IDOMMatrixCompatibleObject.js +2 -0
- package/lib/dom/dom-matrix/IDOMMatrixCompatibleObject.js.map +1 -0
- package/lib/dom/dom-matrix/IDOMMatrixJSON.d.ts +27 -0
- package/lib/dom/dom-matrix/IDOMMatrixJSON.d.ts.map +1 -0
- package/lib/dom/dom-matrix/IDOMMatrixJSON.js +2 -0
- package/lib/dom/dom-matrix/IDOMMatrixJSON.js.map +1 -0
- package/lib/dom/dom-matrix/TDOMMatrix2DArray.d.ts +3 -0
- package/lib/dom/dom-matrix/TDOMMatrix2DArray.d.ts.map +1 -0
- package/lib/dom/dom-matrix/TDOMMatrix2DArray.js +3 -0
- package/lib/dom/dom-matrix/TDOMMatrix2DArray.js.map +1 -0
- package/lib/dom/dom-matrix/TDOMMatrix3DArray.d.ts +20 -0
- package/lib/dom/dom-matrix/TDOMMatrix3DArray.d.ts.map +1 -0
- package/lib/dom/dom-matrix/TDOMMatrix3DArray.js +3 -0
- package/lib/dom/dom-matrix/TDOMMatrix3DArray.js.map +1 -0
- package/lib/dom/dom-matrix/TDOMMatrixInit.d.ts +3 -0
- package/lib/dom/dom-matrix/TDOMMatrixInit.d.ts.map +1 -0
- package/lib/dom/dom-matrix/TDOMMatrixInit.js +2 -0
- package/lib/dom/dom-matrix/TDOMMatrixInit.js.map +1 -0
- package/lib/dom-implementation/DOMImplementation.d.ts +37 -0
- package/lib/dom-implementation/DOMImplementation.d.ts.map +1 -0
- package/lib/dom-implementation/DOMImplementation.js +50 -0
- package/lib/dom-implementation/DOMImplementation.js.map +1 -0
- package/lib/dom-parser/DOMParser.d.ts +21 -0
- package/lib/dom-parser/DOMParser.d.ts.map +1 -0
- package/lib/dom-parser/DOMParser.js +38 -0
- package/lib/dom-parser/DOMParser.js.map +1 -0
- package/lib/event/DataTransfer.d.ts +51 -0
- package/lib/event/DataTransfer.d.ts.map +1 -0
- package/lib/event/DataTransfer.js +107 -0
- package/lib/event/DataTransfer.js.map +1 -0
- package/lib/event/DataTransferItem.d.ts +30 -0
- package/lib/event/DataTransferItem.d.ts.map +1 -0
- package/lib/event/DataTransferItem.js +43 -0
- package/lib/event/DataTransferItem.js.map +1 -0
- package/lib/event/DataTransferItemList.d.ts +25 -0
- package/lib/event/DataTransferItemList.d.ts.map +1 -0
- package/lib/event/DataTransferItemList.js +40 -0
- package/lib/event/DataTransferItemList.js.map +1 -0
- package/lib/event/Event.d.ts +125 -0
- package/lib/event/Event.d.ts.map +1 -0
- package/lib/event/Event.js +190 -0
- package/lib/event/Event.js.map +1 -0
- package/lib/event/EventPhaseEnum.d.ts +8 -0
- package/lib/event/EventPhaseEnum.d.ts.map +1 -0
- package/lib/event/EventPhaseEnum.js +9 -0
- package/lib/event/EventPhaseEnum.js.map +1 -0
- package/lib/event/EventTarget.d.ts +77 -0
- package/lib/event/EventTarget.d.ts.map +1 -0
- package/lib/event/EventTarget.js +302 -0
- package/lib/event/EventTarget.js.map +1 -0
- package/lib/event/IEventInit.d.ts +6 -0
- package/lib/event/IEventInit.d.ts.map +1 -0
- package/lib/event/IEventInit.js +2 -0
- package/lib/event/IEventInit.js.map +1 -0
- package/lib/event/IEventListenerOptions.d.ts +8 -0
- package/lib/event/IEventListenerOptions.d.ts.map +1 -0
- package/lib/event/IEventListenerOptions.js +2 -0
- package/lib/event/IEventListenerOptions.js.map +1 -0
- package/lib/event/ITouchInit.d.ts +16 -0
- package/lib/event/ITouchInit.d.ts.map +1 -0
- package/lib/event/ITouchInit.js +2 -0
- package/lib/event/ITouchInit.js.map +1 -0
- package/lib/event/IUIEventInit.d.ts +7 -0
- package/lib/event/IUIEventInit.d.ts.map +1 -0
- package/lib/event/IUIEventInit.js +2 -0
- package/lib/event/IUIEventInit.js.map +1 -0
- package/lib/event/MessagePort.d.ts +24 -0
- package/lib/event/MessagePort.d.ts.map +1 -0
- package/lib/event/MessagePort.js +30 -0
- package/lib/event/MessagePort.js.map +1 -0
- package/lib/event/TEventListener.d.ts +4 -0
- package/lib/event/TEventListener.d.ts.map +1 -0
- package/lib/event/TEventListener.js +2 -0
- package/lib/event/TEventListener.js.map +1 -0
- package/lib/event/TEventListenerFunction.d.ts +3 -0
- package/lib/event/TEventListenerFunction.d.ts.map +1 -0
- package/lib/event/TEventListenerFunction.js +2 -0
- package/lib/event/TEventListenerFunction.js.map +1 -0
- package/lib/event/TEventListenerObject.d.ts +5 -0
- package/lib/event/TEventListenerObject.d.ts.map +1 -0
- package/lib/event/TEventListenerObject.js +2 -0
- package/lib/event/TEventListenerObject.js.map +1 -0
- package/lib/event/Touch.d.ts +26 -0
- package/lib/event/Touch.d.ts.map +1 -0
- package/lib/event/Touch.js +37 -0
- package/lib/event/Touch.js.map +1 -0
- package/lib/event/UIEvent.d.ts +26 -0
- package/lib/event/UIEvent.d.ts.map +1 -0
- package/lib/event/UIEvent.js +28 -0
- package/lib/event/UIEvent.js.map +1 -0
- package/lib/event/events/AnimationEvent.d.ts +18 -0
- package/lib/event/events/AnimationEvent.d.ts.map +1 -0
- package/lib/event/events/AnimationEvent.js +22 -0
- package/lib/event/events/AnimationEvent.js.map +1 -0
- package/lib/event/events/ClipboardEvent.d.ts +17 -0
- package/lib/event/events/ClipboardEvent.d.ts.map +1 -0
- package/lib/event/events/ClipboardEvent.js +18 -0
- package/lib/event/events/ClipboardEvent.js.map +1 -0
- package/lib/event/events/CloseEvent.d.ts +18 -0
- package/lib/event/events/CloseEvent.d.ts.map +1 -0
- package/lib/event/events/CloseEvent.js +22 -0
- package/lib/event/events/CloseEvent.js.map +1 -0
- package/lib/event/events/CustomEvent.d.ts +33 -0
- package/lib/event/events/CustomEvent.d.ts.map +1 -0
- package/lib/event/events/CustomEvent.js +43 -0
- package/lib/event/events/CustomEvent.js.map +1 -0
- package/lib/event/events/ErrorEvent.d.ts +20 -0
- package/lib/event/events/ErrorEvent.d.ts.map +1 -0
- package/lib/event/events/ErrorEvent.js +26 -0
- package/lib/event/events/ErrorEvent.js.map +1 -0
- package/lib/event/events/FocusEvent.d.ts +17 -0
- package/lib/event/events/FocusEvent.d.ts.map +1 -0
- package/lib/event/events/FocusEvent.js +18 -0
- package/lib/event/events/FocusEvent.js.map +1 -0
- package/lib/event/events/HashChangeEvent.d.ts +19 -0
- package/lib/event/events/HashChangeEvent.d.ts.map +1 -0
- package/lib/event/events/HashChangeEvent.js +22 -0
- package/lib/event/events/HashChangeEvent.js.map +1 -0
- package/lib/event/events/IAnimationEventInit.d.ts +7 -0
- package/lib/event/events/IAnimationEventInit.d.ts.map +1 -0
- package/lib/event/events/IAnimationEventInit.js +2 -0
- package/lib/event/events/IAnimationEventInit.js.map +1 -0
- package/lib/event/events/IClipboardEventInit.d.ts +6 -0
- package/lib/event/events/IClipboardEventInit.d.ts.map +1 -0
- package/lib/event/events/IClipboardEventInit.js +2 -0
- package/lib/event/events/IClipboardEventInit.js.map +1 -0
- package/lib/event/events/ICloseEventInit.d.ts +7 -0
- package/lib/event/events/ICloseEventInit.d.ts.map +1 -0
- package/lib/event/events/ICloseEventInit.js +2 -0
- package/lib/event/events/ICloseEventInit.js.map +1 -0
- package/lib/event/events/ICustomEventInit.d.ts +5 -0
- package/lib/event/events/ICustomEventInit.d.ts.map +1 -0
- package/lib/event/events/ICustomEventInit.js +2 -0
- package/lib/event/events/ICustomEventInit.js.map +1 -0
- package/lib/event/events/IErrorEventInit.d.ts +9 -0
- package/lib/event/events/IErrorEventInit.d.ts.map +1 -0
- package/lib/event/events/IErrorEventInit.js +2 -0
- package/lib/event/events/IErrorEventInit.js.map +1 -0
- package/lib/event/events/IFocusEventInit.d.ts +6 -0
- package/lib/event/events/IFocusEventInit.d.ts.map +1 -0
- package/lib/event/events/IFocusEventInit.js +2 -0
- package/lib/event/events/IFocusEventInit.js.map +1 -0
- package/lib/event/events/IHashChangeEventInit.d.ts +6 -0
- package/lib/event/events/IHashChangeEventInit.d.ts.map +1 -0
- package/lib/event/events/IHashChangeEventInit.js +2 -0
- package/lib/event/events/IHashChangeEventInit.js.map +1 -0
- package/lib/event/events/IInputEventInit.d.ts +9 -0
- package/lib/event/events/IInputEventInit.d.ts.map +1 -0
- package/lib/event/events/IInputEventInit.js +2 -0
- package/lib/event/events/IInputEventInit.js.map +1 -0
- package/lib/event/events/IKeyboardEventInit.d.ts +21 -0
- package/lib/event/events/IKeyboardEventInit.d.ts.map +1 -0
- package/lib/event/events/IKeyboardEventInit.js +2 -0
- package/lib/event/events/IKeyboardEventInit.js.map +1 -0
- package/lib/event/events/IMediaQueryListEventInit.d.ts +6 -0
- package/lib/event/events/IMediaQueryListEventInit.d.ts.map +1 -0
- package/lib/event/events/IMediaQueryListEventInit.js +2 -0
- package/lib/event/events/IMediaQueryListEventInit.js.map +1 -0
- package/lib/event/events/IMediaQueryListInit.d.ts +6 -0
- package/lib/event/events/IMediaQueryListInit.d.ts.map +1 -0
- package/lib/event/events/IMediaQueryListInit.js +2 -0
- package/lib/event/events/IMediaQueryListInit.js.map +1 -0
- package/lib/event/events/IMessageEventInit.d.ts +11 -0
- package/lib/event/events/IMessageEventInit.d.ts.map +1 -0
- package/lib/event/events/IMessageEventInit.js +2 -0
- package/lib/event/events/IMessageEventInit.js.map +1 -0
- package/lib/event/events/IMouseEventInit.d.ts +21 -0
- package/lib/event/events/IMouseEventInit.d.ts.map +1 -0
- package/lib/event/events/IMouseEventInit.js +2 -0
- package/lib/event/events/IMouseEventInit.js.map +1 -0
- package/lib/event/events/IPointerEventInit.d.ts +19 -0
- package/lib/event/events/IPointerEventInit.d.ts.map +1 -0
- package/lib/event/events/IPointerEventInit.js +2 -0
- package/lib/event/events/IPointerEventInit.js.map +1 -0
- package/lib/event/events/IPopStateEventInit.d.ts +6 -0
- package/lib/event/events/IPopStateEventInit.d.ts.map +1 -0
- package/lib/event/events/IPopStateEventInit.js +2 -0
- package/lib/event/events/IPopStateEventInit.js.map +1 -0
- package/lib/event/events/IProgressEventInit.d.ts +7 -0
- package/lib/event/events/IProgressEventInit.d.ts.map +1 -0
- package/lib/event/events/IProgressEventInit.js +2 -0
- package/lib/event/events/IProgressEventInit.js.map +1 -0
- package/lib/event/events/IStorageEventInit.d.ts +10 -0
- package/lib/event/events/IStorageEventInit.d.ts.map +1 -0
- package/lib/event/events/IStorageEventInit.js +2 -0
- package/lib/event/events/IStorageEventInit.js.map +1 -0
- package/lib/event/events/ISubmitEventInit.d.ts +6 -0
- package/lib/event/events/ISubmitEventInit.d.ts.map +1 -0
- package/lib/event/events/ISubmitEventInit.js +2 -0
- package/lib/event/events/ISubmitEventInit.js.map +1 -0
- package/lib/event/events/ITouchEventInit.d.ts +12 -0
- package/lib/event/events/ITouchEventInit.d.ts.map +1 -0
- package/lib/event/events/ITouchEventInit.js +2 -0
- package/lib/event/events/ITouchEventInit.js.map +1 -0
- package/lib/event/events/IWheelEventInit.d.ts +8 -0
- package/lib/event/events/IWheelEventInit.d.ts.map +1 -0
- package/lib/event/events/IWheelEventInit.js +2 -0
- package/lib/event/events/IWheelEventInit.js.map +1 -0
- package/lib/event/events/InputEvent.d.ts +20 -0
- package/lib/event/events/InputEvent.d.ts.map +1 -0
- package/lib/event/events/InputEvent.js +24 -0
- package/lib/event/events/InputEvent.js.map +1 -0
- package/lib/event/events/KeyboardEvent.d.ts +43 -0
- package/lib/event/events/KeyboardEvent.d.ts.map +1 -0
- package/lib/event/events/KeyboardEvent.js +72 -0
- package/lib/event/events/KeyboardEvent.js.map +1 -0
- package/lib/event/events/MediaQueryListEvent.d.ts +17 -0
- package/lib/event/events/MediaQueryListEvent.d.ts.map +1 -0
- package/lib/event/events/MediaQueryListEvent.js +20 -0
- package/lib/event/events/MediaQueryListEvent.js.map +1 -0
- package/lib/event/events/MediaStreamTrackEvent.d.ts +17 -0
- package/lib/event/events/MediaStreamTrackEvent.d.ts.map +1 -0
- package/lib/event/events/MediaStreamTrackEvent.js +18 -0
- package/lib/event/events/MediaStreamTrackEvent.js.map +1 -0
- package/lib/event/events/MessageEvent.d.ts +24 -0
- package/lib/event/events/MessageEvent.d.ts.map +1 -0
- package/lib/event/events/MessageEvent.js +28 -0
- package/lib/event/events/MessageEvent.js.map +1 -0
- package/lib/event/events/MouseEvent.d.ts +32 -0
- package/lib/event/events/MouseEvent.d.ts.map +1 -0
- package/lib/event/events/MouseEvent.js +48 -0
- package/lib/event/events/MouseEvent.js.map +1 -0
- package/lib/event/events/PointerEvent.d.ts +31 -0
- package/lib/event/events/PointerEvent.d.ts.map +1 -0
- package/lib/event/events/PointerEvent.js +46 -0
- package/lib/event/events/PointerEvent.js.map +1 -0
- package/lib/event/events/PopStateEvent.d.ts +17 -0
- package/lib/event/events/PopStateEvent.d.ts.map +1 -0
- package/lib/event/events/PopStateEvent.js +20 -0
- package/lib/event/events/PopStateEvent.js.map +1 -0
- package/lib/event/events/ProgressEvent.d.ts +18 -0
- package/lib/event/events/ProgressEvent.d.ts.map +1 -0
- package/lib/event/events/ProgressEvent.js +22 -0
- package/lib/event/events/ProgressEvent.js.map +1 -0
- package/lib/event/events/StorageEvent.d.ts +21 -0
- package/lib/event/events/StorageEvent.d.ts.map +1 -0
- package/lib/event/events/StorageEvent.js +26 -0
- package/lib/event/events/StorageEvent.js.map +1 -0
- package/lib/event/events/SubmitEvent.d.ts +17 -0
- package/lib/event/events/SubmitEvent.d.ts.map +1 -0
- package/lib/event/events/SubmitEvent.js +18 -0
- package/lib/event/events/SubmitEvent.js.map +1 -0
- package/lib/event/events/TouchEvent.d.ts +23 -0
- package/lib/event/events/TouchEvent.d.ts.map +1 -0
- package/lib/event/events/TouchEvent.js +30 -0
- package/lib/event/events/TouchEvent.js.map +1 -0
- package/lib/event/events/WheelEvent.d.ts +22 -0
- package/lib/event/events/WheelEvent.d.ts.map +1 -0
- package/lib/event/events/WheelEvent.js +27 -0
- package/lib/event/events/WheelEvent.js.map +1 -0
- package/lib/exception/DOMException.d.ts +16 -0
- package/lib/exception/DOMException.d.ts.map +1 -0
- package/lib/exception/DOMException.js +20 -0
- package/lib/exception/DOMException.js.map +1 -0
- package/lib/exception/DOMExceptionNameEnum.d.ts +24 -0
- package/lib/exception/DOMExceptionNameEnum.d.ts.map +1 -0
- package/lib/exception/DOMExceptionNameEnum.js +25 -0
- package/lib/exception/DOMExceptionNameEnum.js.map +1 -0
- package/lib/fetch/AbortController.d.ts +19 -0
- package/lib/fetch/AbortController.d.ts.map +1 -0
- package/lib/fetch/AbortController.js +19 -0
- package/lib/fetch/AbortController.js.map +1 -0
- package/lib/fetch/AbortSignal.d.ts +86 -0
- package/lib/fetch/AbortSignal.d.ts.map +1 -0
- package/lib/fetch/AbortSignal.js +152 -0
- package/lib/fetch/AbortSignal.js.map +1 -0
- package/lib/fetch/Fetch.d.ts +138 -0
- package/lib/fetch/Fetch.d.ts.map +1 -0
- package/lib/fetch/Fetch.js +819 -0
- package/lib/fetch/Fetch.js.map +1 -0
- package/lib/fetch/Headers.d.ts +95 -0
- package/lib/fetch/Headers.d.ts.map +1 -0
- package/lib/fetch/Headers.js +157 -0
- package/lib/fetch/Headers.js.map +1 -0
- package/lib/fetch/Request.d.ts +163 -0
- package/lib/fetch/Request.d.ts.map +1 -0
- package/lib/fetch/Request.js +376 -0
- package/lib/fetch/Request.js.map +1 -0
- package/lib/fetch/ResourceFetch.d.ts +46 -0
- package/lib/fetch/ResourceFetch.d.ts.map +1 -0
- package/lib/fetch/ResourceFetch.js +139 -0
- package/lib/fetch/ResourceFetch.js.map +1 -0
- package/lib/fetch/Response.d.ts +118 -0
- package/lib/fetch/Response.d.ts.map +1 -0
- package/lib/fetch/Response.js +328 -0
- package/lib/fetch/Response.js.map +1 -0
- package/lib/fetch/SyncFetch.d.ts +91 -0
- package/lib/fetch/SyncFetch.d.ts.map +1 -0
- package/lib/fetch/SyncFetch.js +548 -0
- package/lib/fetch/SyncFetch.js.map +1 -0
- package/lib/fetch/cache/preflight/ICacheablePreflightRequest.d.ts +7 -0
- package/lib/fetch/cache/preflight/ICacheablePreflightRequest.d.ts.map +1 -0
- package/lib/fetch/cache/preflight/ICacheablePreflightRequest.js +2 -0
- package/lib/fetch/cache/preflight/ICacheablePreflightRequest.js.map +1 -0
- package/lib/fetch/cache/preflight/ICacheablePreflightResponse.d.ts +7 -0
- package/lib/fetch/cache/preflight/ICacheablePreflightResponse.d.ts.map +1 -0
- package/lib/fetch/cache/preflight/ICacheablePreflightResponse.js +2 -0
- package/lib/fetch/cache/preflight/ICacheablePreflightResponse.js.map +1 -0
- package/lib/fetch/cache/preflight/ICachedPreflightResponse.d.ts +6 -0
- package/lib/fetch/cache/preflight/ICachedPreflightResponse.d.ts.map +1 -0
- package/lib/fetch/cache/preflight/ICachedPreflightResponse.js +2 -0
- package/lib/fetch/cache/preflight/ICachedPreflightResponse.js.map +1 -0
- package/lib/fetch/cache/preflight/IPreflightResponseCache.d.ts +28 -0
- package/lib/fetch/cache/preflight/IPreflightResponseCache.d.ts.map +1 -0
- package/lib/fetch/cache/preflight/IPreflightResponseCache.js +2 -0
- package/lib/fetch/cache/preflight/IPreflightResponseCache.js.map +1 -0
- package/lib/fetch/cache/preflight/PreflightResponseCache.d.ts +32 -0
- package/lib/fetch/cache/preflight/PreflightResponseCache.d.ts.map +1 -0
- package/lib/fetch/cache/preflight/PreflightResponseCache.js +72 -0
- package/lib/fetch/cache/preflight/PreflightResponseCache.js.map +1 -0
- package/lib/fetch/cache/response/CachedResponseStateEnum.d.ts +6 -0
- package/lib/fetch/cache/response/CachedResponseStateEnum.d.ts.map +1 -0
- package/lib/fetch/cache/response/CachedResponseStateEnum.js +7 -0
- package/lib/fetch/cache/response/CachedResponseStateEnum.js.map +1 -0
- package/lib/fetch/cache/response/ICacheableRequest.d.ts +7 -0
- package/lib/fetch/cache/response/ICacheableRequest.d.ts.map +1 -0
- package/lib/fetch/cache/response/ICacheableRequest.js +2 -0
- package/lib/fetch/cache/response/ICacheableRequest.js.map +1 -0
- package/lib/fetch/cache/response/ICacheableResponse.d.ts +11 -0
- package/lib/fetch/cache/response/ICacheableResponse.d.ts.map +1 -0
- package/lib/fetch/cache/response/ICacheableResponse.js +2 -0
- package/lib/fetch/cache/response/ICacheableResponse.js.map +1 -0
- package/lib/fetch/cache/response/ICachedResponse.d.ts +41 -0
- package/lib/fetch/cache/response/ICachedResponse.d.ts.map +1 -0
- package/lib/fetch/cache/response/ICachedResponse.js +2 -0
- package/lib/fetch/cache/response/ICachedResponse.js.map +1 -0
- package/lib/fetch/cache/response/IResponseCache.d.ts +37 -0
- package/lib/fetch/cache/response/IResponseCache.d.ts.map +1 -0
- package/lib/fetch/cache/response/IResponseCache.js +2 -0
- package/lib/fetch/cache/response/IResponseCache.js.map +1 -0
- package/lib/fetch/cache/response/IResponseCacheFileSystem.d.ts +18 -0
- package/lib/fetch/cache/response/IResponseCacheFileSystem.d.ts.map +1 -0
- package/lib/fetch/cache/response/IResponseCacheFileSystem.js +2 -0
- package/lib/fetch/cache/response/IResponseCacheFileSystem.js.map +1 -0
- package/lib/fetch/cache/response/ResponseCache.d.ts +46 -0
- package/lib/fetch/cache/response/ResponseCache.d.ts.map +1 -0
- package/lib/fetch/cache/response/ResponseCache.js +223 -0
- package/lib/fetch/cache/response/ResponseCache.js.map +1 -0
- package/lib/fetch/cache/response/ResponseCacheFileSystem.d.ts +27 -0
- package/lib/fetch/cache/response/ResponseCacheFileSystem.d.ts.map +1 -0
- package/lib/fetch/cache/response/ResponseCacheFileSystem.js +140 -0
- package/lib/fetch/cache/response/ResponseCacheFileSystem.js.map +1 -0
- package/lib/fetch/certificate/FetchHTTPSCertificate.d.ts +6 -0
- package/lib/fetch/certificate/FetchHTTPSCertificate.d.ts.map +1 -0
- package/lib/fetch/certificate/FetchHTTPSCertificate.js +53 -0
- package/lib/fetch/certificate/FetchHTTPSCertificate.js.map +1 -0
- package/lib/fetch/data-uri/DataURIParser.d.ts +20 -0
- package/lib/fetch/data-uri/DataURIParser.d.ts.map +1 -0
- package/lib/fetch/data-uri/DataURIParser.js +57 -0
- package/lib/fetch/data-uri/DataURIParser.js.map +1 -0
- package/lib/fetch/multipart/MultipartFormDataParser.d.ts +53 -0
- package/lib/fetch/multipart/MultipartFormDataParser.d.ts.map +1 -0
- package/lib/fetch/multipart/MultipartFormDataParser.js +113 -0
- package/lib/fetch/multipart/MultipartFormDataParser.js.map +1 -0
- package/lib/fetch/multipart/MultipartReader.d.ts +52 -0
- package/lib/fetch/multipart/MultipartReader.d.ts.map +1 -0
- package/lib/fetch/multipart/MultipartReader.js +174 -0
- package/lib/fetch/multipart/MultipartReader.js.map +1 -0
- package/lib/fetch/preload/PreloadEntry.d.ts +26 -0
- package/lib/fetch/preload/PreloadEntry.d.ts.map +1 -0
- package/lib/fetch/preload/PreloadEntry.js +44 -0
- package/lib/fetch/preload/PreloadEntry.js.map +1 -0
- package/lib/fetch/preload/PreloadUtility.d.ts +26 -0
- package/lib/fetch/preload/PreloadUtility.d.ts.map +1 -0
- package/lib/fetch/preload/PreloadUtility.js +26 -0
- package/lib/fetch/preload/PreloadUtility.js.map +1 -0
- package/lib/fetch/types/IFetchInterceptor.d.ts +57 -0
- package/lib/fetch/types/IFetchInterceptor.d.ts.map +1 -0
- package/lib/fetch/types/IFetchInterceptor.js +2 -0
- package/lib/fetch/types/IFetchInterceptor.js.map +1 -0
- package/lib/fetch/types/IFetchRequestHeaders.d.ts +10 -0
- package/lib/fetch/types/IFetchRequestHeaders.d.ts.map +1 -0
- package/lib/fetch/types/IFetchRequestHeaders.js +2 -0
- package/lib/fetch/types/IFetchRequestHeaders.js.map +1 -0
- package/lib/fetch/types/IRequestInit.d.ts +23 -0
- package/lib/fetch/types/IRequestInit.d.ts.map +1 -0
- package/lib/fetch/types/IRequestInit.js +2 -0
- package/lib/fetch/types/IRequestInit.js.map +1 -0
- package/lib/fetch/types/IResourceFetchResponse.d.ts +5 -0
- package/lib/fetch/types/IResourceFetchResponse.d.ts.map +1 -0
- package/lib/fetch/types/IResourceFetchResponse.js +2 -0
- package/lib/fetch/types/IResourceFetchResponse.js.map +1 -0
- package/lib/fetch/types/IResponseInit.d.ts +10 -0
- package/lib/fetch/types/IResponseInit.d.ts.map +1 -0
- package/lib/fetch/types/IResponseInit.js +2 -0
- package/lib/fetch/types/IResponseInit.js.map +1 -0
- package/lib/fetch/types/ISyncResponse.d.ts +18 -0
- package/lib/fetch/types/ISyncResponse.d.ts.map +1 -0
- package/lib/fetch/types/ISyncResponse.js +2 -0
- package/lib/fetch/types/ISyncResponse.js.map +1 -0
- package/lib/fetch/types/IVirtualServer.d.ts +8 -0
- package/lib/fetch/types/IVirtualServer.d.ts.map +1 -0
- package/lib/fetch/types/IVirtualServer.js +2 -0
- package/lib/fetch/types/IVirtualServer.js.map +1 -0
- package/lib/fetch/types/THeadersInit.d.ts +5 -0
- package/lib/fetch/types/THeadersInit.d.ts.map +1 -0
- package/lib/fetch/types/THeadersInit.js +2 -0
- package/lib/fetch/types/THeadersInit.js.map +1 -0
- package/lib/fetch/types/TRequestBody.d.ts +6 -0
- package/lib/fetch/types/TRequestBody.d.ts.map +1 -0
- package/lib/fetch/types/TRequestBody.js +2 -0
- package/lib/fetch/types/TRequestBody.js.map +1 -0
- package/lib/fetch/types/TRequestCredentials.d.ts +2 -0
- package/lib/fetch/types/TRequestCredentials.d.ts.map +1 -0
- package/lib/fetch/types/TRequestCredentials.js +2 -0
- package/lib/fetch/types/TRequestCredentials.js.map +1 -0
- package/lib/fetch/types/TRequestInfo.d.ts +4 -0
- package/lib/fetch/types/TRequestInfo.d.ts.map +1 -0
- package/lib/fetch/types/TRequestInfo.js +2 -0
- package/lib/fetch/types/TRequestInfo.js.map +1 -0
- package/lib/fetch/types/TRequestMode.d.ts +2 -0
- package/lib/fetch/types/TRequestMode.d.ts.map +1 -0
- package/lib/fetch/types/TRequestMode.js +2 -0
- package/lib/fetch/types/TRequestMode.js.map +1 -0
- package/lib/fetch/types/TRequestRedirect.d.ts +2 -0
- package/lib/fetch/types/TRequestRedirect.d.ts.map +1 -0
- package/lib/fetch/types/TRequestRedirect.js +2 -0
- package/lib/fetch/types/TRequestRedirect.js.map +1 -0
- package/lib/fetch/types/TRequestReferrerPolicy.d.ts +2 -0
- package/lib/fetch/types/TRequestReferrerPolicy.d.ts.map +1 -0
- package/lib/fetch/types/TRequestReferrerPolicy.js +2 -0
- package/lib/fetch/types/TRequestReferrerPolicy.js.map +1 -0
- package/lib/fetch/types/TResponseBody.d.ts +6 -0
- package/lib/fetch/types/TResponseBody.d.ts.map +1 -0
- package/lib/fetch/types/TResponseBody.js +2 -0
- package/lib/fetch/types/TResponseBody.js.map +1 -0
- package/lib/fetch/utilities/FetchBodyUtility.d.ts +83 -0
- package/lib/fetch/utilities/FetchBodyUtility.d.ts.map +1 -0
- package/lib/fetch/utilities/FetchBodyUtility.js +249 -0
- package/lib/fetch/utilities/FetchBodyUtility.js.map +1 -0
- package/lib/fetch/utilities/FetchCORSUtility.d.ts +14 -0
- package/lib/fetch/utilities/FetchCORSUtility.d.ts.map +1 -0
- package/lib/fetch/utilities/FetchCORSUtility.js +23 -0
- package/lib/fetch/utilities/FetchCORSUtility.js.map +1 -0
- package/lib/fetch/utilities/FetchRequestHeaderUtility.d.ts +41 -0
- package/lib/fetch/utilities/FetchRequestHeaderUtility.d.ts.map +1 -0
- package/lib/fetch/utilities/FetchRequestHeaderUtility.js +111 -0
- package/lib/fetch/utilities/FetchRequestHeaderUtility.js.map +1 -0
- package/lib/fetch/utilities/FetchRequestReferrerUtility.d.ts +62 -0
- package/lib/fetch/utilities/FetchRequestReferrerUtility.d.ts.map +1 -0
- package/lib/fetch/utilities/FetchRequestReferrerUtility.js +207 -0
- package/lib/fetch/utilities/FetchRequestReferrerUtility.js.map +1 -0
- package/lib/fetch/utilities/FetchRequestValidationUtility.d.ts +53 -0
- package/lib/fetch/utilities/FetchRequestValidationUtility.d.ts.map +1 -0
- package/lib/fetch/utilities/FetchRequestValidationUtility.js +94 -0
- package/lib/fetch/utilities/FetchRequestValidationUtility.js.map +1 -0
- package/lib/fetch/utilities/FetchResponseHeaderUtility.d.ts +23 -0
- package/lib/fetch/utilities/FetchResponseHeaderUtility.d.ts.map +1 -0
- package/lib/fetch/utilities/FetchResponseHeaderUtility.js +42 -0
- package/lib/fetch/utilities/FetchResponseHeaderUtility.js.map +1 -0
- package/lib/fetch/utilities/FetchResponseRedirectUtility.d.ts +20 -0
- package/lib/fetch/utilities/FetchResponseRedirectUtility.d.ts.map +1 -0
- package/lib/fetch/utilities/FetchResponseRedirectUtility.js +26 -0
- package/lib/fetch/utilities/FetchResponseRedirectUtility.js.map +1 -0
- package/lib/fetch/utilities/SyncFetchScriptBuilder.d.ts +27 -0
- package/lib/fetch/utilities/SyncFetchScriptBuilder.d.ts.map +1 -0
- package/lib/fetch/utilities/SyncFetchScriptBuilder.js +58 -0
- package/lib/fetch/utilities/SyncFetchScriptBuilder.js.map +1 -0
- package/lib/fetch/utilities/VirtualServerUtility.d.ts +31 -0
- package/lib/fetch/utilities/VirtualServerUtility.d.ts.map +1 -0
- package/lib/fetch/utilities/VirtualServerUtility.js +91 -0
- package/lib/fetch/utilities/VirtualServerUtility.js.map +1 -0
- package/lib/file/Blob.d.ts +67 -0
- package/lib/file/Blob.d.ts.map +1 -0
- package/lib/file/Blob.js +148 -0
- package/lib/file/Blob.js.map +1 -0
- package/lib/file/File.d.ts +28 -0
- package/lib/file/File.d.ts.map +1 -0
- package/lib/file/File.js +33 -0
- package/lib/file/File.js.map +1 -0
- package/lib/file/FileReader.d.ts +57 -0
- package/lib/file/FileReader.d.ts.map +1 -0
- package/lib/file/FileReader.js +171 -0
- package/lib/file/FileReader.js.map +1 -0
- package/lib/file/FileReaderEventTypeEnum.d.ts +10 -0
- package/lib/file/FileReaderEventTypeEnum.d.ts.map +1 -0
- package/lib/file/FileReaderEventTypeEnum.js +11 -0
- package/lib/file/FileReaderEventTypeEnum.js.map +1 -0
- package/lib/file/FileReaderFormatEnum.d.ts +8 -0
- package/lib/file/FileReaderFormatEnum.d.ts.map +1 -0
- package/lib/file/FileReaderFormatEnum.js +9 -0
- package/lib/file/FileReaderFormatEnum.js.map +1 -0
- package/lib/file/FileReaderReadyStateEnum.d.ts +7 -0
- package/lib/file/FileReaderReadyStateEnum.d.ts.map +1 -0
- package/lib/file/FileReaderReadyStateEnum.js +8 -0
- package/lib/file/FileReaderReadyStateEnum.js.map +1 -0
- package/lib/form-data/FormData.d.ts +98 -0
- package/lib/form-data/FormData.d.ts.map +1 -0
- package/lib/form-data/FormData.js +249 -0
- package/lib/form-data/FormData.js.map +1 -0
- package/lib/history/History.d.ts +82 -0
- package/lib/history/History.d.ts.map +1 -0
- package/lib/history/History.js +175 -0
- package/lib/history/History.js.map +1 -0
- package/lib/history/HistoryItemList.d.ts +24 -0
- package/lib/history/HistoryItemList.d.ts.map +1 -0
- package/lib/history/HistoryItemList.js +63 -0
- package/lib/history/HistoryItemList.js.map +1 -0
- package/lib/history/HistoryScrollRestorationEnum.d.ts +6 -0
- package/lib/history/HistoryScrollRestorationEnum.d.ts.map +1 -0
- package/lib/history/HistoryScrollRestorationEnum.js +7 -0
- package/lib/history/HistoryScrollRestorationEnum.js.map +1 -0
- package/lib/history/IHistoryItem.d.ts +12 -0
- package/lib/history/IHistoryItem.d.ts.map +1 -0
- package/lib/history/IHistoryItem.js +2 -0
- package/lib/history/IHistoryItem.js.map +1 -0
- package/lib/html-parser/HTMLParser.d.ts +94 -0
- package/lib/html-parser/HTMLParser.d.ts.map +1 -0
- package/lib/html-parser/HTMLParser.js +741 -0
- package/lib/html-parser/HTMLParser.js.map +1 -0
- package/lib/html-serializer/HTMLSerializer.d.ts +38 -0
- package/lib/html-serializer/HTMLSerializer.d.ts.map +1 -0
- package/lib/html-serializer/HTMLSerializer.js +130 -0
- package/lib/html-serializer/HTMLSerializer.js.map +1 -0
- package/lib/index.d.ts +227 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +197 -0
- package/lib/index.js.map +1 -0
- package/lib/intersection-observer/IIntersectionObserverInit.d.ts +16 -0
- package/lib/intersection-observer/IIntersectionObserverInit.d.ts.map +1 -0
- package/lib/intersection-observer/IIntersectionObserverInit.js +2 -0
- package/lib/intersection-observer/IIntersectionObserverInit.js.map +1 -0
- package/lib/intersection-observer/IntersectionObserver.d.ts +41 -0
- package/lib/intersection-observer/IntersectionObserver.d.ts.map +1 -0
- package/lib/intersection-observer/IntersectionObserver.js +53 -0
- package/lib/intersection-observer/IntersectionObserver.js.map +1 -0
- package/lib/intersection-observer/IntersectionObserverEntry.d.ts +23 -0
- package/lib/intersection-observer/IntersectionObserverEntry.d.ts.map +1 -0
- package/lib/intersection-observer/IntersectionObserverEntry.js +23 -0
- package/lib/intersection-observer/IntersectionObserverEntry.js.map +1 -0
- package/lib/javascript/IJavaScriptCompiledResult.d.ts +13 -0
- package/lib/javascript/IJavaScriptCompiledResult.d.ts.map +1 -0
- package/lib/javascript/IJavaScriptCompiledResult.js +2 -0
- package/lib/javascript/IJavaScriptCompiledResult.js.map +1 -0
- package/lib/javascript/JavaScriptCompiler.d.ts +41 -0
- package/lib/javascript/JavaScriptCompiler.d.ts.map +1 -0
- package/lib/javascript/JavaScriptCompiler.js +346 -0
- package/lib/javascript/JavaScriptCompiler.js.map +1 -0
- package/lib/location/Location.d.ts +148 -0
- package/lib/location/Location.d.ts.map +1 -0
- package/lib/location/Location.js +283 -0
- package/lib/location/Location.js.map +1 -0
- package/lib/match-media/IMediaQueryRange.d.ts +12 -0
- package/lib/match-media/IMediaQueryRange.d.ts.map +1 -0
- package/lib/match-media/IMediaQueryRange.js +2 -0
- package/lib/match-media/IMediaQueryRange.js.map +1 -0
- package/lib/match-media/IMediaQueryRule.d.ts +5 -0
- package/lib/match-media/IMediaQueryRule.d.ts.map +1 -0
- package/lib/match-media/IMediaQueryRule.js +2 -0
- package/lib/match-media/IMediaQueryRule.js.map +1 -0
- package/lib/match-media/MediaQueryItem.d.ts +77 -0
- package/lib/match-media/MediaQueryItem.d.ts.map +1 -0
- package/lib/match-media/MediaQueryItem.js +297 -0
- package/lib/match-media/MediaQueryItem.js.map +1 -0
- package/lib/match-media/MediaQueryList.d.ts +62 -0
- package/lib/match-media/MediaQueryList.d.ts.map +1 -0
- package/lib/match-media/MediaQueryList.js +112 -0
- package/lib/match-media/MediaQueryList.js.map +1 -0
- package/lib/match-media/MediaQueryParser.d.ts +22 -0
- package/lib/match-media/MediaQueryParser.d.ts.map +1 -0
- package/lib/match-media/MediaQueryParser.js +106 -0
- package/lib/match-media/MediaQueryParser.js.map +1 -0
- package/lib/match-media/MediaQueryTypeEnum.d.ts +7 -0
- package/lib/match-media/MediaQueryTypeEnum.d.ts.map +1 -0
- package/lib/match-media/MediaQueryTypeEnum.js +8 -0
- package/lib/match-media/MediaQueryTypeEnum.js.map +1 -0
- package/lib/module/CSSModule.d.ts +32 -0
- package/lib/module/CSSModule.d.ts.map +1 -0
- package/lib/module/CSSModule.js +42 -0
- package/lib/module/CSSModule.js.map +1 -0
- package/lib/module/ECMAScriptModule.d.ts +36 -0
- package/lib/module/ECMAScriptModule.d.ts.map +1 -0
- package/lib/module/ECMAScriptModule.js +153 -0
- package/lib/module/ECMAScriptModule.js.map +1 -0
- package/lib/module/ECMAScriptModuleCompiler.d.ts +72 -0
- package/lib/module/ECMAScriptModuleCompiler.d.ts.map +1 -0
- package/lib/module/ECMAScriptModuleCompiler.js +854 -0
- package/lib/module/ECMAScriptModuleCompiler.js.map +1 -0
- package/lib/module/JSONModule.d.ts +31 -0
- package/lib/module/JSONModule.d.ts.map +1 -0
- package/lib/module/JSONModule.js +47 -0
- package/lib/module/JSONModule.js.map +1 -0
- package/lib/module/ModuleFactory.d.ts +49 -0
- package/lib/module/ModuleFactory.d.ts.map +1 -0
- package/lib/module/ModuleFactory.js +117 -0
- package/lib/module/ModuleFactory.js.map +1 -0
- package/lib/module/ModuleURLUtility.d.ts +38 -0
- package/lib/module/ModuleURLUtility.d.ts.map +1 -0
- package/lib/module/ModuleURLUtility.js +162 -0
- package/lib/module/ModuleURLUtility.js.map +1 -0
- package/lib/module/UnresolvedModule.d.ts +47 -0
- package/lib/module/UnresolvedModule.d.ts.map +1 -0
- package/lib/module/UnresolvedModule.js +66 -0
- package/lib/module/UnresolvedModule.js.map +1 -0
- package/lib/module/enums/ECMAScriptModuleEvaluateStateEnum.d.ts +7 -0
- package/lib/module/enums/ECMAScriptModuleEvaluateStateEnum.d.ts.map +1 -0
- package/lib/module/enums/ECMAScriptModuleEvaluateStateEnum.js +8 -0
- package/lib/module/enums/ECMAScriptModuleEvaluateStateEnum.js.map +1 -0
- package/lib/module/types/IECMAScriptModuleCachedResult.d.ts +9 -0
- package/lib/module/types/IECMAScriptModuleCachedResult.d.ts.map +1 -0
- package/lib/module/types/IECMAScriptModuleCachedResult.js +2 -0
- package/lib/module/types/IECMAScriptModuleCachedResult.js.map +1 -0
- package/lib/module/types/IECMAScriptModuleCompiledResult.d.ts +26 -0
- package/lib/module/types/IECMAScriptModuleCompiledResult.d.ts.map +1 -0
- package/lib/module/types/IECMAScriptModuleCompiledResult.js +2 -0
- package/lib/module/types/IECMAScriptModuleCompiledResult.js.map +1 -0
- package/lib/module/types/IECMAScriptModuleImport.d.ts +5 -0
- package/lib/module/types/IECMAScriptModuleImport.d.ts.map +1 -0
- package/lib/module/types/IECMAScriptModuleImport.js +2 -0
- package/lib/module/types/IECMAScriptModuleImport.js.map +1 -0
- package/lib/module/types/IECMAScriptModuleInit.d.ts +10 -0
- package/lib/module/types/IECMAScriptModuleInit.d.ts.map +1 -0
- package/lib/module/types/IECMAScriptModuleInit.js +2 -0
- package/lib/module/types/IECMAScriptModuleInit.js.map +1 -0
- package/lib/module/types/IModule.d.ts +21 -0
- package/lib/module/types/IModule.d.ts.map +1 -0
- package/lib/module/types/IModule.js +2 -0
- package/lib/module/types/IModule.js.map +1 -0
- package/lib/module/types/IModuleImportMap.d.ts +10 -0
- package/lib/module/types/IModuleImportMap.d.ts.map +1 -0
- package/lib/module/types/IModuleImportMap.js +2 -0
- package/lib/module/types/IModuleImportMap.js.map +1 -0
- package/lib/module/types/IModuleImportMapRule.d.ts +5 -0
- package/lib/module/types/IModuleImportMapRule.d.ts.map +1 -0
- package/lib/module/types/IModuleImportMapRule.js +2 -0
- package/lib/module/types/IModuleImportMapRule.js.map +1 -0
- package/lib/module/types/IModuleImportMapScope.d.ts +6 -0
- package/lib/module/types/IModuleImportMapScope.d.ts.map +1 -0
- package/lib/module/types/IModuleImportMapScope.js +2 -0
- package/lib/module/types/IModuleImportMapScope.js.map +1 -0
- package/lib/module/types/IModuleInit.d.ts +12 -0
- package/lib/module/types/IModuleInit.d.ts.map +1 -0
- package/lib/module/types/IModuleInit.js +2 -0
- package/lib/module/types/IModuleInit.js.map +1 -0
- package/lib/module/types/IResolveNodeModules.d.ts +9 -0
- package/lib/module/types/IResolveNodeModules.d.ts.map +1 -0
- package/lib/module/types/IResolveNodeModules.js +2 -0
- package/lib/module/types/IResolveNodeModules.js.map +1 -0
- package/lib/mutation-observer/IMutationListener.d.ts +7 -0
- package/lib/mutation-observer/IMutationListener.d.ts.map +1 -0
- package/lib/mutation-observer/IMutationListener.js +2 -0
- package/lib/mutation-observer/IMutationListener.js.map +1 -0
- package/lib/mutation-observer/IMutationObserverInit.d.ts +15 -0
- package/lib/mutation-observer/IMutationObserverInit.d.ts.map +1 -0
- package/lib/mutation-observer/IMutationObserverInit.js +2 -0
- package/lib/mutation-observer/IMutationObserverInit.js.map +1 -0
- package/lib/mutation-observer/MutationObserver.d.ts +42 -0
- package/lib/mutation-observer/MutationObserver.d.ts.map +1 -0
- package/lib/mutation-observer/MutationObserver.js +134 -0
- package/lib/mutation-observer/MutationObserver.js.map +1 -0
- package/lib/mutation-observer/MutationObserverListener.d.ts +47 -0
- package/lib/mutation-observer/MutationObserverListener.d.ts.map +1 -0
- package/lib/mutation-observer/MutationObserverListener.js +89 -0
- package/lib/mutation-observer/MutationObserverListener.js.map +1 -0
- package/lib/mutation-observer/MutationRecord.d.ts +44 -0
- package/lib/mutation-observer/MutationRecord.d.ts.map +1 -0
- package/lib/mutation-observer/MutationRecord.js +42 -0
- package/lib/mutation-observer/MutationRecord.js.map +1 -0
- package/lib/mutation-observer/MutationTypeEnum.d.ts +7 -0
- package/lib/mutation-observer/MutationTypeEnum.d.ts.map +1 -0
- package/lib/mutation-observer/MutationTypeEnum.js +8 -0
- package/lib/mutation-observer/MutationTypeEnum.js.map +1 -0
- package/lib/navigator/MimeType.d.ts +26 -0
- package/lib/navigator/MimeType.d.ts.map +1 -0
- package/lib/navigator/MimeType.js +32 -0
- package/lib/navigator/MimeType.js.map +1 -0
- package/lib/navigator/MimeTypeArray.d.ts +32 -0
- package/lib/navigator/MimeTypeArray.d.ts.map +1 -0
- package/lib/navigator/MimeTypeArray.js +43 -0
- package/lib/navigator/MimeTypeArray.js.map +1 -0
- package/lib/navigator/Navigator.d.ts +145 -0
- package/lib/navigator/Navigator.d.ts.map +1 -0
- package/lib/navigator/Navigator.js +213 -0
- package/lib/navigator/Navigator.js.map +1 -0
- package/lib/navigator/Plugin.d.ts +41 -0
- package/lib/navigator/Plugin.d.ts.map +1 -0
- package/lib/navigator/Plugin.js +55 -0
- package/lib/navigator/Plugin.js.map +1 -0
- package/lib/navigator/PluginArray.d.ts +39 -0
- package/lib/navigator/PluginArray.d.ts.map +1 -0
- package/lib/navigator/PluginArray.js +52 -0
- package/lib/navigator/PluginArray.js.map +1 -0
- package/lib/nodes/NodeFactory.d.ts +24 -0
- package/lib/nodes/NodeFactory.d.ts.map +1 -0
- package/lib/nodes/NodeFactory.js +30 -0
- package/lib/nodes/NodeFactory.js.map +1 -0
- package/lib/nodes/attr/Attr.d.ts +78 -0
- package/lib/nodes/attr/Attr.d.ts.map +1 -0
- package/lib/nodes/attr/Attr.js +103 -0
- package/lib/nodes/attr/Attr.js.map +1 -0
- package/lib/nodes/character-data/CharacterData.d.ts +137 -0
- package/lib/nodes/character-data/CharacterData.d.ts.map +1 -0
- package/lib/nodes/character-data/CharacterData.js +187 -0
- package/lib/nodes/character-data/CharacterData.js.map +1 -0
- package/lib/nodes/character-data/CharacterDataUtility.d.ts +47 -0
- package/lib/nodes/character-data/CharacterDataUtility.d.ts.map +1 -0
- package/lib/nodes/character-data/CharacterDataUtility.js +59 -0
- package/lib/nodes/character-data/CharacterDataUtility.js.map +1 -0
- package/lib/nodes/child-node/ChildNodeUtility.d.ts +35 -0
- package/lib/nodes/child-node/ChildNodeUtility.d.ts.map +1 -0
- package/lib/nodes/child-node/ChildNodeUtility.js +83 -0
- package/lib/nodes/child-node/ChildNodeUtility.js.map +1 -0
- package/lib/nodes/child-node/IChildNode.d.ts +26 -0
- package/lib/nodes/child-node/IChildNode.d.ts.map +1 -0
- package/lib/nodes/child-node/IChildNode.js +2 -0
- package/lib/nodes/child-node/IChildNode.js.map +1 -0
- package/lib/nodes/child-node/INonDocumentTypeChildNode.d.ts +7 -0
- package/lib/nodes/child-node/INonDocumentTypeChildNode.d.ts.map +1 -0
- package/lib/nodes/child-node/INonDocumentTypeChildNode.js +2 -0
- package/lib/nodes/child-node/INonDocumentTypeChildNode.js.map +1 -0
- package/lib/nodes/child-node/NonDocumentChildNodeUtility.d.ts +22 -0
- package/lib/nodes/child-node/NonDocumentChildNodeUtility.d.ts.map +1 -0
- package/lib/nodes/child-node/NonDocumentChildNodeUtility.js +34 -0
- package/lib/nodes/child-node/NonDocumentChildNodeUtility.js.map +1 -0
- package/lib/nodes/comment/Comment.d.ts +27 -0
- package/lib/nodes/comment/Comment.d.ts.map +1 -0
- package/lib/nodes/comment/Comment.js +32 -0
- package/lib/nodes/comment/Comment.js.map +1 -0
- package/lib/nodes/document/Document.d.ts +841 -0
- package/lib/nodes/document/Document.d.ts.map +1 -0
- package/lib/nodes/document/Document.js +1593 -0
- package/lib/nodes/document/Document.js.map +1 -0
- package/lib/nodes/document/DocumentReadyStateEnum.d.ts +7 -0
- package/lib/nodes/document/DocumentReadyStateEnum.d.ts.map +1 -0
- package/lib/nodes/document/DocumentReadyStateEnum.js +8 -0
- package/lib/nodes/document/DocumentReadyStateEnum.js.map +1 -0
- package/lib/nodes/document/DocumentReadyStateManager.d.ts +36 -0
- package/lib/nodes/document/DocumentReadyStateManager.d.ts.map +1 -0
- package/lib/nodes/document/DocumentReadyStateManager.js +46 -0
- package/lib/nodes/document/DocumentReadyStateManager.js.map +1 -0
- package/lib/nodes/document/VisibilityStateEnum.d.ts +7 -0
- package/lib/nodes/document/VisibilityStateEnum.d.ts.map +1 -0
- package/lib/nodes/document/VisibilityStateEnum.js +8 -0
- package/lib/nodes/document/VisibilityStateEnum.js.map +1 -0
- package/lib/nodes/document-fragment/DocumentFragment.d.ts +119 -0
- package/lib/nodes/document-fragment/DocumentFragment.d.ts.map +1 -0
- package/lib/nodes/document-fragment/DocumentFragment.js +130 -0
- package/lib/nodes/document-fragment/DocumentFragment.js.map +1 -0
- package/lib/nodes/document-type/DocumentType.d.ts +48 -0
- package/lib/nodes/document-type/DocumentType.d.ts.map +1 -0
- package/lib/nodes/document-type/DocumentType.js +63 -0
- package/lib/nodes/document-type/DocumentType.js.map +1 -0
- package/lib/nodes/element/Element.d.ts +726 -0
- package/lib/nodes/element/Element.d.ts.map +1 -0
- package/lib/nodes/element/Element.js +1286 -0
- package/lib/nodes/element/Element.js.map +1 -0
- package/lib/nodes/element/ElementEventAttributeUtility.d.ts +16 -0
- package/lib/nodes/element/ElementEventAttributeUtility.d.ts.map +1 -0
- package/lib/nodes/element/ElementEventAttributeUtility.js +70 -0
- package/lib/nodes/element/ElementEventAttributeUtility.js.map +1 -0
- package/lib/nodes/element/HTMLCollection.d.ts +65 -0
- package/lib/nodes/element/HTMLCollection.d.ts.map +1 -0
- package/lib/nodes/element/HTMLCollection.js +199 -0
- package/lib/nodes/element/HTMLCollection.js.map +1 -0
- package/lib/nodes/element/NamedNodeMap.d.ts +113 -0
- package/lib/nodes/element/NamedNodeMap.d.ts.map +1 -0
- package/lib/nodes/element/NamedNodeMap.js +208 -0
- package/lib/nodes/element/NamedNodeMap.js.map +1 -0
- package/lib/nodes/element/NamedNodeMapProxyFactory.d.ts +15 -0
- package/lib/nodes/element/NamedNodeMapProxyFactory.d.ts.map +1 -0
- package/lib/nodes/element/NamedNodeMapProxyFactory.js +116 -0
- package/lib/nodes/element/NamedNodeMapProxyFactory.js.map +1 -0
- package/lib/nodes/element/THTMLCollectionListener.d.ts +7 -0
- package/lib/nodes/element/THTMLCollectionListener.d.ts.map +1 -0
- package/lib/nodes/element/THTMLCollectionListener.js +2 -0
- package/lib/nodes/element/THTMLCollectionListener.js.map +1 -0
- package/lib/nodes/element/TNamedNodeMapListener.d.ts +3 -0
- package/lib/nodes/element/TNamedNodeMapListener.d.ts.map +1 -0
- package/lib/nodes/element/TNamedNodeMapListener.js +2 -0
- package/lib/nodes/element/TNamedNodeMapListener.js.map +1 -0
- package/lib/nodes/html-anchor-element/HTMLAnchorElement.d.ts +266 -0
- package/lib/nodes/html-anchor-element/HTMLAnchorElement.d.ts.map +1 -0
- package/lib/nodes/html-anchor-element/HTMLAnchorElement.js +381 -0
- package/lib/nodes/html-anchor-element/HTMLAnchorElement.js.map +1 -0
- package/lib/nodes/html-area-element/HTMLAreaElement.d.ts +265 -0
- package/lib/nodes/html-area-element/HTMLAreaElement.d.ts.map +1 -0
- package/lib/nodes/html-area-element/HTMLAreaElement.js +373 -0
- package/lib/nodes/html-area-element/HTMLAreaElement.js.map +1 -0
- package/lib/nodes/html-audio-element/Audio.d.ts +20 -0
- package/lib/nodes/html-audio-element/Audio.d.ts.map +1 -0
- package/lib/nodes/html-audio-element/Audio.js +26 -0
- package/lib/nodes/html-audio-element/Audio.js.map +1 -0
- package/lib/nodes/html-audio-element/HTMLAudioElement.d.ts +11 -0
- package/lib/nodes/html-audio-element/HTMLAudioElement.d.ts.map +1 -0
- package/lib/nodes/html-audio-element/HTMLAudioElement.js +11 -0
- package/lib/nodes/html-audio-element/HTMLAudioElement.js.map +1 -0
- package/lib/nodes/html-base-element/HTMLBaseElement.d.ts +40 -0
- package/lib/nodes/html-base-element/HTMLBaseElement.d.ts.map +1 -0
- package/lib/nodes/html-base-element/HTMLBaseElement.js +58 -0
- package/lib/nodes/html-base-element/HTMLBaseElement.js.map +1 -0
- package/lib/nodes/html-body-element/HTMLBodyElement.d.ts +46 -0
- package/lib/nodes/html-body-element/HTMLBodyElement.d.ts.map +1 -0
- package/lib/nodes/html-body-element/HTMLBodyElement.js +121 -0
- package/lib/nodes/html-body-element/HTMLBodyElement.js.map +1 -0
- package/lib/nodes/html-br-element/HTMLBRElement.d.ts +9 -0
- package/lib/nodes/html-br-element/HTMLBRElement.d.ts.map +1 -0
- package/lib/nodes/html-br-element/HTMLBRElement.js +9 -0
- package/lib/nodes/html-br-element/HTMLBRElement.js.map +1 -0
- package/lib/nodes/html-button-element/HTMLButtonElement.d.ts +206 -0
- package/lib/nodes/html-button-element/HTMLButtonElement.d.ts.map +1 -0
- package/lib/nodes/html-button-element/HTMLButtonElement.js +344 -0
- package/lib/nodes/html-button-element/HTMLButtonElement.js.map +1 -0
- package/lib/nodes/html-canvas-element/CanvasCaptureMediaStreamTrack.d.ts +35 -0
- package/lib/nodes/html-canvas-element/CanvasCaptureMediaStreamTrack.d.ts.map +1 -0
- package/lib/nodes/html-canvas-element/CanvasCaptureMediaStreamTrack.js +45 -0
- package/lib/nodes/html-canvas-element/CanvasCaptureMediaStreamTrack.js.map +1 -0
- package/lib/nodes/html-canvas-element/HTMLCanvasElement.d.ts +86 -0
- package/lib/nodes/html-canvas-element/HTMLCanvasElement.d.ts.map +1 -0
- package/lib/nodes/html-canvas-element/HTMLCanvasElement.js +141 -0
- package/lib/nodes/html-canvas-element/HTMLCanvasElement.js.map +1 -0
- package/lib/nodes/html-canvas-element/ImageBitmap.d.ts +21 -0
- package/lib/nodes/html-canvas-element/ImageBitmap.d.ts.map +1 -0
- package/lib/nodes/html-canvas-element/ImageBitmap.js +26 -0
- package/lib/nodes/html-canvas-element/ImageBitmap.js.map +1 -0
- package/lib/nodes/html-canvas-element/OffscreenCanvas.d.ts +47 -0
- package/lib/nodes/html-canvas-element/OffscreenCanvas.d.ts.map +1 -0
- package/lib/nodes/html-canvas-element/OffscreenCanvas.js +51 -0
- package/lib/nodes/html-canvas-element/OffscreenCanvas.js.map +1 -0
- package/lib/nodes/html-d-list-element/HTMLDListElement.d.ts +9 -0
- package/lib/nodes/html-d-list-element/HTMLDListElement.d.ts.map +1 -0
- package/lib/nodes/html-d-list-element/HTMLDListElement.js +9 -0
- package/lib/nodes/html-d-list-element/HTMLDListElement.js.map +1 -0
- package/lib/nodes/html-data-element/HTMLDataElement.d.ts +21 -0
- package/lib/nodes/html-data-element/HTMLDataElement.d.ts.map +1 -0
- package/lib/nodes/html-data-element/HTMLDataElement.js +25 -0
- package/lib/nodes/html-data-element/HTMLDataElement.js.map +1 -0
- package/lib/nodes/html-data-list-element/HTMLDataListElement.d.ts +19 -0
- package/lib/nodes/html-data-list-element/HTMLDataListElement.d.ts.map +1 -0
- package/lib/nodes/html-data-list-element/HTMLDataListElement.js +23 -0
- package/lib/nodes/html-data-list-element/HTMLDataListElement.js.map +1 -0
- package/lib/nodes/html-details-element/HTMLDetailsElement.d.ts +36 -0
- package/lib/nodes/html-details-element/HTMLDetailsElement.d.ts.map +1 -0
- package/lib/nodes/html-details-element/HTMLDetailsElement.js +93 -0
- package/lib/nodes/html-details-element/HTMLDetailsElement.js.map +1 -0
- package/lib/nodes/html-dialog-element/HTMLDialogElement.d.ts +54 -0
- package/lib/nodes/html-dialog-element/HTMLDialogElement.d.ts.map +1 -0
- package/lib/nodes/html-dialog-element/HTMLDialogElement.js +91 -0
- package/lib/nodes/html-dialog-element/HTMLDialogElement.js.map +1 -0
- package/lib/nodes/html-div-element/HTMLDivElement.d.ts +9 -0
- package/lib/nodes/html-div-element/HTMLDivElement.d.ts.map +1 -0
- package/lib/nodes/html-div-element/HTMLDivElement.js +9 -0
- package/lib/nodes/html-div-element/HTMLDivElement.js.map +1 -0
- package/lib/nodes/html-document/HTMLDocument.d.ts +21 -0
- package/lib/nodes/html-document/HTMLDocument.d.ts.map +1 -0
- package/lib/nodes/html-document/HTMLDocument.js +54 -0
- package/lib/nodes/html-document/HTMLDocument.js.map +1 -0
- package/lib/nodes/html-element/HTMLElement.d.ts +383 -0
- package/lib/nodes/html-element/HTMLElement.d.ts.map +1 -0
- package/lib/nodes/html-element/HTMLElement.js +938 -0
- package/lib/nodes/html-element/HTMLElement.js.map +1 -0
- package/lib/nodes/html-element/HTMLElementUtility.d.ts +27 -0
- package/lib/nodes/html-element/HTMLElementUtility.d.ts.map +1 -0
- package/lib/nodes/html-element/HTMLElementUtility.js +88 -0
- package/lib/nodes/html-element/HTMLElementUtility.js.map +1 -0
- package/lib/nodes/html-embed-element/HTMLEmbedElement.d.ts +57 -0
- package/lib/nodes/html-embed-element/HTMLEmbedElement.d.ts.map +1 -0
- package/lib/nodes/html-embed-element/HTMLEmbedElement.js +83 -0
- package/lib/nodes/html-embed-element/HTMLEmbedElement.js.map +1 -0
- package/lib/nodes/html-field-set-element/HTMLFieldSetElement.d.ts +99 -0
- package/lib/nodes/html-field-set-element/HTMLFieldSetElement.d.ts.map +1 -0
- package/lib/nodes/html-field-set-element/HTMLFieldSetElement.js +132 -0
- package/lib/nodes/html-field-set-element/HTMLFieldSetElement.js.map +1 -0
- package/lib/nodes/html-form-element/HTMLFormControlsCollection.d.ts +25 -0
- package/lib/nodes/html-form-element/HTMLFormControlsCollection.d.ts.map +1 -0
- package/lib/nodes/html-form-element/HTMLFormControlsCollection.js +26 -0
- package/lib/nodes/html-form-element/HTMLFormControlsCollection.js.map +1 -0
- package/lib/nodes/html-form-element/HTMLFormElement.d.ts +194 -0
- package/lib/nodes/html-form-element/HTMLFormElement.d.ts.map +1 -0
- package/lib/nodes/html-form-element/HTMLFormElement.js +565 -0
- package/lib/nodes/html-form-element/HTMLFormElement.js.map +1 -0
- package/lib/nodes/html-form-element/RadioNodeList.d.ts +16 -0
- package/lib/nodes/html-form-element/RadioNodeList.d.ts.map +1 -0
- package/lib/nodes/html-form-element/RadioNodeList.js +23 -0
- package/lib/nodes/html-form-element/RadioNodeList.js.map +1 -0
- package/lib/nodes/html-form-element/THTMLFormControlElement.d.ts +9 -0
- package/lib/nodes/html-form-element/THTMLFormControlElement.d.ts.map +1 -0
- package/lib/nodes/html-form-element/THTMLFormControlElement.js +2 -0
- package/lib/nodes/html-form-element/THTMLFormControlElement.js.map +1 -0
- package/lib/nodes/html-head-element/HTMLHeadElement.d.ts +9 -0
- package/lib/nodes/html-head-element/HTMLHeadElement.d.ts.map +1 -0
- package/lib/nodes/html-head-element/HTMLHeadElement.js +9 -0
- package/lib/nodes/html-head-element/HTMLHeadElement.js.map +1 -0
- package/lib/nodes/html-heading-element/HTMLHeadingElement.d.ts +9 -0
- package/lib/nodes/html-heading-element/HTMLHeadingElement.d.ts.map +1 -0
- package/lib/nodes/html-heading-element/HTMLHeadingElement.js +9 -0
- package/lib/nodes/html-heading-element/HTMLHeadingElement.js.map +1 -0
- package/lib/nodes/html-hr-element/HTMLHRElement.d.ts +9 -0
- package/lib/nodes/html-hr-element/HTMLHRElement.d.ts.map +1 -0
- package/lib/nodes/html-hr-element/HTMLHRElement.js +9 -0
- package/lib/nodes/html-hr-element/HTMLHRElement.js.map +1 -0
- package/lib/nodes/html-html-element/HTMLHtmlElement.d.ts +9 -0
- package/lib/nodes/html-html-element/HTMLHtmlElement.d.ts.map +1 -0
- package/lib/nodes/html-html-element/HTMLHtmlElement.js +9 -0
- package/lib/nodes/html-html-element/HTMLHtmlElement.js.map +1 -0
- package/lib/nodes/html-hyperlink-element/HTMLHyperlinkElementUtility.d.ts +142 -0
- package/lib/nodes/html-hyperlink-element/HTMLHyperlinkElementUtility.d.ts.map +1 -0
- package/lib/nodes/html-hyperlink-element/HTMLHyperlinkElementUtility.js +322 -0
- package/lib/nodes/html-hyperlink-element/HTMLHyperlinkElementUtility.js.map +1 -0
- package/lib/nodes/html-hyperlink-element/IHTMLHyperlinkElement.d.ts +20 -0
- package/lib/nodes/html-hyperlink-element/IHTMLHyperlinkElement.d.ts.map +1 -0
- package/lib/nodes/html-hyperlink-element/IHTMLHyperlinkElement.js +2 -0
- package/lib/nodes/html-hyperlink-element/IHTMLHyperlinkElement.js.map +1 -0
- package/lib/nodes/html-iframe-element/HTMLIFrameElement.d.ts +157 -0
- package/lib/nodes/html-iframe-element/HTMLIFrameElement.d.ts.map +1 -0
- package/lib/nodes/html-iframe-element/HTMLIFrameElement.js +370 -0
- package/lib/nodes/html-iframe-element/HTMLIFrameElement.js.map +1 -0
- package/lib/nodes/html-image-element/HTMLImageElement.d.ts +205 -0
- package/lib/nodes/html-image-element/HTMLImageElement.d.ts.map +1 -0
- package/lib/nodes/html-image-element/HTMLImageElement.js +287 -0
- package/lib/nodes/html-image-element/HTMLImageElement.js.map +1 -0
- package/lib/nodes/html-image-element/Image.d.ts +21 -0
- package/lib/nodes/html-image-element/Image.d.ts.map +1 -0
- package/lib/nodes/html-image-element/Image.js +30 -0
- package/lib/nodes/html-image-element/Image.js.map +1 -0
- package/lib/nodes/html-input-element/FileList.d.ts +26 -0
- package/lib/nodes/html-input-element/FileList.d.ts.map +1 -0
- package/lib/nodes/html-input-element/FileList.js +31 -0
- package/lib/nodes/html-input-element/FileList.js.map +1 -0
- package/lib/nodes/html-input-element/HTMLInputElement.d.ts +636 -0
- package/lib/nodes/html-input-element/HTMLInputElement.d.ts.map +1 -0
- package/lib/nodes/html-input-element/HTMLInputElement.js +1347 -0
- package/lib/nodes/html-input-element/HTMLInputElement.js.map +1 -0
- package/lib/nodes/html-input-element/HTMLInputElementDateUtility.d.ts +21 -0
- package/lib/nodes/html-input-element/HTMLInputElementDateUtility.d.ts.map +1 -0
- package/lib/nodes/html-input-element/HTMLInputElementDateUtility.js +48 -0
- package/lib/nodes/html-input-element/HTMLInputElementDateUtility.js.map +1 -0
- package/lib/nodes/html-input-element/HTMLInputElementSelectionDirectionEnum.d.ts +7 -0
- package/lib/nodes/html-input-element/HTMLInputElementSelectionDirectionEnum.d.ts.map +1 -0
- package/lib/nodes/html-input-element/HTMLInputElementSelectionDirectionEnum.js +8 -0
- package/lib/nodes/html-input-element/HTMLInputElementSelectionDirectionEnum.js.map +1 -0
- package/lib/nodes/html-input-element/HTMLInputElementSelectionModeEnum.d.ts +8 -0
- package/lib/nodes/html-input-element/HTMLInputElementSelectionModeEnum.d.ts.map +1 -0
- package/lib/nodes/html-input-element/HTMLInputElementSelectionModeEnum.js +9 -0
- package/lib/nodes/html-input-element/HTMLInputElementSelectionModeEnum.js.map +1 -0
- package/lib/nodes/html-input-element/HTMLInputElementValueSanitizer.d.ts +46 -0
- package/lib/nodes/html-input-element/HTMLInputElementValueSanitizer.d.ts.map +1 -0
- package/lib/nodes/html-input-element/HTMLInputElementValueSanitizer.js +206 -0
- package/lib/nodes/html-input-element/HTMLInputElementValueSanitizer.js.map +1 -0
- package/lib/nodes/html-input-element/HTMLInputElementValueStepping.d.ts +25 -0
- package/lib/nodes/html-input-element/HTMLInputElementValueStepping.d.ts.map +1 -0
- package/lib/nodes/html-input-element/HTMLInputElementValueStepping.js +76 -0
- package/lib/nodes/html-input-element/HTMLInputElementValueStepping.js.map +1 -0
- package/lib/nodes/html-label-element/HTMLLabelElement.d.ts +53 -0
- package/lib/nodes/html-label-element/HTMLLabelElement.d.ts.map +1 -0
- package/lib/nodes/html-label-element/HTMLLabelElement.js +94 -0
- package/lib/nodes/html-label-element/HTMLLabelElement.js.map +1 -0
- package/lib/nodes/html-label-element/HTMLLabelElementUtility.d.ts +16 -0
- package/lib/nodes/html-label-element/HTMLLabelElementUtility.d.ts.map +1 -0
- package/lib/nodes/html-label-element/HTMLLabelElementUtility.js +35 -0
- package/lib/nodes/html-label-element/HTMLLabelElementUtility.js.map +1 -0
- package/lib/nodes/html-legend-element/HTMLLegendElement.d.ts +16 -0
- package/lib/nodes/html-legend-element/HTMLLegendElement.d.ts.map +1 -0
- package/lib/nodes/html-legend-element/HTMLLegendElement.js +25 -0
- package/lib/nodes/html-legend-element/HTMLLegendElement.js.map +1 -0
- package/lib/nodes/html-li-element/HTMLLIElement.d.ts +21 -0
- package/lib/nodes/html-li-element/HTMLLIElement.d.ts.map +1 -0
- package/lib/nodes/html-li-element/HTMLLIElement.js +30 -0
- package/lib/nodes/html-li-element/HTMLLIElement.js.map +1 -0
- package/lib/nodes/html-link-element/HTMLLinkElement.d.ts +143 -0
- package/lib/nodes/html-link-element/HTMLLinkElement.d.ts.map +1 -0
- package/lib/nodes/html-link-element/HTMLLinkElement.js +411 -0
- package/lib/nodes/html-link-element/HTMLLinkElement.js.map +1 -0
- package/lib/nodes/html-map-element/HTMLMapElement.d.ts +31 -0
- package/lib/nodes/html-map-element/HTMLMapElement.d.ts.map +1 -0
- package/lib/nodes/html-map-element/HTMLMapElement.js +39 -0
- package/lib/nodes/html-map-element/HTMLMapElement.js.map +1 -0
- package/lib/nodes/html-media-element/HTMLMediaElement.d.ts +440 -0
- package/lib/nodes/html-media-element/HTMLMediaElement.d.ts.map +1 -0
- package/lib/nodes/html-media-element/HTMLMediaElement.js +766 -0
- package/lib/nodes/html-media-element/HTMLMediaElement.js.map +1 -0
- package/lib/nodes/html-media-element/IMediaTrackCapabilities.d.ts +22 -0
- package/lib/nodes/html-media-element/IMediaTrackCapabilities.d.ts.map +1 -0
- package/lib/nodes/html-media-element/IMediaTrackCapabilities.js +2 -0
- package/lib/nodes/html-media-element/IMediaTrackCapabilities.js.map +1 -0
- package/lib/nodes/html-media-element/IMediaTrackSettings.d.ts +6 -0
- package/lib/nodes/html-media-element/IMediaTrackSettings.d.ts.map +1 -0
- package/lib/nodes/html-media-element/IMediaTrackSettings.js +2 -0
- package/lib/nodes/html-media-element/IMediaTrackSettings.js.map +1 -0
- package/lib/nodes/html-media-element/MediaStream.d.ts +60 -0
- package/lib/nodes/html-media-element/MediaStream.d.ts.map +1 -0
- package/lib/nodes/html-media-element/MediaStream.js +100 -0
- package/lib/nodes/html-media-element/MediaStream.js.map +1 -0
- package/lib/nodes/html-media-element/MediaStreamTrack.d.ts +77 -0
- package/lib/nodes/html-media-element/MediaStreamTrack.d.ts.map +1 -0
- package/lib/nodes/html-media-element/MediaStreamTrack.js +150 -0
- package/lib/nodes/html-media-element/MediaStreamTrack.js.map +1 -0
- package/lib/nodes/html-media-element/RemotePlayback.d.ts +32 -0
- package/lib/nodes/html-media-element/RemotePlayback.d.ts.map +1 -0
- package/lib/nodes/html-media-element/RemotePlayback.js +42 -0
- package/lib/nodes/html-media-element/RemotePlayback.js.map +1 -0
- package/lib/nodes/html-media-element/TextTrack.d.ts +88 -0
- package/lib/nodes/html-media-element/TextTrack.d.ts.map +1 -0
- package/lib/nodes/html-media-element/TextTrack.js +134 -0
- package/lib/nodes/html-media-element/TextTrack.js.map +1 -0
- package/lib/nodes/html-media-element/TextTrackCue.d.ts +31 -0
- package/lib/nodes/html-media-element/TextTrackCue.d.ts.map +1 -0
- package/lib/nodes/html-media-element/TextTrackCue.js +42 -0
- package/lib/nodes/html-media-element/TextTrackCue.js.map +1 -0
- package/lib/nodes/html-media-element/TextTrackCueList.d.ts +19 -0
- package/lib/nodes/html-media-element/TextTrackCueList.d.ts.map +1 -0
- package/lib/nodes/html-media-element/TextTrackCueList.js +33 -0
- package/lib/nodes/html-media-element/TextTrackCueList.js.map +1 -0
- package/lib/nodes/html-media-element/TextTrackKindEnum.d.ts +9 -0
- package/lib/nodes/html-media-element/TextTrackKindEnum.d.ts.map +1 -0
- package/lib/nodes/html-media-element/TextTrackKindEnum.js +10 -0
- package/lib/nodes/html-media-element/TextTrackKindEnum.js.map +1 -0
- package/lib/nodes/html-media-element/TextTrackList.d.ts +60 -0
- package/lib/nodes/html-media-element/TextTrackList.d.ts.map +1 -0
- package/lib/nodes/html-media-element/TextTrackList.js +160 -0
- package/lib/nodes/html-media-element/TextTrackList.js.map +1 -0
- package/lib/nodes/html-media-element/TimeRanges.d.ts +50 -0
- package/lib/nodes/html-media-element/TimeRanges.d.ts.map +1 -0
- package/lib/nodes/html-media-element/TimeRanges.js +67 -0
- package/lib/nodes/html-media-element/TimeRanges.js.map +1 -0
- package/lib/nodes/html-media-element/VTTCue.d.ts +35 -0
- package/lib/nodes/html-media-element/VTTCue.d.ts.map +1 -0
- package/lib/nodes/html-media-element/VTTCue.js +64 -0
- package/lib/nodes/html-media-element/VTTCue.js.map +1 -0
- package/lib/nodes/html-media-element/VTTRegion.d.ts +16 -0
- package/lib/nodes/html-media-element/VTTRegion.d.ts.map +1 -0
- package/lib/nodes/html-media-element/VTTRegion.js +16 -0
- package/lib/nodes/html-media-element/VTTRegion.js.map +1 -0
- package/lib/nodes/html-menu-element/HTMLMenuElement.d.ts +9 -0
- package/lib/nodes/html-menu-element/HTMLMenuElement.d.ts.map +1 -0
- package/lib/nodes/html-menu-element/HTMLMenuElement.js +9 -0
- package/lib/nodes/html-menu-element/HTMLMenuElement.js.map +1 -0
- package/lib/nodes/html-meta-element/HTMLMetaElement.d.ts +58 -0
- package/lib/nodes/html-meta-element/HTMLMetaElement.d.ts.map +1 -0
- package/lib/nodes/html-meta-element/HTMLMetaElement.js +74 -0
- package/lib/nodes/html-meta-element/HTMLMetaElement.js.map +1 -0
- package/lib/nodes/html-meter-element/HTMLMeterElement.d.ts +89 -0
- package/lib/nodes/html-meter-element/HTMLMeterElement.d.ts.map +1 -0
- package/lib/nodes/html-meter-element/HTMLMeterElement.js +184 -0
- package/lib/nodes/html-meter-element/HTMLMeterElement.js.map +1 -0
- package/lib/nodes/html-mod-element/HTMLModElement.d.ts +33 -0
- package/lib/nodes/html-mod-element/HTMLModElement.d.ts.map +1 -0
- package/lib/nodes/html-mod-element/HTMLModElement.js +51 -0
- package/lib/nodes/html-mod-element/HTMLModElement.js.map +1 -0
- package/lib/nodes/html-o-list-element/HTMLOListElement.d.ts +45 -0
- package/lib/nodes/html-o-list-element/HTMLOListElement.d.ts.map +1 -0
- package/lib/nodes/html-o-list-element/HTMLOListElement.js +75 -0
- package/lib/nodes/html-o-list-element/HTMLOListElement.js.map +1 -0
- package/lib/nodes/html-object-element/HTMLObjectElement.d.ts +139 -0
- package/lib/nodes/html-object-element/HTMLObjectElement.d.ts.map +1 -0
- package/lib/nodes/html-object-element/HTMLObjectElement.js +199 -0
- package/lib/nodes/html-object-element/HTMLObjectElement.js.map +1 -0
- package/lib/nodes/html-opt-group-element/HTMLOptGroupElement.d.ts +34 -0
- package/lib/nodes/html-opt-group-element/HTMLOptGroupElement.d.ts.map +1 -0
- package/lib/nodes/html-opt-group-element/HTMLOptGroupElement.js +52 -0
- package/lib/nodes/html-opt-group-element/HTMLOptGroupElement.js.map +1 -0
- package/lib/nodes/html-option-element/HTMLOptionElement.d.ts +93 -0
- package/lib/nodes/html-option-element/HTMLOptionElement.d.ts.map +1 -0
- package/lib/nodes/html-option-element/HTMLOptionElement.js +157 -0
- package/lib/nodes/html-option-element/HTMLOptionElement.js.map +1 -0
- package/lib/nodes/html-output-element/HTMLOutputElement.d.ts +120 -0
- package/lib/nodes/html-output-element/HTMLOutputElement.d.ts.map +1 -0
- package/lib/nodes/html-output-element/HTMLOutputElement.js +159 -0
- package/lib/nodes/html-output-element/HTMLOutputElement.js.map +1 -0
- package/lib/nodes/html-paragraph-element/HTMLParagraphElement.d.ts +9 -0
- package/lib/nodes/html-paragraph-element/HTMLParagraphElement.d.ts.map +1 -0
- package/lib/nodes/html-paragraph-element/HTMLParagraphElement.js +9 -0
- package/lib/nodes/html-paragraph-element/HTMLParagraphElement.js.map +1 -0
- package/lib/nodes/html-param-element/HTMLParamElement.d.ts +9 -0
- package/lib/nodes/html-param-element/HTMLParamElement.d.ts.map +1 -0
- package/lib/nodes/html-param-element/HTMLParamElement.js +9 -0
- package/lib/nodes/html-param-element/HTMLParamElement.js.map +1 -0
- package/lib/nodes/html-picture-element/HTMLPictureElement.d.ts +9 -0
- package/lib/nodes/html-picture-element/HTMLPictureElement.d.ts.map +1 -0
- package/lib/nodes/html-picture-element/HTMLPictureElement.js +9 -0
- package/lib/nodes/html-picture-element/HTMLPictureElement.js.map +1 -0
- package/lib/nodes/html-pre-element/HTMLPreElement.d.ts +9 -0
- package/lib/nodes/html-pre-element/HTMLPreElement.d.ts.map +1 -0
- package/lib/nodes/html-pre-element/HTMLPreElement.js +9 -0
- package/lib/nodes/html-pre-element/HTMLPreElement.js.map +1 -0
- package/lib/nodes/html-progress-element/HTMLProgressElement.d.ts +47 -0
- package/lib/nodes/html-progress-element/HTMLProgressElement.d.ts.map +1 -0
- package/lib/nodes/html-progress-element/HTMLProgressElement.js +87 -0
- package/lib/nodes/html-progress-element/HTMLProgressElement.js.map +1 -0
- package/lib/nodes/html-quote-element/HTMLQuoteElement.d.ts +21 -0
- package/lib/nodes/html-quote-element/HTMLQuoteElement.d.ts.map +1 -0
- package/lib/nodes/html-quote-element/HTMLQuoteElement.js +35 -0
- package/lib/nodes/html-quote-element/HTMLQuoteElement.js.map +1 -0
- package/lib/nodes/html-script-element/HTMLScriptElement.d.ts +196 -0
- package/lib/nodes/html-script-element/HTMLScriptElement.d.ts.map +1 -0
- package/lib/nodes/html-script-element/HTMLScriptElement.js +618 -0
- package/lib/nodes/html-script-element/HTMLScriptElement.js.map +1 -0
- package/lib/nodes/html-select-element/HTMLOptionsCollection.d.ts +45 -0
- package/lib/nodes/html-select-element/HTMLOptionsCollection.d.ts.map +1 -0
- package/lib/nodes/html-select-element/HTMLOptionsCollection.js +54 -0
- package/lib/nodes/html-select-element/HTMLOptionsCollection.js.map +1 -0
- package/lib/nodes/html-select-element/HTMLSelectElement.d.ts +230 -0
- package/lib/nodes/html-select-element/HTMLSelectElement.d.ts.map +1 -0
- package/lib/nodes/html-select-element/HTMLSelectElement.js +640 -0
- package/lib/nodes/html-select-element/HTMLSelectElement.js.map +1 -0
- package/lib/nodes/html-slot-element/HTMLSlotElement.d.ts +71 -0
- package/lib/nodes/html-slot-element/HTMLSlotElement.d.ts.map +1 -0
- package/lib/nodes/html-slot-element/HTMLSlotElement.js +209 -0
- package/lib/nodes/html-slot-element/HTMLSlotElement.js.map +1 -0
- package/lib/nodes/html-source-element/HTMLSourceElement.d.ts +93 -0
- package/lib/nodes/html-source-element/HTMLSourceElement.d.ts.map +1 -0
- package/lib/nodes/html-source-element/HTMLSourceElement.js +135 -0
- package/lib/nodes/html-source-element/HTMLSourceElement.js.map +1 -0
- package/lib/nodes/html-span-element/HTMLSpanElement.d.ts +9 -0
- package/lib/nodes/html-span-element/HTMLSpanElement.d.ts.map +1 -0
- package/lib/nodes/html-span-element/HTMLSpanElement.js +9 -0
- package/lib/nodes/html-span-element/HTMLSpanElement.js.map +1 -0
- package/lib/nodes/html-style-element/HTMLStyleElement.d.ts +71 -0
- package/lib/nodes/html-style-element/HTMLStyleElement.d.ts.map +1 -0
- package/lib/nodes/html-style-element/HTMLStyleElement.js +101 -0
- package/lib/nodes/html-style-element/HTMLStyleElement.js.map +1 -0
- package/lib/nodes/html-table-caption-element/HTMLTableCaptionElement.d.ts +9 -0
- package/lib/nodes/html-table-caption-element/HTMLTableCaptionElement.d.ts.map +1 -0
- package/lib/nodes/html-table-caption-element/HTMLTableCaptionElement.js +9 -0
- package/lib/nodes/html-table-caption-element/HTMLTableCaptionElement.js.map +1 -0
- package/lib/nodes/html-table-cell-element/HTMLTableCellElement.d.ts +75 -0
- package/lib/nodes/html-table-cell-element/HTMLTableCellElement.d.ts.map +1 -0
- package/lib/nodes/html-table-cell-element/HTMLTableCellElement.js +112 -0
- package/lib/nodes/html-table-cell-element/HTMLTableCellElement.js.map +1 -0
- package/lib/nodes/html-table-col-element/HTMLTableColElement.d.ts +9 -0
- package/lib/nodes/html-table-col-element/HTMLTableColElement.d.ts.map +1 -0
- package/lib/nodes/html-table-col-element/HTMLTableColElement.js +9 -0
- package/lib/nodes/html-table-col-element/HTMLTableColElement.js.map +1 -0
- package/lib/nodes/html-table-element/HTMLTableElement.d.ts +111 -0
- package/lib/nodes/html-table-element/HTMLTableElement.d.ts.map +1 -0
- package/lib/nodes/html-table-element/HTMLTableElement.js +272 -0
- package/lib/nodes/html-table-element/HTMLTableElement.js.map +1 -0
- package/lib/nodes/html-table-row-element/HTMLTableRowElement.d.ts +42 -0
- package/lib/nodes/html-table-row-element/HTMLTableRowElement.d.ts.map +1 -0
- package/lib/nodes/html-table-row-element/HTMLTableRowElement.js +105 -0
- package/lib/nodes/html-table-row-element/HTMLTableRowElement.js.map +1 -0
- package/lib/nodes/html-table-section-element/HTMLTableSectionElement.d.ts +23 -0
- package/lib/nodes/html-table-section-element/HTMLTableSectionElement.d.ts.map +1 -0
- package/lib/nodes/html-table-section-element/HTMLTableSectionElement.js +62 -0
- package/lib/nodes/html-table-section-element/HTMLTableSectionElement.js.map +1 -0
- package/lib/nodes/html-template-element/HTMLTemplateElement.d.ts +72 -0
- package/lib/nodes/html-template-element/HTMLTemplateElement.d.ts.map +1 -0
- package/lib/nodes/html-template-element/HTMLTemplateElement.js +111 -0
- package/lib/nodes/html-template-element/HTMLTemplateElement.js.map +1 -0
- package/lib/nodes/html-text-area-element/HTMLTextAreaElement.d.ts +319 -0
- package/lib/nodes/html-text-area-element/HTMLTextAreaElement.d.ts.map +1 -0
- package/lib/nodes/html-text-area-element/HTMLTextAreaElement.js +552 -0
- package/lib/nodes/html-text-area-element/HTMLTextAreaElement.js.map +1 -0
- package/lib/nodes/html-time-element/HTMLTimeElement.d.ts +22 -0
- package/lib/nodes/html-time-element/HTMLTimeElement.d.ts.map +1 -0
- package/lib/nodes/html-time-element/HTMLTimeElement.js +26 -0
- package/lib/nodes/html-time-element/HTMLTimeElement.js.map +1 -0
- package/lib/nodes/html-title-element/HTMLTitleElement.d.ts +29 -0
- package/lib/nodes/html-title-element/HTMLTitleElement.d.ts.map +1 -0
- package/lib/nodes/html-title-element/HTMLTitleElement.js +45 -0
- package/lib/nodes/html-title-element/HTMLTitleElement.js.map +1 -0
- package/lib/nodes/html-track-element/HTMLTrackElement.d.ts +85 -0
- package/lib/nodes/html-track-element/HTMLTrackElement.d.ts.map +1 -0
- package/lib/nodes/html-track-element/HTMLTrackElement.js +147 -0
- package/lib/nodes/html-track-element/HTMLTrackElement.js.map +1 -0
- package/lib/nodes/html-u-list-element/HTMLUListElement.d.ts +9 -0
- package/lib/nodes/html-u-list-element/HTMLUListElement.d.ts.map +1 -0
- package/lib/nodes/html-u-list-element/HTMLUListElement.js +9 -0
- package/lib/nodes/html-u-list-element/HTMLUListElement.js.map +1 -0
- package/lib/nodes/html-unknown-element/HTMLUnknownElement.d.ts +10 -0
- package/lib/nodes/html-unknown-element/HTMLUnknownElement.d.ts.map +1 -0
- package/lib/nodes/html-unknown-element/HTMLUnknownElement.js +10 -0
- package/lib/nodes/html-unknown-element/HTMLUnknownElement.js.map +1 -0
- package/lib/nodes/html-video-element/HTMLVideoElement.d.ts +11 -0
- package/lib/nodes/html-video-element/HTMLVideoElement.d.ts.map +1 -0
- package/lib/nodes/html-video-element/HTMLVideoElement.js +11 -0
- package/lib/nodes/html-video-element/HTMLVideoElement.js.map +1 -0
- package/lib/nodes/node/ICachedComputedStyleResult.d.ts +6 -0
- package/lib/nodes/node/ICachedComputedStyleResult.d.ts.map +1 -0
- package/lib/nodes/node/ICachedComputedStyleResult.js +2 -0
- package/lib/nodes/node/ICachedComputedStyleResult.js.map +1 -0
- package/lib/nodes/node/ICachedElementByIdResult.d.ts +6 -0
- package/lib/nodes/node/ICachedElementByIdResult.d.ts.map +1 -0
- package/lib/nodes/node/ICachedElementByIdResult.js +2 -0
- package/lib/nodes/node/ICachedElementByIdResult.js.map +1 -0
- package/lib/nodes/node/ICachedElementByTagNameResult.d.ts +6 -0
- package/lib/nodes/node/ICachedElementByTagNameResult.d.ts.map +1 -0
- package/lib/nodes/node/ICachedElementByTagNameResult.js +2 -0
- package/lib/nodes/node/ICachedElementByTagNameResult.js.map +1 -0
- package/lib/nodes/node/ICachedElementsByTagNameResult.d.ts +6 -0
- package/lib/nodes/node/ICachedElementsByTagNameResult.d.ts.map +1 -0
- package/lib/nodes/node/ICachedElementsByTagNameResult.js +2 -0
- package/lib/nodes/node/ICachedElementsByTagNameResult.js.map +1 -0
- package/lib/nodes/node/ICachedMatchesResult.d.ts +8 -0
- package/lib/nodes/node/ICachedMatchesResult.d.ts.map +1 -0
- package/lib/nodes/node/ICachedMatchesResult.js +2 -0
- package/lib/nodes/node/ICachedMatchesResult.js.map +1 -0
- package/lib/nodes/node/ICachedQuerySelectorAllResult.d.ts +7 -0
- package/lib/nodes/node/ICachedQuerySelectorAllResult.d.ts.map +1 -0
- package/lib/nodes/node/ICachedQuerySelectorAllResult.js +2 -0
- package/lib/nodes/node/ICachedQuerySelectorAllResult.js.map +1 -0
- package/lib/nodes/node/ICachedQuerySelectorResult.d.ts +8 -0
- package/lib/nodes/node/ICachedQuerySelectorResult.d.ts.map +1 -0
- package/lib/nodes/node/ICachedQuerySelectorResult.js +2 -0
- package/lib/nodes/node/ICachedQuerySelectorResult.js.map +1 -0
- package/lib/nodes/node/ICachedResult.d.ts +4 -0
- package/lib/nodes/node/ICachedResult.d.ts.map +1 -0
- package/lib/nodes/node/ICachedResult.js +2 -0
- package/lib/nodes/node/ICachedResult.js.map +1 -0
- package/lib/nodes/node/ICachedStyleResult.d.ts +6 -0
- package/lib/nodes/node/ICachedStyleResult.d.ts.map +1 -0
- package/lib/nodes/node/ICachedStyleResult.js +2 -0
- package/lib/nodes/node/ICachedStyleResult.js.map +1 -0
- package/lib/nodes/node/Node.d.ts +372 -0
- package/lib/nodes/node/Node.d.ts.map +1 -0
- package/lib/nodes/node/Node.js +1084 -0
- package/lib/nodes/node/Node.js.map +1 -0
- package/lib/nodes/node/NodeDocumentPositionEnum.d.ts +10 -0
- package/lib/nodes/node/NodeDocumentPositionEnum.d.ts.map +1 -0
- package/lib/nodes/node/NodeDocumentPositionEnum.js +11 -0
- package/lib/nodes/node/NodeDocumentPositionEnum.js.map +1 -0
- package/lib/nodes/node/NodeList.d.ts +82 -0
- package/lib/nodes/node/NodeList.d.ts.map +1 -0
- package/lib/nodes/node/NodeList.js +192 -0
- package/lib/nodes/node/NodeList.js.map +1 -0
- package/lib/nodes/node/NodeTypeEnum.d.ts +13 -0
- package/lib/nodes/node/NodeTypeEnum.d.ts.map +1 -0
- package/lib/nodes/node/NodeTypeEnum.js +14 -0
- package/lib/nodes/node/NodeTypeEnum.js.map +1 -0
- package/lib/nodes/node/NodeUtility.d.ts +85 -0
- package/lib/nodes/node/NodeUtility.d.ts.map +1 -0
- package/lib/nodes/node/NodeUtility.js +253 -0
- package/lib/nodes/node/NodeUtility.js.map +1 -0
- package/lib/nodes/node/TNodeListListener.d.ts +2 -0
- package/lib/nodes/node/TNodeListListener.d.ts.map +1 -0
- package/lib/nodes/node/TNodeListListener.js +2 -0
- package/lib/nodes/node/TNodeListListener.js.map +1 -0
- package/lib/nodes/parent-node/IParentNode.d.ts +82 -0
- package/lib/nodes/parent-node/IParentNode.d.ts.map +1 -0
- package/lib/nodes/parent-node/IParentNode.js +2 -0
- package/lib/nodes/parent-node/IParentNode.js.map +1 -0
- package/lib/nodes/parent-node/ParentNodeUtility.d.ts +74 -0
- package/lib/nodes/parent-node/ParentNodeUtility.d.ts.map +1 -0
- package/lib/nodes/parent-node/ParentNodeUtility.js +233 -0
- package/lib/nodes/parent-node/ParentNodeUtility.js.map +1 -0
- package/lib/nodes/processing-instruction/ProcessingInstruction.d.ts +19 -0
- package/lib/nodes/processing-instruction/ProcessingInstruction.d.ts.map +1 -0
- package/lib/nodes/processing-instruction/ProcessingInstruction.js +21 -0
- package/lib/nodes/processing-instruction/ProcessingInstruction.js.map +1 -0
- package/lib/nodes/shadow-root/ShadowRoot.d.ts +130 -0
- package/lib/nodes/shadow-root/ShadowRoot.d.ts.map +1 -0
- package/lib/nodes/shadow-root/ShadowRoot.js +207 -0
- package/lib/nodes/shadow-root/ShadowRoot.js.map +1 -0
- package/lib/nodes/svg-animate-element/SVGAnimateElement.d.ts +9 -0
- package/lib/nodes/svg-animate-element/SVGAnimateElement.d.ts.map +1 -0
- package/lib/nodes/svg-animate-element/SVGAnimateElement.js +9 -0
- package/lib/nodes/svg-animate-element/SVGAnimateElement.js.map +1 -0
- package/lib/nodes/svg-animate-motion-element/SVGAnimateMotionElement.d.ts +9 -0
- package/lib/nodes/svg-animate-motion-element/SVGAnimateMotionElement.d.ts.map +1 -0
- package/lib/nodes/svg-animate-motion-element/SVGAnimateMotionElement.js +9 -0
- package/lib/nodes/svg-animate-motion-element/SVGAnimateMotionElement.js.map +1 -0
- package/lib/nodes/svg-animate-transform-element/SVGAnimateTransformElement.d.ts +9 -0
- package/lib/nodes/svg-animate-transform-element/SVGAnimateTransformElement.d.ts.map +1 -0
- package/lib/nodes/svg-animate-transform-element/SVGAnimateTransformElement.js +9 -0
- package/lib/nodes/svg-animate-transform-element/SVGAnimateTransformElement.js.map +1 -0
- package/lib/nodes/svg-animation-element/SVGAnimationElement.d.ts +38 -0
- package/lib/nodes/svg-animation-element/SVGAnimationElement.d.ts.map +1 -0
- package/lib/nodes/svg-animation-element/SVGAnimationElement.js +73 -0
- package/lib/nodes/svg-animation-element/SVGAnimationElement.js.map +1 -0
- package/lib/nodes/svg-circle-element/SVGCircleElement.d.ts +32 -0
- package/lib/nodes/svg-circle-element/SVGCircleElement.d.ts.map +1 -0
- package/lib/nodes/svg-circle-element/SVGCircleElement.js +57 -0
- package/lib/nodes/svg-circle-element/SVGCircleElement.js.map +1 -0
- package/lib/nodes/svg-clip-path-element/SVGClipPathElement.d.ts +18 -0
- package/lib/nodes/svg-clip-path-element/SVGClipPathElement.d.ts.map +1 -0
- package/lib/nodes/svg-clip-path-element/SVGClipPathElement.js +29 -0
- package/lib/nodes/svg-clip-path-element/SVGClipPathElement.js.map +1 -0
- package/lib/nodes/svg-component-transfer-function-element/SVGComponentTransferFunctionElement.d.ts +68 -0
- package/lib/nodes/svg-component-transfer-function-element/SVGComponentTransferFunctionElement.d.ts.map +1 -0
- package/lib/nodes/svg-component-transfer-function-element/SVGComponentTransferFunctionElement.js +131 -0
- package/lib/nodes/svg-component-transfer-function-element/SVGComponentTransferFunctionElement.js.map +1 -0
- package/lib/nodes/svg-defs-element/SVGDefsElement.d.ts +9 -0
- package/lib/nodes/svg-defs-element/SVGDefsElement.d.ts.map +1 -0
- package/lib/nodes/svg-defs-element/SVGDefsElement.js +9 -0
- package/lib/nodes/svg-defs-element/SVGDefsElement.js.map +1 -0
- package/lib/nodes/svg-desc-element/SVGDescElement.d.ts +9 -0
- package/lib/nodes/svg-desc-element/SVGDescElement.d.ts.map +1 -0
- package/lib/nodes/svg-desc-element/SVGDescElement.js +9 -0
- package/lib/nodes/svg-desc-element/SVGDescElement.js.map +1 -0
- package/lib/nodes/svg-element/SVGElement.d.ts +239 -0
- package/lib/nodes/svg-element/SVGElement.d.ts.map +1 -0
- package/lib/nodes/svg-element/SVGElement.js +632 -0
- package/lib/nodes/svg-element/SVGElement.js.map +1 -0
- package/lib/nodes/svg-ellipse-element/SVGEllipseElement.d.ts +39 -0
- package/lib/nodes/svg-ellipse-element/SVGEllipseElement.d.ts.map +1 -0
- package/lib/nodes/svg-ellipse-element/SVGEllipseElement.js +72 -0
- package/lib/nodes/svg-ellipse-element/SVGEllipseElement.js.map +1 -0
- package/lib/nodes/svg-fe-blend-element/SVGFEBlendElement.d.ts +79 -0
- package/lib/nodes/svg-fe-blend-element/SVGFEBlendElement.d.ts.map +1 -0
- package/lib/nodes/svg-fe-blend-element/SVGFEBlendElement.js +156 -0
- package/lib/nodes/svg-fe-blend-element/SVGFEBlendElement.js.map +1 -0
- package/lib/nodes/svg-fe-color-matrix-element/SVGFEColorMatrixElement.d.ts +82 -0
- package/lib/nodes/svg-fe-color-matrix-element/SVGFEColorMatrixElement.d.ts.map +1 -0
- package/lib/nodes/svg-fe-color-matrix-element/SVGFEColorMatrixElement.js +158 -0
- package/lib/nodes/svg-fe-color-matrix-element/SVGFEColorMatrixElement.js.map +1 -0
- package/lib/nodes/svg-fe-component-transfer-element/SVGFEComponentTransferElement.d.ts +54 -0
- package/lib/nodes/svg-fe-component-transfer-element/SVGFEComponentTransferElement.d.ts.map +1 -0
- package/lib/nodes/svg-fe-component-transfer-element/SVGFEComponentTransferElement.js +103 -0
- package/lib/nodes/svg-fe-component-transfer-element/SVGFEComponentTransferElement.js.map +1 -0
- package/lib/nodes/svg-fe-composite-element/SVGFECompositeElement.d.ts +77 -0
- package/lib/nodes/svg-fe-composite-element/SVGFECompositeElement.d.ts.map +1 -0
- package/lib/nodes/svg-fe-composite-element/SVGFECompositeElement.js +145 -0
- package/lib/nodes/svg-fe-composite-element/SVGFECompositeElement.js.map +1 -0
- package/lib/nodes/svg-fe-convolve-matrix-element/SVGFEConvolveMatrixElement.d.ts +140 -0
- package/lib/nodes/svg-fe-convolve-matrix-element/SVGFEConvolveMatrixElement.d.ts.map +1 -0
- package/lib/nodes/svg-fe-convolve-matrix-element/SVGFEConvolveMatrixElement.js +280 -0
- package/lib/nodes/svg-fe-convolve-matrix-element/SVGFEConvolveMatrixElement.js.map +1 -0
- package/lib/nodes/svg-fe-diffuse-lighting-element/SVGFEDiffuseLightingElement.d.ts +83 -0
- package/lib/nodes/svg-fe-diffuse-lighting-element/SVGFEDiffuseLightingElement.d.ts.map +1 -0
- package/lib/nodes/svg-fe-diffuse-lighting-element/SVGFEDiffuseLightingElement.js +164 -0
- package/lib/nodes/svg-fe-diffuse-lighting-element/SVGFEDiffuseLightingElement.js.map +1 -0
- package/lib/nodes/svg-fe-displacement-map-element/SVGFEDisplacementMapElement.d.ts +89 -0
- package/lib/nodes/svg-fe-displacement-map-element/SVGFEDisplacementMapElement.d.ts.map +1 -0
- package/lib/nodes/svg-fe-displacement-map-element/SVGFEDisplacementMapElement.js +175 -0
- package/lib/nodes/svg-fe-displacement-map-element/SVGFEDisplacementMapElement.js.map +1 -0
- package/lib/nodes/svg-fe-distant-light-element/SVGFEDistantLightElement.d.ts +25 -0
- package/lib/nodes/svg-fe-distant-light-element/SVGFEDistantLightElement.d.ts.map +1 -0
- package/lib/nodes/svg-fe-distant-light-element/SVGFEDistantLightElement.js +42 -0
- package/lib/nodes/svg-fe-distant-light-element/SVGFEDistantLightElement.js.map +1 -0
- package/lib/nodes/svg-fe-drop-shadow-element/SVGFEDropShadowElement.d.ts +90 -0
- package/lib/nodes/svg-fe-drop-shadow-element/SVGFEDropShadowElement.d.ts.map +1 -0
- package/lib/nodes/svg-fe-drop-shadow-element/SVGFEDropShadowElement.js +176 -0
- package/lib/nodes/svg-fe-drop-shadow-element/SVGFEDropShadowElement.js.map +1 -0
- package/lib/nodes/svg-fe-flood-element/SVGFEFloodElement.d.ts +47 -0
- package/lib/nodes/svg-fe-flood-element/SVGFEFloodElement.d.ts.map +1 -0
- package/lib/nodes/svg-fe-flood-element/SVGFEFloodElement.js +88 -0
- package/lib/nodes/svg-fe-flood-element/SVGFEFloodElement.js.map +1 -0
- package/lib/nodes/svg-fe-func-a-element/SVGFEFuncAElement.d.ts +9 -0
- package/lib/nodes/svg-fe-func-a-element/SVGFEFuncAElement.d.ts.map +1 -0
- package/lib/nodes/svg-fe-func-a-element/SVGFEFuncAElement.js +9 -0
- package/lib/nodes/svg-fe-func-a-element/SVGFEFuncAElement.js.map +1 -0
- package/lib/nodes/svg-fe-func-b-element/SVGFEFuncBElement.d.ts +9 -0
- package/lib/nodes/svg-fe-func-b-element/SVGFEFuncBElement.d.ts.map +1 -0
- package/lib/nodes/svg-fe-func-b-element/SVGFEFuncBElement.js +9 -0
- package/lib/nodes/svg-fe-func-b-element/SVGFEFuncBElement.js.map +1 -0
- package/lib/nodes/svg-fe-func-g-element/SVGFEFuncGElement.d.ts +9 -0
- package/lib/nodes/svg-fe-func-g-element/SVGFEFuncGElement.d.ts.map +1 -0
- package/lib/nodes/svg-fe-func-g-element/SVGFEFuncGElement.js +9 -0
- package/lib/nodes/svg-fe-func-g-element/SVGFEFuncGElement.js.map +1 -0
- package/lib/nodes/svg-fe-func-r-element/SVGFEFuncRElement.d.ts +9 -0
- package/lib/nodes/svg-fe-func-r-element/SVGFEFuncRElement.d.ts.map +1 -0
- package/lib/nodes/svg-fe-func-r-element/SVGFEFuncRElement.js +9 -0
- package/lib/nodes/svg-fe-func-r-element/SVGFEFuncRElement.js.map +1 -0
- package/lib/nodes/svg-fe-gaussian-blur-element/SVGFEGaussianBlurElement.d.ts +88 -0
- package/lib/nodes/svg-fe-gaussian-blur-element/SVGFEGaussianBlurElement.d.ts.map +1 -0
- package/lib/nodes/svg-fe-gaussian-blur-element/SVGFEGaussianBlurElement.js +167 -0
- package/lib/nodes/svg-fe-gaussian-blur-element/SVGFEGaussianBlurElement.js.map +1 -0
- package/lib/nodes/svg-fe-image-element/SVGFEImageElement.d.ts +75 -0
- package/lib/nodes/svg-fe-image-element/SVGFEImageElement.d.ts.map +1 -0
- package/lib/nodes/svg-fe-image-element/SVGFEImageElement.js +136 -0
- package/lib/nodes/svg-fe-image-element/SVGFEImageElement.js.map +1 -0
- package/lib/nodes/svg-fe-merge-element/SVGFEMergeElement.d.ts +47 -0
- package/lib/nodes/svg-fe-merge-element/SVGFEMergeElement.d.ts.map +1 -0
- package/lib/nodes/svg-fe-merge-element/SVGFEMergeElement.js +88 -0
- package/lib/nodes/svg-fe-merge-element/SVGFEMergeElement.js.map +1 -0
- package/lib/nodes/svg-fe-merge-node-element/SVGFEMergeNodeElement.d.ts +18 -0
- package/lib/nodes/svg-fe-merge-node-element/SVGFEMergeNodeElement.d.ts.map +1 -0
- package/lib/nodes/svg-fe-merge-node-element/SVGFEMergeNodeElement.js +27 -0
- package/lib/nodes/svg-fe-merge-node-element/SVGFEMergeNodeElement.js.map +1 -0
- package/lib/nodes/svg-fe-morphology-element/SVGFEMorphologyElement.d.ts +80 -0
- package/lib/nodes/svg-fe-morphology-element/SVGFEMorphologyElement.d.ts.map +1 -0
- package/lib/nodes/svg-fe-morphology-element/SVGFEMorphologyElement.js +156 -0
- package/lib/nodes/svg-fe-morphology-element/SVGFEMorphologyElement.js.map +1 -0
- package/lib/nodes/svg-fe-offset-element/SVGFEOffsetElement.d.ts +69 -0
- package/lib/nodes/svg-fe-offset-element/SVGFEOffsetElement.d.ts.map +1 -0
- package/lib/nodes/svg-fe-offset-element/SVGFEOffsetElement.js +134 -0
- package/lib/nodes/svg-fe-offset-element/SVGFEOffsetElement.js.map +1 -0
- package/lib/nodes/svg-fe-point-light-element/SVGFEPointLightElement.d.ts +32 -0
- package/lib/nodes/svg-fe-point-light-element/SVGFEPointLightElement.d.ts.map +1 -0
- package/lib/nodes/svg-fe-point-light-element/SVGFEPointLightElement.js +57 -0
- package/lib/nodes/svg-fe-point-light-element/SVGFEPointLightElement.js.map +1 -0
- package/lib/nodes/svg-fe-specular-lighting-element/SVGFESpecularLightingElement.d.ts +90 -0
- package/lib/nodes/svg-fe-specular-lighting-element/SVGFESpecularLightingElement.d.ts.map +1 -0
- package/lib/nodes/svg-fe-specular-lighting-element/SVGFESpecularLightingElement.js +182 -0
- package/lib/nodes/svg-fe-specular-lighting-element/SVGFESpecularLightingElement.js.map +1 -0
- package/lib/nodes/svg-fe-spot-light-element/SVGFESpotLightElement.d.ts +67 -0
- package/lib/nodes/svg-fe-spot-light-element/SVGFESpotLightElement.d.ts.map +1 -0
- package/lib/nodes/svg-fe-spot-light-element/SVGFESpotLightElement.js +133 -0
- package/lib/nodes/svg-fe-spot-light-element/SVGFESpotLightElement.js.map +1 -0
- package/lib/nodes/svg-fe-tile-element/SVGFETileElement.d.ts +54 -0
- package/lib/nodes/svg-fe-tile-element/SVGFETileElement.d.ts.map +1 -0
- package/lib/nodes/svg-fe-tile-element/SVGFETileElement.js +103 -0
- package/lib/nodes/svg-fe-tile-element/SVGFETileElement.js.map +1 -0
- package/lib/nodes/svg-fe-turbulence-element/SVGFETurbulenceElement.d.ts +98 -0
- package/lib/nodes/svg-fe-turbulence-element/SVGFETurbulenceElement.d.ts.map +1 -0
- package/lib/nodes/svg-fe-turbulence-element/SVGFETurbulenceElement.js +192 -0
- package/lib/nodes/svg-fe-turbulence-element/SVGFETurbulenceElement.js.map +1 -0
- package/lib/nodes/svg-filter-element/SVGFilterElement.d.ts +62 -0
- package/lib/nodes/svg-filter-element/SVGFilterElement.d.ts.map +1 -0
- package/lib/nodes/svg-filter-element/SVGFilterElement.js +123 -0
- package/lib/nodes/svg-filter-element/SVGFilterElement.js.map +1 -0
- package/lib/nodes/svg-foreign-object-element/SVGForeignObjectElement.d.ts +39 -0
- package/lib/nodes/svg-foreign-object-element/SVGForeignObjectElement.d.ts.map +1 -0
- package/lib/nodes/svg-foreign-object-element/SVGForeignObjectElement.js +72 -0
- package/lib/nodes/svg-foreign-object-element/SVGForeignObjectElement.js.map +1 -0
- package/lib/nodes/svg-g-element/SVGGElement.d.ts +9 -0
- package/lib/nodes/svg-g-element/SVGGElement.d.ts.map +1 -0
- package/lib/nodes/svg-g-element/SVGGElement.js +9 -0
- package/lib/nodes/svg-g-element/SVGGElement.js.map +1 -0
- package/lib/nodes/svg-geometry-element/SVGGeometryElement.d.ts +54 -0
- package/lib/nodes/svg-geometry-element/SVGGeometryElement.d.ts.map +1 -0
- package/lib/nodes/svg-geometry-element/SVGGeometryElement.js +81 -0
- package/lib/nodes/svg-geometry-element/SVGGeometryElement.js.map +1 -0
- package/lib/nodes/svg-gradient-element/SVGGradientElement.d.ts +45 -0
- package/lib/nodes/svg-gradient-element/SVGGradientElement.d.ts.map +1 -0
- package/lib/nodes/svg-gradient-element/SVGGradientElement.js +83 -0
- package/lib/nodes/svg-gradient-element/SVGGradientElement.js.map +1 -0
- package/lib/nodes/svg-graphics-element/SVGGraphicsElement.d.ts +60 -0
- package/lib/nodes/svg-graphics-element/SVGGraphicsElement.d.ts.map +1 -0
- package/lib/nodes/svg-graphics-element/SVGGraphicsElement.js +106 -0
- package/lib/nodes/svg-graphics-element/SVGGraphicsElement.js.map +1 -0
- package/lib/nodes/svg-image-element/SVGImageElement.d.ts +85 -0
- package/lib/nodes/svg-image-element/SVGImageElement.d.ts.map +1 -0
- package/lib/nodes/svg-image-element/SVGImageElement.js +153 -0
- package/lib/nodes/svg-image-element/SVGImageElement.js.map +1 -0
- package/lib/nodes/svg-line-element/SVGLineElement.d.ts +39 -0
- package/lib/nodes/svg-line-element/SVGLineElement.d.ts.map +1 -0
- package/lib/nodes/svg-line-element/SVGLineElement.js +72 -0
- package/lib/nodes/svg-line-element/SVGLineElement.js.map +1 -0
- package/lib/nodes/svg-linear-gradient-element/SVGLinearGradientElement.d.ts +39 -0
- package/lib/nodes/svg-linear-gradient-element/SVGLinearGradientElement.d.ts.map +1 -0
- package/lib/nodes/svg-linear-gradient-element/SVGLinearGradientElement.js +72 -0
- package/lib/nodes/svg-linear-gradient-element/SVGLinearGradientElement.js.map +1 -0
- package/lib/nodes/svg-m-path-element/SVGMPathElement.d.ts +18 -0
- package/lib/nodes/svg-m-path-element/SVGMPathElement.d.ts.map +1 -0
- package/lib/nodes/svg-m-path-element/SVGMPathElement.js +27 -0
- package/lib/nodes/svg-m-path-element/SVGMPathElement.js.map +1 -0
- package/lib/nodes/svg-marker-element/SVGMarkerElement.d.ts +98 -0
- package/lib/nodes/svg-marker-element/SVGMarkerElement.d.ts.map +1 -0
- package/lib/nodes/svg-marker-element/SVGMarkerElement.js +180 -0
- package/lib/nodes/svg-marker-element/SVGMarkerElement.js.map +1 -0
- package/lib/nodes/svg-mask-element/SVGMaskElement.d.ts +54 -0
- package/lib/nodes/svg-mask-element/SVGMaskElement.d.ts.map +1 -0
- package/lib/nodes/svg-mask-element/SVGMaskElement.js +107 -0
- package/lib/nodes/svg-mask-element/SVGMaskElement.js.map +1 -0
- package/lib/nodes/svg-metadata-element/SVGMetadataElement.d.ts +9 -0
- package/lib/nodes/svg-metadata-element/SVGMetadataElement.d.ts.map +1 -0
- package/lib/nodes/svg-metadata-element/SVGMetadataElement.js +9 -0
- package/lib/nodes/svg-metadata-element/SVGMetadataElement.js.map +1 -0
- package/lib/nodes/svg-path-element/SVGPathElement.d.ts +9 -0
- package/lib/nodes/svg-path-element/SVGPathElement.d.ts.map +1 -0
- package/lib/nodes/svg-path-element/SVGPathElement.js +9 -0
- package/lib/nodes/svg-path-element/SVGPathElement.js.map +1 -0
- package/lib/nodes/svg-pattern-element/SVGPatternElement.d.ts +70 -0
- package/lib/nodes/svg-pattern-element/SVGPatternElement.d.ts.map +1 -0
- package/lib/nodes/svg-pattern-element/SVGPatternElement.js +139 -0
- package/lib/nodes/svg-pattern-element/SVGPatternElement.js.map +1 -0
- package/lib/nodes/svg-polygon-element/SVGPolygonElement.d.ts +25 -0
- package/lib/nodes/svg-polygon-element/SVGPolygonElement.d.ts.map +1 -0
- package/lib/nodes/svg-polygon-element/SVGPolygonElement.js +43 -0
- package/lib/nodes/svg-polygon-element/SVGPolygonElement.js.map +1 -0
- package/lib/nodes/svg-polyline-element/SVGPolylineElement.d.ts +25 -0
- package/lib/nodes/svg-polyline-element/SVGPolylineElement.d.ts.map +1 -0
- package/lib/nodes/svg-polyline-element/SVGPolylineElement.js +43 -0
- package/lib/nodes/svg-polyline-element/SVGPolylineElement.js.map +1 -0
- package/lib/nodes/svg-radial-gradient-element/SVGRadialGradientElement.d.ts +46 -0
- package/lib/nodes/svg-radial-gradient-element/SVGRadialGradientElement.d.ts.map +1 -0
- package/lib/nodes/svg-radial-gradient-element/SVGRadialGradientElement.js +87 -0
- package/lib/nodes/svg-radial-gradient-element/SVGRadialGradientElement.js.map +1 -0
- package/lib/nodes/svg-rect-element/SVGRectElement.d.ts +53 -0
- package/lib/nodes/svg-rect-element/SVGRectElement.d.ts.map +1 -0
- package/lib/nodes/svg-rect-element/SVGRectElement.js +102 -0
- package/lib/nodes/svg-rect-element/SVGRectElement.js.map +1 -0
- package/lib/nodes/svg-script-element/SVGScriptElement.d.ts +30 -0
- package/lib/nodes/svg-script-element/SVGScriptElement.d.ts.map +1 -0
- package/lib/nodes/svg-script-element/SVGScriptElement.js +43 -0
- package/lib/nodes/svg-script-element/SVGScriptElement.js.map +1 -0
- package/lib/nodes/svg-set-element/SVGSetElement.d.ts +9 -0
- package/lib/nodes/svg-set-element/SVGSetElement.d.ts.map +1 -0
- package/lib/nodes/svg-set-element/SVGSetElement.js +9 -0
- package/lib/nodes/svg-set-element/SVGSetElement.js.map +1 -0
- package/lib/nodes/svg-stop-element/SVGStopElement.d.ts +18 -0
- package/lib/nodes/svg-stop-element/SVGStopElement.d.ts.map +1 -0
- package/lib/nodes/svg-stop-element/SVGStopElement.js +27 -0
- package/lib/nodes/svg-stop-element/SVGStopElement.js.map +1 -0
- package/lib/nodes/svg-style-element/SVGStyleElement.d.ts +82 -0
- package/lib/nodes/svg-style-element/SVGStyleElement.d.ts.map +1 -0
- package/lib/nodes/svg-style-element/SVGStyleElement.js +117 -0
- package/lib/nodes/svg-style-element/SVGStyleElement.js.map +1 -0
- package/lib/nodes/svg-svg-element/SVGSVGElement.d.ts +291 -0
- package/lib/nodes/svg-svg-element/SVGSVGElement.d.ts.map +1 -0
- package/lib/nodes/svg-svg-element/SVGSVGElement.js +440 -0
- package/lib/nodes/svg-svg-element/SVGSVGElement.js.map +1 -0
- package/lib/nodes/svg-switch-element/SVGSwitchElement.d.ts +9 -0
- package/lib/nodes/svg-switch-element/SVGSwitchElement.d.ts.map +1 -0
- package/lib/nodes/svg-switch-element/SVGSwitchElement.js +9 -0
- package/lib/nodes/svg-switch-element/SVGSwitchElement.js.map +1 -0
- package/lib/nodes/svg-symbol-element/SVGSymbolElement.d.ts +9 -0
- package/lib/nodes/svg-symbol-element/SVGSymbolElement.d.ts.map +1 -0
- package/lib/nodes/svg-symbol-element/SVGSymbolElement.js +9 -0
- package/lib/nodes/svg-symbol-element/SVGSymbolElement.js.map +1 -0
- package/lib/nodes/svg-t-span-element/SVGTSpanElement.d.ts +9 -0
- package/lib/nodes/svg-t-span-element/SVGTSpanElement.d.ts.map +1 -0
- package/lib/nodes/svg-t-span-element/SVGTSpanElement.js +9 -0
- package/lib/nodes/svg-t-span-element/SVGTSpanElement.js.map +1 -0
- package/lib/nodes/svg-text-content-element/SVGTextContentElement.d.ts +80 -0
- package/lib/nodes/svg-text-content-element/SVGTextContentElement.d.ts.map +1 -0
- package/lib/nodes/svg-text-content-element/SVGTextContentElement.js +124 -0
- package/lib/nodes/svg-text-content-element/SVGTextContentElement.js.map +1 -0
- package/lib/nodes/svg-text-element/SVGTextElement.d.ts +9 -0
- package/lib/nodes/svg-text-element/SVGTextElement.d.ts.map +1 -0
- package/lib/nodes/svg-text-element/SVGTextElement.js +9 -0
- package/lib/nodes/svg-text-element/SVGTextElement.js.map +1 -0
- package/lib/nodes/svg-text-path-element/SVGTextPathElement.d.ts +47 -0
- package/lib/nodes/svg-text-path-element/SVGTextPathElement.d.ts.map +1 -0
- package/lib/nodes/svg-text-path-element/SVGTextPathElement.js +85 -0
- package/lib/nodes/svg-text-path-element/SVGTextPathElement.js.map +1 -0
- package/lib/nodes/svg-text-positioning-element/SVGTextPositioningElement.d.ts +47 -0
- package/lib/nodes/svg-text-positioning-element/SVGTextPositioningElement.d.ts.map +1 -0
- package/lib/nodes/svg-text-positioning-element/SVGTextPositioningElement.js +88 -0
- package/lib/nodes/svg-text-positioning-element/SVGTextPositioningElement.js.map +1 -0
- package/lib/nodes/svg-title-element/SVGTitleElement.d.ts +9 -0
- package/lib/nodes/svg-title-element/SVGTitleElement.d.ts.map +1 -0
- package/lib/nodes/svg-title-element/SVGTitleElement.js +9 -0
- package/lib/nodes/svg-title-element/SVGTitleElement.js.map +1 -0
- package/lib/nodes/svg-use-element/SVGUseElement.d.ts +47 -0
- package/lib/nodes/svg-use-element/SVGUseElement.d.ts.map +1 -0
- package/lib/nodes/svg-use-element/SVGUseElement.js +88 -0
- package/lib/nodes/svg-use-element/SVGUseElement.js.map +1 -0
- package/lib/nodes/svg-view-element/SVGViewElement.d.ts +9 -0
- package/lib/nodes/svg-view-element/SVGViewElement.d.ts.map +1 -0
- package/lib/nodes/svg-view-element/SVGViewElement.js +9 -0
- package/lib/nodes/svg-view-element/SVGViewElement.js.map +1 -0
- package/lib/nodes/text/Text.d.ts +62 -0
- package/lib/nodes/text/Text.d.ts.map +1 -0
- package/lib/nodes/text/Text.js +119 -0
- package/lib/nodes/text/Text.js.map +1 -0
- package/lib/nodes/xml-document/XMLDocument.d.ts +9 -0
- package/lib/nodes/xml-document/XMLDocument.d.ts.map +1 -0
- package/lib/nodes/xml-document/XMLDocument.js +10 -0
- package/lib/nodes/xml-document/XMLDocument.js.map +1 -0
- package/lib/permissions/PermissionNameEnum.d.ts +32 -0
- package/lib/permissions/PermissionNameEnum.d.ts.map +1 -0
- package/lib/permissions/PermissionNameEnum.js +33 -0
- package/lib/permissions/PermissionNameEnum.js.map +1 -0
- package/lib/permissions/PermissionStatus.d.ts +19 -0
- package/lib/permissions/PermissionStatus.d.ts.map +1 -0
- package/lib/permissions/PermissionStatus.js +21 -0
- package/lib/permissions/PermissionStatus.js.map +1 -0
- package/lib/permissions/Permissions.d.ts +32 -0
- package/lib/permissions/Permissions.d.ts.map +1 -0
- package/lib/permissions/Permissions.js +43 -0
- package/lib/permissions/Permissions.js.map +1 -0
- package/lib/query-selector/ISelectorAttribute.d.ts +8 -0
- package/lib/query-selector/ISelectorAttribute.d.ts.map +1 -0
- package/lib/query-selector/ISelectorAttribute.js +2 -0
- package/lib/query-selector/ISelectorAttribute.js.map +1 -0
- package/lib/query-selector/ISelectorMatch.d.ts +4 -0
- package/lib/query-selector/ISelectorMatch.d.ts.map +1 -0
- package/lib/query-selector/ISelectorMatch.js +2 -0
- package/lib/query-selector/ISelectorMatch.js.map +1 -0
- package/lib/query-selector/ISelectorPseudo.d.ts +8 -0
- package/lib/query-selector/ISelectorPseudo.d.ts.map +1 -0
- package/lib/query-selector/ISelectorPseudo.js +2 -0
- package/lib/query-selector/ISelectorPseudo.js.map +1 -0
- package/lib/query-selector/QuerySelector.d.ts +111 -0
- package/lib/query-selector/QuerySelector.d.ts.map +1 -0
- package/lib/query-selector/QuerySelector.js +426 -0
- package/lib/query-selector/QuerySelector.js.map +1 -0
- package/lib/query-selector/SelectorCombinatorEnum.d.ts +9 -0
- package/lib/query-selector/SelectorCombinatorEnum.d.ts.map +1 -0
- package/lib/query-selector/SelectorCombinatorEnum.js +10 -0
- package/lib/query-selector/SelectorCombinatorEnum.js.map +1 -0
- package/lib/query-selector/SelectorItem.d.ts +97 -0
- package/lib/query-selector/SelectorItem.d.ts.map +1 -0
- package/lib/query-selector/SelectorItem.js +435 -0
- package/lib/query-selector/SelectorItem.js.map +1 -0
- package/lib/query-selector/SelectorParser.d.ts +93 -0
- package/lib/query-selector/SelectorParser.d.ts.map +1 -0
- package/lib/query-selector/SelectorParser.js +594 -0
- package/lib/query-selector/SelectorParser.js.map +1 -0
- package/lib/range/IRangeBoundaryPoint.d.ts +9 -0
- package/lib/range/IRangeBoundaryPoint.d.ts.map +1 -0
- package/lib/range/IRangeBoundaryPoint.js +2 -0
- package/lib/range/IRangeBoundaryPoint.js.map +1 -0
- package/lib/range/Range.d.ts +254 -0
- package/lib/range/Range.d.ts.map +1 -0
- package/lib/range/Range.js +834 -0
- package/lib/range/Range.js.map +1 -0
- package/lib/range/RangeHowEnum.d.ts +8 -0
- package/lib/range/RangeHowEnum.d.ts.map +1 -0
- package/lib/range/RangeHowEnum.js +9 -0
- package/lib/range/RangeHowEnum.js.map +1 -0
- package/lib/range/RangeUtility.d.ts +47 -0
- package/lib/range/RangeUtility.d.ts.map +1 -0
- package/lib/range/RangeUtility.js +88 -0
- package/lib/range/RangeUtility.js.map +1 -0
- package/lib/resize-observer/ResizeObserver.d.ts +26 -0
- package/lib/resize-observer/ResizeObserver.d.ts.map +1 -0
- package/lib/resize-observer/ResizeObserver.js +32 -0
- package/lib/resize-observer/ResizeObserver.js.map +1 -0
- package/lib/screen/Screen.d.ts +17 -0
- package/lib/screen/Screen.d.ts.map +1 -0
- package/lib/screen/Screen.js +17 -0
- package/lib/screen/Screen.js.map +1 -0
- package/lib/screen/ScreenDetailed.d.ts +17 -0
- package/lib/screen/ScreenDetailed.d.ts.map +1 -0
- package/lib/screen/ScreenDetailed.js +17 -0
- package/lib/screen/ScreenDetailed.js.map +1 -0
- package/lib/screen/ScreenDetails.d.ts +19 -0
- package/lib/screen/ScreenDetails.d.ts.map +1 -0
- package/lib/screen/ScreenDetails.js +24 -0
- package/lib/screen/ScreenDetails.js.map +1 -0
- package/lib/selection/Selection.d.ts +210 -0
- package/lib/selection/Selection.d.ts.map +1 -0
- package/lib/selection/Selection.js +446 -0
- package/lib/selection/Selection.js.map +1 -0
- package/lib/selection/SelectionDirectionEnum.d.ts +7 -0
- package/lib/selection/SelectionDirectionEnum.d.ts.map +1 -0
- package/lib/selection/SelectionDirectionEnum.js +8 -0
- package/lib/selection/SelectionDirectionEnum.js.map +1 -0
- package/lib/storage/Storage.d.ts +53 -0
- package/lib/storage/Storage.d.ts.map +1 -0
- package/lib/storage/Storage.js +132 -0
- package/lib/storage/Storage.js.map +1 -0
- package/lib/svg/SVGAngle.d.ts +77 -0
- package/lib/svg/SVGAngle.d.ts.map +1 -0
- package/lib/svg/SVGAngle.js +251 -0
- package/lib/svg/SVGAngle.js.map +1 -0
- package/lib/svg/SVGAngleTypeEnum.d.ts +9 -0
- package/lib/svg/SVGAngleTypeEnum.d.ts.map +1 -0
- package/lib/svg/SVGAngleTypeEnum.js +10 -0
- package/lib/svg/SVGAngleTypeEnum.js.map +1 -0
- package/lib/svg/SVGAnimatedAngle.d.ts +53 -0
- package/lib/svg/SVGAnimatedAngle.d.ts.map +1 -0
- package/lib/svg/SVGAnimatedAngle.js +77 -0
- package/lib/svg/SVGAnimatedAngle.js.map +1 -0
- package/lib/svg/SVGAnimatedBoolean.d.ts +50 -0
- package/lib/svg/SVGAnimatedBoolean.d.ts.map +1 -0
- package/lib/svg/SVGAnimatedBoolean.js +63 -0
- package/lib/svg/SVGAnimatedBoolean.js.map +1 -0
- package/lib/svg/SVGAnimatedEnumeration.d.ts +56 -0
- package/lib/svg/SVGAnimatedEnumeration.d.ts.map +1 -0
- package/lib/svg/SVGAnimatedEnumeration.js +94 -0
- package/lib/svg/SVGAnimatedEnumeration.js.map +1 -0
- package/lib/svg/SVGAnimatedInteger.d.ts +50 -0
- package/lib/svg/SVGAnimatedInteger.d.ts.map +1 -0
- package/lib/svg/SVGAnimatedInteger.js +74 -0
- package/lib/svg/SVGAnimatedInteger.js.map +1 -0
- package/lib/svg/SVGAnimatedLength.d.ts +53 -0
- package/lib/svg/SVGAnimatedLength.d.ts.map +1 -0
- package/lib/svg/SVGAnimatedLength.js +77 -0
- package/lib/svg/SVGAnimatedLength.js.map +1 -0
- package/lib/svg/SVGAnimatedLengthList.d.ts +53 -0
- package/lib/svg/SVGAnimatedLengthList.d.ts.map +1 -0
- package/lib/svg/SVGAnimatedLengthList.js +78 -0
- package/lib/svg/SVGAnimatedLengthList.js.map +1 -0
- package/lib/svg/SVGAnimatedNumber.d.ts +53 -0
- package/lib/svg/SVGAnimatedNumber.d.ts.map +1 -0
- package/lib/svg/SVGAnimatedNumber.js +77 -0
- package/lib/svg/SVGAnimatedNumber.js.map +1 -0
- package/lib/svg/SVGAnimatedNumberList.d.ts +53 -0
- package/lib/svg/SVGAnimatedNumberList.d.ts.map +1 -0
- package/lib/svg/SVGAnimatedNumberList.js +78 -0
- package/lib/svg/SVGAnimatedNumberList.js.map +1 -0
- package/lib/svg/SVGAnimatedPreserveAspectRatio.d.ts +53 -0
- package/lib/svg/SVGAnimatedPreserveAspectRatio.d.ts.map +1 -0
- package/lib/svg/SVGAnimatedPreserveAspectRatio.js +77 -0
- package/lib/svg/SVGAnimatedPreserveAspectRatio.js.map +1 -0
- package/lib/svg/SVGAnimatedRect.d.ts +53 -0
- package/lib/svg/SVGAnimatedRect.d.ts.map +1 -0
- package/lib/svg/SVGAnimatedRect.js +77 -0
- package/lib/svg/SVGAnimatedRect.js.map +1 -0
- package/lib/svg/SVGAnimatedString.d.ts +50 -0
- package/lib/svg/SVGAnimatedString.d.ts.map +1 -0
- package/lib/svg/SVGAnimatedString.js +66 -0
- package/lib/svg/SVGAnimatedString.js.map +1 -0
- package/lib/svg/SVGAnimatedTransformList.d.ts +53 -0
- package/lib/svg/SVGAnimatedTransformList.d.ts.map +1 -0
- package/lib/svg/SVGAnimatedTransformList.js +78 -0
- package/lib/svg/SVGAnimatedTransformList.js.map +1 -0
- package/lib/svg/SVGLength.d.ts +84 -0
- package/lib/svg/SVGLength.d.ts.map +1 -0
- package/lib/svg/SVGLength.js +309 -0
- package/lib/svg/SVGLength.js.map +1 -0
- package/lib/svg/SVGLengthList.d.ts +102 -0
- package/lib/svg/SVGLengthList.d.ts.map +1 -0
- package/lib/svg/SVGLengthList.js +381 -0
- package/lib/svg/SVGLengthList.js.map +1 -0
- package/lib/svg/SVGLengthTypeEnum.d.ts +15 -0
- package/lib/svg/SVGLengthTypeEnum.d.ts.map +1 -0
- package/lib/svg/SVGLengthTypeEnum.js +16 -0
- package/lib/svg/SVGLengthTypeEnum.js.map +1 -0
- package/lib/svg/SVGMatrix.d.ts +163 -0
- package/lib/svg/SVGMatrix.d.ts.map +1 -0
- package/lib/svg/SVGMatrix.js +362 -0
- package/lib/svg/SVGMatrix.js.map +1 -0
- package/lib/svg/SVGNumber.d.ts +42 -0
- package/lib/svg/SVGNumber.d.ts.map +1 -0
- package/lib/svg/SVGNumber.js +65 -0
- package/lib/svg/SVGNumber.js.map +1 -0
- package/lib/svg/SVGNumberList.d.ts +102 -0
- package/lib/svg/SVGNumberList.d.ts.map +1 -0
- package/lib/svg/SVGNumberList.js +400 -0
- package/lib/svg/SVGNumberList.js.map +1 -0
- package/lib/svg/SVGPoint.d.ts +54 -0
- package/lib/svg/SVGPoint.d.ts.map +1 -0
- package/lib/svg/SVGPoint.js +89 -0
- package/lib/svg/SVGPoint.js.map +1 -0
- package/lib/svg/SVGPointList.d.ts +102 -0
- package/lib/svg/SVGPointList.d.ts.map +1 -0
- package/lib/svg/SVGPointList.js +402 -0
- package/lib/svg/SVGPointList.js.map +1 -0
- package/lib/svg/SVGPreserveAspectRatio.d.ts +70 -0
- package/lib/svg/SVGPreserveAspectRatio.d.ts.map +1 -0
- package/lib/svg/SVGPreserveAspectRatio.js +129 -0
- package/lib/svg/SVGPreserveAspectRatio.js.map +1 -0
- package/lib/svg/SVGPreserveAspectRatioAlignEnum.d.ts +15 -0
- package/lib/svg/SVGPreserveAspectRatioAlignEnum.d.ts.map +1 -0
- package/lib/svg/SVGPreserveAspectRatioAlignEnum.js +16 -0
- package/lib/svg/SVGPreserveAspectRatioAlignEnum.js.map +1 -0
- package/lib/svg/SVGPreserveAspectRatioMeetOrSliceEnum.d.ts +7 -0
- package/lib/svg/SVGPreserveAspectRatioMeetOrSliceEnum.d.ts.map +1 -0
- package/lib/svg/SVGPreserveAspectRatioMeetOrSliceEnum.js +8 -0
- package/lib/svg/SVGPreserveAspectRatioMeetOrSliceEnum.js.map +1 -0
- package/lib/svg/SVGRect.d.ts +78 -0
- package/lib/svg/SVGRect.d.ts.map +1 -0
- package/lib/svg/SVGRect.js +156 -0
- package/lib/svg/SVGRect.js.map +1 -0
- package/lib/svg/SVGStringList.d.ts +101 -0
- package/lib/svg/SVGStringList.d.ts.map +1 -0
- package/lib/svg/SVGStringList.js +326 -0
- package/lib/svg/SVGStringList.js.map +1 -0
- package/lib/svg/SVGTransform.d.ts +98 -0
- package/lib/svg/SVGTransform.d.ts.map +1 -0
- package/lib/svg/SVGTransform.js +278 -0
- package/lib/svg/SVGTransform.js.map +1 -0
- package/lib/svg/SVGTransformList.d.ts +102 -0
- package/lib/svg/SVGTransformList.d.ts.map +1 -0
- package/lib/svg/SVGTransformList.js +405 -0
- package/lib/svg/SVGTransformList.js.map +1 -0
- package/lib/svg/SVGTransformTypeEnum.d.ts +11 -0
- package/lib/svg/SVGTransformTypeEnum.d.ts.map +1 -0
- package/lib/svg/SVGTransformTypeEnum.js +12 -0
- package/lib/svg/SVGTransformTypeEnum.js.map +1 -0
- package/lib/svg/SVGUnitTypes.d.ts +20 -0
- package/lib/svg/SVGUnitTypes.d.ts.map +1 -0
- package/lib/svg/SVGUnitTypes.js +25 -0
- package/lib/svg/SVGUnitTypes.js.map +1 -0
- package/lib/tree-walker/NodeFilter.d.ts +20 -0
- package/lib/tree-walker/NodeFilter.d.ts.map +1 -0
- package/lib/tree-walker/NodeFilter.js +19 -0
- package/lib/tree-walker/NodeFilter.js.map +1 -0
- package/lib/tree-walker/NodeFilterMask.d.ts +16 -0
- package/lib/tree-walker/NodeFilterMask.d.ts.map +1 -0
- package/lib/tree-walker/NodeFilterMask.js +28 -0
- package/lib/tree-walker/NodeFilterMask.js.map +1 -0
- package/lib/tree-walker/NodeIterator.d.ts +50 -0
- package/lib/tree-walker/NodeIterator.d.ts.map +1 -0
- package/lib/tree-walker/NodeIterator.js +77 -0
- package/lib/tree-walker/NodeIterator.js.map +1 -0
- package/lib/tree-walker/TNodeFilter.d.ts +5 -0
- package/lib/tree-walker/TNodeFilter.d.ts.map +1 -0
- package/lib/tree-walker/TNodeFilter.js +2 -0
- package/lib/tree-walker/TNodeFilter.js.map +1 -0
- package/lib/tree-walker/TreeWalker.d.ts +88 -0
- package/lib/tree-walker/TreeWalker.d.ts.map +1 -0
- package/lib/tree-walker/TreeWalker.js +282 -0
- package/lib/tree-walker/TreeWalker.js.map +1 -0
- package/lib/url/URL.d.ts +26 -0
- package/lib/url/URL.d.ts.map +1 -0
- package/lib/url/URL.js +41 -0
- package/lib/url/URL.js.map +1 -0
- package/lib/utilities/AttributeUtility.d.ts +18 -0
- package/lib/utilities/AttributeUtility.d.ts.map +1 -0
- package/lib/utilities/AttributeUtility.js +29 -0
- package/lib/utilities/AttributeUtility.js.map +1 -0
- package/lib/utilities/ClassMethodBinder.d.ts +28 -0
- package/lib/utilities/ClassMethodBinder.d.ts.map +1 -0
- package/lib/utilities/ClassMethodBinder.js +66 -0
- package/lib/utilities/ClassMethodBinder.js.map +1 -0
- package/lib/utilities/StringUtility.d.ts +22 -0
- package/lib/utilities/StringUtility.d.ts.map +1 -0
- package/lib/utilities/StringUtility.js +42 -0
- package/lib/utilities/StringUtility.js.map +1 -0
- package/lib/utilities/XMLEncodeUtility.d.ts +76 -0
- package/lib/utilities/XMLEncodeUtility.d.ts.map +1 -0
- package/lib/utilities/XMLEncodeUtility.js +147 -0
- package/lib/utilities/XMLEncodeUtility.js.map +1 -0
- package/lib/validity-state/ValidityState.d.ts +90 -0
- package/lib/validity-state/ValidityState.d.ts.map +1 -0
- package/lib/validity-state/ValidityState.js +174 -0
- package/lib/validity-state/ValidityState.js.map +1 -0
- package/lib/version.d.ts +5 -0
- package/lib/version.d.ts.map +1 -0
- package/lib/version.js +1 -0
- package/lib/version.js.map +1 -0
- package/lib/web-socket/WebSocket.d.ts +78 -0
- package/lib/web-socket/WebSocket.d.ts.map +1 -0
- package/lib/web-socket/WebSocket.js +341 -0
- package/lib/web-socket/WebSocket.js.map +1 -0
- package/lib/web-socket/WebSocketReadyStateEnum.d.ts +8 -0
- package/lib/web-socket/WebSocketReadyStateEnum.d.ts.map +1 -0
- package/lib/web-socket/WebSocketReadyStateEnum.js +9 -0
- package/lib/web-socket/WebSocketReadyStateEnum.js.map +1 -0
- package/lib/window/BrowserWindow.d.ts +1147 -0
- package/lib/window/BrowserWindow.d.ts.map +1 -0
- package/lib/window/BrowserWindow.js +1664 -0
- package/lib/window/BrowserWindow.js.map +1 -0
- package/lib/window/CrossOriginBrowserWindow.d.ts +85 -0
- package/lib/window/CrossOriginBrowserWindow.d.ts.map +1 -0
- package/lib/window/CrossOriginBrowserWindow.js +120 -0
- package/lib/window/CrossOriginBrowserWindow.js.map +1 -0
- package/lib/window/DetachedWindowAPI.d.ts +94 -0
- package/lib/window/DetachedWindowAPI.d.ts.map +1 -0
- package/lib/window/DetachedWindowAPI.js +116 -0
- package/lib/window/DetachedWindowAPI.js.map +1 -0
- package/lib/window/GlobalWindow.d.ts +79 -0
- package/lib/window/GlobalWindow.d.ts.map +1 -0
- package/lib/window/GlobalWindow.js +85 -0
- package/lib/window/GlobalWindow.js.map +1 -0
- package/lib/window/INodeJSGlobal.d.ts +68 -0
- package/lib/window/INodeJSGlobal.d.ts.map +1 -0
- package/lib/window/INodeJSGlobal.js +2 -0
- package/lib/window/INodeJSGlobal.js.map +1 -0
- package/lib/window/IOptionalTimerLoopsLimit.d.ts +5 -0
- package/lib/window/IOptionalTimerLoopsLimit.d.ts.map +1 -0
- package/lib/window/IOptionalTimerLoopsLimit.js +2 -0
- package/lib/window/IOptionalTimerLoopsLimit.js.map +1 -0
- package/lib/window/IScrollToOptions.d.ts +6 -0
- package/lib/window/IScrollToOptions.d.ts.map +1 -0
- package/lib/window/IScrollToOptions.js +2 -0
- package/lib/window/IScrollToOptions.js.map +1 -0
- package/lib/window/ITimerLoopsLimit.d.ts +5 -0
- package/lib/window/ITimerLoopsLimit.d.ts.map +1 -0
- package/lib/window/ITimerLoopsLimit.js +2 -0
- package/lib/window/ITimerLoopsLimit.js.map +1 -0
- package/lib/window/VMGlobalPropertyScript.d.ts +4 -0
- package/lib/window/VMGlobalPropertyScript.d.ts.map +1 -0
- package/lib/window/VMGlobalPropertyScript.js +59 -0
- package/lib/window/VMGlobalPropertyScript.js.map +1 -0
- package/lib/window/Window.d.ts +36 -0
- package/lib/window/Window.d.ts.map +1 -0
- package/lib/window/Window.js +49 -0
- package/lib/window/Window.js.map +1 -0
- package/lib/window/WindowBrowserContext.d.ts +75 -0
- package/lib/window/WindowBrowserContext.d.ts.map +1 -0
- package/lib/window/WindowBrowserContext.js +94 -0
- package/lib/window/WindowBrowserContext.js.map +1 -0
- package/lib/window/WindowContextClassExtender.d.ts +15 -0
- package/lib/window/WindowContextClassExtender.d.ts.map +1 -0
- package/lib/window/WindowContextClassExtender.js +237 -0
- package/lib/window/WindowContextClassExtender.js.map +1 -0
- package/lib/window/WindowPageOpenUtility.d.ts +30 -0
- package/lib/window/WindowPageOpenUtility.d.ts.map +1 -0
- package/lib/window/WindowPageOpenUtility.js +153 -0
- package/lib/window/WindowPageOpenUtility.js.map +1 -0
- package/lib/xml-http-request/XMLHttpRequest.d.ts +138 -0
- package/lib/xml-http-request/XMLHttpRequest.d.ts.map +1 -0
- package/lib/xml-http-request/XMLHttpRequest.js +464 -0
- package/lib/xml-http-request/XMLHttpRequest.js.map +1 -0
- package/lib/xml-http-request/XMLHttpRequestEventTarget.d.ts +25 -0
- package/lib/xml-http-request/XMLHttpRequestEventTarget.d.ts.map +1 -0
- package/lib/xml-http-request/XMLHttpRequestEventTarget.js +53 -0
- package/lib/xml-http-request/XMLHttpRequestEventTarget.js.map +1 -0
- package/lib/xml-http-request/XMLHttpRequestReadyStateEnum.d.ts +9 -0
- package/lib/xml-http-request/XMLHttpRequestReadyStateEnum.d.ts.map +1 -0
- package/lib/xml-http-request/XMLHttpRequestReadyStateEnum.js +10 -0
- package/lib/xml-http-request/XMLHttpRequestReadyStateEnum.js.map +1 -0
- package/lib/xml-http-request/XMLHttpRequestResponseDataParser.d.ts +26 -0
- package/lib/xml-http-request/XMLHttpRequestResponseDataParser.d.ts.map +1 -0
- package/lib/xml-http-request/XMLHttpRequestResponseDataParser.js +62 -0
- package/lib/xml-http-request/XMLHttpRequestResponseDataParser.js.map +1 -0
- package/lib/xml-http-request/XMLHttpRequestUpload.d.ts +7 -0
- package/lib/xml-http-request/XMLHttpRequestUpload.d.ts.map +1 -0
- package/lib/xml-http-request/XMLHttpRequestUpload.js +7 -0
- package/lib/xml-http-request/XMLHttpRequestUpload.js.map +1 -0
- package/lib/xml-http-request/XMLHttpResponseTypeEnum.d.ts +9 -0
- package/lib/xml-http-request/XMLHttpResponseTypeEnum.d.ts.map +1 -0
- package/lib/xml-http-request/XMLHttpResponseTypeEnum.js +10 -0
- package/lib/xml-http-request/XMLHttpResponseTypeEnum.js.map +1 -0
- package/lib/xml-parser/XMLParser.d.ts +100 -0
- package/lib/xml-parser/XMLParser.d.ts.map +1 -0
- package/lib/xml-parser/XMLParser.js +618 -0
- package/lib/xml-parser/XMLParser.js.map +1 -0
- package/lib/xml-serializer/XMLSerializer.d.ts +17 -0
- package/lib/xml-serializer/XMLSerializer.d.ts.map +1 -0
- package/lib/xml-serializer/XMLSerializer.js +193 -0
- package/lib/xml-serializer/XMLSerializer.js.map +1 -0
- package/package.json +86 -0
- package/src/PropertySymbol.ts +415 -0
- package/src/async-task-manager/AsyncTaskManager.ts +340 -0
- package/src/async-task-manager/AsyncTaskManagerDebugError.ts +14 -0
- package/src/base64/Base64.ts +97 -0
- package/src/browser/Browser.ts +122 -0
- package/src/browser/BrowserContext.ts +100 -0
- package/src/browser/BrowserFrame.ts +232 -0
- package/src/browser/BrowserPage.ts +204 -0
- package/src/browser/BrowserSettingsFactory.ts +95 -0
- package/src/browser/DefaultBrowserSettings.ts +65 -0
- package/src/browser/detached-browser/DetachedBrowser.ts +128 -0
- package/src/browser/detached-browser/DetachedBrowserContext.ts +103 -0
- package/src/browser/detached-browser/DetachedBrowserFrame.ts +250 -0
- package/src/browser/detached-browser/DetachedBrowserPage.ts +217 -0
- package/src/browser/enums/BrowserErrorCaptureEnum.ts +10 -0
- package/src/browser/enums/BrowserNavigationCrossOriginPolicyEnum.ts +10 -0
- package/src/browser/types/IBrowser.ts +50 -0
- package/src/browser/types/IBrowserContext.ts +44 -0
- package/src/browser/types/IBrowserFrame.ts +112 -0
- package/src/browser/types/IBrowserPage.ts +109 -0
- package/src/browser/types/IBrowserPageViewport.ts +5 -0
- package/src/browser/types/IBrowserSettings.ts +185 -0
- package/src/browser/types/IGoToOptions.ts +17 -0
- package/src/browser/types/IOptionalBrowserPageViewport.ts +5 -0
- package/src/browser/types/IOptionalBrowserSettings.ts +181 -0
- package/src/browser/types/IReloadOptions.ts +27 -0
- package/src/browser/utilities/BrowserExceptionObserver.ts +123 -0
- package/src/browser/utilities/BrowserFrameFactory.ts +106 -0
- package/src/browser/utilities/BrowserFrameNavigator.ts +574 -0
- package/src/browser/utilities/BrowserFrameScriptEvaluator.ts +71 -0
- package/src/browser/utilities/BrowserFrameURL.ts +30 -0
- package/src/browser/utilities/BrowserFrameValidator.ts +84 -0
- package/src/browser/utilities/BrowserPageUtility.ts +56 -0
- package/src/clipboard/Clipboard.ts +108 -0
- package/src/clipboard/ClipboardItem.ts +57 -0
- package/src/config/HTMLElementConfig.ts +536 -0
- package/src/config/HTMLElementConfigContentModelEnum.ts +12 -0
- package/src/config/IHTMLElementTagNameMap.ts +181 -0
- package/src/config/ISVGElementTagNameMap.ts +127 -0
- package/src/config/NamespaceURI.ts +8 -0
- package/src/config/SVGElementConfig.ts +70 -0
- package/src/console/IVirtualConsoleLogEntry.ts +10 -0
- package/src/console/IVirtualConsoleLogGroup.ts +6 -0
- package/src/console/IVirtualConsolePrinter.ts +58 -0
- package/src/console/VirtualConsole.ts +368 -0
- package/src/console/VirtualConsolePrinter.ts +148 -0
- package/src/console/enums/VirtualConsoleLogLevelEnum.ts +12 -0
- package/src/console/enums/VirtualConsoleLogTypeEnum.ts +29 -0
- package/src/console/utilities/VirtualConsoleLogEntryStringifier.ts +100 -0
- package/src/cookie/CookieContainer.ts +81 -0
- package/src/cookie/DefaultCookie.ts +17 -0
- package/src/cookie/ICookie.ts +14 -0
- package/src/cookie/ICookieContainer.ts +32 -0
- package/src/cookie/IOptionalCookie.ts +16 -0
- package/src/cookie/enums/CookieSameSiteEnum.ts +6 -0
- package/src/cookie/urilities/CookieExpireUtility.ts +16 -0
- package/src/cookie/urilities/CookieStringUtility.ts +119 -0
- package/src/cookie/urilities/CookieURLUtility.ts +27 -0
- package/src/css/CSS.ts +63 -0
- package/src/css/CSSRule.ts +84 -0
- package/src/css/CSSRuleTypeEnum.ts +18 -0
- package/src/css/CSSStyleSheet.ts +141 -0
- package/src/css/CSSUnitValue.ts +26 -0
- package/src/css/CSSUnits.ts +31 -0
- package/src/css/MediaList.ts +177 -0
- package/src/css/declaration/CSSStyleDeclaration.ts +4974 -0
- package/src/css/declaration/computed-style/CSSStyleDeclarationComputedStyle.ts +522 -0
- package/src/css/declaration/computed-style/config/CSSStyleDeclarationElementDefaultCSS.ts +133 -0
- package/src/css/declaration/computed-style/config/CSSStyleDeclarationElementInheritedProperties.ts +39 -0
- package/src/css/declaration/computed-style/config/CSSStyleDeclarationElementMeasurementProperties.ts +41 -0
- package/src/css/declaration/css-parser/CSSStyleDeclarationCSSParser.ts +44 -0
- package/src/css/declaration/measurement-converter/CSSMeasurementConverter.ts +79 -0
- package/src/css/declaration/property-manager/CSSStyleDeclarationPropertyGetParser.ts +794 -0
- package/src/css/declaration/property-manager/CSSStyleDeclarationPropertyManager.ts +628 -0
- package/src/css/declaration/property-manager/CSSStyleDeclarationPropertySetParser.ts +3319 -0
- package/src/css/declaration/property-manager/CSSStyleDeclarationValueParser.ts +460 -0
- package/src/css/declaration/property-manager/CSSStyleDeclarationValueUtility.ts +90 -0
- package/src/css/declaration/property-manager/ICSSStyleDeclarationPropertyValue.ts +4 -0
- package/src/css/rules/CSSConditionRule.ts +20 -0
- package/src/css/rules/CSSContainerRule.ts +34 -0
- package/src/css/rules/CSSFontFaceRule.ts +45 -0
- package/src/css/rules/CSSGroupingRule.ts +84 -0
- package/src/css/rules/CSSKeyframeRule.ts +53 -0
- package/src/css/rules/CSSKeyframesRule.ts +147 -0
- package/src/css/rules/CSSMediaRule.ts +50 -0
- package/src/css/rules/CSSScopeRule.ts +53 -0
- package/src/css/rules/CSSStyleRule.ts +73 -0
- package/src/css/rules/CSSSupportsRule.ts +30 -0
- package/src/css/style-property-map/CSSKeywordValue.ts +35 -0
- package/src/css/style-property-map/CSSStyleValue.ts +37 -0
- package/src/css/style-property-map/StylePropertyMap.ts +45 -0
- package/src/css/style-property-map/StylePropertyMapReadOnly.ts +128 -0
- package/src/css/utilities/CSSEscaper.ts +87 -0
- package/src/css/utilities/CSSParser.ts +311 -0
- package/src/custom-element/CustomElementReactionStack.ts +87 -0
- package/src/custom-element/CustomElementRegistry.ts +186 -0
- package/src/custom-element/CustomElementUtility.ts +34 -0
- package/src/custom-element/ICustomElementDefinition.ts +16 -0
- package/src/dom/DOMPoint.ts +81 -0
- package/src/dom/DOMPointReadOnly.ts +97 -0
- package/src/dom/DOMRect.ts +92 -0
- package/src/dom/DOMRectList.ts +34 -0
- package/src/dom/DOMRectReadOnly.ts +129 -0
- package/src/dom/DOMStringMap.ts +93 -0
- package/src/dom/DOMStringMapUtility.ts +33 -0
- package/src/dom/DOMTokenList.ts +363 -0
- package/src/dom/IDOMPointInit.ts +6 -0
- package/src/dom/IDOMRectInit.ts +6 -0
- package/src/dom/dom-matrix/DOMMatrix.ts +491 -0
- package/src/dom/dom-matrix/DOMMatrixReadOnly.ts +1598 -0
- package/src/dom/dom-matrix/IDOMMatrixCompatibleObject.ts +24 -0
- package/src/dom/dom-matrix/IDOMMatrixJSON.ts +26 -0
- package/src/dom/dom-matrix/TDOMMatrix2DArray.ts +3 -0
- package/src/dom/dom-matrix/TDOMMatrix3DArray.ts +20 -0
- package/src/dom/dom-matrix/TDOMMatrixInit.ts +8 -0
- package/src/dom-implementation/DOMImplementation.ts +65 -0
- package/src/dom-parser/DOMParser.ts +47 -0
- package/src/event/DataTransfer.ts +128 -0
- package/src/event/DataTransferItem.ts +47 -0
- package/src/event/DataTransferItemList.ts +44 -0
- package/src/event/Event.ts +222 -0
- package/src/event/EventPhaseEnum.ts +7 -0
- package/src/event/EventTarget.ts +374 -0
- package/src/event/IEventInit.ts +5 -0
- package/src/event/IEventListenerOptions.ts +10 -0
- package/src/event/ITouchInit.ts +16 -0
- package/src/event/IUIEventInit.ts +7 -0
- package/src/event/MessagePort.ts +32 -0
- package/src/event/TEventListener.ts +4 -0
- package/src/event/TEventListenerFunction.ts +3 -0
- package/src/event/TEventListenerObject.ts +5 -0
- package/src/event/Touch.ts +40 -0
- package/src/event/UIEvent.ts +32 -0
- package/src/event/events/AnimationEvent.ts +25 -0
- package/src/event/events/ClipboardEvent.ts +22 -0
- package/src/event/events/CloseEvent.ts +25 -0
- package/src/event/events/CustomEvent.ts +53 -0
- package/src/event/events/ErrorEvent.ts +29 -0
- package/src/event/events/FocusEvent.ts +22 -0
- package/src/event/events/HashChangeEvent.ts +25 -0
- package/src/event/events/IAnimationEventInit.ts +7 -0
- package/src/event/events/IClipboardEventInit.ts +6 -0
- package/src/event/events/ICloseEventInit.ts +7 -0
- package/src/event/events/ICustomEventInit.ts +5 -0
- package/src/event/events/IErrorEventInit.ts +8 -0
- package/src/event/events/IFocusEventInit.ts +6 -0
- package/src/event/events/IHashChangeEventInit.ts +6 -0
- package/src/event/events/IInputEventInit.ts +9 -0
- package/src/event/events/IKeyboardEventInit.ts +23 -0
- package/src/event/events/IMediaQueryListEventInit.ts +6 -0
- package/src/event/events/IMediaQueryListInit.ts +6 -0
- package/src/event/events/IMessageEventInit.ts +11 -0
- package/src/event/events/IMouseEventInit.ts +21 -0
- package/src/event/events/IPointerEventInit.ts +19 -0
- package/src/event/events/IPopStateEventInit.ts +6 -0
- package/src/event/events/IProgressEventInit.ts +7 -0
- package/src/event/events/IStorageEventInit.ts +10 -0
- package/src/event/events/ISubmitEventInit.ts +6 -0
- package/src/event/events/ITouchEventInit.ts +12 -0
- package/src/event/events/IWheelEventInit.ts +8 -0
- package/src/event/events/InputEvent.ts +28 -0
- package/src/event/events/KeyboardEvent.ts +80 -0
- package/src/event/events/MediaQueryListEvent.ts +23 -0
- package/src/event/events/MediaStreamTrackEvent.ts +22 -0
- package/src/event/events/MessageEvent.ts +33 -0
- package/src/event/events/MouseEvent.ts +52 -0
- package/src/event/events/PointerEvent.ts +51 -0
- package/src/event/events/PopStateEvent.ts +23 -0
- package/src/event/events/ProgressEvent.ts +25 -0
- package/src/event/events/StorageEvent.ts +30 -0
- package/src/event/events/SubmitEvent.ts +22 -0
- package/src/event/events/TouchEvent.ts +34 -0
- package/src/event/events/WheelEvent.ts +30 -0
- package/src/exception/DOMException.ts +21 -0
- package/src/exception/DOMExceptionNameEnum.ts +23 -0
- package/src/fetch/AbortController.ts +25 -0
- package/src/fetch/AbortSignal.ts +182 -0
- package/src/fetch/Fetch.ts +1072 -0
- package/src/fetch/Headers.ts +177 -0
- package/src/fetch/Request.ts +491 -0
- package/src/fetch/ResourceFetch.ts +190 -0
- package/src/fetch/Response.ts +429 -0
- package/src/fetch/SyncFetch.ts +717 -0
- package/src/fetch/cache/preflight/ICacheablePreflightRequest.ts +7 -0
- package/src/fetch/cache/preflight/ICacheablePreflightResponse.ts +7 -0
- package/src/fetch/cache/preflight/ICachedPreflightResponse.ts +5 -0
- package/src/fetch/cache/preflight/IPreflightResponseCache.ts +33 -0
- package/src/fetch/cache/preflight/PreflightResponseCache.ts +94 -0
- package/src/fetch/cache/response/CachedResponseStateEnum.ts +5 -0
- package/src/fetch/cache/response/ICacheableRequest.ts +7 -0
- package/src/fetch/cache/response/ICacheableResponse.ts +11 -0
- package/src/fetch/cache/response/ICachedResponse.ts +40 -0
- package/src/fetch/cache/response/IResponseCache.ts +37 -0
- package/src/fetch/cache/response/IResponseCacheFileSystem.ts +18 -0
- package/src/fetch/cache/response/ResponseCache.ts +248 -0
- package/src/fetch/cache/response/ResponseCacheFileSystem.ts +175 -0
- package/src/fetch/certificate/FetchHTTPSCertificate.ts +52 -0
- package/src/fetch/data-uri/DataURIParser.ts +66 -0
- package/src/fetch/multipart/MultipartFormDataParser.ts +170 -0
- package/src/fetch/multipart/MultipartReader.ts +216 -0
- package/src/fetch/preload/PreloadEntry.ts +50 -0
- package/src/fetch/preload/PreloadUtility.ts +33 -0
- package/src/fetch/types/IFetchInterceptor.ts +60 -0
- package/src/fetch/types/IFetchRequestHeaders.ts +9 -0
- package/src/fetch/types/IRequestInit.ts +23 -0
- package/src/fetch/types/IResourceFetchResponse.ts +4 -0
- package/src/fetch/types/IResponseInit.ts +10 -0
- package/src/fetch/types/ISyncResponse.ts +18 -0
- package/src/fetch/types/IVirtualServer.ts +7 -0
- package/src/fetch/types/THeadersInit.ts +3 -0
- package/src/fetch/types/TRequestBody.ts +14 -0
- package/src/fetch/types/TRequestCredentials.ts +1 -0
- package/src/fetch/types/TRequestInfo.ts +4 -0
- package/src/fetch/types/TRequestMode.ts +1 -0
- package/src/fetch/types/TRequestRedirect.ts +1 -0
- package/src/fetch/types/TRequestReferrerPolicy.ts +10 -0
- package/src/fetch/types/TResponseBody.ts +14 -0
- package/src/fetch/utilities/FetchBodyUtility.ts +290 -0
- package/src/fetch/utilities/FetchCORSUtility.ts +27 -0
- package/src/fetch/utilities/FetchRequestHeaderUtility.ts +141 -0
- package/src/fetch/utilities/FetchRequestReferrerUtility.ts +259 -0
- package/src/fetch/utilities/FetchRequestValidationUtility.ts +128 -0
- package/src/fetch/utilities/FetchResponseHeaderUtility.ts +48 -0
- package/src/fetch/utilities/FetchResponseRedirectUtility.ts +27 -0
- package/src/fetch/utilities/SyncFetchScriptBuilder.ts +77 -0
- package/src/fetch/utilities/VirtualServerUtility.ts +114 -0
- package/src/file/Blob.ts +163 -0
- package/src/file/File.ts +43 -0
- package/src/file/FileReader.ts +211 -0
- package/src/file/FileReaderEventTypeEnum.ts +9 -0
- package/src/file/FileReaderFormatEnum.ts +7 -0
- package/src/file/FileReaderReadyStateEnum.ts +6 -0
- package/src/form-data/FormData.ts +291 -0
- package/src/history/History.ts +220 -0
- package/src/history/HistoryItemList.ts +72 -0
- package/src/history/HistoryScrollRestorationEnum.ts +5 -0
- package/src/history/IHistoryItem.ts +12 -0
- package/src/html-parser/HTMLParser.ts +919 -0
- package/src/html-serializer/HTMLSerializer.ts +172 -0
- package/src/index.ts +455 -0
- package/src/intersection-observer/IIntersectionObserverInit.ts +16 -0
- package/src/intersection-observer/IntersectionObserver.ts +64 -0
- package/src/intersection-observer/IntersectionObserverEntry.ts +26 -0
- package/src/javascript/IJavaScriptCompiledResult.ts +9 -0
- package/src/javascript/JavaScriptCompiler.ts +381 -0
- package/src/location/Location.ts +319 -0
- package/src/match-media/IMediaQueryRange.ts +5 -0
- package/src/match-media/IMediaQueryRule.ts +4 -0
- package/src/match-media/MediaQueryItem.ts +354 -0
- package/src/match-media/MediaQueryList.ts +133 -0
- package/src/match-media/MediaQueryParser.ts +113 -0
- package/src/match-media/MediaQueryTypeEnum.ts +7 -0
- package/src/module/CSSModule.ts +53 -0
- package/src/module/ECMAScriptModule.ts +194 -0
- package/src/module/ECMAScriptModuleCompiler.ts +956 -0
- package/src/module/JSONModule.ts +58 -0
- package/src/module/ModuleFactory.ts +148 -0
- package/src/module/ModuleURLUtility.ts +199 -0
- package/src/module/UnresolvedModule.ts +81 -0
- package/src/module/enums/ECMAScriptModuleEvaluateStateEnum.ts +7 -0
- package/src/module/types/IECMAScriptModuleCachedResult.ts +9 -0
- package/src/module/types/IECMAScriptModuleCompiledResult.ts +19 -0
- package/src/module/types/IECMAScriptModuleImport.ts +4 -0
- package/src/module/types/IECMAScriptModuleInit.ts +10 -0
- package/src/module/types/IModule.ts +20 -0
- package/src/module/types/IModuleImportMap.ts +10 -0
- package/src/module/types/IModuleImportMapRule.ts +4 -0
- package/src/module/types/IModuleImportMapScope.ts +6 -0
- package/src/module/types/IModuleInit.ts +12 -0
- package/src/module/types/IResolveNodeModules.ts +8 -0
- package/src/mutation-observer/IMutationListener.ts +7 -0
- package/src/mutation-observer/IMutationObserverInit.ts +14 -0
- package/src/mutation-observer/MutationObserver.ts +175 -0
- package/src/mutation-observer/MutationObserverListener.ts +112 -0
- package/src/mutation-observer/MutationRecord.ts +55 -0
- package/src/mutation-observer/MutationTypeEnum.ts +7 -0
- package/src/navigator/MimeType.ts +35 -0
- package/src/navigator/MimeTypeArray.ts +48 -0
- package/src/navigator/Navigator.ts +247 -0
- package/src/navigator/Plugin.ts +61 -0
- package/src/navigator/PluginArray.ts +58 -0
- package/src/nodes/NodeFactory.ts +38 -0
- package/src/nodes/attr/Attr.ts +119 -0
- package/src/nodes/character-data/CharacterData.ts +218 -0
- package/src/nodes/character-data/CharacterDataUtility.ts +68 -0
- package/src/nodes/child-node/ChildNodeUtility.ts +100 -0
- package/src/nodes/child-node/IChildNode.ts +29 -0
- package/src/nodes/child-node/INonDocumentTypeChildNode.ts +7 -0
- package/src/nodes/child-node/NonDocumentChildNodeUtility.ts +37 -0
- package/src/nodes/comment/Comment.ts +36 -0
- package/src/nodes/document/Document.ts +2237 -0
- package/src/nodes/document/DocumentReadyStateEnum.ts +6 -0
- package/src/nodes/document/DocumentReadyStateManager.ts +52 -0
- package/src/nodes/document/VisibilityStateEnum.ts +6 -0
- package/src/nodes/document-fragment/DocumentFragment.ts +208 -0
- package/src/nodes/document-type/DocumentType.ts +70 -0
- package/src/nodes/element/Element.ts +1722 -0
- package/src/nodes/element/ElementEventAttributeUtility.ts +96 -0
- package/src/nodes/element/HTMLCollection.ts +228 -0
- package/src/nodes/element/NamedNodeMap.ts +274 -0
- package/src/nodes/element/NamedNodeMapProxyFactory.ts +127 -0
- package/src/nodes/element/THTMLCollectionListener.ts +6 -0
- package/src/nodes/element/TNamedNodeMapListener.ts +3 -0
- package/src/nodes/html-anchor-element/HTMLAnchorElement.ts +439 -0
- package/src/nodes/html-area-element/HTMLAreaElement.ts +426 -0
- package/src/nodes/html-audio-element/Audio.ts +28 -0
- package/src/nodes/html-audio-element/HTMLAudioElement.ts +10 -0
- package/src/nodes/html-base-element/HTMLBaseElement.ts +64 -0
- package/src/nodes/html-body-element/HTMLBodyElement.ts +161 -0
- package/src/nodes/html-br-element/HTMLBRElement.ts +7 -0
- package/src/nodes/html-button-element/HTMLButtonElement.ts +390 -0
- package/src/nodes/html-canvas-element/CanvasCaptureMediaStreamTrack.ts +51 -0
- package/src/nodes/html-canvas-element/HTMLCanvasElement.ts +175 -0
- package/src/nodes/html-canvas-element/ImageBitmap.ts +27 -0
- package/src/nodes/html-canvas-element/OffscreenCanvas.ts +58 -0
- package/src/nodes/html-d-list-element/HTMLDListElement.ts +7 -0
- package/src/nodes/html-data-element/HTMLDataElement.ts +25 -0
- package/src/nodes/html-data-list-element/HTMLDataListElement.ts +28 -0
- package/src/nodes/html-details-element/HTMLDetailsElement.ts +112 -0
- package/src/nodes/html-dialog-element/HTMLDialogElement.ts +104 -0
- package/src/nodes/html-div-element/HTMLDivElement.ts +7 -0
- package/src/nodes/html-document/HTMLDocument.ts +82 -0
- package/src/nodes/html-element/HTMLElement.ts +1171 -0
- package/src/nodes/html-element/HTMLElementUtility.ts +119 -0
- package/src/nodes/html-embed-element/HTMLEmbedElement.ts +90 -0
- package/src/nodes/html-field-set-element/HTMLFieldSetElement.ts +165 -0
- package/src/nodes/html-form-element/HTMLFormControlsCollection.ts +35 -0
- package/src/nodes/html-form-element/HTMLFormElement.ts +675 -0
- package/src/nodes/html-form-element/RadioNodeList.ts +25 -0
- package/src/nodes/html-form-element/THTMLFormControlElement.ts +16 -0
- package/src/nodes/html-head-element/HTMLHeadElement.ts +7 -0
- package/src/nodes/html-heading-element/HTMLHeadingElement.ts +7 -0
- package/src/nodes/html-hr-element/HTMLHRElement.ts +7 -0
- package/src/nodes/html-html-element/HTMLHtmlElement.ts +7 -0
- package/src/nodes/html-hyperlink-element/HTMLHyperlinkElementUtility.ts +329 -0
- package/src/nodes/html-hyperlink-element/IHTMLHyperlinkElement.ts +19 -0
- package/src/nodes/html-iframe-element/HTMLIFrameElement.ts +460 -0
- package/src/nodes/html-image-element/HTMLImageElement.ts +319 -0
- package/src/nodes/html-image-element/Image.ts +33 -0
- package/src/nodes/html-input-element/FileList.ts +34 -0
- package/src/nodes/html-input-element/HTMLInputElement.ts +1543 -0
- package/src/nodes/html-input-element/HTMLInputElementDateUtility.ts +50 -0
- package/src/nodes/html-input-element/HTMLInputElementSelectionDirectionEnum.ts +6 -0
- package/src/nodes/html-input-element/HTMLInputElementSelectionModeEnum.ts +7 -0
- package/src/nodes/html-input-element/HTMLInputElementValueSanitizer.ts +211 -0
- package/src/nodes/html-input-element/HTMLInputElementValueStepping.ts +92 -0
- package/src/nodes/html-label-element/HTMLLabelElement.ts +128 -0
- package/src/nodes/html-label-element/HTMLLabelElementUtility.ts +45 -0
- package/src/nodes/html-legend-element/HTMLLegendElement.ts +27 -0
- package/src/nodes/html-li-element/HTMLLIElement.ts +31 -0
- package/src/nodes/html-link-element/HTMLLinkElement.ts +498 -0
- package/src/nodes/html-map-element/HTMLMapElement.ts +47 -0
- package/src/nodes/html-media-element/HTMLMediaElement.ts +906 -0
- package/src/nodes/html-media-element/IMediaTrackCapabilities.ts +21 -0
- package/src/nodes/html-media-element/IMediaTrackSettings.ts +5 -0
- package/src/nodes/html-media-element/MediaStream.ts +114 -0
- package/src/nodes/html-media-element/MediaStreamTrack.ts +182 -0
- package/src/nodes/html-media-element/RemotePlayback.ts +47 -0
- package/src/nodes/html-media-element/TextTrack.ts +156 -0
- package/src/nodes/html-media-element/TextTrackCue.ts +51 -0
- package/src/nodes/html-media-element/TextTrackCueList.ts +37 -0
- package/src/nodes/html-media-element/TextTrackKindEnum.ts +9 -0
- package/src/nodes/html-media-element/TextTrackList.ts +182 -0
- package/src/nodes/html-media-element/TimeRanges.ts +73 -0
- package/src/nodes/html-media-element/VTTCue.ts +80 -0
- package/src/nodes/html-media-element/VTTRegion.ts +15 -0
- package/src/nodes/html-menu-element/HTMLMenuElement.ts +7 -0
- package/src/nodes/html-meta-element/HTMLMetaElement.ts +80 -0
- package/src/nodes/html-meter-element/HTMLMeterElement.ts +216 -0
- package/src/nodes/html-mod-element/HTMLModElement.ts +54 -0
- package/src/nodes/html-o-list-element/HTMLOListElement.ts +83 -0
- package/src/nodes/html-object-element/HTMLObjectElement.ts +223 -0
- package/src/nodes/html-opt-group-element/HTMLOptGroupElement.ts +53 -0
- package/src/nodes/html-option-element/HTMLOptionElement.ts +192 -0
- package/src/nodes/html-output-element/HTMLOutputElement.ts +179 -0
- package/src/nodes/html-paragraph-element/HTMLParagraphElement.ts +7 -0
- package/src/nodes/html-param-element/HTMLParamElement.ts +7 -0
- package/src/nodes/html-picture-element/HTMLPictureElement.ts +7 -0
- package/src/nodes/html-pre-element/HTMLPreElement.ts +7 -0
- package/src/nodes/html-progress-element/HTMLProgressElement.ts +100 -0
- package/src/nodes/html-quote-element/HTMLQuoteElement.ts +36 -0
- package/src/nodes/html-script-element/HTMLScriptElement.ts +735 -0
- package/src/nodes/html-select-element/HTMLOptionsCollection.ts +69 -0
- package/src/nodes/html-select-element/HTMLSelectElement.ts +774 -0
- package/src/nodes/html-slot-element/HTMLSlotElement.ts +249 -0
- package/src/nodes/html-source-element/HTMLSourceElement.ts +148 -0
- package/src/nodes/html-span-element/HTMLSpanElement.ts +7 -0
- package/src/nodes/html-style-element/HTMLStyleElement.ts +114 -0
- package/src/nodes/html-table-caption-element/HTMLTableCaptionElement.ts +7 -0
- package/src/nodes/html-table-cell-element/HTMLTableCellElement.ts +125 -0
- package/src/nodes/html-table-col-element/HTMLTableColElement.ts +7 -0
- package/src/nodes/html-table-element/HTMLTableElement.ts +343 -0
- package/src/nodes/html-table-row-element/HTMLTableRowElement.ts +149 -0
- package/src/nodes/html-table-section-element/HTMLTableSectionElement.ts +88 -0
- package/src/nodes/html-template-element/HTMLTemplateElement.ts +154 -0
- package/src/nodes/html-text-area-element/HTMLTextAreaElement.ts +633 -0
- package/src/nodes/html-time-element/HTMLTimeElement.ts +27 -0
- package/src/nodes/html-title-element/HTMLTitleElement.ts +48 -0
- package/src/nodes/html-track-element/HTMLTrackElement.ts +164 -0
- package/src/nodes/html-u-list-element/HTMLUListElement.ts +7 -0
- package/src/nodes/html-unknown-element/HTMLUnknownElement.ts +9 -0
- package/src/nodes/html-video-element/HTMLVideoElement.ts +10 -0
- package/src/nodes/node/ICachedComputedStyleResult.ts +6 -0
- package/src/nodes/node/ICachedElementByIdResult.ts +6 -0
- package/src/nodes/node/ICachedElementByTagNameResult.ts +6 -0
- package/src/nodes/node/ICachedElementsByTagNameResult.ts +6 -0
- package/src/nodes/node/ICachedMatchesResult.ts +6 -0
- package/src/nodes/node/ICachedQuerySelectorAllResult.ts +7 -0
- package/src/nodes/node/ICachedQuerySelectorResult.ts +6 -0
- package/src/nodes/node/ICachedResult.ts +3 -0
- package/src/nodes/node/ICachedStyleResult.ts +6 -0
- package/src/nodes/node/Node.ts +1343 -0
- package/src/nodes/node/NodeDocumentPositionEnum.ts +10 -0
- package/src/nodes/node/NodeList.ts +224 -0
- package/src/nodes/node/NodeTypeEnum.ts +13 -0
- package/src/nodes/node/NodeUtility.ts +330 -0
- package/src/nodes/node/TNodeListListener.ts +1 -0
- package/src/nodes/parent-node/IParentNode.ts +109 -0
- package/src/nodes/parent-node/ParentNodeUtility.ts +334 -0
- package/src/nodes/processing-instruction/ProcessingInstruction.ts +22 -0
- package/src/nodes/shadow-root/ShadowRoot.ts +251 -0
- package/src/nodes/svg-animate-element/SVGAnimateElement.ts +8 -0
- package/src/nodes/svg-animate-motion-element/SVGAnimateMotionElement.ts +8 -0
- package/src/nodes/svg-animate-transform-element/SVGAnimateTransformElement.ts +8 -0
- package/src/nodes/svg-animation-element/SVGAnimationElement.ts +94 -0
- package/src/nodes/svg-circle-element/SVGCircleElement.ts +72 -0
- package/src/nodes/svg-clip-path-element/SVGClipPathElement.ts +34 -0
- package/src/nodes/svg-component-transfer-function-element/SVGComponentTransferFunctionElement.ts +167 -0
- package/src/nodes/svg-defs-element/SVGDefsElement.ts +8 -0
- package/src/nodes/svg-desc-element/SVGDescElement.ts +8 -0
- package/src/nodes/svg-element/SVGElement.ts +828 -0
- package/src/nodes/svg-ellipse-element/SVGEllipseElement.ts +92 -0
- package/src/nodes/svg-fe-blend-element/SVGFEBlendElement.ts +192 -0
- package/src/nodes/svg-fe-color-matrix-element/SVGFEColorMatrixElement.ts +204 -0
- package/src/nodes/svg-fe-component-transfer-element/SVGFEComponentTransferElement.ts +133 -0
- package/src/nodes/svg-fe-composite-element/SVGFECompositeElement.ts +186 -0
- package/src/nodes/svg-fe-convolve-matrix-element/SVGFEConvolveMatrixElement.ts +366 -0
- package/src/nodes/svg-fe-diffuse-lighting-element/SVGFEDiffuseLightingElement.ts +214 -0
- package/src/nodes/svg-fe-displacement-map-element/SVGFEDisplacementMapElement.ts +226 -0
- package/src/nodes/svg-fe-distant-light-element/SVGFEDistantLightElement.ts +52 -0
- package/src/nodes/svg-fe-drop-shadow-element/SVGFEDropShadowElement.ts +227 -0
- package/src/nodes/svg-fe-flood-element/SVGFEFloodElement.ts +113 -0
- package/src/nodes/svg-fe-func-a-element/SVGFEFuncAElement.ts +8 -0
- package/src/nodes/svg-fe-func-b-element/SVGFEFuncBElement.ts +8 -0
- package/src/nodes/svg-fe-func-g-element/SVGFEFuncGElement.ts +8 -0
- package/src/nodes/svg-fe-func-r-element/SVGFEFuncRElement.ts +8 -0
- package/src/nodes/svg-fe-gaussian-blur-element/SVGFEGaussianBlurElement.ts +214 -0
- package/src/nodes/svg-fe-image-element/SVGFEImageElement.ts +173 -0
- package/src/nodes/svg-fe-merge-element/SVGFEMergeElement.ts +113 -0
- package/src/nodes/svg-fe-merge-node-element/SVGFEMergeNodeElement.ts +32 -0
- package/src/nodes/svg-fe-morphology-element/SVGFEMorphologyElement.ts +202 -0
- package/src/nodes/svg-fe-offset-element/SVGFEOffsetElement.ts +174 -0
- package/src/nodes/svg-fe-point-light-element/SVGFEPointLightElement.ts +72 -0
- package/src/nodes/svg-fe-specular-lighting-element/SVGFESpecularLightingElement.ts +237 -0
- package/src/nodes/svg-fe-spot-light-element/SVGFESpotLightElement.ts +173 -0
- package/src/nodes/svg-fe-tile-element/SVGFETileElement.ts +133 -0
- package/src/nodes/svg-fe-turbulence-element/SVGFETurbulenceElement.ts +249 -0
- package/src/nodes/svg-filter-element/SVGFilterElement.ts +158 -0
- package/src/nodes/svg-foreign-object-element/SVGForeignObjectElement.ts +92 -0
- package/src/nodes/svg-g-element/SVGGElement.ts +8 -0
- package/src/nodes/svg-geometry-element/SVGGeometryElement.ts +94 -0
- package/src/nodes/svg-gradient-element/SVGGradientElement.ts +104 -0
- package/src/nodes/svg-graphics-element/SVGGraphicsElement.ts +134 -0
- package/src/nodes/svg-image-element/SVGImageElement.ts +188 -0
- package/src/nodes/svg-line-element/SVGLineElement.ts +92 -0
- package/src/nodes/svg-linear-gradient-element/SVGLinearGradientElement.ts +92 -0
- package/src/nodes/svg-m-path-element/SVGMPathElement.ts +32 -0
- package/src/nodes/svg-marker-element/SVGMarkerElement.ts +230 -0
- package/src/nodes/svg-mask-element/SVGMaskElement.ts +137 -0
- package/src/nodes/svg-metadata-element/SVGMetadataElement.ts +8 -0
- package/src/nodes/svg-path-element/SVGPathElement.ts +8 -0
- package/src/nodes/svg-pattern-element/SVGPatternElement.ts +179 -0
- package/src/nodes/svg-polygon-element/SVGPolygonElement.ts +53 -0
- package/src/nodes/svg-polyline-element/SVGPolylineElement.ts +53 -0
- package/src/nodes/svg-radial-gradient-element/SVGRadialGradientElement.ts +112 -0
- package/src/nodes/svg-rect-element/SVGRectElement.ts +132 -0
- package/src/nodes/svg-script-element/SVGScriptElement.ts +50 -0
- package/src/nodes/svg-set-element/SVGSetElement.ts +8 -0
- package/src/nodes/svg-stop-element/SVGStopElement.ts +32 -0
- package/src/nodes/svg-style-element/SVGStyleElement.ts +132 -0
- package/src/nodes/svg-svg-element/SVGSVGElement.ts +601 -0
- package/src/nodes/svg-switch-element/SVGSwitchElement.ts +8 -0
- package/src/nodes/svg-symbol-element/SVGSymbolElement.ts +8 -0
- package/src/nodes/svg-t-span-element/SVGTSpanElement.ts +8 -0
- package/src/nodes/svg-text-content-element/SVGTextContentElement.ts +143 -0
- package/src/nodes/svg-text-element/SVGTextElement.ts +8 -0
- package/src/nodes/svg-text-path-element/SVGTextPathElement.ts +106 -0
- package/src/nodes/svg-text-positioning-element/SVGTextPositioningElement.ts +113 -0
- package/src/nodes/svg-title-element/SVGTitleElement.ts +8 -0
- package/src/nodes/svg-use-element/SVGUseElement.ts +113 -0
- package/src/nodes/svg-view-element/SVGViewElement.ts +8 -0
- package/src/nodes/text/Text.ts +154 -0
- package/src/nodes/xml-document/XMLDocument.ts +10 -0
- package/src/permissions/PermissionNameEnum.ts +32 -0
- package/src/permissions/PermissionStatus.ts +23 -0
- package/src/permissions/Permissions.ts +59 -0
- package/src/query-selector/ISelectorAttribute.ts +7 -0
- package/src/query-selector/ISelectorMatch.ts +3 -0
- package/src/query-selector/ISelectorPseudo.ts +8 -0
- package/src/query-selector/QuerySelector.ts +719 -0
- package/src/query-selector/SelectorCombinatorEnum.ts +9 -0
- package/src/query-selector/SelectorItem.ts +507 -0
- package/src/query-selector/SelectorParser.ts +666 -0
- package/src/range/IRangeBoundaryPoint.ts +9 -0
- package/src/range/Range.ts +1161 -0
- package/src/range/RangeHowEnum.ts +8 -0
- package/src/range/RangeUtility.ts +118 -0
- package/src/resize-observer/ResizeObserver.ts +33 -0
- package/src/screen/Screen.ts +19 -0
- package/src/screen/ScreenDetailed.ts +17 -0
- package/src/screen/ScreenDetails.ts +27 -0
- package/src/selection/Selection.ts +556 -0
- package/src/selection/SelectionDirectionEnum.ts +7 -0
- package/src/storage/Storage.ts +149 -0
- package/src/svg/SVGAngle.ts +310 -0
- package/src/svg/SVGAngleTypeEnum.ts +9 -0
- package/src/svg/SVGAnimatedAngle.ts +100 -0
- package/src/svg/SVGAnimatedBoolean.ts +80 -0
- package/src/svg/SVGAnimatedEnumeration.ts +119 -0
- package/src/svg/SVGAnimatedInteger.ts +97 -0
- package/src/svg/SVGAnimatedLength.ts +100 -0
- package/src/svg/SVGAnimatedLengthList.ts +101 -0
- package/src/svg/SVGAnimatedNumber.ts +101 -0
- package/src/svg/SVGAnimatedNumberList.ts +101 -0
- package/src/svg/SVGAnimatedPreserveAspectRatio.ts +100 -0
- package/src/svg/SVGAnimatedRect.ts +100 -0
- package/src/svg/SVGAnimatedString.ts +83 -0
- package/src/svg/SVGAnimatedTransformList.ts +101 -0
- package/src/svg/SVGLength.ts +375 -0
- package/src/svg/SVGLengthList.ts +489 -0
- package/src/svg/SVGLengthTypeEnum.ts +15 -0
- package/src/svg/SVGMatrix.ts +428 -0
- package/src/svg/SVGNumber.ts +83 -0
- package/src/svg/SVGNumberList.ts +522 -0
- package/src/svg/SVGPoint.ts +114 -0
- package/src/svg/SVGPointList.ts +526 -0
- package/src/svg/SVGPreserveAspectRatio.ts +176 -0
- package/src/svg/SVGPreserveAspectRatioAlignEnum.ts +15 -0
- package/src/svg/SVGPreserveAspectRatioMeetOrSliceEnum.ts +7 -0
- package/src/svg/SVGRect.ts +200 -0
- package/src/svg/SVGStringList.ts +422 -0
- package/src/svg/SVGTransform.ts +369 -0
- package/src/svg/SVGTransformList.ts +531 -0
- package/src/svg/SVGTransformTypeEnum.ts +11 -0
- package/src/svg/SVGUnitTypes.ts +26 -0
- package/src/tree-walker/NodeFilter.ts +18 -0
- package/src/tree-walker/NodeFilterMask.ts +28 -0
- package/src/tree-walker/NodeIterator.ts +85 -0
- package/src/tree-walker/TNodeFilter.ts +3 -0
- package/src/tree-walker/TreeWalker.ts +339 -0
- package/src/url/URL.ts +45 -0
- package/src/utilities/AttributeUtility.ts +43 -0
- package/src/utilities/ClassMethodBinder.ts +71 -0
- package/src/utilities/StringUtility.ts +47 -0
- package/src/utilities/XMLEncodeUtility.ts +161 -0
- package/src/validity-state/ValidityState.ts +234 -0
- package/src/version.ts +1 -0
- package/src/web-socket/WebSocket.ts +408 -0
- package/src/web-socket/WebSocketReadyStateEnum.ts +8 -0
- package/src/window/BrowserWindow.ts +1993 -0
- package/src/window/CrossOriginBrowserWindow.ts +152 -0
- package/src/window/DetachedWindowAPI.ts +133 -0
- package/src/window/GlobalWindow.ts +90 -0
- package/src/window/INodeJSGlobal.ts +76 -0
- package/src/window/IOptionalTimerLoopsLimit.ts +4 -0
- package/src/window/IScrollToOptions.ts +5 -0
- package/src/window/ITimerLoopsLimit.ts +4 -0
- package/src/window/VMGlobalPropertyScript.ts +59 -0
- package/src/window/Window.ts +66 -0
- package/src/window/WindowBrowserContext.ts +117 -0
- package/src/window/WindowContextClassExtender.ts +240 -0
- package/src/window/WindowPageOpenUtility.ts +200 -0
- package/src/xml-http-request/XMLHttpRequest.ts +577 -0
- package/src/xml-http-request/XMLHttpRequestEventTarget.ts +88 -0
- package/src/xml-http-request/XMLHttpRequestReadyStateEnum.ts +9 -0
- package/src/xml-http-request/XMLHttpRequestResponseDataParser.ts +70 -0
- package/src/xml-http-request/XMLHttpRequestUpload.ts +6 -0
- package/src/xml-http-request/XMLHttpResponseTypeEnum.ts +9 -0
- package/src/xml-parser/XMLParser.ts +744 -0
- package/src/xml-serializer/XMLSerializer.ts +280 -0
|
@@ -0,0 +1,3742 @@
|
|
|
1
|
+
import DOMExceptionNameEnum from '../../exception/DOMExceptionNameEnum.js';
|
|
2
|
+
import CSSStyleDeclarationPropertyManager from './property-manager/CSSStyleDeclarationPropertyManager.js';
|
|
3
|
+
import * as PropertySymbol from '../../PropertySymbol.js';
|
|
4
|
+
import CSSStyleDeclarationComputedStyle from './computed-style/CSSStyleDeclarationComputedStyle.js';
|
|
5
|
+
/**
|
|
6
|
+
* CSS Style Declaration.
|
|
7
|
+
*
|
|
8
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleDeclaration
|
|
9
|
+
*/
|
|
10
|
+
export default class CSSStyleDeclaration {
|
|
11
|
+
// Public properties
|
|
12
|
+
parentRule = null;
|
|
13
|
+
// Internal properties
|
|
14
|
+
[PropertySymbol.window];
|
|
15
|
+
// Private properties
|
|
16
|
+
#element;
|
|
17
|
+
#computed;
|
|
18
|
+
#cache = {
|
|
19
|
+
attributeValue: null,
|
|
20
|
+
propertyManager: null
|
|
21
|
+
};
|
|
22
|
+
/**
|
|
23
|
+
* Constructor.
|
|
24
|
+
*
|
|
25
|
+
* @param illegalConstructorSymbol Illegal constructor symbol.
|
|
26
|
+
* @param window Window.
|
|
27
|
+
* @param [options] Options.
|
|
28
|
+
* @param [options.element] Element.
|
|
29
|
+
* @param [options.computed] Computed.
|
|
30
|
+
*/
|
|
31
|
+
constructor(illegalConstructorSymbol, window, options) {
|
|
32
|
+
if (illegalConstructorSymbol !== PropertySymbol.illegalConstructor) {
|
|
33
|
+
throw new TypeError('Illegal constructor');
|
|
34
|
+
}
|
|
35
|
+
this[PropertySymbol.window] = window;
|
|
36
|
+
this.#element = options?.element || null;
|
|
37
|
+
this.#computed = options?.element ? !!options?.computed : false;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* Index properties
|
|
41
|
+
*/
|
|
42
|
+
/* eslint-disable jsdoc/require-jsdoc */
|
|
43
|
+
get 0() {
|
|
44
|
+
return this.item(0) || undefined;
|
|
45
|
+
}
|
|
46
|
+
get 1() {
|
|
47
|
+
return this.item(1) || undefined;
|
|
48
|
+
}
|
|
49
|
+
get 2() {
|
|
50
|
+
return this.item(2) || undefined;
|
|
51
|
+
}
|
|
52
|
+
get 3() {
|
|
53
|
+
return this.item(3) || undefined;
|
|
54
|
+
}
|
|
55
|
+
get 4() {
|
|
56
|
+
return this.item(4) || undefined;
|
|
57
|
+
}
|
|
58
|
+
get 5() {
|
|
59
|
+
return this.item(5) || undefined;
|
|
60
|
+
}
|
|
61
|
+
get 6() {
|
|
62
|
+
return this.item(6) || undefined;
|
|
63
|
+
}
|
|
64
|
+
get 7() {
|
|
65
|
+
return this.item(7) || undefined;
|
|
66
|
+
}
|
|
67
|
+
get 8() {
|
|
68
|
+
return this.item(8) || undefined;
|
|
69
|
+
}
|
|
70
|
+
get 9() {
|
|
71
|
+
return this.item(9) || undefined;
|
|
72
|
+
}
|
|
73
|
+
get 10() {
|
|
74
|
+
return this.item(10) || undefined;
|
|
75
|
+
}
|
|
76
|
+
get 11() {
|
|
77
|
+
return this.item(11) || undefined;
|
|
78
|
+
}
|
|
79
|
+
get 12() {
|
|
80
|
+
return this.item(12) || undefined;
|
|
81
|
+
}
|
|
82
|
+
get 13() {
|
|
83
|
+
return this.item(13) || undefined;
|
|
84
|
+
}
|
|
85
|
+
get 14() {
|
|
86
|
+
return this.item(14) || undefined;
|
|
87
|
+
}
|
|
88
|
+
get 15() {
|
|
89
|
+
return this.item(15) || undefined;
|
|
90
|
+
}
|
|
91
|
+
get 16() {
|
|
92
|
+
return this.item(16) || undefined;
|
|
93
|
+
}
|
|
94
|
+
get 17() {
|
|
95
|
+
return this.item(17) || undefined;
|
|
96
|
+
}
|
|
97
|
+
get 18() {
|
|
98
|
+
return this.item(18) || undefined;
|
|
99
|
+
}
|
|
100
|
+
get 19() {
|
|
101
|
+
return this.item(19) || undefined;
|
|
102
|
+
}
|
|
103
|
+
get 20() {
|
|
104
|
+
return this.item(20) || undefined;
|
|
105
|
+
}
|
|
106
|
+
get 21() {
|
|
107
|
+
return this.item(21) || undefined;
|
|
108
|
+
}
|
|
109
|
+
get 22() {
|
|
110
|
+
return this.item(22) || undefined;
|
|
111
|
+
}
|
|
112
|
+
get 23() {
|
|
113
|
+
return this.item(23) || undefined;
|
|
114
|
+
}
|
|
115
|
+
get 24() {
|
|
116
|
+
return this.item(24) || undefined;
|
|
117
|
+
}
|
|
118
|
+
get 25() {
|
|
119
|
+
return this.item(25) || undefined;
|
|
120
|
+
}
|
|
121
|
+
get 26() {
|
|
122
|
+
return this.item(26) || undefined;
|
|
123
|
+
}
|
|
124
|
+
get 27() {
|
|
125
|
+
return this.item(27) || undefined;
|
|
126
|
+
}
|
|
127
|
+
get 28() {
|
|
128
|
+
return this.item(28) || undefined;
|
|
129
|
+
}
|
|
130
|
+
get 29() {
|
|
131
|
+
return this.item(29) || undefined;
|
|
132
|
+
}
|
|
133
|
+
get 30() {
|
|
134
|
+
return this.item(30) || undefined;
|
|
135
|
+
}
|
|
136
|
+
get 31() {
|
|
137
|
+
return this.item(31) || undefined;
|
|
138
|
+
}
|
|
139
|
+
get 32() {
|
|
140
|
+
return this.item(32) || undefined;
|
|
141
|
+
}
|
|
142
|
+
get 33() {
|
|
143
|
+
return this.item(33) || undefined;
|
|
144
|
+
}
|
|
145
|
+
get 34() {
|
|
146
|
+
return this.item(34) || undefined;
|
|
147
|
+
}
|
|
148
|
+
get 35() {
|
|
149
|
+
return this.item(35) || undefined;
|
|
150
|
+
}
|
|
151
|
+
get 36() {
|
|
152
|
+
return this.item(36) || undefined;
|
|
153
|
+
}
|
|
154
|
+
get 37() {
|
|
155
|
+
return this.item(37) || undefined;
|
|
156
|
+
}
|
|
157
|
+
get 38() {
|
|
158
|
+
return this.item(38) || undefined;
|
|
159
|
+
}
|
|
160
|
+
get 39() {
|
|
161
|
+
return this.item(39) || undefined;
|
|
162
|
+
}
|
|
163
|
+
get 40() {
|
|
164
|
+
return this.item(40) || undefined;
|
|
165
|
+
}
|
|
166
|
+
get 41() {
|
|
167
|
+
return this.item(41) || undefined;
|
|
168
|
+
}
|
|
169
|
+
get 42() {
|
|
170
|
+
return this.item(42) || undefined;
|
|
171
|
+
}
|
|
172
|
+
get 43() {
|
|
173
|
+
return this.item(43) || undefined;
|
|
174
|
+
}
|
|
175
|
+
get 44() {
|
|
176
|
+
return this.item(44) || undefined;
|
|
177
|
+
}
|
|
178
|
+
get 45() {
|
|
179
|
+
return this.item(45) || undefined;
|
|
180
|
+
}
|
|
181
|
+
get 46() {
|
|
182
|
+
return this.item(46) || undefined;
|
|
183
|
+
}
|
|
184
|
+
get 47() {
|
|
185
|
+
return this.item(47) || undefined;
|
|
186
|
+
}
|
|
187
|
+
get 48() {
|
|
188
|
+
return this.item(48) || undefined;
|
|
189
|
+
}
|
|
190
|
+
get 49() {
|
|
191
|
+
return this.item(49) || undefined;
|
|
192
|
+
}
|
|
193
|
+
get 50() {
|
|
194
|
+
return this.item(50) || undefined;
|
|
195
|
+
}
|
|
196
|
+
get 51() {
|
|
197
|
+
return this.item(51) || undefined;
|
|
198
|
+
}
|
|
199
|
+
get 52() {
|
|
200
|
+
return this.item(52) || undefined;
|
|
201
|
+
}
|
|
202
|
+
get 53() {
|
|
203
|
+
return this.item(53) || undefined;
|
|
204
|
+
}
|
|
205
|
+
get 54() {
|
|
206
|
+
return this.item(54) || undefined;
|
|
207
|
+
}
|
|
208
|
+
get 55() {
|
|
209
|
+
return this.item(55) || undefined;
|
|
210
|
+
}
|
|
211
|
+
get 56() {
|
|
212
|
+
return this.item(56) || undefined;
|
|
213
|
+
}
|
|
214
|
+
get 57() {
|
|
215
|
+
return this.item(57) || undefined;
|
|
216
|
+
}
|
|
217
|
+
get 58() {
|
|
218
|
+
return this.item(58) || undefined;
|
|
219
|
+
}
|
|
220
|
+
get 59() {
|
|
221
|
+
return this.item(59) || undefined;
|
|
222
|
+
}
|
|
223
|
+
get 60() {
|
|
224
|
+
return this.item(60) || undefined;
|
|
225
|
+
}
|
|
226
|
+
get 61() {
|
|
227
|
+
return this.item(61) || undefined;
|
|
228
|
+
}
|
|
229
|
+
get 62() {
|
|
230
|
+
return this.item(62) || undefined;
|
|
231
|
+
}
|
|
232
|
+
get 63() {
|
|
233
|
+
return this.item(63) || undefined;
|
|
234
|
+
}
|
|
235
|
+
get 64() {
|
|
236
|
+
return this.item(64) || undefined;
|
|
237
|
+
}
|
|
238
|
+
get 65() {
|
|
239
|
+
return this.item(65) || undefined;
|
|
240
|
+
}
|
|
241
|
+
get 66() {
|
|
242
|
+
return this.item(66) || undefined;
|
|
243
|
+
}
|
|
244
|
+
get 67() {
|
|
245
|
+
return this.item(67) || undefined;
|
|
246
|
+
}
|
|
247
|
+
get 68() {
|
|
248
|
+
return this.item(68) || undefined;
|
|
249
|
+
}
|
|
250
|
+
get 69() {
|
|
251
|
+
return this.item(69) || undefined;
|
|
252
|
+
}
|
|
253
|
+
get 70() {
|
|
254
|
+
return this.item(70) || undefined;
|
|
255
|
+
}
|
|
256
|
+
get 71() {
|
|
257
|
+
return this.item(71) || undefined;
|
|
258
|
+
}
|
|
259
|
+
get 72() {
|
|
260
|
+
return this.item(72) || undefined;
|
|
261
|
+
}
|
|
262
|
+
get 73() {
|
|
263
|
+
return this.item(73) || undefined;
|
|
264
|
+
}
|
|
265
|
+
get 74() {
|
|
266
|
+
return this.item(74) || undefined;
|
|
267
|
+
}
|
|
268
|
+
get 75() {
|
|
269
|
+
return this.item(75) || undefined;
|
|
270
|
+
}
|
|
271
|
+
get 76() {
|
|
272
|
+
return this.item(76) || undefined;
|
|
273
|
+
}
|
|
274
|
+
get 77() {
|
|
275
|
+
return this.item(77) || undefined;
|
|
276
|
+
}
|
|
277
|
+
get 78() {
|
|
278
|
+
return this.item(78) || undefined;
|
|
279
|
+
}
|
|
280
|
+
get 79() {
|
|
281
|
+
return this.item(79) || undefined;
|
|
282
|
+
}
|
|
283
|
+
get 80() {
|
|
284
|
+
return this.item(80) || undefined;
|
|
285
|
+
}
|
|
286
|
+
get 81() {
|
|
287
|
+
return this.item(81) || undefined;
|
|
288
|
+
}
|
|
289
|
+
get 82() {
|
|
290
|
+
return this.item(82) || undefined;
|
|
291
|
+
}
|
|
292
|
+
get 83() {
|
|
293
|
+
return this.item(83) || undefined;
|
|
294
|
+
}
|
|
295
|
+
get 84() {
|
|
296
|
+
return this.item(84) || undefined;
|
|
297
|
+
}
|
|
298
|
+
get 85() {
|
|
299
|
+
return this.item(85) || undefined;
|
|
300
|
+
}
|
|
301
|
+
get 86() {
|
|
302
|
+
return this.item(86) || undefined;
|
|
303
|
+
}
|
|
304
|
+
get 87() {
|
|
305
|
+
return this.item(87) || undefined;
|
|
306
|
+
}
|
|
307
|
+
get 88() {
|
|
308
|
+
return this.item(88) || undefined;
|
|
309
|
+
}
|
|
310
|
+
get 89() {
|
|
311
|
+
return this.item(89) || undefined;
|
|
312
|
+
}
|
|
313
|
+
get 90() {
|
|
314
|
+
return this.item(90) || undefined;
|
|
315
|
+
}
|
|
316
|
+
get 91() {
|
|
317
|
+
return this.item(91) || undefined;
|
|
318
|
+
}
|
|
319
|
+
get 92() {
|
|
320
|
+
return this.item(92) || undefined;
|
|
321
|
+
}
|
|
322
|
+
get 93() {
|
|
323
|
+
return this.item(93) || undefined;
|
|
324
|
+
}
|
|
325
|
+
get 94() {
|
|
326
|
+
return this.item(94) || undefined;
|
|
327
|
+
}
|
|
328
|
+
get 95() {
|
|
329
|
+
return this.item(95) || undefined;
|
|
330
|
+
}
|
|
331
|
+
get 96() {
|
|
332
|
+
return this.item(96) || undefined;
|
|
333
|
+
}
|
|
334
|
+
get 97() {
|
|
335
|
+
return this.item(97) || undefined;
|
|
336
|
+
}
|
|
337
|
+
get 98() {
|
|
338
|
+
return this.item(98) || undefined;
|
|
339
|
+
}
|
|
340
|
+
get 99() {
|
|
341
|
+
return this.item(99) || undefined;
|
|
342
|
+
}
|
|
343
|
+
get 100() {
|
|
344
|
+
return this.item(100) || undefined;
|
|
345
|
+
}
|
|
346
|
+
get 101() {
|
|
347
|
+
return this.item(101) || undefined;
|
|
348
|
+
}
|
|
349
|
+
get 102() {
|
|
350
|
+
return this.item(102) || undefined;
|
|
351
|
+
}
|
|
352
|
+
get 103() {
|
|
353
|
+
return this.item(103) || undefined;
|
|
354
|
+
}
|
|
355
|
+
get 104() {
|
|
356
|
+
return this.item(104) || undefined;
|
|
357
|
+
}
|
|
358
|
+
get 105() {
|
|
359
|
+
return this.item(105) || undefined;
|
|
360
|
+
}
|
|
361
|
+
get 106() {
|
|
362
|
+
return this.item(106) || undefined;
|
|
363
|
+
}
|
|
364
|
+
get 107() {
|
|
365
|
+
return this.item(107) || undefined;
|
|
366
|
+
}
|
|
367
|
+
get 108() {
|
|
368
|
+
return this.item(108) || undefined;
|
|
369
|
+
}
|
|
370
|
+
get 109() {
|
|
371
|
+
return this.item(109) || undefined;
|
|
372
|
+
}
|
|
373
|
+
get 110() {
|
|
374
|
+
return this.item(110) || undefined;
|
|
375
|
+
}
|
|
376
|
+
get 111() {
|
|
377
|
+
return this.item(111) || undefined;
|
|
378
|
+
}
|
|
379
|
+
get 112() {
|
|
380
|
+
return this.item(112) || undefined;
|
|
381
|
+
}
|
|
382
|
+
get 113() {
|
|
383
|
+
return this.item(113) || undefined;
|
|
384
|
+
}
|
|
385
|
+
get 114() {
|
|
386
|
+
return this.item(114) || undefined;
|
|
387
|
+
}
|
|
388
|
+
get 115() {
|
|
389
|
+
return this.item(115) || undefined;
|
|
390
|
+
}
|
|
391
|
+
get 116() {
|
|
392
|
+
return this.item(116) || undefined;
|
|
393
|
+
}
|
|
394
|
+
get 117() {
|
|
395
|
+
return this.item(117) || undefined;
|
|
396
|
+
}
|
|
397
|
+
get 118() {
|
|
398
|
+
return this.item(118) || undefined;
|
|
399
|
+
}
|
|
400
|
+
get 119() {
|
|
401
|
+
return this.item(119) || undefined;
|
|
402
|
+
}
|
|
403
|
+
get 120() {
|
|
404
|
+
return this.item(120) || undefined;
|
|
405
|
+
}
|
|
406
|
+
get 121() {
|
|
407
|
+
return this.item(121) || undefined;
|
|
408
|
+
}
|
|
409
|
+
get 122() {
|
|
410
|
+
return this.item(122) || undefined;
|
|
411
|
+
}
|
|
412
|
+
get 123() {
|
|
413
|
+
return this.item(123) || undefined;
|
|
414
|
+
}
|
|
415
|
+
get 124() {
|
|
416
|
+
return this.item(124) || undefined;
|
|
417
|
+
}
|
|
418
|
+
get 125() {
|
|
419
|
+
return this.item(125) || undefined;
|
|
420
|
+
}
|
|
421
|
+
get 126() {
|
|
422
|
+
return this.item(126) || undefined;
|
|
423
|
+
}
|
|
424
|
+
get 127() {
|
|
425
|
+
return this.item(127) || undefined;
|
|
426
|
+
}
|
|
427
|
+
get 128() {
|
|
428
|
+
return this.item(128) || undefined;
|
|
429
|
+
}
|
|
430
|
+
get 129() {
|
|
431
|
+
return this.item(129) || undefined;
|
|
432
|
+
}
|
|
433
|
+
get 130() {
|
|
434
|
+
return this.item(130) || undefined;
|
|
435
|
+
}
|
|
436
|
+
get 131() {
|
|
437
|
+
return this.item(131) || undefined;
|
|
438
|
+
}
|
|
439
|
+
get 132() {
|
|
440
|
+
return this.item(132) || undefined;
|
|
441
|
+
}
|
|
442
|
+
get 133() {
|
|
443
|
+
return this.item(133) || undefined;
|
|
444
|
+
}
|
|
445
|
+
get 134() {
|
|
446
|
+
return this.item(134) || undefined;
|
|
447
|
+
}
|
|
448
|
+
get 135() {
|
|
449
|
+
return this.item(135) || undefined;
|
|
450
|
+
}
|
|
451
|
+
get 136() {
|
|
452
|
+
return this.item(136) || undefined;
|
|
453
|
+
}
|
|
454
|
+
get 137() {
|
|
455
|
+
return this.item(137) || undefined;
|
|
456
|
+
}
|
|
457
|
+
get 138() {
|
|
458
|
+
return this.item(138) || undefined;
|
|
459
|
+
}
|
|
460
|
+
get 139() {
|
|
461
|
+
return this.item(139) || undefined;
|
|
462
|
+
}
|
|
463
|
+
get 140() {
|
|
464
|
+
return this.item(140) || undefined;
|
|
465
|
+
}
|
|
466
|
+
get 141() {
|
|
467
|
+
return this.item(141) || undefined;
|
|
468
|
+
}
|
|
469
|
+
get 142() {
|
|
470
|
+
return this.item(142) || undefined;
|
|
471
|
+
}
|
|
472
|
+
get 143() {
|
|
473
|
+
return this.item(143) || undefined;
|
|
474
|
+
}
|
|
475
|
+
get 144() {
|
|
476
|
+
return this.item(144) || undefined;
|
|
477
|
+
}
|
|
478
|
+
get 145() {
|
|
479
|
+
return this.item(145) || undefined;
|
|
480
|
+
}
|
|
481
|
+
get 146() {
|
|
482
|
+
return this.item(146) || undefined;
|
|
483
|
+
}
|
|
484
|
+
get 147() {
|
|
485
|
+
return this.item(147) || undefined;
|
|
486
|
+
}
|
|
487
|
+
get 148() {
|
|
488
|
+
return this.item(148) || undefined;
|
|
489
|
+
}
|
|
490
|
+
get 149() {
|
|
491
|
+
return this.item(149) || undefined;
|
|
492
|
+
}
|
|
493
|
+
get 150() {
|
|
494
|
+
return this.item(150) || undefined;
|
|
495
|
+
}
|
|
496
|
+
get 151() {
|
|
497
|
+
return this.item(151) || undefined;
|
|
498
|
+
}
|
|
499
|
+
get 152() {
|
|
500
|
+
return this.item(152) || undefined;
|
|
501
|
+
}
|
|
502
|
+
get 153() {
|
|
503
|
+
return this.item(153) || undefined;
|
|
504
|
+
}
|
|
505
|
+
get 154() {
|
|
506
|
+
return this.item(154) || undefined;
|
|
507
|
+
}
|
|
508
|
+
get 155() {
|
|
509
|
+
return this.item(155) || undefined;
|
|
510
|
+
}
|
|
511
|
+
get 156() {
|
|
512
|
+
return this.item(156) || undefined;
|
|
513
|
+
}
|
|
514
|
+
get 157() {
|
|
515
|
+
return this.item(157) || undefined;
|
|
516
|
+
}
|
|
517
|
+
get 158() {
|
|
518
|
+
return this.item(158) || undefined;
|
|
519
|
+
}
|
|
520
|
+
get 159() {
|
|
521
|
+
return this.item(159) || undefined;
|
|
522
|
+
}
|
|
523
|
+
get 160() {
|
|
524
|
+
return this.item(160) || undefined;
|
|
525
|
+
}
|
|
526
|
+
get 161() {
|
|
527
|
+
return this.item(161) || undefined;
|
|
528
|
+
}
|
|
529
|
+
get 162() {
|
|
530
|
+
return this.item(162) || undefined;
|
|
531
|
+
}
|
|
532
|
+
get 163() {
|
|
533
|
+
return this.item(163) || undefined;
|
|
534
|
+
}
|
|
535
|
+
get 164() {
|
|
536
|
+
return this.item(164) || undefined;
|
|
537
|
+
}
|
|
538
|
+
get 165() {
|
|
539
|
+
return this.item(165) || undefined;
|
|
540
|
+
}
|
|
541
|
+
get 166() {
|
|
542
|
+
return this.item(166) || undefined;
|
|
543
|
+
}
|
|
544
|
+
get 167() {
|
|
545
|
+
return this.item(167) || undefined;
|
|
546
|
+
}
|
|
547
|
+
get 168() {
|
|
548
|
+
return this.item(168) || undefined;
|
|
549
|
+
}
|
|
550
|
+
get 169() {
|
|
551
|
+
return this.item(169) || undefined;
|
|
552
|
+
}
|
|
553
|
+
get 170() {
|
|
554
|
+
return this.item(170) || undefined;
|
|
555
|
+
}
|
|
556
|
+
get 171() {
|
|
557
|
+
return this.item(171) || undefined;
|
|
558
|
+
}
|
|
559
|
+
get 172() {
|
|
560
|
+
return this.item(172) || undefined;
|
|
561
|
+
}
|
|
562
|
+
get 173() {
|
|
563
|
+
return this.item(173) || undefined;
|
|
564
|
+
}
|
|
565
|
+
get 174() {
|
|
566
|
+
return this.item(174) || undefined;
|
|
567
|
+
}
|
|
568
|
+
get 175() {
|
|
569
|
+
return this.item(175) || undefined;
|
|
570
|
+
}
|
|
571
|
+
get 176() {
|
|
572
|
+
return this.item(176) || undefined;
|
|
573
|
+
}
|
|
574
|
+
get 177() {
|
|
575
|
+
return this.item(177) || undefined;
|
|
576
|
+
}
|
|
577
|
+
get 178() {
|
|
578
|
+
return this.item(178) || undefined;
|
|
579
|
+
}
|
|
580
|
+
get 179() {
|
|
581
|
+
return this.item(179) || undefined;
|
|
582
|
+
}
|
|
583
|
+
get 180() {
|
|
584
|
+
return this.item(180) || undefined;
|
|
585
|
+
}
|
|
586
|
+
get 181() {
|
|
587
|
+
return this.item(181) || undefined;
|
|
588
|
+
}
|
|
589
|
+
get 182() {
|
|
590
|
+
return this.item(182) || undefined;
|
|
591
|
+
}
|
|
592
|
+
get 183() {
|
|
593
|
+
return this.item(183) || undefined;
|
|
594
|
+
}
|
|
595
|
+
get 184() {
|
|
596
|
+
return this.item(184) || undefined;
|
|
597
|
+
}
|
|
598
|
+
get 185() {
|
|
599
|
+
return this.item(185) || undefined;
|
|
600
|
+
}
|
|
601
|
+
get 186() {
|
|
602
|
+
return this.item(186) || undefined;
|
|
603
|
+
}
|
|
604
|
+
get 187() {
|
|
605
|
+
return this.item(187) || undefined;
|
|
606
|
+
}
|
|
607
|
+
get 188() {
|
|
608
|
+
return this.item(188) || undefined;
|
|
609
|
+
}
|
|
610
|
+
get 189() {
|
|
611
|
+
return this.item(189) || undefined;
|
|
612
|
+
}
|
|
613
|
+
get 190() {
|
|
614
|
+
return this.item(190) || undefined;
|
|
615
|
+
}
|
|
616
|
+
get 191() {
|
|
617
|
+
return this.item(191) || undefined;
|
|
618
|
+
}
|
|
619
|
+
get 192() {
|
|
620
|
+
return this.item(192) || undefined;
|
|
621
|
+
}
|
|
622
|
+
get 193() {
|
|
623
|
+
return this.item(193) || undefined;
|
|
624
|
+
}
|
|
625
|
+
get 194() {
|
|
626
|
+
return this.item(194) || undefined;
|
|
627
|
+
}
|
|
628
|
+
get 195() {
|
|
629
|
+
return this.item(195) || undefined;
|
|
630
|
+
}
|
|
631
|
+
get 196() {
|
|
632
|
+
return this.item(196) || undefined;
|
|
633
|
+
}
|
|
634
|
+
get 197() {
|
|
635
|
+
return this.item(197) || undefined;
|
|
636
|
+
}
|
|
637
|
+
get 198() {
|
|
638
|
+
return this.item(198) || undefined;
|
|
639
|
+
}
|
|
640
|
+
get 199() {
|
|
641
|
+
return this.item(199) || undefined;
|
|
642
|
+
}
|
|
643
|
+
get 200() {
|
|
644
|
+
return this.item(200) || undefined;
|
|
645
|
+
}
|
|
646
|
+
get 201() {
|
|
647
|
+
return this.item(201) || undefined;
|
|
648
|
+
}
|
|
649
|
+
get 202() {
|
|
650
|
+
return this.item(202) || undefined;
|
|
651
|
+
}
|
|
652
|
+
get 203() {
|
|
653
|
+
return this.item(203) || undefined;
|
|
654
|
+
}
|
|
655
|
+
get 204() {
|
|
656
|
+
return this.item(204) || undefined;
|
|
657
|
+
}
|
|
658
|
+
get 205() {
|
|
659
|
+
return this.item(205) || undefined;
|
|
660
|
+
}
|
|
661
|
+
get 206() {
|
|
662
|
+
return this.item(206) || undefined;
|
|
663
|
+
}
|
|
664
|
+
get 207() {
|
|
665
|
+
return this.item(207) || undefined;
|
|
666
|
+
}
|
|
667
|
+
get 208() {
|
|
668
|
+
return this.item(208) || undefined;
|
|
669
|
+
}
|
|
670
|
+
get 209() {
|
|
671
|
+
return this.item(209) || undefined;
|
|
672
|
+
}
|
|
673
|
+
get 210() {
|
|
674
|
+
return this.item(210) || undefined;
|
|
675
|
+
}
|
|
676
|
+
get 211() {
|
|
677
|
+
return this.item(211) || undefined;
|
|
678
|
+
}
|
|
679
|
+
get 212() {
|
|
680
|
+
return this.item(212) || undefined;
|
|
681
|
+
}
|
|
682
|
+
get 213() {
|
|
683
|
+
return this.item(213) || undefined;
|
|
684
|
+
}
|
|
685
|
+
get 214() {
|
|
686
|
+
return this.item(214) || undefined;
|
|
687
|
+
}
|
|
688
|
+
get 215() {
|
|
689
|
+
return this.item(215) || undefined;
|
|
690
|
+
}
|
|
691
|
+
get 216() {
|
|
692
|
+
return this.item(216) || undefined;
|
|
693
|
+
}
|
|
694
|
+
get 217() {
|
|
695
|
+
return this.item(217) || undefined;
|
|
696
|
+
}
|
|
697
|
+
get 218() {
|
|
698
|
+
return this.item(218) || undefined;
|
|
699
|
+
}
|
|
700
|
+
get 219() {
|
|
701
|
+
return this.item(219) || undefined;
|
|
702
|
+
}
|
|
703
|
+
get 220() {
|
|
704
|
+
return this.item(220) || undefined;
|
|
705
|
+
}
|
|
706
|
+
get 221() {
|
|
707
|
+
return this.item(221) || undefined;
|
|
708
|
+
}
|
|
709
|
+
get 222() {
|
|
710
|
+
return this.item(222) || undefined;
|
|
711
|
+
}
|
|
712
|
+
get 223() {
|
|
713
|
+
return this.item(223) || undefined;
|
|
714
|
+
}
|
|
715
|
+
get 224() {
|
|
716
|
+
return this.item(224) || undefined;
|
|
717
|
+
}
|
|
718
|
+
get 225() {
|
|
719
|
+
return this.item(225) || undefined;
|
|
720
|
+
}
|
|
721
|
+
get 226() {
|
|
722
|
+
return this.item(226) || undefined;
|
|
723
|
+
}
|
|
724
|
+
get 227() {
|
|
725
|
+
return this.item(227) || undefined;
|
|
726
|
+
}
|
|
727
|
+
get 228() {
|
|
728
|
+
return this.item(228) || undefined;
|
|
729
|
+
}
|
|
730
|
+
get 229() {
|
|
731
|
+
return this.item(229) || undefined;
|
|
732
|
+
}
|
|
733
|
+
get 230() {
|
|
734
|
+
return this.item(230) || undefined;
|
|
735
|
+
}
|
|
736
|
+
get 231() {
|
|
737
|
+
return this.item(231) || undefined;
|
|
738
|
+
}
|
|
739
|
+
get 232() {
|
|
740
|
+
return this.item(232) || undefined;
|
|
741
|
+
}
|
|
742
|
+
get 233() {
|
|
743
|
+
return this.item(233) || undefined;
|
|
744
|
+
}
|
|
745
|
+
get 234() {
|
|
746
|
+
return this.item(234) || undefined;
|
|
747
|
+
}
|
|
748
|
+
get 235() {
|
|
749
|
+
return this.item(235) || undefined;
|
|
750
|
+
}
|
|
751
|
+
get 236() {
|
|
752
|
+
return this.item(236) || undefined;
|
|
753
|
+
}
|
|
754
|
+
get 237() {
|
|
755
|
+
return this.item(237) || undefined;
|
|
756
|
+
}
|
|
757
|
+
get 238() {
|
|
758
|
+
return this.item(238) || undefined;
|
|
759
|
+
}
|
|
760
|
+
get 239() {
|
|
761
|
+
return this.item(239) || undefined;
|
|
762
|
+
}
|
|
763
|
+
get 240() {
|
|
764
|
+
return this.item(240) || undefined;
|
|
765
|
+
}
|
|
766
|
+
get 241() {
|
|
767
|
+
return this.item(241) || undefined;
|
|
768
|
+
}
|
|
769
|
+
get 242() {
|
|
770
|
+
return this.item(242) || undefined;
|
|
771
|
+
}
|
|
772
|
+
get 243() {
|
|
773
|
+
return this.item(243) || undefined;
|
|
774
|
+
}
|
|
775
|
+
get 244() {
|
|
776
|
+
return this.item(244) || undefined;
|
|
777
|
+
}
|
|
778
|
+
get 245() {
|
|
779
|
+
return this.item(245) || undefined;
|
|
780
|
+
}
|
|
781
|
+
get 246() {
|
|
782
|
+
return this.item(246) || undefined;
|
|
783
|
+
}
|
|
784
|
+
get 247() {
|
|
785
|
+
return this.item(247) || undefined;
|
|
786
|
+
}
|
|
787
|
+
get 248() {
|
|
788
|
+
return this.item(248) || undefined;
|
|
789
|
+
}
|
|
790
|
+
get 249() {
|
|
791
|
+
return this.item(249) || undefined;
|
|
792
|
+
}
|
|
793
|
+
get 250() {
|
|
794
|
+
return this.item(250) || undefined;
|
|
795
|
+
}
|
|
796
|
+
get 251() {
|
|
797
|
+
return this.item(251) || undefined;
|
|
798
|
+
}
|
|
799
|
+
get 252() {
|
|
800
|
+
return this.item(252) || undefined;
|
|
801
|
+
}
|
|
802
|
+
get 253() {
|
|
803
|
+
return this.item(253) || undefined;
|
|
804
|
+
}
|
|
805
|
+
get 254() {
|
|
806
|
+
return this.item(254) || undefined;
|
|
807
|
+
}
|
|
808
|
+
get 255() {
|
|
809
|
+
return this.item(255) || undefined;
|
|
810
|
+
}
|
|
811
|
+
get 256() {
|
|
812
|
+
return this.item(256) || undefined;
|
|
813
|
+
}
|
|
814
|
+
get 257() {
|
|
815
|
+
return this.item(257) || undefined;
|
|
816
|
+
}
|
|
817
|
+
get 258() {
|
|
818
|
+
return this.item(258) || undefined;
|
|
819
|
+
}
|
|
820
|
+
get 259() {
|
|
821
|
+
return this.item(259) || undefined;
|
|
822
|
+
}
|
|
823
|
+
get 260() {
|
|
824
|
+
return this.item(260) || undefined;
|
|
825
|
+
}
|
|
826
|
+
get 261() {
|
|
827
|
+
return this.item(261) || undefined;
|
|
828
|
+
}
|
|
829
|
+
get 262() {
|
|
830
|
+
return this.item(262) || undefined;
|
|
831
|
+
}
|
|
832
|
+
get 263() {
|
|
833
|
+
return this.item(263) || undefined;
|
|
834
|
+
}
|
|
835
|
+
get 264() {
|
|
836
|
+
return this.item(264) || undefined;
|
|
837
|
+
}
|
|
838
|
+
get 265() {
|
|
839
|
+
return this.item(265) || undefined;
|
|
840
|
+
}
|
|
841
|
+
get 266() {
|
|
842
|
+
return this.item(266) || undefined;
|
|
843
|
+
}
|
|
844
|
+
get 267() {
|
|
845
|
+
return this.item(267) || undefined;
|
|
846
|
+
}
|
|
847
|
+
get 268() {
|
|
848
|
+
return this.item(268) || undefined;
|
|
849
|
+
}
|
|
850
|
+
get 269() {
|
|
851
|
+
return this.item(269) || undefined;
|
|
852
|
+
}
|
|
853
|
+
get 270() {
|
|
854
|
+
return this.item(270) || undefined;
|
|
855
|
+
}
|
|
856
|
+
get 271() {
|
|
857
|
+
return this.item(271) || undefined;
|
|
858
|
+
}
|
|
859
|
+
get 272() {
|
|
860
|
+
return this.item(272) || undefined;
|
|
861
|
+
}
|
|
862
|
+
get 273() {
|
|
863
|
+
return this.item(273) || undefined;
|
|
864
|
+
}
|
|
865
|
+
get 274() {
|
|
866
|
+
return this.item(274) || undefined;
|
|
867
|
+
}
|
|
868
|
+
get 275() {
|
|
869
|
+
return this.item(275) || undefined;
|
|
870
|
+
}
|
|
871
|
+
get 276() {
|
|
872
|
+
return this.item(276) || undefined;
|
|
873
|
+
}
|
|
874
|
+
get 277() {
|
|
875
|
+
return this.item(277) || undefined;
|
|
876
|
+
}
|
|
877
|
+
get 278() {
|
|
878
|
+
return this.item(278) || undefined;
|
|
879
|
+
}
|
|
880
|
+
get 279() {
|
|
881
|
+
return this.item(279) || undefined;
|
|
882
|
+
}
|
|
883
|
+
get 280() {
|
|
884
|
+
return this.item(280) || undefined;
|
|
885
|
+
}
|
|
886
|
+
get 281() {
|
|
887
|
+
return this.item(281) || undefined;
|
|
888
|
+
}
|
|
889
|
+
get 282() {
|
|
890
|
+
return this.item(282) || undefined;
|
|
891
|
+
}
|
|
892
|
+
get 283() {
|
|
893
|
+
return this.item(283) || undefined;
|
|
894
|
+
}
|
|
895
|
+
get 284() {
|
|
896
|
+
return this.item(284) || undefined;
|
|
897
|
+
}
|
|
898
|
+
get 285() {
|
|
899
|
+
return this.item(285) || undefined;
|
|
900
|
+
}
|
|
901
|
+
get 286() {
|
|
902
|
+
return this.item(286) || undefined;
|
|
903
|
+
}
|
|
904
|
+
get 287() {
|
|
905
|
+
return this.item(287) || undefined;
|
|
906
|
+
}
|
|
907
|
+
get 288() {
|
|
908
|
+
return this.item(288) || undefined;
|
|
909
|
+
}
|
|
910
|
+
get 289() {
|
|
911
|
+
return this.item(289) || undefined;
|
|
912
|
+
}
|
|
913
|
+
get 290() {
|
|
914
|
+
return this.item(290) || undefined;
|
|
915
|
+
}
|
|
916
|
+
get 291() {
|
|
917
|
+
return this.item(291) || undefined;
|
|
918
|
+
}
|
|
919
|
+
get 292() {
|
|
920
|
+
return this.item(292) || undefined;
|
|
921
|
+
}
|
|
922
|
+
get 293() {
|
|
923
|
+
return this.item(293) || undefined;
|
|
924
|
+
}
|
|
925
|
+
get 294() {
|
|
926
|
+
return this.item(294) || undefined;
|
|
927
|
+
}
|
|
928
|
+
get 295() {
|
|
929
|
+
return this.item(295) || undefined;
|
|
930
|
+
}
|
|
931
|
+
get 296() {
|
|
932
|
+
return this.item(296) || undefined;
|
|
933
|
+
}
|
|
934
|
+
get 297() {
|
|
935
|
+
return this.item(297) || undefined;
|
|
936
|
+
}
|
|
937
|
+
get 298() {
|
|
938
|
+
return this.item(298) || undefined;
|
|
939
|
+
}
|
|
940
|
+
get 299() {
|
|
941
|
+
return this.item(299) || undefined;
|
|
942
|
+
}
|
|
943
|
+
get 300() {
|
|
944
|
+
return this.item(300) || undefined;
|
|
945
|
+
}
|
|
946
|
+
get 301() {
|
|
947
|
+
return this.item(301) || undefined;
|
|
948
|
+
}
|
|
949
|
+
get 302() {
|
|
950
|
+
return this.item(302) || undefined;
|
|
951
|
+
}
|
|
952
|
+
get 303() {
|
|
953
|
+
return this.item(303) || undefined;
|
|
954
|
+
}
|
|
955
|
+
get 304() {
|
|
956
|
+
return this.item(304) || undefined;
|
|
957
|
+
}
|
|
958
|
+
get 305() {
|
|
959
|
+
return this.item(305) || undefined;
|
|
960
|
+
}
|
|
961
|
+
get 306() {
|
|
962
|
+
return this.item(306) || undefined;
|
|
963
|
+
}
|
|
964
|
+
get 307() {
|
|
965
|
+
return this.item(307) || undefined;
|
|
966
|
+
}
|
|
967
|
+
get 308() {
|
|
968
|
+
return this.item(308) || undefined;
|
|
969
|
+
}
|
|
970
|
+
get 309() {
|
|
971
|
+
return this.item(309) || undefined;
|
|
972
|
+
}
|
|
973
|
+
get 310() {
|
|
974
|
+
return this.item(310) || undefined;
|
|
975
|
+
}
|
|
976
|
+
get 311() {
|
|
977
|
+
return this.item(311) || undefined;
|
|
978
|
+
}
|
|
979
|
+
get 312() {
|
|
980
|
+
return this.item(312) || undefined;
|
|
981
|
+
}
|
|
982
|
+
get 313() {
|
|
983
|
+
return this.item(313) || undefined;
|
|
984
|
+
}
|
|
985
|
+
get 314() {
|
|
986
|
+
return this.item(314) || undefined;
|
|
987
|
+
}
|
|
988
|
+
get 315() {
|
|
989
|
+
return this.item(315) || undefined;
|
|
990
|
+
}
|
|
991
|
+
get 316() {
|
|
992
|
+
return this.item(316) || undefined;
|
|
993
|
+
}
|
|
994
|
+
get 317() {
|
|
995
|
+
return this.item(317) || undefined;
|
|
996
|
+
}
|
|
997
|
+
get 318() {
|
|
998
|
+
return this.item(318) || undefined;
|
|
999
|
+
}
|
|
1000
|
+
get 319() {
|
|
1001
|
+
return this.item(319) || undefined;
|
|
1002
|
+
}
|
|
1003
|
+
get 320() {
|
|
1004
|
+
return this.item(320) || undefined;
|
|
1005
|
+
}
|
|
1006
|
+
get 321() {
|
|
1007
|
+
return this.item(321) || undefined;
|
|
1008
|
+
}
|
|
1009
|
+
get 322() {
|
|
1010
|
+
return this.item(322) || undefined;
|
|
1011
|
+
}
|
|
1012
|
+
get 323() {
|
|
1013
|
+
return this.item(323) || undefined;
|
|
1014
|
+
}
|
|
1015
|
+
get 324() {
|
|
1016
|
+
return this.item(324) || undefined;
|
|
1017
|
+
}
|
|
1018
|
+
get 325() {
|
|
1019
|
+
return this.item(325) || undefined;
|
|
1020
|
+
}
|
|
1021
|
+
get 326() {
|
|
1022
|
+
return this.item(326) || undefined;
|
|
1023
|
+
}
|
|
1024
|
+
get 327() {
|
|
1025
|
+
return this.item(327) || undefined;
|
|
1026
|
+
}
|
|
1027
|
+
get 328() {
|
|
1028
|
+
return this.item(328) || undefined;
|
|
1029
|
+
}
|
|
1030
|
+
get 329() {
|
|
1031
|
+
return this.item(329) || undefined;
|
|
1032
|
+
}
|
|
1033
|
+
get 330() {
|
|
1034
|
+
return this.item(330) || undefined;
|
|
1035
|
+
}
|
|
1036
|
+
get 331() {
|
|
1037
|
+
return this.item(331) || undefined;
|
|
1038
|
+
}
|
|
1039
|
+
get 332() {
|
|
1040
|
+
return this.item(332) || undefined;
|
|
1041
|
+
}
|
|
1042
|
+
get 333() {
|
|
1043
|
+
return this.item(333) || undefined;
|
|
1044
|
+
}
|
|
1045
|
+
get 334() {
|
|
1046
|
+
return this.item(334) || undefined;
|
|
1047
|
+
}
|
|
1048
|
+
get 335() {
|
|
1049
|
+
return this.item(335) || undefined;
|
|
1050
|
+
}
|
|
1051
|
+
get 336() {
|
|
1052
|
+
return this.item(336) || undefined;
|
|
1053
|
+
}
|
|
1054
|
+
get 337() {
|
|
1055
|
+
return this.item(337) || undefined;
|
|
1056
|
+
}
|
|
1057
|
+
get 338() {
|
|
1058
|
+
return this.item(338) || undefined;
|
|
1059
|
+
}
|
|
1060
|
+
get 339() {
|
|
1061
|
+
return this.item(339) || undefined;
|
|
1062
|
+
}
|
|
1063
|
+
get 340() {
|
|
1064
|
+
return this.item(340) || undefined;
|
|
1065
|
+
}
|
|
1066
|
+
get 341() {
|
|
1067
|
+
return this.item(341) || undefined;
|
|
1068
|
+
}
|
|
1069
|
+
get 342() {
|
|
1070
|
+
return this.item(342) || undefined;
|
|
1071
|
+
}
|
|
1072
|
+
get 343() {
|
|
1073
|
+
return this.item(343) || undefined;
|
|
1074
|
+
}
|
|
1075
|
+
get 344() {
|
|
1076
|
+
return this.item(344) || undefined;
|
|
1077
|
+
}
|
|
1078
|
+
get 345() {
|
|
1079
|
+
return this.item(345) || undefined;
|
|
1080
|
+
}
|
|
1081
|
+
get 346() {
|
|
1082
|
+
return this.item(346) || undefined;
|
|
1083
|
+
}
|
|
1084
|
+
get 347() {
|
|
1085
|
+
return this.item(347) || undefined;
|
|
1086
|
+
}
|
|
1087
|
+
get 348() {
|
|
1088
|
+
return this.item(348) || undefined;
|
|
1089
|
+
}
|
|
1090
|
+
get 349() {
|
|
1091
|
+
return this.item(349) || undefined;
|
|
1092
|
+
}
|
|
1093
|
+
get 350() {
|
|
1094
|
+
return this.item(350) || undefined;
|
|
1095
|
+
}
|
|
1096
|
+
get 351() {
|
|
1097
|
+
return this.item(351) || undefined;
|
|
1098
|
+
}
|
|
1099
|
+
get 352() {
|
|
1100
|
+
return this.item(352) || undefined;
|
|
1101
|
+
}
|
|
1102
|
+
get 353() {
|
|
1103
|
+
return this.item(353) || undefined;
|
|
1104
|
+
}
|
|
1105
|
+
get 354() {
|
|
1106
|
+
return this.item(354) || undefined;
|
|
1107
|
+
}
|
|
1108
|
+
get 355() {
|
|
1109
|
+
return this.item(355) || undefined;
|
|
1110
|
+
}
|
|
1111
|
+
get 356() {
|
|
1112
|
+
return this.item(356) || undefined;
|
|
1113
|
+
}
|
|
1114
|
+
get 357() {
|
|
1115
|
+
return this.item(357) || undefined;
|
|
1116
|
+
}
|
|
1117
|
+
get 358() {
|
|
1118
|
+
return this.item(358) || undefined;
|
|
1119
|
+
}
|
|
1120
|
+
get 359() {
|
|
1121
|
+
return this.item(359) || undefined;
|
|
1122
|
+
}
|
|
1123
|
+
get 360() {
|
|
1124
|
+
return this.item(360) || undefined;
|
|
1125
|
+
}
|
|
1126
|
+
get 361() {
|
|
1127
|
+
return this.item(361) || undefined;
|
|
1128
|
+
}
|
|
1129
|
+
get 362() {
|
|
1130
|
+
return this.item(362) || undefined;
|
|
1131
|
+
}
|
|
1132
|
+
get 363() {
|
|
1133
|
+
return this.item(363) || undefined;
|
|
1134
|
+
}
|
|
1135
|
+
get 364() {
|
|
1136
|
+
return this.item(364) || undefined;
|
|
1137
|
+
}
|
|
1138
|
+
get 365() {
|
|
1139
|
+
return this.item(365) || undefined;
|
|
1140
|
+
}
|
|
1141
|
+
get 366() {
|
|
1142
|
+
return this.item(366) || undefined;
|
|
1143
|
+
}
|
|
1144
|
+
get 367() {
|
|
1145
|
+
return this.item(367) || undefined;
|
|
1146
|
+
}
|
|
1147
|
+
get 368() {
|
|
1148
|
+
return this.item(368) || undefined;
|
|
1149
|
+
}
|
|
1150
|
+
get 369() {
|
|
1151
|
+
return this.item(369) || undefined;
|
|
1152
|
+
}
|
|
1153
|
+
get 370() {
|
|
1154
|
+
return this.item(370) || undefined;
|
|
1155
|
+
}
|
|
1156
|
+
get 371() {
|
|
1157
|
+
return this.item(371) || undefined;
|
|
1158
|
+
}
|
|
1159
|
+
get 372() {
|
|
1160
|
+
return this.item(372) || undefined;
|
|
1161
|
+
}
|
|
1162
|
+
get 373() {
|
|
1163
|
+
return this.item(373) || undefined;
|
|
1164
|
+
}
|
|
1165
|
+
get 374() {
|
|
1166
|
+
return this.item(374) || undefined;
|
|
1167
|
+
}
|
|
1168
|
+
get 375() {
|
|
1169
|
+
return this.item(375) || undefined;
|
|
1170
|
+
}
|
|
1171
|
+
get 376() {
|
|
1172
|
+
return this.item(376) || undefined;
|
|
1173
|
+
}
|
|
1174
|
+
get 377() {
|
|
1175
|
+
return this.item(377) || undefined;
|
|
1176
|
+
}
|
|
1177
|
+
get 378() {
|
|
1178
|
+
return this.item(378) || undefined;
|
|
1179
|
+
}
|
|
1180
|
+
get 379() {
|
|
1181
|
+
return this.item(379) || undefined;
|
|
1182
|
+
}
|
|
1183
|
+
get 380() {
|
|
1184
|
+
return this.item(380) || undefined;
|
|
1185
|
+
}
|
|
1186
|
+
get 381() {
|
|
1187
|
+
return this.item(381) || undefined;
|
|
1188
|
+
}
|
|
1189
|
+
get 382() {
|
|
1190
|
+
return this.item(382) || undefined;
|
|
1191
|
+
}
|
|
1192
|
+
get 383() {
|
|
1193
|
+
return this.item(383) || undefined;
|
|
1194
|
+
}
|
|
1195
|
+
get 384() {
|
|
1196
|
+
return this.item(384) || undefined;
|
|
1197
|
+
}
|
|
1198
|
+
get 385() {
|
|
1199
|
+
return this.item(385) || undefined;
|
|
1200
|
+
}
|
|
1201
|
+
get 386() {
|
|
1202
|
+
return this.item(386) || undefined;
|
|
1203
|
+
}
|
|
1204
|
+
get 387() {
|
|
1205
|
+
return this.item(387) || undefined;
|
|
1206
|
+
}
|
|
1207
|
+
get 388() {
|
|
1208
|
+
return this.item(388) || undefined;
|
|
1209
|
+
}
|
|
1210
|
+
get 389() {
|
|
1211
|
+
return this.item(389) || undefined;
|
|
1212
|
+
}
|
|
1213
|
+
get 390() {
|
|
1214
|
+
return this.item(390) || undefined;
|
|
1215
|
+
}
|
|
1216
|
+
get 391() {
|
|
1217
|
+
return this.item(391) || undefined;
|
|
1218
|
+
}
|
|
1219
|
+
get 392() {
|
|
1220
|
+
return this.item(392) || undefined;
|
|
1221
|
+
}
|
|
1222
|
+
get 393() {
|
|
1223
|
+
return this.item(393) || undefined;
|
|
1224
|
+
}
|
|
1225
|
+
/**
|
|
1226
|
+
* CSS properties
|
|
1227
|
+
*/
|
|
1228
|
+
get accentColor() {
|
|
1229
|
+
return this.getPropertyValue('accent-color');
|
|
1230
|
+
}
|
|
1231
|
+
set accentColor(value) {
|
|
1232
|
+
this.setProperty('accent-color', value);
|
|
1233
|
+
}
|
|
1234
|
+
get appRegion() {
|
|
1235
|
+
return this.getPropertyValue('app-region');
|
|
1236
|
+
}
|
|
1237
|
+
set appRegion(value) {
|
|
1238
|
+
this.setProperty('app-region', value);
|
|
1239
|
+
}
|
|
1240
|
+
get alignContent() {
|
|
1241
|
+
return this.getPropertyValue('align-content');
|
|
1242
|
+
}
|
|
1243
|
+
set alignContent(value) {
|
|
1244
|
+
this.setProperty('align-content', value);
|
|
1245
|
+
}
|
|
1246
|
+
get alignItems() {
|
|
1247
|
+
return this.getPropertyValue('align-items');
|
|
1248
|
+
}
|
|
1249
|
+
set alignItems(value) {
|
|
1250
|
+
this.setProperty('align-items', value);
|
|
1251
|
+
}
|
|
1252
|
+
get alignSelf() {
|
|
1253
|
+
return this.getPropertyValue('align-self');
|
|
1254
|
+
}
|
|
1255
|
+
set alignSelf(value) {
|
|
1256
|
+
this.setProperty('align-self', value);
|
|
1257
|
+
}
|
|
1258
|
+
get alignmentBaseline() {
|
|
1259
|
+
return this.getPropertyValue('alignment-baseline');
|
|
1260
|
+
}
|
|
1261
|
+
set alignmentBaseline(value) {
|
|
1262
|
+
this.setProperty('alignment-baseline', value);
|
|
1263
|
+
}
|
|
1264
|
+
get all() {
|
|
1265
|
+
return this.getPropertyValue('all');
|
|
1266
|
+
}
|
|
1267
|
+
set all(value) {
|
|
1268
|
+
this.setProperty('all', value);
|
|
1269
|
+
}
|
|
1270
|
+
get animation() {
|
|
1271
|
+
return this.getPropertyValue('animation');
|
|
1272
|
+
}
|
|
1273
|
+
set animation(value) {
|
|
1274
|
+
this.setProperty('animation', value);
|
|
1275
|
+
}
|
|
1276
|
+
get animationDelay() {
|
|
1277
|
+
return this.getPropertyValue('animation-delay');
|
|
1278
|
+
}
|
|
1279
|
+
set animationDelay(value) {
|
|
1280
|
+
this.setProperty('animation-delay', value);
|
|
1281
|
+
}
|
|
1282
|
+
get animationDirection() {
|
|
1283
|
+
return this.getPropertyValue('animation-direction');
|
|
1284
|
+
}
|
|
1285
|
+
set animationDirection(value) {
|
|
1286
|
+
this.setProperty('animation-direction', value);
|
|
1287
|
+
}
|
|
1288
|
+
get animationDuration() {
|
|
1289
|
+
return this.getPropertyValue('animation-duration');
|
|
1290
|
+
}
|
|
1291
|
+
set animationDuration(value) {
|
|
1292
|
+
this.setProperty('animation-duration', value);
|
|
1293
|
+
}
|
|
1294
|
+
get animationFillMode() {
|
|
1295
|
+
return this.getPropertyValue('animation-fill-mode');
|
|
1296
|
+
}
|
|
1297
|
+
set animationFillMode(value) {
|
|
1298
|
+
this.setProperty('animation-fill-mode', value);
|
|
1299
|
+
}
|
|
1300
|
+
get animationIterationCount() {
|
|
1301
|
+
return this.getPropertyValue('animation-iteration-count');
|
|
1302
|
+
}
|
|
1303
|
+
set animationIterationCount(value) {
|
|
1304
|
+
this.setProperty('animation-iteration-count', value);
|
|
1305
|
+
}
|
|
1306
|
+
get animationName() {
|
|
1307
|
+
return this.getPropertyValue('animation-name');
|
|
1308
|
+
}
|
|
1309
|
+
set animationName(value) {
|
|
1310
|
+
this.setProperty('animation-name', value);
|
|
1311
|
+
}
|
|
1312
|
+
get animationPlayState() {
|
|
1313
|
+
return this.getPropertyValue('animation-play-state');
|
|
1314
|
+
}
|
|
1315
|
+
set animationPlayState(value) {
|
|
1316
|
+
this.setProperty('animation-play-state', value);
|
|
1317
|
+
}
|
|
1318
|
+
get animationTimingFunction() {
|
|
1319
|
+
return this.getPropertyValue('animation-timing-function');
|
|
1320
|
+
}
|
|
1321
|
+
set animationTimingFunction(value) {
|
|
1322
|
+
this.setProperty('animation-timing-function', value);
|
|
1323
|
+
}
|
|
1324
|
+
get appearance() {
|
|
1325
|
+
return this.getPropertyValue('appearance');
|
|
1326
|
+
}
|
|
1327
|
+
set appearance(value) {
|
|
1328
|
+
this.setProperty('appearance', value);
|
|
1329
|
+
}
|
|
1330
|
+
get backdropFilter() {
|
|
1331
|
+
return this.getPropertyValue('backdrop-filter');
|
|
1332
|
+
}
|
|
1333
|
+
set backdropFilter(value) {
|
|
1334
|
+
this.setProperty('backdrop-filter', value);
|
|
1335
|
+
}
|
|
1336
|
+
get backfaceVisibility() {
|
|
1337
|
+
return this.getPropertyValue('backface-visibility');
|
|
1338
|
+
}
|
|
1339
|
+
set backfaceVisibility(value) {
|
|
1340
|
+
this.setProperty('backface-visibility', value);
|
|
1341
|
+
}
|
|
1342
|
+
get background() {
|
|
1343
|
+
return this.getPropertyValue('background');
|
|
1344
|
+
}
|
|
1345
|
+
set background(value) {
|
|
1346
|
+
this.setProperty('background', value);
|
|
1347
|
+
}
|
|
1348
|
+
get backgroundAttachment() {
|
|
1349
|
+
return this.getPropertyValue('background-attachment');
|
|
1350
|
+
}
|
|
1351
|
+
set backgroundAttachment(value) {
|
|
1352
|
+
this.setProperty('background-attachment', value);
|
|
1353
|
+
}
|
|
1354
|
+
get backgroundBlendMode() {
|
|
1355
|
+
return this.getPropertyValue('background-blend-mode');
|
|
1356
|
+
}
|
|
1357
|
+
set backgroundBlendMode(value) {
|
|
1358
|
+
this.setProperty('background-blend-mode', value);
|
|
1359
|
+
}
|
|
1360
|
+
get backgroundClip() {
|
|
1361
|
+
return this.getPropertyValue('background-clip');
|
|
1362
|
+
}
|
|
1363
|
+
set backgroundClip(value) {
|
|
1364
|
+
this.setProperty('background-clip', value);
|
|
1365
|
+
}
|
|
1366
|
+
get backgroundColor() {
|
|
1367
|
+
return this.getPropertyValue('background-color');
|
|
1368
|
+
}
|
|
1369
|
+
set backgroundColor(value) {
|
|
1370
|
+
this.setProperty('background-color', value);
|
|
1371
|
+
}
|
|
1372
|
+
get backgroundImage() {
|
|
1373
|
+
return this.getPropertyValue('background-image');
|
|
1374
|
+
}
|
|
1375
|
+
set backgroundImage(value) {
|
|
1376
|
+
this.setProperty('background-image', value);
|
|
1377
|
+
}
|
|
1378
|
+
get backgroundOrigin() {
|
|
1379
|
+
return this.getPropertyValue('background-origin');
|
|
1380
|
+
}
|
|
1381
|
+
set backgroundOrigin(value) {
|
|
1382
|
+
this.setProperty('background-origin', value);
|
|
1383
|
+
}
|
|
1384
|
+
get backgroundPosition() {
|
|
1385
|
+
return this.getPropertyValue('background-position');
|
|
1386
|
+
}
|
|
1387
|
+
set backgroundPosition(value) {
|
|
1388
|
+
this.setProperty('background-position', value);
|
|
1389
|
+
}
|
|
1390
|
+
get backgroundPositionX() {
|
|
1391
|
+
return this.getPropertyValue('background-position-x');
|
|
1392
|
+
}
|
|
1393
|
+
set backgroundPositionX(value) {
|
|
1394
|
+
this.setProperty('background-position-x', value);
|
|
1395
|
+
}
|
|
1396
|
+
get backgroundPositionY() {
|
|
1397
|
+
return this.getPropertyValue('background-position-y');
|
|
1398
|
+
}
|
|
1399
|
+
set backgroundPositionY(value) {
|
|
1400
|
+
this.setProperty('background-position-y', value);
|
|
1401
|
+
}
|
|
1402
|
+
get backgroundRepeat() {
|
|
1403
|
+
return this.getPropertyValue('background-repeat');
|
|
1404
|
+
}
|
|
1405
|
+
set backgroundRepeat(value) {
|
|
1406
|
+
this.setProperty('background-repeat', value);
|
|
1407
|
+
}
|
|
1408
|
+
get backgroundRepeatX() {
|
|
1409
|
+
return this.getPropertyValue('background-repeat-x');
|
|
1410
|
+
}
|
|
1411
|
+
set backgroundRepeatX(value) {
|
|
1412
|
+
this.setProperty('background-repeat-x', value);
|
|
1413
|
+
}
|
|
1414
|
+
get backgroundRepeatY() {
|
|
1415
|
+
return this.getPropertyValue('background-repeat-y');
|
|
1416
|
+
}
|
|
1417
|
+
set backgroundRepeatY(value) {
|
|
1418
|
+
this.setProperty('background-repeat-y', value);
|
|
1419
|
+
}
|
|
1420
|
+
get backgroundSize() {
|
|
1421
|
+
return this.getPropertyValue('background-size');
|
|
1422
|
+
}
|
|
1423
|
+
set backgroundSize(value) {
|
|
1424
|
+
this.setProperty('background-size', value);
|
|
1425
|
+
}
|
|
1426
|
+
get baselineShift() {
|
|
1427
|
+
return this.getPropertyValue('baseline-shift');
|
|
1428
|
+
}
|
|
1429
|
+
set baselineShift(value) {
|
|
1430
|
+
this.setProperty('baseline-shift', value);
|
|
1431
|
+
}
|
|
1432
|
+
get blockSize() {
|
|
1433
|
+
return this.getPropertyValue('block-size');
|
|
1434
|
+
}
|
|
1435
|
+
set blockSize(value) {
|
|
1436
|
+
this.setProperty('block-size', value);
|
|
1437
|
+
}
|
|
1438
|
+
get border() {
|
|
1439
|
+
return this.getPropertyValue('border');
|
|
1440
|
+
}
|
|
1441
|
+
set border(value) {
|
|
1442
|
+
this.setProperty('border', value);
|
|
1443
|
+
}
|
|
1444
|
+
get borderBlockEnd() {
|
|
1445
|
+
return this.getPropertyValue('border-block-end');
|
|
1446
|
+
}
|
|
1447
|
+
set borderBlockEnd(value) {
|
|
1448
|
+
this.setProperty('border-block-end', value);
|
|
1449
|
+
}
|
|
1450
|
+
get borderBlockEndColor() {
|
|
1451
|
+
return this.getPropertyValue('border-block-end-color');
|
|
1452
|
+
}
|
|
1453
|
+
set borderBlockEndColor(value) {
|
|
1454
|
+
this.setProperty('border-block-end-color', value);
|
|
1455
|
+
}
|
|
1456
|
+
get borderBlockEndStyle() {
|
|
1457
|
+
return this.getPropertyValue('border-block-end-style');
|
|
1458
|
+
}
|
|
1459
|
+
set borderBlockEndStyle(value) {
|
|
1460
|
+
this.setProperty('border-block-end-style', value);
|
|
1461
|
+
}
|
|
1462
|
+
get borderBlockEndWidth() {
|
|
1463
|
+
return this.getPropertyValue('border-block-end-width');
|
|
1464
|
+
}
|
|
1465
|
+
set borderBlockEndWidth(value) {
|
|
1466
|
+
this.setProperty('border-block-end-width', value);
|
|
1467
|
+
}
|
|
1468
|
+
get borderBlockStart() {
|
|
1469
|
+
return this.getPropertyValue('border-block-start');
|
|
1470
|
+
}
|
|
1471
|
+
set borderBlockStart(value) {
|
|
1472
|
+
this.setProperty('border-block-start', value);
|
|
1473
|
+
}
|
|
1474
|
+
get borderBlockStartColor() {
|
|
1475
|
+
return this.getPropertyValue('border-block-start-color');
|
|
1476
|
+
}
|
|
1477
|
+
set borderBlockStartColor(value) {
|
|
1478
|
+
this.setProperty('border-block-start-color', value);
|
|
1479
|
+
}
|
|
1480
|
+
get borderBlockStartStyle() {
|
|
1481
|
+
return this.getPropertyValue('border-block-start-style');
|
|
1482
|
+
}
|
|
1483
|
+
set borderBlockStartStyle(value) {
|
|
1484
|
+
this.setProperty('border-block-start-style', value);
|
|
1485
|
+
}
|
|
1486
|
+
get borderBlockStartWidth() {
|
|
1487
|
+
return this.getPropertyValue('border-block-start-width');
|
|
1488
|
+
}
|
|
1489
|
+
set borderBlockStartWidth(value) {
|
|
1490
|
+
this.setProperty('border-block-start-width', value);
|
|
1491
|
+
}
|
|
1492
|
+
get borderBottom() {
|
|
1493
|
+
return this.getPropertyValue('border-bottom');
|
|
1494
|
+
}
|
|
1495
|
+
set borderBottom(value) {
|
|
1496
|
+
this.setProperty('border-bottom', value);
|
|
1497
|
+
}
|
|
1498
|
+
get borderBottomColor() {
|
|
1499
|
+
return this.getPropertyValue('border-bottom-color');
|
|
1500
|
+
}
|
|
1501
|
+
set borderBottomColor(value) {
|
|
1502
|
+
this.setProperty('border-bottom-color', value);
|
|
1503
|
+
}
|
|
1504
|
+
get borderBottomLeftRadius() {
|
|
1505
|
+
return this.getPropertyValue('border-bottom-left-radius');
|
|
1506
|
+
}
|
|
1507
|
+
set borderBottomLeftRadius(value) {
|
|
1508
|
+
this.setProperty('border-bottom-left-radius', value);
|
|
1509
|
+
}
|
|
1510
|
+
get borderBottomRightRadius() {
|
|
1511
|
+
return this.getPropertyValue('border-bottom-right-radius');
|
|
1512
|
+
}
|
|
1513
|
+
set borderBottomRightRadius(value) {
|
|
1514
|
+
this.setProperty('border-bottom-right-radius', value);
|
|
1515
|
+
}
|
|
1516
|
+
get borderBottomStyle() {
|
|
1517
|
+
return this.getPropertyValue('border-bottom-style');
|
|
1518
|
+
}
|
|
1519
|
+
set borderBottomStyle(value) {
|
|
1520
|
+
this.setProperty('border-bottom-style', value);
|
|
1521
|
+
}
|
|
1522
|
+
get borderBottomWidth() {
|
|
1523
|
+
return this.getPropertyValue('border-bottom-width');
|
|
1524
|
+
}
|
|
1525
|
+
set borderBottomWidth(value) {
|
|
1526
|
+
this.setProperty('border-bottom-width', value);
|
|
1527
|
+
}
|
|
1528
|
+
get borderCollapse() {
|
|
1529
|
+
return this.getPropertyValue('border-collapse');
|
|
1530
|
+
}
|
|
1531
|
+
set borderCollapse(value) {
|
|
1532
|
+
this.setProperty('border-collapse', value);
|
|
1533
|
+
}
|
|
1534
|
+
get borderColor() {
|
|
1535
|
+
return this.getPropertyValue('border-color');
|
|
1536
|
+
}
|
|
1537
|
+
set borderColor(value) {
|
|
1538
|
+
this.setProperty('border-color', value);
|
|
1539
|
+
}
|
|
1540
|
+
get borderImage() {
|
|
1541
|
+
return this.getPropertyValue('border-image');
|
|
1542
|
+
}
|
|
1543
|
+
set borderImage(value) {
|
|
1544
|
+
this.setProperty('border-image', value);
|
|
1545
|
+
}
|
|
1546
|
+
get borderImageOutset() {
|
|
1547
|
+
return this.getPropertyValue('border-image-outset');
|
|
1548
|
+
}
|
|
1549
|
+
set borderImageOutset(value) {
|
|
1550
|
+
this.setProperty('border-image-outset', value);
|
|
1551
|
+
}
|
|
1552
|
+
get borderImageRepeat() {
|
|
1553
|
+
return this.getPropertyValue('border-image-repeat');
|
|
1554
|
+
}
|
|
1555
|
+
set borderImageRepeat(value) {
|
|
1556
|
+
this.setProperty('border-image-repeat', value);
|
|
1557
|
+
}
|
|
1558
|
+
get borderImageSlice() {
|
|
1559
|
+
return this.getPropertyValue('border-image-slice');
|
|
1560
|
+
}
|
|
1561
|
+
set borderImageSlice(value) {
|
|
1562
|
+
this.setProperty('border-image-slice', value);
|
|
1563
|
+
}
|
|
1564
|
+
get borderImageSource() {
|
|
1565
|
+
return this.getPropertyValue('border-image-source');
|
|
1566
|
+
}
|
|
1567
|
+
set borderImageSource(value) {
|
|
1568
|
+
this.setProperty('border-image-source', value);
|
|
1569
|
+
}
|
|
1570
|
+
get borderImageWidth() {
|
|
1571
|
+
return this.getPropertyValue('border-image-width');
|
|
1572
|
+
}
|
|
1573
|
+
set borderImageWidth(value) {
|
|
1574
|
+
this.setProperty('border-image-width', value);
|
|
1575
|
+
}
|
|
1576
|
+
get borderInlineEnd() {
|
|
1577
|
+
return this.getPropertyValue('border-inline-end');
|
|
1578
|
+
}
|
|
1579
|
+
set borderInlineEnd(value) {
|
|
1580
|
+
this.setProperty('border-inline-end', value);
|
|
1581
|
+
}
|
|
1582
|
+
get borderInlineEndColor() {
|
|
1583
|
+
return this.getPropertyValue('border-inline-end-color');
|
|
1584
|
+
}
|
|
1585
|
+
set borderInlineEndColor(value) {
|
|
1586
|
+
this.setProperty('border-inline-end-color', value);
|
|
1587
|
+
}
|
|
1588
|
+
get borderInlineEndStyle() {
|
|
1589
|
+
return this.getPropertyValue('border-inline-end-style');
|
|
1590
|
+
}
|
|
1591
|
+
set borderInlineEndStyle(value) {
|
|
1592
|
+
this.setProperty('border-inline-end-style', value);
|
|
1593
|
+
}
|
|
1594
|
+
get borderInlineEndWidth() {
|
|
1595
|
+
return this.getPropertyValue('border-inline-end-width');
|
|
1596
|
+
}
|
|
1597
|
+
set borderInlineEndWidth(value) {
|
|
1598
|
+
this.setProperty('border-inline-end-width', value);
|
|
1599
|
+
}
|
|
1600
|
+
get borderInlineStart() {
|
|
1601
|
+
return this.getPropertyValue('border-inline-start');
|
|
1602
|
+
}
|
|
1603
|
+
set borderInlineStart(value) {
|
|
1604
|
+
this.setProperty('border-inline-start', value);
|
|
1605
|
+
}
|
|
1606
|
+
get borderInlineStartColor() {
|
|
1607
|
+
return this.getPropertyValue('border-inline-start-color');
|
|
1608
|
+
}
|
|
1609
|
+
set borderInlineStartColor(value) {
|
|
1610
|
+
this.setProperty('border-inline-start-color', value);
|
|
1611
|
+
}
|
|
1612
|
+
get borderInlineStartStyle() {
|
|
1613
|
+
return this.getPropertyValue('border-inline-start-style');
|
|
1614
|
+
}
|
|
1615
|
+
set borderInlineStartStyle(value) {
|
|
1616
|
+
this.setProperty('border-inline-start-style', value);
|
|
1617
|
+
}
|
|
1618
|
+
get borderInlineStartWidth() {
|
|
1619
|
+
return this.getPropertyValue('border-inline-start-width');
|
|
1620
|
+
}
|
|
1621
|
+
set borderInlineStartWidth(value) {
|
|
1622
|
+
this.setProperty('border-inline-start-width', value);
|
|
1623
|
+
}
|
|
1624
|
+
get borderLeft() {
|
|
1625
|
+
return this.getPropertyValue('border-left');
|
|
1626
|
+
}
|
|
1627
|
+
set borderLeft(value) {
|
|
1628
|
+
this.setProperty('border-left', value);
|
|
1629
|
+
}
|
|
1630
|
+
get borderLeftColor() {
|
|
1631
|
+
return this.getPropertyValue('border-left-color');
|
|
1632
|
+
}
|
|
1633
|
+
set borderLeftColor(value) {
|
|
1634
|
+
this.setProperty('border-left-color', value);
|
|
1635
|
+
}
|
|
1636
|
+
get borderLeftStyle() {
|
|
1637
|
+
return this.getPropertyValue('border-left-style');
|
|
1638
|
+
}
|
|
1639
|
+
set borderLeftStyle(value) {
|
|
1640
|
+
this.setProperty('border-left-style', value);
|
|
1641
|
+
}
|
|
1642
|
+
get borderLeftWidth() {
|
|
1643
|
+
return this.getPropertyValue('border-left-width');
|
|
1644
|
+
}
|
|
1645
|
+
set borderLeftWidth(value) {
|
|
1646
|
+
this.setProperty('border-left-width', value);
|
|
1647
|
+
}
|
|
1648
|
+
get borderRadius() {
|
|
1649
|
+
return this.getPropertyValue('border-radius');
|
|
1650
|
+
}
|
|
1651
|
+
set borderRadius(value) {
|
|
1652
|
+
this.setProperty('border-radius', value);
|
|
1653
|
+
}
|
|
1654
|
+
get borderRight() {
|
|
1655
|
+
return this.getPropertyValue('border-right');
|
|
1656
|
+
}
|
|
1657
|
+
set borderRight(value) {
|
|
1658
|
+
this.setProperty('border-right', value);
|
|
1659
|
+
}
|
|
1660
|
+
get borderRightColor() {
|
|
1661
|
+
return this.getPropertyValue('border-right-color');
|
|
1662
|
+
}
|
|
1663
|
+
set borderRightColor(value) {
|
|
1664
|
+
this.setProperty('border-right-color', value);
|
|
1665
|
+
}
|
|
1666
|
+
get borderRightStyle() {
|
|
1667
|
+
return this.getPropertyValue('border-right-style');
|
|
1668
|
+
}
|
|
1669
|
+
set borderRightStyle(value) {
|
|
1670
|
+
this.setProperty('border-right-style', value);
|
|
1671
|
+
}
|
|
1672
|
+
get borderRightWidth() {
|
|
1673
|
+
return this.getPropertyValue('border-right-width');
|
|
1674
|
+
}
|
|
1675
|
+
set borderRightWidth(value) {
|
|
1676
|
+
this.setProperty('border-right-width', value);
|
|
1677
|
+
}
|
|
1678
|
+
get borderSpacing() {
|
|
1679
|
+
return this.getPropertyValue('border-spacing');
|
|
1680
|
+
}
|
|
1681
|
+
set borderSpacing(value) {
|
|
1682
|
+
this.setProperty('border-spacing', value);
|
|
1683
|
+
}
|
|
1684
|
+
get borderStyle() {
|
|
1685
|
+
return this.getPropertyValue('border-style');
|
|
1686
|
+
}
|
|
1687
|
+
set borderStyle(value) {
|
|
1688
|
+
this.setProperty('border-style', value);
|
|
1689
|
+
}
|
|
1690
|
+
get borderTop() {
|
|
1691
|
+
return this.getPropertyValue('border-top');
|
|
1692
|
+
}
|
|
1693
|
+
set borderTop(value) {
|
|
1694
|
+
this.setProperty('border-top', value);
|
|
1695
|
+
}
|
|
1696
|
+
get borderTopColor() {
|
|
1697
|
+
return this.getPropertyValue('border-top-color');
|
|
1698
|
+
}
|
|
1699
|
+
set borderTopColor(value) {
|
|
1700
|
+
this.setProperty('border-top-color', value);
|
|
1701
|
+
}
|
|
1702
|
+
get borderTopLeftRadius() {
|
|
1703
|
+
return this.getPropertyValue('border-top-left-radius');
|
|
1704
|
+
}
|
|
1705
|
+
set borderTopLeftRadius(value) {
|
|
1706
|
+
this.setProperty('border-top-left-radius', value);
|
|
1707
|
+
}
|
|
1708
|
+
get borderTopRightRadius() {
|
|
1709
|
+
return this.getPropertyValue('border-top-right-radius');
|
|
1710
|
+
}
|
|
1711
|
+
set borderTopRightRadius(value) {
|
|
1712
|
+
this.setProperty('border-top-right-radius', value);
|
|
1713
|
+
}
|
|
1714
|
+
get borderTopStyle() {
|
|
1715
|
+
return this.getPropertyValue('border-top-style');
|
|
1716
|
+
}
|
|
1717
|
+
set borderTopStyle(value) {
|
|
1718
|
+
this.setProperty('border-top-style', value);
|
|
1719
|
+
}
|
|
1720
|
+
get borderTopWidth() {
|
|
1721
|
+
return this.getPropertyValue('border-top-width');
|
|
1722
|
+
}
|
|
1723
|
+
set borderTopWidth(value) {
|
|
1724
|
+
this.setProperty('border-top-width', value);
|
|
1725
|
+
}
|
|
1726
|
+
get borderWidth() {
|
|
1727
|
+
return this.getPropertyValue('border-width');
|
|
1728
|
+
}
|
|
1729
|
+
set borderWidth(value) {
|
|
1730
|
+
this.setProperty('border-width', value);
|
|
1731
|
+
}
|
|
1732
|
+
get borderEndEndRadius() {
|
|
1733
|
+
return this.getPropertyValue('border-end-end-radius');
|
|
1734
|
+
}
|
|
1735
|
+
set borderEndEndRadius(value) {
|
|
1736
|
+
this.setProperty('border-end-end-radius', value);
|
|
1737
|
+
}
|
|
1738
|
+
get borderEndStartRadius() {
|
|
1739
|
+
return this.getPropertyValue('border-end-start-radius');
|
|
1740
|
+
}
|
|
1741
|
+
set borderEndStartRadius(value) {
|
|
1742
|
+
this.setProperty('border-end-start-radius', value);
|
|
1743
|
+
}
|
|
1744
|
+
get borderStartEndRadius() {
|
|
1745
|
+
return this.getPropertyValue('border-start-end-radius');
|
|
1746
|
+
}
|
|
1747
|
+
set borderStartEndRadius(value) {
|
|
1748
|
+
this.setProperty('border-start-end-radius', value);
|
|
1749
|
+
}
|
|
1750
|
+
get borderStartStartRadius() {
|
|
1751
|
+
return this.getPropertyValue('border-start-start-radius');
|
|
1752
|
+
}
|
|
1753
|
+
set borderStartStartRadius(value) {
|
|
1754
|
+
this.setProperty('border-start-start-radius', value);
|
|
1755
|
+
}
|
|
1756
|
+
get bottom() {
|
|
1757
|
+
return this.getPropertyValue('bottom');
|
|
1758
|
+
}
|
|
1759
|
+
set bottom(value) {
|
|
1760
|
+
this.setProperty('bottom', value);
|
|
1761
|
+
}
|
|
1762
|
+
get boxShadow() {
|
|
1763
|
+
return this.getPropertyValue('box-shadow');
|
|
1764
|
+
}
|
|
1765
|
+
set boxShadow(value) {
|
|
1766
|
+
this.setProperty('box-shadow', value);
|
|
1767
|
+
}
|
|
1768
|
+
get boxSizing() {
|
|
1769
|
+
return this.getPropertyValue('box-sizing');
|
|
1770
|
+
}
|
|
1771
|
+
set boxSizing(value) {
|
|
1772
|
+
this.setProperty('box-sizing', value);
|
|
1773
|
+
}
|
|
1774
|
+
get breakAfter() {
|
|
1775
|
+
return this.getPropertyValue('break-after');
|
|
1776
|
+
}
|
|
1777
|
+
set breakAfter(value) {
|
|
1778
|
+
this.setProperty('break-after', value);
|
|
1779
|
+
}
|
|
1780
|
+
get breakBefore() {
|
|
1781
|
+
return this.getPropertyValue('break-before');
|
|
1782
|
+
}
|
|
1783
|
+
set breakBefore(value) {
|
|
1784
|
+
this.setProperty('break-before', value);
|
|
1785
|
+
}
|
|
1786
|
+
get breakInside() {
|
|
1787
|
+
return this.getPropertyValue('break-inside');
|
|
1788
|
+
}
|
|
1789
|
+
set breakInside(value) {
|
|
1790
|
+
this.setProperty('break-inside', value);
|
|
1791
|
+
}
|
|
1792
|
+
get bufferedRendering() {
|
|
1793
|
+
return this.getPropertyValue('buffered-rendering');
|
|
1794
|
+
}
|
|
1795
|
+
set bufferedRendering(value) {
|
|
1796
|
+
this.setProperty('buffered-rendering', value);
|
|
1797
|
+
}
|
|
1798
|
+
get captionSide() {
|
|
1799
|
+
return this.getPropertyValue('caption-side');
|
|
1800
|
+
}
|
|
1801
|
+
set captionSide(value) {
|
|
1802
|
+
this.setProperty('caption-side', value);
|
|
1803
|
+
}
|
|
1804
|
+
get caretColor() {
|
|
1805
|
+
return this.getPropertyValue('caret-color');
|
|
1806
|
+
}
|
|
1807
|
+
set caretColor(value) {
|
|
1808
|
+
this.setProperty('caret-color', value);
|
|
1809
|
+
}
|
|
1810
|
+
get clear() {
|
|
1811
|
+
return this.getPropertyValue('clear');
|
|
1812
|
+
}
|
|
1813
|
+
set clear(value) {
|
|
1814
|
+
this.setProperty('clear', value);
|
|
1815
|
+
}
|
|
1816
|
+
get clip() {
|
|
1817
|
+
return this.getPropertyValue('clip');
|
|
1818
|
+
}
|
|
1819
|
+
set clip(value) {
|
|
1820
|
+
this.setProperty('clip', value);
|
|
1821
|
+
}
|
|
1822
|
+
get clipPath() {
|
|
1823
|
+
return this.getPropertyValue('clip-path');
|
|
1824
|
+
}
|
|
1825
|
+
set clipPath(value) {
|
|
1826
|
+
this.setProperty('clip-path', value);
|
|
1827
|
+
}
|
|
1828
|
+
get clipRule() {
|
|
1829
|
+
return this.getPropertyValue('clip-rule');
|
|
1830
|
+
}
|
|
1831
|
+
set clipRule(value) {
|
|
1832
|
+
this.setProperty('clip-rule', value);
|
|
1833
|
+
}
|
|
1834
|
+
get color() {
|
|
1835
|
+
return this.getPropertyValue('color');
|
|
1836
|
+
}
|
|
1837
|
+
set color(value) {
|
|
1838
|
+
this.setProperty('color', value);
|
|
1839
|
+
}
|
|
1840
|
+
get colorInterpolation() {
|
|
1841
|
+
return this.getPropertyValue('color-interpolation');
|
|
1842
|
+
}
|
|
1843
|
+
set colorInterpolation(value) {
|
|
1844
|
+
this.setProperty('color-interpolation', value);
|
|
1845
|
+
}
|
|
1846
|
+
get colorInterpolationFilters() {
|
|
1847
|
+
return this.getPropertyValue('color-interpolation-filters');
|
|
1848
|
+
}
|
|
1849
|
+
set colorInterpolationFilters(value) {
|
|
1850
|
+
this.setProperty('color-interpolation-filters', value);
|
|
1851
|
+
}
|
|
1852
|
+
get colorRendering() {
|
|
1853
|
+
return this.getPropertyValue('color-rendering');
|
|
1854
|
+
}
|
|
1855
|
+
set colorRendering(value) {
|
|
1856
|
+
this.setProperty('color-rendering', value);
|
|
1857
|
+
}
|
|
1858
|
+
get colorScheme() {
|
|
1859
|
+
return this.getPropertyValue('color-scheme');
|
|
1860
|
+
}
|
|
1861
|
+
set colorScheme(value) {
|
|
1862
|
+
this.setProperty('color-scheme', value);
|
|
1863
|
+
}
|
|
1864
|
+
get columnCount() {
|
|
1865
|
+
return this.getPropertyValue('column-count');
|
|
1866
|
+
}
|
|
1867
|
+
set columnCount(value) {
|
|
1868
|
+
this.setProperty('column-count', value);
|
|
1869
|
+
}
|
|
1870
|
+
get columnFill() {
|
|
1871
|
+
return this.getPropertyValue('column-fill');
|
|
1872
|
+
}
|
|
1873
|
+
set columnFill(value) {
|
|
1874
|
+
this.setProperty('column-fill', value);
|
|
1875
|
+
}
|
|
1876
|
+
get columnGap() {
|
|
1877
|
+
return this.getPropertyValue('column-gap');
|
|
1878
|
+
}
|
|
1879
|
+
set columnGap(value) {
|
|
1880
|
+
this.setProperty('column-gap', value);
|
|
1881
|
+
}
|
|
1882
|
+
get columnRule() {
|
|
1883
|
+
return this.getPropertyValue('column-rule');
|
|
1884
|
+
}
|
|
1885
|
+
set columnRule(value) {
|
|
1886
|
+
this.setProperty('column-rule', value);
|
|
1887
|
+
}
|
|
1888
|
+
get columnRuleColor() {
|
|
1889
|
+
return this.getPropertyValue('column-rule-color');
|
|
1890
|
+
}
|
|
1891
|
+
set columnRuleColor(value) {
|
|
1892
|
+
this.setProperty('column-rule-color', value);
|
|
1893
|
+
}
|
|
1894
|
+
get columnRuleStyle() {
|
|
1895
|
+
return this.getPropertyValue('column-rule-style');
|
|
1896
|
+
}
|
|
1897
|
+
set columnRuleStyle(value) {
|
|
1898
|
+
this.setProperty('column-rule-style', value);
|
|
1899
|
+
}
|
|
1900
|
+
get columnRuleWidth() {
|
|
1901
|
+
return this.getPropertyValue('column-rule-width');
|
|
1902
|
+
}
|
|
1903
|
+
set columnRuleWidth(value) {
|
|
1904
|
+
this.setProperty('column-rule-width', value);
|
|
1905
|
+
}
|
|
1906
|
+
get columnSpan() {
|
|
1907
|
+
return this.getPropertyValue('column-span');
|
|
1908
|
+
}
|
|
1909
|
+
set columnSpan(value) {
|
|
1910
|
+
this.setProperty('column-span', value);
|
|
1911
|
+
}
|
|
1912
|
+
get columnWidth() {
|
|
1913
|
+
return this.getPropertyValue('column-width');
|
|
1914
|
+
}
|
|
1915
|
+
set columnWidth(value) {
|
|
1916
|
+
this.setProperty('column-width', value);
|
|
1917
|
+
}
|
|
1918
|
+
get columns() {
|
|
1919
|
+
return this.getPropertyValue('columns');
|
|
1920
|
+
}
|
|
1921
|
+
set columns(value) {
|
|
1922
|
+
this.setProperty('columns', value);
|
|
1923
|
+
}
|
|
1924
|
+
get contain() {
|
|
1925
|
+
return this.getPropertyValue('contain');
|
|
1926
|
+
}
|
|
1927
|
+
set contain(value) {
|
|
1928
|
+
this.setProperty('contain', value);
|
|
1929
|
+
}
|
|
1930
|
+
get containIntrinsicSize() {
|
|
1931
|
+
return this.getPropertyValue('contain-intrinsic-size');
|
|
1932
|
+
}
|
|
1933
|
+
set containIntrinsicSize(value) {
|
|
1934
|
+
this.setProperty('contain-intrinsic-size', value);
|
|
1935
|
+
}
|
|
1936
|
+
get content() {
|
|
1937
|
+
return this.getPropertyValue('content');
|
|
1938
|
+
}
|
|
1939
|
+
set content(value) {
|
|
1940
|
+
this.setProperty('content', value);
|
|
1941
|
+
}
|
|
1942
|
+
get contentVisibility() {
|
|
1943
|
+
return this.getPropertyValue('content-visibility');
|
|
1944
|
+
}
|
|
1945
|
+
set contentVisibility(value) {
|
|
1946
|
+
this.setProperty('content-visibility', value);
|
|
1947
|
+
}
|
|
1948
|
+
get counterIncrement() {
|
|
1949
|
+
return this.getPropertyValue('counter-increment');
|
|
1950
|
+
}
|
|
1951
|
+
set counterIncrement(value) {
|
|
1952
|
+
this.setProperty('counter-increment', value);
|
|
1953
|
+
}
|
|
1954
|
+
get counterReset() {
|
|
1955
|
+
return this.getPropertyValue('counter-reset');
|
|
1956
|
+
}
|
|
1957
|
+
set counterReset(value) {
|
|
1958
|
+
this.setProperty('counter-reset', value);
|
|
1959
|
+
}
|
|
1960
|
+
get counterSet() {
|
|
1961
|
+
return this.getPropertyValue('counter-set');
|
|
1962
|
+
}
|
|
1963
|
+
set counterSet(value) {
|
|
1964
|
+
this.setProperty('counter-set', value);
|
|
1965
|
+
}
|
|
1966
|
+
get containIntrinsicBlockSize() {
|
|
1967
|
+
return this.getPropertyValue('contain-intrinsic-block-size');
|
|
1968
|
+
}
|
|
1969
|
+
set containIntrinsicBlockSize(value) {
|
|
1970
|
+
this.setProperty('contain-intrinsic-block-size', value);
|
|
1971
|
+
}
|
|
1972
|
+
get containIntrinsicHeight() {
|
|
1973
|
+
return this.getPropertyValue('contain-intrinsic-height');
|
|
1974
|
+
}
|
|
1975
|
+
set containIntrinsicHeight(value) {
|
|
1976
|
+
this.setProperty('contain-intrinsic-height', value);
|
|
1977
|
+
}
|
|
1978
|
+
get containIntrinsicInlineSize() {
|
|
1979
|
+
return this.getPropertyValue('contain-intrinsic-inline-size');
|
|
1980
|
+
}
|
|
1981
|
+
set containIntrinsicInlineSize(value) {
|
|
1982
|
+
this.setProperty('contain-intrinsic-inline-size', value);
|
|
1983
|
+
}
|
|
1984
|
+
get containIntrinsicWidth() {
|
|
1985
|
+
return this.getPropertyValue('contain-intrinsic-width');
|
|
1986
|
+
}
|
|
1987
|
+
set containIntrinsicWidth(value) {
|
|
1988
|
+
this.setProperty('contain-intrinsic-width', value);
|
|
1989
|
+
}
|
|
1990
|
+
get cssFloat() {
|
|
1991
|
+
return this.getPropertyValue('css-float');
|
|
1992
|
+
}
|
|
1993
|
+
set cssFloat(value) {
|
|
1994
|
+
this.setProperty('css-float', value);
|
|
1995
|
+
}
|
|
1996
|
+
get cursor() {
|
|
1997
|
+
return this.getPropertyValue('cursor');
|
|
1998
|
+
}
|
|
1999
|
+
set cursor(value) {
|
|
2000
|
+
this.setProperty('cursor', value);
|
|
2001
|
+
}
|
|
2002
|
+
get cx() {
|
|
2003
|
+
return this.getPropertyValue('cx');
|
|
2004
|
+
}
|
|
2005
|
+
set cx(value) {
|
|
2006
|
+
this.setProperty('cx', value);
|
|
2007
|
+
}
|
|
2008
|
+
get cy() {
|
|
2009
|
+
return this.getPropertyValue('cy');
|
|
2010
|
+
}
|
|
2011
|
+
set cy(value) {
|
|
2012
|
+
this.setProperty('cy', value);
|
|
2013
|
+
}
|
|
2014
|
+
get d() {
|
|
2015
|
+
return this.getPropertyValue('d');
|
|
2016
|
+
}
|
|
2017
|
+
set d(value) {
|
|
2018
|
+
this.setProperty('d', value);
|
|
2019
|
+
}
|
|
2020
|
+
get direction() {
|
|
2021
|
+
return this.getPropertyValue('direction');
|
|
2022
|
+
}
|
|
2023
|
+
set direction(value) {
|
|
2024
|
+
this.setProperty('direction', value);
|
|
2025
|
+
}
|
|
2026
|
+
get display() {
|
|
2027
|
+
return this.getPropertyValue('display');
|
|
2028
|
+
}
|
|
2029
|
+
set display(value) {
|
|
2030
|
+
this.setProperty('display', value);
|
|
2031
|
+
}
|
|
2032
|
+
get dominantBaseline() {
|
|
2033
|
+
return this.getPropertyValue('dominant-baseline');
|
|
2034
|
+
}
|
|
2035
|
+
set dominantBaseline(value) {
|
|
2036
|
+
this.setProperty('dominant-baseline', value);
|
|
2037
|
+
}
|
|
2038
|
+
get emptyCells() {
|
|
2039
|
+
return this.getPropertyValue('empty-cells');
|
|
2040
|
+
}
|
|
2041
|
+
set emptyCells(value) {
|
|
2042
|
+
this.setProperty('empty-cells', value);
|
|
2043
|
+
}
|
|
2044
|
+
get fill() {
|
|
2045
|
+
return this.getPropertyValue('fill');
|
|
2046
|
+
}
|
|
2047
|
+
set fill(value) {
|
|
2048
|
+
this.setProperty('fill', value);
|
|
2049
|
+
}
|
|
2050
|
+
get fillOpacity() {
|
|
2051
|
+
return this.getPropertyValue('fill-opacity');
|
|
2052
|
+
}
|
|
2053
|
+
set fillOpacity(value) {
|
|
2054
|
+
this.setProperty('fill-opacity', value);
|
|
2055
|
+
}
|
|
2056
|
+
get fillRule() {
|
|
2057
|
+
return this.getPropertyValue('fill-rule');
|
|
2058
|
+
}
|
|
2059
|
+
set fillRule(value) {
|
|
2060
|
+
this.setProperty('fill-rule', value);
|
|
2061
|
+
}
|
|
2062
|
+
get filter() {
|
|
2063
|
+
return this.getPropertyValue('filter');
|
|
2064
|
+
}
|
|
2065
|
+
set filter(value) {
|
|
2066
|
+
this.setProperty('filter', value);
|
|
2067
|
+
}
|
|
2068
|
+
get flex() {
|
|
2069
|
+
return this.getPropertyValue('flex');
|
|
2070
|
+
}
|
|
2071
|
+
set flex(value) {
|
|
2072
|
+
this.setProperty('flex', value);
|
|
2073
|
+
}
|
|
2074
|
+
get flexBasis() {
|
|
2075
|
+
return this.getPropertyValue('flex-basis');
|
|
2076
|
+
}
|
|
2077
|
+
set flexBasis(value) {
|
|
2078
|
+
this.setProperty('flex-basis', value);
|
|
2079
|
+
}
|
|
2080
|
+
get flexDirection() {
|
|
2081
|
+
return this.getPropertyValue('flex-direction');
|
|
2082
|
+
}
|
|
2083
|
+
set flexDirection(value) {
|
|
2084
|
+
this.setProperty('flex-direction', value);
|
|
2085
|
+
}
|
|
2086
|
+
get flexFlow() {
|
|
2087
|
+
return this.getPropertyValue('flex-flow');
|
|
2088
|
+
}
|
|
2089
|
+
set flexFlow(value) {
|
|
2090
|
+
this.setProperty('flex-flow', value);
|
|
2091
|
+
}
|
|
2092
|
+
get flexGrow() {
|
|
2093
|
+
return this.getPropertyValue('flex-grow');
|
|
2094
|
+
}
|
|
2095
|
+
set flexGrow(value) {
|
|
2096
|
+
this.setProperty('flex-grow', value);
|
|
2097
|
+
}
|
|
2098
|
+
get flexShrink() {
|
|
2099
|
+
return this.getPropertyValue('flex-shrink');
|
|
2100
|
+
}
|
|
2101
|
+
set flexShrink(value) {
|
|
2102
|
+
this.setProperty('flex-shrink', value);
|
|
2103
|
+
}
|
|
2104
|
+
get flexWrap() {
|
|
2105
|
+
return this.getPropertyValue('flex-wrap');
|
|
2106
|
+
}
|
|
2107
|
+
set flexWrap(value) {
|
|
2108
|
+
this.setProperty('flex-wrap', value);
|
|
2109
|
+
}
|
|
2110
|
+
get float() {
|
|
2111
|
+
return this.getPropertyValue('float');
|
|
2112
|
+
}
|
|
2113
|
+
set float(value) {
|
|
2114
|
+
this.setProperty('float', value);
|
|
2115
|
+
}
|
|
2116
|
+
get floodColor() {
|
|
2117
|
+
return this.getPropertyValue('flood-color');
|
|
2118
|
+
}
|
|
2119
|
+
set floodColor(value) {
|
|
2120
|
+
this.setProperty('flood-color', value);
|
|
2121
|
+
}
|
|
2122
|
+
get floodOpacity() {
|
|
2123
|
+
return this.getPropertyValue('flood-opacity');
|
|
2124
|
+
}
|
|
2125
|
+
set floodOpacity(value) {
|
|
2126
|
+
this.setProperty('flood-opacity', value);
|
|
2127
|
+
}
|
|
2128
|
+
get font() {
|
|
2129
|
+
return this.getPropertyValue('font');
|
|
2130
|
+
}
|
|
2131
|
+
set font(value) {
|
|
2132
|
+
this.setProperty('font', value);
|
|
2133
|
+
}
|
|
2134
|
+
get fontDisplay() {
|
|
2135
|
+
return this.getPropertyValue('font-display');
|
|
2136
|
+
}
|
|
2137
|
+
set fontDisplay(value) {
|
|
2138
|
+
this.setProperty('font-display', value);
|
|
2139
|
+
}
|
|
2140
|
+
get fontFamily() {
|
|
2141
|
+
return this.getPropertyValue('font-family');
|
|
2142
|
+
}
|
|
2143
|
+
set fontFamily(value) {
|
|
2144
|
+
this.setProperty('font-family', value);
|
|
2145
|
+
}
|
|
2146
|
+
get fontFeatureSettings() {
|
|
2147
|
+
return this.getPropertyValue('font-feature-settings');
|
|
2148
|
+
}
|
|
2149
|
+
set fontFeatureSettings(value) {
|
|
2150
|
+
this.setProperty('font-feature-settings', value);
|
|
2151
|
+
}
|
|
2152
|
+
get fontKerning() {
|
|
2153
|
+
return this.getPropertyValue('font-kerning');
|
|
2154
|
+
}
|
|
2155
|
+
set fontKerning(value) {
|
|
2156
|
+
this.setProperty('font-kerning', value);
|
|
2157
|
+
}
|
|
2158
|
+
get fontOpticalSizing() {
|
|
2159
|
+
return this.getPropertyValue('font-optical-sizing');
|
|
2160
|
+
}
|
|
2161
|
+
set fontOpticalSizing(value) {
|
|
2162
|
+
this.setProperty('font-optical-sizing', value);
|
|
2163
|
+
}
|
|
2164
|
+
get fontSize() {
|
|
2165
|
+
return this.getPropertyValue('font-size');
|
|
2166
|
+
}
|
|
2167
|
+
set fontSize(value) {
|
|
2168
|
+
this.setProperty('font-size', value);
|
|
2169
|
+
}
|
|
2170
|
+
get fontStretch() {
|
|
2171
|
+
return this.getPropertyValue('font-stretch');
|
|
2172
|
+
}
|
|
2173
|
+
set fontStretch(value) {
|
|
2174
|
+
this.setProperty('font-stretch', value);
|
|
2175
|
+
}
|
|
2176
|
+
get fontStyle() {
|
|
2177
|
+
return this.getPropertyValue('font-style');
|
|
2178
|
+
}
|
|
2179
|
+
set fontStyle(value) {
|
|
2180
|
+
this.setProperty('font-style', value);
|
|
2181
|
+
}
|
|
2182
|
+
get fontVariant() {
|
|
2183
|
+
return this.getPropertyValue('font-variant');
|
|
2184
|
+
}
|
|
2185
|
+
set fontVariant(value) {
|
|
2186
|
+
this.setProperty('font-variant', value);
|
|
2187
|
+
}
|
|
2188
|
+
get fontVariantCaps() {
|
|
2189
|
+
return this.getPropertyValue('font-variant-caps');
|
|
2190
|
+
}
|
|
2191
|
+
set fontVariantCaps(value) {
|
|
2192
|
+
this.setProperty('font-variant-caps', value);
|
|
2193
|
+
}
|
|
2194
|
+
get fontVariantEastAsian() {
|
|
2195
|
+
return this.getPropertyValue('font-variant-east-asian');
|
|
2196
|
+
}
|
|
2197
|
+
set fontVariantEastAsian(value) {
|
|
2198
|
+
this.setProperty('font-variant-east-asian', value);
|
|
2199
|
+
}
|
|
2200
|
+
get fontVariantLigatures() {
|
|
2201
|
+
return this.getPropertyValue('font-variant-ligatures');
|
|
2202
|
+
}
|
|
2203
|
+
set fontVariantLigatures(value) {
|
|
2204
|
+
this.setProperty('font-variant-ligatures', value);
|
|
2205
|
+
}
|
|
2206
|
+
get fontVariantNumeric() {
|
|
2207
|
+
return this.getPropertyValue('font-variant-numeric');
|
|
2208
|
+
}
|
|
2209
|
+
set fontVariantNumeric(value) {
|
|
2210
|
+
this.setProperty('font-variant-numeric', value);
|
|
2211
|
+
}
|
|
2212
|
+
get fontVariationSettings() {
|
|
2213
|
+
return this.getPropertyValue('font-variation-settings');
|
|
2214
|
+
}
|
|
2215
|
+
set fontVariationSettings(value) {
|
|
2216
|
+
this.setProperty('font-variation-settings', value);
|
|
2217
|
+
}
|
|
2218
|
+
get fontPalette() {
|
|
2219
|
+
return this.getPropertyValue('font-palette');
|
|
2220
|
+
}
|
|
2221
|
+
set fontPalette(value) {
|
|
2222
|
+
this.setProperty('font-palette', value);
|
|
2223
|
+
}
|
|
2224
|
+
get fontSynthesisSmallCaps() {
|
|
2225
|
+
return this.getPropertyValue('font-synthesis-small-caps');
|
|
2226
|
+
}
|
|
2227
|
+
set fontSynthesisSmallCaps(value) {
|
|
2228
|
+
this.setProperty('font-synthesis-small-caps', value);
|
|
2229
|
+
}
|
|
2230
|
+
get fontSynthesisStyle() {
|
|
2231
|
+
return this.getPropertyValue('font-synthesis-style');
|
|
2232
|
+
}
|
|
2233
|
+
set fontSynthesisStyle(value) {
|
|
2234
|
+
this.setProperty('font-synthesis-style', value);
|
|
2235
|
+
}
|
|
2236
|
+
get fontSynthesisWeight() {
|
|
2237
|
+
return this.getPropertyValue('font-synthesis-weight');
|
|
2238
|
+
}
|
|
2239
|
+
set fontSynthesisWeight(value) {
|
|
2240
|
+
this.setProperty('font-synthesis-weight', value);
|
|
2241
|
+
}
|
|
2242
|
+
get fontWeight() {
|
|
2243
|
+
return this.getPropertyValue('font-weight');
|
|
2244
|
+
}
|
|
2245
|
+
set fontWeight(value) {
|
|
2246
|
+
this.setProperty('font-weight', value);
|
|
2247
|
+
}
|
|
2248
|
+
get gap() {
|
|
2249
|
+
return this.getPropertyValue('gap');
|
|
2250
|
+
}
|
|
2251
|
+
set gap(value) {
|
|
2252
|
+
this.setProperty('gap', value);
|
|
2253
|
+
}
|
|
2254
|
+
get grid() {
|
|
2255
|
+
return this.getPropertyValue('grid');
|
|
2256
|
+
}
|
|
2257
|
+
set grid(value) {
|
|
2258
|
+
this.setProperty('grid', value);
|
|
2259
|
+
}
|
|
2260
|
+
get gridArea() {
|
|
2261
|
+
return this.getPropertyValue('grid-area');
|
|
2262
|
+
}
|
|
2263
|
+
set gridArea(value) {
|
|
2264
|
+
this.setProperty('grid-area', value);
|
|
2265
|
+
}
|
|
2266
|
+
get gridAutoColumns() {
|
|
2267
|
+
return this.getPropertyValue('grid-auto-columns');
|
|
2268
|
+
}
|
|
2269
|
+
set gridAutoColumns(value) {
|
|
2270
|
+
this.setProperty('grid-auto-columns', value);
|
|
2271
|
+
}
|
|
2272
|
+
get gridAutoFlow() {
|
|
2273
|
+
return this.getPropertyValue('grid-auto-flow');
|
|
2274
|
+
}
|
|
2275
|
+
set gridAutoFlow(value) {
|
|
2276
|
+
this.setProperty('grid-auto-flow', value);
|
|
2277
|
+
}
|
|
2278
|
+
get gridAutoRows() {
|
|
2279
|
+
return this.getPropertyValue('grid-auto-rows');
|
|
2280
|
+
}
|
|
2281
|
+
set gridAutoRows(value) {
|
|
2282
|
+
this.setProperty('grid-auto-rows', value);
|
|
2283
|
+
}
|
|
2284
|
+
get gridColumn() {
|
|
2285
|
+
return this.getPropertyValue('grid-column');
|
|
2286
|
+
}
|
|
2287
|
+
set gridColumn(value) {
|
|
2288
|
+
this.setProperty('grid-column', value);
|
|
2289
|
+
}
|
|
2290
|
+
get gridColumnEnd() {
|
|
2291
|
+
return this.getPropertyValue('grid-column-end');
|
|
2292
|
+
}
|
|
2293
|
+
set gridColumnEnd(value) {
|
|
2294
|
+
this.setProperty('grid-column-end', value);
|
|
2295
|
+
}
|
|
2296
|
+
get gridColumnGap() {
|
|
2297
|
+
return this.getPropertyValue('grid-column-gap');
|
|
2298
|
+
}
|
|
2299
|
+
set gridColumnGap(value) {
|
|
2300
|
+
this.setProperty('grid-column-gap', value);
|
|
2301
|
+
}
|
|
2302
|
+
get gridColumnStart() {
|
|
2303
|
+
return this.getPropertyValue('grid-column-start');
|
|
2304
|
+
}
|
|
2305
|
+
set gridColumnStart(value) {
|
|
2306
|
+
this.setProperty('grid-column-start', value);
|
|
2307
|
+
}
|
|
2308
|
+
get gridGap() {
|
|
2309
|
+
return this.getPropertyValue('grid-gap');
|
|
2310
|
+
}
|
|
2311
|
+
set gridGap(value) {
|
|
2312
|
+
this.setProperty('grid-gap', value);
|
|
2313
|
+
}
|
|
2314
|
+
get gridRow() {
|
|
2315
|
+
return this.getPropertyValue('grid-row');
|
|
2316
|
+
}
|
|
2317
|
+
set gridRow(value) {
|
|
2318
|
+
this.setProperty('grid-row', value);
|
|
2319
|
+
}
|
|
2320
|
+
get gridRowEnd() {
|
|
2321
|
+
return this.getPropertyValue('grid-row-end');
|
|
2322
|
+
}
|
|
2323
|
+
set gridRowEnd(value) {
|
|
2324
|
+
this.setProperty('grid-row-end', value);
|
|
2325
|
+
}
|
|
2326
|
+
get gridRowGap() {
|
|
2327
|
+
return this.getPropertyValue('grid-row-gap');
|
|
2328
|
+
}
|
|
2329
|
+
set gridRowGap(value) {
|
|
2330
|
+
this.setProperty('grid-row-gap', value);
|
|
2331
|
+
}
|
|
2332
|
+
get gridRowStart() {
|
|
2333
|
+
return this.getPropertyValue('grid-row-start');
|
|
2334
|
+
}
|
|
2335
|
+
set gridRowStart(value) {
|
|
2336
|
+
this.setProperty('grid-row-start', value);
|
|
2337
|
+
}
|
|
2338
|
+
get gridTemplate() {
|
|
2339
|
+
return this.getPropertyValue('grid-template');
|
|
2340
|
+
}
|
|
2341
|
+
set gridTemplate(value) {
|
|
2342
|
+
this.setProperty('grid-template', value);
|
|
2343
|
+
}
|
|
2344
|
+
get gridTemplateAreas() {
|
|
2345
|
+
return this.getPropertyValue('grid-template-areas');
|
|
2346
|
+
}
|
|
2347
|
+
set gridTemplateAreas(value) {
|
|
2348
|
+
this.setProperty('grid-template-areas', value);
|
|
2349
|
+
}
|
|
2350
|
+
get gridTemplateColumns() {
|
|
2351
|
+
return this.getPropertyValue('grid-template-columns');
|
|
2352
|
+
}
|
|
2353
|
+
set gridTemplateColumns(value) {
|
|
2354
|
+
this.setProperty('grid-template-columns', value);
|
|
2355
|
+
}
|
|
2356
|
+
get gridTemplateRows() {
|
|
2357
|
+
return this.getPropertyValue('grid-template-rows');
|
|
2358
|
+
}
|
|
2359
|
+
set gridTemplateRows(value) {
|
|
2360
|
+
this.setProperty('grid-template-rows', value);
|
|
2361
|
+
}
|
|
2362
|
+
get height() {
|
|
2363
|
+
return this.getPropertyValue('height');
|
|
2364
|
+
}
|
|
2365
|
+
set height(value) {
|
|
2366
|
+
this.setProperty('height', value);
|
|
2367
|
+
}
|
|
2368
|
+
get hyphens() {
|
|
2369
|
+
return this.getPropertyValue('hyphens');
|
|
2370
|
+
}
|
|
2371
|
+
set hyphens(value) {
|
|
2372
|
+
this.setProperty('hyphens', value);
|
|
2373
|
+
}
|
|
2374
|
+
get imageOrientation() {
|
|
2375
|
+
return this.getPropertyValue('image-orientation');
|
|
2376
|
+
}
|
|
2377
|
+
set imageOrientation(value) {
|
|
2378
|
+
this.setProperty('image-orientation', value);
|
|
2379
|
+
}
|
|
2380
|
+
get imageRendering() {
|
|
2381
|
+
return this.getPropertyValue('image-rendering');
|
|
2382
|
+
}
|
|
2383
|
+
set imageRendering(value) {
|
|
2384
|
+
this.setProperty('image-rendering', value);
|
|
2385
|
+
}
|
|
2386
|
+
get inherits() {
|
|
2387
|
+
return this.getPropertyValue('inherits');
|
|
2388
|
+
}
|
|
2389
|
+
set inherits(value) {
|
|
2390
|
+
this.setProperty('inherits', value);
|
|
2391
|
+
}
|
|
2392
|
+
get initialValue() {
|
|
2393
|
+
return this.getPropertyValue('initial-value');
|
|
2394
|
+
}
|
|
2395
|
+
set initialValue(value) {
|
|
2396
|
+
this.setProperty('initial-value', value);
|
|
2397
|
+
}
|
|
2398
|
+
get inlineSize() {
|
|
2399
|
+
return this.getPropertyValue('inline-size');
|
|
2400
|
+
}
|
|
2401
|
+
set inlineSize(value) {
|
|
2402
|
+
this.setProperty('inline-size', value);
|
|
2403
|
+
}
|
|
2404
|
+
get isolation() {
|
|
2405
|
+
return this.getPropertyValue('isolation');
|
|
2406
|
+
}
|
|
2407
|
+
set isolation(value) {
|
|
2408
|
+
this.setProperty('isolation', value);
|
|
2409
|
+
}
|
|
2410
|
+
get insetBlockEnd() {
|
|
2411
|
+
return this.getPropertyValue('inset-block-end');
|
|
2412
|
+
}
|
|
2413
|
+
set insetBlockEnd(value) {
|
|
2414
|
+
this.setProperty('inset-block-end', value);
|
|
2415
|
+
}
|
|
2416
|
+
get insetBlockStart() {
|
|
2417
|
+
return this.getPropertyValue('inset-block-start');
|
|
2418
|
+
}
|
|
2419
|
+
set insetBlockStart(value) {
|
|
2420
|
+
this.setProperty('inset-block-start', value);
|
|
2421
|
+
}
|
|
2422
|
+
get insetInlineEnd() {
|
|
2423
|
+
return this.getPropertyValue('inset-inline-end');
|
|
2424
|
+
}
|
|
2425
|
+
set insetInlineEnd(value) {
|
|
2426
|
+
this.setProperty('inset-inline-end', value);
|
|
2427
|
+
}
|
|
2428
|
+
get insetInlineStart() {
|
|
2429
|
+
return this.getPropertyValue('inset-inline-start');
|
|
2430
|
+
}
|
|
2431
|
+
set insetInlineStart(value) {
|
|
2432
|
+
this.setProperty('inset-inline-start', value);
|
|
2433
|
+
}
|
|
2434
|
+
get justifyContent() {
|
|
2435
|
+
return this.getPropertyValue('justify-content');
|
|
2436
|
+
}
|
|
2437
|
+
set justifyContent(value) {
|
|
2438
|
+
this.setProperty('justify-content', value);
|
|
2439
|
+
}
|
|
2440
|
+
get justifyItems() {
|
|
2441
|
+
return this.getPropertyValue('justify-items');
|
|
2442
|
+
}
|
|
2443
|
+
set justifyItems(value) {
|
|
2444
|
+
this.setProperty('justify-items', value);
|
|
2445
|
+
}
|
|
2446
|
+
get justifySelf() {
|
|
2447
|
+
return this.getPropertyValue('justify-self');
|
|
2448
|
+
}
|
|
2449
|
+
set justifySelf(value) {
|
|
2450
|
+
this.setProperty('justify-self', value);
|
|
2451
|
+
}
|
|
2452
|
+
get left() {
|
|
2453
|
+
return this.getPropertyValue('left');
|
|
2454
|
+
}
|
|
2455
|
+
set left(value) {
|
|
2456
|
+
this.setProperty('left', value);
|
|
2457
|
+
}
|
|
2458
|
+
get letterSpacing() {
|
|
2459
|
+
return this.getPropertyValue('letter-spacing');
|
|
2460
|
+
}
|
|
2461
|
+
set letterSpacing(value) {
|
|
2462
|
+
this.setProperty('letter-spacing', value);
|
|
2463
|
+
}
|
|
2464
|
+
get lightingColor() {
|
|
2465
|
+
return this.getPropertyValue('lighting-color');
|
|
2466
|
+
}
|
|
2467
|
+
set lightingColor(value) {
|
|
2468
|
+
this.setProperty('lighting-color', value);
|
|
2469
|
+
}
|
|
2470
|
+
get lineBreak() {
|
|
2471
|
+
return this.getPropertyValue('line-break');
|
|
2472
|
+
}
|
|
2473
|
+
set lineBreak(value) {
|
|
2474
|
+
this.setProperty('line-break', value);
|
|
2475
|
+
}
|
|
2476
|
+
get lineHeight() {
|
|
2477
|
+
return this.getPropertyValue('line-height');
|
|
2478
|
+
}
|
|
2479
|
+
set lineHeight(value) {
|
|
2480
|
+
this.setProperty('line-height', value);
|
|
2481
|
+
}
|
|
2482
|
+
get listStyle() {
|
|
2483
|
+
return this.getPropertyValue('list-style');
|
|
2484
|
+
}
|
|
2485
|
+
set listStyle(value) {
|
|
2486
|
+
this.setProperty('list-style', value);
|
|
2487
|
+
}
|
|
2488
|
+
get listStyleImage() {
|
|
2489
|
+
return this.getPropertyValue('list-style-image');
|
|
2490
|
+
}
|
|
2491
|
+
set listStyleImage(value) {
|
|
2492
|
+
this.setProperty('list-style-image', value);
|
|
2493
|
+
}
|
|
2494
|
+
get listStylePosition() {
|
|
2495
|
+
return this.getPropertyValue('list-style-position');
|
|
2496
|
+
}
|
|
2497
|
+
set listStylePosition(value) {
|
|
2498
|
+
this.setProperty('list-style-position', value);
|
|
2499
|
+
}
|
|
2500
|
+
get listStyleType() {
|
|
2501
|
+
return this.getPropertyValue('list-style-type');
|
|
2502
|
+
}
|
|
2503
|
+
set listStyleType(value) {
|
|
2504
|
+
this.setProperty('list-style-type', value);
|
|
2505
|
+
}
|
|
2506
|
+
get margin() {
|
|
2507
|
+
return this.getPropertyValue('margin');
|
|
2508
|
+
}
|
|
2509
|
+
set margin(value) {
|
|
2510
|
+
this.setProperty('margin', value);
|
|
2511
|
+
}
|
|
2512
|
+
get marginBlockEnd() {
|
|
2513
|
+
return this.getPropertyValue('margin-block-end');
|
|
2514
|
+
}
|
|
2515
|
+
set marginBlockEnd(value) {
|
|
2516
|
+
this.setProperty('margin-block-end', value);
|
|
2517
|
+
}
|
|
2518
|
+
get marginBlockStart() {
|
|
2519
|
+
return this.getPropertyValue('margin-block-start');
|
|
2520
|
+
}
|
|
2521
|
+
set marginBlockStart(value) {
|
|
2522
|
+
this.setProperty('margin-block-start', value);
|
|
2523
|
+
}
|
|
2524
|
+
get marginBottom() {
|
|
2525
|
+
return this.getPropertyValue('margin-bottom');
|
|
2526
|
+
}
|
|
2527
|
+
set marginBottom(value) {
|
|
2528
|
+
this.setProperty('margin-bottom', value);
|
|
2529
|
+
}
|
|
2530
|
+
get marginInlineEnd() {
|
|
2531
|
+
return this.getPropertyValue('margin-inline-end');
|
|
2532
|
+
}
|
|
2533
|
+
set marginInlineEnd(value) {
|
|
2534
|
+
this.setProperty('margin-inline-end', value);
|
|
2535
|
+
}
|
|
2536
|
+
get marginInlineStart() {
|
|
2537
|
+
return this.getPropertyValue('margin-inline-start');
|
|
2538
|
+
}
|
|
2539
|
+
set marginInlineStart(value) {
|
|
2540
|
+
this.setProperty('margin-inline-start', value);
|
|
2541
|
+
}
|
|
2542
|
+
get marginLeft() {
|
|
2543
|
+
return this.getPropertyValue('margin-left');
|
|
2544
|
+
}
|
|
2545
|
+
set marginLeft(value) {
|
|
2546
|
+
this.setProperty('margin-left', value);
|
|
2547
|
+
}
|
|
2548
|
+
get marginRight() {
|
|
2549
|
+
return this.getPropertyValue('margin-right');
|
|
2550
|
+
}
|
|
2551
|
+
set marginRight(value) {
|
|
2552
|
+
this.setProperty('margin-right', value);
|
|
2553
|
+
}
|
|
2554
|
+
get marginTop() {
|
|
2555
|
+
return this.getPropertyValue('margin-top');
|
|
2556
|
+
}
|
|
2557
|
+
set marginTop(value) {
|
|
2558
|
+
this.setProperty('margin-top', value);
|
|
2559
|
+
}
|
|
2560
|
+
get marker() {
|
|
2561
|
+
return this.getPropertyValue('marker');
|
|
2562
|
+
}
|
|
2563
|
+
set marker(value) {
|
|
2564
|
+
this.setProperty('marker', value);
|
|
2565
|
+
}
|
|
2566
|
+
get markerEnd() {
|
|
2567
|
+
return this.getPropertyValue('marker-end');
|
|
2568
|
+
}
|
|
2569
|
+
set markerEnd(value) {
|
|
2570
|
+
this.setProperty('marker-end', value);
|
|
2571
|
+
}
|
|
2572
|
+
get markerMid() {
|
|
2573
|
+
return this.getPropertyValue('marker-mid');
|
|
2574
|
+
}
|
|
2575
|
+
set markerMid(value) {
|
|
2576
|
+
this.setProperty('marker-mid', value);
|
|
2577
|
+
}
|
|
2578
|
+
get markerStart() {
|
|
2579
|
+
return this.getPropertyValue('marker-start');
|
|
2580
|
+
}
|
|
2581
|
+
set markerStart(value) {
|
|
2582
|
+
this.setProperty('marker-start', value);
|
|
2583
|
+
}
|
|
2584
|
+
get mask() {
|
|
2585
|
+
return this.getPropertyValue('mask');
|
|
2586
|
+
}
|
|
2587
|
+
set mask(value) {
|
|
2588
|
+
this.setProperty('mask', value);
|
|
2589
|
+
}
|
|
2590
|
+
get maskType() {
|
|
2591
|
+
return this.getPropertyValue('mask-type');
|
|
2592
|
+
}
|
|
2593
|
+
set maskType(value) {
|
|
2594
|
+
this.setProperty('mask-type', value);
|
|
2595
|
+
}
|
|
2596
|
+
get maxBlockSize() {
|
|
2597
|
+
return this.getPropertyValue('max-block-size');
|
|
2598
|
+
}
|
|
2599
|
+
set maxBlockSize(value) {
|
|
2600
|
+
this.setProperty('max-block-size', value);
|
|
2601
|
+
}
|
|
2602
|
+
get maxHeight() {
|
|
2603
|
+
return this.getPropertyValue('max-height');
|
|
2604
|
+
}
|
|
2605
|
+
set maxHeight(value) {
|
|
2606
|
+
this.setProperty('max-height', value);
|
|
2607
|
+
}
|
|
2608
|
+
get maxInlineSize() {
|
|
2609
|
+
return this.getPropertyValue('max-inline-size');
|
|
2610
|
+
}
|
|
2611
|
+
set maxInlineSize(value) {
|
|
2612
|
+
this.setProperty('max-inline-size', value);
|
|
2613
|
+
}
|
|
2614
|
+
get maxWidth() {
|
|
2615
|
+
return this.getPropertyValue('max-width');
|
|
2616
|
+
}
|
|
2617
|
+
set maxWidth(value) {
|
|
2618
|
+
this.setProperty('max-width', value);
|
|
2619
|
+
}
|
|
2620
|
+
get maxZoom() {
|
|
2621
|
+
return this.getPropertyValue('max-zoom');
|
|
2622
|
+
}
|
|
2623
|
+
set maxZoom(value) {
|
|
2624
|
+
this.setProperty('max-zoom', value);
|
|
2625
|
+
}
|
|
2626
|
+
get minBlockSize() {
|
|
2627
|
+
return this.getPropertyValue('min-block-size');
|
|
2628
|
+
}
|
|
2629
|
+
set minBlockSize(value) {
|
|
2630
|
+
this.setProperty('min-block-size', value);
|
|
2631
|
+
}
|
|
2632
|
+
get minHeight() {
|
|
2633
|
+
return this.getPropertyValue('min-height');
|
|
2634
|
+
}
|
|
2635
|
+
set minHeight(value) {
|
|
2636
|
+
this.setProperty('min-height', value);
|
|
2637
|
+
}
|
|
2638
|
+
get minInlineSize() {
|
|
2639
|
+
return this.getPropertyValue('min-inline-size');
|
|
2640
|
+
}
|
|
2641
|
+
set minInlineSize(value) {
|
|
2642
|
+
this.setProperty('min-inline-size', value);
|
|
2643
|
+
}
|
|
2644
|
+
get minWidth() {
|
|
2645
|
+
return this.getPropertyValue('min-width');
|
|
2646
|
+
}
|
|
2647
|
+
set minWidth(value) {
|
|
2648
|
+
this.setProperty('min-width', value);
|
|
2649
|
+
}
|
|
2650
|
+
get minZoom() {
|
|
2651
|
+
return this.getPropertyValue('min-zoom');
|
|
2652
|
+
}
|
|
2653
|
+
set minZoom(value) {
|
|
2654
|
+
this.setProperty('min-zoom', value);
|
|
2655
|
+
}
|
|
2656
|
+
get mixBlendMode() {
|
|
2657
|
+
return this.getPropertyValue('mix-blend-mode');
|
|
2658
|
+
}
|
|
2659
|
+
set mixBlendMode(value) {
|
|
2660
|
+
this.setProperty('mix-blend-mode', value);
|
|
2661
|
+
}
|
|
2662
|
+
get objectFit() {
|
|
2663
|
+
return this.getPropertyValue('object-fit');
|
|
2664
|
+
}
|
|
2665
|
+
set objectFit(value) {
|
|
2666
|
+
this.setProperty('object-fit', value);
|
|
2667
|
+
}
|
|
2668
|
+
get objectPosition() {
|
|
2669
|
+
return this.getPropertyValue('object-position');
|
|
2670
|
+
}
|
|
2671
|
+
set objectPosition(value) {
|
|
2672
|
+
this.setProperty('object-position', value);
|
|
2673
|
+
}
|
|
2674
|
+
get offset() {
|
|
2675
|
+
return this.getPropertyValue('offset');
|
|
2676
|
+
}
|
|
2677
|
+
set offset(value) {
|
|
2678
|
+
this.setProperty('offset', value);
|
|
2679
|
+
}
|
|
2680
|
+
get offsetDistance() {
|
|
2681
|
+
return this.getPropertyValue('offset-distance');
|
|
2682
|
+
}
|
|
2683
|
+
set offsetDistance(value) {
|
|
2684
|
+
this.setProperty('offset-distance', value);
|
|
2685
|
+
}
|
|
2686
|
+
get offsetPath() {
|
|
2687
|
+
return this.getPropertyValue('offset-path');
|
|
2688
|
+
}
|
|
2689
|
+
set offsetPath(value) {
|
|
2690
|
+
this.setProperty('offset-path', value);
|
|
2691
|
+
}
|
|
2692
|
+
get offsetRotate() {
|
|
2693
|
+
return this.getPropertyValue('offset-rotate');
|
|
2694
|
+
}
|
|
2695
|
+
set offsetRotate(value) {
|
|
2696
|
+
this.setProperty('offset-rotate', value);
|
|
2697
|
+
}
|
|
2698
|
+
get opacity() {
|
|
2699
|
+
return this.getPropertyValue('opacity');
|
|
2700
|
+
}
|
|
2701
|
+
set opacity(value) {
|
|
2702
|
+
this.setProperty('opacity', value);
|
|
2703
|
+
}
|
|
2704
|
+
get order() {
|
|
2705
|
+
return this.getPropertyValue('order');
|
|
2706
|
+
}
|
|
2707
|
+
set order(value) {
|
|
2708
|
+
this.setProperty('order', value);
|
|
2709
|
+
}
|
|
2710
|
+
get orientation() {
|
|
2711
|
+
return this.getPropertyValue('orientation');
|
|
2712
|
+
}
|
|
2713
|
+
set orientation(value) {
|
|
2714
|
+
this.setProperty('orientation', value);
|
|
2715
|
+
}
|
|
2716
|
+
get orphans() {
|
|
2717
|
+
return this.getPropertyValue('orphans');
|
|
2718
|
+
}
|
|
2719
|
+
set orphans(value) {
|
|
2720
|
+
this.setProperty('orphans', value);
|
|
2721
|
+
}
|
|
2722
|
+
get outline() {
|
|
2723
|
+
return this.getPropertyValue('outline');
|
|
2724
|
+
}
|
|
2725
|
+
set outline(value) {
|
|
2726
|
+
this.setProperty('outline', value);
|
|
2727
|
+
}
|
|
2728
|
+
get outlineColor() {
|
|
2729
|
+
return this.getPropertyValue('outline-color');
|
|
2730
|
+
}
|
|
2731
|
+
set outlineColor(value) {
|
|
2732
|
+
this.setProperty('outline-color', value);
|
|
2733
|
+
}
|
|
2734
|
+
get outlineOffset() {
|
|
2735
|
+
return this.getPropertyValue('outline-offset');
|
|
2736
|
+
}
|
|
2737
|
+
set outlineOffset(value) {
|
|
2738
|
+
this.setProperty('outline-offset', value);
|
|
2739
|
+
}
|
|
2740
|
+
get outlineStyle() {
|
|
2741
|
+
return this.getPropertyValue('outline-style');
|
|
2742
|
+
}
|
|
2743
|
+
set outlineStyle(value) {
|
|
2744
|
+
this.setProperty('outline-style', value);
|
|
2745
|
+
}
|
|
2746
|
+
get outlineWidth() {
|
|
2747
|
+
return this.getPropertyValue('outline-width');
|
|
2748
|
+
}
|
|
2749
|
+
set outlineWidth(value) {
|
|
2750
|
+
this.setProperty('outline-width', value);
|
|
2751
|
+
}
|
|
2752
|
+
get overflow() {
|
|
2753
|
+
return this.getPropertyValue('overflow');
|
|
2754
|
+
}
|
|
2755
|
+
set overflow(value) {
|
|
2756
|
+
this.setProperty('overflow', value);
|
|
2757
|
+
}
|
|
2758
|
+
get overflowAnchor() {
|
|
2759
|
+
return this.getPropertyValue('overflow-anchor');
|
|
2760
|
+
}
|
|
2761
|
+
set overflowAnchor(value) {
|
|
2762
|
+
this.setProperty('overflow-anchor', value);
|
|
2763
|
+
}
|
|
2764
|
+
get overflowWrap() {
|
|
2765
|
+
return this.getPropertyValue('overflow-wrap');
|
|
2766
|
+
}
|
|
2767
|
+
set overflowWrap(value) {
|
|
2768
|
+
this.setProperty('overflow-wrap', value);
|
|
2769
|
+
}
|
|
2770
|
+
get overflowX() {
|
|
2771
|
+
return this.getPropertyValue('overflow-x');
|
|
2772
|
+
}
|
|
2773
|
+
set overflowX(value) {
|
|
2774
|
+
this.setProperty('overflow-x', value);
|
|
2775
|
+
}
|
|
2776
|
+
get overflowY() {
|
|
2777
|
+
return this.getPropertyValue('overflow-y');
|
|
2778
|
+
}
|
|
2779
|
+
set overflowY(value) {
|
|
2780
|
+
this.setProperty('overflow-y', value);
|
|
2781
|
+
}
|
|
2782
|
+
get overscrollBehavior() {
|
|
2783
|
+
return this.getPropertyValue('overscroll-behavior');
|
|
2784
|
+
}
|
|
2785
|
+
set overscrollBehavior(value) {
|
|
2786
|
+
this.setProperty('overscroll-behavior', value);
|
|
2787
|
+
}
|
|
2788
|
+
get overscrollBehaviorBlock() {
|
|
2789
|
+
return this.getPropertyValue('overscroll-behavior-block');
|
|
2790
|
+
}
|
|
2791
|
+
set overscrollBehaviorBlock(value) {
|
|
2792
|
+
this.setProperty('overscroll-behavior-block', value);
|
|
2793
|
+
}
|
|
2794
|
+
get overscrollBehaviorInline() {
|
|
2795
|
+
return this.getPropertyValue('overscroll-behavior-inline');
|
|
2796
|
+
}
|
|
2797
|
+
set overscrollBehaviorInline(value) {
|
|
2798
|
+
this.setProperty('overscroll-behavior-inline', value);
|
|
2799
|
+
}
|
|
2800
|
+
get overscrollBehaviorX() {
|
|
2801
|
+
return this.getPropertyValue('overscroll-behavior-x');
|
|
2802
|
+
}
|
|
2803
|
+
set overscrollBehaviorX(value) {
|
|
2804
|
+
this.setProperty('overscroll-behavior-x', value);
|
|
2805
|
+
}
|
|
2806
|
+
get overscrollBehaviorY() {
|
|
2807
|
+
return this.getPropertyValue('overscroll-behavior-y');
|
|
2808
|
+
}
|
|
2809
|
+
set overscrollBehaviorY(value) {
|
|
2810
|
+
this.setProperty('overscroll-behavior-y', value);
|
|
2811
|
+
}
|
|
2812
|
+
get overflowClipMargin() {
|
|
2813
|
+
return this.getPropertyValue('overflow-clip-margin');
|
|
2814
|
+
}
|
|
2815
|
+
set overflowClipMargin(value) {
|
|
2816
|
+
this.setProperty('overflow-clip-margin', value);
|
|
2817
|
+
}
|
|
2818
|
+
get padding() {
|
|
2819
|
+
return this.getPropertyValue('padding');
|
|
2820
|
+
}
|
|
2821
|
+
set padding(value) {
|
|
2822
|
+
this.setProperty('padding', value);
|
|
2823
|
+
}
|
|
2824
|
+
get paddingBlockEnd() {
|
|
2825
|
+
return this.getPropertyValue('padding-block-end');
|
|
2826
|
+
}
|
|
2827
|
+
set paddingBlockEnd(value) {
|
|
2828
|
+
this.setProperty('padding-block-end', value);
|
|
2829
|
+
}
|
|
2830
|
+
get paddingBlockStart() {
|
|
2831
|
+
return this.getPropertyValue('padding-block-start');
|
|
2832
|
+
}
|
|
2833
|
+
set paddingBlockStart(value) {
|
|
2834
|
+
this.setProperty('padding-block-start', value);
|
|
2835
|
+
}
|
|
2836
|
+
get paddingBottom() {
|
|
2837
|
+
return this.getPropertyValue('padding-bottom');
|
|
2838
|
+
}
|
|
2839
|
+
set paddingBottom(value) {
|
|
2840
|
+
this.setProperty('padding-bottom', value);
|
|
2841
|
+
}
|
|
2842
|
+
get paddingInlineEnd() {
|
|
2843
|
+
return this.getPropertyValue('padding-inline-end');
|
|
2844
|
+
}
|
|
2845
|
+
set paddingInlineEnd(value) {
|
|
2846
|
+
this.setProperty('padding-inline-end', value);
|
|
2847
|
+
}
|
|
2848
|
+
get paddingInlineStart() {
|
|
2849
|
+
return this.getPropertyValue('padding-inline-start');
|
|
2850
|
+
}
|
|
2851
|
+
set paddingInlineStart(value) {
|
|
2852
|
+
this.setProperty('padding-inline-start', value);
|
|
2853
|
+
}
|
|
2854
|
+
get paddingLeft() {
|
|
2855
|
+
return this.getPropertyValue('padding-left');
|
|
2856
|
+
}
|
|
2857
|
+
set paddingLeft(value) {
|
|
2858
|
+
this.setProperty('padding-left', value);
|
|
2859
|
+
}
|
|
2860
|
+
get paddingRight() {
|
|
2861
|
+
return this.getPropertyValue('padding-right');
|
|
2862
|
+
}
|
|
2863
|
+
set paddingRight(value) {
|
|
2864
|
+
this.setProperty('padding-right', value);
|
|
2865
|
+
}
|
|
2866
|
+
get paddingTop() {
|
|
2867
|
+
return this.getPropertyValue('padding-top');
|
|
2868
|
+
}
|
|
2869
|
+
set paddingTop(value) {
|
|
2870
|
+
this.setProperty('padding-top', value);
|
|
2871
|
+
}
|
|
2872
|
+
get page() {
|
|
2873
|
+
return this.getPropertyValue('page');
|
|
2874
|
+
}
|
|
2875
|
+
set page(value) {
|
|
2876
|
+
this.setProperty('page', value);
|
|
2877
|
+
}
|
|
2878
|
+
get pageBreakAfter() {
|
|
2879
|
+
return this.getPropertyValue('page-break-after');
|
|
2880
|
+
}
|
|
2881
|
+
set pageBreakAfter(value) {
|
|
2882
|
+
this.setProperty('page-break-after', value);
|
|
2883
|
+
}
|
|
2884
|
+
get pageBreakBefore() {
|
|
2885
|
+
return this.getPropertyValue('page-break-before');
|
|
2886
|
+
}
|
|
2887
|
+
set pageBreakBefore(value) {
|
|
2888
|
+
this.setProperty('page-break-before', value);
|
|
2889
|
+
}
|
|
2890
|
+
get pageBreakInside() {
|
|
2891
|
+
return this.getPropertyValue('page-break-inside');
|
|
2892
|
+
}
|
|
2893
|
+
set pageBreakInside(value) {
|
|
2894
|
+
this.setProperty('page-break-inside', value);
|
|
2895
|
+
}
|
|
2896
|
+
get pageOrientation() {
|
|
2897
|
+
return this.getPropertyValue('page-orientation');
|
|
2898
|
+
}
|
|
2899
|
+
set pageOrientation(value) {
|
|
2900
|
+
this.setProperty('page-orientation', value);
|
|
2901
|
+
}
|
|
2902
|
+
get paintOrder() {
|
|
2903
|
+
return this.getPropertyValue('paint-order');
|
|
2904
|
+
}
|
|
2905
|
+
set paintOrder(value) {
|
|
2906
|
+
this.setProperty('paint-order', value);
|
|
2907
|
+
}
|
|
2908
|
+
get perspective() {
|
|
2909
|
+
return this.getPropertyValue('perspective');
|
|
2910
|
+
}
|
|
2911
|
+
set perspective(value) {
|
|
2912
|
+
this.setProperty('perspective', value);
|
|
2913
|
+
}
|
|
2914
|
+
get perspectiveOrigin() {
|
|
2915
|
+
return this.getPropertyValue('perspective-origin');
|
|
2916
|
+
}
|
|
2917
|
+
set perspectiveOrigin(value) {
|
|
2918
|
+
this.setProperty('perspective-origin', value);
|
|
2919
|
+
}
|
|
2920
|
+
get placeContent() {
|
|
2921
|
+
return this.getPropertyValue('place-content');
|
|
2922
|
+
}
|
|
2923
|
+
set placeContent(value) {
|
|
2924
|
+
this.setProperty('place-content', value);
|
|
2925
|
+
}
|
|
2926
|
+
get placeItems() {
|
|
2927
|
+
return this.getPropertyValue('place-items');
|
|
2928
|
+
}
|
|
2929
|
+
set placeItems(value) {
|
|
2930
|
+
this.setProperty('place-items', value);
|
|
2931
|
+
}
|
|
2932
|
+
get placeSelf() {
|
|
2933
|
+
return this.getPropertyValue('place-self');
|
|
2934
|
+
}
|
|
2935
|
+
set placeSelf(value) {
|
|
2936
|
+
this.setProperty('place-self', value);
|
|
2937
|
+
}
|
|
2938
|
+
get pointerEvents() {
|
|
2939
|
+
return this.getPropertyValue('pointer-events');
|
|
2940
|
+
}
|
|
2941
|
+
set pointerEvents(value) {
|
|
2942
|
+
this.setProperty('pointer-events', value);
|
|
2943
|
+
}
|
|
2944
|
+
get position() {
|
|
2945
|
+
return this.getPropertyValue('position');
|
|
2946
|
+
}
|
|
2947
|
+
set position(value) {
|
|
2948
|
+
this.setProperty('position', value);
|
|
2949
|
+
}
|
|
2950
|
+
get quotes() {
|
|
2951
|
+
return this.getPropertyValue('quotes');
|
|
2952
|
+
}
|
|
2953
|
+
set quotes(value) {
|
|
2954
|
+
this.setProperty('quotes', value);
|
|
2955
|
+
}
|
|
2956
|
+
get r() {
|
|
2957
|
+
return this.getPropertyValue('r');
|
|
2958
|
+
}
|
|
2959
|
+
set r(value) {
|
|
2960
|
+
this.setProperty('r', value);
|
|
2961
|
+
}
|
|
2962
|
+
get resize() {
|
|
2963
|
+
return this.getPropertyValue('resize');
|
|
2964
|
+
}
|
|
2965
|
+
set resize(value) {
|
|
2966
|
+
this.setProperty('resize', value);
|
|
2967
|
+
}
|
|
2968
|
+
get right() {
|
|
2969
|
+
return this.getPropertyValue('right');
|
|
2970
|
+
}
|
|
2971
|
+
set right(value) {
|
|
2972
|
+
this.setProperty('right', value);
|
|
2973
|
+
}
|
|
2974
|
+
get rowGap() {
|
|
2975
|
+
return this.getPropertyValue('row-gap');
|
|
2976
|
+
}
|
|
2977
|
+
set rowGap(value) {
|
|
2978
|
+
this.setProperty('row-gap', value);
|
|
2979
|
+
}
|
|
2980
|
+
get rubyPosition() {
|
|
2981
|
+
return this.getPropertyValue('ruby-position');
|
|
2982
|
+
}
|
|
2983
|
+
set rubyPosition(value) {
|
|
2984
|
+
this.setProperty('ruby-position', value);
|
|
2985
|
+
}
|
|
2986
|
+
get rx() {
|
|
2987
|
+
return this.getPropertyValue('rx');
|
|
2988
|
+
}
|
|
2989
|
+
set rx(value) {
|
|
2990
|
+
this.setProperty('rx', value);
|
|
2991
|
+
}
|
|
2992
|
+
get ry() {
|
|
2993
|
+
return this.getPropertyValue('ry');
|
|
2994
|
+
}
|
|
2995
|
+
set ry(value) {
|
|
2996
|
+
this.setProperty('ry', value);
|
|
2997
|
+
}
|
|
2998
|
+
get scrollBehavior() {
|
|
2999
|
+
return this.getPropertyValue('scroll-behavior');
|
|
3000
|
+
}
|
|
3001
|
+
set scrollBehavior(value) {
|
|
3002
|
+
this.setProperty('scroll-behavior', value);
|
|
3003
|
+
}
|
|
3004
|
+
get scrollMargin() {
|
|
3005
|
+
return this.getPropertyValue('scroll-margin');
|
|
3006
|
+
}
|
|
3007
|
+
set scrollMargin(value) {
|
|
3008
|
+
this.setProperty('scroll-margin', value);
|
|
3009
|
+
}
|
|
3010
|
+
get scrollMarginBlock() {
|
|
3011
|
+
return this.getPropertyValue('scroll-margin-block');
|
|
3012
|
+
}
|
|
3013
|
+
set scrollMarginBlock(value) {
|
|
3014
|
+
this.setProperty('scroll-margin-block', value);
|
|
3015
|
+
}
|
|
3016
|
+
get scrollMarginBlockEnd() {
|
|
3017
|
+
return this.getPropertyValue('scroll-margin-block-end');
|
|
3018
|
+
}
|
|
3019
|
+
set scrollMarginBlockEnd(value) {
|
|
3020
|
+
this.setProperty('scroll-margin-block-end', value);
|
|
3021
|
+
}
|
|
3022
|
+
get scrollMarginBlockStart() {
|
|
3023
|
+
return this.getPropertyValue('scroll-margin-block-start');
|
|
3024
|
+
}
|
|
3025
|
+
set scrollMarginBlockStart(value) {
|
|
3026
|
+
this.setProperty('scroll-margin-block-start', value);
|
|
3027
|
+
}
|
|
3028
|
+
get scrollMarginBottom() {
|
|
3029
|
+
return this.getPropertyValue('scroll-margin-bottom');
|
|
3030
|
+
}
|
|
3031
|
+
set scrollMarginBottom(value) {
|
|
3032
|
+
this.setProperty('scroll-margin-bottom', value);
|
|
3033
|
+
}
|
|
3034
|
+
get scrollMarginInline() {
|
|
3035
|
+
return this.getPropertyValue('scroll-margin-inline');
|
|
3036
|
+
}
|
|
3037
|
+
set scrollMarginInline(value) {
|
|
3038
|
+
this.setProperty('scroll-margin-inline', value);
|
|
3039
|
+
}
|
|
3040
|
+
get scrollMarginInlineEnd() {
|
|
3041
|
+
return this.getPropertyValue('scroll-margin-inline-end');
|
|
3042
|
+
}
|
|
3043
|
+
set scrollMarginInlineEnd(value) {
|
|
3044
|
+
this.setProperty('scroll-margin-inline-end', value);
|
|
3045
|
+
}
|
|
3046
|
+
get scrollMarginInlineStart() {
|
|
3047
|
+
return this.getPropertyValue('scroll-margin-inline-start');
|
|
3048
|
+
}
|
|
3049
|
+
set scrollMarginInlineStart(value) {
|
|
3050
|
+
this.setProperty('scroll-margin-inline-start', value);
|
|
3051
|
+
}
|
|
3052
|
+
get scrollMarginLeft() {
|
|
3053
|
+
return this.getPropertyValue('scroll-margin-left');
|
|
3054
|
+
}
|
|
3055
|
+
set scrollMarginLeft(value) {
|
|
3056
|
+
this.setProperty('scroll-margin-left', value);
|
|
3057
|
+
}
|
|
3058
|
+
get scrollMarginRight() {
|
|
3059
|
+
return this.getPropertyValue('scroll-margin-right');
|
|
3060
|
+
}
|
|
3061
|
+
set scrollMarginRight(value) {
|
|
3062
|
+
this.setProperty('scroll-margin-right', value);
|
|
3063
|
+
}
|
|
3064
|
+
get scrollMarginTop() {
|
|
3065
|
+
return this.getPropertyValue('scroll-margin-top');
|
|
3066
|
+
}
|
|
3067
|
+
set scrollMarginTop(value) {
|
|
3068
|
+
this.setProperty('scroll-margin-top', value);
|
|
3069
|
+
}
|
|
3070
|
+
get scrollPadding() {
|
|
3071
|
+
return this.getPropertyValue('scroll-padding');
|
|
3072
|
+
}
|
|
3073
|
+
set scrollPadding(value) {
|
|
3074
|
+
this.setProperty('scroll-padding', value);
|
|
3075
|
+
}
|
|
3076
|
+
get scrollPaddingBlock() {
|
|
3077
|
+
return this.getPropertyValue('scroll-padding-block');
|
|
3078
|
+
}
|
|
3079
|
+
set scrollPaddingBlock(value) {
|
|
3080
|
+
this.setProperty('scroll-padding-block', value);
|
|
3081
|
+
}
|
|
3082
|
+
get scrollPaddingBlockEnd() {
|
|
3083
|
+
return this.getPropertyValue('scroll-padding-block-end');
|
|
3084
|
+
}
|
|
3085
|
+
set scrollPaddingBlockEnd(value) {
|
|
3086
|
+
this.setProperty('scroll-padding-block-end', value);
|
|
3087
|
+
}
|
|
3088
|
+
get scrollPaddingBlockStart() {
|
|
3089
|
+
return this.getPropertyValue('scroll-padding-block-start');
|
|
3090
|
+
}
|
|
3091
|
+
set scrollPaddingBlockStart(value) {
|
|
3092
|
+
this.setProperty('scroll-padding-block-start', value);
|
|
3093
|
+
}
|
|
3094
|
+
get scrollPaddingBottom() {
|
|
3095
|
+
return this.getPropertyValue('scroll-padding-bottom');
|
|
3096
|
+
}
|
|
3097
|
+
set scrollPaddingBottom(value) {
|
|
3098
|
+
this.setProperty('scroll-padding-bottom', value);
|
|
3099
|
+
}
|
|
3100
|
+
get scrollPaddingInline() {
|
|
3101
|
+
return this.getPropertyValue('scroll-padding-inline');
|
|
3102
|
+
}
|
|
3103
|
+
set scrollPaddingInline(value) {
|
|
3104
|
+
this.setProperty('scroll-padding-inline', value);
|
|
3105
|
+
}
|
|
3106
|
+
get scrollPaddingInlineEnd() {
|
|
3107
|
+
return this.getPropertyValue('scroll-padding-inline-end');
|
|
3108
|
+
}
|
|
3109
|
+
set scrollPaddingInlineEnd(value) {
|
|
3110
|
+
this.setProperty('scroll-padding-inline-end', value);
|
|
3111
|
+
}
|
|
3112
|
+
get scrollPaddingInlineStart() {
|
|
3113
|
+
return this.getPropertyValue('scroll-padding-inline-start');
|
|
3114
|
+
}
|
|
3115
|
+
set scrollPaddingInlineStart(value) {
|
|
3116
|
+
this.setProperty('scroll-padding-inline-start', value);
|
|
3117
|
+
}
|
|
3118
|
+
get scrollPaddingLeft() {
|
|
3119
|
+
return this.getPropertyValue('scroll-padding-left');
|
|
3120
|
+
}
|
|
3121
|
+
set scrollPaddingLeft(value) {
|
|
3122
|
+
this.setProperty('scroll-padding-left', value);
|
|
3123
|
+
}
|
|
3124
|
+
get scrollPaddingRight() {
|
|
3125
|
+
return this.getPropertyValue('scroll-padding-right');
|
|
3126
|
+
}
|
|
3127
|
+
set scrollPaddingRight(value) {
|
|
3128
|
+
this.setProperty('scroll-padding-right', value);
|
|
3129
|
+
}
|
|
3130
|
+
get scrollPaddingTop() {
|
|
3131
|
+
return this.getPropertyValue('scroll-padding-top');
|
|
3132
|
+
}
|
|
3133
|
+
set scrollPaddingTop(value) {
|
|
3134
|
+
this.setProperty('scroll-padding-top', value);
|
|
3135
|
+
}
|
|
3136
|
+
get scrollSnapAlign() {
|
|
3137
|
+
return this.getPropertyValue('scroll-snap-align');
|
|
3138
|
+
}
|
|
3139
|
+
set scrollSnapAlign(value) {
|
|
3140
|
+
this.setProperty('scroll-snap-align', value);
|
|
3141
|
+
}
|
|
3142
|
+
get scrollSnapStop() {
|
|
3143
|
+
return this.getPropertyValue('scroll-snap-stop');
|
|
3144
|
+
}
|
|
3145
|
+
set scrollSnapStop(value) {
|
|
3146
|
+
this.setProperty('scroll-snap-stop', value);
|
|
3147
|
+
}
|
|
3148
|
+
get scrollSnapType() {
|
|
3149
|
+
return this.getPropertyValue('scroll-snap-type');
|
|
3150
|
+
}
|
|
3151
|
+
set scrollSnapType(value) {
|
|
3152
|
+
this.setProperty('scroll-snap-type', value);
|
|
3153
|
+
}
|
|
3154
|
+
get shapeImageThreshold() {
|
|
3155
|
+
return this.getPropertyValue('shape-image-threshold');
|
|
3156
|
+
}
|
|
3157
|
+
set shapeImageThreshold(value) {
|
|
3158
|
+
this.setProperty('shape-image-threshold', value);
|
|
3159
|
+
}
|
|
3160
|
+
get shapeMargin() {
|
|
3161
|
+
return this.getPropertyValue('shape-margin');
|
|
3162
|
+
}
|
|
3163
|
+
set shapeMargin(value) {
|
|
3164
|
+
this.setProperty('shape-margin', value);
|
|
3165
|
+
}
|
|
3166
|
+
get shapeOutside() {
|
|
3167
|
+
return this.getPropertyValue('shape-outside');
|
|
3168
|
+
}
|
|
3169
|
+
set shapeOutside(value) {
|
|
3170
|
+
this.setProperty('shape-outside', value);
|
|
3171
|
+
}
|
|
3172
|
+
get shapeRendering() {
|
|
3173
|
+
return this.getPropertyValue('shape-rendering');
|
|
3174
|
+
}
|
|
3175
|
+
set shapeRendering(value) {
|
|
3176
|
+
this.setProperty('shape-rendering', value);
|
|
3177
|
+
}
|
|
3178
|
+
get size() {
|
|
3179
|
+
return this.getPropertyValue('size');
|
|
3180
|
+
}
|
|
3181
|
+
set size(value) {
|
|
3182
|
+
this.setProperty('size', value);
|
|
3183
|
+
}
|
|
3184
|
+
get speak() {
|
|
3185
|
+
return this.getPropertyValue('speak');
|
|
3186
|
+
}
|
|
3187
|
+
set speak(value) {
|
|
3188
|
+
this.setProperty('speak', value);
|
|
3189
|
+
}
|
|
3190
|
+
get src() {
|
|
3191
|
+
return this.getPropertyValue('src');
|
|
3192
|
+
}
|
|
3193
|
+
set src(value) {
|
|
3194
|
+
this.setProperty('src', value);
|
|
3195
|
+
}
|
|
3196
|
+
get stopColor() {
|
|
3197
|
+
return this.getPropertyValue('stop-color');
|
|
3198
|
+
}
|
|
3199
|
+
set stopColor(value) {
|
|
3200
|
+
this.setProperty('stop-color', value);
|
|
3201
|
+
}
|
|
3202
|
+
get stopOpacity() {
|
|
3203
|
+
return this.getPropertyValue('stop-opacity');
|
|
3204
|
+
}
|
|
3205
|
+
set stopOpacity(value) {
|
|
3206
|
+
this.setProperty('stop-opacity', value);
|
|
3207
|
+
}
|
|
3208
|
+
get stroke() {
|
|
3209
|
+
return this.getPropertyValue('stroke');
|
|
3210
|
+
}
|
|
3211
|
+
set stroke(value) {
|
|
3212
|
+
this.setProperty('stroke', value);
|
|
3213
|
+
}
|
|
3214
|
+
get strokeDasharray() {
|
|
3215
|
+
return this.getPropertyValue('stroke-dasharray');
|
|
3216
|
+
}
|
|
3217
|
+
set strokeDasharray(value) {
|
|
3218
|
+
this.setProperty('stroke-dasharray', value);
|
|
3219
|
+
}
|
|
3220
|
+
get strokeDashoffset() {
|
|
3221
|
+
return this.getPropertyValue('stroke-dashoffset');
|
|
3222
|
+
}
|
|
3223
|
+
set strokeDashoffset(value) {
|
|
3224
|
+
this.setProperty('stroke-dashoffset', value);
|
|
3225
|
+
}
|
|
3226
|
+
get strokeLinecap() {
|
|
3227
|
+
return this.getPropertyValue('stroke-linecap');
|
|
3228
|
+
}
|
|
3229
|
+
set strokeLinecap(value) {
|
|
3230
|
+
this.setProperty('stroke-linecap', value);
|
|
3231
|
+
}
|
|
3232
|
+
get strokeLinejoin() {
|
|
3233
|
+
return this.getPropertyValue('stroke-linejoin');
|
|
3234
|
+
}
|
|
3235
|
+
set strokeLinejoin(value) {
|
|
3236
|
+
this.setProperty('stroke-linejoin', value);
|
|
3237
|
+
}
|
|
3238
|
+
get strokeMiterlimit() {
|
|
3239
|
+
return this.getPropertyValue('stroke-miterlimit');
|
|
3240
|
+
}
|
|
3241
|
+
set strokeMiterlimit(value) {
|
|
3242
|
+
this.setProperty('stroke-miterlimit', value);
|
|
3243
|
+
}
|
|
3244
|
+
get strokeOpacity() {
|
|
3245
|
+
return this.getPropertyValue('stroke-opacity');
|
|
3246
|
+
}
|
|
3247
|
+
set strokeOpacity(value) {
|
|
3248
|
+
this.setProperty('stroke-opacity', value);
|
|
3249
|
+
}
|
|
3250
|
+
get strokeWidth() {
|
|
3251
|
+
return this.getPropertyValue('stroke-width');
|
|
3252
|
+
}
|
|
3253
|
+
set strokeWidth(value) {
|
|
3254
|
+
this.setProperty('stroke-width', value);
|
|
3255
|
+
}
|
|
3256
|
+
get syntax() {
|
|
3257
|
+
return this.getPropertyValue('syntax');
|
|
3258
|
+
}
|
|
3259
|
+
set syntax(value) {
|
|
3260
|
+
this.setProperty('syntax', value);
|
|
3261
|
+
}
|
|
3262
|
+
get scrollbarGutter() {
|
|
3263
|
+
return this.getPropertyValue('scrollbar-gutter');
|
|
3264
|
+
}
|
|
3265
|
+
set scrollbarGutter(value) {
|
|
3266
|
+
this.setProperty('scrollbar-gutter', value);
|
|
3267
|
+
}
|
|
3268
|
+
get tabSize() {
|
|
3269
|
+
return this.getPropertyValue('tab-size');
|
|
3270
|
+
}
|
|
3271
|
+
set tabSize(value) {
|
|
3272
|
+
this.setProperty('tab-size', value);
|
|
3273
|
+
}
|
|
3274
|
+
get tableLayout() {
|
|
3275
|
+
return this.getPropertyValue('table-layout');
|
|
3276
|
+
}
|
|
3277
|
+
set tableLayout(value) {
|
|
3278
|
+
this.setProperty('table-layout', value);
|
|
3279
|
+
}
|
|
3280
|
+
get textAlign() {
|
|
3281
|
+
return this.getPropertyValue('text-align');
|
|
3282
|
+
}
|
|
3283
|
+
set textAlign(value) {
|
|
3284
|
+
this.setProperty('text-align', value);
|
|
3285
|
+
}
|
|
3286
|
+
get textAlignLast() {
|
|
3287
|
+
return this.getPropertyValue('text-align-last');
|
|
3288
|
+
}
|
|
3289
|
+
set textAlignLast(value) {
|
|
3290
|
+
this.setProperty('text-align-last', value);
|
|
3291
|
+
}
|
|
3292
|
+
get textAnchor() {
|
|
3293
|
+
return this.getPropertyValue('text-anchor');
|
|
3294
|
+
}
|
|
3295
|
+
set textAnchor(value) {
|
|
3296
|
+
this.setProperty('text-anchor', value);
|
|
3297
|
+
}
|
|
3298
|
+
get textCombineUpright() {
|
|
3299
|
+
return this.getPropertyValue('text-combine-upright');
|
|
3300
|
+
}
|
|
3301
|
+
set textCombineUpright(value) {
|
|
3302
|
+
this.setProperty('text-combine-upright', value);
|
|
3303
|
+
}
|
|
3304
|
+
get textDecoration() {
|
|
3305
|
+
return this.getPropertyValue('text-decoration');
|
|
3306
|
+
}
|
|
3307
|
+
set textDecoration(value) {
|
|
3308
|
+
this.setProperty('text-decoration', value);
|
|
3309
|
+
}
|
|
3310
|
+
get textDecorationColor() {
|
|
3311
|
+
return this.getPropertyValue('text-decoration-color');
|
|
3312
|
+
}
|
|
3313
|
+
set textDecorationColor(value) {
|
|
3314
|
+
this.setProperty('text-decoration-color', value);
|
|
3315
|
+
}
|
|
3316
|
+
get textDecorationLine() {
|
|
3317
|
+
return this.getPropertyValue('text-decoration-line');
|
|
3318
|
+
}
|
|
3319
|
+
set textDecorationLine(value) {
|
|
3320
|
+
this.setProperty('text-decoration-line', value);
|
|
3321
|
+
}
|
|
3322
|
+
get textDecorationSkipInk() {
|
|
3323
|
+
return this.getPropertyValue('text-decoration-skip-ink');
|
|
3324
|
+
}
|
|
3325
|
+
set textDecorationSkipInk(value) {
|
|
3326
|
+
this.setProperty('text-decoration-skip-ink', value);
|
|
3327
|
+
}
|
|
3328
|
+
get textDecorationStyle() {
|
|
3329
|
+
return this.getPropertyValue('text-decoration-style');
|
|
3330
|
+
}
|
|
3331
|
+
set textDecorationStyle(value) {
|
|
3332
|
+
this.setProperty('text-decoration-style', value);
|
|
3333
|
+
}
|
|
3334
|
+
get textIndent() {
|
|
3335
|
+
return this.getPropertyValue('text-indent');
|
|
3336
|
+
}
|
|
3337
|
+
set textIndent(value) {
|
|
3338
|
+
this.setProperty('text-indent', value);
|
|
3339
|
+
}
|
|
3340
|
+
get textOrientation() {
|
|
3341
|
+
return this.getPropertyValue('text-orientation');
|
|
3342
|
+
}
|
|
3343
|
+
set textOrientation(value) {
|
|
3344
|
+
this.setProperty('text-orientation', value);
|
|
3345
|
+
}
|
|
3346
|
+
get textOverflow() {
|
|
3347
|
+
return this.getPropertyValue('text-overflow');
|
|
3348
|
+
}
|
|
3349
|
+
set textOverflow(value) {
|
|
3350
|
+
this.setProperty('text-overflow', value);
|
|
3351
|
+
}
|
|
3352
|
+
get textRendering() {
|
|
3353
|
+
return this.getPropertyValue('text-rendering');
|
|
3354
|
+
}
|
|
3355
|
+
set textRendering(value) {
|
|
3356
|
+
this.setProperty('text-rendering', value);
|
|
3357
|
+
}
|
|
3358
|
+
get textShadow() {
|
|
3359
|
+
return this.getPropertyValue('text-shadow');
|
|
3360
|
+
}
|
|
3361
|
+
set textShadow(value) {
|
|
3362
|
+
this.setProperty('text-shadow', value);
|
|
3363
|
+
}
|
|
3364
|
+
get textSizeAdjust() {
|
|
3365
|
+
return this.getPropertyValue('text-size-adjust');
|
|
3366
|
+
}
|
|
3367
|
+
set textSizeAdjust(value) {
|
|
3368
|
+
this.setProperty('text-size-adjust', value);
|
|
3369
|
+
}
|
|
3370
|
+
get textTransform() {
|
|
3371
|
+
return this.getPropertyValue('text-transform');
|
|
3372
|
+
}
|
|
3373
|
+
set textTransform(value) {
|
|
3374
|
+
this.setProperty('text-transform', value);
|
|
3375
|
+
}
|
|
3376
|
+
get textUnderlinePosition() {
|
|
3377
|
+
return this.getPropertyValue('text-underline-position');
|
|
3378
|
+
}
|
|
3379
|
+
set textUnderlinePosition(value) {
|
|
3380
|
+
this.setProperty('text-underline-position', value);
|
|
3381
|
+
}
|
|
3382
|
+
get top() {
|
|
3383
|
+
return this.getPropertyValue('top');
|
|
3384
|
+
}
|
|
3385
|
+
set top(value) {
|
|
3386
|
+
this.setProperty('top', value);
|
|
3387
|
+
}
|
|
3388
|
+
get touchAction() {
|
|
3389
|
+
return this.getPropertyValue('touch-action');
|
|
3390
|
+
}
|
|
3391
|
+
set touchAction(value) {
|
|
3392
|
+
this.setProperty('touch-action', value);
|
|
3393
|
+
}
|
|
3394
|
+
get transform() {
|
|
3395
|
+
return this.getPropertyValue('transform');
|
|
3396
|
+
}
|
|
3397
|
+
set transform(value) {
|
|
3398
|
+
this.setProperty('transform', value);
|
|
3399
|
+
}
|
|
3400
|
+
get transformBox() {
|
|
3401
|
+
return this.getPropertyValue('transform-box');
|
|
3402
|
+
}
|
|
3403
|
+
set transformBox(value) {
|
|
3404
|
+
this.setProperty('transform-box', value);
|
|
3405
|
+
}
|
|
3406
|
+
get transformOrigin() {
|
|
3407
|
+
return this.getPropertyValue('transform-origin');
|
|
3408
|
+
}
|
|
3409
|
+
set transformOrigin(value) {
|
|
3410
|
+
this.setProperty('transform-origin', value);
|
|
3411
|
+
}
|
|
3412
|
+
get transformStyle() {
|
|
3413
|
+
return this.getPropertyValue('transform-style');
|
|
3414
|
+
}
|
|
3415
|
+
set transformStyle(value) {
|
|
3416
|
+
this.setProperty('transform-style', value);
|
|
3417
|
+
}
|
|
3418
|
+
get transition() {
|
|
3419
|
+
return this.getPropertyValue('transition');
|
|
3420
|
+
}
|
|
3421
|
+
set transition(value) {
|
|
3422
|
+
this.setProperty('transition', value);
|
|
3423
|
+
}
|
|
3424
|
+
get transitionDelay() {
|
|
3425
|
+
return this.getPropertyValue('transition-delay');
|
|
3426
|
+
}
|
|
3427
|
+
set transitionDelay(value) {
|
|
3428
|
+
this.setProperty('transition-delay', value);
|
|
3429
|
+
}
|
|
3430
|
+
get transitionDuration() {
|
|
3431
|
+
return this.getPropertyValue('transition-duration');
|
|
3432
|
+
}
|
|
3433
|
+
set transitionDuration(value) {
|
|
3434
|
+
this.setProperty('transition-duration', value);
|
|
3435
|
+
}
|
|
3436
|
+
get transitionProperty() {
|
|
3437
|
+
return this.getPropertyValue('transition-property');
|
|
3438
|
+
}
|
|
3439
|
+
set transitionProperty(value) {
|
|
3440
|
+
this.setProperty('transition-property', value);
|
|
3441
|
+
}
|
|
3442
|
+
get transitionTimingFunction() {
|
|
3443
|
+
return this.getPropertyValue('transition-timing-function');
|
|
3444
|
+
}
|
|
3445
|
+
set transitionTimingFunction(value) {
|
|
3446
|
+
this.setProperty('transition-timing-function', value);
|
|
3447
|
+
}
|
|
3448
|
+
get textEmphasisColor() {
|
|
3449
|
+
return this.getPropertyValue('text-emphasis-color');
|
|
3450
|
+
}
|
|
3451
|
+
set textEmphasisColor(value) {
|
|
3452
|
+
this.setProperty('text-emphasis-color', value);
|
|
3453
|
+
}
|
|
3454
|
+
get textEmphasisPosition() {
|
|
3455
|
+
return this.getPropertyValue('text-emphasis-position');
|
|
3456
|
+
}
|
|
3457
|
+
set textEmphasisPosition(value) {
|
|
3458
|
+
this.setProperty('text-emphasis-position', value);
|
|
3459
|
+
}
|
|
3460
|
+
get textEmphasisStyle() {
|
|
3461
|
+
return this.getPropertyValue('text-emphasis-style');
|
|
3462
|
+
}
|
|
3463
|
+
set textEmphasisStyle(value) {
|
|
3464
|
+
this.setProperty('text-emphasis-style', value);
|
|
3465
|
+
}
|
|
3466
|
+
get unicodeBidi() {
|
|
3467
|
+
return this.getPropertyValue('unicode-bidi');
|
|
3468
|
+
}
|
|
3469
|
+
set unicodeBidi(value) {
|
|
3470
|
+
this.setProperty('unicode-bidi', value);
|
|
3471
|
+
}
|
|
3472
|
+
get unicodeRange() {
|
|
3473
|
+
return this.getPropertyValue('unicode-range');
|
|
3474
|
+
}
|
|
3475
|
+
set unicodeRange(value) {
|
|
3476
|
+
this.setProperty('unicode-range', value);
|
|
3477
|
+
}
|
|
3478
|
+
get userSelect() {
|
|
3479
|
+
return this.getPropertyValue('user-select');
|
|
3480
|
+
}
|
|
3481
|
+
set userSelect(value) {
|
|
3482
|
+
this.setProperty('user-select', value);
|
|
3483
|
+
}
|
|
3484
|
+
get userZoom() {
|
|
3485
|
+
return this.getPropertyValue('user-zoom');
|
|
3486
|
+
}
|
|
3487
|
+
set userZoom(value) {
|
|
3488
|
+
this.setProperty('user-zoom', value);
|
|
3489
|
+
}
|
|
3490
|
+
get vectorEffect() {
|
|
3491
|
+
return this.getPropertyValue('vector-effect');
|
|
3492
|
+
}
|
|
3493
|
+
set vectorEffect(value) {
|
|
3494
|
+
this.setProperty('vector-effect', value);
|
|
3495
|
+
}
|
|
3496
|
+
get verticalAlign() {
|
|
3497
|
+
return this.getPropertyValue('vertical-align');
|
|
3498
|
+
}
|
|
3499
|
+
set verticalAlign(value) {
|
|
3500
|
+
this.setProperty('vertical-align', value);
|
|
3501
|
+
}
|
|
3502
|
+
get visibility() {
|
|
3503
|
+
return this.getPropertyValue('visibility');
|
|
3504
|
+
}
|
|
3505
|
+
set visibility(value) {
|
|
3506
|
+
this.setProperty('visibility', value);
|
|
3507
|
+
}
|
|
3508
|
+
get whiteSpace() {
|
|
3509
|
+
return this.getPropertyValue('white-space');
|
|
3510
|
+
}
|
|
3511
|
+
set whiteSpace(value) {
|
|
3512
|
+
this.setProperty('white-space', value);
|
|
3513
|
+
}
|
|
3514
|
+
get widows() {
|
|
3515
|
+
return this.getPropertyValue('widows');
|
|
3516
|
+
}
|
|
3517
|
+
set widows(value) {
|
|
3518
|
+
this.setProperty('widows', value);
|
|
3519
|
+
}
|
|
3520
|
+
get width() {
|
|
3521
|
+
return this.getPropertyValue('width');
|
|
3522
|
+
}
|
|
3523
|
+
set width(value) {
|
|
3524
|
+
this.setProperty('width', value);
|
|
3525
|
+
}
|
|
3526
|
+
get willChange() {
|
|
3527
|
+
return this.getPropertyValue('will-change');
|
|
3528
|
+
}
|
|
3529
|
+
set willChange(value) {
|
|
3530
|
+
this.setProperty('will-change', value);
|
|
3531
|
+
}
|
|
3532
|
+
get wordBreak() {
|
|
3533
|
+
return this.getPropertyValue('word-break');
|
|
3534
|
+
}
|
|
3535
|
+
set wordBreak(value) {
|
|
3536
|
+
this.setProperty('word-break', value);
|
|
3537
|
+
}
|
|
3538
|
+
get wordSpacing() {
|
|
3539
|
+
return this.getPropertyValue('word-spacing');
|
|
3540
|
+
}
|
|
3541
|
+
set wordSpacing(value) {
|
|
3542
|
+
this.setProperty('word-spacing', value);
|
|
3543
|
+
}
|
|
3544
|
+
get wordWrap() {
|
|
3545
|
+
return this.getPropertyValue('word-wrap');
|
|
3546
|
+
}
|
|
3547
|
+
set wordWrap(value) {
|
|
3548
|
+
this.setProperty('word-wrap', value);
|
|
3549
|
+
}
|
|
3550
|
+
get writingMode() {
|
|
3551
|
+
return this.getPropertyValue('writing-mode');
|
|
3552
|
+
}
|
|
3553
|
+
set writingMode(value) {
|
|
3554
|
+
this.setProperty('writing-mode', value);
|
|
3555
|
+
}
|
|
3556
|
+
get x() {
|
|
3557
|
+
return this.getPropertyValue('x');
|
|
3558
|
+
}
|
|
3559
|
+
set x(value) {
|
|
3560
|
+
this.setProperty('x', value);
|
|
3561
|
+
}
|
|
3562
|
+
get y() {
|
|
3563
|
+
return this.getPropertyValue('y');
|
|
3564
|
+
}
|
|
3565
|
+
set y(value) {
|
|
3566
|
+
this.setProperty('y', value);
|
|
3567
|
+
}
|
|
3568
|
+
get zIndex() {
|
|
3569
|
+
return this.getPropertyValue('z-index');
|
|
3570
|
+
}
|
|
3571
|
+
set zIndex(value) {
|
|
3572
|
+
this.setProperty('z-index', value);
|
|
3573
|
+
}
|
|
3574
|
+
get zoom() {
|
|
3575
|
+
return this.getPropertyValue('zoom');
|
|
3576
|
+
}
|
|
3577
|
+
set zoom(value) {
|
|
3578
|
+
this.setProperty('zoom', value);
|
|
3579
|
+
}
|
|
3580
|
+
get containerType() {
|
|
3581
|
+
return this.getPropertyValue('container-type');
|
|
3582
|
+
}
|
|
3583
|
+
set containerType(value) {
|
|
3584
|
+
this.setProperty('container-type', value);
|
|
3585
|
+
}
|
|
3586
|
+
get containerName() {
|
|
3587
|
+
return this.getPropertyValue('container-name');
|
|
3588
|
+
}
|
|
3589
|
+
set containerName(value) {
|
|
3590
|
+
this.setProperty('container-name', value);
|
|
3591
|
+
}
|
|
3592
|
+
get aspectRatio() {
|
|
3593
|
+
return this.getPropertyValue('aspect-ratio');
|
|
3594
|
+
}
|
|
3595
|
+
set aspectRatio(value) {
|
|
3596
|
+
this.setProperty('aspect-ratio', value);
|
|
3597
|
+
}
|
|
3598
|
+
/* eslint-enable jsdoc/require-jsdoc */
|
|
3599
|
+
/**
|
|
3600
|
+
* Returns length.
|
|
3601
|
+
*
|
|
3602
|
+
* @returns Length.
|
|
3603
|
+
*/
|
|
3604
|
+
get length() {
|
|
3605
|
+
return this.#getPropertyManager().size();
|
|
3606
|
+
}
|
|
3607
|
+
/**
|
|
3608
|
+
* Returns the style decleration as a CSS text.
|
|
3609
|
+
*
|
|
3610
|
+
* @returns CSS text.
|
|
3611
|
+
*/
|
|
3612
|
+
get cssText() {
|
|
3613
|
+
if (this.#element && this.#computed) {
|
|
3614
|
+
return '';
|
|
3615
|
+
}
|
|
3616
|
+
return this.#getPropertyManager().toString();
|
|
3617
|
+
}
|
|
3618
|
+
/**
|
|
3619
|
+
* Sets CSS text.
|
|
3620
|
+
*
|
|
3621
|
+
* @param cssText CSS text.
|
|
3622
|
+
*/
|
|
3623
|
+
set cssText(cssText) {
|
|
3624
|
+
if (this.#computed) {
|
|
3625
|
+
throw new this[PropertySymbol.window].DOMException(`Failed to execute 'cssText' on 'CSSStyleDeclaration': These styles are computed, and the properties are therefore read-only.`, DOMExceptionNameEnum.domException);
|
|
3626
|
+
}
|
|
3627
|
+
if (this.#element) {
|
|
3628
|
+
this.#cache.propertyManager = new CSSStyleDeclarationPropertyManager({ cssText });
|
|
3629
|
+
this.#cache.attributeValue = cssText;
|
|
3630
|
+
this.#element.setAttribute('style', this.#cache.propertyManager.toString());
|
|
3631
|
+
}
|
|
3632
|
+
else {
|
|
3633
|
+
this.#cache.propertyManager = new CSSStyleDeclarationPropertyManager({ cssText });
|
|
3634
|
+
}
|
|
3635
|
+
}
|
|
3636
|
+
/**
|
|
3637
|
+
* Returns item.
|
|
3638
|
+
*
|
|
3639
|
+
* @param index Index.
|
|
3640
|
+
* @returns Item.
|
|
3641
|
+
*/
|
|
3642
|
+
item(index) {
|
|
3643
|
+
return this.#getPropertyManager().item(index);
|
|
3644
|
+
}
|
|
3645
|
+
/**
|
|
3646
|
+
* Set a property.
|
|
3647
|
+
*
|
|
3648
|
+
* @param name Property name.
|
|
3649
|
+
* @param value Value. Must not contain "!important" as that should be set using the priority parameter.
|
|
3650
|
+
* @param [priority] Can be "important", or an empty string.
|
|
3651
|
+
*/
|
|
3652
|
+
setProperty(name, value, priority) {
|
|
3653
|
+
if (this.#computed) {
|
|
3654
|
+
throw new this[PropertySymbol.window].DOMException(`Failed to execute 'setProperty' on 'CSSStyleDeclaration': These styles are computed, and therefore the '${name}' property is read-only.`, DOMExceptionNameEnum.domException);
|
|
3655
|
+
}
|
|
3656
|
+
if (priority !== '' && priority !== undefined && priority !== 'important') {
|
|
3657
|
+
return;
|
|
3658
|
+
}
|
|
3659
|
+
const stringValue = String(value).trim();
|
|
3660
|
+
const propertyManager = this.#getPropertyManager();
|
|
3661
|
+
if (stringValue) {
|
|
3662
|
+
propertyManager.set(name, stringValue, !!priority);
|
|
3663
|
+
}
|
|
3664
|
+
else {
|
|
3665
|
+
propertyManager.remove(name);
|
|
3666
|
+
}
|
|
3667
|
+
if (this.#element) {
|
|
3668
|
+
this.#cache.attributeValue = propertyManager.toString();
|
|
3669
|
+
if (this.#cache.attributeValue) {
|
|
3670
|
+
this.#element.setAttribute('style', this.#cache.attributeValue);
|
|
3671
|
+
}
|
|
3672
|
+
else {
|
|
3673
|
+
this.#element.removeAttribute('style');
|
|
3674
|
+
}
|
|
3675
|
+
}
|
|
3676
|
+
}
|
|
3677
|
+
/**
|
|
3678
|
+
* Removes a property.
|
|
3679
|
+
*
|
|
3680
|
+
* @param name Property name in kebab case.
|
|
3681
|
+
* @param value Value. Must not contain "!important" as that should be set using the priority parameter.
|
|
3682
|
+
* @param [priority] Can be "important", or an empty string.
|
|
3683
|
+
*/
|
|
3684
|
+
removeProperty(name) {
|
|
3685
|
+
if (this.#computed) {
|
|
3686
|
+
throw new this[PropertySymbol.window].DOMException(`Failed to execute 'removeProperty' on 'CSSStyleDeclaration': These styles are computed, and therefore the '${name}' property is read-only.`, DOMExceptionNameEnum.domException);
|
|
3687
|
+
}
|
|
3688
|
+
const propertyManager = this.#getPropertyManager();
|
|
3689
|
+
propertyManager.remove(name);
|
|
3690
|
+
if (this.#element) {
|
|
3691
|
+
this.#cache.attributeValue = propertyManager.toString();
|
|
3692
|
+
if (this.#cache.attributeValue) {
|
|
3693
|
+
this.#element.setAttribute('style', this.#cache.attributeValue);
|
|
3694
|
+
}
|
|
3695
|
+
else {
|
|
3696
|
+
this.#element.removeAttribute('style');
|
|
3697
|
+
}
|
|
3698
|
+
}
|
|
3699
|
+
}
|
|
3700
|
+
/**
|
|
3701
|
+
* Returns a property.
|
|
3702
|
+
*
|
|
3703
|
+
* @param name Property name in kebab case.
|
|
3704
|
+
* @returns Property value.
|
|
3705
|
+
*/
|
|
3706
|
+
getPropertyValue(name) {
|
|
3707
|
+
return this.#getPropertyManager().get(name)?.value || '';
|
|
3708
|
+
}
|
|
3709
|
+
/**
|
|
3710
|
+
* Returns a property.
|
|
3711
|
+
*
|
|
3712
|
+
* @param name Property name in kebab case.
|
|
3713
|
+
* @returns "important" if set to be important.
|
|
3714
|
+
*/
|
|
3715
|
+
getPropertyPriority(name) {
|
|
3716
|
+
return this.#getPropertyManager().get(name)?.important ? 'important' : '';
|
|
3717
|
+
}
|
|
3718
|
+
/**
|
|
3719
|
+
* Returns property manager.
|
|
3720
|
+
*
|
|
3721
|
+
* @returns Property manager.
|
|
3722
|
+
*/
|
|
3723
|
+
#getPropertyManager() {
|
|
3724
|
+
const element = this.#element;
|
|
3725
|
+
const cache = this.#cache;
|
|
3726
|
+
if (!element) {
|
|
3727
|
+
if (!cache.propertyManager) {
|
|
3728
|
+
cache.propertyManager = new CSSStyleDeclarationPropertyManager();
|
|
3729
|
+
}
|
|
3730
|
+
return cache.propertyManager;
|
|
3731
|
+
}
|
|
3732
|
+
if (this.#computed) {
|
|
3733
|
+
return new CSSStyleDeclarationComputedStyle(element).getComputedStyle();
|
|
3734
|
+
}
|
|
3735
|
+
const attributeValue = element.getAttribute('style') || '';
|
|
3736
|
+
if (cache.attributeValue !== attributeValue) {
|
|
3737
|
+
cache.propertyManager = new CSSStyleDeclarationPropertyManager({ cssText: attributeValue });
|
|
3738
|
+
}
|
|
3739
|
+
return cache.propertyManager;
|
|
3740
|
+
}
|
|
3741
|
+
}
|
|
3742
|
+
//# sourceMappingURL=CSSStyleDeclaration.js.map
|