@comfyorg/comfyui-frontend-types 1.7.5 → 1.7.7
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 +28 -3
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -30098,6 +30098,7 @@ export declare class ComfyApp {
|
|
|
30098
30098
|
NODE_SELECTED_TITLE_COLOR: z.ZodOptional<z.ZodString>;
|
|
30099
30099
|
NODE_TEXT_SIZE: z.ZodOptional<z.ZodNumber>;
|
|
30100
30100
|
NODE_TEXT_COLOR: z.ZodOptional<z.ZodString>;
|
|
30101
|
+
NODE_TEXT_HIGHLIGHT_COLOR: z.ZodOptional<z.ZodString>;
|
|
30101
30102
|
NODE_SUBTEXT_SIZE: z.ZodOptional<z.ZodNumber>;
|
|
30102
30103
|
NODE_DEFAULT_COLOR: z.ZodOptional<z.ZodString>;
|
|
30103
30104
|
NODE_DEFAULT_BGCOLOR: z.ZodOptional<z.ZodString>;
|
|
@@ -30124,6 +30125,7 @@ export declare class ComfyApp {
|
|
|
30124
30125
|
NODE_SELECTED_TITLE_COLOR?: string;
|
|
30125
30126
|
NODE_TEXT_SIZE?: number;
|
|
30126
30127
|
NODE_TEXT_COLOR?: string;
|
|
30128
|
+
NODE_TEXT_HIGHLIGHT_COLOR?: string;
|
|
30127
30129
|
NODE_SUBTEXT_SIZE?: number;
|
|
30128
30130
|
NODE_DEFAULT_COLOR?: string;
|
|
30129
30131
|
NODE_DEFAULT_BGCOLOR?: string;
|
|
@@ -30150,6 +30152,7 @@ export declare class ComfyApp {
|
|
|
30150
30152
|
NODE_SELECTED_TITLE_COLOR?: string;
|
|
30151
30153
|
NODE_TEXT_SIZE?: number;
|
|
30152
30154
|
NODE_TEXT_COLOR?: string;
|
|
30155
|
+
NODE_TEXT_HIGHLIGHT_COLOR?: string;
|
|
30153
30156
|
NODE_SUBTEXT_SIZE?: number;
|
|
30154
30157
|
NODE_DEFAULT_COLOR?: string;
|
|
30155
30158
|
NODE_DEFAULT_BGCOLOR?: string;
|
|
@@ -30254,6 +30257,7 @@ export declare class ComfyApp {
|
|
|
30254
30257
|
NODE_SELECTED_TITLE_COLOR?: string;
|
|
30255
30258
|
NODE_TEXT_SIZE?: number;
|
|
30256
30259
|
NODE_TEXT_COLOR?: string;
|
|
30260
|
+
NODE_TEXT_HIGHLIGHT_COLOR?: string;
|
|
30257
30261
|
NODE_SUBTEXT_SIZE?: number;
|
|
30258
30262
|
NODE_DEFAULT_COLOR?: string;
|
|
30259
30263
|
NODE_DEFAULT_BGCOLOR?: string;
|
|
@@ -30320,6 +30324,7 @@ export declare class ComfyApp {
|
|
|
30320
30324
|
NODE_SELECTED_TITLE_COLOR?: string;
|
|
30321
30325
|
NODE_TEXT_SIZE?: number;
|
|
30322
30326
|
NODE_TEXT_COLOR?: string;
|
|
30327
|
+
NODE_TEXT_HIGHLIGHT_COLOR?: string;
|
|
30323
30328
|
NODE_SUBTEXT_SIZE?: number;
|
|
30324
30329
|
NODE_DEFAULT_COLOR?: string;
|
|
30325
30330
|
NODE_DEFAULT_BGCOLOR?: string;
|
|
@@ -30425,6 +30430,7 @@ export declare class ComfyApp {
|
|
|
30425
30430
|
NODE_SELECTED_TITLE_COLOR: z.ZodOptional<z.ZodString>;
|
|
30426
30431
|
NODE_TEXT_SIZE: z.ZodOptional<z.ZodNumber>;
|
|
30427
30432
|
NODE_TEXT_COLOR: z.ZodOptional<z.ZodString>;
|
|
30433
|
+
NODE_TEXT_HIGHLIGHT_COLOR: z.ZodOptional<z.ZodString>;
|
|
30428
30434
|
NODE_SUBTEXT_SIZE: z.ZodOptional<z.ZodNumber>;
|
|
30429
30435
|
NODE_DEFAULT_COLOR: z.ZodOptional<z.ZodString>;
|
|
30430
30436
|
NODE_DEFAULT_BGCOLOR: z.ZodOptional<z.ZodString>;
|
|
@@ -30451,6 +30457,7 @@ export declare class ComfyApp {
|
|
|
30451
30457
|
NODE_SELECTED_TITLE_COLOR?: string;
|
|
30452
30458
|
NODE_TEXT_SIZE?: number;
|
|
30453
30459
|
NODE_TEXT_COLOR?: string;
|
|
30460
|
+
NODE_TEXT_HIGHLIGHT_COLOR?: string;
|
|
30454
30461
|
NODE_SUBTEXT_SIZE?: number;
|
|
30455
30462
|
NODE_DEFAULT_COLOR?: string;
|
|
30456
30463
|
NODE_DEFAULT_BGCOLOR?: string;
|
|
@@ -30477,6 +30484,7 @@ export declare class ComfyApp {
|
|
|
30477
30484
|
NODE_SELECTED_TITLE_COLOR?: string;
|
|
30478
30485
|
NODE_TEXT_SIZE?: number;
|
|
30479
30486
|
NODE_TEXT_COLOR?: string;
|
|
30487
|
+
NODE_TEXT_HIGHLIGHT_COLOR?: string;
|
|
30480
30488
|
NODE_SUBTEXT_SIZE?: number;
|
|
30481
30489
|
NODE_DEFAULT_COLOR?: string;
|
|
30482
30490
|
NODE_DEFAULT_BGCOLOR?: string;
|
|
@@ -30581,6 +30589,7 @@ export declare class ComfyApp {
|
|
|
30581
30589
|
NODE_SELECTED_TITLE_COLOR?: string;
|
|
30582
30590
|
NODE_TEXT_SIZE?: number;
|
|
30583
30591
|
NODE_TEXT_COLOR?: string;
|
|
30592
|
+
NODE_TEXT_HIGHLIGHT_COLOR?: string;
|
|
30584
30593
|
NODE_SUBTEXT_SIZE?: number;
|
|
30585
30594
|
NODE_DEFAULT_COLOR?: string;
|
|
30586
30595
|
NODE_DEFAULT_BGCOLOR?: string;
|
|
@@ -30647,6 +30656,7 @@ export declare class ComfyApp {
|
|
|
30647
30656
|
NODE_SELECTED_TITLE_COLOR?: string;
|
|
30648
30657
|
NODE_TEXT_SIZE?: number;
|
|
30649
30658
|
NODE_TEXT_COLOR?: string;
|
|
30659
|
+
NODE_TEXT_HIGHLIGHT_COLOR?: string;
|
|
30650
30660
|
NODE_SUBTEXT_SIZE?: number;
|
|
30651
30661
|
NODE_DEFAULT_COLOR?: string;
|
|
30652
30662
|
NODE_DEFAULT_BGCOLOR?: string;
|
|
@@ -30752,6 +30762,7 @@ export declare class ComfyApp {
|
|
|
30752
30762
|
NODE_SELECTED_TITLE_COLOR: z.ZodOptional<z.ZodString>;
|
|
30753
30763
|
NODE_TEXT_SIZE: z.ZodOptional<z.ZodNumber>;
|
|
30754
30764
|
NODE_TEXT_COLOR: z.ZodOptional<z.ZodString>;
|
|
30765
|
+
NODE_TEXT_HIGHLIGHT_COLOR: z.ZodOptional<z.ZodString>;
|
|
30755
30766
|
NODE_SUBTEXT_SIZE: z.ZodOptional<z.ZodNumber>;
|
|
30756
30767
|
NODE_DEFAULT_COLOR: z.ZodOptional<z.ZodString>;
|
|
30757
30768
|
NODE_DEFAULT_BGCOLOR: z.ZodOptional<z.ZodString>;
|
|
@@ -30778,6 +30789,7 @@ export declare class ComfyApp {
|
|
|
30778
30789
|
NODE_SELECTED_TITLE_COLOR?: string;
|
|
30779
30790
|
NODE_TEXT_SIZE?: number;
|
|
30780
30791
|
NODE_TEXT_COLOR?: string;
|
|
30792
|
+
NODE_TEXT_HIGHLIGHT_COLOR?: string;
|
|
30781
30793
|
NODE_SUBTEXT_SIZE?: number;
|
|
30782
30794
|
NODE_DEFAULT_COLOR?: string;
|
|
30783
30795
|
NODE_DEFAULT_BGCOLOR?: string;
|
|
@@ -30804,6 +30816,7 @@ export declare class ComfyApp {
|
|
|
30804
30816
|
NODE_SELECTED_TITLE_COLOR?: string;
|
|
30805
30817
|
NODE_TEXT_SIZE?: number;
|
|
30806
30818
|
NODE_TEXT_COLOR?: string;
|
|
30819
|
+
NODE_TEXT_HIGHLIGHT_COLOR?: string;
|
|
30807
30820
|
NODE_SUBTEXT_SIZE?: number;
|
|
30808
30821
|
NODE_DEFAULT_COLOR?: string;
|
|
30809
30822
|
NODE_DEFAULT_BGCOLOR?: string;
|
|
@@ -30908,6 +30921,7 @@ export declare class ComfyApp {
|
|
|
30908
30921
|
NODE_SELECTED_TITLE_COLOR?: string;
|
|
30909
30922
|
NODE_TEXT_SIZE?: number;
|
|
30910
30923
|
NODE_TEXT_COLOR?: string;
|
|
30924
|
+
NODE_TEXT_HIGHLIGHT_COLOR?: string;
|
|
30911
30925
|
NODE_SUBTEXT_SIZE?: number;
|
|
30912
30926
|
NODE_DEFAULT_COLOR?: string;
|
|
30913
30927
|
NODE_DEFAULT_BGCOLOR?: string;
|
|
@@ -30974,6 +30988,7 @@ export declare class ComfyApp {
|
|
|
30974
30988
|
NODE_SELECTED_TITLE_COLOR?: string;
|
|
30975
30989
|
NODE_TEXT_SIZE?: number;
|
|
30976
30990
|
NODE_TEXT_COLOR?: string;
|
|
30991
|
+
NODE_TEXT_HIGHLIGHT_COLOR?: string;
|
|
30977
30992
|
NODE_SUBTEXT_SIZE?: number;
|
|
30978
30993
|
NODE_DEFAULT_COLOR?: string;
|
|
30979
30994
|
NODE_DEFAULT_BGCOLOR?: string;
|
|
@@ -31083,7 +31098,7 @@ export declare class ComfyApp {
|
|
|
31083
31098
|
'Comfy.Validation.NodeDefs': z.ZodBoolean;
|
|
31084
31099
|
'Comfy.Workflow.SortNodeIdOnSave': z.ZodBoolean;
|
|
31085
31100
|
'Comfy.Queue.ImageFit': z.ZodEnum<["contain", "cover"]>;
|
|
31086
|
-
'Comfy.Workflow.WorkflowTabsPosition': z.ZodEnum<["Sidebar", "Topbar"]>;
|
|
31101
|
+
'Comfy.Workflow.WorkflowTabsPosition': z.ZodEnum<["Sidebar", "Topbar", "Topbar (2nd-row)"]>;
|
|
31087
31102
|
'Comfy.Node.DoubleClickTitleToEdit': z.ZodBoolean;
|
|
31088
31103
|
'Comfy.WidgetControlMode': z.ZodEnum<["before", "after"]>;
|
|
31089
31104
|
'Comfy.Window.UnloadConfirmation': z.ZodBoolean;
|
|
@@ -31253,6 +31268,7 @@ export declare class ComfyApp {
|
|
|
31253
31268
|
NODE_SELECTED_TITLE_COLOR: z.ZodOptional<z.ZodString>;
|
|
31254
31269
|
NODE_TEXT_SIZE: z.ZodOptional<z.ZodNumber>;
|
|
31255
31270
|
NODE_TEXT_COLOR: z.ZodOptional<z.ZodString>;
|
|
31271
|
+
NODE_TEXT_HIGHLIGHT_COLOR: z.ZodOptional<z.ZodString>;
|
|
31256
31272
|
NODE_SUBTEXT_SIZE: z.ZodOptional<z.ZodNumber>;
|
|
31257
31273
|
NODE_DEFAULT_COLOR: z.ZodOptional<z.ZodString>;
|
|
31258
31274
|
NODE_DEFAULT_BGCOLOR: z.ZodOptional<z.ZodString>;
|
|
@@ -31279,6 +31295,7 @@ export declare class ComfyApp {
|
|
|
31279
31295
|
NODE_SELECTED_TITLE_COLOR?: string;
|
|
31280
31296
|
NODE_TEXT_SIZE?: number;
|
|
31281
31297
|
NODE_TEXT_COLOR?: string;
|
|
31298
|
+
NODE_TEXT_HIGHLIGHT_COLOR?: string;
|
|
31282
31299
|
NODE_SUBTEXT_SIZE?: number;
|
|
31283
31300
|
NODE_DEFAULT_COLOR?: string;
|
|
31284
31301
|
NODE_DEFAULT_BGCOLOR?: string;
|
|
@@ -31305,6 +31322,7 @@ export declare class ComfyApp {
|
|
|
31305
31322
|
NODE_SELECTED_TITLE_COLOR?: string;
|
|
31306
31323
|
NODE_TEXT_SIZE?: number;
|
|
31307
31324
|
NODE_TEXT_COLOR?: string;
|
|
31325
|
+
NODE_TEXT_HIGHLIGHT_COLOR?: string;
|
|
31308
31326
|
NODE_SUBTEXT_SIZE?: number;
|
|
31309
31327
|
NODE_DEFAULT_COLOR?: string;
|
|
31310
31328
|
NODE_DEFAULT_BGCOLOR?: string;
|
|
@@ -31409,6 +31427,7 @@ export declare class ComfyApp {
|
|
|
31409
31427
|
NODE_SELECTED_TITLE_COLOR?: string;
|
|
31410
31428
|
NODE_TEXT_SIZE?: number;
|
|
31411
31429
|
NODE_TEXT_COLOR?: string;
|
|
31430
|
+
NODE_TEXT_HIGHLIGHT_COLOR?: string;
|
|
31412
31431
|
NODE_SUBTEXT_SIZE?: number;
|
|
31413
31432
|
NODE_DEFAULT_COLOR?: string;
|
|
31414
31433
|
NODE_DEFAULT_BGCOLOR?: string;
|
|
@@ -31475,6 +31494,7 @@ export declare class ComfyApp {
|
|
|
31475
31494
|
NODE_SELECTED_TITLE_COLOR?: string;
|
|
31476
31495
|
NODE_TEXT_SIZE?: number;
|
|
31477
31496
|
NODE_TEXT_COLOR?: string;
|
|
31497
|
+
NODE_TEXT_HIGHLIGHT_COLOR?: string;
|
|
31478
31498
|
NODE_SUBTEXT_SIZE?: number;
|
|
31479
31499
|
NODE_DEFAULT_COLOR?: string;
|
|
31480
31500
|
NODE_DEFAULT_BGCOLOR?: string;
|
|
@@ -31578,7 +31598,7 @@ export declare class ComfyApp {
|
|
|
31578
31598
|
'Comfy.Validation.NodeDefs'?: boolean;
|
|
31579
31599
|
'Comfy.Workflow.SortNodeIdOnSave'?: boolean;
|
|
31580
31600
|
'Comfy.Queue.ImageFit'?: "contain" | "cover";
|
|
31581
|
-
'Comfy.Workflow.WorkflowTabsPosition'?: "Sidebar" | "Topbar";
|
|
31601
|
+
'Comfy.Workflow.WorkflowTabsPosition'?: "Sidebar" | "Topbar" | "Topbar (2nd-row)";
|
|
31582
31602
|
'Comfy.Node.DoubleClickTitleToEdit'?: boolean;
|
|
31583
31603
|
'Comfy.WidgetControlMode'?: "before" | "after";
|
|
31584
31604
|
'Comfy.Window.UnloadConfirmation'?: boolean;
|
|
@@ -31684,6 +31704,7 @@ export declare class ComfyApp {
|
|
|
31684
31704
|
NODE_SELECTED_TITLE_COLOR: z.ZodOptional<z.ZodString>;
|
|
31685
31705
|
NODE_TEXT_SIZE: z.ZodOptional<z.ZodNumber>;
|
|
31686
31706
|
NODE_TEXT_COLOR: z.ZodOptional<z.ZodString>;
|
|
31707
|
+
NODE_TEXT_HIGHLIGHT_COLOR: z.ZodOptional<z.ZodString>;
|
|
31687
31708
|
NODE_SUBTEXT_SIZE: z.ZodOptional<z.ZodNumber>;
|
|
31688
31709
|
NODE_DEFAULT_COLOR: z.ZodOptional<z.ZodString>;
|
|
31689
31710
|
NODE_DEFAULT_BGCOLOR: z.ZodOptional<z.ZodString>;
|
|
@@ -31710,6 +31731,7 @@ export declare class ComfyApp {
|
|
|
31710
31731
|
NODE_SELECTED_TITLE_COLOR?: string;
|
|
31711
31732
|
NODE_TEXT_SIZE?: number;
|
|
31712
31733
|
NODE_TEXT_COLOR?: string;
|
|
31734
|
+
NODE_TEXT_HIGHLIGHT_COLOR?: string;
|
|
31713
31735
|
NODE_SUBTEXT_SIZE?: number;
|
|
31714
31736
|
NODE_DEFAULT_COLOR?: string;
|
|
31715
31737
|
NODE_DEFAULT_BGCOLOR?: string;
|
|
@@ -31736,6 +31758,7 @@ export declare class ComfyApp {
|
|
|
31736
31758
|
NODE_SELECTED_TITLE_COLOR?: string;
|
|
31737
31759
|
NODE_TEXT_SIZE?: number;
|
|
31738
31760
|
NODE_TEXT_COLOR?: string;
|
|
31761
|
+
NODE_TEXT_HIGHLIGHT_COLOR?: string;
|
|
31739
31762
|
NODE_SUBTEXT_SIZE?: number;
|
|
31740
31763
|
NODE_DEFAULT_COLOR?: string;
|
|
31741
31764
|
NODE_DEFAULT_BGCOLOR?: string;
|
|
@@ -31840,6 +31863,7 @@ export declare class ComfyApp {
|
|
|
31840
31863
|
NODE_SELECTED_TITLE_COLOR?: string;
|
|
31841
31864
|
NODE_TEXT_SIZE?: number;
|
|
31842
31865
|
NODE_TEXT_COLOR?: string;
|
|
31866
|
+
NODE_TEXT_HIGHLIGHT_COLOR?: string;
|
|
31843
31867
|
NODE_SUBTEXT_SIZE?: number;
|
|
31844
31868
|
NODE_DEFAULT_COLOR?: string;
|
|
31845
31869
|
NODE_DEFAULT_BGCOLOR?: string;
|
|
@@ -31906,6 +31930,7 @@ export declare class ComfyApp {
|
|
|
31906
31930
|
NODE_SELECTED_TITLE_COLOR?: string;
|
|
31907
31931
|
NODE_TEXT_SIZE?: number;
|
|
31908
31932
|
NODE_TEXT_COLOR?: string;
|
|
31933
|
+
NODE_TEXT_HIGHLIGHT_COLOR?: string;
|
|
31909
31934
|
NODE_SUBTEXT_SIZE?: number;
|
|
31910
31935
|
NODE_DEFAULT_COLOR?: string;
|
|
31911
31936
|
NODE_DEFAULT_BGCOLOR?: string;
|
|
@@ -32009,7 +32034,7 @@ export declare class ComfyApp {
|
|
|
32009
32034
|
'Comfy.Validation.NodeDefs'?: boolean;
|
|
32010
32035
|
'Comfy.Workflow.SortNodeIdOnSave'?: boolean;
|
|
32011
32036
|
'Comfy.Queue.ImageFit'?: "contain" | "cover";
|
|
32012
|
-
'Comfy.Workflow.WorkflowTabsPosition'?: "Sidebar" | "Topbar";
|
|
32037
|
+
'Comfy.Workflow.WorkflowTabsPosition'?: "Sidebar" | "Topbar" | "Topbar (2nd-row)";
|
|
32013
32038
|
'Comfy.Node.DoubleClickTitleToEdit'?: boolean;
|
|
32014
32039
|
'Comfy.WidgetControlMode'?: "before" | "after";
|
|
32015
32040
|
'Comfy.Window.UnloadConfirmation'?: boolean;
|