@comfyorg/comfyui-frontend-types 1.41.4 → 1.41.6
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
|
@@ -1347,6 +1347,7 @@ export declare class ComfyApp {
|
|
|
1347
1347
|
*/
|
|
1348
1348
|
handleFileList(fileList: File[]): Promise<void>;
|
|
1349
1349
|
handleAudioFileList(fileList: File[]): Promise<void>;
|
|
1350
|
+
handleVideoFileList(fileList: File[]): Promise<void>;
|
|
1350
1351
|
/**
|
|
1351
1352
|
* Positions batched nodes in drag and drop
|
|
1352
1353
|
* @param nodes
|
|
@@ -3125,7 +3126,6 @@ export declare class ComfyApp {
|
|
|
3125
3126
|
/** Widget type (see {@link TWidgetType}) */
|
|
3126
3127
|
type: TType;
|
|
3127
3128
|
value?: TValue;
|
|
3128
|
-
vueTrack?: () => void;
|
|
3129
3129
|
/**
|
|
3130
3130
|
* Whether the widget value is persisted in the workflow JSON
|
|
3131
3131
|
* (`widgets_values`). Checked by {@link LGraphNode.serialize} and
|