@comfyorg/comfyui-frontend-types 1.5.9 → 1.5.11
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 +27 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -969,7 +969,7 @@ export declare class ComfyApp {
|
|
|
969
969
|
type: SettingInputType | SettingCustomRenderer;
|
|
970
970
|
tooltip?: string;
|
|
971
971
|
attrs?: Record<string, any>;
|
|
972
|
-
options?: Array<string | SettingOption
|
|
972
|
+
options?: Array<string | SettingOption>;
|
|
973
973
|
}
|
|
974
974
|
|
|
975
975
|
/** Dictionary of Frontend-generated API calls */
|
|
@@ -30989,6 +30989,7 @@ export declare class ComfyApp {
|
|
|
30989
30989
|
"bg-color": z.ZodString;
|
|
30990
30990
|
"bg-img": z.ZodOptional<z.ZodString>;
|
|
30991
30991
|
"comfy-menu-bg": z.ZodString;
|
|
30992
|
+
"comfy-menu-secondary-bg": z.ZodOptional<z.ZodString>;
|
|
30992
30993
|
"comfy-input-bg": z.ZodString;
|
|
30993
30994
|
"input-text": z.ZodString;
|
|
30994
30995
|
"descrip-text": z.ZodString;
|
|
@@ -31001,11 +31002,13 @@ export declare class ComfyApp {
|
|
|
31001
31002
|
"content-fg": z.ZodString;
|
|
31002
31003
|
"content-hover-bg": z.ZodString;
|
|
31003
31004
|
"content-hover-fg": z.ZodString;
|
|
31005
|
+
"bar-shadow": z.ZodString;
|
|
31004
31006
|
}, "strip", z.ZodTypeAny, {
|
|
31005
31007
|
"fg-color"?: string;
|
|
31006
31008
|
"bg-color"?: string;
|
|
31007
31009
|
"bg-img"?: string;
|
|
31008
31010
|
"comfy-menu-bg"?: string;
|
|
31011
|
+
"comfy-menu-secondary-bg"?: string;
|
|
31009
31012
|
"comfy-input-bg"?: string;
|
|
31010
31013
|
"input-text"?: string;
|
|
31011
31014
|
"descrip-text"?: string;
|
|
@@ -31018,11 +31021,13 @@ export declare class ComfyApp {
|
|
|
31018
31021
|
"content-fg"?: string;
|
|
31019
31022
|
"content-hover-bg"?: string;
|
|
31020
31023
|
"content-hover-fg"?: string;
|
|
31024
|
+
"bar-shadow"?: string;
|
|
31021
31025
|
}, {
|
|
31022
31026
|
"fg-color"?: string;
|
|
31023
31027
|
"bg-color"?: string;
|
|
31024
31028
|
"bg-img"?: string;
|
|
31025
31029
|
"comfy-menu-bg"?: string;
|
|
31030
|
+
"comfy-menu-secondary-bg"?: string;
|
|
31026
31031
|
"comfy-input-bg"?: string;
|
|
31027
31032
|
"input-text"?: string;
|
|
31028
31033
|
"descrip-text"?: string;
|
|
@@ -31035,6 +31040,7 @@ export declare class ComfyApp {
|
|
|
31035
31040
|
"content-fg"?: string;
|
|
31036
31041
|
"content-hover-bg"?: string;
|
|
31037
31042
|
"content-hover-fg"?: string;
|
|
31043
|
+
"bar-shadow"?: string;
|
|
31038
31044
|
}>;
|
|
31039
31045
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
31040
31046
|
node_slot: z.ZodObject<{
|
|
@@ -31200,6 +31206,7 @@ export declare class ComfyApp {
|
|
|
31200
31206
|
"bg-color": z.ZodString;
|
|
31201
31207
|
"bg-img": z.ZodOptional<z.ZodString>;
|
|
31202
31208
|
"comfy-menu-bg": z.ZodString;
|
|
31209
|
+
"comfy-menu-secondary-bg": z.ZodOptional<z.ZodString>;
|
|
31203
31210
|
"comfy-input-bg": z.ZodString;
|
|
31204
31211
|
"input-text": z.ZodString;
|
|
31205
31212
|
"descrip-text": z.ZodString;
|
|
@@ -31212,11 +31219,13 @@ export declare class ComfyApp {
|
|
|
31212
31219
|
"content-fg": z.ZodString;
|
|
31213
31220
|
"content-hover-bg": z.ZodString;
|
|
31214
31221
|
"content-hover-fg": z.ZodString;
|
|
31222
|
+
"bar-shadow": z.ZodString;
|
|
31215
31223
|
}, "strip", z.ZodTypeAny, {
|
|
31216
31224
|
"fg-color"?: string;
|
|
31217
31225
|
"bg-color"?: string;
|
|
31218
31226
|
"bg-img"?: string;
|
|
31219
31227
|
"comfy-menu-bg"?: string;
|
|
31228
|
+
"comfy-menu-secondary-bg"?: string;
|
|
31220
31229
|
"comfy-input-bg"?: string;
|
|
31221
31230
|
"input-text"?: string;
|
|
31222
31231
|
"descrip-text"?: string;
|
|
@@ -31229,11 +31238,13 @@ export declare class ComfyApp {
|
|
|
31229
31238
|
"content-fg"?: string;
|
|
31230
31239
|
"content-hover-bg"?: string;
|
|
31231
31240
|
"content-hover-fg"?: string;
|
|
31241
|
+
"bar-shadow"?: string;
|
|
31232
31242
|
}, {
|
|
31233
31243
|
"fg-color"?: string;
|
|
31234
31244
|
"bg-color"?: string;
|
|
31235
31245
|
"bg-img"?: string;
|
|
31236
31246
|
"comfy-menu-bg"?: string;
|
|
31247
|
+
"comfy-menu-secondary-bg"?: string;
|
|
31237
31248
|
"comfy-input-bg"?: string;
|
|
31238
31249
|
"input-text"?: string;
|
|
31239
31250
|
"descrip-text"?: string;
|
|
@@ -31246,6 +31257,7 @@ export declare class ComfyApp {
|
|
|
31246
31257
|
"content-fg"?: string;
|
|
31247
31258
|
"content-hover-bg"?: string;
|
|
31248
31259
|
"content-hover-fg"?: string;
|
|
31260
|
+
"bar-shadow"?: string;
|
|
31249
31261
|
}>;
|
|
31250
31262
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
31251
31263
|
node_slot: z.ZodObject<{
|
|
@@ -31411,6 +31423,7 @@ export declare class ComfyApp {
|
|
|
31411
31423
|
"bg-color": z.ZodString;
|
|
31412
31424
|
"bg-img": z.ZodOptional<z.ZodString>;
|
|
31413
31425
|
"comfy-menu-bg": z.ZodString;
|
|
31426
|
+
"comfy-menu-secondary-bg": z.ZodOptional<z.ZodString>;
|
|
31414
31427
|
"comfy-input-bg": z.ZodString;
|
|
31415
31428
|
"input-text": z.ZodString;
|
|
31416
31429
|
"descrip-text": z.ZodString;
|
|
@@ -31423,11 +31436,13 @@ export declare class ComfyApp {
|
|
|
31423
31436
|
"content-fg": z.ZodString;
|
|
31424
31437
|
"content-hover-bg": z.ZodString;
|
|
31425
31438
|
"content-hover-fg": z.ZodString;
|
|
31439
|
+
"bar-shadow": z.ZodString;
|
|
31426
31440
|
}, "strip", z.ZodTypeAny, {
|
|
31427
31441
|
"fg-color"?: string;
|
|
31428
31442
|
"bg-color"?: string;
|
|
31429
31443
|
"bg-img"?: string;
|
|
31430
31444
|
"comfy-menu-bg"?: string;
|
|
31445
|
+
"comfy-menu-secondary-bg"?: string;
|
|
31431
31446
|
"comfy-input-bg"?: string;
|
|
31432
31447
|
"input-text"?: string;
|
|
31433
31448
|
"descrip-text"?: string;
|
|
@@ -31440,11 +31455,13 @@ export declare class ComfyApp {
|
|
|
31440
31455
|
"content-fg"?: string;
|
|
31441
31456
|
"content-hover-bg"?: string;
|
|
31442
31457
|
"content-hover-fg"?: string;
|
|
31458
|
+
"bar-shadow"?: string;
|
|
31443
31459
|
}, {
|
|
31444
31460
|
"fg-color"?: string;
|
|
31445
31461
|
"bg-color"?: string;
|
|
31446
31462
|
"bg-img"?: string;
|
|
31447
31463
|
"comfy-menu-bg"?: string;
|
|
31464
|
+
"comfy-menu-secondary-bg"?: string;
|
|
31448
31465
|
"comfy-input-bg"?: string;
|
|
31449
31466
|
"input-text"?: string;
|
|
31450
31467
|
"descrip-text"?: string;
|
|
@@ -31457,6 +31474,7 @@ export declare class ComfyApp {
|
|
|
31457
31474
|
"content-fg"?: string;
|
|
31458
31475
|
"content-hover-bg"?: string;
|
|
31459
31476
|
"content-hover-fg"?: string;
|
|
31477
|
+
"bar-shadow"?: string;
|
|
31460
31478
|
}>;
|
|
31461
31479
|
}, z.ZodTypeAny, "passthrough">>;
|
|
31462
31480
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -31526,6 +31544,7 @@ export declare class ComfyApp {
|
|
|
31526
31544
|
"bg-color"?: string;
|
|
31527
31545
|
"bg-img"?: string;
|
|
31528
31546
|
"comfy-menu-bg"?: string;
|
|
31547
|
+
"comfy-menu-secondary-bg"?: string;
|
|
31529
31548
|
"comfy-input-bg"?: string;
|
|
31530
31549
|
"input-text"?: string;
|
|
31531
31550
|
"descrip-text"?: string;
|
|
@@ -31538,6 +31557,7 @@ export declare class ComfyApp {
|
|
|
31538
31557
|
"content-fg"?: string;
|
|
31539
31558
|
"content-hover-bg"?: string;
|
|
31540
31559
|
"content-hover-fg"?: string;
|
|
31560
|
+
"bar-shadow"?: string;
|
|
31541
31561
|
};
|
|
31542
31562
|
} & {
|
|
31543
31563
|
[k: string]: unknown;
|
|
@@ -31609,6 +31629,7 @@ export declare class ComfyApp {
|
|
|
31609
31629
|
"bg-color"?: string;
|
|
31610
31630
|
"bg-img"?: string;
|
|
31611
31631
|
"comfy-menu-bg"?: string;
|
|
31632
|
+
"comfy-menu-secondary-bg"?: string;
|
|
31612
31633
|
"comfy-input-bg"?: string;
|
|
31613
31634
|
"input-text"?: string;
|
|
31614
31635
|
"descrip-text"?: string;
|
|
@@ -31621,6 +31642,7 @@ export declare class ComfyApp {
|
|
|
31621
31642
|
"content-fg"?: string;
|
|
31622
31643
|
"content-hover-bg"?: string;
|
|
31623
31644
|
"content-hover-fg"?: string;
|
|
31645
|
+
"bar-shadow"?: string;
|
|
31624
31646
|
};
|
|
31625
31647
|
} & {
|
|
31626
31648
|
[k: string]: unknown;
|
|
@@ -31850,6 +31872,7 @@ export declare class ComfyApp {
|
|
|
31850
31872
|
"bg-color"?: string;
|
|
31851
31873
|
"bg-img"?: string;
|
|
31852
31874
|
"comfy-menu-bg"?: string;
|
|
31875
|
+
"comfy-menu-secondary-bg"?: string;
|
|
31853
31876
|
"comfy-input-bg"?: string;
|
|
31854
31877
|
"input-text"?: string;
|
|
31855
31878
|
"descrip-text"?: string;
|
|
@@ -31862,6 +31885,7 @@ export declare class ComfyApp {
|
|
|
31862
31885
|
"content-fg"?: string;
|
|
31863
31886
|
"content-hover-bg"?: string;
|
|
31864
31887
|
"content-hover-fg"?: string;
|
|
31888
|
+
"bar-shadow"?: string;
|
|
31865
31889
|
};
|
|
31866
31890
|
} & {
|
|
31867
31891
|
[k: string]: unknown;
|
|
@@ -32021,6 +32045,7 @@ export declare class ComfyApp {
|
|
|
32021
32045
|
"bg-color"?: string;
|
|
32022
32046
|
"bg-img"?: string;
|
|
32023
32047
|
"comfy-menu-bg"?: string;
|
|
32048
|
+
"comfy-menu-secondary-bg"?: string;
|
|
32024
32049
|
"comfy-input-bg"?: string;
|
|
32025
32050
|
"input-text"?: string;
|
|
32026
32051
|
"descrip-text"?: string;
|
|
@@ -32033,6 +32058,7 @@ export declare class ComfyApp {
|
|
|
32033
32058
|
"content-fg"?: string;
|
|
32034
32059
|
"content-hover-bg"?: string;
|
|
32035
32060
|
"content-hover-fg"?: string;
|
|
32061
|
+
"bar-shadow"?: string;
|
|
32036
32062
|
};
|
|
32037
32063
|
} & {
|
|
32038
32064
|
[k: string]: unknown;
|