@markuplint/ml-core
Advanced tools
Comparing version 3.12.0 to 3.12.1
@@ -936,2 +936,3 @@ import type { MLAttr } from './attr'; | ||
get onscroll(): ((this: GlobalEventHandlers, ev: Event) => any) | null; | ||
get onscrollend(): ((this: GlobalEventHandlers, ev: Event) => any) | null; | ||
/** | ||
@@ -938,0 +939,0 @@ * **IT THROWS AN ERROR WHEN CALLING THIS.** |
@@ -1168,2 +1168,3 @@ import type { MLDocument } from './document'; | ||
get onscroll(): ((this: GlobalEventHandlers, ev: Event) => any) | null; | ||
get onscrollend(): ((this: GlobalEventHandlers, ev: Event) => any) | null; | ||
/** | ||
@@ -1382,2 +1383,10 @@ * **IT THROWS AN ERROR WHEN CALLING THIS.** | ||
* @implements DOM API: `Element` | ||
* @see https://html.spec.whatwg.org/multipage/popover.html#dom-popover | ||
*/ | ||
get popover(): string | null; | ||
/** | ||
* **IT THROWS AN ERROR WHEN CALLING THIS.** | ||
* | ||
* @unsupported | ||
* @implements DOM API: `Element` | ||
* @see https://dom.spec.whatwg.org/#ref-for-dom-element-prefix%E2%91%A0 | ||
@@ -1730,2 +1739,10 @@ */ | ||
* @implements DOM API: `Element` | ||
* @see https://html.spec.whatwg.org/multipage/popover.html#dom-hidepopover | ||
*/ | ||
hidePopover(): void; | ||
/** | ||
* **IT THROWS AN ERROR WHEN CALLING THIS.** | ||
* | ||
* @unsupported | ||
* @implements DOM API: `Element` | ||
* @see https://dom.spec.whatwg.org/#dom-element-insertadjacentelement | ||
@@ -1896,2 +1913,10 @@ */ | ||
/** | ||
* **IT THROWS AN ERROR WHEN CALLING THIS.** | ||
* | ||
* @unsupported | ||
* @implements DOM API: `Element` | ||
* @see https://html.spec.whatwg.org/multipage/popover.html#dom-showpopover | ||
*/ | ||
showPopover(): void; | ||
/** | ||
* @implements `@markuplint/ml-core` API: `MLElement` | ||
@@ -1915,2 +1940,10 @@ */ | ||
* | ||
* @unsupported | ||
* @implements DOM API: `Element` | ||
* @see https://html.spec.whatwg.org/multipage/popover.html#dom-togglepopover | ||
*/ | ||
togglePopover(force?: boolean): void; | ||
/** | ||
* **IT THROWS AN ERROR WHEN CALLING THIS.** | ||
* | ||
* @deprecated | ||
@@ -1917,0 +1950,0 @@ * @unsupported |
{ | ||
"name": "@markuplint/ml-core", | ||
"version": "3.12.0", | ||
"version": "3.12.1", | ||
"description": "The core module of markuplint", | ||
@@ -26,18 +26,18 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
"dependencies": { | ||
"@markuplint/config-presets": "3.8.0", | ||
"@markuplint/html-parser": "3.10.0", | ||
"@markuplint/html-spec": "3.11.0", | ||
"@markuplint/config-presets": "3.8.1", | ||
"@markuplint/html-parser": "3.10.1", | ||
"@markuplint/html-spec": "3.11.1", | ||
"@markuplint/i18n": "3.9.0", | ||
"@markuplint/ml-ast": "3.2.0", | ||
"@markuplint/ml-config": "3.11.0", | ||
"@markuplint/ml-spec": "3.11.0", | ||
"@markuplint/parser-utils": "3.10.0", | ||
"@markuplint/selector": "3.11.0", | ||
"@markuplint/ml-config": "3.11.1", | ||
"@markuplint/ml-spec": "3.11.1", | ||
"@markuplint/parser-utils": "3.10.1", | ||
"@markuplint/selector": "3.11.1", | ||
"@types/debug": "^4.1.8", | ||
"debug": "^4.3.4", | ||
"is-plain-object": "^5.0.0", | ||
"tslib": "^2.6.0", | ||
"type-fest": "^3.12.0" | ||
"tslib": "^2.6.2", | ||
"type-fest": "^4.3.1" | ||
}, | ||
"gitHead": "4ab20276db48a6acb29a923ea8666890ca853442" | ||
"gitHead": "09100b8baa14dd930602daa458197322197c79c2" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
444480
13711
1
+ Added@markuplint/config-presets@3.8.1(transitive)
+ Added@markuplint/html-parser@3.10.1(transitive)
+ Added@markuplint/html-spec@3.11.1(transitive)
+ Added@markuplint/ml-config@3.11.1(transitive)
+ Added@markuplint/ml-spec@3.11.1(transitive)
+ Added@markuplint/parser-utils@3.10.1(transitive)
+ Added@markuplint/selector@3.11.1(transitive)
+ Added@markuplint/types@3.9.1(transitive)
+ Addedtype-fest@4.30.2(transitive)
- Removed@markuplint/config-presets@3.8.0(transitive)
- Removed@markuplint/html-parser@3.10.0(transitive)
- Removed@markuplint/html-spec@3.11.0(transitive)
- Removed@markuplint/ml-config@3.11.0(transitive)
- Removed@markuplint/ml-spec@3.11.0(transitive)
- Removed@markuplint/parser-utils@3.10.0(transitive)
- Removed@markuplint/selector@3.11.0(transitive)
- Removed@markuplint/types@3.9.0(transitive)
- Removedtype-fest@3.13.1(transitive)
Updated@markuplint/html-spec@3.11.1
Updated@markuplint/ml-config@3.11.1
Updated@markuplint/ml-spec@3.11.1
Updated@markuplint/selector@3.11.1
Updatedtslib@^2.6.2
Updatedtype-fest@^4.3.1