@riverbankcms/sdk 0.82.0 → 0.84.1

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 (206) hide show
  1. package/README.md +16 -0
  2. package/dist/{PreviewEditorSidebar-LHGK6RIO.mjs → PreviewEditorSidebar-X7RLMEI6.mjs} +330 -11
  3. package/dist/{PreviewEditorUI-AXZG2SDC.mjs → PreviewEditorUI-CT67N4O3.mjs} +3 -3
  4. package/dist/SdkPreviewModeRuntime-EIMQ3S2V.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/EventRegistrationWizard.d.ts +0 -2
  51. package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/constants.d.ts +1 -0
  52. package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/event-registration.headless.contract.d.ts +275 -0
  53. package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/event-registration.headless.override.d.ts +10 -0
  54. package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/event-registration.headless.planning.d.ts +22 -0
  55. package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/event-registration.headless.state.d.ts +3 -0
  56. package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/useEventRegistrationSubmit.d.ts +20 -1
  57. package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/useEventRegistrationWizard.d.ts +13 -4
  58. package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/utils.d.ts +1 -1
  59. package/dist/_dts/blocks/src/system/runtime/nodes/event-registration.interactive.d.ts +28 -6
  60. package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/pricing.d.ts +14 -0
  61. package/dist/_dts/content-editor/src/controller/EntryControllerProvider.d.ts +1 -1
  62. package/dist/_dts/content-editor/src/controller/buildBlockPublishedBaselines.d.ts +1 -1
  63. package/dist/_dts/content-editor/src/controller/seedDraftBaselinesFromBlocks.d.ts +1 -1
  64. package/dist/_dts/content-editor/src/controller/useBlocksList.d.ts +1 -1
  65. package/dist/_dts/content-editor/src/controller/useInvalidBlockRecovery.d.ts +1 -1
  66. package/dist/_dts/content-editor/src/primitives/PreviewRichTextEditor.d.ts +2 -1
  67. package/dist/_dts/content-editor/src/primitives/PreviewTextEditor.d.ts +1 -0
  68. package/dist/_dts/content-model/src/entry-slots/index.d.ts +1 -0
  69. package/dist/_dts/content-model/src/entry-slots/types.d.ts +356 -0
  70. package/dist/_dts/content-model/src/index.d.ts +1 -0
  71. package/dist/_dts/content-model/src/templates/defaults.d.ts +7 -0
  72. package/dist/_dts/db/src/generated/supabase/database.types.d.ts +100 -5
  73. package/dist/_dts/editor-blocks/src/BlockEditor.d.ts +6 -1
  74. package/dist/_dts/editor-blocks/src/BlockForm.d.ts +7 -5
  75. package/dist/_dts/editor-blocks/src/block-editor/hooks/useBlockCreation.d.ts +3 -2
  76. package/dist/_dts/editor-blocks/src/block-editor/hooks/useBlockDuplication.d.ts +3 -2
  77. package/dist/_dts/editor-blocks/src/block-editor/hooks/useBlockReorder.d.ts +3 -2
  78. package/dist/_dts/editor-blocks/src/block-editor/owner.d.ts +27 -0
  79. package/dist/_dts/editor-blocks/src/index.d.ts +1 -0
  80. package/dist/_dts/media-core/src/assetsInUseSummary.d.ts +8 -0
  81. package/dist/_dts/media-core/src/mediaUsageProjection.d.ts +37 -3
  82. package/dist/_dts/preview-next/src/client/blocks/pageDesignRuntimePreview.d.ts +4 -2
  83. package/dist/_dts/preview-next/src/client/blocks/previewProjection/runtimeContentDecoration.d.ts +2 -2
  84. package/dist/_dts/preview-next/src/client/preview/EntryEditorPanel.d.ts +3 -1
  85. package/dist/_dts/preview-next/src/client/preview/EntrySlotBlockEditorPanel.d.ts +19 -0
  86. package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeButton.d.ts +8 -0
  87. package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeContext.d.ts +4 -1
  88. package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.state.d.ts +1 -1
  89. package/dist/_dts/preview-next/src/client/preview/linkedEntryEditEvents.d.ts +9 -0
  90. package/dist/_dts/preview-next/src/client/preview/previewCustomizeControls.d.ts +9 -8
  91. package/dist/_dts/preview-next/src/client/preview/siteChromeLookRows.d.ts +10 -1
  92. package/dist/_dts/preview-next/src/client/preview/siteChromeQuickControlHistoryState.d.ts +5 -1
  93. package/dist/_dts/sdk/src/bookings/index.d.ts +5 -4
  94. package/dist/_dts/sdk/src/bookings/types.d.ts +2 -2
  95. package/dist/_dts/sdk/src/cli/content/reader.d.ts +9 -8
  96. package/dist/_dts/sdk/src/cli/content/writer.d.ts +6 -1
  97. package/dist/_dts/sdk/src/cli/helpers.d.ts +10 -5
  98. package/dist/_dts/sdk/src/cli/merge-remote/entryLocal.d.ts +2 -2
  99. package/dist/_dts/sdk/src/cli/merge-remote/entryMerge.d.ts +2 -1
  100. package/dist/_dts/sdk/src/cli/merge-remote/entrySnapshots.d.ts +2 -2
  101. package/dist/_dts/sdk/src/client/management/index.d.ts +1 -1
  102. package/dist/_dts/sdk/src/client/management/types.d.ts +40 -10
  103. package/dist/_dts/sdk/src/config/field-definitions.d.ts +13 -7
  104. package/dist/_dts/sdk/src/contracts/system-block-content.d.ts +26 -3
  105. package/dist/_dts/sdk/src/public-api/contracts.d.ts +13 -0
  106. package/dist/_dts/sdk/src/rendering/blocks-page-renderer.d.ts +1 -0
  107. package/dist/_dts/sdk/src/rendering/components/pageShared.d.ts +6 -1
  108. package/dist/_dts/sdk/src/rendering/overrides.d.ts +6 -1
  109. package/dist/_dts/sdk/src/types/block-kinds.d.ts +1 -1
  110. package/dist/_dts/sdk/src/version.d.ts +1 -1
  111. package/dist/_dts/site-commands/src/commands.d.ts +15 -0
  112. package/dist/_dts/theme-core/src/accordions/types.d.ts +1 -1
  113. package/dist/_dts/theme-core/src/buttons/personalities/index.d.ts +11 -0
  114. package/dist/_dts/theme-core/src/buttons/personalities/ornate-ritual.d.ts +16 -0
  115. package/dist/_dts/theme-core/src/buttons/personalities/types.d.ts +1 -1
  116. package/dist/_dts/theme-core/src/buttons/types.d.ts +3 -3
  117. package/dist/_dts/theme-core/src/cards/types.d.ts +15 -15
  118. package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
  119. package/dist/_dts/theme-core/src/inputs/types.d.ts +1 -1
  120. package/dist/_dts/theme-core/src/mock-themes/all.d.ts +33 -33
  121. package/dist/_dts/theme-core/src/palette/variants/index.d.ts +15 -0
  122. package/dist/_dts/theme-core/src/palette/variants/warm-dark.d.ts +16 -0
  123. package/dist/_dts/theme-core/src/schema.d.ts +30 -25
  124. package/dist/_dts/theme-core/src/site-styles/backgroundAppearance.d.ts +2 -2
  125. package/dist/_dts/theme-core/src/site-styles/curatedSiteStyles.d.ts +141 -1
  126. package/dist/_dts/theme-core/src/site-styles/designState.d.ts +2 -0
  127. package/dist/_dts/theme-core/src/site-styles/footerLooks.d.ts +110 -5
  128. package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +4 -2
  129. package/dist/_dts/theme-core/src/site-styles/previewCompiler.d.ts +1 -1
  130. package/dist/_dts/theme-core/src/site-styles/runtimeCompiler.d.ts +5 -1
  131. package/dist/_dts/theme-core/src/site-styles/tokenRecipes.d.ts +1 -1
  132. package/dist/_dts/theme-core/src/site-styles/types.d.ts +1 -1
  133. package/dist/_dts/theme-core/src/site-styles/typographyPresets.d.ts +16 -1
  134. package/dist/_dts/theme-core/src/siteChromePlanning.d.ts +1 -0
  135. package/dist/_dts/theme-core/src/utils/colorStyles.d.ts +6 -6
  136. package/dist/{chunk-2BUMISSH.mjs → chunk-3LXFQS7T.mjs} +1 -1
  137. package/dist/{chunk-FIREV57T.mjs → chunk-LBBPD2IW.mjs} +40 -0
  138. package/dist/{chunk-XQR6THQJ.mjs → chunk-O62NDCTI.mjs} +3390 -1331
  139. package/dist/{chunk-6FWNF3DJ.mjs → chunk-QRKJDWT7.mjs} +158 -20
  140. package/dist/{chunk-HKB6XVIP.mjs → chunk-RCTJAZSK.mjs} +2 -2
  141. package/dist/{chunk-G35HOQEN.mjs → chunk-X5ZCSU6F.mjs} +132 -46
  142. package/dist/cli/index.mjs +2925 -577
  143. package/dist/cli/init-docs/content/agents-section.md +5 -0
  144. package/dist/cli/init-docs/content/cli-reference.md +13 -0
  145. package/dist/cli/init-docs/content/content-management.md +31 -0
  146. package/dist/cli/init-docs/content/getting-started.md +14 -0
  147. package/dist/cli/init-docs/content/workflow-add-block.md +3 -1
  148. package/dist/cli/init-docs/content/workflow-agent-safe-sync.md +81 -0
  149. package/dist/cli/init-docs/content/workflow-create-page.md +13 -3
  150. package/dist/cli/init-docs/content/workflow-custom-block.md +9 -0
  151. package/dist/cli/init-docs/content/workflow-templates.md +107 -2
  152. package/dist/client/{accordion-G34C45TW.mjs → accordion-2UZPBMYM.mjs} +2 -2
  153. package/dist/client/{bookingForm-BLBVKSAQ.mjs → bookingForm-DYXT6YB6.mjs} +5 -5
  154. package/dist/client/bookings.mjs +3477 -186
  155. package/dist/client/{carousel-7ZVTBRMD.mjs → carousel-QH77HR6X.mjs} +3 -3
  156. package/dist/client/{cart-Q6S6LZUO.mjs → cart-X4YK4FTW.mjs} +6 -6
  157. package/dist/client/{checkout-5QJLDE4I.mjs → checkout-OM2BEPWD.mjs} +6 -6
  158. package/dist/client/{chunk-ZF4XEWDM.mjs → chunk-3DTWLTXM.mjs} +1 -1
  159. package/dist/client/{chunk-5PQH4Y75.mjs → chunk-4OXKTA3D.mjs} +2 -2
  160. package/dist/client/{chunk-WJFHDTYF.mjs → chunk-52CGCQ7B.mjs} +5 -5
  161. package/dist/client/{chunk-CHAB5ACD.mjs → chunk-7UCLJ5SP.mjs} +2 -2
  162. package/dist/client/{chunk-U2EW7RSR.mjs → chunk-F5VRX5Y6.mjs} +1 -1
  163. package/dist/client/{chunk-SBBSMFFG.mjs → chunk-SYIJ5JO2.mjs} +1 -1
  164. package/dist/client/{chunk-EQKYMX4N.mjs → chunk-UHDWIXVR.mjs} +180 -157
  165. package/dist/client/{chunk-RJHTCTCZ.mjs → chunk-VGDBVNOO.mjs} +429 -15
  166. package/dist/client/{chunk-S3MKFGOG.mjs → chunk-ZE5G642V.mjs} +1 -1
  167. package/dist/client/{chunk-CSZGLBYR.mjs → chunk-ZKUO52W3.mjs} +1 -1
  168. package/dist/client/client.mjs +2685 -847
  169. package/dist/client/{courseRegistration-VUG2JJDB.mjs → courseRegistration-YBOGURTA.mjs} +5 -5
  170. package/dist/client/{eventCalendar-E7D2LD4N.mjs → eventCalendar-K4QJVCMD.mjs} +7 -7
  171. package/dist/client/{eventCombined-FUZ2Z3CS.mjs → eventCombined-MTXGMTCZ.mjs} +7 -7
  172. package/dist/client/{eventDetails-QRITJAOW.mjs → eventDetails-3PC4NL3U.mjs} +7 -7
  173. package/dist/client/{eventListing-INMQMJZ5.mjs → eventListing-TFJET6DN.mjs} +7 -7
  174. package/dist/client/{eventRegistration-TOOJD4WU.mjs → eventRegistration-QGPBGJTW.mjs} +7 -7
  175. package/dist/client/{form-BOWN7ZNQ.mjs → form-MDKR4FNB.mjs} +2 -2
  176. package/dist/client/{headerSection-HFQNZOUU.mjs → headerSection-Y5TMR3TW.mjs} +3 -3
  177. package/dist/client/hooks.mjs +2077 -546
  178. package/dist/client/{locationMap-VUZGC7Y5.mjs → locationMap-RH2LG7FZ.mjs} +2 -2
  179. package/dist/client/{newsletterForm-X2XQTPCB.mjs → newsletterForm-ZR5UDGBT.mjs} +2 -2
  180. package/dist/client/{productDetail-TA7D2G2B.mjs → productDetail-OIGDR4YE.mjs} +6 -6
  181. package/dist/client/{productList-AZOLOZKM.mjs → productList-4MA5S2CX.mjs} +6 -6
  182. package/dist/client/rendering/client.mjs +2560 -1205
  183. package/dist/client/rendering/islands.mjs +19 -19
  184. package/dist/client/rendering.mjs +2932 -1021
  185. package/dist/client/{shop-ZDLO7IIG.mjs → shop-WXSYV5QO.mjs} +6 -6
  186. package/dist/preview-next/before-render.mjs +40 -0
  187. package/dist/preview-next/client/runtime.mjs +5 -5
  188. package/dist/preview-next/middleware.mjs +40 -0
  189. package/dist/{sdk-runtime-CTWKNBDQ.mjs → sdk-runtime-7HJYPRWQ.mjs} +6 -6
  190. package/dist/server/components.mjs +2232 -534
  191. package/dist/server/config-validation.mjs +2068 -536
  192. package/dist/server/config.mjs +2068 -536
  193. package/dist/server/data.mjs +2077 -546
  194. package/dist/server/index.mjs +42 -1
  195. package/dist/server/next.mjs +2345 -574
  196. package/dist/server/page-converter.mjs +2684 -1220
  197. package/dist/server/prebuild.mjs +1 -1
  198. package/dist/server/rendering/server.mjs +2244 -546
  199. package/dist/server/rendering.mjs +2323 -552
  200. package/dist/server/routing.mjs +2012 -420
  201. package/dist/server/server.mjs +2153 -549
  202. package/dist/server/theme-bridge.mjs +1180 -101
  203. package/dist/server/theme.mjs +92 -1
  204. package/dist/styles/index.css +292 -36
  205. package/package.json +1 -1
  206. package/dist/SdkPreviewModeRuntime-RNVRHFFR.mjs +0 -8
@@ -244,13 +244,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
244
244
  showValue?: boolean | undefined;
245
245
  pattern?: string | undefined;
246
246
  placeholder?: string | undefined;
