update: zotero-types 1.0.0
This commit is contained in:
parent
a8dcf5e310
commit
16c3952f80
|
|
@ -40,6 +40,6 @@
|
|||
"esbuild": "^0.16.10",
|
||||
"release-it": "^14.14.3",
|
||||
"replace-in-file": "^6.3.5",
|
||||
"zotero-types": "^0.1.5"
|
||||
"zotero-types": "^1.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -364,7 +364,7 @@ export class UIExampleFactory {
|
|||
panel: XUL.TabPanel | undefined,
|
||||
deck: XUL.Deck,
|
||||
win: Window,
|
||||
reader: _ZoteroReaderInstance
|
||||
reader: _ZoteroTypes.ReaderInstance
|
||||
) => {
|
||||
if (!panel) {
|
||||
ztoolkit.log(
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
declare const _globalThis: {
|
||||
[key: string]: any;
|
||||
Zotero: _ZoteroConstructable;
|
||||
ZoteroPane: _ZoteroPaneConstructable;
|
||||
ZoteroPane: _ZoteroTypes.ZoteroPane;
|
||||
Zotero_Tabs: typeof Zotero_Tabs;
|
||||
window: Window;
|
||||
document: Document;
|
||||
|
|
|
|||
Loading…
Reference in New Issue