@transcend-io/privacy-types 5.2.2 → 5.2.4
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/dist/index.d.mts +838 -25
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +44 -13
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -3173,6 +3173,477 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
3173
3173
|
}>]>;
|
|
3174
3174
|
}>]>]>>;
|
|
3175
3175
|
variantThemeMap: t.RecordC<t.StringC, t.StringC>;
|
|
3176
|
+
themeConfigMap: t.RecordC<t.StringC, t.UnionC<[t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
3177
|
+
buttonThemes: t.ArrayC<t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
3178
|
+
backgroundColor: t.StringC;
|
|
3179
|
+
}>, t.TypeC<{
|
|
3180
|
+
borderRadius: t.StringC;
|
|
3181
|
+
borderColor: t.StringC;
|
|
3182
|
+
}>, t.TypeC<{
|
|
3183
|
+
textColor: t.StringC;
|
|
3184
|
+
}>]>, t.TypeC<{
|
|
3185
|
+
linkColor: t.StringC;
|
|
3186
|
+
linkUnderline: t.BooleanC;
|
|
3187
|
+
}>]>>;
|
|
3188
|
+
}>, t.TypeC<{
|
|
3189
|
+
firstLayer: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
3190
|
+
buttons: t.TupleC<[t.NumberC, t.UnionC<[t.NumberC, t.UndefinedC]>, t.UnionC<[t.NumberC, t.UndefinedC]>]>;
|
|
3191
|
+
container: t.IntersectionC<[t.TypeC<{
|
|
3192
|
+
backgroundColor: t.StringC;
|
|
3193
|
+
}>, t.TypeC<{
|
|
3194
|
+
borderRadius: t.StringC;
|
|
3195
|
+
borderColor: t.StringC;
|
|
3196
|
+
}>]>;
|
|
3197
|
+
description: t.IntersectionC<[t.TypeC<{
|
|
3198
|
+
textColor: t.StringC;
|
|
3199
|
+
}>, t.TypeC<{
|
|
3200
|
+
linkColor: t.StringC;
|
|
3201
|
+
linkUnderline: t.BooleanC;
|
|
3202
|
+
}>]>;
|
|
3203
|
+
footer: t.IntersectionC<[t.TypeC<{
|
|
3204
|
+
backgroundColor: t.StringC;
|
|
3205
|
+
}>, t.TypeC<{
|
|
3206
|
+
localePickerColor: t.StringC;
|
|
3207
|
+
}>]>;
|
|
3208
|
+
alwaysShowScrollbar: t.BooleanC;
|
|
3209
|
+
horizontalAlign: t.KeyofC<{
|
|
3210
|
+
right: unknown;
|
|
3211
|
+
left: unknown;
|
|
3212
|
+
center: unknown;
|
|
3213
|
+
}>;
|
|
3214
|
+
cookieAndPrivacyPolicy: t.PartialC<{
|
|
3215
|
+
linkColor: t.StringC;
|
|
3216
|
+
linkUnderline: t.BooleanC;
|
|
3217
|
+
}>;
|
|
3218
|
+
}>, t.PartialC<{
|
|
3219
|
+
background: t.TypeC<{
|
|
3220
|
+
backgroundColor: t.StringC;
|
|
3221
|
+
}>;
|
|
3222
|
+
header: t.IntersectionC<[t.TypeC<{
|
|
3223
|
+
textColor: t.StringC;
|
|
3224
|
+
}>, t.TypeC<{
|
|
3225
|
+
logoPosition: t.KeyofC<{
|
|
3226
|
+
left: unknown;
|
|
3227
|
+
above: unknown;
|
|
3228
|
+
}>;
|
|
3229
|
+
}>]>;
|
|
3230
|
+
closeButton: t.IntersectionC<[t.TypeC<{
|
|
3231
|
+
backgroundColor: t.StringC;
|
|
3232
|
+
}>, t.TypeC<{
|
|
3233
|
+
borderRadius: t.StringC;
|
|
3234
|
+
borderColor: t.StringC;
|
|
3235
|
+
}>, t.TypeC<{
|
|
3236
|
+
iconColor: t.StringC;
|
|
3237
|
+
}>]>;
|
|
3238
|
+
}>]>, t.TypeC<{
|
|
3239
|
+
contentFlow: t.KeyofC<{
|
|
3240
|
+
vertical: unknown;
|
|
3241
|
+
"horizontal-stacked": unknown;
|
|
3242
|
+
"horizontal-flat": unknown;
|
|
3243
|
+
}>;
|
|
3244
|
+
verticalAlign: t.KeyofC<{
|
|
3245
|
+
center: unknown;
|
|
3246
|
+
top: unknown;
|
|
3247
|
+
bottom: unknown;
|
|
3248
|
+
}>;
|
|
3249
|
+
}>, t.PartialC<{
|
|
3250
|
+
contentLayout: t.UnionC<[t.TypeC<{
|
|
3251
|
+
breakpoint: t.TypeC<{
|
|
3252
|
+
value: t.NumberC;
|
|
3253
|
+
unit: t.KeyofC<{
|
|
3254
|
+
px: unknown;
|
|
3255
|
+
percent: unknown;
|
|
3256
|
+
}>;
|
|
3257
|
+
}>;
|
|
3258
|
+
maxWidths: t.RecordC<t.KeyofC<{
|
|
3259
|
+
vertical: unknown;
|
|
3260
|
+
"horizontal-stacked": unknown;
|
|
3261
|
+
"horizontal-flat": unknown;
|
|
3262
|
+
}>, t.StringC>;
|
|
3263
|
+
}>, t.TypeC<{
|
|
3264
|
+
fullWidth: t.LiteralC<true>;
|
|
3265
|
+
}>]>;
|
|
3266
|
+
}>]>;
|
|
3267
|
+
}>]>, t.IntersectionC<[t.TypeC<{
|
|
3268
|
+
buttonThemes: t.ArrayC<t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
3269
|
+
backgroundColor: t.StringC;
|
|
3270
|
+
}>, t.TypeC<{
|
|
3271
|
+
borderRadius: t.StringC;
|
|
3272
|
+
borderColor: t.StringC;
|
|
3273
|
+
}>, t.TypeC<{
|
|
3274
|
+
textColor: t.StringC;
|
|
3275
|
+
}>]>, t.TypeC<{
|
|
3276
|
+
linkColor: t.StringC;
|
|
3277
|
+
linkUnderline: t.BooleanC;
|
|
3278
|
+
}>]>>;
|
|
3279
|
+
}>, t.TypeC<{
|
|
3280
|
+
secondLayer: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
3281
|
+
buttons: t.TupleC<[t.NumberC, t.UnionC<[t.NumberC, t.UndefinedC]>, t.UnionC<[t.NumberC, t.UndefinedC]>]>;
|
|
3282
|
+
container: t.IntersectionC<[t.TypeC<{
|
|
3283
|
+
backgroundColor: t.StringC;
|
|
3284
|
+
}>, t.TypeC<{
|
|
3285
|
+
borderRadius: t.StringC;
|
|
3286
|
+
borderColor: t.StringC;
|
|
3287
|
+
}>]>;
|
|
3288
|
+
description: t.IntersectionC<[t.TypeC<{
|
|
3289
|
+
textColor: t.StringC;
|
|
3290
|
+
}>, t.TypeC<{
|
|
3291
|
+
linkColor: t.StringC;
|
|
3292
|
+
linkUnderline: t.BooleanC;
|
|
3293
|
+
}>]>;
|
|
3294
|
+
footer: t.IntersectionC<[t.TypeC<{
|
|
3295
|
+
backgroundColor: t.StringC;
|
|
3296
|
+
}>, t.TypeC<{
|
|
3297
|
+
localePickerColor: t.StringC;
|
|
3298
|
+
}>]>;
|
|
3299
|
+
alwaysShowScrollbar: t.BooleanC;
|
|
3300
|
+
horizontalAlign: t.KeyofC<{
|
|
3301
|
+
right: unknown;
|
|
3302
|
+
left: unknown;
|
|
3303
|
+
center: unknown;
|
|
3304
|
+
}>;
|
|
3305
|
+
cookieAndPrivacyPolicy: t.PartialC<{
|
|
3306
|
+
linkColor: t.StringC;
|
|
3307
|
+
linkUnderline: t.BooleanC;
|
|
3308
|
+
}>;
|
|
3309
|
+
}>, t.PartialC<{
|
|
3310
|
+
background: t.TypeC<{
|
|
3311
|
+
backgroundColor: t.StringC;
|
|
3312
|
+
}>;
|
|
3313
|
+
header: t.IntersectionC<[t.TypeC<{
|
|
3314
|
+
textColor: t.StringC;
|
|
3315
|
+
}>, t.TypeC<{
|
|
3316
|
+
logoPosition: t.KeyofC<{
|
|
3317
|
+
left: unknown;
|
|
3318
|
+
above: unknown;
|
|
3319
|
+
}>;
|
|
3320
|
+
}>]>;
|
|
3321
|
+
closeButton: t.IntersectionC<[t.TypeC<{
|
|
3322
|
+
backgroundColor: t.StringC;
|
|
3323
|
+
}>, t.TypeC<{
|
|
3324
|
+
borderRadius: t.StringC;
|
|
3325
|
+
borderColor: t.StringC;
|
|
3326
|
+
}>, t.TypeC<{
|
|
3327
|
+
iconColor: t.StringC;
|
|
3328
|
+
}>]>;
|
|
3329
|
+
}>]>, t.TypeC<{
|
|
3330
|
+
modalTitle: t.TypeC<{
|
|
3331
|
+
textColor: t.StringC;
|
|
3332
|
+
}>;
|
|
3333
|
+
modalSubtitle: t.TypeC<{
|
|
3334
|
+
textColor: t.StringC;
|
|
3335
|
+
}>;
|
|
3336
|
+
purposeListTitle: t.TypeC<{
|
|
3337
|
+
textColor: t.StringC;
|
|
3338
|
+
}>;
|
|
3339
|
+
caretIcon: t.TypeC<{
|
|
3340
|
+
iconColor: t.StringC;
|
|
3341
|
+
}>;
|
|
3342
|
+
cardTitle: t.TypeC<{
|
|
3343
|
+
textColor: t.StringC;
|
|
3344
|
+
}>;
|
|
3345
|
+
alwaysOnText: t.TypeC<{
|
|
3346
|
+
textColor: t.StringC;
|
|
3347
|
+
}>;
|
|
3348
|
+
purposeDescription: t.IntersectionC<[t.TypeC<{
|
|
3349
|
+
textColor: t.StringC;
|
|
3350
|
+
}>, t.TypeC<{
|
|
3351
|
+
linkColor: t.StringC;
|
|
3352
|
+
linkUnderline: t.BooleanC;
|
|
3353
|
+
}>]>;
|
|
3354
|
+
purposeCard: t.IntersectionC<[t.TypeC<{
|
|
3355
|
+
backgroundColor: t.StringC;
|
|
3356
|
+
}>, t.TypeC<{
|
|
3357
|
+
borderRadius: t.StringC;
|
|
3358
|
+
borderColor: t.StringC;
|
|
3359
|
+
}>]>;
|
|
3360
|
+
toggle: t.IntersectionC<[t.TypeC<{
|
|
3361
|
+
textColor: t.StringC;
|
|
3362
|
+
}>, t.TypeC<{
|
|
3363
|
+
iconColor: t.StringC;
|
|
3364
|
+
}>, t.TypeC<{
|
|
3365
|
+
enabledColor: t.StringC;
|
|
3366
|
+
disabledColor: t.StringC;
|
|
3367
|
+
knobColor: t.StringC;
|
|
3368
|
+
}>]>;
|
|
3369
|
+
lockToEdges: t.BooleanC;
|
|
3370
|
+
maxWidth: t.StringC;
|
|
3371
|
+
}>, t.PartialC<{
|
|
3372
|
+
bulkActionButtons: t.TupleC<[t.NumberC, t.NumberC]>;
|
|
3373
|
+
shrinkToFullWidth: t.StringC;
|
|
3374
|
+
}>]>;
|
|
3375
|
+
}>]>, t.IntersectionC<[t.TypeC<{
|
|
3376
|
+
buttonThemes: t.ArrayC<t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
3377
|
+
backgroundColor: t.StringC;
|
|
3378
|
+
}>, t.TypeC<{
|
|
3379
|
+
borderRadius: t.StringC;
|
|
3380
|
+
borderColor: t.StringC;
|
|
3381
|
+
}>, t.TypeC<{
|
|
3382
|
+
textColor: t.StringC;
|
|
3383
|
+
}>]>, t.TypeC<{
|
|
3384
|
+
linkColor: t.StringC;
|
|
3385
|
+
linkUnderline: t.BooleanC;
|
|
3386
|
+
}>]>>;
|
|
3387
|
+
}>, t.TypeC<{
|
|
3388
|
+
firstLayer: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
3389
|
+
buttons: t.TupleC<[t.NumberC, t.UnionC<[t.NumberC, t.UndefinedC]>, t.UnionC<[t.NumberC, t.UndefinedC]>]>;
|
|
3390
|
+
container: t.IntersectionC<[t.TypeC<{
|
|
3391
|
+
backgroundColor: t.StringC;
|
|
3392
|
+
}>, t.TypeC<{
|
|
3393
|
+
borderRadius: t.StringC;
|
|
3394
|
+
borderColor: t.StringC;
|
|
3395
|
+
}>]>;
|
|
3396
|
+
description: t.IntersectionC<[t.TypeC<{
|
|
3397
|
+
textColor: t.StringC;
|
|
3398
|
+
}>, t.TypeC<{
|
|
3399
|
+
linkColor: t.StringC;
|
|
3400
|
+
linkUnderline: t.BooleanC;
|
|
3401
|
+
}>]>;
|
|
3402
|
+
footer: t.IntersectionC<[t.TypeC<{
|
|
3403
|
+
backgroundColor: t.StringC;
|
|
3404
|
+
}>, t.TypeC<{
|
|
3405
|
+
localePickerColor: t.StringC;
|
|
3406
|
+
}>]>;
|
|
3407
|
+
alwaysShowScrollbar: t.BooleanC;
|
|
3408
|
+
horizontalAlign: t.KeyofC<{
|
|
3409
|
+
right: unknown;
|
|
3410
|
+
left: unknown;
|
|
3411
|
+
center: unknown;
|
|
3412
|
+
}>;
|
|
3413
|
+
cookieAndPrivacyPolicy: t.PartialC<{
|
|
3414
|
+
linkColor: t.StringC;
|
|
3415
|
+
linkUnderline: t.BooleanC;
|
|
3416
|
+
}>;
|
|
3417
|
+
}>, t.PartialC<{
|
|
3418
|
+
background: t.TypeC<{
|
|
3419
|
+
backgroundColor: t.StringC;
|
|
3420
|
+
}>;
|
|
3421
|
+
header: t.IntersectionC<[t.TypeC<{
|
|
3422
|
+
textColor: t.StringC;
|
|
3423
|
+
}>, t.TypeC<{
|
|
3424
|
+
logoPosition: t.KeyofC<{
|
|
3425
|
+
left: unknown;
|
|
3426
|
+
above: unknown;
|
|
3427
|
+
}>;
|
|
3428
|
+
}>]>;
|
|
3429
|
+
closeButton: t.IntersectionC<[t.TypeC<{
|
|
3430
|
+
backgroundColor: t.StringC;
|
|
3431
|
+
}>, t.TypeC<{
|
|
3432
|
+
borderRadius: t.StringC;
|
|
3433
|
+
borderColor: t.StringC;
|
|
3434
|
+
}>, t.TypeC<{
|
|
3435
|
+
iconColor: t.StringC;
|
|
3436
|
+
}>]>;
|
|
3437
|
+
}>]>, t.TypeC<{
|
|
3438
|
+
contentFlow: t.KeyofC<{
|
|
3439
|
+
vertical: unknown;
|
|
3440
|
+
"horizontal-stacked": unknown;
|
|
3441
|
+
"horizontal-flat": unknown;
|
|
3442
|
+
}>;
|
|
3443
|
+
verticalAlign: t.KeyofC<{
|
|
3444
|
+
center: unknown;
|
|
3445
|
+
top: unknown;
|
|
3446
|
+
bottom: unknown;
|
|
3447
|
+
}>;
|
|
3448
|
+
}>, t.PartialC<{
|
|
3449
|
+
contentLayout: t.UnionC<[t.TypeC<{
|
|
3450
|
+
breakpoint: t.TypeC<{
|
|
3451
|
+
value: t.NumberC;
|
|
3452
|
+
unit: t.KeyofC<{
|
|
3453
|
+
px: unknown;
|
|
3454
|
+
percent: unknown;
|
|
3455
|
+
}>;
|
|
3456
|
+
}>;
|
|
3457
|
+
maxWidths: t.RecordC<t.KeyofC<{
|
|
3458
|
+
vertical: unknown;
|
|
3459
|
+
"horizontal-stacked": unknown;
|
|
3460
|
+
"horizontal-flat": unknown;
|
|
3461
|
+
}>, t.StringC>;
|
|
3462
|
+
}>, t.TypeC<{
|
|
3463
|
+
fullWidth: t.LiteralC<true>;
|
|
3464
|
+
}>]>;
|
|
3465
|
+
}>]>;
|
|
3466
|
+
secondLayer: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
3467
|
+
buttons: t.TupleC<[t.NumberC, t.UnionC<[t.NumberC, t.UndefinedC]>, t.UnionC<[t.NumberC, t.UndefinedC]>]>;
|
|
3468
|
+
container: t.IntersectionC<[t.TypeC<{
|
|
3469
|
+
backgroundColor: t.StringC;
|
|
3470
|
+
}>, t.TypeC<{
|
|
3471
|
+
borderRadius: t.StringC;
|
|
3472
|
+
borderColor: t.StringC;
|
|
3473
|
+
}>]>;
|
|
3474
|
+
description: t.IntersectionC<[t.TypeC<{
|
|
3475
|
+
textColor: t.StringC;
|
|
3476
|
+
}>, t.TypeC<{
|
|
3477
|
+
linkColor: t.StringC;
|
|
3478
|
+
linkUnderline: t.BooleanC;
|
|
3479
|
+
}>]>;
|
|
3480
|
+
footer: t.IntersectionC<[t.TypeC<{
|
|
3481
|
+
backgroundColor: t.StringC;
|
|
3482
|
+
}>, t.TypeC<{
|
|
3483
|
+
localePickerColor: t.StringC;
|
|
3484
|
+
}>]>;
|
|
3485
|
+
alwaysShowScrollbar: t.BooleanC;
|
|
3486
|
+
horizontalAlign: t.KeyofC<{
|
|
3487
|
+
right: unknown;
|
|
3488
|
+
left: unknown;
|
|
3489
|
+
center: unknown;
|
|
3490
|
+
}>;
|
|
3491
|
+
cookieAndPrivacyPolicy: t.PartialC<{
|
|
3492
|
+
linkColor: t.StringC;
|
|
3493
|
+
linkUnderline: t.BooleanC;
|
|
3494
|
+
}>;
|
|
3495
|
+
}>, t.PartialC<{
|
|
3496
|
+
background: t.TypeC<{
|
|
3497
|
+
backgroundColor: t.StringC;
|
|
3498
|
+
}>;
|
|
3499
|
+
header: t.IntersectionC<[t.TypeC<{
|
|
3500
|
+
textColor: t.StringC;
|
|
3501
|
+
}>, t.TypeC<{
|
|
3502
|
+
logoPosition: t.KeyofC<{
|
|
3503
|
+
left: unknown;
|
|
3504
|
+
above: unknown;
|
|
3505
|
+
}>;
|
|
3506
|
+
}>]>;
|
|
3507
|
+
closeButton: t.IntersectionC<[t.TypeC<{
|
|
3508
|
+
backgroundColor: t.StringC;
|
|
3509
|
+
}>, t.TypeC<{
|
|
3510
|
+
borderRadius: t.StringC;
|
|
3511
|
+
borderColor: t.StringC;
|
|
3512
|
+
}>, t.TypeC<{
|
|
3513
|
+
iconColor: t.StringC;
|
|
3514
|
+
}>]>;
|
|
3515
|
+
}>]>, t.TypeC<{
|
|
3516
|
+
modalTitle: t.TypeC<{
|
|
3517
|
+
textColor: t.StringC;
|
|
3518
|
+
}>;
|
|
3519
|
+
modalSubtitle: t.TypeC<{
|
|
3520
|
+
textColor: t.StringC;
|
|
3521
|
+
}>;
|
|
3522
|
+
purposeListTitle: t.TypeC<{
|
|
3523
|
+
textColor: t.StringC;
|
|
3524
|
+
}>;
|
|
3525
|
+
caretIcon: t.TypeC<{
|
|
3526
|
+
iconColor: t.StringC;
|
|
3527
|
+
}>;
|
|
3528
|
+
cardTitle: t.TypeC<{
|
|
3529
|
+
textColor: t.StringC;
|
|
3530
|
+
}>;
|
|
3531
|
+
alwaysOnText: t.TypeC<{
|
|
3532
|
+
textColor: t.StringC;
|
|
3533
|
+
}>;
|
|
3534
|
+
purposeDescription: t.IntersectionC<[t.TypeC<{
|
|
3535
|
+
textColor: t.StringC;
|
|
3536
|
+
}>, t.TypeC<{
|
|
3537
|
+
linkColor: t.StringC;
|
|
3538
|
+
linkUnderline: t.BooleanC;
|
|
3539
|
+
}>]>;
|
|
3540
|
+
purposeCard: t.IntersectionC<[t.TypeC<{
|
|
3541
|
+
backgroundColor: t.StringC;
|
|
3542
|
+
}>, t.TypeC<{
|
|
3543
|
+
borderRadius: t.StringC;
|
|
3544
|
+
borderColor: t.StringC;
|
|
3545
|
+
}>]>;
|
|
3546
|
+
toggle: t.IntersectionC<[t.TypeC<{
|
|
3547
|
+
textColor: t.StringC;
|
|
3548
|
+
}>, t.TypeC<{
|
|
3549
|
+
iconColor: t.StringC;
|
|
3550
|
+
}>, t.TypeC<{
|
|
3551
|
+
enabledColor: t.StringC;
|
|
3552
|
+
disabledColor: t.StringC;
|
|
3553
|
+
knobColor: t.StringC;
|
|
3554
|
+
}>]>;
|
|
3555
|
+
lockToEdges: t.BooleanC;
|
|
3556
|
+
maxWidth: t.StringC;
|
|
3557
|
+
}>, t.PartialC<{
|
|
3558
|
+
bulkActionButtons: t.TupleC<[t.NumberC, t.NumberC]>;
|
|
3559
|
+
shrinkToFullWidth: t.StringC;
|
|
3560
|
+
}>]>;
|
|
3561
|
+
}>]>]>, t.UnionC<[t.TypeC<{
|
|
3562
|
+
firstLayer: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
3563
|
+
alwaysShowScrollbar: t.BooleanC;
|
|
3564
|
+
}>, t.PartialC<{
|
|
3565
|
+
header: t.TypeC<{
|
|
3566
|
+
logoPosition: t.KeyofC<{
|
|
3567
|
+
left: unknown;
|
|
3568
|
+
above: unknown;
|
|
3569
|
+
}>;
|
|
3570
|
+
logoImageUrl: t.StringC;
|
|
3571
|
+
}>;
|
|
3572
|
+
}>]>, t.TypeC<{
|
|
3573
|
+
contentLayout: t.UnionC<[t.TypeC<{
|
|
3574
|
+
breakpoint: t.TypeC<{
|
|
3575
|
+
value: t.NumberC;
|
|
3576
|
+
unit: t.KeyofC<{
|
|
3577
|
+
px: unknown;
|
|
3578
|
+
percent: unknown;
|
|
3579
|
+
}>;
|
|
3580
|
+
}>;
|
|
3581
|
+
maxWidths: t.RecordC<t.KeyofC<{
|
|
3582
|
+
vertical: unknown;
|
|
3583
|
+
"horizontal-stacked": unknown;
|
|
3584
|
+
"horizontal-flat": unknown;
|
|
3585
|
+
}>, t.StringC>;
|
|
3586
|
+
}>, t.TypeC<{
|
|
3587
|
+
fullWidth: t.LiteralC<true>;
|
|
3588
|
+
}>]>;
|
|
3589
|
+
}>]>;
|
|
3590
|
+
}>, t.TypeC<{
|
|
3591
|
+
secondLayer: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
3592
|
+
alwaysShowScrollbar: t.BooleanC;
|
|
3593
|
+
}>, t.PartialC<{
|
|
3594
|
+
header: t.TypeC<{
|
|
3595
|
+
logoPosition: t.KeyofC<{
|
|
3596
|
+
left: unknown;
|
|
3597
|
+
above: unknown;
|
|
3598
|
+
}>;
|
|
3599
|
+
logoImageUrl: t.StringC;
|
|
3600
|
+
}>;
|
|
3601
|
+
}>]>, t.TypeC<{
|
|
3602
|
+
lockToEdges: t.BooleanC;
|
|
3603
|
+
}>]>;
|
|
3604
|
+
}>, t.TypeC<{
|
|
3605
|
+
firstLayer: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
3606
|
+
alwaysShowScrollbar: t.BooleanC;
|
|
3607
|
+
}>, t.PartialC<{
|
|
3608
|
+
header: t.TypeC<{
|
|
3609
|
+
logoPosition: t.KeyofC<{
|
|
3610
|
+
left: unknown;
|
|
3611
|
+
above: unknown;
|
|
3612
|
+
}>;
|
|
3613
|
+
logoImageUrl: t.StringC;
|
|
3614
|
+
}>;
|
|
3615
|
+
}>]>, t.TypeC<{
|
|
3616
|
+
contentLayout: t.UnionC<[t.TypeC<{
|
|
3617
|
+
breakpoint: t.TypeC<{
|
|
3618
|
+
value: t.NumberC;
|
|
3619
|
+
unit: t.KeyofC<{
|
|
3620
|
+
px: unknown;
|
|
3621
|
+
percent: unknown;
|
|
3622
|
+
}>;
|
|
3623
|
+
}>;
|
|
3624
|
+
maxWidths: t.RecordC<t.KeyofC<{
|
|
3625
|
+
vertical: unknown;
|
|
3626
|
+
"horizontal-stacked": unknown;
|
|
3627
|
+
"horizontal-flat": unknown;
|
|
3628
|
+
}>, t.StringC>;
|
|
3629
|
+
}>, t.TypeC<{
|
|
3630
|
+
fullWidth: t.LiteralC<true>;
|
|
3631
|
+
}>]>;
|
|
3632
|
+
}>]>;
|
|
3633
|
+
secondLayer: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
3634
|
+
alwaysShowScrollbar: t.BooleanC;
|
|
3635
|
+
}>, t.PartialC<{
|
|
3636
|
+
header: t.TypeC<{
|
|
3637
|
+
logoPosition: t.KeyofC<{
|
|
3638
|
+
left: unknown;
|
|
3639
|
+
above: unknown;
|
|
3640
|
+
}>;
|
|
3641
|
+
logoImageUrl: t.StringC;
|
|
3642
|
+
}>;
|
|
3643
|
+
}>]>, t.TypeC<{
|
|
3644
|
+
lockToEdges: t.BooleanC;
|
|
3645
|
+
}>]>;
|
|
3646
|
+
}>]>]>>;
|
|
3176
3647
|
autofocus: t.UnionC<[t.KeyofC<{
|
|
3177
3648
|
on: unknown;
|
|
3178
3649
|
off: unknown;
|
|
@@ -3526,7 +3997,17 @@ declare const ContainerTheme: t.IntersectionC<[t.TypeC<{
|
|
|
3526
3997
|
}>]>;
|
|
3527
3998
|
/** Override type */
|
|
3528
3999
|
type ContainerTheme = t.TypeOf<typeof ContainerTheme>;
|
|
3529
|
-
/** Represents the header theme configuration */
|
|
4000
|
+
/** Represents the header theme configuration (reduced scope) */
|
|
4001
|
+
declare const HeaderThemeMinimal: t.TypeC<{
|
|
4002
|
+
logoPosition: t.KeyofC<{
|
|
4003
|
+
left: unknown;
|
|
4004
|
+
above: unknown;
|
|
4005
|
+
}>;
|
|
4006
|
+
logoImageUrl: t.StringC;
|
|
4007
|
+
}>;
|
|
4008
|
+
/** Override type */
|
|
4009
|
+
type HeaderThemeMinimal = t.TypeOf<typeof HeaderThemeMinimal>;
|
|
4010
|
+
/** Represents the header theme configuration (full scope) */
|
|
3530
4011
|
declare const HeaderTheme: t.IntersectionC<[t.TypeC<{
|
|
3531
4012
|
textColor: t.StringC;
|
|
3532
4013
|
}>, t.TypeC<{
|
|
@@ -3619,7 +4100,21 @@ declare const ToggleTheme: t.IntersectionC<[t.TypeC<{
|
|
|
3619
4100
|
}>]>;
|
|
3620
4101
|
/** Override type */
|
|
3621
4102
|
type ToggleTheme = t.TypeOf<typeof ToggleTheme>;
|
|
3622
|
-
/** Theme configuration shared between both First (banner) and Second Layers (modal) */
|
|
4103
|
+
/** Theme configuration shared between both First (banner) and Second Layers (modal) (reduced scope) */
|
|
4104
|
+
declare const CommonLayerThemeMinimal: t.IntersectionC<[t.TypeC<{
|
|
4105
|
+
alwaysShowScrollbar: t.BooleanC;
|
|
4106
|
+
}>, t.PartialC<{
|
|
4107
|
+
header: t.TypeC<{
|
|
4108
|
+
logoPosition: t.KeyofC<{
|
|
4109
|
+
left: unknown;
|
|
4110
|
+
above: unknown;
|
|
4111
|
+
}>;
|
|
4112
|
+
logoImageUrl: t.StringC;
|
|
4113
|
+
}>;
|
|
4114
|
+
}>]>;
|
|
4115
|
+
/** Override type */
|
|
4116
|
+
type CommonLayerThemeMinimal = t.TypeOf<typeof CommonLayerThemeMinimal>;
|
|
4117
|
+
/** Theme configuration shared between both First (banner) and Second Layers (modal) (full scope) */
|
|
3623
4118
|
declare const CommonLayerTheme: t.IntersectionC<[t.TypeC<{
|
|
3624
4119
|
buttons: t.TupleC<[t.NumberC, t.UnionC<[t.NumberC, t.UndefinedC]>, t.UnionC<[t.NumberC, t.UndefinedC]>]>;
|
|
3625
4120
|
container: t.IntersectionC<[t.TypeC<{
|
|
@@ -3642,8 +4137,8 @@ declare const CommonLayerTheme: t.IntersectionC<[t.TypeC<{
|
|
|
3642
4137
|
alwaysShowScrollbar: t.BooleanC;
|
|
3643
4138
|
horizontalAlign: t.KeyofC<{
|
|
3644
4139
|
right: unknown;
|
|
3645
|
-
center: unknown;
|
|
3646
4140
|
left: unknown;
|
|
4141
|
+
center: unknown;
|
|
3647
4142
|
}>;
|
|
3648
4143
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
3649
4144
|
linkColor: t.StringC;
|
|
@@ -3672,7 +4167,38 @@ declare const CommonLayerTheme: t.IntersectionC<[t.TypeC<{
|
|
|
3672
4167
|
}>]>;
|
|
3673
4168
|
/** Override type */
|
|
3674
4169
|
type CommonLayerTheme = t.TypeOf<typeof CommonLayerTheme>;
|
|
3675
|
-
/** Theme configuration for the First Layer (banner) */
|
|
4170
|
+
/** Theme configuration for the First Layer (banner) (reduced scope) */
|
|
4171
|
+
declare const FirstLayerThemeMinimal: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
4172
|
+
alwaysShowScrollbar: t.BooleanC;
|
|
4173
|
+
}>, t.PartialC<{
|
|
4174
|
+
header: t.TypeC<{
|
|
4175
|
+
logoPosition: t.KeyofC<{
|
|
4176
|
+
left: unknown;
|
|
4177
|
+
above: unknown;
|
|
4178
|
+
}>;
|
|
4179
|
+
logoImageUrl: t.StringC;
|
|
4180
|
+
}>;
|
|
4181
|
+
}>]>, t.TypeC<{
|
|
4182
|
+
contentLayout: t.UnionC<[t.TypeC<{
|
|
4183
|
+
breakpoint: t.TypeC<{
|
|
4184
|
+
/** The numeric value of the breakpoint */value: t.NumberC; /** The unit of the breakpoint (px or percent) */
|
|
4185
|
+
unit: t.KeyofC<{
|
|
4186
|
+
px: unknown;
|
|
4187
|
+
percent: unknown;
|
|
4188
|
+
}>;
|
|
4189
|
+
}>;
|
|
4190
|
+
maxWidths: t.RecordC<t.KeyofC<{
|
|
4191
|
+
vertical: unknown;
|
|
4192
|
+
"horizontal-stacked": unknown;
|
|
4193
|
+
"horizontal-flat": unknown;
|
|
4194
|
+
}>, t.StringC>;
|
|
4195
|
+
}>, t.TypeC<{
|
|
4196
|
+
fullWidth: t.LiteralC<true>;
|
|
4197
|
+
}>]>;
|
|
4198
|
+
}>]>;
|
|
4199
|
+
/** Override type */
|
|
4200
|
+
type FirstLayerThemeMinimal = t.TypeOf<typeof FirstLayerThemeMinimal>;
|
|
4201
|
+
/** Theme configuration for the First Layer (banner) (full scope) */
|
|
3676
4202
|
declare const FirstLayerTheme: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
3677
4203
|
buttons: t.TupleC<[t.NumberC, t.UnionC<[t.NumberC, t.UndefinedC]>, t.UnionC<[t.NumberC, t.UndefinedC]>]>;
|
|
3678
4204
|
container: t.IntersectionC<[t.TypeC<{
|
|
@@ -3695,8 +4221,8 @@ declare const FirstLayerTheme: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
|
3695
4221
|
alwaysShowScrollbar: t.BooleanC;
|
|
3696
4222
|
horizontalAlign: t.KeyofC<{
|
|
3697
4223
|
right: unknown;
|
|
3698
|
-
center: unknown;
|
|
3699
4224
|
left: unknown;
|
|
4225
|
+
center: unknown;
|
|
3700
4226
|
}>;
|
|
3701
4227
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
3702
4228
|
linkColor: t.StringC;
|
|
@@ -3729,14 +4255,47 @@ declare const FirstLayerTheme: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
|
3729
4255
|
"horizontal-flat": unknown;
|
|
3730
4256
|
}>;
|
|
3731
4257
|
verticalAlign: t.KeyofC<{
|
|
4258
|
+
center: unknown;
|
|
3732
4259
|
top: unknown;
|
|
3733
4260
|
bottom: unknown;
|
|
3734
|
-
center: unknown;
|
|
3735
4261
|
}>;
|
|
4262
|
+
}>, t.PartialC<{
|
|
4263
|
+
contentLayout: t.UnionC<[t.TypeC<{
|
|
4264
|
+
breakpoint: t.TypeC<{
|
|
4265
|
+
/** The numeric value of the breakpoint */value: t.NumberC; /** The unit of the breakpoint (px or percent) */
|
|
4266
|
+
unit: t.KeyofC<{
|
|
4267
|
+
px: unknown;
|
|
4268
|
+
percent: unknown;
|
|
4269
|
+
}>;
|
|
4270
|
+
}>;
|
|
4271
|
+
maxWidths: t.RecordC<t.KeyofC<{
|
|
4272
|
+
vertical: unknown;
|
|
4273
|
+
"horizontal-stacked": unknown;
|
|
4274
|
+
"horizontal-flat": unknown;
|
|
4275
|
+
}>, t.StringC>;
|
|
4276
|
+
}>, t.TypeC<{
|
|
4277
|
+
fullWidth: t.LiteralC<true>;
|
|
4278
|
+
}>]>;
|
|
3736
4279
|
}>]>;
|
|
3737
4280
|
/** Override type */
|
|
3738
4281
|
type FirstLayerTheme = t.TypeOf<typeof FirstLayerTheme>;
|
|
3739
|
-
/** Theme configuration for the Second Layer (modal) */
|
|
4282
|
+
/** Theme configuration for the Second Layer (modal) (reduced scope) */
|
|
4283
|
+
declare const SecondLayerThemeMinimal: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
4284
|
+
alwaysShowScrollbar: t.BooleanC;
|
|
4285
|
+
}>, t.PartialC<{
|
|
4286
|
+
header: t.TypeC<{
|
|
4287
|
+
logoPosition: t.KeyofC<{
|
|
4288
|
+
left: unknown;
|
|
4289
|
+
above: unknown;
|
|
4290
|
+
}>;
|
|
4291
|
+
logoImageUrl: t.StringC;
|
|
4292
|
+
}>;
|
|
4293
|
+
}>]>, t.TypeC<{
|
|
4294
|
+
lockToEdges: t.BooleanC;
|
|
4295
|
+
}>]>;
|
|
4296
|
+
/** Override type */
|
|
4297
|
+
type SecondLayerThemeMinimal = t.TypeOf<typeof SecondLayerThemeMinimal>;
|
|
4298
|
+
/** Theme configuration for the Second Layer (modal) (full scope) */
|
|
3740
4299
|
declare const SecondLayerTheme: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
3741
4300
|
buttons: t.TupleC<[t.NumberC, t.UnionC<[t.NumberC, t.UndefinedC]>, t.UnionC<[t.NumberC, t.UndefinedC]>]>;
|
|
3742
4301
|
container: t.IntersectionC<[t.TypeC<{
|
|
@@ -3759,8 +4318,8 @@ declare const SecondLayerTheme: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
|
3759
4318
|
alwaysShowScrollbar: t.BooleanC;
|
|
3760
4319
|
horizontalAlign: t.KeyofC<{
|
|
3761
4320
|
right: unknown;
|
|
3762
|
-
center: unknown;
|
|
3763
4321
|
left: unknown;
|
|
4322
|
+
center: unknown;
|
|
3764
4323
|
}>;
|
|
3765
4324
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
3766
4325
|
linkColor: t.StringC;
|
|
@@ -3864,7 +4423,40 @@ declare const SharedTopLevelTheme: t.TypeC<{
|
|
|
3864
4423
|
}>;
|
|
3865
4424
|
/** Override type */
|
|
3866
4425
|
type SharedTopLevelTheme = t.TypeOf<typeof SharedTopLevelTheme>;
|
|
3867
|
-
/** Banner-only theme configuration */
|
|
4426
|
+
/** Banner-only theme configuration (reduced scope) */
|
|
4427
|
+
declare const ThemeConfigurationBannerOnlyMinimal: t.TypeC<{
|
|
4428
|
+
firstLayer: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
4429
|
+
alwaysShowScrollbar: t.BooleanC;
|
|
4430
|
+
}>, t.PartialC<{
|
|
4431
|
+
header: t.TypeC<{
|
|
4432
|
+
logoPosition: t.KeyofC<{
|
|
4433
|
+
left: unknown;
|
|
4434
|
+
above: unknown;
|
|
4435
|
+
}>;
|
|
4436
|
+
logoImageUrl: t.StringC;
|
|
4437
|
+
}>;
|
|
4438
|
+
}>]>, t.TypeC<{
|
|
4439
|
+
contentLayout: t.UnionC<[t.TypeC<{
|
|
4440
|
+
breakpoint: t.TypeC<{
|
|
4441
|
+
/** The numeric value of the breakpoint */value: t.NumberC; /** The unit of the breakpoint (px or percent) */
|
|
4442
|
+
unit: t.KeyofC<{
|
|
4443
|
+
px: unknown;
|
|
4444
|
+
percent: unknown;
|
|
4445
|
+
}>;
|
|
4446
|
+
}>;
|
|
4447
|
+
maxWidths: t.RecordC<t.KeyofC<{
|
|
4448
|
+
vertical: unknown;
|
|
4449
|
+
"horizontal-stacked": unknown;
|
|
4450
|
+
"horizontal-flat": unknown;
|
|
4451
|
+
}>, t.StringC>;
|
|
4452
|
+
}>, t.TypeC<{
|
|
4453
|
+
fullWidth: t.LiteralC<true>;
|
|
4454
|
+
}>]>;
|
|
4455
|
+
}>]>;
|
|
4456
|
+
}>;
|
|
4457
|
+
/** Override type */
|
|
4458
|
+
type ThemeConfigurationBannerOnlyMinimal = t.TypeOf<typeof ThemeConfigurationBannerOnlyMinimal>;
|
|
4459
|
+
/** Banner-only theme configuration (full scope) */
|
|
3868
4460
|
declare const ThemeConfigurationBannerOnly: t.IntersectionC<[t.TypeC<{
|
|
3869
4461
|
buttonThemes: t.ArrayC<t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
3870
4462
|
/** Background color as an RGBA hex string */backgroundColor: t.StringC;
|
|
@@ -3900,8 +4492,8 @@ declare const ThemeConfigurationBannerOnly: t.IntersectionC<[t.TypeC<{
|
|
|
3900
4492
|
alwaysShowScrollbar: t.BooleanC;
|
|
3901
4493
|
horizontalAlign: t.KeyofC<{
|
|
3902
4494
|
right: unknown;
|
|
3903
|
-
center: unknown;
|
|
3904
4495
|
left: unknown;
|
|
4496
|
+
center: unknown;
|
|
3905
4497
|
}>;
|
|
3906
4498
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
3907
4499
|
linkColor: t.StringC;
|
|
@@ -3934,15 +4526,50 @@ declare const ThemeConfigurationBannerOnly: t.IntersectionC<[t.TypeC<{
|
|
|
3934
4526
|
"horizontal-flat": unknown;
|
|
3935
4527
|
}>;
|
|
3936
4528
|
verticalAlign: t.KeyofC<{
|
|
4529
|
+
center: unknown;
|
|
3937
4530
|
top: unknown;
|
|
3938
4531
|
bottom: unknown;
|
|
3939
|
-
center: unknown;
|
|
3940
4532
|
}>;
|
|
4533
|
+
}>, t.PartialC<{
|
|
4534
|
+
contentLayout: t.UnionC<[t.TypeC<{
|
|
4535
|
+
breakpoint: t.TypeC<{
|
|
4536
|
+
/** The numeric value of the breakpoint */value: t.NumberC; /** The unit of the breakpoint (px or percent) */
|
|
4537
|
+
unit: t.KeyofC<{
|
|
4538
|
+
px: unknown;
|
|
4539
|
+
percent: unknown;
|
|
4540
|
+
}>;
|
|
4541
|
+
}>;
|
|
4542
|
+
maxWidths: t.RecordC<t.KeyofC<{
|
|
4543
|
+
vertical: unknown;
|
|
4544
|
+
"horizontal-stacked": unknown;
|
|
4545
|
+
"horizontal-flat": unknown;
|
|
4546
|
+
}>, t.StringC>;
|
|
4547
|
+
}>, t.TypeC<{
|
|
4548
|
+
fullWidth: t.LiteralC<true>;
|
|
4549
|
+
}>]>;
|
|
3941
4550
|
}>]>;
|
|
3942
4551
|
}>]>;
|
|
3943
4552
|
/** Override type */
|
|
3944
4553
|
type ThemeConfigurationBannerOnly = t.TypeOf<typeof ThemeConfigurationBannerOnly>;
|
|
3945
|
-
/** Modal-only theme configuration */
|
|
4554
|
+
/** Modal-only theme configuration (reduced scope) */
|
|
4555
|
+
declare const ThemeConfigurationModalOnlyMinimal: t.TypeC<{
|
|
4556
|
+
secondLayer: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
4557
|
+
alwaysShowScrollbar: t.BooleanC;
|
|
4558
|
+
}>, t.PartialC<{
|
|
4559
|
+
header: t.TypeC<{
|
|
4560
|
+
logoPosition: t.KeyofC<{
|
|
4561
|
+
left: unknown;
|
|
4562
|
+
above: unknown;
|
|
4563
|
+
}>;
|
|
4564
|
+
logoImageUrl: t.StringC;
|
|
4565
|
+
}>;
|
|
4566
|
+
}>]>, t.TypeC<{
|
|
4567
|
+
lockToEdges: t.BooleanC;
|
|
4568
|
+
}>]>;
|
|
4569
|
+
}>;
|
|
4570
|
+
/** Override type */
|
|
4571
|
+
type ThemeConfigurationModalOnlyMinimal = t.TypeOf<typeof ThemeConfigurationModalOnlyMinimal>;
|
|
4572
|
+
/** Modal-only theme configuration (full scope) */
|
|
3946
4573
|
declare const ThemeConfigurationModalOnly: t.IntersectionC<[t.TypeC<{
|
|
3947
4574
|
buttonThemes: t.ArrayC<t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
3948
4575
|
/** Background color as an RGBA hex string */backgroundColor: t.StringC;
|
|
@@ -3978,8 +4605,8 @@ declare const ThemeConfigurationModalOnly: t.IntersectionC<[t.TypeC<{
|
|
|
3978
4605
|
alwaysShowScrollbar: t.BooleanC;
|
|
3979
4606
|
horizontalAlign: t.KeyofC<{
|
|
3980
4607
|
right: unknown;
|
|
3981
|
-
center: unknown;
|
|
3982
4608
|
left: unknown;
|
|
4609
|
+
center: unknown;
|
|
3983
4610
|
}>;
|
|
3984
4611
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
3985
4612
|
linkColor: t.StringC;
|
|
@@ -4054,7 +4681,53 @@ declare const ThemeConfigurationModalOnly: t.IntersectionC<[t.TypeC<{
|
|
|
4054
4681
|
}>]>;
|
|
4055
4682
|
/** Override type */
|
|
4056
4683
|
type ThemeConfigurationModalOnly = t.TypeOf<typeof ThemeConfigurationModalOnly>;
|
|
4057
|
-
/** Banner into modal theme configuration */
|
|
4684
|
+
/** Banner into modal theme configuration (reduced scope) */
|
|
4685
|
+
declare const ThemeConfigurationBannerIntoModalMinimal: t.TypeC<{
|
|
4686
|
+
firstLayer: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
4687
|
+
alwaysShowScrollbar: t.BooleanC;
|
|
4688
|
+
}>, t.PartialC<{
|
|
4689
|
+
header: t.TypeC<{
|
|
4690
|
+
logoPosition: t.KeyofC<{
|
|
4691
|
+
left: unknown;
|
|
4692
|
+
above: unknown;
|
|
4693
|
+
}>;
|
|
4694
|
+
logoImageUrl: t.StringC;
|
|
4695
|
+
}>;
|
|
4696
|
+
}>]>, t.TypeC<{
|
|
4697
|
+
contentLayout: t.UnionC<[t.TypeC<{
|
|
4698
|
+
breakpoint: t.TypeC<{
|
|
4699
|
+
/** The numeric value of the breakpoint */value: t.NumberC; /** The unit of the breakpoint (px or percent) */
|
|
4700
|
+
unit: t.KeyofC<{
|
|
4701
|
+
px: unknown;
|
|
4702
|
+
percent: unknown;
|
|
4703
|
+
}>;
|
|
4704
|
+
}>;
|
|
4705
|
+
maxWidths: t.RecordC<t.KeyofC<{
|
|
4706
|
+
vertical: unknown;
|
|
4707
|
+
"horizontal-stacked": unknown;
|
|
4708
|
+
"horizontal-flat": unknown;
|
|
4709
|
+
}>, t.StringC>;
|
|
4710
|
+
}>, t.TypeC<{
|
|
4711
|
+
fullWidth: t.LiteralC<true>;
|
|
4712
|
+
}>]>;
|
|
4713
|
+
}>]>;
|
|
4714
|
+
secondLayer: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
4715
|
+
alwaysShowScrollbar: t.BooleanC;
|
|
4716
|
+
}>, t.PartialC<{
|
|
4717
|
+
header: t.TypeC<{
|
|
4718
|
+
logoPosition: t.KeyofC<{
|
|
4719
|
+
left: unknown;
|
|
4720
|
+
above: unknown;
|
|
4721
|
+
}>;
|
|
4722
|
+
logoImageUrl: t.StringC;
|
|
4723
|
+
}>;
|
|
4724
|
+
}>]>, t.TypeC<{
|
|
4725
|
+
lockToEdges: t.BooleanC;
|
|
4726
|
+
}>]>;
|
|
4727
|
+
}>;
|
|
4728
|
+
/** Override type */
|
|
4729
|
+
type ThemeConfigurationBannerIntoModalMinimal = t.TypeOf<typeof ThemeConfigurationBannerIntoModalMinimal>;
|
|
4730
|
+
/** Banner into modal theme configuration (full scope) */
|
|
4058
4731
|
declare const ThemeConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
|
|
4059
4732
|
buttonThemes: t.ArrayC<t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
4060
4733
|
/** Background color as an RGBA hex string */backgroundColor: t.StringC;
|
|
@@ -4090,8 +4763,8 @@ declare const ThemeConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
|
|
|
4090
4763
|
alwaysShowScrollbar: t.BooleanC;
|
|
4091
4764
|
horizontalAlign: t.KeyofC<{
|
|
4092
4765
|
right: unknown;
|
|
4093
|
-
center: unknown;
|
|
4094
4766
|
left: unknown;
|
|
4767
|
+
center: unknown;
|
|
4095
4768
|
}>;
|
|
4096
4769
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
4097
4770
|
linkColor: t.StringC;
|
|
@@ -4124,10 +4797,27 @@ declare const ThemeConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
|
|
|
4124
4797
|
"horizontal-flat": unknown;
|
|
4125
4798
|
}>;
|
|
4126
4799
|
verticalAlign: t.KeyofC<{
|
|
4800
|
+
center: unknown;
|
|
4127
4801
|
top: unknown;
|
|
4128
4802
|
bottom: unknown;
|
|
4129
|
-
center: unknown;
|
|
4130
4803
|
}>;
|
|
4804
|
+
}>, t.PartialC<{
|
|
4805
|
+
contentLayout: t.UnionC<[t.TypeC<{
|
|
4806
|
+
breakpoint: t.TypeC<{
|
|
4807
|
+
/** The numeric value of the breakpoint */value: t.NumberC; /** The unit of the breakpoint (px or percent) */
|
|
4808
|
+
unit: t.KeyofC<{
|
|
4809
|
+
px: unknown;
|
|
4810
|
+
percent: unknown;
|
|
4811
|
+
}>;
|
|
4812
|
+
}>;
|
|
4813
|
+
maxWidths: t.RecordC<t.KeyofC<{
|
|
4814
|
+
vertical: unknown;
|
|
4815
|
+
"horizontal-stacked": unknown;
|
|
4816
|
+
"horizontal-flat": unknown;
|
|
4817
|
+
}>, t.StringC>;
|
|
4818
|
+
}>, t.TypeC<{
|
|
4819
|
+
fullWidth: t.LiteralC<true>;
|
|
4820
|
+
}>]>;
|
|
4131
4821
|
}>]>;
|
|
4132
4822
|
secondLayer: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
4133
4823
|
buttons: t.TupleC<[t.NumberC, t.UnionC<[t.NumberC, t.UndefinedC]>, t.UnionC<[t.NumberC, t.UndefinedC]>]>;
|
|
@@ -4151,8 +4841,8 @@ declare const ThemeConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
|
|
|
4151
4841
|
alwaysShowScrollbar: t.BooleanC;
|
|
4152
4842
|
horizontalAlign: t.KeyofC<{
|
|
4153
4843
|
right: unknown;
|
|
4154
|
-
center: unknown;
|
|
4155
4844
|
left: unknown;
|
|
4845
|
+
center: unknown;
|
|
4156
4846
|
}>;
|
|
4157
4847
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
4158
4848
|
linkColor: t.StringC;
|
|
@@ -4227,7 +4917,96 @@ declare const ThemeConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
|
|
|
4227
4917
|
}>]>;
|
|
4228
4918
|
/** Override type */
|
|
4229
4919
|
type ThemeConfigurationBannerIntoModal = t.TypeOf<typeof ThemeConfigurationBannerIntoModal>;
|
|
4230
|
-
/** Union of all theme configurations */
|
|
4920
|
+
/** Union of all reduced-scope theme configurations */
|
|
4921
|
+
declare const ThemeConfigurationMinimal: t.UnionC<[t.TypeC<{
|
|
4922
|
+
firstLayer: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
4923
|
+
alwaysShowScrollbar: t.BooleanC;
|
|
4924
|
+
}>, t.PartialC<{
|
|
4925
|
+
header: t.TypeC<{
|
|
4926
|
+
logoPosition: t.KeyofC<{
|
|
4927
|
+
left: unknown;
|
|
4928
|
+
above: unknown;
|
|
4929
|
+
}>;
|
|
4930
|
+
logoImageUrl: t.StringC;
|
|
4931
|
+
}>;
|
|
4932
|
+
}>]>, t.TypeC<{
|
|
4933
|
+
contentLayout: t.UnionC<[t.TypeC<{
|
|
4934
|
+
breakpoint: t.TypeC<{
|
|
4935
|
+
/** The numeric value of the breakpoint */value: t.NumberC; /** The unit of the breakpoint (px or percent) */
|
|
4936
|
+
unit: t.KeyofC<{
|
|
4937
|
+
px: unknown;
|
|
4938
|
+
percent: unknown;
|
|
4939
|
+
}>;
|
|
4940
|
+
}>;
|
|
4941
|
+
maxWidths: t.RecordC<t.KeyofC<{
|
|
4942
|
+
vertical: unknown;
|
|
4943
|
+
"horizontal-stacked": unknown;
|
|
4944
|
+
"horizontal-flat": unknown;
|
|
4945
|
+
}>, t.StringC>;
|
|
4946
|
+
}>, t.TypeC<{
|
|
4947
|
+
fullWidth: t.LiteralC<true>;
|
|
4948
|
+
}>]>;
|
|
4949
|
+
}>]>;
|
|
4950
|
+
}>, t.TypeC<{
|
|
4951
|
+
secondLayer: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
4952
|
+
alwaysShowScrollbar: t.BooleanC;
|
|
4953
|
+
}>, t.PartialC<{
|
|
4954
|
+
header: t.TypeC<{
|
|
4955
|
+
logoPosition: t.KeyofC<{
|
|
4956
|
+
left: unknown;
|
|
4957
|
+
above: unknown;
|
|
4958
|
+
}>;
|
|
4959
|
+
logoImageUrl: t.StringC;
|
|
4960
|
+
}>;
|
|
4961
|
+
}>]>, t.TypeC<{
|
|
4962
|
+
lockToEdges: t.BooleanC;
|
|
4963
|
+
}>]>;
|
|
4964
|
+
}>, t.TypeC<{
|
|
4965
|
+
firstLayer: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
4966
|
+
alwaysShowScrollbar: t.BooleanC;
|
|
4967
|
+
}>, t.PartialC<{
|
|
4968
|
+
header: t.TypeC<{
|
|
4969
|
+
logoPosition: t.KeyofC<{
|
|
4970
|
+
left: unknown;
|
|
4971
|
+
above: unknown;
|
|
4972
|
+
}>;
|
|
4973
|
+
logoImageUrl: t.StringC;
|
|
4974
|
+
}>;
|
|
4975
|
+
}>]>, t.TypeC<{
|
|
4976
|
+
contentLayout: t.UnionC<[t.TypeC<{
|
|
4977
|
+
breakpoint: t.TypeC<{
|
|
4978
|
+
/** The numeric value of the breakpoint */value: t.NumberC; /** The unit of the breakpoint (px or percent) */
|
|
4979
|
+
unit: t.KeyofC<{
|
|
4980
|
+
px: unknown;
|
|
4981
|
+
percent: unknown;
|
|
4982
|
+
}>;
|
|
4983
|
+
}>;
|
|
4984
|
+
maxWidths: t.RecordC<t.KeyofC<{
|
|
4985
|
+
vertical: unknown;
|
|
4986
|
+
"horizontal-stacked": unknown;
|
|
4987
|
+
"horizontal-flat": unknown;
|
|
4988
|
+
}>, t.StringC>;
|
|
4989
|
+
}>, t.TypeC<{
|
|
4990
|
+
fullWidth: t.LiteralC<true>;
|
|
4991
|
+
}>]>;
|
|
4992
|
+
}>]>;
|
|
4993
|
+
secondLayer: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
4994
|
+
alwaysShowScrollbar: t.BooleanC;
|
|
4995
|
+
}>, t.PartialC<{
|
|
4996
|
+
header: t.TypeC<{
|
|
4997
|
+
logoPosition: t.KeyofC<{
|
|
4998
|
+
left: unknown;
|
|
4999
|
+
above: unknown;
|
|
5000
|
+
}>;
|
|
5001
|
+
logoImageUrl: t.StringC;
|
|
5002
|
+
}>;
|
|
5003
|
+
}>]>, t.TypeC<{
|
|
5004
|
+
lockToEdges: t.BooleanC;
|
|
5005
|
+
}>]>;
|
|
5006
|
+
}>]>;
|
|
5007
|
+
/** Override type */
|
|
5008
|
+
type ThemeConfigurationMinimal = t.TypeOf<typeof ThemeConfigurationMinimal>;
|
|
5009
|
+
/** Union of all full-scope theme configurations */
|
|
4231
5010
|
declare const ThemeConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
4232
5011
|
buttonThemes: t.ArrayC<t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
4233
5012
|
/** Background color as an RGBA hex string */backgroundColor: t.StringC;
|
|
@@ -4263,8 +5042,8 @@ declare const ThemeConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
4263
5042
|
alwaysShowScrollbar: t.BooleanC;
|
|
4264
5043
|
horizontalAlign: t.KeyofC<{
|
|
4265
5044
|
right: unknown;
|
|
4266
|
-
center: unknown;
|
|
4267
5045
|
left: unknown;
|
|
5046
|
+
center: unknown;
|
|
4268
5047
|
}>;
|
|
4269
5048
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
4270
5049
|
linkColor: t.StringC;
|
|
@@ -4297,10 +5076,27 @@ declare const ThemeConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
4297
5076
|
"horizontal-flat": unknown;
|
|
4298
5077
|
}>;
|
|
4299
5078
|
verticalAlign: t.KeyofC<{
|
|
5079
|
+
center: unknown;
|
|
4300
5080
|
top: unknown;
|
|
4301
5081
|
bottom: unknown;
|
|
4302
|
-
center: unknown;
|
|
4303
5082
|
}>;
|
|
5083
|
+
}>, t.PartialC<{
|
|
5084
|
+
contentLayout: t.UnionC<[t.TypeC<{
|
|
5085
|
+
breakpoint: t.TypeC<{
|
|
5086
|
+
/** The numeric value of the breakpoint */value: t.NumberC; /** The unit of the breakpoint (px or percent) */
|
|
5087
|
+
unit: t.KeyofC<{
|
|
5088
|
+
px: unknown;
|
|
5089
|
+
percent: unknown;
|
|
5090
|
+
}>;
|
|
5091
|
+
}>;
|
|
5092
|
+
maxWidths: t.RecordC<t.KeyofC<{
|
|
5093
|
+
vertical: unknown;
|
|
5094
|
+
"horizontal-stacked": unknown;
|
|
5095
|
+
"horizontal-flat": unknown;
|
|
5096
|
+
}>, t.StringC>;
|
|
5097
|
+
}>, t.TypeC<{
|
|
5098
|
+
fullWidth: t.LiteralC<true>;
|
|
5099
|
+
}>]>;
|
|
4304
5100
|
}>]>;
|
|
4305
5101
|
}>]>, t.IntersectionC<[t.TypeC<{
|
|
4306
5102
|
buttonThemes: t.ArrayC<t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
@@ -4337,8 +5133,8 @@ declare const ThemeConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
4337
5133
|
alwaysShowScrollbar: t.BooleanC;
|
|
4338
5134
|
horizontalAlign: t.KeyofC<{
|
|
4339
5135
|
right: unknown;
|
|
4340
|
-
center: unknown;
|
|
4341
5136
|
left: unknown;
|
|
5137
|
+
center: unknown;
|
|
4342
5138
|
}>;
|
|
4343
5139
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
4344
5140
|
linkColor: t.StringC;
|
|
@@ -4445,8 +5241,8 @@ declare const ThemeConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
4445
5241
|
alwaysShowScrollbar: t.BooleanC;
|
|
4446
5242
|
horizontalAlign: t.KeyofC<{
|
|
4447
5243
|
right: unknown;
|
|
4448
|
-
center: unknown;
|
|
4449
5244
|
left: unknown;
|
|
5245
|
+
center: unknown;
|
|
4450
5246
|
}>;
|
|
4451
5247
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
4452
5248
|
linkColor: t.StringC;
|
|
@@ -4479,10 +5275,27 @@ declare const ThemeConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
4479
5275
|
"horizontal-flat": unknown;
|
|
4480
5276
|
}>;
|
|
4481
5277
|
verticalAlign: t.KeyofC<{
|
|
5278
|
+
center: unknown;
|
|
4482
5279
|
top: unknown;
|
|
4483
5280
|
bottom: unknown;
|
|
4484
|
-
center: unknown;
|
|
4485
5281
|
}>;
|
|
5282
|
+
}>, t.PartialC<{
|
|
5283
|
+
contentLayout: t.UnionC<[t.TypeC<{
|
|
5284
|
+
breakpoint: t.TypeC<{
|
|
5285
|
+
/** The numeric value of the breakpoint */value: t.NumberC; /** The unit of the breakpoint (px or percent) */
|
|
5286
|
+
unit: t.KeyofC<{
|
|
5287
|
+
px: unknown;
|
|
5288
|
+
percent: unknown;
|
|
5289
|
+
}>;
|
|
5290
|
+
}>;
|
|
5291
|
+
maxWidths: t.RecordC<t.KeyofC<{
|
|
5292
|
+
vertical: unknown;
|
|
5293
|
+
"horizontal-stacked": unknown;
|
|
5294
|
+
"horizontal-flat": unknown;
|
|
5295
|
+
}>, t.StringC>;
|
|
5296
|
+
}>, t.TypeC<{
|
|
5297
|
+
fullWidth: t.LiteralC<true>;
|
|
5298
|
+
}>]>;
|
|
4486
5299
|
}>]>;
|
|
4487
5300
|
secondLayer: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
4488
5301
|
buttons: t.TupleC<[t.NumberC, t.UnionC<[t.NumberC, t.UndefinedC]>, t.UnionC<[t.NumberC, t.UndefinedC]>]>;
|
|
@@ -4506,8 +5319,8 @@ declare const ThemeConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
4506
5319
|
alwaysShowScrollbar: t.BooleanC;
|
|
4507
5320
|
horizontalAlign: t.KeyofC<{
|
|
4508
5321
|
right: unknown;
|
|
4509
|
-
center: unknown;
|
|
4510
5322
|
left: unknown;
|
|
5323
|
+
center: unknown;
|
|
4511
5324
|
}>;
|
|
4512
5325
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
4513
5326
|
linkColor: t.StringC;
|
|
@@ -61749,5 +62562,5 @@ declare const PrivacyCenterThemePartial: t.IntersectionC<[t.TypeC<{
|
|
|
61749
62562
|
/** Type override */
|
|
61750
62563
|
type PrivacyCenterThemePartial = t.TypeOf<typeof PrivacyCenterThemePartial>;
|
|
61751
62564
|
//#endregion
|
|
61752
|
-
export { AbsoluteUrlString, ActionItemCode, ActionItemPriorityOverride, AirgapBundleAnalyticsBinInterval, AirgapBundleAnalyticsDimension, AirgapBundleAnalyticsMetric, AssessmentFormStatus, AssessmentFormTemplateSource, AssessmentFormTemplateStatus, AssessmentQuestionSubType, AssessmentQuestionType, AssessmentSyncColumn, AssessmentSyncColumnAttribute, AssessmentSyncColumnImmutable, AssessmentSyncModel, AssessmentsDisplayLogicAction, AttributeKeyType, AttributeSupportedResourceType, AutofocusToggle, AutofocusValues, BackendSyncOption, Background, Border, Breakpoint, BreakpointType, BrowserTimeZone, BusinessEntityAttribute, BusinessEntityAttributeSyncColumn, ButtonAction, ButtonConfig, ButtonTheme, ButtonThemeIndex, ButtonType, CODE_PACKAGE_TYPE_TO_LINK, COUNTRIES, COUNTRY_LOOKUP, ChatCompletionMessage, ChatCompletionRole, CloseButtonTheme, CodePackageType, CommonLayerConfig, CommonLayerTheme, CommunicationIdentifierType, ComparisonOperator, CompletedRequestStatus, ConfidenceLabel, ConfigurableColorPaletteColor, ConsentBundleType, ConsentManagerAnalyticsDataSource, ConsentManagerMetricBin, ConsentPrecedenceOption, ConsentTrackerSource, ConsentTrackerStatus, ConsentTrackerType, ContainerTheme, ContentFlows, ContentLayout, Controllership, CookieOrderField, CspOption, CssUnitString, CustomEnricherType, CustomFieldApiInput, CustomizableComponent, CustomizableText, DEFAULT_MACROREGIONS_MAP, DOMElementId, DataCategoryType, DataFlowOrderField, DataFlowScope, DataFlowType, DataProtectionImpactAssessmentStatus, DataSiloAttribute, DataSiloAttributeSyncColumn, DataSubCategoryAttribute, DataSubCategoryAttributeSyncColumn, DatabaseDriver, DatabaseIntegration, DatabaseSqlVariablesForPrivacyRequest, DatabaseVariables, DecryptionStatus, DefaultConsentOption, DefaultDataSubCategoryType, DefaultPurposeSubCategoryType, DescriptionTextTheme, EXCEPTIONAL_RESERVATIONS, EXCEPTIONAL_RESERVATION_LOOKUP, EnricherType, FirstLayerConfig, FirstLayerTheme, FooterConfig, FooterTheme, FullWidthContentLayout, HeaderTheme, HorizontalAlign, ISO_31661, ISO_31662, Icon, IdentifierType, InitEnricherType, IntegerString, InternalDataSiloObjectResolver, IsoCountryCode, IsoCountrySubdivisionCode, LargeLanguageModelClient, Link, LoadOptions, LocalSyncOption, LogicOperator, LogoPosition, MacroRegion, ModalButtonActions, ModalButtonConfig, NORMALIZE_PHONE_NUMBER, OneTrustApprover, OneTrustAssessment, OneTrustAssessmentCreatedBy, OneTrustAssessmentCsvHeader, OneTrustAssessmentCsvRecord, OneTrustAssessmentNestedQuestion, OneTrustAssessmentQuestion, OneTrustAssessmentQuestionOption, OneTrustAssessmentQuestionResponses, OneTrustAssessmentQuestionRisk, OneTrustAssessmentResponses, OneTrustAssessmentSection, OneTrustAssessmentSectionHeader, OneTrustAssessmentSectionHeaderRiskStatistics, OneTrustAssessmentSectionSubmittedBy, OneTrustAssessmentStatus, OneTrustEnrichedAssessment, OneTrustEnrichedAssessmentQuestion, OneTrustEnrichedAssessmentResponse, OneTrustEnrichedAssessmentSection, OneTrustEnrichedAssessments, OneTrustEnrichedRisk, OneTrustEnrichedRisks, OneTrustEnrichedUser, OneTrustGetAssessmentResponse, OneTrustGetListOfAssessmentsResponse, OneTrustGetRiskResponse, OneTrustGetUserResponse, OneTrustPrimaryEntityDetails, OneTrustQuestionComment, OneTrustQuestionComments, OneTrustRiskCategories, OneTrustRiskReference, OneTrustRiskReferences, OneTrustRiskTemplate, OneTrustUserDetails, OneTrustUserEmail, OneTrustUserEmails, OneTrustUserGroup, OneTrustUserGroups, OneTrustUserMetadata, OneTrustUserName, OptionalConfigurableColorPaletteColor, OrderDirection, PROMPT_FILE_PURPOSE_TO_OPEN_AI, PaddedContentLayout, Preference, PreferenceQueryResponseItem, PreferenceStoreAuthLevel, PreferenceStoreConsentFields, PreferenceStoreIdentifier, PreferenceStoreKeyConditionals, PreferenceStorePurposeResponse, PreferenceStorePurposeUpdate, PreferenceStoreSystemAttributes, PreferenceStoreWorkflowSettings, PreferenceTopicType, PreferenceUpdateItem, PreflightRequestStatus, PrivacyCenterComponentStyles, PrivacyCenterConfigurableColorPalette, PrivacyCenterFont, PrivacyCenterFontBasic, PrivacyCenterTextStyles, PrivacyCenterThemePartial, ProcessingActivityAttribute, ProcessingActivityAttributeSyncColumn, ProcessingPurpose, ProcessingPurposeSubCategoryAttribute, ProcessingPurposeSubCategoryAttributeSyncColumn, PromptAVendorEmailCompletionLinkType, PromptAVendorEmailSendType, PromptFilePurpose, PromptResponseFormat, PromptRunProductArea, PromptStatus, QueueStatus, REQUEST_ACTION_OPT_IN_TO_OPT_OUT, REQUEST_ACTION_OPT_OUT_TO_OPT_IN, RegimeKey, RegionDetectionMethod, RegionsOperator, RequestAction, RequestActionObjectResolver, RequestActionOptIn, RequestActionOptOut, RequestDataSiloStatus, RequestEnricherStatus, RequestOrigin, RequestStatus, RequiredConfigurableColorPaletteColor, RetentionScheduleOperation, RetentionScheduleType, RetentionType, RgbHexString, RgbaHexString, SQLDriverWithDataMapping, ScopeDefinition, ScopeName, ScopeType, SecondLayerConfig, SecondLayerTheme, SemicolonDelimitedRegimeKeyString, ShadowRootOptions, SharedTopLevelConfig, SharedTopLevelTheme, SignedIabAgreementOption, SombraStandardScope, StaticTeamType, SubDataPointAttribute, SubDataPointAttributeSyncColumn, SubDataPointDataSubCategoryGuessStatus, TRANSCEND_SCOPES, TableEncryptionType, TelemetryPartitionStrategy, TemplateVariableModelName, Text, ThemeConfiguration, ThemeConfigurationBannerIntoModal, ThemeConfigurationBannerOnly, ThemeConfigurationModalOnly, ThemeKey, ToggleTheme, TranscendProduct, TriageAction, UIConfiguration, UIConfigurationBannerIntoModal, UIConfigurationBannerOnly, UIConfigurationModalOnly, UnknownRequestPolicy, UnstructuredSubDataPointRecommendationStatus, UspapiOption, VariantKey, VendorAttribute, VendorAttributeSyncColumn, VerticalAlign, getRegistryLink };
|
|
62565
|
+
export { AbsoluteUrlString, ActionItemCode, ActionItemPriorityOverride, AirgapBundleAnalyticsBinInterval, AirgapBundleAnalyticsDimension, AirgapBundleAnalyticsMetric, AssessmentFormStatus, AssessmentFormTemplateSource, AssessmentFormTemplateStatus, AssessmentQuestionSubType, AssessmentQuestionType, AssessmentSyncColumn, AssessmentSyncColumnAttribute, AssessmentSyncColumnImmutable, AssessmentSyncModel, AssessmentsDisplayLogicAction, AttributeKeyType, AttributeSupportedResourceType, AutofocusToggle, AutofocusValues, BackendSyncOption, Background, Border, Breakpoint, BreakpointType, BrowserTimeZone, BusinessEntityAttribute, BusinessEntityAttributeSyncColumn, ButtonAction, ButtonConfig, ButtonTheme, ButtonThemeIndex, ButtonType, CODE_PACKAGE_TYPE_TO_LINK, COUNTRIES, COUNTRY_LOOKUP, ChatCompletionMessage, ChatCompletionRole, CloseButtonTheme, CodePackageType, CommonLayerConfig, CommonLayerTheme, CommonLayerThemeMinimal, CommunicationIdentifierType, ComparisonOperator, CompletedRequestStatus, ConfidenceLabel, ConfigurableColorPaletteColor, ConsentBundleType, ConsentManagerAnalyticsDataSource, ConsentManagerMetricBin, ConsentPrecedenceOption, ConsentTrackerSource, ConsentTrackerStatus, ConsentTrackerType, ContainerTheme, ContentFlows, ContentLayout, Controllership, CookieOrderField, CspOption, CssUnitString, CustomEnricherType, CustomFieldApiInput, CustomizableComponent, CustomizableText, DEFAULT_MACROREGIONS_MAP, DOMElementId, DataCategoryType, DataFlowOrderField, DataFlowScope, DataFlowType, DataProtectionImpactAssessmentStatus, DataSiloAttribute, DataSiloAttributeSyncColumn, DataSubCategoryAttribute, DataSubCategoryAttributeSyncColumn, DatabaseDriver, DatabaseIntegration, DatabaseSqlVariablesForPrivacyRequest, DatabaseVariables, DecryptionStatus, DefaultConsentOption, DefaultDataSubCategoryType, DefaultPurposeSubCategoryType, DescriptionTextTheme, EXCEPTIONAL_RESERVATIONS, EXCEPTIONAL_RESERVATION_LOOKUP, EnricherType, FirstLayerConfig, FirstLayerTheme, FirstLayerThemeMinimal, FooterConfig, FooterTheme, FullWidthContentLayout, HeaderTheme, HeaderThemeMinimal, HorizontalAlign, ISO_31661, ISO_31662, Icon, IdentifierType, InitEnricherType, IntegerString, InternalDataSiloObjectResolver, IsoCountryCode, IsoCountrySubdivisionCode, LargeLanguageModelClient, Link, LoadOptions, LocalSyncOption, LogicOperator, LogoPosition, MacroRegion, ModalButtonActions, ModalButtonConfig, NORMALIZE_PHONE_NUMBER, OneTrustApprover, OneTrustAssessment, OneTrustAssessmentCreatedBy, OneTrustAssessmentCsvHeader, OneTrustAssessmentCsvRecord, OneTrustAssessmentNestedQuestion, OneTrustAssessmentQuestion, OneTrustAssessmentQuestionOption, OneTrustAssessmentQuestionResponses, OneTrustAssessmentQuestionRisk, OneTrustAssessmentResponses, OneTrustAssessmentSection, OneTrustAssessmentSectionHeader, OneTrustAssessmentSectionHeaderRiskStatistics, OneTrustAssessmentSectionSubmittedBy, OneTrustAssessmentStatus, OneTrustEnrichedAssessment, OneTrustEnrichedAssessmentQuestion, OneTrustEnrichedAssessmentResponse, OneTrustEnrichedAssessmentSection, OneTrustEnrichedAssessments, OneTrustEnrichedRisk, OneTrustEnrichedRisks, OneTrustEnrichedUser, OneTrustGetAssessmentResponse, OneTrustGetListOfAssessmentsResponse, OneTrustGetRiskResponse, OneTrustGetUserResponse, OneTrustPrimaryEntityDetails, OneTrustQuestionComment, OneTrustQuestionComments, OneTrustRiskCategories, OneTrustRiskReference, OneTrustRiskReferences, OneTrustRiskTemplate, OneTrustUserDetails, OneTrustUserEmail, OneTrustUserEmails, OneTrustUserGroup, OneTrustUserGroups, OneTrustUserMetadata, OneTrustUserName, OptionalConfigurableColorPaletteColor, OrderDirection, PROMPT_FILE_PURPOSE_TO_OPEN_AI, PaddedContentLayout, Preference, PreferenceQueryResponseItem, PreferenceStoreAuthLevel, PreferenceStoreConsentFields, PreferenceStoreIdentifier, PreferenceStoreKeyConditionals, PreferenceStorePurposeResponse, PreferenceStorePurposeUpdate, PreferenceStoreSystemAttributes, PreferenceStoreWorkflowSettings, PreferenceTopicType, PreferenceUpdateItem, PreflightRequestStatus, PrivacyCenterComponentStyles, PrivacyCenterConfigurableColorPalette, PrivacyCenterFont, PrivacyCenterFontBasic, PrivacyCenterTextStyles, PrivacyCenterThemePartial, ProcessingActivityAttribute, ProcessingActivityAttributeSyncColumn, ProcessingPurpose, ProcessingPurposeSubCategoryAttribute, ProcessingPurposeSubCategoryAttributeSyncColumn, PromptAVendorEmailCompletionLinkType, PromptAVendorEmailSendType, PromptFilePurpose, PromptResponseFormat, PromptRunProductArea, PromptStatus, QueueStatus, REQUEST_ACTION_OPT_IN_TO_OPT_OUT, REQUEST_ACTION_OPT_OUT_TO_OPT_IN, RegimeKey, RegionDetectionMethod, RegionsOperator, RequestAction, RequestActionObjectResolver, RequestActionOptIn, RequestActionOptOut, RequestDataSiloStatus, RequestEnricherStatus, RequestOrigin, RequestStatus, RequiredConfigurableColorPaletteColor, RetentionScheduleOperation, RetentionScheduleType, RetentionType, RgbHexString, RgbaHexString, SQLDriverWithDataMapping, ScopeDefinition, ScopeName, ScopeType, SecondLayerConfig, SecondLayerTheme, SecondLayerThemeMinimal, SemicolonDelimitedRegimeKeyString, ShadowRootOptions, SharedTopLevelConfig, SharedTopLevelTheme, SignedIabAgreementOption, SombraStandardScope, StaticTeamType, SubDataPointAttribute, SubDataPointAttributeSyncColumn, SubDataPointDataSubCategoryGuessStatus, TRANSCEND_SCOPES, TableEncryptionType, TelemetryPartitionStrategy, TemplateVariableModelName, Text, ThemeConfiguration, ThemeConfigurationBannerIntoModal, ThemeConfigurationBannerIntoModalMinimal, ThemeConfigurationBannerOnly, ThemeConfigurationBannerOnlyMinimal, ThemeConfigurationMinimal, ThemeConfigurationModalOnly, ThemeConfigurationModalOnlyMinimal, ThemeKey, ToggleTheme, TranscendProduct, TriageAction, UIConfiguration, UIConfigurationBannerIntoModal, UIConfigurationBannerOnly, UIConfigurationModalOnly, UnknownRequestPolicy, UnstructuredSubDataPointRecommendationStatus, UspapiOption, VariantKey, VendorAttribute, VendorAttributeSyncColumn, VerticalAlign, getRegistryLink };
|
|
61753
62566
|
//# sourceMappingURL=index.d.mts.map
|