@comfyorg/comfyui-frontend-types 1.22.2 → 1.23.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.
Files changed (2) hide show
  1. package/index.d.ts +2 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -3647,6 +3647,8 @@ export declare class ComfyApp {
3647
3647
  itemList?: string[];
3648
3648
  hint?: string;
3649
3649
  }) => Promise<boolean | null>;
3650
+ toggleManagerDialog: (props?: InstanceType<typeof default_6>["$props"]) => void;
3651
+ toggleManagerProgressDialog: (props?: InstanceType<typeof default_7>["$props"]) => void;
3650
3652
  };
3651
3653
 
3652
3654
  export { User }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comfyorg/comfyui-frontend-types",
3
- "version": "1.22.2",
3
+ "version": "1.23.0",
4
4
  "types": "./index.d.ts",
5
5
  "files": [
6
6
  "index.d.ts"