@tinywork/glass 1.0.9 → 1.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +2 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -465,6 +465,7 @@ declare global {
|
|
|
465
465
|
percent: number;
|
|
466
466
|
text?: string;
|
|
467
467
|
}): IGlassExtensionInvokeResponse<void>;
|
|
468
|
+
closeProgress(): IGlassExtensionInvokeResponse<void>;
|
|
468
469
|
|
|
469
470
|
transformDocToJsonSchema(
|
|
470
471
|
doc: DocFullSchema
|
|
@@ -493,5 +494,5 @@ declare global {
|
|
|
493
494
|
}
|
|
494
495
|
}
|
|
495
496
|
|
|
496
|
-
const glass: Glass.IGlassBridge;
|
|
497
|
+
export const glass: Glass.IGlassBridge;
|
|
497
498
|
}
|