@blocksuite/global
Advanced tools
Comparing version 0.5.0-20230327223258-953e5dd7 to 0.5.0-20230328185322-4b07442b
@@ -44,2 +44,6 @@ export interface RowHost<Value = unknown> extends HTMLElement { | ||
}; | ||
export declare const enum ColumnInsertPosition { | ||
Left = "left", | ||
Right = "right" | ||
} | ||
//# sourceMappingURL=database.d.ts.map |
@@ -1,2 +0,6 @@ | ||
export {}; | ||
export var ColumnInsertPosition; | ||
(function (ColumnInsertPosition) { | ||
ColumnInsertPosition["Left"] = "left"; | ||
ColumnInsertPosition["Right"] = "right"; | ||
})(ColumnInsertPosition || (ColumnInsertPosition = {})); | ||
//# sourceMappingURL=database.js.map |
{ | ||
"name": "@blocksuite/global", | ||
"version": "0.5.0-20230327223258-953e5dd7", | ||
"version": "0.5.0-20230328185322-4b07442b", | ||
"types": "./index.d.ts", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -57,1 +57,6 @@ export interface RowHost<Value = unknown> extends HTMLElement { | ||
}; | ||
export const enum ColumnInsertPosition { | ||
Left = 'left', | ||
Right = 'right', | ||
} |
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
466904
5346