@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.
Files changed (194) hide show
  1. package/README.md +16 -0
  2. package/dist/{PreviewEditorSidebar-LHGK6RIO.mjs → PreviewEditorSidebar-HML67UDA.mjs} +330 -11
  3. package/dist/{PreviewEditorUI-AXZG2SDC.mjs → PreviewEditorUI-I4BQUU6K.mjs} +3 -3
  4. package/dist/SdkPreviewModeRuntime-MCKMVDTK.mjs +8 -0
  5. package/dist/_dts/ai/src/contracts/proposals.d.ts +200 -0
  6. package/dist/_dts/api/src/blocks.d.ts +36 -0
  7. package/dist/_dts/api/src/contentRuntime.d.ts +46 -0
  8. package/dist/_dts/api/src/endpoints.d.ts +40 -0
  9. package/dist/_dts/api/src/index.d.ts +2 -2
  10. package/dist/_dts/api/src/sdk-event-pricing.d.ts +61 -0
  11. package/dist/_dts/api/src/sdk-event-schedule.d.ts +52 -0
  12. package/dist/_dts/api/src/sdk-event-upsert.d.ts +50 -0
  13. package/dist/_dts/api/src/sdkContracts.d.ts +67 -33
  14. package/dist/_dts/api/src/shared-contracts.d.ts +13 -0
  15. package/dist/_dts/api/src/sitePlatformEndpoints.d.ts +22 -36
  16. package/dist/_dts/api/src/siteRuntimeEndpoints.d.ts +46 -1
  17. package/dist/_dts/block-form/src/backend/useBackendWatch.d.ts +6 -1
  18. package/dist/_dts/block-form/src/utils/evaluateVisibility.d.ts +3 -2
  19. package/dist/_dts/block-form/src/utils/visibleWhen.d.ts +7 -0
  20. package/dist/_dts/blocks/src/PageRenderer.d.ts +11 -0
  21. package/dist/_dts/blocks/src/bindings/index.d.ts +1 -1
  22. package/dist/_dts/blocks/src/client/site-chrome.d.ts +1 -1
  23. package/dist/_dts/blocks/src/client.d.ts +4 -0
  24. package/dist/_dts/blocks/src/contracts/proof-block-islands.d.ts +16 -4
  25. package/dist/_dts/blocks/src/system/blocks/appointment-booking.d.ts +288 -2016
  26. package/dist/_dts/blocks/src/system/blocks/blog-listing.d.ts +288 -2016
  27. package/dist/_dts/blocks/src/system/blocks/cart.d.ts +288 -2016
  28. package/dist/_dts/blocks/src/system/blocks/checkout.d.ts +288 -2016
  29. package/dist/_dts/blocks/src/system/blocks/collection.d.ts +288 -2016
  30. package/dist/_dts/blocks/src/system/blocks/contact-newsletter.d.ts +171 -0
  31. package/dist/_dts/blocks/src/system/blocks/faq.d.ts +288 -2016
  32. package/dist/_dts/blocks/src/system/blocks/gifting.d.ts +288 -2016
  33. package/dist/_dts/blocks/src/system/blocks/hero.d.ts +3 -2
  34. package/dist/_dts/blocks/src/system/blocks/index.d.ts +1 -0
  35. package/dist/_dts/blocks/src/system/blocks/location-map.d.ts +1 -7
  36. package/dist/_dts/blocks/src/system/blocks/media-text.d.ts +2534 -151
  37. package/dist/_dts/blocks/src/system/blocks/product-detail.d.ts +288 -2016
  38. package/dist/_dts/blocks/src/system/blocks/product-list.d.ts +288 -2016
  39. package/dist/_dts/blocks/src/system/blocks/shop.d.ts +288 -2016
  40. package/dist/_dts/blocks/src/system/blocks/site-header.d.ts +36 -3
  41. package/dist/_dts/blocks/src/system/blocks/team-members.d.ts +2 -2
  42. package/dist/_dts/blocks/src/system/constants/blockKinds.d.ts +1 -1
  43. package/dist/_dts/blocks/src/system/fields/aspectRatio.d.ts +4 -1
  44. package/dist/_dts/blocks/src/system/fields/imageShape.d.ts +30 -0
  45. package/dist/_dts/blocks/src/system/fragments/library/heroLayoutControls.d.ts +25 -0
  46. package/dist/_dts/blocks/src/system/manifest/schema.d.ts +35 -161
  47. package/dist/_dts/blocks/src/system/runtime/components/registry.client.d.ts +24 -6
  48. package/dist/_dts/blocks/src/system/runtime/components/runtime-backed-blocks.d.ts +12 -3
  49. package/dist/_dts/blocks/src/system/runtime/hooks/useHeadlessEventRegistrationFlow.d.ts +33 -0
  50. package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/event-registration.headless.state.d.ts +303 -0
  51. package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/useEventRegistrationSubmit.d.ts +20 -1
  52. package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/useEventRegistrationWizard.d.ts +4 -3
  53. package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/utils.d.ts +1 -1
  54. package/dist/_dts/blocks/src/system/runtime/nodes/event-registration.interactive.d.ts +26 -6
  55. package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/pricing.d.ts +14 -0
  56. package/dist/_dts/content-editor/src/controller/EntryControllerProvider.d.ts +1 -1
  57. package/dist/_dts/content-editor/src/controller/buildBlockPublishedBaselines.d.ts +1 -1
  58. package/dist/_dts/content-editor/src/controller/seedDraftBaselinesFromBlocks.d.ts +1 -1
  59. package/dist/_dts/content-editor/src/controller/useBlocksList.d.ts +1 -1
  60. package/dist/_dts/content-editor/src/controller/useInvalidBlockRecovery.d.ts +1 -1
  61. package/dist/_dts/content-editor/src/primitives/PreviewRichTextEditor.d.ts +2 -1
  62. package/dist/_dts/content-editor/src/primitives/PreviewTextEditor.d.ts +1 -0
  63. package/dist/_dts/content-model/src/entry-slots/index.d.ts +1 -0
  64. package/dist/_dts/content-model/src/entry-slots/types.d.ts +356 -0
  65. package/dist/_dts/content-model/src/index.d.ts +1 -0
  66. package/dist/_dts/content-model/src/templates/defaults.d.ts +7 -0
  67. package/dist/_dts/db/src/generated/supabase/database.types.d.ts +100 -5
  68. package/dist/_dts/editor-blocks/src/BlockEditor.d.ts +6 -1
  69. package/dist/_dts/editor-blocks/src/BlockForm.d.ts +1 -1
  70. package/dist/_dts/editor-blocks/src/block-editor/hooks/useBlockCreation.d.ts +3 -2
  71. package/dist/_dts/editor-blocks/src/block-editor/hooks/useBlockDuplication.d.ts +3 -2
  72. package/dist/_dts/editor-blocks/src/block-editor/hooks/useBlockReorder.d.ts +3 -2
  73. package/dist/_dts/editor-blocks/src/block-editor/owner.d.ts +27 -0
  74. package/dist/_dts/editor-blocks/src/index.d.ts +1 -0
  75. package/dist/_dts/media-core/src/assetsInUseSummary.d.ts +8 -0
  76. package/dist/_dts/media-core/src/mediaUsageProjection.d.ts +37 -3
  77. package/dist/_dts/preview-next/src/client/blocks/pageDesignRuntimePreview.d.ts +4 -2
  78. package/dist/_dts/preview-next/src/client/blocks/previewProjection/runtimeContentDecoration.d.ts +2 -2
  79. package/dist/_dts/preview-next/src/client/preview/EntryEditorPanel.d.ts +3 -1
  80. package/dist/_dts/preview-next/src/client/preview/EntrySlotBlockEditorPanel.d.ts +19 -0
  81. package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeButton.d.ts +8 -0
  82. package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeContext.d.ts +4 -1
  83. package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.state.d.ts +1 -1
  84. package/dist/_dts/preview-next/src/client/preview/linkedEntryEditEvents.d.ts +9 -0
  85. package/dist/_dts/preview-next/src/client/preview/previewCustomizeControls.d.ts +9 -8
  86. package/dist/_dts/preview-next/src/client/preview/siteChromeLookRows.d.ts +10 -1
  87. package/dist/_dts/preview-next/src/client/preview/siteChromeQuickControlHistoryState.d.ts +5 -1
  88. package/dist/_dts/sdk/src/bookings/index.d.ts +5 -4
  89. package/dist/_dts/sdk/src/bookings/types.d.ts +2 -2
  90. package/dist/_dts/sdk/src/cli/content/reader.d.ts +9 -8
  91. package/dist/_dts/sdk/src/cli/content/writer.d.ts +6 -1
  92. package/dist/_dts/sdk/src/cli/helpers.d.ts +10 -5
  93. package/dist/_dts/sdk/src/cli/merge-remote/entryLocal.d.ts +2 -2
  94. package/dist/_dts/sdk/src/cli/merge-remote/entryMerge.d.ts +2 -1
  95. package/dist/_dts/sdk/src/cli/merge-remote/entrySnapshots.d.ts +2 -2
  96. package/dist/_dts/sdk/src/client/management/index.d.ts +1 -1
  97. package/dist/_dts/sdk/src/client/management/types.d.ts +40 -10
  98. package/dist/_dts/sdk/src/config/field-definitions.d.ts +13 -7
  99. package/dist/_dts/sdk/src/contracts/system-block-content.d.ts +26 -3
  100. package/dist/_dts/sdk/src/public-api/contracts.d.ts +13 -0
  101. package/dist/_dts/sdk/src/rendering/blocks-page-renderer.d.ts +1 -0
  102. package/dist/_dts/sdk/src/rendering/components/pageShared.d.ts +6 -1
  103. package/dist/_dts/sdk/src/rendering/overrides.d.ts +6 -1
  104. package/dist/_dts/sdk/src/types/block-kinds.d.ts +1 -1
  105. package/dist/_dts/sdk/src/version.d.ts +1 -1
  106. package/dist/_dts/site-commands/src/commands.d.ts +15 -0
  107. package/dist/_dts/theme-core/src/accordions/types.d.ts +1 -1
  108. package/dist/_dts/theme-core/src/buttons/personalities/index.d.ts +11 -0
  109. package/dist/_dts/theme-core/src/buttons/personalities/ornate-ritual.d.ts +16 -0
  110. package/dist/_dts/theme-core/src/buttons/personalities/types.d.ts +1 -1
  111. package/dist/_dts/theme-core/src/buttons/types.d.ts +3 -3
  112. package/dist/_dts/theme-core/src/cards/types.d.ts +15 -15
  113. package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
  114. package/dist/_dts/theme-core/src/inputs/types.d.ts +1 -1
  115. package/dist/_dts/theme-core/src/mock-themes/all.d.ts +33 -33
  116. package/dist/_dts/theme-core/src/palette/variants/index.d.ts +15 -0
  117. package/dist/_dts/theme-core/src/palette/variants/warm-dark.d.ts +16 -0
  118. package/dist/_dts/theme-core/src/schema.d.ts +30 -25
  119. package/dist/_dts/theme-core/src/site-styles/backgroundAppearance.d.ts +2 -2
  120. package/dist/_dts/theme-core/src/site-styles/curatedSiteStyles.d.ts +141 -1
  121. package/dist/_dts/theme-core/src/site-styles/designState.d.ts +2 -0
  122. package/dist/_dts/theme-core/src/site-styles/footerLooks.d.ts +110 -5
  123. package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +4 -2
  124. package/dist/_dts/theme-core/src/site-styles/previewCompiler.d.ts +1 -1
  125. package/dist/_dts/theme-core/src/site-styles/runtimeCompiler.d.ts +5 -1
  126. package/dist/_dts/theme-core/src/site-styles/tokenRecipes.d.ts +1 -1
  127. package/dist/_dts/theme-core/src/site-styles/types.d.ts +1 -1
  128. package/dist/_dts/theme-core/src/site-styles/typographyPresets.d.ts +16 -1
  129. package/dist/_dts/theme-core/src/siteChromePlanning.d.ts +1 -0
  130. package/dist/_dts/theme-core/src/utils/colorStyles.d.ts +6 -6
  131. package/dist/{chunk-2BUMISSH.mjs → chunk-3LXFQS7T.mjs} +1 -1
  132. package/dist/{chunk-G35HOQEN.mjs → chunk-5E33VO6J.mjs} +132 -46
  133. package/dist/{chunk-HKB6XVIP.mjs → chunk-6X2OVO3S.mjs} +2 -2
  134. package/dist/{chunk-6FWNF3DJ.mjs → chunk-HFMGVJCE.mjs} +158 -20
  135. package/dist/{chunk-FIREV57T.mjs → chunk-LBBPD2IW.mjs} +40 -0
  136. package/dist/{chunk-XQR6THQJ.mjs → chunk-MSHZO4SL.mjs} +3193 -1216
  137. package/dist/cli/index.mjs +2635 -575
  138. package/dist/cli/init-docs/content/getting-started.md +2 -0
  139. package/dist/cli/init-docs/content/workflow-templates.md +93 -2
  140. package/dist/client/{accordion-G34C45TW.mjs → accordion-ESY65T56.mjs} +2 -2
  141. package/dist/client/{bookingForm-BLBVKSAQ.mjs → bookingForm-JRFNZUHD.mjs} +5 -5
  142. package/dist/client/bookings.mjs +3539 -269
  143. package/dist/client/{carousel-7ZVTBRMD.mjs → carousel-CPR5VWIP.mjs} +3 -3
  144. package/dist/client/{cart-Q6S6LZUO.mjs → cart-ZUX5BA7O.mjs} +6 -6
  145. package/dist/client/{checkout-5QJLDE4I.mjs → checkout-RULGBADZ.mjs} +6 -6
  146. package/dist/client/{chunk-CHAB5ACD.mjs → chunk-52I7BGEK.mjs} +2 -2
  147. package/dist/client/{chunk-CSZGLBYR.mjs → chunk-5ZEAZ33K.mjs} +1 -1
  148. package/dist/client/{chunk-ZF4XEWDM.mjs → chunk-BT6AEIKN.mjs} +1 -1
  149. package/dist/client/{chunk-RJHTCTCZ.mjs → chunk-HXPWP5EN.mjs} +268 -15
  150. package/dist/client/{chunk-5PQH4Y75.mjs → chunk-JWEYB4V6.mjs} +2 -2
  151. package/dist/client/{chunk-EQKYMX4N.mjs → chunk-RDJFCPY3.mjs} +158 -51
  152. package/dist/client/{chunk-SBBSMFFG.mjs → chunk-SYIJ5JO2.mjs} +1 -1
  153. package/dist/client/{chunk-WJFHDTYF.mjs → chunk-URQCZD5W.mjs} +5 -5
  154. package/dist/client/{chunk-U2EW7RSR.mjs → chunk-Z5OBQ5I4.mjs} +1 -1
  155. package/dist/client/{chunk-S3MKFGOG.mjs → chunk-ZE5G642V.mjs} +1 -1
  156. package/dist/client/client.mjs +2391 -673
  157. package/dist/client/{courseRegistration-VUG2JJDB.mjs → courseRegistration-QTUDC35T.mjs} +5 -5
  158. package/dist/client/{eventCalendar-E7D2LD4N.mjs → eventCalendar-Q7NS4XLD.mjs} +7 -7
  159. package/dist/client/{eventCombined-FUZ2Z3CS.mjs → eventCombined-QAO7VUO5.mjs} +7 -7
  160. package/dist/client/{eventDetails-QRITJAOW.mjs → eventDetails-WTNNU6Q3.mjs} +7 -7
  161. package/dist/client/{eventListing-INMQMJZ5.mjs → eventListing-5TA2ELDT.mjs} +7 -7
  162. package/dist/client/{eventRegistration-TOOJD4WU.mjs → eventRegistration-M6USZGRF.mjs} +7 -7
  163. package/dist/client/{form-BOWN7ZNQ.mjs → form-DGVGXLMH.mjs} +2 -2
  164. package/dist/client/{headerSection-HFQNZOUU.mjs → headerSection-O2AGMPCU.mjs} +3 -3
  165. package/dist/client/hooks.mjs +1636 -385
  166. package/dist/client/{locationMap-VUZGC7Y5.mjs → locationMap-EJRNRIKJ.mjs} +2 -2
  167. package/dist/client/{newsletterForm-X2XQTPCB.mjs → newsletterForm-7NTC2DTR.mjs} +2 -2
  168. package/dist/client/{productDetail-TA7D2G2B.mjs → productDetail-HH4LP53D.mjs} +6 -6
  169. package/dist/client/{productList-AZOLOZKM.mjs → productList-YVHYM2AF.mjs} +6 -6
  170. package/dist/client/rendering/client.mjs +2303 -1068
  171. package/dist/client/rendering/islands.mjs +19 -19
  172. package/dist/client/rendering.mjs +2587 -796
  173. package/dist/client/{shop-ZDLO7IIG.mjs → shop-UIFX7XRK.mjs} +6 -6
  174. package/dist/preview-next/before-render.mjs +40 -0
  175. package/dist/preview-next/client/runtime.mjs +5 -5
  176. package/dist/preview-next/middleware.mjs +40 -0
  177. package/dist/{sdk-runtime-CTWKNBDQ.mjs → sdk-runtime-ZENAOYMN.mjs} +6 -6
  178. package/dist/server/components.mjs +2028 -457
  179. package/dist/server/config-validation.mjs +1629 -377
  180. package/dist/server/config.mjs +1629 -377
  181. package/dist/server/data.mjs +1636 -385
  182. package/dist/server/index.mjs +42 -1
  183. package/dist/server/next.mjs +2215 -571
  184. package/dist/server/page-converter.mjs +2068 -884
  185. package/dist/server/prebuild.mjs +1 -1
  186. package/dist/server/rendering/server.mjs +2040 -469
  187. package/dist/server/rendering.mjs +2119 -475
  188. package/dist/server/routing.mjs +1711 -419
  189. package/dist/server/server.mjs +1718 -394
  190. package/dist/server/theme-bridge.mjs +1180 -101
  191. package/dist/server/theme.mjs +92 -1
  192. package/dist/styles/index.css +292 -36
  193. package/package.json +1 -1
  194. package/dist/SdkPreviewModeRuntime-RNVRHFFR.mjs +0 -8
@@ -100,13 +100,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
100
100
  showValue?: boolean | undefined;
101
101
  pattern?: string | undefined;
102
102
  placeholder?: string | undefined;
