@blocksuite/block-std
Advanced tools
Comparing version 0.0.0-20230809030546-32e6e21d-nightly to 0.0.0-20230809173434-253855dd-nightly
import { DisposableGroup } from '@blocksuite/global/utils'; | ||
import { PathFinder } from '../store/index.js'; | ||
import { PathFinder } from '../utils/index.js'; | ||
import { UIEventState, UIEventStateContext } from './base.js'; | ||
@@ -4,0 +4,0 @@ import { ClipboardControl } from './control/clipboard.js'; |
@@ -6,2 +6,3 @@ export * from './event/index.js'; | ||
export * from './store/index.js'; | ||
export * from './utils/index.js'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -6,2 +6,3 @@ export * from './event/index.js'; | ||
export * from './store/index.js'; | ||
export * from './utils/index.js'; | ||
//# sourceMappingURL=index.js.map |
@@ -1,2 +0,2 @@ | ||
import { PathFinder } from '../store/index.js'; | ||
import { PathFinder } from '../utils/index.js'; | ||
export class BaseSelection { | ||
@@ -3,0 +3,0 @@ constructor({ path }) { |
@@ -1,2 +0,2 @@ | ||
import { PathFinder } from '../../store/index.js'; | ||
import { PathFinder } from '../../utils/index.js'; | ||
import { BaseSelection } from '../base.js'; | ||
@@ -3,0 +3,0 @@ export class BlockSelection extends BaseSelection { |
@@ -1,2 +0,2 @@ | ||
import { PathFinder } from '../../store/path-finder.js'; | ||
import { PathFinder } from '../../utils/path-finder.js'; | ||
import { BaseSelection } from '../base.js'; | ||
@@ -3,0 +3,0 @@ export class TextSelection extends BaseSelection { |
export * from './block-store.js'; | ||
export * from './path-finder.js'; | ||
export * from './view-store.js'; | ||
//# sourceMappingURL=index.d.ts.map |
export * from './block-store.js'; | ||
export * from './path-finder.js'; | ||
export * from './view-store.js'; | ||
//# sourceMappingURL=index.js.map |
import { assertExists } from '@blocksuite/global/utils'; | ||
import { PathFinder } from './path-finder.js'; | ||
import { PathFinder } from '../utils/index.js'; | ||
const observeOptions = { | ||
@@ -4,0 +4,0 @@ childList: true, |
{ | ||
"name": "@blocksuite/block-std", | ||
"version": "0.0.0-20230809030546-32e6e21d-nightly", | ||
"version": "0.0.0-20230809173434-253855dd-nightly", | ||
"description": "Std for blocksuite blocks", | ||
@@ -12,10 +12,10 @@ "main": "dist/index.js", | ||
"peerDependencies": { | ||
"@blocksuite/store": "0.0.0-20230809030546-32e6e21d-nightly" | ||
"@blocksuite/store": "0.0.0-20230809173434-253855dd-nightly" | ||
}, | ||
"dependencies": { | ||
"w3c-keyname": "^2.2.8", | ||
"@blocksuite/global": "0.0.0-20230809030546-32e6e21d-nightly" | ||
"@blocksuite/global": "0.0.0-20230809173434-253855dd-nightly" | ||
}, | ||
"devDependencies": { | ||
"@blocksuite/store": "0.0.0-20230809030546-32e6e21d-nightly" | ||
"@blocksuite/store": "0.0.0-20230809173434-253855dd-nightly" | ||
}, | ||
@@ -22,0 +22,0 @@ "exports": { |
import { DisposableGroup } from '@blocksuite/global/utils'; | ||
import type { BlockStore } from '../store/index.js'; | ||
import { PathFinder } from '../store/index.js'; | ||
import { PathFinder } from '../utils/index.js'; | ||
import type { UIEventHandler } from './base.js'; | ||
@@ -6,0 +6,0 @@ import { UIEventState, UIEventStateContext } from './base.js'; |
@@ -6,1 +6,2 @@ export * from './event/index.js'; | ||
export * from './store/index.js'; | ||
export * from './utils/index.js'; |
@@ -1,2 +0,2 @@ | ||
import { PathFinder } from '../store/index.js'; | ||
import { PathFinder } from '../utils/index.js'; | ||
@@ -3,0 +3,0 @@ type SelectionConstructor<T = unknown> = { |
@@ -1,2 +0,2 @@ | ||
import { PathFinder } from '../../store/index.js'; | ||
import { PathFinder } from '../../utils/index.js'; | ||
import { BaseSelection } from '../base.js'; | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
import { PathFinder } from '../../store/path-finder.js'; | ||
import { PathFinder } from '../../utils/path-finder.js'; | ||
import { BaseSelection } from '../base.js'; | ||
@@ -3,0 +3,0 @@ |
export * from './block-store.js'; | ||
export * from './path-finder.js'; | ||
export * from './view-store.js'; |
import { assertExists } from '@blocksuite/global/utils'; | ||
import { PathFinder } from '../utils/index.js'; | ||
import type { BlockStore } from './block-store.js'; | ||
import { PathFinder } from './path-finder.js'; | ||
@@ -6,0 +6,0 @@ export type NodeView<T = unknown> = { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
426668
149
3428
+ Added@blocksuite/global@0.0.0-20230809173434-253855dd-nightly(transitive)
+ Added@blocksuite/store@0.0.0-20230809173434-253855dd-nightly(transitive)
+ Added@blocksuite/virgo@0.0.0-20230809173434-253855dd-nightly(transitive)
- Removed@blocksuite/global@0.0.0-20230809030546-32e6e21d-nightly(transitive)
- Removed@blocksuite/store@0.0.0-20230809030546-32e6e21d-nightly(transitive)
- Removed@blocksuite/virgo@0.0.0-20230809030546-32e6e21d-nightly(transitive)
Updated@blocksuite/global@0.0.0-20230809173434-253855dd-nightly