@blocksuite/global
Advanced tools
Comparing version 0.5.0-20230326033652-70ca43c to 0.5.0-20230327223258-953e5dd7
@@ -75,2 +75,13 @@ export declare const TextIcon: import("lit").TemplateResult<1>; | ||
export declare const DatabaseSearchIcon: import("lit").TemplateResult<1>; | ||
export declare const DatabasePen: import("lit").TemplateResult<1>; | ||
export declare const DatabaseDelete: import("lit").TemplateResult<1>; | ||
export declare const DatabaseDuplicate: import("lit").TemplateResult<1>; | ||
export declare const DatabaseInsertLeft: import("lit").TemplateResult<1>; | ||
export declare const DatabaseInsertRight: import("lit").TemplateResult<1>; | ||
export declare const DatabaseMoveLeft: import("lit").TemplateResult<1>; | ||
export declare const DatabaseMoveRight: import("lit").TemplateResult<1>; | ||
export declare const DatabaseMultiSelect: import("lit").TemplateResult<1>; | ||
export declare const DatabaseNumber: import("lit").TemplateResult<1>; | ||
export declare const DatabaseSelect: import("lit").TemplateResult<1>; | ||
export declare const DatabaseProgress: import("lit").TemplateResult<1>; | ||
//# sourceMappingURL=icons.d.ts.map |
export interface RowHost<Value = unknown> extends HTMLElement { | ||
setEditing(isEditing: boolean): void; | ||
setHeight(height: number): void; | ||
setValue(value: Value): void; | ||
@@ -4,0 +5,0 @@ updateColumnProperty(apply: (oldProperty: Record<string, unknown>) => Record<string, unknown>): void; |
{ | ||
"name": "@blocksuite/global", | ||
"version": "0.5.0-20230326033652-70ca43c", | ||
"version": "0.5.0-20230327223258-953e5dd7", | ||
"types": "./index.d.ts", | ||
@@ -5,0 +5,0 @@ "type": "module", |
export interface RowHost<Value = unknown> extends HTMLElement { | ||
setEditing(isEditing: boolean): void; | ||
setHeight(height: number): void; | ||
setValue(value: Value): void; | ||
@@ -5,0 +5,0 @@ updateColumnProperty( |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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 too big to display
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
466362
5334