247
- visibleWhen?: {
248
- field: string;
249
- equals?: any;
250
- notEquals?: any;
251
- oneOf?: any[] | undefined;
252
- notIn?: any[] | undefined;
253
- } | undefined;
247
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
254
248
  modalConfig?: {
255
249
  buttonLabel?: string | undefined;
256
250
  description?: string | undefined;
@@ -354,13 +348,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
354
348
  showValue?: boolean | undefined;
355
349
  pattern?: string | undefined;
356
350
  placeholder?: string | undefined;
357
- visibleWhen?: {
358
- field: string;
359
- equals?: any;
360
- notEquals?: any;
361
- oneOf?: any[] | undefined;
362
- notIn?: any[] | undefined;
363
- } | undefined;
351
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
364
352
  modalConfig?: {
365
353
  buttonLabel?: string | undefined;
366
354
  description?: string | undefined;
@@ -476,13 +464,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
476
464
  showValue?: boolean | undefined;
477
465
  pattern?: string | undefined;
478
466
  placeholder?: string | undefined;
479
- visibleWhen?: {
480
- field: string;
481
- equals?: any;
482
- notEquals?: any;
483
- oneOf?: any[] | undefined;
484
- notIn?: any[] | undefined;
485
- } | undefined;
467
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
486
468
  modalConfig?: {
487
469
  buttonLabel?: string | undefined;
488
470
  description?: string | undefined;
@@ -591,13 +573,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
591
573
  showValue?: boolean | undefined;
592
574
  pattern?: string | undefined;
593
575
  placeholder?: string | undefined;
594
- visibleWhen?: {
595
- field: string;
596
- equals?: any;
597
- notEquals?: any;
598
- oneOf?: any[] | undefined;
599
- notIn?: any[] | undefined;
600
- } | undefined;
576
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
601
577
  modalConfig?: {
602
578
  buttonLabel?: string | undefined;
603
579
  description?: string | undefined;
@@ -698,13 +674,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
698
674
  showValue?: boolean | undefined;
699
675
  pattern?: string | undefined;
700
676
  placeholder?: string | undefined;
701
- visibleWhen?: {
702
- field: string;
703
- equals?: any;
704
- notEquals?: any;
705
- oneOf?: any[] | undefined;
706
- notIn?: any[] | undefined;
707
- } | undefined;
677
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
708
678
  modalConfig?: {
709
679
  buttonLabel?: string | undefined;
710
680
  description?: string | undefined;
@@ -805,13 +775,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
805
775
  showValue?: boolean | undefined;
806
776
  pattern?: string | undefined;
807
777
  placeholder?: string | undefined;
808
- visibleWhen?: {
809
- field: string;
810
- equals?: any;
811
- notEquals?: any;
812
- oneOf?: any[] | undefined;
813
- notIn?: any[] | undefined;
814
- } | undefined;
778
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
815
779
  modalConfig?: {
816
780
  buttonLabel?: string | undefined;
817
781
  description?: string | undefined;
@@ -913,13 +877,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
913
877
  showValue?: boolean | undefined;
914
878
  pattern?: string | undefined;
915
879
  placeholder?: string | undefined;
916
- visibleWhen?: {
917
- field: string;
918
- equals?: any;
919
- notEquals?: any;
920
- oneOf?: any[] | undefined;
921
- notIn?: any[] | undefined;
922
- } | undefined;
880
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
923
881
  modalConfig?: {
924
882
  buttonLabel?: string | undefined;
925
883
  description?: string | undefined;
@@ -1019,13 +977,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
1019
977
  showValue?: boolean | undefined;
1020
978
  pattern?: string | undefined;
1021
979
  placeholder?: string | undefined;
1022
- visibleWhen?: {
1023
- field: string;
1024
- equals?: any;
1025
- notEquals?: any;
1026
- oneOf?: any[] | undefined;
1027
- notIn?: any[] | undefined;
1028
- } | undefined;
980
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
1029
981
  modalConfig?: {
1030
982
  buttonLabel?: string | undefined;
1031
983
  description?: string | undefined;
@@ -1125,13 +1077,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
1125
1077
  showValue?: boolean | undefined;
1126
1078
  pattern?: string | undefined;
1127
1079
  placeholder?: string | undefined;
1128
- visibleWhen?: {
1129
- field: string;
1130
- equals?: any;
1131
- notEquals?: any;
1132
- oneOf?: any[] | undefined;
1133
- notIn?: any[] | undefined;
1134
- } | undefined;
1080
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
1135
1081
  modalConfig?: {
1136
1082
  buttonLabel?: string | undefined;
1137
1083
  description?: string | undefined;
@@ -1231,13 +1177,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
1231
1177
  showValue?: boolean | undefined;
1232
1178
  pattern?: string | undefined;
1233
1179
  placeholder?: string | undefined;
1234
- visibleWhen?: {
1235
- field: string;
1236
- equals?: any;
1237
- notEquals?: any;
1238
- oneOf?: any[] | undefined;
1239
- notIn?: any[] | undefined;
1240
- } | undefined;
1180
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
1241
1181
  modalConfig?: {
1242
1182
  buttonLabel?: string | undefined;
1243
1183
  description?: string | undefined;
@@ -1337,13 +1277,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
1337
1277
  showValue?: boolean | undefined;
1338
1278
  pattern?: string | undefined;
1339
1279
  placeholder?: string | undefined;
1340
- visibleWhen?: {
1341
- field: string;
1342
- equals?: any;
1343
- notEquals?: any;
1344
- oneOf?: any[] | undefined;
1345
- notIn?: any[] | undefined;
1346
- } | undefined;
1280
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
1347
1281
  modalConfig?: {
1348
1282
  buttonLabel?: string | undefined;
1349
1283
  description?: string | undefined;
@@ -1443,13 +1377,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
1443
1377
  showValue?: boolean | undefined;
1444
1378
  pattern?: string | undefined;
1445
1379
  placeholder?: string | undefined;
1446
- visibleWhen?: {
1447
- field: string;
1448
- equals?: any;
1449
- notEquals?: any;
1450
- oneOf?: any[] | undefined;
1451
- notIn?: any[] | undefined;
1452
- } | undefined;
1380
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
1453
1381
  modalConfig?: {
1454
1382
  buttonLabel?: string | undefined;
1455
1383
  description?: string | undefined;
@@ -1553,13 +1481,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
1553
1481
  showValue?: boolean | undefined;
1554
1482
  pattern?: string | undefined;
1555
1483
  placeholder?: string | undefined;
1556
- visibleWhen?: {
1557
- field: string;
1558
- equals?: any;
1559
- notEquals?: any;
1560
- oneOf?: any[] | undefined;
1561
- notIn?: any[] | undefined;
1562
- } | undefined;
1484
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
1563
1485
  modalConfig?: {
1564
1486
  buttonLabel?: string | undefined;
1565
1487
  description?: string | undefined;
@@ -1659,13 +1581,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
1659
1581
  showValue?: boolean | undefined;
1660
1582
  pattern?: string | undefined;
1661
1583
  placeholder?: string | undefined;
1662
- visibleWhen?: {
1663
- field: string;
1664
- equals?: any;
1665
- notEquals?: any;
1666
- oneOf?: any[] | undefined;
1667
- notIn?: any[] | undefined;
1668
- } | undefined;
1584
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
1669
1585
  modalConfig?: {
1670
1586
  buttonLabel?: string | undefined;
1671
1587
  description?: string | undefined;
@@ -1767,13 +1683,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
1767
1683
  showValue?: boolean | undefined;
1768
1684
  pattern?: string | undefined;
1769
1685
  placeholder?: string | undefined;
1770
- visibleWhen?: {
1771
- field: string;
1772
- equals?: any;
1773
- notEquals?: any;
1774
- oneOf?: any[] | undefined;
1775
- notIn?: any[] | undefined;
1776
- } | undefined;
1686
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
1777
1687
  modalConfig?: {
1778
1688
  buttonLabel?: string | undefined;
1779
1689
  description?: string | undefined;
@@ -1873,13 +1783,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
1873
1783
  showValue?: boolean | undefined;
1874
1784
  pattern?: string | undefined;
1875
1785
  placeholder?: string | undefined;
1876
- visibleWhen?: {
1877
- field: string;
1878
- equals?: any;
1879
- notEquals?: any;
1880
- oneOf?: any[] | undefined;
1881
- notIn?: any[] | undefined;
1882
- } | undefined;
1786
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
1883
1787
  modalConfig?: {
1884
1788
  buttonLabel?: string | undefined;
1885
1789
  description?: string | undefined;
@@ -1995,13 +1899,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
1995
1899
  showValue?: boolean | undefined;
1996
1900
  pattern?: string | undefined;
1997
1901
  placeholder?: string | undefined;
1998
- visibleWhen?: {
1999
- field: string;
2000
- equals?: any;
2001
- notEquals?: any;
2002
- oneOf?: any[] | undefined;
2003
- notIn?: any[] | undefined;
2004
- } | undefined;
1902
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
2005
1903
  modalConfig?: {
2006
1904
  buttonLabel?: string | undefined;
2007
1905
  description?: string | undefined;
@@ -2110,13 +2008,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
2110
2008
  showValue?: boolean | undefined;
2111
2009
  pattern?: string | undefined;
2112
2010
  placeholder?: string | undefined;
2113
- visibleWhen?: {
2114
- field: string;
2115
- equals?: any;
2116
- notEquals?: any;
2117
- oneOf?: any[] | undefined;
2118
- notIn?: any[] | undefined;
2119
- } | undefined;
2011
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
2120
2012
  modalConfig?: {
2121
2013
  buttonLabel?: string | undefined;
2122
2014
  description?: string | undefined;
@@ -2217,13 +2109,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
2217
2109
  showValue?: boolean | undefined;
2218
2110
  pattern?: string | undefined;
2219
2111
  placeholder?: string | undefined;
2220
- visibleWhen?: {
2221
- field: string;
2222
- equals?: any;
2223
- notEquals?: any;
2224
- oneOf?: any[] | undefined;
2225
- notIn?: any[] | undefined;
2226
- } | undefined;
2112
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
2227
2113
  modalConfig?: {
2228
2114
  buttonLabel?: string | undefined;
2229
2115
  description?: string | undefined;
@@ -2324,13 +2210,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
2324
2210
  showValue?: boolean | undefined;
2325
2211
  pattern?: string | undefined;
2326
2212
  placeholder?: string | undefined;
2327
- visibleWhen?: {
2328
- field: string;
2329
- equals?: any;
2330
- notEquals?: any;
2331
- oneOf?: any[] | undefined;
2332
- notIn?: any[] | undefined;
2333
- } | undefined;
2213
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
2334
2214
  modalConfig?: {
2335
2215
  buttonLabel?: string | undefined;
2336
2216
  description?: string | undefined;
@@ -2432,13 +2312,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
2432
2312
  showValue?: boolean | undefined;
2433
2313
  pattern?: string | undefined;
2434
2314
  placeholder?: string | undefined;
2435
- visibleWhen?: {
2436
- field: string;
2437
- equals?: any;
2438
- notEquals?: any;
2439
- oneOf?: any[] | undefined;
2440
- notIn?: any[] | undefined;
2441
- } | undefined;
2315
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
2442
2316
  modalConfig?: {
2443
2317
  buttonLabel?: string | undefined;
2444
2318
  description?: string | undefined;
@@ -2538,13 +2412,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
2538
2412
  showValue?: boolean | undefined;
2539
2413
  pattern?: string | undefined;
2540
2414
  placeholder?: string | undefined;
2541
- visibleWhen?: {
2542
- field: string;
2543
- equals?: any;
2544
- notEquals?: any;
2545
- oneOf?: any[] | undefined;
2546
- notIn?: any[] | undefined;
2547
- } | undefined;
2415
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
2548
2416
  modalConfig?: {
2549
2417
  buttonLabel?: string | undefined;
2550
2418
  description?: string | undefined;
@@ -2644,13 +2512,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
2644
2512
  showValue?: boolean | undefined;
2645
2513
  pattern?: string | undefined;
2646
2514
  placeholder?: string | undefined;
2647
- visibleWhen?: {
2648
- field: string;
2649
- equals?: any;
2650
- notEquals?: any;
2651
- oneOf?: any[] | undefined;
2652
- notIn?: any[] | undefined;
2653
- } | undefined;
2515
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
2654
2516
  modalConfig?: {
2655
2517
  buttonLabel?: string | undefined;
2656
2518
  description?: string | undefined;
@@ -2750,13 +2612,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
2750
2612
  showValue?: boolean | undefined;
2751
2613
  pattern?: string | undefined;
2752
2614
  placeholder?: string | undefined;
2753
- visibleWhen?: {
2754
- field: string;
2755
- equals?: any;
2756
- notEquals?: any;
2757
- oneOf?: any[] | undefined;
2758
- notIn?: any[] | undefined;
2759
- } | undefined;
2615
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
2760
2616
  modalConfig?: {
2761
2617
  buttonLabel?: string | undefined;
2762
2618
  description?: string | undefined;
@@ -2856,13 +2712,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
2856
2712
  showValue?: boolean | undefined;
2857
2713
  pattern?: string | undefined;
2858
2714
  placeholder?: string | undefined;
2859
- visibleWhen?: {
2860
- field: string;
2861
- equals?: any;
2862
- notEquals?: any;
2863
- oneOf?: any[] | undefined;
2864
- notIn?: any[] | undefined;
2865
- } | undefined;
2715
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
2866
2716
  modalConfig?: {
2867
2717
  buttonLabel?: string | undefined;
2868
2718
  description?: string | undefined;
@@ -2962,13 +2812,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
2962
2812
  showValue?: boolean | undefined;
2963
2813
  pattern?: string | undefined;
2964
2814
  placeholder?: string | undefined;
2965
- visibleWhen?: {
2966
- field: string;
2967
- equals?: any;
2968
- notEquals?: any;
2969
- oneOf?: any[] | undefined;
2970
- notIn?: any[] | undefined;
2971
- } | undefined;
2815
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
2972
2816
  modalConfig?: {
2973
2817
  buttonLabel?: string | undefined;
2974
2818
  description?: string | undefined;
@@ -3072,13 +2916,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
3072
2916
  showValue?: boolean | undefined;
3073
2917
  pattern?: string | undefined;
3074
2918
  placeholder?: string | undefined;
3075
- visibleWhen?: {
3076
- field: string;
3077
- equals?: any;
3078
- notEquals?: any;
3079
- oneOf?: any[] | undefined;
3080
- notIn?: any[] | undefined;
3081
- } | undefined;
2919
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
3082
2920
  modalConfig?: {
3083
2921
  buttonLabel?: string | undefined;
3084
2922
  description?: string | undefined;
@@ -3178,13 +3016,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
3178
3016
  showValue?: boolean | undefined;
3179
3017
  pattern?: string | undefined;
3180
3018
  placeholder?: string | undefined;
3181
- visibleWhen?: {
3182
- field: string;
3183
- equals?: any;
3184
- notEquals?: any;
3185
- oneOf?: any[] | undefined;
3186
- notIn?: any[] | undefined;
3187
- } | undefined;
3019
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
3188
3020
  modalConfig?: {
3189
3021
  buttonLabel?: string | undefined;
3190
3022
  description?: string | undefined;
@@ -3286,13 +3118,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
3286
3118
  showValue?: boolean | undefined;
3287
3119
  pattern?: string | undefined;
3288
3120
  placeholder?: string | undefined;
3289
- visibleWhen?: {
3290
- field: string;
3291
- equals?: any;
3292
- notEquals?: any;
3293
- oneOf?: any[] | undefined;
3294
- notIn?: any[] | undefined;
3295
- } | undefined;
3121
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
3296
3122
  modalConfig?: {
3297
3123
  buttonLabel?: string | undefined;
3298
3124
  description?: string | undefined;
@@ -3392,13 +3218,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
3392
3218
  showValue?: boolean | undefined;
3393
3219
  pattern?: string | undefined;
3394
3220
  placeholder?: string | undefined;
3395
- visibleWhen?: {
3396
- field: string;
3397
- equals?: any;
3398
- notEquals?: any;
3399
- oneOf?: any[] | undefined;
3400
- notIn?: any[] | undefined;
3401
- } | undefined;
3221
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
3402
3222
  modalConfig?: {
3403
3223
  buttonLabel?: string | undefined;
3404
3224
  description?: string | undefined;
@@ -3516,13 +3336,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
3516
3336
  showValue?: boolean | undefined;
3517
3337
  pattern?: string | undefined;
3518
3338
  placeholder?: string | undefined;
3519
- visibleWhen?: {
3520
- field: string;
3521
- equals?: any;
3522
- notEquals?: any;
3523
- oneOf?: any[] | undefined;
3524
- notIn?: any[] | undefined;
3525
- } | undefined;
3339
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
3526
3340
  modalConfig?: {
3527
3341
  buttonLabel?: string | undefined;
3528
3342
  description?: string | undefined;
@@ -3631,13 +3445,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
3631
3445
  showValue?: boolean | undefined;
3632
3446
  pattern?: string | undefined;
3633
3447
  placeholder?: string | undefined;
3634
- visibleWhen?: {
3635
- field: string;
3636
- equals?: any;
3637
- notEquals?: any;
3638
- oneOf?: any[] | undefined;
3639
- notIn?: any[] | undefined;
3640
- } | undefined;
3448
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
3641
3449
  modalConfig?: {
3642
3450
  buttonLabel?: string | undefined;
3643
3451
  description?: string | undefined;
@@ -3738,13 +3546,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
3738
3546
  showValue?: boolean | undefined;
3739
3547
  pattern?: string | undefined;
3740
3548
  placeholder?: string | undefined;
3741
- visibleWhen?: {
3742
- field: string;
3743
- equals?: any;
3744
- notEquals?: any;
3745
- oneOf?: any[] | undefined;
3746
- notIn?: any[] | undefined;
3747
- } | undefined;
3549
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
3748
3550
  modalConfig?: {
3749
3551
  buttonLabel?: string | undefined;
3750
3552
  description?: string | undefined;
@@ -3845,13 +3647,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
3845
3647
  showValue?: boolean | undefined;
3846
3648
  pattern?: string | undefined;
3847
3649
  placeholder?: string | undefined;
3848
- visibleWhen?: {
3849
- field: string;
3850
- equals?: any;
3851
- notEquals?: any;
3852
- oneOf?: any[] | undefined;
3853
- notIn?: any[] | undefined;
3854
- } | undefined;
3650
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
3855
3651
  modalConfig?: {
3856
3652
  buttonLabel?: string | undefined;
3857
3653
  description?: string | undefined;
@@ -3953,13 +3749,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
3953
3749
  showValue?: boolean | undefined;
3954
3750
  pattern?: string | undefined;
3955
3751
  placeholder?: string | undefined;
3956
- visibleWhen?: {
3957
- field: string;
3958
- equals?: any;
3959
- notEquals?: any;
3960
- oneOf?: any[] | undefined;
3961
- notIn?: any[] | undefined;
3962
- } | undefined;
3752
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
3963
3753
  modalConfig?: {
3964
3754
  buttonLabel?: string | undefined;
3965
3755
  description?: string | undefined;
@@ -4059,13 +3849,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
4059
3849
  showValue?: boolean | undefined;
4060
3850
  pattern?: string | undefined;
4061
3851
  placeholder?: string | undefined;
4062
- visibleWhen?: {
4063
- field: string;
4064
- equals?: any;
4065
- notEquals?: any;
4066
- oneOf?: any[] | undefined;
4067
- notIn?: any[] | undefined;
4068
- } | undefined;
3852
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
4069
3853
  modalConfig?: {
4070
3854
  buttonLabel?: string | undefined;
4071
3855
  description?: string | undefined;
@@ -4165,13 +3949,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
4165
3949
  showValue?: boolean | undefined;
4166
3950
  pattern?: string | undefined;
4167
3951
  placeholder?: string | undefined;
4168
- visibleWhen?: {
4169
- field: string;
4170
- equals?: any;
4171
- notEquals?: any;
4172
- oneOf?: any[] | undefined;
4173
- notIn?: any[] | undefined;
4174
- } | undefined;
3952
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
4175
3953
  modalConfig?: {
4176
3954
  buttonLabel?: string | undefined;
4177
3955
  description?: string | undefined;
@@ -4271,13 +4049,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
4271
4049
  showValue?: boolean | undefined;
4272
4050
  pattern?: string | undefined;
4273
4051
  placeholder?: string | undefined;
4274
- visibleWhen?: {
4275
- field: string;
4276
- equals?: any;
4277
- notEquals?: any;
4278
- oneOf?: any[] | undefined;
4279
- notIn?: any[] | undefined;
4280
- } | undefined;
4052
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
4281
4053
  modalConfig?: {
4282
4054
  buttonLabel?: string | undefined;
4283
4055
  description?: string | undefined;
@@ -4377,13 +4149,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
4377
4149
  showValue?: boolean | undefined;
4378
4150
  pattern?: string | undefined;
4379
4151
  placeholder?: string | undefined;
4380
- visibleWhen?: {
4381
- field: string;
4382
- equals?: any;
4383
- notEquals?: any;
4384
- oneOf?: any[] | undefined;
4385
- notIn?: any[] | undefined;
4386
- } | undefined;
4152
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
4387
4153
  modalConfig?: {
4388
4154
  buttonLabel?: string | undefined;
4389
4155
  description?: string | undefined;
@@ -4483,13 +4249,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
4483
4249
  showValue?: boolean | undefined;
4484
4250
  pattern?: string | undefined;
4485
4251
  placeholder?: string | undefined;
4486
- visibleWhen?: {
4487
- field: string;
4488
- equals?: any;
4489
- notEquals?: any;
4490
- oneOf?: any[] | undefined;
4491
- notIn?: any[] | undefined;
4492
- } | undefined;
4252
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
4493
4253
  modalConfig?: {
4494
4254
  buttonLabel?: string | undefined;
4495
4255
  description?: string | undefined;
@@ -4593,13 +4353,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
4593
4353
  showValue?: boolean | undefined;
4594
4354
  pattern?: string | undefined;
4595
4355
  placeholder?: string | undefined;
4596
- visibleWhen?: {
4597
- field: string;
4598
- equals?: any;
4599
- notEquals?: any;
4600
- oneOf?: any[] | undefined;
4601
- notIn?: any[] | undefined;
4602
- } | undefined;
4356
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
4603
4357
  modalConfig?: {
4604
4358
  buttonLabel?: string | undefined;
4605
4359
  description?: string | undefined;
@@ -4699,13 +4453,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
4699
4453
  showValue?: boolean | undefined;
4700
4454
  pattern?: string | undefined;
4701
4455
  placeholder?: string | undefined;
4702
- visibleWhen?: {
4703
- field: string;
4704
- equals?: any;
4705
- notEquals?: any;
4706
- oneOf?: any[] | undefined;
4707
- notIn?: any[] | undefined;
4708
- } | undefined;
4456
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
4709
4457
  modalConfig?: {
4710
4458
  buttonLabel?: string | undefined;
4711
4459
  description?: string | undefined;
@@ -4807,13 +4555,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
4807
4555
  showValue?: boolean | undefined;
4808
4556
  pattern?: string | undefined;
4809
4557
  placeholder?: string | undefined;
4810
- visibleWhen?: {
4811
- field: string;
4812
- equals?: any;
4813
- notEquals?: any;
4814
- oneOf?: any[] | undefined;
4815
- notIn?: any[] | undefined;
4816
- } | undefined;
4558
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
4817
4559
  modalConfig?: {
4818
4560
  buttonLabel?: string | undefined;
4819
4561
  description?: string | undefined;
@@ -4913,13 +4655,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
4913
4655
  showValue?: boolean | undefined;
4914
4656
  pattern?: string | undefined;
4915
4657
  placeholder?: string | undefined;
4916
- visibleWhen?: {
4917
- field: string;
4918
- equals?: any;
4919
- notEquals?: any;
4920
- oneOf?: any[] | undefined;
4921
- notIn?: any[] | undefined;
4922
- } | undefined;
4658
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
4923
4659
  modalConfig?: {
4924
4660
  buttonLabel?: string | undefined;
4925
4661
  description?: string | undefined;
@@ -5026,13 +4762,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
5026
4762
  showValue?: boolean | undefined;
5027
4763
  pattern?: string | undefined;
5028
4764
  placeholder?: string | undefined;
5029
- visibleWhen?: {
5030
- field: string;
5031
- equals?: any;
5032
- notEquals?: any;
5033
- oneOf?: any[] | undefined;
5034
- notIn?: any[] | undefined;
5035
- } | undefined;
4765
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
5036
4766
  modalConfig?: {
5037
4767
  buttonLabel?: string | undefined;
5038
4768
  description?: string | undefined;
@@ -5138,13 +4868,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
5138
4868
  showValue?: boolean | undefined;
5139
4869
  pattern?: string | undefined;
5140
4870
  placeholder?: string | undefined;
5141
- visibleWhen?: {
5142
- field: string;
5143
- equals?: any;
5144
- notEquals?: any;
5145
- oneOf?: any[] | undefined;
5146
- notIn?: any[] | undefined;
5147
- } | undefined;
4871
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
5148
4872
  modalConfig?: {
5149
4873
  buttonLabel?: string | undefined;
5150
4874
  description?: string | undefined;
@@ -5244,13 +4968,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
5244
4968
  showValue?: boolean | undefined;
5245
4969
  pattern?: string | undefined;
5246
4970
  placeholder?: string | undefined;
5247
- visibleWhen?: {
5248
- field: string;
5249
- equals?: any;
5250
- notEquals?: any;
5251
- oneOf?: any[] | undefined;
5252
- notIn?: any[] | undefined;
5253
- } | undefined;
4971
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
5254
4972
  modalConfig?: {
5255
4973
  buttonLabel?: string | undefined;
5256
4974
  description?: string | undefined;
@@ -5353,13 +5071,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
5353
5071
  showValue?: boolean | undefined;
5354
5072
  pattern?: string | undefined;
5355
5073
  placeholder?: string | undefined;
5356
- visibleWhen?: {
5357
- field: string;
5358
- equals?: any;
5359
- notEquals?: any;
5360
- oneOf?: any[] | undefined;
5361
- notIn?: any[] | undefined;
5362
- } | undefined;
5074
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
5363
5075
  modalConfig?: {
5364
5076
  buttonLabel?: string | undefined;
5365
5077
  description?: string | undefined;
@@ -5464,13 +5176,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
5464
5176
  showValue?: boolean | undefined;
5465
5177
  pattern?: string | undefined;
5466
5178
  placeholder?: string | undefined;
5467
- visibleWhen?: {
5468
- field: string;
5469
- equals?: any;
5470
- notEquals?: any;
5471
- oneOf?: any[] | undefined;
5472
- notIn?: any[] | undefined;
5473
- } | undefined;
5179
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
5474
5180
  modalConfig?: {
5475
5181
  buttonLabel?: string | undefined;
5476
5182
  description?: string | undefined;
@@ -5576,13 +5282,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
5576
5282
  showValue?: boolean | undefined;
5577
5283
  pattern?: string | undefined;
5578
5284
  placeholder?: string | undefined;
5579
- visibleWhen?: {
5580
- field: string;
5581
- equals?: any;
5582
- notEquals?: any;
5583
- oneOf?: any[] | undefined;
5584
- notIn?: any[] | undefined;
5585
- } | undefined;
5285
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
5586
5286
  modalConfig?: {
5587
5287
  buttonLabel?: string | undefined;
5588
5288
  description?: string | undefined;
@@ -5682,13 +5382,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
5682
5382
  showValue?: boolean | undefined;
5683
5383
  pattern?: string | undefined;
5684
5384
  placeholder?: string | undefined;
5685
- visibleWhen?: {
5686
- field: string;
5687
- equals?: any;
5688
- notEquals?: any;
5689
- oneOf?: any[] | undefined;
5690
- notIn?: any[] | undefined;
5691
- } | undefined;
5385
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
5692
5386
  modalConfig?: {
5693
5387
  buttonLabel?: string | undefined;
5694
5388
  description?: string | undefined;
@@ -5788,13 +5482,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
5788
5482
  showValue?: boolean | undefined;
5789
5483
  pattern?: string | undefined;
5790
5484
  placeholder?: string | undefined;
5791
- visibleWhen?: {
5792
- field: string;
5793
- equals?: any;
5794
- notEquals?: any;
5795
- oneOf?: any[] | undefined;
5796
- notIn?: any[] | undefined;
5797
- } | undefined;
5485
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
5798
5486
  modalConfig?: {
5799
5487
  buttonLabel?: string | undefined;
5800
5488
  description?: string | undefined;
@@ -5909,13 +5597,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
5909
5597
  showValue?: boolean | undefined;
5910
5598
  pattern?: string | undefined;
5911
5599
  placeholder?: string | undefined;
5912
- visibleWhen?: {
5913
- field: string;
5914
- equals?: any;
5915
- notEquals?: any;
5916
- oneOf?: any[] | undefined;
5917
- notIn?: any[] | undefined;
5918
- } | undefined;
5600
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
5919
5601
  modalConfig?: {
5920
5602
  buttonLabel?: string | undefined;
5921
5603
  description?: string | undefined;
@@ -6024,13 +5706,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
6024
5706
  showValue?: boolean | undefined;
6025
5707
  pattern?: string | undefined;
6026
5708
  placeholder?: string | undefined;
6027
- visibleWhen?: {
6028
- field: string;
6029
- equals?: any;
6030
- notEquals?: any;
6031
- oneOf?: any[] | undefined;
6032
- notIn?: any[] | undefined;
6033
- } | undefined;
5709
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
6034
5710
  modalConfig?: {
6035
5711
  buttonLabel?: string | undefined;
6036
5712
  description?: string | undefined;
@@ -6131,13 +5807,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
6131
5807
  showValue?: boolean | undefined;
6132
5808
  pattern?: string | undefined;
6133
5809
  placeholder?: string | undefined;
6134
- visibleWhen?: {
6135
- field: string;
6136
- equals?: any;
6137
- notEquals?: any;
6138
- oneOf?: any[] | undefined;
6139
- notIn?: any[] | undefined;
6140
- } | undefined;
5810
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
6141
5811
  modalConfig?: {
6142
5812
  buttonLabel?: string | undefined;
6143
5813
  description?: string | undefined;
@@ -6238,13 +5908,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
6238
5908
  showValue?: boolean | undefined;
6239
5909
  pattern?: string | undefined;
6240
5910
  placeholder?: string | undefined;
6241
- visibleWhen?: {
6242
- field: string;
6243
- equals?: any;
6244
- notEquals?: any;
6245
- oneOf?: any[] | undefined;
6246
- notIn?: any[] | undefined;
6247
- } | undefined;
5911
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
6248
5912
  modalConfig?: {
6249
5913
  buttonLabel?: string | undefined;
6250
5914
  description?: string | undefined;
@@ -6346,13 +6010,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
6346
6010
  showValue?: boolean | undefined;
6347
6011
  pattern?: string | undefined;
6348
6012
  placeholder?: string | undefined;
6349
- visibleWhen?: {
6350
- field: string;
6351
- equals?: any;
6352
- notEquals?: any;
6353
- oneOf?: any[] | undefined;
6354
- notIn?: any[] | undefined;
6355
- } | undefined;
6013
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
6356
6014
  modalConfig?: {
6357
6015
  buttonLabel?: string | undefined;
6358
6016
  description?: string | undefined;
@@ -6452,13 +6110,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
6452
6110
  showValue?: boolean | undefined;
6453
6111
  pattern?: string | undefined;
6454
6112
  placeholder?: string | undefined;
6455
- visibleWhen?: {
6456
- field: string;
6457
- equals?: any;
6458
- notEquals?: any;
6459
- oneOf?: any[] | undefined;
6460
- notIn?: any[] | undefined;
6461
- } | undefined;
6113
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
6462
6114
  modalConfig?: {
6463
6115
  buttonLabel?: string | undefined;
6464
6116
  description?: string | undefined;
@@ -6558,13 +6210,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
6558
6210
  showValue?: boolean | undefined;
6559
6211
  pattern?: string | undefined;
6560
6212
  placeholder?: string | undefined;
6561
- visibleWhen?: {
6562
- field: string;
6563
- equals?: any;
6564
- notEquals?: any;
6565
- oneOf?: any[] | undefined;
6566
- notIn?: any[] | undefined;
6567
- } | undefined;
6213
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
6568
6214
  modalConfig?: {
6569
6215
  buttonLabel?: string | undefined;
6570
6216
  description?: string | undefined;
@@ -6664,13 +6310,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
6664
6310
  showValue?: boolean | undefined;
6665
6311
  pattern?: string | undefined;
6666
6312
  placeholder?: string | undefined;
6667
- visibleWhen?: {
6668
- field: string;
6669
- equals?: any;
6670
- notEquals?: any;
6671
- oneOf?: any[] | undefined;
6672
- notIn?: any[] | undefined;
6673
- } | undefined;
6313
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
6674
6314
  modalConfig?: {
6675
6315
  buttonLabel?: string | undefined;
6676
6316
  description?: string | undefined;
@@ -6770,13 +6410,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
6770
6410
  showValue?: boolean | undefined;
6771
6411
  pattern?: string | undefined;
6772
6412
  placeholder?: string | undefined;
6773
- visibleWhen?: {
6774
- field: string;
6775
- equals?: any;
6776
- notEquals?: any;
6777
- oneOf?: any[] | undefined;
6778
- notIn?: any[] | undefined;
6779
- } | undefined;
6413
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
6780
6414
  modalConfig?: {
6781
6415
  buttonLabel?: string | undefined;
6782
6416
  description?: string | undefined;
@@ -6876,13 +6510,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
6876
6510
  showValue?: boolean | undefined;
6877
6511
  pattern?: string | undefined;
6878
6512
  placeholder?: string | undefined;
6879
- visibleWhen?: {
6880
- field: string;
6881
- equals?: any;
6882
- notEquals?: any;
6883
- oneOf?: any[] | undefined;
6884
- notIn?: any[] | undefined;
6885
- } | undefined;
6513
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
6886
6514
  modalConfig?: {
6887
6515
  buttonLabel?: string | undefined;
6888
6516
  description?: string | undefined;
@@ -6986,13 +6614,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
6986
6614
  showValue?: boolean | undefined;
6987
6615
  pattern?: string | undefined;
6988
6616
  placeholder?: string | undefined;
6989
- visibleWhen?: {
6990
- field: string;
6991
- equals?: any;
6992
- notEquals?: any;
6993
- oneOf?: any[] | undefined;
6994
- notIn?: any[] | undefined;
6995
- } | undefined;
6617
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
6996
6618
  modalConfig?: {
6997
6619
  buttonLabel?: string | undefined;
6998
6620
  description?: string | undefined;
@@ -7092,13 +6714,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
7092
6714
  showValue?: boolean | undefined;
7093
6715
  pattern?: string | undefined;
7094
6716
  placeholder?: string | undefined;
7095
- visibleWhen?: {
7096
- field: string;
7097
- equals?: any;
7098
- notEquals?: any;
7099
- oneOf?: any[] | undefined;
7100
- notIn?: any[] | undefined;
7101
- } | undefined;
6717
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
7102
6718
  modalConfig?: {
7103
6719
  buttonLabel?: string | undefined;
7104
6720
  description?: string | undefined;
@@ -7200,13 +6816,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
7200
6816
  showValue?: boolean | undefined;
7201
6817
  pattern?: string | undefined;
7202
6818
  placeholder?: string | undefined;
7203
- visibleWhen?: {
7204
- field: string;
7205
- equals?: any;
7206
- notEquals?: any;
7207
- oneOf?: any[] | undefined;
7208
- notIn?: any[] | undefined;
7209
- } | undefined;
6819
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
7210
6820
  modalConfig?: {
7211
6821
  buttonLabel?: string | undefined;
7212
6822
  description?: string | undefined;
@@ -7306,13 +6916,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
7306
6916
  showValue?: boolean | undefined;
7307
6917
  pattern?: string | undefined;
7308
6918
  placeholder?: string | undefined;
7309
- visibleWhen?: {
7310
- field: string;
7311
- equals?: any;
7312
- notEquals?: any;
7313
- oneOf?: any[] | undefined;
7314
- notIn?: any[] | undefined;
7315
- } | undefined;
6919
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
7316
6920
  modalConfig?: {
7317
6921
  buttonLabel?: string | undefined;
7318
6922
  description?: string | undefined;
@@ -7428,13 +7032,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
7428
7032
  showValue?: boolean | undefined;
7429
7033
  pattern?: string | undefined;
7430
7034
  placeholder?: string | undefined;
7431
- visibleWhen?: {
7432
- field: string;
7433
- equals?: any;
7434
- notEquals?: any;
7435
- oneOf?: any[] | undefined;
7436
- notIn?: any[] | undefined;
7437
- } | undefined;
7035
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
7438
7036
  modalConfig?: {
7439
7037
  buttonLabel?: string | undefined;
7440
7038
  description?: string | undefined;
@@ -7543,13 +7141,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
7543
7141
  showValue?: boolean | undefined;
7544
7142
  pattern?: string | undefined;
7545
7143
  placeholder?: string | undefined;
7546
- visibleWhen?: {
7547
- field: string;
7548
- equals?: any;
7549
- notEquals?: any;
7550
- oneOf?: any[] | undefined;
7551
- notIn?: any[] | undefined;
7552
- } | undefined;
7144
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
7553
7145
  modalConfig?: {
7554
7146
  buttonLabel?: string | undefined;
7555
7147
  description?: string | undefined;
@@ -7650,13 +7242,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
7650
7242
  showValue?: boolean | undefined;
7651
7243
  pattern?: string | undefined;
7652
7244
  placeholder?: string | undefined;
7653
- visibleWhen?: {
7654
- field: string;
7655
- equals?: any;
7656
- notEquals?: any;
7657
- oneOf?: any[] | undefined;
7658
- notIn?: any[] | undefined;
7659
- } | undefined;
7245
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
7660
7246
  modalConfig?: {
7661
7247
  buttonLabel?: string | undefined;
7662
7248
  description?: string | undefined;
@@ -7757,13 +7343,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
7757
7343
  showValue?: boolean | undefined;
7758
7344
  pattern?: string | undefined;
7759
7345
  placeholder?: string | undefined;
7760
- visibleWhen?: {
7761
- field: string;
7762
- equals?: any;
7763
- notEquals?: any;
7764
- oneOf?: any[] | undefined;
7765
- notIn?: any[] | undefined;
7766
- } | undefined;
7346
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
7767
7347
  modalConfig?: {
7768
7348
  buttonLabel?: string | undefined;
7769
7349
  description?: string | undefined;
@@ -7865,13 +7445,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
7865
7445
  showValue?: boolean | undefined;
7866
7446
  pattern?: string | undefined;
7867
7447
  placeholder?: string | undefined;
7868
- visibleWhen?: {
7869
- field: string;
7870
- equals?: any;
7871
- notEquals?: any;
7872
- oneOf?: any[] | undefined;
7873
- notIn?: any[] | undefined;
7874
- } | undefined;
7448
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
7875
7449
  modalConfig?: {
7876
7450
  buttonLabel?: string | undefined;
7877
7451
  description?: string | undefined;
@@ -7971,13 +7545,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
7971
7545
  showValue?: boolean | undefined;
7972
7546
  pattern?: string | undefined;
7973
7547
  placeholder?: string | undefined;
7974
- visibleWhen?: {
7975
- field: string;
7976
- equals?: any;
7977
- notEquals?: any;
7978
- oneOf?: any[] | undefined;
7979
- notIn?: any[] | undefined;
7980
- } | undefined;
7548
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
7981
7549
  modalConfig?: {
7982
7550
  buttonLabel?: string | undefined;
7983
7551
  description?: string | undefined;
@@ -8077,13 +7645,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
8077
7645
  showValue?: boolean | undefined;
8078
7646
  pattern?: string | undefined;
8079
7647
  placeholder?: string | undefined;
8080
- visibleWhen?: {
8081
- field: string;
8082
- equals?: any;
8083
- notEquals?: any;
8084
- oneOf?: any[] | undefined;
8085
- notIn?: any[] | undefined;
8086
- } | undefined;
7648
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
8087
7649
  modalConfig?: {
8088
7650
  buttonLabel?: string | undefined;
8089
7651
  description?: string | undefined;
@@ -8183,13 +7745,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
8183
7745
  showValue?: boolean | undefined;
8184
7746
  pattern?: string | undefined;
8185
7747
  placeholder?: string | undefined;
8186
- visibleWhen?: {
8187
- field: string;
8188
- equals?: any;
8189
- notEquals?: any;
8190
- oneOf?: any[] | undefined;
8191
- notIn?: any[] | undefined;
8192
- } | undefined;
7748
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
8193
7749
  modalConfig?: {
8194
7750
  buttonLabel?: string | undefined;
8195
7751
  description?: string | undefined;
@@ -8289,13 +7845,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
8289
7845
  showValue?: boolean | undefined;
8290
7846
  pattern?: string | undefined;
8291
7847
  placeholder?: string | undefined;
8292
- visibleWhen?: {
8293
- field: string;
8294
- equals?: any;
8295
- notEquals?: any;
8296
- oneOf?: any[] | undefined;
8297
- notIn?: any[] | undefined;
8298
- } | undefined;
7848
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
8299
7849
  modalConfig?: {
8300
7850
  buttonLabel?: string | undefined;
8301
7851
  description?: string | undefined;
@@ -8395,13 +7945,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
8395
7945
  showValue?: boolean | undefined;
8396
7946
  pattern?: string | undefined;
8397
7947
  placeholder?: string | undefined;
8398
- visibleWhen?: {
8399
- field: string;
8400
- equals?: any;
8401
- notEquals?: any;
8402
- oneOf?: any[] | undefined;
8403
- notIn?: any[] | undefined;
8404
- } | undefined;
7948
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
8405
7949
  modalConfig?: {
8406
7950
  buttonLabel?: string | undefined;
8407
7951
  description?: string | undefined;
@@ -8505,13 +8049,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
8505
8049
  showValue?: boolean | undefined;
8506
8050
  pattern?: string | undefined;
8507
8051
  placeholder?: string | undefined;
8508
- visibleWhen?: {
8509
- field: string;
8510
- equals?: any;
8511
- notEquals?: any;
8512
- oneOf?: any[] | undefined;
8513
- notIn?: any[] | undefined;
8514
- } | undefined;
8052
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
8515
8053
  modalConfig?: {
8516
8054
  buttonLabel?: string | undefined;
8517
8055
  description?: string | undefined;
@@ -8611,13 +8149,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
8611
8149
  showValue?: boolean | undefined;
8612
8150
  pattern?: string | undefined;
8613
8151
  placeholder?: string | undefined;
8614
- visibleWhen?: {
8615
- field: string;
8616
- equals?: any;
8617
- notEquals?: any;
8618
- oneOf?: any[] | undefined;
8619
- notIn?: any[] | undefined;
8620
- } | undefined;
8152
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
8621
8153
  modalConfig?: {
8622
8154
  buttonLabel?: string | undefined;
8623
8155
  description?: string | undefined;
@@ -8719,13 +8251,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
8719
8251
  showValue?: boolean | undefined;
8720
8252
  pattern?: string | undefined;
8721
8253
  placeholder?: string | undefined;
8722
- visibleWhen?: {
8723
- field: string;
8724
- equals?: any;
8725
- notEquals?: any;
8726
- oneOf?: any[] | undefined;
8727
- notIn?: any[] | undefined;
8728
- } | undefined;
8254
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
8729
8255
  modalConfig?: {
8730
8256
  buttonLabel?: string | undefined;
8731
8257
  description?: string | undefined;
@@ -8825,13 +8351,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
8825
8351
  showValue?: boolean | undefined;
8826
8352
  pattern?: string | undefined;
8827
8353
  placeholder?: string | undefined;
8828
- visibleWhen?: {
8829
- field: string;
8830
- equals?: any;
8831
- notEquals?: any;
8832
- oneOf?: any[] | undefined;
8833
- notIn?: any[] | undefined;
8834
- } | undefined;
8354
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
8835
8355
  modalConfig?: {
8836
8356
  buttonLabel?: string | undefined;
8837
8357
  description?: string | undefined;
@@ -8938,13 +8458,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
8938
8458
  showValue?: boolean | undefined;
8939
8459
  pattern?: string | undefined;
8940
8460
  placeholder?: string | undefined;
8941
- visibleWhen?: {
8942
- field: string;
8943
- equals?: any;
8944
- notEquals?: any;
8945
- oneOf?: any[] | undefined;
8946
- notIn?: any[] | undefined;
8947
- } | undefined;
8461
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
8948
8462
  modalConfig?: {
8949
8463
  buttonLabel?: string | undefined;
8950
8464
  description?: string | undefined;
@@ -9050,13 +8564,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
9050
8564
  showValue?: boolean | undefined;
9051
8565
  pattern?: string | undefined;
9052
8566
  placeholder?: string | undefined;
9053
- visibleWhen?: {
9054
- field: string;
9055
- equals?: any;
9056
- notEquals?: any;
9057
- oneOf?: any[] | undefined;
9058
- notIn?: any[] | undefined;
9059
- } | undefined;
8567
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
9060
8568
  modalConfig?: {
9061
8569
  buttonLabel?: string | undefined;
9062
8570
  description?: string | undefined;
@@ -9156,13 +8664,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
9156
8664
  showValue?: boolean | undefined;
9157
8665
  pattern?: string | undefined;
9158
8666
  placeholder?: string | undefined;
9159
- visibleWhen?: {
9160
- field: string;
9161
- equals?: any;
9162
- notEquals?: any;
9163
- oneOf?: any[] | undefined;
9164
- notIn?: any[] | undefined;
9165
- } | undefined;
8667
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
9166
8668
  modalConfig?: {
9167
8669
  buttonLabel?: string | undefined;
9168
8670
  description?: string | undefined;
@@ -9262,13 +8764,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
9262
8764
  showValue?: boolean | undefined;
9263
8765
  pattern?: string | undefined;
9264
8766
  placeholder?: string | undefined;
9265
- visibleWhen?: {
9266
- field: string;
9267
- equals?: any;
9268
- notEquals?: any;
9269
- oneOf?: any[] | undefined;
9270
- notIn?: any[] | undefined;
9271
- } | undefined;
8767
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
9272
8768
  modalConfig?: {
9273
8769
  buttonLabel?: string | undefined;
9274
8770
  description?: string | undefined;
@@ -9372,13 +8868,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
9372
8868
  showValue?: boolean | undefined;
9373
8869
  pattern?: string | undefined;
9374
8870
  placeholder?: string | undefined;
9375
- visibleWhen?: {
9376
- field: string;
9377
- equals?: any;
9378
- notEquals?: any;
9379
- oneOf?: any[] | undefined;
9380
- notIn?: any[] | undefined;
9381
- } | undefined;
8871
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
9382
8872
  modalConfig?: {
9383
8873
  buttonLabel?: string | undefined;
9384
8874
  description?: string | undefined;
@@ -9484,13 +8974,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
9484
8974
  showValue?: boolean | undefined;
9485
8975
  pattern?: string | undefined;
9486
8976
  placeholder?: string | undefined;
9487
- visibleWhen?: {
9488
- field: string;
9489
- equals?: any;
9490
- notEquals?: any;
9491
- oneOf?: any[] | undefined;
9492
- notIn?: any[] | undefined;
9493
- } | undefined;
8977
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
9494
8978
  modalConfig?: {
9495
8979
  buttonLabel?: string | undefined;
9496
8980
  description?: string | undefined;
@@ -9590,13 +9074,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
9590
9074
  showValue?: boolean | undefined;
9591
9075
  pattern?: string | undefined;
9592
9076
  placeholder?: string | undefined;
9593
- visibleWhen?: {
9594
- field: string;
9595
- equals?: any;
9596
- notEquals?: any;
9597
- oneOf?: any[] | undefined;
9598
- notIn?: any[] | undefined;
9599
- } | undefined;
9077
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
9600
9078
  modalConfig?: {
9601
9079
  buttonLabel?: string | undefined;
9602
9080
  description?: string | undefined;
@@ -9699,13 +9177,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
9699
9177
  showValue?: boolean | undefined;
9700
9178
  pattern?: string | undefined;
9701
9179
  placeholder?: string | undefined;
9702
- visibleWhen?: {
9703
- field: string;
9704
- equals?: any;
9705
- notEquals?: any;
9706
- oneOf?: any[] | undefined;
9707
- notIn?: any[] | undefined;
9708
- } | undefined;
9180
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
9709
9181
  modalConfig?: {
9710
9182
  buttonLabel?: string | undefined;
9711
9183
  description?: string | undefined;
@@ -9810,13 +9282,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
9810
9282
  showValue?: boolean | undefined;
9811
9283
  pattern?: string | undefined;
9812
9284
  placeholder?: string | undefined;
9813
- visibleWhen?: {
9814
- field: string;
9815
- equals?: any;
9816
- notEquals?: any;
9817
- oneOf?: any[] | undefined;
9818
- notIn?: any[] | undefined;
9819
- } | undefined;
9285
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
9820
9286
  modalConfig?: {
9821
9287
  buttonLabel?: string | undefined;
9822
9288
  description?: string | undefined;
@@ -9922,13 +9388,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
9922
9388
  showValue?: boolean | undefined;
9923
9389
  pattern?: string | undefined;
9924
9390
  placeholder?: string | undefined;
9925
- visibleWhen?: {
9926
- field: string;
9927
- equals?: any;
9928
- notEquals?: any;
9929
- oneOf?: any[] | undefined;
9930
- notIn?: any[] | undefined;
9931
- } | undefined;
9391
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
9932
9392
  modalConfig?: {
9933
9393
  buttonLabel?: string | undefined;
9934
9394
  description?: string | undefined;
@@ -10028,13 +9488,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
10028
9488
  showValue?: boolean | undefined;
10029
9489
  pattern?: string | undefined;
10030
9490
  placeholder?: string | undefined;
10031
- visibleWhen?: {
10032
- field: string;
10033
- equals?: any;
10034
- notEquals?: any;
10035
- oneOf?: any[] | undefined;
10036
- notIn?: any[] | undefined;
10037
- } | undefined;
9491
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
10038
9492
  modalConfig?: {
10039
9493
  buttonLabel?: string | undefined;
10040
9494
  description?: string | undefined;
@@ -10141,13 +9595,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
10141
9595
  showValue?: boolean | undefined;
10142
9596
  pattern?: string | undefined;
10143
9597
  placeholder?: string | undefined;
10144
- visibleWhen?: {
10145
- field: string;
10146
- equals?: any;
10147
- notEquals?: any;
10148
- oneOf?: any[] | undefined;
10149
- notIn?: any[] | undefined;
10150
- } | undefined;
9598
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
10151
9599
  modalConfig?: {
10152
9600
  buttonLabel?: string | undefined;
10153
9601
  description?: string | undefined;
@@ -10248,13 +9696,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
10248
9696
  showValue?: boolean | undefined;
10249
9697
  pattern?: string | undefined;
10250
9698
  placeholder?: string | undefined;
10251
- visibleWhen?: {
10252
- field: string;
10253
- equals?: any;
10254
- notEquals?: any;
10255
- oneOf?: any[] | undefined;
10256
- notIn?: any[] | undefined;
10257
- } | undefined;
9699
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
10258
9700
  modalConfig?: {
10259
9701
  buttonLabel?: string | undefined;
10260
9702
  description?: string | undefined;
@@ -10355,13 +9797,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
10355
9797
  showValue?: boolean | undefined;
10356
9798
  pattern?: string | undefined;
10357
9799
  placeholder?: string | undefined;
10358
- visibleWhen?: {
10359
- field: string;
10360
- equals?: any;
10361
- notEquals?: any;
10362
- oneOf?: any[] | undefined;
10363
- notIn?: any[] | undefined;
10364
- } | undefined;
9800
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
10365
9801
  modalConfig?: {
10366
9802
  buttonLabel?: string | undefined;
10367
9803
  description?: string | undefined;
@@ -10463,13 +9899,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
10463
9899
  showValue?: boolean | undefined;
10464
9900
  pattern?: string | undefined;
10465
9901
  placeholder?: string | undefined;
10466
- visibleWhen?: {
10467
- field: string;
10468
- equals?: any;
10469
- notEquals?: any;
10470
- oneOf?: any[] | undefined;
10471
- notIn?: any[] | undefined;
10472
- } | undefined;
9902
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
10473
9903
  modalConfig?: {
10474
9904
  buttonLabel?: string | undefined;
10475
9905
  description?: string | undefined;
@@ -10569,13 +9999,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
10569
9999
  showValue?: boolean | undefined;
10570
10000
  pattern?: string | undefined;
10571
10001
  placeholder?: string | undefined;
10572
- visibleWhen?: {
10573
- field: string;
10574
- equals?: any;
10575
- notEquals?: any;
10576
- oneOf?: any[] | undefined;
10577
- notIn?: any[] | undefined;
10578
- } | undefined;
10002
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
10579
10003
  modalConfig?: {
10580
10004
  buttonLabel?: string | undefined;
10581
10005
  description?: string | undefined;
@@ -10675,13 +10099,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
10675
10099
  showValue?: boolean | undefined;
10676
10100
  pattern?: string | undefined;
10677
10101
  placeholder?: string | undefined;
10678
- visibleWhen?: {
10679
- field: string;
10680
- equals?: any;
10681
- notEquals?: any;
10682
- oneOf?: any[] | undefined;
10683
- notIn?: any[] | undefined;
10684
- } | undefined;
10102
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
10685
10103
  modalConfig?: {
10686
10104
  buttonLabel?: string | undefined;
10687
10105
  description?: string | undefined;
@@ -10781,13 +10199,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
10781
10199
  showValue?: boolean | undefined;
10782
10200
  pattern?: string | undefined;
10783
10201
  placeholder?: string | undefined;
10784
- visibleWhen?: {
10785
- field: string;
10786
- equals?: any;
10787
- notEquals?: any;
10788
- oneOf?: any[] | undefined;
10789
- notIn?: any[] | undefined;
10790
- } | undefined;
10202
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
10791
10203
  modalConfig?: {
10792
10204
  buttonLabel?: string | undefined;
10793
10205
  description?: string | undefined;
@@ -10887,13 +10299,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
10887
10299
  showValue?: boolean | undefined;
10888
10300
  pattern?: string | undefined;
10889
10301
  placeholder?: string | undefined;
10890
- visibleWhen?: {
10891
- field: string;
10892
- equals?: any;
10893
- notEquals?: any;
10894
- oneOf?: any[] | undefined;
10895
- notIn?: any[] | undefined;
10896
- } | undefined;
10302
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
10897
10303
  modalConfig?: {
10898
10304
  buttonLabel?: string | undefined;
10899
10305
  description?: string | undefined;
@@ -10993,13 +10399,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
10993
10399
  showValue?: boolean | undefined;
10994
10400
  pattern?: string | undefined;
10995
10401
  placeholder?: string | undefined;
10996
- visibleWhen?: {
10997
- field: string;
10998
- equals?: any;
10999
- notEquals?: any;
11000
- oneOf?: any[] | undefined;
11001
- notIn?: any[] | undefined;
11002
- } | undefined;
10402
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
11003
10403
  modalConfig?: {
11004
10404
  buttonLabel?: string | undefined;
11005
10405
  description?: string | undefined;
@@ -11103,13 +10503,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
11103
10503
  showValue?: boolean | undefined;
11104
10504
  pattern?: string | undefined;
11105
10505
  placeholder?: string | undefined;
11106
- visibleWhen?: {
11107
- field: string;
11108
- equals?: any;
11109
- notEquals?: any;
11110
- oneOf?: any[] | undefined;
11111
- notIn?: any[] | undefined;
11112
- } | undefined;
10506
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
11113
10507
  modalConfig?: {
11114
10508
  buttonLabel?: string | undefined;
11115
10509
  description?: string | undefined;
@@ -11209,13 +10603,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
11209
10603
  showValue?: boolean | undefined;
11210
10604
  pattern?: string | undefined;
11211
10605
  placeholder?: string | undefined;
11212
- visibleWhen?: {
11213
- field: string;
11214
- equals?: any;
11215
- notEquals?: any;
11216
- oneOf?: any[] | undefined;
11217
- notIn?: any[] | undefined;
11218
- } | undefined;
10606
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
11219
10607
  modalConfig?: {
11220
10608
  buttonLabel?: string | undefined;
11221
10609
  description?: string | undefined;
@@ -11317,13 +10705,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
11317
10705
  showValue?: boolean | undefined;
11318
10706
  pattern?: string | undefined;
11319
10707
  placeholder?: string | undefined;
11320
- visibleWhen?: {
11321
- field: string;
11322
- equals?: any;
11323
- notEquals?: any;
11324
- oneOf?: any[] | undefined;
11325
- notIn?: any[] | undefined;
11326
- } | undefined;
10708
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
11327
10709
  modalConfig?: {
11328
10710
  buttonLabel?: string | undefined;
11329
10711
  description?: string | undefined;
@@ -11423,13 +10805,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
11423
10805
  showValue?: boolean | undefined;
11424
10806
  pattern?: string | undefined;
11425
10807
  placeholder?: string | undefined;
11426
- visibleWhen?: {
11427
- field: string;
11428
- equals?: any;
11429
- notEquals?: any;
11430
- oneOf?: any[] | undefined;
11431
- notIn?: any[] | undefined;
11432
- } | undefined;
10808
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
11433
10809
  modalConfig?: {
11434
10810
  buttonLabel?: string | undefined;
11435
10811
  description?: string | undefined;
@@ -11545,13 +10921,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
11545
10921
  showValue?: boolean | undefined;
11546
10922
  pattern?: string | undefined;
11547
10923
  placeholder?: string | undefined;
11548
- visibleWhen?: {
11549
- field: string;
11550
- equals?: any;
11551
- notEquals?: any;
11552
- oneOf?: any[] | undefined;
11553
- notIn?: any[] | undefined;
11554
- } | undefined;
10924
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
11555
10925
  modalConfig?: {
11556
10926
  buttonLabel?: string | undefined;
11557
10927
  description?: string | undefined;
@@ -11655,13 +11025,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
11655
11025
  showValue?: boolean | undefined;
11656
11026
  pattern?: string | undefined;
11657
11027
  placeholder?: string | undefined;
11658
- visibleWhen?: {
11659
- field: string;
11660
- equals?: any;
11661
- notEquals?: any;
11662
- oneOf?: any[] | undefined;
11663
- notIn?: any[] | undefined;
11664
- } | undefined;
11028
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
11665
11029
  modalConfig?: {
11666
11030
  buttonLabel?: string | undefined;
11667
11031
  description?: string | undefined;
@@ -11777,13 +11141,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
11777
11141
  showValue?: boolean | undefined;
11778
11142
  pattern?: string | undefined;
11779
11143
  placeholder?: string | undefined;
11780
- visibleWhen?: {
11781
- field: string;
11782
- equals?: any;
11783
- notEquals?: any;
11784
- oneOf?: any[] | undefined;
11785
- notIn?: any[] | undefined;
11786
- } | undefined;
11144
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
11787
11145
  modalConfig?: {
11788
11146
  buttonLabel?: string | undefined;
11789
11147
  description?: string | undefined;
@@ -11892,13 +11250,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
11892
11250
  showValue?: boolean | undefined;
11893
11251
  pattern?: string | undefined;
11894
11252
  placeholder?: string | undefined;
11895
- visibleWhen?: {
11896
- field: string;
11897
- equals?: any;
11898
- notEquals?: any;
11899
- oneOf?: any[] | undefined;
11900
- notIn?: any[] | undefined;
11901
- } | undefined;
11253
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
11902
11254
  modalConfig?: {
11903
11255
  buttonLabel?: string | undefined;
11904
11256
  description?: string | undefined;
@@ -11999,13 +11351,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
11999
11351
  showValue?: boolean | undefined;
12000
11352
  pattern?: string | undefined;
12001
11353
  placeholder?: string | undefined;
12002
- visibleWhen?: {
12003
- field: string;
12004
- equals?: any;
12005
- notEquals?: any;
12006
- oneOf?: any[] | undefined;
12007
- notIn?: any[] | undefined;
12008
- } | undefined;
11354
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
12009
11355
  modalConfig?: {
12010
11356
  buttonLabel?: string | undefined;
12011
11357
  description?: string | undefined;
@@ -12106,13 +11452,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
12106
11452
  showValue?: boolean | undefined;
12107
11453
  pattern?: string | undefined;
12108
11454
  placeholder?: string | undefined;
12109
- visibleWhen?: {
12110
- field: string;
12111
- equals?: any;
12112
- notEquals?: any;
12113
- oneOf?: any[] | undefined;
12114
- notIn?: any[] | undefined;
12115
- } | undefined;
11455
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
12116
11456
  modalConfig?: {
12117
11457
  buttonLabel?: string | undefined;
12118
11458
  description?: string | undefined;
@@ -12214,13 +11554,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
12214
11554
  showValue?: boolean | undefined;
12215
11555
  pattern?: string | undefined;
12216
11556
  placeholder?: string | undefined;
12217
- visibleWhen?: {
12218
- field: string;
12219
- equals?: any;
12220
- notEquals?: any;
12221
- oneOf?: any[] | undefined;
12222
- notIn?: any[] | undefined;
12223
- } | undefined;
11557
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
12224
11558
  modalConfig?: {
12225
11559
  buttonLabel?: string | undefined;
12226
11560
  description?: string | undefined;
@@ -12320,13 +11654,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
12320
11654
  showValue?: boolean | undefined;
12321
11655
  pattern?: string | undefined;
12322
11656
  placeholder?: string | undefined;
12323
- visibleWhen?: {
12324
- field: string;
12325
- equals?: any;
12326
- notEquals?: any;
12327
- oneOf?: any[] | undefined;
12328
- notIn?: any[] | undefined;
12329
- } | undefined;
11657
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
12330
11658
  modalConfig?: {
12331
11659
  buttonLabel?: string | undefined;
12332
11660
  description?: string | undefined;
@@ -12426,13 +11754,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
12426
11754
  showValue?: boolean | undefined;
12427
11755
  pattern?: string | undefined;
12428
11756
  placeholder?: string | undefined;
12429
- visibleWhen?: {
12430
- field: string;
12431
- equals?: any;
12432
- notEquals?: any;
12433
- oneOf?: any[] | undefined;
12434
- notIn?: any[] | undefined;
12435
- } | undefined;
11757
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
12436
11758
  modalConfig?: {
12437
11759
  buttonLabel?: string | undefined;
12438
11760
  description?: string | undefined;
@@ -12532,13 +11854,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
12532
11854
  showValue?: boolean | undefined;
12533
11855
  pattern?: string | undefined;
12534
11856
  placeholder?: string | undefined;
12535
- visibleWhen?: {
12536
- field: string;
12537
- equals?: any;
12538
- notEquals?: any;
12539
- oneOf?: any[] | undefined;
12540
- notIn?: any[] | undefined;
12541
- } | undefined;
11857
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
12542
11858
  modalConfig?: {
12543
11859
  buttonLabel?: string | undefined;
12544
11860
  description?: string | undefined;
@@ -12638,13 +11954,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
12638
11954
  showValue?: boolean | undefined;
12639
11955
  pattern?: string | undefined;
12640
11956
  placeholder?: string | undefined;
12641
- visibleWhen?: {
12642
- field: string;
12643
- equals?: any;
12644
- notEquals?: any;
12645
- oneOf?: any[] | undefined;
12646
- notIn?: any[] | undefined;
12647
- } | undefined;
11957
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
12648
11958
  modalConfig?: {
12649
11959
  buttonLabel?: string | undefined;
12650
11960
  description?: string | undefined;
@@ -12744,13 +12054,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
12744
12054
  showValue?: boolean | undefined;
12745
12055
  pattern?: string | undefined;
12746
12056
  placeholder?: string | undefined;
12747
- visibleWhen?: {
12748
- field: string;
12749
- equals?: any;
12750
- notEquals?: any;
12751
- oneOf?: any[] | undefined;
12752
- notIn?: any[] | undefined;
12753
- } | undefined;
12057
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
12754
12058
  modalConfig?: {
12755
12059
  buttonLabel?: string | undefined;
12756
12060
  description?: string | undefined;
@@ -12854,13 +12158,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
12854
12158
  showValue?: boolean | undefined;
12855
12159
  pattern?: string | undefined;
12856
12160
  placeholder?: string | undefined;
12857
- visibleWhen?: {
12858
- field: string;
12859
- equals?: any;
12860
- notEquals?: any;
12861
- oneOf?: any[] | undefined;
12862
- notIn?: any[] | undefined;
12863
- } | undefined;
12161
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
12864
12162
  modalConfig?: {
12865
12163
  buttonLabel?: string | undefined;
12866
12164
  description?: string | undefined;
@@ -12960,13 +12258,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
12960
12258
  showValue?: boolean | undefined;
12961
12259
  pattern?: string | undefined;
12962
12260
  placeholder?: string | undefined;
12963
- visibleWhen?: {
12964
- field: string;
12965
- equals?: any;
12966
- notEquals?: any;
12967
- oneOf?: any[] | undefined;
12968
- notIn?: any[] | undefined;
12969
- } | undefined;
12261
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
12970
12262
  modalConfig?: {
12971
12263
  buttonLabel?: string | undefined;
12972
12264
  description?: string | undefined;
@@ -13068,13 +12360,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
13068
12360
  showValue?: boolean | undefined;
13069
12361
  pattern?: string | undefined;
13070
12362
  placeholder?: string | undefined;
13071
- visibleWhen?: {
13072
- field: string;
13073
- equals?: any;
13074
- notEquals?: any;
13075
- oneOf?: any[] | undefined;
13076
- notIn?: any[] | undefined;
13077
- } | undefined;
12363
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
13078
12364
  modalConfig?: {
13079
12365
  buttonLabel?: string | undefined;
13080
12366
  description?: string | undefined;
@@ -13174,13 +12460,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
13174
12460
  showValue?: boolean | undefined;
13175
12461
  pattern?: string | undefined;
13176
12462
  placeholder?: string | undefined;
13177
- visibleWhen?: {
13178
- field: string;
13179
- equals?: any;
13180
- notEquals?: any;
13181
- oneOf?: any[] | undefined;
13182
- notIn?: any[] | undefined;
13183
- } | undefined;
12463
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
13184
12464
  modalConfig?: {
13185
12465
  buttonLabel?: string | undefined;
13186
12466
  description?: string | undefined;
@@ -13298,13 +12578,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
13298
12578
  showValue?: boolean | undefined;
13299
12579
  pattern?: string | undefined;
13300
12580
  placeholder?: string | undefined;
13301
- visibleWhen?: {
13302
- field: string;
13303
- equals?: any;
13304
- notEquals?: any;
13305
- oneOf?: any[] | undefined;
13306
- notIn?: any[] | undefined;
13307
- } | undefined;
12581
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
13308
12582
  modalConfig?: {
13309
12583
  buttonLabel?: string | undefined;
13310
12584
  description?: string | undefined;
@@ -13413,13 +12687,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
13413
12687
  showValue?: boolean | undefined;
13414
12688
  pattern?: string | undefined;
13415
12689
  placeholder?: string | undefined;
13416
- visibleWhen?: {
13417
- field: string;
13418
- equals?: any;
13419
- notEquals?: any;
13420
- oneOf?: any[] | undefined;
13421
- notIn?: any[] | undefined;
13422
- } | undefined;
12690
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
13423
12691
  modalConfig?: {
13424
12692
  buttonLabel?: string | undefined;
13425
12693
  description?: string | undefined;
@@ -13520,13 +12788,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
13520
12788
  showValue?: boolean | undefined;
13521
12789
  pattern?: string | undefined;
13522
12790
  placeholder?: string | undefined;
13523
- visibleWhen?: {
13524
- field: string;
13525
- equals?: any;
13526
- notEquals?: any;
13527
- oneOf?: any[] | undefined;
13528
- notIn?: any[] | undefined;
13529
- } | undefined;
12791
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
13530
12792
  modalConfig?: {
13531
12793
  buttonLabel?: string | undefined;
13532
12794
  description?: string | undefined;
@@ -13627,13 +12889,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
13627
12889
  showValue?: boolean | undefined;
13628
12890
  pattern?: string | undefined;
13629
12891
  placeholder?: string | undefined;
13630
- visibleWhen?: {
13631
- field: string;
13632
- equals?: any;
13633
- notEquals?: any;
13634
- oneOf?: any[] | undefined;
13635
- notIn?: any[] | undefined;
13636
- } | undefined;
12892
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
13637
12893
  modalConfig?: {
13638
12894
  buttonLabel?: string | undefined;
13639
12895
  description?: string | undefined;
@@ -13735,13 +12991,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
13735
12991
  showValue?: boolean | undefined;
13736
12992
  pattern?: string | undefined;
13737
12993
  placeholder?: string | undefined;
13738
- visibleWhen?: {
13739
- field: string;
13740
- equals?: any;
13741
- notEquals?: any;
13742
- oneOf?: any[] | undefined;
13743
- notIn?: any[] | undefined;
13744
- } | undefined;
12994
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
13745
12995
  modalConfig?: {
13746
12996
  buttonLabel?: string | undefined;
13747
12997
  description?: string | undefined;
@@ -13841,13 +13091,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
13841
13091
  showValue?: boolean | undefined;
13842
13092
  pattern?: string | undefined;
13843
13093
  placeholder?: string | undefined;
13844
- visibleWhen?: {
13845
- field: string;
13846
- equals?: any;
13847
- notEquals?: any;
13848
- oneOf?: any[] | undefined;
13849
- notIn?: any[] | undefined;
13850
- } | undefined;
13094
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
13851
13095
  modalConfig?: {
13852
13096
  buttonLabel?: string | undefined;
13853
13097
  description?: string | undefined;
@@ -13947,13 +13191,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
13947
13191
  showValue?: boolean | undefined;
13948
13192
  pattern?: string | undefined;
13949
13193
  placeholder?: string | undefined;
13950
- visibleWhen?: {
13951
- field: string;
13952
- equals?: any;
13953
- notEquals?: any;
13954
- oneOf?: any[] | undefined;
13955
- notIn?: any[] | undefined;
13956
- } | undefined;
13194
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
13957
13195
  modalConfig?: {
13958
13196
  buttonLabel?: string | undefined;
13959
13197
  description?: string | undefined;
@@ -14053,13 +13291,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
14053
13291
  showValue?: boolean | undefined;
14054
13292
  pattern?: string | undefined;
14055
13293
  placeholder?: string | undefined;
14056
- visibleWhen?: {
14057
- field: string;
14058
- equals?: any;
14059
- notEquals?: any;
14060
- oneOf?: any[] | undefined;
14061
- notIn?: any[] | undefined;
14062
- } | undefined;
13294
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
14063
13295
  modalConfig?: {
14064
13296
  buttonLabel?: string | undefined;
14065
13297
  description?: string | undefined;
@@ -14159,13 +13391,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
14159
13391
  showValue?: boolean | undefined;
14160
13392
  pattern?: string | undefined;
14161
13393
  placeholder?: string | undefined;
14162
- visibleWhen?: {
14163
- field: string;
14164
- equals?: any;
14165
- notEquals?: any;
14166
- oneOf?: any[] | undefined;
14167
- notIn?: any[] | undefined;
14168
- } | undefined;
13394
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
14169
13395
  modalConfig?: {
14170
13396
  buttonLabel?: string | undefined;
14171
13397
  description?: string | undefined;
@@ -14265,13 +13491,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
14265
13491
  showValue?: boolean | undefined;
14266
13492
  pattern?: string | undefined;
14267
13493
  placeholder?: string | undefined;
14268
- visibleWhen?: {
14269
- field: string;
14270
- equals?: any;
14271
- notEquals?: any;
14272
- oneOf?: any[] | undefined;
14273
- notIn?: any[] | undefined;
14274
- } | undefined;
13494
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
14275
13495
  modalConfig?: {
14276
13496
  buttonLabel?: string | undefined;
14277
13497
  description?: string | undefined;
@@ -14375,13 +13595,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
14375
13595
  showValue?: boolean | undefined;
14376
13596
  pattern?: string | undefined;
14377
13597
  placeholder?: string | undefined;
14378
- visibleWhen?: {
14379
- field: string;
14380
- equals?: any;
14381
- notEquals?: any;
14382
- oneOf?: any[] | undefined;
14383
- notIn?: any[] | undefined;
14384
- } | undefined;
13598
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
14385
13599
  modalConfig?: {
14386
13600
  buttonLabel?: string | undefined;
14387
13601
  description?: string | undefined;
@@ -14481,13 +13695,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
14481
13695
  showValue?: boolean | undefined;
14482
13696
  pattern?: string | undefined;
14483
13697
  placeholder?: string | undefined;
14484
- visibleWhen?: {
14485
- field: string;
14486
- equals?: any;
14487
- notEquals?: any;
14488
- oneOf?: any[] | undefined;
14489
- notIn?: any[] | undefined;
14490
- } | undefined;
13698
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
14491
13699
  modalConfig?: {
14492
13700
  buttonLabel?: string | undefined;
14493
13701
  description?: string | undefined;
@@ -14589,13 +13797,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
14589
13797
  showValue?: boolean | undefined;
14590
13798
  pattern?: string | undefined;
14591
13799
  placeholder?: string | undefined;
14592
- visibleWhen?: {
14593
- field: string;
14594
- equals?: any;
14595
- notEquals?: any;
14596
- oneOf?: any[] | undefined;
14597
- notIn?: any[] | undefined;
14598
- } | undefined;
13800
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
14599
13801
  modalConfig?: {
14600
13802
  buttonLabel?: string | undefined;
14601
13803
  description?: string | undefined;
@@ -14695,13 +13897,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
14695
13897
  showValue?: boolean | undefined;
14696
13898
  pattern?: string | undefined;
14697
13899
  placeholder?: string | undefined;
14698
- visibleWhen?: {
14699
- field: string;
14700
- equals?: any;
14701
- notEquals?: any;
14702
- oneOf?: any[] | undefined;
14703
- notIn?: any[] | undefined;
14704
- } | undefined;
13900
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
14705
13901
  modalConfig?: {
14706
13902
  buttonLabel?: string | undefined;
14707
13903
  description?: string | undefined;
@@ -14808,13 +14004,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
14808
14004
  showValue?: boolean | undefined;
14809
14005
  pattern?: string | undefined;
14810
14006
  placeholder?: string | undefined;
14811
- visibleWhen?: {
14812
- field: string;
14813
- equals?: any;
14814
- notEquals?: any;
14815
- oneOf?: any[] | undefined;
14816
- notIn?: any[] | undefined;
14817
- } | undefined;
14007
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
14818
14008
  modalConfig?: {
14819
14009
  buttonLabel?: string | undefined;
14820
14010
  description?: string | undefined;
@@ -14920,13 +14110,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
14920
14110
  showValue?: boolean | undefined;
14921
14111
  pattern?: string | undefined;
14922
14112
  placeholder?: string | undefined;
14923
- visibleWhen?: {
14924
- field: string;
14925
- equals?: any;
14926
- notEquals?: any;
14927
- oneOf?: any[] | undefined;
14928
- notIn?: any[] | undefined;
14929
- } | undefined;
14113
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
14930
14114
  modalConfig?: {
14931
14115
  buttonLabel?: string | undefined;
14932
14116
  description?: string | undefined;
@@ -15026,13 +14210,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
15026
14210
  showValue?: boolean | undefined;
15027
14211
  pattern?: string | undefined;
15028
14212
  placeholder?: string | undefined;
15029
- visibleWhen?: {
15030
- field: string;
15031
- equals?: any;
15032
- notEquals?: any;
15033
- oneOf?: any[] | undefined;
15034
- notIn?: any[] | undefined;
15035
- } | undefined;
14213
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
15036
14214
  modalConfig?: {
15037
14215
  buttonLabel?: string | undefined;
15038
14216
  description?: string | undefined;
@@ -15135,13 +14313,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
15135
14313
  showValue?: boolean | undefined;
15136
14314
  pattern?: string | undefined;
15137
14315
  placeholder?: string | undefined;
15138
- visibleWhen?: {
15139
- field: string;
15140
- equals?: any;
15141
- notEquals?: any;
15142
- oneOf?: any[] | undefined;
15143
- notIn?: any[] | undefined;
15144
- } | undefined;
14316
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
15145
14317
  modalConfig?: {
15146
14318
  buttonLabel?: string | undefined;
15147
14319
  description?: string | undefined;
@@ -15246,13 +14418,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
15246
14418
  showValue?: boolean | undefined;
15247
14419
  pattern?: string | undefined;
15248
14420
  placeholder?: string | undefined;
15249
- visibleWhen?: {
15250
- field: string;
15251
- equals?: any;
15252
- notEquals?: any;
15253
- oneOf?: any[] | undefined;
15254
- notIn?: any[] | undefined;
15255
- } | undefined;
14421
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
15256
14422
  modalConfig?: {
15257
14423
  buttonLabel?: string | undefined;
15258
14424
  description?: string | undefined;
@@ -15358,13 +14524,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
15358
14524
  showValue?: boolean | undefined;
15359
14525
  pattern?: string | undefined;
15360
14526
  placeholder?: string | undefined;
15361
- visibleWhen?: {
15362
- field: string;
15363
- equals?: any;
15364
- notEquals?: any;
15365
- oneOf?: any[] | undefined;
15366
- notIn?: any[] | undefined;
15367
- } | undefined;
14527
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
15368
14528
  modalConfig?: {
15369
14529
  buttonLabel?: string | undefined;
15370
14530
  description?: string | undefined;
@@ -15464,13 +14624,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
15464
14624
  showValue?: boolean | undefined;
15465
14625
  pattern?: string | undefined;
15466
14626
  placeholder?: string | undefined;
15467
- visibleWhen?: {
15468
- field: string;
15469
- equals?: any;
15470
- notEquals?: any;
15471
- oneOf?: any[] | undefined;
15472
- notIn?: any[] | undefined;
15473
- } | undefined;
14627
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
15474
14628
  modalConfig?: {
15475
14629
  buttonLabel?: string | undefined;
15476
14630
  description?: string | undefined;
@@ -15577,13 +14731,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
15577
14731
  showValue?: boolean | undefined;
15578
14732
  pattern?: string | undefined;
15579
14733
  placeholder?: string | undefined;
15580
- visibleWhen?: {
15581
- field: string;
15582
- equals?: any;
15583
- notEquals?: any;
15584
- oneOf?: any[] | undefined;
15585
- notIn?: any[] | undefined;
15586
- } | undefined;
14734
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
15587
14735
  modalConfig?: {
15588
14736
  buttonLabel?: string | undefined;
15589
14737
  description?: string | undefined;
@@ -15684,13 +14832,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
15684
14832
  showValue?: boolean | undefined;
15685
14833
  pattern?: string | undefined;
15686
14834
  placeholder?: string | undefined;
15687
- visibleWhen?: {
15688
- field: string;
15689
- equals?: any;
15690
- notEquals?: any;
15691
- oneOf?: any[] | undefined;
15692
- notIn?: any[] | undefined;
15693
- } | undefined;
14835
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
15694
14836
  modalConfig?: {
15695
14837
  buttonLabel?: string | undefined;
15696
14838
  description?: string | undefined;
@@ -15791,13 +14933,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
15791
14933
  showValue?: boolean | undefined;
15792
14934
  pattern?: string | undefined;
15793
14935
  placeholder?: string | undefined;
15794
- visibleWhen?: {
15795
- field: string;
15796
- equals?: any;
15797
- notEquals?: any;
15798
- oneOf?: any[] | undefined;
15799
- notIn?: any[] | undefined;
15800
- } | undefined;
14936
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
15801
14937
  modalConfig?: {
15802
14938
  buttonLabel?: string | undefined;
15803
14939
  description?: string | undefined;
@@ -15899,13 +15035,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
15899
15035
  showValue?: boolean | undefined;
15900
15036
  pattern?: string | undefined;
15901
15037
  placeholder?: string | undefined;
15902
- visibleWhen?: {
15903
- field: string;
15904
- equals?: any;
15905
- notEquals?: any;
15906
- oneOf?: any[] | undefined;
15907
- notIn?: any[] | undefined;
15908
- } | undefined;
15038
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
15909
15039
  modalConfig?: {
15910
15040
  buttonLabel?: string | undefined;
15911
15041
  description?: string | undefined;
@@ -16005,13 +15135,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
16005
15135
  showValue?: boolean | undefined;
16006
15136
  pattern?: string | undefined;
16007
15137
  placeholder?: string | undefined;
16008
- visibleWhen?: {
16009
- field: string;
16010
- equals?: any;
16011
- notEquals?: any;
16012
- oneOf?: any[] | undefined;
16013
- notIn?: any[] | undefined;
16014
- } | undefined;
15138
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
16015
15139
  modalConfig?: {
16016
15140
  buttonLabel?: string | undefined;
16017
15141
  description?: string | undefined;
@@ -16111,13 +15235,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
16111
15235
  showValue?: boolean | undefined;
16112
15236
  pattern?: string | undefined;
16113
15237
  placeholder?: string | undefined;
16114
- visibleWhen?: {
16115
- field: string;
16116
- equals?: any;
16117
- notEquals?: any;
16118
- oneOf?: any[] | undefined;
16119
- notIn?: any[] | undefined;
16120
- } | undefined;
15238
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
16121
15239
  modalConfig?: {
16122
15240
  buttonLabel?: string | undefined;
16123
15241
  description?: string | undefined;
@@ -16217,13 +15335,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
16217
15335
  showValue?: boolean | undefined;
16218
15336
  pattern?: string | undefined;
16219
15337
  placeholder?: string | undefined;
16220
- visibleWhen?: {
16221
- field: string;
16222
- equals?: any;
16223
- notEquals?: any;
16224
- oneOf?: any[] | undefined;
16225
- notIn?: any[] | undefined;
16226
- } | undefined;
15338
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
16227
15339
  modalConfig?: {
16228
15340
  buttonLabel?: string | undefined;
16229
15341
  description?: string | undefined;
@@ -16323,13 +15435,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
16323
15435
  showValue?: boolean | undefined;
16324
15436
  pattern?: string | undefined;
16325
15437
  placeholder?: string | undefined;
16326
- visibleWhen?: {
16327
- field: string;
16328
- equals?: any;
16329
- notEquals?: any;
16330
- oneOf?: any[] | undefined;
16331
- notIn?: any[] | undefined;
16332
- } | undefined;
15438
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
16333
15439
  modalConfig?: {
16334
15440
  buttonLabel?: string | undefined;
16335
15441
  description?: string | undefined;
@@ -16429,13 +15535,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
16429
15535
  showValue?: boolean | undefined;
16430
15536
  pattern?: string | undefined;
16431
15537
  placeholder?: string | undefined;
16432
- visibleWhen?: {
16433
- field: string;
16434
- equals?: any;
16435
- notEquals?: any;
16436
- oneOf?: any[] | undefined;
16437
- notIn?: any[] | undefined;
16438
- } | undefined;
15538
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
16439
15539
  modalConfig?: {
16440
15540
  buttonLabel?: string | undefined;
16441
15541
  description?: string | undefined;
@@ -16539,13 +15639,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
16539
15639
  showValue?: boolean | undefined;
16540
15640
  pattern?: string | undefined;
16541
15641
  placeholder?: string | undefined;
16542
- visibleWhen?: {
16543
- field: string;
16544
- equals?: any;
16545
- notEquals?: any;
16546
- oneOf?: any[] | undefined;
16547
- notIn?: any[] | undefined;
16548
- } | undefined;
15642
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
16549
15643
  modalConfig?: {
16550
15644
  buttonLabel?: string | undefined;
16551
15645
  description?: string | undefined;
@@ -16645,13 +15739,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
16645
15739
  showValue?: boolean | undefined;
16646
15740
  pattern?: string | undefined;
16647
15741
  placeholder?: string | undefined;
16648
- visibleWhen?: {
16649
- field: string;
16650
- equals?: any;
16651
- notEquals?: any;
16652
- oneOf?: any[] | undefined;
16653
- notIn?: any[] | undefined;
16654
- } | undefined;
15742
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
16655
15743
  modalConfig?: {
16656
15744
  buttonLabel?: string | undefined;
16657
15745
  description?: string | undefined;
@@ -16753,13 +15841,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
16753
15841
  showValue?: boolean | undefined;
16754
15842
  pattern?: string | undefined;
16755
15843
  placeholder?: string | undefined;
16756
- visibleWhen?: {
16757
- field: string;
16758
- equals?: any;
16759
- notEquals?: any;
16760
- oneOf?: any[] | undefined;
16761
- notIn?: any[] | undefined;
16762
- } | undefined;
15844
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
16763
15845
  modalConfig?: {
16764
15846
  buttonLabel?: string | undefined;
16765
15847
  description?: string | undefined;
@@ -16859,13 +15941,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
16859
15941
  showValue?: boolean | undefined;
16860
15942
  pattern?: string | undefined;
16861
15943
  placeholder?: string | undefined;
16862
- visibleWhen?: {
16863
- field: string;
16864
- equals?: any;
16865
- notEquals?: any;
16866
- oneOf?: any[] | undefined;
16867
- notIn?: any[] | undefined;
16868
- } | undefined;
15944
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
16869
15945
  modalConfig?: {
16870
15946
  buttonLabel?: string | undefined;
16871
15947
  description?: string | undefined;
@@ -16983,13 +16059,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
16983
16059
  showValue?: boolean | undefined;
16984
16060
  pattern?: string | undefined;
16985
16061
  placeholder?: string | undefined;
16986
- visibleWhen?: {
16987
- field: string;
16988
- equals?: any;
16989
- notEquals?: any;
16990
- oneOf?: any[] | undefined;
16991
- notIn?: any[] | undefined;
16992
- } | undefined;
16062
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
16993
16063
  modalConfig?: {
16994
16064
  buttonLabel?: string | undefined;
16995
16065
  description?: string | undefined;
@@ -17093,13 +16163,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
17093
16163
  showValue?: boolean | undefined;
17094
16164
  pattern?: string | undefined;
17095
16165
  placeholder?: string | undefined;
17096
- visibleWhen?: {
17097
- field: string;
17098
- equals?: any;
17099
- notEquals?: any;
17100
- oneOf?: any[] | undefined;
17101
- notIn?: any[] | undefined;
17102
- } | undefined;
16166
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
17103
16167
  modalConfig?: {
17104
16168
  buttonLabel?: string | undefined;
17105
16169
  description?: string | undefined;
@@ -17215,13 +16279,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
17215
16279
  showValue?: boolean | undefined;
17216
16280
  pattern?: string | undefined;
17217
16281
  placeholder?: string | undefined;
17218
- visibleWhen?: {
17219
- field: string;
17220
- equals?: any;
17221
- notEquals?: any;
17222
- oneOf?: any[] | undefined;
17223
- notIn?: any[] | undefined;
17224
- } | undefined;
16282
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
17225
16283
  modalConfig?: {
17226
16284
  buttonLabel?: string | undefined;
17227
16285
  description?: string | undefined;
@@ -17330,13 +16388,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
17330
16388
  showValue?: boolean | undefined;
17331
16389
  pattern?: string | undefined;
17332
16390
  placeholder?: string | undefined;
17333
- visibleWhen?: {
17334
- field: string;
17335
- equals?: any;
17336
- notEquals?: any;
17337
- oneOf?: any[] | undefined;
17338
- notIn?: any[] | undefined;
17339
- } | undefined;
16391
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
17340
16392
  modalConfig?: {
17341
16393
  buttonLabel?: string | undefined;
17342
16394
  description?: string | undefined;
@@ -17437,13 +16489,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
17437
16489
  showValue?: boolean | undefined;
17438
16490
  pattern?: string | undefined;
17439
16491
  placeholder?: string | undefined;
17440
- visibleWhen?: {
17441
- field: string;
17442
- equals?: any;
17443
- notEquals?: any;
17444
- oneOf?: any[] | undefined;
17445
- notIn?: any[] | undefined;
17446
- } | undefined;
16492
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
17447
16493
  modalConfig?: {
17448
16494
  buttonLabel?: string | undefined;
17449
16495
  description?: string | undefined;
@@ -17544,13 +16590,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
17544
16590
  showValue?: boolean | undefined;
17545
16591
  pattern?: string | undefined;
17546
16592
  placeholder?: string | undefined;
17547
- visibleWhen?: {
17548
- field: string;
17549
- equals?: any;
17550
- notEquals?: any;
17551
- oneOf?: any[] | undefined;
17552
- notIn?: any[] | undefined;
17553
- } | undefined;
16593
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
17554
16594
  modalConfig?: {
17555
16595
  buttonLabel?: string | undefined;
17556
16596
  description?: string | undefined;
@@ -17652,13 +16692,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
17652
16692
  showValue?: boolean | undefined;
17653
16693
  pattern?: string | undefined;
17654
16694
  placeholder?: string | undefined;
17655
- visibleWhen?: {
17656
- field: string;
17657
- equals?: any;
17658
- notEquals?: any;
17659
- oneOf?: any[] | undefined;
17660
- notIn?: any[] | undefined;
17661
- } | undefined;
16695
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
17662
16696
  modalConfig?: {
17663
16697
  buttonLabel?: string | undefined;
17664
16698
  description?: string | undefined;
@@ -17758,13 +16792,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
17758
16792
  showValue?: boolean | undefined;
17759
16793
  pattern?: string | undefined;
17760
16794
  placeholder?: string | undefined;
17761
- visibleWhen?: {
17762
- field: string;
17763
- equals?: any;
17764
- notEquals?: any;
17765
- oneOf?: any[] | undefined;
17766
- notIn?: any[] | undefined;
17767
- } | undefined;
16795
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
17768
16796
  modalConfig?: {
17769
16797
  buttonLabel?: string | undefined;
17770
16798
  description?: string | undefined;
@@ -17864,13 +16892,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
17864
16892
  showValue?: boolean | undefined;
17865
16893
  pattern?: string | undefined;
17866
16894
  placeholder?: string | undefined;
17867
- visibleWhen?: {
17868
- field: string;
17869
- equals?: any;
17870
- notEquals?: any;
17871
- oneOf?: any[] | undefined;
17872
- notIn?: any[] | undefined;
17873
- } | undefined;
16895
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
17874
16896
  modalConfig?: {
17875
16897
  buttonLabel?: string | undefined;
17876
16898
  description?: string | undefined;
@@ -17970,13 +16992,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
17970
16992
  showValue?: boolean | undefined;
17971
16993
  pattern?: string | undefined;
17972
16994
  placeholder?: string | undefined;
17973
- visibleWhen?: {
17974
- field: string;
17975
- equals?: any;
17976
- notEquals?: any;
17977
- oneOf?: any[] | undefined;
17978
- notIn?: any[] | undefined;
17979
- } | undefined;
16995
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
17980
16996
  modalConfig?: {
17981
16997
  buttonLabel?: string | undefined;
17982
16998
  description?: string | undefined;
@@ -18076,13 +17092,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
18076
17092
  showValue?: boolean | undefined;
18077
17093
  pattern?: string | undefined;
18078
17094
  placeholder?: string | undefined;
18079
- visibleWhen?: {
18080
- field: string;
18081
- equals?: any;
18082
- notEquals?: any;
18083
- oneOf?: any[] | undefined;
18084
- notIn?: any[] | undefined;
18085
- } | undefined;
17095
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
18086
17096
  modalConfig?: {
18087
17097
  buttonLabel?: string | undefined;
18088
17098
  description?: string | undefined;
@@ -18182,13 +17192,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
18182
17192
  showValue?: boolean | undefined;
18183
17193
  pattern?: string | undefined;
18184
17194
  placeholder?: string | undefined;
18185
- visibleWhen?: {
18186
- field: string;
18187
- equals?: any;
18188
- notEquals?: any;
18189
- oneOf?: any[] | undefined;
18190
- notIn?: any[] | undefined;
18191
- } | undefined;
17195
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
18192
17196
  modalConfig?: {
18193
17197
  buttonLabel?: string | undefined;
18194
17198
  description?: string | undefined;
@@ -18292,13 +17296,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
18292
17296
  showValue?: boolean | undefined;
18293
17297
  pattern?: string | undefined;
18294
17298
  placeholder?: string | undefined;
18295
- visibleWhen?: {
18296
- field: string;
18297
- equals?: any;
18298
- notEquals?: any;
18299
- oneOf?: any[] | undefined;
18300
- notIn?: any[] | undefined;
18301
- } | undefined;
17299
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
18302
17300
  modalConfig?: {
18303
17301
  buttonLabel?: string | undefined;
18304
17302
  description?: string | undefined;
@@ -18398,13 +17396,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
18398
17396
  showValue?: boolean | undefined;
18399
17397
  pattern?: string | undefined;
18400
17398
  placeholder?: string | undefined;
18401
- visibleWhen?: {
18402
- field: string;
18403
- equals?: any;
18404
- notEquals?: any;
18405
- oneOf?: any[] | undefined;
18406
- notIn?: any[] | undefined;
18407
- } | undefined;
17399
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
18408
17400
  modalConfig?: {
18409
17401
  buttonLabel?: string | undefined;
18410
17402
  description?: string | undefined;
@@ -18506,13 +17498,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
18506
17498
  showValue?: boolean | undefined;
18507
17499
  pattern?: string | undefined;
18508
17500
  placeholder?: string | undefined;
18509
- visibleWhen?: {
18510
- field: string;
18511
- equals?: any;
18512
- notEquals?: any;
18513
- oneOf?: any[] | undefined;
18514
- notIn?: any[] | undefined;
18515
- } | undefined;
17501
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
18516
17502
  modalConfig?: {
18517
17503
  buttonLabel?: string | undefined;
18518
17504
  description?: string | undefined;
@@ -18612,13 +17598,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
18612
17598
  showValue?: boolean | undefined;
18613
17599
  pattern?: string | undefined;
18614
17600
  placeholder?: string | undefined;
18615
- visibleWhen?: {
18616
- field: string;
18617
- equals?: any;
18618
- notEquals?: any;
18619
- oneOf?: any[] | undefined;
18620
- notIn?: any[] | undefined;
18621
- } | undefined;
17601
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
18622
17602
  modalConfig?: {
18623
17603
  buttonLabel?: string | undefined;
18624
17604
  description?: string | undefined;
@@ -18725,13 +17705,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
18725
17705
  showValue?: boolean | undefined;
18726
17706
  pattern?: string | undefined;
18727
17707
  placeholder?: string | undefined;
18728
- visibleWhen?: {
18729
- field: string;
18730
- equals?: any;
18731
- notEquals?: any;
18732
- oneOf?: any[] | undefined;
18733
- notIn?: any[] | undefined;
18734
- } | undefined;
17708
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
18735
17709
  modalConfig?: {
18736
17710
  buttonLabel?: string | undefined;
18737
17711
  description?: string | undefined;
@@ -18837,13 +17811,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
18837
17811
  showValue?: boolean | undefined;
18838
17812
  pattern?: string | undefined;
18839
17813
  placeholder?: string | undefined;
18840
- visibleWhen?: {
18841
- field: string;
18842
- equals?: any;
18843
- notEquals?: any;
18844
- oneOf?: any[] | undefined;
18845
- notIn?: any[] | undefined;
18846
- } | undefined;
17814
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
18847
17815
  modalConfig?: {
18848
17816
  buttonLabel?: string | undefined;
18849
17817
  description?: string | undefined;
@@ -18943,13 +17911,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
18943
17911
  showValue?: boolean | undefined;
18944
17912
  pattern?: string | undefined;
18945
17913
  placeholder?: string | undefined;
18946
- visibleWhen?: {
18947
- field: string;
18948
- equals?: any;
18949
- notEquals?: any;
18950
- oneOf?: any[] | undefined;
18951
- notIn?: any[] | undefined;
18952
- } | undefined;
17914
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
18953
17915
  modalConfig?: {
18954
17916
  buttonLabel?: string | undefined;
18955
17917
  description?: string | undefined;
@@ -19056,13 +18018,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
19056
18018
  showValue?: boolean | undefined;
19057
18019
  pattern?: string | undefined;
19058
18020
  placeholder?: string | undefined;
19059
- visibleWhen?: {
19060
- field: string;
19061
- equals?: any;
19062
- notEquals?: any;
19063
- oneOf?: any[] | undefined;
19064
- notIn?: any[] | undefined;
19065
- } | undefined;
18021
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
19066
18022
  modalConfig?: {
19067
18023
  buttonLabel?: string | undefined;
19068
18024
  description?: string | undefined;
@@ -19163,13 +18119,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
19163
18119
  showValue?: boolean | undefined;
19164
18120
  pattern?: string | undefined;
19165
18121
  placeholder?: string | undefined;
19166
- visibleWhen?: {
19167
- field: string;
19168
- equals?: any;
19169
- notEquals?: any;
19170
- oneOf?: any[] | undefined;
19171
- notIn?: any[] | undefined;
19172
- } | undefined;
18122
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
19173
18123
  modalConfig?: {
19174
18124
  buttonLabel?: string | undefined;
19175
18125
  description?: string | undefined;
@@ -19270,13 +18220,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
19270
18220
  showValue?: boolean | undefined;
19271
18221
  pattern?: string | undefined;
19272
18222
  placeholder?: string | undefined;
19273
- visibleWhen?: {
19274
- field: string;
19275
- equals?: any;
19276
- notEquals?: any;
19277
- oneOf?: any[] | undefined;
19278
- notIn?: any[] | undefined;
19279
- } | undefined;
18223
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
19280
18224
  modalConfig?: {
19281
18225
  buttonLabel?: string | undefined;
19282
18226
  description?: string | undefined;
@@ -19378,13 +18322,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
19378
18322
  showValue?: boolean | undefined;
19379
18323
  pattern?: string | undefined;
19380
18324
  placeholder?: string | undefined;
19381
- visibleWhen?: {
19382
- field: string;
19383
- equals?: any;
19384
- notEquals?: any;
19385
- oneOf?: any[] | undefined;
19386
- notIn?: any[] | undefined;
19387
- } | undefined;
18325
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
19388
18326
  modalConfig?: {
19389
18327
  buttonLabel?: string | undefined;
19390
18328
  description?: string | undefined;
@@ -19484,13 +18422,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
19484
18422
  showValue?: boolean | undefined;
19485
18423
  pattern?: string | undefined;
19486
18424
  placeholder?: string | undefined;
19487
- visibleWhen?: {
19488
- field: string;
19489
- equals?: any;
19490
- notEquals?: any;
19491
- oneOf?: any[] | undefined;
19492
- notIn?: any[] | undefined;
19493
- } | undefined;
18425
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
19494
18426
  modalConfig?: {
19495
18427
  buttonLabel?: string | undefined;
19496
18428
  description?: string | undefined;
@@ -19590,13 +18522,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
19590
18522
  showValue?: boolean | undefined;
19591
18523
  pattern?: string | undefined;
19592
18524
  placeholder?: string | undefined;
19593
- visibleWhen?: {
19594
- field: string;
19595
- equals?: any;
19596
- notEquals?: any;
19597
- oneOf?: any[] | undefined;
19598
- notIn?: any[] | undefined;
19599
- } | undefined;
18525
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
19600
18526
  modalConfig?: {
19601
18527
  buttonLabel?: string | undefined;
19602
18528
  description?: string | undefined;
@@ -19696,13 +18622,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
19696
18622
  showValue?: boolean | undefined;
19697
18623
  pattern?: string | undefined;
19698
18624
  placeholder?: string | undefined;
19699
- visibleWhen?: {
19700
- field: string;
19701
- equals?: any;
19702
- notEquals?: any;
19703
- oneOf?: any[] | undefined;
19704
- notIn?: any[] | undefined;
19705
- } | undefined;
18625
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
19706
18626
  modalConfig?: {
19707
18627
  buttonLabel?: string | undefined;
19708
18628
  description?: string | undefined;
@@ -19802,13 +18722,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
19802
18722
  showValue?: boolean | undefined;
19803
18723
  pattern?: string | undefined;
19804
18724
  placeholder?: string | undefined;
19805
- visibleWhen?: {
19806
- field: string;
19807
- equals?: any;
19808
- notEquals?: any;
19809
- oneOf?: any[] | undefined;
19810
- notIn?: any[] | undefined;
19811
- } | undefined;
18725
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
19812
18726
  modalConfig?: {
19813
18727
  buttonLabel?: string | undefined;
19814
18728
  description?: string | undefined;
@@ -19908,13 +18822,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
19908
18822
  showValue?: boolean | undefined;
19909
18823
  pattern?: string | undefined;
19910
18824
  placeholder?: string | undefined;
19911
- visibleWhen?: {
19912
- field: string;
19913
- equals?: any;
19914
- notEquals?: any;
19915
- oneOf?: any[] | undefined;
19916
- notIn?: any[] | undefined;
19917
- } | undefined;
18825
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
19918
18826
  modalConfig?: {
19919
18827
  buttonLabel?: string | undefined;
19920
18828
  description?: string | undefined;
@@ -20018,13 +18926,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
20018
18926
  showValue?: boolean | undefined;
20019
18927
  pattern?: string | undefined;
20020
18928
  placeholder?: string | undefined;
20021
- visibleWhen?: {
20022
- field: string;
20023
- equals?: any;
20024
- notEquals?: any;
20025
- oneOf?: any[] | undefined;
20026
- notIn?: any[] | undefined;
20027
- } | undefined;
18929
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
20028
18930
  modalConfig?: {
20029
18931
  buttonLabel?: string | undefined;
20030
18932
  description?: string | undefined;
@@ -20124,13 +19026,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
20124
19026
  showValue?: boolean | undefined;
20125
19027
  pattern?: string | undefined;
20126
19028
  placeholder?: string | undefined;
20127
- visibleWhen?: {
20128
- field: string;
20129
- equals?: any;
20130
- notEquals?: any;
20131
- oneOf?: any[] | undefined;
20132
- notIn?: any[] | undefined;
20133
- } | undefined;
19029
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
20134
19030
  modalConfig?: {
20135
19031
  buttonLabel?: string | undefined;
20136
19032
  description?: string | undefined;
@@ -20232,13 +19128,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
20232
19128
  showValue?: boolean | undefined;
20233
19129
  pattern?: string | undefined;
20234
19130
  placeholder?: string | undefined;
20235
- visibleWhen?: {
20236
- field: string;
20237
- equals?: any;
20238
- notEquals?: any;
20239
- oneOf?: any[] | undefined;
20240
- notIn?: any[] | undefined;
20241
- } | undefined;
19131
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
20242
19132
  modalConfig?: {
20243
19133
  buttonLabel?: string | undefined;
20244
19134
  description?: string | undefined;
@@ -20338,13 +19228,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
20338
19228
  showValue?: boolean | undefined;
20339
19229
  pattern?: string | undefined;
20340
19230
  placeholder?: string | undefined;
20341
- visibleWhen?: {
20342
- field: string;
20343
- equals?: any;
20344
- notEquals?: any;
20345
- oneOf?: any[] | undefined;
20346
- notIn?: any[] | undefined;
20347
- } | undefined;
19231
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
20348
19232
  modalConfig?: {
20349
19233
  buttonLabel?: string | undefined;
20350
19234
  description?: string | undefined;
@@ -20451,13 +19335,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
20451
19335
  showValue?: boolean | undefined;
20452
19336
  pattern?: string | undefined;
20453
19337
  placeholder?: string | undefined;
20454
- visibleWhen?: {
20455
- field: string;
20456
- equals?: any;
20457
- notEquals?: any;
20458
- oneOf?: any[] | undefined;
20459
- notIn?: any[] | undefined;
20460
- } | undefined;
19338
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
20461
19339
  modalConfig?: {
20462
19340
  buttonLabel?: string | undefined;
20463
19341
  description?: string | undefined;
@@ -20563,13 +19441,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
20563
19441
  showValue?: boolean | undefined;
20564
19442
  pattern?: string | undefined;
20565
19443
  placeholder?: string | undefined;
20566
- visibleWhen?: {
20567
- field: string;
20568
- equals?: any;
20569
- notEquals?: any;
20570
- oneOf?: any[] | undefined;
20571
- notIn?: any[] | undefined;
20572
- } | undefined;
19444
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
20573
19445
  modalConfig?: {
20574
19446
  buttonLabel?: string | undefined;
20575
19447
  description?: string | undefined;
@@ -20669,13 +19541,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
20669
19541
  showValue?: boolean | undefined;
20670
19542
  pattern?: string | undefined;
20671
19543
  placeholder?: string | undefined;
20672
- visibleWhen?: {
20673
- field: string;
20674
- equals?: any;
20675
- notEquals?: any;
20676
- oneOf?: any[] | undefined;
20677
- notIn?: any[] | undefined;
20678
- } | undefined;
19544
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
20679
19545
  modalConfig?: {
20680
19546
  buttonLabel?: string | undefined;
20681
19547
  description?: string | undefined;
@@ -20778,13 +19644,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
20778
19644
  showValue?: boolean | undefined;
20779
19645
  pattern?: string | undefined;
20780
19646
  placeholder?: string | undefined;
20781
- visibleWhen?: {
20782
- field: string;
20783
- equals?: any;
20784
- notEquals?: any;
20785
- oneOf?: any[] | undefined;
20786
- notIn?: any[] | undefined;
20787
- } | undefined;
19647
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
20788
19648
  modalConfig?: {
20789
19649
  buttonLabel?: string | undefined;
20790
19650
  description?: string | undefined;
@@ -20889,13 +19749,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
20889
19749
  showValue?: boolean | undefined;
20890
19750
  pattern?: string | undefined;
20891
19751
  placeholder?: string | undefined;
20892
- visibleWhen?: {
20893
- field: string;
20894
- equals?: any;
20895
- notEquals?: any;
20896
- oneOf?: any[] | undefined;
20897
- notIn?: any[] | undefined;
20898
- } | undefined;
19752
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
20899
19753
  modalConfig?: {
20900
19754
  buttonLabel?: string | undefined;
20901
19755
  description?: string | undefined;
@@ -21001,13 +19855,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
21001
19855
  showValue?: boolean | undefined;
21002
19856
  pattern?: string | undefined;
21003
19857
  placeholder?: string | undefined;
21004
- visibleWhen?: {
21005
- field: string;
21006
- equals?: any;
21007
- notEquals?: any;
21008
- oneOf?: any[] | undefined;
21009
- notIn?: any[] | undefined;
21010
- } | undefined;
19858
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
21011
19859
  modalConfig?: {
21012
19860
  buttonLabel?: string | undefined;
21013
19861
  description?: string | undefined;
@@ -21107,13 +19955,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
21107
19955
  showValue?: boolean | undefined;
21108
19956
  pattern?: string | undefined;
21109
19957
  placeholder?: string | undefined;
21110
- visibleWhen?: {
21111
- field: string;
21112
- equals?: any;
21113
- notEquals?: any;
21114
- oneOf?: any[] | undefined;
21115
- notIn?: any[] | undefined;
21116
- } | undefined;
19958
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
21117
19959
  modalConfig?: {
21118
19960
  buttonLabel?: string | undefined;
21119
19961
  description?: string | undefined;
@@ -21213,13 +20055,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
21213
20055
  showValue?: boolean | undefined;
21214
20056
  pattern?: string | undefined;
21215
20057
  placeholder?: string | undefined;
21216
- visibleWhen?: {
21217
- field: string;
21218
- equals?: any;
21219
- notEquals?: any;
21220
- oneOf?: any[] | undefined;
21221
- notIn?: any[] | undefined;
21222
- } | undefined;
20058
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
21223
20059
  modalConfig?: {
21224
20060
  buttonLabel?: string | undefined;
21225
20061
  description?: string | undefined;
@@ -21334,13 +20170,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
21334
20170
  showValue?: boolean | undefined;
21335
20171
  pattern?: string | undefined;
21336
20172
  placeholder?: string | undefined;
21337
- visibleWhen?: {
21338
- field: string;
21339
- equals?: any;
21340
- notEquals?: any;
21341
- oneOf?: any[] | undefined;
21342
- notIn?: any[] | undefined;
21343
- } | undefined;
20173
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
21344
20174
  modalConfig?: {
21345
20175
  buttonLabel?: string | undefined;
21346
20176
  description?: string | undefined;
@@ -21444,13 +20274,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
21444
20274
  showValue?: boolean | undefined;
21445
20275
  pattern?: string | undefined;
21446
20276
  placeholder?: string | undefined;
21447
- visibleWhen?: {
21448
- field: string;
21449
- equals?: any;
21450
- notEquals?: any;
21451
- oneOf?: any[] | undefined;
21452
- notIn?: any[] | undefined;
21453
- } | undefined;
20277
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
21454
20278
  modalConfig?: {
21455
20279
  buttonLabel?: string | undefined;
21456
20280
  description?: string | undefined;
@@ -21566,13 +20390,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
21566
20390
  showValue?: boolean | undefined;
21567
20391
  pattern?: string | undefined;
21568
20392
  placeholder?: string | undefined;
21569
- visibleWhen?: {
21570
- field: string;
21571
- equals?: any;
21572
- notEquals?: any;
21573
- oneOf?: any[] | undefined;
21574
- notIn?: any[] | undefined;
21575
- } | undefined;
20393
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
21576
20394
  modalConfig?: {
21577
20395
  buttonLabel?: string | undefined;
21578
20396
  description?: string | undefined;
@@ -21681,13 +20499,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
21681
20499
  showValue?: boolean | undefined;
21682
20500
  pattern?: string | undefined;
21683
20501
  placeholder?: string | undefined;
21684
- visibleWhen?: {
21685
- field: string;
21686
- equals?: any;
21687
- notEquals?: any;
21688
- oneOf?: any[] | undefined;
21689
- notIn?: any[] | undefined;
21690
- } | undefined;
20502
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
21691
20503
  modalConfig?: {
21692
20504
  buttonLabel?: string | undefined;
21693
20505
  description?: string | undefined;
@@ -21788,13 +20600,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
21788
20600
  showValue?: boolean | undefined;
21789
20601
  pattern?: string | undefined;
21790
20602
  placeholder?: string | undefined;
21791
- visibleWhen?: {
21792
- field: string;
21793
- equals?: any;
21794
- notEquals?: any;
21795
- oneOf?: any[] | undefined;
21796
- notIn?: any[] | undefined;
21797
- } | undefined;
20603
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
21798
20604
  modalConfig?: {
21799
20605
  buttonLabel?: string | undefined;
21800
20606
  description?: string | undefined;
@@ -21895,13 +20701,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
21895
20701
  showValue?: boolean | undefined;
21896
20702
  pattern?: string | undefined;
21897
20703
  placeholder?: string | undefined;
21898
- visibleWhen?: {
21899
- field: string;
21900
- equals?: any;
21901
- notEquals?: any;
21902
- oneOf?: any[] | undefined;
21903
- notIn?: any[] | undefined;
21904
- } | undefined;
20704
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
21905
20705
  modalConfig?: {
21906
20706
  buttonLabel?: string | undefined;
21907
20707
  description?: string | undefined;
@@ -22003,13 +20803,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
22003
20803
  showValue?: boolean | undefined;
22004
20804
  pattern?: string | undefined;
22005
20805
  placeholder?: string | undefined;
22006
- visibleWhen?: {
22007
- field: string;
22008
- equals?: any;
22009
- notEquals?: any;
22010
- oneOf?: any[] | undefined;
22011
- notIn?: any[] | undefined;
22012
- } | undefined;
20806
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
22013
20807
  modalConfig?: {
22014
20808
  buttonLabel?: string | undefined;
22015
20809
  description?: string | undefined;
@@ -22109,13 +20903,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
22109
20903
  showValue?: boolean | undefined;
22110
20904
  pattern?: string | undefined;
22111
20905
  placeholder?: string | undefined;
22112
- visibleWhen?: {
22113
- field: string;
22114
- equals?: any;
22115
- notEquals?: any;
22116
- oneOf?: any[] | undefined;
22117
- notIn?: any[] | undefined;
22118
- } | undefined;
20906
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
22119
20907
  modalConfig?: {
22120
20908
  buttonLabel?: string | undefined;
22121
20909
  description?: string | undefined;
@@ -22215,13 +21003,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
22215
21003
  showValue?: boolean | undefined;
22216
21004
  pattern?: string | undefined;
22217
21005
  placeholder?: string | undefined;
22218
- visibleWhen?: {
22219
- field: string;
22220
- equals?: any;
22221
- notEquals?: any;
22222
- oneOf?: any[] | undefined;
22223
- notIn?: any[] | undefined;
22224
- } | undefined;
21006
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
22225
21007
  modalConfig?: {
22226
21008
  buttonLabel?: string | undefined;
22227
21009
  description?: string | undefined;
@@ -22321,13 +21103,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
22321
21103
  showValue?: boolean | undefined;
22322
21104
  pattern?: string | undefined;
22323
21105
  placeholder?: string | undefined;
22324
- visibleWhen?: {
22325
- field: string;
22326
- equals?: any;
22327
- notEquals?: any;
22328
- oneOf?: any[] | undefined;
22329
- notIn?: any[] | undefined;
22330
- } | undefined;
21106
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
22331
21107
  modalConfig?: {
22332
21108
  buttonLabel?: string | undefined;
22333
21109
  description?: string | undefined;
@@ -22427,13 +21203,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
22427
21203
  showValue?: boolean | undefined;
22428
21204
  pattern?: string | undefined;
22429
21205
  placeholder?: string | undefined;
22430
- visibleWhen?: {
22431
- field: string;
22432
- equals?: any;
22433
- notEquals?: any;
22434
- oneOf?: any[] | undefined;
22435
- notIn?: any[] | undefined;
22436
- } | undefined;
21206
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
22437
21207
  modalConfig?: {
22438
21208
  buttonLabel?: string | undefined;
22439
21209
  description?: string | undefined;
@@ -22533,13 +21303,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
22533
21303
  showValue?: boolean | undefined;
22534
21304
  pattern?: string | undefined;
22535
21305
  placeholder?: string | undefined;
22536
- visibleWhen?: {
22537
- field: string;
22538
- equals?: any;
22539
- notEquals?: any;
22540
- oneOf?: any[] | undefined;
22541
- notIn?: any[] | undefined;
22542
- } | undefined;
21306
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
22543
21307
  modalConfig?: {
22544
21308
  buttonLabel?: string | undefined;
22545
21309
  description?: string | undefined;
@@ -22643,13 +21407,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
22643
21407
  showValue?: boolean | undefined;
22644
21408
  pattern?: string | undefined;
22645
21409
  placeholder?: string | undefined;
22646
- visibleWhen?: {
22647
- field: string;
22648
- equals?: any;
22649
- notEquals?: any;
22650
- oneOf?: any[] | undefined;
22651
- notIn?: any[] | undefined;
22652
- } | undefined;
21410
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
22653
21411
  modalConfig?: {
22654
21412
  buttonLabel?: string | undefined;
22655
21413
  description?: string | undefined;
@@ -22749,13 +21507,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
22749
21507
  showValue?: boolean | undefined;
22750
21508
  pattern?: string | undefined;
22751
21509
  placeholder?: string | undefined;
22752
- visibleWhen?: {
22753
- field: string;
22754
- equals?: any;
22755
- notEquals?: any;
22756
- oneOf?: any[] | undefined;
22757
- notIn?: any[] | undefined;
22758
- } | undefined;
21510
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
22759
21511
  modalConfig?: {
22760
21512
  buttonLabel?: string | undefined;
22761
21513
  description?: string | undefined;
@@ -22857,13 +21609,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
22857
21609
  showValue?: boolean | undefined;
22858
21610
  pattern?: string | undefined;
22859
21611
  placeholder?: string | undefined;
22860
- visibleWhen?: {
22861
- field: string;
22862
- equals?: any;
22863
- notEquals?: any;
22864
- oneOf?: any[] | undefined;
22865
- notIn?: any[] | undefined;
22866
- } | undefined;
21612
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
22867
21613
  modalConfig?: {
22868
21614
  buttonLabel?: string | undefined;
22869
21615
  description?: string | undefined;
@@ -22963,13 +21709,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
22963
21709
  showValue?: boolean | undefined;
22964
21710
  pattern?: string | undefined;
22965
21711
  placeholder?: string | undefined;
22966
- visibleWhen?: {
22967
- field: string;
22968
- equals?: any;
22969
- notEquals?: any;
22970
- oneOf?: any[] | undefined;
22971
- notIn?: any[] | undefined;
22972
- } | undefined;
21712
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
22973
21713
  modalConfig?: {
22974
21714
  buttonLabel?: string | undefined;
22975
21715
  description?: string | undefined;
@@ -23085,13 +21825,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
23085
21825
  showValue?: boolean | undefined;
23086
21826
  pattern?: string | undefined;
23087
21827
  placeholder?: string | undefined;
23088
- visibleWhen?: {
23089
- field: string;
23090
- equals?: any;
23091
- notEquals?: any;
23092
- oneOf?: any[] | undefined;
23093
- notIn?: any[] | undefined;
23094
- } | undefined;
21828
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
23095
21829
  modalConfig?: {
23096
21830
  buttonLabel?: string | undefined;
23097
21831
  description?: string | undefined;
@@ -23200,13 +21934,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
23200
21934
  showValue?: boolean | undefined;
23201
21935
  pattern?: string | undefined;
23202
21936
  placeholder?: string | undefined;
23203
- visibleWhen?: {
23204
- field: string;
23205
- equals?: any;
23206
- notEquals?: any;
23207
- oneOf?: any[] | undefined;
23208
- notIn?: any[] | undefined;
23209
- } | undefined;
21937
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
23210
21938
  modalConfig?: {
23211
21939
  buttonLabel?: string | undefined;
23212
21940
  description?: string | undefined;
@@ -23307,13 +22035,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
23307
22035
  showValue?: boolean | undefined;
23308
22036
  pattern?: string | undefined;
23309
22037
  placeholder?: string | undefined;
23310
- visibleWhen?: {
23311
- field: string;
23312
- equals?: any;
23313
- notEquals?: any;
23314
- oneOf?: any[] | undefined;
23315
- notIn?: any[] | undefined;
23316
- } | undefined;
22038
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
23317
22039
  modalConfig?: {
23318
22040
  buttonLabel?: string | undefined;
23319
22041
  description?: string | undefined;
@@ -23414,13 +22136,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
23414
22136
  showValue?: boolean | undefined;
23415
22137
  pattern?: string | undefined;
23416
22138
  placeholder?: string | undefined;
23417
- visibleWhen?: {
23418
- field: string;
23419
- equals?: any;
23420
- notEquals?: any;
23421
- oneOf?: any[] | undefined;
23422
- notIn?: any[] | undefined;
23423
- } | undefined;
22139
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
23424
22140
  modalConfig?: {
23425
22141
  buttonLabel?: string | undefined;
23426
22142
  description?: string | undefined;
@@ -23522,13 +22238,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
23522
22238
  showValue?: boolean | undefined;
23523
22239
  pattern?: string | undefined;
23524
22240
  placeholder?: string | undefined;
23525
- visibleWhen?: {
23526
- field: string;
23527
- equals?: any;
23528
- notEquals?: any;
23529
- oneOf?: any[] | undefined;
23530
- notIn?: any[] | undefined;
23531
- } | undefined;
22241
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
23532
22242
  modalConfig?: {
23533
22243
  buttonLabel?: string | undefined;
23534
22244
  description?: string | undefined;
@@ -23628,13 +22338,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
23628
22338
  showValue?: boolean | undefined;
23629
22339
  pattern?: string | undefined;
23630
22340
  placeholder?: string | undefined;
23631
- visibleWhen?: {
23632
- field: string;
23633
- equals?: any;
23634
- notEquals?: any;
23635
- oneOf?: any[] | undefined;
23636
- notIn?: any[] | undefined;
23637
- } | undefined;
22341
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
23638
22342
  modalConfig?: {
23639
22343
  buttonLabel?: string | undefined;
23640
22344
  description?: string | undefined;
@@ -23734,13 +22438,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
23734
22438
  showValue?: boolean | undefined;
23735
22439
  pattern?: string | undefined;
23736
22440
  placeholder?: string | undefined;
23737
- visibleWhen?: {
23738
- field: string;
23739
- equals?: any;
23740
- notEquals?: any;
23741
- oneOf?: any[] | undefined;
23742
- notIn?: any[] | undefined;
23743
- } | undefined;
22441
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
23744
22442
  modalConfig?: {
23745
22443
  buttonLabel?: string | undefined;
23746
22444
  description?: string | undefined;
@@ -23840,13 +22538,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
23840
22538
  showValue?: boolean | undefined;
23841
22539
  pattern?: string | undefined;
23842
22540
  placeholder?: string | undefined;
23843
- visibleWhen?: {
23844
- field: string;
23845
- equals?: any;
23846
- notEquals?: any;
23847
- oneOf?: any[] | undefined;
23848
- notIn?: any[] | undefined;
23849
- } | undefined;
22541
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
23850
22542
  modalConfig?: {
23851
22543
  buttonLabel?: string | undefined;
23852
22544
  description?: string | undefined;
@@ -23946,13 +22638,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
23946
22638
  showValue?: boolean | undefined;
23947
22639
  pattern?: string | undefined;
23948
22640
  placeholder?: string | undefined;
23949
- visibleWhen?: {
23950
- field: string;
23951
- equals?: any;
23952
- notEquals?: any;
23953
- oneOf?: any[] | undefined;
23954
- notIn?: any[] | undefined;
23955
- } | undefined;
22641
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
23956
22642
  modalConfig?: {
23957
22643
  buttonLabel?: string | undefined;
23958
22644
  description?: string | undefined;
@@ -24052,13 +22738,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
24052
22738
  showValue?: boolean | undefined;
24053
22739
  pattern?: string | undefined;
24054
22740
  placeholder?: string | undefined;
24055
- visibleWhen?: {
24056
- field: string;
24057
- equals?: any;
24058
- notEquals?: any;
24059
- oneOf?: any[] | undefined;
24060
- notIn?: any[] | undefined;
24061
- } | undefined;
22741
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
24062
22742
  modalConfig?: {
24063
22743
  buttonLabel?: string | undefined;
24064
22744
  description?: string | undefined;
@@ -24162,13 +22842,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
24162
22842
  showValue?: boolean | undefined;
24163
22843
  pattern?: string | undefined;
24164
22844
  placeholder?: string | undefined;
24165
- visibleWhen?: {
24166
- field: string;
24167
- equals?: any;
24168
- notEquals?: any;
24169
- oneOf?: any[] | undefined;
24170
- notIn?: any[] | undefined;
24171
- } | undefined;
22845
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
24172
22846
  modalConfig?: {
24173
22847
  buttonLabel?: string | undefined;
24174
22848
  description?: string | undefined;
@@ -24268,13 +22942,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
24268
22942
  showValue?: boolean | undefined;
24269
22943
  pattern?: string | undefined;
24270
22944
  placeholder?: string | undefined;
24271
- visibleWhen?: {
24272
- field: string;
24273
- equals?: any;
24274
- notEquals?: any;
24275
- oneOf?: any[] | undefined;
24276
- notIn?: any[] | undefined;
24277
- } | undefined;
22945
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
24278
22946
  modalConfig?: {
24279
22947
  buttonLabel?: string | undefined;
24280
22948
  description?: string | undefined;
@@ -24376,13 +23044,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
24376
23044
  showValue?: boolean | undefined;
24377
23045
  pattern?: string | undefined;
24378
23046
  placeholder?: string | undefined;
24379
- visibleWhen?: {
24380
- field: string;
24381
- equals?: any;
24382
- notEquals?: any;
24383
- oneOf?: any[] | undefined;
24384
- notIn?: any[] | undefined;
24385
- } | undefined;
23047
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
24386
23048
  modalConfig?: {
24387
23049
  buttonLabel?: string | undefined;
24388
23050
  description?: string | undefined;
@@ -24482,13 +23144,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
24482
23144
  showValue?: boolean | undefined;
24483
23145
  pattern?: string | undefined;
24484
23146
  placeholder?: string | undefined;
24485
- visibleWhen?: {
24486
- field: string;
24487
- equals?: any;
24488
- notEquals?: any;
24489
- oneOf?: any[] | undefined;
24490
- notIn?: any[] | undefined;
24491
- } | undefined;
23147
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
24492
23148
  modalConfig?: {
24493
23149
  buttonLabel?: string | undefined;
24494
23150
  description?: string | undefined;
@@ -24595,13 +23251,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
24595
23251
  showValue?: boolean | undefined;
24596
23252
  pattern?: string | undefined;
24597
23253
  placeholder?: string | undefined;
24598
- visibleWhen?: {
24599
- field: string;
24600
- equals?: any;
24601
- notEquals?: any;
24602
- oneOf?: any[] | undefined;
24603
- notIn?: any[] | undefined;
24604
- } | undefined;
23254
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
24605
23255
  modalConfig?: {
24606
23256
  buttonLabel?: string | undefined;
24607
23257
  description?: string | undefined;
@@ -24707,13 +23357,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
24707
23357
  showValue?: boolean | undefined;
24708
23358
  pattern?: string | undefined;
24709
23359
  placeholder?: string | undefined;
24710
- visibleWhen?: {
24711
- field: string;
24712
- equals?: any;
24713
- notEquals?: any;
24714
- oneOf?: any[] | undefined;
24715
- notIn?: any[] | undefined;
24716
- } | undefined;
23360
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
24717
23361
  modalConfig?: {
24718
23362
  buttonLabel?: string | undefined;
24719
23363
  description?: string | undefined;
@@ -24813,13 +23457,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
24813
23457
  showValue?: boolean | undefined;
24814
23458
  pattern?: string | undefined;
24815
23459
  placeholder?: string | undefined;
24816
- visibleWhen?: {
24817
- field: string;
24818
- equals?: any;
24819
- notEquals?: any;
24820
- oneOf?: any[] | undefined;
24821
- notIn?: any[] | undefined;
24822
- } | undefined;
23460
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
24823
23461
  modalConfig?: {
24824
23462
  buttonLabel?: string | undefined;
24825
23463
  description?: string | undefined;
@@ -24919,13 +23557,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
24919
23557
  showValue?: boolean | undefined;
24920
23558
  pattern?: string | undefined;
24921
23559
  placeholder?: string | undefined;
24922
- visibleWhen?: {
24923
- field: string;
24924
- equals?: any;
24925
- notEquals?: any;
24926
- oneOf?: any[] | undefined;
24927
- notIn?: any[] | undefined;
24928
- } | undefined;
23560
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
24929
23561
  modalConfig?: {
24930
23562
  buttonLabel?: string | undefined;
24931
23563
  description?: string | undefined;
@@ -25029,13 +23661,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
25029
23661
  showValue?: boolean | undefined;
25030
23662
  pattern?: string | undefined;
25031
23663
  placeholder?: string | undefined;
25032
- visibleWhen?: {
25033
- field: string;
25034
- equals?: any;
25035
- notEquals?: any;
25036
- oneOf?: any[] | undefined;
25037
- notIn?: any[] | undefined;
25038
- } | undefined;
23664
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
25039
23665
  modalConfig?: {
25040
23666
  buttonLabel?: string | undefined;
25041
23667
  description?: string | undefined;
@@ -25141,13 +23767,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
25141
23767
  showValue?: boolean | undefined;
25142
23768
  pattern?: string | undefined;
25143
23769
  placeholder?: string | undefined;
25144
- visibleWhen?: {
25145
- field: string;
25146
- equals?: any;
25147
- notEquals?: any;
25148
- oneOf?: any[] | undefined;
25149
- notIn?: any[] | undefined;
25150
- } | undefined;
23770
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
25151
23771
  modalConfig?: {
25152
23772
  buttonLabel?: string | undefined;
25153
23773
  description?: string | undefined;
@@ -25247,13 +23867,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
25247
23867
  showValue?: boolean | undefined;
25248
23868
  pattern?: string | undefined;
25249
23869
  placeholder?: string | undefined;
25250
- visibleWhen?: {
25251
- field: string;
25252
- equals?: any;
25253
- notEquals?: any;
25254
- oneOf?: any[] | undefined;
25255
- notIn?: any[] | undefined;
25256
- } | undefined;
23870
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
25257
23871
  modalConfig?: {
25258
23872
  buttonLabel?: string | undefined;
25259
23873
  description?: string | undefined;
@@ -25360,13 +23974,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
25360
23974
  showValue?: boolean | undefined;
25361
23975
  pattern?: string | undefined;
25362
23976
  placeholder?: string | undefined;
25363
- visibleWhen?: {
25364
- field: string;
25365
- equals?: any;
25366
- notEquals?: any;
25367
- oneOf?: any[] | undefined;
25368
- notIn?: any[] | undefined;
25369
- } | undefined;
23977
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
25370
23978
  modalConfig?: {
25371
23979
  buttonLabel?: string | undefined;
25372
23980
  description?: string | undefined;
@@ -25467,13 +24075,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
25467
24075
  showValue?: boolean | undefined;
25468
24076
  pattern?: string | undefined;
25469
24077
  placeholder?: string | undefined;
25470
- visibleWhen?: {
25471
- field: string;
25472
- equals?: any;
25473
- notEquals?: any;
25474
- oneOf?: any[] | undefined;
25475
- notIn?: any[] | undefined;
25476
- } | undefined;
24078
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
25477
24079
  modalConfig?: {
25478
24080
  buttonLabel?: string | undefined;
25479
24081
  description?: string | undefined;
@@ -25574,13 +24176,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
25574
24176
  showValue?: boolean | undefined;
25575
24177
  pattern?: string | undefined;
25576
24178
  placeholder?: string | undefined;
25577
- visibleWhen?: {
25578
- field: string;
25579
- equals?: any;
25580
- notEquals?: any;
25581
- oneOf?: any[] | undefined;
25582
- notIn?: any[] | undefined;
25583
- } | undefined;
24179
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
25584
24180
  modalConfig?: {
25585
24181
  buttonLabel?: string | undefined;
25586
24182
  description?: string | undefined;
@@ -25682,13 +24278,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
25682
24278
  showValue?: boolean | undefined;
25683
24279
  pattern?: string | undefined;
25684
24280
  placeholder?: string | undefined;
25685
- visibleWhen?: {
25686
- field: string;
25687
- equals?: any;
25688
- notEquals?: any;
25689
- oneOf?: any[] | undefined;
25690
- notIn?: any[] | undefined;
25691
- } | undefined;
24281
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
25692
24282
  modalConfig?: {
25693
24283
  buttonLabel?: string | undefined;
25694
24284
  description?: string | undefined;
@@ -25788,13 +24378,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
25788
24378
  showValue?: boolean | undefined;
25789
24379
  pattern?: string | undefined;
25790
24380
  placeholder?: string | undefined;
25791
- visibleWhen?: {
25792
- field: string;
25793
- equals?: any;
25794
- notEquals?: any;
25795
- oneOf?: any[] | undefined;
25796
- notIn?: any[] | undefined;
25797
- } | undefined;
24381
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
25798
24382
  modalConfig?: {
25799
24383
  buttonLabel?: string | undefined;
25800
24384
  description?: string | undefined;
@@ -25894,13 +24478,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
25894
24478
  showValue?: boolean | undefined;
25895
24479
  pattern?: string | undefined;
25896
24480
  placeholder?: string | undefined;
25897
- visibleWhen?: {
25898
- field: string;
25899
- equals?: any;
25900
- notEquals?: any;
25901
- oneOf?: any[] | undefined;
25902
- notIn?: any[] | undefined;
25903
- } | undefined;
24481
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
25904
24482
  modalConfig?: {
25905
24483
  buttonLabel?: string | undefined;
25906
24484
  description?: string | undefined;
@@ -26000,13 +24578,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
26000
24578
  showValue?: boolean | undefined;
26001
24579
  pattern?: string | undefined;
26002
24580
  placeholder?: string | undefined;
26003
- visibleWhen?: {
26004
- field: string;
26005
- equals?: any;
26006
- notEquals?: any;
26007
- oneOf?: any[] | undefined;
26008
- notIn?: any[] | undefined;
26009
- } | undefined;
24581
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
26010
24582
  modalConfig?: {
26011
24583
  buttonLabel?: string | undefined;
26012
24584
  description?: string | undefined;
@@ -26106,13 +24678,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
26106
24678
  showValue?: boolean | undefined;
26107
24679
  pattern?: string | undefined;
26108
24680
  placeholder?: string | undefined;
26109
- visibleWhen?: {
26110
- field: string;
26111
- equals?: any;
26112
- notEquals?: any;
26113
- oneOf?: any[] | undefined;
26114
- notIn?: any[] | undefined;
26115
- } | undefined;
24681
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
26116
24682
  modalConfig?: {
26117
24683
  buttonLabel?: string | undefined;
26118
24684
  description?: string | undefined;
@@ -26212,13 +24778,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
26212
24778
  showValue?: boolean | undefined;
26213
24779
  pattern?: string | undefined;
26214
24780
  placeholder?: string | undefined;
26215
- visibleWhen?: {
26216
- field: string;
26217
- equals?: any;
26218
- notEquals?: any;
26219
- oneOf?: any[] | undefined;
26220
- notIn?: any[] | undefined;
26221
- } | undefined;
24781
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
26222
24782
  modalConfig?: {
26223
24783
  buttonLabel?: string | undefined;
26224
24784
  description?: string | undefined;
@@ -26322,13 +24882,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
26322
24882
  showValue?: boolean | undefined;
26323
24883
  pattern?: string | undefined;
26324
24884
  placeholder?: string | undefined;
26325
- visibleWhen?: {
26326
- field: string;
26327
- equals?: any;
26328
- notEquals?: any;
26329
- oneOf?: any[] | undefined;
26330
- notIn?: any[] | undefined;
26331
- } | undefined;
24885
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
26332
24886
  modalConfig?: {
26333
24887
  buttonLabel?: string | undefined;
26334
24888
  description?: string | undefined;
@@ -26428,13 +24982,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
26428
24982
  showValue?: boolean | undefined;
26429
24983
  pattern?: string | undefined;
26430
24984
  placeholder?: string | undefined;
26431
- visibleWhen?: {
26432
- field: string;
26433
- equals?: any;
26434
- notEquals?: any;
26435
- oneOf?: any[] | undefined;
26436
- notIn?: any[] | undefined;
26437
- } | undefined;
24985
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
26438
24986
  modalConfig?: {
26439
24987
  buttonLabel?: string | undefined;
26440
24988
  description?: string | undefined;
@@ -26536,13 +25084,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
26536
25084
  showValue?: boolean | undefined;
26537
25085
  pattern?: string | undefined;
26538
25086
  placeholder?: string | undefined;
26539
- visibleWhen?: {
26540
- field: string;
26541
- equals?: any;
26542
- notEquals?: any;
26543
- oneOf?: any[] | undefined;
26544
- notIn?: any[] | undefined;
26545
- } | undefined;
25087
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
26546
25088
  modalConfig?: {
26547
25089
  buttonLabel?: string | undefined;
26548
25090
  description?: string | undefined;
@@ -26642,13 +25184,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
26642
25184
  showValue?: boolean | undefined;
26643
25185
  pattern?: string | undefined;
26644
25186
  placeholder?: string | undefined;
26645
- visibleWhen?: {
26646
- field: string;
26647
- equals?: any;
26648
- notEquals?: any;
26649
- oneOf?: any[] | undefined;
26650
- notIn?: any[] | undefined;
26651
- } | undefined;
25187
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
26652
25188
  modalConfig?: {
26653
25189
  buttonLabel?: string | undefined;
26654
25190
  description?: string | undefined;
@@ -26764,13 +25300,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
26764
25300
  showValue?: boolean | undefined;
26765
25301
  pattern?: string | undefined;
26766
25302
  placeholder?: string | undefined;
26767
- visibleWhen?: {
26768
- field: string;
26769
- equals?: any;
26770
- notEquals?: any;
26771
- oneOf?: any[] | undefined;
26772
- notIn?: any[] | undefined;
26773
- } | undefined;
25303
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
26774
25304
  modalConfig?: {
26775
25305
  buttonLabel?: string | undefined;
26776
25306
  description?: string | undefined;
@@ -26874,13 +25404,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
26874
25404
  showValue?: boolean | undefined;
26875
25405
  pattern?: string | undefined;
26876
25406
  placeholder?: string | undefined;
26877
- visibleWhen?: {
26878
- field: string;
26879
- equals?: any;
26880
- notEquals?: any;
26881
- oneOf?: any[] | undefined;
26882
- notIn?: any[] | undefined;
26883
- } | undefined;
25407
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
26884
25408
  modalConfig?: {
26885
25409
  buttonLabel?: string | undefined;
26886
25410
  description?: string | undefined;
@@ -26996,13 +25520,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
26996
25520
  showValue?: boolean | undefined;
26997
25521
  pattern?: string | undefined;
26998
25522
  placeholder?: string | undefined;
26999
- visibleWhen?: {
27000
- field: string;
27001
- equals?: any;
27002
- notEquals?: any;
27003
- oneOf?: any[] | undefined;
27004
- notIn?: any[] | undefined;
27005
- } | undefined;
25523
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
27006
25524
  modalConfig?: {
27007
25525
  buttonLabel?: string | undefined;
27008
25526
  description?: string | undefined;
@@ -27111,13 +25629,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
27111
25629
  showValue?: boolean | undefined;
27112
25630
  pattern?: string | undefined;
27113
25631
  placeholder?: string | undefined;
27114
- visibleWhen?: {
27115
- field: string;
27116
- equals?: any;
27117
- notEquals?: any;
27118
- oneOf?: any[] | undefined;
27119
- notIn?: any[] | undefined;
27120
- } | undefined;
25632
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
27121
25633
  modalConfig?: {
27122
25634
  buttonLabel?: string | undefined;
27123
25635
  description?: string | undefined;
@@ -27218,13 +25730,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
27218
25730
  showValue?: boolean | undefined;
27219
25731
  pattern?: string | undefined;
27220
25732
  placeholder?: string | undefined;
27221
- visibleWhen?: {
27222
- field: string;
27223
- equals?: any;
27224
- notEquals?: any;
27225
- oneOf?: any[] | undefined;
27226
- notIn?: any[] | undefined;
27227
- } | undefined;
25733
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
27228
25734
  modalConfig?: {
27229
25735
  buttonLabel?: string | undefined;
27230
25736
  description?: string | undefined;
@@ -27325,13 +25831,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
27325
25831
  showValue?: boolean | undefined;
27326
25832
  pattern?: string | undefined;
27327
25833
  placeholder?: string | undefined;
27328
- visibleWhen?: {
27329
- field: string;
27330
- equals?: any;
27331
- notEquals?: any;
27332
- oneOf?: any[] | undefined;
27333
- notIn?: any[] | undefined;
27334
- } | undefined;
25834
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
27335
25835
  modalConfig?: {
27336
25836
  buttonLabel?: string | undefined;
27337
25837
  description?: string | undefined;
@@ -27433,13 +25933,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
27433
25933
  showValue?: boolean | undefined;
27434
25934
  pattern?: string | undefined;
27435
25935
  placeholder?: string | undefined;
27436
- visibleWhen?: {
27437
- field: string;
27438
- equals?: any;
27439
- notEquals?: any;
27440
- oneOf?: any[] | undefined;
27441
- notIn?: any[] | undefined;
27442
- } | undefined;
25936
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
27443
25937
  modalConfig?: {
27444
25938
  buttonLabel?: string | undefined;
27445
25939
  description?: string | undefined;
@@ -27539,13 +26033,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
27539
26033
  showValue?: boolean | undefined;
27540
26034
  pattern?: string | undefined;
27541
26035
  placeholder?: string | undefined;
27542
- visibleWhen?: {
27543
- field: string;
27544
- equals?: any;
27545
- notEquals?: any;
27546
- oneOf?: any[] | undefined;
27547
- notIn?: any[] | undefined;
27548
- } | undefined;
26036
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
27549
26037
  modalConfig?: {
27550
26038
  buttonLabel?: string | undefined;
27551
26039
  description?: string | undefined;
@@ -27645,13 +26133,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
27645
26133
  showValue?: boolean | undefined;
27646
26134
  pattern?: string | undefined;
27647
26135
  placeholder?: string | undefined;
27648
- visibleWhen?: {
27649
- field: string;
27650
- equals?: any;
27651
- notEquals?: any;
27652
- oneOf?: any[] | undefined;
27653
- notIn?: any[] | undefined;
27654
- } | undefined;
26136
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
27655
26137
  modalConfig?: {
27656
26138
  buttonLabel?: string | undefined;
27657
26139
  description?: string | undefined;
@@ -27751,13 +26233,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
27751
26233
  showValue?: boolean | undefined;
27752
26234
  pattern?: string | undefined;
27753
26235
  placeholder?: string | undefined;
27754
- visibleWhen?: {
27755
- field: string;
27756
- equals?: any;
27757
- notEquals?: any;
27758
- oneOf?: any[] | undefined;
27759
- notIn?: any[] | undefined;
27760
- } | undefined;
26236
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
27761
26237
  modalConfig?: {
27762
26238
  buttonLabel?: string | undefined;
27763
26239
  description?: string | undefined;
@@ -27857,13 +26333,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
27857
26333
  showValue?: boolean | undefined;
27858
26334
  pattern?: string | undefined;
27859
26335
  placeholder?: string | undefined;
27860
- visibleWhen?: {
27861
- field: string;
27862
- equals?: any;
27863
- notEquals?: any;
27864
- oneOf?: any[] | undefined;
27865
- notIn?: any[] | undefined;
27866
- } | undefined;
26336
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
27867
26337
  modalConfig?: {
27868
26338
  buttonLabel?: string | undefined;
27869
26339
  description?: string | undefined;
@@ -27963,13 +26433,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
27963
26433
  showValue?: boolean | undefined;
27964
26434
  pattern?: string | undefined;
27965
26435
  placeholder?: string | undefined;
27966
- visibleWhen?: {
27967
- field: string;
27968
- equals?: any;
27969
- notEquals?: any;
27970
- oneOf?: any[] | undefined;
27971
- notIn?: any[] | undefined;
27972
- } | undefined;
26436
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
27973
26437
  modalConfig?: {
27974
26438
  buttonLabel?: string | undefined;
27975
26439
  description?: string | undefined;
@@ -28073,13 +26537,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
28073
26537
  showValue?: boolean | undefined;
28074
26538
  pattern?: string | undefined;
28075
26539
  placeholder?: string | undefined;
28076
- visibleWhen?: {
28077
- field: string;
28078
- equals?: any;
28079
- notEquals?: any;
28080
- oneOf?: any[] | undefined;
28081
- notIn?: any[] | undefined;
28082
- } | undefined;
26540
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
28083
26541
  modalConfig?: {
28084
26542
  buttonLabel?: string | undefined;
28085
26543
  description?: string | undefined;
@@ -28179,13 +26637,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
28179
26637
  showValue?: boolean | undefined;
28180
26638
  pattern?: string | undefined;
28181
26639
  placeholder?: string | undefined;
28182
- visibleWhen?: {
28183
- field: string;
28184
- equals?: any;
28185
- notEquals?: any;
28186
- oneOf?: any[] | undefined;
28187
- notIn?: any[] | undefined;
28188
- } | undefined;
26640
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
28189
26641
  modalConfig?: {
28190
26642
  buttonLabel?: string | undefined;
28191
26643
  description?: string | undefined;
@@ -28287,13 +26739,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
28287
26739
  showValue?: boolean | undefined;
28288
26740
  pattern?: string | undefined;
28289
26741
  placeholder?: string | undefined;
28290
- visibleWhen?: {
28291
- field: string;
28292
- equals?: any;
28293
- notEquals?: any;
28294
- oneOf?: any[] | undefined;
28295
- notIn?: any[] | undefined;
28296
- } | undefined;
26742
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
28297
26743
  modalConfig?: {
28298
26744
  buttonLabel?: string | undefined;
28299
26745
  description?: string | undefined;
@@ -28393,13 +26839,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
28393
26839
  showValue?: boolean | undefined;
28394
26840
  pattern?: string | undefined;
28395
26841
  placeholder?: string | undefined;
28396
- visibleWhen?: {
28397
- field: string;
28398
- equals?: any;
28399
- notEquals?: any;
28400
- oneOf?: any[] | undefined;
28401
- notIn?: any[] | undefined;
28402
- } | undefined;
26842
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
28403
26843
  modalConfig?: {
28404
26844
  buttonLabel?: string | undefined;
28405
26845
  description?: string | undefined;
@@ -28506,13 +26946,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
28506
26946
  showValue?: boolean | undefined;
28507
26947
  pattern?: string | undefined;
28508
26948
  placeholder?: string | undefined;
28509
- visibleWhen?: {
28510
- field: string;
28511
- equals?: any;
28512
- notEquals?: any;
28513
- oneOf?: any[] | undefined;
28514
- notIn?: any[] | undefined;
28515
- } | undefined;
26949
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
28516
26950
  modalConfig?: {
28517
26951
  buttonLabel?: string | undefined;
28518
26952
  description?: string | undefined;
@@ -28618,13 +27052,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
28618
27052
  showValue?: boolean | undefined;
28619
27053
  pattern?: string | undefined;
28620
27054
  placeholder?: string | undefined;
28621
- visibleWhen?: {
28622
- field: string;
28623
- equals?: any;
28624
- notEquals?: any;
28625
- oneOf?: any[] | undefined;
28626
- notIn?: any[] | undefined;
28627
- } | undefined;
27055
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
28628
27056
  modalConfig?: {
28629
27057
  buttonLabel?: string | undefined;
28630
27058
  description?: string | undefined;
@@ -28724,13 +27152,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
28724
27152
  showValue?: boolean | undefined;
28725
27153
  pattern?: string | undefined;
28726
27154
  placeholder?: string | undefined;
28727
- visibleWhen?: {
28728
- field: string;
28729
- equals?: any;
28730
- notEquals?: any;
28731
- oneOf?: any[] | undefined;
28732
- notIn?: any[] | undefined;
28733
- } | undefined;
27155
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
28734
27156
  modalConfig?: {
28735
27157
  buttonLabel?: string | undefined;
28736
27158
  description?: string | undefined;
@@ -28837,13 +27259,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
28837
27259
  showValue?: boolean | undefined;
28838
27260
  pattern?: string | undefined;
28839
27261
  placeholder?: string | undefined;
28840
- visibleWhen?: {
28841
- field: string;
28842
- equals?: any;
28843
- notEquals?: any;
28844
- oneOf?: any[] | undefined;
28845
- notIn?: any[] | undefined;
28846
- } | undefined;
27262
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
28847
27263
  modalConfig?: {
28848
27264
  buttonLabel?: string | undefined;
28849
27265
  description?: string | undefined;
@@ -28944,13 +27360,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
28944
27360
  showValue?: boolean | undefined;
28945
27361
  pattern?: string | undefined;
28946
27362
  placeholder?: string | undefined;
28947
- visibleWhen?: {
28948
- field: string;
28949
- equals?: any;
28950
- notEquals?: any;
28951
- oneOf?: any[] | undefined;
28952
- notIn?: any[] | undefined;
28953
- } | undefined;
27363
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
28954
27364
  modalConfig?: {
28955
27365
  buttonLabel?: string | undefined;
28956
27366
  description?: string | undefined;
@@ -29051,13 +27461,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
29051
27461
  showValue?: boolean | undefined;
29052
27462
  pattern?: string | undefined;
29053
27463
  placeholder?: string | undefined;
29054
- visibleWhen?: {
29055
- field: string;
29056
- equals?: any;
29057
- notEquals?: any;
29058
- oneOf?: any[] | undefined;
29059
- notIn?: any[] | undefined;
29060
- } | undefined;
27464
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
29061
27465
  modalConfig?: {
29062
27466
  buttonLabel?: string | undefined;
29063
27467
  description?: string | undefined;
@@ -29159,13 +27563,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
29159
27563
  showValue?: boolean | undefined;
29160
27564
  pattern?: string | undefined;
29161
27565
  placeholder?: string | undefined;
29162
- visibleWhen?: {
29163
- field: string;
29164
- equals?: any;
29165
- notEquals?: any;
29166
- oneOf?: any[] | undefined;
29167
- notIn?: any[] | undefined;
29168
- } | undefined;
27566
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
29169
27567
  modalConfig?: {
29170
27568
  buttonLabel?: string | undefined;
29171
27569
  description?: string | undefined;
@@ -29265,13 +27663,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
29265
27663
  showValue?: boolean | undefined;
29266
27664
  pattern?: string | undefined;
29267
27665
  placeholder?: string | undefined;
29268
- visibleWhen?: {
29269
- field: string;
29270
- equals?: any;
29271
- notEquals?: any;
29272
- oneOf?: any[] | undefined;
29273
- notIn?: any[] | undefined;
29274
- } | undefined;
27666
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
29275
27667
  modalConfig?: {
29276
27668
  buttonLabel?: string | undefined;
29277
27669
  description?: string | undefined;
@@ -29371,13 +27763,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
29371
27763
  showValue?: boolean | undefined;
29372
27764
  pattern?: string | undefined;
29373
27765
  placeholder?: string | undefined;
29374
- visibleWhen?: {
29375
- field: string;
29376
- equals?: any;
29377
- notEquals?: any;
29378
- oneOf?: any[] | undefined;
29379
- notIn?: any[] | undefined;
29380
- } | undefined;
27766
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
29381
27767
  modalConfig?: {
29382
27768
  buttonLabel?: string | undefined;
29383
27769
  description?: string | undefined;
@@ -29477,13 +27863,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
29477
27863
  showValue?: boolean | undefined;
29478
27864
  pattern?: string | undefined;
29479
27865
  placeholder?: string | undefined;
29480
- visibleWhen?: {
29481
- field: string;
29482
- equals?: any;
29483
- notEquals?: any;
29484
- oneOf?: any[] | undefined;
29485
- notIn?: any[] | undefined;
29486
- } | undefined;
27866
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
29487
27867
  modalConfig?: {
29488
27868
  buttonLabel?: string | undefined;
29489
27869
  description?: string | undefined;
@@ -29583,13 +27963,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
29583
27963
  showValue?: boolean | undefined;
29584
27964
  pattern?: string | undefined;
29585
27965
  placeholder?: string | undefined;
29586
- visibleWhen?: {
29587
- field: string;
29588
- equals?: any;
29589
- notEquals?: any;
29590
- oneOf?: any[] | undefined;
29591
- notIn?: any[] | undefined;
29592
- } | undefined;
27966
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
29593
27967
  modalConfig?: {
29594
27968
  buttonLabel?: string | undefined;
29595
27969
  description?: string | undefined;
@@ -29689,13 +28063,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
29689
28063
  showValue?: boolean | undefined;
29690
28064
  pattern?: string | undefined;
29691
28065
  placeholder?: string | undefined;
29692
- visibleWhen?: {
29693
- field: string;
29694
- equals?: any;
29695
- notEquals?: any;
29696
- oneOf?: any[] | undefined;
29697
- notIn?: any[] | undefined;
29698
- } | undefined;
28066
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
29699
28067
  modalConfig?: {
29700
28068
  buttonLabel?: string | undefined;
29701
28069
  description?: string | undefined;
@@ -29799,13 +28167,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
29799
28167
  showValue?: boolean | undefined;
29800
28168
  pattern?: string | undefined;
29801
28169
  placeholder?: string | undefined;
29802
- visibleWhen?: {
29803
- field: string;
29804
- equals?: any;
29805
- notEquals?: any;
29806
- oneOf?: any[] | undefined;
29807
- notIn?: any[] | undefined;
29808
- } | undefined;
28170
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
29809
28171
  modalConfig?: {
29810
28172
  buttonLabel?: string | undefined;
29811
28173
  description?: string | undefined;
@@ -29905,13 +28267,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
29905
28267
  showValue?: boolean | undefined;
29906
28268
  pattern?: string | undefined;
29907
28269
  placeholder?: string | undefined;
29908
- visibleWhen?: {
29909
- field: string;
29910
- equals?: any;
29911
- notEquals?: any;
29912
- oneOf?: any[] | undefined;
29913
- notIn?: any[] | undefined;
29914
- } | undefined;
28270
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
29915
28271
  modalConfig?: {
29916
28272
  buttonLabel?: string | undefined;
29917
28273
  description?: string | undefined;
@@ -30013,13 +28369,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
30013
28369
  showValue?: boolean | undefined;
30014
28370
  pattern?: string | undefined;
30015
28371
  placeholder?: string | undefined;
30016
- visibleWhen?: {
30017
- field: string;
30018
- equals?: any;
30019
- notEquals?: any;
30020
- oneOf?: any[] | undefined;
30021
- notIn?: any[] | undefined;
30022
- } | undefined;
28372
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
30023
28373
  modalConfig?: {
30024
28374
  buttonLabel?: string | undefined;
30025
28375
  description?: string | undefined;
@@ -30119,13 +28469,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
30119
28469
  showValue?: boolean | undefined;
30120
28470
  pattern?: string | undefined;
30121
28471
  placeholder?: string | undefined;
30122
- visibleWhen?: {
30123
- field: string;
30124
- equals?: any;
30125
- notEquals?: any;
30126
- oneOf?: any[] | undefined;
30127
- notIn?: any[] | undefined;
30128
- } | undefined;
28472
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
30129
28473
  modalConfig?: {
30130
28474
  buttonLabel?: string | undefined;
30131
28475
  description?: string | undefined;
@@ -30232,13 +28576,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
30232
28576
  showValue?: boolean | undefined;
30233
28577
  pattern?: string | undefined;
30234
28578
  placeholder?: string | undefined;
30235
- visibleWhen?: {
30236
- field: string;
30237
- equals?: any;
30238
- notEquals?: any;
30239
- oneOf?: any[] | undefined;
30240
- notIn?: any[] | undefined;
30241
- } | undefined;
28579
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
30242
28580
  modalConfig?: {
30243
28581
  buttonLabel?: string | undefined;
30244
28582
  description?: string | undefined;
@@ -30344,13 +28682,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
30344
28682
  showValue?: boolean | undefined;
30345
28683
  pattern?: string | undefined;
30346
28684
  placeholder?: string | undefined;
30347
- visibleWhen?: {
30348
- field: string;
30349
- equals?: any;
30350
- notEquals?: any;
30351
- oneOf?: any[] | undefined;
30352
- notIn?: any[] | undefined;
30353
- } | undefined;
28685
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
30354
28686
  modalConfig?: {
30355
28687
  buttonLabel?: string | undefined;
30356
28688
  description?: string | undefined;
@@ -30450,13 +28782,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
30450
28782
  showValue?: boolean | undefined;
30451
28783
  pattern?: string | undefined;
30452
28784
  placeholder?: string | undefined;
30453
- visibleWhen?: {
30454
- field: string;
30455
- equals?: any;
30456
- notEquals?: any;
30457
- oneOf?: any[] | undefined;
30458
- notIn?: any[] | undefined;
30459
- } | undefined;
28785
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
30460
28786
  modalConfig?: {
30461
28787
  buttonLabel?: string | undefined;
30462
28788
  description?: string | undefined;
@@ -30556,13 +28882,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
30556
28882
  showValue?: boolean | undefined;
30557
28883
  pattern?: string | undefined;
30558
28884
  placeholder?: string | undefined;
30559
- visibleWhen?: {
30560
- field: string;
30561
- equals?: any;
30562
- notEquals?: any;
30563
- oneOf?: any[] | undefined;
30564
- notIn?: any[] | undefined;
30565
- } | undefined;
28885
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
30566
28886
  modalConfig?: {
30567
28887
  buttonLabel?: string | undefined;
30568
28888
  description?: string | undefined;
@@ -30666,13 +28986,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
30666
28986
  showValue?: boolean | undefined;
30667
28987
  pattern?: string | undefined;
30668
28988
  placeholder?: string | undefined;
30669
- visibleWhen?: {
30670
- field: string;
30671
- equals?: any;
30672
- notEquals?: any;
30673
- oneOf?: any[] | undefined;
30674
- notIn?: any[] | undefined;
30675
- } | undefined;
28989
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
30676
28990
  modalConfig?: {
30677
28991
  buttonLabel?: string | undefined;
30678
28992
  description?: string | undefined;
@@ -30778,13 +29092,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
30778
29092
  showValue?: boolean | undefined;
30779
29093
  pattern?: string | undefined;
30780
29094
  placeholder?: string | undefined;
30781
- visibleWhen?: {
30782
- field: string;
30783
- equals?: any;
30784
- notEquals?: any;
30785
- oneOf?: any[] | undefined;
30786
- notIn?: any[] | undefined;
30787
- } | undefined;
29095
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
30788
29096
  modalConfig?: {
30789
29097
  buttonLabel?: string | undefined;
30790
29098
  description?: string | undefined;
@@ -30884,13 +29192,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
30884
29192
  showValue?: boolean | undefined;
30885
29193
  pattern?: string | undefined;
30886
29194
  placeholder?: string | undefined;
30887
- visibleWhen?: {
30888
- field: string;
30889
- equals?: any;
30890
- notEquals?: any;
30891
- oneOf?: any[] | undefined;
30892
- notIn?: any[] | undefined;
30893
- } | undefined;
29195
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
30894
29196
  modalConfig?: {
30895
29197
  buttonLabel?: string | undefined;
30896
29198
  description?: string | undefined;
@@ -30993,13 +29295,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
30993
29295
  showValue?: boolean | undefined;
30994
29296
  pattern?: string | undefined;
30995
29297
  placeholder?: string | undefined;
30996
- visibleWhen?: {
30997
- field: string;
30998
- equals?: any;
30999
- notEquals?: any;
31000
- oneOf?: any[] | undefined;
31001
- notIn?: any[] | undefined;
31002
- } | undefined;
29298
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
31003
29299
  modalConfig?: {
31004
29300
  buttonLabel?: string | undefined;
31005
29301
  description?: string | undefined;
@@ -31104,13 +29400,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
31104
29400
  showValue?: boolean | undefined;
31105
29401
  pattern?: string | undefined;
31106
29402
  placeholder?: string | undefined;
31107
- visibleWhen?: {
31108
- field: string;
31109
- equals?: any;
31110
- notEquals?: any;
31111
- oneOf?: any[] | undefined;
31112
- notIn?: any[] | undefined;
31113
- } | undefined;
29403
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
31114
29404
  modalConfig?: {
31115
29405
  buttonLabel?: string | undefined;
31116
29406
  description?: string | undefined;
@@ -31216,13 +29506,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
31216
29506
  showValue?: boolean | undefined;
31217
29507
  pattern?: string | undefined;
31218
29508
  placeholder?: string | undefined;
31219
- visibleWhen?: {
31220
- field: string;
31221
- equals?: any;
31222
- notEquals?: any;
31223
- oneOf?: any[] | undefined;
31224
- notIn?: any[] | undefined;
31225
- } | undefined;
29509
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
31226
29510
  modalConfig?: {
31227
29511
  buttonLabel?: string | undefined;
31228
29512
  description?: string | undefined;
@@ -31322,13 +29606,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
31322
29606
  showValue?: boolean | undefined;
31323
29607
  pattern?: string | undefined;
31324
29608
  placeholder?: string | undefined;
31325
- visibleWhen?: {
31326
- field: string;
31327
- equals?: any;
31328
- notEquals?: any;
31329
- oneOf?: any[] | undefined;
31330
- notIn?: any[] | undefined;
31331
- } | undefined;
29609
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
31332
29610
  modalConfig?: {
31333
29611
  buttonLabel?: string | undefined;
31334
29612
  description?: string | undefined;
@@ -31428,13 +29706,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
31428
29706
  showValue?: boolean | undefined;
31429
29707
  pattern?: string | undefined;
31430
29708
  placeholder?: string | undefined;
31431
- visibleWhen?: {
31432
- field: string;
31433
- equals?: any;
31434
- notEquals?: any;
31435
- oneOf?: any[] | undefined;
31436
- notIn?: any[] | undefined;
31437
- } | undefined;
29709
+ visibleWhen?: import("..").FieldVisibleWhen | undefined;
31438
29710
  modalConfig?: {
31439
29711
  buttonLabel?: string | undefined;
31440
29712
  description?: string | undefined;