103
- visibleWhen?: {
104
- field: string;
105
- equals?: any;
106
- notEquals?: any;
107
- oneOf?: any[] | undefined;
108
- notIn?: any[] | undefined;
109
- } | undefined;
103
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
110
104
  modalConfig?: {
111
105
  buttonLabel?: string | undefined;
112
106
  description?: string | undefined;
@@ -210,13 +204,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
210
204
  showValue?: boolean | undefined;
211
205
  pattern?: string | undefined;
212
206
  placeholder?: string | undefined;
213
- visibleWhen?: {
214
- field: string;
215
- equals?: any;
216
- notEquals?: any;
217
- oneOf?: any[] | undefined;
218
- notIn?: any[] | undefined;
219
- } | undefined;
207
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
220
208
  modalConfig?: {
221
209
  buttonLabel?: string | undefined;
222
210
  description?: string | undefined;
@@ -332,13 +320,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
332
320
  showValue?: boolean | undefined;
333
321
  pattern?: string | undefined;
334
322
  placeholder?: string | undefined;
335
- visibleWhen?: {
336
- field: string;
337
- equals?: any;
338
- notEquals?: any;
339
- oneOf?: any[] | undefined;
340
- notIn?: any[] | undefined;
341
- } | undefined;
323
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
342
324
  modalConfig?: {
343
325
  buttonLabel?: string | undefined;
344
326
  description?: string | undefined;
@@ -447,13 +429,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
447
429
  showValue?: boolean | undefined;
448
430
  pattern?: string | undefined;
449
431
  placeholder?: string | undefined;
450
- visibleWhen?: {
451
- field: string;
452
- equals?: any;
453
- notEquals?: any;
454
- oneOf?: any[] | undefined;
455
- notIn?: any[] | undefined;
456
- } | undefined;
432
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
457
433
  modalConfig?: {
458
434
  buttonLabel?: string | undefined;
459
435
  description?: string | undefined;
@@ -554,13 +530,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
554
530
  showValue?: boolean | undefined;
555
531
  pattern?: string | undefined;
556
532
  placeholder?: string | undefined;
557
- visibleWhen?: {
558
- field: string;
559
- equals?: any;
560
- notEquals?: any;
561
- oneOf?: any[] | undefined;
562
- notIn?: any[] | undefined;
563
- } | undefined;
533
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
564
534
  modalConfig?: {
565
535
  buttonLabel?: string | undefined;
566
536
  description?: string | undefined;
@@ -661,13 +631,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
661
631
  showValue?: boolean | undefined;
662
632
  pattern?: string | undefined;
663
633
  placeholder?: string | undefined;
664
- visibleWhen?: {
665
- field: string;
666
- equals?: any;
667
- notEquals?: any;
668
- oneOf?: any[] | undefined;
669
- notIn?: any[] | undefined;
670
- } | undefined;
634
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
671
635
  modalConfig?: {
672
636
  buttonLabel?: string | undefined;
673
637
  description?: string | undefined;
@@ -769,13 +733,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
769
733
  showValue?: boolean | undefined;
770
734
  pattern?: string | undefined;
771
735
  placeholder?: string | undefined;
772
- visibleWhen?: {
773
- field: string;
774
- equals?: any;
775
- notEquals?: any;
776
- oneOf?: any[] | undefined;
777
- notIn?: any[] | undefined;
778
- } | undefined;
736
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
779
737
  modalConfig?: {
780
738
  buttonLabel?: string | undefined;
781
739
  description?: string | undefined;
@@ -875,13 +833,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
875
833
  showValue?: boolean | undefined;
876
834
  pattern?: string | undefined;
877
835
  placeholder?: string | undefined;
878
- visibleWhen?: {
879
- field: string;
880
- equals?: any;
881
- notEquals?: any;
882
- oneOf?: any[] | undefined;
883
- notIn?: any[] | undefined;
884
- } | undefined;
836
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
885
837
  modalConfig?: {
886
838
  buttonLabel?: string | undefined;
887
839
  description?: string | undefined;
@@ -981,13 +933,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
981
933
  showValue?: boolean | undefined;
982
934
  pattern?: string | undefined;
983
935
  placeholder?: string | undefined;
984
- visibleWhen?: {
985
- field: string;
986
- equals?: any;
987
- notEquals?: any;
988
- oneOf?: any[] | undefined;
989
- notIn?: any[] | undefined;
990
- } | undefined;
936
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
991
937
  modalConfig?: {
992
938
  buttonLabel?: string | undefined;
993
939
  description?: string | undefined;
@@ -1087,13 +1033,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
1087
1033
  showValue?: boolean | undefined;
1088
1034
  pattern?: string | undefined;
1089
1035
  placeholder?: string | undefined;
1090
- visibleWhen?: {
1091
- field: string;
1092
- equals?: any;
1093
- notEquals?: any;
1094
- oneOf?: any[] | undefined;
1095
- notIn?: any[] | undefined;
1096
- } | undefined;
1036
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
1097
1037
  modalConfig?: {
1098
1038
  buttonLabel?: string | undefined;
1099
1039
  description?: string | undefined;
@@ -1193,13 +1133,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
1193
1133
  showValue?: boolean | undefined;
1194
1134
  pattern?: string | undefined;
1195
1135
  placeholder?: string | undefined;
1196
- visibleWhen?: {
1197
- field: string;
1198
- equals?: any;
1199
- notEquals?: any;
1200
- oneOf?: any[] | undefined;
1201
- notIn?: any[] | undefined;
1202
- } | undefined;
1136
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
1203
1137
  modalConfig?: {
1204
1138
  buttonLabel?: string | undefined;
1205
1139
  description?: string | undefined;
@@ -1299,13 +1233,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
1299
1233
  showValue?: boolean | undefined;
1300
1234
  pattern?: string | undefined;
1301
1235
  placeholder?: string | undefined;
1302
- visibleWhen?: {
1303
- field: string;
1304
- equals?: any;
1305
- notEquals?: any;
1306
- oneOf?: any[] | undefined;
1307
- notIn?: any[] | undefined;
1308
- } | undefined;
1236
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
1309
1237
  modalConfig?: {
1310
1238
  buttonLabel?: string | undefined;
1311
1239
  description?: string | undefined;
@@ -1409,13 +1337,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
1409
1337
  showValue?: boolean | undefined;
1410
1338
  pattern?: string | undefined;
1411
1339
  placeholder?: string | undefined;
1412
- visibleWhen?: {
1413
- field: string;
1414
- equals?: any;
1415
- notEquals?: any;
1416
- oneOf?: any[] | undefined;
1417
- notIn?: any[] | undefined;
1418
- } | undefined;
1340
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
1419
1341
  modalConfig?: {
1420
1342
  buttonLabel?: string | undefined;
1421
1343
  description?: string | undefined;
@@ -1515,13 +1437,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
1515
1437
  showValue?: boolean | undefined;
1516
1438
  pattern?: string | undefined;
1517
1439
  placeholder?: string | undefined;
1518
- visibleWhen?: {
1519
- field: string;
1520
- equals?: any;
1521
- notEquals?: any;
1522
- oneOf?: any[] | undefined;
1523
- notIn?: any[] | undefined;
1524
- } | undefined;
1440
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
1525
1441
  modalConfig?: {
1526
1442
  buttonLabel?: string | undefined;
1527
1443
  description?: string | undefined;
@@ -1623,13 +1539,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
1623
1539
  showValue?: boolean | undefined;
1624
1540
  pattern?: string | undefined;
1625
1541
  placeholder?: string | undefined;
1626
- visibleWhen?: {
1627
- field: string;
1628
- equals?: any;
1629
- notEquals?: any;
1630
- oneOf?: any[] | undefined;
1631
- notIn?: any[] | undefined;
1632
- } | undefined;
1542
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
1633
1543
  modalConfig?: {
1634
1544
  buttonLabel?: string | undefined;
1635
1545
  description?: string | undefined;
@@ -1729,13 +1639,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
1729
1639
  showValue?: boolean | undefined;
1730
1640
  pattern?: string | undefined;
1731
1641
  placeholder?: string | undefined;
1732
- visibleWhen?: {
1733
- field: string;
1734
- equals?: any;
1735
- notEquals?: any;
1736
- oneOf?: any[] | undefined;
1737
- notIn?: any[] | undefined;
1738
- } | undefined;
1642
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
1739
1643
  modalConfig?: {
1740
1644
  buttonLabel?: string | undefined;
1741
1645
  description?: string | undefined;
@@ -1851,13 +1755,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
1851
1755
  showValue?: boolean | undefined;
1852
1756
  pattern?: string | undefined;
1853
1757
  placeholder?: string | undefined;
1854
- visibleWhen?: {
1855
- field: string;
1856
- equals?: any;
1857
- notEquals?: any;
1858
- oneOf?: any[] | undefined;
1859
- notIn?: any[] | undefined;
1860
- } | undefined;
1758
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
1861
1759
  modalConfig?: {
1862
1760
  buttonLabel?: string | undefined;
1863
1761
  description?: string | undefined;
@@ -1966,13 +1864,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
1966
1864
  showValue?: boolean | undefined;
1967
1865
  pattern?: string | undefined;
1968
1866
  placeholder?: string | undefined;
1969
- visibleWhen?: {
1970
- field: string;
1971
- equals?: any;
1972
- notEquals?: any;
1973
- oneOf?: any[] | undefined;
1974
- notIn?: any[] | undefined;
1975
- } | undefined;
1867
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
1976
1868
  modalConfig?: {
1977
1869
  buttonLabel?: string | undefined;
1978
1870
  description?: string | undefined;
@@ -2073,13 +1965,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
2073
1965
  showValue?: boolean | undefined;
2074
1966
  pattern?: string | undefined;
2075
1967
  placeholder?: string | undefined;
2076
- visibleWhen?: {
2077
- field: string;
2078
- equals?: any;
2079
- notEquals?: any;
2080
- oneOf?: any[] | undefined;
2081
- notIn?: any[] | undefined;
2082
- } | undefined;
1968
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
2083
1969
  modalConfig?: {
2084
1970
  buttonLabel?: string | undefined;
2085
1971
  description?: string | undefined;
@@ -2180,13 +2066,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
2180
2066
  showValue?: boolean | undefined;
2181
2067
  pattern?: string | undefined;
2182
2068
  placeholder?: string | undefined;
2183
- visibleWhen?: {
2184
- field: string;
2185
- equals?: any;
2186
- notEquals?: any;
2187
- oneOf?: any[] | undefined;
2188
- notIn?: any[] | undefined;
2189
- } | undefined;
2069
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
2190
2070
  modalConfig?: {
2191
2071
  buttonLabel?: string | undefined;
2192
2072
  description?: string | undefined;
@@ -2288,13 +2168,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
2288
2168
  showValue?: boolean | undefined;
2289
2169
  pattern?: string | undefined;
2290
2170
  placeholder?: string | undefined;
2291
- visibleWhen?: {
2292
- field: string;
2293
- equals?: any;
2294
- notEquals?: any;
2295
- oneOf?: any[] | undefined;
2296
- notIn?: any[] | undefined;
2297
- } | undefined;
2171
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
2298
2172
  modalConfig?: {
2299
2173
  buttonLabel?: string | undefined;
2300
2174
  description?: string | undefined;
@@ -2394,13 +2268,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
2394
2268
  showValue?: boolean | undefined;
2395
2269
  pattern?: string | undefined;
2396
2270
  placeholder?: string | undefined;
2397
- visibleWhen?: {
2398
- field: string;
2399
- equals?: any;
2400
- notEquals?: any;
2401
- oneOf?: any[] | undefined;
2402
- notIn?: any[] | undefined;
2403
- } | undefined;
2271
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
2404
2272
  modalConfig?: {
2405
2273
  buttonLabel?: string | undefined;
2406
2274
  description?: string | undefined;
@@ -2500,13 +2368,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
2500
2368
  showValue?: boolean | undefined;
2501
2369
  pattern?: string | undefined;
2502
2370
  placeholder?: string | undefined;
2503
- visibleWhen?: {
2504
- field: string;
2505
- equals?: any;
2506
- notEquals?: any;
2507
- oneOf?: any[] | undefined;
2508
- notIn?: any[] | undefined;
2509
- } | undefined;
2371
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
2510
2372
  modalConfig?: {
2511
2373
  buttonLabel?: string | undefined;
2512
2374
  description?: string | undefined;
@@ -2606,13 +2468,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
2606
2468
  showValue?: boolean | undefined;
2607
2469
  pattern?: string | undefined;
2608
2470
  placeholder?: string | undefined;
2609
- visibleWhen?: {
2610
- field: string;
2611
- equals?: any;
2612
- notEquals?: any;
2613
- oneOf?: any[] | undefined;
2614
- notIn?: any[] | undefined;
2615
- } | undefined;
2471
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
2616
2472
  modalConfig?: {
2617
2473
  buttonLabel?: string | undefined;
2618
2474
  description?: string | undefined;
@@ -2712,13 +2568,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
2712
2568
  showValue?: boolean | undefined;
2713
2569
  pattern?: string | undefined;
2714
2570
  placeholder?: string | undefined;
2715
- visibleWhen?: {
2716
- field: string;
2717
- equals?: any;
2718
- notEquals?: any;
2719
- oneOf?: any[] | undefined;
2720
- notIn?: any[] | undefined;
2721
- } | undefined;
2571
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
2722
2572
  modalConfig?: {
2723
2573
  buttonLabel?: string | undefined;
2724
2574
  description?: string | undefined;
@@ -2818,13 +2668,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
2818
2668
  showValue?: boolean | undefined;
2819
2669
  pattern?: string | undefined;
2820
2670
  placeholder?: string | undefined;
2821
- visibleWhen?: {
2822
- field: string;
2823
- equals?: any;
2824
- notEquals?: any;
2825
- oneOf?: any[] | undefined;
2826
- notIn?: any[] | undefined;
2827
- } | undefined;
2671
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
2828
2672
  modalConfig?: {
2829
2673
  buttonLabel?: string | undefined;
2830
2674
  description?: string | undefined;
@@ -2928,13 +2772,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
2928
2772
  showValue?: boolean | undefined;
2929
2773
  pattern?: string | undefined;
2930
2774
  placeholder?: string | undefined;
2931
- visibleWhen?: {
2932
- field: string;
2933
- equals?: any;
2934
- notEquals?: any;
2935
- oneOf?: any[] | undefined;
2936
- notIn?: any[] | undefined;
2937
- } | undefined;
2775
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
2938
2776
  modalConfig?: {
2939
2777
  buttonLabel?: string | undefined;
2940
2778
  description?: string | undefined;
@@ -3034,13 +2872,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
3034
2872
  showValue?: boolean | undefined;
3035
2873
  pattern?: string | undefined;
3036
2874
  placeholder?: string | undefined;
3037
- visibleWhen?: {
3038
- field: string;
3039
- equals?: any;
3040
- notEquals?: any;
3041
- oneOf?: any[] | undefined;
3042
- notIn?: any[] | undefined;
3043
- } | undefined;
2875
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
3044
2876
  modalConfig?: {
3045
2877
  buttonLabel?: string | undefined;
3046
2878
  description?: string | undefined;
@@ -3142,13 +2974,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
3142
2974
  showValue?: boolean | undefined;
3143
2975
  pattern?: string | undefined;
3144
2976
  placeholder?: string | undefined;
3145
- visibleWhen?: {
3146
- field: string;
3147
- equals?: any;
3148
- notEquals?: any;
3149
- oneOf?: any[] | undefined;
3150
- notIn?: any[] | undefined;
3151
- } | undefined;
2977
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
3152
2978
  modalConfig?: {
3153
2979
  buttonLabel?: string | undefined;
3154
2980
  description?: string | undefined;
@@ -3248,13 +3074,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
3248
3074
  showValue?: boolean | undefined;
3249
3075
  pattern?: string | undefined;
3250
3076
  placeholder?: string | undefined;
3251
- visibleWhen?: {
3252
- field: string;
3253
- equals?: any;
3254
- notEquals?: any;
3255
- oneOf?: any[] | undefined;
3256
- notIn?: any[] | undefined;
3257
- } | undefined;
3077
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
3258
3078
  modalConfig?: {
3259
3079
  buttonLabel?: string | undefined;
3260
3080
  description?: string | undefined;
@@ -3372,13 +3192,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
3372
3192
  showValue?: boolean | undefined;
3373
3193
  pattern?: string | undefined;
3374
3194
  placeholder?: string | undefined;
3375
- visibleWhen?: {
3376
- field: string;
3377
- equals?: any;
3378
- notEquals?: any;
3379
- oneOf?: any[] | undefined;
3380
- notIn?: any[] | undefined;
3381
- } | undefined;
3195
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
3382
3196
  modalConfig?: {
3383
3197
  buttonLabel?: string | undefined;
3384
3198
  description?: string | undefined;
@@ -3487,13 +3301,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
3487
3301
  showValue?: boolean | undefined;
3488
3302
  pattern?: string | undefined;
3489
3303
  placeholder?: string | undefined;
3490
- visibleWhen?: {
3491
- field: string;
3492
- equals?: any;
3493
- notEquals?: any;
3494
- oneOf?: any[] | undefined;
3495
- notIn?: any[] | undefined;
3496
- } | undefined;
3304
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
3497
3305
  modalConfig?: {
3498
3306
  buttonLabel?: string | undefined;
3499
3307
  description?: string | undefined;
@@ -3594,13 +3402,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
3594
3402
  showValue?: boolean | undefined;
3595
3403
  pattern?: string | undefined;
3596
3404
  placeholder?: string | undefined;
3597
- visibleWhen?: {
3598
- field: string;
3599
- equals?: any;
3600
- notEquals?: any;
3601
- oneOf?: any[] | undefined;
3602
- notIn?: any[] | undefined;
3603
- } | undefined;
3405
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
3604
3406
  modalConfig?: {
3605
3407
  buttonLabel?: string | undefined;
3606
3408
  description?: string | undefined;
@@ -3701,13 +3503,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
3701
3503
  showValue?: boolean | undefined;
3702
3504
  pattern?: string | undefined;
3703
3505
  placeholder?: string | undefined;
3704
- visibleWhen?: {
3705
- field: string;
3706
- equals?: any;
3707
- notEquals?: any;
3708
- oneOf?: any[] | undefined;
3709
- notIn?: any[] | undefined;
3710
- } | undefined;
3506
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
3711
3507
  modalConfig?: {
3712
3508
  buttonLabel?: string | undefined;
3713
3509
  description?: string | undefined;
@@ -3809,13 +3605,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
3809
3605
  showValue?: boolean | undefined;
3810
3606
  pattern?: string | undefined;
3811
3607
  placeholder?: string | undefined;
3812
- visibleWhen?: {
3813
- field: string;
3814
- equals?: any;
3815
- notEquals?: any;
3816
- oneOf?: any[] | undefined;
3817
- notIn?: any[] | undefined;
3818
- } | undefined;
3608
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
3819
3609
  modalConfig?: {
3820
3610
  buttonLabel?: string | undefined;
3821
3611
  description?: string | undefined;
@@ -3915,13 +3705,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
3915
3705
  showValue?: boolean | undefined;
3916
3706
  pattern?: string | undefined;
3917
3707
  placeholder?: string | undefined;
3918
- visibleWhen?: {
3919
- field: string;
3920
- equals?: any;
3921
- notEquals?: any;
3922
- oneOf?: any[] | undefined;
3923
- notIn?: any[] | undefined;
3924
- } | undefined;
3708
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
3925
3709
  modalConfig?: {
3926
3710
  buttonLabel?: string | undefined;
3927
3711
  description?: string | undefined;
@@ -4021,13 +3805,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
4021
3805
  showValue?: boolean | undefined;
4022
3806
  pattern?: string | undefined;
4023
3807
  placeholder?: string | undefined;
4024
- visibleWhen?: {
4025
- field: string;
4026
- equals?: any;
4027
- notEquals?: any;
4028
- oneOf?: any[] | undefined;
4029
- notIn?: any[] | undefined;
4030
- } | undefined;
3808
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
4031
3809
  modalConfig?: {
4032
3810
  buttonLabel?: string | undefined;
4033
3811
  description?: string | undefined;
@@ -4127,13 +3905,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
4127
3905
  showValue?: boolean | undefined;
4128
3906
  pattern?: string | undefined;
4129
3907
  placeholder?: string | undefined;
4130
- visibleWhen?: {
4131
- field: string;
4132
- equals?: any;
4133
- notEquals?: any;
4134
- oneOf?: any[] | undefined;
4135
- notIn?: any[] | undefined;
4136
- } | undefined;
3908
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
4137
3909
  modalConfig?: {
4138
3910
  buttonLabel?: string | undefined;
4139
3911
  description?: string | undefined;
@@ -4233,13 +4005,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
4233
4005
  showValue?: boolean | undefined;
4234
4006
  pattern?: string | undefined;
4235
4007
  placeholder?: string | undefined;
4236
- visibleWhen?: {
4237
- field: string;
4238
- equals?: any;
4239
- notEquals?: any;
4240
- oneOf?: any[] | undefined;
4241
- notIn?: any[] | undefined;
4242
- } | undefined;
4008
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
4243
4009
  modalConfig?: {
4244
4010
  buttonLabel?: string | undefined;
4245
4011
  description?: string | undefined;
@@ -4339,13 +4105,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
4339
4105
  showValue?: boolean | undefined;
4340
4106
  pattern?: string | undefined;
4341
4107
  placeholder?: string | undefined;
4342
- visibleWhen?: {
4343
- field: string;
4344
- equals?: any;
4345
- notEquals?: any;
4346
- oneOf?: any[] | undefined;
4347
- notIn?: any[] | undefined;
4348
- } | undefined;
4108
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
4349
4109
  modalConfig?: {
4350
4110
  buttonLabel?: string | undefined;
4351
4111
  description?: string | undefined;
@@ -4449,13 +4209,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
4449
4209
  showValue?: boolean | undefined;
4450
4210
  pattern?: string | undefined;
4451
4211
  placeholder?: string | undefined;
4452
- visibleWhen?: {
4453
- field: string;
4454
- equals?: any;
4455
- notEquals?: any;
4456
- oneOf?: any[] | undefined;
4457
- notIn?: any[] | undefined;
4458
- } | undefined;
4212
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
4459
4213
  modalConfig?: {
4460
4214
  buttonLabel?: string | undefined;
4461
4215
  description?: string | undefined;
@@ -4555,13 +4309,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
4555
4309
  showValue?: boolean | undefined;
4556
4310
  pattern?: string | undefined;
4557
4311
  placeholder?: string | undefined;
4558
- visibleWhen?: {
4559
- field: string;
4560
- equals?: any;
4561
- notEquals?: any;
4562
- oneOf?: any[] | undefined;
4563
- notIn?: any[] | undefined;
4564
- } | undefined;
4312
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
4565
4313
  modalConfig?: {
4566
4314
  buttonLabel?: string | undefined;
4567
4315
  description?: string | undefined;
@@ -4663,13 +4411,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
4663
4411
  showValue?: boolean | undefined;
4664
4412
  pattern?: string | undefined;
4665
4413
  placeholder?: string | undefined;
4666
- visibleWhen?: {
4667
- field: string;
4668
- equals?: any;
4669
- notEquals?: any;
4670
- oneOf?: any[] | undefined;
4671
- notIn?: any[] | undefined;
4672
- } | undefined;
4414
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
4673
4415
  modalConfig?: {
4674
4416
  buttonLabel?: string | undefined;
4675
4417
  description?: string | undefined;
@@ -4769,13 +4511,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
4769
4511
  showValue?: boolean | undefined;
4770
4512
  pattern?: string | undefined;
4771
4513
  placeholder?: string | undefined;
4772
- visibleWhen?: {
4773
- field: string;
4774
- equals?: any;
4775
- notEquals?: any;
4776
- oneOf?: any[] | undefined;
4777
- notIn?: any[] | undefined;
4778
- } | undefined;
4514
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
4779
4515
  modalConfig?: {
4780
4516
  buttonLabel?: string | undefined;
4781
4517
  description?: string | undefined;
@@ -4882,13 +4618,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
4882
4618
  showValue?: boolean | undefined;
4883
4619
  pattern?: string | undefined;
4884
4620
  placeholder?: string | undefined;
4885
- visibleWhen?: {
4886
- field: string;
4887
- equals?: any;
4888
- notEquals?: any;
4889
- oneOf?: any[] | undefined;
4890
- notIn?: any[] | undefined;
4891
- } | undefined;
4621
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
4892
4622
  modalConfig?: {
4893
4623
  buttonLabel?: string | undefined;
4894
4624
  description?: string | undefined;
@@ -4994,13 +4724,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
4994
4724
  showValue?: boolean | undefined;
4995
4725
  pattern?: string | undefined;
4996
4726
  placeholder?: string | undefined;
4997
- visibleWhen?: {
4998
- field: string;
4999
- equals?: any;
5000
- notEquals?: any;
5001
- oneOf?: any[] | undefined;
5002
- notIn?: any[] | undefined;
5003
- } | undefined;
4727
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
5004
4728
  modalConfig?: {
5005
4729
  buttonLabel?: string | undefined;
5006
4730
  description?: string | undefined;
@@ -5100,13 +4824,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
5100
4824
  showValue?: boolean | undefined;
5101
4825
  pattern?: string | undefined;
5102
4826
  placeholder?: string | undefined;
5103
- visibleWhen?: {
5104
- field: string;
5105
- equals?: any;
5106
- notEquals?: any;
5107
- oneOf?: any[] | undefined;
5108
- notIn?: any[] | undefined;
5109
- } | undefined;
4827
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
5110
4828
  modalConfig?: {
5111
4829
  buttonLabel?: string | undefined;
5112
4830
  description?: string | undefined;
@@ -5209,13 +4927,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
5209
4927
  showValue?: boolean | undefined;
5210
4928
  pattern?: string | undefined;
5211
4929
  placeholder?: string | undefined;
5212
- visibleWhen?: {
5213
- field: string;
5214
- equals?: any;
5215
- notEquals?: any;
5216
- oneOf?: any[] | undefined;
5217
- notIn?: any[] | undefined;
5218
- } | undefined;
4930
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
5219
4931
  modalConfig?: {
5220
4932
  buttonLabel?: string | undefined;
5221
4933
  description?: string | undefined;
@@ -5320,13 +5032,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
5320
5032
  showValue?: boolean | undefined;
5321
5033
  pattern?: string | undefined;
5322
5034
  placeholder?: string | undefined;
5323
- visibleWhen?: {
5324
- field: string;
5325
- equals?: any;
5326
- notEquals?: any;
5327
- oneOf?: any[] | undefined;
5328
- notIn?: any[] | undefined;
5329
- } | undefined;
5035
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
5330
5036
  modalConfig?: {
5331
5037
  buttonLabel?: string | undefined;
5332
5038
  description?: string | undefined;
@@ -5432,13 +5138,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
5432
5138
  showValue?: boolean | undefined;
5433
5139
  pattern?: string | undefined;
5434
5140
  placeholder?: string | undefined;
5435
- visibleWhen?: {
5436
- field: string;
5437
- equals?: any;
5438
- notEquals?: any;
5439
- oneOf?: any[] | undefined;
5440
- notIn?: any[] | undefined;
5441
- } | undefined;
5141
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
5442
5142
  modalConfig?: {
5443
5143
  buttonLabel?: string | undefined;
5444
5144
  description?: string | undefined;
@@ -5538,13 +5238,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
5538
5238
  showValue?: boolean | undefined;
5539
5239
  pattern?: string | undefined;
5540
5240
  placeholder?: string | undefined;
5541
- visibleWhen?: {
5542
- field: string;
5543
- equals?: any;
5544
- notEquals?: any;
5545
- oneOf?: any[] | undefined;
5546
- notIn?: any[] | undefined;
5547
- } | undefined;
5241
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
5548
5242
  modalConfig?: {
5549
5243
  buttonLabel?: string | undefined;
5550
5244
  description?: string | undefined;
@@ -5644,13 +5338,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
5644
5338
  showValue?: boolean | undefined;
5645
5339
  pattern?: string | undefined;
5646
5340
  placeholder?: string | undefined;
5647
- visibleWhen?: {
5648
- field: string;
5649
- equals?: any;
5650
- notEquals?: any;
5651
- oneOf?: any[] | undefined;
5652
- notIn?: any[] | undefined;
5653
- } | undefined;
5341
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
5654
5342
  modalConfig?: {
5655
5343
  buttonLabel?: string | undefined;
5656
5344
  description?: string | undefined;
@@ -5765,13 +5453,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
5765
5453
  showValue?: boolean | undefined;
5766
5454
  pattern?: string | undefined;
5767
5455
  placeholder?: string | undefined;
5768
- visibleWhen?: {
5769
- field: string;
5770
- equals?: any;
5771
- notEquals?: any;
5772
- oneOf?: any[] | undefined;
5773
- notIn?: any[] | undefined;
5774
- } | undefined;
5456
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
5775
5457
  modalConfig?: {
5776
5458
  buttonLabel?: string | undefined;
5777
5459
  description?: string | undefined;
@@ -5880,13 +5562,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
5880
5562
  showValue?: boolean | undefined;
5881
5563
  pattern?: string | undefined;
5882
5564
  placeholder?: string | undefined;
5883
- visibleWhen?: {
5884
- field: string;
5885
- equals?: any;
5886
- notEquals?: any;
5887
- oneOf?: any[] | undefined;
5888
- notIn?: any[] | undefined;
5889
- } | undefined;
5565
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
5890
5566
  modalConfig?: {
5891
5567
  buttonLabel?: string | undefined;
5892
5568
  description?: string | undefined;
@@ -5987,13 +5663,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
5987
5663
  showValue?: boolean | undefined;
5988
5664
  pattern?: string | undefined;
5989
5665
  placeholder?: string | undefined;
5990
- visibleWhen?: {
5991
- field: string;
5992
- equals?: any;
5993
- notEquals?: any;
5994
- oneOf?: any[] | undefined;
5995
- notIn?: any[] | undefined;
5996
- } | undefined;
5666
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
5997
5667
  modalConfig?: {
5998
5668
  buttonLabel?: string | undefined;
5999
5669
  description?: string | undefined;
@@ -6094,13 +5764,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
6094
5764
  showValue?: boolean | undefined;
6095
5765
  pattern?: string | undefined;
6096
5766
  placeholder?: string | undefined;
6097
- visibleWhen?: {
6098
- field: string;
6099
- equals?: any;
6100
- notEquals?: any;
6101
- oneOf?: any[] | undefined;
6102
- notIn?: any[] | undefined;
6103
- } | undefined;
5767
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
6104
5768
  modalConfig?: {
6105
5769
  buttonLabel?: string | undefined;
6106
5770
  description?: string | undefined;
@@ -6202,13 +5866,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
6202
5866
  showValue?: boolean | undefined;
6203
5867
  pattern?: string | undefined;
6204
5868
  placeholder?: string | undefined;
6205
- visibleWhen?: {
6206
- field: string;
6207
- equals?: any;
6208
- notEquals?: any;
6209
- oneOf?: any[] | undefined;
6210
- notIn?: any[] | undefined;
6211
- } | undefined;
5869
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
6212
5870
  modalConfig?: {
6213
5871
  buttonLabel?: string | undefined;
6214
5872
  description?: string | undefined;
@@ -6308,13 +5966,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
6308
5966
  showValue?: boolean | undefined;
6309
5967
  pattern?: string | undefined;
6310
5968
  placeholder?: string | undefined;
6311
- visibleWhen?: {
6312
- field: string;
6313
- equals?: any;
6314
- notEquals?: any;
6315
- oneOf?: any[] | undefined;
6316
- notIn?: any[] | undefined;
6317
- } | undefined;
5969
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
6318
5970
  modalConfig?: {
6319
5971
  buttonLabel?: string | undefined;
6320
5972
  description?: string | undefined;
@@ -6414,13 +6066,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
6414
6066
  showValue?: boolean | undefined;
6415
6067
  pattern?: string | undefined;
6416
6068
  placeholder?: string | undefined;
6417
- visibleWhen?: {
6418
- field: string;
6419
- equals?: any;
6420
- notEquals?: any;
6421
- oneOf?: any[] | undefined;
6422
- notIn?: any[] | undefined;
6423
- } | undefined;
6069
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
6424
6070
  modalConfig?: {
6425
6071
  buttonLabel?: string | undefined;
6426
6072
  description?: string | undefined;
@@ -6520,13 +6166,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
6520
6166
  showValue?: boolean | undefined;
6521
6167
  pattern?: string | undefined;
6522
6168
  placeholder?: string | undefined;
6523
- visibleWhen?: {
6524
- field: string;
6525
- equals?: any;
6526
- notEquals?: any;
6527
- oneOf?: any[] | undefined;
6528
- notIn?: any[] | undefined;
6529
- } | undefined;
6169
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
6530
6170
  modalConfig?: {
6531
6171
  buttonLabel?: string | undefined;
6532
6172
  description?: string | undefined;
@@ -6626,13 +6266,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
6626
6266
  showValue?: boolean | undefined;
6627
6267
  pattern?: string | undefined;
6628
6268
  placeholder?: string | undefined;
6629
- visibleWhen?: {
6630
- field: string;
6631
- equals?: any;
6632
- notEquals?: any;
6633
- oneOf?: any[] | undefined;
6634
- notIn?: any[] | undefined;
6635
- } | undefined;
6269
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
6636
6270
  modalConfig?: {
6637
6271
  buttonLabel?: string | undefined;
6638
6272
  description?: string | undefined;
@@ -6732,13 +6366,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
6732
6366
  showValue?: boolean | undefined;
6733
6367
  pattern?: string | undefined;
6734
6368
  placeholder?: string | undefined;
6735
- visibleWhen?: {
6736
- field: string;
6737
- equals?: any;
6738
- notEquals?: any;
6739
- oneOf?: any[] | undefined;
6740
- notIn?: any[] | undefined;
6741
- } | undefined;
6369
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
6742
6370
  modalConfig?: {
6743
6371
  buttonLabel?: string | undefined;
6744
6372
  description?: string | undefined;
@@ -6842,13 +6470,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
6842
6470
  showValue?: boolean | undefined;
6843
6471
  pattern?: string | undefined;
6844
6472
  placeholder?: string | undefined;
6845
- visibleWhen?: {
6846
- field: string;
6847
- equals?: any;
6848
- notEquals?: any;
6849
- oneOf?: any[] | undefined;
6850
- notIn?: any[] | undefined;
6851
- } | undefined;
6473
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
6852
6474
  modalConfig?: {
6853
6475
  buttonLabel?: string | undefined;
6854
6476
  description?: string | undefined;
@@ -6948,13 +6570,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
6948
6570
  showValue?: boolean | undefined;
6949
6571
  pattern?: string | undefined;
6950
6572
  placeholder?: string | undefined;
6951
- visibleWhen?: {
6952
- field: string;
6953
- equals?: any;
6954
- notEquals?: any;
6955
- oneOf?: any[] | undefined;
6956
- notIn?: any[] | undefined;
6957
- } | undefined;
6573
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
6958
6574
  modalConfig?: {
6959
6575
  buttonLabel?: string | undefined;
6960
6576
  description?: string | undefined;
@@ -7056,13 +6672,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
7056
6672
  showValue?: boolean | undefined;
7057
6673
  pattern?: string | undefined;
7058
6674
  placeholder?: string | undefined;
7059
- visibleWhen?: {
7060
- field: string;
7061
- equals?: any;
7062
- notEquals?: any;
7063
- oneOf?: any[] | undefined;
7064
- notIn?: any[] | undefined;
7065
- } | undefined;
6675
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
7066
6676
  modalConfig?: {
7067
6677
  buttonLabel?: string | undefined;
7068
6678
  description?: string | undefined;
@@ -7162,13 +6772,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
7162
6772
  showValue?: boolean | undefined;
7163
6773
  pattern?: string | undefined;
7164
6774
  placeholder?: string | undefined;
7165
- visibleWhen?: {
7166
- field: string;
7167
- equals?: any;
7168
- notEquals?: any;
7169
- oneOf?: any[] | undefined;
7170
- notIn?: any[] | undefined;
7171
- } | undefined;
6775
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
7172
6776
  modalConfig?: {
7173
6777
  buttonLabel?: string | undefined;
7174
6778
  description?: string | undefined;
@@ -7284,13 +6888,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
7284
6888
  showValue?: boolean | undefined;
7285
6889
  pattern?: string | undefined;
7286
6890
  placeholder?: string | undefined;
7287
- visibleWhen?: {
7288
- field: string;
7289
- equals?: any;
7290
- notEquals?: any;
7291
- oneOf?: any[] | undefined;
7292
- notIn?: any[] | undefined;
7293
- } | undefined;
6891
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
7294
6892
  modalConfig?: {
7295
6893
  buttonLabel?: string | undefined;
7296
6894
  description?: string | undefined;
@@ -7399,13 +6997,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
7399
6997
  showValue?: boolean | undefined;
7400
6998
  pattern?: string | undefined;
7401
6999
  placeholder?: string | undefined;
7402
- visibleWhen?: {
7403
- field: string;
7404
- equals?: any;
7405
- notEquals?: any;
7406
- oneOf?: any[] | undefined;
7407
- notIn?: any[] | undefined;
7408
- } | undefined;
7000
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
7409
7001
  modalConfig?: {
7410
7002
  buttonLabel?: string | undefined;
7411
7003
  description?: string | undefined;
@@ -7506,13 +7098,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
7506
7098
  showValue?: boolean | undefined;
7507
7099
  pattern?: string | undefined;
7508
7100
  placeholder?: string | undefined;
7509
- visibleWhen?: {
7510
- field: string;
7511
- equals?: any;
7512
- notEquals?: any;
7513
- oneOf?: any[] | undefined;
7514
- notIn?: any[] | undefined;
7515
- } | undefined;
7101
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
7516
7102
  modalConfig?: {
7517
7103
  buttonLabel?: string | undefined;
7518
7104
  description?: string | undefined;
@@ -7613,13 +7199,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
7613
7199
  showValue?: boolean | undefined;
7614
7200
  pattern?: string | undefined;
7615
7201
  placeholder?: string | undefined;
7616
- visibleWhen?: {
7617
- field: string;
7618
- equals?: any;
7619
- notEquals?: any;
7620
- oneOf?: any[] | undefined;
7621
- notIn?: any[] | undefined;
7622
- } | undefined;
7202
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
7623
7203
  modalConfig?: {
7624
7204
  buttonLabel?: string | undefined;
7625
7205
  description?: string | undefined;
@@ -7721,13 +7301,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
7721
7301
  showValue?: boolean | undefined;
7722
7302
  pattern?: string | undefined;
7723
7303
  placeholder?: string | undefined;
7724
- visibleWhen?: {
7725
- field: string;
7726
- equals?: any;
7727
- notEquals?: any;
7728
- oneOf?: any[] | undefined;
7729
- notIn?: any[] | undefined;
7730
- } | undefined;
7304
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
7731
7305
  modalConfig?: {
7732
7306
  buttonLabel?: string | undefined;
7733
7307
  description?: string | undefined;
@@ -7827,13 +7401,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
7827
7401
  showValue?: boolean | undefined;
7828
7402
  pattern?: string | undefined;
7829
7403
  placeholder?: string | undefined;
7830
- visibleWhen?: {
7831
- field: string;
7832
- equals?: any;
7833
- notEquals?: any;
7834
- oneOf?: any[] | undefined;
7835
- notIn?: any[] | undefined;
7836
- } | undefined;
7404
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
7837
7405
  modalConfig?: {
7838
7406
  buttonLabel?: string | undefined;
7839
7407
  description?: string | undefined;
@@ -7933,13 +7501,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
7933
7501
  showValue?: boolean | undefined;
7934
7502
  pattern?: string | undefined;
7935
7503
  placeholder?: string | undefined;
7936
- visibleWhen?: {
7937
- field: string;
7938
- equals?: any;
7939
- notEquals?: any;
7940
- oneOf?: any[] | undefined;
7941
- notIn?: any[] | undefined;
7942
- } | undefined;
7504
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
7943
7505
  modalConfig?: {
7944
7506
  buttonLabel?: string | undefined;
7945
7507
  description?: string | undefined;
@@ -8039,13 +7601,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
8039
7601
  showValue?: boolean | undefined;
8040
7602
  pattern?: string | undefined;
8041
7603
  placeholder?: string | undefined;
8042
- visibleWhen?: {
8043
- field: string;
8044
- equals?: any;
8045
- notEquals?: any;
8046
- oneOf?: any[] | undefined;
8047
- notIn?: any[] | undefined;
8048
- } | undefined;
7604
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
8049
7605
  modalConfig?: {
8050
7606
  buttonLabel?: string | undefined;
8051
7607
  description?: string | undefined;
@@ -8145,13 +7701,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
8145
7701
  showValue?: boolean | undefined;
8146
7702
  pattern?: string | undefined;
8147
7703
  placeholder?: string | undefined;
8148
- visibleWhen?: {
8149
- field: string;
8150
- equals?: any;
8151
- notEquals?: any;
8152
- oneOf?: any[] | undefined;
8153
- notIn?: any[] | undefined;
8154
- } | undefined;
7704
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
8155
7705
  modalConfig?: {
8156
7706
  buttonLabel?: string | undefined;
8157
7707
  description?: string | undefined;
@@ -8251,13 +7801,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
8251
7801
  showValue?: boolean | undefined;
8252
7802
  pattern?: string | undefined;
8253
7803
  placeholder?: string | undefined;
8254
- visibleWhen?: {
8255
- field: string;
8256
- equals?: any;
8257
- notEquals?: any;
8258
- oneOf?: any[] | undefined;
8259
- notIn?: any[] | undefined;
8260
- } | undefined;
7804
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
8261
7805
  modalConfig?: {
8262
7806
  buttonLabel?: string | undefined;
8263
7807
  description?: string | undefined;
@@ -8361,13 +7905,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
8361
7905
  showValue?: boolean | undefined;
8362
7906
  pattern?: string | undefined;
8363
7907
  placeholder?: string | undefined;
8364
- visibleWhen?: {
8365
- field: string;
8366
- equals?: any;
8367
- notEquals?: any;
8368
- oneOf?: any[] | undefined;
8369
- notIn?: any[] | undefined;
8370
- } | undefined;
7908
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
8371
7909
  modalConfig?: {
8372
7910
  buttonLabel?: string | undefined;
8373
7911
  description?: string | undefined;
@@ -8467,13 +8005,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
8467
8005
  showValue?: boolean | undefined;
8468
8006
  pattern?: string | undefined;
8469
8007
  placeholder?: string | undefined;
8470
- visibleWhen?: {
8471
- field: string;
8472
- equals?: any;
8473
- notEquals?: any;
8474
- oneOf?: any[] | undefined;
8475
- notIn?: any[] | undefined;
8476
- } | undefined;
8008
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
8477
8009
  modalConfig?: {
8478
8010
  buttonLabel?: string | undefined;
8479
8011
  description?: string | undefined;
@@ -8575,13 +8107,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
8575
8107
  showValue?: boolean | undefined;
8576
8108
  pattern?: string | undefined;
8577
8109
  placeholder?: string | undefined;
8578
- visibleWhen?: {
8579
- field: string;
8580
- equals?: any;
8581
- notEquals?: any;
8582
- oneOf?: any[] | undefined;
8583
- notIn?: any[] | undefined;
8584
- } | undefined;
8110
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
8585
8111
  modalConfig?: {
8586
8112
  buttonLabel?: string | undefined;
8587
8113
  description?: string | undefined;
@@ -8681,13 +8207,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
8681
8207
  showValue?: boolean | undefined;
8682
8208
  pattern?: string | undefined;
8683
8209
  placeholder?: string | undefined;
8684
- visibleWhen?: {
8685
- field: string;
8686
- equals?: any;
8687
- notEquals?: any;
8688
- oneOf?: any[] | undefined;
8689
- notIn?: any[] | undefined;
8690
- } | undefined;
8210
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
8691
8211
  modalConfig?: {
8692
8212
  buttonLabel?: string | undefined;
8693
8213
  description?: string | undefined;
@@ -8794,13 +8314,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
8794
8314
  showValue?: boolean | undefined;
8795
8315
  pattern?: string | undefined;
8796
8316
  placeholder?: string | undefined;
8797
- visibleWhen?: {
8798
- field: string;
8799
- equals?: any;
8800
- notEquals?: any;
8801
- oneOf?: any[] | undefined;
8802
- notIn?: any[] | undefined;
8803
- } | undefined;
8317
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
8804
8318
  modalConfig?: {
8805
8319
  buttonLabel?: string | undefined;
8806
8320
  description?: string | undefined;
@@ -8906,13 +8420,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
8906
8420
  showValue?: boolean | undefined;
8907
8421
  pattern?: string | undefined;
8908
8422
  placeholder?: string | undefined;
8909
- visibleWhen?: {
8910
- field: string;
8911
- equals?: any;
8912
- notEquals?: any;
8913
- oneOf?: any[] | undefined;
8914
- notIn?: any[] | undefined;
8915
- } | undefined;
8423
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
8916
8424
  modalConfig?: {
8917
8425
  buttonLabel?: string | undefined;
8918
8426
  description?: string | undefined;
@@ -9012,13 +8520,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
9012
8520
  showValue?: boolean | undefined;
9013
8521
  pattern?: string | undefined;
9014
8522
  placeholder?: string | undefined;
9015
- visibleWhen?: {
9016
- field: string;
9017
- equals?: any;
9018
- notEquals?: any;
9019
- oneOf?: any[] | undefined;
9020
- notIn?: any[] | undefined;
9021
- } | undefined;
8523
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
9022
8524
  modalConfig?: {
9023
8525
  buttonLabel?: string | undefined;
9024
8526
  description?: string | undefined;
@@ -9118,13 +8620,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
9118
8620
  showValue?: boolean | undefined;
9119
8621
  pattern?: string | undefined;
9120
8622
  placeholder?: string | undefined;
9121
- visibleWhen?: {
9122
- field: string;
9123
- equals?: any;
9124
- notEquals?: any;
9125
- oneOf?: any[] | undefined;
9126
- notIn?: any[] | undefined;
9127
- } | undefined;
8623
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
9128
8624
  modalConfig?: {
9129
8625
  buttonLabel?: string | undefined;
9130
8626
  description?: string | undefined;
@@ -9228,13 +8724,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
9228
8724
  showValue?: boolean | undefined;
9229
8725
  pattern?: string | undefined;
9230
8726
  placeholder?: string | undefined;
9231
- visibleWhen?: {
9232
- field: string;
9233
- equals?: any;
9234
- notEquals?: any;
9235
- oneOf?: any[] | undefined;
9236
- notIn?: any[] | undefined;
9237
- } | undefined;
8727
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
9238
8728
  modalConfig?: {
9239
8729
  buttonLabel?: string | undefined;
9240
8730
  description?: string | undefined;
@@ -9340,13 +8830,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
9340
8830
  showValue?: boolean | undefined;
9341
8831
  pattern?: string | undefined;
9342
8832
  placeholder?: string | undefined;
9343
- visibleWhen?: {
9344
- field: string;
9345
- equals?: any;
9346
- notEquals?: any;
9347
- oneOf?: any[] | undefined;
9348
- notIn?: any[] | undefined;
9349
- } | undefined;
8833
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
9350
8834
  modalConfig?: {
9351
8835
  buttonLabel?: string | undefined;
9352
8836
  description?: string | undefined;
@@ -9446,13 +8930,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
9446
8930
  showValue?: boolean | undefined;
9447
8931
  pattern?: string | undefined;
9448
8932
  placeholder?: string | undefined;
9449
- visibleWhen?: {
9450
- field: string;
9451
- equals?: any;
9452
- notEquals?: any;
9453
- oneOf?: any[] | undefined;
9454
- notIn?: any[] | undefined;
9455
- } | undefined;
8933
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
9456
8934
  modalConfig?: {
9457
8935
  buttonLabel?: string | undefined;
9458
8936
  description?: string | undefined;
@@ -9555,13 +9033,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
9555
9033
  showValue?: boolean | undefined;
9556
9034
  pattern?: string | undefined;
9557
9035
  placeholder?: string | undefined;
9558
- visibleWhen?: {
9559
- field: string;
9560
- equals?: any;
9561
- notEquals?: any;
9562
- oneOf?: any[] | undefined;
9563
- notIn?: any[] | undefined;
9564
- } | undefined;
9036
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
9565
9037
  modalConfig?: {
9566
9038
  buttonLabel?: string | undefined;
9567
9039
  description?: string | undefined;
@@ -9666,13 +9138,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
9666
9138
  showValue?: boolean | undefined;
9667
9139
  pattern?: string | undefined;
9668
9140
  placeholder?: string | undefined;
9669
- visibleWhen?: {
9670
- field: string;
9671
- equals?: any;
9672
- notEquals?: any;
9673
- oneOf?: any[] | undefined;
9674
- notIn?: any[] | undefined;
9675
- } | undefined;
9141
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
9676
9142
  modalConfig?: {
9677
9143
  buttonLabel?: string | undefined;
9678
9144
  description?: string | undefined;
@@ -9778,13 +9244,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
9778
9244
  showValue?: boolean | undefined;
9779
9245
  pattern?: string | undefined;
9780
9246
  placeholder?: string | undefined;
9781
- visibleWhen?: {
9782
- field: string;
9783
- equals?: any;
9784
- notEquals?: any;
9785
- oneOf?: any[] | undefined;
9786
- notIn?: any[] | undefined;
9787
- } | undefined;
9247
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
9788
9248
  modalConfig?: {
9789
9249
  buttonLabel?: string | undefined;
9790
9250
  description?: string | undefined;
@@ -9884,13 +9344,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
9884
9344
  showValue?: boolean | undefined;
9885
9345
  pattern?: string | undefined;
9886
9346
  placeholder?: string | undefined;
9887
- visibleWhen?: {
9888
- field: string;
9889
- equals?: any;
9890
- notEquals?: any;
9891
- oneOf?: any[] | undefined;
9892
- notIn?: any[] | undefined;
9893
- } | undefined;
9347
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
9894
9348
  modalConfig?: {
9895
9349
  buttonLabel?: string | undefined;
9896
9350
  description?: string | undefined;
@@ -9997,13 +9451,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
9997
9451
  showValue?: boolean | undefined;
9998
9452
  pattern?: string | undefined;
9999
9453
  placeholder?: string | undefined;
10000
- visibleWhen?: {
10001
- field: string;
10002
- equals?: any;
10003
- notEquals?: any;
10004
- oneOf?: any[] | undefined;
10005
- notIn?: any[] | undefined;
10006
- } | undefined;
9454
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
10007
9455
  modalConfig?: {
10008
9456
  buttonLabel?: string | undefined;
10009
9457
  description?: string | undefined;
@@ -10104,13 +9552,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
10104
9552
  showValue?: boolean | undefined;
10105
9553
  pattern?: string | undefined;
10106
9554
  placeholder?: string | undefined;
10107
- visibleWhen?: {
10108
- field: string;
10109
- equals?: any;
10110
- notEquals?: any;
10111
- oneOf?: any[] | undefined;
10112
- notIn?: any[] | undefined;
10113
- } | undefined;
9555
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
10114
9556
  modalConfig?: {
10115
9557
  buttonLabel?: string | undefined;
10116
9558
  description?: string | undefined;
@@ -10211,13 +9653,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
10211
9653
  showValue?: boolean | undefined;
10212
9654
  pattern?: string | undefined;
10213
9655
  placeholder?: string | undefined;
10214
- visibleWhen?: {
10215
- field: string;
10216
- equals?: any;
10217
- notEquals?: any;
10218
- oneOf?: any[] | undefined;
10219
- notIn?: any[] | undefined;
10220
- } | undefined;
9656
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
10221
9657
  modalConfig?: {
10222
9658
  buttonLabel?: string | undefined;
10223
9659
  description?: string | undefined;
@@ -10319,13 +9755,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
10319
9755
  showValue?: boolean | undefined;
10320
9756
  pattern?: string | undefined;
10321
9757
  placeholder?: string | undefined;
10322
- visibleWhen?: {
10323
- field: string;
10324
- equals?: any;
10325
- notEquals?: any;
10326
- oneOf?: any[] | undefined;
10327
- notIn?: any[] | undefined;
10328
- } | undefined;
9758
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
10329
9759
  modalConfig?: {
10330
9760
  buttonLabel?: string | undefined;
10331
9761
  description?: string | undefined;
@@ -10425,13 +9855,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
10425
9855
  showValue?: boolean | undefined;
10426
9856
  pattern?: string | undefined;
10427
9857
  placeholder?: string | undefined;
10428
- visibleWhen?: {
10429
- field: string;
10430
- equals?: any;
10431
- notEquals?: any;
10432
- oneOf?: any[] | undefined;
10433
- notIn?: any[] | undefined;
10434
- } | undefined;
9858
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
10435
9859
  modalConfig?: {
10436
9860
  buttonLabel?: string | undefined;
10437
9861
  description?: string | undefined;
@@ -10531,13 +9955,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
10531
9955
  showValue?: boolean | undefined;
10532
9956
  pattern?: string | undefined;
10533
9957
  placeholder?: string | undefined;
10534
- visibleWhen?: {
10535
- field: string;
10536
- equals?: any;
10537
- notEquals?: any;
10538
- oneOf?: any[] | undefined;
10539
- notIn?: any[] | undefined;
10540
- } | undefined;
9958
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
10541
9959
  modalConfig?: {
10542
9960
  buttonLabel?: string | undefined;
10543
9961
  description?: string | undefined;
@@ -10637,13 +10055,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
10637
10055
  showValue?: boolean | undefined;
10638
10056
  pattern?: string | undefined;
10639
10057
  placeholder?: string | undefined;
10640
- visibleWhen?: {
10641
- field: string;
10642
- equals?: any;
10643
- notEquals?: any;
10644
- oneOf?: any[] | undefined;
10645
- notIn?: any[] | undefined;
10646
- } | undefined;
10058
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
10647
10059
  modalConfig?: {
10648
10060
  buttonLabel?: string | undefined;
10649
10061
  description?: string | undefined;
@@ -10743,13 +10155,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
10743
10155
  showValue?: boolean | undefined;
10744
10156
  pattern?: string | undefined;
10745
10157
  placeholder?: string | undefined;
10746
- visibleWhen?: {
10747
- field: string;
10748
- equals?: any;
10749
- notEquals?: any;
10750
- oneOf?: any[] | undefined;
10751
- notIn?: any[] | undefined;
10752
- } | undefined;
10158
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
10753
10159
  modalConfig?: {
10754
10160
  buttonLabel?: string | undefined;
10755
10161
  description?: string | undefined;
@@ -10849,13 +10255,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
10849
10255
  showValue?: boolean | undefined;
10850
10256
  pattern?: string | undefined;
10851
10257
  placeholder?: string | undefined;
10852
- visibleWhen?: {
10853
- field: string;
10854
- equals?: any;
10855
- notEquals?: any;
10856
- oneOf?: any[] | undefined;
10857
- notIn?: any[] | undefined;
10858
- } | undefined;
10258
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
10859
10259
  modalConfig?: {
10860
10260
  buttonLabel?: string | undefined;
10861
10261
  description?: string | undefined;
@@ -10959,13 +10359,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
10959
10359
  showValue?: boolean | undefined;
10960
10360
  pattern?: string | undefined;
10961
10361
  placeholder?: string | undefined;
10962
- visibleWhen?: {
10963
- field: string;
10964
- equals?: any;
10965
- notEquals?: any;
10966
- oneOf?: any[] | undefined;
10967
- notIn?: any[] | undefined;
10968
- } | undefined;
10362
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
10969
10363
  modalConfig?: {
10970
10364
  buttonLabel?: string | undefined;
10971
10365
  description?: string | undefined;
@@ -11065,13 +10459,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
11065
10459
  showValue?: boolean | undefined;
11066
10460
  pattern?: string | undefined;
11067
10461
  placeholder?: string | undefined;
11068
- visibleWhen?: {
11069
- field: string;
11070
- equals?: any;
11071
- notEquals?: any;
11072
- oneOf?: any[] | undefined;
11073
- notIn?: any[] | undefined;
11074
- } | undefined;
10462
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
11075
10463
  modalConfig?: {
11076
10464
  buttonLabel?: string | undefined;
11077
10465
  description?: string | undefined;
@@ -11173,13 +10561,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
11173
10561
  showValue?: boolean | undefined;
11174
10562
  pattern?: string | undefined;
11175
10563
  placeholder?: string | undefined;
11176
- visibleWhen?: {
11177
- field: string;
11178
- equals?: any;
11179
- notEquals?: any;
11180
- oneOf?: any[] | undefined;
11181
- notIn?: any[] | undefined;
11182
- } | undefined;
10564
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
11183
10565
  modalConfig?: {
11184
10566
  buttonLabel?: string | undefined;
11185
10567
  description?: string | undefined;
@@ -11279,13 +10661,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
11279
10661
  showValue?: boolean | undefined;
11280
10662
  pattern?: string | undefined;
11281
10663
  placeholder?: string | undefined;
11282
- visibleWhen?: {
11283
- field: string;
11284
- equals?: any;
11285
- notEquals?: any;
11286
- oneOf?: any[] | undefined;
11287
- notIn?: any[] | undefined;
11288
- } | undefined;
10664
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
11289
10665
  modalConfig?: {
11290
10666
  buttonLabel?: string | undefined;
11291
10667
  description?: string | undefined;
@@ -11401,13 +10777,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
11401
10777
  showValue?: boolean | undefined;
11402
10778
  pattern?: string | undefined;
11403
10779
  placeholder?: string | undefined;
11404
- visibleWhen?: {
11405
- field: string;
11406
- equals?: any;
11407
- notEquals?: any;
11408
- oneOf?: any[] | undefined;
11409
- notIn?: any[] | undefined;
11410
- } | undefined;
10780
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
11411
10781
  modalConfig?: {
11412
10782
  buttonLabel?: string | undefined;
11413
10783
  description?: string | undefined;
@@ -11511,13 +10881,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
11511
10881
  showValue?: boolean | undefined;
11512
10882
  pattern?: string | undefined;
11513
10883
  placeholder?: string | undefined;
11514
- visibleWhen?: {
11515
- field: string;
11516
- equals?: any;
11517
- notEquals?: any;
11518
- oneOf?: any[] | undefined;
11519
- notIn?: any[] | undefined;
11520
- } | undefined;
10884
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
11521
10885
  modalConfig?: {
11522
10886
  buttonLabel?: string | undefined;
11523
10887
  description?: string | undefined;
@@ -11633,13 +10997,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
11633
10997
  showValue?: boolean | undefined;
11634
10998
  pattern?: string | undefined;
11635
10999
  placeholder?: string | undefined;
11636
- visibleWhen?: {
11637
- field: string;
11638
- equals?: any;
11639
- notEquals?: any;
11640
- oneOf?: any[] | undefined;
11641
- notIn?: any[] | undefined;
11642
- } | undefined;
11000
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
11643
11001
  modalConfig?: {
11644
11002
  buttonLabel?: string | undefined;
11645
11003
  description?: string | undefined;
@@ -11748,13 +11106,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
11748
11106
  showValue?: boolean | undefined;
11749
11107
  pattern?: string | undefined;
11750
11108
  placeholder?: string | undefined;
11751
- visibleWhen?: {
11752
- field: string;
11753
- equals?: any;
11754
- notEquals?: any;
11755
- oneOf?: any[] | undefined;
11756
- notIn?: any[] | undefined;
11757
- } | undefined;
11109
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
11758
11110
  modalConfig?: {
11759
11111
  buttonLabel?: string | undefined;
11760
11112
  description?: string | undefined;
@@ -11855,13 +11207,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
11855
11207
  showValue?: boolean | undefined;
11856
11208
  pattern?: string | undefined;
11857
11209
  placeholder?: string | undefined;
11858
- visibleWhen?: {
11859
- field: string;
11860
- equals?: any;
11861
- notEquals?: any;
11862
- oneOf?: any[] | undefined;
11863
- notIn?: any[] | undefined;
11864
- } | undefined;
11210
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
11865
11211
  modalConfig?: {
11866
11212
  buttonLabel?: string | undefined;
11867
11213
  description?: string | undefined;
@@ -11962,13 +11308,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
11962
11308
  showValue?: boolean | undefined;
11963
11309
  pattern?: string | undefined;
11964
11310
  placeholder?: string | undefined;
11965
- visibleWhen?: {
11966
- field: string;
11967
- equals?: any;
11968
- notEquals?: any;
11969
- oneOf?: any[] | undefined;
11970
- notIn?: any[] | undefined;
11971
- } | undefined;
11311
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
11972
11312
  modalConfig?: {
11973
11313
  buttonLabel?: string | undefined;
11974
11314
  description?: string | undefined;
@@ -12070,13 +11410,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
12070
11410
  showValue?: boolean | undefined;
12071
11411
  pattern?: string | undefined;
12072
11412
  placeholder?: string | undefined;
12073
- visibleWhen?: {
12074
- field: string;
12075
- equals?: any;
12076
- notEquals?: any;
12077
- oneOf?: any[] | undefined;
12078
- notIn?: any[] | undefined;
12079
- } | undefined;
11413
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
12080
11414
  modalConfig?: {
12081
11415
  buttonLabel?: string | undefined;
12082
11416
  description?: string | undefined;
@@ -12176,13 +11510,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
12176
11510
  showValue?: boolean | undefined;
12177
11511
  pattern?: string | undefined;
12178
11512
  placeholder?: string | undefined;
12179
- visibleWhen?: {
12180
- field: string;
12181
- equals?: any;
12182
- notEquals?: any;
12183
- oneOf?: any[] | undefined;
12184
- notIn?: any[] | undefined;
12185
- } | undefined;
11513
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
12186
11514
  modalConfig?: {
12187
11515
  buttonLabel?: string | undefined;
12188
11516
  description?: string | undefined;
@@ -12282,13 +11610,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
12282
11610
  showValue?: boolean | undefined;
12283
11611
  pattern?: string | undefined;
12284
11612
  placeholder?: string | undefined;
12285
- visibleWhen?: {
12286
- field: string;
12287
- equals?: any;
12288
- notEquals?: any;
12289
- oneOf?: any[] | undefined;
12290
- notIn?: any[] | undefined;
12291
- } | undefined;
11613
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
12292
11614
  modalConfig?: {
12293
11615
  buttonLabel?: string | undefined;
12294
11616
  description?: string | undefined;
@@ -12388,13 +11710,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
12388
11710
  showValue?: boolean | undefined;
12389
11711
  pattern?: string | undefined;
12390
11712
  placeholder?: string | undefined;
12391
- visibleWhen?: {
12392
- field: string;
12393
- equals?: any;
12394
- notEquals?: any;
12395
- oneOf?: any[] | undefined;
12396
- notIn?: any[] | undefined;
12397
- } | undefined;
11713
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
12398
11714
  modalConfig?: {
12399
11715
  buttonLabel?: string | undefined;
12400
11716
  description?: string | undefined;
@@ -12494,13 +11810,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
12494
11810
  showValue?: boolean | undefined;
12495
11811
  pattern?: string | undefined;
12496
11812
  placeholder?: string | undefined;
12497
- visibleWhen?: {
12498
- field: string;
12499
- equals?: any;
12500
- notEquals?: any;
12501
- oneOf?: any[] | undefined;
12502
- notIn?: any[] | undefined;
12503
- } | undefined;
11813
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
12504
11814
  modalConfig?: {
12505
11815
  buttonLabel?: string | undefined;
12506
11816
  description?: string | undefined;
@@ -12600,13 +11910,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
12600
11910
  showValue?: boolean | undefined;
12601
11911
  pattern?: string | undefined;
12602
11912
  placeholder?: string | undefined;
12603
- visibleWhen?: {
12604
- field: string;
12605
- equals?: any;
12606
- notEquals?: any;
12607
- oneOf?: any[] | undefined;
12608
- notIn?: any[] | undefined;
12609
- } | undefined;
11913
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
12610
11914
  modalConfig?: {
12611
11915
  buttonLabel?: string | undefined;
12612
11916
  description?: string | undefined;
@@ -12710,13 +12014,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
12710
12014
  showValue?: boolean | undefined;
12711
12015
  pattern?: string | undefined;
12712
12016
  placeholder?: string | undefined;
12713
- visibleWhen?: {
12714
- field: string;
12715
- equals?: any;
12716
- notEquals?: any;
12717
- oneOf?: any[] | undefined;
12718
- notIn?: any[] | undefined;
12719
- } | undefined;
12017
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
12720
12018
  modalConfig?: {
12721
12019
  buttonLabel?: string | undefined;
12722
12020
  description?: string | undefined;
@@ -12816,13 +12114,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
12816
12114
  showValue?: boolean | undefined;
12817
12115
  pattern?: string | undefined;
12818
12116
  placeholder?: string | undefined;
12819
- visibleWhen?: {
12820
- field: string;
12821
- equals?: any;
12822
- notEquals?: any;
12823
- oneOf?: any[] | undefined;
12824
- notIn?: any[] | undefined;
12825
- } | undefined;
12117
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
12826
12118
  modalConfig?: {
12827
12119
  buttonLabel?: string | undefined;
12828
12120
  description?: string | undefined;
@@ -12924,13 +12216,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
12924
12216
  showValue?: boolean | undefined;
12925
12217
  pattern?: string | undefined;
12926
12218
  placeholder?: string | undefined;
12927
- visibleWhen?: {
12928
- field: string;
12929
- equals?: any;
12930
- notEquals?: any;
12931
- oneOf?: any[] | undefined;
12932
- notIn?: any[] | undefined;
12933
- } | undefined;
12219
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
12934
12220
  modalConfig?: {
12935
12221
  buttonLabel?: string | undefined;
12936
12222
  description?: string | undefined;
@@ -13030,13 +12316,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
13030
12316
  showValue?: boolean | undefined;
13031
12317
  pattern?: string | undefined;
13032
12318
  placeholder?: string | undefined;
13033
- visibleWhen?: {
13034
- field: string;
13035
- equals?: any;
13036
- notEquals?: any;
13037
- oneOf?: any[] | undefined;
13038
- notIn?: any[] | undefined;
13039
- } | undefined;
12319
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
13040
12320
  modalConfig?: {
13041
12321
  buttonLabel?: string | undefined;
13042
12322
  description?: string | undefined;
@@ -13154,13 +12434,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
13154
12434
  showValue?: boolean | undefined;
13155
12435
  pattern?: string | undefined;
13156
12436
  placeholder?: string | undefined;
13157
- visibleWhen?: {
13158
- field: string;
13159
- equals?: any;
13160
- notEquals?: any;
13161
- oneOf?: any[] | undefined;
13162
- notIn?: any[] | undefined;
13163
- } | undefined;
12437
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
13164
12438
  modalConfig?: {
13165
12439
  buttonLabel?: string | undefined;
13166
12440
  description?: string | undefined;
@@ -13269,13 +12543,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
13269
12543
  showValue?: boolean | undefined;
13270
12544
  pattern?: string | undefined;
13271
12545
  placeholder?: string | undefined;
13272
- visibleWhen?: {
13273
- field: string;
13274
- equals?: any;
13275
- notEquals?: any;
13276
- oneOf?: any[] | undefined;
13277
- notIn?: any[] | undefined;
13278
- } | undefined;
12546
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
13279
12547
  modalConfig?: {
13280
12548
  buttonLabel?: string | undefined;
13281
12549
  description?: string | undefined;
@@ -13376,13 +12644,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
13376
12644
  showValue?: boolean | undefined;
13377
12645
  pattern?: string | undefined;
13378
12646
  placeholder?: string | undefined;
13379
- visibleWhen?: {
13380
- field: string;
13381
- equals?: any;
13382
- notEquals?: any;
13383
- oneOf?: any[] | undefined;
13384
- notIn?: any[] | undefined;
13385
- } | undefined;
12647
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
13386
12648
  modalConfig?: {
13387
12649
  buttonLabel?: string | undefined;
13388
12650
  description?: string | undefined;
@@ -13483,13 +12745,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
13483
12745
  showValue?: boolean | undefined;
13484
12746
  pattern?: string | undefined;
13485
12747
  placeholder?: string | undefined;
13486
- visibleWhen?: {
13487
- field: string;
13488
- equals?: any;
13489
- notEquals?: any;
13490
- oneOf?: any[] | undefined;
13491
- notIn?: any[] | undefined;
13492
- } | undefined;
12748
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
13493
12749
  modalConfig?: {
13494
12750
  buttonLabel?: string | undefined;
13495
12751
  description?: string | undefined;
@@ -13591,13 +12847,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
13591
12847
  showValue?: boolean | undefined;
13592
12848
  pattern?: string | undefined;
13593
12849
  placeholder?: string | undefined;
13594
- visibleWhen?: {
13595
- field: string;
13596
- equals?: any;
13597
- notEquals?: any;
13598
- oneOf?: any[] | undefined;
13599
- notIn?: any[] | undefined;
13600
- } | undefined;
12850
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
13601
12851
  modalConfig?: {
13602
12852
  buttonLabel?: string | undefined;
13603
12853
  description?: string | undefined;
@@ -13697,13 +12947,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
13697
12947
  showValue?: boolean | undefined;
13698
12948
  pattern?: string | undefined;
13699
12949
  placeholder?: string | undefined;
13700
- visibleWhen?: {
13701
- field: string;
13702
- equals?: any;
13703
- notEquals?: any;
13704
- oneOf?: any[] | undefined;
13705
- notIn?: any[] | undefined;
13706
- } | undefined;
12950
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
13707
12951
  modalConfig?: {
13708
12952
  buttonLabel?: string | undefined;
13709
12953
  description?: string | undefined;
@@ -13803,13 +13047,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
13803
13047
  showValue?: boolean | undefined;
13804
13048
  pattern?: string | undefined;
13805
13049
  placeholder?: string | undefined;
13806
- visibleWhen?: {
13807
- field: string;
13808
- equals?: any;
13809
- notEquals?: any;
13810
- oneOf?: any[] | undefined;
13811
- notIn?: any[] | undefined;
13812
- } | undefined;
13050
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
13813
13051
  modalConfig?: {
13814
13052
  buttonLabel?: string | undefined;
13815
13053
  description?: string | undefined;
@@ -13909,13 +13147,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
13909
13147
  showValue?: boolean | undefined;
13910
13148
  pattern?: string | undefined;
13911
13149
  placeholder?: string | undefined;
13912
- visibleWhen?: {
13913
- field: string;
13914
- equals?: any;
13915
- notEquals?: any;
13916
- oneOf?: any[] | undefined;
13917
- notIn?: any[] | undefined;
13918
- } | undefined;
13150
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
13919
13151
  modalConfig?: {
13920
13152
  buttonLabel?: string | undefined;
13921
13153
  description?: string | undefined;
@@ -14015,13 +13247,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
14015
13247
  showValue?: boolean | undefined;
14016
13248
  pattern?: string | undefined;
14017
13249
  placeholder?: string | undefined;
14018
- visibleWhen?: {
14019
- field: string;
14020
- equals?: any;
14021
- notEquals?: any;
14022
- oneOf?: any[] | undefined;
14023
- notIn?: any[] | undefined;
14024
- } | undefined;
13250
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
14025
13251
  modalConfig?: {
14026
13252
  buttonLabel?: string | undefined;
14027
13253
  description?: string | undefined;
@@ -14121,13 +13347,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
14121
13347
  showValue?: boolean | undefined;
14122
13348
  pattern?: string | undefined;
14123
13349
  placeholder?: string | undefined;
14124
- visibleWhen?: {
14125
- field: string;
14126
- equals?: any;
14127
- notEquals?: any;
14128
- oneOf?: any[] | undefined;
14129
- notIn?: any[] | undefined;
14130
- } | undefined;
13350
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
14131
13351
  modalConfig?: {
14132
13352
  buttonLabel?: string | undefined;
14133
13353
  description?: string | undefined;
@@ -14231,13 +13451,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
14231
13451
  showValue?: boolean | undefined;
14232
13452
  pattern?: string | undefined;
14233
13453
  placeholder?: string | undefined;
14234
- visibleWhen?: {
14235
- field: string;
14236
- equals?: any;
14237
- notEquals?: any;
14238
- oneOf?: any[] | undefined;
14239
- notIn?: any[] | undefined;
14240
- } | undefined;
13454
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
14241
13455
  modalConfig?: {
14242
13456
  buttonLabel?: string | undefined;
14243
13457
  description?: string | undefined;
@@ -14337,13 +13551,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
14337
13551
  showValue?: boolean | undefined;
14338
13552
  pattern?: string | undefined;
14339
13553
  placeholder?: string | undefined;
14340
- visibleWhen?: {
14341
- field: string;
14342
- equals?: any;
14343
- notEquals?: any;
14344
- oneOf?: any[] | undefined;
14345
- notIn?: any[] | undefined;
14346
- } | undefined;
13554
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
14347
13555
  modalConfig?: {
14348
13556
  buttonLabel?: string | undefined;
14349
13557
  description?: string | undefined;
@@ -14445,13 +13653,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
14445
13653
  showValue?: boolean | undefined;
14446
13654
  pattern?: string | undefined;
14447
13655
  placeholder?: string | undefined;
14448
- visibleWhen?: {
14449
- field: string;
14450
- equals?: any;
14451
- notEquals?: any;
14452
- oneOf?: any[] | undefined;
14453
- notIn?: any[] | undefined;
14454
- } | undefined;
13656
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
14455
13657
  modalConfig?: {
14456
13658
  buttonLabel?: string | undefined;
14457
13659
  description?: string | undefined;
@@ -14551,13 +13753,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
14551
13753
  showValue?: boolean | undefined;
14552
13754
  pattern?: string | undefined;
14553
13755
  placeholder?: string | undefined;
14554
- visibleWhen?: {
14555
- field: string;
14556
- equals?: any;
14557
- notEquals?: any;
14558
- oneOf?: any[] | undefined;
14559
- notIn?: any[] | undefined;
14560
- } | undefined;
13756
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
14561
13757
  modalConfig?: {
14562
13758
  buttonLabel?: string | undefined;
14563
13759
  description?: string | undefined;
@@ -14664,13 +13860,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
14664
13860
  showValue?: boolean | undefined;
14665
13861
  pattern?: string | undefined;
14666
13862
  placeholder?: string | undefined;
14667
- visibleWhen?: {
14668
- field: string;
14669
- equals?: any;
14670
- notEquals?: any;
14671
- oneOf?: any[] | undefined;
14672
- notIn?: any[] | undefined;
14673
- } | undefined;
13863
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
14674
13864
  modalConfig?: {
14675
13865
  buttonLabel?: string | undefined;
14676
13866
  description?: string | undefined;
@@ -14776,13 +13966,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
14776
13966
  showValue?: boolean | undefined;
14777
13967
  pattern?: string | undefined;
14778
13968
  placeholder?: string | undefined;
14779
- visibleWhen?: {
14780
- field: string;
14781
- equals?: any;
14782
- notEquals?: any;
14783
- oneOf?: any[] | undefined;
14784
- notIn?: any[] | undefined;
14785
- } | undefined;
13969
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
14786
13970
  modalConfig?: {
14787
13971
  buttonLabel?: string | undefined;
14788
13972
  description?: string | undefined;
@@ -14882,13 +14066,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
14882
14066
  showValue?: boolean | undefined;
14883
14067
  pattern?: string | undefined;
14884
14068
  placeholder?: string | undefined;
14885
- visibleWhen?: {
14886
- field: string;
14887
- equals?: any;
14888
- notEquals?: any;
14889
- oneOf?: any[] | undefined;
14890
- notIn?: any[] | undefined;
14891
- } | undefined;
14069
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
14892
14070
  modalConfig?: {
14893
14071
  buttonLabel?: string | undefined;
14894
14072
  description?: string | undefined;
@@ -14991,13 +14169,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
14991
14169
  showValue?: boolean | undefined;
14992
14170
  pattern?: string | undefined;
14993
14171
  placeholder?: string | undefined;
14994
- visibleWhen?: {
14995
- field: string;
14996
- equals?: any;
14997
- notEquals?: any;
14998
- oneOf?: any[] | undefined;
14999
- notIn?: any[] | undefined;
15000
- } | undefined;
14172
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
15001
14173
  modalConfig?: {
15002
14174
  buttonLabel?: string | undefined;
15003
14175
  description?: string | undefined;
@@ -15102,13 +14274,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
15102
14274
  showValue?: boolean | undefined;
15103
14275
  pattern?: string | undefined;
15104
14276
  placeholder?: string | undefined;
15105
- visibleWhen?: {
15106
- field: string;
15107
- equals?: any;
15108
- notEquals?: any;
15109
- oneOf?: any[] | undefined;
15110
- notIn?: any[] | undefined;
15111
- } | undefined;
14277
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
15112
14278
  modalConfig?: {
15113
14279
  buttonLabel?: string | undefined;
15114
14280
  description?: string | undefined;
@@ -15214,13 +14380,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
15214
14380
  showValue?: boolean | undefined;
15215
14381
  pattern?: string | undefined;
15216
14382
  placeholder?: string | undefined;
15217
- visibleWhen?: {
15218
- field: string;
15219
- equals?: any;
15220
- notEquals?: any;
15221
- oneOf?: any[] | undefined;
15222
- notIn?: any[] | undefined;
15223
- } | undefined;
14383
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
15224
14384
  modalConfig?: {
15225
14385
  buttonLabel?: string | undefined;
15226
14386
  description?: string | undefined;
@@ -15320,13 +14480,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
15320
14480
  showValue?: boolean | undefined;
15321
14481
  pattern?: string | undefined;
15322
14482
  placeholder?: string | undefined;
15323
- visibleWhen?: {
15324
- field: string;
15325
- equals?: any;
15326
- notEquals?: any;
15327
- oneOf?: any[] | undefined;
15328
- notIn?: any[] | undefined;
15329
- } | undefined;
14483
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
15330
14484
  modalConfig?: {
15331
14485
  buttonLabel?: string | undefined;
15332
14486
  description?: string | undefined;
@@ -15433,13 +14587,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
15433
14587
  showValue?: boolean | undefined;
15434
14588
  pattern?: string | undefined;
15435
14589
  placeholder?: string | undefined;
15436
- visibleWhen?: {
15437
- field: string;
15438
- equals?: any;
15439
- notEquals?: any;
15440
- oneOf?: any[] | undefined;
15441
- notIn?: any[] | undefined;
15442
- } | undefined;
14590
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
15443
14591
  modalConfig?: {
15444
14592
  buttonLabel?: string | undefined;
15445
14593
  description?: string | undefined;
@@ -15540,13 +14688,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
15540
14688
  showValue?: boolean | undefined;
15541
14689
  pattern?: string | undefined;
15542
14690
  placeholder?: string | undefined;
15543
- visibleWhen?: {
15544
- field: string;
15545
- equals?: any;
15546
- notEquals?: any;
15547
- oneOf?: any[] | undefined;
15548
- notIn?: any[] | undefined;
15549
- } | undefined;
14691
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
15550
14692
  modalConfig?: {
15551
14693
  buttonLabel?: string | undefined;
15552
14694
  description?: string | undefined;
@@ -15647,13 +14789,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
15647
14789
  showValue?: boolean | undefined;
15648
14790
  pattern?: string | undefined;
15649
14791
  placeholder?: string | undefined;
15650
- visibleWhen?: {
15651
- field: string;
15652
- equals?: any;
15653
- notEquals?: any;
15654
- oneOf?: any[] | undefined;
15655
- notIn?: any[] | undefined;
15656
- } | undefined;
14792
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
15657
14793
  modalConfig?: {
15658
14794
  buttonLabel?: string | undefined;
15659
14795
  description?: string | undefined;
@@ -15755,13 +14891,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
15755
14891
  showValue?: boolean | undefined;
15756
14892
  pattern?: string | undefined;
15757
14893
  placeholder?: string | undefined;
15758
- visibleWhen?: {
15759
- field: string;
15760
- equals?: any;
15761
- notEquals?: any;
15762
- oneOf?: any[] | undefined;
15763
- notIn?: any[] | undefined;
15764
- } | undefined;
14894
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
15765
14895
  modalConfig?: {
15766
14896
  buttonLabel?: string | undefined;
15767
14897
  description?: string | undefined;
@@ -15861,13 +14991,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
15861
14991
  showValue?: boolean | undefined;
15862
14992
  pattern?: string | undefined;
15863
14993
  placeholder?: string | undefined;
15864
- visibleWhen?: {
15865
- field: string;
15866
- equals?: any;
15867
- notEquals?: any;
15868
- oneOf?: any[] | undefined;
15869
- notIn?: any[] | undefined;
15870
- } | undefined;
14994
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
15871
14995
  modalConfig?: {
15872
14996
  buttonLabel?: string | undefined;
15873
14997
  description?: string | undefined;
@@ -15967,13 +15091,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
15967
15091
  showValue?: boolean | undefined;
15968
15092
  pattern?: string | undefined;
15969
15093
  placeholder?: string | undefined;
15970
- visibleWhen?: {
15971
- field: string;
15972
- equals?: any;
15973
- notEquals?: any;
15974
- oneOf?: any[] | undefined;
15975
- notIn?: any[] | undefined;
15976
- } | undefined;
15094
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
15977
15095
  modalConfig?: {
15978
15096
  buttonLabel?: string | undefined;
15979
15097
  description?: string | undefined;
@@ -16073,13 +15191,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
16073
15191
  showValue?: boolean | undefined;
16074
15192
  pattern?: string | undefined;
16075
15193
  placeholder?: string | undefined;
16076
- visibleWhen?: {
16077
- field: string;
16078
- equals?: any;
16079
- notEquals?: any;
16080
- oneOf?: any[] | undefined;
16081
- notIn?: any[] | undefined;
16082
- } | undefined;
15194
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
16083
15195
  modalConfig?: {
16084
15196
  buttonLabel?: string | undefined;
16085
15197
  description?: string | undefined;
@@ -16179,13 +15291,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
16179
15291
  showValue?: boolean | undefined;
16180
15292
  pattern?: string | undefined;
16181
15293
  placeholder?: string | undefined;
16182
- visibleWhen?: {
16183
- field: string;
16184
- equals?: any;
16185
- notEquals?: any;
16186
- oneOf?: any[] | undefined;
16187
- notIn?: any[] | undefined;
16188
- } | undefined;
15294
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
16189
15295
  modalConfig?: {
16190
15296
  buttonLabel?: string | undefined;
16191
15297
  description?: string | undefined;
@@ -16285,13 +15391,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
16285
15391
  showValue?: boolean | undefined;
16286
15392
  pattern?: string | undefined;
16287
15393
  placeholder?: string | undefined;
16288
- visibleWhen?: {
16289
- field: string;
16290
- equals?: any;
16291
- notEquals?: any;
16292
- oneOf?: any[] | undefined;
16293
- notIn?: any[] | undefined;
16294
- } | undefined;
15394
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
16295
15395
  modalConfig?: {
16296
15396
  buttonLabel?: string | undefined;
16297
15397
  description?: string | undefined;
@@ -16395,13 +15495,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
16395
15495
  showValue?: boolean | undefined;
16396
15496
  pattern?: string | undefined;
16397
15497
  placeholder?: string | undefined;
16398
- visibleWhen?: {
16399
- field: string;
16400
- equals?: any;
16401
- notEquals?: any;
16402
- oneOf?: any[] | undefined;
16403
- notIn?: any[] | undefined;
16404
- } | undefined;
15498
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
16405
15499
  modalConfig?: {
16406
15500
  buttonLabel?: string | undefined;
16407
15501
  description?: string | undefined;
@@ -16501,13 +15595,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
16501
15595
  showValue?: boolean | undefined;
16502
15596
  pattern?: string | undefined;
16503
15597
  placeholder?: string | undefined;
16504
- visibleWhen?: {
16505
- field: string;
16506
- equals?: any;
16507
- notEquals?: any;
16508
- oneOf?: any[] | undefined;
16509
- notIn?: any[] | undefined;
16510
- } | undefined;
15598
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
16511
15599
  modalConfig?: {
16512
15600
  buttonLabel?: string | undefined;
16513
15601
  description?: string | undefined;
@@ -16609,13 +15697,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
16609
15697
  showValue?: boolean | undefined;
16610
15698
  pattern?: string | undefined;
16611
15699
  placeholder?: string | undefined;
16612
- visibleWhen?: {
16613
- field: string;
16614
- equals?: any;
16615
- notEquals?: any;
16616
- oneOf?: any[] | undefined;
16617
- notIn?: any[] | undefined;
16618
- } | undefined;
15700
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
16619
15701
  modalConfig?: {
16620
15702
  buttonLabel?: string | undefined;
16621
15703
  description?: string | undefined;
@@ -16715,13 +15797,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
16715
15797
  showValue?: boolean | undefined;
16716
15798
  pattern?: string | undefined;
16717
15799
  placeholder?: string | undefined;
16718
- visibleWhen?: {
16719
- field: string;
16720
- equals?: any;
16721
- notEquals?: any;
16722
- oneOf?: any[] | undefined;
16723
- notIn?: any[] | undefined;
16724
- } | undefined;
15800
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
16725
15801
  modalConfig?: {
16726
15802
  buttonLabel?: string | undefined;
16727
15803
  description?: string | undefined;
@@ -16839,13 +15915,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
16839
15915
  showValue?: boolean | undefined;
16840
15916
  pattern?: string | undefined;
16841
15917
  placeholder?: string | undefined;
16842
- visibleWhen?: {
16843
- field: string;
16844
- equals?: any;
16845
- notEquals?: any;
16846
- oneOf?: any[] | undefined;
16847
- notIn?: any[] | undefined;
16848
- } | undefined;
15918
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
16849
15919
  modalConfig?: {
16850
15920
  buttonLabel?: string | undefined;
16851
15921
  description?: string | undefined;
@@ -16949,13 +16019,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
16949
16019
  showValue?: boolean | undefined;
16950
16020
  pattern?: string | undefined;
16951
16021
  placeholder?: string | undefined;
16952
- visibleWhen?: {
16953
- field: string;
16954
- equals?: any;
16955
- notEquals?: any;
16956
- oneOf?: any[] | undefined;
16957
- notIn?: any[] | undefined;
16958
- } | undefined;
16022
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
16959
16023
  modalConfig?: {
16960
16024
  buttonLabel?: string | undefined;
16961
16025
  description?: string | undefined;
@@ -17071,13 +16135,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
17071
16135
  showValue?: boolean | undefined;
17072
16136
  pattern?: string | undefined;
17073
16137
  placeholder?: string | undefined;
17074
- visibleWhen?: {
17075
- field: string;
17076
- equals?: any;
17077
- notEquals?: any;
17078
- oneOf?: any[] | undefined;
17079
- notIn?: any[] | undefined;
17080
- } | undefined;
16138
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
17081
16139
  modalConfig?: {
17082
16140
  buttonLabel?: string | undefined;
17083
16141
  description?: string | undefined;
@@ -17186,13 +16244,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
17186
16244
  showValue?: boolean | undefined;
17187
16245
  pattern?: string | undefined;
17188
16246
  placeholder?: string | undefined;
17189
- visibleWhen?: {
17190
- field: string;
17191
- equals?: any;
17192
- notEquals?: any;
17193
- oneOf?: any[] | undefined;
17194
- notIn?: any[] | undefined;
17195
- } | undefined;
16247
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
17196
16248
  modalConfig?: {
17197
16249
  buttonLabel?: string | undefined;
17198
16250
  description?: string | undefined;
@@ -17293,13 +16345,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
17293
16345
  showValue?: boolean | undefined;
17294
16346
  pattern?: string | undefined;
17295
16347
  placeholder?: string | undefined;
17296
- visibleWhen?: {
17297
- field: string;
17298
- equals?: any;
17299
- notEquals?: any;
17300
- oneOf?: any[] | undefined;
17301
- notIn?: any[] | undefined;
17302
- } | undefined;
16348
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
17303
16349
  modalConfig?: {
17304
16350
  buttonLabel?: string | undefined;
17305
16351
  description?: string | undefined;
@@ -17400,13 +16446,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
17400
16446
  showValue?: boolean | undefined;
17401
16447
  pattern?: string | undefined;
17402
16448
  placeholder?: string | undefined;
17403
- visibleWhen?: {
17404
- field: string;
17405
- equals?: any;
17406
- notEquals?: any;
17407
- oneOf?: any[] | undefined;
17408
- notIn?: any[] | undefined;
17409
- } | undefined;
16449
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
17410
16450
  modalConfig?: {
17411
16451
  buttonLabel?: string | undefined;
17412
16452
  description?: string | undefined;
@@ -17508,13 +16548,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
17508
16548
  showValue?: boolean | undefined;
17509
16549
  pattern?: string | undefined;
17510
16550
  placeholder?: string | undefined;
17511
- visibleWhen?: {
17512
- field: string;
17513
- equals?: any;
17514
- notEquals?: any;
17515
- oneOf?: any[] | undefined;
17516
- notIn?: any[] | undefined;
17517
- } | undefined;
16551
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
17518
16552
  modalConfig?: {
17519
16553
  buttonLabel?: string | undefined;
17520
16554
  description?: string | undefined;
@@ -17614,13 +16648,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
17614
16648
  showValue?: boolean | undefined;
17615
16649
  pattern?: string | undefined;
17616
16650
  placeholder?: string | undefined;
17617
- visibleWhen?: {
17618
- field: string;
17619
- equals?: any;
17620
- notEquals?: any;
17621
- oneOf?: any[] | undefined;
17622
- notIn?: any[] | undefined;
17623
- } | undefined;
16651
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
17624
16652
  modalConfig?: {
17625
16653
  buttonLabel?: string | undefined;
17626
16654
  description?: string | undefined;
@@ -17720,13 +16748,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
17720
16748
  showValue?: boolean | undefined;
17721
16749
  pattern?: string | undefined;
17722
16750
  placeholder?: string | undefined;
17723
- visibleWhen?: {
17724
- field: string;
17725
- equals?: any;
17726
- notEquals?: any;
17727
- oneOf?: any[] | undefined;
17728
- notIn?: any[] | undefined;
17729
- } | undefined;
16751
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
17730
16752
  modalConfig?: {
17731
16753
  buttonLabel?: string | undefined;
17732
16754
  description?: string | undefined;
@@ -17826,13 +16848,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
17826
16848
  showValue?: boolean | undefined;
17827
16849
  pattern?: string | undefined;
17828
16850
  placeholder?: string | undefined;
17829
- visibleWhen?: {
17830
- field: string;
17831
- equals?: any;
17832
- notEquals?: any;
17833
- oneOf?: any[] | undefined;
17834
- notIn?: any[] | undefined;
17835
- } | undefined;
16851
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
17836
16852
  modalConfig?: {
17837
16853
  buttonLabel?: string | undefined;
17838
16854
  description?: string | undefined;
@@ -17932,13 +16948,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
17932
16948
  showValue?: boolean | undefined;
17933
16949
  pattern?: string | undefined;
17934
16950
  placeholder?: string | undefined;
17935
- visibleWhen?: {
17936
- field: string;
17937
- equals?: any;
17938
- notEquals?: any;
17939
- oneOf?: any[] | undefined;
17940
- notIn?: any[] | undefined;
17941
- } | undefined;
16951
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
17942
16952
  modalConfig?: {
17943
16953
  buttonLabel?: string | undefined;
17944
16954
  description?: string | undefined;
@@ -18038,13 +17048,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
18038
17048
  showValue?: boolean | undefined;
18039
17049
  pattern?: string | undefined;
18040
17050
  placeholder?: string | undefined;
18041
- visibleWhen?: {
18042
- field: string;
18043
- equals?: any;
18044
- notEquals?: any;
18045
- oneOf?: any[] | undefined;
18046
- notIn?: any[] | undefined;
18047
- } | undefined;
17051
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
18048
17052
  modalConfig?: {
18049
17053
  buttonLabel?: string | undefined;
18050
17054
  description?: string | undefined;
@@ -18148,13 +17152,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
18148
17152
  showValue?: boolean | undefined;
18149
17153
  pattern?: string | undefined;
18150
17154
  placeholder?: string | undefined;
18151
- visibleWhen?: {
18152
- field: string;
18153
- equals?: any;
18154
- notEquals?: any;
18155
- oneOf?: any[] | undefined;
18156
- notIn?: any[] | undefined;
18157
- } | undefined;
17155
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
18158
17156
  modalConfig?: {
18159
17157
  buttonLabel?: string | undefined;
18160
17158
  description?: string | undefined;
@@ -18254,13 +17252,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
18254
17252
  showValue?: boolean | undefined;
18255
17253
  pattern?: string | undefined;
18256
17254
  placeholder?: string | undefined;
18257
- visibleWhen?: {
18258
- field: string;
18259
- equals?: any;
18260
- notEquals?: any;
18261
- oneOf?: any[] | undefined;
18262
- notIn?: any[] | undefined;
18263
- } | undefined;
17255
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
18264
17256
  modalConfig?: {
18265
17257
  buttonLabel?: string | undefined;
18266
17258
  description?: string | undefined;
@@ -18362,13 +17354,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
18362
17354
  showValue?: boolean | undefined;
18363
17355
  pattern?: string | undefined;
18364
17356
  placeholder?: string | undefined;
18365
- visibleWhen?: {
18366
- field: string;
18367
- equals?: any;
18368
- notEquals?: any;
18369
- oneOf?: any[] | undefined;
18370
- notIn?: any[] | undefined;
18371
- } | undefined;
17357
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
18372
17358
  modalConfig?: {
18373
17359
  buttonLabel?: string | undefined;
18374
17360
  description?: string | undefined;
@@ -18468,13 +17454,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
18468
17454
  showValue?: boolean | undefined;
18469
17455
  pattern?: string | undefined;
18470
17456
  placeholder?: string | undefined;
18471
- visibleWhen?: {
18472
- field: string;
18473
- equals?: any;
18474
- notEquals?: any;
18475
- oneOf?: any[] | undefined;
18476
- notIn?: any[] | undefined;
18477
- } | undefined;
17457
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
18478
17458
  modalConfig?: {
18479
17459
  buttonLabel?: string | undefined;
18480
17460
  description?: string | undefined;
@@ -18581,13 +17561,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
18581
17561
  showValue?: boolean | undefined;
18582
17562
  pattern?: string | undefined;
18583
17563
  placeholder?: string | undefined;
18584
- visibleWhen?: {
18585
- field: string;
18586
- equals?: any;
18587
- notEquals?: any;
18588
- oneOf?: any[] | undefined;
18589
- notIn?: any[] | undefined;
18590
- } | undefined;
17564
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
18591
17565
  modalConfig?: {
18592
17566
  buttonLabel?: string | undefined;
18593
17567
  description?: string | undefined;
@@ -18693,13 +17667,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
18693
17667
  showValue?: boolean | undefined;
18694
17668
  pattern?: string | undefined;
18695
17669
  placeholder?: string | undefined;
18696
- visibleWhen?: {
18697
- field: string;
18698
- equals?: any;
18699
- notEquals?: any;
18700
- oneOf?: any[] | undefined;
18701
- notIn?: any[] | undefined;
18702
- } | undefined;
17670
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
18703
17671
  modalConfig?: {
18704
17672
  buttonLabel?: string | undefined;
18705
17673
  description?: string | undefined;
@@ -18799,13 +17767,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
18799
17767
  showValue?: boolean | undefined;
18800
17768
  pattern?: string | undefined;
18801
17769
  placeholder?: string | undefined;
18802
- visibleWhen?: {
18803
- field: string;
18804
- equals?: any;
18805
- notEquals?: any;
18806
- oneOf?: any[] | undefined;
18807
- notIn?: any[] | undefined;
18808
- } | undefined;
17770
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
18809
17771
  modalConfig?: {
18810
17772
  buttonLabel?: string | undefined;
18811
17773
  description?: string | undefined;
@@ -18912,13 +17874,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
18912
17874
  showValue?: boolean | undefined;
18913
17875
  pattern?: string | undefined;
18914
17876
  placeholder?: string | undefined;
18915
- visibleWhen?: {
18916
- field: string;
18917
- equals?: any;
18918
- notEquals?: any;
18919
- oneOf?: any[] | undefined;
18920
- notIn?: any[] | undefined;
18921
- } | undefined;
17877
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
18922
17878
  modalConfig?: {
18923
17879
  buttonLabel?: string | undefined;
18924
17880
  description?: string | undefined;
@@ -19019,13 +17975,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
19019
17975
  showValue?: boolean | undefined;
19020
17976
  pattern?: string | undefined;
19021
17977
  placeholder?: string | undefined;
19022
- visibleWhen?: {
19023
- field: string;
19024
- equals?: any;
19025
- notEquals?: any;
19026
- oneOf?: any[] | undefined;
19027
- notIn?: any[] | undefined;
19028
- } | undefined;
17978
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
19029
17979
  modalConfig?: {
19030
17980
  buttonLabel?: string | undefined;
19031
17981
  description?: string | undefined;
@@ -19126,13 +18076,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
19126
18076
  showValue?: boolean | undefined;
19127
18077
  pattern?: string | undefined;
19128
18078
  placeholder?: string | undefined;
19129
- visibleWhen?: {
19130
- field: string;
19131
- equals?: any;
19132
- notEquals?: any;
19133
- oneOf?: any[] | undefined;
19134
- notIn?: any[] | undefined;
19135
- } | undefined;
18079
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
19136
18080
  modalConfig?: {
19137
18081
  buttonLabel?: string | undefined;
19138
18082
  description?: string | undefined;
@@ -19234,13 +18178,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
19234
18178
  showValue?: boolean | undefined;
19235
18179
  pattern?: string | undefined;
19236
18180
  placeholder?: string | undefined;
19237
- visibleWhen?: {
19238
- field: string;
19239
- equals?: any;
19240
- notEquals?: any;
19241
- oneOf?: any[] | undefined;
19242
- notIn?: any[] | undefined;
19243
- } | undefined;
18181
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
19244
18182
  modalConfig?: {
19245
18183
  buttonLabel?: string | undefined;
19246
18184
  description?: string | undefined;
@@ -19340,13 +18278,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
19340
18278
  showValue?: boolean | undefined;
19341
18279
  pattern?: string | undefined;
19342
18280
  placeholder?: string | undefined;
19343
- visibleWhen?: {
19344
- field: string;
19345
- equals?: any;
19346
- notEquals?: any;
19347
- oneOf?: any[] | undefined;
19348
- notIn?: any[] | undefined;
19349
- } | undefined;
18281
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
19350
18282
  modalConfig?: {
19351
18283
  buttonLabel?: string | undefined;
19352
18284
  description?: string | undefined;
@@ -19446,13 +18378,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
19446
18378
  showValue?: boolean | undefined;
19447
18379
  pattern?: string | undefined;
19448
18380
  placeholder?: string | undefined;
19449
- visibleWhen?: {
19450
- field: string;
19451
- equals?: any;
19452
- notEquals?: any;
19453
- oneOf?: any[] | undefined;
19454
- notIn?: any[] | undefined;
19455
- } | undefined;
18381
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
19456
18382
  modalConfig?: {
19457
18383
  buttonLabel?: string | undefined;
19458
18384
  description?: string | undefined;
@@ -19552,13 +18478,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
19552
18478
  showValue?: boolean | undefined;
19553
18479
  pattern?: string | undefined;
19554
18480
  placeholder?: string | undefined;
19555
- visibleWhen?: {
19556
- field: string;
19557
- equals?: any;
19558
- notEquals?: any;
19559
- oneOf?: any[] | undefined;
19560
- notIn?: any[] | undefined;
19561
- } | undefined;
18481
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
19562
18482
  modalConfig?: {
19563
18483
  buttonLabel?: string | undefined;
19564
18484
  description?: string | undefined;
@@ -19658,13 +18578,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
19658
18578
  showValue?: boolean | undefined;
19659
18579
  pattern?: string | undefined;
19660
18580
  placeholder?: string | undefined;
19661
- visibleWhen?: {
19662
- field: string;
19663
- equals?: any;
19664
- notEquals?: any;
19665
- oneOf?: any[] | undefined;
19666
- notIn?: any[] | undefined;
19667
- } | undefined;
18581
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
19668
18582
  modalConfig?: {
19669
18583
  buttonLabel?: string | undefined;
19670
18584
  description?: string | undefined;
@@ -19764,13 +18678,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
19764
18678
  showValue?: boolean | undefined;
19765
18679
  pattern?: string | undefined;
19766
18680
  placeholder?: string | undefined;
19767
- visibleWhen?: {
19768
- field: string;
19769
- equals?: any;
19770
- notEquals?: any;
19771
- oneOf?: any[] | undefined;
19772
- notIn?: any[] | undefined;
19773
- } | undefined;
18681
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
19774
18682
  modalConfig?: {
19775
18683
  buttonLabel?: string | undefined;
19776
18684
  description?: string | undefined;
@@ -19874,13 +18782,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
19874
18782
  showValue?: boolean | undefined;
19875
18783
  pattern?: string | undefined;
19876
18784
  placeholder?: string | undefined;
19877
- visibleWhen?: {
19878
- field: string;
19879
- equals?: any;
19880
- notEquals?: any;
19881
- oneOf?: any[] | undefined;
19882
- notIn?: any[] | undefined;
19883
- } | undefined;
18785
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
19884
18786
  modalConfig?: {
19885
18787
  buttonLabel?: string | undefined;
19886
18788
  description?: string | undefined;
@@ -19980,13 +18882,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
19980
18882
  showValue?: boolean | undefined;
19981
18883
  pattern?: string | undefined;
19982
18884
  placeholder?: string | undefined;
19983
- visibleWhen?: {
19984
- field: string;
19985
- equals?: any;
19986
- notEquals?: any;
19987
- oneOf?: any[] | undefined;
19988
- notIn?: any[] | undefined;
19989
- } | undefined;
18885
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
19990
18886
  modalConfig?: {
19991
18887
  buttonLabel?: string | undefined;
19992
18888
  description?: string | undefined;
@@ -20088,13 +18984,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
20088
18984
  showValue?: boolean | undefined;
20089
18985
  pattern?: string | undefined;
20090
18986
  placeholder?: string | undefined;
20091
- visibleWhen?: {
20092
- field: string;
20093
- equals?: any;
20094
- notEquals?: any;
20095
- oneOf?: any[] | undefined;
20096
- notIn?: any[] | undefined;
20097
- } | undefined;
18987
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
20098
18988
  modalConfig?: {
20099
18989
  buttonLabel?: string | undefined;
20100
18990
  description?: string | undefined;
@@ -20194,13 +19084,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
20194
19084
  showValue?: boolean | undefined;
20195
19085
  pattern?: string | undefined;
20196
19086
  placeholder?: string | undefined;
20197
- visibleWhen?: {
20198
- field: string;
20199
- equals?: any;
20200
- notEquals?: any;
20201
- oneOf?: any[] | undefined;
20202
- notIn?: any[] | undefined;
20203
- } | undefined;
19087
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
20204
19088
  modalConfig?: {
20205
19089
  buttonLabel?: string | undefined;
20206
19090
  description?: string | undefined;
@@ -20307,13 +19191,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
20307
19191
  showValue?: boolean | undefined;
20308
19192
  pattern?: string | undefined;
20309
19193
  placeholder?: string | undefined;
20310
- visibleWhen?: {
20311
- field: string;
20312
- equals?: any;
20313
- notEquals?: any;
20314
- oneOf?: any[] | undefined;
20315
- notIn?: any[] | undefined;
20316
- } | undefined;
19194
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
20317
19195
  modalConfig?: {
20318
19196
  buttonLabel?: string | undefined;
20319
19197
  description?: string | undefined;
@@ -20419,13 +19297,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
20419
19297
  showValue?: boolean | undefined;
20420
19298
  pattern?: string | undefined;
20421
19299
  placeholder?: string | undefined;
20422
- visibleWhen?: {
20423
- field: string;
20424
- equals?: any;
20425
- notEquals?: any;
20426
- oneOf?: any[] | undefined;
20427
- notIn?: any[] | undefined;
20428
- } | undefined;
19300
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
20429
19301
  modalConfig?: {
20430
19302
  buttonLabel?: string | undefined;
20431
19303
  description?: string | undefined;
@@ -20525,13 +19397,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
20525
19397
  showValue?: boolean | undefined;
20526
19398
  pattern?: string | undefined;
20527
19399
  placeholder?: string | undefined;
20528
- visibleWhen?: {
20529
- field: string;
20530
- equals?: any;
20531
- notEquals?: any;
20532
- oneOf?: any[] | undefined;
20533
- notIn?: any[] | undefined;
20534
- } | undefined;
19400
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
20535
19401
  modalConfig?: {
20536
19402
  buttonLabel?: string | undefined;
20537
19403
  description?: string | undefined;
@@ -20634,13 +19500,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
20634
19500
  showValue?: boolean | undefined;
20635
19501
  pattern?: string | undefined;
20636
19502
  placeholder?: string | undefined;
20637
- visibleWhen?: {
20638
- field: string;
20639
- equals?: any;
20640
- notEquals?: any;
20641
- oneOf?: any[] | undefined;
20642
- notIn?: any[] | undefined;
20643
- } | undefined;
19503
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
20644
19504
  modalConfig?: {
20645
19505
  buttonLabel?: string | undefined;
20646
19506
  description?: string | undefined;
@@ -20745,13 +19605,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
20745
19605
  showValue?: boolean | undefined;
20746
19606
  pattern?: string | undefined;
20747
19607
  placeholder?: string | undefined;
20748
- visibleWhen?: {
20749
- field: string;
20750
- equals?: any;
20751
- notEquals?: any;
20752
- oneOf?: any[] | undefined;
20753
- notIn?: any[] | undefined;
20754
- } | undefined;
19608
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
20755
19609
  modalConfig?: {
20756
19610
  buttonLabel?: string | undefined;
20757
19611
  description?: string | undefined;
@@ -20857,13 +19711,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
20857
19711
  showValue?: boolean | undefined;
20858
19712
  pattern?: string | undefined;
20859
19713
  placeholder?: string | undefined;
20860
- visibleWhen?: {
20861
- field: string;
20862
- equals?: any;
20863
- notEquals?: any;
20864
- oneOf?: any[] | undefined;
20865
- notIn?: any[] | undefined;
20866
- } | undefined;
19714
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
20867
19715
  modalConfig?: {
20868
19716
  buttonLabel?: string | undefined;
20869
19717
  description?: string | undefined;
@@ -20963,13 +19811,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
20963
19811
  showValue?: boolean | undefined;
20964
19812
  pattern?: string | undefined;
20965
19813
  placeholder?: string | undefined;
20966
- visibleWhen?: {
20967
- field: string;
20968
- equals?: any;
20969
- notEquals?: any;
20970
- oneOf?: any[] | undefined;
20971
- notIn?: any[] | undefined;
20972
- } | undefined;
19814
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
20973
19815
  modalConfig?: {
20974
19816
  buttonLabel?: string | undefined;
20975
19817
  description?: string | undefined;
@@ -21069,13 +19911,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
21069
19911
  showValue?: boolean | undefined;
21070
19912
  pattern?: string | undefined;
21071
19913
  placeholder?: string | undefined;
21072
- visibleWhen?: {
21073
- field: string;
21074
- equals?: any;
21075
- notEquals?: any;
21076
- oneOf?: any[] | undefined;
21077
- notIn?: any[] | undefined;
21078
- } | undefined;
19914
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
21079
19915
  modalConfig?: {
21080
19916
  buttonLabel?: string | undefined;
21081
19917
  description?: string | undefined;
@@ -21190,13 +20026,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
21190
20026
  showValue?: boolean | undefined;
21191
20027
  pattern?: string | undefined;
21192
20028
  placeholder?: string | undefined;
21193
- visibleWhen?: {
21194
- field: string;
21195
- equals?: any;
21196
- notEquals?: any;
21197
- oneOf?: any[] | undefined;
21198
- notIn?: any[] | undefined;
21199
- } | undefined;
20029
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
21200
20030
  modalConfig?: {
21201
20031
  buttonLabel?: string | undefined;
21202
20032
  description?: string | undefined;
@@ -21300,13 +20130,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
21300
20130
  showValue?: boolean | undefined;
21301
20131
  pattern?: string | undefined;
21302
20132
  placeholder?: string | undefined;
21303
- visibleWhen?: {
21304
- field: string;
21305
- equals?: any;
21306
- notEquals?: any;
21307
- oneOf?: any[] | undefined;
21308
- notIn?: any[] | undefined;
21309
- } | undefined;
20133
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
21310
20134
  modalConfig?: {
21311
20135
  buttonLabel?: string | undefined;
21312
20136
  description?: string | undefined;
@@ -21422,13 +20246,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
21422
20246
  showValue?: boolean | undefined;
21423
20247
  pattern?: string | undefined;
21424
20248
  placeholder?: string | undefined;
21425
- visibleWhen?: {
21426
- field: string;
21427
- equals?: any;
21428
- notEquals?: any;
21429
- oneOf?: any[] | undefined;
21430
- notIn?: any[] | undefined;
21431
- } | undefined;
20249
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
21432
20250
  modalConfig?: {
21433
20251
  buttonLabel?: string | undefined;
21434
20252
  description?: string | undefined;
@@ -21537,13 +20355,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
21537
20355
  showValue?: boolean | undefined;
21538
20356
  pattern?: string | undefined;
21539
20357
  placeholder?: string | undefined;
21540
- visibleWhen?: {
21541
- field: string;
21542
- equals?: any;
21543
- notEquals?: any;
21544
- oneOf?: any[] | undefined;
21545
- notIn?: any[] | undefined;
21546
- } | undefined;
20358
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
21547
20359
  modalConfig?: {
21548
20360
  buttonLabel?: string | undefined;
21549
20361
  description?: string | undefined;
@@ -21644,13 +20456,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
21644
20456
  showValue?: boolean | undefined;
21645
20457
  pattern?: string | undefined;
21646
20458
  placeholder?: string | undefined;
21647
- visibleWhen?: {
21648
- field: string;
21649
- equals?: any;
21650
- notEquals?: any;
21651
- oneOf?: any[] | undefined;
21652
- notIn?: any[] | undefined;
21653
- } | undefined;
20459
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
21654
20460
  modalConfig?: {
21655
20461
  buttonLabel?: string | undefined;
21656
20462
  description?: string | undefined;
@@ -21751,13 +20557,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
21751
20557
  showValue?: boolean | undefined;
21752
20558
  pattern?: string | undefined;
21753
20559
  placeholder?: string | undefined;
21754
- visibleWhen?: {
21755
- field: string;
21756
- equals?: any;
21757
- notEquals?: any;
21758
- oneOf?: any[] | undefined;
21759
- notIn?: any[] | undefined;
21760
- } | undefined;
20560
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
21761
20561
  modalConfig?: {
21762
20562
  buttonLabel?: string | undefined;
21763
20563
  description?: string | undefined;
@@ -21859,13 +20659,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
21859
20659
  showValue?: boolean | undefined;
21860
20660
  pattern?: string | undefined;
21861
20661
  placeholder?: string | undefined;
21862
- visibleWhen?: {
21863
- field: string;
21864
- equals?: any;
21865
- notEquals?: any;
21866
- oneOf?: any[] | undefined;
21867
- notIn?: any[] | undefined;
21868
- } | undefined;
20662
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
21869
20663
  modalConfig?: {
21870
20664
  buttonLabel?: string | undefined;
21871
20665
  description?: string | undefined;
@@ -21965,13 +20759,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
21965
20759
  showValue?: boolean | undefined;
21966
20760
  pattern?: string | undefined;
21967
20761
  placeholder?: string | undefined;
21968
- visibleWhen?: {
21969
- field: string;
21970
- equals?: any;
21971
- notEquals?: any;
21972
- oneOf?: any[] | undefined;
21973
- notIn?: any[] | undefined;
21974
- } | undefined;
20762
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
21975
20763
  modalConfig?: {
21976
20764
  buttonLabel?: string | undefined;
21977
20765
  description?: string | undefined;
@@ -22071,13 +20859,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
22071
20859
  showValue?: boolean | undefined;
22072
20860
  pattern?: string | undefined;
22073
20861
  placeholder?: string | undefined;
22074
- visibleWhen?: {
22075
- field: string;
22076
- equals?: any;
22077
- notEquals?: any;
22078
- oneOf?: any[] | undefined;
22079
- notIn?: any[] | undefined;
22080
- } | undefined;
20862
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
22081
20863
  modalConfig?: {
22082
20864
  buttonLabel?: string | undefined;
22083
20865
  description?: string | undefined;
@@ -22177,13 +20959,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
22177
20959
  showValue?: boolean | undefined;
22178
20960
  pattern?: string | undefined;
22179
20961
  placeholder?: string | undefined;
22180
- visibleWhen?: {
22181
- field: string;
22182
- equals?: any;
22183
- notEquals?: any;
22184
- oneOf?: any[] | undefined;
22185
- notIn?: any[] | undefined;
22186
- } | undefined;
20962
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
22187
20963
  modalConfig?: {
22188
20964
  buttonLabel?: string | undefined;
22189
20965
  description?: string | undefined;
@@ -22283,13 +21059,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
22283
21059
  showValue?: boolean | undefined;
22284
21060
  pattern?: string | undefined;
22285
21061
  placeholder?: string | undefined;
22286
- visibleWhen?: {
22287
- field: string;
22288
- equals?: any;
22289
- notEquals?: any;
22290
- oneOf?: any[] | undefined;
22291
- notIn?: any[] | undefined;
22292
- } | undefined;
21062
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
22293
21063
  modalConfig?: {
22294
21064
  buttonLabel?: string | undefined;
22295
21065
  description?: string | undefined;
@@ -22389,13 +21159,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
22389
21159
  showValue?: boolean | undefined;
22390
21160
  pattern?: string | undefined;
22391
21161
  placeholder?: string | undefined;
22392
- visibleWhen?: {
22393
- field: string;
22394
- equals?: any;
22395
- notEquals?: any;
22396
- oneOf?: any[] | undefined;
22397
- notIn?: any[] | undefined;
22398
- } | undefined;
21162
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
22399
21163
  modalConfig?: {
22400
21164
  buttonLabel?: string | undefined;
22401
21165
  description?: string | undefined;
@@ -22499,13 +21263,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
22499
21263
  showValue?: boolean | undefined;
22500
21264
  pattern?: string | undefined;
22501
21265
  placeholder?: string | undefined;
22502
- visibleWhen?: {
22503
- field: string;
22504
- equals?: any;
22505
- notEquals?: any;
22506
- oneOf?: any[] | undefined;
22507
- notIn?: any[] | undefined;
22508
- } | undefined;
21266
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
22509
21267
  modalConfig?: {
22510
21268
  buttonLabel?: string | undefined;
22511
21269
  description?: string | undefined;
@@ -22605,13 +21363,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
22605
21363
  showValue?: boolean | undefined;
22606
21364
  pattern?: string | undefined;
22607
21365
  placeholder?: string | undefined;
22608
- visibleWhen?: {
22609
- field: string;
22610
- equals?: any;
22611
- notEquals?: any;
22612
- oneOf?: any[] | undefined;
22613
- notIn?: any[] | undefined;
22614
- } | undefined;
21366
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
22615
21367
  modalConfig?: {
22616
21368
  buttonLabel?: string | undefined;
22617
21369
  description?: string | undefined;
@@ -22713,13 +21465,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
22713
21465
  showValue?: boolean | undefined;
22714
21466
  pattern?: string | undefined;
22715
21467
  placeholder?: string | undefined;
22716
- visibleWhen?: {
22717
- field: string;
22718
- equals?: any;
22719
- notEquals?: any;
22720
- oneOf?: any[] | undefined;
22721
- notIn?: any[] | undefined;
22722
- } | undefined;
21468
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
22723
21469
  modalConfig?: {
22724
21470
  buttonLabel?: string | undefined;
22725
21471
  description?: string | undefined;
@@ -22819,13 +21565,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
22819
21565
  showValue?: boolean | undefined;
22820
21566
  pattern?: string | undefined;
22821
21567
  placeholder?: string | undefined;
22822
- visibleWhen?: {
22823
- field: string;
22824
- equals?: any;
22825
- notEquals?: any;
22826
- oneOf?: any[] | undefined;
22827
- notIn?: any[] | undefined;
22828
- } | undefined;
21568
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
22829
21569
  modalConfig?: {
22830
21570
  buttonLabel?: string | undefined;
22831
21571
  description?: string | undefined;
@@ -22941,13 +21681,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
22941
21681
  showValue?: boolean | undefined;
22942
21682
  pattern?: string | undefined;
22943
21683
  placeholder?: string | undefined;
22944
- visibleWhen?: {
22945
- field: string;
22946
- equals?: any;
22947
- notEquals?: any;
22948
- oneOf?: any[] | undefined;
22949
- notIn?: any[] | undefined;
22950
- } | undefined;
21684
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
22951
21685
  modalConfig?: {
22952
21686
  buttonLabel?: string | undefined;
22953
21687
  description?: string | undefined;
@@ -23056,13 +21790,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
23056
21790
  showValue?: boolean | undefined;
23057
21791
  pattern?: string | undefined;
23058
21792
  placeholder?: string | undefined;
23059
- visibleWhen?: {
23060
- field: string;
23061
- equals?: any;
23062
- notEquals?: any;
23063
- oneOf?: any[] | undefined;
23064
- notIn?: any[] | undefined;
23065
- } | undefined;
21793
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
23066
21794
  modalConfig?: {
23067
21795
  buttonLabel?: string | undefined;
23068
21796
  description?: string | undefined;
@@ -23163,13 +21891,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
23163
21891
  showValue?: boolean | undefined;
23164
21892
  pattern?: string | undefined;
23165
21893
  placeholder?: string | undefined;
23166
- visibleWhen?: {
23167
- field: string;
23168
- equals?: any;
23169
- notEquals?: any;
23170
- oneOf?: any[] | undefined;
23171
- notIn?: any[] | undefined;
23172
- } | undefined;
21894
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
23173
21895
  modalConfig?: {
23174
21896
  buttonLabel?: string | undefined;
23175
21897
  description?: string | undefined;
@@ -23270,13 +21992,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
23270
21992
  showValue?: boolean | undefined;
23271
21993
  pattern?: string | undefined;
23272
21994
  placeholder?: string | undefined;
23273
- visibleWhen?: {
23274
- field: string;
23275
- equals?: any;
23276
- notEquals?: any;
23277
- oneOf?: any[] | undefined;
23278
- notIn?: any[] | undefined;
23279
- } | undefined;
21995
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
23280
21996
  modalConfig?: {
23281
21997
  buttonLabel?: string | undefined;
23282
21998
  description?: string | undefined;
@@ -23378,13 +22094,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
23378
22094
  showValue?: boolean | undefined;
23379
22095
  pattern?: string | undefined;
23380
22096
  placeholder?: string | undefined;
23381
- visibleWhen?: {
23382
- field: string;
23383
- equals?: any;
23384
- notEquals?: any;
23385
- oneOf?: any[] | undefined;
23386
- notIn?: any[] | undefined;
23387
- } | undefined;
22097
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
23388
22098
  modalConfig?: {
23389
22099
  buttonLabel?: string | undefined;
23390
22100
  description?: string | undefined;
@@ -23484,13 +22194,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
23484
22194
  showValue?: boolean | undefined;
23485
22195
  pattern?: string | undefined;
23486
22196
  placeholder?: string | undefined;
23487
- visibleWhen?: {
23488
- field: string;
23489
- equals?: any;
23490
- notEquals?: any;
23491
- oneOf?: any[] | undefined;
23492
- notIn?: any[] | undefined;
23493
- } | undefined;
22197
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
23494
22198
  modalConfig?: {
23495
22199
  buttonLabel?: string | undefined;
23496
22200
  description?: string | undefined;
@@ -23590,13 +22294,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
23590
22294
  showValue?: boolean | undefined;
23591
22295
  pattern?: string | undefined;
23592
22296
  placeholder?: string | undefined;
23593
- visibleWhen?: {
23594
- field: string;
23595
- equals?: any;
23596
- notEquals?: any;
23597
- oneOf?: any[] | undefined;
23598
- notIn?: any[] | undefined;
23599
- } | undefined;
22297
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
23600
22298
  modalConfig?: {
23601
22299
  buttonLabel?: string | undefined;
23602
22300
  description?: string | undefined;
@@ -23696,13 +22394,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
23696
22394
  showValue?: boolean | undefined;
23697
22395
  pattern?: string | undefined;
23698
22396
  placeholder?: string | undefined;
23699
- visibleWhen?: {
23700
- field: string;
23701
- equals?: any;
23702
- notEquals?: any;
23703
- oneOf?: any[] | undefined;
23704
- notIn?: any[] | undefined;
23705
- } | undefined;
22397
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
23706
22398
  modalConfig?: {
23707
22399
  buttonLabel?: string | undefined;
23708
22400
  description?: string | undefined;
@@ -23802,13 +22494,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
23802
22494
  showValue?: boolean | undefined;
23803
22495
  pattern?: string | undefined;
23804
22496
  placeholder?: string | undefined;
23805
- visibleWhen?: {
23806
- field: string;
23807
- equals?: any;
23808
- notEquals?: any;
23809
- oneOf?: any[] | undefined;
23810
- notIn?: any[] | undefined;
23811
- } | undefined;
22497
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
23812
22498
  modalConfig?: {
23813
22499
  buttonLabel?: string | undefined;
23814
22500
  description?: string | undefined;
@@ -23908,13 +22594,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
23908
22594
  showValue?: boolean | undefined;
23909
22595
  pattern?: string | undefined;
23910
22596
  placeholder?: string | undefined;
23911
- visibleWhen?: {
23912
- field: string;
23913
- equals?: any;
23914
- notEquals?: any;
23915
- oneOf?: any[] | undefined;
23916
- notIn?: any[] | undefined;
23917
- } | undefined;
22597
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
23918
22598
  modalConfig?: {
23919
22599
  buttonLabel?: string | undefined;
23920
22600
  description?: string | undefined;
@@ -24018,13 +22698,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
24018
22698
  showValue?: boolean | undefined;
24019
22699
  pattern?: string | undefined;
24020
22700
  placeholder?: string | undefined;
24021
- visibleWhen?: {
24022
- field: string;
24023
- equals?: any;
24024
- notEquals?: any;
24025
- oneOf?: any[] | undefined;
24026
- notIn?: any[] | undefined;
24027
- } | undefined;
22701
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
24028
22702
  modalConfig?: {
24029
22703
  buttonLabel?: string | undefined;
24030
22704
  description?: string | undefined;
@@ -24124,13 +22798,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
24124
22798
  showValue?: boolean | undefined;
24125
22799
  pattern?: string | undefined;
24126
22800
  placeholder?: string | undefined;
24127
- visibleWhen?: {
24128
- field: string;
24129
- equals?: any;
24130
- notEquals?: any;
24131
- oneOf?: any[] | undefined;
24132
- notIn?: any[] | undefined;
24133
- } | undefined;
22801
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
24134
22802
  modalConfig?: {
24135
22803
  buttonLabel?: string | undefined;
24136
22804
  description?: string | undefined;
@@ -24232,13 +22900,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
24232
22900
  showValue?: boolean | undefined;
24233
22901
  pattern?: string | undefined;
24234
22902
  placeholder?: string | undefined;
24235
- visibleWhen?: {
24236
- field: string;
24237
- equals?: any;
24238
- notEquals?: any;
24239
- oneOf?: any[] | undefined;
24240
- notIn?: any[] | undefined;
24241
- } | undefined;
22903
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
24242
22904
  modalConfig?: {
24243
22905
  buttonLabel?: string | undefined;
24244
22906
  description?: string | undefined;
@@ -24338,13 +23000,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
24338
23000
  showValue?: boolean | undefined;
24339
23001
  pattern?: string | undefined;
24340
23002
  placeholder?: string | undefined;
24341
- visibleWhen?: {
24342
- field: string;
24343
- equals?: any;
24344
- notEquals?: any;
24345
- oneOf?: any[] | undefined;
24346
- notIn?: any[] | undefined;
24347
- } | undefined;
23003
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
24348
23004
  modalConfig?: {
24349
23005
  buttonLabel?: string | undefined;
24350
23006
  description?: string | undefined;
@@ -24451,13 +23107,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
24451
23107
  showValue?: boolean | undefined;
24452
23108
  pattern?: string | undefined;
24453
23109
  placeholder?: string | undefined;
24454
- visibleWhen?: {
24455
- field: string;
24456
- equals?: any;
24457
- notEquals?: any;
24458
- oneOf?: any[] | undefined;
24459
- notIn?: any[] | undefined;
24460
- } | undefined;
23110
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
24461
23111
  modalConfig?: {
24462
23112
  buttonLabel?: string | undefined;
24463
23113
  description?: string | undefined;
@@ -24563,13 +23213,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
24563
23213
  showValue?: boolean | undefined;
24564
23214
  pattern?: string | undefined;
24565
23215
  placeholder?: string | undefined;
24566
- visibleWhen?: {
24567
- field: string;
24568
- equals?: any;
24569
- notEquals?: any;
24570
- oneOf?: any[] | undefined;
24571
- notIn?: any[] | undefined;
24572
- } | undefined;
23216
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
24573
23217
  modalConfig?: {
24574
23218
  buttonLabel?: string | undefined;
24575
23219
  description?: string | undefined;
@@ -24669,13 +23313,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
24669
23313
  showValue?: boolean | undefined;
24670
23314
  pattern?: string | undefined;
24671
23315
  placeholder?: string | undefined;
24672
- visibleWhen?: {
24673
- field: string;
24674
- equals?: any;
24675
- notEquals?: any;
24676
- oneOf?: any[] | undefined;
24677
- notIn?: any[] | undefined;
24678
- } | undefined;
23316
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
24679
23317
  modalConfig?: {
24680
23318
  buttonLabel?: string | undefined;
24681
23319
  description?: string | undefined;
@@ -24775,13 +23413,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
24775
23413
  showValue?: boolean | undefined;
24776
23414
  pattern?: string | undefined;
24777
23415
  placeholder?: string | undefined;
24778
- visibleWhen?: {
24779
- field: string;
24780
- equals?: any;
24781
- notEquals?: any;
24782
- oneOf?: any[] | undefined;
24783
- notIn?: any[] | undefined;
24784
- } | undefined;
23416
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
24785
23417
  modalConfig?: {
24786
23418
  buttonLabel?: string | undefined;
24787
23419
  description?: string | undefined;
@@ -24885,13 +23517,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
24885
23517
  showValue?: boolean | undefined;
24886
23518
  pattern?: string | undefined;
24887
23519
  placeholder?: string | undefined;
24888
- visibleWhen?: {
24889
- field: string;
24890
- equals?: any;
24891
- notEquals?: any;
24892
- oneOf?: any[] | undefined;
24893
- notIn?: any[] | undefined;
24894
- } | undefined;
23520
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
24895
23521
  modalConfig?: {
24896
23522
  buttonLabel?: string | undefined;
24897
23523
  description?: string | undefined;
@@ -24997,13 +23623,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
24997
23623
  showValue?: boolean | undefined;
24998
23624
  pattern?: string | undefined;
24999
23625
  placeholder?: string | undefined;
25000
- visibleWhen?: {
25001
- field: string;
25002
- equals?: any;
25003
- notEquals?: any;
25004
- oneOf?: any[] | undefined;
25005
- notIn?: any[] | undefined;
25006
- } | undefined;
23626
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
25007
23627
  modalConfig?: {
25008
23628
  buttonLabel?: string | undefined;
25009
23629
  description?: string | undefined;
@@ -25103,13 +23723,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
25103
23723
  showValue?: boolean | undefined;
25104
23724
  pattern?: string | undefined;
25105
23725
  placeholder?: string | undefined;
25106
- visibleWhen?: {
25107
- field: string;
25108
- equals?: any;
25109
- notEquals?: any;
25110
- oneOf?: any[] | undefined;
25111
- notIn?: any[] | undefined;
25112
- } | undefined;
23726
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
25113
23727
  modalConfig?: {
25114
23728
  buttonLabel?: string | undefined;
25115
23729
  description?: string | undefined;
@@ -25216,13 +23830,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
25216
23830
  showValue?: boolean | undefined;
25217
23831
  pattern?: string | undefined;
25218
23832
  placeholder?: string | undefined;
25219
- visibleWhen?: {
25220
- field: string;
25221
- equals?: any;
25222
- notEquals?: any;
25223
- oneOf?: any[] | undefined;
25224
- notIn?: any[] | undefined;
25225
- } | undefined;
23833
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
25226
23834
  modalConfig?: {
25227
23835
  buttonLabel?: string | undefined;
25228
23836
  description?: string | undefined;
@@ -25323,13 +23931,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
25323
23931
  showValue?: boolean | undefined;
25324
23932
  pattern?: string | undefined;
25325
23933
  placeholder?: string | undefined;
25326
- visibleWhen?: {
25327
- field: string;
25328
- equals?: any;
25329
- notEquals?: any;
25330
- oneOf?: any[] | undefined;
25331
- notIn?: any[] | undefined;
25332
- } | undefined;
23934
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
25333
23935
  modalConfig?: {
25334
23936
  buttonLabel?: string | undefined;
25335
23937
  description?: string | undefined;
@@ -25430,13 +24032,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
25430
24032
  showValue?: boolean | undefined;
25431
24033
  pattern?: string | undefined;
25432
24034
  placeholder?: string | undefined;
25433
- visibleWhen?: {
25434
- field: string;
25435
- equals?: any;
25436
- notEquals?: any;
25437
- oneOf?: any[] | undefined;
25438
- notIn?: any[] | undefined;
25439
- } | undefined;
24035
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
25440
24036
  modalConfig?: {
25441
24037
  buttonLabel?: string | undefined;
25442
24038
  description?: string | undefined;
@@ -25538,13 +24134,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
25538
24134
  showValue?: boolean | undefined;
25539
24135
  pattern?: string | undefined;
25540
24136
  placeholder?: string | undefined;
25541
- visibleWhen?: {
25542
- field: string;
25543
- equals?: any;
25544
- notEquals?: any;
25545
- oneOf?: any[] | undefined;
25546
- notIn?: any[] | undefined;
25547
- } | undefined;
24137
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
25548
24138
  modalConfig?: {
25549
24139
  buttonLabel?: string | undefined;
25550
24140
  description?: string | undefined;
@@ -25644,13 +24234,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
25644
24234
  showValue?: boolean | undefined;
25645
24235
  pattern?: string | undefined;
25646
24236
  placeholder?: string | undefined;
25647
- visibleWhen?: {
25648
- field: string;
25649
- equals?: any;
25650
- notEquals?: any;
25651
- oneOf?: any[] | undefined;
25652
- notIn?: any[] | undefined;
25653
- } | undefined;
24237
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
25654
24238
  modalConfig?: {
25655
24239
  buttonLabel?: string | undefined;
25656
24240
  description?: string | undefined;
@@ -25750,13 +24334,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
25750
24334
  showValue?: boolean | undefined;
25751
24335
  pattern?: string | undefined;
25752
24336
  placeholder?: string | undefined;
25753
- visibleWhen?: {
25754
- field: string;
25755
- equals?: any;
25756
- notEquals?: any;
25757
- oneOf?: any[] | undefined;
25758
- notIn?: any[] | undefined;
25759
- } | undefined;
24337
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
25760
24338
  modalConfig?: {
25761
24339
  buttonLabel?: string | undefined;
25762
24340
  description?: string | undefined;
@@ -25856,13 +24434,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
25856
24434
  showValue?: boolean | undefined;
25857
24435
  pattern?: string | undefined;
25858
24436
  placeholder?: string | undefined;
25859
- visibleWhen?: {
25860
- field: string;
25861
- equals?: any;
25862
- notEquals?: any;
25863
- oneOf?: any[] | undefined;
25864
- notIn?: any[] | undefined;
25865
- } | undefined;
24437
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
25866
24438
  modalConfig?: {
25867
24439
  buttonLabel?: string | undefined;
25868
24440
  description?: string | undefined;
@@ -25962,13 +24534,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
25962
24534
  showValue?: boolean | undefined;
25963
24535
  pattern?: string | undefined;
25964
24536
  placeholder?: string | undefined;
25965
- visibleWhen?: {
25966
- field: string;
25967
- equals?: any;
25968
- notEquals?: any;
25969
- oneOf?: any[] | undefined;
25970
- notIn?: any[] | undefined;
25971
- } | undefined;
24537
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
25972
24538
  modalConfig?: {
25973
24539
  buttonLabel?: string | undefined;
25974
24540
  description?: string | undefined;
@@ -26068,13 +24634,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
26068
24634
  showValue?: boolean | undefined;
26069
24635
  pattern?: string | undefined;
26070
24636
  placeholder?: string | undefined;
26071
- visibleWhen?: {
26072
- field: string;
26073
- equals?: any;
26074
- notEquals?: any;
26075
- oneOf?: any[] | undefined;
26076
- notIn?: any[] | undefined;
26077
- } | undefined;
24637
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
26078
24638
  modalConfig?: {
26079
24639
  buttonLabel?: string | undefined;
26080
24640
  description?: string | undefined;
@@ -26178,13 +24738,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
26178
24738
  showValue?: boolean | undefined;
26179
24739
  pattern?: string | undefined;
26180
24740
  placeholder?: string | undefined;
26181
- visibleWhen?: {
26182
- field: string;
26183
- equals?: any;
26184
- notEquals?: any;
26185
- oneOf?: any[] | undefined;
26186
- notIn?: any[] | undefined;
26187
- } | undefined;
24741
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
26188
24742
  modalConfig?: {
26189
24743
  buttonLabel?: string | undefined;
26190
24744
  description?: string | undefined;
@@ -26284,13 +24838,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
26284
24838
  showValue?: boolean | undefined;
26285
24839
  pattern?: string | undefined;
26286
24840
  placeholder?: string | undefined;
26287
- visibleWhen?: {
26288
- field: string;
26289
- equals?: any;
26290
- notEquals?: any;
26291
- oneOf?: any[] | undefined;
26292
- notIn?: any[] | undefined;
26293
- } | undefined;
24841
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
26294
24842
  modalConfig?: {
26295
24843
  buttonLabel?: string | undefined;
26296
24844
  description?: string | undefined;
@@ -26392,13 +24940,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
26392
24940
  showValue?: boolean | undefined;
26393
24941
  pattern?: string | undefined;
26394
24942
  placeholder?: string | undefined;
26395
- visibleWhen?: {
26396
- field: string;
26397
- equals?: any;
26398
- notEquals?: any;
26399
- oneOf?: any[] | undefined;
26400
- notIn?: any[] | undefined;
26401
- } | undefined;
24943
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
26402
24944
  modalConfig?: {
26403
24945
  buttonLabel?: string | undefined;
26404
24946
  description?: string | undefined;
@@ -26498,13 +25040,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
26498
25040
  showValue?: boolean | undefined;
26499
25041
  pattern?: string | undefined;
26500
25042
  placeholder?: string | undefined;
26501
- visibleWhen?: {
26502
- field: string;
26503
- equals?: any;
26504
- notEquals?: any;
26505
- oneOf?: any[] | undefined;
26506
- notIn?: any[] | undefined;
26507
- } | undefined;
25043
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
26508
25044
  modalConfig?: {
26509
25045
  buttonLabel?: string | undefined;
26510
25046
  description?: string | undefined;
@@ -26620,13 +25156,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
26620
25156
  showValue?: boolean | undefined;
26621
25157
  pattern?: string | undefined;
26622
25158
  placeholder?: string | undefined;
26623
- visibleWhen?: {
26624
- field: string;
26625
- equals?: any;
26626
- notEquals?: any;
26627
- oneOf?: any[] | undefined;
26628
- notIn?: any[] | undefined;
26629
- } | undefined;
25159
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
26630
25160
  modalConfig?: {
26631
25161
  buttonLabel?: string | undefined;
26632
25162
  description?: string | undefined;
@@ -26730,13 +25260,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
26730
25260
  showValue?: boolean | undefined;
26731
25261
  pattern?: string | undefined;
26732
25262
  placeholder?: string | undefined;
26733
- visibleWhen?: {
26734
- field: string;
26735
- equals?: any;
26736
- notEquals?: any;
26737
- oneOf?: any[] | undefined;
26738
- notIn?: any[] | undefined;
26739
- } | undefined;
25263
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
26740
25264
  modalConfig?: {
26741
25265
  buttonLabel?: string | undefined;
26742
25266
  description?: string | undefined;
@@ -26852,13 +25376,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
26852
25376
  showValue?: boolean | undefined;
26853
25377
  pattern?: string | undefined;
26854
25378
  placeholder?: string | undefined;
26855
- visibleWhen?: {
26856
- field: string;
26857
- equals?: any;
26858
- notEquals?: any;
26859
- oneOf?: any[] | undefined;
26860
- notIn?: any[] | undefined;
26861
- } | undefined;
25379
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
26862
25380
  modalConfig?: {
26863
25381
  buttonLabel?: string | undefined;
26864
25382
  description?: string | undefined;
@@ -26967,13 +25485,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
26967
25485
  showValue?: boolean | undefined;
26968
25486
  pattern?: string | undefined;
26969
25487
  placeholder?: string | undefined;
26970
- visibleWhen?: {
26971
- field: string;
26972
- equals?: any;
26973
- notEquals?: any;
26974
- oneOf?: any[] | undefined;
26975
- notIn?: any[] | undefined;
26976
- } | undefined;
25488
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
26977
25489
  modalConfig?: {
26978
25490
  buttonLabel?: string | undefined;
26979
25491
  description?: string | undefined;
@@ -27074,13 +25586,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
27074
25586
  showValue?: boolean | undefined;
27075
25587
  pattern?: string | undefined;
27076
25588
  placeholder?: string | undefined;
27077
- visibleWhen?: {
27078
- field: string;
27079
- equals?: any;
27080
- notEquals?: any;
27081
- oneOf?: any[] | undefined;
27082
- notIn?: any[] | undefined;
27083
- } | undefined;
25589
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
27084
25590
  modalConfig?: {
27085
25591
  buttonLabel?: string | undefined;
27086
25592
  description?: string | undefined;
@@ -27181,13 +25687,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
27181
25687
  showValue?: boolean | undefined;
27182
25688
  pattern?: string | undefined;
27183
25689
  placeholder?: string | undefined;
27184
- visibleWhen?: {
27185
- field: string;
27186
- equals?: any;
27187
- notEquals?: any;
27188
- oneOf?: any[] | undefined;
27189
- notIn?: any[] | undefined;
27190
- } | undefined;
25690
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
27191
25691
  modalConfig?: {
27192
25692
  buttonLabel?: string | undefined;
27193
25693
  description?: string | undefined;
@@ -27289,13 +25789,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
27289
25789
  showValue?: boolean | undefined;
27290
25790
  pattern?: string | undefined;
27291
25791
  placeholder?: string | undefined;
27292
- visibleWhen?: {
27293
- field: string;
27294
- equals?: any;
27295
- notEquals?: any;
27296
- oneOf?: any[] | undefined;
27297
- notIn?: any[] | undefined;
27298
- } | undefined;
25792
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
27299
25793
  modalConfig?: {
27300
25794
  buttonLabel?: string | undefined;
27301
25795
  description?: string | undefined;
@@ -27395,13 +25889,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
27395
25889
  showValue?: boolean | undefined;
27396
25890
  pattern?: string | undefined;
27397
25891
  placeholder?: string | undefined;
27398
- visibleWhen?: {
27399
- field: string;
27400
- equals?: any;
27401
- notEquals?: any;
27402
- oneOf?: any[] | undefined;
27403
- notIn?: any[] | undefined;
27404
- } | undefined;
25892
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
27405
25893
  modalConfig?: {
27406
25894
  buttonLabel?: string | undefined;
27407
25895
  description?: string | undefined;
@@ -27501,13 +25989,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
27501
25989
  showValue?: boolean | undefined;
27502
25990
  pattern?: string | undefined;
27503
25991
  placeholder?: string | undefined;
27504
- visibleWhen?: {
27505
- field: string;
27506
- equals?: any;
27507
- notEquals?: any;
27508
- oneOf?: any[] | undefined;
27509
- notIn?: any[] | undefined;
27510
- } | undefined;
25992
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
27511
25993
  modalConfig?: {
27512
25994
  buttonLabel?: string | undefined;
27513
25995
  description?: string | undefined;
@@ -27607,13 +26089,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
27607
26089
  showValue?: boolean | undefined;
27608
26090
  pattern?: string | undefined;
27609
26091
  placeholder?: string | undefined;
27610
- visibleWhen?: {
27611
- field: string;
27612
- equals?: any;
27613
- notEquals?: any;
27614
- oneOf?: any[] | undefined;
27615
- notIn?: any[] | undefined;
27616
- } | undefined;
26092
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
27617
26093
  modalConfig?: {
27618
26094
  buttonLabel?: string | undefined;
27619
26095
  description?: string | undefined;
@@ -27713,13 +26189,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
27713
26189
  showValue?: boolean | undefined;
27714
26190
  pattern?: string | undefined;
27715
26191
  placeholder?: string | undefined;
27716
- visibleWhen?: {
27717
- field: string;
27718
- equals?: any;
27719
- notEquals?: any;
27720
- oneOf?: any[] | undefined;
27721
- notIn?: any[] | undefined;
27722
- } | undefined;
26192
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
27723
26193
  modalConfig?: {
27724
26194
  buttonLabel?: string | undefined;
27725
26195
  description?: string | undefined;
@@ -27819,13 +26289,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
27819
26289
  showValue?: boolean | undefined;
27820
26290
  pattern?: string | undefined;
27821
26291
  placeholder?: string | undefined;
27822
- visibleWhen?: {
27823
- field: string;
27824
- equals?: any;
27825
- notEquals?: any;
27826
- oneOf?: any[] | undefined;
27827
- notIn?: any[] | undefined;
27828
- } | undefined;
26292
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
27829
26293
  modalConfig?: {
27830
26294
  buttonLabel?: string | undefined;
27831
26295
  description?: string | undefined;
@@ -27929,13 +26393,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
27929
26393
  showValue?: boolean | undefined;
27930
26394
  pattern?: string | undefined;
27931
26395
  placeholder?: string | undefined;
27932
- visibleWhen?: {
27933
- field: string;
27934
- equals?: any;
27935
- notEquals?: any;
27936
- oneOf?: any[] | undefined;
27937
- notIn?: any[] | undefined;
27938
- } | undefined;
26396
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
27939
26397
  modalConfig?: {
27940
26398
  buttonLabel?: string | undefined;
27941
26399
  description?: string | undefined;
@@ -28035,13 +26493,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
28035
26493
  showValue?: boolean | undefined;
28036
26494
  pattern?: string | undefined;
28037
26495
  placeholder?: string | undefined;
28038
- visibleWhen?: {
28039
- field: string;
28040
- equals?: any;
28041
- notEquals?: any;
28042
- oneOf?: any[] | undefined;
28043
- notIn?: any[] | undefined;
28044
- } | undefined;
26496
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
28045
26497
  modalConfig?: {
28046
26498
  buttonLabel?: string | undefined;
28047
26499
  description?: string | undefined;
@@ -28143,13 +26595,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
28143
26595
  showValue?: boolean | undefined;
28144
26596
  pattern?: string | undefined;
28145
26597
  placeholder?: string | undefined;
28146
- visibleWhen?: {
28147
- field: string;
28148
- equals?: any;
28149
- notEquals?: any;
28150
- oneOf?: any[] | undefined;
28151
- notIn?: any[] | undefined;
28152
- } | undefined;
26598
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
28153
26599
  modalConfig?: {
28154
26600
  buttonLabel?: string | undefined;
28155
26601
  description?: string | undefined;
@@ -28249,13 +26695,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
28249
26695
  showValue?: boolean | undefined;
28250
26696
  pattern?: string | undefined;
28251
26697
  placeholder?: string | undefined;
28252
- visibleWhen?: {
28253
- field: string;
28254
- equals?: any;
28255
- notEquals?: any;
28256
- oneOf?: any[] | undefined;
28257
- notIn?: any[] | undefined;
28258
- } | undefined;
26698
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
28259
26699
  modalConfig?: {
28260
26700
  buttonLabel?: string | undefined;
28261
26701
  description?: string | undefined;
@@ -28362,13 +26802,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
28362
26802
  showValue?: boolean | undefined;
28363
26803
  pattern?: string | undefined;
28364
26804
  placeholder?: string | undefined;
28365
- visibleWhen?: {
28366
- field: string;
28367
- equals?: any;
28368
- notEquals?: any;
28369
- oneOf?: any[] | undefined;
28370
- notIn?: any[] | undefined;
28371
- } | undefined;
26805
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
28372
26806
  modalConfig?: {
28373
26807
  buttonLabel?: string | undefined;
28374
26808
  description?: string | undefined;
@@ -28474,13 +26908,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
28474
26908
  showValue?: boolean | undefined;
28475
26909
  pattern?: string | undefined;
28476
26910
  placeholder?: string | undefined;
28477
- visibleWhen?: {
28478
- field: string;
28479
- equals?: any;
28480
- notEquals?: any;
28481
- oneOf?: any[] | undefined;
28482
- notIn?: any[] | undefined;
28483
- } | undefined;
26911
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
28484
26912
  modalConfig?: {
28485
26913
  buttonLabel?: string | undefined;
28486
26914
  description?: string | undefined;
@@ -28580,13 +27008,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
28580
27008
  showValue?: boolean | undefined;
28581
27009
  pattern?: string | undefined;
28582
27010
  placeholder?: string | undefined;
28583
- visibleWhen?: {
28584
- field: string;
28585
- equals?: any;
28586
- notEquals?: any;
28587
- oneOf?: any[] | undefined;
28588
- notIn?: any[] | undefined;
28589
- } | undefined;
27011
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
28590
27012
  modalConfig?: {
28591
27013
  buttonLabel?: string | undefined;
28592
27014
  description?: string | undefined;
@@ -28693,13 +27115,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
28693
27115
  showValue?: boolean | undefined;
28694
27116
  pattern?: string | undefined;
28695
27117
  placeholder?: string | undefined;
28696
- visibleWhen?: {
28697
- field: string;
28698
- equals?: any;
28699
- notEquals?: any;
28700
- oneOf?: any[] | undefined;
28701
- notIn?: any[] | undefined;
28702
- } | undefined;
27118
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
28703
27119
  modalConfig?: {
28704
27120
  buttonLabel?: string | undefined;
28705
27121
  description?: string | undefined;
@@ -28800,13 +27216,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
28800
27216
  showValue?: boolean | undefined;
28801
27217
  pattern?: string | undefined;
28802
27218
  placeholder?: string | undefined;
28803
- visibleWhen?: {
28804
- field: string;
28805
- equals?: any;
28806
- notEquals?: any;
28807
- oneOf?: any[] | undefined;
28808
- notIn?: any[] | undefined;
28809
- } | undefined;
27219
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
28810
27220
  modalConfig?: {
28811
27221
  buttonLabel?: string | undefined;
28812
27222
  description?: string | undefined;
@@ -28907,13 +27317,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
28907
27317
  showValue?: boolean | undefined;
28908
27318
  pattern?: string | undefined;
28909
27319
  placeholder?: string | undefined;
28910
- visibleWhen?: {
28911
- field: string;
28912
- equals?: any;
28913
- notEquals?: any;
28914
- oneOf?: any[] | undefined;
28915
- notIn?: any[] | undefined;
28916
- } | undefined;
27320
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
28917
27321
  modalConfig?: {
28918
27322
  buttonLabel?: string | undefined;
28919
27323
  description?: string | undefined;
@@ -29015,13 +27419,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
29015
27419
  showValue?: boolean | undefined;
29016
27420
  pattern?: string | undefined;
29017
27421
  placeholder?: string | undefined;
29018
- visibleWhen?: {
29019
- field: string;
29020
- equals?: any;
29021
- notEquals?: any;
29022
- oneOf?: any[] | undefined;
29023
- notIn?: any[] | undefined;
29024
- } | undefined;
27422
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
29025
27423
  modalConfig?: {
29026
27424
  buttonLabel?: string | undefined;
29027
27425
  description?: string | undefined;
@@ -29121,13 +27519,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
29121
27519
  showValue?: boolean | undefined;
29122
27520
  pattern?: string | undefined;
29123
27521
  placeholder?: string | undefined;
29124
- visibleWhen?: {
29125
- field: string;
29126
- equals?: any;
29127
- notEquals?: any;
29128
- oneOf?: any[] | undefined;
29129
- notIn?: any[] | undefined;
29130
- } | undefined;
27522
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
29131
27523
  modalConfig?: {
29132
27524
  buttonLabel?: string | undefined;
29133
27525
  description?: string | undefined;
@@ -29227,13 +27619,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
29227
27619
  showValue?: boolean | undefined;
29228
27620
  pattern?: string | undefined;
29229
27621
  placeholder?: string | undefined;
29230
- visibleWhen?: {
29231
- field: string;
29232
- equals?: any;
29233
- notEquals?: any;
29234
- oneOf?: any[] | undefined;
29235
- notIn?: any[] | undefined;
29236
- } | undefined;
27622
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
29237
27623
  modalConfig?: {
29238
27624
  buttonLabel?: string | undefined;
29239
27625
  description?: string | undefined;
@@ -29333,13 +27719,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
29333
27719
  showValue?: boolean | undefined;
29334
27720
  pattern?: string | undefined;
29335
27721
  placeholder?: string | undefined;
29336
- visibleWhen?: {
29337
- field: string;
29338
- equals?: any;
29339
- notEquals?: any;
29340
- oneOf?: any[] | undefined;
29341
- notIn?: any[] | undefined;
29342
- } | undefined;
27722
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
29343
27723
  modalConfig?: {
29344
27724
  buttonLabel?: string | undefined;
29345
27725
  description?: string | undefined;
@@ -29439,13 +27819,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
29439
27819
  showValue?: boolean | undefined;
29440
27820
  pattern?: string | undefined;
29441
27821
  placeholder?: string | undefined;
29442
- visibleWhen?: {
29443
- field: string;
29444
- equals?: any;
29445
- notEquals?: any;
29446
- oneOf?: any[] | undefined;
29447
- notIn?: any[] | undefined;
29448
- } | undefined;
27822
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
29449
27823
  modalConfig?: {
29450
27824
  buttonLabel?: string | undefined;
29451
27825
  description?: string | undefined;
@@ -29545,13 +27919,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
29545
27919
  showValue?: boolean | undefined;
29546
27920
  pattern?: string | undefined;
29547
27921
  placeholder?: string | undefined;
29548
- visibleWhen?: {
29549
- field: string;
29550
- equals?: any;
29551
- notEquals?: any;
29552
- oneOf?: any[] | undefined;
29553
- notIn?: any[] | undefined;
29554
- } | undefined;
27922
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
29555
27923
  modalConfig?: {
29556
27924
  buttonLabel?: string | undefined;
29557
27925
  description?: string | undefined;
@@ -29655,13 +28023,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
29655
28023
  showValue?: boolean | undefined;
29656
28024
  pattern?: string | undefined;
29657
28025
  placeholder?: string | undefined;
29658
- visibleWhen?: {
29659
- field: string;
29660
- equals?: any;
29661
- notEquals?: any;
29662
- oneOf?: any[] | undefined;
29663
- notIn?: any[] | undefined;
29664
- } | undefined;
28026
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
29665
28027
  modalConfig?: {
29666
28028
  buttonLabel?: string | undefined;
29667
28029
  description?: string | undefined;
@@ -29761,13 +28123,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
29761
28123
  showValue?: boolean | undefined;
29762
28124
  pattern?: string | undefined;
29763
28125
  placeholder?: string | undefined;
29764
- visibleWhen?: {
29765
- field: string;
29766
- equals?: any;
29767
- notEquals?: any;
29768
- oneOf?: any[] | undefined;
29769
- notIn?: any[] | undefined;
29770
- } | undefined;
28126
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
29771
28127
  modalConfig?: {
29772
28128
  buttonLabel?: string | undefined;
29773
28129
  description?: string | undefined;
@@ -29869,13 +28225,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
29869
28225
  showValue?: boolean | undefined;
29870
28226
  pattern?: string | undefined;
29871
28227
  placeholder?: string | undefined;
29872
- visibleWhen?: {
29873
- field: string;
29874
- equals?: any;
29875
- notEquals?: any;
29876
- oneOf?: any[] | undefined;
29877
- notIn?: any[] | undefined;
29878
- } | undefined;
28228
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
29879
28229
  modalConfig?: {
29880
28230
  buttonLabel?: string | undefined;
29881
28231
  description?: string | undefined;
@@ -29975,13 +28325,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
29975
28325
  showValue?: boolean | undefined;
29976
28326
  pattern?: string | undefined;
29977
28327
  placeholder?: string | undefined;
29978
- visibleWhen?: {
29979
- field: string;
29980
- equals?: any;
29981
- notEquals?: any;
29982
- oneOf?: any[] | undefined;
29983
- notIn?: any[] | undefined;
29984
- } | undefined;
28328
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
29985
28329
  modalConfig?: {
29986
28330
  buttonLabel?: string | undefined;
29987
28331
  description?: string | undefined;
@@ -30088,13 +28432,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
30088
28432
  showValue?: boolean | undefined;
30089
28433
  pattern?: string | undefined;
30090
28434
  placeholder?: string | undefined;
30091
- visibleWhen?: {
30092
- field: string;
30093
- equals?: any;
30094
- notEquals?: any;
30095
- oneOf?: any[] | undefined;
30096
- notIn?: any[] | undefined;
30097
- } | undefined;
28435
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
30098
28436
  modalConfig?: {
30099
28437
  buttonLabel?: string | undefined;
30100
28438
  description?: string | undefined;
@@ -30200,13 +28538,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
30200
28538
  showValue?: boolean | undefined;
30201
28539
  pattern?: string | undefined;
30202
28540
  placeholder?: string | undefined;
30203
- visibleWhen?: {
30204
- field: string;
30205
- equals?: any;
30206
- notEquals?: any;
30207
- oneOf?: any[] | undefined;
30208
- notIn?: any[] | undefined;
30209
- } | undefined;
28541
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
30210
28542
  modalConfig?: {
30211
28543
  buttonLabel?: string | undefined;
30212
28544
  description?: string | undefined;
@@ -30306,13 +28638,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
30306
28638
  showValue?: boolean | undefined;
30307
28639
  pattern?: string | undefined;
30308
28640
  placeholder?: string | undefined;
30309
- visibleWhen?: {
30310
- field: string;
30311
- equals?: any;
30312
- notEquals?: any;
30313
- oneOf?: any[] | undefined;
30314
- notIn?: any[] | undefined;
30315
- } | undefined;
28641
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
30316
28642
  modalConfig?: {
30317
28643
  buttonLabel?: string | undefined;
30318
28644
  description?: string | undefined;
@@ -30412,13 +28738,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
30412
28738
  showValue?: boolean | undefined;
30413
28739
  pattern?: string | undefined;
30414
28740
  placeholder?: string | undefined;
30415
- visibleWhen?: {
30416
- field: string;
30417
- equals?: any;
30418
- notEquals?: any;
30419
- oneOf?: any[] | undefined;
30420
- notIn?: any[] | undefined;
30421
- } | undefined;
28741
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
30422
28742
  modalConfig?: {
30423
28743
  buttonLabel?: string | undefined;
30424
28744
  description?: string | undefined;
@@ -30522,13 +28842,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
30522
28842
  showValue?: boolean | undefined;
30523
28843
  pattern?: string | undefined;
30524
28844
  placeholder?: string | undefined;
30525
- visibleWhen?: {
30526
- field: string;
30527
- equals?: any;
30528
- notEquals?: any;
30529
- oneOf?: any[] | undefined;
30530
- notIn?: any[] | undefined;
30531
- } | undefined;
28845
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
30532
28846
  modalConfig?: {
30533
28847
  buttonLabel?: string | undefined;
30534
28848
  description?: string | undefined;
@@ -30634,13 +28948,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
30634
28948
  showValue?: boolean | undefined;
30635
28949
  pattern?: string | undefined;
30636
28950
  placeholder?: string | undefined;
30637
- visibleWhen?: {
30638
- field: string;
30639
- equals?: any;
30640
- notEquals?: any;
30641
- oneOf?: any[] | undefined;
30642
- notIn?: any[] | undefined;
30643
- } | undefined;
28951
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
30644
28952
  modalConfig?: {
30645
28953
  buttonLabel?: string | undefined;
30646
28954
  description?: string | undefined;
@@ -30740,13 +29048,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
30740
29048
  showValue?: boolean | undefined;
30741
29049
  pattern?: string | undefined;
30742
29050
  placeholder?: string | undefined;
30743
- visibleWhen?: {
30744
- field: string;
30745
- equals?: any;
30746
- notEquals?: any;
30747
- oneOf?: any[] | undefined;
30748
- notIn?: any[] | undefined;
30749
- } | undefined;
29051
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
30750
29052
  modalConfig?: {
30751
29053
  buttonLabel?: string | undefined;
30752
29054
  description?: string | undefined;
@@ -30849,13 +29151,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
30849
29151
  showValue?: boolean | undefined;
30850
29152
  pattern?: string | undefined;
30851
29153
  placeholder?: string | undefined;
30852
- visibleWhen?: {
30853
- field: string;
30854
- equals?: any;
30855
- notEquals?: any;
30856
- oneOf?: any[] | undefined;
30857
- notIn?: any[] | undefined;
30858
- } | undefined;
29154
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
30859
29155
  modalConfig?: {
30860
29156
  buttonLabel?: string | undefined;
30861
29157
  description?: string | undefined;
@@ -30960,13 +29256,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
30960
29256
  showValue?: boolean | undefined;
30961
29257
  pattern?: string | undefined;
30962
29258
  placeholder?: string | undefined;
30963
- visibleWhen?: {
30964
- field: string;
30965
- equals?: any;
30966
- notEquals?: any;
30967
- oneOf?: any[] | undefined;
30968
- notIn?: any[] | undefined;
30969
- } | undefined;
29259
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
30970
29260
  modalConfig?: {
30971
29261
  buttonLabel?: string | undefined;
30972
29262
  description?: string | undefined;
@@ -31072,13 +29362,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
31072
29362
  showValue?: boolean | undefined;
31073
29363
  pattern?: string | undefined;
31074
29364
  placeholder?: string | undefined;
31075
- visibleWhen?: {
31076
- field: string;
31077
- equals?: any;
31078
- notEquals?: any;
31079
- oneOf?: any[] | undefined;
31080
- notIn?: any[] | undefined;
31081
- } | undefined;
29365
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
31082
29366
  modalConfig?: {
31083
29367
  buttonLabel?: string | undefined;
31084
29368
  description?: string | undefined;
@@ -31178,13 +29462,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
31178
29462
  showValue?: boolean | undefined;
31179
29463
  pattern?: string | undefined;
31180
29464
  placeholder?: string | undefined;
31181
- visibleWhen?: {
31182
- field: string;
31183
- equals?: any;
31184
- notEquals?: any;
31185
- oneOf?: any[] | undefined;
31186
- notIn?: any[] | undefined;
31187
- } | undefined;
29465
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
31188
29466
  modalConfig?: {
31189
29467
  buttonLabel?: string | undefined;
31190
29468
  description?: string | undefined;
@@ -31284,13 +29562,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
31284
29562
  showValue?: boolean | undefined;
31285
29563
  pattern?: string | undefined;
31286
29564
  placeholder?: string | undefined;
31287
- visibleWhen?: {
31288
- field: string;
31289
- equals?: any;
31290
- notEquals?: any;
31291
- oneOf?: any[] | undefined;
31292
- notIn?: any[] | undefined;
31293
- } | undefined;
29565
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
31294
29566
  modalConfig?: {
31295
29567
  buttonLabel?: string | undefined;
31296
29568
  description?: string | undefined;