@riverbankcms/sdk 0.82.0 → 0.84.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -0
- package/dist/{PreviewEditorSidebar-LHGK6RIO.mjs → PreviewEditorSidebar-HML67UDA.mjs} +330 -11
- package/dist/{PreviewEditorUI-AXZG2SDC.mjs → PreviewEditorUI-I4BQUU6K.mjs} +3 -3
- package/dist/SdkPreviewModeRuntime-MCKMVDTK.mjs +8 -0
- package/dist/_dts/ai/src/contracts/proposals.d.ts +200 -0
- package/dist/_dts/api/src/blocks.d.ts +36 -0
- package/dist/_dts/api/src/contentRuntime.d.ts +46 -0
- package/dist/_dts/api/src/endpoints.d.ts +40 -0
- package/dist/_dts/api/src/index.d.ts +2 -2
- package/dist/_dts/api/src/sdk-event-pricing.d.ts +61 -0
- package/dist/_dts/api/src/sdk-event-schedule.d.ts +52 -0
- package/dist/_dts/api/src/sdk-event-upsert.d.ts +50 -0
- package/dist/_dts/api/src/sdkContracts.d.ts +67 -33
- package/dist/_dts/api/src/shared-contracts.d.ts +13 -0
- package/dist/_dts/api/src/sitePlatformEndpoints.d.ts +22 -36
- package/dist/_dts/api/src/siteRuntimeEndpoints.d.ts +46 -1
- package/dist/_dts/block-form/src/backend/useBackendWatch.d.ts +6 -1
- package/dist/_dts/block-form/src/utils/evaluateVisibility.d.ts +3 -2
- package/dist/_dts/block-form/src/utils/visibleWhen.d.ts +7 -0
- package/dist/_dts/blocks/src/PageRenderer.d.ts +11 -0
- package/dist/_dts/blocks/src/bindings/index.d.ts +1 -1
- package/dist/_dts/blocks/src/client/site-chrome.d.ts +1 -1
- package/dist/_dts/blocks/src/client.d.ts +4 -0
- package/dist/_dts/blocks/src/contracts/proof-block-islands.d.ts +16 -4
- package/dist/_dts/blocks/src/system/blocks/appointment-booking.d.ts +288 -2016
- package/dist/_dts/blocks/src/system/blocks/blog-listing.d.ts +288 -2016
- package/dist/_dts/blocks/src/system/blocks/cart.d.ts +288 -2016
- package/dist/_dts/blocks/src/system/blocks/checkout.d.ts +288 -2016
- package/dist/_dts/blocks/src/system/blocks/collection.d.ts +288 -2016
- package/dist/_dts/blocks/src/system/blocks/contact-newsletter.d.ts +171 -0
- package/dist/_dts/blocks/src/system/blocks/faq.d.ts +288 -2016
- package/dist/_dts/blocks/src/system/blocks/gifting.d.ts +288 -2016
- package/dist/_dts/blocks/src/system/blocks/hero.d.ts +3 -2
- package/dist/_dts/blocks/src/system/blocks/index.d.ts +1 -0
- package/dist/_dts/blocks/src/system/blocks/location-map.d.ts +1 -7
- package/dist/_dts/blocks/src/system/blocks/media-text.d.ts +2534 -151
- package/dist/_dts/blocks/src/system/blocks/product-detail.d.ts +288 -2016
- package/dist/_dts/blocks/src/system/blocks/product-list.d.ts +288 -2016
- package/dist/_dts/blocks/src/system/blocks/shop.d.ts +288 -2016
- package/dist/_dts/blocks/src/system/blocks/site-header.d.ts +36 -3
- package/dist/_dts/blocks/src/system/blocks/team-members.d.ts +2 -2
- package/dist/_dts/blocks/src/system/constants/blockKinds.d.ts +1 -1
- package/dist/_dts/blocks/src/system/fields/aspectRatio.d.ts +4 -1
- package/dist/_dts/blocks/src/system/fields/imageShape.d.ts +30 -0
- package/dist/_dts/blocks/src/system/fragments/library/heroLayoutControls.d.ts +25 -0
- package/dist/_dts/blocks/src/system/manifest/schema.d.ts +35 -161
- package/dist/_dts/blocks/src/system/runtime/components/registry.client.d.ts +24 -6
- package/dist/_dts/blocks/src/system/runtime/components/runtime-backed-blocks.d.ts +12 -3
- package/dist/_dts/blocks/src/system/runtime/hooks/useHeadlessEventRegistrationFlow.d.ts +33 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/event-registration.headless.state.d.ts +303 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/useEventRegistrationSubmit.d.ts +20 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/useEventRegistrationWizard.d.ts +4 -3
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/utils.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration.interactive.d.ts +26 -6
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/pricing.d.ts +14 -0
- package/dist/_dts/content-editor/src/controller/EntryControllerProvider.d.ts +1 -1
- package/dist/_dts/content-editor/src/controller/buildBlockPublishedBaselines.d.ts +1 -1
- package/dist/_dts/content-editor/src/controller/seedDraftBaselinesFromBlocks.d.ts +1 -1
- package/dist/_dts/content-editor/src/controller/useBlocksList.d.ts +1 -1
- package/dist/_dts/content-editor/src/controller/useInvalidBlockRecovery.d.ts +1 -1
- package/dist/_dts/content-editor/src/primitives/PreviewRichTextEditor.d.ts +2 -1
- package/dist/_dts/content-editor/src/primitives/PreviewTextEditor.d.ts +1 -0
- package/dist/_dts/content-model/src/entry-slots/index.d.ts +1 -0
- package/dist/_dts/content-model/src/entry-slots/types.d.ts +356 -0
- package/dist/_dts/content-model/src/index.d.ts +1 -0
- package/dist/_dts/content-model/src/templates/defaults.d.ts +7 -0
- package/dist/_dts/db/src/generated/supabase/database.types.d.ts +100 -5
- package/dist/_dts/editor-blocks/src/BlockEditor.d.ts +6 -1
- package/dist/_dts/editor-blocks/src/BlockForm.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/hooks/useBlockCreation.d.ts +3 -2
- package/dist/_dts/editor-blocks/src/block-editor/hooks/useBlockDuplication.d.ts +3 -2
- package/dist/_dts/editor-blocks/src/block-editor/hooks/useBlockReorder.d.ts +3 -2
- package/dist/_dts/editor-blocks/src/block-editor/owner.d.ts +27 -0
- package/dist/_dts/editor-blocks/src/index.d.ts +1 -0
- package/dist/_dts/media-core/src/assetsInUseSummary.d.ts +8 -0
- package/dist/_dts/media-core/src/mediaUsageProjection.d.ts +37 -3
- package/dist/_dts/preview-next/src/client/blocks/pageDesignRuntimePreview.d.ts +4 -2
- package/dist/_dts/preview-next/src/client/blocks/previewProjection/runtimeContentDecoration.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/EntryEditorPanel.d.ts +3 -1
- package/dist/_dts/preview-next/src/client/preview/EntrySlotBlockEditorPanel.d.ts +19 -0
- package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeButton.d.ts +8 -0
- package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeContext.d.ts +4 -1
- package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.state.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/linkedEntryEditEvents.d.ts +9 -0
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeControls.d.ts +9 -8
- package/dist/_dts/preview-next/src/client/preview/siteChromeLookRows.d.ts +10 -1
- package/dist/_dts/preview-next/src/client/preview/siteChromeQuickControlHistoryState.d.ts +5 -1
- package/dist/_dts/sdk/src/bookings/index.d.ts +5 -4
- package/dist/_dts/sdk/src/bookings/types.d.ts +2 -2
- package/dist/_dts/sdk/src/cli/content/reader.d.ts +9 -8
- package/dist/_dts/sdk/src/cli/content/writer.d.ts +6 -1
- package/dist/_dts/sdk/src/cli/helpers.d.ts +10 -5
- package/dist/_dts/sdk/src/cli/merge-remote/entryLocal.d.ts +2 -2
- package/dist/_dts/sdk/src/cli/merge-remote/entryMerge.d.ts +2 -1
- package/dist/_dts/sdk/src/cli/merge-remote/entrySnapshots.d.ts +2 -2
- package/dist/_dts/sdk/src/client/management/index.d.ts +1 -1
- package/dist/_dts/sdk/src/client/management/types.d.ts +40 -10
- package/dist/_dts/sdk/src/config/field-definitions.d.ts +13 -7
- package/dist/_dts/sdk/src/contracts/system-block-content.d.ts +26 -3
- package/dist/_dts/sdk/src/public-api/contracts.d.ts +13 -0
- package/dist/_dts/sdk/src/rendering/blocks-page-renderer.d.ts +1 -0
- package/dist/_dts/sdk/src/rendering/components/pageShared.d.ts +6 -1
- package/dist/_dts/sdk/src/rendering/overrides.d.ts +6 -1
- package/dist/_dts/sdk/src/types/block-kinds.d.ts +1 -1
- package/dist/_dts/sdk/src/version.d.ts +1 -1
- package/dist/_dts/site-commands/src/commands.d.ts +15 -0
- package/dist/_dts/theme-core/src/accordions/types.d.ts +1 -1
- package/dist/_dts/theme-core/src/buttons/personalities/index.d.ts +11 -0
- package/dist/_dts/theme-core/src/buttons/personalities/ornate-ritual.d.ts +16 -0
- package/dist/_dts/theme-core/src/buttons/personalities/types.d.ts +1 -1
- package/dist/_dts/theme-core/src/buttons/types.d.ts +3 -3
- package/dist/_dts/theme-core/src/cards/types.d.ts +15 -15
- package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
- package/dist/_dts/theme-core/src/inputs/types.d.ts +1 -1
- package/dist/_dts/theme-core/src/mock-themes/all.d.ts +33 -33
- package/dist/_dts/theme-core/src/palette/variants/index.d.ts +15 -0
- package/dist/_dts/theme-core/src/palette/variants/warm-dark.d.ts +16 -0
- package/dist/_dts/theme-core/src/schema.d.ts +30 -25
- package/dist/_dts/theme-core/src/site-styles/backgroundAppearance.d.ts +2 -2
- package/dist/_dts/theme-core/src/site-styles/curatedSiteStyles.d.ts +141 -1
- package/dist/_dts/theme-core/src/site-styles/designState.d.ts +2 -0
- package/dist/_dts/theme-core/src/site-styles/footerLooks.d.ts +110 -5
- package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +4 -2
- package/dist/_dts/theme-core/src/site-styles/previewCompiler.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/runtimeCompiler.d.ts +5 -1
- package/dist/_dts/theme-core/src/site-styles/tokenRecipes.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/types.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/typographyPresets.d.ts +16 -1
- package/dist/_dts/theme-core/src/siteChromePlanning.d.ts +1 -0
- package/dist/_dts/theme-core/src/utils/colorStyles.d.ts +6 -6
- package/dist/{chunk-2BUMISSH.mjs → chunk-3LXFQS7T.mjs} +1 -1
- package/dist/{chunk-G35HOQEN.mjs → chunk-5E33VO6J.mjs} +132 -46
- package/dist/{chunk-HKB6XVIP.mjs → chunk-6X2OVO3S.mjs} +2 -2
- package/dist/{chunk-6FWNF3DJ.mjs → chunk-HFMGVJCE.mjs} +158 -20
- package/dist/{chunk-FIREV57T.mjs → chunk-LBBPD2IW.mjs} +40 -0
- package/dist/{chunk-XQR6THQJ.mjs → chunk-MSHZO4SL.mjs} +3193 -1216
- package/dist/cli/index.mjs +2635 -575
- package/dist/cli/init-docs/content/getting-started.md +2 -0
- package/dist/cli/init-docs/content/workflow-templates.md +93 -2
- package/dist/client/{accordion-G34C45TW.mjs → accordion-ESY65T56.mjs} +2 -2
- package/dist/client/{bookingForm-BLBVKSAQ.mjs → bookingForm-JRFNZUHD.mjs} +5 -5
- package/dist/client/bookings.mjs +3539 -269
- package/dist/client/{carousel-7ZVTBRMD.mjs → carousel-CPR5VWIP.mjs} +3 -3
- package/dist/client/{cart-Q6S6LZUO.mjs → cart-ZUX5BA7O.mjs} +6 -6
- package/dist/client/{checkout-5QJLDE4I.mjs → checkout-RULGBADZ.mjs} +6 -6
- package/dist/client/{chunk-CHAB5ACD.mjs → chunk-52I7BGEK.mjs} +2 -2
- package/dist/client/{chunk-CSZGLBYR.mjs → chunk-5ZEAZ33K.mjs} +1 -1
- package/dist/client/{chunk-ZF4XEWDM.mjs → chunk-BT6AEIKN.mjs} +1 -1
- package/dist/client/{chunk-RJHTCTCZ.mjs → chunk-HXPWP5EN.mjs} +268 -15
- package/dist/client/{chunk-5PQH4Y75.mjs → chunk-JWEYB4V6.mjs} +2 -2
- package/dist/client/{chunk-EQKYMX4N.mjs → chunk-RDJFCPY3.mjs} +158 -51
- package/dist/client/{chunk-SBBSMFFG.mjs → chunk-SYIJ5JO2.mjs} +1 -1
- package/dist/client/{chunk-WJFHDTYF.mjs → chunk-URQCZD5W.mjs} +5 -5
- package/dist/client/{chunk-U2EW7RSR.mjs → chunk-Z5OBQ5I4.mjs} +1 -1
- package/dist/client/{chunk-S3MKFGOG.mjs → chunk-ZE5G642V.mjs} +1 -1
- package/dist/client/client.mjs +2391 -673
- package/dist/client/{courseRegistration-VUG2JJDB.mjs → courseRegistration-QTUDC35T.mjs} +5 -5
- package/dist/client/{eventCalendar-E7D2LD4N.mjs → eventCalendar-Q7NS4XLD.mjs} +7 -7
- package/dist/client/{eventCombined-FUZ2Z3CS.mjs → eventCombined-QAO7VUO5.mjs} +7 -7
- package/dist/client/{eventDetails-QRITJAOW.mjs → eventDetails-WTNNU6Q3.mjs} +7 -7
- package/dist/client/{eventListing-INMQMJZ5.mjs → eventListing-5TA2ELDT.mjs} +7 -7
- package/dist/client/{eventRegistration-TOOJD4WU.mjs → eventRegistration-M6USZGRF.mjs} +7 -7
- package/dist/client/{form-BOWN7ZNQ.mjs → form-DGVGXLMH.mjs} +2 -2
- package/dist/client/{headerSection-HFQNZOUU.mjs → headerSection-O2AGMPCU.mjs} +3 -3
- package/dist/client/hooks.mjs +1636 -385
- package/dist/client/{locationMap-VUZGC7Y5.mjs → locationMap-EJRNRIKJ.mjs} +2 -2
- package/dist/client/{newsletterForm-X2XQTPCB.mjs → newsletterForm-7NTC2DTR.mjs} +2 -2
- package/dist/client/{productDetail-TA7D2G2B.mjs → productDetail-HH4LP53D.mjs} +6 -6
- package/dist/client/{productList-AZOLOZKM.mjs → productList-YVHYM2AF.mjs} +6 -6
- package/dist/client/rendering/client.mjs +2303 -1068
- package/dist/client/rendering/islands.mjs +19 -19
- package/dist/client/rendering.mjs +2587 -796
- package/dist/client/{shop-ZDLO7IIG.mjs → shop-UIFX7XRK.mjs} +6 -6
- package/dist/preview-next/before-render.mjs +40 -0
- package/dist/preview-next/client/runtime.mjs +5 -5
- package/dist/preview-next/middleware.mjs +40 -0
- package/dist/{sdk-runtime-CTWKNBDQ.mjs → sdk-runtime-ZENAOYMN.mjs} +6 -6
- package/dist/server/components.mjs +2028 -457
- package/dist/server/config-validation.mjs +1629 -377
- package/dist/server/config.mjs +1629 -377
- package/dist/server/data.mjs +1636 -385
- package/dist/server/index.mjs +42 -1
- package/dist/server/next.mjs +2215 -571
- package/dist/server/page-converter.mjs +2068 -884
- package/dist/server/prebuild.mjs +1 -1
- package/dist/server/rendering/server.mjs +2040 -469
- package/dist/server/rendering.mjs +2119 -475
- package/dist/server/routing.mjs +1711 -419
- package/dist/server/server.mjs +1718 -394
- package/dist/server/theme-bridge.mjs +1180 -101
- package/dist/server/theme.mjs +92 -1
- package/dist/styles/index.css +292 -36
- package/package.json +1 -1
- package/dist/SdkPreviewModeRuntime-RNVRHFFR.mjs +0 -8
|
@@ -66,13 +66,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
66
66
|
showValue?: boolean | undefined;
|
|
67
67
|
pattern?: string | undefined;
|
|
68
68
|
placeholder?: string | undefined;
|
|
69
|
-
visibleWhen?:
|
|
70
|
-
field: string;
|
|
71
|
-
equals?: any;
|
|
72
|
-
notEquals?: any;
|
|
73
|
-
oneOf?: any[] | undefined;
|
|
74
|
-
notIn?: any[] | undefined;
|
|
75
|
-
} | undefined;
|
|
69
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
76
70
|
modalConfig?: {
|
|
77
71
|
buttonLabel?: string | undefined;
|
|
78
72
|
description?: string | undefined;
|
|
@@ -176,13 +170,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
176
170
|
showValue?: boolean | undefined;
|
|
177
171
|
pattern?: string | undefined;
|
|
178
172
|
placeholder?: string | undefined;
|
|
179
|
-
visibleWhen?:
|
|
180
|
-
field: string;
|
|
181
|
-
equals?: any;
|
|
182
|
-
notEquals?: any;
|
|
183
|
-
oneOf?: any[] | undefined;
|
|
184
|
-
notIn?: any[] | undefined;
|
|
185
|
-
} | undefined;
|
|
173
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
186
174
|
modalConfig?: {
|
|
187
175
|
buttonLabel?: string | undefined;
|
|
188
176
|
description?: string | undefined;
|
|
@@ -298,13 +286,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
298
286
|
showValue?: boolean | undefined;
|
|
299
287
|
pattern?: string | undefined;
|
|
300
288
|
placeholder?: string | undefined;
|
|
301
|
-
visibleWhen?:
|
|
302
|
-
field: string;
|
|
303
|
-
equals?: any;
|
|
304
|
-
notEquals?: any;
|
|
305
|
-
oneOf?: any[] | undefined;
|
|
306
|
-
notIn?: any[] | undefined;
|
|
307
|
-
} | undefined;
|
|
289
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
308
290
|
modalConfig?: {
|
|
309
291
|
buttonLabel?: string | undefined;
|
|
310
292
|
description?: string | undefined;
|
|
@@ -413,13 +395,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
413
395
|
showValue?: boolean | undefined;
|
|
414
396
|
pattern?: string | undefined;
|
|
415
397
|
placeholder?: string | undefined;
|
|
416
|
-
visibleWhen?:
|
|
417
|
-
field: string;
|
|
418
|
-
equals?: any;
|
|
419
|
-
notEquals?: any;
|
|
420
|
-
oneOf?: any[] | undefined;
|
|
421
|
-
notIn?: any[] | undefined;
|
|
422
|
-
} | undefined;
|
|
398
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
423
399
|
modalConfig?: {
|
|
424
400
|
buttonLabel?: string | undefined;
|
|
425
401
|
description?: string | undefined;
|
|
@@ -520,13 +496,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
520
496
|
showValue?: boolean | undefined;
|
|
521
497
|
pattern?: string | undefined;
|
|
522
498
|
placeholder?: string | undefined;
|
|
523
|
-
visibleWhen?:
|
|
524
|
-
field: string;
|
|
525
|
-
equals?: any;
|
|
526
|
-
notEquals?: any;
|
|
527
|
-
oneOf?: any[] | undefined;
|
|
528
|
-
notIn?: any[] | undefined;
|
|
529
|
-
} | undefined;
|
|
499
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
530
500
|
modalConfig?: {
|
|
531
501
|
buttonLabel?: string | undefined;
|
|
532
502
|
description?: string | undefined;
|
|
@@ -627,13 +597,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
627
597
|
showValue?: boolean | undefined;
|
|
628
598
|
pattern?: string | undefined;
|
|
629
599
|
placeholder?: string | undefined;
|
|
630
|
-
visibleWhen?:
|
|
631
|
-
field: string;
|
|
632
|
-
equals?: any;
|
|
633
|
-
notEquals?: any;
|
|
634
|
-
oneOf?: any[] | undefined;
|
|
635
|
-
notIn?: any[] | undefined;
|
|
636
|
-
} | undefined;
|
|
600
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
637
601
|
modalConfig?: {
|
|
638
602
|
buttonLabel?: string | undefined;
|
|
639
603
|
description?: string | undefined;
|
|
@@ -735,13 +699,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
735
699
|
showValue?: boolean | undefined;
|
|
736
700
|
pattern?: string | undefined;
|
|
737
701
|
placeholder?: string | undefined;
|
|
738
|
-
visibleWhen?:
|
|
739
|
-
field: string;
|
|
740
|
-
equals?: any;
|
|
741
|
-
notEquals?: any;
|
|
742
|
-
oneOf?: any[] | undefined;
|
|
743
|
-
notIn?: any[] | undefined;
|
|
744
|
-
} | undefined;
|
|
702
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
745
703
|
modalConfig?: {
|
|
746
704
|
buttonLabel?: string | undefined;
|
|
747
705
|
description?: string | undefined;
|
|
@@ -841,13 +799,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
841
799
|
showValue?: boolean | undefined;
|
|
842
800
|
pattern?: string | undefined;
|
|
843
801
|
placeholder?: string | undefined;
|
|
844
|
-
visibleWhen?:
|
|
845
|
-
field: string;
|
|
846
|
-
equals?: any;
|
|
847
|
-
notEquals?: any;
|
|
848
|
-
oneOf?: any[] | undefined;
|
|
849
|
-
notIn?: any[] | undefined;
|
|
850
|
-
} | undefined;
|
|
802
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
851
803
|
modalConfig?: {
|
|
852
804
|
buttonLabel?: string | undefined;
|
|
853
805
|
description?: string | undefined;
|
|
@@ -947,13 +899,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
947
899
|
showValue?: boolean | undefined;
|
|
948
900
|
pattern?: string | undefined;
|
|
949
901
|
placeholder?: string | undefined;
|
|
950
|
-
visibleWhen?:
|
|
951
|
-
field: string;
|
|
952
|
-
equals?: any;
|
|
953
|
-
notEquals?: any;
|
|
954
|
-
oneOf?: any[] | undefined;
|
|
955
|
-
notIn?: any[] | undefined;
|
|
956
|
-
} | undefined;
|
|
902
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
957
903
|
modalConfig?: {
|
|
958
904
|
buttonLabel?: string | undefined;
|
|
959
905
|
description?: string | undefined;
|
|
@@ -1053,13 +999,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
1053
999
|
showValue?: boolean | undefined;
|
|
1054
1000
|
pattern?: string | undefined;
|
|
1055
1001
|
placeholder?: string | undefined;
|
|
1056
|
-
visibleWhen?:
|
|
1057
|
-
field: string;
|
|
1058
|
-
equals?: any;
|
|
1059
|
-
notEquals?: any;
|
|
1060
|
-
oneOf?: any[] | undefined;
|
|
1061
|
-
notIn?: any[] | undefined;
|
|
1062
|
-
} | undefined;
|
|
1002
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
1063
1003
|
modalConfig?: {
|
|
1064
1004
|
buttonLabel?: string | undefined;
|
|
1065
1005
|
description?: string | undefined;
|
|
@@ -1159,13 +1099,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
1159
1099
|
showValue?: boolean | undefined;
|
|
1160
1100
|
pattern?: string | undefined;
|
|
1161
1101
|
placeholder?: string | undefined;
|
|
1162
|
-
visibleWhen?:
|
|
1163
|
-
field: string;
|
|
1164
|
-
equals?: any;
|
|
1165
|
-
notEquals?: any;
|
|
1166
|
-
oneOf?: any[] | undefined;
|
|
1167
|
-
notIn?: any[] | undefined;
|
|
1168
|
-
} | undefined;
|
|
1102
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
1169
1103
|
modalConfig?: {
|
|
1170
1104
|
buttonLabel?: string | undefined;
|
|
1171
1105
|
description?: string | undefined;
|
|
@@ -1265,13 +1199,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
1265
1199
|
showValue?: boolean | undefined;
|
|
1266
1200
|
pattern?: string | undefined;
|
|
1267
1201
|
placeholder?: string | undefined;
|
|
1268
|
-
visibleWhen?:
|
|
1269
|
-
field: string;
|
|
1270
|
-
equals?: any;
|
|
1271
|
-
notEquals?: any;
|
|
1272
|
-
oneOf?: any[] | undefined;
|
|
1273
|
-
notIn?: any[] | undefined;
|
|
1274
|
-
} | undefined;
|
|
1202
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
1275
1203
|
modalConfig?: {
|
|
1276
1204
|
buttonLabel?: string | undefined;
|
|
1277
1205
|
description?: string | undefined;
|
|
@@ -1375,13 +1303,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
1375
1303
|
showValue?: boolean | undefined;
|
|
1376
1304
|
pattern?: string | undefined;
|
|
1377
1305
|
placeholder?: string | undefined;
|
|
1378
|
-
visibleWhen?:
|
|
1379
|
-
field: string;
|
|
1380
|
-
equals?: any;
|
|
1381
|
-
notEquals?: any;
|
|
1382
|
-
oneOf?: any[] | undefined;
|
|
1383
|
-
notIn?: any[] | undefined;
|
|
1384
|
-
} | undefined;
|
|
1306
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
1385
1307
|
modalConfig?: {
|
|
1386
1308
|
buttonLabel?: string | undefined;
|
|
1387
1309
|
description?: string | undefined;
|
|
@@ -1481,13 +1403,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
1481
1403
|
showValue?: boolean | undefined;
|
|
1482
1404
|
pattern?: string | undefined;
|
|
1483
1405
|
placeholder?: string | undefined;
|
|
1484
|
-
visibleWhen?:
|
|
1485
|
-
field: string;
|
|
1486
|
-
equals?: any;
|
|
1487
|
-
notEquals?: any;
|
|
1488
|
-
oneOf?: any[] | undefined;
|
|
1489
|
-
notIn?: any[] | undefined;
|
|
1490
|
-
} | undefined;
|
|
1406
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
1491
1407
|
modalConfig?: {
|
|
1492
1408
|
buttonLabel?: string | undefined;
|
|
1493
1409
|
description?: string | undefined;
|
|
@@ -1589,13 +1505,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
1589
1505
|
showValue?: boolean | undefined;
|
|
1590
1506
|
pattern?: string | undefined;
|
|
1591
1507
|
placeholder?: string | undefined;
|
|
1592
|
-
visibleWhen?:
|
|
1593
|
-
field: string;
|
|
1594
|
-
equals?: any;
|
|
1595
|
-
notEquals?: any;
|
|
1596
|
-
oneOf?: any[] | undefined;
|
|
1597
|
-
notIn?: any[] | undefined;
|
|
1598
|
-
} | undefined;
|
|
1508
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
1599
1509
|
modalConfig?: {
|
|
1600
1510
|
buttonLabel?: string | undefined;
|
|
1601
1511
|
description?: string | undefined;
|
|
@@ -1695,13 +1605,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
1695
1605
|
showValue?: boolean | undefined;
|
|
1696
1606
|
pattern?: string | undefined;
|
|
1697
1607
|
placeholder?: string | undefined;
|
|
1698
|
-
visibleWhen?:
|
|
1699
|
-
field: string;
|
|
1700
|
-
equals?: any;
|
|
1701
|
-
notEquals?: any;
|
|
1702
|
-
oneOf?: any[] | undefined;
|
|
1703
|
-
notIn?: any[] | undefined;
|
|
1704
|
-
} | undefined;
|
|
1608
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
1705
1609
|
modalConfig?: {
|
|
1706
1610
|
buttonLabel?: string | undefined;
|
|
1707
1611
|
description?: string | undefined;
|
|
@@ -1817,13 +1721,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
1817
1721
|
showValue?: boolean | undefined;
|
|
1818
1722
|
pattern?: string | undefined;
|
|
1819
1723
|
placeholder?: string | undefined;
|
|
1820
|
-
visibleWhen?:
|
|
1821
|
-
field: string;
|
|
1822
|
-
equals?: any;
|
|
1823
|
-
notEquals?: any;
|
|
1824
|
-
oneOf?: any[] | undefined;
|
|
1825
|
-
notIn?: any[] | undefined;
|
|
1826
|
-
} | undefined;
|
|
1724
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
1827
1725
|
modalConfig?: {
|
|
1828
1726
|
buttonLabel?: string | undefined;
|
|
1829
1727
|
description?: string | undefined;
|
|
@@ -1932,13 +1830,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
1932
1830
|
showValue?: boolean | undefined;
|
|
1933
1831
|
pattern?: string | undefined;
|
|
1934
1832
|
placeholder?: string | undefined;
|
|
1935
|
-
visibleWhen?:
|
|
1936
|
-
field: string;
|
|
1937
|
-
equals?: any;
|
|
1938
|
-
notEquals?: any;
|
|
1939
|
-
oneOf?: any[] | undefined;
|
|
1940
|
-
notIn?: any[] | undefined;
|
|
1941
|
-
} | undefined;
|
|
1833
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
1942
1834
|
modalConfig?: {
|
|
1943
1835
|
buttonLabel?: string | undefined;
|
|
1944
1836
|
description?: string | undefined;
|
|
@@ -2039,13 +1931,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
2039
1931
|
showValue?: boolean | undefined;
|
|
2040
1932
|
pattern?: string | undefined;
|
|
2041
1933
|
placeholder?: string | undefined;
|
|
2042
|
-
visibleWhen?:
|
|
2043
|
-
field: string;
|
|
2044
|
-
equals?: any;
|
|
2045
|
-
notEquals?: any;
|
|
2046
|
-
oneOf?: any[] | undefined;
|
|
2047
|
-
notIn?: any[] | undefined;
|
|
2048
|
-
} | undefined;
|
|
1934
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
2049
1935
|
modalConfig?: {
|
|
2050
1936
|
buttonLabel?: string | undefined;
|
|
2051
1937
|
description?: string | undefined;
|
|
@@ -2146,13 +2032,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
2146
2032
|
showValue?: boolean | undefined;
|
|
2147
2033
|
pattern?: string | undefined;
|
|
2148
2034
|
placeholder?: string | undefined;
|
|
2149
|
-
visibleWhen?:
|
|
2150
|
-
field: string;
|
|
2151
|
-
equals?: any;
|
|
2152
|
-
notEquals?: any;
|
|
2153
|
-
oneOf?: any[] | undefined;
|
|
2154
|
-
notIn?: any[] | undefined;
|
|
2155
|
-
} | undefined;
|
|
2035
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
2156
2036
|
modalConfig?: {
|
|
2157
2037
|
buttonLabel?: string | undefined;
|
|
2158
2038
|
description?: string | undefined;
|
|
@@ -2254,13 +2134,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
2254
2134
|
showValue?: boolean | undefined;
|
|
2255
2135
|
pattern?: string | undefined;
|
|
2256
2136
|
placeholder?: string | undefined;
|
|
2257
|
-
visibleWhen?:
|
|
2258
|
-
field: string;
|
|
2259
|
-
equals?: any;
|
|
2260
|
-
notEquals?: any;
|
|
2261
|
-
oneOf?: any[] | undefined;
|
|
2262
|
-
notIn?: any[] | undefined;
|
|
2263
|
-
} | undefined;
|
|
2137
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
2264
2138
|
modalConfig?: {
|
|
2265
2139
|
buttonLabel?: string | undefined;
|
|
2266
2140
|
description?: string | undefined;
|
|
@@ -2360,13 +2234,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
2360
2234
|
showValue?: boolean | undefined;
|
|
2361
2235
|
pattern?: string | undefined;
|
|
2362
2236
|
placeholder?: string | undefined;
|
|
2363
|
-
visibleWhen?:
|
|
2364
|
-
field: string;
|
|
2365
|
-
equals?: any;
|
|
2366
|
-
notEquals?: any;
|
|
2367
|
-
oneOf?: any[] | undefined;
|
|
2368
|
-
notIn?: any[] | undefined;
|
|
2369
|
-
} | undefined;
|
|
2237
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
2370
2238
|
modalConfig?: {
|
|
2371
2239
|
buttonLabel?: string | undefined;
|
|
2372
2240
|
description?: string | undefined;
|
|
@@ -2466,13 +2334,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
2466
2334
|
showValue?: boolean | undefined;
|
|
2467
2335
|
pattern?: string | undefined;
|
|
2468
2336
|
placeholder?: string | undefined;
|
|
2469
|
-
visibleWhen?:
|
|
2470
|
-
field: string;
|
|
2471
|
-
equals?: any;
|
|
2472
|
-
notEquals?: any;
|
|
2473
|
-
oneOf?: any[] | undefined;
|
|
2474
|
-
notIn?: any[] | undefined;
|
|
2475
|
-
} | undefined;
|
|
2337
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
2476
2338
|
modalConfig?: {
|
|
2477
2339
|
buttonLabel?: string | undefined;
|
|
2478
2340
|
description?: string | undefined;
|
|
@@ -2572,13 +2434,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
2572
2434
|
showValue?: boolean | undefined;
|
|
2573
2435
|
pattern?: string | undefined;
|
|
2574
2436
|
placeholder?: string | undefined;
|
|
2575
|
-
visibleWhen?:
|
|
2576
|
-
field: string;
|
|
2577
|
-
equals?: any;
|
|
2578
|
-
notEquals?: any;
|
|
2579
|
-
oneOf?: any[] | undefined;
|
|
2580
|
-
notIn?: any[] | undefined;
|
|
2581
|
-
} | undefined;
|
|
2437
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
2582
2438
|
modalConfig?: {
|
|
2583
2439
|
buttonLabel?: string | undefined;
|
|
2584
2440
|
description?: string | undefined;
|
|
@@ -2678,13 +2534,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
2678
2534
|
showValue?: boolean | undefined;
|
|
2679
2535
|
pattern?: string | undefined;
|
|
2680
2536
|
placeholder?: string | undefined;
|
|
2681
|
-
visibleWhen?:
|
|
2682
|
-
field: string;
|
|
2683
|
-
equals?: any;
|
|
2684
|
-
notEquals?: any;
|
|
2685
|
-
oneOf?: any[] | undefined;
|
|
2686
|
-
notIn?: any[] | undefined;
|
|
2687
|
-
} | undefined;
|
|
2537
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
2688
2538
|
modalConfig?: {
|
|
2689
2539
|
buttonLabel?: string | undefined;
|
|
2690
2540
|
description?: string | undefined;
|
|
@@ -2784,13 +2634,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
2784
2634
|
showValue?: boolean | undefined;
|
|
2785
2635
|
pattern?: string | undefined;
|
|
2786
2636
|
placeholder?: string | undefined;
|
|
2787
|
-
visibleWhen?:
|
|
2788
|
-
field: string;
|
|
2789
|
-
equals?: any;
|
|
2790
|
-
notEquals?: any;
|
|
2791
|
-
oneOf?: any[] | undefined;
|
|
2792
|
-
notIn?: any[] | undefined;
|
|
2793
|
-
} | undefined;
|
|
2637
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
2794
2638
|
modalConfig?: {
|
|
2795
2639
|
buttonLabel?: string | undefined;
|
|
2796
2640
|
description?: string | undefined;
|
|
@@ -2894,13 +2738,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
2894
2738
|
showValue?: boolean | undefined;
|
|
2895
2739
|
pattern?: string | undefined;
|
|
2896
2740
|
placeholder?: string | undefined;
|
|
2897
|
-
visibleWhen?:
|
|
2898
|
-
field: string;
|
|
2899
|
-
equals?: any;
|
|
2900
|
-
notEquals?: any;
|
|
2901
|
-
oneOf?: any[] | undefined;
|
|
2902
|
-
notIn?: any[] | undefined;
|
|
2903
|
-
} | undefined;
|
|
2741
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
2904
2742
|
modalConfig?: {
|
|
2905
2743
|
buttonLabel?: string | undefined;
|
|
2906
2744
|
description?: string | undefined;
|
|
@@ -3000,13 +2838,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
3000
2838
|
showValue?: boolean | undefined;
|
|
3001
2839
|
pattern?: string | undefined;
|
|
3002
2840
|
placeholder?: string | undefined;
|
|
3003
|
-
visibleWhen?:
|
|
3004
|
-
field: string;
|
|
3005
|
-
equals?: any;
|
|
3006
|
-
notEquals?: any;
|
|
3007
|
-
oneOf?: any[] | undefined;
|
|
3008
|
-
notIn?: any[] | undefined;
|
|
3009
|
-
} | undefined;
|
|
2841
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
3010
2842
|
modalConfig?: {
|
|
3011
2843
|
buttonLabel?: string | undefined;
|
|
3012
2844
|
description?: string | undefined;
|
|
@@ -3108,13 +2940,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
3108
2940
|
showValue?: boolean | undefined;
|
|
3109
2941
|
pattern?: string | undefined;
|
|
3110
2942
|
placeholder?: string | undefined;
|
|
3111
|
-
visibleWhen?:
|
|
3112
|
-
field: string;
|
|
3113
|
-
equals?: any;
|
|
3114
|
-
notEquals?: any;
|
|
3115
|
-
oneOf?: any[] | undefined;
|
|
3116
|
-
notIn?: any[] | undefined;
|
|
3117
|
-
} | undefined;
|
|
2943
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
3118
2944
|
modalConfig?: {
|
|
3119
2945
|
buttonLabel?: string | undefined;
|
|
3120
2946
|
description?: string | undefined;
|
|
@@ -3214,13 +3040,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
3214
3040
|
showValue?: boolean | undefined;
|
|
3215
3041
|
pattern?: string | undefined;
|
|
3216
3042
|
placeholder?: string | undefined;
|
|
3217
|
-
visibleWhen?:
|
|
3218
|
-
field: string;
|
|
3219
|
-
equals?: any;
|
|
3220
|
-
notEquals?: any;
|
|
3221
|
-
oneOf?: any[] | undefined;
|
|
3222
|
-
notIn?: any[] | undefined;
|
|
3223
|
-
} | undefined;
|
|
3043
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
3224
3044
|
modalConfig?: {
|
|
3225
3045
|
buttonLabel?: string | undefined;
|
|
3226
3046
|
description?: string | undefined;
|
|
@@ -3338,13 +3158,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
3338
3158
|
showValue?: boolean | undefined;
|
|
3339
3159
|
pattern?: string | undefined;
|
|
3340
3160
|
placeholder?: string | undefined;
|
|
3341
|
-
visibleWhen?:
|
|
3342
|
-
field: string;
|
|
3343
|
-
equals?: any;
|
|
3344
|
-
notEquals?: any;
|
|
3345
|
-
oneOf?: any[] | undefined;
|
|
3346
|
-
notIn?: any[] | undefined;
|
|
3347
|
-
} | undefined;
|
|
3161
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
3348
3162
|
modalConfig?: {
|
|
3349
3163
|
buttonLabel?: string | undefined;
|
|
3350
3164
|
description?: string | undefined;
|
|
@@ -3453,13 +3267,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
3453
3267
|
showValue?: boolean | undefined;
|
|
3454
3268
|
pattern?: string | undefined;
|
|
3455
3269
|
placeholder?: string | undefined;
|
|
3456
|
-
visibleWhen?:
|
|
3457
|
-
field: string;
|
|
3458
|
-
equals?: any;
|
|
3459
|
-
notEquals?: any;
|
|
3460
|
-
oneOf?: any[] | undefined;
|
|
3461
|
-
notIn?: any[] | undefined;
|
|
3462
|
-
} | undefined;
|
|
3270
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
3463
3271
|
modalConfig?: {
|
|
3464
3272
|
buttonLabel?: string | undefined;
|
|
3465
3273
|
description?: string | undefined;
|
|
@@ -3560,13 +3368,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
3560
3368
|
showValue?: boolean | undefined;
|
|
3561
3369
|
pattern?: string | undefined;
|
|
3562
3370
|
placeholder?: string | undefined;
|
|
3563
|
-
visibleWhen?:
|
|
3564
|
-
field: string;
|
|
3565
|
-
equals?: any;
|
|
3566
|
-
notEquals?: any;
|
|
3567
|
-
oneOf?: any[] | undefined;
|
|
3568
|
-
notIn?: any[] | undefined;
|
|
3569
|
-
} | undefined;
|
|
3371
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
3570
3372
|
modalConfig?: {
|
|
3571
3373
|
buttonLabel?: string | undefined;
|
|
3572
3374
|
description?: string | undefined;
|
|
@@ -3667,13 +3469,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
3667
3469
|
showValue?: boolean | undefined;
|
|
3668
3470
|
pattern?: string | undefined;
|
|
3669
3471
|
placeholder?: string | undefined;
|
|
3670
|
-
visibleWhen?:
|
|
3671
|
-
field: string;
|
|
3672
|
-
equals?: any;
|
|
3673
|
-
notEquals?: any;
|
|
3674
|
-
oneOf?: any[] | undefined;
|
|
3675
|
-
notIn?: any[] | undefined;
|
|
3676
|
-
} | undefined;
|
|
3472
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
3677
3473
|
modalConfig?: {
|
|
3678
3474
|
buttonLabel?: string | undefined;
|
|
3679
3475
|
description?: string | undefined;
|
|
@@ -3775,13 +3571,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
3775
3571
|
showValue?: boolean | undefined;
|
|
3776
3572
|
pattern?: string | undefined;
|
|
3777
3573
|
placeholder?: string | undefined;
|
|
3778
|
-
visibleWhen?:
|
|
3779
|
-
field: string;
|
|
3780
|
-
equals?: any;
|
|
3781
|
-
notEquals?: any;
|
|
3782
|
-
oneOf?: any[] | undefined;
|
|
3783
|
-
notIn?: any[] | undefined;
|
|
3784
|
-
} | undefined;
|
|
3574
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
3785
3575
|
modalConfig?: {
|
|
3786
3576
|
buttonLabel?: string | undefined;
|
|
3787
3577
|
description?: string | undefined;
|
|
@@ -3881,13 +3671,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
3881
3671
|
showValue?: boolean | undefined;
|
|
3882
3672
|
pattern?: string | undefined;
|
|
3883
3673
|
placeholder?: string | undefined;
|
|
3884
|
-
visibleWhen?:
|
|
3885
|
-
field: string;
|
|
3886
|
-
equals?: any;
|
|
3887
|
-
notEquals?: any;
|
|
3888
|
-
oneOf?: any[] | undefined;
|
|
3889
|
-
notIn?: any[] | undefined;
|
|
3890
|
-
} | undefined;
|
|
3674
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
3891
3675
|
modalConfig?: {
|
|
3892
3676
|
buttonLabel?: string | undefined;
|
|
3893
3677
|
description?: string | undefined;
|
|
@@ -3987,13 +3771,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
3987
3771
|
showValue?: boolean | undefined;
|
|
3988
3772
|
pattern?: string | undefined;
|
|
3989
3773
|
placeholder?: string | undefined;
|
|
3990
|
-
visibleWhen?:
|
|
3991
|
-
field: string;
|
|
3992
|
-
equals?: any;
|
|
3993
|
-
notEquals?: any;
|
|
3994
|
-
oneOf?: any[] | undefined;
|
|
3995
|
-
notIn?: any[] | undefined;
|
|
3996
|
-
} | undefined;
|
|
3774
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
3997
3775
|
modalConfig?: {
|
|
3998
3776
|
buttonLabel?: string | undefined;
|
|
3999
3777
|
description?: string | undefined;
|
|
@@ -4093,13 +3871,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
4093
3871
|
showValue?: boolean | undefined;
|
|
4094
3872
|
pattern?: string | undefined;
|
|
4095
3873
|
placeholder?: string | undefined;
|
|
4096
|
-
visibleWhen?:
|
|
4097
|
-
field: string;
|
|
4098
|
-
equals?: any;
|
|
4099
|
-
notEquals?: any;
|
|
4100
|
-
oneOf?: any[] | undefined;
|
|
4101
|
-
notIn?: any[] | undefined;
|
|
4102
|
-
} | undefined;
|
|
3874
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
4103
3875
|
modalConfig?: {
|
|
4104
3876
|
buttonLabel?: string | undefined;
|
|
4105
3877
|
description?: string | undefined;
|
|
@@ -4199,13 +3971,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
4199
3971
|
showValue?: boolean | undefined;
|
|
4200
3972
|
pattern?: string | undefined;
|
|
4201
3973
|
placeholder?: string | undefined;
|
|
4202
|
-
visibleWhen?:
|
|
4203
|
-
field: string;
|
|
4204
|
-
equals?: any;
|
|
4205
|
-
notEquals?: any;
|
|
4206
|
-
oneOf?: any[] | undefined;
|
|
4207
|
-
notIn?: any[] | undefined;
|
|
4208
|
-
} | undefined;
|
|
3974
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
4209
3975
|
modalConfig?: {
|
|
4210
3976
|
buttonLabel?: string | undefined;
|
|
4211
3977
|
description?: string | undefined;
|
|
@@ -4305,13 +4071,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
4305
4071
|
showValue?: boolean | undefined;
|
|
4306
4072
|
pattern?: string | undefined;
|
|
4307
4073
|
placeholder?: string | undefined;
|
|
4308
|
-
visibleWhen?:
|
|
4309
|
-
field: string;
|
|
4310
|
-
equals?: any;
|
|
4311
|
-
notEquals?: any;
|
|
4312
|
-
oneOf?: any[] | undefined;
|
|
4313
|
-
notIn?: any[] | undefined;
|
|
4314
|
-
} | undefined;
|
|
4074
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
4315
4075
|
modalConfig?: {
|
|
4316
4076
|
buttonLabel?: string | undefined;
|
|
4317
4077
|
description?: string | undefined;
|
|
@@ -4415,13 +4175,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
4415
4175
|
showValue?: boolean | undefined;
|
|
4416
4176
|
pattern?: string | undefined;
|
|
4417
4177
|
placeholder?: string | undefined;
|
|
4418
|
-
visibleWhen?:
|
|
4419
|
-
field: string;
|
|
4420
|
-
equals?: any;
|
|
4421
|
-
notEquals?: any;
|
|
4422
|
-
oneOf?: any[] | undefined;
|
|
4423
|
-
notIn?: any[] | undefined;
|
|
4424
|
-
} | undefined;
|
|
4178
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
4425
4179
|
modalConfig?: {
|
|
4426
4180
|
buttonLabel?: string | undefined;
|
|
4427
4181
|
description?: string | undefined;
|
|
@@ -4521,13 +4275,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
4521
4275
|
showValue?: boolean | undefined;
|
|
4522
4276
|
pattern?: string | undefined;
|
|
4523
4277
|
placeholder?: string | undefined;
|
|
4524
|
-
visibleWhen?:
|
|
4525
|
-
field: string;
|
|
4526
|
-
equals?: any;
|
|
4527
|
-
notEquals?: any;
|
|
4528
|
-
oneOf?: any[] | undefined;
|
|
4529
|
-
notIn?: any[] | undefined;
|
|
4530
|
-
} | undefined;
|
|
4278
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
4531
4279
|
modalConfig?: {
|
|
4532
4280
|
buttonLabel?: string | undefined;
|
|
4533
4281
|
description?: string | undefined;
|
|
@@ -4629,13 +4377,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
4629
4377
|
showValue?: boolean | undefined;
|
|
4630
4378
|
pattern?: string | undefined;
|
|
4631
4379
|
placeholder?: string | undefined;
|
|
4632
|
-
visibleWhen?:
|
|
4633
|
-
field: string;
|
|
4634
|
-
equals?: any;
|
|
4635
|
-
notEquals?: any;
|
|
4636
|
-
oneOf?: any[] | undefined;
|
|
4637
|
-
notIn?: any[] | undefined;
|
|
4638
|
-
} | undefined;
|
|
4380
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
4639
4381
|
modalConfig?: {
|
|
4640
4382
|
buttonLabel?: string | undefined;
|
|
4641
4383
|
description?: string | undefined;
|
|
@@ -4735,13 +4477,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
4735
4477
|
showValue?: boolean | undefined;
|
|
4736
4478
|
pattern?: string | undefined;
|
|
4737
4479
|
placeholder?: string | undefined;
|
|
4738
|
-
visibleWhen?:
|
|
4739
|
-
field: string;
|
|
4740
|
-
equals?: any;
|
|
4741
|
-
notEquals?: any;
|
|
4742
|
-
oneOf?: any[] | undefined;
|
|
4743
|
-
notIn?: any[] | undefined;
|
|
4744
|
-
} | undefined;
|
|
4480
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
4745
4481
|
modalConfig?: {
|
|
4746
4482
|
buttonLabel?: string | undefined;
|
|
4747
4483
|
description?: string | undefined;
|
|
@@ -4848,13 +4584,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
4848
4584
|
showValue?: boolean | undefined;
|
|
4849
4585
|
pattern?: string | undefined;
|
|
4850
4586
|
placeholder?: string | undefined;
|
|
4851
|
-
visibleWhen?:
|
|
4852
|
-
field: string;
|
|
4853
|
-
equals?: any;
|
|
4854
|
-
notEquals?: any;
|
|
4855
|
-
oneOf?: any[] | undefined;
|
|
4856
|
-
notIn?: any[] | undefined;
|
|
4857
|
-
} | undefined;
|
|
4587
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
4858
4588
|
modalConfig?: {
|
|
4859
4589
|
buttonLabel?: string | undefined;
|
|
4860
4590
|
description?: string | undefined;
|
|
@@ -4960,13 +4690,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
4960
4690
|
showValue?: boolean | undefined;
|
|
4961
4691
|
pattern?: string | undefined;
|
|
4962
4692
|
placeholder?: string | undefined;
|
|
4963
|
-
visibleWhen?:
|
|
4964
|
-
field: string;
|
|
4965
|
-
equals?: any;
|
|
4966
|
-
notEquals?: any;
|
|
4967
|
-
oneOf?: any[] | undefined;
|
|
4968
|
-
notIn?: any[] | undefined;
|
|
4969
|
-
} | undefined;
|
|
4693
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
4970
4694
|
modalConfig?: {
|
|
4971
4695
|
buttonLabel?: string | undefined;
|
|
4972
4696
|
description?: string | undefined;
|
|
@@ -5066,13 +4790,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
5066
4790
|
showValue?: boolean | undefined;
|
|
5067
4791
|
pattern?: string | undefined;
|
|
5068
4792
|
placeholder?: string | undefined;
|
|
5069
|
-
visibleWhen?:
|
|
5070
|
-
field: string;
|
|
5071
|
-
equals?: any;
|
|
5072
|
-
notEquals?: any;
|
|
5073
|
-
oneOf?: any[] | undefined;
|
|
5074
|
-
notIn?: any[] | undefined;
|
|
5075
|
-
} | undefined;
|
|
4793
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
5076
4794
|
modalConfig?: {
|
|
5077
4795
|
buttonLabel?: string | undefined;
|
|
5078
4796
|
description?: string | undefined;
|
|
@@ -5175,13 +4893,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
5175
4893
|
showValue?: boolean | undefined;
|
|
5176
4894
|
pattern?: string | undefined;
|
|
5177
4895
|
placeholder?: string | undefined;
|
|
5178
|
-
visibleWhen?:
|
|
5179
|
-
field: string;
|
|
5180
|
-
equals?: any;
|
|
5181
|
-
notEquals?: any;
|
|
5182
|
-
oneOf?: any[] | undefined;
|
|
5183
|
-
notIn?: any[] | undefined;
|
|
5184
|
-
} | undefined;
|
|
4896
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
5185
4897
|
modalConfig?: {
|
|
5186
4898
|
buttonLabel?: string | undefined;
|
|
5187
4899
|
description?: string | undefined;
|
|
@@ -5286,13 +4998,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
5286
4998
|
showValue?: boolean | undefined;
|
|
5287
4999
|
pattern?: string | undefined;
|
|
5288
5000
|
placeholder?: string | undefined;
|
|
5289
|
-
visibleWhen?:
|
|
5290
|
-
field: string;
|
|
5291
|
-
equals?: any;
|
|
5292
|
-
notEquals?: any;
|
|
5293
|
-
oneOf?: any[] | undefined;
|
|
5294
|
-
notIn?: any[] | undefined;
|
|
5295
|
-
} | undefined;
|
|
5001
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
5296
5002
|
modalConfig?: {
|
|
5297
5003
|
buttonLabel?: string | undefined;
|
|
5298
5004
|
description?: string | undefined;
|
|
@@ -5398,13 +5104,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
5398
5104
|
showValue?: boolean | undefined;
|
|
5399
5105
|
pattern?: string | undefined;
|
|
5400
5106
|
placeholder?: string | undefined;
|
|
5401
|
-
visibleWhen?:
|
|
5402
|
-
field: string;
|
|
5403
|
-
equals?: any;
|
|
5404
|
-
notEquals?: any;
|
|
5405
|
-
oneOf?: any[] | undefined;
|
|
5406
|
-
notIn?: any[] | undefined;
|
|
5407
|
-
} | undefined;
|
|
5107
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
5408
5108
|
modalConfig?: {
|
|
5409
5109
|
buttonLabel?: string | undefined;
|
|
5410
5110
|
description?: string | undefined;
|
|
@@ -5504,13 +5204,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
5504
5204
|
showValue?: boolean | undefined;
|
|
5505
5205
|
pattern?: string | undefined;
|
|
5506
5206
|
placeholder?: string | undefined;
|
|
5507
|
-
visibleWhen?:
|
|
5508
|
-
field: string;
|
|
5509
|
-
equals?: any;
|
|
5510
|
-
notEquals?: any;
|
|
5511
|
-
oneOf?: any[] | undefined;
|
|
5512
|
-
notIn?: any[] | undefined;
|
|
5513
|
-
} | undefined;
|
|
5207
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
5514
5208
|
modalConfig?: {
|
|
5515
5209
|
buttonLabel?: string | undefined;
|
|
5516
5210
|
description?: string | undefined;
|
|
@@ -5610,13 +5304,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
5610
5304
|
showValue?: boolean | undefined;
|
|
5611
5305
|
pattern?: string | undefined;
|
|
5612
5306
|
placeholder?: string | undefined;
|
|
5613
|
-
visibleWhen?:
|
|
5614
|
-
field: string;
|
|
5615
|
-
equals?: any;
|
|
5616
|
-
notEquals?: any;
|
|
5617
|
-
oneOf?: any[] | undefined;
|
|
5618
|
-
notIn?: any[] | undefined;
|
|
5619
|
-
} | undefined;
|
|
5307
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
5620
5308
|
modalConfig?: {
|
|
5621
5309
|
buttonLabel?: string | undefined;
|
|
5622
5310
|
description?: string | undefined;
|
|
@@ -5731,13 +5419,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
5731
5419
|
showValue?: boolean | undefined;
|
|
5732
5420
|
pattern?: string | undefined;
|
|
5733
5421
|
placeholder?: string | undefined;
|
|
5734
|
-
visibleWhen?:
|
|
5735
|
-
field: string;
|
|
5736
|
-
equals?: any;
|
|
5737
|
-
notEquals?: any;
|
|
5738
|
-
oneOf?: any[] | undefined;
|
|
5739
|
-
notIn?: any[] | undefined;
|
|
5740
|
-
} | undefined;
|
|
5422
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
5741
5423
|
modalConfig?: {
|
|
5742
5424
|
buttonLabel?: string | undefined;
|
|
5743
5425
|
description?: string | undefined;
|
|
@@ -5846,13 +5528,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
5846
5528
|
showValue?: boolean | undefined;
|
|
5847
5529
|
pattern?: string | undefined;
|
|
5848
5530
|
placeholder?: string | undefined;
|
|
5849
|
-
visibleWhen?:
|
|
5850
|
-
field: string;
|
|
5851
|
-
equals?: any;
|
|
5852
|
-
notEquals?: any;
|
|
5853
|
-
oneOf?: any[] | undefined;
|
|
5854
|
-
notIn?: any[] | undefined;
|
|
5855
|
-
} | undefined;
|
|
5531
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
5856
5532
|
modalConfig?: {
|
|
5857
5533
|
buttonLabel?: string | undefined;
|
|
5858
5534
|
description?: string | undefined;
|
|
@@ -5953,13 +5629,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
5953
5629
|
showValue?: boolean | undefined;
|
|
5954
5630
|
pattern?: string | undefined;
|
|
5955
5631
|
placeholder?: string | undefined;
|
|
5956
|
-
visibleWhen?:
|
|
5957
|
-
field: string;
|
|
5958
|
-
equals?: any;
|
|
5959
|
-
notEquals?: any;
|
|
5960
|
-
oneOf?: any[] | undefined;
|
|
5961
|
-
notIn?: any[] | undefined;
|
|
5962
|
-
} | undefined;
|
|
5632
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
5963
5633
|
modalConfig?: {
|
|
5964
5634
|
buttonLabel?: string | undefined;
|
|
5965
5635
|
description?: string | undefined;
|
|
@@ -6060,13 +5730,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
6060
5730
|
showValue?: boolean | undefined;
|
|
6061
5731
|
pattern?: string | undefined;
|
|
6062
5732
|
placeholder?: string | undefined;
|
|
6063
|
-
visibleWhen?:
|
|
6064
|
-
field: string;
|
|
6065
|
-
equals?: any;
|
|
6066
|
-
notEquals?: any;
|
|
6067
|
-
oneOf?: any[] | undefined;
|
|
6068
|
-
notIn?: any[] | undefined;
|
|
6069
|
-
} | undefined;
|
|
5733
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
6070
5734
|
modalConfig?: {
|
|
6071
5735
|
buttonLabel?: string | undefined;
|
|
6072
5736
|
description?: string | undefined;
|
|
@@ -6168,13 +5832,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
6168
5832
|
showValue?: boolean | undefined;
|
|
6169
5833
|
pattern?: string | undefined;
|
|
6170
5834
|
placeholder?: string | undefined;
|
|
6171
|
-
visibleWhen?:
|
|
6172
|
-
field: string;
|
|
6173
|
-
equals?: any;
|
|
6174
|
-
notEquals?: any;
|
|
6175
|
-
oneOf?: any[] | undefined;
|
|
6176
|
-
notIn?: any[] | undefined;
|
|
6177
|
-
} | undefined;
|
|
5835
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
6178
5836
|
modalConfig?: {
|
|
6179
5837
|
buttonLabel?: string | undefined;
|
|
6180
5838
|
description?: string | undefined;
|
|
@@ -6274,13 +5932,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
6274
5932
|
showValue?: boolean | undefined;
|
|
6275
5933
|
pattern?: string | undefined;
|
|
6276
5934
|
placeholder?: string | undefined;
|
|
6277
|
-
visibleWhen?:
|
|
6278
|
-
field: string;
|
|
6279
|
-
equals?: any;
|
|
6280
|
-
notEquals?: any;
|
|
6281
|
-
oneOf?: any[] | undefined;
|
|
6282
|
-
notIn?: any[] | undefined;
|
|
6283
|
-
} | undefined;
|
|
5935
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
6284
5936
|
modalConfig?: {
|
|
6285
5937
|
buttonLabel?: string | undefined;
|
|
6286
5938
|
description?: string | undefined;
|
|
@@ -6380,13 +6032,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
6380
6032
|
showValue?: boolean | undefined;
|
|
6381
6033
|
pattern?: string | undefined;
|
|
6382
6034
|
placeholder?: string | undefined;
|
|
6383
|
-
visibleWhen?:
|
|
6384
|
-
field: string;
|
|
6385
|
-
equals?: any;
|
|
6386
|
-
notEquals?: any;
|
|
6387
|
-
oneOf?: any[] | undefined;
|
|
6388
|
-
notIn?: any[] | undefined;
|
|
6389
|
-
} | undefined;
|
|
6035
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
6390
6036
|
modalConfig?: {
|
|
6391
6037
|
buttonLabel?: string | undefined;
|
|
6392
6038
|
description?: string | undefined;
|
|
@@ -6486,13 +6132,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
6486
6132
|
showValue?: boolean | undefined;
|
|
6487
6133
|
pattern?: string | undefined;
|
|
6488
6134
|
placeholder?: string | undefined;
|
|
6489
|
-
visibleWhen?:
|
|
6490
|
-
field: string;
|
|
6491
|
-
equals?: any;
|
|
6492
|
-
notEquals?: any;
|
|
6493
|
-
oneOf?: any[] | undefined;
|
|
6494
|
-
notIn?: any[] | undefined;
|
|
6495
|
-
} | undefined;
|
|
6135
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
6496
6136
|
modalConfig?: {
|
|
6497
6137
|
buttonLabel?: string | undefined;
|
|
6498
6138
|
description?: string | undefined;
|
|
@@ -6592,13 +6232,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
6592
6232
|
showValue?: boolean | undefined;
|
|
6593
6233
|
pattern?: string | undefined;
|
|
6594
6234
|
placeholder?: string | undefined;
|
|
6595
|
-
visibleWhen?:
|
|
6596
|
-
field: string;
|
|
6597
|
-
equals?: any;
|
|
6598
|
-
notEquals?: any;
|
|
6599
|
-
oneOf?: any[] | undefined;
|
|
6600
|
-
notIn?: any[] | undefined;
|
|
6601
|
-
} | undefined;
|
|
6235
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
6602
6236
|
modalConfig?: {
|
|
6603
6237
|
buttonLabel?: string | undefined;
|
|
6604
6238
|
description?: string | undefined;
|
|
@@ -6698,13 +6332,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
6698
6332
|
showValue?: boolean | undefined;
|
|
6699
6333
|
pattern?: string | undefined;
|
|
6700
6334
|
placeholder?: string | undefined;
|
|
6701
|
-
visibleWhen?:
|
|
6702
|
-
field: string;
|
|
6703
|
-
equals?: any;
|
|
6704
|
-
notEquals?: any;
|
|
6705
|
-
oneOf?: any[] | undefined;
|
|
6706
|
-
notIn?: any[] | undefined;
|
|
6707
|
-
} | undefined;
|
|
6335
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
6708
6336
|
modalConfig?: {
|
|
6709
6337
|
buttonLabel?: string | undefined;
|
|
6710
6338
|
description?: string | undefined;
|
|
@@ -6808,13 +6436,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
6808
6436
|
showValue?: boolean | undefined;
|
|
6809
6437
|
pattern?: string | undefined;
|
|
6810
6438
|
placeholder?: string | undefined;
|
|
6811
|
-
visibleWhen?:
|
|
6812
|
-
field: string;
|
|
6813
|
-
equals?: any;
|
|
6814
|
-
notEquals?: any;
|
|
6815
|
-
oneOf?: any[] | undefined;
|
|
6816
|
-
notIn?: any[] | undefined;
|
|
6817
|
-
} | undefined;
|
|
6439
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
6818
6440
|
modalConfig?: {
|
|
6819
6441
|
buttonLabel?: string | undefined;
|
|
6820
6442
|
description?: string | undefined;
|
|
@@ -6914,13 +6536,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
6914
6536
|
showValue?: boolean | undefined;
|
|
6915
6537
|
pattern?: string | undefined;
|
|
6916
6538
|
placeholder?: string | undefined;
|
|
6917
|
-
visibleWhen?:
|
|
6918
|
-
field: string;
|
|
6919
|
-
equals?: any;
|
|
6920
|
-
notEquals?: any;
|
|
6921
|
-
oneOf?: any[] | undefined;
|
|
6922
|
-
notIn?: any[] | undefined;
|
|
6923
|
-
} | undefined;
|
|
6539
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
6924
6540
|
modalConfig?: {
|
|
6925
6541
|
buttonLabel?: string | undefined;
|
|
6926
6542
|
description?: string | undefined;
|
|
@@ -7022,13 +6638,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
7022
6638
|
showValue?: boolean | undefined;
|
|
7023
6639
|
pattern?: string | undefined;
|
|
7024
6640
|
placeholder?: string | undefined;
|
|
7025
|
-
visibleWhen?:
|
|
7026
|
-
field: string;
|
|
7027
|
-
equals?: any;
|
|
7028
|
-
notEquals?: any;
|
|
7029
|
-
oneOf?: any[] | undefined;
|
|
7030
|
-
notIn?: any[] | undefined;
|
|
7031
|
-
} | undefined;
|
|
6641
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
7032
6642
|
modalConfig?: {
|
|
7033
6643
|
buttonLabel?: string | undefined;
|
|
7034
6644
|
description?: string | undefined;
|
|
@@ -7128,13 +6738,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
7128
6738
|
showValue?: boolean | undefined;
|
|
7129
6739
|
pattern?: string | undefined;
|
|
7130
6740
|
placeholder?: string | undefined;
|
|
7131
|
-
visibleWhen?:
|
|
7132
|
-
field: string;
|
|
7133
|
-
equals?: any;
|
|
7134
|
-
notEquals?: any;
|
|
7135
|
-
oneOf?: any[] | undefined;
|
|
7136
|
-
notIn?: any[] | undefined;
|
|
7137
|
-
} | undefined;
|
|
6741
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
7138
6742
|
modalConfig?: {
|
|
7139
6743
|
buttonLabel?: string | undefined;
|
|
7140
6744
|
description?: string | undefined;
|
|
@@ -7250,13 +6854,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
7250
6854
|
showValue?: boolean | undefined;
|
|
7251
6855
|
pattern?: string | undefined;
|
|
7252
6856
|
placeholder?: string | undefined;
|
|
7253
|
-
visibleWhen?:
|
|
7254
|
-
field: string;
|
|
7255
|
-
equals?: any;
|
|
7256
|
-
notEquals?: any;
|
|
7257
|
-
oneOf?: any[] | undefined;
|
|
7258
|
-
notIn?: any[] | undefined;
|
|
7259
|
-
} | undefined;
|
|
6857
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
7260
6858
|
modalConfig?: {
|
|
7261
6859
|
buttonLabel?: string | undefined;
|
|
7262
6860
|
description?: string | undefined;
|
|
@@ -7365,13 +6963,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
7365
6963
|
showValue?: boolean | undefined;
|
|
7366
6964
|
pattern?: string | undefined;
|
|
7367
6965
|
placeholder?: string | undefined;
|
|
7368
|
-
visibleWhen?:
|
|
7369
|
-
field: string;
|
|
7370
|
-
equals?: any;
|
|
7371
|
-
notEquals?: any;
|
|
7372
|
-
oneOf?: any[] | undefined;
|
|
7373
|
-
notIn?: any[] | undefined;
|
|
7374
|
-
} | undefined;
|
|
6966
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
7375
6967
|
modalConfig?: {
|
|
7376
6968
|
buttonLabel?: string | undefined;
|
|
7377
6969
|
description?: string | undefined;
|
|
@@ -7472,13 +7064,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
7472
7064
|
showValue?: boolean | undefined;
|
|
7473
7065
|
pattern?: string | undefined;
|
|
7474
7066
|
placeholder?: string | undefined;
|
|
7475
|
-
visibleWhen?:
|
|
7476
|
-
field: string;
|
|
7477
|
-
equals?: any;
|
|
7478
|
-
notEquals?: any;
|
|
7479
|
-
oneOf?: any[] | undefined;
|
|
7480
|
-
notIn?: any[] | undefined;
|
|
7481
|
-
} | undefined;
|
|
7067
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
7482
7068
|
modalConfig?: {
|
|
7483
7069
|
buttonLabel?: string | undefined;
|
|
7484
7070
|
description?: string | undefined;
|
|
@@ -7579,13 +7165,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
7579
7165
|
showValue?: boolean | undefined;
|
|
7580
7166
|
pattern?: string | undefined;
|
|
7581
7167
|
placeholder?: string | undefined;
|
|
7582
|
-
visibleWhen?:
|
|
7583
|
-
field: string;
|
|
7584
|
-
equals?: any;
|
|
7585
|
-
notEquals?: any;
|
|
7586
|
-
oneOf?: any[] | undefined;
|
|
7587
|
-
notIn?: any[] | undefined;
|
|
7588
|
-
} | undefined;
|
|
7168
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
7589
7169
|
modalConfig?: {
|
|
7590
7170
|
buttonLabel?: string | undefined;
|
|
7591
7171
|
description?: string | undefined;
|
|
@@ -7687,13 +7267,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
7687
7267
|
showValue?: boolean | undefined;
|
|
7688
7268
|
pattern?: string | undefined;
|
|
7689
7269
|
placeholder?: string | undefined;
|
|
7690
|
-
visibleWhen?:
|
|
7691
|
-
field: string;
|
|
7692
|
-
equals?: any;
|
|
7693
|
-
notEquals?: any;
|
|
7694
|
-
oneOf?: any[] | undefined;
|
|
7695
|
-
notIn?: any[] | undefined;
|
|
7696
|
-
} | undefined;
|
|
7270
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
7697
7271
|
modalConfig?: {
|
|
7698
7272
|
buttonLabel?: string | undefined;
|
|
7699
7273
|
description?: string | undefined;
|
|
@@ -7793,13 +7367,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
7793
7367
|
showValue?: boolean | undefined;
|
|
7794
7368
|
pattern?: string | undefined;
|
|
7795
7369
|
placeholder?: string | undefined;
|
|
7796
|
-
visibleWhen?:
|
|
7797
|
-
field: string;
|
|
7798
|
-
equals?: any;
|
|
7799
|
-
notEquals?: any;
|
|
7800
|
-
oneOf?: any[] | undefined;
|
|
7801
|
-
notIn?: any[] | undefined;
|
|
7802
|
-
} | undefined;
|
|
7370
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
7803
7371
|
modalConfig?: {
|
|
7804
7372
|
buttonLabel?: string | undefined;
|
|
7805
7373
|
description?: string | undefined;
|
|
@@ -7899,13 +7467,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
7899
7467
|
showValue?: boolean | undefined;
|
|
7900
7468
|
pattern?: string | undefined;
|
|
7901
7469
|
placeholder?: string | undefined;
|
|
7902
|
-
visibleWhen?:
|
|
7903
|
-
field: string;
|
|
7904
|
-
equals?: any;
|
|
7905
|
-
notEquals?: any;
|
|
7906
|
-
oneOf?: any[] | undefined;
|
|
7907
|
-
notIn?: any[] | undefined;
|
|
7908
|
-
} | undefined;
|
|
7470
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
7909
7471
|
modalConfig?: {
|
|
7910
7472
|
buttonLabel?: string | undefined;
|
|
7911
7473
|
description?: string | undefined;
|
|
@@ -8005,13 +7567,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
8005
7567
|
showValue?: boolean | undefined;
|
|
8006
7568
|
pattern?: string | undefined;
|
|
8007
7569
|
placeholder?: string | undefined;
|
|
8008
|
-
visibleWhen?:
|
|
8009
|
-
field: string;
|
|
8010
|
-
equals?: any;
|
|
8011
|
-
notEquals?: any;
|
|
8012
|
-
oneOf?: any[] | undefined;
|
|
8013
|
-
notIn?: any[] | undefined;
|
|
8014
|
-
} | undefined;
|
|
7570
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
8015
7571
|
modalConfig?: {
|
|
8016
7572
|
buttonLabel?: string | undefined;
|
|
8017
7573
|
description?: string | undefined;
|
|
@@ -8111,13 +7667,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
8111
7667
|
showValue?: boolean | undefined;
|
|
8112
7668
|
pattern?: string | undefined;
|
|
8113
7669
|
placeholder?: string | undefined;
|
|
8114
|
-
visibleWhen?:
|
|
8115
|
-
field: string;
|
|
8116
|
-
equals?: any;
|
|
8117
|
-
notEquals?: any;
|
|
8118
|
-
oneOf?: any[] | undefined;
|
|
8119
|
-
notIn?: any[] | undefined;
|
|
8120
|
-
} | undefined;
|
|
7670
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
8121
7671
|
modalConfig?: {
|
|
8122
7672
|
buttonLabel?: string | undefined;
|
|
8123
7673
|
description?: string | undefined;
|
|
@@ -8217,13 +7767,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
8217
7767
|
showValue?: boolean | undefined;
|
|
8218
7768
|
pattern?: string | undefined;
|
|
8219
7769
|
placeholder?: string | undefined;
|
|
8220
|
-
visibleWhen?:
|
|
8221
|
-
field: string;
|
|
8222
|
-
equals?: any;
|
|
8223
|
-
notEquals?: any;
|
|
8224
|
-
oneOf?: any[] | undefined;
|
|
8225
|
-
notIn?: any[] | undefined;
|
|
8226
|
-
} | undefined;
|
|
7770
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
8227
7771
|
modalConfig?: {
|
|
8228
7772
|
buttonLabel?: string | undefined;
|
|
8229
7773
|
description?: string | undefined;
|
|
@@ -8327,13 +7871,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
8327
7871
|
showValue?: boolean | undefined;
|
|
8328
7872
|
pattern?: string | undefined;
|
|
8329
7873
|
placeholder?: string | undefined;
|
|
8330
|
-
visibleWhen?:
|
|
8331
|
-
field: string;
|
|
8332
|
-
equals?: any;
|
|
8333
|
-
notEquals?: any;
|
|
8334
|
-
oneOf?: any[] | undefined;
|
|
8335
|
-
notIn?: any[] | undefined;
|
|
8336
|
-
} | undefined;
|
|
7874
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
8337
7875
|
modalConfig?: {
|
|
8338
7876
|
buttonLabel?: string | undefined;
|
|
8339
7877
|
description?: string | undefined;
|
|
@@ -8433,13 +7971,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
8433
7971
|
showValue?: boolean | undefined;
|
|
8434
7972
|
pattern?: string | undefined;
|
|
8435
7973
|
placeholder?: string | undefined;
|
|
8436
|
-
visibleWhen?:
|
|
8437
|
-
field: string;
|
|
8438
|
-
equals?: any;
|
|
8439
|
-
notEquals?: any;
|
|
8440
|
-
oneOf?: any[] | undefined;
|
|
8441
|
-
notIn?: any[] | undefined;
|
|
8442
|
-
} | undefined;
|
|
7974
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
8443
7975
|
modalConfig?: {
|
|
8444
7976
|
buttonLabel?: string | undefined;
|
|
8445
7977
|
description?: string | undefined;
|
|
@@ -8541,13 +8073,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
8541
8073
|
showValue?: boolean | undefined;
|
|
8542
8074
|
pattern?: string | undefined;
|
|
8543
8075
|
placeholder?: string | undefined;
|
|
8544
|
-
visibleWhen?:
|
|
8545
|
-
field: string;
|
|
8546
|
-
equals?: any;
|
|
8547
|
-
notEquals?: any;
|
|
8548
|
-
oneOf?: any[] | undefined;
|
|
8549
|
-
notIn?: any[] | undefined;
|
|
8550
|
-
} | undefined;
|
|
8076
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
8551
8077
|
modalConfig?: {
|
|
8552
8078
|
buttonLabel?: string | undefined;
|
|
8553
8079
|
description?: string | undefined;
|
|
@@ -8647,13 +8173,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
8647
8173
|
showValue?: boolean | undefined;
|
|
8648
8174
|
pattern?: string | undefined;
|
|
8649
8175
|
placeholder?: string | undefined;
|
|
8650
|
-
visibleWhen?:
|
|
8651
|
-
field: string;
|
|
8652
|
-
equals?: any;
|
|
8653
|
-
notEquals?: any;
|
|
8654
|
-
oneOf?: any[] | undefined;
|
|
8655
|
-
notIn?: any[] | undefined;
|
|
8656
|
-
} | undefined;
|
|
8176
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
8657
8177
|
modalConfig?: {
|
|
8658
8178
|
buttonLabel?: string | undefined;
|
|
8659
8179
|
description?: string | undefined;
|
|
@@ -8760,13 +8280,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
8760
8280
|
showValue?: boolean | undefined;
|
|
8761
8281
|
pattern?: string | undefined;
|
|
8762
8282
|
placeholder?: string | undefined;
|
|
8763
|
-
visibleWhen?:
|
|
8764
|
-
field: string;
|
|
8765
|
-
equals?: any;
|
|
8766
|
-
notEquals?: any;
|
|
8767
|
-
oneOf?: any[] | undefined;
|
|
8768
|
-
notIn?: any[] | undefined;
|
|
8769
|
-
} | undefined;
|
|
8283
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
8770
8284
|
modalConfig?: {
|
|
8771
8285
|
buttonLabel?: string | undefined;
|
|
8772
8286
|
description?: string | undefined;
|
|
@@ -8872,13 +8386,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
8872
8386
|
showValue?: boolean | undefined;
|
|
8873
8387
|
pattern?: string | undefined;
|
|
8874
8388
|
placeholder?: string | undefined;
|
|
8875
|
-
visibleWhen?:
|
|
8876
|
-
field: string;
|
|
8877
|
-
equals?: any;
|
|
8878
|
-
notEquals?: any;
|
|
8879
|
-
oneOf?: any[] | undefined;
|
|
8880
|
-
notIn?: any[] | undefined;
|
|
8881
|
-
} | undefined;
|
|
8389
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
8882
8390
|
modalConfig?: {
|
|
8883
8391
|
buttonLabel?: string | undefined;
|
|
8884
8392
|
description?: string | undefined;
|
|
@@ -8978,13 +8486,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
8978
8486
|
showValue?: boolean | undefined;
|
|
8979
8487
|
pattern?: string | undefined;
|
|
8980
8488
|
placeholder?: string | undefined;
|
|
8981
|
-
visibleWhen?:
|
|
8982
|
-
field: string;
|
|
8983
|
-
equals?: any;
|
|
8984
|
-
notEquals?: any;
|
|
8985
|
-
oneOf?: any[] | undefined;
|
|
8986
|
-
notIn?: any[] | undefined;
|
|
8987
|
-
} | undefined;
|
|
8489
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
8988
8490
|
modalConfig?: {
|
|
8989
8491
|
buttonLabel?: string | undefined;
|
|
8990
8492
|
description?: string | undefined;
|
|
@@ -9084,13 +8586,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
9084
8586
|
showValue?: boolean | undefined;
|
|
9085
8587
|
pattern?: string | undefined;
|
|
9086
8588
|
placeholder?: string | undefined;
|
|
9087
|
-
visibleWhen?:
|
|
9088
|
-
field: string;
|
|
9089
|
-
equals?: any;
|
|
9090
|
-
notEquals?: any;
|
|
9091
|
-
oneOf?: any[] | undefined;
|
|
9092
|
-
notIn?: any[] | undefined;
|
|
9093
|
-
} | undefined;
|
|
8589
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
9094
8590
|
modalConfig?: {
|
|
9095
8591
|
buttonLabel?: string | undefined;
|
|
9096
8592
|
description?: string | undefined;
|
|
@@ -9194,13 +8690,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
9194
8690
|
showValue?: boolean | undefined;
|
|
9195
8691
|
pattern?: string | undefined;
|
|
9196
8692
|
placeholder?: string | undefined;
|
|
9197
|
-
visibleWhen?:
|
|
9198
|
-
field: string;
|
|
9199
|
-
equals?: any;
|
|
9200
|
-
notEquals?: any;
|
|
9201
|
-
oneOf?: any[] | undefined;
|
|
9202
|
-
notIn?: any[] | undefined;
|
|
9203
|
-
} | undefined;
|
|
8693
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
9204
8694
|
modalConfig?: {
|
|
9205
8695
|
buttonLabel?: string | undefined;
|
|
9206
8696
|
description?: string | undefined;
|
|
@@ -9306,13 +8796,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
9306
8796
|
showValue?: boolean | undefined;
|
|
9307
8797
|
pattern?: string | undefined;
|
|
9308
8798
|
placeholder?: string | undefined;
|
|
9309
|
-
visibleWhen?:
|
|
9310
|
-
field: string;
|
|
9311
|
-
equals?: any;
|
|
9312
|
-
notEquals?: any;
|
|
9313
|
-
oneOf?: any[] | undefined;
|
|
9314
|
-
notIn?: any[] | undefined;
|
|
9315
|
-
} | undefined;
|
|
8799
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
9316
8800
|
modalConfig?: {
|
|
9317
8801
|
buttonLabel?: string | undefined;
|
|
9318
8802
|
description?: string | undefined;
|
|
@@ -9412,13 +8896,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
9412
8896
|
showValue?: boolean | undefined;
|
|
9413
8897
|
pattern?: string | undefined;
|
|
9414
8898
|
placeholder?: string | undefined;
|
|
9415
|
-
visibleWhen?:
|
|
9416
|
-
field: string;
|
|
9417
|
-
equals?: any;
|
|
9418
|
-
notEquals?: any;
|
|
9419
|
-
oneOf?: any[] | undefined;
|
|
9420
|
-
notIn?: any[] | undefined;
|
|
9421
|
-
} | undefined;
|
|
8899
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
9422
8900
|
modalConfig?: {
|
|
9423
8901
|
buttonLabel?: string | undefined;
|
|
9424
8902
|
description?: string | undefined;
|
|
@@ -9521,13 +8999,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
9521
8999
|
showValue?: boolean | undefined;
|
|
9522
9000
|
pattern?: string | undefined;
|
|
9523
9001
|
placeholder?: string | undefined;
|
|
9524
|
-
visibleWhen?:
|
|
9525
|
-
field: string;
|
|
9526
|
-
equals?: any;
|
|
9527
|
-
notEquals?: any;
|
|
9528
|
-
oneOf?: any[] | undefined;
|
|
9529
|
-
notIn?: any[] | undefined;
|
|
9530
|
-
} | undefined;
|
|
9002
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
9531
9003
|
modalConfig?: {
|
|
9532
9004
|
buttonLabel?: string | undefined;
|
|
9533
9005
|
description?: string | undefined;
|
|
@@ -9632,13 +9104,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
9632
9104
|
showValue?: boolean | undefined;
|
|
9633
9105
|
pattern?: string | undefined;
|
|
9634
9106
|
placeholder?: string | undefined;
|
|
9635
|
-
visibleWhen?:
|
|
9636
|
-
field: string;
|
|
9637
|
-
equals?: any;
|
|
9638
|
-
notEquals?: any;
|
|
9639
|
-
oneOf?: any[] | undefined;
|
|
9640
|
-
notIn?: any[] | undefined;
|
|
9641
|
-
} | undefined;
|
|
9107
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
9642
9108
|
modalConfig?: {
|
|
9643
9109
|
buttonLabel?: string | undefined;
|
|
9644
9110
|
description?: string | undefined;
|
|
@@ -9744,13 +9210,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
9744
9210
|
showValue?: boolean | undefined;
|
|
9745
9211
|
pattern?: string | undefined;
|
|
9746
9212
|
placeholder?: string | undefined;
|
|
9747
|
-
visibleWhen?:
|
|
9748
|
-
field: string;
|
|
9749
|
-
equals?: any;
|
|
9750
|
-
notEquals?: any;
|
|
9751
|
-
oneOf?: any[] | undefined;
|
|
9752
|
-
notIn?: any[] | undefined;
|
|
9753
|
-
} | undefined;
|
|
9213
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
9754
9214
|
modalConfig?: {
|
|
9755
9215
|
buttonLabel?: string | undefined;
|
|
9756
9216
|
description?: string | undefined;
|
|
@@ -9850,13 +9310,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
9850
9310
|
showValue?: boolean | undefined;
|
|
9851
9311
|
pattern?: string | undefined;
|
|
9852
9312
|
placeholder?: string | undefined;
|
|
9853
|
-
visibleWhen?:
|
|
9854
|
-
field: string;
|
|
9855
|
-
equals?: any;
|
|
9856
|
-
notEquals?: any;
|
|
9857
|
-
oneOf?: any[] | undefined;
|
|
9858
|
-
notIn?: any[] | undefined;
|
|
9859
|
-
} | undefined;
|
|
9313
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
9860
9314
|
modalConfig?: {
|
|
9861
9315
|
buttonLabel?: string | undefined;
|
|
9862
9316
|
description?: string | undefined;
|
|
@@ -9963,13 +9417,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
9963
9417
|
showValue?: boolean | undefined;
|
|
9964
9418
|
pattern?: string | undefined;
|
|
9965
9419
|
placeholder?: string | undefined;
|
|
9966
|
-
visibleWhen?:
|
|
9967
|
-
field: string;
|
|
9968
|
-
equals?: any;
|
|
9969
|
-
notEquals?: any;
|
|
9970
|
-
oneOf?: any[] | undefined;
|
|
9971
|
-
notIn?: any[] | undefined;
|
|
9972
|
-
} | undefined;
|
|
9420
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
9973
9421
|
modalConfig?: {
|
|
9974
9422
|
buttonLabel?: string | undefined;
|
|
9975
9423
|
description?: string | undefined;
|
|
@@ -10070,13 +9518,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
10070
9518
|
showValue?: boolean | undefined;
|
|
10071
9519
|
pattern?: string | undefined;
|
|
10072
9520
|
placeholder?: string | undefined;
|
|
10073
|
-
visibleWhen?:
|
|
10074
|
-
field: string;
|
|
10075
|
-
equals?: any;
|
|
10076
|
-
notEquals?: any;
|
|
10077
|
-
oneOf?: any[] | undefined;
|
|
10078
|
-
notIn?: any[] | undefined;
|
|
10079
|
-
} | undefined;
|
|
9521
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
10080
9522
|
modalConfig?: {
|
|
10081
9523
|
buttonLabel?: string | undefined;
|
|
10082
9524
|
description?: string | undefined;
|
|
@@ -10177,13 +9619,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
10177
9619
|
showValue?: boolean | undefined;
|
|
10178
9620
|
pattern?: string | undefined;
|
|
10179
9621
|
placeholder?: string | undefined;
|
|
10180
|
-
visibleWhen?:
|
|
10181
|
-
field: string;
|
|
10182
|
-
equals?: any;
|
|
10183
|
-
notEquals?: any;
|
|
10184
|
-
oneOf?: any[] | undefined;
|
|
10185
|
-
notIn?: any[] | undefined;
|
|
10186
|
-
} | undefined;
|
|
9622
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
10187
9623
|
modalConfig?: {
|
|
10188
9624
|
buttonLabel?: string | undefined;
|
|
10189
9625
|
description?: string | undefined;
|
|
@@ -10285,13 +9721,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
10285
9721
|
showValue?: boolean | undefined;
|
|
10286
9722
|
pattern?: string | undefined;
|
|
10287
9723
|
placeholder?: string | undefined;
|
|
10288
|
-
visibleWhen?:
|
|
10289
|
-
field: string;
|
|
10290
|
-
equals?: any;
|
|
10291
|
-
notEquals?: any;
|
|
10292
|
-
oneOf?: any[] | undefined;
|
|
10293
|
-
notIn?: any[] | undefined;
|
|
10294
|
-
} | undefined;
|
|
9724
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
10295
9725
|
modalConfig?: {
|
|
10296
9726
|
buttonLabel?: string | undefined;
|
|
10297
9727
|
description?: string | undefined;
|
|
@@ -10391,13 +9821,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
10391
9821
|
showValue?: boolean | undefined;
|
|
10392
9822
|
pattern?: string | undefined;
|
|
10393
9823
|
placeholder?: string | undefined;
|
|
10394
|
-
visibleWhen?:
|
|
10395
|
-
field: string;
|
|
10396
|
-
equals?: any;
|
|
10397
|
-
notEquals?: any;
|
|
10398
|
-
oneOf?: any[] | undefined;
|
|
10399
|
-
notIn?: any[] | undefined;
|
|
10400
|
-
} | undefined;
|
|
9824
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
10401
9825
|
modalConfig?: {
|
|
10402
9826
|
buttonLabel?: string | undefined;
|
|
10403
9827
|
description?: string | undefined;
|
|
@@ -10497,13 +9921,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
10497
9921
|
showValue?: boolean | undefined;
|
|
10498
9922
|
pattern?: string | undefined;
|
|
10499
9923
|
placeholder?: string | undefined;
|
|
10500
|
-
visibleWhen?:
|
|
10501
|
-
field: string;
|
|
10502
|
-
equals?: any;
|
|
10503
|
-
notEquals?: any;
|
|
10504
|
-
oneOf?: any[] | undefined;
|
|
10505
|
-
notIn?: any[] | undefined;
|
|
10506
|
-
} | undefined;
|
|
9924
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
10507
9925
|
modalConfig?: {
|
|
10508
9926
|
buttonLabel?: string | undefined;
|
|
10509
9927
|
description?: string | undefined;
|
|
@@ -10603,13 +10021,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
10603
10021
|
showValue?: boolean | undefined;
|
|
10604
10022
|
pattern?: string | undefined;
|
|
10605
10023
|
placeholder?: string | undefined;
|
|
10606
|
-
visibleWhen?:
|
|
10607
|
-
field: string;
|
|
10608
|
-
equals?: any;
|
|
10609
|
-
notEquals?: any;
|
|
10610
|
-
oneOf?: any[] | undefined;
|
|
10611
|
-
notIn?: any[] | undefined;
|
|
10612
|
-
} | undefined;
|
|
10024
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
10613
10025
|
modalConfig?: {
|
|
10614
10026
|
buttonLabel?: string | undefined;
|
|
10615
10027
|
description?: string | undefined;
|
|
@@ -10709,13 +10121,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
10709
10121
|
showValue?: boolean | undefined;
|
|
10710
10122
|
pattern?: string | undefined;
|
|
10711
10123
|
placeholder?: string | undefined;
|
|
10712
|
-
visibleWhen?:
|
|
10713
|
-
field: string;
|
|
10714
|
-
equals?: any;
|
|
10715
|
-
notEquals?: any;
|
|
10716
|
-
oneOf?: any[] | undefined;
|
|
10717
|
-
notIn?: any[] | undefined;
|
|
10718
|
-
} | undefined;
|
|
10124
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
10719
10125
|
modalConfig?: {
|
|
10720
10126
|
buttonLabel?: string | undefined;
|
|
10721
10127
|
description?: string | undefined;
|
|
@@ -10815,13 +10221,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
10815
10221
|
showValue?: boolean | undefined;
|
|
10816
10222
|
pattern?: string | undefined;
|
|
10817
10223
|
placeholder?: string | undefined;
|
|
10818
|
-
visibleWhen?:
|
|
10819
|
-
field: string;
|
|
10820
|
-
equals?: any;
|
|
10821
|
-
notEquals?: any;
|
|
10822
|
-
oneOf?: any[] | undefined;
|
|
10823
|
-
notIn?: any[] | undefined;
|
|
10824
|
-
} | undefined;
|
|
10224
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
10825
10225
|
modalConfig?: {
|
|
10826
10226
|
buttonLabel?: string | undefined;
|
|
10827
10227
|
description?: string | undefined;
|
|
@@ -10925,13 +10325,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
10925
10325
|
showValue?: boolean | undefined;
|
|
10926
10326
|
pattern?: string | undefined;
|
|
10927
10327
|
placeholder?: string | undefined;
|
|
10928
|
-
visibleWhen?:
|
|
10929
|
-
field: string;
|
|
10930
|
-
equals?: any;
|
|
10931
|
-
notEquals?: any;
|
|
10932
|
-
oneOf?: any[] | undefined;
|
|
10933
|
-
notIn?: any[] | undefined;
|
|
10934
|
-
} | undefined;
|
|
10328
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
10935
10329
|
modalConfig?: {
|
|
10936
10330
|
buttonLabel?: string | undefined;
|
|
10937
10331
|
description?: string | undefined;
|
|
@@ -11031,13 +10425,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
11031
10425
|
showValue?: boolean | undefined;
|
|
11032
10426
|
pattern?: string | undefined;
|
|
11033
10427
|
placeholder?: string | undefined;
|
|
11034
|
-
visibleWhen?:
|
|
11035
|
-
field: string;
|
|
11036
|
-
equals?: any;
|
|
11037
|
-
notEquals?: any;
|
|
11038
|
-
oneOf?: any[] | undefined;
|
|
11039
|
-
notIn?: any[] | undefined;
|
|
11040
|
-
} | undefined;
|
|
10428
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
11041
10429
|
modalConfig?: {
|
|
11042
10430
|
buttonLabel?: string | undefined;
|
|
11043
10431
|
description?: string | undefined;
|
|
@@ -11139,13 +10527,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
11139
10527
|
showValue?: boolean | undefined;
|
|
11140
10528
|
pattern?: string | undefined;
|
|
11141
10529
|
placeholder?: string | undefined;
|
|
11142
|
-
visibleWhen?:
|
|
11143
|
-
field: string;
|
|
11144
|
-
equals?: any;
|
|
11145
|
-
notEquals?: any;
|
|
11146
|
-
oneOf?: any[] | undefined;
|
|
11147
|
-
notIn?: any[] | undefined;
|
|
11148
|
-
} | undefined;
|
|
10530
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
11149
10531
|
modalConfig?: {
|
|
11150
10532
|
buttonLabel?: string | undefined;
|
|
11151
10533
|
description?: string | undefined;
|
|
@@ -11245,13 +10627,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
11245
10627
|
showValue?: boolean | undefined;
|
|
11246
10628
|
pattern?: string | undefined;
|
|
11247
10629
|
placeholder?: string | undefined;
|
|
11248
|
-
visibleWhen?:
|
|
11249
|
-
field: string;
|
|
11250
|
-
equals?: any;
|
|
11251
|
-
notEquals?: any;
|
|
11252
|
-
oneOf?: any[] | undefined;
|
|
11253
|
-
notIn?: any[] | undefined;
|
|
11254
|
-
} | undefined;
|
|
10630
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
11255
10631
|
modalConfig?: {
|
|
11256
10632
|
buttonLabel?: string | undefined;
|
|
11257
10633
|
description?: string | undefined;
|
|
@@ -11367,13 +10743,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
11367
10743
|
showValue?: boolean | undefined;
|
|
11368
10744
|
pattern?: string | undefined;
|
|
11369
10745
|
placeholder?: string | undefined;
|
|
11370
|
-
visibleWhen?:
|
|
11371
|
-
field: string;
|
|
11372
|
-
equals?: any;
|
|
11373
|
-
notEquals?: any;
|
|
11374
|
-
oneOf?: any[] | undefined;
|
|
11375
|
-
notIn?: any[] | undefined;
|
|
11376
|
-
} | undefined;
|
|
10746
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
11377
10747
|
modalConfig?: {
|
|
11378
10748
|
buttonLabel?: string | undefined;
|
|
11379
10749
|
description?: string | undefined;
|
|
@@ -11477,13 +10847,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
11477
10847
|
showValue?: boolean | undefined;
|
|
11478
10848
|
pattern?: string | undefined;
|
|
11479
10849
|
placeholder?: string | undefined;
|
|
11480
|
-
visibleWhen?:
|
|
11481
|
-
field: string;
|
|
11482
|
-
equals?: any;
|
|
11483
|
-
notEquals?: any;
|
|
11484
|
-
oneOf?: any[] | undefined;
|
|
11485
|
-
notIn?: any[] | undefined;
|
|
11486
|
-
} | undefined;
|
|
10850
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
11487
10851
|
modalConfig?: {
|
|
11488
10852
|
buttonLabel?: string | undefined;
|
|
11489
10853
|
description?: string | undefined;
|
|
@@ -11599,13 +10963,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
11599
10963
|
showValue?: boolean | undefined;
|
|
11600
10964
|
pattern?: string | undefined;
|
|
11601
10965
|
placeholder?: string | undefined;
|
|
11602
|
-
visibleWhen?:
|
|
11603
|
-
field: string;
|
|
11604
|
-
equals?: any;
|
|
11605
|
-
notEquals?: any;
|
|
11606
|
-
oneOf?: any[] | undefined;
|
|
11607
|
-
notIn?: any[] | undefined;
|
|
11608
|
-
} | undefined;
|
|
10966
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
11609
10967
|
modalConfig?: {
|
|
11610
10968
|
buttonLabel?: string | undefined;
|
|
11611
10969
|
description?: string | undefined;
|
|
@@ -11714,13 +11072,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
11714
11072
|
showValue?: boolean | undefined;
|
|
11715
11073
|
pattern?: string | undefined;
|
|
11716
11074
|
placeholder?: string | undefined;
|
|
11717
|
-
visibleWhen?:
|
|
11718
|
-
field: string;
|
|
11719
|
-
equals?: any;
|
|
11720
|
-
notEquals?: any;
|
|
11721
|
-
oneOf?: any[] | undefined;
|
|
11722
|
-
notIn?: any[] | undefined;
|
|
11723
|
-
} | undefined;
|
|
11075
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
11724
11076
|
modalConfig?: {
|
|
11725
11077
|
buttonLabel?: string | undefined;
|
|
11726
11078
|
description?: string | undefined;
|
|
@@ -11821,13 +11173,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
11821
11173
|
showValue?: boolean | undefined;
|
|
11822
11174
|
pattern?: string | undefined;
|
|
11823
11175
|
placeholder?: string | undefined;
|
|
11824
|
-
visibleWhen?:
|
|
11825
|
-
field: string;
|
|
11826
|
-
equals?: any;
|
|
11827
|
-
notEquals?: any;
|
|
11828
|
-
oneOf?: any[] | undefined;
|
|
11829
|
-
notIn?: any[] | undefined;
|
|
11830
|
-
} | undefined;
|
|
11176
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
11831
11177
|
modalConfig?: {
|
|
11832
11178
|
buttonLabel?: string | undefined;
|
|
11833
11179
|
description?: string | undefined;
|
|
@@ -11928,13 +11274,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
11928
11274
|
showValue?: boolean | undefined;
|
|
11929
11275
|
pattern?: string | undefined;
|
|
11930
11276
|
placeholder?: string | undefined;
|
|
11931
|
-
visibleWhen?:
|
|
11932
|
-
field: string;
|
|
11933
|
-
equals?: any;
|
|
11934
|
-
notEquals?: any;
|
|
11935
|
-
oneOf?: any[] | undefined;
|
|
11936
|
-
notIn?: any[] | undefined;
|
|
11937
|
-
} | undefined;
|
|
11277
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
11938
11278
|
modalConfig?: {
|
|
11939
11279
|
buttonLabel?: string | undefined;
|
|
11940
11280
|
description?: string | undefined;
|
|
@@ -12036,13 +11376,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
12036
11376
|
showValue?: boolean | undefined;
|
|
12037
11377
|
pattern?: string | undefined;
|
|
12038
11378
|
placeholder?: string | undefined;
|
|
12039
|
-
visibleWhen?:
|
|
12040
|
-
field: string;
|
|
12041
|
-
equals?: any;
|
|
12042
|
-
notEquals?: any;
|
|
12043
|
-
oneOf?: any[] | undefined;
|
|
12044
|
-
notIn?: any[] | undefined;
|
|
12045
|
-
} | undefined;
|
|
11379
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
12046
11380
|
modalConfig?: {
|
|
12047
11381
|
buttonLabel?: string | undefined;
|
|
12048
11382
|
description?: string | undefined;
|
|
@@ -12142,13 +11476,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
12142
11476
|
showValue?: boolean | undefined;
|
|
12143
11477
|
pattern?: string | undefined;
|
|
12144
11478
|
placeholder?: string | undefined;
|
|
12145
|
-
visibleWhen?:
|
|
12146
|
-
field: string;
|
|
12147
|
-
equals?: any;
|
|
12148
|
-
notEquals?: any;
|
|
12149
|
-
oneOf?: any[] | undefined;
|
|
12150
|
-
notIn?: any[] | undefined;
|
|
12151
|
-
} | undefined;
|
|
11479
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
12152
11480
|
modalConfig?: {
|
|
12153
11481
|
buttonLabel?: string | undefined;
|
|
12154
11482
|
description?: string | undefined;
|
|
@@ -12248,13 +11576,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
12248
11576
|
showValue?: boolean | undefined;
|
|
12249
11577
|
pattern?: string | undefined;
|
|
12250
11578
|
placeholder?: string | undefined;
|
|
12251
|
-
visibleWhen?:
|
|
12252
|
-
field: string;
|
|
12253
|
-
equals?: any;
|
|
12254
|
-
notEquals?: any;
|
|
12255
|
-
oneOf?: any[] | undefined;
|
|
12256
|
-
notIn?: any[] | undefined;
|
|
12257
|
-
} | undefined;
|
|
11579
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
12258
11580
|
modalConfig?: {
|
|
12259
11581
|
buttonLabel?: string | undefined;
|
|
12260
11582
|
description?: string | undefined;
|
|
@@ -12354,13 +11676,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
12354
11676
|
showValue?: boolean | undefined;
|
|
12355
11677
|
pattern?: string | undefined;
|
|
12356
11678
|
placeholder?: string | undefined;
|
|
12357
|
-
visibleWhen?:
|
|
12358
|
-
field: string;
|
|
12359
|
-
equals?: any;
|
|
12360
|
-
notEquals?: any;
|
|
12361
|
-
oneOf?: any[] | undefined;
|
|
12362
|
-
notIn?: any[] | undefined;
|
|
12363
|
-
} | undefined;
|
|
11679
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
12364
11680
|
modalConfig?: {
|
|
12365
11681
|
buttonLabel?: string | undefined;
|
|
12366
11682
|
description?: string | undefined;
|
|
@@ -12460,13 +11776,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
12460
11776
|
showValue?: boolean | undefined;
|
|
12461
11777
|
pattern?: string | undefined;
|
|
12462
11778
|
placeholder?: string | undefined;
|
|
12463
|
-
visibleWhen?:
|
|
12464
|
-
field: string;
|
|
12465
|
-
equals?: any;
|
|
12466
|
-
notEquals?: any;
|
|
12467
|
-
oneOf?: any[] | undefined;
|
|
12468
|
-
notIn?: any[] | undefined;
|
|
12469
|
-
} | undefined;
|
|
11779
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
12470
11780
|
modalConfig?: {
|
|
12471
11781
|
buttonLabel?: string | undefined;
|
|
12472
11782
|
description?: string | undefined;
|
|
@@ -12566,13 +11876,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
12566
11876
|
showValue?: boolean | undefined;
|
|
12567
11877
|
pattern?: string | undefined;
|
|
12568
11878
|
placeholder?: string | undefined;
|
|
12569
|
-
visibleWhen?:
|
|
12570
|
-
field: string;
|
|
12571
|
-
equals?: any;
|
|
12572
|
-
notEquals?: any;
|
|
12573
|
-
oneOf?: any[] | undefined;
|
|
12574
|
-
notIn?: any[] | undefined;
|
|
12575
|
-
} | undefined;
|
|
11879
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
12576
11880
|
modalConfig?: {
|
|
12577
11881
|
buttonLabel?: string | undefined;
|
|
12578
11882
|
description?: string | undefined;
|
|
@@ -12676,13 +11980,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
12676
11980
|
showValue?: boolean | undefined;
|
|
12677
11981
|
pattern?: string | undefined;
|
|
12678
11982
|
placeholder?: string | undefined;
|
|
12679
|
-
visibleWhen?:
|
|
12680
|
-
field: string;
|
|
12681
|
-
equals?: any;
|
|
12682
|
-
notEquals?: any;
|
|
12683
|
-
oneOf?: any[] | undefined;
|
|
12684
|
-
notIn?: any[] | undefined;
|
|
12685
|
-
} | undefined;
|
|
11983
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
12686
11984
|
modalConfig?: {
|
|
12687
11985
|
buttonLabel?: string | undefined;
|
|
12688
11986
|
description?: string | undefined;
|
|
@@ -12782,13 +12080,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
12782
12080
|
showValue?: boolean | undefined;
|
|
12783
12081
|
pattern?: string | undefined;
|
|
12784
12082
|
placeholder?: string | undefined;
|
|
12785
|
-
visibleWhen?:
|
|
12786
|
-
field: string;
|
|
12787
|
-
equals?: any;
|
|
12788
|
-
notEquals?: any;
|
|
12789
|
-
oneOf?: any[] | undefined;
|
|
12790
|
-
notIn?: any[] | undefined;
|
|
12791
|
-
} | undefined;
|
|
12083
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
12792
12084
|
modalConfig?: {
|
|
12793
12085
|
buttonLabel?: string | undefined;
|
|
12794
12086
|
description?: string | undefined;
|
|
@@ -12890,13 +12182,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
12890
12182
|
showValue?: boolean | undefined;
|
|
12891
12183
|
pattern?: string | undefined;
|
|
12892
12184
|
placeholder?: string | undefined;
|
|
12893
|
-
visibleWhen?:
|
|
12894
|
-
field: string;
|
|
12895
|
-
equals?: any;
|
|
12896
|
-
notEquals?: any;
|
|
12897
|
-
oneOf?: any[] | undefined;
|
|
12898
|
-
notIn?: any[] | undefined;
|
|
12899
|
-
} | undefined;
|
|
12185
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
12900
12186
|
modalConfig?: {
|
|
12901
12187
|
buttonLabel?: string | undefined;
|
|
12902
12188
|
description?: string | undefined;
|
|
@@ -12996,13 +12282,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
12996
12282
|
showValue?: boolean | undefined;
|
|
12997
12283
|
pattern?: string | undefined;
|
|
12998
12284
|
placeholder?: string | undefined;
|
|
12999
|
-
visibleWhen?:
|
|
13000
|
-
field: string;
|
|
13001
|
-
equals?: any;
|
|
13002
|
-
notEquals?: any;
|
|
13003
|
-
oneOf?: any[] | undefined;
|
|
13004
|
-
notIn?: any[] | undefined;
|
|
13005
|
-
} | undefined;
|
|
12285
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
13006
12286
|
modalConfig?: {
|
|
13007
12287
|
buttonLabel?: string | undefined;
|
|
13008
12288
|
description?: string | undefined;
|
|
@@ -13120,13 +12400,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
13120
12400
|
showValue?: boolean | undefined;
|
|
13121
12401
|
pattern?: string | undefined;
|
|
13122
12402
|
placeholder?: string | undefined;
|
|
13123
|
-
visibleWhen?:
|
|
13124
|
-
field: string;
|
|
13125
|
-
equals?: any;
|
|
13126
|
-
notEquals?: any;
|
|
13127
|
-
oneOf?: any[] | undefined;
|
|
13128
|
-
notIn?: any[] | undefined;
|
|
13129
|
-
} | undefined;
|
|
12403
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
13130
12404
|
modalConfig?: {
|
|
13131
12405
|
buttonLabel?: string | undefined;
|
|
13132
12406
|
description?: string | undefined;
|
|
@@ -13235,13 +12509,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
13235
12509
|
showValue?: boolean | undefined;
|
|
13236
12510
|
pattern?: string | undefined;
|
|
13237
12511
|
placeholder?: string | undefined;
|
|
13238
|
-
visibleWhen?:
|
|
13239
|
-
field: string;
|
|
13240
|
-
equals?: any;
|
|
13241
|
-
notEquals?: any;
|
|
13242
|
-
oneOf?: any[] | undefined;
|
|
13243
|
-
notIn?: any[] | undefined;
|
|
13244
|
-
} | undefined;
|
|
12512
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
13245
12513
|
modalConfig?: {
|
|
13246
12514
|
buttonLabel?: string | undefined;
|
|
13247
12515
|
description?: string | undefined;
|
|
@@ -13342,13 +12610,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
13342
12610
|
showValue?: boolean | undefined;
|
|
13343
12611
|
pattern?: string | undefined;
|
|
13344
12612
|
placeholder?: string | undefined;
|
|
13345
|
-
visibleWhen?:
|
|
13346
|
-
field: string;
|
|
13347
|
-
equals?: any;
|
|
13348
|
-
notEquals?: any;
|
|
13349
|
-
oneOf?: any[] | undefined;
|
|
13350
|
-
notIn?: any[] | undefined;
|
|
13351
|
-
} | undefined;
|
|
12613
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
13352
12614
|
modalConfig?: {
|
|
13353
12615
|
buttonLabel?: string | undefined;
|
|
13354
12616
|
description?: string | undefined;
|
|
@@ -13449,13 +12711,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
13449
12711
|
showValue?: boolean | undefined;
|
|
13450
12712
|
pattern?: string | undefined;
|
|
13451
12713
|
placeholder?: string | undefined;
|
|
13452
|
-
visibleWhen?:
|
|
13453
|
-
field: string;
|
|
13454
|
-
equals?: any;
|
|
13455
|
-
notEquals?: any;
|
|
13456
|
-
oneOf?: any[] | undefined;
|
|
13457
|
-
notIn?: any[] | undefined;
|
|
13458
|
-
} | undefined;
|
|
12714
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
13459
12715
|
modalConfig?: {
|
|
13460
12716
|
buttonLabel?: string | undefined;
|
|
13461
12717
|
description?: string | undefined;
|
|
@@ -13557,13 +12813,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
13557
12813
|
showValue?: boolean | undefined;
|
|
13558
12814
|
pattern?: string | undefined;
|
|
13559
12815
|
placeholder?: string | undefined;
|
|
13560
|
-
visibleWhen?:
|
|
13561
|
-
field: string;
|
|
13562
|
-
equals?: any;
|
|
13563
|
-
notEquals?: any;
|
|
13564
|
-
oneOf?: any[] | undefined;
|
|
13565
|
-
notIn?: any[] | undefined;
|
|
13566
|
-
} | undefined;
|
|
12816
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
13567
12817
|
modalConfig?: {
|
|
13568
12818
|
buttonLabel?: string | undefined;
|
|
13569
12819
|
description?: string | undefined;
|
|
@@ -13663,13 +12913,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
13663
12913
|
showValue?: boolean | undefined;
|
|
13664
12914
|
pattern?: string | undefined;
|
|
13665
12915
|
placeholder?: string | undefined;
|
|
13666
|
-
visibleWhen?:
|
|
13667
|
-
field: string;
|
|
13668
|
-
equals?: any;
|
|
13669
|
-
notEquals?: any;
|
|
13670
|
-
oneOf?: any[] | undefined;
|
|
13671
|
-
notIn?: any[] | undefined;
|
|
13672
|
-
} | undefined;
|
|
12916
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
13673
12917
|
modalConfig?: {
|
|
13674
12918
|
buttonLabel?: string | undefined;
|
|
13675
12919
|
description?: string | undefined;
|
|
@@ -13769,13 +13013,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
13769
13013
|
showValue?: boolean | undefined;
|
|
13770
13014
|
pattern?: string | undefined;
|
|
13771
13015
|
placeholder?: string | undefined;
|
|
13772
|
-
visibleWhen?:
|
|
13773
|
-
field: string;
|
|
13774
|
-
equals?: any;
|
|
13775
|
-
notEquals?: any;
|
|
13776
|
-
oneOf?: any[] | undefined;
|
|
13777
|
-
notIn?: any[] | undefined;
|
|
13778
|
-
} | undefined;
|
|
13016
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
13779
13017
|
modalConfig?: {
|
|
13780
13018
|
buttonLabel?: string | undefined;
|
|
13781
13019
|
description?: string | undefined;
|
|
@@ -13875,13 +13113,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
13875
13113
|
showValue?: boolean | undefined;
|
|
13876
13114
|
pattern?: string | undefined;
|
|
13877
13115
|
placeholder?: string | undefined;
|
|
13878
|
-
visibleWhen?:
|
|
13879
|
-
field: string;
|
|
13880
|
-
equals?: any;
|
|
13881
|
-
notEquals?: any;
|
|
13882
|
-
oneOf?: any[] | undefined;
|
|
13883
|
-
notIn?: any[] | undefined;
|
|
13884
|
-
} | undefined;
|
|
13116
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
13885
13117
|
modalConfig?: {
|
|
13886
13118
|
buttonLabel?: string | undefined;
|
|
13887
13119
|
description?: string | undefined;
|
|
@@ -13981,13 +13213,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
13981
13213
|
showValue?: boolean | undefined;
|
|
13982
13214
|
pattern?: string | undefined;
|
|
13983
13215
|
placeholder?: string | undefined;
|
|
13984
|
-
visibleWhen?:
|
|
13985
|
-
field: string;
|
|
13986
|
-
equals?: any;
|
|
13987
|
-
notEquals?: any;
|
|
13988
|
-
oneOf?: any[] | undefined;
|
|
13989
|
-
notIn?: any[] | undefined;
|
|
13990
|
-
} | undefined;
|
|
13216
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
13991
13217
|
modalConfig?: {
|
|
13992
13218
|
buttonLabel?: string | undefined;
|
|
13993
13219
|
description?: string | undefined;
|
|
@@ -14087,13 +13313,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
14087
13313
|
showValue?: boolean | undefined;
|
|
14088
13314
|
pattern?: string | undefined;
|
|
14089
13315
|
placeholder?: string | undefined;
|
|
14090
|
-
visibleWhen?:
|
|
14091
|
-
field: string;
|
|
14092
|
-
equals?: any;
|
|
14093
|
-
notEquals?: any;
|
|
14094
|
-
oneOf?: any[] | undefined;
|
|
14095
|
-
notIn?: any[] | undefined;
|
|
14096
|
-
} | undefined;
|
|
13316
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
14097
13317
|
modalConfig?: {
|
|
14098
13318
|
buttonLabel?: string | undefined;
|
|
14099
13319
|
description?: string | undefined;
|
|
@@ -14197,13 +13417,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
14197
13417
|
showValue?: boolean | undefined;
|
|
14198
13418
|
pattern?: string | undefined;
|
|
14199
13419
|
placeholder?: string | undefined;
|
|
14200
|
-
visibleWhen?:
|
|
14201
|
-
field: string;
|
|
14202
|
-
equals?: any;
|
|
14203
|
-
notEquals?: any;
|
|
14204
|
-
oneOf?: any[] | undefined;
|
|
14205
|
-
notIn?: any[] | undefined;
|
|
14206
|
-
} | undefined;
|
|
13420
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
14207
13421
|
modalConfig?: {
|
|
14208
13422
|
buttonLabel?: string | undefined;
|
|
14209
13423
|
description?: string | undefined;
|
|
@@ -14303,13 +13517,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
14303
13517
|
showValue?: boolean | undefined;
|
|
14304
13518
|
pattern?: string | undefined;
|
|
14305
13519
|
placeholder?: string | undefined;
|
|
14306
|
-
visibleWhen?:
|
|
14307
|
-
field: string;
|
|
14308
|
-
equals?: any;
|
|
14309
|
-
notEquals?: any;
|
|
14310
|
-
oneOf?: any[] | undefined;
|
|
14311
|
-
notIn?: any[] | undefined;
|
|
14312
|
-
} | undefined;
|
|
13520
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
14313
13521
|
modalConfig?: {
|
|
14314
13522
|
buttonLabel?: string | undefined;
|
|
14315
13523
|
description?: string | undefined;
|
|
@@ -14411,13 +13619,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
14411
13619
|
showValue?: boolean | undefined;
|
|
14412
13620
|
pattern?: string | undefined;
|
|
14413
13621
|
placeholder?: string | undefined;
|
|
14414
|
-
visibleWhen?:
|
|
14415
|
-
field: string;
|
|
14416
|
-
equals?: any;
|
|
14417
|
-
notEquals?: any;
|
|
14418
|
-
oneOf?: any[] | undefined;
|
|
14419
|
-
notIn?: any[] | undefined;
|
|
14420
|
-
} | undefined;
|
|
13622
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
14421
13623
|
modalConfig?: {
|
|
14422
13624
|
buttonLabel?: string | undefined;
|
|
14423
13625
|
description?: string | undefined;
|
|
@@ -14517,13 +13719,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
14517
13719
|
showValue?: boolean | undefined;
|
|
14518
13720
|
pattern?: string | undefined;
|
|
14519
13721
|
placeholder?: string | undefined;
|
|
14520
|
-
visibleWhen?:
|
|
14521
|
-
field: string;
|
|
14522
|
-
equals?: any;
|
|
14523
|
-
notEquals?: any;
|
|
14524
|
-
oneOf?: any[] | undefined;
|
|
14525
|
-
notIn?: any[] | undefined;
|
|
14526
|
-
} | undefined;
|
|
13722
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
14527
13723
|
modalConfig?: {
|
|
14528
13724
|
buttonLabel?: string | undefined;
|
|
14529
13725
|
description?: string | undefined;
|
|
@@ -14630,13 +13826,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
14630
13826
|
showValue?: boolean | undefined;
|
|
14631
13827
|
pattern?: string | undefined;
|
|
14632
13828
|
placeholder?: string | undefined;
|
|
14633
|
-
visibleWhen?:
|
|
14634
|
-
field: string;
|
|
14635
|
-
equals?: any;
|
|
14636
|
-
notEquals?: any;
|
|
14637
|
-
oneOf?: any[] | undefined;
|
|
14638
|
-
notIn?: any[] | undefined;
|
|
14639
|
-
} | undefined;
|
|
13829
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
14640
13830
|
modalConfig?: {
|
|
14641
13831
|
buttonLabel?: string | undefined;
|
|
14642
13832
|
description?: string | undefined;
|
|
@@ -14742,13 +13932,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
14742
13932
|
showValue?: boolean | undefined;
|
|
14743
13933
|
pattern?: string | undefined;
|
|
14744
13934
|
placeholder?: string | undefined;
|
|
14745
|
-
visibleWhen?:
|
|
14746
|
-
field: string;
|
|
14747
|
-
equals?: any;
|
|
14748
|
-
notEquals?: any;
|
|
14749
|
-
oneOf?: any[] | undefined;
|
|
14750
|
-
notIn?: any[] | undefined;
|
|
14751
|
-
} | undefined;
|
|
13935
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
14752
13936
|
modalConfig?: {
|
|
14753
13937
|
buttonLabel?: string | undefined;
|
|
14754
13938
|
description?: string | undefined;
|
|
@@ -14848,13 +14032,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
14848
14032
|
showValue?: boolean | undefined;
|
|
14849
14033
|
pattern?: string | undefined;
|
|
14850
14034
|
placeholder?: string | undefined;
|
|
14851
|
-
visibleWhen?:
|
|
14852
|
-
field: string;
|
|
14853
|
-
equals?: any;
|
|
14854
|
-
notEquals?: any;
|
|
14855
|
-
oneOf?: any[] | undefined;
|
|
14856
|
-
notIn?: any[] | undefined;
|
|
14857
|
-
} | undefined;
|
|
14035
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
14858
14036
|
modalConfig?: {
|
|
14859
14037
|
buttonLabel?: string | undefined;
|
|
14860
14038
|
description?: string | undefined;
|
|
@@ -14957,13 +14135,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
14957
14135
|
showValue?: boolean | undefined;
|
|
14958
14136
|
pattern?: string | undefined;
|
|
14959
14137
|
placeholder?: string | undefined;
|
|
14960
|
-
visibleWhen?:
|
|
14961
|
-
field: string;
|
|
14962
|
-
equals?: any;
|
|
14963
|
-
notEquals?: any;
|
|
14964
|
-
oneOf?: any[] | undefined;
|
|
14965
|
-
notIn?: any[] | undefined;
|
|
14966
|
-
} | undefined;
|
|
14138
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
14967
14139
|
modalConfig?: {
|
|
14968
14140
|
buttonLabel?: string | undefined;
|
|
14969
14141
|
description?: string | undefined;
|
|
@@ -15068,13 +14240,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
15068
14240
|
showValue?: boolean | undefined;
|
|
15069
14241
|
pattern?: string | undefined;
|
|
15070
14242
|
placeholder?: string | undefined;
|
|
15071
|
-
visibleWhen?:
|
|
15072
|
-
field: string;
|
|
15073
|
-
equals?: any;
|
|
15074
|
-
notEquals?: any;
|
|
15075
|
-
oneOf?: any[] | undefined;
|
|
15076
|
-
notIn?: any[] | undefined;
|
|
15077
|
-
} | undefined;
|
|
14243
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
15078
14244
|
modalConfig?: {
|
|
15079
14245
|
buttonLabel?: string | undefined;
|
|
15080
14246
|
description?: string | undefined;
|
|
@@ -15180,13 +14346,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
15180
14346
|
showValue?: boolean | undefined;
|
|
15181
14347
|
pattern?: string | undefined;
|
|
15182
14348
|
placeholder?: string | undefined;
|
|
15183
|
-
visibleWhen?:
|
|
15184
|
-
field: string;
|
|
15185
|
-
equals?: any;
|
|
15186
|
-
notEquals?: any;
|
|
15187
|
-
oneOf?: any[] | undefined;
|
|
15188
|
-
notIn?: any[] | undefined;
|
|
15189
|
-
} | undefined;
|
|
14349
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
15190
14350
|
modalConfig?: {
|
|
15191
14351
|
buttonLabel?: string | undefined;
|
|
15192
14352
|
description?: string | undefined;
|
|
@@ -15286,13 +14446,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
15286
14446
|
showValue?: boolean | undefined;
|
|
15287
14447
|
pattern?: string | undefined;
|
|
15288
14448
|
placeholder?: string | undefined;
|
|
15289
|
-
visibleWhen?:
|
|
15290
|
-
field: string;
|
|
15291
|
-
equals?: any;
|
|
15292
|
-
notEquals?: any;
|
|
15293
|
-
oneOf?: any[] | undefined;
|
|
15294
|
-
notIn?: any[] | undefined;
|
|
15295
|
-
} | undefined;
|
|
14449
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
15296
14450
|
modalConfig?: {
|
|
15297
14451
|
buttonLabel?: string | undefined;
|
|
15298
14452
|
description?: string | undefined;
|
|
@@ -15399,13 +14553,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
15399
14553
|
showValue?: boolean | undefined;
|
|
15400
14554
|
pattern?: string | undefined;
|
|
15401
14555
|
placeholder?: string | undefined;
|
|
15402
|
-
visibleWhen?:
|
|
15403
|
-
field: string;
|
|
15404
|
-
equals?: any;
|
|
15405
|
-
notEquals?: any;
|
|
15406
|
-
oneOf?: any[] | undefined;
|
|
15407
|
-
notIn?: any[] | undefined;
|
|
15408
|
-
} | undefined;
|
|
14556
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
15409
14557
|
modalConfig?: {
|
|
15410
14558
|
buttonLabel?: string | undefined;
|
|
15411
14559
|
description?: string | undefined;
|
|
@@ -15506,13 +14654,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
15506
14654
|
showValue?: boolean | undefined;
|
|
15507
14655
|
pattern?: string | undefined;
|
|
15508
14656
|
placeholder?: string | undefined;
|
|
15509
|
-
visibleWhen?:
|
|
15510
|
-
field: string;
|
|
15511
|
-
equals?: any;
|
|
15512
|
-
notEquals?: any;
|
|
15513
|
-
oneOf?: any[] | undefined;
|
|
15514
|
-
notIn?: any[] | undefined;
|
|
15515
|
-
} | undefined;
|
|
14657
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
15516
14658
|
modalConfig?: {
|
|
15517
14659
|
buttonLabel?: string | undefined;
|
|
15518
14660
|
description?: string | undefined;
|
|
@@ -15613,13 +14755,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
15613
14755
|
showValue?: boolean | undefined;
|
|
15614
14756
|
pattern?: string | undefined;
|
|
15615
14757
|
placeholder?: string | undefined;
|
|
15616
|
-
visibleWhen?:
|
|
15617
|
-
field: string;
|
|
15618
|
-
equals?: any;
|
|
15619
|
-
notEquals?: any;
|
|
15620
|
-
oneOf?: any[] | undefined;
|
|
15621
|
-
notIn?: any[] | undefined;
|
|
15622
|
-
} | undefined;
|
|
14758
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
15623
14759
|
modalConfig?: {
|
|
15624
14760
|
buttonLabel?: string | undefined;
|
|
15625
14761
|
description?: string | undefined;
|
|
@@ -15721,13 +14857,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
15721
14857
|
showValue?: boolean | undefined;
|
|
15722
14858
|
pattern?: string | undefined;
|
|
15723
14859
|
placeholder?: string | undefined;
|
|
15724
|
-
visibleWhen?:
|
|
15725
|
-
field: string;
|
|
15726
|
-
equals?: any;
|
|
15727
|
-
notEquals?: any;
|
|
15728
|
-
oneOf?: any[] | undefined;
|
|
15729
|
-
notIn?: any[] | undefined;
|
|
15730
|
-
} | undefined;
|
|
14860
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
15731
14861
|
modalConfig?: {
|
|
15732
14862
|
buttonLabel?: string | undefined;
|
|
15733
14863
|
description?: string | undefined;
|
|
@@ -15827,13 +14957,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
15827
14957
|
showValue?: boolean | undefined;
|
|
15828
14958
|
pattern?: string | undefined;
|
|
15829
14959
|
placeholder?: string | undefined;
|
|
15830
|
-
visibleWhen?:
|
|
15831
|
-
field: string;
|
|
15832
|
-
equals?: any;
|
|
15833
|
-
notEquals?: any;
|
|
15834
|
-
oneOf?: any[] | undefined;
|
|
15835
|
-
notIn?: any[] | undefined;
|
|
15836
|
-
} | undefined;
|
|
14960
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
15837
14961
|
modalConfig?: {
|
|
15838
14962
|
buttonLabel?: string | undefined;
|
|
15839
14963
|
description?: string | undefined;
|
|
@@ -15933,13 +15057,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
15933
15057
|
showValue?: boolean | undefined;
|
|
15934
15058
|
pattern?: string | undefined;
|
|
15935
15059
|
placeholder?: string | undefined;
|
|
15936
|
-
visibleWhen?:
|
|
15937
|
-
field: string;
|
|
15938
|
-
equals?: any;
|
|
15939
|
-
notEquals?: any;
|
|
15940
|
-
oneOf?: any[] | undefined;
|
|
15941
|
-
notIn?: any[] | undefined;
|
|
15942
|
-
} | undefined;
|
|
15060
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
15943
15061
|
modalConfig?: {
|
|
15944
15062
|
buttonLabel?: string | undefined;
|
|
15945
15063
|
description?: string | undefined;
|
|
@@ -16039,13 +15157,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
16039
15157
|
showValue?: boolean | undefined;
|
|
16040
15158
|
pattern?: string | undefined;
|
|
16041
15159
|
placeholder?: string | undefined;
|
|
16042
|
-
visibleWhen?:
|
|
16043
|
-
field: string;
|
|
16044
|
-
equals?: any;
|
|
16045
|
-
notEquals?: any;
|
|
16046
|
-
oneOf?: any[] | undefined;
|
|
16047
|
-
notIn?: any[] | undefined;
|
|
16048
|
-
} | undefined;
|
|
15160
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
16049
15161
|
modalConfig?: {
|
|
16050
15162
|
buttonLabel?: string | undefined;
|
|
16051
15163
|
description?: string | undefined;
|
|
@@ -16145,13 +15257,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
16145
15257
|
showValue?: boolean | undefined;
|
|
16146
15258
|
pattern?: string | undefined;
|
|
16147
15259
|
placeholder?: string | undefined;
|
|
16148
|
-
visibleWhen?:
|
|
16149
|
-
field: string;
|
|
16150
|
-
equals?: any;
|
|
16151
|
-
notEquals?: any;
|
|
16152
|
-
oneOf?: any[] | undefined;
|
|
16153
|
-
notIn?: any[] | undefined;
|
|
16154
|
-
} | undefined;
|
|
15260
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
16155
15261
|
modalConfig?: {
|
|
16156
15262
|
buttonLabel?: string | undefined;
|
|
16157
15263
|
description?: string | undefined;
|
|
@@ -16251,13 +15357,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
16251
15357
|
showValue?: boolean | undefined;
|
|
16252
15358
|
pattern?: string | undefined;
|
|
16253
15359
|
placeholder?: string | undefined;
|
|
16254
|
-
visibleWhen?:
|
|
16255
|
-
field: string;
|
|
16256
|
-
equals?: any;
|
|
16257
|
-
notEquals?: any;
|
|
16258
|
-
oneOf?: any[] | undefined;
|
|
16259
|
-
notIn?: any[] | undefined;
|
|
16260
|
-
} | undefined;
|
|
15360
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
16261
15361
|
modalConfig?: {
|
|
16262
15362
|
buttonLabel?: string | undefined;
|
|
16263
15363
|
description?: string | undefined;
|
|
@@ -16361,13 +15461,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
16361
15461
|
showValue?: boolean | undefined;
|
|
16362
15462
|
pattern?: string | undefined;
|
|
16363
15463
|
placeholder?: string | undefined;
|
|
16364
|
-
visibleWhen?:
|
|
16365
|
-
field: string;
|
|
16366
|
-
equals?: any;
|
|
16367
|
-
notEquals?: any;
|
|
16368
|
-
oneOf?: any[] | undefined;
|
|
16369
|
-
notIn?: any[] | undefined;
|
|
16370
|
-
} | undefined;
|
|
15464
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
16371
15465
|
modalConfig?: {
|
|
16372
15466
|
buttonLabel?: string | undefined;
|
|
16373
15467
|
description?: string | undefined;
|
|
@@ -16467,13 +15561,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
16467
15561
|
showValue?: boolean | undefined;
|
|
16468
15562
|
pattern?: string | undefined;
|
|
16469
15563
|
placeholder?: string | undefined;
|
|
16470
|
-
visibleWhen?:
|
|
16471
|
-
field: string;
|
|
16472
|
-
equals?: any;
|
|
16473
|
-
notEquals?: any;
|
|
16474
|
-
oneOf?: any[] | undefined;
|
|
16475
|
-
notIn?: any[] | undefined;
|
|
16476
|
-
} | undefined;
|
|
15564
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
16477
15565
|
modalConfig?: {
|
|
16478
15566
|
buttonLabel?: string | undefined;
|
|
16479
15567
|
description?: string | undefined;
|
|
@@ -16575,13 +15663,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
16575
15663
|
showValue?: boolean | undefined;
|
|
16576
15664
|
pattern?: string | undefined;
|
|
16577
15665
|
placeholder?: string | undefined;
|
|
16578
|
-
visibleWhen?:
|
|
16579
|
-
field: string;
|
|
16580
|
-
equals?: any;
|
|
16581
|
-
notEquals?: any;
|
|
16582
|
-
oneOf?: any[] | undefined;
|
|
16583
|
-
notIn?: any[] | undefined;
|
|
16584
|
-
} | undefined;
|
|
15666
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
16585
15667
|
modalConfig?: {
|
|
16586
15668
|
buttonLabel?: string | undefined;
|
|
16587
15669
|
description?: string | undefined;
|
|
@@ -16681,13 +15763,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
16681
15763
|
showValue?: boolean | undefined;
|
|
16682
15764
|
pattern?: string | undefined;
|
|
16683
15765
|
placeholder?: string | undefined;
|
|
16684
|
-
visibleWhen?:
|
|
16685
|
-
field: string;
|
|
16686
|
-
equals?: any;
|
|
16687
|
-
notEquals?: any;
|
|
16688
|
-
oneOf?: any[] | undefined;
|
|
16689
|
-
notIn?: any[] | undefined;
|
|
16690
|
-
} | undefined;
|
|
15766
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
16691
15767
|
modalConfig?: {
|
|
16692
15768
|
buttonLabel?: string | undefined;
|
|
16693
15769
|
description?: string | undefined;
|
|
@@ -16805,13 +15881,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
16805
15881
|
showValue?: boolean | undefined;
|
|
16806
15882
|
pattern?: string | undefined;
|
|
16807
15883
|
placeholder?: string | undefined;
|
|
16808
|
-
visibleWhen?:
|
|
16809
|
-
field: string;
|
|
16810
|
-
equals?: any;
|
|
16811
|
-
notEquals?: any;
|
|
16812
|
-
oneOf?: any[] | undefined;
|
|
16813
|
-
notIn?: any[] | undefined;
|
|
16814
|
-
} | undefined;
|
|
15884
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
16815
15885
|
modalConfig?: {
|
|
16816
15886
|
buttonLabel?: string | undefined;
|
|
16817
15887
|
description?: string | undefined;
|
|
@@ -16915,13 +15985,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
16915
15985
|
showValue?: boolean | undefined;
|
|
16916
15986
|
pattern?: string | undefined;
|
|
16917
15987
|
placeholder?: string | undefined;
|
|
16918
|
-
visibleWhen?:
|
|
16919
|
-
field: string;
|
|
16920
|
-
equals?: any;
|
|
16921
|
-
notEquals?: any;
|
|
16922
|
-
oneOf?: any[] | undefined;
|
|
16923
|
-
notIn?: any[] | undefined;
|
|
16924
|
-
} | undefined;
|
|
15988
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
16925
15989
|
modalConfig?: {
|
|
16926
15990
|
buttonLabel?: string | undefined;
|
|
16927
15991
|
description?: string | undefined;
|
|
@@ -17037,13 +16101,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
17037
16101
|
showValue?: boolean | undefined;
|
|
17038
16102
|
pattern?: string | undefined;
|
|
17039
16103
|
placeholder?: string | undefined;
|
|
17040
|
-
visibleWhen?:
|
|
17041
|
-
field: string;
|
|
17042
|
-
equals?: any;
|
|
17043
|
-
notEquals?: any;
|
|
17044
|
-
oneOf?: any[] | undefined;
|
|
17045
|
-
notIn?: any[] | undefined;
|
|
17046
|
-
} | undefined;
|
|
16104
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
17047
16105
|
modalConfig?: {
|
|
17048
16106
|
buttonLabel?: string | undefined;
|
|
17049
16107
|
description?: string | undefined;
|
|
@@ -17152,13 +16210,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
17152
16210
|
showValue?: boolean | undefined;
|
|
17153
16211
|
pattern?: string | undefined;
|
|
17154
16212
|
placeholder?: string | undefined;
|
|
17155
|
-
visibleWhen?:
|
|
17156
|
-
field: string;
|
|
17157
|
-
equals?: any;
|
|
17158
|
-
notEquals?: any;
|
|
17159
|
-
oneOf?: any[] | undefined;
|
|
17160
|
-
notIn?: any[] | undefined;
|
|
17161
|
-
} | undefined;
|
|
16213
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
17162
16214
|
modalConfig?: {
|
|
17163
16215
|
buttonLabel?: string | undefined;
|
|
17164
16216
|
description?: string | undefined;
|
|
@@ -17259,13 +16311,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
17259
16311
|
showValue?: boolean | undefined;
|
|
17260
16312
|
pattern?: string | undefined;
|
|
17261
16313
|
placeholder?: string | undefined;
|
|
17262
|
-
visibleWhen?:
|
|
17263
|
-
field: string;
|
|
17264
|
-
equals?: any;
|
|
17265
|
-
notEquals?: any;
|
|
17266
|
-
oneOf?: any[] | undefined;
|
|
17267
|
-
notIn?: any[] | undefined;
|
|
17268
|
-
} | undefined;
|
|
16314
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
17269
16315
|
modalConfig?: {
|
|
17270
16316
|
buttonLabel?: string | undefined;
|
|
17271
16317
|
description?: string | undefined;
|
|
@@ -17366,13 +16412,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
17366
16412
|
showValue?: boolean | undefined;
|
|
17367
16413
|
pattern?: string | undefined;
|
|
17368
16414
|
placeholder?: string | undefined;
|
|
17369
|
-
visibleWhen?:
|
|
17370
|
-
field: string;
|
|
17371
|
-
equals?: any;
|
|
17372
|
-
notEquals?: any;
|
|
17373
|
-
oneOf?: any[] | undefined;
|
|
17374
|
-
notIn?: any[] | undefined;
|
|
17375
|
-
} | undefined;
|
|
16415
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
17376
16416
|
modalConfig?: {
|
|
17377
16417
|
buttonLabel?: string | undefined;
|
|
17378
16418
|
description?: string | undefined;
|
|
@@ -17474,13 +16514,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
17474
16514
|
showValue?: boolean | undefined;
|
|
17475
16515
|
pattern?: string | undefined;
|
|
17476
16516
|
placeholder?: string | undefined;
|
|
17477
|
-
visibleWhen?:
|
|
17478
|
-
field: string;
|
|
17479
|
-
equals?: any;
|
|
17480
|
-
notEquals?: any;
|
|
17481
|
-
oneOf?: any[] | undefined;
|
|
17482
|
-
notIn?: any[] | undefined;
|
|
17483
|
-
} | undefined;
|
|
16517
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
17484
16518
|
modalConfig?: {
|
|
17485
16519
|
buttonLabel?: string | undefined;
|
|
17486
16520
|
description?: string | undefined;
|
|
@@ -17580,13 +16614,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
17580
16614
|
showValue?: boolean | undefined;
|
|
17581
16615
|
pattern?: string | undefined;
|
|
17582
16616
|
placeholder?: string | undefined;
|
|
17583
|
-
visibleWhen?:
|
|
17584
|
-
field: string;
|
|
17585
|
-
equals?: any;
|
|
17586
|
-
notEquals?: any;
|
|
17587
|
-
oneOf?: any[] | undefined;
|
|
17588
|
-
notIn?: any[] | undefined;
|
|
17589
|
-
} | undefined;
|
|
16617
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
17590
16618
|
modalConfig?: {
|
|
17591
16619
|
buttonLabel?: string | undefined;
|
|
17592
16620
|
description?: string | undefined;
|
|
@@ -17686,13 +16714,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
17686
16714
|
showValue?: boolean | undefined;
|
|
17687
16715
|
pattern?: string | undefined;
|
|
17688
16716
|
placeholder?: string | undefined;
|
|
17689
|
-
visibleWhen?:
|
|
17690
|
-
field: string;
|
|
17691
|
-
equals?: any;
|
|
17692
|
-
notEquals?: any;
|
|
17693
|
-
oneOf?: any[] | undefined;
|
|
17694
|
-
notIn?: any[] | undefined;
|
|
17695
|
-
} | undefined;
|
|
16717
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
17696
16718
|
modalConfig?: {
|
|
17697
16719
|
buttonLabel?: string | undefined;
|
|
17698
16720
|
description?: string | undefined;
|
|
@@ -17792,13 +16814,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
17792
16814
|
showValue?: boolean | undefined;
|
|
17793
16815
|
pattern?: string | undefined;
|
|
17794
16816
|
placeholder?: string | undefined;
|
|
17795
|
-
visibleWhen?:
|
|
17796
|
-
field: string;
|
|
17797
|
-
equals?: any;
|
|
17798
|
-
notEquals?: any;
|
|
17799
|
-
oneOf?: any[] | undefined;
|
|
17800
|
-
notIn?: any[] | undefined;
|
|
17801
|
-
} | undefined;
|
|
16817
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
17802
16818
|
modalConfig?: {
|
|
17803
16819
|
buttonLabel?: string | undefined;
|
|
17804
16820
|
description?: string | undefined;
|
|
@@ -17898,13 +16914,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
17898
16914
|
showValue?: boolean | undefined;
|
|
17899
16915
|
pattern?: string | undefined;
|
|
17900
16916
|
placeholder?: string | undefined;
|
|
17901
|
-
visibleWhen?:
|
|
17902
|
-
field: string;
|
|
17903
|
-
equals?: any;
|
|
17904
|
-
notEquals?: any;
|
|
17905
|
-
oneOf?: any[] | undefined;
|
|
17906
|
-
notIn?: any[] | undefined;
|
|
17907
|
-
} | undefined;
|
|
16917
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
17908
16918
|
modalConfig?: {
|
|
17909
16919
|
buttonLabel?: string | undefined;
|
|
17910
16920
|
description?: string | undefined;
|
|
@@ -18004,13 +17014,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
18004
17014
|
showValue?: boolean | undefined;
|
|
18005
17015
|
pattern?: string | undefined;
|
|
18006
17016
|
placeholder?: string | undefined;
|
|
18007
|
-
visibleWhen?:
|
|
18008
|
-
field: string;
|
|
18009
|
-
equals?: any;
|
|
18010
|
-
notEquals?: any;
|
|
18011
|
-
oneOf?: any[] | undefined;
|
|
18012
|
-
notIn?: any[] | undefined;
|
|
18013
|
-
} | undefined;
|
|
17017
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
18014
17018
|
modalConfig?: {
|
|
18015
17019
|
buttonLabel?: string | undefined;
|
|
18016
17020
|
description?: string | undefined;
|
|
@@ -18114,13 +17118,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
18114
17118
|
showValue?: boolean | undefined;
|
|
18115
17119
|
pattern?: string | undefined;
|
|
18116
17120
|
placeholder?: string | undefined;
|
|
18117
|
-
visibleWhen?:
|
|
18118
|
-
field: string;
|
|
18119
|
-
equals?: any;
|
|
18120
|
-
notEquals?: any;
|
|
18121
|
-
oneOf?: any[] | undefined;
|
|
18122
|
-
notIn?: any[] | undefined;
|
|
18123
|
-
} | undefined;
|
|
17121
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
18124
17122
|
modalConfig?: {
|
|
18125
17123
|
buttonLabel?: string | undefined;
|
|
18126
17124
|
description?: string | undefined;
|
|
@@ -18220,13 +17218,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
18220
17218
|
showValue?: boolean | undefined;
|
|
18221
17219
|
pattern?: string | undefined;
|
|
18222
17220
|
placeholder?: string | undefined;
|
|
18223
|
-
visibleWhen?:
|
|
18224
|
-
field: string;
|
|
18225
|
-
equals?: any;
|
|
18226
|
-
notEquals?: any;
|
|
18227
|
-
oneOf?: any[] | undefined;
|
|
18228
|
-
notIn?: any[] | undefined;
|
|
18229
|
-
} | undefined;
|
|
17221
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
18230
17222
|
modalConfig?: {
|
|
18231
17223
|
buttonLabel?: string | undefined;
|
|
18232
17224
|
description?: string | undefined;
|
|
@@ -18328,13 +17320,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
18328
17320
|
showValue?: boolean | undefined;
|
|
18329
17321
|
pattern?: string | undefined;
|
|
18330
17322
|
placeholder?: string | undefined;
|
|
18331
|
-
visibleWhen?:
|
|
18332
|
-
field: string;
|
|
18333
|
-
equals?: any;
|
|
18334
|
-
notEquals?: any;
|
|
18335
|
-
oneOf?: any[] | undefined;
|
|
18336
|
-
notIn?: any[] | undefined;
|
|
18337
|
-
} | undefined;
|
|
17323
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
18338
17324
|
modalConfig?: {
|
|
18339
17325
|
buttonLabel?: string | undefined;
|
|
18340
17326
|
description?: string | undefined;
|
|
@@ -18434,13 +17420,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
18434
17420
|
showValue?: boolean | undefined;
|
|
18435
17421
|
pattern?: string | undefined;
|
|
18436
17422
|
placeholder?: string | undefined;
|
|
18437
|
-
visibleWhen?:
|
|
18438
|
-
field: string;
|
|
18439
|
-
equals?: any;
|
|
18440
|
-
notEquals?: any;
|
|
18441
|
-
oneOf?: any[] | undefined;
|
|
18442
|
-
notIn?: any[] | undefined;
|
|
18443
|
-
} | undefined;
|
|
17423
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
18444
17424
|
modalConfig?: {
|
|
18445
17425
|
buttonLabel?: string | undefined;
|
|
18446
17426
|
description?: string | undefined;
|
|
@@ -18547,13 +17527,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
18547
17527
|
showValue?: boolean | undefined;
|
|
18548
17528
|
pattern?: string | undefined;
|
|
18549
17529
|
placeholder?: string | undefined;
|
|
18550
|
-
visibleWhen?:
|
|
18551
|
-
field: string;
|
|
18552
|
-
equals?: any;
|
|
18553
|
-
notEquals?: any;
|
|
18554
|
-
oneOf?: any[] | undefined;
|
|
18555
|
-
notIn?: any[] | undefined;
|
|
18556
|
-
} | undefined;
|
|
17530
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
18557
17531
|
modalConfig?: {
|
|
18558
17532
|
buttonLabel?: string | undefined;
|
|
18559
17533
|
description?: string | undefined;
|
|
@@ -18659,13 +17633,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
18659
17633
|
showValue?: boolean | undefined;
|
|
18660
17634
|
pattern?: string | undefined;
|
|
18661
17635
|
placeholder?: string | undefined;
|
|
18662
|
-
visibleWhen?:
|
|
18663
|
-
field: string;
|
|
18664
|
-
equals?: any;
|
|
18665
|
-
notEquals?: any;
|
|
18666
|
-
oneOf?: any[] | undefined;
|
|
18667
|
-
notIn?: any[] | undefined;
|
|
18668
|
-
} | undefined;
|
|
17636
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
18669
17637
|
modalConfig?: {
|
|
18670
17638
|
buttonLabel?: string | undefined;
|
|
18671
17639
|
description?: string | undefined;
|
|
@@ -18765,13 +17733,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
18765
17733
|
showValue?: boolean | undefined;
|
|
18766
17734
|
pattern?: string | undefined;
|
|
18767
17735
|
placeholder?: string | undefined;
|
|
18768
|
-
visibleWhen?:
|
|
18769
|
-
field: string;
|
|
18770
|
-
equals?: any;
|
|
18771
|
-
notEquals?: any;
|
|
18772
|
-
oneOf?: any[] | undefined;
|
|
18773
|
-
notIn?: any[] | undefined;
|
|
18774
|
-
} | undefined;
|
|
17736
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
18775
17737
|
modalConfig?: {
|
|
18776
17738
|
buttonLabel?: string | undefined;
|
|
18777
17739
|
description?: string | undefined;
|
|
@@ -18878,13 +17840,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
18878
17840
|
showValue?: boolean | undefined;
|
|
18879
17841
|
pattern?: string | undefined;
|
|
18880
17842
|
placeholder?: string | undefined;
|
|
18881
|
-
visibleWhen?:
|
|
18882
|
-
field: string;
|
|
18883
|
-
equals?: any;
|
|
18884
|
-
notEquals?: any;
|
|
18885
|
-
oneOf?: any[] | undefined;
|
|
18886
|
-
notIn?: any[] | undefined;
|
|
18887
|
-
} | undefined;
|
|
17843
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
18888
17844
|
modalConfig?: {
|
|
18889
17845
|
buttonLabel?: string | undefined;
|
|
18890
17846
|
description?: string | undefined;
|
|
@@ -18985,13 +17941,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
18985
17941
|
showValue?: boolean | undefined;
|
|
18986
17942
|
pattern?: string | undefined;
|
|
18987
17943
|
placeholder?: string | undefined;
|
|
18988
|
-
visibleWhen?:
|
|
18989
|
-
field: string;
|
|
18990
|
-
equals?: any;
|
|
18991
|
-
notEquals?: any;
|
|
18992
|
-
oneOf?: any[] | undefined;
|
|
18993
|
-
notIn?: any[] | undefined;
|
|
18994
|
-
} | undefined;
|
|
17944
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
18995
17945
|
modalConfig?: {
|
|
18996
17946
|
buttonLabel?: string | undefined;
|
|
18997
17947
|
description?: string | undefined;
|
|
@@ -19092,13 +18042,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
19092
18042
|
showValue?: boolean | undefined;
|
|
19093
18043
|
pattern?: string | undefined;
|
|
19094
18044
|
placeholder?: string | undefined;
|
|
19095
|
-
visibleWhen?:
|
|
19096
|
-
field: string;
|
|
19097
|
-
equals?: any;
|
|
19098
|
-
notEquals?: any;
|
|
19099
|
-
oneOf?: any[] | undefined;
|
|
19100
|
-
notIn?: any[] | undefined;
|
|
19101
|
-
} | undefined;
|
|
18045
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
19102
18046
|
modalConfig?: {
|
|
19103
18047
|
buttonLabel?: string | undefined;
|
|
19104
18048
|
description?: string | undefined;
|
|
@@ -19200,13 +18144,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
19200
18144
|
showValue?: boolean | undefined;
|
|
19201
18145
|
pattern?: string | undefined;
|
|
19202
18146
|
placeholder?: string | undefined;
|
|
19203
|
-
visibleWhen?:
|
|
19204
|
-
field: string;
|
|
19205
|
-
equals?: any;
|
|
19206
|
-
notEquals?: any;
|
|
19207
|
-
oneOf?: any[] | undefined;
|
|
19208
|
-
notIn?: any[] | undefined;
|
|
19209
|
-
} | undefined;
|
|
18147
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
19210
18148
|
modalConfig?: {
|
|
19211
18149
|
buttonLabel?: string | undefined;
|
|
19212
18150
|
description?: string | undefined;
|
|
@@ -19306,13 +18244,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
19306
18244
|
showValue?: boolean | undefined;
|
|
19307
18245
|
pattern?: string | undefined;
|
|
19308
18246
|
placeholder?: string | undefined;
|
|
19309
|
-
visibleWhen?:
|
|
19310
|
-
field: string;
|
|
19311
|
-
equals?: any;
|
|
19312
|
-
notEquals?: any;
|
|
19313
|
-
oneOf?: any[] | undefined;
|
|
19314
|
-
notIn?: any[] | undefined;
|
|
19315
|
-
} | undefined;
|
|
18247
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
19316
18248
|
modalConfig?: {
|
|
19317
18249
|
buttonLabel?: string | undefined;
|
|
19318
18250
|
description?: string | undefined;
|
|
@@ -19412,13 +18344,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
19412
18344
|
showValue?: boolean | undefined;
|
|
19413
18345
|
pattern?: string | undefined;
|
|
19414
18346
|
placeholder?: string | undefined;
|
|
19415
|
-
visibleWhen?:
|
|
19416
|
-
field: string;
|
|
19417
|
-
equals?: any;
|
|
19418
|
-
notEquals?: any;
|
|
19419
|
-
oneOf?: any[] | undefined;
|
|
19420
|
-
notIn?: any[] | undefined;
|
|
19421
|
-
} | undefined;
|
|
18347
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
19422
18348
|
modalConfig?: {
|
|
19423
18349
|
buttonLabel?: string | undefined;
|
|
19424
18350
|
description?: string | undefined;
|
|
@@ -19518,13 +18444,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
19518
18444
|
showValue?: boolean | undefined;
|
|
19519
18445
|
pattern?: string | undefined;
|
|
19520
18446
|
placeholder?: string | undefined;
|
|
19521
|
-
visibleWhen?:
|
|
19522
|
-
field: string;
|
|
19523
|
-
equals?: any;
|
|
19524
|
-
notEquals?: any;
|
|
19525
|
-
oneOf?: any[] | undefined;
|
|
19526
|
-
notIn?: any[] | undefined;
|
|
19527
|
-
} | undefined;
|
|
18447
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
19528
18448
|
modalConfig?: {
|
|
19529
18449
|
buttonLabel?: string | undefined;
|
|
19530
18450
|
description?: string | undefined;
|
|
@@ -19624,13 +18544,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
19624
18544
|
showValue?: boolean | undefined;
|
|
19625
18545
|
pattern?: string | undefined;
|
|
19626
18546
|
placeholder?: string | undefined;
|
|
19627
|
-
visibleWhen?:
|
|
19628
|
-
field: string;
|
|
19629
|
-
equals?: any;
|
|
19630
|
-
notEquals?: any;
|
|
19631
|
-
oneOf?: any[] | undefined;
|
|
19632
|
-
notIn?: any[] | undefined;
|
|
19633
|
-
} | undefined;
|
|
18547
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
19634
18548
|
modalConfig?: {
|
|
19635
18549
|
buttonLabel?: string | undefined;
|
|
19636
18550
|
description?: string | undefined;
|
|
@@ -19730,13 +18644,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
19730
18644
|
showValue?: boolean | undefined;
|
|
19731
18645
|
pattern?: string | undefined;
|
|
19732
18646
|
placeholder?: string | undefined;
|
|
19733
|
-
visibleWhen?:
|
|
19734
|
-
field: string;
|
|
19735
|
-
equals?: any;
|
|
19736
|
-
notEquals?: any;
|
|
19737
|
-
oneOf?: any[] | undefined;
|
|
19738
|
-
notIn?: any[] | undefined;
|
|
19739
|
-
} | undefined;
|
|
18647
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
19740
18648
|
modalConfig?: {
|
|
19741
18649
|
buttonLabel?: string | undefined;
|
|
19742
18650
|
description?: string | undefined;
|
|
@@ -19840,13 +18748,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
19840
18748
|
showValue?: boolean | undefined;
|
|
19841
18749
|
pattern?: string | undefined;
|
|
19842
18750
|
placeholder?: string | undefined;
|
|
19843
|
-
visibleWhen?:
|
|
19844
|
-
field: string;
|
|
19845
|
-
equals?: any;
|
|
19846
|
-
notEquals?: any;
|
|
19847
|
-
oneOf?: any[] | undefined;
|
|
19848
|
-
notIn?: any[] | undefined;
|
|
19849
|
-
} | undefined;
|
|
18751
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
19850
18752
|
modalConfig?: {
|
|
19851
18753
|
buttonLabel?: string | undefined;
|
|
19852
18754
|
description?: string | undefined;
|
|
@@ -19946,13 +18848,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
19946
18848
|
showValue?: boolean | undefined;
|
|
19947
18849
|
pattern?: string | undefined;
|
|
19948
18850
|
placeholder?: string | undefined;
|
|
19949
|
-
visibleWhen?:
|
|
19950
|
-
field: string;
|
|
19951
|
-
equals?: any;
|
|
19952
|
-
notEquals?: any;
|
|
19953
|
-
oneOf?: any[] | undefined;
|
|
19954
|
-
notIn?: any[] | undefined;
|
|
19955
|
-
} | undefined;
|
|
18851
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
19956
18852
|
modalConfig?: {
|
|
19957
18853
|
buttonLabel?: string | undefined;
|
|
19958
18854
|
description?: string | undefined;
|
|
@@ -20054,13 +18950,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
20054
18950
|
showValue?: boolean | undefined;
|
|
20055
18951
|
pattern?: string | undefined;
|
|
20056
18952
|
placeholder?: string | undefined;
|
|
20057
|
-
visibleWhen?:
|
|
20058
|
-
field: string;
|
|
20059
|
-
equals?: any;
|
|
20060
|
-
notEquals?: any;
|
|
20061
|
-
oneOf?: any[] | undefined;
|
|
20062
|
-
notIn?: any[] | undefined;
|
|
20063
|
-
} | undefined;
|
|
18953
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
20064
18954
|
modalConfig?: {
|
|
20065
18955
|
buttonLabel?: string | undefined;
|
|
20066
18956
|
description?: string | undefined;
|
|
@@ -20160,13 +19050,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
20160
19050
|
showValue?: boolean | undefined;
|
|
20161
19051
|
pattern?: string | undefined;
|
|
20162
19052
|
placeholder?: string | undefined;
|
|
20163
|
-
visibleWhen?:
|
|
20164
|
-
field: string;
|
|
20165
|
-
equals?: any;
|
|
20166
|
-
notEquals?: any;
|
|
20167
|
-
oneOf?: any[] | undefined;
|
|
20168
|
-
notIn?: any[] | undefined;
|
|
20169
|
-
} | undefined;
|
|
19053
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
20170
19054
|
modalConfig?: {
|
|
20171
19055
|
buttonLabel?: string | undefined;
|
|
20172
19056
|
description?: string | undefined;
|
|
@@ -20273,13 +19157,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
20273
19157
|
showValue?: boolean | undefined;
|
|
20274
19158
|
pattern?: string | undefined;
|
|
20275
19159
|
placeholder?: string | undefined;
|
|
20276
|
-
visibleWhen?:
|
|
20277
|
-
field: string;
|
|
20278
|
-
equals?: any;
|
|
20279
|
-
notEquals?: any;
|
|
20280
|
-
oneOf?: any[] | undefined;
|
|
20281
|
-
notIn?: any[] | undefined;
|
|
20282
|
-
} | undefined;
|
|
19160
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
20283
19161
|
modalConfig?: {
|
|
20284
19162
|
buttonLabel?: string | undefined;
|
|
20285
19163
|
description?: string | undefined;
|
|
@@ -20385,13 +19263,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
20385
19263
|
showValue?: boolean | undefined;
|
|
20386
19264
|
pattern?: string | undefined;
|
|
20387
19265
|
placeholder?: string | undefined;
|
|
20388
|
-
visibleWhen?:
|
|
20389
|
-
field: string;
|
|
20390
|
-
equals?: any;
|
|
20391
|
-
notEquals?: any;
|
|
20392
|
-
oneOf?: any[] | undefined;
|
|
20393
|
-
notIn?: any[] | undefined;
|
|
20394
|
-
} | undefined;
|
|
19266
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
20395
19267
|
modalConfig?: {
|
|
20396
19268
|
buttonLabel?: string | undefined;
|
|
20397
19269
|
description?: string | undefined;
|
|
@@ -20491,13 +19363,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
20491
19363
|
showValue?: boolean | undefined;
|
|
20492
19364
|
pattern?: string | undefined;
|
|
20493
19365
|
placeholder?: string | undefined;
|
|
20494
|
-
visibleWhen?:
|
|
20495
|
-
field: string;
|
|
20496
|
-
equals?: any;
|
|
20497
|
-
notEquals?: any;
|
|
20498
|
-
oneOf?: any[] | undefined;
|
|
20499
|
-
notIn?: any[] | undefined;
|
|
20500
|
-
} | undefined;
|
|
19366
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
20501
19367
|
modalConfig?: {
|
|
20502
19368
|
buttonLabel?: string | undefined;
|
|
20503
19369
|
description?: string | undefined;
|
|
@@ -20600,13 +19466,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
20600
19466
|
showValue?: boolean | undefined;
|
|
20601
19467
|
pattern?: string | undefined;
|
|
20602
19468
|
placeholder?: string | undefined;
|
|
20603
|
-
visibleWhen?:
|
|
20604
|
-
field: string;
|
|
20605
|
-
equals?: any;
|
|
20606
|
-
notEquals?: any;
|
|
20607
|
-
oneOf?: any[] | undefined;
|
|
20608
|
-
notIn?: any[] | undefined;
|
|
20609
|
-
} | undefined;
|
|
19469
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
20610
19470
|
modalConfig?: {
|
|
20611
19471
|
buttonLabel?: string | undefined;
|
|
20612
19472
|
description?: string | undefined;
|
|
@@ -20711,13 +19571,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
20711
19571
|
showValue?: boolean | undefined;
|
|
20712
19572
|
pattern?: string | undefined;
|
|
20713
19573
|
placeholder?: string | undefined;
|
|
20714
|
-
visibleWhen?:
|
|
20715
|
-
field: string;
|
|
20716
|
-
equals?: any;
|
|
20717
|
-
notEquals?: any;
|
|
20718
|
-
oneOf?: any[] | undefined;
|
|
20719
|
-
notIn?: any[] | undefined;
|
|
20720
|
-
} | undefined;
|
|
19574
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
20721
19575
|
modalConfig?: {
|
|
20722
19576
|
buttonLabel?: string | undefined;
|
|
20723
19577
|
description?: string | undefined;
|
|
@@ -20823,13 +19677,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
20823
19677
|
showValue?: boolean | undefined;
|
|
20824
19678
|
pattern?: string | undefined;
|
|
20825
19679
|
placeholder?: string | undefined;
|
|
20826
|
-
visibleWhen?:
|
|
20827
|
-
field: string;
|
|
20828
|
-
equals?: any;
|
|
20829
|
-
notEquals?: any;
|
|
20830
|
-
oneOf?: any[] | undefined;
|
|
20831
|
-
notIn?: any[] | undefined;
|
|
20832
|
-
} | undefined;
|
|
19680
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
20833
19681
|
modalConfig?: {
|
|
20834
19682
|
buttonLabel?: string | undefined;
|
|
20835
19683
|
description?: string | undefined;
|
|
@@ -20929,13 +19777,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
20929
19777
|
showValue?: boolean | undefined;
|
|
20930
19778
|
pattern?: string | undefined;
|
|
20931
19779
|
placeholder?: string | undefined;
|
|
20932
|
-
visibleWhen?:
|
|
20933
|
-
field: string;
|
|
20934
|
-
equals?: any;
|
|
20935
|
-
notEquals?: any;
|
|
20936
|
-
oneOf?: any[] | undefined;
|
|
20937
|
-
notIn?: any[] | undefined;
|
|
20938
|
-
} | undefined;
|
|
19780
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
20939
19781
|
modalConfig?: {
|
|
20940
19782
|
buttonLabel?: string | undefined;
|
|
20941
19783
|
description?: string | undefined;
|
|
@@ -21035,13 +19877,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
21035
19877
|
showValue?: boolean | undefined;
|
|
21036
19878
|
pattern?: string | undefined;
|
|
21037
19879
|
placeholder?: string | undefined;
|
|
21038
|
-
visibleWhen?:
|
|
21039
|
-
field: string;
|
|
21040
|
-
equals?: any;
|
|
21041
|
-
notEquals?: any;
|
|
21042
|
-
oneOf?: any[] | undefined;
|
|
21043
|
-
notIn?: any[] | undefined;
|
|
21044
|
-
} | undefined;
|
|
19880
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
21045
19881
|
modalConfig?: {
|
|
21046
19882
|
buttonLabel?: string | undefined;
|
|
21047
19883
|
description?: string | undefined;
|
|
@@ -21156,13 +19992,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
21156
19992
|
showValue?: boolean | undefined;
|
|
21157
19993
|
pattern?: string | undefined;
|
|
21158
19994
|
placeholder?: string | undefined;
|
|
21159
|
-
visibleWhen?:
|
|
21160
|
-
field: string;
|
|
21161
|
-
equals?: any;
|
|
21162
|
-
notEquals?: any;
|
|
21163
|
-
oneOf?: any[] | undefined;
|
|
21164
|
-
notIn?: any[] | undefined;
|
|
21165
|
-
} | undefined;
|
|
19995
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
21166
19996
|
modalConfig?: {
|
|
21167
19997
|
buttonLabel?: string | undefined;
|
|
21168
19998
|
description?: string | undefined;
|
|
@@ -21266,13 +20096,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
21266
20096
|
showValue?: boolean | undefined;
|
|
21267
20097
|
pattern?: string | undefined;
|
|
21268
20098
|
placeholder?: string | undefined;
|
|
21269
|
-
visibleWhen?:
|
|
21270
|
-
field: string;
|
|
21271
|
-
equals?: any;
|
|
21272
|
-
notEquals?: any;
|
|
21273
|
-
oneOf?: any[] | undefined;
|
|
21274
|
-
notIn?: any[] | undefined;
|
|
21275
|
-
} | undefined;
|
|
20099
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
21276
20100
|
modalConfig?: {
|
|
21277
20101
|
buttonLabel?: string | undefined;
|
|
21278
20102
|
description?: string | undefined;
|
|
@@ -21388,13 +20212,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
21388
20212
|
showValue?: boolean | undefined;
|
|
21389
20213
|
pattern?: string | undefined;
|
|
21390
20214
|
placeholder?: string | undefined;
|
|
21391
|
-
visibleWhen?:
|
|
21392
|
-
field: string;
|
|
21393
|
-
equals?: any;
|
|
21394
|
-
notEquals?: any;
|
|
21395
|
-
oneOf?: any[] | undefined;
|
|
21396
|
-
notIn?: any[] | undefined;
|
|
21397
|
-
} | undefined;
|
|
20215
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
21398
20216
|
modalConfig?: {
|
|
21399
20217
|
buttonLabel?: string | undefined;
|
|
21400
20218
|
description?: string | undefined;
|
|
@@ -21503,13 +20321,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
21503
20321
|
showValue?: boolean | undefined;
|
|
21504
20322
|
pattern?: string | undefined;
|
|
21505
20323
|
placeholder?: string | undefined;
|
|
21506
|
-
visibleWhen?:
|
|
21507
|
-
field: string;
|
|
21508
|
-
equals?: any;
|
|
21509
|
-
notEquals?: any;
|
|
21510
|
-
oneOf?: any[] | undefined;
|
|
21511
|
-
notIn?: any[] | undefined;
|
|
21512
|
-
} | undefined;
|
|
20324
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
21513
20325
|
modalConfig?: {
|
|
21514
20326
|
buttonLabel?: string | undefined;
|
|
21515
20327
|
description?: string | undefined;
|
|
@@ -21610,13 +20422,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
21610
20422
|
showValue?: boolean | undefined;
|
|
21611
20423
|
pattern?: string | undefined;
|
|
21612
20424
|
placeholder?: string | undefined;
|
|
21613
|
-
visibleWhen?:
|
|
21614
|
-
field: string;
|
|
21615
|
-
equals?: any;
|
|
21616
|
-
notEquals?: any;
|
|
21617
|
-
oneOf?: any[] | undefined;
|
|
21618
|
-
notIn?: any[] | undefined;
|
|
21619
|
-
} | undefined;
|
|
20425
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
21620
20426
|
modalConfig?: {
|
|
21621
20427
|
buttonLabel?: string | undefined;
|
|
21622
20428
|
description?: string | undefined;
|
|
@@ -21717,13 +20523,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
21717
20523
|
showValue?: boolean | undefined;
|
|
21718
20524
|
pattern?: string | undefined;
|
|
21719
20525
|
placeholder?: string | undefined;
|
|
21720
|
-
visibleWhen?:
|
|
21721
|
-
field: string;
|
|
21722
|
-
equals?: any;
|
|
21723
|
-
notEquals?: any;
|
|
21724
|
-
oneOf?: any[] | undefined;
|
|
21725
|
-
notIn?: any[] | undefined;
|
|
21726
|
-
} | undefined;
|
|
20526
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
21727
20527
|
modalConfig?: {
|
|
21728
20528
|
buttonLabel?: string | undefined;
|
|
21729
20529
|
description?: string | undefined;
|
|
@@ -21825,13 +20625,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
21825
20625
|
showValue?: boolean | undefined;
|
|
21826
20626
|
pattern?: string | undefined;
|
|
21827
20627
|
placeholder?: string | undefined;
|
|
21828
|
-
visibleWhen?:
|
|
21829
|
-
field: string;
|
|
21830
|
-
equals?: any;
|
|
21831
|
-
notEquals?: any;
|
|
21832
|
-
oneOf?: any[] | undefined;
|
|
21833
|
-
notIn?: any[] | undefined;
|
|
21834
|
-
} | undefined;
|
|
20628
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
21835
20629
|
modalConfig?: {
|
|
21836
20630
|
buttonLabel?: string | undefined;
|
|
21837
20631
|
description?: string | undefined;
|
|
@@ -21931,13 +20725,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
21931
20725
|
showValue?: boolean | undefined;
|
|
21932
20726
|
pattern?: string | undefined;
|
|
21933
20727
|
placeholder?: string | undefined;
|
|
21934
|
-
visibleWhen?:
|
|
21935
|
-
field: string;
|
|
21936
|
-
equals?: any;
|
|
21937
|
-
notEquals?: any;
|
|
21938
|
-
oneOf?: any[] | undefined;
|
|
21939
|
-
notIn?: any[] | undefined;
|
|
21940
|
-
} | undefined;
|
|
20728
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
21941
20729
|
modalConfig?: {
|
|
21942
20730
|
buttonLabel?: string | undefined;
|
|
21943
20731
|
description?: string | undefined;
|
|
@@ -22037,13 +20825,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
22037
20825
|
showValue?: boolean | undefined;
|
|
22038
20826
|
pattern?: string | undefined;
|
|
22039
20827
|
placeholder?: string | undefined;
|
|
22040
|
-
visibleWhen?:
|
|
22041
|
-
field: string;
|
|
22042
|
-
equals?: any;
|
|
22043
|
-
notEquals?: any;
|
|
22044
|
-
oneOf?: any[] | undefined;
|
|
22045
|
-
notIn?: any[] | undefined;
|
|
22046
|
-
} | undefined;
|
|
20828
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
22047
20829
|
modalConfig?: {
|
|
22048
20830
|
buttonLabel?: string | undefined;
|
|
22049
20831
|
description?: string | undefined;
|
|
@@ -22143,13 +20925,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
22143
20925
|
showValue?: boolean | undefined;
|
|
22144
20926
|
pattern?: string | undefined;
|
|
22145
20927
|
placeholder?: string | undefined;
|
|
22146
|
-
visibleWhen?:
|
|
22147
|
-
field: string;
|
|
22148
|
-
equals?: any;
|
|
22149
|
-
notEquals?: any;
|
|
22150
|
-
oneOf?: any[] | undefined;
|
|
22151
|
-
notIn?: any[] | undefined;
|
|
22152
|
-
} | undefined;
|
|
20928
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
22153
20929
|
modalConfig?: {
|
|
22154
20930
|
buttonLabel?: string | undefined;
|
|
22155
20931
|
description?: string | undefined;
|
|
@@ -22249,13 +21025,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
22249
21025
|
showValue?: boolean | undefined;
|
|
22250
21026
|
pattern?: string | undefined;
|
|
22251
21027
|
placeholder?: string | undefined;
|
|
22252
|
-
visibleWhen?:
|
|
22253
|
-
field: string;
|
|
22254
|
-
equals?: any;
|
|
22255
|
-
notEquals?: any;
|
|
22256
|
-
oneOf?: any[] | undefined;
|
|
22257
|
-
notIn?: any[] | undefined;
|
|
22258
|
-
} | undefined;
|
|
21028
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
22259
21029
|
modalConfig?: {
|
|
22260
21030
|
buttonLabel?: string | undefined;
|
|
22261
21031
|
description?: string | undefined;
|
|
@@ -22355,13 +21125,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
22355
21125
|
showValue?: boolean | undefined;
|
|
22356
21126
|
pattern?: string | undefined;
|
|
22357
21127
|
placeholder?: string | undefined;
|
|
22358
|
-
visibleWhen?:
|
|
22359
|
-
field: string;
|
|
22360
|
-
equals?: any;
|
|
22361
|
-
notEquals?: any;
|
|
22362
|
-
oneOf?: any[] | undefined;
|
|
22363
|
-
notIn?: any[] | undefined;
|
|
22364
|
-
} | undefined;
|
|
21128
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
22365
21129
|
modalConfig?: {
|
|
22366
21130
|
buttonLabel?: string | undefined;
|
|
22367
21131
|
description?: string | undefined;
|
|
@@ -22465,13 +21229,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
22465
21229
|
showValue?: boolean | undefined;
|
|
22466
21230
|
pattern?: string | undefined;
|
|
22467
21231
|
placeholder?: string | undefined;
|
|
22468
|
-
visibleWhen?:
|
|
22469
|
-
field: string;
|
|
22470
|
-
equals?: any;
|
|
22471
|
-
notEquals?: any;
|
|
22472
|
-
oneOf?: any[] | undefined;
|
|
22473
|
-
notIn?: any[] | undefined;
|
|
22474
|
-
} | undefined;
|
|
21232
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
22475
21233
|
modalConfig?: {
|
|
22476
21234
|
buttonLabel?: string | undefined;
|
|
22477
21235
|
description?: string | undefined;
|
|
@@ -22571,13 +21329,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
22571
21329
|
showValue?: boolean | undefined;
|
|
22572
21330
|
pattern?: string | undefined;
|
|
22573
21331
|
placeholder?: string | undefined;
|
|
22574
|
-
visibleWhen?:
|
|
22575
|
-
field: string;
|
|
22576
|
-
equals?: any;
|
|
22577
|
-
notEquals?: any;
|
|
22578
|
-
oneOf?: any[] | undefined;
|
|
22579
|
-
notIn?: any[] | undefined;
|
|
22580
|
-
} | undefined;
|
|
21332
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
22581
21333
|
modalConfig?: {
|
|
22582
21334
|
buttonLabel?: string | undefined;
|
|
22583
21335
|
description?: string | undefined;
|
|
@@ -22679,13 +21431,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
22679
21431
|
showValue?: boolean | undefined;
|
|
22680
21432
|
pattern?: string | undefined;
|
|
22681
21433
|
placeholder?: string | undefined;
|
|
22682
|
-
visibleWhen?:
|
|
22683
|
-
field: string;
|
|
22684
|
-
equals?: any;
|
|
22685
|
-
notEquals?: any;
|
|
22686
|
-
oneOf?: any[] | undefined;
|
|
22687
|
-
notIn?: any[] | undefined;
|
|
22688
|
-
} | undefined;
|
|
21434
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
22689
21435
|
modalConfig?: {
|
|
22690
21436
|
buttonLabel?: string | undefined;
|
|
22691
21437
|
description?: string | undefined;
|
|
@@ -22785,13 +21531,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
22785
21531
|
showValue?: boolean | undefined;
|
|
22786
21532
|
pattern?: string | undefined;
|
|
22787
21533
|
placeholder?: string | undefined;
|
|
22788
|
-
visibleWhen?:
|
|
22789
|
-
field: string;
|
|
22790
|
-
equals?: any;
|
|
22791
|
-
notEquals?: any;
|
|
22792
|
-
oneOf?: any[] | undefined;
|
|
22793
|
-
notIn?: any[] | undefined;
|
|
22794
|
-
} | undefined;
|
|
21534
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
22795
21535
|
modalConfig?: {
|
|
22796
21536
|
buttonLabel?: string | undefined;
|
|
22797
21537
|
description?: string | undefined;
|
|
@@ -22907,13 +21647,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
22907
21647
|
showValue?: boolean | undefined;
|
|
22908
21648
|
pattern?: string | undefined;
|
|
22909
21649
|
placeholder?: string | undefined;
|
|
22910
|
-
visibleWhen?:
|
|
22911
|
-
field: string;
|
|
22912
|
-
equals?: any;
|
|
22913
|
-
notEquals?: any;
|
|
22914
|
-
oneOf?: any[] | undefined;
|
|
22915
|
-
notIn?: any[] | undefined;
|
|
22916
|
-
} | undefined;
|
|
21650
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
22917
21651
|
modalConfig?: {
|
|
22918
21652
|
buttonLabel?: string | undefined;
|
|
22919
21653
|
description?: string | undefined;
|
|
@@ -23022,13 +21756,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
23022
21756
|
showValue?: boolean | undefined;
|
|
23023
21757
|
pattern?: string | undefined;
|
|
23024
21758
|
placeholder?: string | undefined;
|
|
23025
|
-
visibleWhen?:
|
|
23026
|
-
field: string;
|
|
23027
|
-
equals?: any;
|
|
23028
|
-
notEquals?: any;
|
|
23029
|
-
oneOf?: any[] | undefined;
|
|
23030
|
-
notIn?: any[] | undefined;
|
|
23031
|
-
} | undefined;
|
|
21759
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
23032
21760
|
modalConfig?: {
|
|
23033
21761
|
buttonLabel?: string | undefined;
|
|
23034
21762
|
description?: string | undefined;
|
|
@@ -23129,13 +21857,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
23129
21857
|
showValue?: boolean | undefined;
|
|
23130
21858
|
pattern?: string | undefined;
|
|
23131
21859
|
placeholder?: string | undefined;
|
|
23132
|
-
visibleWhen?:
|
|
23133
|
-
field: string;
|
|
23134
|
-
equals?: any;
|
|
23135
|
-
notEquals?: any;
|
|
23136
|
-
oneOf?: any[] | undefined;
|
|
23137
|
-
notIn?: any[] | undefined;
|
|
23138
|
-
} | undefined;
|
|
21860
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
23139
21861
|
modalConfig?: {
|
|
23140
21862
|
buttonLabel?: string | undefined;
|
|
23141
21863
|
description?: string | undefined;
|
|
@@ -23236,13 +21958,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
23236
21958
|
showValue?: boolean | undefined;
|
|
23237
21959
|
pattern?: string | undefined;
|
|
23238
21960
|
placeholder?: string | undefined;
|
|
23239
|
-
visibleWhen?:
|
|
23240
|
-
field: string;
|
|
23241
|
-
equals?: any;
|
|
23242
|
-
notEquals?: any;
|
|
23243
|
-
oneOf?: any[] | undefined;
|
|
23244
|
-
notIn?: any[] | undefined;
|
|
23245
|
-
} | undefined;
|
|
21961
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
23246
21962
|
modalConfig?: {
|
|
23247
21963
|
buttonLabel?: string | undefined;
|
|
23248
21964
|
description?: string | undefined;
|
|
@@ -23344,13 +22060,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
23344
22060
|
showValue?: boolean | undefined;
|
|
23345
22061
|
pattern?: string | undefined;
|
|
23346
22062
|
placeholder?: string | undefined;
|
|
23347
|
-
visibleWhen?:
|
|
23348
|
-
field: string;
|
|
23349
|
-
equals?: any;
|
|
23350
|
-
notEquals?: any;
|
|
23351
|
-
oneOf?: any[] | undefined;
|
|
23352
|
-
notIn?: any[] | undefined;
|
|
23353
|
-
} | undefined;
|
|
22063
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
23354
22064
|
modalConfig?: {
|
|
23355
22065
|
buttonLabel?: string | undefined;
|
|
23356
22066
|
description?: string | undefined;
|
|
@@ -23450,13 +22160,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
23450
22160
|
showValue?: boolean | undefined;
|
|
23451
22161
|
pattern?: string | undefined;
|
|
23452
22162
|
placeholder?: string | undefined;
|
|
23453
|
-
visibleWhen?:
|
|
23454
|
-
field: string;
|
|
23455
|
-
equals?: any;
|
|
23456
|
-
notEquals?: any;
|
|
23457
|
-
oneOf?: any[] | undefined;
|
|
23458
|
-
notIn?: any[] | undefined;
|
|
23459
|
-
} | undefined;
|
|
22163
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
23460
22164
|
modalConfig?: {
|
|
23461
22165
|
buttonLabel?: string | undefined;
|
|
23462
22166
|
description?: string | undefined;
|
|
@@ -23556,13 +22260,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
23556
22260
|
showValue?: boolean | undefined;
|
|
23557
22261
|
pattern?: string | undefined;
|
|
23558
22262
|
placeholder?: string | undefined;
|
|
23559
|
-
visibleWhen?:
|
|
23560
|
-
field: string;
|
|
23561
|
-
equals?: any;
|
|
23562
|
-
notEquals?: any;
|
|
23563
|
-
oneOf?: any[] | undefined;
|
|
23564
|
-
notIn?: any[] | undefined;
|
|
23565
|
-
} | undefined;
|
|
22263
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
23566
22264
|
modalConfig?: {
|
|
23567
22265
|
buttonLabel?: string | undefined;
|
|
23568
22266
|
description?: string | undefined;
|
|
@@ -23662,13 +22360,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
23662
22360
|
showValue?: boolean | undefined;
|
|
23663
22361
|
pattern?: string | undefined;
|
|
23664
22362
|
placeholder?: string | undefined;
|
|
23665
|
-
visibleWhen?:
|
|
23666
|
-
field: string;
|
|
23667
|
-
equals?: any;
|
|
23668
|
-
notEquals?: any;
|
|
23669
|
-
oneOf?: any[] | undefined;
|
|
23670
|
-
notIn?: any[] | undefined;
|
|
23671
|
-
} | undefined;
|
|
22363
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
23672
22364
|
modalConfig?: {
|
|
23673
22365
|
buttonLabel?: string | undefined;
|
|
23674
22366
|
description?: string | undefined;
|
|
@@ -23768,13 +22460,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
23768
22460
|
showValue?: boolean | undefined;
|
|
23769
22461
|
pattern?: string | undefined;
|
|
23770
22462
|
placeholder?: string | undefined;
|
|
23771
|
-
visibleWhen?:
|
|
23772
|
-
field: string;
|
|
23773
|
-
equals?: any;
|
|
23774
|
-
notEquals?: any;
|
|
23775
|
-
oneOf?: any[] | undefined;
|
|
23776
|
-
notIn?: any[] | undefined;
|
|
23777
|
-
} | undefined;
|
|
22463
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
23778
22464
|
modalConfig?: {
|
|
23779
22465
|
buttonLabel?: string | undefined;
|
|
23780
22466
|
description?: string | undefined;
|
|
@@ -23874,13 +22560,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
23874
22560
|
showValue?: boolean | undefined;
|
|
23875
22561
|
pattern?: string | undefined;
|
|
23876
22562
|
placeholder?: string | undefined;
|
|
23877
|
-
visibleWhen?:
|
|
23878
|
-
field: string;
|
|
23879
|
-
equals?: any;
|
|
23880
|
-
notEquals?: any;
|
|
23881
|
-
oneOf?: any[] | undefined;
|
|
23882
|
-
notIn?: any[] | undefined;
|
|
23883
|
-
} | undefined;
|
|
22563
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
23884
22564
|
modalConfig?: {
|
|
23885
22565
|
buttonLabel?: string | undefined;
|
|
23886
22566
|
description?: string | undefined;
|
|
@@ -23984,13 +22664,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
23984
22664
|
showValue?: boolean | undefined;
|
|
23985
22665
|
pattern?: string | undefined;
|
|
23986
22666
|
placeholder?: string | undefined;
|
|
23987
|
-
visibleWhen?:
|
|
23988
|
-
field: string;
|
|
23989
|
-
equals?: any;
|
|
23990
|
-
notEquals?: any;
|
|
23991
|
-
oneOf?: any[] | undefined;
|
|
23992
|
-
notIn?: any[] | undefined;
|
|
23993
|
-
} | undefined;
|
|
22667
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
23994
22668
|
modalConfig?: {
|
|
23995
22669
|
buttonLabel?: string | undefined;
|
|
23996
22670
|
description?: string | undefined;
|
|
@@ -24090,13 +22764,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
24090
22764
|
showValue?: boolean | undefined;
|
|
24091
22765
|
pattern?: string | undefined;
|
|
24092
22766
|
placeholder?: string | undefined;
|
|
24093
|
-
visibleWhen?:
|
|
24094
|
-
field: string;
|
|
24095
|
-
equals?: any;
|
|
24096
|
-
notEquals?: any;
|
|
24097
|
-
oneOf?: any[] | undefined;
|
|
24098
|
-
notIn?: any[] | undefined;
|
|
24099
|
-
} | undefined;
|
|
22767
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
24100
22768
|
modalConfig?: {
|
|
24101
22769
|
buttonLabel?: string | undefined;
|
|
24102
22770
|
description?: string | undefined;
|
|
@@ -24198,13 +22866,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
24198
22866
|
showValue?: boolean | undefined;
|
|
24199
22867
|
pattern?: string | undefined;
|
|
24200
22868
|
placeholder?: string | undefined;
|
|
24201
|
-
visibleWhen?:
|
|
24202
|
-
field: string;
|
|
24203
|
-
equals?: any;
|
|
24204
|
-
notEquals?: any;
|
|
24205
|
-
oneOf?: any[] | undefined;
|
|
24206
|
-
notIn?: any[] | undefined;
|
|
24207
|
-
} | undefined;
|
|
22869
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
24208
22870
|
modalConfig?: {
|
|
24209
22871
|
buttonLabel?: string | undefined;
|
|
24210
22872
|
description?: string | undefined;
|
|
@@ -24304,13 +22966,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
24304
22966
|
showValue?: boolean | undefined;
|
|
24305
22967
|
pattern?: string | undefined;
|
|
24306
22968
|
placeholder?: string | undefined;
|
|
24307
|
-
visibleWhen?:
|
|
24308
|
-
field: string;
|
|
24309
|
-
equals?: any;
|
|
24310
|
-
notEquals?: any;
|
|
24311
|
-
oneOf?: any[] | undefined;
|
|
24312
|
-
notIn?: any[] | undefined;
|
|
24313
|
-
} | undefined;
|
|
22969
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
24314
22970
|
modalConfig?: {
|
|
24315
22971
|
buttonLabel?: string | undefined;
|
|
24316
22972
|
description?: string | undefined;
|
|
@@ -24417,13 +23073,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
24417
23073
|
showValue?: boolean | undefined;
|
|
24418
23074
|
pattern?: string | undefined;
|
|
24419
23075
|
placeholder?: string | undefined;
|
|
24420
|
-
visibleWhen?:
|
|
24421
|
-
field: string;
|
|
24422
|
-
equals?: any;
|
|
24423
|
-
notEquals?: any;
|
|
24424
|
-
oneOf?: any[] | undefined;
|
|
24425
|
-
notIn?: any[] | undefined;
|
|
24426
|
-
} | undefined;
|
|
23076
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
24427
23077
|
modalConfig?: {
|
|
24428
23078
|
buttonLabel?: string | undefined;
|
|
24429
23079
|
description?: string | undefined;
|
|
@@ -24529,13 +23179,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
24529
23179
|
showValue?: boolean | undefined;
|
|
24530
23180
|
pattern?: string | undefined;
|
|
24531
23181
|
placeholder?: string | undefined;
|
|
24532
|
-
visibleWhen?:
|
|
24533
|
-
field: string;
|
|
24534
|
-
equals?: any;
|
|
24535
|
-
notEquals?: any;
|
|
24536
|
-
oneOf?: any[] | undefined;
|
|
24537
|
-
notIn?: any[] | undefined;
|
|
24538
|
-
} | undefined;
|
|
23182
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
24539
23183
|
modalConfig?: {
|
|
24540
23184
|
buttonLabel?: string | undefined;
|
|
24541
23185
|
description?: string | undefined;
|
|
@@ -24635,13 +23279,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
24635
23279
|
showValue?: boolean | undefined;
|
|
24636
23280
|
pattern?: string | undefined;
|
|
24637
23281
|
placeholder?: string | undefined;
|
|
24638
|
-
visibleWhen?:
|
|
24639
|
-
field: string;
|
|
24640
|
-
equals?: any;
|
|
24641
|
-
notEquals?: any;
|
|
24642
|
-
oneOf?: any[] | undefined;
|
|
24643
|
-
notIn?: any[] | undefined;
|
|
24644
|
-
} | undefined;
|
|
23282
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
24645
23283
|
modalConfig?: {
|
|
24646
23284
|
buttonLabel?: string | undefined;
|
|
24647
23285
|
description?: string | undefined;
|
|
@@ -24741,13 +23379,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
24741
23379
|
showValue?: boolean | undefined;
|
|
24742
23380
|
pattern?: string | undefined;
|
|
24743
23381
|
placeholder?: string | undefined;
|
|
24744
|
-
visibleWhen?:
|
|
24745
|
-
field: string;
|
|
24746
|
-
equals?: any;
|
|
24747
|
-
notEquals?: any;
|
|
24748
|
-
oneOf?: any[] | undefined;
|
|
24749
|
-
notIn?: any[] | undefined;
|
|
24750
|
-
} | undefined;
|
|
23382
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
24751
23383
|
modalConfig?: {
|
|
24752
23384
|
buttonLabel?: string | undefined;
|
|
24753
23385
|
description?: string | undefined;
|
|
@@ -24851,13 +23483,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
24851
23483
|
showValue?: boolean | undefined;
|
|
24852
23484
|
pattern?: string | undefined;
|
|
24853
23485
|
placeholder?: string | undefined;
|
|
24854
|
-
visibleWhen?:
|
|
24855
|
-
field: string;
|
|
24856
|
-
equals?: any;
|
|
24857
|
-
notEquals?: any;
|
|
24858
|
-
oneOf?: any[] | undefined;
|
|
24859
|
-
notIn?: any[] | undefined;
|
|
24860
|
-
} | undefined;
|
|
23486
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
24861
23487
|
modalConfig?: {
|
|
24862
23488
|
buttonLabel?: string | undefined;
|
|
24863
23489
|
description?: string | undefined;
|
|
@@ -24963,13 +23589,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
24963
23589
|
showValue?: boolean | undefined;
|
|
24964
23590
|
pattern?: string | undefined;
|
|
24965
23591
|
placeholder?: string | undefined;
|
|
24966
|
-
visibleWhen?:
|
|
24967
|
-
field: string;
|
|
24968
|
-
equals?: any;
|
|
24969
|
-
notEquals?: any;
|
|
24970
|
-
oneOf?: any[] | undefined;
|
|
24971
|
-
notIn?: any[] | undefined;
|
|
24972
|
-
} | undefined;
|
|
23592
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
24973
23593
|
modalConfig?: {
|
|
24974
23594
|
buttonLabel?: string | undefined;
|
|
24975
23595
|
description?: string | undefined;
|
|
@@ -25069,13 +23689,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
25069
23689
|
showValue?: boolean | undefined;
|
|
25070
23690
|
pattern?: string | undefined;
|
|
25071
23691
|
placeholder?: string | undefined;
|
|
25072
|
-
visibleWhen?:
|
|
25073
|
-
field: string;
|
|
25074
|
-
equals?: any;
|
|
25075
|
-
notEquals?: any;
|
|
25076
|
-
oneOf?: any[] | undefined;
|
|
25077
|
-
notIn?: any[] | undefined;
|
|
25078
|
-
} | undefined;
|
|
23692
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
25079
23693
|
modalConfig?: {
|
|
25080
23694
|
buttonLabel?: string | undefined;
|
|
25081
23695
|
description?: string | undefined;
|
|
@@ -25182,13 +23796,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
25182
23796
|
showValue?: boolean | undefined;
|
|
25183
23797
|
pattern?: string | undefined;
|
|
25184
23798
|
placeholder?: string | undefined;
|
|
25185
|
-
visibleWhen?:
|
|
25186
|
-
field: string;
|
|
25187
|
-
equals?: any;
|
|
25188
|
-
notEquals?: any;
|
|
25189
|
-
oneOf?: any[] | undefined;
|
|
25190
|
-
notIn?: any[] | undefined;
|
|
25191
|
-
} | undefined;
|
|
23799
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
25192
23800
|
modalConfig?: {
|
|
25193
23801
|
buttonLabel?: string | undefined;
|
|
25194
23802
|
description?: string | undefined;
|
|
@@ -25289,13 +23897,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
25289
23897
|
showValue?: boolean | undefined;
|
|
25290
23898
|
pattern?: string | undefined;
|
|
25291
23899
|
placeholder?: string | undefined;
|
|
25292
|
-
visibleWhen?:
|
|
25293
|
-
field: string;
|
|
25294
|
-
equals?: any;
|
|
25295
|
-
notEquals?: any;
|
|
25296
|
-
oneOf?: any[] | undefined;
|
|
25297
|
-
notIn?: any[] | undefined;
|
|
25298
|
-
} | undefined;
|
|
23900
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
25299
23901
|
modalConfig?: {
|
|
25300
23902
|
buttonLabel?: string | undefined;
|
|
25301
23903
|
description?: string | undefined;
|
|
@@ -25396,13 +23998,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
25396
23998
|
showValue?: boolean | undefined;
|
|
25397
23999
|
pattern?: string | undefined;
|
|
25398
24000
|
placeholder?: string | undefined;
|
|
25399
|
-
visibleWhen?:
|
|
25400
|
-
field: string;
|
|
25401
|
-
equals?: any;
|
|
25402
|
-
notEquals?: any;
|
|
25403
|
-
oneOf?: any[] | undefined;
|
|
25404
|
-
notIn?: any[] | undefined;
|
|
25405
|
-
} | undefined;
|
|
24001
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
25406
24002
|
modalConfig?: {
|
|
25407
24003
|
buttonLabel?: string | undefined;
|
|
25408
24004
|
description?: string | undefined;
|
|
@@ -25504,13 +24100,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
25504
24100
|
showValue?: boolean | undefined;
|
|
25505
24101
|
pattern?: string | undefined;
|
|
25506
24102
|
placeholder?: string | undefined;
|
|
25507
|
-
visibleWhen?:
|
|
25508
|
-
field: string;
|
|
25509
|
-
equals?: any;
|
|
25510
|
-
notEquals?: any;
|
|
25511
|
-
oneOf?: any[] | undefined;
|
|
25512
|
-
notIn?: any[] | undefined;
|
|
25513
|
-
} | undefined;
|
|
24103
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
25514
24104
|
modalConfig?: {
|
|
25515
24105
|
buttonLabel?: string | undefined;
|
|
25516
24106
|
description?: string | undefined;
|
|
@@ -25610,13 +24200,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
25610
24200
|
showValue?: boolean | undefined;
|
|
25611
24201
|
pattern?: string | undefined;
|
|
25612
24202
|
placeholder?: string | undefined;
|
|
25613
|
-
visibleWhen?:
|
|
25614
|
-
field: string;
|
|
25615
|
-
equals?: any;
|
|
25616
|
-
notEquals?: any;
|
|
25617
|
-
oneOf?: any[] | undefined;
|
|
25618
|
-
notIn?: any[] | undefined;
|
|
25619
|
-
} | undefined;
|
|
24203
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
25620
24204
|
modalConfig?: {
|
|
25621
24205
|
buttonLabel?: string | undefined;
|
|
25622
24206
|
description?: string | undefined;
|
|
@@ -25716,13 +24300,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
25716
24300
|
showValue?: boolean | undefined;
|
|
25717
24301
|
pattern?: string | undefined;
|
|
25718
24302
|
placeholder?: string | undefined;
|
|
25719
|
-
visibleWhen?:
|
|
25720
|
-
field: string;
|
|
25721
|
-
equals?: any;
|
|
25722
|
-
notEquals?: any;
|
|
25723
|
-
oneOf?: any[] | undefined;
|
|
25724
|
-
notIn?: any[] | undefined;
|
|
25725
|
-
} | undefined;
|
|
24303
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
25726
24304
|
modalConfig?: {
|
|
25727
24305
|
buttonLabel?: string | undefined;
|
|
25728
24306
|
description?: string | undefined;
|
|
@@ -25822,13 +24400,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
25822
24400
|
showValue?: boolean | undefined;
|
|
25823
24401
|
pattern?: string | undefined;
|
|
25824
24402
|
placeholder?: string | undefined;
|
|
25825
|
-
visibleWhen?:
|
|
25826
|
-
field: string;
|
|
25827
|
-
equals?: any;
|
|
25828
|
-
notEquals?: any;
|
|
25829
|
-
oneOf?: any[] | undefined;
|
|
25830
|
-
notIn?: any[] | undefined;
|
|
25831
|
-
} | undefined;
|
|
24403
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
25832
24404
|
modalConfig?: {
|
|
25833
24405
|
buttonLabel?: string | undefined;
|
|
25834
24406
|
description?: string | undefined;
|
|
@@ -25928,13 +24500,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
25928
24500
|
showValue?: boolean | undefined;
|
|
25929
24501
|
pattern?: string | undefined;
|
|
25930
24502
|
placeholder?: string | undefined;
|
|
25931
|
-
visibleWhen?:
|
|
25932
|
-
field: string;
|
|
25933
|
-
equals?: any;
|
|
25934
|
-
notEquals?: any;
|
|
25935
|
-
oneOf?: any[] | undefined;
|
|
25936
|
-
notIn?: any[] | undefined;
|
|
25937
|
-
} | undefined;
|
|
24503
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
25938
24504
|
modalConfig?: {
|
|
25939
24505
|
buttonLabel?: string | undefined;
|
|
25940
24506
|
description?: string | undefined;
|
|
@@ -26034,13 +24600,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
26034
24600
|
showValue?: boolean | undefined;
|
|
26035
24601
|
pattern?: string | undefined;
|
|
26036
24602
|
placeholder?: string | undefined;
|
|
26037
|
-
visibleWhen?:
|
|
26038
|
-
field: string;
|
|
26039
|
-
equals?: any;
|
|
26040
|
-
notEquals?: any;
|
|
26041
|
-
oneOf?: any[] | undefined;
|
|
26042
|
-
notIn?: any[] | undefined;
|
|
26043
|
-
} | undefined;
|
|
24603
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
26044
24604
|
modalConfig?: {
|
|
26045
24605
|
buttonLabel?: string | undefined;
|
|
26046
24606
|
description?: string | undefined;
|
|
@@ -26144,13 +24704,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
26144
24704
|
showValue?: boolean | undefined;
|
|
26145
24705
|
pattern?: string | undefined;
|
|
26146
24706
|
placeholder?: string | undefined;
|
|
26147
|
-
visibleWhen?:
|
|
26148
|
-
field: string;
|
|
26149
|
-
equals?: any;
|
|
26150
|
-
notEquals?: any;
|
|
26151
|
-
oneOf?: any[] | undefined;
|
|
26152
|
-
notIn?: any[] | undefined;
|
|
26153
|
-
} | undefined;
|
|
24707
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
26154
24708
|
modalConfig?: {
|
|
26155
24709
|
buttonLabel?: string | undefined;
|
|
26156
24710
|
description?: string | undefined;
|
|
@@ -26250,13 +24804,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
26250
24804
|
showValue?: boolean | undefined;
|
|
26251
24805
|
pattern?: string | undefined;
|
|
26252
24806
|
placeholder?: string | undefined;
|
|
26253
|
-
visibleWhen?:
|
|
26254
|
-
field: string;
|
|
26255
|
-
equals?: any;
|
|
26256
|
-
notEquals?: any;
|
|
26257
|
-
oneOf?: any[] | undefined;
|
|
26258
|
-
notIn?: any[] | undefined;
|
|
26259
|
-
} | undefined;
|
|
24807
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
26260
24808
|
modalConfig?: {
|
|
26261
24809
|
buttonLabel?: string | undefined;
|
|
26262
24810
|
description?: string | undefined;
|
|
@@ -26358,13 +24906,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
26358
24906
|
showValue?: boolean | undefined;
|
|
26359
24907
|
pattern?: string | undefined;
|
|
26360
24908
|
placeholder?: string | undefined;
|
|
26361
|
-
visibleWhen?:
|
|
26362
|
-
field: string;
|
|
26363
|
-
equals?: any;
|
|
26364
|
-
notEquals?: any;
|
|
26365
|
-
oneOf?: any[] | undefined;
|
|
26366
|
-
notIn?: any[] | undefined;
|
|
26367
|
-
} | undefined;
|
|
24909
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
26368
24910
|
modalConfig?: {
|
|
26369
24911
|
buttonLabel?: string | undefined;
|
|
26370
24912
|
description?: string | undefined;
|
|
@@ -26464,13 +25006,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
26464
25006
|
showValue?: boolean | undefined;
|
|
26465
25007
|
pattern?: string | undefined;
|
|
26466
25008
|
placeholder?: string | undefined;
|
|
26467
|
-
visibleWhen?:
|
|
26468
|
-
field: string;
|
|
26469
|
-
equals?: any;
|
|
26470
|
-
notEquals?: any;
|
|
26471
|
-
oneOf?: any[] | undefined;
|
|
26472
|
-
notIn?: any[] | undefined;
|
|
26473
|
-
} | undefined;
|
|
25009
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
26474
25010
|
modalConfig?: {
|
|
26475
25011
|
buttonLabel?: string | undefined;
|
|
26476
25012
|
description?: string | undefined;
|
|
@@ -26586,13 +25122,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
26586
25122
|
showValue?: boolean | undefined;
|
|
26587
25123
|
pattern?: string | undefined;
|
|
26588
25124
|
placeholder?: string | undefined;
|
|
26589
|
-
visibleWhen?:
|
|
26590
|
-
field: string;
|
|
26591
|
-
equals?: any;
|
|
26592
|
-
notEquals?: any;
|
|
26593
|
-
oneOf?: any[] | undefined;
|
|
26594
|
-
notIn?: any[] | undefined;
|
|
26595
|
-
} | undefined;
|
|
25125
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
26596
25126
|
modalConfig?: {
|
|
26597
25127
|
buttonLabel?: string | undefined;
|
|
26598
25128
|
description?: string | undefined;
|
|
@@ -26696,13 +25226,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
26696
25226
|
showValue?: boolean | undefined;
|
|
26697
25227
|
pattern?: string | undefined;
|
|
26698
25228
|
placeholder?: string | undefined;
|
|
26699
|
-
visibleWhen?:
|
|
26700
|
-
field: string;
|
|
26701
|
-
equals?: any;
|
|
26702
|
-
notEquals?: any;
|
|
26703
|
-
oneOf?: any[] | undefined;
|
|
26704
|
-
notIn?: any[] | undefined;
|
|
26705
|
-
} | undefined;
|
|
25229
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
26706
25230
|
modalConfig?: {
|
|
26707
25231
|
buttonLabel?: string | undefined;
|
|
26708
25232
|
description?: string | undefined;
|
|
@@ -26818,13 +25342,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
26818
25342
|
showValue?: boolean | undefined;
|
|
26819
25343
|
pattern?: string | undefined;
|
|
26820
25344
|
placeholder?: string | undefined;
|
|
26821
|
-
visibleWhen?:
|
|
26822
|
-
field: string;
|
|
26823
|
-
equals?: any;
|
|
26824
|
-
notEquals?: any;
|
|
26825
|
-
oneOf?: any[] | undefined;
|
|
26826
|
-
notIn?: any[] | undefined;
|
|
26827
|
-
} | undefined;
|
|
25345
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
26828
25346
|
modalConfig?: {
|
|
26829
25347
|
buttonLabel?: string | undefined;
|
|
26830
25348
|
description?: string | undefined;
|
|
@@ -26933,13 +25451,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
26933
25451
|
showValue?: boolean | undefined;
|
|
26934
25452
|
pattern?: string | undefined;
|
|
26935
25453
|
placeholder?: string | undefined;
|
|
26936
|
-
visibleWhen?:
|
|
26937
|
-
field: string;
|
|
26938
|
-
equals?: any;
|
|
26939
|
-
notEquals?: any;
|
|
26940
|
-
oneOf?: any[] | undefined;
|
|
26941
|
-
notIn?: any[] | undefined;
|
|
26942
|
-
} | undefined;
|
|
25454
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
26943
25455
|
modalConfig?: {
|
|
26944
25456
|
buttonLabel?: string | undefined;
|
|
26945
25457
|
description?: string | undefined;
|
|
@@ -27040,13 +25552,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
27040
25552
|
showValue?: boolean | undefined;
|
|
27041
25553
|
pattern?: string | undefined;
|
|
27042
25554
|
placeholder?: string | undefined;
|
|
27043
|
-
visibleWhen?:
|
|
27044
|
-
field: string;
|
|
27045
|
-
equals?: any;
|
|
27046
|
-
notEquals?: any;
|
|
27047
|
-
oneOf?: any[] | undefined;
|
|
27048
|
-
notIn?: any[] | undefined;
|
|
27049
|
-
} | undefined;
|
|
25555
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
27050
25556
|
modalConfig?: {
|
|
27051
25557
|
buttonLabel?: string | undefined;
|
|
27052
25558
|
description?: string | undefined;
|
|
@@ -27147,13 +25653,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
27147
25653
|
showValue?: boolean | undefined;
|
|
27148
25654
|
pattern?: string | undefined;
|
|
27149
25655
|
placeholder?: string | undefined;
|
|
27150
|
-
visibleWhen?:
|
|
27151
|
-
field: string;
|
|
27152
|
-
equals?: any;
|
|
27153
|
-
notEquals?: any;
|
|
27154
|
-
oneOf?: any[] | undefined;
|
|
27155
|
-
notIn?: any[] | undefined;
|
|
27156
|
-
} | undefined;
|
|
25656
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
27157
25657
|
modalConfig?: {
|
|
27158
25658
|
buttonLabel?: string | undefined;
|
|
27159
25659
|
description?: string | undefined;
|
|
@@ -27255,13 +25755,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
27255
25755
|
showValue?: boolean | undefined;
|
|
27256
25756
|
pattern?: string | undefined;
|
|
27257
25757
|
placeholder?: string | undefined;
|
|
27258
|
-
visibleWhen?:
|
|
27259
|
-
field: string;
|
|
27260
|
-
equals?: any;
|
|
27261
|
-
notEquals?: any;
|
|
27262
|
-
oneOf?: any[] | undefined;
|
|
27263
|
-
notIn?: any[] | undefined;
|
|
27264
|
-
} | undefined;
|
|
25758
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
27265
25759
|
modalConfig?: {
|
|
27266
25760
|
buttonLabel?: string | undefined;
|
|
27267
25761
|
description?: string | undefined;
|
|
@@ -27361,13 +25855,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
27361
25855
|
showValue?: boolean | undefined;
|
|
27362
25856
|
pattern?: string | undefined;
|
|
27363
25857
|
placeholder?: string | undefined;
|
|
27364
|
-
visibleWhen?:
|
|
27365
|
-
field: string;
|
|
27366
|
-
equals?: any;
|
|
27367
|
-
notEquals?: any;
|
|
27368
|
-
oneOf?: any[] | undefined;
|
|
27369
|
-
notIn?: any[] | undefined;
|
|
27370
|
-
} | undefined;
|
|
25858
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
27371
25859
|
modalConfig?: {
|
|
27372
25860
|
buttonLabel?: string | undefined;
|
|
27373
25861
|
description?: string | undefined;
|
|
@@ -27467,13 +25955,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
27467
25955
|
showValue?: boolean | undefined;
|
|
27468
25956
|
pattern?: string | undefined;
|
|
27469
25957
|
placeholder?: string | undefined;
|
|
27470
|
-
visibleWhen?:
|
|
27471
|
-
field: string;
|
|
27472
|
-
equals?: any;
|
|
27473
|
-
notEquals?: any;
|
|
27474
|
-
oneOf?: any[] | undefined;
|
|
27475
|
-
notIn?: any[] | undefined;
|
|
27476
|
-
} | undefined;
|
|
25958
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
27477
25959
|
modalConfig?: {
|
|
27478
25960
|
buttonLabel?: string | undefined;
|
|
27479
25961
|
description?: string | undefined;
|
|
@@ -27573,13 +26055,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
27573
26055
|
showValue?: boolean | undefined;
|
|
27574
26056
|
pattern?: string | undefined;
|
|
27575
26057
|
placeholder?: string | undefined;
|
|
27576
|
-
visibleWhen?:
|
|
27577
|
-
field: string;
|
|
27578
|
-
equals?: any;
|
|
27579
|
-
notEquals?: any;
|
|
27580
|
-
oneOf?: any[] | undefined;
|
|
27581
|
-
notIn?: any[] | undefined;
|
|
27582
|
-
} | undefined;
|
|
26058
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
27583
26059
|
modalConfig?: {
|
|
27584
26060
|
buttonLabel?: string | undefined;
|
|
27585
26061
|
description?: string | undefined;
|
|
@@ -27679,13 +26155,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
27679
26155
|
showValue?: boolean | undefined;
|
|
27680
26156
|
pattern?: string | undefined;
|
|
27681
26157
|
placeholder?: string | undefined;
|
|
27682
|
-
visibleWhen?:
|
|
27683
|
-
field: string;
|
|
27684
|
-
equals?: any;
|
|
27685
|
-
notEquals?: any;
|
|
27686
|
-
oneOf?: any[] | undefined;
|
|
27687
|
-
notIn?: any[] | undefined;
|
|
27688
|
-
} | undefined;
|
|
26158
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
27689
26159
|
modalConfig?: {
|
|
27690
26160
|
buttonLabel?: string | undefined;
|
|
27691
26161
|
description?: string | undefined;
|
|
@@ -27785,13 +26255,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
27785
26255
|
showValue?: boolean | undefined;
|
|
27786
26256
|
pattern?: string | undefined;
|
|
27787
26257
|
placeholder?: string | undefined;
|
|
27788
|
-
visibleWhen?:
|
|
27789
|
-
field: string;
|
|
27790
|
-
equals?: any;
|
|
27791
|
-
notEquals?: any;
|
|
27792
|
-
oneOf?: any[] | undefined;
|
|
27793
|
-
notIn?: any[] | undefined;
|
|
27794
|
-
} | undefined;
|
|
26258
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
27795
26259
|
modalConfig?: {
|
|
27796
26260
|
buttonLabel?: string | undefined;
|
|
27797
26261
|
description?: string | undefined;
|
|
@@ -27895,13 +26359,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
27895
26359
|
showValue?: boolean | undefined;
|
|
27896
26360
|
pattern?: string | undefined;
|
|
27897
26361
|
placeholder?: string | undefined;
|
|
27898
|
-
visibleWhen?:
|
|
27899
|
-
field: string;
|
|
27900
|
-
equals?: any;
|
|
27901
|
-
notEquals?: any;
|
|
27902
|
-
oneOf?: any[] | undefined;
|
|
27903
|
-
notIn?: any[] | undefined;
|
|
27904
|
-
} | undefined;
|
|
26362
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
27905
26363
|
modalConfig?: {
|
|
27906
26364
|
buttonLabel?: string | undefined;
|
|
27907
26365
|
description?: string | undefined;
|
|
@@ -28001,13 +26459,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
28001
26459
|
showValue?: boolean | undefined;
|
|
28002
26460
|
pattern?: string | undefined;
|
|
28003
26461
|
placeholder?: string | undefined;
|
|
28004
|
-
visibleWhen?:
|
|
28005
|
-
field: string;
|
|
28006
|
-
equals?: any;
|
|
28007
|
-
notEquals?: any;
|
|
28008
|
-
oneOf?: any[] | undefined;
|
|
28009
|
-
notIn?: any[] | undefined;
|
|
28010
|
-
} | undefined;
|
|
26462
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
28011
26463
|
modalConfig?: {
|
|
28012
26464
|
buttonLabel?: string | undefined;
|
|
28013
26465
|
description?: string | undefined;
|
|
@@ -28109,13 +26561,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
28109
26561
|
showValue?: boolean | undefined;
|
|
28110
26562
|
pattern?: string | undefined;
|
|
28111
26563
|
placeholder?: string | undefined;
|
|
28112
|
-
visibleWhen?:
|
|
28113
|
-
field: string;
|
|
28114
|
-
equals?: any;
|
|
28115
|
-
notEquals?: any;
|
|
28116
|
-
oneOf?: any[] | undefined;
|
|
28117
|
-
notIn?: any[] | undefined;
|
|
28118
|
-
} | undefined;
|
|
26564
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
28119
26565
|
modalConfig?: {
|
|
28120
26566
|
buttonLabel?: string | undefined;
|
|
28121
26567
|
description?: string | undefined;
|
|
@@ -28215,13 +26661,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
28215
26661
|
showValue?: boolean | undefined;
|
|
28216
26662
|
pattern?: string | undefined;
|
|
28217
26663
|
placeholder?: string | undefined;
|
|
28218
|
-
visibleWhen?:
|
|
28219
|
-
field: string;
|
|
28220
|
-
equals?: any;
|
|
28221
|
-
notEquals?: any;
|
|
28222
|
-
oneOf?: any[] | undefined;
|
|
28223
|
-
notIn?: any[] | undefined;
|
|
28224
|
-
} | undefined;
|
|
26664
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
28225
26665
|
modalConfig?: {
|
|
28226
26666
|
buttonLabel?: string | undefined;
|
|
28227
26667
|
description?: string | undefined;
|
|
@@ -28328,13 +26768,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
28328
26768
|
showValue?: boolean | undefined;
|
|
28329
26769
|
pattern?: string | undefined;
|
|
28330
26770
|
placeholder?: string | undefined;
|
|
28331
|
-
visibleWhen?:
|
|
28332
|
-
field: string;
|
|
28333
|
-
equals?: any;
|
|
28334
|
-
notEquals?: any;
|
|
28335
|
-
oneOf?: any[] | undefined;
|
|
28336
|
-
notIn?: any[] | undefined;
|
|
28337
|
-
} | undefined;
|
|
26771
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
28338
26772
|
modalConfig?: {
|
|
28339
26773
|
buttonLabel?: string | undefined;
|
|
28340
26774
|
description?: string | undefined;
|
|
@@ -28440,13 +26874,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
28440
26874
|
showValue?: boolean | undefined;
|
|
28441
26875
|
pattern?: string | undefined;
|
|
28442
26876
|
placeholder?: string | undefined;
|
|
28443
|
-
visibleWhen?:
|
|
28444
|
-
field: string;
|
|
28445
|
-
equals?: any;
|
|
28446
|
-
notEquals?: any;
|
|
28447
|
-
oneOf?: any[] | undefined;
|
|
28448
|
-
notIn?: any[] | undefined;
|
|
28449
|
-
} | undefined;
|
|
26877
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
28450
26878
|
modalConfig?: {
|
|
28451
26879
|
buttonLabel?: string | undefined;
|
|
28452
26880
|
description?: string | undefined;
|
|
@@ -28546,13 +26974,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
28546
26974
|
showValue?: boolean | undefined;
|
|
28547
26975
|
pattern?: string | undefined;
|
|
28548
26976
|
placeholder?: string | undefined;
|
|
28549
|
-
visibleWhen?:
|
|
28550
|
-
field: string;
|
|
28551
|
-
equals?: any;
|
|
28552
|
-
notEquals?: any;
|
|
28553
|
-
oneOf?: any[] | undefined;
|
|
28554
|
-
notIn?: any[] | undefined;
|
|
28555
|
-
} | undefined;
|
|
26977
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
28556
26978
|
modalConfig?: {
|
|
28557
26979
|
buttonLabel?: string | undefined;
|
|
28558
26980
|
description?: string | undefined;
|
|
@@ -28659,13 +27081,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
28659
27081
|
showValue?: boolean | undefined;
|
|
28660
27082
|
pattern?: string | undefined;
|
|
28661
27083
|
placeholder?: string | undefined;
|
|
28662
|
-
visibleWhen?:
|
|
28663
|
-
field: string;
|
|
28664
|
-
equals?: any;
|
|
28665
|
-
notEquals?: any;
|
|
28666
|
-
oneOf?: any[] | undefined;
|
|
28667
|
-
notIn?: any[] | undefined;
|
|
28668
|
-
} | undefined;
|
|
27084
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
28669
27085
|
modalConfig?: {
|
|
28670
27086
|
buttonLabel?: string | undefined;
|
|
28671
27087
|
description?: string | undefined;
|
|
@@ -28766,13 +27182,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
28766
27182
|
showValue?: boolean | undefined;
|
|
28767
27183
|
pattern?: string | undefined;
|
|
28768
27184
|
placeholder?: string | undefined;
|
|
28769
|
-
visibleWhen?:
|
|
28770
|
-
field: string;
|
|
28771
|
-
equals?: any;
|
|
28772
|
-
notEquals?: any;
|
|
28773
|
-
oneOf?: any[] | undefined;
|
|
28774
|
-
notIn?: any[] | undefined;
|
|
28775
|
-
} | undefined;
|
|
27185
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
28776
27186
|
modalConfig?: {
|
|
28777
27187
|
buttonLabel?: string | undefined;
|
|
28778
27188
|
description?: string | undefined;
|
|
@@ -28873,13 +27283,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
28873
27283
|
showValue?: boolean | undefined;
|
|
28874
27284
|
pattern?: string | undefined;
|
|
28875
27285
|
placeholder?: string | undefined;
|
|
28876
|
-
visibleWhen?:
|
|
28877
|
-
field: string;
|
|
28878
|
-
equals?: any;
|
|
28879
|
-
notEquals?: any;
|
|
28880
|
-
oneOf?: any[] | undefined;
|
|
28881
|
-
notIn?: any[] | undefined;
|
|
28882
|
-
} | undefined;
|
|
27286
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
28883
27287
|
modalConfig?: {
|
|
28884
27288
|
buttonLabel?: string | undefined;
|
|
28885
27289
|
description?: string | undefined;
|
|
@@ -28981,13 +27385,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
28981
27385
|
showValue?: boolean | undefined;
|
|
28982
27386
|
pattern?: string | undefined;
|
|
28983
27387
|
placeholder?: string | undefined;
|
|
28984
|
-
visibleWhen?:
|
|
28985
|
-
field: string;
|
|
28986
|
-
equals?: any;
|
|
28987
|
-
notEquals?: any;
|
|
28988
|
-
oneOf?: any[] | undefined;
|
|
28989
|
-
notIn?: any[] | undefined;
|
|
28990
|
-
} | undefined;
|
|
27388
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
28991
27389
|
modalConfig?: {
|
|
28992
27390
|
buttonLabel?: string | undefined;
|
|
28993
27391
|
description?: string | undefined;
|
|
@@ -29087,13 +27485,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
29087
27485
|
showValue?: boolean | undefined;
|
|
29088
27486
|
pattern?: string | undefined;
|
|
29089
27487
|
placeholder?: string | undefined;
|
|
29090
|
-
visibleWhen?:
|
|
29091
|
-
field: string;
|
|
29092
|
-
equals?: any;
|
|
29093
|
-
notEquals?: any;
|
|
29094
|
-
oneOf?: any[] | undefined;
|
|
29095
|
-
notIn?: any[] | undefined;
|
|
29096
|
-
} | undefined;
|
|
27488
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
29097
27489
|
modalConfig?: {
|
|
29098
27490
|
buttonLabel?: string | undefined;
|
|
29099
27491
|
description?: string | undefined;
|
|
@@ -29193,13 +27585,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
29193
27585
|
showValue?: boolean | undefined;
|
|
29194
27586
|
pattern?: string | undefined;
|
|
29195
27587
|
placeholder?: string | undefined;
|
|
29196
|
-
visibleWhen?:
|
|
29197
|
-
field: string;
|
|
29198
|
-
equals?: any;
|
|
29199
|
-
notEquals?: any;
|
|
29200
|
-
oneOf?: any[] | undefined;
|
|
29201
|
-
notIn?: any[] | undefined;
|
|
29202
|
-
} | undefined;
|
|
27588
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
29203
27589
|
modalConfig?: {
|
|
29204
27590
|
buttonLabel?: string | undefined;
|
|
29205
27591
|
description?: string | undefined;
|
|
@@ -29299,13 +27685,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
29299
27685
|
showValue?: boolean | undefined;
|
|
29300
27686
|
pattern?: string | undefined;
|
|
29301
27687
|
placeholder?: string | undefined;
|
|
29302
|
-
visibleWhen?:
|
|
29303
|
-
field: string;
|
|
29304
|
-
equals?: any;
|
|
29305
|
-
notEquals?: any;
|
|
29306
|
-
oneOf?: any[] | undefined;
|
|
29307
|
-
notIn?: any[] | undefined;
|
|
29308
|
-
} | undefined;
|
|
27688
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
29309
27689
|
modalConfig?: {
|
|
29310
27690
|
buttonLabel?: string | undefined;
|
|
29311
27691
|
description?: string | undefined;
|
|
@@ -29405,13 +27785,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
29405
27785
|
showValue?: boolean | undefined;
|
|
29406
27786
|
pattern?: string | undefined;
|
|
29407
27787
|
placeholder?: string | undefined;
|
|
29408
|
-
visibleWhen?:
|
|
29409
|
-
field: string;
|
|
29410
|
-
equals?: any;
|
|
29411
|
-
notEquals?: any;
|
|
29412
|
-
oneOf?: any[] | undefined;
|
|
29413
|
-
notIn?: any[] | undefined;
|
|
29414
|
-
} | undefined;
|
|
27788
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
29415
27789
|
modalConfig?: {
|
|
29416
27790
|
buttonLabel?: string | undefined;
|
|
29417
27791
|
description?: string | undefined;
|
|
@@ -29511,13 +27885,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
29511
27885
|
showValue?: boolean | undefined;
|
|
29512
27886
|
pattern?: string | undefined;
|
|
29513
27887
|
placeholder?: string | undefined;
|
|
29514
|
-
visibleWhen?:
|
|
29515
|
-
field: string;
|
|
29516
|
-
equals?: any;
|
|
29517
|
-
notEquals?: any;
|
|
29518
|
-
oneOf?: any[] | undefined;
|
|
29519
|
-
notIn?: any[] | undefined;
|
|
29520
|
-
} | undefined;
|
|
27888
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
29521
27889
|
modalConfig?: {
|
|
29522
27890
|
buttonLabel?: string | undefined;
|
|
29523
27891
|
description?: string | undefined;
|
|
@@ -29621,13 +27989,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
29621
27989
|
showValue?: boolean | undefined;
|
|
29622
27990
|
pattern?: string | undefined;
|
|
29623
27991
|
placeholder?: string | undefined;
|
|
29624
|
-
visibleWhen?:
|
|
29625
|
-
field: string;
|
|
29626
|
-
equals?: any;
|
|
29627
|
-
notEquals?: any;
|
|
29628
|
-
oneOf?: any[] | undefined;
|
|
29629
|
-
notIn?: any[] | undefined;
|
|
29630
|
-
} | undefined;
|
|
27992
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
29631
27993
|
modalConfig?: {
|
|
29632
27994
|
buttonLabel?: string | undefined;
|
|
29633
27995
|
description?: string | undefined;
|
|
@@ -29727,13 +28089,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
29727
28089
|
showValue?: boolean | undefined;
|
|
29728
28090
|
pattern?: string | undefined;
|
|
29729
28091
|
placeholder?: string | undefined;
|
|
29730
|
-
visibleWhen?:
|
|
29731
|
-
field: string;
|
|
29732
|
-
equals?: any;
|
|
29733
|
-
notEquals?: any;
|
|
29734
|
-
oneOf?: any[] | undefined;
|
|
29735
|
-
notIn?: any[] | undefined;
|
|
29736
|
-
} | undefined;
|
|
28092
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
29737
28093
|
modalConfig?: {
|
|
29738
28094
|
buttonLabel?: string | undefined;
|
|
29739
28095
|
description?: string | undefined;
|
|
@@ -29835,13 +28191,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
29835
28191
|
showValue?: boolean | undefined;
|
|
29836
28192
|
pattern?: string | undefined;
|
|
29837
28193
|
placeholder?: string | undefined;
|
|
29838
|
-
visibleWhen?:
|
|
29839
|
-
field: string;
|
|
29840
|
-
equals?: any;
|
|
29841
|
-
notEquals?: any;
|
|
29842
|
-
oneOf?: any[] | undefined;
|
|
29843
|
-
notIn?: any[] | undefined;
|
|
29844
|
-
} | undefined;
|
|
28194
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
29845
28195
|
modalConfig?: {
|
|
29846
28196
|
buttonLabel?: string | undefined;
|
|
29847
28197
|
description?: string | undefined;
|
|
@@ -29941,13 +28291,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
29941
28291
|
showValue?: boolean | undefined;
|
|
29942
28292
|
pattern?: string | undefined;
|
|
29943
28293
|
placeholder?: string | undefined;
|
|
29944
|
-
visibleWhen?:
|
|
29945
|
-
field: string;
|
|
29946
|
-
equals?: any;
|
|
29947
|
-
notEquals?: any;
|
|
29948
|
-
oneOf?: any[] | undefined;
|
|
29949
|
-
notIn?: any[] | undefined;
|
|
29950
|
-
} | undefined;
|
|
28294
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
29951
28295
|
modalConfig?: {
|
|
29952
28296
|
buttonLabel?: string | undefined;
|
|
29953
28297
|
description?: string | undefined;
|
|
@@ -30054,13 +28398,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
30054
28398
|
showValue?: boolean | undefined;
|
|
30055
28399
|
pattern?: string | undefined;
|
|
30056
28400
|
placeholder?: string | undefined;
|
|
30057
|
-
visibleWhen?:
|
|
30058
|
-
field: string;
|
|
30059
|
-
equals?: any;
|
|
30060
|
-
notEquals?: any;
|
|
30061
|
-
oneOf?: any[] | undefined;
|
|
30062
|
-
notIn?: any[] | undefined;
|
|
30063
|
-
} | undefined;
|
|
28401
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
30064
28402
|
modalConfig?: {
|
|
30065
28403
|
buttonLabel?: string | undefined;
|
|
30066
28404
|
description?: string | undefined;
|
|
@@ -30166,13 +28504,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
30166
28504
|
showValue?: boolean | undefined;
|
|
30167
28505
|
pattern?: string | undefined;
|
|
30168
28506
|
placeholder?: string | undefined;
|
|
30169
|
-
visibleWhen?:
|
|
30170
|
-
field: string;
|
|
30171
|
-
equals?: any;
|
|
30172
|
-
notEquals?: any;
|
|
30173
|
-
oneOf?: any[] | undefined;
|
|
30174
|
-
notIn?: any[] | undefined;
|
|
30175
|
-
} | undefined;
|
|
28507
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
30176
28508
|
modalConfig?: {
|
|
30177
28509
|
buttonLabel?: string | undefined;
|
|
30178
28510
|
description?: string | undefined;
|
|
@@ -30272,13 +28604,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
30272
28604
|
showValue?: boolean | undefined;
|
|
30273
28605
|
pattern?: string | undefined;
|
|
30274
28606
|
placeholder?: string | undefined;
|
|
30275
|
-
visibleWhen?:
|
|
30276
|
-
field: string;
|
|
30277
|
-
equals?: any;
|
|
30278
|
-
notEquals?: any;
|
|
30279
|
-
oneOf?: any[] | undefined;
|
|
30280
|
-
notIn?: any[] | undefined;
|
|
30281
|
-
} | undefined;
|
|
28607
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
30282
28608
|
modalConfig?: {
|
|
30283
28609
|
buttonLabel?: string | undefined;
|
|
30284
28610
|
description?: string | undefined;
|
|
@@ -30378,13 +28704,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
30378
28704
|
showValue?: boolean | undefined;
|
|
30379
28705
|
pattern?: string | undefined;
|
|
30380
28706
|
placeholder?: string | undefined;
|
|
30381
|
-
visibleWhen?:
|
|
30382
|
-
field: string;
|
|
30383
|
-
equals?: any;
|
|
30384
|
-
notEquals?: any;
|
|
30385
|
-
oneOf?: any[] | undefined;
|
|
30386
|
-
notIn?: any[] | undefined;
|
|
30387
|
-
} | undefined;
|
|
28707
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
30388
28708
|
modalConfig?: {
|
|
30389
28709
|
buttonLabel?: string | undefined;
|
|
30390
28710
|
description?: string | undefined;
|
|
@@ -30488,13 +28808,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
30488
28808
|
showValue?: boolean | undefined;
|
|
30489
28809
|
pattern?: string | undefined;
|
|
30490
28810
|
placeholder?: string | undefined;
|
|
30491
|
-
visibleWhen?:
|
|
30492
|
-
field: string;
|
|
30493
|
-
equals?: any;
|
|
30494
|
-
notEquals?: any;
|
|
30495
|
-
oneOf?: any[] | undefined;
|
|
30496
|
-
notIn?: any[] | undefined;
|
|
30497
|
-
} | undefined;
|
|
28811
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
30498
28812
|
modalConfig?: {
|
|
30499
28813
|
buttonLabel?: string | undefined;
|
|
30500
28814
|
description?: string | undefined;
|
|
@@ -30600,13 +28914,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
30600
28914
|
showValue?: boolean | undefined;
|
|
30601
28915
|
pattern?: string | undefined;
|
|
30602
28916
|
placeholder?: string | undefined;
|
|
30603
|
-
visibleWhen?:
|
|
30604
|
-
field: string;
|
|
30605
|
-
equals?: any;
|
|
30606
|
-
notEquals?: any;
|
|
30607
|
-
oneOf?: any[] | undefined;
|
|
30608
|
-
notIn?: any[] | undefined;
|
|
30609
|
-
} | undefined;
|
|
28917
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
30610
28918
|
modalConfig?: {
|
|
30611
28919
|
buttonLabel?: string | undefined;
|
|
30612
28920
|
description?: string | undefined;
|
|
@@ -30706,13 +29014,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
30706
29014
|
showValue?: boolean | undefined;
|
|
30707
29015
|
pattern?: string | undefined;
|
|
30708
29016
|
placeholder?: string | undefined;
|
|
30709
|
-
visibleWhen?:
|
|
30710
|
-
field: string;
|
|
30711
|
-
equals?: any;
|
|
30712
|
-
notEquals?: any;
|
|
30713
|
-
oneOf?: any[] | undefined;
|
|
30714
|
-
notIn?: any[] | undefined;
|
|
30715
|
-
} | undefined;
|
|
29017
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
30716
29018
|
modalConfig?: {
|
|
30717
29019
|
buttonLabel?: string | undefined;
|
|
30718
29020
|
description?: string | undefined;
|
|
@@ -30815,13 +29117,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
30815
29117
|
showValue?: boolean | undefined;
|
|
30816
29118
|
pattern?: string | undefined;
|
|
30817
29119
|
placeholder?: string | undefined;
|
|
30818
|
-
visibleWhen?:
|
|
30819
|
-
field: string;
|
|
30820
|
-
equals?: any;
|
|
30821
|
-
notEquals?: any;
|
|
30822
|
-
oneOf?: any[] | undefined;
|
|
30823
|
-
notIn?: any[] | undefined;
|
|
30824
|
-
} | undefined;
|
|
29120
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
30825
29121
|
modalConfig?: {
|
|
30826
29122
|
buttonLabel?: string | undefined;
|
|
30827
29123
|
description?: string | undefined;
|
|
@@ -30926,13 +29222,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
30926
29222
|
showValue?: boolean | undefined;
|
|
30927
29223
|
pattern?: string | undefined;
|
|
30928
29224
|
placeholder?: string | undefined;
|
|
30929
|
-
visibleWhen?:
|
|
30930
|
-
field: string;
|
|
30931
|
-
equals?: any;
|
|
30932
|
-
notEquals?: any;
|
|
30933
|
-
oneOf?: any[] | undefined;
|
|
30934
|
-
notIn?: any[] | undefined;
|
|
30935
|
-
} | undefined;
|
|
29225
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
30936
29226
|
modalConfig?: {
|
|
30937
29227
|
buttonLabel?: string | undefined;
|
|
30938
29228
|
description?: string | undefined;
|
|
@@ -31038,13 +29328,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
31038
29328
|
showValue?: boolean | undefined;
|
|
31039
29329
|
pattern?: string | undefined;
|
|
31040
29330
|
placeholder?: string | undefined;
|
|
31041
|
-
visibleWhen?:
|
|
31042
|
-
field: string;
|
|
31043
|
-
equals?: any;
|
|
31044
|
-
notEquals?: any;
|
|
31045
|
-
oneOf?: any[] | undefined;
|
|
31046
|
-
notIn?: any[] | undefined;
|
|
31047
|
-
} | undefined;
|
|
29331
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
31048
29332
|
modalConfig?: {
|
|
31049
29333
|
buttonLabel?: string | undefined;
|
|
31050
29334
|
description?: string | undefined;
|
|
@@ -31144,13 +29428,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
31144
29428
|
showValue?: boolean | undefined;
|
|
31145
29429
|
pattern?: string | undefined;
|
|
31146
29430
|
placeholder?: string | undefined;
|
|
31147
|
-
visibleWhen?:
|
|
31148
|
-
field: string;
|
|
31149
|
-
equals?: any;
|
|
31150
|
-
notEquals?: any;
|
|
31151
|
-
oneOf?: any[] | undefined;
|
|
31152
|
-
notIn?: any[] | undefined;
|
|
31153
|
-
} | undefined;
|
|
29431
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
31154
29432
|
modalConfig?: {
|
|
31155
29433
|
buttonLabel?: string | undefined;
|
|
31156
29434
|
description?: string | undefined;
|
|
@@ -31250,13 +29528,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
31250
29528
|
showValue?: boolean | undefined;
|
|
31251
29529
|
pattern?: string | undefined;
|
|
31252
29530
|
placeholder?: string | undefined;
|
|
31253
|
-
visibleWhen?:
|
|
31254
|
-
field: string;
|
|
31255
|
-
equals?: any;
|
|
31256
|
-
notEquals?: any;
|
|
31257
|
-
oneOf?: any[] | undefined;
|
|
31258
|
-
notIn?: any[] | undefined;
|
|
31259
|
-
} | undefined;
|
|
29531
|
+
visibleWhen?: import("..").FieldVisibleWhen | undefined;
|
|
31260
29532
|
modalConfig?: {
|
|
31261
29533
|
buttonLabel?: string | undefined;
|
|
31262
29534
|
description?: string | undefined;
|