@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
|
@@ -41,6 +41,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
41
41
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
42
42
|
showMediaPreview?: boolean | undefined;
|
|
43
43
|
showMediaOverlayActions?: boolean | undefined;
|
|
44
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
45
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
44
46
|
mediaDelivery?: {
|
|
45
47
|
sizes?: string | undefined;
|
|
46
48
|
widthCandidates?: number[] | undefined;
|
|
@@ -149,6 +151,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
149
151
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
150
152
|
showMediaPreview?: boolean | undefined;
|
|
151
153
|
showMediaOverlayActions?: boolean | undefined;
|
|
154
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
155
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
152
156
|
mediaDelivery?: {
|
|
153
157
|
sizes?: string | undefined;
|
|
154
158
|
widthCandidates?: number[] | undefined;
|
|
@@ -228,6 +232,9 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
228
232
|
intent?: "style" | "content" | "display" | "behavior" | undefined;
|
|
229
233
|
} | undefined;
|
|
230
234
|
itemLabelSource?: string | undefined;
|
|
235
|
+
showSummary?: boolean | undefined;
|
|
236
|
+
summaryFields?: string[] | undefined;
|
|
237
|
+
summaryMaxChars?: number | undefined;
|
|
231
238
|
maxItems?: number | undefined;
|
|
232
239
|
schema?: unknown;
|
|
233
240
|
polymorphic?: boolean | undefined;
|
|
@@ -266,6 +273,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
266
273
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
267
274
|
showMediaPreview?: boolean | undefined;
|
|
268
275
|
showMediaOverlayActions?: boolean | undefined;
|
|
276
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
277
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
269
278
|
mediaDelivery?: {
|
|
270
279
|
sizes?: string | undefined;
|
|
271
280
|
widthCandidates?: number[] | undefined;
|
|
@@ -379,6 +388,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
379
388
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
380
389
|
showMediaPreview?: boolean | undefined;
|
|
381
390
|
showMediaOverlayActions?: boolean | undefined;
|
|
391
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
392
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
382
393
|
mediaDelivery?: {
|
|
383
394
|
sizes?: string | undefined;
|
|
384
395
|
widthCandidates?: number[] | undefined;
|
|
@@ -484,6 +495,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
484
495
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
485
496
|
showMediaPreview?: boolean | undefined;
|
|
486
497
|
showMediaOverlayActions?: boolean | undefined;
|
|
498
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
499
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
487
500
|
mediaDelivery?: {
|
|
488
501
|
sizes?: string | undefined;
|
|
489
502
|
widthCandidates?: number[] | undefined;
|
|
@@ -589,6 +602,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
589
602
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
590
603
|
showMediaPreview?: boolean | undefined;
|
|
591
604
|
showMediaOverlayActions?: boolean | undefined;
|
|
605
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
606
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
592
607
|
mediaDelivery?: {
|
|
593
608
|
sizes?: string | undefined;
|
|
594
609
|
widthCandidates?: number[] | undefined;
|
|
@@ -695,6 +710,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
695
710
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
696
711
|
showMediaPreview?: boolean | undefined;
|
|
697
712
|
showMediaOverlayActions?: boolean | undefined;
|
|
713
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
714
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
698
715
|
mediaDelivery?: {
|
|
699
716
|
sizes?: string | undefined;
|
|
700
717
|
widthCandidates?: number[] | undefined;
|
|
@@ -799,6 +816,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
799
816
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
800
817
|
showMediaPreview?: boolean | undefined;
|
|
801
818
|
showMediaOverlayActions?: boolean | undefined;
|
|
819
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
820
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
802
821
|
mediaDelivery?: {
|
|
803
822
|
sizes?: string | undefined;
|
|
804
823
|
widthCandidates?: number[] | undefined;
|
|
@@ -903,6 +922,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
903
922
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
904
923
|
showMediaPreview?: boolean | undefined;
|
|
905
924
|
showMediaOverlayActions?: boolean | undefined;
|
|
925
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
926
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
906
927
|
mediaDelivery?: {
|
|
907
928
|
sizes?: string | undefined;
|
|
908
929
|
widthCandidates?: number[] | undefined;
|
|
@@ -1007,6 +1028,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
1007
1028
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1008
1029
|
showMediaPreview?: boolean | undefined;
|
|
1009
1030
|
showMediaOverlayActions?: boolean | undefined;
|
|
1031
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1032
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1010
1033
|
mediaDelivery?: {
|
|
1011
1034
|
sizes?: string | undefined;
|
|
1012
1035
|
widthCandidates?: number[] | undefined;
|
|
@@ -1111,6 +1134,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
1111
1134
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1112
1135
|
showMediaPreview?: boolean | undefined;
|
|
1113
1136
|
showMediaOverlayActions?: boolean | undefined;
|
|
1137
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1138
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1114
1139
|
mediaDelivery?: {
|
|
1115
1140
|
sizes?: string | undefined;
|
|
1116
1141
|
widthCandidates?: number[] | undefined;
|
|
@@ -1215,6 +1240,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
1215
1240
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1216
1241
|
showMediaPreview?: boolean | undefined;
|
|
1217
1242
|
showMediaOverlayActions?: boolean | undefined;
|
|
1243
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1244
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1218
1245
|
mediaDelivery?: {
|
|
1219
1246
|
sizes?: string | undefined;
|
|
1220
1247
|
widthCandidates?: number[] | undefined;
|
|
@@ -1323,6 +1350,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
1323
1350
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1324
1351
|
showMediaPreview?: boolean | undefined;
|
|
1325
1352
|
showMediaOverlayActions?: boolean | undefined;
|
|
1353
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1354
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1326
1355
|
mediaDelivery?: {
|
|
1327
1356
|
sizes?: string | undefined;
|
|
1328
1357
|
widthCandidates?: number[] | undefined;
|
|
@@ -1427,6 +1456,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
1427
1456
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1428
1457
|
showMediaPreview?: boolean | undefined;
|
|
1429
1458
|
showMediaOverlayActions?: boolean | undefined;
|
|
1459
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1460
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1430
1461
|
mediaDelivery?: {
|
|
1431
1462
|
sizes?: string | undefined;
|
|
1432
1463
|
widthCandidates?: number[] | undefined;
|
|
@@ -1533,6 +1564,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
1533
1564
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1534
1565
|
showMediaPreview?: boolean | undefined;
|
|
1535
1566
|
showMediaOverlayActions?: boolean | undefined;
|
|
1567
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1568
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1536
1569
|
mediaDelivery?: {
|
|
1537
1570
|
sizes?: string | undefined;
|
|
1538
1571
|
widthCandidates?: number[] | undefined;
|
|
@@ -1637,6 +1670,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
1637
1670
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1638
1671
|
showMediaPreview?: boolean | undefined;
|
|
1639
1672
|
showMediaOverlayActions?: boolean | undefined;
|
|
1673
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1674
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1640
1675
|
mediaDelivery?: {
|
|
1641
1676
|
sizes?: string | undefined;
|
|
1642
1677
|
widthCandidates?: number[] | undefined;
|
|
@@ -1757,6 +1792,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
1757
1792
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1758
1793
|
showMediaPreview?: boolean | undefined;
|
|
1759
1794
|
showMediaOverlayActions?: boolean | undefined;
|
|
1795
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1796
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1760
1797
|
mediaDelivery?: {
|
|
1761
1798
|
sizes?: string | undefined;
|
|
1762
1799
|
widthCandidates?: number[] | undefined;
|
|
@@ -1870,6 +1907,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
1870
1907
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1871
1908
|
showMediaPreview?: boolean | undefined;
|
|
1872
1909
|
showMediaOverlayActions?: boolean | undefined;
|
|
1910
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1911
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1873
1912
|
mediaDelivery?: {
|
|
1874
1913
|
sizes?: string | undefined;
|
|
1875
1914
|
widthCandidates?: number[] | undefined;
|
|
@@ -1975,6 +2014,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
1975
2014
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1976
2015
|
showMediaPreview?: boolean | undefined;
|
|
1977
2016
|
showMediaOverlayActions?: boolean | undefined;
|
|
2017
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2018
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1978
2019
|
mediaDelivery?: {
|
|
1979
2020
|
sizes?: string | undefined;
|
|
1980
2021
|
widthCandidates?: number[] | undefined;
|
|
@@ -2080,6 +2121,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
2080
2121
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2081
2122
|
showMediaPreview?: boolean | undefined;
|
|
2082
2123
|
showMediaOverlayActions?: boolean | undefined;
|
|
2124
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2125
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2083
2126
|
mediaDelivery?: {
|
|
2084
2127
|
sizes?: string | undefined;
|
|
2085
2128
|
widthCandidates?: number[] | undefined;
|
|
@@ -2186,6 +2229,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
2186
2229
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2187
2230
|
showMediaPreview?: boolean | undefined;
|
|
2188
2231
|
showMediaOverlayActions?: boolean | undefined;
|
|
2232
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2233
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2189
2234
|
mediaDelivery?: {
|
|
2190
2235
|
sizes?: string | undefined;
|
|
2191
2236
|
widthCandidates?: number[] | undefined;
|
|
@@ -2290,6 +2335,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
2290
2335
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2291
2336
|
showMediaPreview?: boolean | undefined;
|
|
2292
2337
|
showMediaOverlayActions?: boolean | undefined;
|
|
2338
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2339
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2293
2340
|
mediaDelivery?: {
|
|
2294
2341
|
sizes?: string | undefined;
|
|
2295
2342
|
widthCandidates?: number[] | undefined;
|
|
@@ -2394,6 +2441,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
2394
2441
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2395
2442
|
showMediaPreview?: boolean | undefined;
|
|
2396
2443
|
showMediaOverlayActions?: boolean | undefined;
|
|
2444
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2445
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2397
2446
|
mediaDelivery?: {
|
|
2398
2447
|
sizes?: string | undefined;
|
|
2399
2448
|
widthCandidates?: number[] | undefined;
|
|
@@ -2498,6 +2547,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
2498
2547
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2499
2548
|
showMediaPreview?: boolean | undefined;
|
|
2500
2549
|
showMediaOverlayActions?: boolean | undefined;
|
|
2550
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2551
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2501
2552
|
mediaDelivery?: {
|
|
2502
2553
|
sizes?: string | undefined;
|
|
2503
2554
|
widthCandidates?: number[] | undefined;
|
|
@@ -2602,6 +2653,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
2602
2653
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2603
2654
|
showMediaPreview?: boolean | undefined;
|
|
2604
2655
|
showMediaOverlayActions?: boolean | undefined;
|
|
2656
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2657
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2605
2658
|
mediaDelivery?: {
|
|
2606
2659
|
sizes?: string | undefined;
|
|
2607
2660
|
widthCandidates?: number[] | undefined;
|
|
@@ -2706,6 +2759,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
2706
2759
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2707
2760
|
showMediaPreview?: boolean | undefined;
|
|
2708
2761
|
showMediaOverlayActions?: boolean | undefined;
|
|
2762
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2763
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2709
2764
|
mediaDelivery?: {
|
|
2710
2765
|
sizes?: string | undefined;
|
|
2711
2766
|
widthCandidates?: number[] | undefined;
|
|
@@ -2814,6 +2869,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
2814
2869
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2815
2870
|
showMediaPreview?: boolean | undefined;
|
|
2816
2871
|
showMediaOverlayActions?: boolean | undefined;
|
|
2872
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2873
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2817
2874
|
mediaDelivery?: {
|
|
2818
2875
|
sizes?: string | undefined;
|
|
2819
2876
|
widthCandidates?: number[] | undefined;
|
|
@@ -2918,6 +2975,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
2918
2975
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2919
2976
|
showMediaPreview?: boolean | undefined;
|
|
2920
2977
|
showMediaOverlayActions?: boolean | undefined;
|
|
2978
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2979
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2921
2980
|
mediaDelivery?: {
|
|
2922
2981
|
sizes?: string | undefined;
|
|
2923
2982
|
widthCandidates?: number[] | undefined;
|
|
@@ -3024,6 +3083,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
3024
3083
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3025
3084
|
showMediaPreview?: boolean | undefined;
|
|
3026
3085
|
showMediaOverlayActions?: boolean | undefined;
|
|
3086
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3087
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3027
3088
|
mediaDelivery?: {
|
|
3028
3089
|
sizes?: string | undefined;
|
|
3029
3090
|
widthCandidates?: number[] | undefined;
|
|
@@ -3128,6 +3189,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
3128
3189
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3129
3190
|
showMediaPreview?: boolean | undefined;
|
|
3130
3191
|
showMediaOverlayActions?: boolean | undefined;
|
|
3192
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3193
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3131
3194
|
mediaDelivery?: {
|
|
3132
3195
|
sizes?: string | undefined;
|
|
3133
3196
|
widthCandidates?: number[] | undefined;
|
|
@@ -3250,6 +3313,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
3250
3313
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3251
3314
|
showMediaPreview?: boolean | undefined;
|
|
3252
3315
|
showMediaOverlayActions?: boolean | undefined;
|
|
3316
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3317
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3253
3318
|
mediaDelivery?: {
|
|
3254
3319
|
sizes?: string | undefined;
|
|
3255
3320
|
widthCandidates?: number[] | undefined;
|
|
@@ -3363,6 +3428,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
3363
3428
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3364
3429
|
showMediaPreview?: boolean | undefined;
|
|
3365
3430
|
showMediaOverlayActions?: boolean | undefined;
|
|
3431
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3432
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3366
3433
|
mediaDelivery?: {
|
|
3367
3434
|
sizes?: string | undefined;
|
|
3368
3435
|
widthCandidates?: number[] | undefined;
|
|
@@ -3468,6 +3535,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
3468
3535
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3469
3536
|
showMediaPreview?: boolean | undefined;
|
|
3470
3537
|
showMediaOverlayActions?: boolean | undefined;
|
|
3538
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3539
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3471
3540
|
mediaDelivery?: {
|
|
3472
3541
|
sizes?: string | undefined;
|
|
3473
3542
|
widthCandidates?: number[] | undefined;
|
|
@@ -3573,6 +3642,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
3573
3642
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3574
3643
|
showMediaPreview?: boolean | undefined;
|
|
3575
3644
|
showMediaOverlayActions?: boolean | undefined;
|
|
3645
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3646
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3576
3647
|
mediaDelivery?: {
|
|
3577
3648
|
sizes?: string | undefined;
|
|
3578
3649
|
widthCandidates?: number[] | undefined;
|
|
@@ -3679,6 +3750,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
3679
3750
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3680
3751
|
showMediaPreview?: boolean | undefined;
|
|
3681
3752
|
showMediaOverlayActions?: boolean | undefined;
|
|
3753
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3754
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3682
3755
|
mediaDelivery?: {
|
|
3683
3756
|
sizes?: string | undefined;
|
|
3684
3757
|
widthCandidates?: number[] | undefined;
|
|
@@ -3783,6 +3856,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
3783
3856
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3784
3857
|
showMediaPreview?: boolean | undefined;
|
|
3785
3858
|
showMediaOverlayActions?: boolean | undefined;
|
|
3859
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3860
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3786
3861
|
mediaDelivery?: {
|
|
3787
3862
|
sizes?: string | undefined;
|
|
3788
3863
|
widthCandidates?: number[] | undefined;
|
|
@@ -3887,6 +3962,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
3887
3962
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3888
3963
|
showMediaPreview?: boolean | undefined;
|
|
3889
3964
|
showMediaOverlayActions?: boolean | undefined;
|
|
3965
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3966
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3890
3967
|
mediaDelivery?: {
|
|
3891
3968
|
sizes?: string | undefined;
|
|
3892
3969
|
widthCandidates?: number[] | undefined;
|
|
@@ -3991,6 +4068,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
3991
4068
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3992
4069
|
showMediaPreview?: boolean | undefined;
|
|
3993
4070
|
showMediaOverlayActions?: boolean | undefined;
|
|
4071
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4072
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3994
4073
|
mediaDelivery?: {
|
|
3995
4074
|
sizes?: string | undefined;
|
|
3996
4075
|
widthCandidates?: number[] | undefined;
|
|
@@ -4095,6 +4174,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
4095
4174
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4096
4175
|
showMediaPreview?: boolean | undefined;
|
|
4097
4176
|
showMediaOverlayActions?: boolean | undefined;
|
|
4177
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4178
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4098
4179
|
mediaDelivery?: {
|
|
4099
4180
|
sizes?: string | undefined;
|
|
4100
4181
|
widthCandidates?: number[] | undefined;
|
|
@@ -4199,6 +4280,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
4199
4280
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4200
4281
|
showMediaPreview?: boolean | undefined;
|
|
4201
4282
|
showMediaOverlayActions?: boolean | undefined;
|
|
4283
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4284
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4202
4285
|
mediaDelivery?: {
|
|
4203
4286
|
sizes?: string | undefined;
|
|
4204
4287
|
widthCandidates?: number[] | undefined;
|
|
@@ -4307,6 +4390,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
4307
4390
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4308
4391
|
showMediaPreview?: boolean | undefined;
|
|
4309
4392
|
showMediaOverlayActions?: boolean | undefined;
|
|
4393
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4394
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4310
4395
|
mediaDelivery?: {
|
|
4311
4396
|
sizes?: string | undefined;
|
|
4312
4397
|
widthCandidates?: number[] | undefined;
|
|
@@ -4411,6 +4496,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
4411
4496
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4412
4497
|
showMediaPreview?: boolean | undefined;
|
|
4413
4498
|
showMediaOverlayActions?: boolean | undefined;
|
|
4499
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4500
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4414
4501
|
mediaDelivery?: {
|
|
4415
4502
|
sizes?: string | undefined;
|
|
4416
4503
|
widthCandidates?: number[] | undefined;
|
|
@@ -4517,6 +4604,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
4517
4604
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4518
4605
|
showMediaPreview?: boolean | undefined;
|
|
4519
4606
|
showMediaOverlayActions?: boolean | undefined;
|
|
4607
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4608
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4520
4609
|
mediaDelivery?: {
|
|
4521
4610
|
sizes?: string | undefined;
|
|
4522
4611
|
widthCandidates?: number[] | undefined;
|
|
@@ -4621,6 +4710,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
4621
4710
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4622
4711
|
showMediaPreview?: boolean | undefined;
|
|
4623
4712
|
showMediaOverlayActions?: boolean | undefined;
|
|
4713
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4714
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4624
4715
|
mediaDelivery?: {
|
|
4625
4716
|
sizes?: string | undefined;
|
|
4626
4717
|
widthCandidates?: number[] | undefined;
|
|
@@ -4732,6 +4823,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
4732
4823
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4733
4824
|
showMediaPreview?: boolean | undefined;
|
|
4734
4825
|
showMediaOverlayActions?: boolean | undefined;
|
|
4826
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4827
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4735
4828
|
mediaDelivery?: {
|
|
4736
4829
|
sizes?: string | undefined;
|
|
4737
4830
|
widthCandidates?: number[] | undefined;
|
|
@@ -4842,6 +4935,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
4842
4935
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4843
4936
|
showMediaPreview?: boolean | undefined;
|
|
4844
4937
|
showMediaOverlayActions?: boolean | undefined;
|
|
4938
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4939
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4845
4940
|
mediaDelivery?: {
|
|
4846
4941
|
sizes?: string | undefined;
|
|
4847
4942
|
widthCandidates?: number[] | undefined;
|
|
@@ -4946,6 +5041,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
4946
5041
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4947
5042
|
showMediaPreview?: boolean | undefined;
|
|
4948
5043
|
showMediaOverlayActions?: boolean | undefined;
|
|
5044
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5045
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4949
5046
|
mediaDelivery?: {
|
|
4950
5047
|
sizes?: string | undefined;
|
|
4951
5048
|
widthCandidates?: number[] | undefined;
|
|
@@ -5053,6 +5150,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
5053
5150
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5054
5151
|
showMediaPreview?: boolean | undefined;
|
|
5055
5152
|
showMediaOverlayActions?: boolean | undefined;
|
|
5153
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5154
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5056
5155
|
mediaDelivery?: {
|
|
5057
5156
|
sizes?: string | undefined;
|
|
5058
5157
|
widthCandidates?: number[] | undefined;
|
|
@@ -5162,6 +5261,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
5162
5261
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5163
5262
|
showMediaPreview?: boolean | undefined;
|
|
5164
5263
|
showMediaOverlayActions?: boolean | undefined;
|
|
5264
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5265
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5165
5266
|
mediaDelivery?: {
|
|
5166
5267
|
sizes?: string | undefined;
|
|
5167
5268
|
widthCandidates?: number[] | undefined;
|
|
@@ -5272,6 +5373,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
5272
5373
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5273
5374
|
showMediaPreview?: boolean | undefined;
|
|
5274
5375
|
showMediaOverlayActions?: boolean | undefined;
|
|
5376
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5377
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5275
5378
|
mediaDelivery?: {
|
|
5276
5379
|
sizes?: string | undefined;
|
|
5277
5380
|
widthCandidates?: number[] | undefined;
|
|
@@ -5376,6 +5479,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
5376
5479
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5377
5480
|
showMediaPreview?: boolean | undefined;
|
|
5378
5481
|
showMediaOverlayActions?: boolean | undefined;
|
|
5482
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5483
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5379
5484
|
mediaDelivery?: {
|
|
5380
5485
|
sizes?: string | undefined;
|
|
5381
5486
|
widthCandidates?: number[] | undefined;
|
|
@@ -5480,6 +5585,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
5480
5585
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5481
5586
|
showMediaPreview?: boolean | undefined;
|
|
5482
5587
|
showMediaOverlayActions?: boolean | undefined;
|
|
5588
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5589
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5483
5590
|
mediaDelivery?: {
|
|
5484
5591
|
sizes?: string | undefined;
|
|
5485
5592
|
widthCandidates?: number[] | undefined;
|
|
@@ -5599,6 +5706,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
5599
5706
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5600
5707
|
showMediaPreview?: boolean | undefined;
|
|
5601
5708
|
showMediaOverlayActions?: boolean | undefined;
|
|
5709
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5710
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5602
5711
|
mediaDelivery?: {
|
|
5603
5712
|
sizes?: string | undefined;
|
|
5604
5713
|
widthCandidates?: number[] | undefined;
|
|
@@ -5712,6 +5821,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
5712
5821
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5713
5822
|
showMediaPreview?: boolean | undefined;
|
|
5714
5823
|
showMediaOverlayActions?: boolean | undefined;
|
|
5824
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5825
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5715
5826
|
mediaDelivery?: {
|
|
5716
5827
|
sizes?: string | undefined;
|
|
5717
5828
|
widthCandidates?: number[] | undefined;
|
|
@@ -5817,6 +5928,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
5817
5928
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5818
5929
|
showMediaPreview?: boolean | undefined;
|
|
5819
5930
|
showMediaOverlayActions?: boolean | undefined;
|
|
5931
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5932
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5820
5933
|
mediaDelivery?: {
|
|
5821
5934
|
sizes?: string | undefined;
|
|
5822
5935
|
widthCandidates?: number[] | undefined;
|
|
@@ -5922,6 +6035,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
5922
6035
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5923
6036
|
showMediaPreview?: boolean | undefined;
|
|
5924
6037
|
showMediaOverlayActions?: boolean | undefined;
|
|
6038
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6039
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5925
6040
|
mediaDelivery?: {
|
|
5926
6041
|
sizes?: string | undefined;
|
|
5927
6042
|
widthCandidates?: number[] | undefined;
|
|
@@ -6028,6 +6143,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
6028
6143
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6029
6144
|
showMediaPreview?: boolean | undefined;
|
|
6030
6145
|
showMediaOverlayActions?: boolean | undefined;
|
|
6146
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6147
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6031
6148
|
mediaDelivery?: {
|
|
6032
6149
|
sizes?: string | undefined;
|
|
6033
6150
|
widthCandidates?: number[] | undefined;
|
|
@@ -6132,6 +6249,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
6132
6249
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6133
6250
|
showMediaPreview?: boolean | undefined;
|
|
6134
6251
|
showMediaOverlayActions?: boolean | undefined;
|
|
6252
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6253
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6135
6254
|
mediaDelivery?: {
|
|
6136
6255
|
sizes?: string | undefined;
|
|
6137
6256
|
widthCandidates?: number[] | undefined;
|
|
@@ -6236,6 +6355,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
6236
6355
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6237
6356
|
showMediaPreview?: boolean | undefined;
|
|
6238
6357
|
showMediaOverlayActions?: boolean | undefined;
|
|
6358
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6359
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6239
6360
|
mediaDelivery?: {
|
|
6240
6361
|
sizes?: string | undefined;
|
|
6241
6362
|
widthCandidates?: number[] | undefined;
|
|
@@ -6340,6 +6461,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
6340
6461
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6341
6462
|
showMediaPreview?: boolean | undefined;
|
|
6342
6463
|
showMediaOverlayActions?: boolean | undefined;
|
|
6464
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6465
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6343
6466
|
mediaDelivery?: {
|
|
6344
6467
|
sizes?: string | undefined;
|
|
6345
6468
|
widthCandidates?: number[] | undefined;
|
|
@@ -6444,6 +6567,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
6444
6567
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6445
6568
|
showMediaPreview?: boolean | undefined;
|
|
6446
6569
|
showMediaOverlayActions?: boolean | undefined;
|
|
6570
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6571
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6447
6572
|
mediaDelivery?: {
|
|
6448
6573
|
sizes?: string | undefined;
|
|
6449
6574
|
widthCandidates?: number[] | undefined;
|
|
@@ -6548,6 +6673,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
6548
6673
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6549
6674
|
showMediaPreview?: boolean | undefined;
|
|
6550
6675
|
showMediaOverlayActions?: boolean | undefined;
|
|
6676
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6677
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6551
6678
|
mediaDelivery?: {
|
|
6552
6679
|
sizes?: string | undefined;
|
|
6553
6680
|
widthCandidates?: number[] | undefined;
|
|
@@ -6656,6 +6783,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
6656
6783
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6657
6784
|
showMediaPreview?: boolean | undefined;
|
|
6658
6785
|
showMediaOverlayActions?: boolean | undefined;
|
|
6786
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6787
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6659
6788
|
mediaDelivery?: {
|
|
6660
6789
|
sizes?: string | undefined;
|
|
6661
6790
|
widthCandidates?: number[] | undefined;
|
|
@@ -6760,6 +6889,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
6760
6889
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6761
6890
|
showMediaPreview?: boolean | undefined;
|
|
6762
6891
|
showMediaOverlayActions?: boolean | undefined;
|
|
6892
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6893
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6763
6894
|
mediaDelivery?: {
|
|
6764
6895
|
sizes?: string | undefined;
|
|
6765
6896
|
widthCandidates?: number[] | undefined;
|
|
@@ -6866,6 +6997,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
6866
6997
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6867
6998
|
showMediaPreview?: boolean | undefined;
|
|
6868
6999
|
showMediaOverlayActions?: boolean | undefined;
|
|
7000
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7001
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6869
7002
|
mediaDelivery?: {
|
|
6870
7003
|
sizes?: string | undefined;
|
|
6871
7004
|
widthCandidates?: number[] | undefined;
|
|
@@ -6970,6 +7103,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
6970
7103
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6971
7104
|
showMediaPreview?: boolean | undefined;
|
|
6972
7105
|
showMediaOverlayActions?: boolean | undefined;
|
|
7106
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7107
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6973
7108
|
mediaDelivery?: {
|
|
6974
7109
|
sizes?: string | undefined;
|
|
6975
7110
|
widthCandidates?: number[] | undefined;
|
|
@@ -7090,6 +7225,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
7090
7225
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7091
7226
|
showMediaPreview?: boolean | undefined;
|
|
7092
7227
|
showMediaOverlayActions?: boolean | undefined;
|
|
7228
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7229
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7093
7230
|
mediaDelivery?: {
|
|
7094
7231
|
sizes?: string | undefined;
|
|
7095
7232
|
widthCandidates?: number[] | undefined;
|
|
@@ -7203,6 +7340,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
7203
7340
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7204
7341
|
showMediaPreview?: boolean | undefined;
|
|
7205
7342
|
showMediaOverlayActions?: boolean | undefined;
|
|
7343
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7344
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7206
7345
|
mediaDelivery?: {
|
|
7207
7346
|
sizes?: string | undefined;
|
|
7208
7347
|
widthCandidates?: number[] | undefined;
|
|
@@ -7308,6 +7447,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
7308
7447
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7309
7448
|
showMediaPreview?: boolean | undefined;
|
|
7310
7449
|
showMediaOverlayActions?: boolean | undefined;
|
|
7450
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7451
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7311
7452
|
mediaDelivery?: {
|
|
7312
7453
|
sizes?: string | undefined;
|
|
7313
7454
|
widthCandidates?: number[] | undefined;
|
|
@@ -7413,6 +7554,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
7413
7554
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7414
7555
|
showMediaPreview?: boolean | undefined;
|
|
7415
7556
|
showMediaOverlayActions?: boolean | undefined;
|
|
7557
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7558
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7416
7559
|
mediaDelivery?: {
|
|
7417
7560
|
sizes?: string | undefined;
|
|
7418
7561
|
widthCandidates?: number[] | undefined;
|
|
@@ -7519,6 +7662,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
7519
7662
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7520
7663
|
showMediaPreview?: boolean | undefined;
|
|
7521
7664
|
showMediaOverlayActions?: boolean | undefined;
|
|
7665
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7666
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7522
7667
|
mediaDelivery?: {
|
|
7523
7668
|
sizes?: string | undefined;
|
|
7524
7669
|
widthCandidates?: number[] | undefined;
|
|
@@ -7623,6 +7768,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
7623
7768
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7624
7769
|
showMediaPreview?: boolean | undefined;
|
|
7625
7770
|
showMediaOverlayActions?: boolean | undefined;
|
|
7771
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7772
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7626
7773
|
mediaDelivery?: {
|
|
7627
7774
|
sizes?: string | undefined;
|
|
7628
7775
|
widthCandidates?: number[] | undefined;
|
|
@@ -7727,6 +7874,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
7727
7874
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7728
7875
|
showMediaPreview?: boolean | undefined;
|
|
7729
7876
|
showMediaOverlayActions?: boolean | undefined;
|
|
7877
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7878
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7730
7879
|
mediaDelivery?: {
|
|
7731
7880
|
sizes?: string | undefined;
|
|
7732
7881
|
widthCandidates?: number[] | undefined;
|
|
@@ -7831,6 +7980,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
7831
7980
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7832
7981
|
showMediaPreview?: boolean | undefined;
|
|
7833
7982
|
showMediaOverlayActions?: boolean | undefined;
|
|
7983
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7984
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7834
7985
|
mediaDelivery?: {
|
|
7835
7986
|
sizes?: string | undefined;
|
|
7836
7987
|
widthCandidates?: number[] | undefined;
|
|
@@ -7935,6 +8086,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
7935
8086
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7936
8087
|
showMediaPreview?: boolean | undefined;
|
|
7937
8088
|
showMediaOverlayActions?: boolean | undefined;
|
|
8089
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8090
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7938
8091
|
mediaDelivery?: {
|
|
7939
8092
|
sizes?: string | undefined;
|
|
7940
8093
|
widthCandidates?: number[] | undefined;
|
|
@@ -8039,6 +8192,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
8039
8192
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8040
8193
|
showMediaPreview?: boolean | undefined;
|
|
8041
8194
|
showMediaOverlayActions?: boolean | undefined;
|
|
8195
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8196
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8042
8197
|
mediaDelivery?: {
|
|
8043
8198
|
sizes?: string | undefined;
|
|
8044
8199
|
widthCandidates?: number[] | undefined;
|
|
@@ -8147,6 +8302,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
8147
8302
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8148
8303
|
showMediaPreview?: boolean | undefined;
|
|
8149
8304
|
showMediaOverlayActions?: boolean | undefined;
|
|
8305
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8306
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8150
8307
|
mediaDelivery?: {
|
|
8151
8308
|
sizes?: string | undefined;
|
|
8152
8309
|
widthCandidates?: number[] | undefined;
|
|
@@ -8251,6 +8408,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
8251
8408
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8252
8409
|
showMediaPreview?: boolean | undefined;
|
|
8253
8410
|
showMediaOverlayActions?: boolean | undefined;
|
|
8411
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8412
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8254
8413
|
mediaDelivery?: {
|
|
8255
8414
|
sizes?: string | undefined;
|
|
8256
8415
|
widthCandidates?: number[] | undefined;
|
|
@@ -8357,6 +8516,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
8357
8516
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8358
8517
|
showMediaPreview?: boolean | undefined;
|
|
8359
8518
|
showMediaOverlayActions?: boolean | undefined;
|
|
8519
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8520
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8360
8521
|
mediaDelivery?: {
|
|
8361
8522
|
sizes?: string | undefined;
|
|
8362
8523
|
widthCandidates?: number[] | undefined;
|
|
@@ -8461,6 +8622,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
8461
8622
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8462
8623
|
showMediaPreview?: boolean | undefined;
|
|
8463
8624
|
showMediaOverlayActions?: boolean | undefined;
|
|
8625
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8626
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8464
8627
|
mediaDelivery?: {
|
|
8465
8628
|
sizes?: string | undefined;
|
|
8466
8629
|
widthCandidates?: number[] | undefined;
|
|
@@ -8572,6 +8735,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
8572
8735
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8573
8736
|
showMediaPreview?: boolean | undefined;
|
|
8574
8737
|
showMediaOverlayActions?: boolean | undefined;
|
|
8738
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8739
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8575
8740
|
mediaDelivery?: {
|
|
8576
8741
|
sizes?: string | undefined;
|
|
8577
8742
|
widthCandidates?: number[] | undefined;
|
|
@@ -8682,6 +8847,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
8682
8847
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8683
8848
|
showMediaPreview?: boolean | undefined;
|
|
8684
8849
|
showMediaOverlayActions?: boolean | undefined;
|
|
8850
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8851
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8685
8852
|
mediaDelivery?: {
|
|
8686
8853
|
sizes?: string | undefined;
|
|
8687
8854
|
widthCandidates?: number[] | undefined;
|
|
@@ -8786,6 +8953,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
8786
8953
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8787
8954
|
showMediaPreview?: boolean | undefined;
|
|
8788
8955
|
showMediaOverlayActions?: boolean | undefined;
|
|
8956
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8957
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8789
8958
|
mediaDelivery?: {
|
|
8790
8959
|
sizes?: string | undefined;
|
|
8791
8960
|
widthCandidates?: number[] | undefined;
|
|
@@ -8890,6 +9059,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
8890
9059
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8891
9060
|
showMediaPreview?: boolean | undefined;
|
|
8892
9061
|
showMediaOverlayActions?: boolean | undefined;
|
|
9062
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9063
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8893
9064
|
mediaDelivery?: {
|
|
8894
9065
|
sizes?: string | undefined;
|
|
8895
9066
|
widthCandidates?: number[] | undefined;
|
|
@@ -8998,6 +9169,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
8998
9169
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8999
9170
|
showMediaPreview?: boolean | undefined;
|
|
9000
9171
|
showMediaOverlayActions?: boolean | undefined;
|
|
9172
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9173
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9001
9174
|
mediaDelivery?: {
|
|
9002
9175
|
sizes?: string | undefined;
|
|
9003
9176
|
widthCandidates?: number[] | undefined;
|
|
@@ -9108,6 +9281,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
9108
9281
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9109
9282
|
showMediaPreview?: boolean | undefined;
|
|
9110
9283
|
showMediaOverlayActions?: boolean | undefined;
|
|
9284
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9285
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9111
9286
|
mediaDelivery?: {
|
|
9112
9287
|
sizes?: string | undefined;
|
|
9113
9288
|
widthCandidates?: number[] | undefined;
|
|
@@ -9212,6 +9387,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
9212
9387
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9213
9388
|
showMediaPreview?: boolean | undefined;
|
|
9214
9389
|
showMediaOverlayActions?: boolean | undefined;
|
|
9390
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9391
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9215
9392
|
mediaDelivery?: {
|
|
9216
9393
|
sizes?: string | undefined;
|
|
9217
9394
|
widthCandidates?: number[] | undefined;
|
|
@@ -9319,6 +9496,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
9319
9496
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9320
9497
|
showMediaPreview?: boolean | undefined;
|
|
9321
9498
|
showMediaOverlayActions?: boolean | undefined;
|
|
9499
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9500
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9322
9501
|
mediaDelivery?: {
|
|
9323
9502
|
sizes?: string | undefined;
|
|
9324
9503
|
widthCandidates?: number[] | undefined;
|
|
@@ -9428,6 +9607,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
9428
9607
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9429
9608
|
showMediaPreview?: boolean | undefined;
|
|
9430
9609
|
showMediaOverlayActions?: boolean | undefined;
|
|
9610
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9611
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9431
9612
|
mediaDelivery?: {
|
|
9432
9613
|
sizes?: string | undefined;
|
|
9433
9614
|
widthCandidates?: number[] | undefined;
|
|
@@ -9538,6 +9719,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
9538
9719
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9539
9720
|
showMediaPreview?: boolean | undefined;
|
|
9540
9721
|
showMediaOverlayActions?: boolean | undefined;
|
|
9722
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9723
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9541
9724
|
mediaDelivery?: {
|
|
9542
9725
|
sizes?: string | undefined;
|
|
9543
9726
|
widthCandidates?: number[] | undefined;
|
|
@@ -9642,6 +9825,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
9642
9825
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9643
9826
|
showMediaPreview?: boolean | undefined;
|
|
9644
9827
|
showMediaOverlayActions?: boolean | undefined;
|
|
9828
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9829
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9645
9830
|
mediaDelivery?: {
|
|
9646
9831
|
sizes?: string | undefined;
|
|
9647
9832
|
widthCandidates?: number[] | undefined;
|
|
@@ -9753,6 +9938,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
9753
9938
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9754
9939
|
showMediaPreview?: boolean | undefined;
|
|
9755
9940
|
showMediaOverlayActions?: boolean | undefined;
|
|
9941
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9942
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9756
9943
|
mediaDelivery?: {
|
|
9757
9944
|
sizes?: string | undefined;
|
|
9758
9945
|
widthCandidates?: number[] | undefined;
|
|
@@ -9858,6 +10045,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
9858
10045
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9859
10046
|
showMediaPreview?: boolean | undefined;
|
|
9860
10047
|
showMediaOverlayActions?: boolean | undefined;
|
|
10048
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10049
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9861
10050
|
mediaDelivery?: {
|
|
9862
10051
|
sizes?: string | undefined;
|
|
9863
10052
|
widthCandidates?: number[] | undefined;
|
|
@@ -9963,6 +10152,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
9963
10152
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9964
10153
|
showMediaPreview?: boolean | undefined;
|
|
9965
10154
|
showMediaOverlayActions?: boolean | undefined;
|
|
10155
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10156
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9966
10157
|
mediaDelivery?: {
|
|
9967
10158
|
sizes?: string | undefined;
|
|
9968
10159
|
widthCandidates?: number[] | undefined;
|
|
@@ -10069,6 +10260,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
10069
10260
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10070
10261
|
showMediaPreview?: boolean | undefined;
|
|
10071
10262
|
showMediaOverlayActions?: boolean | undefined;
|
|
10263
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10264
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10072
10265
|
mediaDelivery?: {
|
|
10073
10266
|
sizes?: string | undefined;
|
|
10074
10267
|
widthCandidates?: number[] | undefined;
|
|
@@ -10173,6 +10366,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
10173
10366
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10174
10367
|
showMediaPreview?: boolean | undefined;
|
|
10175
10368
|
showMediaOverlayActions?: boolean | undefined;
|
|
10369
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10370
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10176
10371
|
mediaDelivery?: {
|
|
10177
10372
|
sizes?: string | undefined;
|
|
10178
10373
|
widthCandidates?: number[] | undefined;
|
|
@@ -10277,6 +10472,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
10277
10472
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10278
10473
|
showMediaPreview?: boolean | undefined;
|
|
10279
10474
|
showMediaOverlayActions?: boolean | undefined;
|
|
10475
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10476
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10280
10477
|
mediaDelivery?: {
|
|
10281
10478
|
sizes?: string | undefined;
|
|
10282
10479
|
widthCandidates?: number[] | undefined;
|
|
@@ -10381,6 +10578,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
10381
10578
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10382
10579
|
showMediaPreview?: boolean | undefined;
|
|
10383
10580
|
showMediaOverlayActions?: boolean | undefined;
|
|
10581
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10582
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10384
10583
|
mediaDelivery?: {
|
|
10385
10584
|
sizes?: string | undefined;
|
|
10386
10585
|
widthCandidates?: number[] | undefined;
|
|
@@ -10485,6 +10684,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
10485
10684
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10486
10685
|
showMediaPreview?: boolean | undefined;
|
|
10487
10686
|
showMediaOverlayActions?: boolean | undefined;
|
|
10687
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10688
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10488
10689
|
mediaDelivery?: {
|
|
10489
10690
|
sizes?: string | undefined;
|
|
10490
10691
|
widthCandidates?: number[] | undefined;
|
|
@@ -10589,6 +10790,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
10589
10790
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10590
10791
|
showMediaPreview?: boolean | undefined;
|
|
10591
10792
|
showMediaOverlayActions?: boolean | undefined;
|
|
10793
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10794
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10592
10795
|
mediaDelivery?: {
|
|
10593
10796
|
sizes?: string | undefined;
|
|
10594
10797
|
widthCandidates?: number[] | undefined;
|
|
@@ -10697,6 +10900,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
10697
10900
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10698
10901
|
showMediaPreview?: boolean | undefined;
|
|
10699
10902
|
showMediaOverlayActions?: boolean | undefined;
|
|
10903
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10904
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10700
10905
|
mediaDelivery?: {
|
|
10701
10906
|
sizes?: string | undefined;
|
|
10702
10907
|
widthCandidates?: number[] | undefined;
|
|
@@ -10801,6 +11006,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
10801
11006
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10802
11007
|
showMediaPreview?: boolean | undefined;
|
|
10803
11008
|
showMediaOverlayActions?: boolean | undefined;
|
|
11009
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11010
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10804
11011
|
mediaDelivery?: {
|
|
10805
11012
|
sizes?: string | undefined;
|
|
10806
11013
|
widthCandidates?: number[] | undefined;
|
|
@@ -10907,6 +11114,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
10907
11114
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10908
11115
|
showMediaPreview?: boolean | undefined;
|
|
10909
11116
|
showMediaOverlayActions?: boolean | undefined;
|
|
11117
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11118
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10910
11119
|
mediaDelivery?: {
|
|
10911
11120
|
sizes?: string | undefined;
|
|
10912
11121
|
widthCandidates?: number[] | undefined;
|
|
@@ -11011,6 +11220,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
11011
11220
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11012
11221
|
showMediaPreview?: boolean | undefined;
|
|
11013
11222
|
showMediaOverlayActions?: boolean | undefined;
|
|
11223
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11224
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11014
11225
|
mediaDelivery?: {
|
|
11015
11226
|
sizes?: string | undefined;
|
|
11016
11227
|
widthCandidates?: number[] | undefined;
|
|
@@ -11131,6 +11342,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
11131
11342
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11132
11343
|
showMediaPreview?: boolean | undefined;
|
|
11133
11344
|
showMediaOverlayActions?: boolean | undefined;
|
|
11345
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11346
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11134
11347
|
mediaDelivery?: {
|
|
11135
11348
|
sizes?: string | undefined;
|
|
11136
11349
|
widthCandidates?: number[] | undefined;
|
|
@@ -11239,6 +11452,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
11239
11452
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11240
11453
|
showMediaPreview?: boolean | undefined;
|
|
11241
11454
|
showMediaOverlayActions?: boolean | undefined;
|
|
11455
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11456
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11242
11457
|
mediaDelivery?: {
|
|
11243
11458
|
sizes?: string | undefined;
|
|
11244
11459
|
widthCandidates?: number[] | undefined;
|
|
@@ -11318,6 +11533,9 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
11318
11533
|
intent?: "style" | "content" | "display" | "behavior" | undefined;
|
|
11319
11534
|
} | undefined;
|
|
11320
11535
|
itemLabelSource?: string | undefined;
|
|
11536
|
+
showSummary?: boolean | undefined;
|
|
11537
|
+
summaryFields?: string[] | undefined;
|
|
11538
|
+
summaryMaxChars?: number | undefined;
|
|
11321
11539
|
maxItems?: number | undefined;
|
|
11322
11540
|
schema?: unknown;
|
|
11323
11541
|
polymorphic?: boolean | undefined;
|
|
@@ -11356,6 +11574,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
11356
11574
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11357
11575
|
showMediaPreview?: boolean | undefined;
|
|
11358
11576
|
showMediaOverlayActions?: boolean | undefined;
|
|
11577
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11578
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11359
11579
|
mediaDelivery?: {
|
|
11360
11580
|
sizes?: string | undefined;
|
|
11361
11581
|
widthCandidates?: number[] | undefined;
|
|
@@ -11469,6 +11689,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
11469
11689
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11470
11690
|
showMediaPreview?: boolean | undefined;
|
|
11471
11691
|
showMediaOverlayActions?: boolean | undefined;
|
|
11692
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11693
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11472
11694
|
mediaDelivery?: {
|
|
11473
11695
|
sizes?: string | undefined;
|
|
11474
11696
|
widthCandidates?: number[] | undefined;
|
|
@@ -11574,6 +11796,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
11574
11796
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11575
11797
|
showMediaPreview?: boolean | undefined;
|
|
11576
11798
|
showMediaOverlayActions?: boolean | undefined;
|
|
11799
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11800
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11577
11801
|
mediaDelivery?: {
|
|
11578
11802
|
sizes?: string | undefined;
|
|
11579
11803
|
widthCandidates?: number[] | undefined;
|
|
@@ -11679,6 +11903,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
11679
11903
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11680
11904
|
showMediaPreview?: boolean | undefined;
|
|
11681
11905
|
showMediaOverlayActions?: boolean | undefined;
|
|
11906
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11907
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11682
11908
|
mediaDelivery?: {
|
|
11683
11909
|
sizes?: string | undefined;
|
|
11684
11910
|
widthCandidates?: number[] | undefined;
|
|
@@ -11785,6 +12011,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
11785
12011
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11786
12012
|
showMediaPreview?: boolean | undefined;
|
|
11787
12013
|
showMediaOverlayActions?: boolean | undefined;
|
|
12014
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12015
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11788
12016
|
mediaDelivery?: {
|
|
11789
12017
|
sizes?: string | undefined;
|
|
11790
12018
|
widthCandidates?: number[] | undefined;
|
|
@@ -11889,6 +12117,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
11889
12117
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11890
12118
|
showMediaPreview?: boolean | undefined;
|
|
11891
12119
|
showMediaOverlayActions?: boolean | undefined;
|
|
12120
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12121
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11892
12122
|
mediaDelivery?: {
|
|
11893
12123
|
sizes?: string | undefined;
|
|
11894
12124
|
widthCandidates?: number[] | undefined;
|
|
@@ -11993,6 +12223,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
11993
12223
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11994
12224
|
showMediaPreview?: boolean | undefined;
|
|
11995
12225
|
showMediaOverlayActions?: boolean | undefined;
|
|
12226
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12227
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11996
12228
|
mediaDelivery?: {
|
|
11997
12229
|
sizes?: string | undefined;
|
|
11998
12230
|
widthCandidates?: number[] | undefined;
|
|
@@ -12097,6 +12329,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
12097
12329
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12098
12330
|
showMediaPreview?: boolean | undefined;
|
|
12099
12331
|
showMediaOverlayActions?: boolean | undefined;
|
|
12332
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12333
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12100
12334
|
mediaDelivery?: {
|
|
12101
12335
|
sizes?: string | undefined;
|
|
12102
12336
|
widthCandidates?: number[] | undefined;
|
|
@@ -12201,6 +12435,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
12201
12435
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12202
12436
|
showMediaPreview?: boolean | undefined;
|
|
12203
12437
|
showMediaOverlayActions?: boolean | undefined;
|
|
12438
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12439
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12204
12440
|
mediaDelivery?: {
|
|
12205
12441
|
sizes?: string | undefined;
|
|
12206
12442
|
widthCandidates?: number[] | undefined;
|
|
@@ -12305,6 +12541,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
12305
12541
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12306
12542
|
showMediaPreview?: boolean | undefined;
|
|
12307
12543
|
showMediaOverlayActions?: boolean | undefined;
|
|
12544
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12545
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12308
12546
|
mediaDelivery?: {
|
|
12309
12547
|
sizes?: string | undefined;
|
|
12310
12548
|
widthCandidates?: number[] | undefined;
|
|
@@ -12413,6 +12651,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
12413
12651
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12414
12652
|
showMediaPreview?: boolean | undefined;
|
|
12415
12653
|
showMediaOverlayActions?: boolean | undefined;
|
|
12654
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12655
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12416
12656
|
mediaDelivery?: {
|
|
12417
12657
|
sizes?: string | undefined;
|
|
12418
12658
|
widthCandidates?: number[] | undefined;
|
|
@@ -12517,6 +12757,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
12517
12757
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12518
12758
|
showMediaPreview?: boolean | undefined;
|
|
12519
12759
|
showMediaOverlayActions?: boolean | undefined;
|
|
12760
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12761
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12520
12762
|
mediaDelivery?: {
|
|
12521
12763
|
sizes?: string | undefined;
|
|
12522
12764
|
widthCandidates?: number[] | undefined;
|
|
@@ -12623,6 +12865,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
12623
12865
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12624
12866
|
showMediaPreview?: boolean | undefined;
|
|
12625
12867
|
showMediaOverlayActions?: boolean | undefined;
|
|
12868
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12869
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12626
12870
|
mediaDelivery?: {
|
|
12627
12871
|
sizes?: string | undefined;
|
|
12628
12872
|
widthCandidates?: number[] | undefined;
|
|
@@ -12727,6 +12971,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
12727
12971
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12728
12972
|
showMediaPreview?: boolean | undefined;
|
|
12729
12973
|
showMediaOverlayActions?: boolean | undefined;
|
|
12974
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12975
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12730
12976
|
mediaDelivery?: {
|
|
12731
12977
|
sizes?: string | undefined;
|
|
12732
12978
|
widthCandidates?: number[] | undefined;
|
|
@@ -12849,6 +13095,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
12849
13095
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12850
13096
|
showMediaPreview?: boolean | undefined;
|
|
12851
13097
|
showMediaOverlayActions?: boolean | undefined;
|
|
13098
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13099
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12852
13100
|
mediaDelivery?: {
|
|
12853
13101
|
sizes?: string | undefined;
|
|
12854
13102
|
widthCandidates?: number[] | undefined;
|
|
@@ -12962,6 +13210,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
12962
13210
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12963
13211
|
showMediaPreview?: boolean | undefined;
|
|
12964
13212
|
showMediaOverlayActions?: boolean | undefined;
|
|
13213
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13214
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12965
13215
|
mediaDelivery?: {
|
|
12966
13216
|
sizes?: string | undefined;
|
|
12967
13217
|
widthCandidates?: number[] | undefined;
|
|
@@ -13067,6 +13317,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
13067
13317
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13068
13318
|
showMediaPreview?: boolean | undefined;
|
|
13069
13319
|
showMediaOverlayActions?: boolean | undefined;
|
|
13320
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13321
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13070
13322
|
mediaDelivery?: {
|
|
13071
13323
|
sizes?: string | undefined;
|
|
13072
13324
|
widthCandidates?: number[] | undefined;
|
|
@@ -13172,6 +13424,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
13172
13424
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13173
13425
|
showMediaPreview?: boolean | undefined;
|
|
13174
13426
|
showMediaOverlayActions?: boolean | undefined;
|
|
13427
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13428
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13175
13429
|
mediaDelivery?: {
|
|
13176
13430
|
sizes?: string | undefined;
|
|
13177
13431
|
widthCandidates?: number[] | undefined;
|
|
@@ -13278,6 +13532,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
13278
13532
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13279
13533
|
showMediaPreview?: boolean | undefined;
|
|
13280
13534
|
showMediaOverlayActions?: boolean | undefined;
|
|
13535
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13536
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13281
13537
|
mediaDelivery?: {
|
|
13282
13538
|
sizes?: string | undefined;
|
|
13283
13539
|
widthCandidates?: number[] | undefined;
|
|
@@ -13382,6 +13638,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
13382
13638
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13383
13639
|
showMediaPreview?: boolean | undefined;
|
|
13384
13640
|
showMediaOverlayActions?: boolean | undefined;
|
|
13641
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13642
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13385
13643
|
mediaDelivery?: {
|
|
13386
13644
|
sizes?: string | undefined;
|
|
13387
13645
|
widthCandidates?: number[] | undefined;
|
|
@@ -13486,6 +13744,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
13486
13744
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13487
13745
|
showMediaPreview?: boolean | undefined;
|
|
13488
13746
|
showMediaOverlayActions?: boolean | undefined;
|
|
13747
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13748
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13489
13749
|
mediaDelivery?: {
|
|
13490
13750
|
sizes?: string | undefined;
|
|
13491
13751
|
widthCandidates?: number[] | undefined;
|
|
@@ -13590,6 +13850,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
13590
13850
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13591
13851
|
showMediaPreview?: boolean | undefined;
|
|
13592
13852
|
showMediaOverlayActions?: boolean | undefined;
|
|
13853
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13854
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13593
13855
|
mediaDelivery?: {
|
|
13594
13856
|
sizes?: string | undefined;
|
|
13595
13857
|
widthCandidates?: number[] | undefined;
|
|
@@ -13694,6 +13956,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
13694
13956
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13695
13957
|
showMediaPreview?: boolean | undefined;
|
|
13696
13958
|
showMediaOverlayActions?: boolean | undefined;
|
|
13959
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13960
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13697
13961
|
mediaDelivery?: {
|
|
13698
13962
|
sizes?: string | undefined;
|
|
13699
13963
|
widthCandidates?: number[] | undefined;
|
|
@@ -13798,6 +14062,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
13798
14062
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13799
14063
|
showMediaPreview?: boolean | undefined;
|
|
13800
14064
|
showMediaOverlayActions?: boolean | undefined;
|
|
14065
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14066
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13801
14067
|
mediaDelivery?: {
|
|
13802
14068
|
sizes?: string | undefined;
|
|
13803
14069
|
widthCandidates?: number[] | undefined;
|
|
@@ -13906,6 +14172,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
13906
14172
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13907
14173
|
showMediaPreview?: boolean | undefined;
|
|
13908
14174
|
showMediaOverlayActions?: boolean | undefined;
|
|
14175
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14176
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13909
14177
|
mediaDelivery?: {
|
|
13910
14178
|
sizes?: string | undefined;
|
|
13911
14179
|
widthCandidates?: number[] | undefined;
|
|
@@ -14010,6 +14278,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
14010
14278
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14011
14279
|
showMediaPreview?: boolean | undefined;
|
|
14012
14280
|
showMediaOverlayActions?: boolean | undefined;
|
|
14281
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14282
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14013
14283
|
mediaDelivery?: {
|
|
14014
14284
|
sizes?: string | undefined;
|
|
14015
14285
|
widthCandidates?: number[] | undefined;
|
|
@@ -14116,6 +14386,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
14116
14386
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14117
14387
|
showMediaPreview?: boolean | undefined;
|
|
14118
14388
|
showMediaOverlayActions?: boolean | undefined;
|
|
14389
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14390
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14119
14391
|
mediaDelivery?: {
|
|
14120
14392
|
sizes?: string | undefined;
|
|
14121
14393
|
widthCandidates?: number[] | undefined;
|
|
@@ -14220,6 +14492,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
14220
14492
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14221
14493
|
showMediaPreview?: boolean | undefined;
|
|
14222
14494
|
showMediaOverlayActions?: boolean | undefined;
|
|
14495
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14496
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14223
14497
|
mediaDelivery?: {
|
|
14224
14498
|
sizes?: string | undefined;
|
|
14225
14499
|
widthCandidates?: number[] | undefined;
|
|
@@ -14331,6 +14605,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
14331
14605
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14332
14606
|
showMediaPreview?: boolean | undefined;
|
|
14333
14607
|
showMediaOverlayActions?: boolean | undefined;
|
|
14608
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14609
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14334
14610
|
mediaDelivery?: {
|
|
14335
14611
|
sizes?: string | undefined;
|
|
14336
14612
|
widthCandidates?: number[] | undefined;
|
|
@@ -14441,6 +14717,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
14441
14717
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14442
14718
|
showMediaPreview?: boolean | undefined;
|
|
14443
14719
|
showMediaOverlayActions?: boolean | undefined;
|
|
14720
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14721
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14444
14722
|
mediaDelivery?: {
|
|
14445
14723
|
sizes?: string | undefined;
|
|
14446
14724
|
widthCandidates?: number[] | undefined;
|
|
@@ -14545,6 +14823,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
14545
14823
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14546
14824
|
showMediaPreview?: boolean | undefined;
|
|
14547
14825
|
showMediaOverlayActions?: boolean | undefined;
|
|
14826
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14827
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14548
14828
|
mediaDelivery?: {
|
|
14549
14829
|
sizes?: string | undefined;
|
|
14550
14830
|
widthCandidates?: number[] | undefined;
|
|
@@ -14652,6 +14932,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
14652
14932
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14653
14933
|
showMediaPreview?: boolean | undefined;
|
|
14654
14934
|
showMediaOverlayActions?: boolean | undefined;
|
|
14935
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14936
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14655
14937
|
mediaDelivery?: {
|
|
14656
14938
|
sizes?: string | undefined;
|
|
14657
14939
|
widthCandidates?: number[] | undefined;
|
|
@@ -14761,6 +15043,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
14761
15043
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14762
15044
|
showMediaPreview?: boolean | undefined;
|
|
14763
15045
|
showMediaOverlayActions?: boolean | undefined;
|
|
15046
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15047
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14764
15048
|
mediaDelivery?: {
|
|
14765
15049
|
sizes?: string | undefined;
|
|
14766
15050
|
widthCandidates?: number[] | undefined;
|
|
@@ -14871,6 +15155,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
14871
15155
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14872
15156
|
showMediaPreview?: boolean | undefined;
|
|
14873
15157
|
showMediaOverlayActions?: boolean | undefined;
|
|
15158
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15159
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14874
15160
|
mediaDelivery?: {
|
|
14875
15161
|
sizes?: string | undefined;
|
|
14876
15162
|
widthCandidates?: number[] | undefined;
|
|
@@ -14975,6 +15261,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
14975
15261
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14976
15262
|
showMediaPreview?: boolean | undefined;
|
|
14977
15263
|
showMediaOverlayActions?: boolean | undefined;
|
|
15264
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15265
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14978
15266
|
mediaDelivery?: {
|
|
14979
15267
|
sizes?: string | undefined;
|
|
14980
15268
|
widthCandidates?: number[] | undefined;
|
|
@@ -15086,6 +15374,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
15086
15374
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15087
15375
|
showMediaPreview?: boolean | undefined;
|
|
15088
15376
|
showMediaOverlayActions?: boolean | undefined;
|
|
15377
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15378
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15089
15379
|
mediaDelivery?: {
|
|
15090
15380
|
sizes?: string | undefined;
|
|
15091
15381
|
widthCandidates?: number[] | undefined;
|
|
@@ -15191,6 +15481,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
15191
15481
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15192
15482
|
showMediaPreview?: boolean | undefined;
|
|
15193
15483
|
showMediaOverlayActions?: boolean | undefined;
|
|
15484
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15485
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15194
15486
|
mediaDelivery?: {
|
|
15195
15487
|
sizes?: string | undefined;
|
|
15196
15488
|
widthCandidates?: number[] | undefined;
|
|
@@ -15296,6 +15588,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
15296
15588
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15297
15589
|
showMediaPreview?: boolean | undefined;
|
|
15298
15590
|
showMediaOverlayActions?: boolean | undefined;
|
|
15591
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15592
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15299
15593
|
mediaDelivery?: {
|
|
15300
15594
|
sizes?: string | undefined;
|
|
15301
15595
|
widthCandidates?: number[] | undefined;
|
|
@@ -15402,6 +15696,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
15402
15696
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15403
15697
|
showMediaPreview?: boolean | undefined;
|
|
15404
15698
|
showMediaOverlayActions?: boolean | undefined;
|
|
15699
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15700
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15405
15701
|
mediaDelivery?: {
|
|
15406
15702
|
sizes?: string | undefined;
|
|
15407
15703
|
widthCandidates?: number[] | undefined;
|
|
@@ -15506,6 +15802,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
15506
15802
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15507
15803
|
showMediaPreview?: boolean | undefined;
|
|
15508
15804
|
showMediaOverlayActions?: boolean | undefined;
|
|
15805
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15806
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15509
15807
|
mediaDelivery?: {
|
|
15510
15808
|
sizes?: string | undefined;
|
|
15511
15809
|
widthCandidates?: number[] | undefined;
|
|
@@ -15610,6 +15908,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
15610
15908
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15611
15909
|
showMediaPreview?: boolean | undefined;
|
|
15612
15910
|
showMediaOverlayActions?: boolean | undefined;
|
|
15911
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15912
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15613
15913
|
mediaDelivery?: {
|
|
15614
15914
|
sizes?: string | undefined;
|
|
15615
15915
|
widthCandidates?: number[] | undefined;
|
|
@@ -15714,6 +16014,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
15714
16014
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15715
16015
|
showMediaPreview?: boolean | undefined;
|
|
15716
16016
|
showMediaOverlayActions?: boolean | undefined;
|
|
16017
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16018
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15717
16019
|
mediaDelivery?: {
|
|
15718
16020
|
sizes?: string | undefined;
|
|
15719
16021
|
widthCandidates?: number[] | undefined;
|
|
@@ -15818,6 +16120,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
15818
16120
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15819
16121
|
showMediaPreview?: boolean | undefined;
|
|
15820
16122
|
showMediaOverlayActions?: boolean | undefined;
|
|
16123
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16124
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15821
16125
|
mediaDelivery?: {
|
|
15822
16126
|
sizes?: string | undefined;
|
|
15823
16127
|
widthCandidates?: number[] | undefined;
|
|
@@ -15922,6 +16226,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
15922
16226
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15923
16227
|
showMediaPreview?: boolean | undefined;
|
|
15924
16228
|
showMediaOverlayActions?: boolean | undefined;
|
|
16229
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16230
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15925
16231
|
mediaDelivery?: {
|
|
15926
16232
|
sizes?: string | undefined;
|
|
15927
16233
|
widthCandidates?: number[] | undefined;
|
|
@@ -16030,6 +16336,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
16030
16336
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16031
16337
|
showMediaPreview?: boolean | undefined;
|
|
16032
16338
|
showMediaOverlayActions?: boolean | undefined;
|
|
16339
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16340
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16033
16341
|
mediaDelivery?: {
|
|
16034
16342
|
sizes?: string | undefined;
|
|
16035
16343
|
widthCandidates?: number[] | undefined;
|
|
@@ -16134,6 +16442,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
16134
16442
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16135
16443
|
showMediaPreview?: boolean | undefined;
|
|
16136
16444
|
showMediaOverlayActions?: boolean | undefined;
|
|
16445
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16446
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16137
16447
|
mediaDelivery?: {
|
|
16138
16448
|
sizes?: string | undefined;
|
|
16139
16449
|
widthCandidates?: number[] | undefined;
|
|
@@ -16240,6 +16550,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
16240
16550
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16241
16551
|
showMediaPreview?: boolean | undefined;
|
|
16242
16552
|
showMediaOverlayActions?: boolean | undefined;
|
|
16553
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16554
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16243
16555
|
mediaDelivery?: {
|
|
16244
16556
|
sizes?: string | undefined;
|
|
16245
16557
|
widthCandidates?: number[] | undefined;
|
|
@@ -16344,6 +16656,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
16344
16656
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16345
16657
|
showMediaPreview?: boolean | undefined;
|
|
16346
16658
|
showMediaOverlayActions?: boolean | undefined;
|
|
16659
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16660
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16347
16661
|
mediaDelivery?: {
|
|
16348
16662
|
sizes?: string | undefined;
|
|
16349
16663
|
widthCandidates?: number[] | undefined;
|
|
@@ -16466,6 +16780,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
16466
16780
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16467
16781
|
showMediaPreview?: boolean | undefined;
|
|
16468
16782
|
showMediaOverlayActions?: boolean | undefined;
|
|
16783
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16784
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16469
16785
|
mediaDelivery?: {
|
|
16470
16786
|
sizes?: string | undefined;
|
|
16471
16787
|
widthCandidates?: number[] | undefined;
|
|
@@ -16574,6 +16890,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
16574
16890
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16575
16891
|
showMediaPreview?: boolean | undefined;
|
|
16576
16892
|
showMediaOverlayActions?: boolean | undefined;
|
|
16893
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16894
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16577
16895
|
mediaDelivery?: {
|
|
16578
16896
|
sizes?: string | undefined;
|
|
16579
16897
|
widthCandidates?: number[] | undefined;
|
|
@@ -16653,6 +16971,9 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
16653
16971
|
intent?: "style" | "content" | "display" | "behavior" | undefined;
|
|
16654
16972
|
} | undefined;
|
|
16655
16973
|
itemLabelSource?: string | undefined;
|
|
16974
|
+
showSummary?: boolean | undefined;
|
|
16975
|
+
summaryFields?: string[] | undefined;
|
|
16976
|
+
summaryMaxChars?: number | undefined;
|
|
16656
16977
|
maxItems?: number | undefined;
|
|
16657
16978
|
schema?: unknown;
|
|
16658
16979
|
polymorphic?: boolean | undefined;
|
|
@@ -16691,6 +17012,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
16691
17012
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16692
17013
|
showMediaPreview?: boolean | undefined;
|
|
16693
17014
|
showMediaOverlayActions?: boolean | undefined;
|
|
17015
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17016
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16694
17017
|
mediaDelivery?: {
|
|
16695
17018
|
sizes?: string | undefined;
|
|
16696
17019
|
widthCandidates?: number[] | undefined;
|
|
@@ -16804,6 +17127,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
16804
17127
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16805
17128
|
showMediaPreview?: boolean | undefined;
|
|
16806
17129
|
showMediaOverlayActions?: boolean | undefined;
|
|
17130
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17131
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16807
17132
|
mediaDelivery?: {
|
|
16808
17133
|
sizes?: string | undefined;
|
|
16809
17134
|
widthCandidates?: number[] | undefined;
|
|
@@ -16909,6 +17234,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
16909
17234
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16910
17235
|
showMediaPreview?: boolean | undefined;
|
|
16911
17236
|
showMediaOverlayActions?: boolean | undefined;
|
|
17237
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17238
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16912
17239
|
mediaDelivery?: {
|
|
16913
17240
|
sizes?: string | undefined;
|
|
16914
17241
|
widthCandidates?: number[] | undefined;
|
|
@@ -17014,6 +17341,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
17014
17341
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17015
17342
|
showMediaPreview?: boolean | undefined;
|
|
17016
17343
|
showMediaOverlayActions?: boolean | undefined;
|
|
17344
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17345
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17017
17346
|
mediaDelivery?: {
|
|
17018
17347
|
sizes?: string | undefined;
|
|
17019
17348
|
widthCandidates?: number[] | undefined;
|
|
@@ -17120,6 +17449,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
17120
17449
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17121
17450
|
showMediaPreview?: boolean | undefined;
|
|
17122
17451
|
showMediaOverlayActions?: boolean | undefined;
|
|
17452
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17453
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17123
17454
|
mediaDelivery?: {
|
|
17124
17455
|
sizes?: string | undefined;
|
|
17125
17456
|
widthCandidates?: number[] | undefined;
|
|
@@ -17224,6 +17555,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
17224
17555
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17225
17556
|
showMediaPreview?: boolean | undefined;
|
|
17226
17557
|
showMediaOverlayActions?: boolean | undefined;
|
|
17558
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17559
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17227
17560
|
mediaDelivery?: {
|
|
17228
17561
|
sizes?: string | undefined;
|
|
17229
17562
|
widthCandidates?: number[] | undefined;
|
|
@@ -17328,6 +17661,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
17328
17661
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17329
17662
|
showMediaPreview?: boolean | undefined;
|
|
17330
17663
|
showMediaOverlayActions?: boolean | undefined;
|
|
17664
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17665
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17331
17666
|
mediaDelivery?: {
|
|
17332
17667
|
sizes?: string | undefined;
|
|
17333
17668
|
widthCandidates?: number[] | undefined;
|
|
@@ -17432,6 +17767,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
17432
17767
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17433
17768
|
showMediaPreview?: boolean | undefined;
|
|
17434
17769
|
showMediaOverlayActions?: boolean | undefined;
|
|
17770
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17771
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17435
17772
|
mediaDelivery?: {
|
|
17436
17773
|
sizes?: string | undefined;
|
|
17437
17774
|
widthCandidates?: number[] | undefined;
|
|
@@ -17536,6 +17873,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
17536
17873
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17537
17874
|
showMediaPreview?: boolean | undefined;
|
|
17538
17875
|
showMediaOverlayActions?: boolean | undefined;
|
|
17876
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17877
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17539
17878
|
mediaDelivery?: {
|
|
17540
17879
|
sizes?: string | undefined;
|
|
17541
17880
|
widthCandidates?: number[] | undefined;
|
|
@@ -17640,6 +17979,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
17640
17979
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17641
17980
|
showMediaPreview?: boolean | undefined;
|
|
17642
17981
|
showMediaOverlayActions?: boolean | undefined;
|
|
17982
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17983
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17643
17984
|
mediaDelivery?: {
|
|
17644
17985
|
sizes?: string | undefined;
|
|
17645
17986
|
widthCandidates?: number[] | undefined;
|
|
@@ -17748,6 +18089,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
17748
18089
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17749
18090
|
showMediaPreview?: boolean | undefined;
|
|
17750
18091
|
showMediaOverlayActions?: boolean | undefined;
|
|
18092
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18093
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17751
18094
|
mediaDelivery?: {
|
|
17752
18095
|
sizes?: string | undefined;
|
|
17753
18096
|
widthCandidates?: number[] | undefined;
|
|
@@ -17852,6 +18195,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
17852
18195
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17853
18196
|
showMediaPreview?: boolean | undefined;
|
|
17854
18197
|
showMediaOverlayActions?: boolean | undefined;
|
|
18198
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18199
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17855
18200
|
mediaDelivery?: {
|
|
17856
18201
|
sizes?: string | undefined;
|
|
17857
18202
|
widthCandidates?: number[] | undefined;
|
|
@@ -17958,6 +18303,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
17958
18303
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17959
18304
|
showMediaPreview?: boolean | undefined;
|
|
17960
18305
|
showMediaOverlayActions?: boolean | undefined;
|
|
18306
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18307
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17961
18308
|
mediaDelivery?: {
|
|
17962
18309
|
sizes?: string | undefined;
|
|
17963
18310
|
widthCandidates?: number[] | undefined;
|
|
@@ -18062,6 +18409,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
18062
18409
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18063
18410
|
showMediaPreview?: boolean | undefined;
|
|
18064
18411
|
showMediaOverlayActions?: boolean | undefined;
|
|
18412
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18413
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18065
18414
|
mediaDelivery?: {
|
|
18066
18415
|
sizes?: string | undefined;
|
|
18067
18416
|
widthCandidates?: number[] | undefined;
|
|
@@ -18173,6 +18522,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
18173
18522
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18174
18523
|
showMediaPreview?: boolean | undefined;
|
|
18175
18524
|
showMediaOverlayActions?: boolean | undefined;
|
|
18525
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18526
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18176
18527
|
mediaDelivery?: {
|
|
18177
18528
|
sizes?: string | undefined;
|
|
18178
18529
|
widthCandidates?: number[] | undefined;
|
|
@@ -18283,6 +18634,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
18283
18634
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18284
18635
|
showMediaPreview?: boolean | undefined;
|
|
18285
18636
|
showMediaOverlayActions?: boolean | undefined;
|
|
18637
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18638
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18286
18639
|
mediaDelivery?: {
|
|
18287
18640
|
sizes?: string | undefined;
|
|
18288
18641
|
widthCandidates?: number[] | undefined;
|
|
@@ -18387,6 +18740,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
18387
18740
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18388
18741
|
showMediaPreview?: boolean | undefined;
|
|
18389
18742
|
showMediaOverlayActions?: boolean | undefined;
|
|
18743
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18744
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18390
18745
|
mediaDelivery?: {
|
|
18391
18746
|
sizes?: string | undefined;
|
|
18392
18747
|
widthCandidates?: number[] | undefined;
|
|
@@ -18498,6 +18853,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
18498
18853
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18499
18854
|
showMediaPreview?: boolean | undefined;
|
|
18500
18855
|
showMediaOverlayActions?: boolean | undefined;
|
|
18856
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18857
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18501
18858
|
mediaDelivery?: {
|
|
18502
18859
|
sizes?: string | undefined;
|
|
18503
18860
|
widthCandidates?: number[] | undefined;
|
|
@@ -18603,6 +18960,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
18603
18960
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18604
18961
|
showMediaPreview?: boolean | undefined;
|
|
18605
18962
|
showMediaOverlayActions?: boolean | undefined;
|
|
18963
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18964
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18606
18965
|
mediaDelivery?: {
|
|
18607
18966
|
sizes?: string | undefined;
|
|
18608
18967
|
widthCandidates?: number[] | undefined;
|
|
@@ -18708,6 +19067,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
18708
19067
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18709
19068
|
showMediaPreview?: boolean | undefined;
|
|
18710
19069
|
showMediaOverlayActions?: boolean | undefined;
|
|
19070
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19071
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18711
19072
|
mediaDelivery?: {
|
|
18712
19073
|
sizes?: string | undefined;
|
|
18713
19074
|
widthCandidates?: number[] | undefined;
|
|
@@ -18814,6 +19175,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
18814
19175
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18815
19176
|
showMediaPreview?: boolean | undefined;
|
|
18816
19177
|
showMediaOverlayActions?: boolean | undefined;
|
|
19178
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19179
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18817
19180
|
mediaDelivery?: {
|
|
18818
19181
|
sizes?: string | undefined;
|
|
18819
19182
|
widthCandidates?: number[] | undefined;
|
|
@@ -18918,6 +19281,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
18918
19281
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18919
19282
|
showMediaPreview?: boolean | undefined;
|
|
18920
19283
|
showMediaOverlayActions?: boolean | undefined;
|
|
19284
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19285
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18921
19286
|
mediaDelivery?: {
|
|
18922
19287
|
sizes?: string | undefined;
|
|
18923
19288
|
widthCandidates?: number[] | undefined;
|
|
@@ -19022,6 +19387,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
19022
19387
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19023
19388
|
showMediaPreview?: boolean | undefined;
|
|
19024
19389
|
showMediaOverlayActions?: boolean | undefined;
|
|
19390
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19391
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19025
19392
|
mediaDelivery?: {
|
|
19026
19393
|
sizes?: string | undefined;
|
|
19027
19394
|
widthCandidates?: number[] | undefined;
|
|
@@ -19126,6 +19493,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
19126
19493
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19127
19494
|
showMediaPreview?: boolean | undefined;
|
|
19128
19495
|
showMediaOverlayActions?: boolean | undefined;
|
|
19496
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19497
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19129
19498
|
mediaDelivery?: {
|
|
19130
19499
|
sizes?: string | undefined;
|
|
19131
19500
|
widthCandidates?: number[] | undefined;
|
|
@@ -19230,6 +19599,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
19230
19599
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19231
19600
|
showMediaPreview?: boolean | undefined;
|
|
19232
19601
|
showMediaOverlayActions?: boolean | undefined;
|
|
19602
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19603
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19233
19604
|
mediaDelivery?: {
|
|
19234
19605
|
sizes?: string | undefined;
|
|
19235
19606
|
widthCandidates?: number[] | undefined;
|
|
@@ -19334,6 +19705,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
19334
19705
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19335
19706
|
showMediaPreview?: boolean | undefined;
|
|
19336
19707
|
showMediaOverlayActions?: boolean | undefined;
|
|
19708
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19709
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19337
19710
|
mediaDelivery?: {
|
|
19338
19711
|
sizes?: string | undefined;
|
|
19339
19712
|
widthCandidates?: number[] | undefined;
|
|
@@ -19442,6 +19815,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
19442
19815
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19443
19816
|
showMediaPreview?: boolean | undefined;
|
|
19444
19817
|
showMediaOverlayActions?: boolean | undefined;
|
|
19818
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19819
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19445
19820
|
mediaDelivery?: {
|
|
19446
19821
|
sizes?: string | undefined;
|
|
19447
19822
|
widthCandidates?: number[] | undefined;
|
|
@@ -19546,6 +19921,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
19546
19921
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19547
19922
|
showMediaPreview?: boolean | undefined;
|
|
19548
19923
|
showMediaOverlayActions?: boolean | undefined;
|
|
19924
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19925
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19549
19926
|
mediaDelivery?: {
|
|
19550
19927
|
sizes?: string | undefined;
|
|
19551
19928
|
widthCandidates?: number[] | undefined;
|
|
@@ -19652,6 +20029,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
19652
20029
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19653
20030
|
showMediaPreview?: boolean | undefined;
|
|
19654
20031
|
showMediaOverlayActions?: boolean | undefined;
|
|
20032
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20033
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19655
20034
|
mediaDelivery?: {
|
|
19656
20035
|
sizes?: string | undefined;
|
|
19657
20036
|
widthCandidates?: number[] | undefined;
|
|
@@ -19756,6 +20135,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
19756
20135
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19757
20136
|
showMediaPreview?: boolean | undefined;
|
|
19758
20137
|
showMediaOverlayActions?: boolean | undefined;
|
|
20138
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20139
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19759
20140
|
mediaDelivery?: {
|
|
19760
20141
|
sizes?: string | undefined;
|
|
19761
20142
|
widthCandidates?: number[] | undefined;
|
|
@@ -19867,6 +20248,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
19867
20248
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19868
20249
|
showMediaPreview?: boolean | undefined;
|
|
19869
20250
|
showMediaOverlayActions?: boolean | undefined;
|
|
20251
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20252
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19870
20253
|
mediaDelivery?: {
|
|
19871
20254
|
sizes?: string | undefined;
|
|
19872
20255
|
widthCandidates?: number[] | undefined;
|
|
@@ -19977,6 +20360,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
19977
20360
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19978
20361
|
showMediaPreview?: boolean | undefined;
|
|
19979
20362
|
showMediaOverlayActions?: boolean | undefined;
|
|
20363
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20364
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19980
20365
|
mediaDelivery?: {
|
|
19981
20366
|
sizes?: string | undefined;
|
|
19982
20367
|
widthCandidates?: number[] | undefined;
|
|
@@ -20081,6 +20466,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
20081
20466
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20082
20467
|
showMediaPreview?: boolean | undefined;
|
|
20083
20468
|
showMediaOverlayActions?: boolean | undefined;
|
|
20469
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20470
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20084
20471
|
mediaDelivery?: {
|
|
20085
20472
|
sizes?: string | undefined;
|
|
20086
20473
|
widthCandidates?: number[] | undefined;
|
|
@@ -20188,6 +20575,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
20188
20575
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20189
20576
|
showMediaPreview?: boolean | undefined;
|
|
20190
20577
|
showMediaOverlayActions?: boolean | undefined;
|
|
20578
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20579
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20191
20580
|
mediaDelivery?: {
|
|
20192
20581
|
sizes?: string | undefined;
|
|
20193
20582
|
widthCandidates?: number[] | undefined;
|
|
@@ -20297,6 +20686,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
20297
20686
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20298
20687
|
showMediaPreview?: boolean | undefined;
|
|
20299
20688
|
showMediaOverlayActions?: boolean | undefined;
|
|
20689
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20690
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20300
20691
|
mediaDelivery?: {
|
|
20301
20692
|
sizes?: string | undefined;
|
|
20302
20693
|
widthCandidates?: number[] | undefined;
|
|
@@ -20407,6 +20798,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
20407
20798
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20408
20799
|
showMediaPreview?: boolean | undefined;
|
|
20409
20800
|
showMediaOverlayActions?: boolean | undefined;
|
|
20801
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20802
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20410
20803
|
mediaDelivery?: {
|
|
20411
20804
|
sizes?: string | undefined;
|
|
20412
20805
|
widthCandidates?: number[] | undefined;
|
|
@@ -20511,6 +20904,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
20511
20904
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20512
20905
|
showMediaPreview?: boolean | undefined;
|
|
20513
20906
|
showMediaOverlayActions?: boolean | undefined;
|
|
20907
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20908
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20514
20909
|
mediaDelivery?: {
|
|
20515
20910
|
sizes?: string | undefined;
|
|
20516
20911
|
widthCandidates?: number[] | undefined;
|
|
@@ -20615,6 +21010,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
20615
21010
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20616
21011
|
showMediaPreview?: boolean | undefined;
|
|
20617
21012
|
showMediaOverlayActions?: boolean | undefined;
|
|
21013
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21014
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20618
21015
|
mediaDelivery?: {
|
|
20619
21016
|
sizes?: string | undefined;
|
|
20620
21017
|
widthCandidates?: number[] | undefined;
|
|
@@ -20734,6 +21131,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
20734
21131
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20735
21132
|
showMediaPreview?: boolean | undefined;
|
|
20736
21133
|
showMediaOverlayActions?: boolean | undefined;
|
|
21134
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21135
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20737
21136
|
mediaDelivery?: {
|
|
20738
21137
|
sizes?: string | undefined;
|
|
20739
21138
|
widthCandidates?: number[] | undefined;
|
|
@@ -20842,6 +21241,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
20842
21241
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20843
21242
|
showMediaPreview?: boolean | undefined;
|
|
20844
21243
|
showMediaOverlayActions?: boolean | undefined;
|
|
21244
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21245
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20845
21246
|
mediaDelivery?: {
|
|
20846
21247
|
sizes?: string | undefined;
|
|
20847
21248
|
widthCandidates?: number[] | undefined;
|
|
@@ -20921,6 +21322,9 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
20921
21322
|
intent?: "style" | "content" | "display" | "behavior" | undefined;
|
|
20922
21323
|
} | undefined;
|
|
20923
21324
|
itemLabelSource?: string | undefined;
|
|
21325
|
+
showSummary?: boolean | undefined;
|
|
21326
|
+
summaryFields?: string[] | undefined;
|
|
21327
|
+
summaryMaxChars?: number | undefined;
|
|
20924
21328
|
maxItems?: number | undefined;
|
|
20925
21329
|
schema?: unknown;
|
|
20926
21330
|
polymorphic?: boolean | undefined;
|
|
@@ -20959,6 +21363,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
20959
21363
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20960
21364
|
showMediaPreview?: boolean | undefined;
|
|
20961
21365
|
showMediaOverlayActions?: boolean | undefined;
|
|
21366
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21367
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20962
21368
|
mediaDelivery?: {
|
|
20963
21369
|
sizes?: string | undefined;
|
|
20964
21370
|
widthCandidates?: number[] | undefined;
|
|
@@ -21072,6 +21478,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
21072
21478
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21073
21479
|
showMediaPreview?: boolean | undefined;
|
|
21074
21480
|
showMediaOverlayActions?: boolean | undefined;
|
|
21481
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21482
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21075
21483
|
mediaDelivery?: {
|
|
21076
21484
|
sizes?: string | undefined;
|
|
21077
21485
|
widthCandidates?: number[] | undefined;
|
|
@@ -21177,6 +21585,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
21177
21585
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21178
21586
|
showMediaPreview?: boolean | undefined;
|
|
21179
21587
|
showMediaOverlayActions?: boolean | undefined;
|
|
21588
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21589
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21180
21590
|
mediaDelivery?: {
|
|
21181
21591
|
sizes?: string | undefined;
|
|
21182
21592
|
widthCandidates?: number[] | undefined;
|
|
@@ -21282,6 +21692,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
21282
21692
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21283
21693
|
showMediaPreview?: boolean | undefined;
|
|
21284
21694
|
showMediaOverlayActions?: boolean | undefined;
|
|
21695
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21696
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21285
21697
|
mediaDelivery?: {
|
|
21286
21698
|
sizes?: string | undefined;
|
|
21287
21699
|
widthCandidates?: number[] | undefined;
|
|
@@ -21388,6 +21800,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
21388
21800
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21389
21801
|
showMediaPreview?: boolean | undefined;
|
|
21390
21802
|
showMediaOverlayActions?: boolean | undefined;
|
|
21803
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21804
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21391
21805
|
mediaDelivery?: {
|
|
21392
21806
|
sizes?: string | undefined;
|
|
21393
21807
|
widthCandidates?: number[] | undefined;
|
|
@@ -21492,6 +21906,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
21492
21906
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21493
21907
|
showMediaPreview?: boolean | undefined;
|
|
21494
21908
|
showMediaOverlayActions?: boolean | undefined;
|
|
21909
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21910
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21495
21911
|
mediaDelivery?: {
|
|
21496
21912
|
sizes?: string | undefined;
|
|
21497
21913
|
widthCandidates?: number[] | undefined;
|
|
@@ -21596,6 +22012,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
21596
22012
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21597
22013
|
showMediaPreview?: boolean | undefined;
|
|
21598
22014
|
showMediaOverlayActions?: boolean | undefined;
|
|
22015
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22016
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21599
22017
|
mediaDelivery?: {
|
|
21600
22018
|
sizes?: string | undefined;
|
|
21601
22019
|
widthCandidates?: number[] | undefined;
|
|
@@ -21700,6 +22118,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
21700
22118
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21701
22119
|
showMediaPreview?: boolean | undefined;
|
|
21702
22120
|
showMediaOverlayActions?: boolean | undefined;
|
|
22121
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22122
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21703
22123
|
mediaDelivery?: {
|
|
21704
22124
|
sizes?: string | undefined;
|
|
21705
22125
|
widthCandidates?: number[] | undefined;
|
|
@@ -21804,6 +22224,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
21804
22224
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21805
22225
|
showMediaPreview?: boolean | undefined;
|
|
21806
22226
|
showMediaOverlayActions?: boolean | undefined;
|
|
22227
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22228
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21807
22229
|
mediaDelivery?: {
|
|
21808
22230
|
sizes?: string | undefined;
|
|
21809
22231
|
widthCandidates?: number[] | undefined;
|
|
@@ -21908,6 +22330,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
21908
22330
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21909
22331
|
showMediaPreview?: boolean | undefined;
|
|
21910
22332
|
showMediaOverlayActions?: boolean | undefined;
|
|
22333
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22334
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21911
22335
|
mediaDelivery?: {
|
|
21912
22336
|
sizes?: string | undefined;
|
|
21913
22337
|
widthCandidates?: number[] | undefined;
|
|
@@ -22016,6 +22440,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
22016
22440
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22017
22441
|
showMediaPreview?: boolean | undefined;
|
|
22018
22442
|
showMediaOverlayActions?: boolean | undefined;
|
|
22443
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22444
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22019
22445
|
mediaDelivery?: {
|
|
22020
22446
|
sizes?: string | undefined;
|
|
22021
22447
|
widthCandidates?: number[] | undefined;
|
|
@@ -22120,6 +22546,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
22120
22546
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22121
22547
|
showMediaPreview?: boolean | undefined;
|
|
22122
22548
|
showMediaOverlayActions?: boolean | undefined;
|
|
22549
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22550
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22123
22551
|
mediaDelivery?: {
|
|
22124
22552
|
sizes?: string | undefined;
|
|
22125
22553
|
widthCandidates?: number[] | undefined;
|
|
@@ -22226,6 +22654,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
22226
22654
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22227
22655
|
showMediaPreview?: boolean | undefined;
|
|
22228
22656
|
showMediaOverlayActions?: boolean | undefined;
|
|
22657
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22658
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22229
22659
|
mediaDelivery?: {
|
|
22230
22660
|
sizes?: string | undefined;
|
|
22231
22661
|
widthCandidates?: number[] | undefined;
|
|
@@ -22330,6 +22760,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
22330
22760
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22331
22761
|
showMediaPreview?: boolean | undefined;
|
|
22332
22762
|
showMediaOverlayActions?: boolean | undefined;
|
|
22763
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22764
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22333
22765
|
mediaDelivery?: {
|
|
22334
22766
|
sizes?: string | undefined;
|
|
22335
22767
|
widthCandidates?: number[] | undefined;
|
|
@@ -22450,6 +22882,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
22450
22882
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22451
22883
|
showMediaPreview?: boolean | undefined;
|
|
22452
22884
|
showMediaOverlayActions?: boolean | undefined;
|
|
22885
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22886
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22453
22887
|
mediaDelivery?: {
|
|
22454
22888
|
sizes?: string | undefined;
|
|
22455
22889
|
widthCandidates?: number[] | undefined;
|
|
@@ -22563,6 +22997,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
22563
22997
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22564
22998
|
showMediaPreview?: boolean | undefined;
|
|
22565
22999
|
showMediaOverlayActions?: boolean | undefined;
|
|
23000
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23001
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22566
23002
|
mediaDelivery?: {
|
|
22567
23003
|
sizes?: string | undefined;
|
|
22568
23004
|
widthCandidates?: number[] | undefined;
|
|
@@ -22668,6 +23104,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
22668
23104
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22669
23105
|
showMediaPreview?: boolean | undefined;
|
|
22670
23106
|
showMediaOverlayActions?: boolean | undefined;
|
|
23107
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23108
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22671
23109
|
mediaDelivery?: {
|
|
22672
23110
|
sizes?: string | undefined;
|
|
22673
23111
|
widthCandidates?: number[] | undefined;
|
|
@@ -22773,6 +23211,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
22773
23211
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22774
23212
|
showMediaPreview?: boolean | undefined;
|
|
22775
23213
|
showMediaOverlayActions?: boolean | undefined;
|
|
23214
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23215
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22776
23216
|
mediaDelivery?: {
|
|
22777
23217
|
sizes?: string | undefined;
|
|
22778
23218
|
widthCandidates?: number[] | undefined;
|
|
@@ -22879,6 +23319,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
22879
23319
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22880
23320
|
showMediaPreview?: boolean | undefined;
|
|
22881
23321
|
showMediaOverlayActions?: boolean | undefined;
|
|
23322
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23323
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22882
23324
|
mediaDelivery?: {
|
|
22883
23325
|
sizes?: string | undefined;
|
|
22884
23326
|
widthCandidates?: number[] | undefined;
|
|
@@ -22983,6 +23425,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
22983
23425
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22984
23426
|
showMediaPreview?: boolean | undefined;
|
|
22985
23427
|
showMediaOverlayActions?: boolean | undefined;
|
|
23428
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23429
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22986
23430
|
mediaDelivery?: {
|
|
22987
23431
|
sizes?: string | undefined;
|
|
22988
23432
|
widthCandidates?: number[] | undefined;
|
|
@@ -23087,6 +23531,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
23087
23531
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23088
23532
|
showMediaPreview?: boolean | undefined;
|
|
23089
23533
|
showMediaOverlayActions?: boolean | undefined;
|
|
23534
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23535
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23090
23536
|
mediaDelivery?: {
|
|
23091
23537
|
sizes?: string | undefined;
|
|
23092
23538
|
widthCandidates?: number[] | undefined;
|
|
@@ -23191,6 +23637,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
23191
23637
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23192
23638
|
showMediaPreview?: boolean | undefined;
|
|
23193
23639
|
showMediaOverlayActions?: boolean | undefined;
|
|
23640
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23641
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23194
23642
|
mediaDelivery?: {
|
|
23195
23643
|
sizes?: string | undefined;
|
|
23196
23644
|
widthCandidates?: number[] | undefined;
|
|
@@ -23295,6 +23743,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
23295
23743
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23296
23744
|
showMediaPreview?: boolean | undefined;
|
|
23297
23745
|
showMediaOverlayActions?: boolean | undefined;
|
|
23746
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23747
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23298
23748
|
mediaDelivery?: {
|
|
23299
23749
|
sizes?: string | undefined;
|
|
23300
23750
|
widthCandidates?: number[] | undefined;
|
|
@@ -23399,6 +23849,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
23399
23849
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23400
23850
|
showMediaPreview?: boolean | undefined;
|
|
23401
23851
|
showMediaOverlayActions?: boolean | undefined;
|
|
23852
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23853
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23402
23854
|
mediaDelivery?: {
|
|
23403
23855
|
sizes?: string | undefined;
|
|
23404
23856
|
widthCandidates?: number[] | undefined;
|
|
@@ -23507,6 +23959,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
23507
23959
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23508
23960
|
showMediaPreview?: boolean | undefined;
|
|
23509
23961
|
showMediaOverlayActions?: boolean | undefined;
|
|
23962
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23963
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23510
23964
|
mediaDelivery?: {
|
|
23511
23965
|
sizes?: string | undefined;
|
|
23512
23966
|
widthCandidates?: number[] | undefined;
|
|
@@ -23611,6 +24065,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
23611
24065
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23612
24066
|
showMediaPreview?: boolean | undefined;
|
|
23613
24067
|
showMediaOverlayActions?: boolean | undefined;
|
|
24068
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24069
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23614
24070
|
mediaDelivery?: {
|
|
23615
24071
|
sizes?: string | undefined;
|
|
23616
24072
|
widthCandidates?: number[] | undefined;
|
|
@@ -23717,6 +24173,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
23717
24173
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23718
24174
|
showMediaPreview?: boolean | undefined;
|
|
23719
24175
|
showMediaOverlayActions?: boolean | undefined;
|
|
24176
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24177
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23720
24178
|
mediaDelivery?: {
|
|
23721
24179
|
sizes?: string | undefined;
|
|
23722
24180
|
widthCandidates?: number[] | undefined;
|
|
@@ -23821,6 +24279,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
23821
24279
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23822
24280
|
showMediaPreview?: boolean | undefined;
|
|
23823
24281
|
showMediaOverlayActions?: boolean | undefined;
|
|
24282
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24283
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23824
24284
|
mediaDelivery?: {
|
|
23825
24285
|
sizes?: string | undefined;
|
|
23826
24286
|
widthCandidates?: number[] | undefined;
|
|
@@ -23932,6 +24392,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
23932
24392
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23933
24393
|
showMediaPreview?: boolean | undefined;
|
|
23934
24394
|
showMediaOverlayActions?: boolean | undefined;
|
|
24395
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24396
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23935
24397
|
mediaDelivery?: {
|
|
23936
24398
|
sizes?: string | undefined;
|
|
23937
24399
|
widthCandidates?: number[] | undefined;
|
|
@@ -24042,6 +24504,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
24042
24504
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24043
24505
|
showMediaPreview?: boolean | undefined;
|
|
24044
24506
|
showMediaOverlayActions?: boolean | undefined;
|
|
24507
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24508
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24045
24509
|
mediaDelivery?: {
|
|
24046
24510
|
sizes?: string | undefined;
|
|
24047
24511
|
widthCandidates?: number[] | undefined;
|
|
@@ -24146,6 +24610,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
24146
24610
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24147
24611
|
showMediaPreview?: boolean | undefined;
|
|
24148
24612
|
showMediaOverlayActions?: boolean | undefined;
|
|
24613
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24614
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24149
24615
|
mediaDelivery?: {
|
|
24150
24616
|
sizes?: string | undefined;
|
|
24151
24617
|
widthCandidates?: number[] | undefined;
|
|
@@ -24250,6 +24716,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
24250
24716
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24251
24717
|
showMediaPreview?: boolean | undefined;
|
|
24252
24718
|
showMediaOverlayActions?: boolean | undefined;
|
|
24719
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24720
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24253
24721
|
mediaDelivery?: {
|
|
24254
24722
|
sizes?: string | undefined;
|
|
24255
24723
|
widthCandidates?: number[] | undefined;
|
|
@@ -24358,6 +24826,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
24358
24826
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24359
24827
|
showMediaPreview?: boolean | undefined;
|
|
24360
24828
|
showMediaOverlayActions?: boolean | undefined;
|
|
24829
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24830
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24361
24831
|
mediaDelivery?: {
|
|
24362
24832
|
sizes?: string | undefined;
|
|
24363
24833
|
widthCandidates?: number[] | undefined;
|
|
@@ -24468,6 +24938,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
24468
24938
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24469
24939
|
showMediaPreview?: boolean | undefined;
|
|
24470
24940
|
showMediaOverlayActions?: boolean | undefined;
|
|
24941
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24942
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24471
24943
|
mediaDelivery?: {
|
|
24472
24944
|
sizes?: string | undefined;
|
|
24473
24945
|
widthCandidates?: number[] | undefined;
|
|
@@ -24572,6 +25044,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
24572
25044
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24573
25045
|
showMediaPreview?: boolean | undefined;
|
|
24574
25046
|
showMediaOverlayActions?: boolean | undefined;
|
|
25047
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25048
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24575
25049
|
mediaDelivery?: {
|
|
24576
25050
|
sizes?: string | undefined;
|
|
24577
25051
|
widthCandidates?: number[] | undefined;
|
|
@@ -24683,6 +25157,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
24683
25157
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24684
25158
|
showMediaPreview?: boolean | undefined;
|
|
24685
25159
|
showMediaOverlayActions?: boolean | undefined;
|
|
25160
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25161
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24686
25162
|
mediaDelivery?: {
|
|
24687
25163
|
sizes?: string | undefined;
|
|
24688
25164
|
widthCandidates?: number[] | undefined;
|
|
@@ -24788,6 +25264,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
24788
25264
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24789
25265
|
showMediaPreview?: boolean | undefined;
|
|
24790
25266
|
showMediaOverlayActions?: boolean | undefined;
|
|
25267
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25268
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24791
25269
|
mediaDelivery?: {
|
|
24792
25270
|
sizes?: string | undefined;
|
|
24793
25271
|
widthCandidates?: number[] | undefined;
|
|
@@ -24893,6 +25371,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
24893
25371
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24894
25372
|
showMediaPreview?: boolean | undefined;
|
|
24895
25373
|
showMediaOverlayActions?: boolean | undefined;
|
|
25374
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25375
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24896
25376
|
mediaDelivery?: {
|
|
24897
25377
|
sizes?: string | undefined;
|
|
24898
25378
|
widthCandidates?: number[] | undefined;
|
|
@@ -24999,6 +25479,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
24999
25479
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25000
25480
|
showMediaPreview?: boolean | undefined;
|
|
25001
25481
|
showMediaOverlayActions?: boolean | undefined;
|
|
25482
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25483
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25002
25484
|
mediaDelivery?: {
|
|
25003
25485
|
sizes?: string | undefined;
|
|
25004
25486
|
widthCandidates?: number[] | undefined;
|
|
@@ -25103,6 +25585,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
25103
25585
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25104
25586
|
showMediaPreview?: boolean | undefined;
|
|
25105
25587
|
showMediaOverlayActions?: boolean | undefined;
|
|
25588
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25589
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25106
25590
|
mediaDelivery?: {
|
|
25107
25591
|
sizes?: string | undefined;
|
|
25108
25592
|
widthCandidates?: number[] | undefined;
|
|
@@ -25207,6 +25691,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
25207
25691
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25208
25692
|
showMediaPreview?: boolean | undefined;
|
|
25209
25693
|
showMediaOverlayActions?: boolean | undefined;
|
|
25694
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25695
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25210
25696
|
mediaDelivery?: {
|
|
25211
25697
|
sizes?: string | undefined;
|
|
25212
25698
|
widthCandidates?: number[] | undefined;
|
|
@@ -25311,6 +25797,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
25311
25797
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25312
25798
|
showMediaPreview?: boolean | undefined;
|
|
25313
25799
|
showMediaOverlayActions?: boolean | undefined;
|
|
25800
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25801
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25314
25802
|
mediaDelivery?: {
|
|
25315
25803
|
sizes?: string | undefined;
|
|
25316
25804
|
widthCandidates?: number[] | undefined;
|
|
@@ -25415,6 +25903,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
25415
25903
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25416
25904
|
showMediaPreview?: boolean | undefined;
|
|
25417
25905
|
showMediaOverlayActions?: boolean | undefined;
|
|
25906
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25907
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25418
25908
|
mediaDelivery?: {
|
|
25419
25909
|
sizes?: string | undefined;
|
|
25420
25910
|
widthCandidates?: number[] | undefined;
|
|
@@ -25519,6 +26009,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
25519
26009
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25520
26010
|
showMediaPreview?: boolean | undefined;
|
|
25521
26011
|
showMediaOverlayActions?: boolean | undefined;
|
|
26012
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26013
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25522
26014
|
mediaDelivery?: {
|
|
25523
26015
|
sizes?: string | undefined;
|
|
25524
26016
|
widthCandidates?: number[] | undefined;
|
|
@@ -25627,6 +26119,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
25627
26119
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25628
26120
|
showMediaPreview?: boolean | undefined;
|
|
25629
26121
|
showMediaOverlayActions?: boolean | undefined;
|
|
26122
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26123
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25630
26124
|
mediaDelivery?: {
|
|
25631
26125
|
sizes?: string | undefined;
|
|
25632
26126
|
widthCandidates?: number[] | undefined;
|
|
@@ -25731,6 +26225,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
25731
26225
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25732
26226
|
showMediaPreview?: boolean | undefined;
|
|
25733
26227
|
showMediaOverlayActions?: boolean | undefined;
|
|
26228
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26229
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25734
26230
|
mediaDelivery?: {
|
|
25735
26231
|
sizes?: string | undefined;
|
|
25736
26232
|
widthCandidates?: number[] | undefined;
|
|
@@ -25837,6 +26333,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
25837
26333
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25838
26334
|
showMediaPreview?: boolean | undefined;
|
|
25839
26335
|
showMediaOverlayActions?: boolean | undefined;
|
|
26336
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26337
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25840
26338
|
mediaDelivery?: {
|
|
25841
26339
|
sizes?: string | undefined;
|
|
25842
26340
|
widthCandidates?: number[] | undefined;
|
|
@@ -25941,6 +26439,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
25941
26439
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25942
26440
|
showMediaPreview?: boolean | undefined;
|
|
25943
26441
|
showMediaOverlayActions?: boolean | undefined;
|
|
26442
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26443
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25944
26444
|
mediaDelivery?: {
|
|
25945
26445
|
sizes?: string | undefined;
|
|
25946
26446
|
widthCandidates?: number[] | undefined;
|
|
@@ -26061,6 +26561,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
26061
26561
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26062
26562
|
showMediaPreview?: boolean | undefined;
|
|
26063
26563
|
showMediaOverlayActions?: boolean | undefined;
|
|
26564
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26565
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26064
26566
|
mediaDelivery?: {
|
|
26065
26567
|
sizes?: string | undefined;
|
|
26066
26568
|
widthCandidates?: number[] | undefined;
|
|
@@ -26169,6 +26671,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
26169
26671
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26170
26672
|
showMediaPreview?: boolean | undefined;
|
|
26171
26673
|
showMediaOverlayActions?: boolean | undefined;
|
|
26674
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26675
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26172
26676
|
mediaDelivery?: {
|
|
26173
26677
|
sizes?: string | undefined;
|
|
26174
26678
|
widthCandidates?: number[] | undefined;
|
|
@@ -26248,6 +26752,9 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
26248
26752
|
intent?: "style" | "content" | "display" | "behavior" | undefined;
|
|
26249
26753
|
} | undefined;
|
|
26250
26754
|
itemLabelSource?: string | undefined;
|
|
26755
|
+
showSummary?: boolean | undefined;
|
|
26756
|
+
summaryFields?: string[] | undefined;
|
|
26757
|
+
summaryMaxChars?: number | undefined;
|
|
26251
26758
|
maxItems?: number | undefined;
|
|
26252
26759
|
schema?: unknown;
|
|
26253
26760
|
polymorphic?: boolean | undefined;
|
|
@@ -26286,6 +26793,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
26286
26793
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26287
26794
|
showMediaPreview?: boolean | undefined;
|
|
26288
26795
|
showMediaOverlayActions?: boolean | undefined;
|
|
26796
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26797
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26289
26798
|
mediaDelivery?: {
|
|
26290
26799
|
sizes?: string | undefined;
|
|
26291
26800
|
widthCandidates?: number[] | undefined;
|
|
@@ -26399,6 +26908,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
26399
26908
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26400
26909
|
showMediaPreview?: boolean | undefined;
|
|
26401
26910
|
showMediaOverlayActions?: boolean | undefined;
|
|
26911
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26912
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26402
26913
|
mediaDelivery?: {
|
|
26403
26914
|
sizes?: string | undefined;
|
|
26404
26915
|
widthCandidates?: number[] | undefined;
|
|
@@ -26504,6 +27015,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
26504
27015
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26505
27016
|
showMediaPreview?: boolean | undefined;
|
|
26506
27017
|
showMediaOverlayActions?: boolean | undefined;
|
|
27018
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27019
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26507
27020
|
mediaDelivery?: {
|
|
26508
27021
|
sizes?: string | undefined;
|
|
26509
27022
|
widthCandidates?: number[] | undefined;
|
|
@@ -26609,6 +27122,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
26609
27122
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26610
27123
|
showMediaPreview?: boolean | undefined;
|
|
26611
27124
|
showMediaOverlayActions?: boolean | undefined;
|
|
27125
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27126
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26612
27127
|
mediaDelivery?: {
|
|
26613
27128
|
sizes?: string | undefined;
|
|
26614
27129
|
widthCandidates?: number[] | undefined;
|
|
@@ -26715,6 +27230,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
26715
27230
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26716
27231
|
showMediaPreview?: boolean | undefined;
|
|
26717
27232
|
showMediaOverlayActions?: boolean | undefined;
|
|
27233
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27234
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26718
27235
|
mediaDelivery?: {
|
|
26719
27236
|
sizes?: string | undefined;
|
|
26720
27237
|
widthCandidates?: number[] | undefined;
|
|
@@ -26819,6 +27336,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
26819
27336
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26820
27337
|
showMediaPreview?: boolean | undefined;
|
|
26821
27338
|
showMediaOverlayActions?: boolean | undefined;
|
|
27339
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27340
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26822
27341
|
mediaDelivery?: {
|
|
26823
27342
|
sizes?: string | undefined;
|
|
26824
27343
|
widthCandidates?: number[] | undefined;
|
|
@@ -26923,6 +27442,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
26923
27442
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26924
27443
|
showMediaPreview?: boolean | undefined;
|
|
26925
27444
|
showMediaOverlayActions?: boolean | undefined;
|
|
27445
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27446
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26926
27447
|
mediaDelivery?: {
|
|
26927
27448
|
sizes?: string | undefined;
|
|
26928
27449
|
widthCandidates?: number[] | undefined;
|
|
@@ -27027,6 +27548,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
27027
27548
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27028
27549
|
showMediaPreview?: boolean | undefined;
|
|
27029
27550
|
showMediaOverlayActions?: boolean | undefined;
|
|
27551
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27552
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27030
27553
|
mediaDelivery?: {
|
|
27031
27554
|
sizes?: string | undefined;
|
|
27032
27555
|
widthCandidates?: number[] | undefined;
|
|
@@ -27131,6 +27654,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
27131
27654
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27132
27655
|
showMediaPreview?: boolean | undefined;
|
|
27133
27656
|
showMediaOverlayActions?: boolean | undefined;
|
|
27657
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27658
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27134
27659
|
mediaDelivery?: {
|
|
27135
27660
|
sizes?: string | undefined;
|
|
27136
27661
|
widthCandidates?: number[] | undefined;
|
|
@@ -27235,6 +27760,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
27235
27760
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27236
27761
|
showMediaPreview?: boolean | undefined;
|
|
27237
27762
|
showMediaOverlayActions?: boolean | undefined;
|
|
27763
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27764
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27238
27765
|
mediaDelivery?: {
|
|
27239
27766
|
sizes?: string | undefined;
|
|
27240
27767
|
widthCandidates?: number[] | undefined;
|
|
@@ -27343,6 +27870,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
27343
27870
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27344
27871
|
showMediaPreview?: boolean | undefined;
|
|
27345
27872
|
showMediaOverlayActions?: boolean | undefined;
|
|
27873
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27874
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27346
27875
|
mediaDelivery?: {
|
|
27347
27876
|
sizes?: string | undefined;
|
|
27348
27877
|
widthCandidates?: number[] | undefined;
|
|
@@ -27447,6 +27976,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
27447
27976
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27448
27977
|
showMediaPreview?: boolean | undefined;
|
|
27449
27978
|
showMediaOverlayActions?: boolean | undefined;
|
|
27979
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27980
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27450
27981
|
mediaDelivery?: {
|
|
27451
27982
|
sizes?: string | undefined;
|
|
27452
27983
|
widthCandidates?: number[] | undefined;
|
|
@@ -27553,6 +28084,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
27553
28084
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27554
28085
|
showMediaPreview?: boolean | undefined;
|
|
27555
28086
|
showMediaOverlayActions?: boolean | undefined;
|
|
28087
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28088
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27556
28089
|
mediaDelivery?: {
|
|
27557
28090
|
sizes?: string | undefined;
|
|
27558
28091
|
widthCandidates?: number[] | undefined;
|
|
@@ -27657,6 +28190,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
27657
28190
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27658
28191
|
showMediaPreview?: boolean | undefined;
|
|
27659
28192
|
showMediaOverlayActions?: boolean | undefined;
|
|
28193
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28194
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27660
28195
|
mediaDelivery?: {
|
|
27661
28196
|
sizes?: string | undefined;
|
|
27662
28197
|
widthCandidates?: number[] | undefined;
|
|
@@ -27768,6 +28303,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
27768
28303
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27769
28304
|
showMediaPreview?: boolean | undefined;
|
|
27770
28305
|
showMediaOverlayActions?: boolean | undefined;
|
|
28306
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28307
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27771
28308
|
mediaDelivery?: {
|
|
27772
28309
|
sizes?: string | undefined;
|
|
27773
28310
|
widthCandidates?: number[] | undefined;
|
|
@@ -27878,6 +28415,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
27878
28415
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27879
28416
|
showMediaPreview?: boolean | undefined;
|
|
27880
28417
|
showMediaOverlayActions?: boolean | undefined;
|
|
28418
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28419
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27881
28420
|
mediaDelivery?: {
|
|
27882
28421
|
sizes?: string | undefined;
|
|
27883
28422
|
widthCandidates?: number[] | undefined;
|
|
@@ -27982,6 +28521,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
27982
28521
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27983
28522
|
showMediaPreview?: boolean | undefined;
|
|
27984
28523
|
showMediaOverlayActions?: boolean | undefined;
|
|
28524
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28525
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27985
28526
|
mediaDelivery?: {
|
|
27986
28527
|
sizes?: string | undefined;
|
|
27987
28528
|
widthCandidates?: number[] | undefined;
|
|
@@ -28093,6 +28634,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
28093
28634
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28094
28635
|
showMediaPreview?: boolean | undefined;
|
|
28095
28636
|
showMediaOverlayActions?: boolean | undefined;
|
|
28637
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28638
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28096
28639
|
mediaDelivery?: {
|
|
28097
28640
|
sizes?: string | undefined;
|
|
28098
28641
|
widthCandidates?: number[] | undefined;
|
|
@@ -28198,6 +28741,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
28198
28741
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28199
28742
|
showMediaPreview?: boolean | undefined;
|
|
28200
28743
|
showMediaOverlayActions?: boolean | undefined;
|
|
28744
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28745
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28201
28746
|
mediaDelivery?: {
|
|
28202
28747
|
sizes?: string | undefined;
|
|
28203
28748
|
widthCandidates?: number[] | undefined;
|
|
@@ -28303,6 +28848,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
28303
28848
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28304
28849
|
showMediaPreview?: boolean | undefined;
|
|
28305
28850
|
showMediaOverlayActions?: boolean | undefined;
|
|
28851
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28852
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28306
28853
|
mediaDelivery?: {
|
|
28307
28854
|
sizes?: string | undefined;
|
|
28308
28855
|
widthCandidates?: number[] | undefined;
|
|
@@ -28409,6 +28956,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
28409
28956
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28410
28957
|
showMediaPreview?: boolean | undefined;
|
|
28411
28958
|
showMediaOverlayActions?: boolean | undefined;
|
|
28959
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28960
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28412
28961
|
mediaDelivery?: {
|
|
28413
28962
|
sizes?: string | undefined;
|
|
28414
28963
|
widthCandidates?: number[] | undefined;
|
|
@@ -28513,6 +29062,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
28513
29062
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28514
29063
|
showMediaPreview?: boolean | undefined;
|
|
28515
29064
|
showMediaOverlayActions?: boolean | undefined;
|
|
29065
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29066
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28516
29067
|
mediaDelivery?: {
|
|
28517
29068
|
sizes?: string | undefined;
|
|
28518
29069
|
widthCandidates?: number[] | undefined;
|
|
@@ -28617,6 +29168,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
28617
29168
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28618
29169
|
showMediaPreview?: boolean | undefined;
|
|
28619
29170
|
showMediaOverlayActions?: boolean | undefined;
|
|
29171
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29172
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28620
29173
|
mediaDelivery?: {
|
|
28621
29174
|
sizes?: string | undefined;
|
|
28622
29175
|
widthCandidates?: number[] | undefined;
|
|
@@ -28721,6 +29274,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
28721
29274
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28722
29275
|
showMediaPreview?: boolean | undefined;
|
|
28723
29276
|
showMediaOverlayActions?: boolean | undefined;
|
|
29277
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29278
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28724
29279
|
mediaDelivery?: {
|
|
28725
29280
|
sizes?: string | undefined;
|
|
28726
29281
|
widthCandidates?: number[] | undefined;
|
|
@@ -28825,6 +29380,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
28825
29380
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28826
29381
|
showMediaPreview?: boolean | undefined;
|
|
28827
29382
|
showMediaOverlayActions?: boolean | undefined;
|
|
29383
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29384
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28828
29385
|
mediaDelivery?: {
|
|
28829
29386
|
sizes?: string | undefined;
|
|
28830
29387
|
widthCandidates?: number[] | undefined;
|
|
@@ -28929,6 +29486,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
28929
29486
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28930
29487
|
showMediaPreview?: boolean | undefined;
|
|
28931
29488
|
showMediaOverlayActions?: boolean | undefined;
|
|
29489
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29490
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28932
29491
|
mediaDelivery?: {
|
|
28933
29492
|
sizes?: string | undefined;
|
|
28934
29493
|
widthCandidates?: number[] | undefined;
|
|
@@ -29037,6 +29596,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
29037
29596
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29038
29597
|
showMediaPreview?: boolean | undefined;
|
|
29039
29598
|
showMediaOverlayActions?: boolean | undefined;
|
|
29599
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29600
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29040
29601
|
mediaDelivery?: {
|
|
29041
29602
|
sizes?: string | undefined;
|
|
29042
29603
|
widthCandidates?: number[] | undefined;
|
|
@@ -29141,6 +29702,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
29141
29702
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29142
29703
|
showMediaPreview?: boolean | undefined;
|
|
29143
29704
|
showMediaOverlayActions?: boolean | undefined;
|
|
29705
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29706
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29144
29707
|
mediaDelivery?: {
|
|
29145
29708
|
sizes?: string | undefined;
|
|
29146
29709
|
widthCandidates?: number[] | undefined;
|
|
@@ -29247,6 +29810,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
29247
29810
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29248
29811
|
showMediaPreview?: boolean | undefined;
|
|
29249
29812
|
showMediaOverlayActions?: boolean | undefined;
|
|
29813
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29814
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29250
29815
|
mediaDelivery?: {
|
|
29251
29816
|
sizes?: string | undefined;
|
|
29252
29817
|
widthCandidates?: number[] | undefined;
|
|
@@ -29351,6 +29916,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
29351
29916
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29352
29917
|
showMediaPreview?: boolean | undefined;
|
|
29353
29918
|
showMediaOverlayActions?: boolean | undefined;
|
|
29919
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29920
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29354
29921
|
mediaDelivery?: {
|
|
29355
29922
|
sizes?: string | undefined;
|
|
29356
29923
|
widthCandidates?: number[] | undefined;
|
|
@@ -29462,6 +30029,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
29462
30029
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29463
30030
|
showMediaPreview?: boolean | undefined;
|
|
29464
30031
|
showMediaOverlayActions?: boolean | undefined;
|
|
30032
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30033
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29465
30034
|
mediaDelivery?: {
|
|
29466
30035
|
sizes?: string | undefined;
|
|
29467
30036
|
widthCandidates?: number[] | undefined;
|
|
@@ -29572,6 +30141,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
29572
30141
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29573
30142
|
showMediaPreview?: boolean | undefined;
|
|
29574
30143
|
showMediaOverlayActions?: boolean | undefined;
|
|
30144
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30145
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29575
30146
|
mediaDelivery?: {
|
|
29576
30147
|
sizes?: string | undefined;
|
|
29577
30148
|
widthCandidates?: number[] | undefined;
|
|
@@ -29676,6 +30247,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
29676
30247
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29677
30248
|
showMediaPreview?: boolean | undefined;
|
|
29678
30249
|
showMediaOverlayActions?: boolean | undefined;
|
|
30250
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30251
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29679
30252
|
mediaDelivery?: {
|
|
29680
30253
|
sizes?: string | undefined;
|
|
29681
30254
|
widthCandidates?: number[] | undefined;
|
|
@@ -29780,6 +30353,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
29780
30353
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29781
30354
|
showMediaPreview?: boolean | undefined;
|
|
29782
30355
|
showMediaOverlayActions?: boolean | undefined;
|
|
30356
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30357
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29783
30358
|
mediaDelivery?: {
|
|
29784
30359
|
sizes?: string | undefined;
|
|
29785
30360
|
widthCandidates?: number[] | undefined;
|
|
@@ -29888,6 +30463,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
29888
30463
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29889
30464
|
showMediaPreview?: boolean | undefined;
|
|
29890
30465
|
showMediaOverlayActions?: boolean | undefined;
|
|
30466
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30467
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29891
30468
|
mediaDelivery?: {
|
|
29892
30469
|
sizes?: string | undefined;
|
|
29893
30470
|
widthCandidates?: number[] | undefined;
|
|
@@ -29998,6 +30575,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
29998
30575
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29999
30576
|
showMediaPreview?: boolean | undefined;
|
|
30000
30577
|
showMediaOverlayActions?: boolean | undefined;
|
|
30578
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30579
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
30001
30580
|
mediaDelivery?: {
|
|
30002
30581
|
sizes?: string | undefined;
|
|
30003
30582
|
widthCandidates?: number[] | undefined;
|
|
@@ -30102,6 +30681,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
30102
30681
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
30103
30682
|
showMediaPreview?: boolean | undefined;
|
|
30104
30683
|
showMediaOverlayActions?: boolean | undefined;
|
|
30684
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30685
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
30105
30686
|
mediaDelivery?: {
|
|
30106
30687
|
sizes?: string | undefined;
|
|
30107
30688
|
widthCandidates?: number[] | undefined;
|
|
@@ -30209,6 +30790,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
30209
30790
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
30210
30791
|
showMediaPreview?: boolean | undefined;
|
|
30211
30792
|
showMediaOverlayActions?: boolean | undefined;
|
|
30793
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30794
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
30212
30795
|
mediaDelivery?: {
|
|
30213
30796
|
sizes?: string | undefined;
|
|
30214
30797
|
widthCandidates?: number[] | undefined;
|
|
@@ -30318,6 +30901,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
30318
30901
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
30319
30902
|
showMediaPreview?: boolean | undefined;
|
|
30320
30903
|
showMediaOverlayActions?: boolean | undefined;
|
|
30904
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30905
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
30321
30906
|
mediaDelivery?: {
|
|
30322
30907
|
sizes?: string | undefined;
|
|
30323
30908
|
widthCandidates?: number[] | undefined;
|
|
@@ -30428,6 +31013,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
30428
31013
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
30429
31014
|
showMediaPreview?: boolean | undefined;
|
|
30430
31015
|
showMediaOverlayActions?: boolean | undefined;
|
|
31016
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
31017
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
30431
31018
|
mediaDelivery?: {
|
|
30432
31019
|
sizes?: string | undefined;
|
|
30433
31020
|
widthCandidates?: number[] | undefined;
|
|
@@ -30532,6 +31119,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
30532
31119
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
30533
31120
|
showMediaPreview?: boolean | undefined;
|
|
30534
31121
|
showMediaOverlayActions?: boolean | undefined;
|
|
31122
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
31123
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
30535
31124
|
mediaDelivery?: {
|
|
30536
31125
|
sizes?: string | undefined;
|
|
30537
31126
|
widthCandidates?: number[] | undefined;
|
|
@@ -30636,6 +31225,8 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
30636
31225
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
30637
31226
|
showMediaPreview?: boolean | undefined;
|
|
30638
31227
|
showMediaOverlayActions?: boolean | undefined;
|
|
31228
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
31229
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
30639
31230
|
mediaDelivery?: {
|
|
30640
31231
|
sizes?: string | undefined;
|
|
30641
31232
|
widthCandidates?: number[] | undefined;
|