@riverbankcms/sdk 0.78.0 → 0.78.2
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/README.md +45 -43
- package/dist/{PreviewEditorSidebar-RIKFQ72L.mjs → PreviewEditorSidebar-4DXLYX2V.mjs} +29 -21
- package/dist/{PreviewEditorUI-XO7TUWKK.mjs → PreviewEditorUI-CS5P4N3P.mjs} +4 -4
- package/dist/SdkPreviewModeRuntime-IJDHTW4W.mjs +8 -0
- package/dist/_dts/ai/src/contracts/proposals.d.ts +36 -0
- package/dist/_dts/api/src/contentRuntime.d.ts +1 -0
- package/dist/_dts/api/src/endpoints.d.ts +9 -0
- package/dist/_dts/api/src/index.d.ts +3 -3
- package/dist/_dts/api/src/public/types.d.ts +1 -1
- package/dist/_dts/api/src/request.d.ts +3 -11
- package/dist/_dts/api/src/sdkConfig/contracts.d.ts +1 -0
- package/dist/_dts/api/src/sdkContracts.d.ts +7 -1
- package/dist/_dts/api/src/siteManagementEndpoints.d.ts +10 -0
- package/dist/_dts/api/src/sitePlatformEndpoints.d.ts +1 -0
- package/dist/_dts/api/src/siteRuntimeEndpoints.d.ts +15 -19
- package/dist/_dts/api/src/types.d.ts +11 -26
- package/dist/_dts/block-form/src/fields/types.d.ts +6 -0
- package/dist/_dts/block-form/src/widgets/RepeaterField/components/RepeaterList.d.ts +3 -2
- package/dist/_dts/block-form/src/widgets/RepeaterField/components/RepeaterRow.d.ts +6 -3
- package/dist/_dts/block-form/src/widgets/RepeaterField/components/RepeaterRowActions.d.ts +8 -3
- package/dist/_dts/block-form/src/widgets/RepeaterField/hooks/index.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/RepeaterField/hooks/useLinearRepeaterDnd.d.ts +1 -0
- package/dist/_dts/block-form/src/widgets/RepeaterField/hooks/useRepeaterPointerDragCapability.d.ts +1 -0
- package/dist/_dts/block-form/src/widgets/RepeaterField/hooks/useResolvedItemLabel.d.ts +7 -0
- package/dist/_dts/block-form/src/widgets/RepeaterField/utils/buildSummary.d.ts +1 -0
- package/dist/_dts/block-form/src/widgets/RepeaterField/utils/index.d.ts +3 -1
- package/dist/_dts/block-form/src/widgets/RepeaterField/utils/repeaterDndDomain.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/RepeaterField/utils/repeaterLabelSource.d.ts +15 -0
- package/dist/_dts/block-form/src/widgets/RepeaterField/utils/repeaterRowActionsDomain.d.ts +50 -0
- package/dist/_dts/blocks/src/system/blocks/appointment-booking.d.ts +591 -0
- package/dist/_dts/blocks/src/system/blocks/blog-listing.d.ts +591 -0
- package/dist/_dts/blocks/src/system/blocks/cart.d.ts +591 -0
- package/dist/_dts/blocks/src/system/blocks/checkout.d.ts +591 -0
- package/dist/_dts/blocks/src/system/blocks/collection.d.ts +591 -0
- package/dist/_dts/blocks/src/system/blocks/faq.d.ts +591 -0
- package/dist/_dts/blocks/src/system/blocks/gifting.d.ts +591 -0
- package/dist/_dts/blocks/src/system/blocks/location-map.d.ts +2 -0
- package/dist/_dts/blocks/src/system/blocks/media-text.d.ts +47 -0
- package/dist/_dts/blocks/src/system/blocks/product-detail.d.ts +591 -0
- package/dist/_dts/blocks/src/system/blocks/product-list.d.ts +591 -0
- package/dist/_dts/blocks/src/system/blocks/shop.d.ts +591 -0
- package/dist/_dts/blocks/src/system/blocks/team-members.d.ts +3 -0
- package/dist/_dts/blocks/src/system/manifest/schema.d.ts +164 -0
- package/dist/_dts/blocks/src/system/runtime/hooks/useHeadlessBookingFlow.state.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/booking-form.headless.state.d.ts +1 -1
- package/dist/_dts/content-editor/src/index.d.ts +1 -1
- package/dist/_dts/content-editor/src/ui/editorSnapshot.d.ts +2 -2
- package/dist/_dts/content-model/src/content-types/schema.d.ts +14 -0
- package/dist/_dts/content-model/src/templates/bindingTypeCompatibility.d.ts +3 -1
- package/dist/_dts/content-model/src/templates/bindingValidation.d.ts +10 -4
- package/dist/_dts/content-model/src/templates/fieldPaths.d.ts +20 -0
- package/dist/_dts/content-model/src/templates/manifestAdapter.d.ts +5 -2
- package/dist/_dts/core/src/branded.d.ts +108 -85
- package/dist/_dts/core/src/csv-types.d.ts +2 -2
- package/dist/_dts/core/src/editor-state.d.ts +7 -7
- package/dist/_dts/core/src/participants.d.ts +2 -2
- package/dist/_dts/db/src/generated/supabase/database.types.d.ts +11 -0
- package/dist/_dts/editor-blocks/src/blockPayload.d.ts +1 -1
- package/dist/_dts/media-editor/src/MediaEditor.d.ts +3 -1
- package/dist/_dts/media-editor/src/MediaPreview.d.ts +3 -1
- package/dist/_dts/media-editor/src/fieldUi.d.ts +5 -0
- package/dist/_dts/media-editor/src/index.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/commands/push/consts.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/commands/push/metadata.d.ts +2 -0
- package/dist/_dts/sdk/src/cli/commands/push/stale.d.ts +3 -3
- package/dist/_dts/sdk/src/cli/commands/push-execute.d.ts +7 -0
- package/dist/_dts/sdk/src/cli/commands/push.d.ts +2 -0
- package/dist/_dts/sdk/src/cli/content/reader.d.ts +13 -0
- package/dist/_dts/sdk/src/cli/content/writer.d.ts +2 -1
- package/dist/_dts/sdk/src/cli/helpers.d.ts +2 -0
- package/dist/_dts/sdk/src/cli/site-commands/commandKeys.d.ts +6 -6
- package/dist/_dts/sdk/src/cli/site-commands/commandRuntime.d.ts +5 -0
- package/dist/_dts/sdk/src/cli/site-commands/commandSurfaceDispatch.d.ts +4 -0
- package/dist/_dts/sdk/src/cli/site-commands/pageCommands.d.ts +5 -2
- package/dist/_dts/sdk/src/cli/site-commands/pushExecution.d.ts +10 -1
- package/dist/_dts/sdk/src/cli/site-commands/pushExecutionTypes.d.ts +1 -1
- package/dist/_dts/sdk/src/client/management/types.d.ts +6 -0
- package/dist/_dts/sdk/src/client/types.d.ts +2 -2
- package/dist/_dts/sdk/src/config/content-types.d.ts +7 -0
- package/dist/_dts/sdk/src/config/field-definitions.d.ts +2 -0
- package/dist/_dts/sdk/src/version.d.ts +1 -1
- package/dist/_dts/site-commands/src/commands.d.ts +3 -0
- package/dist/{altcha-B5XGSXP5.mjs → altcha-EKUEQ4RP.mjs} +1 -1
- package/dist/{chunk-NIDXI46P.mjs → chunk-4QEGTLK6.mjs} +1 -1
- package/dist/{chunk-TXDES5P2.mjs → chunk-6HYXHRAI.mjs} +5 -5
- package/dist/{chunk-SVMMM2NA.mjs → chunk-CR5HKAGU.mjs} +24 -5
- package/dist/{chunk-OECWLDHN.mjs → chunk-MCRQMPET.mjs} +1030 -588
- package/dist/{chunk-SXOLGNMX.mjs → chunk-OKMBEAXY.mjs} +1 -1
- package/dist/{chunk-XGB3TDIC.mjs → chunk-R7POPVJR.mjs} +2 -8
- package/dist/{chunk-F7RTCZYN.mjs → chunk-RGTOD4AJ.mjs} +20 -14
- package/dist/cli/index.mjs +681 -225
- package/dist/cli/init-docs/content/cli-reference.md +3 -2
- package/dist/cli/init-docs/content/content-management.md +2 -2
- package/dist/cli/init-docs/content/workflow-preview-mode.md +68 -2
- package/dist/client/{accordion-EVDEOUPR.mjs → accordion-PLYNJIIM.mjs} +2 -2
- package/dist/client/analytics.mjs +1 -1
- package/dist/client/{bookingForm-DIHBLC64.mjs → bookingForm-BXAP6AO7.mjs} +55 -48
- package/dist/client/bookings.mjs +62 -55
- package/dist/client/{carousel-FEBQHIWI.mjs → carousel-TRBXDHGF.mjs} +3 -3
- package/dist/client/{cart-7CKSXAE4.mjs → cart-Z7H3HJRS.mjs} +7 -7
- package/dist/client/{checkout-WKYCANLV.mjs → checkout-WAFCUBIX.mjs} +7 -7
- package/dist/client/{chunk-OFMSCGNY.mjs → chunk-75OUS5MT.mjs} +2 -2
- package/dist/client/{chunk-IVNCUVAV.mjs → chunk-AUJ5DBZJ.mjs} +18 -18
- package/dist/client/{chunk-36WJCERQ.mjs → chunk-CE7IBGVW.mjs} +3 -1
- package/dist/client/{chunk-RZDWX7QW.mjs → chunk-CWGTG37I.mjs} +1 -1
- package/dist/client/{chunk-YDSEG6GZ.mjs → chunk-DNRGY432.mjs} +2 -2
- package/dist/client/{chunk-RV6FX7UH.mjs → chunk-FUXW6VW2.mjs} +9 -9
- package/dist/client/{chunk-65F47D7Y.mjs → chunk-JGXPTEI2.mjs} +43 -36
- package/dist/client/{chunk-GUK2FPXQ.mjs → chunk-JRDUHZCT.mjs} +37 -15
- package/dist/client/{chunk-VPPMNXCF.mjs → chunk-UVQEJJTN.mjs} +2 -2
- package/dist/client/{chunk-F7LHOKEH.mjs → chunk-XSV6KW4D.mjs} +1 -1
- package/dist/client/{chunk-PD6NBCEY.mjs → chunk-ZFHRN6W2.mjs} +1 -1
- package/dist/client/{chunk-2SAVKN2M.mjs → chunk-ZI3LLBPZ.mjs} +2 -2
- package/dist/client/client.mjs +249 -160
- package/dist/client/{courseRegistration-5QF2PHKM.mjs → courseRegistration-AHFQHWIJ.mjs} +10 -10
- package/dist/client/{eventCalendar-4ZOSETDU.mjs → eventCalendar-LDXTV5R7.mjs} +9 -9
- package/dist/client/{eventCombined-WQGU7JUX.mjs → eventCombined-A4JGTNJO.mjs} +9 -9
- package/dist/client/{eventDetails-AYWVUJ5Y.mjs → eventDetails-4YXTZ7EG.mjs} +9 -9
- package/dist/client/{eventListing-NT7C6UT5.mjs → eventListing-P72TPFFM.mjs} +9 -9
- package/dist/client/{eventRegistration-OH24F4ZJ.mjs → eventRegistration-LSYJHGMT.mjs} +9 -9
- package/dist/client/{form-7L42SRBB.mjs → form-AOPYOKOW.mjs} +6 -3
- package/dist/client/{headerSection-OZRZNZ52.mjs → headerSection-5TFYDFVQ.mjs} +3 -3
- package/dist/client/hooks.mjs +78 -48
- package/dist/client/{locationMap-ZBXRPQ7C.mjs → locationMap-QSZ3ZVAZ.mjs} +3 -3
- package/dist/client/{newsletterForm-SNAGFF2I.mjs → newsletterForm-KTRHZY52.mjs} +2 -2
- package/dist/client/{productDetail-I46BOFGV.mjs → productDetail-N4E775RG.mjs} +7 -7
- package/dist/client/{productList-BOYHTYI6.mjs → productList-UGUQ2S45.mjs} +7 -7
- package/dist/client/rendering/client.mjs +173 -131
- package/dist/client/rendering/islands.mjs +19 -19
- package/dist/client/rendering.mjs +230 -150
- package/dist/client/{shop-XTXPZTKR.mjs → shop-VHSZEEQ2.mjs} +7 -7
- package/dist/preview-next/before-render.mjs +10 -1
- package/dist/preview-next/client/runtime.mjs +6 -6
- package/dist/preview-next/middleware.mjs +10 -1
- package/dist/preview-next/tailwind-sources.css +1 -0
- package/dist/sdk-runtime-WHPJEF5G.mjs +8 -0
- package/dist/server/components.mjs +101 -54
- package/dist/server/config-template-validation.mjs +221 -15
- package/dist/server/config-validation.mjs +76 -42
- package/dist/server/config.mjs +76 -42
- package/dist/server/data.mjs +77 -47
- package/dist/server/index.mjs +31 -10
- package/dist/server/next.mjs +133 -71
- package/dist/server/page-converter.mjs +60 -40
- package/dist/server/prebuild.mjs +1 -1
- package/dist/server/rendering/server.mjs +107 -60
- package/dist/server/rendering.mjs +111 -61
- package/dist/server/routing.mjs +93 -63
- package/dist/server/server.mjs +102 -57
- package/package.json +1 -1
- package/dist/SdkPreviewModeRuntime-LAGYMPNF.mjs +0 -8
- package/dist/sdk-runtime-ZJLKC6DR.mjs +0 -8
|
@@ -88,6 +88,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
88
88
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
89
89
|
showMediaPreview?: boolean | undefined;
|
|
90
90
|
showMediaOverlayActions?: boolean | undefined;
|
|
91
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
92
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
91
93
|
mediaDelivery?: {
|
|
92
94
|
sizes?: string | undefined;
|
|
93
95
|
widthCandidates?: number[] | undefined;
|
|
@@ -196,6 +198,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
196
198
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
197
199
|
showMediaPreview?: boolean | undefined;
|
|
198
200
|
showMediaOverlayActions?: boolean | undefined;
|
|
201
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
202
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
199
203
|
mediaDelivery?: {
|
|
200
204
|
sizes?: string | undefined;
|
|
201
205
|
widthCandidates?: number[] | undefined;
|
|
@@ -275,6 +279,9 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
275
279
|
intent?: "style" | "content" | "display" | "behavior" | undefined;
|
|
276
280
|
} | undefined;
|
|
277
281
|
itemLabelSource?: string | undefined;
|
|
282
|
+
showSummary?: boolean | undefined;
|
|
283
|
+
summaryFields?: string[] | undefined;
|
|
284
|
+
summaryMaxChars?: number | undefined;
|
|
278
285
|
maxItems?: number | undefined;
|
|
279
286
|
schema?: unknown;
|
|
280
287
|
polymorphic?: boolean | undefined;
|
|
@@ -313,6 +320,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
313
320
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
314
321
|
showMediaPreview?: boolean | undefined;
|
|
315
322
|
showMediaOverlayActions?: boolean | undefined;
|
|
323
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
324
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
316
325
|
mediaDelivery?: {
|
|
317
326
|
sizes?: string | undefined;
|
|
318
327
|
widthCandidates?: number[] | undefined;
|
|
@@ -426,6 +435,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
426
435
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
427
436
|
showMediaPreview?: boolean | undefined;
|
|
428
437
|
showMediaOverlayActions?: boolean | undefined;
|
|
438
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
439
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
429
440
|
mediaDelivery?: {
|
|
430
441
|
sizes?: string | undefined;
|
|
431
442
|
widthCandidates?: number[] | undefined;
|
|
@@ -531,6 +542,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
531
542
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
532
543
|
showMediaPreview?: boolean | undefined;
|
|
533
544
|
showMediaOverlayActions?: boolean | undefined;
|
|
545
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
546
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
534
547
|
mediaDelivery?: {
|
|
535
548
|
sizes?: string | undefined;
|
|
536
549
|
widthCandidates?: number[] | undefined;
|
|
@@ -636,6 +649,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
636
649
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
637
650
|
showMediaPreview?: boolean | undefined;
|
|
638
651
|
showMediaOverlayActions?: boolean | undefined;
|
|
652
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
653
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
639
654
|
mediaDelivery?: {
|
|
640
655
|
sizes?: string | undefined;
|
|
641
656
|
widthCandidates?: number[] | undefined;
|
|
@@ -742,6 +757,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
742
757
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
743
758
|
showMediaPreview?: boolean | undefined;
|
|
744
759
|
showMediaOverlayActions?: boolean | undefined;
|
|
760
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
761
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
745
762
|
mediaDelivery?: {
|
|
746
763
|
sizes?: string | undefined;
|
|
747
764
|
widthCandidates?: number[] | undefined;
|
|
@@ -846,6 +863,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
846
863
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
847
864
|
showMediaPreview?: boolean | undefined;
|
|
848
865
|
showMediaOverlayActions?: boolean | undefined;
|
|
866
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
867
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
849
868
|
mediaDelivery?: {
|
|
850
869
|
sizes?: string | undefined;
|
|
851
870
|
widthCandidates?: number[] | undefined;
|
|
@@ -950,6 +969,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
950
969
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
951
970
|
showMediaPreview?: boolean | undefined;
|
|
952
971
|
showMediaOverlayActions?: boolean | undefined;
|
|
972
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
973
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
953
974
|
mediaDelivery?: {
|
|
954
975
|
sizes?: string | undefined;
|
|
955
976
|
widthCandidates?: number[] | undefined;
|
|
@@ -1054,6 +1075,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
1054
1075
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1055
1076
|
showMediaPreview?: boolean | undefined;
|
|
1056
1077
|
showMediaOverlayActions?: boolean | undefined;
|
|
1078
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1079
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1057
1080
|
mediaDelivery?: {
|
|
1058
1081
|
sizes?: string | undefined;
|
|
1059
1082
|
widthCandidates?: number[] | undefined;
|
|
@@ -1158,6 +1181,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
1158
1181
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1159
1182
|
showMediaPreview?: boolean | undefined;
|
|
1160
1183
|
showMediaOverlayActions?: boolean | undefined;
|
|
1184
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1185
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1161
1186
|
mediaDelivery?: {
|
|
1162
1187
|
sizes?: string | undefined;
|
|
1163
1188
|
widthCandidates?: number[] | undefined;
|
|
@@ -1262,6 +1287,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
1262
1287
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1263
1288
|
showMediaPreview?: boolean | undefined;
|
|
1264
1289
|
showMediaOverlayActions?: boolean | undefined;
|
|
1290
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1291
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1265
1292
|
mediaDelivery?: {
|
|
1266
1293
|
sizes?: string | undefined;
|
|
1267
1294
|
widthCandidates?: number[] | undefined;
|
|
@@ -1370,6 +1397,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
1370
1397
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1371
1398
|
showMediaPreview?: boolean | undefined;
|
|
1372
1399
|
showMediaOverlayActions?: boolean | undefined;
|
|
1400
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1401
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1373
1402
|
mediaDelivery?: {
|
|
1374
1403
|
sizes?: string | undefined;
|
|
1375
1404
|
widthCandidates?: number[] | undefined;
|
|
@@ -1474,6 +1503,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
1474
1503
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1475
1504
|
showMediaPreview?: boolean | undefined;
|
|
1476
1505
|
showMediaOverlayActions?: boolean | undefined;
|
|
1506
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1507
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1477
1508
|
mediaDelivery?: {
|
|
1478
1509
|
sizes?: string | undefined;
|
|
1479
1510
|
widthCandidates?: number[] | undefined;
|
|
@@ -1580,6 +1611,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
1580
1611
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1581
1612
|
showMediaPreview?: boolean | undefined;
|
|
1582
1613
|
showMediaOverlayActions?: boolean | undefined;
|
|
1614
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1615
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1583
1616
|
mediaDelivery?: {
|
|
1584
1617
|
sizes?: string | undefined;
|
|
1585
1618
|
widthCandidates?: number[] | undefined;
|
|
@@ -1684,6 +1717,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
1684
1717
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1685
1718
|
showMediaPreview?: boolean | undefined;
|
|
1686
1719
|
showMediaOverlayActions?: boolean | undefined;
|
|
1720
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1721
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1687
1722
|
mediaDelivery?: {
|
|
1688
1723
|
sizes?: string | undefined;
|
|
1689
1724
|
widthCandidates?: number[] | undefined;
|
|
@@ -1804,6 +1839,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
1804
1839
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1805
1840
|
showMediaPreview?: boolean | undefined;
|
|
1806
1841
|
showMediaOverlayActions?: boolean | undefined;
|
|
1842
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1843
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1807
1844
|
mediaDelivery?: {
|
|
1808
1845
|
sizes?: string | undefined;
|
|
1809
1846
|
widthCandidates?: number[] | undefined;
|
|
@@ -1917,6 +1954,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
1917
1954
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1918
1955
|
showMediaPreview?: boolean | undefined;
|
|
1919
1956
|
showMediaOverlayActions?: boolean | undefined;
|
|
1957
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1958
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1920
1959
|
mediaDelivery?: {
|
|
1921
1960
|
sizes?: string | undefined;
|
|
1922
1961
|
widthCandidates?: number[] | undefined;
|
|
@@ -2022,6 +2061,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
2022
2061
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2023
2062
|
showMediaPreview?: boolean | undefined;
|
|
2024
2063
|
showMediaOverlayActions?: boolean | undefined;
|
|
2064
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2065
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2025
2066
|
mediaDelivery?: {
|
|
2026
2067
|
sizes?: string | undefined;
|
|
2027
2068
|
widthCandidates?: number[] | undefined;
|
|
@@ -2127,6 +2168,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
2127
2168
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2128
2169
|
showMediaPreview?: boolean | undefined;
|
|
2129
2170
|
showMediaOverlayActions?: boolean | undefined;
|
|
2171
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2172
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2130
2173
|
mediaDelivery?: {
|
|
2131
2174
|
sizes?: string | undefined;
|
|
2132
2175
|
widthCandidates?: number[] | undefined;
|
|
@@ -2233,6 +2276,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
2233
2276
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2234
2277
|
showMediaPreview?: boolean | undefined;
|
|
2235
2278
|
showMediaOverlayActions?: boolean | undefined;
|
|
2279
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2280
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2236
2281
|
mediaDelivery?: {
|
|
2237
2282
|
sizes?: string | undefined;
|
|
2238
2283
|
widthCandidates?: number[] | undefined;
|
|
@@ -2337,6 +2382,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
2337
2382
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2338
2383
|
showMediaPreview?: boolean | undefined;
|
|
2339
2384
|
showMediaOverlayActions?: boolean | undefined;
|
|
2385
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2386
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2340
2387
|
mediaDelivery?: {
|
|
2341
2388
|
sizes?: string | undefined;
|
|
2342
2389
|
widthCandidates?: number[] | undefined;
|
|
@@ -2441,6 +2488,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
2441
2488
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2442
2489
|
showMediaPreview?: boolean | undefined;
|
|
2443
2490
|
showMediaOverlayActions?: boolean | undefined;
|
|
2491
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2492
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2444
2493
|
mediaDelivery?: {
|
|
2445
2494
|
sizes?: string | undefined;
|
|
2446
2495
|
widthCandidates?: number[] | undefined;
|
|
@@ -2545,6 +2594,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
2545
2594
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2546
2595
|
showMediaPreview?: boolean | undefined;
|
|
2547
2596
|
showMediaOverlayActions?: boolean | undefined;
|
|
2597
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2598
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2548
2599
|
mediaDelivery?: {
|
|
2549
2600
|
sizes?: string | undefined;
|
|
2550
2601
|
widthCandidates?: number[] | undefined;
|
|
@@ -2649,6 +2700,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
2649
2700
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2650
2701
|
showMediaPreview?: boolean | undefined;
|
|
2651
2702
|
showMediaOverlayActions?: boolean | undefined;
|
|
2703
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2704
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2652
2705
|
mediaDelivery?: {
|
|
2653
2706
|
sizes?: string | undefined;
|
|
2654
2707
|
widthCandidates?: number[] | undefined;
|
|
@@ -2753,6 +2806,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
2753
2806
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2754
2807
|
showMediaPreview?: boolean | undefined;
|
|
2755
2808
|
showMediaOverlayActions?: boolean | undefined;
|
|
2809
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2810
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2756
2811
|
mediaDelivery?: {
|
|
2757
2812
|
sizes?: string | undefined;
|
|
2758
2813
|
widthCandidates?: number[] | undefined;
|
|
@@ -2861,6 +2916,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
2861
2916
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2862
2917
|
showMediaPreview?: boolean | undefined;
|
|
2863
2918
|
showMediaOverlayActions?: boolean | undefined;
|
|
2919
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2920
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2864
2921
|
mediaDelivery?: {
|
|
2865
2922
|
sizes?: string | undefined;
|
|
2866
2923
|
widthCandidates?: number[] | undefined;
|
|
@@ -2965,6 +3022,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
2965
3022
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2966
3023
|
showMediaPreview?: boolean | undefined;
|
|
2967
3024
|
showMediaOverlayActions?: boolean | undefined;
|
|
3025
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3026
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2968
3027
|
mediaDelivery?: {
|
|
2969
3028
|
sizes?: string | undefined;
|
|
2970
3029
|
widthCandidates?: number[] | undefined;
|
|
@@ -3071,6 +3130,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
3071
3130
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3072
3131
|
showMediaPreview?: boolean | undefined;
|
|
3073
3132
|
showMediaOverlayActions?: boolean | undefined;
|
|
3133
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3134
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3074
3135
|
mediaDelivery?: {
|
|
3075
3136
|
sizes?: string | undefined;
|
|
3076
3137
|
widthCandidates?: number[] | undefined;
|
|
@@ -3175,6 +3236,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
3175
3236
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3176
3237
|
showMediaPreview?: boolean | undefined;
|
|
3177
3238
|
showMediaOverlayActions?: boolean | undefined;
|
|
3239
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3240
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3178
3241
|
mediaDelivery?: {
|
|
3179
3242
|
sizes?: string | undefined;
|
|
3180
3243
|
widthCandidates?: number[] | undefined;
|
|
@@ -3297,6 +3360,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
3297
3360
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3298
3361
|
showMediaPreview?: boolean | undefined;
|
|
3299
3362
|
showMediaOverlayActions?: boolean | undefined;
|
|
3363
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3364
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3300
3365
|
mediaDelivery?: {
|
|
3301
3366
|
sizes?: string | undefined;
|
|
3302
3367
|
widthCandidates?: number[] | undefined;
|
|
@@ -3410,6 +3475,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
3410
3475
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3411
3476
|
showMediaPreview?: boolean | undefined;
|
|
3412
3477
|
showMediaOverlayActions?: boolean | undefined;
|
|
3478
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3479
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3413
3480
|
mediaDelivery?: {
|
|
3414
3481
|
sizes?: string | undefined;
|
|
3415
3482
|
widthCandidates?: number[] | undefined;
|
|
@@ -3515,6 +3582,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
3515
3582
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3516
3583
|
showMediaPreview?: boolean | undefined;
|
|
3517
3584
|
showMediaOverlayActions?: boolean | undefined;
|
|
3585
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3586
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3518
3587
|
mediaDelivery?: {
|
|
3519
3588
|
sizes?: string | undefined;
|
|
3520
3589
|
widthCandidates?: number[] | undefined;
|
|
@@ -3620,6 +3689,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
3620
3689
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3621
3690
|
showMediaPreview?: boolean | undefined;
|
|
3622
3691
|
showMediaOverlayActions?: boolean | undefined;
|
|
3692
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3693
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3623
3694
|
mediaDelivery?: {
|
|
3624
3695
|
sizes?: string | undefined;
|
|
3625
3696
|
widthCandidates?: number[] | undefined;
|
|
@@ -3726,6 +3797,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
3726
3797
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3727
3798
|
showMediaPreview?: boolean | undefined;
|
|
3728
3799
|
showMediaOverlayActions?: boolean | undefined;
|
|
3800
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3801
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3729
3802
|
mediaDelivery?: {
|
|
3730
3803
|
sizes?: string | undefined;
|
|
3731
3804
|
widthCandidates?: number[] | undefined;
|
|
@@ -3830,6 +3903,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
3830
3903
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3831
3904
|
showMediaPreview?: boolean | undefined;
|
|
3832
3905
|
showMediaOverlayActions?: boolean | undefined;
|
|
3906
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3907
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3833
3908
|
mediaDelivery?: {
|
|
3834
3909
|
sizes?: string | undefined;
|
|
3835
3910
|
widthCandidates?: number[] | undefined;
|
|
@@ -3934,6 +4009,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
3934
4009
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3935
4010
|
showMediaPreview?: boolean | undefined;
|
|
3936
4011
|
showMediaOverlayActions?: boolean | undefined;
|
|
4012
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4013
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3937
4014
|
mediaDelivery?: {
|
|
3938
4015
|
sizes?: string | undefined;
|
|
3939
4016
|
widthCandidates?: number[] | undefined;
|
|
@@ -4038,6 +4115,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
4038
4115
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4039
4116
|
showMediaPreview?: boolean | undefined;
|
|
4040
4117
|
showMediaOverlayActions?: boolean | undefined;
|
|
4118
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4119
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4041
4120
|
mediaDelivery?: {
|
|
4042
4121
|
sizes?: string | undefined;
|
|
4043
4122
|
widthCandidates?: number[] | undefined;
|
|
@@ -4142,6 +4221,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
4142
4221
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4143
4222
|
showMediaPreview?: boolean | undefined;
|
|
4144
4223
|
showMediaOverlayActions?: boolean | undefined;
|
|
4224
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4225
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4145
4226
|
mediaDelivery?: {
|
|
4146
4227
|
sizes?: string | undefined;
|
|
4147
4228
|
widthCandidates?: number[] | undefined;
|
|
@@ -4246,6 +4327,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
4246
4327
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4247
4328
|
showMediaPreview?: boolean | undefined;
|
|
4248
4329
|
showMediaOverlayActions?: boolean | undefined;
|
|
4330
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4331
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4249
4332
|
mediaDelivery?: {
|
|
4250
4333
|
sizes?: string | undefined;
|
|
4251
4334
|
widthCandidates?: number[] | undefined;
|
|
@@ -4354,6 +4437,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
4354
4437
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4355
4438
|
showMediaPreview?: boolean | undefined;
|
|
4356
4439
|
showMediaOverlayActions?: boolean | undefined;
|
|
4440
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4441
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4357
4442
|
mediaDelivery?: {
|
|
4358
4443
|
sizes?: string | undefined;
|
|
4359
4444
|
widthCandidates?: number[] | undefined;
|
|
@@ -4458,6 +4543,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
4458
4543
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4459
4544
|
showMediaPreview?: boolean | undefined;
|
|
4460
4545
|
showMediaOverlayActions?: boolean | undefined;
|
|
4546
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4547
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4461
4548
|
mediaDelivery?: {
|
|
4462
4549
|
sizes?: string | undefined;
|
|
4463
4550
|
widthCandidates?: number[] | undefined;
|
|
@@ -4564,6 +4651,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
4564
4651
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4565
4652
|
showMediaPreview?: boolean | undefined;
|
|
4566
4653
|
showMediaOverlayActions?: boolean | undefined;
|
|
4654
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4655
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4567
4656
|
mediaDelivery?: {
|
|
4568
4657
|
sizes?: string | undefined;
|
|
4569
4658
|
widthCandidates?: number[] | undefined;
|
|
@@ -4668,6 +4757,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
4668
4757
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4669
4758
|
showMediaPreview?: boolean | undefined;
|
|
4670
4759
|
showMediaOverlayActions?: boolean | undefined;
|
|
4760
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4761
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4671
4762
|
mediaDelivery?: {
|
|
4672
4763
|
sizes?: string | undefined;
|
|
4673
4764
|
widthCandidates?: number[] | undefined;
|
|
@@ -4779,6 +4870,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
4779
4870
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4780
4871
|
showMediaPreview?: boolean | undefined;
|
|
4781
4872
|
showMediaOverlayActions?: boolean | undefined;
|
|
4873
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4874
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4782
4875
|
mediaDelivery?: {
|
|
4783
4876
|
sizes?: string | undefined;
|
|
4784
4877
|
widthCandidates?: number[] | undefined;
|
|
@@ -4889,6 +4982,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
4889
4982
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4890
4983
|
showMediaPreview?: boolean | undefined;
|
|
4891
4984
|
showMediaOverlayActions?: boolean | undefined;
|
|
4985
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4986
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4892
4987
|
mediaDelivery?: {
|
|
4893
4988
|
sizes?: string | undefined;
|
|
4894
4989
|
widthCandidates?: number[] | undefined;
|
|
@@ -4993,6 +5088,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
4993
5088
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4994
5089
|
showMediaPreview?: boolean | undefined;
|
|
4995
5090
|
showMediaOverlayActions?: boolean | undefined;
|
|
5091
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5092
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4996
5093
|
mediaDelivery?: {
|
|
4997
5094
|
sizes?: string | undefined;
|
|
4998
5095
|
widthCandidates?: number[] | undefined;
|
|
@@ -5100,6 +5197,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
5100
5197
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5101
5198
|
showMediaPreview?: boolean | undefined;
|
|
5102
5199
|
showMediaOverlayActions?: boolean | undefined;
|
|
5200
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5201
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5103
5202
|
mediaDelivery?: {
|
|
5104
5203
|
sizes?: string | undefined;
|
|
5105
5204
|
widthCandidates?: number[] | undefined;
|
|
@@ -5209,6 +5308,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
5209
5308
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5210
5309
|
showMediaPreview?: boolean | undefined;
|
|
5211
5310
|
showMediaOverlayActions?: boolean | undefined;
|
|
5311
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5312
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5212
5313
|
mediaDelivery?: {
|
|
5213
5314
|
sizes?: string | undefined;
|
|
5214
5315
|
widthCandidates?: number[] | undefined;
|
|
@@ -5319,6 +5420,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
5319
5420
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5320
5421
|
showMediaPreview?: boolean | undefined;
|
|
5321
5422
|
showMediaOverlayActions?: boolean | undefined;
|
|
5423
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5424
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5322
5425
|
mediaDelivery?: {
|
|
5323
5426
|
sizes?: string | undefined;
|
|
5324
5427
|
widthCandidates?: number[] | undefined;
|
|
@@ -5423,6 +5526,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
5423
5526
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5424
5527
|
showMediaPreview?: boolean | undefined;
|
|
5425
5528
|
showMediaOverlayActions?: boolean | undefined;
|
|
5529
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5530
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5426
5531
|
mediaDelivery?: {
|
|
5427
5532
|
sizes?: string | undefined;
|
|
5428
5533
|
widthCandidates?: number[] | undefined;
|
|
@@ -5527,6 +5632,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
5527
5632
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5528
5633
|
showMediaPreview?: boolean | undefined;
|
|
5529
5634
|
showMediaOverlayActions?: boolean | undefined;
|
|
5635
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5636
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5530
5637
|
mediaDelivery?: {
|
|
5531
5638
|
sizes?: string | undefined;
|
|
5532
5639
|
widthCandidates?: number[] | undefined;
|
|
@@ -5646,6 +5753,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
5646
5753
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5647
5754
|
showMediaPreview?: boolean | undefined;
|
|
5648
5755
|
showMediaOverlayActions?: boolean | undefined;
|
|
5756
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5757
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5649
5758
|
mediaDelivery?: {
|
|
5650
5759
|
sizes?: string | undefined;
|
|
5651
5760
|
widthCandidates?: number[] | undefined;
|
|
@@ -5759,6 +5868,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
5759
5868
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5760
5869
|
showMediaPreview?: boolean | undefined;
|
|
5761
5870
|
showMediaOverlayActions?: boolean | undefined;
|
|
5871
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5872
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5762
5873
|
mediaDelivery?: {
|
|
5763
5874
|
sizes?: string | undefined;
|
|
5764
5875
|
widthCandidates?: number[] | undefined;
|
|
@@ -5864,6 +5975,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
5864
5975
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5865
5976
|
showMediaPreview?: boolean | undefined;
|
|
5866
5977
|
showMediaOverlayActions?: boolean | undefined;
|
|
5978
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5979
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5867
5980
|
mediaDelivery?: {
|
|
5868
5981
|
sizes?: string | undefined;
|
|
5869
5982
|
widthCandidates?: number[] | undefined;
|
|
@@ -5969,6 +6082,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
5969
6082
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5970
6083
|
showMediaPreview?: boolean | undefined;
|
|
5971
6084
|
showMediaOverlayActions?: boolean | undefined;
|
|
6085
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6086
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5972
6087
|
mediaDelivery?: {
|
|
5973
6088
|
sizes?: string | undefined;
|
|
5974
6089
|
widthCandidates?: number[] | undefined;
|
|
@@ -6075,6 +6190,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
6075
6190
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6076
6191
|
showMediaPreview?: boolean | undefined;
|
|
6077
6192
|
showMediaOverlayActions?: boolean | undefined;
|
|
6193
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6194
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6078
6195
|
mediaDelivery?: {
|
|
6079
6196
|
sizes?: string | undefined;
|
|
6080
6197
|
widthCandidates?: number[] | undefined;
|
|
@@ -6179,6 +6296,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
6179
6296
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6180
6297
|
showMediaPreview?: boolean | undefined;
|
|
6181
6298
|
showMediaOverlayActions?: boolean | undefined;
|
|
6299
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6300
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6182
6301
|
mediaDelivery?: {
|
|
6183
6302
|
sizes?: string | undefined;
|
|
6184
6303
|
widthCandidates?: number[] | undefined;
|
|
@@ -6283,6 +6402,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
6283
6402
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6284
6403
|
showMediaPreview?: boolean | undefined;
|
|
6285
6404
|
showMediaOverlayActions?: boolean | undefined;
|
|
6405
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6406
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6286
6407
|
mediaDelivery?: {
|
|
6287
6408
|
sizes?: string | undefined;
|
|
6288
6409
|
widthCandidates?: number[] | undefined;
|
|
@@ -6387,6 +6508,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
6387
6508
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6388
6509
|
showMediaPreview?: boolean | undefined;
|
|
6389
6510
|
showMediaOverlayActions?: boolean | undefined;
|
|
6511
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6512
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6390
6513
|
mediaDelivery?: {
|
|
6391
6514
|
sizes?: string | undefined;
|
|
6392
6515
|
widthCandidates?: number[] | undefined;
|
|
@@ -6491,6 +6614,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
6491
6614
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6492
6615
|
showMediaPreview?: boolean | undefined;
|
|
6493
6616
|
showMediaOverlayActions?: boolean | undefined;
|
|
6617
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6618
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6494
6619
|
mediaDelivery?: {
|
|
6495
6620
|
sizes?: string | undefined;
|
|
6496
6621
|
widthCandidates?: number[] | undefined;
|
|
@@ -6595,6 +6720,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
6595
6720
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6596
6721
|
showMediaPreview?: boolean | undefined;
|
|
6597
6722
|
showMediaOverlayActions?: boolean | undefined;
|
|
6723
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6724
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6598
6725
|
mediaDelivery?: {
|
|
6599
6726
|
sizes?: string | undefined;
|
|
6600
6727
|
widthCandidates?: number[] | undefined;
|
|
@@ -6703,6 +6830,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
6703
6830
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6704
6831
|
showMediaPreview?: boolean | undefined;
|
|
6705
6832
|
showMediaOverlayActions?: boolean | undefined;
|
|
6833
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6834
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6706
6835
|
mediaDelivery?: {
|
|
6707
6836
|
sizes?: string | undefined;
|
|
6708
6837
|
widthCandidates?: number[] | undefined;
|
|
@@ -6807,6 +6936,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
6807
6936
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6808
6937
|
showMediaPreview?: boolean | undefined;
|
|
6809
6938
|
showMediaOverlayActions?: boolean | undefined;
|
|
6939
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6940
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6810
6941
|
mediaDelivery?: {
|
|
6811
6942
|
sizes?: string | undefined;
|
|
6812
6943
|
widthCandidates?: number[] | undefined;
|
|
@@ -6913,6 +7044,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
6913
7044
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6914
7045
|
showMediaPreview?: boolean | undefined;
|
|
6915
7046
|
showMediaOverlayActions?: boolean | undefined;
|
|
7047
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7048
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6916
7049
|
mediaDelivery?: {
|
|
6917
7050
|
sizes?: string | undefined;
|
|
6918
7051
|
widthCandidates?: number[] | undefined;
|
|
@@ -7017,6 +7150,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
7017
7150
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7018
7151
|
showMediaPreview?: boolean | undefined;
|
|
7019
7152
|
showMediaOverlayActions?: boolean | undefined;
|
|
7153
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7154
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7020
7155
|
mediaDelivery?: {
|
|
7021
7156
|
sizes?: string | undefined;
|
|
7022
7157
|
widthCandidates?: number[] | undefined;
|
|
@@ -7137,6 +7272,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
7137
7272
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7138
7273
|
showMediaPreview?: boolean | undefined;
|
|
7139
7274
|
showMediaOverlayActions?: boolean | undefined;
|
|
7275
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7276
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7140
7277
|
mediaDelivery?: {
|
|
7141
7278
|
sizes?: string | undefined;
|
|
7142
7279
|
widthCandidates?: number[] | undefined;
|
|
@@ -7250,6 +7387,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
7250
7387
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7251
7388
|
showMediaPreview?: boolean | undefined;
|
|
7252
7389
|
showMediaOverlayActions?: boolean | undefined;
|
|
7390
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7391
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7253
7392
|
mediaDelivery?: {
|
|
7254
7393
|
sizes?: string | undefined;
|
|
7255
7394
|
widthCandidates?: number[] | undefined;
|
|
@@ -7355,6 +7494,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
7355
7494
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7356
7495
|
showMediaPreview?: boolean | undefined;
|
|
7357
7496
|
showMediaOverlayActions?: boolean | undefined;
|
|
7497
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7498
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7358
7499
|
mediaDelivery?: {
|
|
7359
7500
|
sizes?: string | undefined;
|
|
7360
7501
|
widthCandidates?: number[] | undefined;
|
|
@@ -7460,6 +7601,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
7460
7601
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7461
7602
|
showMediaPreview?: boolean | undefined;
|
|
7462
7603
|
showMediaOverlayActions?: boolean | undefined;
|
|
7604
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7605
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7463
7606
|
mediaDelivery?: {
|
|
7464
7607
|
sizes?: string | undefined;
|
|
7465
7608
|
widthCandidates?: number[] | undefined;
|
|
@@ -7566,6 +7709,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
7566
7709
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7567
7710
|
showMediaPreview?: boolean | undefined;
|
|
7568
7711
|
showMediaOverlayActions?: boolean | undefined;
|
|
7712
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7713
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7569
7714
|
mediaDelivery?: {
|
|
7570
7715
|
sizes?: string | undefined;
|
|
7571
7716
|
widthCandidates?: number[] | undefined;
|
|
@@ -7670,6 +7815,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
7670
7815
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7671
7816
|
showMediaPreview?: boolean | undefined;
|
|
7672
7817
|
showMediaOverlayActions?: boolean | undefined;
|
|
7818
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7819
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7673
7820
|
mediaDelivery?: {
|
|
7674
7821
|
sizes?: string | undefined;
|
|
7675
7822
|
widthCandidates?: number[] | undefined;
|
|
@@ -7774,6 +7921,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
7774
7921
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7775
7922
|
showMediaPreview?: boolean | undefined;
|
|
7776
7923
|
showMediaOverlayActions?: boolean | undefined;
|
|
7924
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7925
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7777
7926
|
mediaDelivery?: {
|
|
7778
7927
|
sizes?: string | undefined;
|
|
7779
7928
|
widthCandidates?: number[] | undefined;
|
|
@@ -7878,6 +8027,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
7878
8027
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7879
8028
|
showMediaPreview?: boolean | undefined;
|
|
7880
8029
|
showMediaOverlayActions?: boolean | undefined;
|
|
8030
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8031
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7881
8032
|
mediaDelivery?: {
|
|
7882
8033
|
sizes?: string | undefined;
|
|
7883
8034
|
widthCandidates?: number[] | undefined;
|
|
@@ -7982,6 +8133,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
7982
8133
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7983
8134
|
showMediaPreview?: boolean | undefined;
|
|
7984
8135
|
showMediaOverlayActions?: boolean | undefined;
|
|
8136
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8137
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7985
8138
|
mediaDelivery?: {
|
|
7986
8139
|
sizes?: string | undefined;
|
|
7987
8140
|
widthCandidates?: number[] | undefined;
|
|
@@ -8086,6 +8239,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
8086
8239
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8087
8240
|
showMediaPreview?: boolean | undefined;
|
|
8088
8241
|
showMediaOverlayActions?: boolean | undefined;
|
|
8242
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8243
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8089
8244
|
mediaDelivery?: {
|
|
8090
8245
|
sizes?: string | undefined;
|
|
8091
8246
|
widthCandidates?: number[] | undefined;
|
|
@@ -8194,6 +8349,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
8194
8349
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8195
8350
|
showMediaPreview?: boolean | undefined;
|
|
8196
8351
|
showMediaOverlayActions?: boolean | undefined;
|
|
8352
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8353
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8197
8354
|
mediaDelivery?: {
|
|
8198
8355
|
sizes?: string | undefined;
|
|
8199
8356
|
widthCandidates?: number[] | undefined;
|
|
@@ -8298,6 +8455,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
8298
8455
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8299
8456
|
showMediaPreview?: boolean | undefined;
|
|
8300
8457
|
showMediaOverlayActions?: boolean | undefined;
|
|
8458
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8459
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8301
8460
|
mediaDelivery?: {
|
|
8302
8461
|
sizes?: string | undefined;
|
|
8303
8462
|
widthCandidates?: number[] | undefined;
|
|
@@ -8404,6 +8563,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
8404
8563
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8405
8564
|
showMediaPreview?: boolean | undefined;
|
|
8406
8565
|
showMediaOverlayActions?: boolean | undefined;
|
|
8566
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8567
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8407
8568
|
mediaDelivery?: {
|
|
8408
8569
|
sizes?: string | undefined;
|
|
8409
8570
|
widthCandidates?: number[] | undefined;
|
|
@@ -8508,6 +8669,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
8508
8669
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8509
8670
|
showMediaPreview?: boolean | undefined;
|
|
8510
8671
|
showMediaOverlayActions?: boolean | undefined;
|
|
8672
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8673
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8511
8674
|
mediaDelivery?: {
|
|
8512
8675
|
sizes?: string | undefined;
|
|
8513
8676
|
widthCandidates?: number[] | undefined;
|
|
@@ -8619,6 +8782,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
8619
8782
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8620
8783
|
showMediaPreview?: boolean | undefined;
|
|
8621
8784
|
showMediaOverlayActions?: boolean | undefined;
|
|
8785
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8786
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8622
8787
|
mediaDelivery?: {
|
|
8623
8788
|
sizes?: string | undefined;
|
|
8624
8789
|
widthCandidates?: number[] | undefined;
|
|
@@ -8729,6 +8894,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
8729
8894
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8730
8895
|
showMediaPreview?: boolean | undefined;
|
|
8731
8896
|
showMediaOverlayActions?: boolean | undefined;
|
|
8897
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8898
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8732
8899
|
mediaDelivery?: {
|
|
8733
8900
|
sizes?: string | undefined;
|
|
8734
8901
|
widthCandidates?: number[] | undefined;
|
|
@@ -8833,6 +9000,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
8833
9000
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8834
9001
|
showMediaPreview?: boolean | undefined;
|
|
8835
9002
|
showMediaOverlayActions?: boolean | undefined;
|
|
9003
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9004
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8836
9005
|
mediaDelivery?: {
|
|
8837
9006
|
sizes?: string | undefined;
|
|
8838
9007
|
widthCandidates?: number[] | undefined;
|
|
@@ -8937,6 +9106,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
8937
9106
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8938
9107
|
showMediaPreview?: boolean | undefined;
|
|
8939
9108
|
showMediaOverlayActions?: boolean | undefined;
|
|
9109
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9110
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8940
9111
|
mediaDelivery?: {
|
|
8941
9112
|
sizes?: string | undefined;
|
|
8942
9113
|
widthCandidates?: number[] | undefined;
|
|
@@ -9045,6 +9216,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
9045
9216
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9046
9217
|
showMediaPreview?: boolean | undefined;
|
|
9047
9218
|
showMediaOverlayActions?: boolean | undefined;
|
|
9219
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9220
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9048
9221
|
mediaDelivery?: {
|
|
9049
9222
|
sizes?: string | undefined;
|
|
9050
9223
|
widthCandidates?: number[] | undefined;
|
|
@@ -9155,6 +9328,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
9155
9328
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9156
9329
|
showMediaPreview?: boolean | undefined;
|
|
9157
9330
|
showMediaOverlayActions?: boolean | undefined;
|
|
9331
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9332
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9158
9333
|
mediaDelivery?: {
|
|
9159
9334
|
sizes?: string | undefined;
|
|
9160
9335
|
widthCandidates?: number[] | undefined;
|
|
@@ -9259,6 +9434,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
9259
9434
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9260
9435
|
showMediaPreview?: boolean | undefined;
|
|
9261
9436
|
showMediaOverlayActions?: boolean | undefined;
|
|
9437
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9438
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9262
9439
|
mediaDelivery?: {
|
|
9263
9440
|
sizes?: string | undefined;
|
|
9264
9441
|
widthCandidates?: number[] | undefined;
|
|
@@ -9366,6 +9543,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
9366
9543
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9367
9544
|
showMediaPreview?: boolean | undefined;
|
|
9368
9545
|
showMediaOverlayActions?: boolean | undefined;
|
|
9546
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9547
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9369
9548
|
mediaDelivery?: {
|
|
9370
9549
|
sizes?: string | undefined;
|
|
9371
9550
|
widthCandidates?: number[] | undefined;
|
|
@@ -9475,6 +9654,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
9475
9654
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9476
9655
|
showMediaPreview?: boolean | undefined;
|
|
9477
9656
|
showMediaOverlayActions?: boolean | undefined;
|
|
9657
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9658
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9478
9659
|
mediaDelivery?: {
|
|
9479
9660
|
sizes?: string | undefined;
|
|
9480
9661
|
widthCandidates?: number[] | undefined;
|
|
@@ -9585,6 +9766,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
9585
9766
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9586
9767
|
showMediaPreview?: boolean | undefined;
|
|
9587
9768
|
showMediaOverlayActions?: boolean | undefined;
|
|
9769
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9770
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9588
9771
|
mediaDelivery?: {
|
|
9589
9772
|
sizes?: string | undefined;
|
|
9590
9773
|
widthCandidates?: number[] | undefined;
|
|
@@ -9689,6 +9872,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
9689
9872
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9690
9873
|
showMediaPreview?: boolean | undefined;
|
|
9691
9874
|
showMediaOverlayActions?: boolean | undefined;
|
|
9875
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9876
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9692
9877
|
mediaDelivery?: {
|
|
9693
9878
|
sizes?: string | undefined;
|
|
9694
9879
|
widthCandidates?: number[] | undefined;
|
|
@@ -9800,6 +9985,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
9800
9985
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9801
9986
|
showMediaPreview?: boolean | undefined;
|
|
9802
9987
|
showMediaOverlayActions?: boolean | undefined;
|
|
9988
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9989
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9803
9990
|
mediaDelivery?: {
|
|
9804
9991
|
sizes?: string | undefined;
|
|
9805
9992
|
widthCandidates?: number[] | undefined;
|
|
@@ -9905,6 +10092,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
9905
10092
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9906
10093
|
showMediaPreview?: boolean | undefined;
|
|
9907
10094
|
showMediaOverlayActions?: boolean | undefined;
|
|
10095
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10096
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9908
10097
|
mediaDelivery?: {
|
|
9909
10098
|
sizes?: string | undefined;
|
|
9910
10099
|
widthCandidates?: number[] | undefined;
|
|
@@ -10010,6 +10199,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
10010
10199
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10011
10200
|
showMediaPreview?: boolean | undefined;
|
|
10012
10201
|
showMediaOverlayActions?: boolean | undefined;
|
|
10202
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10203
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10013
10204
|
mediaDelivery?: {
|
|
10014
10205
|
sizes?: string | undefined;
|
|
10015
10206
|
widthCandidates?: number[] | undefined;
|
|
@@ -10116,6 +10307,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
10116
10307
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10117
10308
|
showMediaPreview?: boolean | undefined;
|
|
10118
10309
|
showMediaOverlayActions?: boolean | undefined;
|
|
10310
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10311
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10119
10312
|
mediaDelivery?: {
|
|
10120
10313
|
sizes?: string | undefined;
|
|
10121
10314
|
widthCandidates?: number[] | undefined;
|
|
@@ -10220,6 +10413,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
10220
10413
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10221
10414
|
showMediaPreview?: boolean | undefined;
|
|
10222
10415
|
showMediaOverlayActions?: boolean | undefined;
|
|
10416
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10417
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10223
10418
|
mediaDelivery?: {
|
|
10224
10419
|
sizes?: string | undefined;
|
|
10225
10420
|
widthCandidates?: number[] | undefined;
|
|
@@ -10324,6 +10519,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
10324
10519
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10325
10520
|
showMediaPreview?: boolean | undefined;
|
|
10326
10521
|
showMediaOverlayActions?: boolean | undefined;
|
|
10522
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10523
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10327
10524
|
mediaDelivery?: {
|
|
10328
10525
|
sizes?: string | undefined;
|
|
10329
10526
|
widthCandidates?: number[] | undefined;
|
|
@@ -10428,6 +10625,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
10428
10625
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10429
10626
|
showMediaPreview?: boolean | undefined;
|
|
10430
10627
|
showMediaOverlayActions?: boolean | undefined;
|
|
10628
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10629
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10431
10630
|
mediaDelivery?: {
|
|
10432
10631
|
sizes?: string | undefined;
|
|
10433
10632
|
widthCandidates?: number[] | undefined;
|
|
@@ -10532,6 +10731,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
10532
10731
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10533
10732
|
showMediaPreview?: boolean | undefined;
|
|
10534
10733
|
showMediaOverlayActions?: boolean | undefined;
|
|
10734
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10735
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10535
10736
|
mediaDelivery?: {
|
|
10536
10737
|
sizes?: string | undefined;
|
|
10537
10738
|
widthCandidates?: number[] | undefined;
|
|
@@ -10636,6 +10837,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
10636
10837
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10637
10838
|
showMediaPreview?: boolean | undefined;
|
|
10638
10839
|
showMediaOverlayActions?: boolean | undefined;
|
|
10840
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10841
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10639
10842
|
mediaDelivery?: {
|
|
10640
10843
|
sizes?: string | undefined;
|
|
10641
10844
|
widthCandidates?: number[] | undefined;
|
|
@@ -10744,6 +10947,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
10744
10947
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10745
10948
|
showMediaPreview?: boolean | undefined;
|
|
10746
10949
|
showMediaOverlayActions?: boolean | undefined;
|
|
10950
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10951
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10747
10952
|
mediaDelivery?: {
|
|
10748
10953
|
sizes?: string | undefined;
|
|
10749
10954
|
widthCandidates?: number[] | undefined;
|
|
@@ -10848,6 +11053,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
10848
11053
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10849
11054
|
showMediaPreview?: boolean | undefined;
|
|
10850
11055
|
showMediaOverlayActions?: boolean | undefined;
|
|
11056
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11057
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10851
11058
|
mediaDelivery?: {
|
|
10852
11059
|
sizes?: string | undefined;
|
|
10853
11060
|
widthCandidates?: number[] | undefined;
|
|
@@ -10954,6 +11161,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
10954
11161
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10955
11162
|
showMediaPreview?: boolean | undefined;
|
|
10956
11163
|
showMediaOverlayActions?: boolean | undefined;
|
|
11164
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11165
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10957
11166
|
mediaDelivery?: {
|
|
10958
11167
|
sizes?: string | undefined;
|
|
10959
11168
|
widthCandidates?: number[] | undefined;
|
|
@@ -11058,6 +11267,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
11058
11267
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11059
11268
|
showMediaPreview?: boolean | undefined;
|
|
11060
11269
|
showMediaOverlayActions?: boolean | undefined;
|
|
11270
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11271
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11061
11272
|
mediaDelivery?: {
|
|
11062
11273
|
sizes?: string | undefined;
|
|
11063
11274
|
widthCandidates?: number[] | undefined;
|
|
@@ -11178,6 +11389,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
11178
11389
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11179
11390
|
showMediaPreview?: boolean | undefined;
|
|
11180
11391
|
showMediaOverlayActions?: boolean | undefined;
|
|
11392
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11393
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11181
11394
|
mediaDelivery?: {
|
|
11182
11395
|
sizes?: string | undefined;
|
|
11183
11396
|
widthCandidates?: number[] | undefined;
|
|
@@ -11286,6 +11499,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
11286
11499
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11287
11500
|
showMediaPreview?: boolean | undefined;
|
|
11288
11501
|
showMediaOverlayActions?: boolean | undefined;
|
|
11502
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11503
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11289
11504
|
mediaDelivery?: {
|
|
11290
11505
|
sizes?: string | undefined;
|
|
11291
11506
|
widthCandidates?: number[] | undefined;
|
|
@@ -11365,6 +11580,9 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
11365
11580
|
intent?: "style" | "content" | "display" | "behavior" | undefined;
|
|
11366
11581
|
} | undefined;
|
|
11367
11582
|
itemLabelSource?: string | undefined;
|
|
11583
|
+
showSummary?: boolean | undefined;
|
|
11584
|
+
summaryFields?: string[] | undefined;
|
|
11585
|
+
summaryMaxChars?: number | undefined;
|
|
11368
11586
|
maxItems?: number | undefined;
|
|
11369
11587
|
schema?: unknown;
|
|
11370
11588
|
polymorphic?: boolean | undefined;
|
|
@@ -11403,6 +11621,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
11403
11621
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11404
11622
|
showMediaPreview?: boolean | undefined;
|
|
11405
11623
|
showMediaOverlayActions?: boolean | undefined;
|
|
11624
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11625
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11406
11626
|
mediaDelivery?: {
|
|
11407
11627
|
sizes?: string | undefined;
|
|
11408
11628
|
widthCandidates?: number[] | undefined;
|
|
@@ -11516,6 +11736,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
11516
11736
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11517
11737
|
showMediaPreview?: boolean | undefined;
|
|
11518
11738
|
showMediaOverlayActions?: boolean | undefined;
|
|
11739
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11740
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11519
11741
|
mediaDelivery?: {
|
|
11520
11742
|
sizes?: string | undefined;
|
|
11521
11743
|
widthCandidates?: number[] | undefined;
|
|
@@ -11621,6 +11843,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
11621
11843
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11622
11844
|
showMediaPreview?: boolean | undefined;
|
|
11623
11845
|
showMediaOverlayActions?: boolean | undefined;
|
|
11846
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11847
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11624
11848
|
mediaDelivery?: {
|
|
11625
11849
|
sizes?: string | undefined;
|
|
11626
11850
|
widthCandidates?: number[] | undefined;
|
|
@@ -11726,6 +11950,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
11726
11950
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11727
11951
|
showMediaPreview?: boolean | undefined;
|
|
11728
11952
|
showMediaOverlayActions?: boolean | undefined;
|
|
11953
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11954
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11729
11955
|
mediaDelivery?: {
|
|
11730
11956
|
sizes?: string | undefined;
|
|
11731
11957
|
widthCandidates?: number[] | undefined;
|
|
@@ -11832,6 +12058,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
11832
12058
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11833
12059
|
showMediaPreview?: boolean | undefined;
|
|
11834
12060
|
showMediaOverlayActions?: boolean | undefined;
|
|
12061
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12062
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11835
12063
|
mediaDelivery?: {
|
|
11836
12064
|
sizes?: string | undefined;
|
|
11837
12065
|
widthCandidates?: number[] | undefined;
|
|
@@ -11936,6 +12164,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
11936
12164
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11937
12165
|
showMediaPreview?: boolean | undefined;
|
|
11938
12166
|
showMediaOverlayActions?: boolean | undefined;
|
|
12167
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12168
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11939
12169
|
mediaDelivery?: {
|
|
11940
12170
|
sizes?: string | undefined;
|
|
11941
12171
|
widthCandidates?: number[] | undefined;
|
|
@@ -12040,6 +12270,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
12040
12270
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12041
12271
|
showMediaPreview?: boolean | undefined;
|
|
12042
12272
|
showMediaOverlayActions?: boolean | undefined;
|
|
12273
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12274
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12043
12275
|
mediaDelivery?: {
|
|
12044
12276
|
sizes?: string | undefined;
|
|
12045
12277
|
widthCandidates?: number[] | undefined;
|
|
@@ -12144,6 +12376,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
12144
12376
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12145
12377
|
showMediaPreview?: boolean | undefined;
|
|
12146
12378
|
showMediaOverlayActions?: boolean | undefined;
|
|
12379
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12380
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12147
12381
|
mediaDelivery?: {
|
|
12148
12382
|
sizes?: string | undefined;
|
|
12149
12383
|
widthCandidates?: number[] | undefined;
|
|
@@ -12248,6 +12482,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
12248
12482
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12249
12483
|
showMediaPreview?: boolean | undefined;
|
|
12250
12484
|
showMediaOverlayActions?: boolean | undefined;
|
|
12485
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12486
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12251
12487
|
mediaDelivery?: {
|
|
12252
12488
|
sizes?: string | undefined;
|
|
12253
12489
|
widthCandidates?: number[] | undefined;
|
|
@@ -12352,6 +12588,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
12352
12588
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12353
12589
|
showMediaPreview?: boolean | undefined;
|
|
12354
12590
|
showMediaOverlayActions?: boolean | undefined;
|
|
12591
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12592
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12355
12593
|
mediaDelivery?: {
|
|
12356
12594
|
sizes?: string | undefined;
|
|
12357
12595
|
widthCandidates?: number[] | undefined;
|
|
@@ -12460,6 +12698,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
12460
12698
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12461
12699
|
showMediaPreview?: boolean | undefined;
|
|
12462
12700
|
showMediaOverlayActions?: boolean | undefined;
|
|
12701
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12702
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12463
12703
|
mediaDelivery?: {
|
|
12464
12704
|
sizes?: string | undefined;
|
|
12465
12705
|
widthCandidates?: number[] | undefined;
|
|
@@ -12564,6 +12804,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
12564
12804
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12565
12805
|
showMediaPreview?: boolean | undefined;
|
|
12566
12806
|
showMediaOverlayActions?: boolean | undefined;
|
|
12807
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12808
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12567
12809
|
mediaDelivery?: {
|
|
12568
12810
|
sizes?: string | undefined;
|
|
12569
12811
|
widthCandidates?: number[] | undefined;
|
|
@@ -12670,6 +12912,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
12670
12912
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12671
12913
|
showMediaPreview?: boolean | undefined;
|
|
12672
12914
|
showMediaOverlayActions?: boolean | undefined;
|
|
12915
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12916
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12673
12917
|
mediaDelivery?: {
|
|
12674
12918
|
sizes?: string | undefined;
|
|
12675
12919
|
widthCandidates?: number[] | undefined;
|
|
@@ -12774,6 +13018,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
12774
13018
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12775
13019
|
showMediaPreview?: boolean | undefined;
|
|
12776
13020
|
showMediaOverlayActions?: boolean | undefined;
|
|
13021
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13022
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12777
13023
|
mediaDelivery?: {
|
|
12778
13024
|
sizes?: string | undefined;
|
|
12779
13025
|
widthCandidates?: number[] | undefined;
|
|
@@ -12896,6 +13142,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
12896
13142
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12897
13143
|
showMediaPreview?: boolean | undefined;
|
|
12898
13144
|
showMediaOverlayActions?: boolean | undefined;
|
|
13145
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13146
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12899
13147
|
mediaDelivery?: {
|
|
12900
13148
|
sizes?: string | undefined;
|
|
12901
13149
|
widthCandidates?: number[] | undefined;
|
|
@@ -13009,6 +13257,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
13009
13257
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13010
13258
|
showMediaPreview?: boolean | undefined;
|
|
13011
13259
|
showMediaOverlayActions?: boolean | undefined;
|
|
13260
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13261
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13012
13262
|
mediaDelivery?: {
|
|
13013
13263
|
sizes?: string | undefined;
|
|
13014
13264
|
widthCandidates?: number[] | undefined;
|
|
@@ -13114,6 +13364,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
13114
13364
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13115
13365
|
showMediaPreview?: boolean | undefined;
|
|
13116
13366
|
showMediaOverlayActions?: boolean | undefined;
|
|
13367
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13368
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13117
13369
|
mediaDelivery?: {
|
|
13118
13370
|
sizes?: string | undefined;
|
|
13119
13371
|
widthCandidates?: number[] | undefined;
|
|
@@ -13219,6 +13471,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
13219
13471
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13220
13472
|
showMediaPreview?: boolean | undefined;
|
|
13221
13473
|
showMediaOverlayActions?: boolean | undefined;
|
|
13474
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13475
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13222
13476
|
mediaDelivery?: {
|
|
13223
13477
|
sizes?: string | undefined;
|
|
13224
13478
|
widthCandidates?: number[] | undefined;
|
|
@@ -13325,6 +13579,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
13325
13579
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13326
13580
|
showMediaPreview?: boolean | undefined;
|
|
13327
13581
|
showMediaOverlayActions?: boolean | undefined;
|
|
13582
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13583
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13328
13584
|
mediaDelivery?: {
|
|
13329
13585
|
sizes?: string | undefined;
|
|
13330
13586
|
widthCandidates?: number[] | undefined;
|
|
@@ -13429,6 +13685,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
13429
13685
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13430
13686
|
showMediaPreview?: boolean | undefined;
|
|
13431
13687
|
showMediaOverlayActions?: boolean | undefined;
|
|
13688
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13689
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13432
13690
|
mediaDelivery?: {
|
|
13433
13691
|
sizes?: string | undefined;
|
|
13434
13692
|
widthCandidates?: number[] | undefined;
|
|
@@ -13533,6 +13791,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
13533
13791
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13534
13792
|
showMediaPreview?: boolean | undefined;
|
|
13535
13793
|
showMediaOverlayActions?: boolean | undefined;
|
|
13794
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13795
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13536
13796
|
mediaDelivery?: {
|
|
13537
13797
|
sizes?: string | undefined;
|
|
13538
13798
|
widthCandidates?: number[] | undefined;
|
|
@@ -13637,6 +13897,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
13637
13897
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13638
13898
|
showMediaPreview?: boolean | undefined;
|
|
13639
13899
|
showMediaOverlayActions?: boolean | undefined;
|
|
13900
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13901
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13640
13902
|
mediaDelivery?: {
|
|
13641
13903
|
sizes?: string | undefined;
|
|
13642
13904
|
widthCandidates?: number[] | undefined;
|
|
@@ -13741,6 +14003,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
13741
14003
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13742
14004
|
showMediaPreview?: boolean | undefined;
|
|
13743
14005
|
showMediaOverlayActions?: boolean | undefined;
|
|
14006
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14007
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13744
14008
|
mediaDelivery?: {
|
|
13745
14009
|
sizes?: string | undefined;
|
|
13746
14010
|
widthCandidates?: number[] | undefined;
|
|
@@ -13845,6 +14109,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
13845
14109
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13846
14110
|
showMediaPreview?: boolean | undefined;
|
|
13847
14111
|
showMediaOverlayActions?: boolean | undefined;
|
|
14112
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14113
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13848
14114
|
mediaDelivery?: {
|
|
13849
14115
|
sizes?: string | undefined;
|
|
13850
14116
|
widthCandidates?: number[] | undefined;
|
|
@@ -13953,6 +14219,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
13953
14219
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13954
14220
|
showMediaPreview?: boolean | undefined;
|
|
13955
14221
|
showMediaOverlayActions?: boolean | undefined;
|
|
14222
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14223
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13956
14224
|
mediaDelivery?: {
|
|
13957
14225
|
sizes?: string | undefined;
|
|
13958
14226
|
widthCandidates?: number[] | undefined;
|
|
@@ -14057,6 +14325,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
14057
14325
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14058
14326
|
showMediaPreview?: boolean | undefined;
|
|
14059
14327
|
showMediaOverlayActions?: boolean | undefined;
|
|
14328
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14329
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14060
14330
|
mediaDelivery?: {
|
|
14061
14331
|
sizes?: string | undefined;
|
|
14062
14332
|
widthCandidates?: number[] | undefined;
|
|
@@ -14163,6 +14433,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
14163
14433
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14164
14434
|
showMediaPreview?: boolean | undefined;
|
|
14165
14435
|
showMediaOverlayActions?: boolean | undefined;
|
|
14436
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14437
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14166
14438
|
mediaDelivery?: {
|
|
14167
14439
|
sizes?: string | undefined;
|
|
14168
14440
|
widthCandidates?: number[] | undefined;
|
|
@@ -14267,6 +14539,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
14267
14539
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14268
14540
|
showMediaPreview?: boolean | undefined;
|
|
14269
14541
|
showMediaOverlayActions?: boolean | undefined;
|
|
14542
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14543
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14270
14544
|
mediaDelivery?: {
|
|
14271
14545
|
sizes?: string | undefined;
|
|
14272
14546
|
widthCandidates?: number[] | undefined;
|
|
@@ -14378,6 +14652,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
14378
14652
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14379
14653
|
showMediaPreview?: boolean | undefined;
|
|
14380
14654
|
showMediaOverlayActions?: boolean | undefined;
|
|
14655
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14656
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14381
14657
|
mediaDelivery?: {
|
|
14382
14658
|
sizes?: string | undefined;
|
|
14383
14659
|
widthCandidates?: number[] | undefined;
|
|
@@ -14488,6 +14764,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
14488
14764
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14489
14765
|
showMediaPreview?: boolean | undefined;
|
|
14490
14766
|
showMediaOverlayActions?: boolean | undefined;
|
|
14767
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14768
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14491
14769
|
mediaDelivery?: {
|
|
14492
14770
|
sizes?: string | undefined;
|
|
14493
14771
|
widthCandidates?: number[] | undefined;
|
|
@@ -14592,6 +14870,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
14592
14870
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14593
14871
|
showMediaPreview?: boolean | undefined;
|
|
14594
14872
|
showMediaOverlayActions?: boolean | undefined;
|
|
14873
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14874
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14595
14875
|
mediaDelivery?: {
|
|
14596
14876
|
sizes?: string | undefined;
|
|
14597
14877
|
widthCandidates?: number[] | undefined;
|
|
@@ -14699,6 +14979,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
14699
14979
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14700
14980
|
showMediaPreview?: boolean | undefined;
|
|
14701
14981
|
showMediaOverlayActions?: boolean | undefined;
|
|
14982
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14983
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14702
14984
|
mediaDelivery?: {
|
|
14703
14985
|
sizes?: string | undefined;
|
|
14704
14986
|
widthCandidates?: number[] | undefined;
|
|
@@ -14808,6 +15090,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
14808
15090
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14809
15091
|
showMediaPreview?: boolean | undefined;
|
|
14810
15092
|
showMediaOverlayActions?: boolean | undefined;
|
|
15093
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15094
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14811
15095
|
mediaDelivery?: {
|
|
14812
15096
|
sizes?: string | undefined;
|
|
14813
15097
|
widthCandidates?: number[] | undefined;
|
|
@@ -14918,6 +15202,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
14918
15202
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14919
15203
|
showMediaPreview?: boolean | undefined;
|
|
14920
15204
|
showMediaOverlayActions?: boolean | undefined;
|
|
15205
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15206
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14921
15207
|
mediaDelivery?: {
|
|
14922
15208
|
sizes?: string | undefined;
|
|
14923
15209
|
widthCandidates?: number[] | undefined;
|
|
@@ -15022,6 +15308,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
15022
15308
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15023
15309
|
showMediaPreview?: boolean | undefined;
|
|
15024
15310
|
showMediaOverlayActions?: boolean | undefined;
|
|
15311
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15312
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15025
15313
|
mediaDelivery?: {
|
|
15026
15314
|
sizes?: string | undefined;
|
|
15027
15315
|
widthCandidates?: number[] | undefined;
|
|
@@ -15133,6 +15421,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
15133
15421
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15134
15422
|
showMediaPreview?: boolean | undefined;
|
|
15135
15423
|
showMediaOverlayActions?: boolean | undefined;
|
|
15424
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15425
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15136
15426
|
mediaDelivery?: {
|
|
15137
15427
|
sizes?: string | undefined;
|
|
15138
15428
|
widthCandidates?: number[] | undefined;
|
|
@@ -15238,6 +15528,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
15238
15528
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15239
15529
|
showMediaPreview?: boolean | undefined;
|
|
15240
15530
|
showMediaOverlayActions?: boolean | undefined;
|
|
15531
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15532
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15241
15533
|
mediaDelivery?: {
|
|
15242
15534
|
sizes?: string | undefined;
|
|
15243
15535
|
widthCandidates?: number[] | undefined;
|
|
@@ -15343,6 +15635,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
15343
15635
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15344
15636
|
showMediaPreview?: boolean | undefined;
|
|
15345
15637
|
showMediaOverlayActions?: boolean | undefined;
|
|
15638
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15639
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15346
15640
|
mediaDelivery?: {
|
|
15347
15641
|
sizes?: string | undefined;
|
|
15348
15642
|
widthCandidates?: number[] | undefined;
|
|
@@ -15449,6 +15743,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
15449
15743
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15450
15744
|
showMediaPreview?: boolean | undefined;
|
|
15451
15745
|
showMediaOverlayActions?: boolean | undefined;
|
|
15746
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15747
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15452
15748
|
mediaDelivery?: {
|
|
15453
15749
|
sizes?: string | undefined;
|
|
15454
15750
|
widthCandidates?: number[] | undefined;
|
|
@@ -15553,6 +15849,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
15553
15849
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15554
15850
|
showMediaPreview?: boolean | undefined;
|
|
15555
15851
|
showMediaOverlayActions?: boolean | undefined;
|
|
15852
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15853
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15556
15854
|
mediaDelivery?: {
|
|
15557
15855
|
sizes?: string | undefined;
|
|
15558
15856
|
widthCandidates?: number[] | undefined;
|
|
@@ -15657,6 +15955,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
15657
15955
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15658
15956
|
showMediaPreview?: boolean | undefined;
|
|
15659
15957
|
showMediaOverlayActions?: boolean | undefined;
|
|
15958
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15959
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15660
15960
|
mediaDelivery?: {
|
|
15661
15961
|
sizes?: string | undefined;
|
|
15662
15962
|
widthCandidates?: number[] | undefined;
|
|
@@ -15761,6 +16061,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
15761
16061
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15762
16062
|
showMediaPreview?: boolean | undefined;
|
|
15763
16063
|
showMediaOverlayActions?: boolean | undefined;
|
|
16064
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16065
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15764
16066
|
mediaDelivery?: {
|
|
15765
16067
|
sizes?: string | undefined;
|
|
15766
16068
|
widthCandidates?: number[] | undefined;
|
|
@@ -15865,6 +16167,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
15865
16167
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15866
16168
|
showMediaPreview?: boolean | undefined;
|
|
15867
16169
|
showMediaOverlayActions?: boolean | undefined;
|
|
16170
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16171
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15868
16172
|
mediaDelivery?: {
|
|
15869
16173
|
sizes?: string | undefined;
|
|
15870
16174
|
widthCandidates?: number[] | undefined;
|
|
@@ -15969,6 +16273,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
15969
16273
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15970
16274
|
showMediaPreview?: boolean | undefined;
|
|
15971
16275
|
showMediaOverlayActions?: boolean | undefined;
|
|
16276
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16277
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15972
16278
|
mediaDelivery?: {
|
|
15973
16279
|
sizes?: string | undefined;
|
|
15974
16280
|
widthCandidates?: number[] | undefined;
|
|
@@ -16077,6 +16383,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
16077
16383
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16078
16384
|
showMediaPreview?: boolean | undefined;
|
|
16079
16385
|
showMediaOverlayActions?: boolean | undefined;
|
|
16386
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16387
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16080
16388
|
mediaDelivery?: {
|
|
16081
16389
|
sizes?: string | undefined;
|
|
16082
16390
|
widthCandidates?: number[] | undefined;
|
|
@@ -16181,6 +16489,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
16181
16489
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16182
16490
|
showMediaPreview?: boolean | undefined;
|
|
16183
16491
|
showMediaOverlayActions?: boolean | undefined;
|
|
16492
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16493
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16184
16494
|
mediaDelivery?: {
|
|
16185
16495
|
sizes?: string | undefined;
|
|
16186
16496
|
widthCandidates?: number[] | undefined;
|
|
@@ -16287,6 +16597,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
16287
16597
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16288
16598
|
showMediaPreview?: boolean | undefined;
|
|
16289
16599
|
showMediaOverlayActions?: boolean | undefined;
|
|
16600
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16601
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16290
16602
|
mediaDelivery?: {
|
|
16291
16603
|
sizes?: string | undefined;
|
|
16292
16604
|
widthCandidates?: number[] | undefined;
|
|
@@ -16391,6 +16703,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
16391
16703
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16392
16704
|
showMediaPreview?: boolean | undefined;
|
|
16393
16705
|
showMediaOverlayActions?: boolean | undefined;
|
|
16706
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16707
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16394
16708
|
mediaDelivery?: {
|
|
16395
16709
|
sizes?: string | undefined;
|
|
16396
16710
|
widthCandidates?: number[] | undefined;
|
|
@@ -16513,6 +16827,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
16513
16827
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16514
16828
|
showMediaPreview?: boolean | undefined;
|
|
16515
16829
|
showMediaOverlayActions?: boolean | undefined;
|
|
16830
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16831
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16516
16832
|
mediaDelivery?: {
|
|
16517
16833
|
sizes?: string | undefined;
|
|
16518
16834
|
widthCandidates?: number[] | undefined;
|
|
@@ -16621,6 +16937,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
16621
16937
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16622
16938
|
showMediaPreview?: boolean | undefined;
|
|
16623
16939
|
showMediaOverlayActions?: boolean | undefined;
|
|
16940
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16941
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16624
16942
|
mediaDelivery?: {
|
|
16625
16943
|
sizes?: string | undefined;
|
|
16626
16944
|
widthCandidates?: number[] | undefined;
|
|
@@ -16700,6 +17018,9 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
16700
17018
|
intent?: "style" | "content" | "display" | "behavior" | undefined;
|
|
16701
17019
|
} | undefined;
|
|
16702
17020
|
itemLabelSource?: string | undefined;
|
|
17021
|
+
showSummary?: boolean | undefined;
|
|
17022
|
+
summaryFields?: string[] | undefined;
|
|
17023
|
+
summaryMaxChars?: number | undefined;
|
|
16703
17024
|
maxItems?: number | undefined;
|
|
16704
17025
|
schema?: unknown;
|
|
16705
17026
|
polymorphic?: boolean | undefined;
|
|
@@ -16738,6 +17059,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
16738
17059
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16739
17060
|
showMediaPreview?: boolean | undefined;
|
|
16740
17061
|
showMediaOverlayActions?: boolean | undefined;
|
|
17062
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17063
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16741
17064
|
mediaDelivery?: {
|
|
16742
17065
|
sizes?: string | undefined;
|
|
16743
17066
|
widthCandidates?: number[] | undefined;
|
|
@@ -16851,6 +17174,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
16851
17174
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16852
17175
|
showMediaPreview?: boolean | undefined;
|
|
16853
17176
|
showMediaOverlayActions?: boolean | undefined;
|
|
17177
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17178
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16854
17179
|
mediaDelivery?: {
|
|
16855
17180
|
sizes?: string | undefined;
|
|
16856
17181
|
widthCandidates?: number[] | undefined;
|
|
@@ -16956,6 +17281,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
16956
17281
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16957
17282
|
showMediaPreview?: boolean | undefined;
|
|
16958
17283
|
showMediaOverlayActions?: boolean | undefined;
|
|
17284
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17285
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16959
17286
|
mediaDelivery?: {
|
|
16960
17287
|
sizes?: string | undefined;
|
|
16961
17288
|
widthCandidates?: number[] | undefined;
|
|
@@ -17061,6 +17388,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
17061
17388
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17062
17389
|
showMediaPreview?: boolean | undefined;
|
|
17063
17390
|
showMediaOverlayActions?: boolean | undefined;
|
|
17391
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17392
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17064
17393
|
mediaDelivery?: {
|
|
17065
17394
|
sizes?: string | undefined;
|
|
17066
17395
|
widthCandidates?: number[] | undefined;
|
|
@@ -17167,6 +17496,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
17167
17496
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17168
17497
|
showMediaPreview?: boolean | undefined;
|
|
17169
17498
|
showMediaOverlayActions?: boolean | undefined;
|
|
17499
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17500
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17170
17501
|
mediaDelivery?: {
|
|
17171
17502
|
sizes?: string | undefined;
|
|
17172
17503
|
widthCandidates?: number[] | undefined;
|
|
@@ -17271,6 +17602,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
17271
17602
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17272
17603
|
showMediaPreview?: boolean | undefined;
|
|
17273
17604
|
showMediaOverlayActions?: boolean | undefined;
|
|
17605
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17606
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17274
17607
|
mediaDelivery?: {
|
|
17275
17608
|
sizes?: string | undefined;
|
|
17276
17609
|
widthCandidates?: number[] | undefined;
|
|
@@ -17375,6 +17708,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
17375
17708
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17376
17709
|
showMediaPreview?: boolean | undefined;
|
|
17377
17710
|
showMediaOverlayActions?: boolean | undefined;
|
|
17711
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17712
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17378
17713
|
mediaDelivery?: {
|
|
17379
17714
|
sizes?: string | undefined;
|
|
17380
17715
|
widthCandidates?: number[] | undefined;
|
|
@@ -17479,6 +17814,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
17479
17814
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17480
17815
|
showMediaPreview?: boolean | undefined;
|
|
17481
17816
|
showMediaOverlayActions?: boolean | undefined;
|
|
17817
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17818
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17482
17819
|
mediaDelivery?: {
|
|
17483
17820
|
sizes?: string | undefined;
|
|
17484
17821
|
widthCandidates?: number[] | undefined;
|
|
@@ -17583,6 +17920,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
17583
17920
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17584
17921
|
showMediaPreview?: boolean | undefined;
|
|
17585
17922
|
showMediaOverlayActions?: boolean | undefined;
|
|
17923
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17924
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17586
17925
|
mediaDelivery?: {
|
|
17587
17926
|
sizes?: string | undefined;
|
|
17588
17927
|
widthCandidates?: number[] | undefined;
|
|
@@ -17687,6 +18026,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
17687
18026
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17688
18027
|
showMediaPreview?: boolean | undefined;
|
|
17689
18028
|
showMediaOverlayActions?: boolean | undefined;
|
|
18029
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18030
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17690
18031
|
mediaDelivery?: {
|
|
17691
18032
|
sizes?: string | undefined;
|
|
17692
18033
|
widthCandidates?: number[] | undefined;
|
|
@@ -17795,6 +18136,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
17795
18136
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17796
18137
|
showMediaPreview?: boolean | undefined;
|
|
17797
18138
|
showMediaOverlayActions?: boolean | undefined;
|
|
18139
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18140
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17798
18141
|
mediaDelivery?: {
|
|
17799
18142
|
sizes?: string | undefined;
|
|
17800
18143
|
widthCandidates?: number[] | undefined;
|
|
@@ -17899,6 +18242,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
17899
18242
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17900
18243
|
showMediaPreview?: boolean | undefined;
|
|
17901
18244
|
showMediaOverlayActions?: boolean | undefined;
|
|
18245
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18246
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17902
18247
|
mediaDelivery?: {
|
|
17903
18248
|
sizes?: string | undefined;
|
|
17904
18249
|
widthCandidates?: number[] | undefined;
|
|
@@ -18005,6 +18350,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
18005
18350
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18006
18351
|
showMediaPreview?: boolean | undefined;
|
|
18007
18352
|
showMediaOverlayActions?: boolean | undefined;
|
|
18353
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18354
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18008
18355
|
mediaDelivery?: {
|
|
18009
18356
|
sizes?: string | undefined;
|
|
18010
18357
|
widthCandidates?: number[] | undefined;
|
|
@@ -18109,6 +18456,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
18109
18456
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18110
18457
|
showMediaPreview?: boolean | undefined;
|
|
18111
18458
|
showMediaOverlayActions?: boolean | undefined;
|
|
18459
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18460
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18112
18461
|
mediaDelivery?: {
|
|
18113
18462
|
sizes?: string | undefined;
|
|
18114
18463
|
widthCandidates?: number[] | undefined;
|
|
@@ -18220,6 +18569,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
18220
18569
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18221
18570
|
showMediaPreview?: boolean | undefined;
|
|
18222
18571
|
showMediaOverlayActions?: boolean | undefined;
|
|
18572
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18573
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18223
18574
|
mediaDelivery?: {
|
|
18224
18575
|
sizes?: string | undefined;
|
|
18225
18576
|
widthCandidates?: number[] | undefined;
|
|
@@ -18330,6 +18681,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
18330
18681
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18331
18682
|
showMediaPreview?: boolean | undefined;
|
|
18332
18683
|
showMediaOverlayActions?: boolean | undefined;
|
|
18684
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18685
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18333
18686
|
mediaDelivery?: {
|
|
18334
18687
|
sizes?: string | undefined;
|
|
18335
18688
|
widthCandidates?: number[] | undefined;
|
|
@@ -18434,6 +18787,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
18434
18787
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18435
18788
|
showMediaPreview?: boolean | undefined;
|
|
18436
18789
|
showMediaOverlayActions?: boolean | undefined;
|
|
18790
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18791
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18437
18792
|
mediaDelivery?: {
|
|
18438
18793
|
sizes?: string | undefined;
|
|
18439
18794
|
widthCandidates?: number[] | undefined;
|
|
@@ -18545,6 +18900,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
18545
18900
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18546
18901
|
showMediaPreview?: boolean | undefined;
|
|
18547
18902
|
showMediaOverlayActions?: boolean | undefined;
|
|
18903
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18904
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18548
18905
|
mediaDelivery?: {
|
|
18549
18906
|
sizes?: string | undefined;
|
|
18550
18907
|
widthCandidates?: number[] | undefined;
|
|
@@ -18650,6 +19007,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
18650
19007
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18651
19008
|
showMediaPreview?: boolean | undefined;
|
|
18652
19009
|
showMediaOverlayActions?: boolean | undefined;
|
|
19010
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19011
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18653
19012
|
mediaDelivery?: {
|
|
18654
19013
|
sizes?: string | undefined;
|
|
18655
19014
|
widthCandidates?: number[] | undefined;
|
|
@@ -18755,6 +19114,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
18755
19114
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18756
19115
|
showMediaPreview?: boolean | undefined;
|
|
18757
19116
|
showMediaOverlayActions?: boolean | undefined;
|
|
19117
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19118
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18758
19119
|
mediaDelivery?: {
|
|
18759
19120
|
sizes?: string | undefined;
|
|
18760
19121
|
widthCandidates?: number[] | undefined;
|
|
@@ -18861,6 +19222,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
18861
19222
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18862
19223
|
showMediaPreview?: boolean | undefined;
|
|
18863
19224
|
showMediaOverlayActions?: boolean | undefined;
|
|
19225
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19226
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18864
19227
|
mediaDelivery?: {
|
|
18865
19228
|
sizes?: string | undefined;
|
|
18866
19229
|
widthCandidates?: number[] | undefined;
|
|
@@ -18965,6 +19328,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
18965
19328
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18966
19329
|
showMediaPreview?: boolean | undefined;
|
|
18967
19330
|
showMediaOverlayActions?: boolean | undefined;
|
|
19331
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19332
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18968
19333
|
mediaDelivery?: {
|
|
18969
19334
|
sizes?: string | undefined;
|
|
18970
19335
|
widthCandidates?: number[] | undefined;
|
|
@@ -19069,6 +19434,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
19069
19434
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19070
19435
|
showMediaPreview?: boolean | undefined;
|
|
19071
19436
|
showMediaOverlayActions?: boolean | undefined;
|
|
19437
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19438
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19072
19439
|
mediaDelivery?: {
|
|
19073
19440
|
sizes?: string | undefined;
|
|
19074
19441
|
widthCandidates?: number[] | undefined;
|
|
@@ -19173,6 +19540,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
19173
19540
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19174
19541
|
showMediaPreview?: boolean | undefined;
|
|
19175
19542
|
showMediaOverlayActions?: boolean | undefined;
|
|
19543
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19544
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19176
19545
|
mediaDelivery?: {
|
|
19177
19546
|
sizes?: string | undefined;
|
|
19178
19547
|
widthCandidates?: number[] | undefined;
|
|
@@ -19277,6 +19646,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
19277
19646
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19278
19647
|
showMediaPreview?: boolean | undefined;
|
|
19279
19648
|
showMediaOverlayActions?: boolean | undefined;
|
|
19649
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19650
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19280
19651
|
mediaDelivery?: {
|
|
19281
19652
|
sizes?: string | undefined;
|
|
19282
19653
|
widthCandidates?: number[] | undefined;
|
|
@@ -19381,6 +19752,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
19381
19752
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19382
19753
|
showMediaPreview?: boolean | undefined;
|
|
19383
19754
|
showMediaOverlayActions?: boolean | undefined;
|
|
19755
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19756
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19384
19757
|
mediaDelivery?: {
|
|
19385
19758
|
sizes?: string | undefined;
|
|
19386
19759
|
widthCandidates?: number[] | undefined;
|
|
@@ -19489,6 +19862,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
19489
19862
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19490
19863
|
showMediaPreview?: boolean | undefined;
|
|
19491
19864
|
showMediaOverlayActions?: boolean | undefined;
|
|
19865
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19866
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19492
19867
|
mediaDelivery?: {
|
|
19493
19868
|
sizes?: string | undefined;
|
|
19494
19869
|
widthCandidates?: number[] | undefined;
|
|
@@ -19593,6 +19968,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
19593
19968
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19594
19969
|
showMediaPreview?: boolean | undefined;
|
|
19595
19970
|
showMediaOverlayActions?: boolean | undefined;
|
|
19971
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19972
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19596
19973
|
mediaDelivery?: {
|
|
19597
19974
|
sizes?: string | undefined;
|
|
19598
19975
|
widthCandidates?: number[] | undefined;
|
|
@@ -19699,6 +20076,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
19699
20076
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19700
20077
|
showMediaPreview?: boolean | undefined;
|
|
19701
20078
|
showMediaOverlayActions?: boolean | undefined;
|
|
20079
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20080
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19702
20081
|
mediaDelivery?: {
|
|
19703
20082
|
sizes?: string | undefined;
|
|
19704
20083
|
widthCandidates?: number[] | undefined;
|
|
@@ -19803,6 +20182,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
19803
20182
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19804
20183
|
showMediaPreview?: boolean | undefined;
|
|
19805
20184
|
showMediaOverlayActions?: boolean | undefined;
|
|
20185
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20186
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19806
20187
|
mediaDelivery?: {
|
|
19807
20188
|
sizes?: string | undefined;
|
|
19808
20189
|
widthCandidates?: number[] | undefined;
|
|
@@ -19914,6 +20295,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
19914
20295
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19915
20296
|
showMediaPreview?: boolean | undefined;
|
|
19916
20297
|
showMediaOverlayActions?: boolean | undefined;
|
|
20298
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20299
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19917
20300
|
mediaDelivery?: {
|
|
19918
20301
|
sizes?: string | undefined;
|
|
19919
20302
|
widthCandidates?: number[] | undefined;
|
|
@@ -20024,6 +20407,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
20024
20407
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20025
20408
|
showMediaPreview?: boolean | undefined;
|
|
20026
20409
|
showMediaOverlayActions?: boolean | undefined;
|
|
20410
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20411
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20027
20412
|
mediaDelivery?: {
|
|
20028
20413
|
sizes?: string | undefined;
|
|
20029
20414
|
widthCandidates?: number[] | undefined;
|
|
@@ -20128,6 +20513,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
20128
20513
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20129
20514
|
showMediaPreview?: boolean | undefined;
|
|
20130
20515
|
showMediaOverlayActions?: boolean | undefined;
|
|
20516
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20517
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20131
20518
|
mediaDelivery?: {
|
|
20132
20519
|
sizes?: string | undefined;
|
|
20133
20520
|
widthCandidates?: number[] | undefined;
|
|
@@ -20235,6 +20622,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
20235
20622
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20236
20623
|
showMediaPreview?: boolean | undefined;
|
|
20237
20624
|
showMediaOverlayActions?: boolean | undefined;
|
|
20625
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20626
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20238
20627
|
mediaDelivery?: {
|
|
20239
20628
|
sizes?: string | undefined;
|
|
20240
20629
|
widthCandidates?: number[] | undefined;
|
|
@@ -20344,6 +20733,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
20344
20733
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20345
20734
|
showMediaPreview?: boolean | undefined;
|
|
20346
20735
|
showMediaOverlayActions?: boolean | undefined;
|
|
20736
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20737
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20347
20738
|
mediaDelivery?: {
|
|
20348
20739
|
sizes?: string | undefined;
|
|
20349
20740
|
widthCandidates?: number[] | undefined;
|
|
@@ -20454,6 +20845,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
20454
20845
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20455
20846
|
showMediaPreview?: boolean | undefined;
|
|
20456
20847
|
showMediaOverlayActions?: boolean | undefined;
|
|
20848
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20849
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20457
20850
|
mediaDelivery?: {
|
|
20458
20851
|
sizes?: string | undefined;
|
|
20459
20852
|
widthCandidates?: number[] | undefined;
|
|
@@ -20558,6 +20951,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
20558
20951
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20559
20952
|
showMediaPreview?: boolean | undefined;
|
|
20560
20953
|
showMediaOverlayActions?: boolean | undefined;
|
|
20954
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20955
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20561
20956
|
mediaDelivery?: {
|
|
20562
20957
|
sizes?: string | undefined;
|
|
20563
20958
|
widthCandidates?: number[] | undefined;
|
|
@@ -20662,6 +21057,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
20662
21057
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20663
21058
|
showMediaPreview?: boolean | undefined;
|
|
20664
21059
|
showMediaOverlayActions?: boolean | undefined;
|
|
21060
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21061
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20665
21062
|
mediaDelivery?: {
|
|
20666
21063
|
sizes?: string | undefined;
|
|
20667
21064
|
widthCandidates?: number[] | undefined;
|
|
@@ -20781,6 +21178,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
20781
21178
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20782
21179
|
showMediaPreview?: boolean | undefined;
|
|
20783
21180
|
showMediaOverlayActions?: boolean | undefined;
|
|
21181
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21182
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20784
21183
|
mediaDelivery?: {
|
|
20785
21184
|
sizes?: string | undefined;
|
|
20786
21185
|
widthCandidates?: number[] | undefined;
|
|
@@ -20889,6 +21288,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
20889
21288
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20890
21289
|
showMediaPreview?: boolean | undefined;
|
|
20891
21290
|
showMediaOverlayActions?: boolean | undefined;
|
|
21291
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21292
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20892
21293
|
mediaDelivery?: {
|
|
20893
21294
|
sizes?: string | undefined;
|
|
20894
21295
|
widthCandidates?: number[] | undefined;
|
|
@@ -20968,6 +21369,9 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
20968
21369
|
intent?: "style" | "content" | "display" | "behavior" | undefined;
|
|
20969
21370
|
} | undefined;
|
|
20970
21371
|
itemLabelSource?: string | undefined;
|
|
21372
|
+
showSummary?: boolean | undefined;
|
|
21373
|
+
summaryFields?: string[] | undefined;
|
|
21374
|
+
summaryMaxChars?: number | undefined;
|
|
20971
21375
|
maxItems?: number | undefined;
|
|
20972
21376
|
schema?: unknown;
|
|
20973
21377
|
polymorphic?: boolean | undefined;
|
|
@@ -21006,6 +21410,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
21006
21410
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21007
21411
|
showMediaPreview?: boolean | undefined;
|
|
21008
21412
|
showMediaOverlayActions?: boolean | undefined;
|
|
21413
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21414
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21009
21415
|
mediaDelivery?: {
|
|
21010
21416
|
sizes?: string | undefined;
|
|
21011
21417
|
widthCandidates?: number[] | undefined;
|
|
@@ -21119,6 +21525,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
21119
21525
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21120
21526
|
showMediaPreview?: boolean | undefined;
|
|
21121
21527
|
showMediaOverlayActions?: boolean | undefined;
|
|
21528
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21529
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21122
21530
|
mediaDelivery?: {
|
|
21123
21531
|
sizes?: string | undefined;
|
|
21124
21532
|
widthCandidates?: number[] | undefined;
|
|
@@ -21224,6 +21632,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
21224
21632
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21225
21633
|
showMediaPreview?: boolean | undefined;
|
|
21226
21634
|
showMediaOverlayActions?: boolean | undefined;
|
|
21635
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21636
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21227
21637
|
mediaDelivery?: {
|
|
21228
21638
|
sizes?: string | undefined;
|
|
21229
21639
|
widthCandidates?: number[] | undefined;
|
|
@@ -21329,6 +21739,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
21329
21739
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21330
21740
|
showMediaPreview?: boolean | undefined;
|
|
21331
21741
|
showMediaOverlayActions?: boolean | undefined;
|
|
21742
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21743
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21332
21744
|
mediaDelivery?: {
|
|
21333
21745
|
sizes?: string | undefined;
|
|
21334
21746
|
widthCandidates?: number[] | undefined;
|
|
@@ -21435,6 +21847,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
21435
21847
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21436
21848
|
showMediaPreview?: boolean | undefined;
|
|
21437
21849
|
showMediaOverlayActions?: boolean | undefined;
|
|
21850
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21851
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21438
21852
|
mediaDelivery?: {
|
|
21439
21853
|
sizes?: string | undefined;
|
|
21440
21854
|
widthCandidates?: number[] | undefined;
|
|
@@ -21539,6 +21953,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
21539
21953
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21540
21954
|
showMediaPreview?: boolean | undefined;
|
|
21541
21955
|
showMediaOverlayActions?: boolean | undefined;
|
|
21956
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21957
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21542
21958
|
mediaDelivery?: {
|
|
21543
21959
|
sizes?: string | undefined;
|
|
21544
21960
|
widthCandidates?: number[] | undefined;
|
|
@@ -21643,6 +22059,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
21643
22059
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21644
22060
|
showMediaPreview?: boolean | undefined;
|
|
21645
22061
|
showMediaOverlayActions?: boolean | undefined;
|
|
22062
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22063
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21646
22064
|
mediaDelivery?: {
|
|
21647
22065
|
sizes?: string | undefined;
|
|
21648
22066
|
widthCandidates?: number[] | undefined;
|
|
@@ -21747,6 +22165,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
21747
22165
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21748
22166
|
showMediaPreview?: boolean | undefined;
|
|
21749
22167
|
showMediaOverlayActions?: boolean | undefined;
|
|
22168
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22169
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21750
22170
|
mediaDelivery?: {
|
|
21751
22171
|
sizes?: string | undefined;
|
|
21752
22172
|
widthCandidates?: number[] | undefined;
|
|
@@ -21851,6 +22271,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
21851
22271
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21852
22272
|
showMediaPreview?: boolean | undefined;
|
|
21853
22273
|
showMediaOverlayActions?: boolean | undefined;
|
|
22274
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22275
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21854
22276
|
mediaDelivery?: {
|
|
21855
22277
|
sizes?: string | undefined;
|
|
21856
22278
|
widthCandidates?: number[] | undefined;
|
|
@@ -21955,6 +22377,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
21955
22377
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21956
22378
|
showMediaPreview?: boolean | undefined;
|
|
21957
22379
|
showMediaOverlayActions?: boolean | undefined;
|
|
22380
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22381
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21958
22382
|
mediaDelivery?: {
|
|
21959
22383
|
sizes?: string | undefined;
|
|
21960
22384
|
widthCandidates?: number[] | undefined;
|
|
@@ -22063,6 +22487,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
22063
22487
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22064
22488
|
showMediaPreview?: boolean | undefined;
|
|
22065
22489
|
showMediaOverlayActions?: boolean | undefined;
|
|
22490
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22491
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22066
22492
|
mediaDelivery?: {
|
|
22067
22493
|
sizes?: string | undefined;
|
|
22068
22494
|
widthCandidates?: number[] | undefined;
|
|
@@ -22167,6 +22593,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
22167
22593
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22168
22594
|
showMediaPreview?: boolean | undefined;
|
|
22169
22595
|
showMediaOverlayActions?: boolean | undefined;
|
|
22596
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22597
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22170
22598
|
mediaDelivery?: {
|
|
22171
22599
|
sizes?: string | undefined;
|
|
22172
22600
|
widthCandidates?: number[] | undefined;
|
|
@@ -22273,6 +22701,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
22273
22701
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22274
22702
|
showMediaPreview?: boolean | undefined;
|
|
22275
22703
|
showMediaOverlayActions?: boolean | undefined;
|
|
22704
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22705
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22276
22706
|
mediaDelivery?: {
|
|
22277
22707
|
sizes?: string | undefined;
|
|
22278
22708
|
widthCandidates?: number[] | undefined;
|
|
@@ -22377,6 +22807,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
22377
22807
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22378
22808
|
showMediaPreview?: boolean | undefined;
|
|
22379
22809
|
showMediaOverlayActions?: boolean | undefined;
|
|
22810
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22811
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22380
22812
|
mediaDelivery?: {
|
|
22381
22813
|
sizes?: string | undefined;
|
|
22382
22814
|
widthCandidates?: number[] | undefined;
|
|
@@ -22497,6 +22929,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
22497
22929
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22498
22930
|
showMediaPreview?: boolean | undefined;
|
|
22499
22931
|
showMediaOverlayActions?: boolean | undefined;
|
|
22932
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22933
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22500
22934
|
mediaDelivery?: {
|
|
22501
22935
|
sizes?: string | undefined;
|
|
22502
22936
|
widthCandidates?: number[] | undefined;
|
|
@@ -22610,6 +23044,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
22610
23044
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22611
23045
|
showMediaPreview?: boolean | undefined;
|
|
22612
23046
|
showMediaOverlayActions?: boolean | undefined;
|
|
23047
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23048
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22613
23049
|
mediaDelivery?: {
|
|
22614
23050
|
sizes?: string | undefined;
|
|
22615
23051
|
widthCandidates?: number[] | undefined;
|
|
@@ -22715,6 +23151,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
22715
23151
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22716
23152
|
showMediaPreview?: boolean | undefined;
|
|
22717
23153
|
showMediaOverlayActions?: boolean | undefined;
|
|
23154
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23155
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22718
23156
|
mediaDelivery?: {
|
|
22719
23157
|
sizes?: string | undefined;
|
|
22720
23158
|
widthCandidates?: number[] | undefined;
|
|
@@ -22820,6 +23258,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
22820
23258
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22821
23259
|
showMediaPreview?: boolean | undefined;
|
|
22822
23260
|
showMediaOverlayActions?: boolean | undefined;
|
|
23261
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23262
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22823
23263
|
mediaDelivery?: {
|
|
22824
23264
|
sizes?: string | undefined;
|
|
22825
23265
|
widthCandidates?: number[] | undefined;
|
|
@@ -22926,6 +23366,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
22926
23366
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22927
23367
|
showMediaPreview?: boolean | undefined;
|
|
22928
23368
|
showMediaOverlayActions?: boolean | undefined;
|
|
23369
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23370
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22929
23371
|
mediaDelivery?: {
|
|
22930
23372
|
sizes?: string | undefined;
|
|
22931
23373
|
widthCandidates?: number[] | undefined;
|
|
@@ -23030,6 +23472,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
23030
23472
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23031
23473
|
showMediaPreview?: boolean | undefined;
|
|
23032
23474
|
showMediaOverlayActions?: boolean | undefined;
|
|
23475
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23476
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23033
23477
|
mediaDelivery?: {
|
|
23034
23478
|
sizes?: string | undefined;
|
|
23035
23479
|
widthCandidates?: number[] | undefined;
|
|
@@ -23134,6 +23578,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
23134
23578
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23135
23579
|
showMediaPreview?: boolean | undefined;
|
|
23136
23580
|
showMediaOverlayActions?: boolean | undefined;
|
|
23581
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23582
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23137
23583
|
mediaDelivery?: {
|
|
23138
23584
|
sizes?: string | undefined;
|
|
23139
23585
|
widthCandidates?: number[] | undefined;
|
|
@@ -23238,6 +23684,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
23238
23684
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23239
23685
|
showMediaPreview?: boolean | undefined;
|
|
23240
23686
|
showMediaOverlayActions?: boolean | undefined;
|
|
23687
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23688
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23241
23689
|
mediaDelivery?: {
|
|
23242
23690
|
sizes?: string | undefined;
|
|
23243
23691
|
widthCandidates?: number[] | undefined;
|
|
@@ -23342,6 +23790,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
23342
23790
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23343
23791
|
showMediaPreview?: boolean | undefined;
|
|
23344
23792
|
showMediaOverlayActions?: boolean | undefined;
|
|
23793
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23794
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23345
23795
|
mediaDelivery?: {
|
|
23346
23796
|
sizes?: string | undefined;
|
|
23347
23797
|
widthCandidates?: number[] | undefined;
|
|
@@ -23446,6 +23896,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
23446
23896
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23447
23897
|
showMediaPreview?: boolean | undefined;
|
|
23448
23898
|
showMediaOverlayActions?: boolean | undefined;
|
|
23899
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23900
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23449
23901
|
mediaDelivery?: {
|
|
23450
23902
|
sizes?: string | undefined;
|
|
23451
23903
|
widthCandidates?: number[] | undefined;
|
|
@@ -23554,6 +24006,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
23554
24006
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23555
24007
|
showMediaPreview?: boolean | undefined;
|
|
23556
24008
|
showMediaOverlayActions?: boolean | undefined;
|
|
24009
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24010
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23557
24011
|
mediaDelivery?: {
|
|
23558
24012
|
sizes?: string | undefined;
|
|
23559
24013
|
widthCandidates?: number[] | undefined;
|
|
@@ -23658,6 +24112,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
23658
24112
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23659
24113
|
showMediaPreview?: boolean | undefined;
|
|
23660
24114
|
showMediaOverlayActions?: boolean | undefined;
|
|
24115
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24116
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23661
24117
|
mediaDelivery?: {
|
|
23662
24118
|
sizes?: string | undefined;
|
|
23663
24119
|
widthCandidates?: number[] | undefined;
|
|
@@ -23764,6 +24220,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
23764
24220
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23765
24221
|
showMediaPreview?: boolean | undefined;
|
|
23766
24222
|
showMediaOverlayActions?: boolean | undefined;
|
|
24223
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24224
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23767
24225
|
mediaDelivery?: {
|
|
23768
24226
|
sizes?: string | undefined;
|
|
23769
24227
|
widthCandidates?: number[] | undefined;
|
|
@@ -23868,6 +24326,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
23868
24326
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23869
24327
|
showMediaPreview?: boolean | undefined;
|
|
23870
24328
|
showMediaOverlayActions?: boolean | undefined;
|
|
24329
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24330
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23871
24331
|
mediaDelivery?: {
|
|
23872
24332
|
sizes?: string | undefined;
|
|
23873
24333
|
widthCandidates?: number[] | undefined;
|
|
@@ -23979,6 +24439,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
23979
24439
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23980
24440
|
showMediaPreview?: boolean | undefined;
|
|
23981
24441
|
showMediaOverlayActions?: boolean | undefined;
|
|
24442
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24443
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23982
24444
|
mediaDelivery?: {
|
|
23983
24445
|
sizes?: string | undefined;
|
|
23984
24446
|
widthCandidates?: number[] | undefined;
|
|
@@ -24089,6 +24551,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
24089
24551
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24090
24552
|
showMediaPreview?: boolean | undefined;
|
|
24091
24553
|
showMediaOverlayActions?: boolean | undefined;
|
|
24554
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24555
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24092
24556
|
mediaDelivery?: {
|
|
24093
24557
|
sizes?: string | undefined;
|
|
24094
24558
|
widthCandidates?: number[] | undefined;
|
|
@@ -24193,6 +24657,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
24193
24657
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24194
24658
|
showMediaPreview?: boolean | undefined;
|
|
24195
24659
|
showMediaOverlayActions?: boolean | undefined;
|
|
24660
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24661
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24196
24662
|
mediaDelivery?: {
|
|
24197
24663
|
sizes?: string | undefined;
|
|
24198
24664
|
widthCandidates?: number[] | undefined;
|
|
@@ -24297,6 +24763,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
24297
24763
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24298
24764
|
showMediaPreview?: boolean | undefined;
|
|
24299
24765
|
showMediaOverlayActions?: boolean | undefined;
|
|
24766
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24767
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24300
24768
|
mediaDelivery?: {
|
|
24301
24769
|
sizes?: string | undefined;
|
|
24302
24770
|
widthCandidates?: number[] | undefined;
|
|
@@ -24405,6 +24873,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
24405
24873
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24406
24874
|
showMediaPreview?: boolean | undefined;
|
|
24407
24875
|
showMediaOverlayActions?: boolean | undefined;
|
|
24876
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24877
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24408
24878
|
mediaDelivery?: {
|
|
24409
24879
|
sizes?: string | undefined;
|
|
24410
24880
|
widthCandidates?: number[] | undefined;
|
|
@@ -24515,6 +24985,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
24515
24985
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24516
24986
|
showMediaPreview?: boolean | undefined;
|
|
24517
24987
|
showMediaOverlayActions?: boolean | undefined;
|
|
24988
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24989
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24518
24990
|
mediaDelivery?: {
|
|
24519
24991
|
sizes?: string | undefined;
|
|
24520
24992
|
widthCandidates?: number[] | undefined;
|
|
@@ -24619,6 +25091,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
24619
25091
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24620
25092
|
showMediaPreview?: boolean | undefined;
|
|
24621
25093
|
showMediaOverlayActions?: boolean | undefined;
|
|
25094
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25095
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24622
25096
|
mediaDelivery?: {
|
|
24623
25097
|
sizes?: string | undefined;
|
|
24624
25098
|
widthCandidates?: number[] | undefined;
|
|
@@ -24730,6 +25204,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
24730
25204
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24731
25205
|
showMediaPreview?: boolean | undefined;
|
|
24732
25206
|
showMediaOverlayActions?: boolean | undefined;
|
|
25207
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25208
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24733
25209
|
mediaDelivery?: {
|
|
24734
25210
|
sizes?: string | undefined;
|
|
24735
25211
|
widthCandidates?: number[] | undefined;
|
|
@@ -24835,6 +25311,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
24835
25311
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24836
25312
|
showMediaPreview?: boolean | undefined;
|
|
24837
25313
|
showMediaOverlayActions?: boolean | undefined;
|
|
25314
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25315
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24838
25316
|
mediaDelivery?: {
|
|
24839
25317
|
sizes?: string | undefined;
|
|
24840
25318
|
widthCandidates?: number[] | undefined;
|
|
@@ -24940,6 +25418,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
24940
25418
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24941
25419
|
showMediaPreview?: boolean | undefined;
|
|
24942
25420
|
showMediaOverlayActions?: boolean | undefined;
|
|
25421
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25422
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24943
25423
|
mediaDelivery?: {
|
|
24944
25424
|
sizes?: string | undefined;
|
|
24945
25425
|
widthCandidates?: number[] | undefined;
|
|
@@ -25046,6 +25526,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
25046
25526
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25047
25527
|
showMediaPreview?: boolean | undefined;
|
|
25048
25528
|
showMediaOverlayActions?: boolean | undefined;
|
|
25529
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25530
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25049
25531
|
mediaDelivery?: {
|
|
25050
25532
|
sizes?: string | undefined;
|
|
25051
25533
|
widthCandidates?: number[] | undefined;
|
|
@@ -25150,6 +25632,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
25150
25632
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25151
25633
|
showMediaPreview?: boolean | undefined;
|
|
25152
25634
|
showMediaOverlayActions?: boolean | undefined;
|
|
25635
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25636
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25153
25637
|
mediaDelivery?: {
|
|
25154
25638
|
sizes?: string | undefined;
|
|
25155
25639
|
widthCandidates?: number[] | undefined;
|
|
@@ -25254,6 +25738,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
25254
25738
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25255
25739
|
showMediaPreview?: boolean | undefined;
|
|
25256
25740
|
showMediaOverlayActions?: boolean | undefined;
|
|
25741
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25742
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25257
25743
|
mediaDelivery?: {
|
|
25258
25744
|
sizes?: string | undefined;
|
|
25259
25745
|
widthCandidates?: number[] | undefined;
|
|
@@ -25358,6 +25844,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
25358
25844
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25359
25845
|
showMediaPreview?: boolean | undefined;
|
|
25360
25846
|
showMediaOverlayActions?: boolean | undefined;
|
|
25847
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25848
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25361
25849
|
mediaDelivery?: {
|
|
25362
25850
|
sizes?: string | undefined;
|
|
25363
25851
|
widthCandidates?: number[] | undefined;
|
|
@@ -25462,6 +25950,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
25462
25950
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25463
25951
|
showMediaPreview?: boolean | undefined;
|
|
25464
25952
|
showMediaOverlayActions?: boolean | undefined;
|
|
25953
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25954
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25465
25955
|
mediaDelivery?: {
|
|
25466
25956
|
sizes?: string | undefined;
|
|
25467
25957
|
widthCandidates?: number[] | undefined;
|
|
@@ -25566,6 +26056,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
25566
26056
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25567
26057
|
showMediaPreview?: boolean | undefined;
|
|
25568
26058
|
showMediaOverlayActions?: boolean | undefined;
|
|
26059
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26060
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25569
26061
|
mediaDelivery?: {
|
|
25570
26062
|
sizes?: string | undefined;
|
|
25571
26063
|
widthCandidates?: number[] | undefined;
|
|
@@ -25674,6 +26166,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
25674
26166
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25675
26167
|
showMediaPreview?: boolean | undefined;
|
|
25676
26168
|
showMediaOverlayActions?: boolean | undefined;
|
|
26169
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26170
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25677
26171
|
mediaDelivery?: {
|
|
25678
26172
|
sizes?: string | undefined;
|
|
25679
26173
|
widthCandidates?: number[] | undefined;
|
|
@@ -25778,6 +26272,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
25778
26272
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25779
26273
|
showMediaPreview?: boolean | undefined;
|
|
25780
26274
|
showMediaOverlayActions?: boolean | undefined;
|
|
26275
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26276
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25781
26277
|
mediaDelivery?: {
|
|
25782
26278
|
sizes?: string | undefined;
|
|
25783
26279
|
widthCandidates?: number[] | undefined;
|
|
@@ -25884,6 +26380,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
25884
26380
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25885
26381
|
showMediaPreview?: boolean | undefined;
|
|
25886
26382
|
showMediaOverlayActions?: boolean | undefined;
|
|
26383
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26384
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25887
26385
|
mediaDelivery?: {
|
|
25888
26386
|
sizes?: string | undefined;
|
|
25889
26387
|
widthCandidates?: number[] | undefined;
|
|
@@ -25988,6 +26486,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
25988
26486
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25989
26487
|
showMediaPreview?: boolean | undefined;
|
|
25990
26488
|
showMediaOverlayActions?: boolean | undefined;
|
|
26489
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26490
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25991
26491
|
mediaDelivery?: {
|
|
25992
26492
|
sizes?: string | undefined;
|
|
25993
26493
|
widthCandidates?: number[] | undefined;
|
|
@@ -26108,6 +26608,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
26108
26608
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26109
26609
|
showMediaPreview?: boolean | undefined;
|
|
26110
26610
|
showMediaOverlayActions?: boolean | undefined;
|
|
26611
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26612
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26111
26613
|
mediaDelivery?: {
|
|
26112
26614
|
sizes?: string | undefined;
|
|
26113
26615
|
widthCandidates?: number[] | undefined;
|
|
@@ -26216,6 +26718,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
26216
26718
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26217
26719
|
showMediaPreview?: boolean | undefined;
|
|
26218
26720
|
showMediaOverlayActions?: boolean | undefined;
|
|
26721
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26722
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26219
26723
|
mediaDelivery?: {
|
|
26220
26724
|
sizes?: string | undefined;
|
|
26221
26725
|
widthCandidates?: number[] | undefined;
|
|
@@ -26295,6 +26799,9 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
26295
26799
|
intent?: "style" | "content" | "display" | "behavior" | undefined;
|
|
26296
26800
|
} | undefined;
|
|
26297
26801
|
itemLabelSource?: string | undefined;
|
|
26802
|
+
showSummary?: boolean | undefined;
|
|
26803
|
+
summaryFields?: string[] | undefined;
|
|
26804
|
+
summaryMaxChars?: number | undefined;
|
|
26298
26805
|
maxItems?: number | undefined;
|
|
26299
26806
|
schema?: unknown;
|
|
26300
26807
|
polymorphic?: boolean | undefined;
|
|
@@ -26333,6 +26840,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
26333
26840
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26334
26841
|
showMediaPreview?: boolean | undefined;
|
|
26335
26842
|
showMediaOverlayActions?: boolean | undefined;
|
|
26843
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26844
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26336
26845
|
mediaDelivery?: {
|
|
26337
26846
|
sizes?: string | undefined;
|
|
26338
26847
|
widthCandidates?: number[] | undefined;
|
|
@@ -26446,6 +26955,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
26446
26955
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26447
26956
|
showMediaPreview?: boolean | undefined;
|
|
26448
26957
|
showMediaOverlayActions?: boolean | undefined;
|
|
26958
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26959
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26449
26960
|
mediaDelivery?: {
|
|
26450
26961
|
sizes?: string | undefined;
|
|
26451
26962
|
widthCandidates?: number[] | undefined;
|
|
@@ -26551,6 +27062,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
26551
27062
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26552
27063
|
showMediaPreview?: boolean | undefined;
|
|
26553
27064
|
showMediaOverlayActions?: boolean | undefined;
|
|
27065
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27066
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26554
27067
|
mediaDelivery?: {
|
|
26555
27068
|
sizes?: string | undefined;
|
|
26556
27069
|
widthCandidates?: number[] | undefined;
|
|
@@ -26656,6 +27169,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
26656
27169
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26657
27170
|
showMediaPreview?: boolean | undefined;
|
|
26658
27171
|
showMediaOverlayActions?: boolean | undefined;
|
|
27172
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27173
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26659
27174
|
mediaDelivery?: {
|
|
26660
27175
|
sizes?: string | undefined;
|
|
26661
27176
|
widthCandidates?: number[] | undefined;
|
|
@@ -26762,6 +27277,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
26762
27277
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26763
27278
|
showMediaPreview?: boolean | undefined;
|
|
26764
27279
|
showMediaOverlayActions?: boolean | undefined;
|
|
27280
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27281
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26765
27282
|
mediaDelivery?: {
|
|
26766
27283
|
sizes?: string | undefined;
|
|
26767
27284
|
widthCandidates?: number[] | undefined;
|
|
@@ -26866,6 +27383,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
26866
27383
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26867
27384
|
showMediaPreview?: boolean | undefined;
|
|
26868
27385
|
showMediaOverlayActions?: boolean | undefined;
|
|
27386
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27387
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26869
27388
|
mediaDelivery?: {
|
|
26870
27389
|
sizes?: string | undefined;
|
|
26871
27390
|
widthCandidates?: number[] | undefined;
|
|
@@ -26970,6 +27489,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
26970
27489
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26971
27490
|
showMediaPreview?: boolean | undefined;
|
|
26972
27491
|
showMediaOverlayActions?: boolean | undefined;
|
|
27492
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27493
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26973
27494
|
mediaDelivery?: {
|
|
26974
27495
|
sizes?: string | undefined;
|
|
26975
27496
|
widthCandidates?: number[] | undefined;
|
|
@@ -27074,6 +27595,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
27074
27595
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27075
27596
|
showMediaPreview?: boolean | undefined;
|
|
27076
27597
|
showMediaOverlayActions?: boolean | undefined;
|
|
27598
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27599
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27077
27600
|
mediaDelivery?: {
|
|
27078
27601
|
sizes?: string | undefined;
|
|
27079
27602
|
widthCandidates?: number[] | undefined;
|
|
@@ -27178,6 +27701,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
27178
27701
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27179
27702
|
showMediaPreview?: boolean | undefined;
|
|
27180
27703
|
showMediaOverlayActions?: boolean | undefined;
|
|
27704
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27705
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27181
27706
|
mediaDelivery?: {
|
|
27182
27707
|
sizes?: string | undefined;
|
|
27183
27708
|
widthCandidates?: number[] | undefined;
|
|
@@ -27282,6 +27807,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
27282
27807
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27283
27808
|
showMediaPreview?: boolean | undefined;
|
|
27284
27809
|
showMediaOverlayActions?: boolean | undefined;
|
|
27810
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27811
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27285
27812
|
mediaDelivery?: {
|
|
27286
27813
|
sizes?: string | undefined;
|
|
27287
27814
|
widthCandidates?: number[] | undefined;
|
|
@@ -27390,6 +27917,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
27390
27917
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27391
27918
|
showMediaPreview?: boolean | undefined;
|
|
27392
27919
|
showMediaOverlayActions?: boolean | undefined;
|
|
27920
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27921
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27393
27922
|
mediaDelivery?: {
|
|
27394
27923
|
sizes?: string | undefined;
|
|
27395
27924
|
widthCandidates?: number[] | undefined;
|
|
@@ -27494,6 +28023,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
27494
28023
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27495
28024
|
showMediaPreview?: boolean | undefined;
|
|
27496
28025
|
showMediaOverlayActions?: boolean | undefined;
|
|
28026
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28027
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27497
28028
|
mediaDelivery?: {
|
|
27498
28029
|
sizes?: string | undefined;
|
|
27499
28030
|
widthCandidates?: number[] | undefined;
|
|
@@ -27600,6 +28131,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
27600
28131
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27601
28132
|
showMediaPreview?: boolean | undefined;
|
|
27602
28133
|
showMediaOverlayActions?: boolean | undefined;
|
|
28134
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28135
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27603
28136
|
mediaDelivery?: {
|
|
27604
28137
|
sizes?: string | undefined;
|
|
27605
28138
|
widthCandidates?: number[] | undefined;
|
|
@@ -27704,6 +28237,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
27704
28237
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27705
28238
|
showMediaPreview?: boolean | undefined;
|
|
27706
28239
|
showMediaOverlayActions?: boolean | undefined;
|
|
28240
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28241
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27707
28242
|
mediaDelivery?: {
|
|
27708
28243
|
sizes?: string | undefined;
|
|
27709
28244
|
widthCandidates?: number[] | undefined;
|
|
@@ -27815,6 +28350,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
27815
28350
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27816
28351
|
showMediaPreview?: boolean | undefined;
|
|
27817
28352
|
showMediaOverlayActions?: boolean | undefined;
|
|
28353
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28354
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27818
28355
|
mediaDelivery?: {
|
|
27819
28356
|
sizes?: string | undefined;
|
|
27820
28357
|
widthCandidates?: number[] | undefined;
|
|
@@ -27925,6 +28462,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
27925
28462
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27926
28463
|
showMediaPreview?: boolean | undefined;
|
|
27927
28464
|
showMediaOverlayActions?: boolean | undefined;
|
|
28465
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28466
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27928
28467
|
mediaDelivery?: {
|
|
27929
28468
|
sizes?: string | undefined;
|
|
27930
28469
|
widthCandidates?: number[] | undefined;
|
|
@@ -28029,6 +28568,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
28029
28568
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28030
28569
|
showMediaPreview?: boolean | undefined;
|
|
28031
28570
|
showMediaOverlayActions?: boolean | undefined;
|
|
28571
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28572
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28032
28573
|
mediaDelivery?: {
|
|
28033
28574
|
sizes?: string | undefined;
|
|
28034
28575
|
widthCandidates?: number[] | undefined;
|
|
@@ -28140,6 +28681,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
28140
28681
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28141
28682
|
showMediaPreview?: boolean | undefined;
|
|
28142
28683
|
showMediaOverlayActions?: boolean | undefined;
|
|
28684
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28685
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28143
28686
|
mediaDelivery?: {
|
|
28144
28687
|
sizes?: string | undefined;
|
|
28145
28688
|
widthCandidates?: number[] | undefined;
|
|
@@ -28245,6 +28788,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
28245
28788
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28246
28789
|
showMediaPreview?: boolean | undefined;
|
|
28247
28790
|
showMediaOverlayActions?: boolean | undefined;
|
|
28791
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28792
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28248
28793
|
mediaDelivery?: {
|
|
28249
28794
|
sizes?: string | undefined;
|
|
28250
28795
|
widthCandidates?: number[] | undefined;
|
|
@@ -28350,6 +28895,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
28350
28895
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28351
28896
|
showMediaPreview?: boolean | undefined;
|
|
28352
28897
|
showMediaOverlayActions?: boolean | undefined;
|
|
28898
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28899
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28353
28900
|
mediaDelivery?: {
|
|
28354
28901
|
sizes?: string | undefined;
|
|
28355
28902
|
widthCandidates?: number[] | undefined;
|
|
@@ -28456,6 +29003,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
28456
29003
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28457
29004
|
showMediaPreview?: boolean | undefined;
|
|
28458
29005
|
showMediaOverlayActions?: boolean | undefined;
|
|
29006
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29007
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28459
29008
|
mediaDelivery?: {
|
|
28460
29009
|
sizes?: string | undefined;
|
|
28461
29010
|
widthCandidates?: number[] | undefined;
|
|
@@ -28560,6 +29109,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
28560
29109
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28561
29110
|
showMediaPreview?: boolean | undefined;
|
|
28562
29111
|
showMediaOverlayActions?: boolean | undefined;
|
|
29112
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29113
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28563
29114
|
mediaDelivery?: {
|
|
28564
29115
|
sizes?: string | undefined;
|
|
28565
29116
|
widthCandidates?: number[] | undefined;
|
|
@@ -28664,6 +29215,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
28664
29215
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28665
29216
|
showMediaPreview?: boolean | undefined;
|
|
28666
29217
|
showMediaOverlayActions?: boolean | undefined;
|
|
29218
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29219
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28667
29220
|
mediaDelivery?: {
|
|
28668
29221
|
sizes?: string | undefined;
|
|
28669
29222
|
widthCandidates?: number[] | undefined;
|
|
@@ -28768,6 +29321,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
28768
29321
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28769
29322
|
showMediaPreview?: boolean | undefined;
|
|
28770
29323
|
showMediaOverlayActions?: boolean | undefined;
|
|
29324
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29325
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28771
29326
|
mediaDelivery?: {
|
|
28772
29327
|
sizes?: string | undefined;
|
|
28773
29328
|
widthCandidates?: number[] | undefined;
|
|
@@ -28872,6 +29427,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
28872
29427
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28873
29428
|
showMediaPreview?: boolean | undefined;
|
|
28874
29429
|
showMediaOverlayActions?: boolean | undefined;
|
|
29430
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29431
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28875
29432
|
mediaDelivery?: {
|
|
28876
29433
|
sizes?: string | undefined;
|
|
28877
29434
|
widthCandidates?: number[] | undefined;
|
|
@@ -28976,6 +29533,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
28976
29533
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28977
29534
|
showMediaPreview?: boolean | undefined;
|
|
28978
29535
|
showMediaOverlayActions?: boolean | undefined;
|
|
29536
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29537
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28979
29538
|
mediaDelivery?: {
|
|
28980
29539
|
sizes?: string | undefined;
|
|
28981
29540
|
widthCandidates?: number[] | undefined;
|
|
@@ -29084,6 +29643,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
29084
29643
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29085
29644
|
showMediaPreview?: boolean | undefined;
|
|
29086
29645
|
showMediaOverlayActions?: boolean | undefined;
|
|
29646
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29647
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29087
29648
|
mediaDelivery?: {
|
|
29088
29649
|
sizes?: string | undefined;
|
|
29089
29650
|
widthCandidates?: number[] | undefined;
|
|
@@ -29188,6 +29749,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
29188
29749
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29189
29750
|
showMediaPreview?: boolean | undefined;
|
|
29190
29751
|
showMediaOverlayActions?: boolean | undefined;
|
|
29752
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29753
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29191
29754
|
mediaDelivery?: {
|
|
29192
29755
|
sizes?: string | undefined;
|
|
29193
29756
|
widthCandidates?: number[] | undefined;
|
|
@@ -29294,6 +29857,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
29294
29857
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29295
29858
|
showMediaPreview?: boolean | undefined;
|
|
29296
29859
|
showMediaOverlayActions?: boolean | undefined;
|
|
29860
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29861
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29297
29862
|
mediaDelivery?: {
|
|
29298
29863
|
sizes?: string | undefined;
|
|
29299
29864
|
widthCandidates?: number[] | undefined;
|
|
@@ -29398,6 +29963,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
29398
29963
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29399
29964
|
showMediaPreview?: boolean | undefined;
|
|
29400
29965
|
showMediaOverlayActions?: boolean | undefined;
|
|
29966
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29967
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29401
29968
|
mediaDelivery?: {
|
|
29402
29969
|
sizes?: string | undefined;
|
|
29403
29970
|
widthCandidates?: number[] | undefined;
|
|
@@ -29509,6 +30076,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
29509
30076
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29510
30077
|
showMediaPreview?: boolean | undefined;
|
|
29511
30078
|
showMediaOverlayActions?: boolean | undefined;
|
|
30079
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30080
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29512
30081
|
mediaDelivery?: {
|
|
29513
30082
|
sizes?: string | undefined;
|
|
29514
30083
|
widthCandidates?: number[] | undefined;
|
|
@@ -29619,6 +30188,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
29619
30188
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29620
30189
|
showMediaPreview?: boolean | undefined;
|
|
29621
30190
|
showMediaOverlayActions?: boolean | undefined;
|
|
30191
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30192
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29622
30193
|
mediaDelivery?: {
|
|
29623
30194
|
sizes?: string | undefined;
|
|
29624
30195
|
widthCandidates?: number[] | undefined;
|
|
@@ -29723,6 +30294,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
29723
30294
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29724
30295
|
showMediaPreview?: boolean | undefined;
|
|
29725
30296
|
showMediaOverlayActions?: boolean | undefined;
|
|
30297
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30298
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29726
30299
|
mediaDelivery?: {
|
|
29727
30300
|
sizes?: string | undefined;
|
|
29728
30301
|
widthCandidates?: number[] | undefined;
|
|
@@ -29827,6 +30400,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
29827
30400
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29828
30401
|
showMediaPreview?: boolean | undefined;
|
|
29829
30402
|
showMediaOverlayActions?: boolean | undefined;
|
|
30403
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30404
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29830
30405
|
mediaDelivery?: {
|
|
29831
30406
|
sizes?: string | undefined;
|
|
29832
30407
|
widthCandidates?: number[] | undefined;
|
|
@@ -29935,6 +30510,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
29935
30510
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29936
30511
|
showMediaPreview?: boolean | undefined;
|
|
29937
30512
|
showMediaOverlayActions?: boolean | undefined;
|
|
30513
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30514
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29938
30515
|
mediaDelivery?: {
|
|
29939
30516
|
sizes?: string | undefined;
|
|
29940
30517
|
widthCandidates?: number[] | undefined;
|
|
@@ -30045,6 +30622,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
30045
30622
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
30046
30623
|
showMediaPreview?: boolean | undefined;
|
|
30047
30624
|
showMediaOverlayActions?: boolean | undefined;
|
|
30625
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30626
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
30048
30627
|
mediaDelivery?: {
|
|
30049
30628
|
sizes?: string | undefined;
|
|
30050
30629
|
widthCandidates?: number[] | undefined;
|
|
@@ -30149,6 +30728,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
30149
30728
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
30150
30729
|
showMediaPreview?: boolean | undefined;
|
|
30151
30730
|
showMediaOverlayActions?: boolean | undefined;
|
|
30731
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30732
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
30152
30733
|
mediaDelivery?: {
|
|
30153
30734
|
sizes?: string | undefined;
|
|
30154
30735
|
widthCandidates?: number[] | undefined;
|
|
@@ -30256,6 +30837,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
30256
30837
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
30257
30838
|
showMediaPreview?: boolean | undefined;
|
|
30258
30839
|
showMediaOverlayActions?: boolean | undefined;
|
|
30840
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30841
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
30259
30842
|
mediaDelivery?: {
|
|
30260
30843
|
sizes?: string | undefined;
|
|
30261
30844
|
widthCandidates?: number[] | undefined;
|
|
@@ -30365,6 +30948,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
30365
30948
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
30366
30949
|
showMediaPreview?: boolean | undefined;
|
|
30367
30950
|
showMediaOverlayActions?: boolean | undefined;
|
|
30951
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30952
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
30368
30953
|
mediaDelivery?: {
|
|
30369
30954
|
sizes?: string | undefined;
|
|
30370
30955
|
widthCandidates?: number[] | undefined;
|
|
@@ -30475,6 +31060,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
30475
31060
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
30476
31061
|
showMediaPreview?: boolean | undefined;
|
|
30477
31062
|
showMediaOverlayActions?: boolean | undefined;
|
|
31063
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
31064
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
30478
31065
|
mediaDelivery?: {
|
|
30479
31066
|
sizes?: string | undefined;
|
|
30480
31067
|
widthCandidates?: number[] | undefined;
|
|
@@ -30579,6 +31166,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
30579
31166
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
30580
31167
|
showMediaPreview?: boolean | undefined;
|
|
30581
31168
|
showMediaOverlayActions?: boolean | undefined;
|
|
31169
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
31170
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
30582
31171
|
mediaDelivery?: {
|
|
30583
31172
|
sizes?: string | undefined;
|
|
30584
31173
|
widthCandidates?: number[] | undefined;
|
|
@@ -30683,6 +31272,8 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
30683
31272
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
30684
31273
|
showMediaPreview?: boolean | undefined;
|
|
30685
31274
|
showMediaOverlayActions?: boolean | undefined;
|
|
31275
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
31276
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
30686
31277
|
mediaDelivery?: {
|
|
30687
31278
|
sizes?: string | undefined;
|
|
30688
31279
|
widthCandidates?: number[] | undefined;
|