@webstudio-is/sdk 0.263.0 → 0.265.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/lib/index.js +267 -16
- package/lib/migrations/webstudio-data.js +163 -0
- package/lib/types/index.d.ts +1 -0
- package/lib/types/migrations/index.d.ts +1 -0
- package/lib/types/migrations/pages.d.ts +7 -0
- package/lib/types/migrations/styles.d.ts +2 -0
- package/lib/types/migrations/webstudio-data.d.ts +8 -0
- package/lib/types/page-utils.d.ts +6 -1
- package/lib/types/schema/component-meta.d.ts +110 -0
- package/lib/types/schema/pages.d.ts +77 -150
- package/lib/types/schema/prop-meta.d.ts +66 -0
- package/lib/types/schema/props.d.ts +8 -8
- package/lib/types/schema/webstudio.d.ts +6 -6
- package/package.json +16 -10
|
@@ -10195,6 +10195,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10195
10195
|
label: z.ZodOptional<z.ZodString>;
|
|
10196
10196
|
description: z.ZodOptional<z.ZodString>;
|
|
10197
10197
|
required: z.ZodBoolean;
|
|
10198
|
+
contentMode: z.ZodOptional<z.ZodBoolean>;
|
|
10198
10199
|
}, "strip", z.ZodTypeAny, {
|
|
10199
10200
|
options: string[];
|
|
10200
10201
|
type: "string";
|
|
@@ -10203,6 +10204,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10203
10204
|
description?: string | undefined;
|
|
10204
10205
|
label?: string | undefined;
|
|
10205
10206
|
defaultValue?: undefined;
|
|
10207
|
+
contentMode?: boolean | undefined;
|
|
10206
10208
|
}, {
|
|
10207
10209
|
options: string[];
|
|
10208
10210
|
type: "string";
|
|
@@ -10211,6 +10213,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10211
10213
|
description?: string | undefined;
|
|
10212
10214
|
label?: string | undefined;
|
|
10213
10215
|
defaultValue?: undefined;
|
|
10216
|
+
contentMode?: boolean | undefined;
|
|
10214
10217
|
}>, z.ZodObject<{
|
|
10215
10218
|
control: z.ZodLiteral<"number">;
|
|
10216
10219
|
type: z.ZodLiteral<"number">;
|
|
@@ -10218,6 +10221,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10218
10221
|
label: z.ZodOptional<z.ZodString>;
|
|
10219
10222
|
description: z.ZodOptional<z.ZodString>;
|
|
10220
10223
|
required: z.ZodBoolean;
|
|
10224
|
+
contentMode: z.ZodOptional<z.ZodBoolean>;
|
|
10221
10225
|
}, "strip", z.ZodTypeAny, {
|
|
10222
10226
|
type: "number";
|
|
10223
10227
|
required: boolean;
|
|
@@ -10225,6 +10229,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10225
10229
|
description?: string | undefined;
|
|
10226
10230
|
label?: string | undefined;
|
|
10227
10231
|
defaultValue?: number | undefined;
|
|
10232
|
+
contentMode?: boolean | undefined;
|
|
10228
10233
|
}, {
|
|
10229
10234
|
type: "number";
|
|
10230
10235
|
required: boolean;
|
|
@@ -10232,6 +10237,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10232
10237
|
description?: string | undefined;
|
|
10233
10238
|
label?: string | undefined;
|
|
10234
10239
|
defaultValue?: number | undefined;
|
|
10240
|
+
contentMode?: boolean | undefined;
|
|
10235
10241
|
}>, z.ZodObject<{
|
|
10236
10242
|
control: z.ZodLiteral<"range">;
|
|
10237
10243
|
type: z.ZodLiteral<"number">;
|
|
@@ -10239,6 +10245,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10239
10245
|
label: z.ZodOptional<z.ZodString>;
|
|
10240
10246
|
description: z.ZodOptional<z.ZodString>;
|
|
10241
10247
|
required: z.ZodBoolean;
|
|
10248
|
+
contentMode: z.ZodOptional<z.ZodBoolean>;
|
|
10242
10249
|
}, "strip", z.ZodTypeAny, {
|
|
10243
10250
|
type: "number";
|
|
10244
10251
|
required: boolean;
|
|
@@ -10246,6 +10253,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10246
10253
|
description?: string | undefined;
|
|
10247
10254
|
label?: string | undefined;
|
|
10248
10255
|
defaultValue?: number | undefined;
|
|
10256
|
+
contentMode?: boolean | undefined;
|
|
10249
10257
|
}, {
|
|
10250
10258
|
type: "number";
|
|
10251
10259
|
required: boolean;
|
|
@@ -10253,6 +10261,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10253
10261
|
description?: string | undefined;
|
|
10254
10262
|
label?: string | undefined;
|
|
10255
10263
|
defaultValue?: number | undefined;
|
|
10264
|
+
contentMode?: boolean | undefined;
|
|
10256
10265
|
}>, z.ZodObject<{
|
|
10257
10266
|
control: z.ZodLiteral<"text">;
|
|
10258
10267
|
type: z.ZodLiteral<"string">;
|
|
@@ -10261,6 +10270,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10261
10270
|
label: z.ZodOptional<z.ZodString>;
|
|
10262
10271
|
description: z.ZodOptional<z.ZodString>;
|
|
10263
10272
|
required: z.ZodBoolean;
|
|
10273
|
+
contentMode: z.ZodOptional<z.ZodBoolean>;
|
|
10264
10274
|
}, "strip", z.ZodTypeAny, {
|
|
10265
10275
|
type: "string";
|
|
10266
10276
|
required: boolean;
|
|
@@ -10268,6 +10278,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10268
10278
|
description?: string | undefined;
|
|
10269
10279
|
label?: string | undefined;
|
|
10270
10280
|
defaultValue?: string | undefined;
|
|
10281
|
+
contentMode?: boolean | undefined;
|
|
10271
10282
|
rows?: number | undefined;
|
|
10272
10283
|
}, {
|
|
10273
10284
|
type: "string";
|
|
@@ -10276,6 +10287,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10276
10287
|
description?: string | undefined;
|
|
10277
10288
|
label?: string | undefined;
|
|
10278
10289
|
defaultValue?: string | undefined;
|
|
10290
|
+
contentMode?: boolean | undefined;
|
|
10279
10291
|
rows?: number | undefined;
|
|
10280
10292
|
}>, z.ZodObject<{
|
|
10281
10293
|
control: z.ZodLiteral<"resource">;
|
|
@@ -10284,6 +10296,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10284
10296
|
label: z.ZodOptional<z.ZodString>;
|
|
10285
10297
|
description: z.ZodOptional<z.ZodString>;
|
|
10286
10298
|
required: z.ZodBoolean;
|
|
10299
|
+
contentMode: z.ZodOptional<z.ZodBoolean>;
|
|
10287
10300
|
}, "strip", z.ZodTypeAny, {
|
|
10288
10301
|
type: "resource";
|
|
10289
10302
|
required: boolean;
|
|
@@ -10291,6 +10304,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10291
10304
|
description?: string | undefined;
|
|
10292
10305
|
label?: string | undefined;
|
|
10293
10306
|
defaultValue?: string | undefined;
|
|
10307
|
+
contentMode?: boolean | undefined;
|
|
10294
10308
|
}, {
|
|
10295
10309
|
type: "resource";
|
|
10296
10310
|
required: boolean;
|
|
@@ -10298,6 +10312,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10298
10312
|
description?: string | undefined;
|
|
10299
10313
|
label?: string | undefined;
|
|
10300
10314
|
defaultValue?: string | undefined;
|
|
10315
|
+
contentMode?: boolean | undefined;
|
|
10301
10316
|
}>, z.ZodObject<{
|
|
10302
10317
|
control: z.ZodLiteral<"code">;
|
|
10303
10318
|
type: z.ZodLiteral<"string">;
|
|
@@ -10306,6 +10321,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10306
10321
|
label: z.ZodOptional<z.ZodString>;
|
|
10307
10322
|
description: z.ZodOptional<z.ZodString>;
|
|
10308
10323
|
required: z.ZodBoolean;
|
|
10324
|
+
contentMode: z.ZodOptional<z.ZodBoolean>;
|
|
10309
10325
|
}, "strip", z.ZodTypeAny, {
|
|
10310
10326
|
type: "string";
|
|
10311
10327
|
required: boolean;
|
|
@@ -10314,6 +10330,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10314
10330
|
description?: string | undefined;
|
|
10315
10331
|
label?: string | undefined;
|
|
10316
10332
|
defaultValue?: string | undefined;
|
|
10333
|
+
contentMode?: boolean | undefined;
|
|
10317
10334
|
}, {
|
|
10318
10335
|
type: "string";
|
|
10319
10336
|
required: boolean;
|
|
@@ -10322,6 +10339,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10322
10339
|
description?: string | undefined;
|
|
10323
10340
|
label?: string | undefined;
|
|
10324
10341
|
defaultValue?: string | undefined;
|
|
10342
|
+
contentMode?: boolean | undefined;
|
|
10325
10343
|
}>, z.ZodObject<{
|
|
10326
10344
|
control: z.ZodLiteral<"codetext">;
|
|
10327
10345
|
type: z.ZodLiteral<"string">;
|
|
@@ -10329,6 +10347,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10329
10347
|
label: z.ZodOptional<z.ZodString>;
|
|
10330
10348
|
description: z.ZodOptional<z.ZodString>;
|
|
10331
10349
|
required: z.ZodBoolean;
|
|
10350
|
+
contentMode: z.ZodOptional<z.ZodBoolean>;
|
|
10332
10351
|
}, "strip", z.ZodTypeAny, {
|
|
10333
10352
|
type: "string";
|
|
10334
10353
|
required: boolean;
|
|
@@ -10336,6 +10355,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10336
10355
|
description?: string | undefined;
|
|
10337
10356
|
label?: string | undefined;
|
|
10338
10357
|
defaultValue?: string | undefined;
|
|
10358
|
+
contentMode?: boolean | undefined;
|
|
10339
10359
|
}, {
|
|
10340
10360
|
type: "string";
|
|
10341
10361
|
required: boolean;
|
|
@@ -10343,6 +10363,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10343
10363
|
description?: string | undefined;
|
|
10344
10364
|
label?: string | undefined;
|
|
10345
10365
|
defaultValue?: string | undefined;
|
|
10366
|
+
contentMode?: boolean | undefined;
|
|
10346
10367
|
}>, z.ZodObject<{
|
|
10347
10368
|
control: z.ZodLiteral<"color">;
|
|
10348
10369
|
type: z.ZodLiteral<"string">;
|
|
@@ -10350,6 +10371,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10350
10371
|
label: z.ZodOptional<z.ZodString>;
|
|
10351
10372
|
description: z.ZodOptional<z.ZodString>;
|
|
10352
10373
|
required: z.ZodBoolean;
|
|
10374
|
+
contentMode: z.ZodOptional<z.ZodBoolean>;
|
|
10353
10375
|
}, "strip", z.ZodTypeAny, {
|
|
10354
10376
|
type: "string";
|
|
10355
10377
|
required: boolean;
|
|
@@ -10357,6 +10379,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10357
10379
|
description?: string | undefined;
|
|
10358
10380
|
label?: string | undefined;
|
|
10359
10381
|
defaultValue?: string | undefined;
|
|
10382
|
+
contentMode?: boolean | undefined;
|
|
10360
10383
|
}, {
|
|
10361
10384
|
type: "string";
|
|
10362
10385
|
required: boolean;
|
|
@@ -10364,6 +10387,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10364
10387
|
description?: string | undefined;
|
|
10365
10388
|
label?: string | undefined;
|
|
10366
10389
|
defaultValue?: string | undefined;
|
|
10390
|
+
contentMode?: boolean | undefined;
|
|
10367
10391
|
}>, z.ZodObject<{
|
|
10368
10392
|
control: z.ZodLiteral<"boolean">;
|
|
10369
10393
|
type: z.ZodLiteral<"boolean">;
|
|
@@ -10371,6 +10395,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10371
10395
|
label: z.ZodOptional<z.ZodString>;
|
|
10372
10396
|
description: z.ZodOptional<z.ZodString>;
|
|
10373
10397
|
required: z.ZodBoolean;
|
|
10398
|
+
contentMode: z.ZodOptional<z.ZodBoolean>;
|
|
10374
10399
|
}, "strip", z.ZodTypeAny, {
|
|
10375
10400
|
type: "boolean";
|
|
10376
10401
|
required: boolean;
|
|
@@ -10378,6 +10403,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10378
10403
|
description?: string | undefined;
|
|
10379
10404
|
label?: string | undefined;
|
|
10380
10405
|
defaultValue?: boolean | undefined;
|
|
10406
|
+
contentMode?: boolean | undefined;
|
|
10381
10407
|
}, {
|
|
10382
10408
|
type: "boolean";
|
|
10383
10409
|
required: boolean;
|
|
@@ -10385,6 +10411,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10385
10411
|
description?: string | undefined;
|
|
10386
10412
|
label?: string | undefined;
|
|
10387
10413
|
defaultValue?: boolean | undefined;
|
|
10414
|
+
contentMode?: boolean | undefined;
|
|
10388
10415
|
}>, z.ZodObject<{
|
|
10389
10416
|
control: z.ZodLiteral<"radio">;
|
|
10390
10417
|
type: z.ZodLiteral<"string">;
|
|
@@ -10393,6 +10420,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10393
10420
|
label: z.ZodOptional<z.ZodString>;
|
|
10394
10421
|
description: z.ZodOptional<z.ZodString>;
|
|
10395
10422
|
required: z.ZodBoolean;
|
|
10423
|
+
contentMode: z.ZodOptional<z.ZodBoolean>;
|
|
10396
10424
|
}, "strip", z.ZodTypeAny, {
|
|
10397
10425
|
options: string[];
|
|
10398
10426
|
type: "string";
|
|
@@ -10401,6 +10429,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10401
10429
|
description?: string | undefined;
|
|
10402
10430
|
label?: string | undefined;
|
|
10403
10431
|
defaultValue?: string | undefined;
|
|
10432
|
+
contentMode?: boolean | undefined;
|
|
10404
10433
|
}, {
|
|
10405
10434
|
options: string[];
|
|
10406
10435
|
type: "string";
|
|
@@ -10409,6 +10438,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10409
10438
|
description?: string | undefined;
|
|
10410
10439
|
label?: string | undefined;
|
|
10411
10440
|
defaultValue?: string | undefined;
|
|
10441
|
+
contentMode?: boolean | undefined;
|
|
10412
10442
|
}>, z.ZodObject<{
|
|
10413
10443
|
control: z.ZodLiteral<"inline-radio">;
|
|
10414
10444
|
type: z.ZodLiteral<"string">;
|
|
@@ -10417,6 +10447,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10417
10447
|
label: z.ZodOptional<z.ZodString>;
|
|
10418
10448
|
description: z.ZodOptional<z.ZodString>;
|
|
10419
10449
|
required: z.ZodBoolean;
|
|
10450
|
+
contentMode: z.ZodOptional<z.ZodBoolean>;
|
|
10420
10451
|
}, "strip", z.ZodTypeAny, {
|
|
10421
10452
|
options: string[];
|
|
10422
10453
|
type: "string";
|
|
@@ -10425,6 +10456,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10425
10456
|
description?: string | undefined;
|
|
10426
10457
|
label?: string | undefined;
|
|
10427
10458
|
defaultValue?: string | undefined;
|
|
10459
|
+
contentMode?: boolean | undefined;
|
|
10428
10460
|
}, {
|
|
10429
10461
|
options: string[];
|
|
10430
10462
|
type: "string";
|
|
@@ -10433,6 +10465,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10433
10465
|
description?: string | undefined;
|
|
10434
10466
|
label?: string | undefined;
|
|
10435
10467
|
defaultValue?: string | undefined;
|
|
10468
|
+
contentMode?: boolean | undefined;
|
|
10436
10469
|
}>, z.ZodObject<{
|
|
10437
10470
|
control: z.ZodLiteral<"select">;
|
|
10438
10471
|
type: z.ZodLiteral<"string">;
|
|
@@ -10441,6 +10474,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10441
10474
|
label: z.ZodOptional<z.ZodString>;
|
|
10442
10475
|
description: z.ZodOptional<z.ZodString>;
|
|
10443
10476
|
required: z.ZodBoolean;
|
|
10477
|
+
contentMode: z.ZodOptional<z.ZodBoolean>;
|
|
10444
10478
|
}, "strip", z.ZodTypeAny, {
|
|
10445
10479
|
options: string[];
|
|
10446
10480
|
type: "string";
|
|
@@ -10449,6 +10483,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10449
10483
|
description?: string | undefined;
|
|
10450
10484
|
label?: string | undefined;
|
|
10451
10485
|
defaultValue?: string | undefined;
|
|
10486
|
+
contentMode?: boolean | undefined;
|
|
10452
10487
|
}, {
|
|
10453
10488
|
options: string[];
|
|
10454
10489
|
type: "string";
|
|
@@ -10457,6 +10492,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10457
10492
|
description?: string | undefined;
|
|
10458
10493
|
label?: string | undefined;
|
|
10459
10494
|
defaultValue?: string | undefined;
|
|
10495
|
+
contentMode?: boolean | undefined;
|
|
10460
10496
|
}>, z.ZodObject<{
|
|
10461
10497
|
control: z.ZodLiteral<"multi-select">;
|
|
10462
10498
|
type: z.ZodLiteral<"string[]">;
|
|
@@ -10465,6 +10501,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10465
10501
|
label: z.ZodOptional<z.ZodString>;
|
|
10466
10502
|
description: z.ZodOptional<z.ZodString>;
|
|
10467
10503
|
required: z.ZodBoolean;
|
|
10504
|
+
contentMode: z.ZodOptional<z.ZodBoolean>;
|
|
10468
10505
|
}, "strip", z.ZodTypeAny, {
|
|
10469
10506
|
options: string[];
|
|
10470
10507
|
type: "string[]";
|
|
@@ -10473,6 +10510,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10473
10510
|
description?: string | undefined;
|
|
10474
10511
|
label?: string | undefined;
|
|
10475
10512
|
defaultValue?: string[] | undefined;
|
|
10513
|
+
contentMode?: boolean | undefined;
|
|
10476
10514
|
}, {
|
|
10477
10515
|
options: string[];
|
|
10478
10516
|
type: "string[]";
|
|
@@ -10481,6 +10519,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10481
10519
|
description?: string | undefined;
|
|
10482
10520
|
label?: string | undefined;
|
|
10483
10521
|
defaultValue?: string[] | undefined;
|
|
10522
|
+
contentMode?: boolean | undefined;
|
|
10484
10523
|
}>, z.ZodObject<{
|
|
10485
10524
|
control: z.ZodLiteral<"check">;
|
|
10486
10525
|
type: z.ZodLiteral<"string[]">;
|
|
@@ -10489,6 +10528,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10489
10528
|
label: z.ZodOptional<z.ZodString>;
|
|
10490
10529
|
description: z.ZodOptional<z.ZodString>;
|
|
10491
10530
|
required: z.ZodBoolean;
|
|
10531
|
+
contentMode: z.ZodOptional<z.ZodBoolean>;
|
|
10492
10532
|
}, "strip", z.ZodTypeAny, {
|
|
10493
10533
|
options: string[];
|
|
10494
10534
|
type: "string[]";
|
|
@@ -10497,6 +10537,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10497
10537
|
description?: string | undefined;
|
|
10498
10538
|
label?: string | undefined;
|
|
10499
10539
|
defaultValue?: string[] | undefined;
|
|
10540
|
+
contentMode?: boolean | undefined;
|
|
10500
10541
|
}, {
|
|
10501
10542
|
options: string[];
|
|
10502
10543
|
type: "string[]";
|
|
@@ -10505,6 +10546,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10505
10546
|
description?: string | undefined;
|
|
10506
10547
|
label?: string | undefined;
|
|
10507
10548
|
defaultValue?: string[] | undefined;
|
|
10549
|
+
contentMode?: boolean | undefined;
|
|
10508
10550
|
}>, z.ZodObject<{
|
|
10509
10551
|
control: z.ZodLiteral<"inline-check">;
|
|
10510
10552
|
type: z.ZodLiteral<"string[]">;
|
|
@@ -10513,6 +10555,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10513
10555
|
label: z.ZodOptional<z.ZodString>;
|
|
10514
10556
|
description: z.ZodOptional<z.ZodString>;
|
|
10515
10557
|
required: z.ZodBoolean;
|
|
10558
|
+
contentMode: z.ZodOptional<z.ZodBoolean>;
|
|
10516
10559
|
}, "strip", z.ZodTypeAny, {
|
|
10517
10560
|
options: string[];
|
|
10518
10561
|
type: "string[]";
|
|
@@ -10521,6 +10564,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10521
10564
|
description?: string | undefined;
|
|
10522
10565
|
label?: string | undefined;
|
|
10523
10566
|
defaultValue?: string[] | undefined;
|
|
10567
|
+
contentMode?: boolean | undefined;
|
|
10524
10568
|
}, {
|
|
10525
10569
|
options: string[];
|
|
10526
10570
|
type: "string[]";
|
|
@@ -10529,6 +10573,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10529
10573
|
description?: string | undefined;
|
|
10530
10574
|
label?: string | undefined;
|
|
10531
10575
|
defaultValue?: string[] | undefined;
|
|
10576
|
+
contentMode?: boolean | undefined;
|
|
10532
10577
|
}>, z.ZodObject<{
|
|
10533
10578
|
control: z.ZodLiteral<"file">;
|
|
10534
10579
|
type: z.ZodLiteral<"string">;
|
|
@@ -10537,6 +10582,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10537
10582
|
label: z.ZodOptional<z.ZodString>;
|
|
10538
10583
|
description: z.ZodOptional<z.ZodString>;
|
|
10539
10584
|
required: z.ZodBoolean;
|
|
10585
|
+
contentMode: z.ZodOptional<z.ZodBoolean>;
|
|
10540
10586
|
}, "strip", z.ZodTypeAny, {
|
|
10541
10587
|
type: "string";
|
|
10542
10588
|
required: boolean;
|
|
@@ -10544,6 +10590,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10544
10590
|
description?: string | undefined;
|
|
10545
10591
|
label?: string | undefined;
|
|
10546
10592
|
defaultValue?: string | undefined;
|
|
10593
|
+
contentMode?: boolean | undefined;
|
|
10547
10594
|
accept?: string | undefined;
|
|
10548
10595
|
}, {
|
|
10549
10596
|
type: "string";
|
|
@@ -10552,6 +10599,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10552
10599
|
description?: string | undefined;
|
|
10553
10600
|
label?: string | undefined;
|
|
10554
10601
|
defaultValue?: string | undefined;
|
|
10602
|
+
contentMode?: boolean | undefined;
|
|
10555
10603
|
accept?: string | undefined;
|
|
10556
10604
|
}>, z.ZodObject<{
|
|
10557
10605
|
control: z.ZodLiteral<"url">;
|
|
@@ -10560,6 +10608,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10560
10608
|
label: z.ZodOptional<z.ZodString>;
|
|
10561
10609
|
description: z.ZodOptional<z.ZodString>;
|
|
10562
10610
|
required: z.ZodBoolean;
|
|
10611
|
+
contentMode: z.ZodOptional<z.ZodBoolean>;
|
|
10563
10612
|
}, "strip", z.ZodTypeAny, {
|
|
10564
10613
|
type: "string";
|
|
10565
10614
|
required: boolean;
|
|
@@ -10567,6 +10616,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10567
10616
|
description?: string | undefined;
|
|
10568
10617
|
label?: string | undefined;
|
|
10569
10618
|
defaultValue?: string | undefined;
|
|
10619
|
+
contentMode?: boolean | undefined;
|
|
10570
10620
|
}, {
|
|
10571
10621
|
type: "string";
|
|
10572
10622
|
required: boolean;
|
|
@@ -10574,6 +10624,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10574
10624
|
description?: string | undefined;
|
|
10575
10625
|
label?: string | undefined;
|
|
10576
10626
|
defaultValue?: string | undefined;
|
|
10627
|
+
contentMode?: boolean | undefined;
|
|
10577
10628
|
}>, z.ZodObject<{
|
|
10578
10629
|
control: z.ZodLiteral<"json">;
|
|
10579
10630
|
type: z.ZodLiteral<"json">;
|
|
@@ -10581,6 +10632,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10581
10632
|
label: z.ZodOptional<z.ZodString>;
|
|
10582
10633
|
description: z.ZodOptional<z.ZodString>;
|
|
10583
10634
|
required: z.ZodBoolean;
|
|
10635
|
+
contentMode: z.ZodOptional<z.ZodBoolean>;
|
|
10584
10636
|
}, "strip", z.ZodTypeAny, {
|
|
10585
10637
|
type: "json";
|
|
10586
10638
|
required: boolean;
|
|
@@ -10588,6 +10640,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10588
10640
|
description?: string | undefined;
|
|
10589
10641
|
label?: string | undefined;
|
|
10590
10642
|
defaultValue?: unknown;
|
|
10643
|
+
contentMode?: boolean | undefined;
|
|
10591
10644
|
}, {
|
|
10592
10645
|
type: "json";
|
|
10593
10646
|
required: boolean;
|
|
@@ -10595,6 +10648,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10595
10648
|
description?: string | undefined;
|
|
10596
10649
|
label?: string | undefined;
|
|
10597
10650
|
defaultValue?: unknown;
|
|
10651
|
+
contentMode?: boolean | undefined;
|
|
10598
10652
|
}>, z.ZodObject<{
|
|
10599
10653
|
control: z.ZodLiteral<"date">;
|
|
10600
10654
|
type: z.ZodLiteral<"string">;
|
|
@@ -10602,6 +10656,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10602
10656
|
label: z.ZodOptional<z.ZodString>;
|
|
10603
10657
|
description: z.ZodOptional<z.ZodString>;
|
|
10604
10658
|
required: z.ZodBoolean;
|
|
10659
|
+
contentMode: z.ZodOptional<z.ZodBoolean>;
|
|
10605
10660
|
}, "strip", z.ZodTypeAny, {
|
|
10606
10661
|
type: "string";
|
|
10607
10662
|
required: boolean;
|
|
@@ -10609,6 +10664,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10609
10664
|
description?: string | undefined;
|
|
10610
10665
|
label?: string | undefined;
|
|
10611
10666
|
defaultValue?: string | undefined;
|
|
10667
|
+
contentMode?: boolean | undefined;
|
|
10612
10668
|
}, {
|
|
10613
10669
|
type: "string";
|
|
10614
10670
|
required: boolean;
|
|
@@ -10616,6 +10672,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10616
10672
|
description?: string | undefined;
|
|
10617
10673
|
label?: string | undefined;
|
|
10618
10674
|
defaultValue?: string | undefined;
|
|
10675
|
+
contentMode?: boolean | undefined;
|
|
10619
10676
|
}>, z.ZodObject<{
|
|
10620
10677
|
control: z.ZodLiteral<"action">;
|
|
10621
10678
|
type: z.ZodLiteral<"action">;
|
|
@@ -10623,6 +10680,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10623
10680
|
label: z.ZodOptional<z.ZodString>;
|
|
10624
10681
|
description: z.ZodOptional<z.ZodString>;
|
|
10625
10682
|
required: z.ZodBoolean;
|
|
10683
|
+
contentMode: z.ZodOptional<z.ZodBoolean>;
|
|
10626
10684
|
}, "strip", z.ZodTypeAny, {
|
|
10627
10685
|
type: "action";
|
|
10628
10686
|
required: boolean;
|
|
@@ -10630,6 +10688,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10630
10688
|
description?: string | undefined;
|
|
10631
10689
|
label?: string | undefined;
|
|
10632
10690
|
defaultValue?: undefined;
|
|
10691
|
+
contentMode?: boolean | undefined;
|
|
10633
10692
|
}, {
|
|
10634
10693
|
type: "action";
|
|
10635
10694
|
required: boolean;
|
|
@@ -10637,6 +10696,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10637
10696
|
description?: string | undefined;
|
|
10638
10697
|
label?: string | undefined;
|
|
10639
10698
|
defaultValue?: undefined;
|
|
10699
|
+
contentMode?: boolean | undefined;
|
|
10640
10700
|
}>, z.ZodObject<{
|
|
10641
10701
|
control: z.ZodLiteral<"textContent">;
|
|
10642
10702
|
type: z.ZodLiteral<"string">;
|
|
@@ -10644,6 +10704,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10644
10704
|
label: z.ZodOptional<z.ZodString>;
|
|
10645
10705
|
description: z.ZodOptional<z.ZodString>;
|
|
10646
10706
|
required: z.ZodBoolean;
|
|
10707
|
+
contentMode: z.ZodOptional<z.ZodBoolean>;
|
|
10647
10708
|
}, "strip", z.ZodTypeAny, {
|
|
10648
10709
|
type: "string";
|
|
10649
10710
|
required: boolean;
|
|
@@ -10651,6 +10712,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10651
10712
|
description?: string | undefined;
|
|
10652
10713
|
label?: string | undefined;
|
|
10653
10714
|
defaultValue?: string | undefined;
|
|
10715
|
+
contentMode?: boolean | undefined;
|
|
10654
10716
|
}, {
|
|
10655
10717
|
type: "string";
|
|
10656
10718
|
required: boolean;
|
|
@@ -10658,6 +10720,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10658
10720
|
description?: string | undefined;
|
|
10659
10721
|
label?: string | undefined;
|
|
10660
10722
|
defaultValue?: string | undefined;
|
|
10723
|
+
contentMode?: boolean | undefined;
|
|
10661
10724
|
}>, z.ZodObject<{
|
|
10662
10725
|
control: z.ZodLiteral<"animationAction">;
|
|
10663
10726
|
type: z.ZodLiteral<"animationAction">;
|
|
@@ -10665,6 +10728,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10665
10728
|
label: z.ZodOptional<z.ZodString>;
|
|
10666
10729
|
description: z.ZodOptional<z.ZodString>;
|
|
10667
10730
|
required: z.ZodBoolean;
|
|
10731
|
+
contentMode: z.ZodOptional<z.ZodBoolean>;
|
|
10668
10732
|
}, "strip", z.ZodTypeAny, {
|
|
10669
10733
|
type: "animationAction";
|
|
10670
10734
|
required: boolean;
|
|
@@ -10672,6 +10736,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10672
10736
|
description?: string | undefined;
|
|
10673
10737
|
label?: string | undefined;
|
|
10674
10738
|
defaultValue?: undefined;
|
|
10739
|
+
contentMode?: boolean | undefined;
|
|
10675
10740
|
}, {
|
|
10676
10741
|
type: "animationAction";
|
|
10677
10742
|
required: boolean;
|
|
@@ -10679,6 +10744,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10679
10744
|
description?: string | undefined;
|
|
10680
10745
|
label?: string | undefined;
|
|
10681
10746
|
defaultValue?: undefined;
|
|
10747
|
+
contentMode?: boolean | undefined;
|
|
10682
10748
|
}>]>>>;
|
|
10683
10749
|
}, "strip", z.ZodTypeAny, {
|
|
10684
10750
|
description?: string | undefined;
|
|
@@ -10693,6 +10759,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10693
10759
|
description?: string | undefined;
|
|
10694
10760
|
label?: string | undefined;
|
|
10695
10761
|
defaultValue?: undefined;
|
|
10762
|
+
contentMode?: boolean | undefined;
|
|
10696
10763
|
} | {
|
|
10697
10764
|
type: "number";
|
|
10698
10765
|
required: boolean;
|
|
@@ -10700,6 +10767,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10700
10767
|
description?: string | undefined;
|
|
10701
10768
|
label?: string | undefined;
|
|
10702
10769
|
defaultValue?: number | undefined;
|
|
10770
|
+
contentMode?: boolean | undefined;
|
|
10703
10771
|
} | {
|
|
10704
10772
|
type: "number";
|
|
10705
10773
|
required: boolean;
|
|
@@ -10707,6 +10775,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10707
10775
|
description?: string | undefined;
|
|
10708
10776
|
label?: string | undefined;
|
|
10709
10777
|
defaultValue?: number | undefined;
|
|
10778
|
+
contentMode?: boolean | undefined;
|
|
10710
10779
|
} | {
|
|
10711
10780
|
type: "string";
|
|
10712
10781
|
required: boolean;
|
|
@@ -10714,6 +10783,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10714
10783
|
description?: string | undefined;
|
|
10715
10784
|
label?: string | undefined;
|
|
10716
10785
|
defaultValue?: string | undefined;
|
|
10786
|
+
contentMode?: boolean | undefined;
|
|
10717
10787
|
rows?: number | undefined;
|
|
10718
10788
|
} | {
|
|
10719
10789
|
type: "resource";
|
|
@@ -10722,6 +10792,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10722
10792
|
description?: string | undefined;
|
|
10723
10793
|
label?: string | undefined;
|
|
10724
10794
|
defaultValue?: string | undefined;
|
|
10795
|
+
contentMode?: boolean | undefined;
|
|
10725
10796
|
} | {
|
|
10726
10797
|
type: "string";
|
|
10727
10798
|
required: boolean;
|
|
@@ -10730,6 +10801,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10730
10801
|
description?: string | undefined;
|
|
10731
10802
|
label?: string | undefined;
|
|
10732
10803
|
defaultValue?: string | undefined;
|
|
10804
|
+
contentMode?: boolean | undefined;
|
|
10733
10805
|
} | {
|
|
10734
10806
|
type: "string";
|
|
10735
10807
|
required: boolean;
|
|
@@ -10737,6 +10809,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10737
10809
|
description?: string | undefined;
|
|
10738
10810
|
label?: string | undefined;
|
|
10739
10811
|
defaultValue?: string | undefined;
|
|
10812
|
+
contentMode?: boolean | undefined;
|
|
10740
10813
|
} | {
|
|
10741
10814
|
type: "string";
|
|
10742
10815
|
required: boolean;
|
|
@@ -10744,6 +10817,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10744
10817
|
description?: string | undefined;
|
|
10745
10818
|
label?: string | undefined;
|
|
10746
10819
|
defaultValue?: string | undefined;
|
|
10820
|
+
contentMode?: boolean | undefined;
|
|
10747
10821
|
} | {
|
|
10748
10822
|
type: "boolean";
|
|
10749
10823
|
required: boolean;
|
|
@@ -10751,6 +10825,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10751
10825
|
description?: string | undefined;
|
|
10752
10826
|
label?: string | undefined;
|
|
10753
10827
|
defaultValue?: boolean | undefined;
|
|
10828
|
+
contentMode?: boolean | undefined;
|
|
10754
10829
|
} | {
|
|
10755
10830
|
options: string[];
|
|
10756
10831
|
type: "string";
|
|
@@ -10759,6 +10834,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10759
10834
|
description?: string | undefined;
|
|
10760
10835
|
label?: string | undefined;
|
|
10761
10836
|
defaultValue?: string | undefined;
|
|
10837
|
+
contentMode?: boolean | undefined;
|
|
10762
10838
|
} | {
|
|
10763
10839
|
options: string[];
|
|
10764
10840
|
type: "string";
|
|
@@ -10767,6 +10843,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10767
10843
|
description?: string | undefined;
|
|
10768
10844
|
label?: string | undefined;
|
|
10769
10845
|
defaultValue?: string | undefined;
|
|
10846
|
+
contentMode?: boolean | undefined;
|
|
10770
10847
|
} | {
|
|
10771
10848
|
options: string[];
|
|
10772
10849
|
type: "string";
|
|
@@ -10775,6 +10852,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10775
10852
|
description?: string | undefined;
|
|
10776
10853
|
label?: string | undefined;
|
|
10777
10854
|
defaultValue?: string | undefined;
|
|
10855
|
+
contentMode?: boolean | undefined;
|
|
10778
10856
|
} | {
|
|
10779
10857
|
options: string[];
|
|
10780
10858
|
type: "string[]";
|
|
@@ -10783,6 +10861,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10783
10861
|
description?: string | undefined;
|
|
10784
10862
|
label?: string | undefined;
|
|
10785
10863
|
defaultValue?: string[] | undefined;
|
|
10864
|
+
contentMode?: boolean | undefined;
|
|
10786
10865
|
} | {
|
|
10787
10866
|
options: string[];
|
|
10788
10867
|
type: "string[]";
|
|
@@ -10791,6 +10870,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10791
10870
|
description?: string | undefined;
|
|
10792
10871
|
label?: string | undefined;
|
|
10793
10872
|
defaultValue?: string[] | undefined;
|
|
10873
|
+
contentMode?: boolean | undefined;
|
|
10794
10874
|
} | {
|
|
10795
10875
|
options: string[];
|
|
10796
10876
|
type: "string[]";
|
|
@@ -10799,6 +10879,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10799
10879
|
description?: string | undefined;
|
|
10800
10880
|
label?: string | undefined;
|
|
10801
10881
|
defaultValue?: string[] | undefined;
|
|
10882
|
+
contentMode?: boolean | undefined;
|
|
10802
10883
|
} | {
|
|
10803
10884
|
type: "string";
|
|
10804
10885
|
required: boolean;
|
|
@@ -10806,6 +10887,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10806
10887
|
description?: string | undefined;
|
|
10807
10888
|
label?: string | undefined;
|
|
10808
10889
|
defaultValue?: string | undefined;
|
|
10890
|
+
contentMode?: boolean | undefined;
|
|
10809
10891
|
accept?: string | undefined;
|
|
10810
10892
|
} | {
|
|
10811
10893
|
type: "string";
|
|
@@ -10814,6 +10896,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10814
10896
|
description?: string | undefined;
|
|
10815
10897
|
label?: string | undefined;
|
|
10816
10898
|
defaultValue?: string | undefined;
|
|
10899
|
+
contentMode?: boolean | undefined;
|
|
10817
10900
|
} | {
|
|
10818
10901
|
type: "json";
|
|
10819
10902
|
required: boolean;
|
|
@@ -10821,6 +10904,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10821
10904
|
description?: string | undefined;
|
|
10822
10905
|
label?: string | undefined;
|
|
10823
10906
|
defaultValue?: unknown;
|
|
10907
|
+
contentMode?: boolean | undefined;
|
|
10824
10908
|
} | {
|
|
10825
10909
|
type: "string";
|
|
10826
10910
|
required: boolean;
|
|
@@ -10828,6 +10912,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10828
10912
|
description?: string | undefined;
|
|
10829
10913
|
label?: string | undefined;
|
|
10830
10914
|
defaultValue?: string | undefined;
|
|
10915
|
+
contentMode?: boolean | undefined;
|
|
10831
10916
|
} | {
|
|
10832
10917
|
type: "action";
|
|
10833
10918
|
required: boolean;
|
|
@@ -10835,6 +10920,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10835
10920
|
description?: string | undefined;
|
|
10836
10921
|
label?: string | undefined;
|
|
10837
10922
|
defaultValue?: undefined;
|
|
10923
|
+
contentMode?: boolean | undefined;
|
|
10838
10924
|
} | {
|
|
10839
10925
|
type: "string";
|
|
10840
10926
|
required: boolean;
|
|
@@ -10842,6 +10928,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10842
10928
|
description?: string | undefined;
|
|
10843
10929
|
label?: string | undefined;
|
|
10844
10930
|
defaultValue?: string | undefined;
|
|
10931
|
+
contentMode?: boolean | undefined;
|
|
10845
10932
|
} | {
|
|
10846
10933
|
type: "animationAction";
|
|
10847
10934
|
required: boolean;
|
|
@@ -10849,6 +10936,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
10849
10936
|
description?: string | undefined;
|
|
10850
10937
|
label?: string | undefined;
|
|
10851
10938
|
defaultValue?: undefined;
|
|
10939
|
+
contentMode?: boolean | undefined;
|
|
10852
10940
|
}> | undefined;
|
|
10853
10941
|
contentModel?: {
|
|
10854
10942
|
children: ("instance" | "rich-text" | (string & {}))[];
|
|
@@ -11481,6 +11569,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
11481
11569
|
description?: string | undefined;
|
|
11482
11570
|
label?: string | undefined;
|
|
11483
11571
|
defaultValue?: undefined;
|
|
11572
|
+
contentMode?: boolean | undefined;
|
|
11484
11573
|
} | {
|
|
11485
11574
|
type: "number";
|
|
11486
11575
|
required: boolean;
|
|
@@ -11488,6 +11577,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
11488
11577
|
description?: string | undefined;
|
|
11489
11578
|
label?: string | undefined;
|
|
11490
11579
|
defaultValue?: number | undefined;
|
|
11580
|
+
contentMode?: boolean | undefined;
|
|
11491
11581
|
} | {
|
|
11492
11582
|
type: "number";
|
|
11493
11583
|
required: boolean;
|
|
@@ -11495,6 +11585,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
11495
11585
|
description?: string | undefined;
|
|
11496
11586
|
label?: string | undefined;
|
|
11497
11587
|
defaultValue?: number | undefined;
|
|
11588
|
+
contentMode?: boolean | undefined;
|
|
11498
11589
|
} | {
|
|
11499
11590
|
type: "string";
|
|
11500
11591
|
required: boolean;
|
|
@@ -11502,6 +11593,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
11502
11593
|
description?: string | undefined;
|
|
11503
11594
|
label?: string | undefined;
|
|
11504
11595
|
defaultValue?: string | undefined;
|
|
11596
|
+
contentMode?: boolean | undefined;
|
|
11505
11597
|
rows?: number | undefined;
|
|
11506
11598
|
} | {
|
|
11507
11599
|
type: "resource";
|
|
@@ -11510,6 +11602,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
11510
11602
|
description?: string | undefined;
|
|
11511
11603
|
label?: string | undefined;
|
|
11512
11604
|
defaultValue?: string | undefined;
|
|
11605
|
+
contentMode?: boolean | undefined;
|
|
11513
11606
|
} | {
|
|
11514
11607
|
type: "string";
|
|
11515
11608
|
required: boolean;
|
|
@@ -11518,6 +11611,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
11518
11611
|
description?: string | undefined;
|
|
11519
11612
|
label?: string | undefined;
|
|
11520
11613
|
defaultValue?: string | undefined;
|
|
11614
|
+
contentMode?: boolean | undefined;
|
|
11521
11615
|
} | {
|
|
11522
11616
|
type: "string";
|
|
11523
11617
|
required: boolean;
|
|
@@ -11525,6 +11619,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
11525
11619
|
description?: string | undefined;
|
|
11526
11620
|
label?: string | undefined;
|
|
11527
11621
|
defaultValue?: string | undefined;
|
|
11622
|
+
contentMode?: boolean | undefined;
|
|
11528
11623
|
} | {
|
|
11529
11624
|
type: "string";
|
|
11530
11625
|
required: boolean;
|
|
@@ -11532,6 +11627,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
11532
11627
|
description?: string | undefined;
|
|
11533
11628
|
label?: string | undefined;
|
|
11534
11629
|
defaultValue?: string | undefined;
|
|
11630
|
+
contentMode?: boolean | undefined;
|
|
11535
11631
|
} | {
|
|
11536
11632
|
type: "boolean";
|
|
11537
11633
|
required: boolean;
|
|
@@ -11539,6 +11635,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
11539
11635
|
description?: string | undefined;
|
|
11540
11636
|
label?: string | undefined;
|
|
11541
11637
|
defaultValue?: boolean | undefined;
|
|
11638
|
+
contentMode?: boolean | undefined;
|
|
11542
11639
|
} | {
|
|
11543
11640
|
options: string[];
|
|
11544
11641
|
type: "string";
|
|
@@ -11547,6 +11644,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
11547
11644
|
description?: string | undefined;
|
|
11548
11645
|
label?: string | undefined;
|
|
11549
11646
|
defaultValue?: string | undefined;
|
|
11647
|
+
contentMode?: boolean | undefined;
|
|
11550
11648
|
} | {
|
|
11551
11649
|
options: string[];
|
|
11552
11650
|
type: "string";
|
|
@@ -11555,6 +11653,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
11555
11653
|
description?: string | undefined;
|
|
11556
11654
|
label?: string | undefined;
|
|
11557
11655
|
defaultValue?: string | undefined;
|
|
11656
|
+
contentMode?: boolean | undefined;
|
|
11558
11657
|
} | {
|
|
11559
11658
|
options: string[];
|
|
11560
11659
|
type: "string";
|
|
@@ -11563,6 +11662,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
11563
11662
|
description?: string | undefined;
|
|
11564
11663
|
label?: string | undefined;
|
|
11565
11664
|
defaultValue?: string | undefined;
|
|
11665
|
+
contentMode?: boolean | undefined;
|
|
11566
11666
|
} | {
|
|
11567
11667
|
options: string[];
|
|
11568
11668
|
type: "string[]";
|
|
@@ -11571,6 +11671,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
11571
11671
|
description?: string | undefined;
|
|
11572
11672
|
label?: string | undefined;
|
|
11573
11673
|
defaultValue?: string[] | undefined;
|
|
11674
|
+
contentMode?: boolean | undefined;
|
|
11574
11675
|
} | {
|
|
11575
11676
|
options: string[];
|
|
11576
11677
|
type: "string[]";
|
|
@@ -11579,6 +11680,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
11579
11680
|
description?: string | undefined;
|
|
11580
11681
|
label?: string | undefined;
|
|
11581
11682
|
defaultValue?: string[] | undefined;
|
|
11683
|
+
contentMode?: boolean | undefined;
|
|
11582
11684
|
} | {
|
|
11583
11685
|
options: string[];
|
|
11584
11686
|
type: "string[]";
|
|
@@ -11587,6 +11689,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
11587
11689
|
description?: string | undefined;
|
|
11588
11690
|
label?: string | undefined;
|
|
11589
11691
|
defaultValue?: string[] | undefined;
|
|
11692
|
+
contentMode?: boolean | undefined;
|
|
11590
11693
|
} | {
|
|
11591
11694
|
type: "string";
|
|
11592
11695
|
required: boolean;
|
|
@@ -11594,6 +11697,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
11594
11697
|
description?: string | undefined;
|
|
11595
11698
|
label?: string | undefined;
|
|
11596
11699
|
defaultValue?: string | undefined;
|
|
11700
|
+
contentMode?: boolean | undefined;
|
|
11597
11701
|
accept?: string | undefined;
|
|
11598
11702
|
} | {
|
|
11599
11703
|
type: "string";
|
|
@@ -11602,6 +11706,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
11602
11706
|
description?: string | undefined;
|
|
11603
11707
|
label?: string | undefined;
|
|
11604
11708
|
defaultValue?: string | undefined;
|
|
11709
|
+
contentMode?: boolean | undefined;
|
|
11605
11710
|
} | {
|
|
11606
11711
|
type: "json";
|
|
11607
11712
|
required: boolean;
|
|
@@ -11609,6 +11714,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
11609
11714
|
description?: string | undefined;
|
|
11610
11715
|
label?: string | undefined;
|
|
11611
11716
|
defaultValue?: unknown;
|
|
11717
|
+
contentMode?: boolean | undefined;
|
|
11612
11718
|
} | {
|
|
11613
11719
|
type: "string";
|
|
11614
11720
|
required: boolean;
|
|
@@ -11616,6 +11722,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
11616
11722
|
description?: string | undefined;
|
|
11617
11723
|
label?: string | undefined;
|
|
11618
11724
|
defaultValue?: string | undefined;
|
|
11725
|
+
contentMode?: boolean | undefined;
|
|
11619
11726
|
} | {
|
|
11620
11727
|
type: "action";
|
|
11621
11728
|
required: boolean;
|
|
@@ -11623,6 +11730,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
11623
11730
|
description?: string | undefined;
|
|
11624
11731
|
label?: string | undefined;
|
|
11625
11732
|
defaultValue?: undefined;
|
|
11733
|
+
contentMode?: boolean | undefined;
|
|
11626
11734
|
} | {
|
|
11627
11735
|
type: "string";
|
|
11628
11736
|
required: boolean;
|
|
@@ -11630,6 +11738,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
11630
11738
|
description?: string | undefined;
|
|
11631
11739
|
label?: string | undefined;
|
|
11632
11740
|
defaultValue?: string | undefined;
|
|
11741
|
+
contentMode?: boolean | undefined;
|
|
11633
11742
|
} | {
|
|
11634
11743
|
type: "animationAction";
|
|
11635
11744
|
required: boolean;
|
|
@@ -11637,6 +11746,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
11637
11746
|
description?: string | undefined;
|
|
11638
11747
|
label?: string | undefined;
|
|
11639
11748
|
defaultValue?: undefined;
|
|
11749
|
+
contentMode?: boolean | undefined;
|
|
11640
11750
|
}> | undefined;
|
|
11641
11751
|
contentModel?: {
|
|
11642
11752
|
children: ("instance" | "rich-text" | (string & {}))[];
|