@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
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
466904
5346