@comfyorg/comfyui-frontend-types 1.41.13 → 1.42.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.
- package/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -5017,7 +5017,6 @@ export declare class ComfyApp {
|
|
|
5017
5017
|
* Called when a mouse wheel event has to be processed
|
|
5018
5018
|
*/
|
|
5019
5019
|
processMouseWheel(e: WheelEvent): void;
|
|
5020
|
-
private _noItemsSelected;
|
|
5021
5020
|
/**
|
|
5022
5021
|
* process a key event
|
|
5023
5022
|
*/
|
|
@@ -8882,6 +8881,7 @@ export declare class ComfyApp {
|
|
|
8882
8881
|
private _addSubgraphInputListeners;
|
|
8883
8882
|
configure(info: ExportedSubgraphInstance): void;
|
|
8884
8883
|
_internalConfigureAfterSlots(): void;
|
|
8884
|
+
private _resolveInputWidget;
|
|
8885
8885
|
private _setWidget;
|
|
8886
8886
|
private _flushPendingPromotions;
|
|
8887
8887
|
onAdded(_graph: LGraph): void;
|