@comfyorg/comfyui-frontend-types 1.7.1 → 1.7.3
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 +67 -13
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -4,6 +4,7 @@ import { IWidget } from '@comfyorg/litegraph';
|
|
|
4
4
|
import { LGraph } from '@comfyorg/litegraph';
|
|
5
5
|
import { LGraphCanvas } from '@comfyorg/litegraph';
|
|
6
6
|
import { LGraphNode } from '@comfyorg/litegraph';
|
|
7
|
+
import { LinkMarkerShape } from '@comfyorg/litegraph';
|
|
7
8
|
import { RenderShape } from '@comfyorg/litegraph/dist/types/globalEnums';
|
|
8
9
|
import { Vector2 } from '@comfyorg/litegraph';
|
|
9
10
|
import { z } from 'zod';
|
|
@@ -15228,7 +15229,7 @@ export declare class ComfyApp {
|
|
|
15228
15229
|
ctrl?: boolean;
|
|
15229
15230
|
alt?: boolean;
|
|
15230
15231
|
}>;
|
|
15231
|
-
|
|
15232
|
+
targetElementId: z.ZodOptional<z.ZodString>;
|
|
15232
15233
|
}, "strip", z.ZodTypeAny, {
|
|
15233
15234
|
commandId?: string;
|
|
15234
15235
|
combo?: {
|
|
@@ -15238,7 +15239,7 @@ export declare class ComfyApp {
|
|
|
15238
15239
|
ctrl?: boolean;
|
|
15239
15240
|
alt?: boolean;
|
|
15240
15241
|
};
|
|
15241
|
-
|
|
15242
|
+
targetElementId?: string;
|
|
15242
15243
|
}, {
|
|
15243
15244
|
commandId?: string;
|
|
15244
15245
|
combo?: {
|
|
@@ -15248,7 +15249,7 @@ export declare class ComfyApp {
|
|
|
15248
15249
|
ctrl?: boolean;
|
|
15249
15250
|
alt?: boolean;
|
|
15250
15251
|
};
|
|
15251
|
-
|
|
15252
|
+
targetElementId?: string;
|
|
15252
15253
|
}>;
|
|
15253
15254
|
|
|
15254
15255
|
declare const zLogRawResponse: z.ZodObject<{
|
|
@@ -30360,6 +30361,7 @@ export declare class ComfyApp {
|
|
|
30360
30361
|
"bar-shadow"?: string;
|
|
30361
30362
|
};
|
|
30362
30363
|
}>;
|
|
30364
|
+
light_theme: z.ZodOptional<z.ZodBoolean>;
|
|
30363
30365
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
30364
30366
|
id: z.ZodString;
|
|
30365
30367
|
name: z.ZodString;
|
|
@@ -30686,6 +30688,7 @@ export declare class ComfyApp {
|
|
|
30686
30688
|
"bar-shadow"?: string;
|
|
30687
30689
|
};
|
|
30688
30690
|
}>;
|
|
30691
|
+
light_theme: z.ZodOptional<z.ZodBoolean>;
|
|
30689
30692
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
30690
30693
|
id: z.ZodString;
|
|
30691
30694
|
name: z.ZodString;
|
|
@@ -31012,6 +31015,7 @@ export declare class ComfyApp {
|
|
|
31012
31015
|
"bar-shadow"?: string;
|
|
31013
31016
|
};
|
|
31014
31017
|
}>;
|
|
31018
|
+
light_theme: z.ZodOptional<z.ZodBoolean>;
|
|
31015
31019
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
31016
31020
|
'Comfy.ConfirmClear': z.ZodBoolean;
|
|
31017
31021
|
'Comfy.DevMode': z.ZodBoolean;
|
|
@@ -31025,6 +31029,9 @@ export declare class ComfyApp {
|
|
|
31025
31029
|
'Comfy.EnableWorkflowViewRestore': z.ZodBoolean;
|
|
31026
31030
|
'Comfy.FloatRoundingPrecision': z.ZodNumber;
|
|
31027
31031
|
'Comfy.Graph.CanvasInfo': z.ZodBoolean;
|
|
31032
|
+
'Comfy.Graph.CanvasMenu': z.ZodBoolean;
|
|
31033
|
+
'Comfy.Graph.CtrlShiftZoom': z.ZodBoolean;
|
|
31034
|
+
'Comfy.Graph.LinkMarkers': z.ZodNativeEnum<typeof LinkMarkerShape>;
|
|
31028
31035
|
'Comfy.Graph.ZoomSpeed': z.ZodNumber;
|
|
31029
31036
|
'Comfy.Group.DoubleClickTitleToEdit': z.ZodBoolean;
|
|
31030
31037
|
'Comfy.GroupSelectedNodes.Padding': z.ZodNumber;
|
|
@@ -31046,13 +31053,22 @@ export declare class ComfyApp {
|
|
|
31046
31053
|
'Comfy.NodeInputConversionSubmenus': z.ZodBoolean;
|
|
31047
31054
|
'Comfy.LinkRelease.Action': z.ZodEnum<[string, ...string[]]>;
|
|
31048
31055
|
'Comfy.LinkRelease.ActionShift': z.ZodEnum<[string, ...string[]]>;
|
|
31056
|
+
'Comfy.ModelLibrary.AutoLoadAll': z.ZodBoolean;
|
|
31057
|
+
'Comfy.ModelLibrary.NameFormat': z.ZodEnum<["filename", "title"]>;
|
|
31049
31058
|
'Comfy.NodeSearchBoxImpl.NodePreview': z.ZodBoolean;
|
|
31050
31059
|
'Comfy.NodeSearchBoxImpl': z.ZodEnum<["default", "simple"]>;
|
|
31051
31060
|
'Comfy.NodeSearchBoxImpl.ShowCategory': z.ZodBoolean;
|
|
31052
31061
|
'Comfy.NodeSearchBoxImpl.ShowIdName': z.ZodBoolean;
|
|
31062
|
+
'Comfy.NodeSearchBoxImpl.ShowNodeFrequency': z.ZodBoolean;
|
|
31053
31063
|
'Comfy.NodeSuggestions.number': z.ZodNumber;
|
|
31064
|
+
'Comfy.Node.BypassAllLinksOnDelete': z.ZodBoolean;
|
|
31065
|
+
'Comfy.Node.Opacity': z.ZodNumber;
|
|
31066
|
+
'Comfy.Node.MiddleClickRerouteNode': z.ZodBoolean;
|
|
31054
31067
|
'Comfy.Node.ShowDeprecated': z.ZodBoolean;
|
|
31055
31068
|
'Comfy.Node.ShowExperimental': z.ZodBoolean;
|
|
31069
|
+
'Comfy.Pointer.ClickBufferTime': z.ZodNumber;
|
|
31070
|
+
'Comfy.Pointer.ClickDrift': z.ZodNumber;
|
|
31071
|
+
'Comfy.Pointer.DoubleClickTime': z.ZodNumber;
|
|
31056
31072
|
'Comfy.PreviewFormat': z.ZodString;
|
|
31057
31073
|
'Comfy.PromptFilename': z.ZodBoolean;
|
|
31058
31074
|
'Comfy.Sidebar.Location': z.ZodEnum<["left", "right"]>;
|
|
@@ -31064,15 +31080,18 @@ export declare class ComfyApp {
|
|
|
31064
31080
|
'Comfy.UseNewMenu': z.ZodEnum<["Disabled", "Top", "Bottom"]>;
|
|
31065
31081
|
'Comfy.TreeExplorer.ItemPadding': z.ZodNumber;
|
|
31066
31082
|
'Comfy.Validation.Workflows': z.ZodBoolean;
|
|
31083
|
+
'Comfy.Validation.NodeDefs': z.ZodBoolean;
|
|
31067
31084
|
'Comfy.Workflow.SortNodeIdOnSave': z.ZodBoolean;
|
|
31068
31085
|
'Comfy.Queue.ImageFit': z.ZodEnum<["contain", "cover"]>;
|
|
31069
31086
|
'Comfy.Workflow.WorkflowTabsPosition': z.ZodEnum<["Sidebar", "Topbar"]>;
|
|
31070
31087
|
'Comfy.Node.DoubleClickTitleToEdit': z.ZodBoolean;
|
|
31088
|
+
'Comfy.WidgetControlMode': z.ZodEnum<["before", "after"]>;
|
|
31071
31089
|
'Comfy.Window.UnloadConfirmation': z.ZodBoolean;
|
|
31072
31090
|
'Comfy.NodeBadge.NodeSourceBadgeMode': z.ZodEnum<[string, ...string[]]>;
|
|
31073
31091
|
'Comfy.NodeBadge.NodeIdBadgeMode': z.ZodEnum<[string, ...string[]]>;
|
|
31074
31092
|
'Comfy.NodeBadge.NodeLifeCycleBadgeMode': z.ZodEnum<[string, ...string[]]>;
|
|
31075
31093
|
'Comfy.QueueButton.BatchCountLimit': z.ZodNumber;
|
|
31094
|
+
'Comfy.Queue.MaxHistoryItems': z.ZodNumber;
|
|
31076
31095
|
'Comfy.Keybinding.UnsetBindings': z.ZodArray<z.ZodObject<{
|
|
31077
31096
|
commandId: z.ZodString;
|
|
31078
31097
|
combo: z.ZodObject<{
|
|
@@ -31094,7 +31113,7 @@ export declare class ComfyApp {
|
|
|
31094
31113
|
ctrl?: boolean;
|
|
31095
31114
|
alt?: boolean;
|
|
31096
31115
|
}>;
|
|
31097
|
-
|
|
31116
|
+
targetElementId: z.ZodOptional<z.ZodString>;
|
|
31098
31117
|
}, "strip", z.ZodTypeAny, {
|
|
31099
31118
|
commandId?: string;
|
|
31100
31119
|
combo?: {
|
|
@@ -31104,7 +31123,7 @@ export declare class ComfyApp {
|
|
|
31104
31123
|
ctrl?: boolean;
|
|
31105
31124
|
alt?: boolean;
|
|
31106
31125
|
};
|
|
31107
|
-
|
|
31126
|
+
targetElementId?: string;
|
|
31108
31127
|
}, {
|
|
31109
31128
|
commandId?: string;
|
|
31110
31129
|
combo?: {
|
|
@@ -31114,7 +31133,7 @@ export declare class ComfyApp {
|
|
|
31114
31133
|
ctrl?: boolean;
|
|
31115
31134
|
alt?: boolean;
|
|
31116
31135
|
};
|
|
31117
|
-
|
|
31136
|
+
targetElementId?: string;
|
|
31118
31137
|
}>, "many">;
|
|
31119
31138
|
'Comfy.Keybinding.NewBindings': z.ZodArray<z.ZodObject<{
|
|
31120
31139
|
commandId: z.ZodString;
|
|
@@ -31137,7 +31156,7 @@ export declare class ComfyApp {
|
|
|
31137
31156
|
ctrl?: boolean;
|
|
31138
31157
|
alt?: boolean;
|
|
31139
31158
|
}>;
|
|
31140
|
-
|
|
31159
|
+
targetElementId: z.ZodOptional<z.ZodString>;
|
|
31141
31160
|
}, "strip", z.ZodTypeAny, {
|
|
31142
31161
|
commandId?: string;
|
|
31143
31162
|
combo?: {
|
|
@@ -31147,7 +31166,7 @@ export declare class ComfyApp {
|
|
|
31147
31166
|
ctrl?: boolean;
|
|
31148
31167
|
alt?: boolean;
|
|
31149
31168
|
};
|
|
31150
|
-
|
|
31169
|
+
targetElementId?: string;
|
|
31151
31170
|
}, {
|
|
31152
31171
|
commandId?: string;
|
|
31153
31172
|
combo?: {
|
|
@@ -31157,7 +31176,7 @@ export declare class ComfyApp {
|
|
|
31157
31176
|
ctrl?: boolean;
|
|
31158
31177
|
alt?: boolean;
|
|
31159
31178
|
};
|
|
31160
|
-
|
|
31179
|
+
targetElementId?: string;
|
|
31161
31180
|
}>, "many">;
|
|
31162
31181
|
'Comfy.Extension.Disabled': z.ZodArray<z.ZodString, "many">;
|
|
31163
31182
|
'Comfy.Settings.ExtensionPanel': z.ZodBoolean;
|
|
@@ -31168,6 +31187,7 @@ export declare class ComfyApp {
|
|
|
31168
31187
|
'Comfy.Server.LaunchArgs': z.ZodRecord<z.ZodString, z.ZodString>;
|
|
31169
31188
|
'LiteGraph.Canvas.MaximumFps': z.ZodNumber;
|
|
31170
31189
|
'Comfy.Workflow.ConfirmDelete': z.ZodBoolean;
|
|
31190
|
+
'Comfy.RerouteBeta': z.ZodBoolean;
|
|
31171
31191
|
}, "strip", z.ZodTypeAny, {
|
|
31172
31192
|
'Comfy.ColorPalette'?: string;
|
|
31173
31193
|
'Comfy.CustomColorPalettes'?: Record<string, z.objectOutputType<{
|
|
@@ -31496,6 +31516,7 @@ export declare class ComfyApp {
|
|
|
31496
31516
|
"bar-shadow"?: string;
|
|
31497
31517
|
};
|
|
31498
31518
|
}>;
|
|
31519
|
+
light_theme: z.ZodOptional<z.ZodBoolean>;
|
|
31499
31520
|
}, z.ZodTypeAny, "passthrough">>;
|
|
31500
31521
|
'Comfy.ConfirmClear'?: boolean;
|
|
31501
31522
|
'Comfy.DevMode'?: boolean;
|
|
@@ -31509,6 +31530,9 @@ export declare class ComfyApp {
|
|
|
31509
31530
|
'Comfy.EnableWorkflowViewRestore'?: boolean;
|
|
31510
31531
|
'Comfy.FloatRoundingPrecision'?: number;
|
|
31511
31532
|
'Comfy.Graph.CanvasInfo'?: boolean;
|
|
31533
|
+
'Comfy.Graph.CanvasMenu'?: boolean;
|
|
31534
|
+
'Comfy.Graph.CtrlShiftZoom'?: boolean;
|
|
31535
|
+
'Comfy.Graph.LinkMarkers'?: LinkMarkerShape;
|
|
31512
31536
|
'Comfy.Graph.ZoomSpeed'?: number;
|
|
31513
31537
|
'Comfy.Group.DoubleClickTitleToEdit'?: boolean;
|
|
31514
31538
|
'Comfy.GroupSelectedNodes.Padding'?: number;
|
|
@@ -31524,13 +31548,22 @@ export declare class ComfyApp {
|
|
|
31524
31548
|
'Comfy.NodeInputConversionSubmenus'?: boolean;
|
|
31525
31549
|
'Comfy.LinkRelease.Action'?: string;
|
|
31526
31550
|
'Comfy.LinkRelease.ActionShift'?: string;
|
|
31551
|
+
'Comfy.ModelLibrary.AutoLoadAll'?: boolean;
|
|
31552
|
+
'Comfy.ModelLibrary.NameFormat'?: "filename" | "title";
|
|
31527
31553
|
'Comfy.NodeSearchBoxImpl.NodePreview'?: boolean;
|
|
31528
31554
|
'Comfy.NodeSearchBoxImpl'?: "default" | "simple";
|
|
31529
31555
|
'Comfy.NodeSearchBoxImpl.ShowCategory'?: boolean;
|
|
31530
31556
|
'Comfy.NodeSearchBoxImpl.ShowIdName'?: boolean;
|
|
31557
|
+
'Comfy.NodeSearchBoxImpl.ShowNodeFrequency'?: boolean;
|
|
31531
31558
|
'Comfy.NodeSuggestions.number'?: number;
|
|
31559
|
+
'Comfy.Node.BypassAllLinksOnDelete'?: boolean;
|
|
31560
|
+
'Comfy.Node.Opacity'?: number;
|
|
31561
|
+
'Comfy.Node.MiddleClickRerouteNode'?: boolean;
|
|
31532
31562
|
'Comfy.Node.ShowDeprecated'?: boolean;
|
|
31533
31563
|
'Comfy.Node.ShowExperimental'?: boolean;
|
|
31564
|
+
'Comfy.Pointer.ClickBufferTime'?: number;
|
|
31565
|
+
'Comfy.Pointer.ClickDrift'?: number;
|
|
31566
|
+
'Comfy.Pointer.DoubleClickTime'?: number;
|
|
31534
31567
|
'Comfy.PreviewFormat'?: string;
|
|
31535
31568
|
'Comfy.PromptFilename'?: boolean;
|
|
31536
31569
|
'Comfy.Sidebar.Location'?: "left" | "right";
|
|
@@ -31542,15 +31575,18 @@ export declare class ComfyApp {
|
|
|
31542
31575
|
'Comfy.UseNewMenu'?: "Disabled" | "Top" | "Bottom";
|
|
31543
31576
|
'Comfy.TreeExplorer.ItemPadding'?: number;
|
|
31544
31577
|
'Comfy.Validation.Workflows'?: boolean;
|
|
31578
|
+
'Comfy.Validation.NodeDefs'?: boolean;
|
|
31545
31579
|
'Comfy.Workflow.SortNodeIdOnSave'?: boolean;
|
|
31546
31580
|
'Comfy.Queue.ImageFit'?: "contain" | "cover";
|
|
31547
31581
|
'Comfy.Workflow.WorkflowTabsPosition'?: "Sidebar" | "Topbar";
|
|
31548
31582
|
'Comfy.Node.DoubleClickTitleToEdit'?: boolean;
|
|
31583
|
+
'Comfy.WidgetControlMode'?: "before" | "after";
|
|
31549
31584
|
'Comfy.Window.UnloadConfirmation'?: boolean;
|
|
31550
31585
|
'Comfy.NodeBadge.NodeSourceBadgeMode'?: string;
|
|
31551
31586
|
'Comfy.NodeBadge.NodeIdBadgeMode'?: string;
|
|
31552
31587
|
'Comfy.NodeBadge.NodeLifeCycleBadgeMode'?: string;
|
|
31553
31588
|
'Comfy.QueueButton.BatchCountLimit'?: number;
|
|
31589
|
+
'Comfy.Queue.MaxHistoryItems'?: number;
|
|
31554
31590
|
'Comfy.Keybinding.UnsetBindings'?: {
|
|
31555
31591
|
commandId?: string;
|
|
31556
31592
|
combo?: {
|
|
@@ -31560,7 +31596,7 @@ export declare class ComfyApp {
|
|
|
31560
31596
|
ctrl?: boolean;
|
|
31561
31597
|
alt?: boolean;
|
|
31562
31598
|
};
|
|
31563
|
-
|
|
31599
|
+
targetElementId?: string;
|
|
31564
31600
|
}[];
|
|
31565
31601
|
'Comfy.Keybinding.NewBindings'?: {
|
|
31566
31602
|
commandId?: string;
|
|
@@ -31571,7 +31607,7 @@ export declare class ComfyApp {
|
|
|
31571
31607
|
ctrl?: boolean;
|
|
31572
31608
|
alt?: boolean;
|
|
31573
31609
|
};
|
|
31574
|
-
|
|
31610
|
+
targetElementId?: string;
|
|
31575
31611
|
}[];
|
|
31576
31612
|
'Comfy.Extension.Disabled'?: string[];
|
|
31577
31613
|
'Comfy.Settings.ExtensionPanel'?: boolean;
|
|
@@ -31582,6 +31618,7 @@ export declare class ComfyApp {
|
|
|
31582
31618
|
'Comfy.Server.LaunchArgs'?: Record<string, string>;
|
|
31583
31619
|
'LiteGraph.Canvas.MaximumFps'?: number;
|
|
31584
31620
|
'Comfy.Workflow.ConfirmDelete'?: boolean;
|
|
31621
|
+
'Comfy.RerouteBeta'?: boolean;
|
|
31585
31622
|
}, {
|
|
31586
31623
|
'Comfy.ColorPalette'?: string;
|
|
31587
31624
|
'Comfy.CustomColorPalettes'?: Record<string, z.objectInputType<{
|
|
@@ -31910,6 +31947,7 @@ export declare class ComfyApp {
|
|
|
31910
31947
|
"bar-shadow"?: string;
|
|
31911
31948
|
};
|
|
31912
31949
|
}>;
|
|
31950
|
+
light_theme: z.ZodOptional<z.ZodBoolean>;
|
|
31913
31951
|
}, z.ZodTypeAny, "passthrough">>;
|
|
31914
31952
|
'Comfy.ConfirmClear'?: boolean;
|
|
31915
31953
|
'Comfy.DevMode'?: boolean;
|
|
@@ -31923,6 +31961,9 @@ export declare class ComfyApp {
|
|
|
31923
31961
|
'Comfy.EnableWorkflowViewRestore'?: boolean;
|
|
31924
31962
|
'Comfy.FloatRoundingPrecision'?: number;
|
|
31925
31963
|
'Comfy.Graph.CanvasInfo'?: boolean;
|
|
31964
|
+
'Comfy.Graph.CanvasMenu'?: boolean;
|
|
31965
|
+
'Comfy.Graph.CtrlShiftZoom'?: boolean;
|
|
31966
|
+
'Comfy.Graph.LinkMarkers'?: LinkMarkerShape;
|
|
31926
31967
|
'Comfy.Graph.ZoomSpeed'?: number;
|
|
31927
31968
|
'Comfy.Group.DoubleClickTitleToEdit'?: boolean;
|
|
31928
31969
|
'Comfy.GroupSelectedNodes.Padding'?: number;
|
|
@@ -31938,13 +31979,22 @@ export declare class ComfyApp {
|
|
|
31938
31979
|
'Comfy.NodeInputConversionSubmenus'?: boolean;
|
|
31939
31980
|
'Comfy.LinkRelease.Action'?: string;
|
|
31940
31981
|
'Comfy.LinkRelease.ActionShift'?: string;
|
|
31982
|
+
'Comfy.ModelLibrary.AutoLoadAll'?: boolean;
|
|
31983
|
+
'Comfy.ModelLibrary.NameFormat'?: "filename" | "title";
|
|
31941
31984
|
'Comfy.NodeSearchBoxImpl.NodePreview'?: boolean;
|
|
31942
31985
|
'Comfy.NodeSearchBoxImpl'?: "default" | "simple";
|
|
31943
31986
|
'Comfy.NodeSearchBoxImpl.ShowCategory'?: boolean;
|
|
31944
31987
|
'Comfy.NodeSearchBoxImpl.ShowIdName'?: boolean;
|
|
31988
|
+
'Comfy.NodeSearchBoxImpl.ShowNodeFrequency'?: boolean;
|
|
31945
31989
|
'Comfy.NodeSuggestions.number'?: number;
|
|
31990
|
+
'Comfy.Node.BypassAllLinksOnDelete'?: boolean;
|
|
31991
|
+
'Comfy.Node.Opacity'?: number;
|
|
31992
|
+
'Comfy.Node.MiddleClickRerouteNode'?: boolean;
|
|
31946
31993
|
'Comfy.Node.ShowDeprecated'?: boolean;
|
|
31947
31994
|
'Comfy.Node.ShowExperimental'?: boolean;
|
|
31995
|
+
'Comfy.Pointer.ClickBufferTime'?: number;
|
|
31996
|
+
'Comfy.Pointer.ClickDrift'?: number;
|
|
31997
|
+
'Comfy.Pointer.DoubleClickTime'?: number;
|
|
31948
31998
|
'Comfy.PreviewFormat'?: string;
|
|
31949
31999
|
'Comfy.PromptFilename'?: boolean;
|
|
31950
32000
|
'Comfy.Sidebar.Location'?: "left" | "right";
|
|
@@ -31956,15 +32006,18 @@ export declare class ComfyApp {
|
|
|
31956
32006
|
'Comfy.UseNewMenu'?: "Disabled" | "Top" | "Bottom";
|
|
31957
32007
|
'Comfy.TreeExplorer.ItemPadding'?: number;
|
|
31958
32008
|
'Comfy.Validation.Workflows'?: boolean;
|
|
32009
|
+
'Comfy.Validation.NodeDefs'?: boolean;
|
|
31959
32010
|
'Comfy.Workflow.SortNodeIdOnSave'?: boolean;
|
|
31960
32011
|
'Comfy.Queue.ImageFit'?: "contain" | "cover";
|
|
31961
32012
|
'Comfy.Workflow.WorkflowTabsPosition'?: "Sidebar" | "Topbar";
|
|
31962
32013
|
'Comfy.Node.DoubleClickTitleToEdit'?: boolean;
|
|
32014
|
+
'Comfy.WidgetControlMode'?: "before" | "after";
|
|
31963
32015
|
'Comfy.Window.UnloadConfirmation'?: boolean;
|
|
31964
32016
|
'Comfy.NodeBadge.NodeSourceBadgeMode'?: string;
|
|
31965
32017
|
'Comfy.NodeBadge.NodeIdBadgeMode'?: string;
|
|
31966
32018
|
'Comfy.NodeBadge.NodeLifeCycleBadgeMode'?: string;
|
|
31967
32019
|
'Comfy.QueueButton.BatchCountLimit'?: number;
|
|
32020
|
+
'Comfy.Queue.MaxHistoryItems'?: number;
|
|
31968
32021
|
'Comfy.Keybinding.UnsetBindings'?: {
|
|
31969
32022
|
commandId?: string;
|
|
31970
32023
|
combo?: {
|
|
@@ -31974,7 +32027,7 @@ export declare class ComfyApp {
|
|
|
31974
32027
|
ctrl?: boolean;
|
|
31975
32028
|
alt?: boolean;
|
|
31976
32029
|
};
|
|
31977
|
-
|
|
32030
|
+
targetElementId?: string;
|
|
31978
32031
|
}[];
|
|
31979
32032
|
'Comfy.Keybinding.NewBindings'?: {
|
|
31980
32033
|
commandId?: string;
|
|
@@ -31985,7 +32038,7 @@ export declare class ComfyApp {
|
|
|
31985
32038
|
ctrl?: boolean;
|
|
31986
32039
|
alt?: boolean;
|
|
31987
32040
|
};
|
|
31988
|
-
|
|
32041
|
+
targetElementId?: string;
|
|
31989
32042
|
}[];
|
|
31990
32043
|
'Comfy.Extension.Disabled'?: string[];
|
|
31991
32044
|
'Comfy.Settings.ExtensionPanel'?: boolean;
|
|
@@ -31996,6 +32049,7 @@ export declare class ComfyApp {
|
|
|
31996
32049
|
'Comfy.Server.LaunchArgs'?: Record<string, string>;
|
|
31997
32050
|
'LiteGraph.Canvas.MaximumFps'?: number;
|
|
31998
32051
|
'Comfy.Workflow.ConfirmDelete'?: boolean;
|
|
32052
|
+
'Comfy.RerouteBeta'?: boolean;
|
|
31999
32053
|
}>>>;
|
|
32000
32054
|
|
|
32001
32055
|
declare const zStatusWsMessage: z.ZodObject<{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@comfyorg/comfyui-frontend-types",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.3",
|
|
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.
|
|
16
|
+
"@comfyorg/litegraph": "^0.8.60"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
19
|
"vue": "^3.4.31",
|