@comfyorg/comfyui-frontend-types 1.8.1 → 1.8.2

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 +2 -2
package/index.d.ts CHANGED
@@ -3,6 +3,7 @@ import { default as default_2 } from '../components/dialog/content/LoadWorkflowW
3
3
  import { default as default_3 } from '../components/dialog/content/MissingModelsWarning.vue';
4
4
  import { default as default_4 } from '../components/dialog/content/ExecutionErrorDialogContent.vue';
5
5
  import { default as default_5 } from '../components/templates/TemplateWorkflowsContent.vue';
6
+ import { default as default_6 } from '../components/dialog/content/IssueReportDialogContent.vue';
6
7
  import { ISerialisedGraph } from '@comfyorg/litegraph';
7
8
  import { IWidget } from '@comfyorg/litegraph';
8
9
  import { LGraph } from '@comfyorg/litegraph';
@@ -1106,6 +1107,7 @@ export declare class ComfyApp {
1106
1107
  showAboutDialog: () => void;
1107
1108
  showExecutionErrorDialog: (props: InstanceType<typeof default_4>["$props"]) => void;
1108
1109
  showTemplateWorkflowsDialog: (props?: InstanceType<typeof default_5>["$props"]) => void;
1110
+ showIssueReportDialog: (props: InstanceType<typeof default_6>["$props"]) => void;
1109
1111
  prompt: ({ title, message, defaultValue }: {
1110
1112
  title: string;
1111
1113
  message: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comfyorg/comfyui-frontend-types",
3
- "version": "1.8.1",
3
+ "version": "1.8.2",
4
4
  "types": "./index.d.ts",
5
5
  "files": [
6
6
  "index.d.ts"
@@ -13,7 +13,7 @@
13
13
  "description": "TypeScript definitions for @comfyorg/comfyui-frontend",
14
14
  "license": "GPL-3.0-only",
15
15
  "dependencies": {
16
- "@comfyorg/litegraph": "^0.8.60"
16
+ "@comfyorg/litegraph": "^0.8.61"
17
17
  },
18
18
  "peerDependencies": {
19
19
  "vue": "^3.4.31",