@tinywork/glass 1.0.46 → 1.0.47

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.
Files changed (2) hide show
  1. package/index.d.ts +5 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -361,6 +361,11 @@ declare global {
361
361
  deactivate?: IGlassExtensionEvent<void>;
362
362
  uninstall?: IGlassExtensionEvent<void>;
363
363
 
364
+ onDocSearch?: IGlassExtensionEvent<{
365
+ pathname: string;
366
+ apiIds: string[];
367
+ }>;
368
+
364
369
  onDocChange?: IGlassExtensionEvent<{
365
370
  doc: DocFullSchema | null;
366
371
  originDoc: DocFullSchema | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinywork/glass",
3
- "version": "1.0.46",
3
+ "version": "1.0.47",
4
4
  "description": "",
5
5
  "types": "index.d.ts",
6
6
  "files": [