@blocksuite/block-std
Advanced tools
Comparing version 0.0.0-20230723041323-29ce5d2f-nightly to 0.0.0-20230724154746-52953d6c-nightly
import { DisposableGroup } from '@blocksuite/global/utils'; | ||
import type { UIEventHandler } from './base.js'; | ||
import { UIEventStateContext } from './base.js'; | ||
declare const eventNames: readonly ["click", "doubleClick", "tripleClick", "pointerDown", "pointerMove", "pointerUp", "pointerOut", "dragStart", "dragMove", "dragEnd", "keyDown", "keyUp", "beforeInput", "compositionStart", "compositionUpdate", "compositionEnd", "paste", "copy", "blur", "focus", "drop", "contextMenu", "wheel", "selectionChange", "virgo-vrange-updated"]; | ||
declare const eventNames: readonly ["click", "doubleClick", "tripleClick", "pointerDown", "pointerMove", "pointerUp", "pointerOut", "dragStart", "dragMove", "dragEnd", "keyDown", "keyUp", "beforeInput", "compositionStart", "compositionUpdate", "compositionEnd", "paste", "copy", "blur", "focus", "drop", "contextMenu", "wheel", "selectionChange"]; | ||
export type EventName = (typeof eventNames)[number]; | ||
@@ -6,0 +6,0 @@ export declare class UIEventDispatcher { |
@@ -21,3 +21,3 @@ import { DisposableGroup } from '@blocksuite/global/utils'; | ||
]; | ||
const globalEventNames = ['selectionChange', 'virgo-vrange-updated']; | ||
const globalEventNames = ['selectionChange']; | ||
const eventNames = [ | ||
@@ -24,0 +24,0 @@ 'click', |
{ | ||
"name": "@blocksuite/block-std", | ||
"version": "0.0.0-20230723041323-29ce5d2f-nightly", | ||
"version": "0.0.0-20230724154746-52953d6c-nightly", | ||
"description": "Std for blocksuite blocks", | ||
@@ -12,10 +12,10 @@ "main": "dist/index.js", | ||
"peerDependencies": { | ||
"@blocksuite/store": "0.0.0-20230723041323-29ce5d2f-nightly" | ||
"@blocksuite/store": "0.0.0-20230724154746-52953d6c-nightly" | ||
}, | ||
"dependencies": { | ||
"w3c-keyname": "^2.2.8", | ||
"@blocksuite/global": "0.0.0-20230723041323-29ce5d2f-nightly" | ||
"@blocksuite/global": "0.0.0-20230724154746-52953d6c-nightly" | ||
}, | ||
"devDependencies": { | ||
"@blocksuite/store": "0.0.0-20230723041323-29ce5d2f-nightly" | ||
"@blocksuite/store": "0.0.0-20230724154746-52953d6c-nightly" | ||
}, | ||
@@ -22,0 +22,0 @@ "exports": { |
@@ -26,3 +26,3 @@ import { DisposableGroup } from '@blocksuite/global/utils'; | ||
const globalEventNames = ['selectionChange', 'virgo-vrange-updated'] as const; | ||
const globalEventNames = ['selectionChange'] as const; | ||
@@ -29,0 +29,0 @@ const eventNames = [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
289360
11005
+ Added@blocksuite/global@0.0.0-20230724154746-52953d6c-nightly(transitive)
+ Added@blocksuite/store@0.0.0-20230724154746-52953d6c-nightly(transitive)
+ Added@blocksuite/virgo@0.0.0-20230724154746-52953d6c-nightly(transitive)
+ Addedyjs@13.6.20(transitive)
- Removed@blocksuite/global@0.0.0-20230723041323-29ce5d2f-nightly(transitive)
- Removed@blocksuite/store@0.0.0-20230723041323-29ce5d2f-nightly(transitive)
- Removed@blocksuite/virgo@0.0.0-20230723041323-29ce5d2f-nightly(transitive)
- Removedyjs@13.6.21(transitive)
Updated@blocksuite/global@0.0.0-20230724154746-52953d6c-nightly