@lvce-editor/api 8.59.0 → 8.61.0

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.
@@ -1,5 +1,6 @@
1
1
  import type { QuickPickItem } from '../QuickPickItem/QuickPickItem.ts';
2
2
  export interface ShowQuickPickOptions {
3
+ readonly acceptInput?: boolean;
3
4
  readonly items: readonly QuickPickItem[];
4
5
  readonly placeholder?: string;
5
6
  }
@@ -2,6 +2,7 @@ export interface StatusBarItem {
2
2
  readonly icon?: string;
3
3
  readonly name?: string;
4
4
  readonly onClick?: string;
5
+ readonly spinning?: boolean;
5
6
  readonly text?: string;
6
7
  readonly title?: string;
7
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/api",
3
- "version": "8.59.0",
3
+ "version": "8.61.0",
4
4
  "description": "Tree-shakeable extension API for Lvce Editor extensions.",
5
5
  "keywords": [
6
6
  "lvce-editor",