@wix/auto-patterns 1.53.0 → 1.55.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (342) hide show
  1. package/dist/cjs/assets/locale/messages_en.json +1 -0
  2. package/dist/cjs/cms-fields/components/address/input/address-input.st.css.js +3 -3
  3. package/dist/cjs/cms-fields/components/address/input/address-input.st.css.js.map +1 -1
  4. package/dist/cjs/cms-fields/components/audio/actions/actions-menu/actions-menu.st.css.js +3 -3
  5. package/dist/cjs/cms-fields/components/audio/actions/actions-menu/actions-menu.st.css.js.map +1 -1
  6. package/dist/cjs/cms-fields/components/audio/audio-field/form-audio-field.st.css.js +4 -4
  7. package/dist/cjs/cms-fields/components/audio/audio-field/form-audio-field.st.css.js.map +1 -1
  8. package/dist/cjs/cms-fields/components/audio/audio-player/audio-player.st.css.js +2 -2
  9. package/dist/cjs/cms-fields/components/audio/audio-player/audio-player.st.css.js.map +1 -1
  10. package/dist/cjs/cms-fields/components/color-view/color-input.js +168 -0
  11. package/dist/cjs/cms-fields/components/color-view/color-input.js.map +1 -0
  12. package/dist/cjs/cms-fields/components/color-view/color-view.js +62 -0
  13. package/dist/cjs/cms-fields/components/color-view/color-view.js.map +1 -0
  14. package/dist/cjs/cms-fields/components/color-view/color-view.st.css +14 -0
  15. package/dist/cjs/cms-fields/components/color-view/color-view.st.css.js +24 -0
  16. package/dist/cjs/cms-fields/components/color-view/color-view.st.css.js.map +1 -0
  17. package/dist/cjs/cms-fields/components/color-view/color-view.uni.driver.js +15 -0
  18. package/dist/cjs/cms-fields/components/color-view/color-view.uni.driver.js.map +1 -0
  19. package/dist/cjs/cms-fields/components/color-view/form-color-input.js +35 -0
  20. package/dist/cjs/cms-fields/components/color-view/form-color-input.js.map +1 -0
  21. package/dist/cjs/cms-fields/components/color-view/index.js +22 -0
  22. package/dist/cjs/cms-fields/components/color-view/index.js.map +1 -0
  23. package/dist/cjs/cms-fields/components/delete-dialog/delete-dialog.st.css.js +3 -3
  24. package/dist/cjs/cms-fields/components/delete-dialog/delete-dialog.st.css.js.map +1 -1
  25. package/dist/cjs/cms-fields/components/document/form-document-field.st.css.js +7 -7
  26. package/dist/cjs/cms-fields/components/document/form-document-field.st.css.js.map +1 -1
  27. package/dist/cjs/cms-fields/components/exclamation/exclamation.st.css +2 -3
  28. package/dist/cjs/cms-fields/components/exclamation/exclamation.st.css.js +5 -5
  29. package/dist/cjs/cms-fields/components/exclamation/exclamation.st.css.js.map +1 -1
  30. package/dist/cjs/cms-fields/components/exclamation/type-mismatch-exclamation.js +1 -0
  31. package/dist/cjs/cms-fields/components/exclamation/type-mismatch-exclamation.js.map +1 -1
  32. package/dist/cjs/cms-fields/components/highlighted-text/highlighted-text.st.css.js +5 -5
  33. package/dist/cjs/cms-fields/components/highlighted-text/highlighted-text.st.css.js.map +1 -1
  34. package/dist/cjs/cms-fields/components/index.js +6 -0
  35. package/dist/cjs/cms-fields/components/index.js.map +1 -1
  36. package/dist/cjs/cms-fields/components/media-control/paste-url-button.st.css.js +4 -4
  37. package/dist/cjs/cms-fields/components/media-control/paste-url-button.st.css.js.map +1 -1
  38. package/dist/cjs/cms-fields/components/media-gallery/form-media-gallery-field.st.css.js +10 -10
  39. package/dist/cjs/cms-fields/components/media-gallery/form-media-gallery-field.st.css.js.map +1 -1
  40. package/dist/cjs/cms-fields/components/media-image/media-image.st.css.js +4 -4
  41. package/dist/cjs/cms-fields/components/media-image/media-image.st.css.js.map +1 -1
  42. package/dist/cjs/cms-fields/components/media-loader/media-loader.st.css.js +3 -3
  43. package/dist/cjs/cms-fields/components/media-loader/media-loader.st.css.js.map +1 -1
  44. package/dist/cjs/cms-fields/components/media-tag/web-media-tag/media-tag.st.css.js +2 -2
  45. package/dist/cjs/cms-fields/components/media-tag/web-media-tag/media-tag.st.css.js.map +1 -1
  46. package/dist/cjs/cms-fields/components/multi-document/multi-document-input/form-multi-document.st.css.js +5 -5
  47. package/dist/cjs/cms-fields/components/multi-document/multi-document-input/form-multi-document.st.css.js.map +1 -1
  48. package/dist/cjs/cms-fields/components/rich-content/rich-content-input/default-value-input/rich-content-default-value-input.st.css.js +6 -6
  49. package/dist/cjs/cms-fields/components/rich-content/rich-content-input/default-value-input/rich-content-default-value-input.st.css.js.map +1 -1
  50. package/dist/cjs/cms-fields/components/rich-content/rich-content-input/form-input/rich-content-form-input.st.css.js +5 -5
  51. package/dist/cjs/cms-fields/components/rich-content/rich-content-input/form-input/rich-content-form-input.st.css.js.map +1 -1
  52. package/dist/cjs/cms-fields/components/rich-content/rich-content-input/form-read-only-input/rich-content-form-read-only-input.st.css.js +2 -2
  53. package/dist/cjs/cms-fields/components/rich-content/rich-content-input/form-read-only-input/rich-content-form-read-only-input.st.css.js.map +1 -1
  54. package/dist/cjs/cms-fields/components/rich-content/rich-content-input/rich-content-common/fullscreen-modal/fullscreen-modal.st.css.js +3 -3
  55. package/dist/cjs/cms-fields/components/rich-content/rich-content-input/rich-content-common/fullscreen-modal/fullscreen-modal.st.css.js.map +1 -1
  56. package/dist/cjs/cms-fields/components/rich-content/rich-content-input/rich-content-common/publish-loader/publish-loader.st.css.js +3 -3
  57. package/dist/cjs/cms-fields/components/rich-content/rich-content-input/rich-content-common/publish-loader/publish-loader.st.css.js.map +1 -1
  58. package/dist/cjs/cms-fields/components/rich-content/rich-content-input/rich-content-common/toggle-fullscreen-button/toggle-fullscreen-button.st.css.js +2 -2
  59. package/dist/cjs/cms-fields/components/rich-content/rich-content-input/rich-content-common/toggle-fullscreen-button/toggle-fullscreen-button.st.css.js.map +1 -1
  60. package/dist/cjs/cms-fields/components/rich-content/rich-content-input/rich-content-editor/rich-content-editor.st.css.js +9 -9
  61. package/dist/cjs/cms-fields/components/rich-content/rich-content-input/rich-content-editor/rich-content-editor.st.css.js.map +1 -1
  62. package/dist/cjs/cms-fields/components/rich-content/rich-content-input/rich-content-editor/rich-content-toolbar.st.css.js +4 -4
  63. package/dist/cjs/cms-fields/components/rich-content/rich-content-input/rich-content-editor/rich-content-toolbar.st.css.js.map +1 -1
  64. package/dist/cjs/cms-fields/components/rich-content/rich-content-input/rich-content-viewer/rich-content-viewer.st.css.js +4 -4
  65. package/dist/cjs/cms-fields/components/rich-content/rich-content-input/rich-content-viewer/rich-content-viewer.st.css.js.map +1 -1
  66. package/dist/cjs/cms-fields/components/rich-text/rich-text-input/rich-text-editor/rich-editor.st.css.js +18 -18
  67. package/dist/cjs/cms-fields/components/rich-text/rich-text-input/rich-text-editor/rich-editor.st.css.js.map +1 -1
  68. package/dist/cjs/cms-fields/components/rich-text/rich-text-input/rich-text-editor/rich-text-editor.st.css.js +4 -4
  69. package/dist/cjs/cms-fields/components/rich-text/rich-text-input/rich-text-editor/rich-text-editor.st.css.js.map +1 -1
  70. package/dist/cjs/cms-fields/components/rich-text/rich-text-input/rich-text-editor/toolbar/toolbar.st.css.js +18 -18
  71. package/dist/cjs/cms-fields/components/rich-text/rich-text-input/rich-text-editor/toolbar/toolbar.st.css.js.map +1 -1
  72. package/dist/cjs/cms-fields/components/text/text-view.st.css.js +3 -3
  73. package/dist/cjs/cms-fields/components/text/text-view.st.css.js.map +1 -1
  74. package/dist/cjs/cms-fields/validations/array.js +26 -0
  75. package/dist/cjs/cms-fields/validations/array.js.map +1 -0
  76. package/dist/cjs/components/AutoPatternsApp/AutoPatternsApp.js +1 -1
  77. package/dist/cjs/components/AutoPatternsApp/AutoPatternsApp.js.map +1 -1
  78. package/dist/cjs/components/AutoPatternsEntityPage/AutoPatternsEntityPage.js +2 -1
  79. package/dist/cjs/components/AutoPatternsEntityPage/AutoPatternsEntityPage.js.map +1 -1
  80. package/dist/cjs/components/AutoPatternsGrid/AutoPatternsGrid.js +9 -6
  81. package/dist/cjs/components/AutoPatternsGrid/AutoPatternsGrid.js.map +1 -1
  82. package/dist/cjs/components/AutoPatternsTable/AutoPatternsTable.js +7 -5
  83. package/dist/cjs/components/AutoPatternsTable/AutoPatternsTable.js.map +1 -1
  84. package/dist/cjs/components/AutoPatternsTable/AutoPatternsTable.uni.driver.js +5 -0
  85. package/dist/cjs/components/AutoPatternsTable/AutoPatternsTable.uni.driver.js.map +1 -1
  86. package/dist/cjs/components/AutoPatternsTableGridSwitch/AutoPatternsTableGridSwitch.js +7 -5
  87. package/dist/cjs/components/AutoPatternsTableGridSwitch/AutoPatternsTableGridSwitch.js.map +1 -1
  88. package/dist/cjs/components/fields/Array.js +111 -0
  89. package/dist/cjs/components/fields/Array.js.map +1 -0
  90. package/dist/cjs/components/fields/Color.js +50 -0
  91. package/dist/cjs/components/fields/Color.js.map +1 -0
  92. package/dist/cjs/components/fields/Color.uni.driver.js +19 -0
  93. package/dist/cjs/components/fields/Color.uni.driver.js.map +1 -0
  94. package/dist/cjs/components/fields/index.js +8 -2
  95. package/dist/cjs/components/fields/index.js.map +1 -1
  96. package/dist/cjs/components/layouts/FormField.js +4 -2
  97. package/dist/cjs/components/layouts/FormField.js.map +1 -1
  98. package/dist/cjs/dataSourceAdapters/cms/cmsAdapter.js +20 -1
  99. package/dist/cjs/dataSourceAdapters/cms/cmsAdapter.js.map +1 -1
  100. package/dist/cjs/dataSourceAdapters/cms/cmsBackup.js +48 -0
  101. package/dist/cjs/dataSourceAdapters/cms/cmsBackup.js.map +1 -0
  102. package/dist/cjs/hooks/pluginsDynamicImports.js +4 -1
  103. package/dist/cjs/hooks/pluginsDynamicImports.js.map +1 -1
  104. package/dist/cjs/hooks/useActionCell.js +3 -0
  105. package/dist/cjs/hooks/useActionCell.js.map +1 -1
  106. package/dist/cjs/hooks/useBaseTableFeatures.js +1 -0
  107. package/dist/cjs/hooks/useBaseTableFeatures.js.map +1 -1
  108. package/dist/cjs/hooks/useColumns.js +36 -18
  109. package/dist/cjs/hooks/useColumns.js.map +1 -1
  110. package/dist/cjs/hooks/useFiltersState.js +1 -0
  111. package/dist/cjs/hooks/useFiltersState.js.map +1 -1
  112. package/dist/cjs/hooks/useGridFeaturesAsync.js +3 -1
  113. package/dist/cjs/hooks/useGridFeaturesAsync.js.map +1 -1
  114. package/dist/cjs/hooks/useImport.js +78 -0
  115. package/dist/cjs/hooks/useImport.js.map +1 -0
  116. package/dist/cjs/hooks/useTableFeaturesAsync.js +3 -1
  117. package/dist/cjs/hooks/useTableFeaturesAsync.js.map +1 -1
  118. package/dist/cjs/hooks/useTableGridSwitchFeaturesAsync.js +3 -1
  119. package/dist/cjs/hooks/useTableGridSwitchFeaturesAsync.js.map +1 -1
  120. package/dist/cjs/services/translations.js.map +1 -1
  121. package/dist/cjs/styles.global.css +1 -1
  122. package/dist/cjs/types/CollectionPageConfig.js.map +1 -1
  123. package/dist/cjs/types/SchemaConfig.js +4 -0
  124. package/dist/cjs/types/SchemaConfig.js.map +1 -0
  125. package/dist/cjs/types/types.js +6 -0
  126. package/dist/cjs/types/types.js.map +1 -1
  127. package/dist/cjs/utils/backupPolling.js +31 -0
  128. package/dist/cjs/utils/backupPolling.js.map +1 -0
  129. package/dist/esm/assets/locale/messages_en.json +1 -0
  130. package/dist/esm/cms-fields/components/address/input/address-input.st.css.js +3 -3
  131. package/dist/esm/cms-fields/components/address/input/address-input.st.css.js.map +1 -1
  132. package/dist/esm/cms-fields/components/audio/actions/actions-menu/actions-menu.st.css.js +3 -3
  133. package/dist/esm/cms-fields/components/audio/actions/actions-menu/actions-menu.st.css.js.map +1 -1
  134. package/dist/esm/cms-fields/components/audio/audio-field/form-audio-field.st.css.js +4 -4
  135. package/dist/esm/cms-fields/components/audio/audio-field/form-audio-field.st.css.js.map +1 -1
  136. package/dist/esm/cms-fields/components/audio/audio-player/audio-player.st.css.js +2 -2
  137. package/dist/esm/cms-fields/components/audio/audio-player/audio-player.st.css.js.map +1 -1
  138. package/dist/esm/cms-fields/components/color-view/color-input.js +104 -0
  139. package/dist/esm/cms-fields/components/color-view/color-input.js.map +1 -0
  140. package/dist/esm/cms-fields/components/color-view/color-view.js +30 -0
  141. package/dist/esm/cms-fields/components/color-view/color-view.js.map +1 -0
  142. package/dist/esm/cms-fields/components/color-view/color-view.st.css +14 -0
  143. package/dist/esm/cms-fields/components/color-view/color-view.st.css.js +20 -0
  144. package/dist/esm/cms-fields/components/color-view/color-view.st.css.js.map +1 -0
  145. package/dist/esm/cms-fields/components/color-view/color-view.uni.driver.js +11 -0
  146. package/dist/esm/cms-fields/components/color-view/color-view.uni.driver.js.map +1 -0
  147. package/dist/esm/cms-fields/components/color-view/form-color-input.js +24 -0
  148. package/dist/esm/cms-fields/components/color-view/form-color-input.js.map +1 -0
  149. package/dist/esm/cms-fields/components/color-view/index.js +4 -0
  150. package/dist/esm/cms-fields/components/color-view/index.js.map +1 -0
  151. package/dist/esm/cms-fields/components/delete-dialog/delete-dialog.st.css.js +3 -3
  152. package/dist/esm/cms-fields/components/delete-dialog/delete-dialog.st.css.js.map +1 -1
  153. package/dist/esm/cms-fields/components/document/form-document-field.st.css.js +7 -7
  154. package/dist/esm/cms-fields/components/document/form-document-field.st.css.js.map +1 -1
  155. package/dist/esm/cms-fields/components/exclamation/exclamation.st.css +2 -3
  156. package/dist/esm/cms-fields/components/exclamation/exclamation.st.css.js +5 -5
  157. package/dist/esm/cms-fields/components/exclamation/exclamation.st.css.js.map +1 -1
  158. package/dist/esm/cms-fields/components/exclamation/type-mismatch-exclamation.js +2 -1
  159. package/dist/esm/cms-fields/components/exclamation/type-mismatch-exclamation.js.map +1 -1
  160. package/dist/esm/cms-fields/components/highlighted-text/highlighted-text.st.css.js +5 -5
  161. package/dist/esm/cms-fields/components/highlighted-text/highlighted-text.st.css.js.map +1 -1
  162. package/dist/esm/cms-fields/components/index.js +1 -0
  163. package/dist/esm/cms-fields/components/index.js.map +1 -1
  164. package/dist/esm/cms-fields/components/media-control/paste-url-button.st.css.js +4 -4
  165. package/dist/esm/cms-fields/components/media-control/paste-url-button.st.css.js.map +1 -1
  166. package/dist/esm/cms-fields/components/media-gallery/form-media-gallery-field.st.css.js +10 -10
  167. package/dist/esm/cms-fields/components/media-gallery/form-media-gallery-field.st.css.js.map +1 -1
  168. package/dist/esm/cms-fields/components/media-image/media-image.st.css.js +4 -4
  169. package/dist/esm/cms-fields/components/media-image/media-image.st.css.js.map +1 -1
  170. package/dist/esm/cms-fields/components/media-loader/media-loader.st.css.js +3 -3
  171. package/dist/esm/cms-fields/components/media-loader/media-loader.st.css.js.map +1 -1
  172. package/dist/esm/cms-fields/components/media-tag/web-media-tag/media-tag.st.css.js +2 -2
  173. package/dist/esm/cms-fields/components/media-tag/web-media-tag/media-tag.st.css.js.map +1 -1
  174. package/dist/esm/cms-fields/components/multi-document/multi-document-input/form-multi-document.st.css.js +5 -5
  175. package/dist/esm/cms-fields/components/multi-document/multi-document-input/form-multi-document.st.css.js.map +1 -1
  176. package/dist/esm/cms-fields/components/rich-content/rich-content-input/default-value-input/rich-content-default-value-input.st.css.js +6 -6
  177. package/dist/esm/cms-fields/components/rich-content/rich-content-input/default-value-input/rich-content-default-value-input.st.css.js.map +1 -1
  178. package/dist/esm/cms-fields/components/rich-content/rich-content-input/form-input/rich-content-form-input.st.css.js +5 -5
  179. package/dist/esm/cms-fields/components/rich-content/rich-content-input/form-input/rich-content-form-input.st.css.js.map +1 -1
  180. package/dist/esm/cms-fields/components/rich-content/rich-content-input/form-read-only-input/rich-content-form-read-only-input.st.css.js +2 -2
  181. package/dist/esm/cms-fields/components/rich-content/rich-content-input/form-read-only-input/rich-content-form-read-only-input.st.css.js.map +1 -1
  182. package/dist/esm/cms-fields/components/rich-content/rich-content-input/rich-content-common/fullscreen-modal/fullscreen-modal.st.css.js +3 -3
  183. package/dist/esm/cms-fields/components/rich-content/rich-content-input/rich-content-common/fullscreen-modal/fullscreen-modal.st.css.js.map +1 -1
  184. package/dist/esm/cms-fields/components/rich-content/rich-content-input/rich-content-common/publish-loader/publish-loader.st.css.js +3 -3
  185. package/dist/esm/cms-fields/components/rich-content/rich-content-input/rich-content-common/publish-loader/publish-loader.st.css.js.map +1 -1
  186. package/dist/esm/cms-fields/components/rich-content/rich-content-input/rich-content-common/toggle-fullscreen-button/toggle-fullscreen-button.st.css.js +2 -2
  187. package/dist/esm/cms-fields/components/rich-content/rich-content-input/rich-content-common/toggle-fullscreen-button/toggle-fullscreen-button.st.css.js.map +1 -1
  188. package/dist/esm/cms-fields/components/rich-content/rich-content-input/rich-content-editor/rich-content-editor.st.css.js +9 -9
  189. package/dist/esm/cms-fields/components/rich-content/rich-content-input/rich-content-editor/rich-content-editor.st.css.js.map +1 -1
  190. package/dist/esm/cms-fields/components/rich-content/rich-content-input/rich-content-editor/rich-content-toolbar.st.css.js +4 -4
  191. package/dist/esm/cms-fields/components/rich-content/rich-content-input/rich-content-editor/rich-content-toolbar.st.css.js.map +1 -1
  192. package/dist/esm/cms-fields/components/rich-content/rich-content-input/rich-content-viewer/rich-content-viewer.st.css.js +4 -4
  193. package/dist/esm/cms-fields/components/rich-content/rich-content-input/rich-content-viewer/rich-content-viewer.st.css.js.map +1 -1
  194. package/dist/esm/cms-fields/components/rich-text/rich-text-input/rich-text-editor/rich-editor.st.css.js +18 -18
  195. package/dist/esm/cms-fields/components/rich-text/rich-text-input/rich-text-editor/rich-editor.st.css.js.map +1 -1
  196. package/dist/esm/cms-fields/components/rich-text/rich-text-input/rich-text-editor/rich-text-editor.st.css.js +4 -4
  197. package/dist/esm/cms-fields/components/rich-text/rich-text-input/rich-text-editor/rich-text-editor.st.css.js.map +1 -1
  198. package/dist/esm/cms-fields/components/rich-text/rich-text-input/rich-text-editor/toolbar/toolbar.st.css.js +18 -18
  199. package/dist/esm/cms-fields/components/rich-text/rich-text-input/rich-text-editor/toolbar/toolbar.st.css.js.map +1 -1
  200. package/dist/esm/cms-fields/components/text/text-view.st.css.js +3 -3
  201. package/dist/esm/cms-fields/components/text/text-view.st.css.js.map +1 -1
  202. package/dist/esm/cms-fields/validations/array.js +20 -0
  203. package/dist/esm/cms-fields/validations/array.js.map +1 -0
  204. package/dist/esm/components/AutoPatternsApp/AutoPatternsApp.js +1 -1
  205. package/dist/esm/components/AutoPatternsApp/AutoPatternsApp.js.map +1 -1
  206. package/dist/esm/components/AutoPatternsEntityPage/AutoPatternsEntityPage.js +1 -0
  207. package/dist/esm/components/AutoPatternsEntityPage/AutoPatternsEntityPage.js.map +1 -1
  208. package/dist/esm/components/AutoPatternsGrid/AutoPatternsGrid.js +6 -3
  209. package/dist/esm/components/AutoPatternsGrid/AutoPatternsGrid.js.map +1 -1
  210. package/dist/esm/components/AutoPatternsTable/AutoPatternsTable.js +4 -2
  211. package/dist/esm/components/AutoPatternsTable/AutoPatternsTable.js.map +1 -1
  212. package/dist/esm/components/AutoPatternsTable/AutoPatternsTable.uni.driver.js +5 -0
  213. package/dist/esm/components/AutoPatternsTable/AutoPatternsTable.uni.driver.js.map +1 -1
  214. package/dist/esm/components/AutoPatternsTableGridSwitch/AutoPatternsTableGridSwitch.js +4 -2
  215. package/dist/esm/components/AutoPatternsTableGridSwitch/AutoPatternsTableGridSwitch.js.map +1 -1
  216. package/dist/esm/components/fields/Array.js +86 -0
  217. package/dist/esm/components/fields/Array.js.map +1 -0
  218. package/dist/esm/components/fields/Color.js +31 -0
  219. package/dist/esm/components/fields/Color.js.map +1 -0
  220. package/dist/esm/components/fields/Color.uni.driver.js +15 -0
  221. package/dist/esm/components/fields/Color.uni.driver.js.map +1 -0
  222. package/dist/esm/components/fields/index.js +2 -0
  223. package/dist/esm/components/fields/index.js.map +1 -1
  224. package/dist/esm/components/layouts/FormField.js +4 -2
  225. package/dist/esm/components/layouts/FormField.js.map +1 -1
  226. package/dist/esm/dataSourceAdapters/cms/cmsAdapter.js +20 -1
  227. package/dist/esm/dataSourceAdapters/cms/cmsAdapter.js.map +1 -1
  228. package/dist/esm/dataSourceAdapters/cms/cmsBackup.js +44 -0
  229. package/dist/esm/dataSourceAdapters/cms/cmsBackup.js.map +1 -0
  230. package/dist/esm/hooks/pluginsDynamicImports.js +2 -0
  231. package/dist/esm/hooks/pluginsDynamicImports.js.map +1 -1
  232. package/dist/esm/hooks/useActionCell.js +3 -0
  233. package/dist/esm/hooks/useActionCell.js.map +1 -1
  234. package/dist/esm/hooks/useBaseTableFeatures.js +1 -0
  235. package/dist/esm/hooks/useBaseTableFeatures.js.map +1 -1
  236. package/dist/esm/hooks/useColumns.js +11 -5
  237. package/dist/esm/hooks/useColumns.js.map +1 -1
  238. package/dist/esm/hooks/useFiltersState.js +1 -0
  239. package/dist/esm/hooks/useFiltersState.js.map +1 -1
  240. package/dist/esm/hooks/useGridFeaturesAsync.js +4 -2
  241. package/dist/esm/hooks/useGridFeaturesAsync.js.map +1 -1
  242. package/dist/esm/hooks/useImport.js +66 -0
  243. package/dist/esm/hooks/useImport.js.map +1 -0
  244. package/dist/esm/hooks/useTableFeaturesAsync.js +4 -2
  245. package/dist/esm/hooks/useTableFeaturesAsync.js.map +1 -1
  246. package/dist/esm/hooks/useTableGridSwitchFeaturesAsync.js +4 -2
  247. package/dist/esm/hooks/useTableGridSwitchFeaturesAsync.js.map +1 -1
  248. package/dist/esm/services/translations.js.map +1 -1
  249. package/dist/esm/styles.global.css +1 -1
  250. package/dist/esm/types/CollectionPageConfig.js.map +1 -1
  251. package/dist/esm/types/SchemaConfig.js +2 -0
  252. package/dist/esm/types/SchemaConfig.js.map +1 -0
  253. package/dist/esm/types/types.js +5 -0
  254. package/dist/esm/types/types.js.map +1 -1
  255. package/dist/esm/utils/backupPolling.js +27 -0
  256. package/dist/esm/utils/backupPolling.js.map +1 -0
  257. package/dist/types/cms-fields/components/audio/audio-field/form-audio-field.st.css.d.ts.map +1 -1
  258. package/dist/types/cms-fields/components/color-view/color-input.d.ts +8 -0
  259. package/dist/types/cms-fields/components/color-view/color-input.d.ts.map +1 -0
  260. package/dist/types/cms-fields/components/color-view/color-view.d.ts +7 -0
  261. package/dist/types/cms-fields/components/color-view/color-view.d.ts.map +1 -0
  262. package/dist/types/cms-fields/components/color-view/color-view.st.css.d.ts +15 -0
  263. package/dist/types/cms-fields/components/color-view/color-view.st.css.d.ts.map +1 -0
  264. package/dist/types/cms-fields/components/color-view/color-view.uni.driver.d.ts +16 -0
  265. package/dist/types/cms-fields/components/color-view/color-view.uni.driver.d.ts.map +1 -0
  266. package/dist/types/cms-fields/components/color-view/form-color-input.d.ts +7 -0
  267. package/dist/types/cms-fields/components/color-view/form-color-input.d.ts.map +1 -0
  268. package/dist/types/cms-fields/components/color-view/index.d.ts +4 -0
  269. package/dist/types/cms-fields/components/color-view/index.d.ts.map +1 -0
  270. package/dist/types/cms-fields/components/document/form-document-field.st.css.d.ts.map +1 -1
  271. package/dist/types/cms-fields/components/highlighted-text/highlighted-text.st.css.d.ts.map +1 -1
  272. package/dist/types/cms-fields/components/index.d.ts +1 -0
  273. package/dist/types/cms-fields/components/index.d.ts.map +1 -1
  274. package/dist/types/cms-fields/components/media-control/paste-url-button.st.css.d.ts.map +1 -1
  275. package/dist/types/cms-fields/components/media-gallery/form-media-gallery-field.st.css.d.ts.map +1 -1
  276. package/dist/types/cms-fields/components/media-loader/media-loader.st.css.d.ts.map +1 -1
  277. package/dist/types/cms-fields/components/media-tag/web-media-tag/media-tag.st.css.d.ts.map +1 -1
  278. package/dist/types/cms-fields/components/multi-document/multi-document-input/form-multi-document.st.css.d.ts.map +1 -1
  279. package/dist/types/cms-fields/components/rich-content/rich-content-input/rich-content-common/publish-loader/publish-loader.st.css.d.ts.map +1 -1
  280. package/dist/types/cms-fields/components/rich-content/rich-content-input/rich-content-editor/rich-content-toolbar.st.css.d.ts.map +1 -1
  281. package/dist/types/cms-fields/components/rich-text/rich-text-input/rich-text-editor/rich-editor.st.css.d.ts.map +1 -1
  282. package/dist/types/cms-fields/components/text/text-view.st.css.d.ts.map +1 -1
  283. package/dist/types/cms-fields/validations/array.d.ts +3 -0
  284. package/dist/types/cms-fields/validations/array.d.ts.map +1 -0
  285. package/dist/types/components/AutoPatternsApp/AutoPatternsApp.uni.driver.d.ts +379 -5
  286. package/dist/types/components/AutoPatternsApp/AutoPatternsApp.uni.driver.d.ts.map +1 -1
  287. package/dist/types/components/AutoPatternsEntityPage/AutoPatternsEntityPage.d.ts +1 -0
  288. package/dist/types/components/AutoPatternsEntityPage/AutoPatternsEntityPage.d.ts.map +1 -1
  289. package/dist/types/components/AutoPatternsGrid/AutoPatternsGrid.d.ts.map +1 -1
  290. package/dist/types/components/AutoPatternsTable/AutoPatternsTable.d.ts.map +1 -1
  291. package/dist/types/components/AutoPatternsTable/AutoPatternsTable.uni.driver.d.ts +379 -5
  292. package/dist/types/components/AutoPatternsTable/AutoPatternsTable.uni.driver.d.ts.map +1 -1
  293. package/dist/types/components/AutoPatternsTableGridSwitch/AutoPatternsTableGridSwitch.d.ts.map +1 -1
  294. package/dist/types/components/fields/Array.d.ts +6 -0
  295. package/dist/types/components/fields/Array.d.ts.map +1 -0
  296. package/dist/types/components/fields/Color.d.ts +6 -0
  297. package/dist/types/components/fields/Color.d.ts.map +1 -0
  298. package/dist/types/components/fields/Color.uni.driver.d.ts +89 -0
  299. package/dist/types/components/fields/Color.uni.driver.d.ts.map +1 -0
  300. package/dist/types/components/fields/index.d.ts +2 -0
  301. package/dist/types/components/fields/index.d.ts.map +1 -1
  302. package/dist/types/components/layouts/FormField.d.ts.map +1 -1
  303. package/dist/types/dataSourceAdapters/cms/cmsAdapter.d.ts +1 -1
  304. package/dist/types/dataSourceAdapters/cms/cmsAdapter.d.ts.map +1 -1
  305. package/dist/types/dataSourceAdapters/cms/cmsBackup.d.ts +3 -0
  306. package/dist/types/dataSourceAdapters/cms/cmsBackup.d.ts.map +1 -0
  307. package/dist/types/hooks/pluginsDynamicImports.d.ts +1 -0
  308. package/dist/types/hooks/pluginsDynamicImports.d.ts.map +1 -1
  309. package/dist/types/hooks/useActionCell.d.ts +1 -1
  310. package/dist/types/hooks/useActionCell.d.ts.map +1 -1
  311. package/dist/types/hooks/useBaseTableFeatures.d.ts +2 -0
  312. package/dist/types/hooks/useBaseTableFeatures.d.ts.map +1 -1
  313. package/dist/types/hooks/useColumns.d.ts.map +1 -1
  314. package/dist/types/hooks/useCommonCollectionFeatures.d.ts +1 -1
  315. package/dist/types/hooks/useFiltersState.d.ts.map +1 -1
  316. package/dist/types/hooks/useGridFeaturesAsync.d.ts +1 -0
  317. package/dist/types/hooks/useGridFeaturesAsync.d.ts.map +1 -1
  318. package/dist/types/hooks/useImport.d.ts +8 -0
  319. package/dist/types/hooks/useImport.d.ts.map +1 -0
  320. package/dist/types/hooks/useTableFeaturesAsync.d.ts +1 -0
  321. package/dist/types/hooks/useTableFeaturesAsync.d.ts.map +1 -1
  322. package/dist/types/hooks/useTableGridSwitchFeaturesAsync.d.ts +1 -0
  323. package/dist/types/hooks/useTableGridSwitchFeaturesAsync.d.ts.map +1 -1
  324. package/dist/types/services/translations.d.ts +1 -1
  325. package/dist/types/services/translations.d.ts.map +1 -1
  326. package/dist/types/testkit/enzyme.d.ts +379 -5
  327. package/dist/types/testkit/enzyme.d.ts.map +1 -1
  328. package/dist/types/testkit/jsdom.d.ts +379 -5
  329. package/dist/types/testkit/jsdom.d.ts.map +1 -1
  330. package/dist/types/testkit/playwright.d.ts +379 -5
  331. package/dist/types/testkit/playwright.d.ts.map +1 -1
  332. package/dist/types/testkit/puppeteer.d.ts +379 -5
  333. package/dist/types/testkit/puppeteer.d.ts.map +1 -1
  334. package/dist/types/types/CollectionPageConfig.d.ts +14 -0
  335. package/dist/types/types/CollectionPageConfig.d.ts.map +1 -1
  336. package/dist/types/types/SchemaConfig.d.ts +211 -0
  337. package/dist/types/types/SchemaConfig.d.ts.map +1 -0
  338. package/dist/types/types/types.d.ts +1 -160
  339. package/dist/types/types/types.d.ts.map +1 -1
  340. package/dist/types/utils/backupPolling.d.ts +12 -0
  341. package/dist/types/utils/backupPolling.d.ts.map +1 -0
  342. package/package.json +6 -4
@@ -1,6 +1,6 @@
1
1
  import { useAutoPatternsOverridesContext } from '../providers';
2
2
  import { useAsyncFeaturesPromiseState } from './useAsyncFeaturesPromiseState';
3
- import { importBaseTableFeatures, importTableGridSwitchDragAndDrop, importTableSections } from './pluginsDynamicImports';
3
+ import { importBaseTableFeatures, importImportFeature, importTableGridSwitchDragAndDrop, importTableSections } from './pluginsDynamicImports';
4
4
  import { getCommonCollectionFeaturesAsync } from './getCommonCollectionFeaturesAsync';
5
5
  /**
6
6
  * useTableGridSwitchFeaturesAsync - Step 3 in TableGridSwitch Flow
@@ -38,7 +38,9 @@ export const useTableGridSwitchFeaturesAsync = props => {
38
38
  sections: () => {
39
39
  var _config$sections, _overrides$sections;
40
40
  return !!((_config$sections = config.sections) != null && _config$sections.id) && (overrides == null || (_overrides$sections = overrides.sections) == null ? void 0 : _overrides$sections[config.sections.id]) != null ? importTableSections() : null;
41
- }
41
+ },
42
+ // Import feature - only load if import is configured
43
+ importFeature: () => config.import ? importImportFeature() : null
42
44
  });
43
45
  return {
44
46
  asyncFeaturesState
@@ -1 +1 @@
1
- {"version":3,"names":["useAutoPatternsOverridesContext","useAsyncFeaturesPromiseState","importBaseTableFeatures","importTableGridSwitchDragAndDrop","importTableSections","getCommonCollectionFeaturesAsync","useTableGridSwitchFeaturesAsync","props","config","overrides","asyncFeaturesState","dragAndDrop","_config$dragAndDrop","enabled","baseTableFeatures","sections","_config$sections","_overrides$sections","id"],"sources":["../../../src/hooks/useTableGridSwitchFeaturesAsync.tsx"],"sourcesContent":["import { TableGridSwitchConfig } from '../types';\nimport { useAutoPatternsOverridesContext } from '../providers';\nimport { useAsyncFeaturesPromiseState } from './useAsyncFeaturesPromiseState';\nimport {\n importBaseTableFeatures,\n importTableGridSwitchDragAndDrop,\n importTableSections,\n} from './pluginsDynamicImports';\nimport { getCommonCollectionFeaturesAsync } from './getCommonCollectionFeaturesAsync';\n\nexport interface UseTableGridSwitchFeaturesAsyncProps {\n config: TableGridSwitchConfig;\n}\n\n/**\n * useTableGridSwitchFeaturesAsync - Step 3 in TableGridSwitch Flow\n *\n * FLOW 3: AutoPatternsCollectionComponent → AutoPatternsTableGridSwitch → [useTableGridSwitchFeaturesAsync] → AutoPatternsTableGridSwitchLoaded → useBaseCollectionComponentReadyFeatures → TableGridSwitch\n *\n * This hook is responsible for loading all table-grid-switch specific async features and plugins.\n * It combines features from both table and grid flows to support runtime switching between views.\n *\n * Key Responsibilities:\n * - Loads common collection features (shared across all flows)\n * - Conditionally loads table-grid-switch specific dragAndDrop if enabled\n * - Always loads baseTableFeatures for core table functionality (needed for table mode)\n * - Conditionally loads table sections if configured with overrides (table mode feature)\n * - Note: Grid-specific features are handled synchronously via useBaseGridFeatures\n * - Returns promise state that tracks loading status of all features\n */\nexport const useTableGridSwitchFeaturesAsync = (\n props: UseTableGridSwitchFeaturesAsyncProps,\n) => {\n const { config } = props;\n\n const overrides = useAutoPatternsOverridesContext();\n\n const asyncFeaturesState = useAsyncFeaturesPromiseState({\n // Load common features shared by all collection components (filters, common actions, etc.)\n ...getCommonCollectionFeaturesAsync(),\n\n // Table-grid-switch specific drag and drop functionality - handles both table AND grid drag&drop\n dragAndDrop: () =>\n config.dragAndDrop?.enabled ? importTableGridSwitchDragAndDrop() : null,\n\n // Core table features (columns, custom columns, row clicks, etc.) - required for table mode\n baseTableFeatures: () => importBaseTableFeatures(),\n\n // Table sections feature - only load if sections are configured AND overrides exist\n // This is table-specific functionality not used in grid mode\n sections: () =>\n !!config.sections?.id && overrides?.sections?.[config.sections.id] != null\n ? importTableSections()\n : null,\n });\n\n return { asyncFeaturesState };\n};\n"],"mappings":"AACA,SAASA,+BAA+B,QAAQ,cAAc;AAC9D,SAASC,4BAA4B,QAAQ,gCAAgC;AAC7E,SACEC,uBAAuB,EACvBC,gCAAgC,EAChCC,mBAAmB,QACd,yBAAyB;AAChC,SAASC,gCAAgC,QAAQ,oCAAoC;AAMrF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,MAAMC,+BAA+B,GAC1CC,KAA2C,IACxC;EACH,MAAM;IAAEC;EAAO,CAAC,GAAGD,KAAK;EAExB,MAAME,SAAS,GAAGT,+BAA+B,CAAC,CAAC;EAEnD,MAAMU,kBAAkB,GAAGT,4BAA4B,CAAC;IACtD;IACA,GAAGI,gCAAgC,CAAC,CAAC;IAErC;IACAM,WAAW,EAAEA,CAAA;MAAA,IAAAC,mBAAA;MAAA,OACX,CAAAA,mBAAA,GAAAJ,MAAM,CAACG,WAAW,aAAlBC,mBAAA,CAAoBC,OAAO,GAAGV,gCAAgC,CAAC,CAAC,GAAG,IAAI;IAAA;IAEzE;IACAW,iBAAiB,EAAEA,CAAA,KAAMZ,uBAAuB,CAAC,CAAC;IAElD;IACA;IACAa,QAAQ,EAAEA,CAAA;MAAA,IAAAC,gBAAA,EAAAC,mBAAA;MAAA,OACR,CAAC,GAAAD,gBAAA,GAACR,MAAM,CAACO,QAAQ,aAAfC,gBAAA,CAAiBE,EAAE,KAAI,CAAAT,SAAS,aAAAQ,mBAAA,GAATR,SAAS,CAAEM,QAAQ,qBAAnBE,mBAAA,CAAsBT,MAAM,CAACO,QAAQ,CAACG,EAAE,CAAC,KAAI,IAAI,GACtEd,mBAAmB,CAAC,CAAC,GACrB,IAAI;IAAA;EACZ,CAAC,CAAC;EAEF,OAAO;IAAEM;EAAmB,CAAC;AAC/B,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["useAutoPatternsOverridesContext","useAsyncFeaturesPromiseState","importBaseTableFeatures","importImportFeature","importTableGridSwitchDragAndDrop","importTableSections","getCommonCollectionFeaturesAsync","useTableGridSwitchFeaturesAsync","props","config","overrides","asyncFeaturesState","dragAndDrop","_config$dragAndDrop","enabled","baseTableFeatures","sections","_config$sections","_overrides$sections","id","importFeature","import"],"sources":["../../../src/hooks/useTableGridSwitchFeaturesAsync.tsx"],"sourcesContent":["import { TableGridSwitchConfig } from '../types';\nimport { useAutoPatternsOverridesContext } from '../providers';\nimport { useAsyncFeaturesPromiseState } from './useAsyncFeaturesPromiseState';\nimport {\n importBaseTableFeatures,\n importImportFeature,\n importTableGridSwitchDragAndDrop,\n importTableSections,\n} from './pluginsDynamicImports';\nimport { getCommonCollectionFeaturesAsync } from './getCommonCollectionFeaturesAsync';\n\nexport interface UseTableGridSwitchFeaturesAsyncProps {\n config: TableGridSwitchConfig;\n}\n\n/**\n * useTableGridSwitchFeaturesAsync - Step 3 in TableGridSwitch Flow\n *\n * FLOW 3: AutoPatternsCollectionComponent → AutoPatternsTableGridSwitch → [useTableGridSwitchFeaturesAsync] → AutoPatternsTableGridSwitchLoaded → useBaseCollectionComponentReadyFeatures → TableGridSwitch\n *\n * This hook is responsible for loading all table-grid-switch specific async features and plugins.\n * It combines features from both table and grid flows to support runtime switching between views.\n *\n * Key Responsibilities:\n * - Loads common collection features (shared across all flows)\n * - Conditionally loads table-grid-switch specific dragAndDrop if enabled\n * - Always loads baseTableFeatures for core table functionality (needed for table mode)\n * - Conditionally loads table sections if configured with overrides (table mode feature)\n * - Note: Grid-specific features are handled synchronously via useBaseGridFeatures\n * - Returns promise state that tracks loading status of all features\n */\nexport const useTableGridSwitchFeaturesAsync = (\n props: UseTableGridSwitchFeaturesAsyncProps,\n) => {\n const { config } = props;\n\n const overrides = useAutoPatternsOverridesContext();\n\n const asyncFeaturesState = useAsyncFeaturesPromiseState({\n // Load common features shared by all collection components (filters, common actions, etc.)\n ...getCommonCollectionFeaturesAsync(),\n\n // Table-grid-switch specific drag and drop functionality - handles both table AND grid drag&drop\n dragAndDrop: () =>\n config.dragAndDrop?.enabled ? importTableGridSwitchDragAndDrop() : null,\n\n // Core table features (columns, custom columns, row clicks, etc.) - required for table mode\n baseTableFeatures: () => importBaseTableFeatures(),\n\n // Table sections feature - only load if sections are configured AND overrides exist\n // This is table-specific functionality not used in grid mode\n sections: () =>\n !!config.sections?.id && overrides?.sections?.[config.sections.id] != null\n ? importTableSections()\n : null,\n\n // Import feature - only load if import is configured\n importFeature: () => (config.import ? importImportFeature() : null),\n });\n\n return { asyncFeaturesState };\n};\n"],"mappings":"AACA,SAASA,+BAA+B,QAAQ,cAAc;AAC9D,SAASC,4BAA4B,QAAQ,gCAAgC;AAC7E,SACEC,uBAAuB,EACvBC,mBAAmB,EACnBC,gCAAgC,EAChCC,mBAAmB,QACd,yBAAyB;AAChC,SAASC,gCAAgC,QAAQ,oCAAoC;AAMrF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,MAAMC,+BAA+B,GAC1CC,KAA2C,IACxC;EACH,MAAM;IAAEC;EAAO,CAAC,GAAGD,KAAK;EAExB,MAAME,SAAS,GAAGV,+BAA+B,CAAC,CAAC;EAEnD,MAAMW,kBAAkB,GAAGV,4BAA4B,CAAC;IACtD;IACA,GAAGK,gCAAgC,CAAC,CAAC;IAErC;IACAM,WAAW,EAAEA,CAAA;MAAA,IAAAC,mBAAA;MAAA,OACX,CAAAA,mBAAA,GAAAJ,MAAM,CAACG,WAAW,aAAlBC,mBAAA,CAAoBC,OAAO,GAAGV,gCAAgC,CAAC,CAAC,GAAG,IAAI;IAAA;IAEzE;IACAW,iBAAiB,EAAEA,CAAA,KAAMb,uBAAuB,CAAC,CAAC;IAElD;IACA;IACAc,QAAQ,EAAEA,CAAA;MAAA,IAAAC,gBAAA,EAAAC,mBAAA;MAAA,OACR,CAAC,GAAAD,gBAAA,GAACR,MAAM,CAACO,QAAQ,aAAfC,gBAAA,CAAiBE,EAAE,KAAI,CAAAT,SAAS,aAAAQ,mBAAA,GAATR,SAAS,CAAEM,QAAQ,qBAAnBE,mBAAA,CAAsBT,MAAM,CAACO,QAAQ,CAACG,EAAE,CAAC,KAAI,IAAI,GACtEd,mBAAmB,CAAC,CAAC,GACrB,IAAI;IAAA;IAEV;IACAe,aAAa,EAAEA,CAAA,KAAOX,MAAM,CAACY,MAAM,GAAGlB,mBAAmB,CAAC,CAAC,GAAG;EAChE,CAAC,CAAC;EAEF,OAAO;IAAEQ;EAAmB,CAAC;AAC/B,CAAC","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["../../../src/services/translations.ts"],"sourcesContent":["// DO NOT UPDATE THIS FILE! This file was auto-generated by generate-keys.ts\nexport type TranslationsKeys =\n | 'CMS.document.add.button.text'\n | 'CMS.document.addMore.button.text'\n | 'CMS.document.action.open'\n | 'CMS.document.action.download'\n | 'CMS.document.action.replace'\n | 'CMS.document.action.replaceWithUrl'\n | 'CMS.document.action.delete'\n | 'CMS.document.pasteUrl.button'\n | 'CMS.document.pasteUrl.title'\n | 'CMS.document.replaceWithUrl.title'\n | 'CMS.document.delete.confirm'\n | 'CMS.document.delete.cancel'\n | 'CMS.mediaControl.pasteUrl.button.save'\n | 'CMS.mediaControl.pasteUrl.button.cancel'\n | 'CMS.mediaControl.pasteUrl.placeholder.document'\n | 'CMS.mediaControl.pasteUrl.placeholder.image'\n | 'CMS.mediaControl.pasteUrl.error.document'\n | 'CMS.mediaControl.pasteUrl.error.image'\n | 'auto-patterns.filters.has_value'\n | 'auto-patterns.filters.no_value'\n | 'auto-patterns.fields.type_mismatch_convert_disabled'\n | 'auto-patterns.fields.type_mismatch_clear'\n | 'auto-patterns.fields.field_type_object_title'\n | 'auto-patterns.fields.field_type_address_title'\n | 'auto-patterns.fields.field_type_time_title'\n | 'auto-patterns.time_input.placeholder'\n | 'auto-patterns.time_input.invalid_message'\n | 'auto-patterns.fields.no_results_found'\n | 'auto-patterns.fields.no_items'\n | 'auto-patterns.fields.select_placeholder'\n | 'auto-patterns.fields.field_type_address_placeholder'\n | 'auto-patterns.fields.field_type_rich_text_title'\n | 'auto-patterns.fields.field_type_rich_content_title'\n | 'auto-patterns.fields.field_type_multi_document_title'\n | 'auto-patterns.fields.field_type_email_title'\n | 'auto-patterns.fields.email_input_error'\n | 'CMS.richTextEditor.toolbar.button.link.cancel'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.h1.subtitle'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.h1.title'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.h2.subtitle'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.h2.title'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.h3.subtitle'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.h3.title'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.h4.subtitle'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.h4.title'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.h5.subtitle'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.h5.title'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.h6.subtitle'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.h6.title'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.p1.subtitle'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.p1.title'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.p2.subtitle'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.p2.title'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.p3.subtitle'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.p3.title'\n | 'CMS.richTextEditor.toolbar.headerDropdown.button.info'\n | 'CMS.richTextEditor.toolbar.headerDropdown.button.info.link'\n | 'CMS.richTextEditor.toolbar.headerDropdown.help.text'\n | 'CMS.richTextEditor.toolbar.button.tooltip.align'\n | 'CMS.richTextEditor.toolbar.button.tooltip.bold'\n | 'CMS.richTextEditor.toolbar.button.tooltip.clear-formation'\n | 'CMS.richTextEditor.toolbar.button.tooltip.full-screen.exit'\n | 'CMS.richTextEditor.toolbar.button.tooltip.full-screen'\n | 'CMS.richTextEditor.toolbar.header'\n | 'CMS.richTextEditor.toolbar.button.tooltip.italic'\n | 'CMS.richTextEditor.toolbar.button.link'\n | 'CMS.richTextEditor.toolbar.button.tooltip.ol'\n | 'CMS.richTextEditor.toolbar.button.tooltip.ul'\n | 'CMS.richTextEditor.toolbar.button.tooltip.underline'\n | 'CMS.richTextEditor.toolbar.button.link.paste.url.title'\n | 'CMS.richTextEditor.toolbar.button.link.paste.url.placeholder'\n | 'CMS.richTextEditor.toolbar.button.link.save'\n | 'CMS.richContentCommon.publishLoader'\n | 'auto-patterns.fields.field_type_audio_title'\n | 'CMS.audio.button.add'\n | 'CMS.audio.button.replace'\n | 'CMS.audio.button.download'\n | 'CMS.audio.button.delete'\n | 'CMS.mediaGallery.addGallery'\n | 'CMS.mediaGallery.emptyHint'\n | 'CMS.mediaGallery.manageGallery'\n | 'CMS.mediaGallery.preview'\n | 'CMS.mediaGallery.clear'\n | 'CMS.mediaGallery.addMedia'\n | 'CMS.mediaGallery.replaceItem'\n | 'CMS.mediaGallery.preview.replace'\n | 'CMS.mediaGallery.preview.download'\n | 'CMS.mediaGallery.preview.delete'\n | 'CMS.mediaGallery.preview.previousItem'\n | 'CMS.mediaGallery.preview.nextItem'\n | 'CMS.mediaGallery.noItems.title'\n | 'CMS.mediaGallery.noItems.subtitle'\n | 'CMS.mediaGallery.noItems.addMedia'\n | 'CMS.mediaGallery.addLink.titleImage'\n | 'CMS.mediaGallery.addLink.titleVideo'\n | 'CMS.mediaGallery.addLink.subtitleImage'\n | 'CMS.mediaGallery.addLink.subtitleVideo'\n | 'CMS.mediaGallery.addLink.urlLabel'\n | 'CMS.mediaGallery.addLink.invalidUrl'\n | 'CMS.mediaGallery.addLink.targetLabel'\n | 'CMS.mediaGallery.addLink.newTab'\n | 'CMS.mediaGallery.addLink.currentTab'\n | 'CMS.mediaGallery.addLink.save'\n | 'CMS.mediaGallery.addLink.cancel'\n | 'CMS.mediaGallery.dialog.emptySearchResultsTitle'\n | 'CMS.mediaGallery.dialog.emptySearchResultsSubtitle'\n | 'CMS.mediaGallery.dialog.modalDone'\n | 'CMS.mediaGallery.dialog.modalDoneEmpty'\n | 'CMS.mediaGallery.dialog.modalTitle'\n | 'CMS.mediaGallery.dialog.selectionSelectAll'\n | 'CMS.mediaGallery.dialog.selectionDeselectAll'\n | 'CMS.mediaGallery.dialog.selectionDelete'\n | 'CMS.mediaGallery.dialog.sortLabel'\n | 'CMS.mediaGallery.dialog.sortByTitleAsc'\n | 'CMS.mediaGallery.dialog.sortByTitleDesc'\n | 'CMS.mediaGallery.dialog.sortByFilenameAsc'\n | 'CMS.mediaGallery.dialog.sortByFilenameDesc'\n | 'CMS.mediaGallery.dialog.searchPlaceholder'\n | 'CMS.mediaGallery.dialog.settingsTitle'\n | 'CMS.mediaGallery.dialog.settingsNewItemsDirectionLabel'\n | 'CMS.mediaGallery.dialog.settingsNewItemsDirectionStart'\n | 'CMS.mediaGallery.dialog.settingsNewItemsDirectionEnd'\n | 'CMS.mediaGallery.dialog.settingsNewItemsTitleLabel'\n | 'CMS.mediaGallery.dialog.settingsNewItemsTitleEmpty'\n | 'CMS.mediaGallery.dialog.settingsNewItemsTitleFilename'\n | 'CMS.mediaGallery.dialog.itemTitleLabel'\n | 'CMS.mediaGallery.dialog.itemTitlePlaceholder'\n | 'CMS.mediaGallery.dialog.itemDescriptionLabel'\n | 'CMS.mediaGallery.dialog.itemDescriptionPlaceholder'\n | 'CMS.mediaGallery.dialog.itemAltLabel'\n | 'CMS.mediaGallery.dialog.itemAltTooltip'\n | 'CMS.mediaGallery.dialog.itemAltPlaceholder'\n | 'CMS.mediaGallery.dialog.itemDeleteTooltip'\n | 'CMS.mediaGallery.dialog.itemFocalPointTooltip'\n | 'CMS.mediaGallery.dialog.masonryLayoutTooltip'\n | 'CMS.mediaGallery.dialog.gridLayoutTooltip'\n | 'CMS.mediaGallery.dialog.externalLinkLabel'\n | 'CMS.mediaGallery.dialog.externalLinkButtonEdit'\n | 'CMS.mediaGallery.dialog.externalLinkButtonAdd'\n | 'CMS.mediaGallery.dialog.externalLinkTextPlaceholder'\n | 'CMS.document.delete.title'\n | 'CMS.document.delete.message'\n | 'auto-patterns.fields.type_mismatch_convert'\n | 'auto-patterns.fields.type_mismatch_tip'\n | 'CMS.mediaGallery.dialog.selectionSelected';\n\nexport type Translate = {\n (key: TranslationsKeys, params?: Record<string, string | number>): string;\n (key: 'CMS.document.delete.title', params: { filename: string }): string;\n (key: 'CMS.document.delete.message', params: { filename: string }): string;\n (\n key: 'auto-patterns.fields.type_mismatch_convert',\n params: { typeName: string },\n ): string;\n (\n key: 'auto-patterns.fields.type_mismatch_tip',\n params: { typeName: string },\n ): string;\n (\n key: 'CMS.mediaGallery.dialog.selectionSelected',\n params: { items: string },\n ): string;\n};\n"],"mappings":"","ignoreList":[]}
1
+ {"version":3,"names":[],"sources":["../../../src/services/translations.ts"],"sourcesContent":["// DO NOT UPDATE THIS FILE! This file was auto-generated by generate-keys.ts\nexport type TranslationsKeys =\n | 'CMS.document.add.button.text'\n | 'CMS.document.addMore.button.text'\n | 'CMS.document.action.open'\n | 'CMS.document.action.download'\n | 'CMS.document.action.replace'\n | 'CMS.document.action.replaceWithUrl'\n | 'CMS.document.action.delete'\n | 'CMS.document.pasteUrl.button'\n | 'CMS.document.pasteUrl.title'\n | 'CMS.document.replaceWithUrl.title'\n | 'CMS.document.delete.confirm'\n | 'CMS.document.delete.cancel'\n | 'CMS.mediaControl.pasteUrl.button.save'\n | 'CMS.mediaControl.pasteUrl.button.cancel'\n | 'CMS.mediaControl.pasteUrl.placeholder.document'\n | 'CMS.mediaControl.pasteUrl.placeholder.image'\n | 'CMS.mediaControl.pasteUrl.error.document'\n | 'CMS.mediaControl.pasteUrl.error.image'\n | 'auto-patterns.filters.has_value'\n | 'auto-patterns.filters.no_value'\n | 'auto-patterns.fields.type_mismatch_convert_disabled'\n | 'auto-patterns.fields.type_mismatch_clear'\n | 'auto-patterns.fields.field_type_object_title'\n | 'auto-patterns.fields.field_type_array_title'\n | 'auto-patterns.fields.field_type_address_title'\n | 'auto-patterns.fields.field_type_time_title'\n | 'auto-patterns.time_input.placeholder'\n | 'auto-patterns.time_input.invalid_message'\n | 'auto-patterns.fields.no_results_found'\n | 'auto-patterns.fields.no_items'\n | 'auto-patterns.fields.select_placeholder'\n | 'auto-patterns.fields.field_type_address_placeholder'\n | 'auto-patterns.fields.field_type_rich_text_title'\n | 'auto-patterns.fields.field_type_rich_content_title'\n | 'auto-patterns.fields.field_type_multi_document_title'\n | 'auto-patterns.fields.field_type_email_title'\n | 'auto-patterns.fields.email_input_error'\n | 'CMS.richTextEditor.toolbar.button.link.cancel'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.h1.subtitle'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.h1.title'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.h2.subtitle'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.h2.title'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.h3.subtitle'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.h3.title'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.h4.subtitle'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.h4.title'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.h5.subtitle'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.h5.title'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.h6.subtitle'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.h6.title'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.p1.subtitle'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.p1.title'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.p2.subtitle'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.p2.title'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.p3.subtitle'\n | 'CMS.richTextEditor.toolbar.headerDropdown.option.p3.title'\n | 'CMS.richTextEditor.toolbar.headerDropdown.button.info'\n | 'CMS.richTextEditor.toolbar.headerDropdown.button.info.link'\n | 'CMS.richTextEditor.toolbar.headerDropdown.help.text'\n | 'CMS.richTextEditor.toolbar.button.tooltip.align'\n | 'CMS.richTextEditor.toolbar.button.tooltip.bold'\n | 'CMS.richTextEditor.toolbar.button.tooltip.clear-formation'\n | 'CMS.richTextEditor.toolbar.button.tooltip.full-screen.exit'\n | 'CMS.richTextEditor.toolbar.button.tooltip.full-screen'\n | 'CMS.richTextEditor.toolbar.header'\n | 'CMS.richTextEditor.toolbar.button.tooltip.italic'\n | 'CMS.richTextEditor.toolbar.button.link'\n | 'CMS.richTextEditor.toolbar.button.tooltip.ol'\n | 'CMS.richTextEditor.toolbar.button.tooltip.ul'\n | 'CMS.richTextEditor.toolbar.button.tooltip.underline'\n | 'CMS.richTextEditor.toolbar.button.link.paste.url.title'\n | 'CMS.richTextEditor.toolbar.button.link.paste.url.placeholder'\n | 'CMS.richTextEditor.toolbar.button.link.save'\n | 'CMS.richContentCommon.publishLoader'\n | 'auto-patterns.fields.field_type_audio_title'\n | 'CMS.audio.button.add'\n | 'CMS.audio.button.replace'\n | 'CMS.audio.button.download'\n | 'CMS.audio.button.delete'\n | 'CMS.mediaGallery.addGallery'\n | 'CMS.mediaGallery.emptyHint'\n | 'CMS.mediaGallery.manageGallery'\n | 'CMS.mediaGallery.preview'\n | 'CMS.mediaGallery.clear'\n | 'CMS.mediaGallery.addMedia'\n | 'CMS.mediaGallery.replaceItem'\n | 'CMS.mediaGallery.preview.replace'\n | 'CMS.mediaGallery.preview.download'\n | 'CMS.mediaGallery.preview.delete'\n | 'CMS.mediaGallery.preview.previousItem'\n | 'CMS.mediaGallery.preview.nextItem'\n | 'CMS.mediaGallery.noItems.title'\n | 'CMS.mediaGallery.noItems.subtitle'\n | 'CMS.mediaGallery.noItems.addMedia'\n | 'CMS.mediaGallery.addLink.titleImage'\n | 'CMS.mediaGallery.addLink.titleVideo'\n | 'CMS.mediaGallery.addLink.subtitleImage'\n | 'CMS.mediaGallery.addLink.subtitleVideo'\n | 'CMS.mediaGallery.addLink.urlLabel'\n | 'CMS.mediaGallery.addLink.invalidUrl'\n | 'CMS.mediaGallery.addLink.targetLabel'\n | 'CMS.mediaGallery.addLink.newTab'\n | 'CMS.mediaGallery.addLink.currentTab'\n | 'CMS.mediaGallery.addLink.save'\n | 'CMS.mediaGallery.addLink.cancel'\n | 'CMS.mediaGallery.dialog.emptySearchResultsTitle'\n | 'CMS.mediaGallery.dialog.emptySearchResultsSubtitle'\n | 'CMS.mediaGallery.dialog.modalDone'\n | 'CMS.mediaGallery.dialog.modalDoneEmpty'\n | 'CMS.mediaGallery.dialog.modalTitle'\n | 'CMS.mediaGallery.dialog.selectionSelectAll'\n | 'CMS.mediaGallery.dialog.selectionDeselectAll'\n | 'CMS.mediaGallery.dialog.selectionDelete'\n | 'CMS.mediaGallery.dialog.sortLabel'\n | 'CMS.mediaGallery.dialog.sortByTitleAsc'\n | 'CMS.mediaGallery.dialog.sortByTitleDesc'\n | 'CMS.mediaGallery.dialog.sortByFilenameAsc'\n | 'CMS.mediaGallery.dialog.sortByFilenameDesc'\n | 'CMS.mediaGallery.dialog.searchPlaceholder'\n | 'CMS.mediaGallery.dialog.settingsTitle'\n | 'CMS.mediaGallery.dialog.settingsNewItemsDirectionLabel'\n | 'CMS.mediaGallery.dialog.settingsNewItemsDirectionStart'\n | 'CMS.mediaGallery.dialog.settingsNewItemsDirectionEnd'\n | 'CMS.mediaGallery.dialog.settingsNewItemsTitleLabel'\n | 'CMS.mediaGallery.dialog.settingsNewItemsTitleEmpty'\n | 'CMS.mediaGallery.dialog.settingsNewItemsTitleFilename'\n | 'CMS.mediaGallery.dialog.itemTitleLabel'\n | 'CMS.mediaGallery.dialog.itemTitlePlaceholder'\n | 'CMS.mediaGallery.dialog.itemDescriptionLabel'\n | 'CMS.mediaGallery.dialog.itemDescriptionPlaceholder'\n | 'CMS.mediaGallery.dialog.itemAltLabel'\n | 'CMS.mediaGallery.dialog.itemAltTooltip'\n | 'CMS.mediaGallery.dialog.itemAltPlaceholder'\n | 'CMS.mediaGallery.dialog.itemDeleteTooltip'\n | 'CMS.mediaGallery.dialog.itemFocalPointTooltip'\n | 'CMS.mediaGallery.dialog.masonryLayoutTooltip'\n | 'CMS.mediaGallery.dialog.gridLayoutTooltip'\n | 'CMS.mediaGallery.dialog.externalLinkLabel'\n | 'CMS.mediaGallery.dialog.externalLinkButtonEdit'\n | 'CMS.mediaGallery.dialog.externalLinkButtonAdd'\n | 'CMS.mediaGallery.dialog.externalLinkTextPlaceholder'\n | 'CMS.document.delete.title'\n | 'CMS.document.delete.message'\n | 'auto-patterns.fields.type_mismatch_convert'\n | 'auto-patterns.fields.type_mismatch_tip'\n | 'CMS.mediaGallery.dialog.selectionSelected';\n\nexport type Translate = {\n (key: TranslationsKeys, params?: Record<string, string | number>): string;\n (key: 'CMS.document.delete.title', params: { filename: string }): string;\n (key: 'CMS.document.delete.message', params: { filename: string }): string;\n (\n key: 'auto-patterns.fields.type_mismatch_convert',\n params: { typeName: string },\n ): string;\n (\n key: 'auto-patterns.fields.type_mismatch_tip',\n params: { typeName: string },\n ): string;\n (\n key: 'CMS.mediaGallery.dialog.selectionSelected',\n params: { items: string },\n ): string;\n};\n"],"mappings":"","ignoreList":[]}
@@ -1 +1 @@
1
- .addressinput1933042154__tableAddressInput{height:36px!important;margin-left:-1px;display:flex!important;align-items:center;width:100%}.addressinput1933042154__tableAddressInput>div{padding:0!important;width:100%}.addressinput1933042154__tableAddressInput:focus-within{margin-left:2px}.actionsmenu3356075028__action{margin-left:calc(var(--wds-space-100, 6px)*-1)}.formaudiofield1060026357__addItem{height:120px!important;box-sizing:border-box}.formaudiofield1060026357__addItem:focus-within{box-shadow:var(--wds-input-shadow-focus-standard, 0 0 0 3px var(--wds-color-blue-300, var(--wsr-color-B30)));border-radius:var(--wds-border-radius-400, 8px)}.formaudiofield1060026357__addItem.formaudiofield1060026357--disabled{pointer-events:auto!important}.formaudiofield1060026357__addItem.formaudiofield1060026357--error{border:1px solid var(--wds-color-red-100, var(--wsr-color-R10))!important}.formaudiofield1060026357__mediaTitle{line-height:18px!important}.audioplayer3379434368__root{width:fit-content;z-index:1000;position:fixed!important;bottom:42px;right:48px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.deletedialog1065171012__layout{max-width:510px!important}.formdocumentfield29793593__viewWrapper{border-radius:var(--wds-border-radius-300, calc(2px * 3));border:1px solid var(--wds-color-blue-300, var(--wsr-color-B30))}.formdocumentfield29793593__viewWrapper:hover{background:var(--wds-color-blue-500, var(--wsr-color-B50));cursor:pointer}.formdocumentfield29793593__textWidth{max-width:calc(100% - 196px)}.formdocumentfield29793593__documentLoader{padding-top:21px;padding-bottom:21px}.formdocumentfield29793593__addDocument{padding-top:17px!important;padding-bottom:17px!important}.formdocumentfield29793593__addDocument.formdocumentfield29793593--error{border:1px solid var(--wds-color-red-100, var(--wsr-color-R10))!important}.formdocumentfield29793593__addItemWrapper:focus-within{box-shadow:var(--wds-input-shadow-focus-standard, 0 0 0 3px var(--wds-color-blue-300, var(--wsr-color-B30)));border-radius:var(--wds-border-radius-400, calc(2px * 4))}.exclamation2101345993__exclamation{display:flex;justify-content:center;align-items:center;box-sizing:border-box;border-radius:3px;cursor:pointer}.exclamation2101345993__exclamation.exclamation2101345993---type-7-warning:not(.exclamation2101345993--customSize),.exclamation2101345993__exclamation.exclamation2101345993---type-5-error:not(.exclamation2101345993--customSize){width:24px;height:24px}.exclamation2101345993__exclamation.exclamation2101345993---type-7-warning svg{color:var(--wds-color-fill-warning-primary)}.exclamation2101345993__exclamation.exclamation2101345993---type-5-error svg{color:var(--wds-color-fill-destructive-primary)}.exclamation2101345993__actions{margin-top:20px;display:flex;flex-direction:column}.exclamation2101345993__action{white-space:normal!important;height:auto!important;text-align:left;gap:6px}.exclamation2101345993__action+.exclamation2101345993__action{margin-top:6px}.exclamation2101345993__action.exclamation2101345993--accented{color:var(--wds-color-blue-100)}.exclamation2101345993__action.exclamation2101345993--accented:hover{color:var(--wds-color-blue-200)}.highlightedtext774259909__root.highlightedtext774259909--highlightedBackground{animation:highlightedtext774259909__highlighted 150ms ease-out 1 forwards}.highlightedtext774259909__substring.highlightedtext774259909--isHighlighted{animation:highlightedtext774259909__highlighted-match 150ms ease-out 50ms 1 forwards}@keyframes highlightedtext774259909__highlighted{0%{background-color:transparent}to{background-color:var(--wds-color-yellow-400, var(--wsr-color-Y40))}}@keyframes highlightedtext774259909__highlighted-match{0%{background-color:transparent}to{background-color:var(--wds-color-yellow-200, var(--wsr-color-Y20))}}.pasteurlbutton2676614390__root{margin-top:6px}.pasteurlbutton2676614390__iconButtonTooltip{height:max-content}.pasteurlbutton2676614390__iconButton{width:24px;height:24px}.formmediagalleryfield3756487072__container{display:flex;min-height:128px;max-height:259px}.formmediagalleryfield3756487072__viewBox{display:flex;height:100%;width:100%;flex-wrap:wrap}.formmediagalleryfield3756487072__addItemWrapper{height:128px;width:100%;box-sizing:border-box}.formmediagalleryfield3756487072__addItem{box-sizing:border-box}.formmediagalleryfield3756487072__overlay{width:initial!important;min-width:382px!important}.formmediagalleryfield3756487072__image.formmediagalleryfield3756487072--withMarginRight{margin-right:3px}.formmediagalleryfield3756487072__image.formmediagalleryfield3756487072--withMarginTop{margin-top:3px}.formmediagalleryfield3756487072__previewImage{max-height:calc(100% - 12px)!important}.formmediagalleryfield3756487072__previewVideo{border-radius:8px;max-width:100%;max-height:calc(100% - 12px)!important}.mediaimage3806127407__root{display:flex;align-items:center;flex-shrink:0;position:relative;box-sizing:border-box}.mediaimage3806127407__root.mediaimage3806127407--error{--mediaimage3806127407-from:calc(50% - 0.5px);--mediaimage3806127407-to:calc(50% + 0.5px);background-image:linear-gradient(to bottom right,transparent var(--mediaimage3806127407-from),var(--wds-color-red-200, var(--wsr-color-R20)) var(--mediaimage3806127407-from),var(--wds-color-red-200, var(--wsr-color-R20)) var(--mediaimage3806127407-to),transparent var(--mediaimage3806127407-to))}.mediaimage3806127407__root.mediaimage3806127407--error>*{opacity:0}.medialoader317260994__loader{border-radius:6px}.medialoader317260994__loader.medialoader317260994--isDashed{border:dashed 1px var(--wds-color-blue-300, var(--wsr-color-B30))}.medialoader317260994__loader.medialoader317260994--isSolid{border:solid 1px var(--wds-color-blue-300, var(--wsr-color-B30))}.mediatag31795621__root{box-sizing:border-box;padding:3px 6px 3px 3px;border-radius:3px;max-height:24px;min-width:54px;max-width:100%;background-color:var(--wds-color-blue-400, var(--wsr-color-B40))}.formmultidocument3555492398__viewRoot{border-radius:var(--wds-border-radius-300, calc(2px * 3));border:1px solid var(--wds-color-blue-300, var(--wsr-color-B30))}.formmultidocument3555492398__singleViewWrapper{border-radius:0;border-bottom:1px solid var(--wds-color-neutral-600, var(--wsr-color-D60));background-color:transparent!important}.formmultidocument3555492398__viewRoot>div:first-child .formmultidocument3555492398__singleViewWrapper{border-top-left-radius:var(--wds-border-radius-300, calc(2px * 3));border-top-right-radius:var(--wds-border-radius-300, calc(2px * 3))}.formmultidocument3555492398__singleViewWrapper:hover{background-color:var(--wds-color-blue-500, var(--wsr-color-B50))!important}.formmultidocument3555492398__singleViewWrapper:focus-visible{border-bottom:1px solid transparent;position:relative;z-index:1}.formmultidocument3555492398__addDocumentButton{border-bottom-left-radius:var(--wds-border-radius-300, calc(2px * 3));border-bottom-right-radius:var(--wds-border-radius-300, calc(2px * 3))}.formmultidocument3555492398__addDocumentButton:focus-within{border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:var(--wds-border-radius-300, calc(2px * 3));border-bottom-right-radius:var(--wds-border-radius-300, calc(2px * 3))}.richcontentdefaultvalueinput1395110228__richContentEditorContainer .richcontentdefaultvalueinput1395110228__editor{max-height:calc(40vh - var(--richcontentdefaultvalueinput1395110228-topToolbarHeight) - var(--richcontentdefaultvalueinput1395110228-bottomToolbarHeight))}.richcontentforminput4180011649__root{outline:0;box-sizing:border-box;border:1px solid var(--wds-color-blue-300);border-radius:var(--wds-border-radius-300)}.richcontentforminput4180011649__root:focus-within{border:1px solid var(--wds-color-blue-100);box-shadow:var(--wds-input-shadow-focus-standard)}.richcontentforminput4180011649__root .richcontentforminput4180011649__editor{overflow-y:auto;max-height:calc(80vh - var(--richcontentforminput4180011649-topToolbarHeight) - var(--richcontentforminput4180011649-bottomToolbarHeight))}.richcontentformreadonlyinput1448327866__root{outline:0;box-sizing:border-box;border:1px solid var(--wds-color-black-600);border-radius:var(--wds-border-radius-300)}.richcontentformreadonlyinput1448327866__root:focus-within{border:1px solid var(--wds-color-blue-100);box-shadow:var(--wds-input-shadow-focus-standard)}.fullscreenmodal3228028555__modalContent{display:flex;position:relative;height:100%;width:782px;background-color:var(--wds-color-white);border-radius:var(--wds-border-radius-300);margin-top:24px}.publishloader4247614568__publishLoader{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--wds-color-white);z-index:5000;border-radius:inherit}.togglefullscreenbutton2620035475__root{z-index:5;box-sizing:border-box;position:absolute;right:0;top:calc(50% - 16px)!important;padding-right:3px}.togglefullscreenbutton2620035475__root button{border-radius:6px!important}.richcontenteditor2324261639__root{position:relative}.richcontenteditor2324261639__root,.richcontenteditor2324261639__toolbarContainer,.richcontenteditor2324261639__footerToolbarContainer{width:100%;box-sizing:border-box}.richcontenteditor2324261639__toolbarContainer div{box-sizing:border-box}.richcontenteditor2324261639__toolbarAndFullScreenButtonWrapper{display:flex;position:relative}.richcontenteditor2324261639__editor{box-sizing:border-box;padding:36px 24px 36px 55px}.richcontenteditor2324261639__modalEditor .richcontenteditor2324261639__editor{overflow-y:auto;min-height:calc(100% - var(--richcontenteditor2324261639-topToolbarHeight) - var(--richcontenteditor2324261639-bottomToolbarHeight));max-height:calc(100% - var(--richcontenteditor2324261639-topToolbarHeight) - var(--richcontenteditor2324261639-bottomToolbarHeight));min-width:592px;box-sizing:border-box}.richcontenteditor2324261639__modalEditor .richcontenteditor2324261639__footerToolbarContainer{margin-top:9px}.richcontenteditor2324261639__toolbarContainer button[data-hook~=text-button-headings]>span{display:inline-flex;padding-inline-end:3px!important}.richcontenteditor2324261639__toolbarContainer button[data-hook~=text-button-ai]>span{padding-inline-end:9px!important}.richcontenttoolbar3906858743__toolbar{border-top:1px solid rgba(51,51,51,.1);z-index:2;margin-right:auto;padding-left:6px;margin-left:auto;position:relative;height:40px;display:flex;align-items:center;justify-content:flex-start;box-sizing:border-box}.richcontenttoolbar3906858743__toolbarButton{line-height:40px;background:0 0;border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;margin:0 5px 0 0}.richcontenttoolbar3906858743__toolbarButton:disabled{color:graytext}.richcontenttoolbar3906858743__toolbar label{padding:0 8px}.richcontentviewer3194602903__root{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;width:100%;min-height:36px}.richcontentviewer3194602903__root.richcontentviewer3194602903--isFullScreen{padding:12px 24px}.richcontentviewer3194602903__root:not(.richcontentviewer3194602903--isFullScreen){padding:6px 24px 6px 12px}.richcontentviewer3194602903__root ToggleButton{margin:0;padding:0;border:0;position:absolute;top:2px!important;right:2px;width:30px;height:30px}.richcontentviewer3194602903__viewer{height:calc(100% - 36px);width:100%}.richcontentviewer3194602903__modalViewer{min-width:592px;overflow:auto}.richtexteditor3790300442__root{width:100%;box-sizing:border-box;outline:0;overflow:hidden;border-radius:var(--wds-border-radius-300)}.richtexteditor3790300442__root.richtexteditor3790300442---border-4-none{border:0}.richtexteditor3790300442__root.richtexteditor3790300442---border-8-standard{border:1px solid var(--wds-color-blue-300)}.richtexteditor3790300442__root.richtexteditor3790300442---border-8-standard:focus,.richtexteditor3790300442__root.richtexteditor3790300442---border-8-standard:focus-within{border:1px solid var(--wds-color-blue-100);box-shadow:var(--wds-input-shadow-focus-standard)}.richtexteditor3790300442__root.richtexteditor3790300442---border-8-standard.richtexteditor3790300442---status-5-error{border:1px solid var(--wds-color-red-100)}.richtexteditor3790300442__root.richtexteditor3790300442---border-8-standard.richtexteditor3790300442---status-5-error:focus,.richtexteditor3790300442__root.richtexteditor3790300442---border-8-standard.richtexteditor3790300442---status-5-error:focus-within{border:1px solid var(--wds-color-red-100);box-shadow:0 0 0 3px var(--wds-color-red-300)}.richtexteditor3790300442__root.richtexteditor3790300442---border-8-standard.richtexteditor3790300442---status-7-warning{border:1px solid var(--wds-color-yellow-100)}.richtexteditor3790300442__root.richtexteditor3790300442---border-8-standard.richtexteditor3790300442---status-7-warning:focus,.richtexteditor3790300442__root.richtexteditor3790300442---border-8-standard.richtexteditor3790300442---status-7-warning:focus-within{border:1px solid var(--wds-color-yellow-100);box-shadow:0 0 0 3px var(--wds-color-yellow-300)}.richtexteditor3790300442__nativeInput{position:absolute;opacity:0;padding:0;margin:0;border:0;width:0;height:0}.richtexteditor3790300442__editor{height:auto;line-height:auto;display:flex;width:100%;height:100%;min-height:234px;overflow:hidden;box-sizing:border-box;flex-direction:row;border-radius:var(--wds-border-radius-300)}.richtexteditor3790300442__editor.richtexteditor3790300442--isFullScreen{max-width:782px;min-width:582px;background:var(--wds-color-black-700)}.richtexteditor3790300442__editor:not(.richtexteditor3790300442--isFullScreen){max-height:80vh}.richtexteditor3790300442__editor>div{flex:1;max-width:100%}.toolbar3931414985__root{padding:12px 18px;display:flex;border-bottom:1px solid var(--wds-color-blue-400);background:var(--wds-color-white);align-items:center}.toolbar3931414985__item{display:flex;margin-right:12px}.toolbar3931414985__item svg,.toolbar3931414985__item svg path,.toolbar3931414985__item svg text{color:inherit;fill:currentColor}.toolbar3931414985__separator{display:inline-flex;margin-right:12px;border-left:1px solid #ddd;height:100%}.toolbar3931414985__clearFormatting{margin-left:auto}.toolbar3931414985__fullScreen{margin-right:0}.toolbar3931414985__dropdownItemContent{height:36px;width:100%;display:flex;gap:12px;justify-content:space-between;align-items:center}.toolbar3931414985__dropdownItemContent.toolbar3931414985--selected .toolbar3931414985__dropdownItemTitle,.toolbar3931414985__dropdownItemContent.toolbar3931414985--selected .toolbar3931414985__dropdownItemSubtitle{color:var(--wds-color-white)!important}.toolbar3931414985__dropdownItemSubtitle{color:var(--wds-color-black-400)!important;padding-right:12px;flex-shrink:0}.toolbar3931414985__dropdownHeaderOne{font-weight:var(--wds-font-weight-bold)!important;font-size:36px!important;line-height:1.2!important;font-family:var(--wds-font-family-default)!important}.toolbar3931414985__dropdownHeaderTwo{font-weight:var(--wds-font-weight-bold)!important;font-size:32px!important;line-height:1.2!important;font-family:var(--wds-font-family-default)!important}.toolbar3931414985__dropdownHeaderThree{font-weight:var(--wds-font-weight-medium)!important;font-size:28px!important;line-height:1.2!important;font-family:var(--wds-font-family-default)!important}.toolbar3931414985__dropdownHeaderFour{font-weight:var(--wds-font-weight-bold)!important;font-size:24px!important;line-height:1.2!important;font-family:var(--wds-font-family-default)!important}.toolbar3931414985__dropdownHeaderFive{font-weight:var(--wds-font-weight-bold)!important;font-size:22px!important;line-height:1.2!important;font-family:var(--wds-font-family-default)!important}.toolbar3931414985__dropdownHeaderSix{font-weight:var(--wds-font-weight-medium)!important;font-size:20px!important;line-height:1.2!important;font-family:var(--wds-font-family-default)!important}.toolbar3931414985__dropdownParagraphOne{font-weight:var(--wds-font-weight-medium)!important;font-size:18px!important;line-height:1.33!important;font-family:var(--wds-font-family-default)!important}.toolbar3931414985__dropdownNormalText{font-weight:var(--wds-font-weight-medium)!important;font-size:var(--wds-font-size-500)!important;line-height:var(--wds-font-line-height-300)!important;font-family:var(--wds-font-family-default)!important}.toolbar3931414985__dropdownParagraphThree{font-weight:var(--wds-font-weight-medium)!important;font-size:14px!important;line-height:1.29!important;font-family:var(--wds-font-family-default)!important}.textview3511666558__textView::after{content:"";display:block}.richeditor722837793__root{display:flex;flex-direction:column;font-weight:var(--wds-font-weight-medium);font-size:var(--wds-font-size-500);line-height:var(--wds-font-line-height-300);font-family:var(--wds-font-family-default)}.richeditor722837793__editor{box-sizing:border-box;overflow:auto;display:flex;flex-direction:column;flex:1;cursor:text;color:var(--wds-color-black-100);background:var(--wds-color-black-700)}.richeditor722837793__editor .DraftEditor-root{width:100%;height:100%}.richeditor722837793__editor .DraftEditor-root [data-contents]{overflow:auto}.richeditor722837793__editor .DraftEditor-editorContainer{display:flex;min-height:100%;background:#fff}.richeditor722837793__editor .public-DraftEditor-content{padding:12px 24px 24px;min-height:100%;width:100%;box-sizing:border-box}.richeditor722837793__editor .public-DraftEditor-content ol,.richeditor722837793__editor .public-DraftEditor-content ul{display:flex;flex-direction:column;padding:0}.richeditor722837793__editor .public-DraftEditor-content a,.richeditor722837793__editor .public-DraftEditor-content a:visited{color:inherit;text-decoration:none}.richeditor722837793__header-one:not(li),.richeditor722837793__header-two:not(li),.richeditor722837793__header-three:not(li),.richeditor722837793__header-four:not(li),.richeditor722837793__header-five:not(li),.richeditor722837793__header-six:not(li){margin-block:0;margin:0}.richeditor722837793__header-one,.richeditor722837793__editor li.richeditor722837793__header-one .public-DraftStyleDefault-block{font:var(--rt-h1-fontStyle, normal) var(--rt-h1-fontWeight, var(--wds-font-weight-bold)) var(--rt-h1-fontSize, 72px)/var(--rt-h1-lineHeight, 1.33) var(--rt-h1-fontFamily, var(--wds-font-family-default))}.richeditor722837793__header-two,.richeditor722837793__editor li.richeditor722837793__header-two .public-DraftStyleDefault-block{font:var(--rt-h2-fontStyle, normal) var(--rt-h2-fontWeight, var(--wds-font-weight-bold)) var(--rt-h2-fontSize, 42px)/var(--rt-h2-lineHeight, 1.2) var(--rt-h2-fontFamily, var(--wds-font-family-default))}.richeditor722837793__header-three,.richeditor722837793__editor li.richeditor722837793__header-three .public-DraftStyleDefault-block{font:var(--rt-h3-fontStyle, normal) var(--rt-h3-fontWeight, var(--wds-font-weight-medium)) var(--rt-h3-fontSize, 38px)/var(--rt-h3-lineHeight, 1.2) var(--rt-h3-fontFamily, var(--wds-font-family-default))}.richeditor722837793__header-four,.richeditor722837793__editor li.richeditor722837793__header-four .public-DraftStyleDefault-block{font:var(--rt-h4-fontStyle, normal) var(--rt-h4-fontWeight, var(--wds-font-weight-bold)) var(--rt-h4-fontSize, 34px)/var(--rt-h4-lineHeight, 1.2) var(--rt-h4-fontFamily, var(--wds-font-family-default))}.richeditor722837793__header-five,.richeditor722837793__editor li.richeditor722837793__header-five .public-DraftStyleDefault-block{font:var(--rt-h5-fontStyle, normal) var(--rt-h5-fontWeight, var(--wds-font-weight-bold)) var(--rt-h5-fontSize, 28px)/var(--rt-h5-lineHeight, 1.2) var(--rt-h5-fontFamily, var(--wds-font-family-default))}.richeditor722837793__header-six,.richeditor722837793__editor li.richeditor722837793__header-six .public-DraftStyleDefault-block{font:var(--rt-h6-fontStyle, normal) var(--rt-h6-fontWeight, var(--wds-font-weight-medium)) var(--rt-h6-fontSize, 22px)/var(--rt-h6-lineHeight, 1.2) var(--rt-h6-fontFamily, var(--wds-font-family-default))}.richeditor722837793__paragraph-one,.richeditor722837793__editor li.richeditor722837793__paragraph-one .public-DraftStyleDefault-block{font:var(--rt-p1-fontStyle, normal) var(--rt-p1-fontWeight, var(--wds-font-weight-medium)) var(--rt-p1-fontSize, 18px)/var(--rt-p1-lineHeight, 24px) var(--rt-p1-fontFamily, var(--wds-font-family-default))}.richeditor722837793__unstyled,.richeditor722837793__editor li.richeditor722837793__unstyled .public-DraftStyleDefault-block{font:var(--rt-unstyled-fontStyle, normal) var(--rt-unstyled-fontWeight, var(--wds-font-weight-medium)) var(--rt-unstyled-fontSize, 16px)/var(--rt-unstyled-lineHeight, 24px) var(--rt-unstyled-fontFamily, var(--wds-font-family-default))}.richeditor722837793__paragraph-three,.richeditor722837793__editor li.richeditor722837793__paragraph-three .public-DraftStyleDefault-block{font:var(--rt-p3-fontStyle, normal) var(--rt-p3-fontWeight, var(--wds-font-weight-medium)) var(--rt-p3-fontSize, 14px)/var(--rt-p3-lineHeight, 18px) var(--rt-p3-fontFamily, var(--wds-font-family-default))}.richeditor722837793__editor li.richeditor722837793__header-one:first-child~li{font:var(--rt-h1-fontStyle, normal) var(--rt-h1-fontWeight, var(--wds-font-weight-bold)) var(--rt-h1-fontSize, 72px)/var(--rt-h1-lineHeight, 1.33) var(--rt-h1-fontFamily, var(--wds-font-family-default))}.richeditor722837793__editor li.richeditor722837793__header-one:first-child~li::marker{line-height:var(--rt-h1-fontSize, 72px)}.richeditor722837793__editor li.richeditor722837793__header-two:first-child~li{font:var(--rt-h2-fontStyle, normal) var(--rt-h2-fontWeight, var(--wds-font-weight-bold)) var(--rt-h2-fontSize, 42px)/var(--rt-h2-lineHeight, 1.2) var(--rt-h2-fontFamily, var(--wds-font-family-default))}.richeditor722837793__editor li.richeditor722837793__header-two:first-child~li::marker{line-height:var(--rt-h2-fontSize, 42px)}.richeditor722837793__editor li.richeditor722837793__header-three:first-child~li{font:var(--rt-h3-fontStyle, normal) var(--rt-h3-fontWeight, var(--wds-font-weight-medium)) var(--rt-h3-fontSize, 38px)/var(--rt-h3-lineHeight, 1.2) var(--rt-h3-fontFamily, var(--wds-font-family-default))}.richeditor722837793__editor li.richeditor722837793__header-three:first-child~li::marker{line-height:var(--rt-h3-fontSize, 38px)}.richeditor722837793__editor li.richeditor722837793__header-four:first-child~li{font:var(--rt-h4-fontStyle, normal) var(--rt-h4-fontWeight, var(--wds-font-weight-bold)) var(--rt-h4-fontSize, 34px)/var(--rt-h4-lineHeight, 1.2) var(--rt-h4-fontFamily, var(--wds-font-family-default))}.richeditor722837793__editor li.richeditor722837793__header-four:first-child~li::marker{line-height:var(--rt-h4-fontSize, 34px)}.richeditor722837793__editor li.richeditor722837793__header-five:first-child~li{font:var(--rt-h5-fontStyle, normal) var(--rt-h5-fontWeight, var(--wds-font-weight-bold)) var(--rt-h5-fontSize, 28px)/var(--rt-h5-lineHeight, 1.2) var(--rt-h5-fontFamily, var(--wds-font-family-default))}.richeditor722837793__editor li.richeditor722837793__header-five:first-child~li::marker{line-height:var(--rt-h5-fontSize, 28px)}.richeditor722837793__editor li.richeditor722837793__header-six:first-child~li{font:var(--rt-h6-fontStyle, normal) var(--rt-h6-fontWeight, var(--wds-font-weight-medium)) var(--rt-h6-fontSize, 22px)/var(--rt-h6-lineHeight, 1.2) var(--rt-h6-fontFamily, var(--wds-font-family-default))}.richeditor722837793__editor li.richeditor722837793__header-six:first-child~li::marker{line-height:var(--rt-h6-fontSize, 22px)}.richeditor722837793__editor li.richeditor722837793__paragraph-one:first-child~li{font:var(--rt-p1-fontStyle, normal) var(--rt-p1-fontWeight, var(--wds-font-weight-medium)) var(--rt-p1-fontSize, 18px)/var(--rt-p1-lineHeight, 24px) var(--rt-p1-fontFamily, var(--wds-font-family-default))}.richeditor722837793__editor li.richeditor722837793__unstyled:first-child~li{font:var(--rt-unstyled-fontStyle, normal) var(--rt-unstyled-fontWeight, var(--wds-font-weight-medium)) var(--rt-unstyled-fontSize, 16px)/var(--rt-unstyled-lineHeight, 24px) var(--rt-unstyled-fontFamily, var(--wds-font-family-default))}.richeditor722837793__editor li.richeditor722837793__paragraph-three:first-child~li{font:var(--rt-p3-fontStyle, normal) var(--rt-p3-fontWeight, var(--wds-font-weight-medium)) var(--rt-p3-fontSize, 14px)/var(--rt-p3-lineHeight, 18px) var(--rt-p3-fontFamily, var(--wds-font-family-default))}.public-DraftStyleDefault-ul .public-DraftStyleDefault-depth0{margin-inline-start:2ch}.public-DraftStyleDefault-ul .public-DraftStyleDefault-depth1{margin-inline-start:4ch}.public-DraftStyleDefault-ul .public-DraftStyleDefault-depth2{margin-inline-start:6ch}.public-DraftStyleDefault-ul .public-DraftStyleDefault-depth3{margin-inline-start:8ch}.public-DraftStyleDefault-ul .public-DraftStyleDefault-depth4{margin-inline-start:10ch}.public-DraftStyleDefault-ol li.public-DraftStyleDefault-depth0:first-child{margin-inline-start:2ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth0{margin-inline-start:2ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth0:nth-child(n+10){margin-inline-start:3ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth0:nth-child(n+100){margin-inline-start:4ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth0:nth-child(n+1000){margin-inline-start:5ch}.public-DraftStyleDefault-ol li.public-DraftStyleDefault-depth1:first-child{margin-inline-start:4ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth1{margin-inline-start:4ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth1:nth-child(n+10){margin-inline-start:5ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth1:nth-child(n+100){margin-inline-start:6ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth1:nth-child(n+1000){margin-inline-start:7ch}.public-DraftStyleDefault-ol li.public-DraftStyleDefault-depth2:first-child{margin-inline-start:6ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth2{margin-inline-start:6ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth2:nth-child(n+10){margin-inline-start:7ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth2:nth-child(n+100){margin-inline-start:8ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth2:nth-child(n+1000){margin-inline-start:9ch}.public-DraftStyleDefault-ol li.public-DraftStyleDefault-depth3:first-child{margin-inline-start:8ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth3{margin-inline-start:8ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth3:nth-child(n+10){margin-inline-start:9ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth3:nth-child(n+100){margin-inline-start:10ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth3:nth-child(n+1000){margin-inline-start:11ch}.public-DraftStyleDefault-ol li.public-DraftStyleDefault-depth4:first-child{margin-inline-start:10ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth4{margin-inline-start:10ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth4:nth-child(n+10){margin-inline-start:11ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth4:nth-child(n+100){margin-inline-start:12ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth4:nth-child(n+1000){margin-inline-start:13ch}.richeditor722837793__align-left{text-align:left;align-self:flex-start}.richeditor722837793__align-right{text-align:right;align-self:flex-end}.richeditor722837793__align-center{text-align:center;align-self:center}.richeditor722837793__align-justify{text-align:justify;align-self:stretch}.richeditor722837793__withMargin{display:inline-block}.richeditor722837793__dir-rtl,.richeditor722837793__editor .public-DraftStyleDefault-rtl{direction:rtl}.richeditor722837793__editor .public-DraftStyleDefault-listRTL{direction:rtl;text-align:right;max-width:100%}
1
+ .addressinput1401564759__tableAddressInput{height:36px!important;margin-left:-1px;display:flex!important;align-items:center;width:100%}.addressinput1401564759__tableAddressInput>div{padding:0!important;width:100%}.addressinput1401564759__tableAddressInput:focus-within{margin-left:2px}.actionsmenu1915560084__action{margin-left:calc(var(--wds-space-100, 6px)*-1)}.formaudiofield925238266__addItem{height:120px!important;box-sizing:border-box}.formaudiofield925238266__addItem:focus-within{box-shadow:var(--wds-input-shadow-focus-standard, 0 0 0 3px var(--wds-color-blue-300, var(--wsr-color-B30)));border-radius:var(--wds-border-radius-400, 8px)}.formaudiofield925238266__addItem.formaudiofield925238266--disabled{pointer-events:auto!important}.formaudiofield925238266__addItem.formaudiofield925238266--error{border:1px solid var(--wds-color-red-100, var(--wsr-color-R10))!important}.formaudiofield925238266__mediaTitle{line-height:18px!important}.audioplayer3633182906__root{width:fit-content;z-index:1000;position:fixed!important;bottom:42px;right:48px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.colorview609827872__view{width:100%}.colorview609827872__fillPreview{flex-shrink:0}.colorview609827872__view .colorview609827872__fillPreview{width:18px;height:18px;min-width:18px!important;min-height:18px!important}.deletedialog4241109069__layout{max-width:510px!important}.formdocumentfield2311952233__viewWrapper{border-radius:var(--wds-border-radius-300, calc(2px * 3));border:1px solid var(--wds-color-blue-300, var(--wsr-color-B30))}.formdocumentfield2311952233__viewWrapper:hover{background:var(--wds-color-blue-500, var(--wsr-color-B50));cursor:pointer}.formdocumentfield2311952233__textWidth{max-width:calc(100% - 196px)}.formdocumentfield2311952233__documentLoader{padding-top:21px;padding-bottom:21px}.formdocumentfield2311952233__addDocument{padding-top:17px!important;padding-bottom:17px!important}.formdocumentfield2311952233__addDocument.formdocumentfield2311952233--error{border:1px solid var(--wds-color-red-100, var(--wsr-color-R10))!important}.formdocumentfield2311952233__addItemWrapper:focus-within{box-shadow:var(--wds-input-shadow-focus-standard, 0 0 0 3px var(--wds-color-blue-300, var(--wsr-color-B30)));border-radius:var(--wds-border-radius-400, calc(2px * 4))}.exclamation2430457607__exclamation{display:flex;justify-content:center;align-items:center;box-sizing:border-box;border-radius:3px;cursor:pointer}.exclamation2430457607__exclamation.exclamation2430457607---type-7-warning:not(.exclamation2430457607--customSize),.exclamation2430457607__exclamation.exclamation2430457607---type-5-error:not(.exclamation2430457607--customSize){width:24px;height:24px}.exclamation2430457607__exclamation.exclamation2430457607---type-7-warning{color:var(--wds-color-fill-warning-primary)}.exclamation2430457607__exclamation.exclamation2430457607---type-5-error{color:var(--wds-color-fill-destructive-primary)}.exclamation2430457607__actions{display:flex;flex-direction:column}.exclamation2430457607__action{white-space:normal!important;height:auto!important;text-align:left;gap:6px}.exclamation2430457607__action+.exclamation2430457607__action{margin-top:6px}.exclamation2430457607__action.exclamation2430457607--accented{color:var(--wds-color-blue-100)}.exclamation2430457607__action.exclamation2430457607--accented:hover{color:var(--wds-color-blue-200)}.highlightedtext3517253541__root.highlightedtext3517253541--highlightedBackground{animation:highlightedtext3517253541__highlighted 150ms ease-out 1 forwards}.highlightedtext3517253541__substring.highlightedtext3517253541--isHighlighted{animation:highlightedtext3517253541__highlighted-match 150ms ease-out 50ms 1 forwards}@keyframes highlightedtext3517253541__highlighted{0%{background-color:transparent}to{background-color:var(--wds-color-yellow-400, var(--wsr-color-Y40))}}@keyframes highlightedtext3517253541__highlighted-match{0%{background-color:transparent}to{background-color:var(--wds-color-yellow-200, var(--wsr-color-Y20))}}.pasteurlbutton862966435__root{margin-top:6px}.pasteurlbutton862966435__iconButtonTooltip{height:max-content}.pasteurlbutton862966435__iconButton{width:24px;height:24px}.formmediagalleryfield731448597__container{display:flex;min-height:128px;max-height:259px}.formmediagalleryfield731448597__viewBox{display:flex;height:100%;width:100%;flex-wrap:wrap}.formmediagalleryfield731448597__addItemWrapper{height:128px;width:100%;box-sizing:border-box}.formmediagalleryfield731448597__addItem{box-sizing:border-box}.formmediagalleryfield731448597__overlay{width:initial!important;min-width:382px!important}.formmediagalleryfield731448597__image.formmediagalleryfield731448597--withMarginRight{margin-right:3px}.formmediagalleryfield731448597__image.formmediagalleryfield731448597--withMarginTop{margin-top:3px}.formmediagalleryfield731448597__previewImage{max-height:calc(100% - 12px)!important}.formmediagalleryfield731448597__previewVideo{border-radius:8px;max-width:100%;max-height:calc(100% - 12px)!important}.mediaimage3908295999__root{display:flex;align-items:center;flex-shrink:0;position:relative;box-sizing:border-box}.mediaimage3908295999__root.mediaimage3908295999--error{--mediaimage3908295999-from:calc(50% - 0.5px);--mediaimage3908295999-to:calc(50% + 0.5px);background-image:linear-gradient(to bottom right,transparent var(--mediaimage3908295999-from),var(--wds-color-red-200, var(--wsr-color-R20)) var(--mediaimage3908295999-from),var(--wds-color-red-200, var(--wsr-color-R20)) var(--mediaimage3908295999-to),transparent var(--mediaimage3908295999-to))}.mediaimage3908295999__root.mediaimage3908295999--error>*{opacity:0}.medialoader1993955425__loader{border-radius:6px}.medialoader1993955425__loader.medialoader1993955425--isDashed{border:dashed 1px var(--wds-color-blue-300, var(--wsr-color-B30))}.medialoader1993955425__loader.medialoader1993955425--isSolid{border:solid 1px var(--wds-color-blue-300, var(--wsr-color-B30))}.mediatag2203521930__root{box-sizing:border-box;padding:3px 6px 3px 3px;border-radius:3px;max-height:24px;min-width:54px;max-width:100%;background-color:var(--wds-color-blue-400, var(--wsr-color-B40))}.formmultidocument577982951__viewRoot{border-radius:var(--wds-border-radius-300, calc(2px * 3));border:1px solid var(--wds-color-blue-300, var(--wsr-color-B30))}.formmultidocument577982951__singleViewWrapper{border-radius:0;border-bottom:1px solid var(--wds-color-neutral-600, var(--wsr-color-D60));background-color:transparent!important}.formmultidocument577982951__viewRoot>div:first-child .formmultidocument577982951__singleViewWrapper{border-top-left-radius:var(--wds-border-radius-300, calc(2px * 3));border-top-right-radius:var(--wds-border-radius-300, calc(2px * 3))}.formmultidocument577982951__singleViewWrapper:hover{background-color:var(--wds-color-blue-500, var(--wsr-color-B50))!important}.formmultidocument577982951__singleViewWrapper:focus-visible{border-bottom:1px solid transparent;position:relative;z-index:1}.formmultidocument577982951__addDocumentButton{border-bottom-left-radius:var(--wds-border-radius-300, calc(2px * 3));border-bottom-right-radius:var(--wds-border-radius-300, calc(2px * 3))}.formmultidocument577982951__addDocumentButton:focus-within{border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:var(--wds-border-radius-300, calc(2px * 3));border-bottom-right-radius:var(--wds-border-radius-300, calc(2px * 3))}.richcontentdefaultvalueinput1236402630__richContentEditorContainer .richcontentdefaultvalueinput1236402630__editor{max-height:calc(40vh - var(--richcontentdefaultvalueinput1236402630-topToolbarHeight) - var(--richcontentdefaultvalueinput1236402630-bottomToolbarHeight))}.richcontentforminput2430782855__root{outline:0;box-sizing:border-box;border:1px solid var(--wds-color-blue-300);border-radius:var(--wds-border-radius-300)}.richcontentforminput2430782855__root:focus-within{border:1px solid var(--wds-color-blue-100);box-shadow:var(--wds-input-shadow-focus-standard)}.richcontentforminput2430782855__root .richcontentforminput2430782855__editor{overflow-y:auto;max-height:calc(80vh - var(--richcontentforminput2430782855-topToolbarHeight) - var(--richcontentforminput2430782855-bottomToolbarHeight))}.richcontentformreadonlyinput1489426521__root{outline:0;box-sizing:border-box;border:1px solid var(--wds-color-black-600);border-radius:var(--wds-border-radius-300)}.richcontentformreadonlyinput1489426521__root:focus-within{border:1px solid var(--wds-color-blue-100);box-shadow:var(--wds-input-shadow-focus-standard)}.fullscreenmodal1383832737__modalContent{display:flex;position:relative;height:100%;width:782px;background-color:var(--wds-color-white);border-radius:var(--wds-border-radius-300);margin-top:24px}.publishloader109313238__publishLoader{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--wds-color-white);z-index:5000;border-radius:inherit}.togglefullscreenbutton3282889064__root{z-index:5;box-sizing:border-box;position:absolute;right:0;top:calc(50% - 16px)!important;padding-right:3px}.togglefullscreenbutton3282889064__root button{border-radius:6px!important}.richcontenteditor3248723731__root{position:relative}.richcontenteditor3248723731__root,.richcontenteditor3248723731__toolbarContainer,.richcontenteditor3248723731__footerToolbarContainer{width:100%;box-sizing:border-box}.richcontenteditor3248723731__toolbarContainer div{box-sizing:border-box}.richcontenteditor3248723731__toolbarAndFullScreenButtonWrapper{display:flex;position:relative}.richcontenteditor3248723731__editor{box-sizing:border-box;padding:36px 24px 36px 55px}.richcontenteditor3248723731__modalEditor .richcontenteditor3248723731__editor{overflow-y:auto;min-height:calc(100% - var(--richcontenteditor3248723731-topToolbarHeight) - var(--richcontenteditor3248723731-bottomToolbarHeight));max-height:calc(100% - var(--richcontenteditor3248723731-topToolbarHeight) - var(--richcontenteditor3248723731-bottomToolbarHeight));min-width:592px;box-sizing:border-box}.richcontenteditor3248723731__modalEditor .richcontenteditor3248723731__footerToolbarContainer{margin-top:9px}.richcontenteditor3248723731__toolbarContainer button[data-hook~=text-button-headings]>span{display:inline-flex;padding-inline-end:3px!important}.richcontenteditor3248723731__toolbarContainer button[data-hook~=text-button-ai]>span{padding-inline-end:9px!important}.richcontenttoolbar30366578__toolbar{border-top:1px solid rgba(51,51,51,.1);z-index:2;margin-right:auto;padding-left:6px;margin-left:auto;position:relative;height:40px;display:flex;align-items:center;justify-content:flex-start;box-sizing:border-box}.richcontenttoolbar30366578__toolbarButton{line-height:40px;background:0 0;border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;margin:0 5px 0 0}.richcontenttoolbar30366578__toolbarButton:disabled{color:graytext}.richcontenttoolbar30366578__toolbar label{padding:0 8px}.richcontentviewer1473775247__root{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;width:100%;min-height:36px}.richcontentviewer1473775247__root.richcontentviewer1473775247--isFullScreen{padding:12px 24px}.richcontentviewer1473775247__root:not(.richcontentviewer1473775247--isFullScreen){padding:6px 24px 6px 12px}.richcontentviewer1473775247__root ToggleButton{margin:0;padding:0;border:0;position:absolute;top:2px!important;right:2px;width:30px;height:30px}.richcontentviewer1473775247__viewer{height:calc(100% - 36px);width:100%}.richcontentviewer1473775247__modalViewer{min-width:592px;overflow:auto}.richtexteditor4055661011__root{width:100%;box-sizing:border-box;outline:0;overflow:hidden;border-radius:var(--wds-border-radius-300)}.richtexteditor4055661011__root.richtexteditor4055661011---border-4-none{border:0}.richtexteditor4055661011__root.richtexteditor4055661011---border-8-standard{border:1px solid var(--wds-color-blue-300)}.richtexteditor4055661011__root.richtexteditor4055661011---border-8-standard:focus,.richtexteditor4055661011__root.richtexteditor4055661011---border-8-standard:focus-within{border:1px solid var(--wds-color-blue-100);box-shadow:var(--wds-input-shadow-focus-standard)}.richtexteditor4055661011__root.richtexteditor4055661011---border-8-standard.richtexteditor4055661011---status-5-error{border:1px solid var(--wds-color-red-100)}.richtexteditor4055661011__root.richtexteditor4055661011---border-8-standard.richtexteditor4055661011---status-5-error:focus,.richtexteditor4055661011__root.richtexteditor4055661011---border-8-standard.richtexteditor4055661011---status-5-error:focus-within{border:1px solid var(--wds-color-red-100);box-shadow:0 0 0 3px var(--wds-color-red-300)}.richtexteditor4055661011__root.richtexteditor4055661011---border-8-standard.richtexteditor4055661011---status-7-warning{border:1px solid var(--wds-color-yellow-100)}.richtexteditor4055661011__root.richtexteditor4055661011---border-8-standard.richtexteditor4055661011---status-7-warning:focus,.richtexteditor4055661011__root.richtexteditor4055661011---border-8-standard.richtexteditor4055661011---status-7-warning:focus-within{border:1px solid var(--wds-color-yellow-100);box-shadow:0 0 0 3px var(--wds-color-yellow-300)}.richtexteditor4055661011__nativeInput{position:absolute;opacity:0;padding:0;margin:0;border:0;width:0;height:0}.richtexteditor4055661011__editor{height:auto;line-height:auto;display:flex;width:100%;height:100%;min-height:234px;overflow:hidden;box-sizing:border-box;flex-direction:row;border-radius:var(--wds-border-radius-300)}.richtexteditor4055661011__editor.richtexteditor4055661011--isFullScreen{max-width:782px;min-width:582px;background:var(--wds-color-black-700)}.richtexteditor4055661011__editor:not(.richtexteditor4055661011--isFullScreen){max-height:80vh}.richtexteditor4055661011__editor>div{flex:1;max-width:100%}.toolbar2895226836__root{padding:12px 18px;display:flex;border-bottom:1px solid var(--wds-color-blue-400);background:var(--wds-color-white);align-items:center}.toolbar2895226836__item{display:flex;margin-right:12px}.toolbar2895226836__item svg,.toolbar2895226836__item svg path,.toolbar2895226836__item svg text{color:inherit;fill:currentColor}.toolbar2895226836__separator{display:inline-flex;margin-right:12px;border-left:1px solid #ddd;height:100%}.toolbar2895226836__clearFormatting{margin-left:auto}.toolbar2895226836__fullScreen{margin-right:0}.toolbar2895226836__dropdownItemContent{height:36px;width:100%;display:flex;gap:12px;justify-content:space-between;align-items:center}.toolbar2895226836__dropdownItemContent.toolbar2895226836--selected .toolbar2895226836__dropdownItemTitle,.toolbar2895226836__dropdownItemContent.toolbar2895226836--selected .toolbar2895226836__dropdownItemSubtitle{color:var(--wds-color-white)!important}.toolbar2895226836__dropdownItemSubtitle{color:var(--wds-color-black-400)!important;padding-right:12px;flex-shrink:0}.toolbar2895226836__dropdownHeaderOne{font-weight:var(--wds-font-weight-bold)!important;font-size:36px!important;line-height:1.2!important;font-family:var(--wds-font-family-default)!important}.toolbar2895226836__dropdownHeaderTwo{font-weight:var(--wds-font-weight-bold)!important;font-size:32px!important;line-height:1.2!important;font-family:var(--wds-font-family-default)!important}.toolbar2895226836__dropdownHeaderThree{font-weight:var(--wds-font-weight-medium)!important;font-size:28px!important;line-height:1.2!important;font-family:var(--wds-font-family-default)!important}.toolbar2895226836__dropdownHeaderFour{font-weight:var(--wds-font-weight-bold)!important;font-size:24px!important;line-height:1.2!important;font-family:var(--wds-font-family-default)!important}.toolbar2895226836__dropdownHeaderFive{font-weight:var(--wds-font-weight-bold)!important;font-size:22px!important;line-height:1.2!important;font-family:var(--wds-font-family-default)!important}.toolbar2895226836__dropdownHeaderSix{font-weight:var(--wds-font-weight-medium)!important;font-size:20px!important;line-height:1.2!important;font-family:var(--wds-font-family-default)!important}.toolbar2895226836__dropdownParagraphOne{font-weight:var(--wds-font-weight-medium)!important;font-size:18px!important;line-height:1.33!important;font-family:var(--wds-font-family-default)!important}.toolbar2895226836__dropdownNormalText{font-weight:var(--wds-font-weight-medium)!important;font-size:var(--wds-font-size-500)!important;line-height:var(--wds-font-line-height-300)!important;font-family:var(--wds-font-family-default)!important}.toolbar2895226836__dropdownParagraphThree{font-weight:var(--wds-font-weight-medium)!important;font-size:14px!important;line-height:1.29!important;font-family:var(--wds-font-family-default)!important}.textview1495705__textView::after{content:"";display:block}.richeditor2418785126__root{display:flex;flex-direction:column;font-weight:var(--wds-font-weight-medium);font-size:var(--wds-font-size-500);line-height:var(--wds-font-line-height-300);font-family:var(--wds-font-family-default)}.richeditor2418785126__editor{box-sizing:border-box;overflow:auto;display:flex;flex-direction:column;flex:1;cursor:text;color:var(--wds-color-black-100);background:var(--wds-color-black-700)}.richeditor2418785126__editor .DraftEditor-root{width:100%;height:100%}.richeditor2418785126__editor .DraftEditor-root [data-contents]{overflow:auto}.richeditor2418785126__editor .DraftEditor-editorContainer{display:flex;min-height:100%;background:#fff}.richeditor2418785126__editor .public-DraftEditor-content{padding:12px 24px 24px;min-height:100%;width:100%;box-sizing:border-box}.richeditor2418785126__editor .public-DraftEditor-content ol,.richeditor2418785126__editor .public-DraftEditor-content ul{display:flex;flex-direction:column;padding:0}.richeditor2418785126__editor .public-DraftEditor-content a,.richeditor2418785126__editor .public-DraftEditor-content a:visited{color:inherit;text-decoration:none}.richeditor2418785126__header-one:not(li),.richeditor2418785126__header-two:not(li),.richeditor2418785126__header-three:not(li),.richeditor2418785126__header-four:not(li),.richeditor2418785126__header-five:not(li),.richeditor2418785126__header-six:not(li){margin-block:0;margin:0}.richeditor2418785126__header-one,.richeditor2418785126__editor li.richeditor2418785126__header-one .public-DraftStyleDefault-block{font:var(--rt-h1-fontStyle, normal) var(--rt-h1-fontWeight, var(--wds-font-weight-bold)) var(--rt-h1-fontSize, 72px)/var(--rt-h1-lineHeight, 1.33) var(--rt-h1-fontFamily, var(--wds-font-family-default))}.richeditor2418785126__header-two,.richeditor2418785126__editor li.richeditor2418785126__header-two .public-DraftStyleDefault-block{font:var(--rt-h2-fontStyle, normal) var(--rt-h2-fontWeight, var(--wds-font-weight-bold)) var(--rt-h2-fontSize, 42px)/var(--rt-h2-lineHeight, 1.2) var(--rt-h2-fontFamily, var(--wds-font-family-default))}.richeditor2418785126__header-three,.richeditor2418785126__editor li.richeditor2418785126__header-three .public-DraftStyleDefault-block{font:var(--rt-h3-fontStyle, normal) var(--rt-h3-fontWeight, var(--wds-font-weight-medium)) var(--rt-h3-fontSize, 38px)/var(--rt-h3-lineHeight, 1.2) var(--rt-h3-fontFamily, var(--wds-font-family-default))}.richeditor2418785126__header-four,.richeditor2418785126__editor li.richeditor2418785126__header-four .public-DraftStyleDefault-block{font:var(--rt-h4-fontStyle, normal) var(--rt-h4-fontWeight, var(--wds-font-weight-bold)) var(--rt-h4-fontSize, 34px)/var(--rt-h4-lineHeight, 1.2) var(--rt-h4-fontFamily, var(--wds-font-family-default))}.richeditor2418785126__header-five,.richeditor2418785126__editor li.richeditor2418785126__header-five .public-DraftStyleDefault-block{font:var(--rt-h5-fontStyle, normal) var(--rt-h5-fontWeight, var(--wds-font-weight-bold)) var(--rt-h5-fontSize, 28px)/var(--rt-h5-lineHeight, 1.2) var(--rt-h5-fontFamily, var(--wds-font-family-default))}.richeditor2418785126__header-six,.richeditor2418785126__editor li.richeditor2418785126__header-six .public-DraftStyleDefault-block{font:var(--rt-h6-fontStyle, normal) var(--rt-h6-fontWeight, var(--wds-font-weight-medium)) var(--rt-h6-fontSize, 22px)/var(--rt-h6-lineHeight, 1.2) var(--rt-h6-fontFamily, var(--wds-font-family-default))}.richeditor2418785126__paragraph-one,.richeditor2418785126__editor li.richeditor2418785126__paragraph-one .public-DraftStyleDefault-block{font:var(--rt-p1-fontStyle, normal) var(--rt-p1-fontWeight, var(--wds-font-weight-medium)) var(--rt-p1-fontSize, 18px)/var(--rt-p1-lineHeight, 24px) var(--rt-p1-fontFamily, var(--wds-font-family-default))}.richeditor2418785126__unstyled,.richeditor2418785126__editor li.richeditor2418785126__unstyled .public-DraftStyleDefault-block{font:var(--rt-unstyled-fontStyle, normal) var(--rt-unstyled-fontWeight, var(--wds-font-weight-medium)) var(--rt-unstyled-fontSize, 16px)/var(--rt-unstyled-lineHeight, 24px) var(--rt-unstyled-fontFamily, var(--wds-font-family-default))}.richeditor2418785126__paragraph-three,.richeditor2418785126__editor li.richeditor2418785126__paragraph-three .public-DraftStyleDefault-block{font:var(--rt-p3-fontStyle, normal) var(--rt-p3-fontWeight, var(--wds-font-weight-medium)) var(--rt-p3-fontSize, 14px)/var(--rt-p3-lineHeight, 18px) var(--rt-p3-fontFamily, var(--wds-font-family-default))}.richeditor2418785126__editor li.richeditor2418785126__header-one:first-child~li{font:var(--rt-h1-fontStyle, normal) var(--rt-h1-fontWeight, var(--wds-font-weight-bold)) var(--rt-h1-fontSize, 72px)/var(--rt-h1-lineHeight, 1.33) var(--rt-h1-fontFamily, var(--wds-font-family-default))}.richeditor2418785126__editor li.richeditor2418785126__header-one:first-child~li::marker{line-height:var(--rt-h1-fontSize, 72px)}.richeditor2418785126__editor li.richeditor2418785126__header-two:first-child~li{font:var(--rt-h2-fontStyle, normal) var(--rt-h2-fontWeight, var(--wds-font-weight-bold)) var(--rt-h2-fontSize, 42px)/var(--rt-h2-lineHeight, 1.2) var(--rt-h2-fontFamily, var(--wds-font-family-default))}.richeditor2418785126__editor li.richeditor2418785126__header-two:first-child~li::marker{line-height:var(--rt-h2-fontSize, 42px)}.richeditor2418785126__editor li.richeditor2418785126__header-three:first-child~li{font:var(--rt-h3-fontStyle, normal) var(--rt-h3-fontWeight, var(--wds-font-weight-medium)) var(--rt-h3-fontSize, 38px)/var(--rt-h3-lineHeight, 1.2) var(--rt-h3-fontFamily, var(--wds-font-family-default))}.richeditor2418785126__editor li.richeditor2418785126__header-three:first-child~li::marker{line-height:var(--rt-h3-fontSize, 38px)}.richeditor2418785126__editor li.richeditor2418785126__header-four:first-child~li{font:var(--rt-h4-fontStyle, normal) var(--rt-h4-fontWeight, var(--wds-font-weight-bold)) var(--rt-h4-fontSize, 34px)/var(--rt-h4-lineHeight, 1.2) var(--rt-h4-fontFamily, var(--wds-font-family-default))}.richeditor2418785126__editor li.richeditor2418785126__header-four:first-child~li::marker{line-height:var(--rt-h4-fontSize, 34px)}.richeditor2418785126__editor li.richeditor2418785126__header-five:first-child~li{font:var(--rt-h5-fontStyle, normal) var(--rt-h5-fontWeight, var(--wds-font-weight-bold)) var(--rt-h5-fontSize, 28px)/var(--rt-h5-lineHeight, 1.2) var(--rt-h5-fontFamily, var(--wds-font-family-default))}.richeditor2418785126__editor li.richeditor2418785126__header-five:first-child~li::marker{line-height:var(--rt-h5-fontSize, 28px)}.richeditor2418785126__editor li.richeditor2418785126__header-six:first-child~li{font:var(--rt-h6-fontStyle, normal) var(--rt-h6-fontWeight, var(--wds-font-weight-medium)) var(--rt-h6-fontSize, 22px)/var(--rt-h6-lineHeight, 1.2) var(--rt-h6-fontFamily, var(--wds-font-family-default))}.richeditor2418785126__editor li.richeditor2418785126__header-six:first-child~li::marker{line-height:var(--rt-h6-fontSize, 22px)}.richeditor2418785126__editor li.richeditor2418785126__paragraph-one:first-child~li{font:var(--rt-p1-fontStyle, normal) var(--rt-p1-fontWeight, var(--wds-font-weight-medium)) var(--rt-p1-fontSize, 18px)/var(--rt-p1-lineHeight, 24px) var(--rt-p1-fontFamily, var(--wds-font-family-default))}.richeditor2418785126__editor li.richeditor2418785126__unstyled:first-child~li{font:var(--rt-unstyled-fontStyle, normal) var(--rt-unstyled-fontWeight, var(--wds-font-weight-medium)) var(--rt-unstyled-fontSize, 16px)/var(--rt-unstyled-lineHeight, 24px) var(--rt-unstyled-fontFamily, var(--wds-font-family-default))}.richeditor2418785126__editor li.richeditor2418785126__paragraph-three:first-child~li{font:var(--rt-p3-fontStyle, normal) var(--rt-p3-fontWeight, var(--wds-font-weight-medium)) var(--rt-p3-fontSize, 14px)/var(--rt-p3-lineHeight, 18px) var(--rt-p3-fontFamily, var(--wds-font-family-default))}.public-DraftStyleDefault-ul .public-DraftStyleDefault-depth0{margin-inline-start:2ch}.public-DraftStyleDefault-ul .public-DraftStyleDefault-depth1{margin-inline-start:4ch}.public-DraftStyleDefault-ul .public-DraftStyleDefault-depth2{margin-inline-start:6ch}.public-DraftStyleDefault-ul .public-DraftStyleDefault-depth3{margin-inline-start:8ch}.public-DraftStyleDefault-ul .public-DraftStyleDefault-depth4{margin-inline-start:10ch}.public-DraftStyleDefault-ol li.public-DraftStyleDefault-depth0:first-child{margin-inline-start:2ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth0{margin-inline-start:2ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth0:nth-child(n+10){margin-inline-start:3ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth0:nth-child(n+100){margin-inline-start:4ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth0:nth-child(n+1000){margin-inline-start:5ch}.public-DraftStyleDefault-ol li.public-DraftStyleDefault-depth1:first-child{margin-inline-start:4ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth1{margin-inline-start:4ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth1:nth-child(n+10){margin-inline-start:5ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth1:nth-child(n+100){margin-inline-start:6ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth1:nth-child(n+1000){margin-inline-start:7ch}.public-DraftStyleDefault-ol li.public-DraftStyleDefault-depth2:first-child{margin-inline-start:6ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth2{margin-inline-start:6ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth2:nth-child(n+10){margin-inline-start:7ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth2:nth-child(n+100){margin-inline-start:8ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth2:nth-child(n+1000){margin-inline-start:9ch}.public-DraftStyleDefault-ol li.public-DraftStyleDefault-depth3:first-child{margin-inline-start:8ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth3{margin-inline-start:8ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth3:nth-child(n+10){margin-inline-start:9ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth3:nth-child(n+100){margin-inline-start:10ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth3:nth-child(n+1000){margin-inline-start:11ch}.public-DraftStyleDefault-ol li.public-DraftStyleDefault-depth4:first-child{margin-inline-start:10ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth4{margin-inline-start:10ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth4:nth-child(n+10){margin-inline-start:11ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth4:nth-child(n+100){margin-inline-start:12ch}.public-DraftStyleDefault-ol li:first-child~li.public-DraftStyleDefault-depth4:nth-child(n+1000){margin-inline-start:13ch}.richeditor2418785126__align-left{text-align:left;align-self:flex-start}.richeditor2418785126__align-right{text-align:right;align-self:flex-end}.richeditor2418785126__align-center{text-align:center;align-self:center}.richeditor2418785126__align-justify{text-align:justify;align-self:stretch}.richeditor2418785126__withMargin{display:inline-block}.richeditor2418785126__dir-rtl,.richeditor2418785126__editor .public-DraftStyleDefault-rtl{direction:rtl}.richeditor2418785126__editor .public-DraftStyleDefault-listRTL{direction:rtl;text-align:right;max-width:100%}
@@ -1 +1 @@
1
- {"version":3,"names":["ComponentTypeEnum"],"sources":["../../../src/types/CollectionPageConfig.ts"],"sourcesContent":["import { CollectionToolbarFiltersProps } from '@wix/patterns';\nimport {\n DateRangeFilterMode,\n DateRangeOptions,\n DateRangePredefinedPresetOptions,\n} from '@wix/patterns/core';\nimport { BaseCollectionConfig } from './types';\nimport {\n ActionCellConfig,\n BulkActionsConfig,\n CollectionPageOnRowClickActionConfig,\n CollectionPagePrimaryActions,\n CollectionPageSecondaryActions,\n} from './actions';\n\nexport interface CollectionPageTitle {\n /**\n * The title text.\n */\n text: string;\n /**\n * Determines whether to hide the number of total entities on the title of the page.\n */\n hideTotal?: boolean;\n}\n\nexport interface CollectionPageSubtitle {\n /**\n * The subtitle text.\n */\n text: string;\n /**\n * \"Learn more\" link.\n */\n learnMore?: {\n /**\n * Where the link should navigate to.\n */\n url: string;\n /**\n * The label of the link button. defaults to \"Learn More\".\n */\n label?: string;\n };\n}\n\nexport interface CollectionPageConfig {\n /**\n * Route configuration.\n */\n route: {\n /**\n * Route path (relative path).\n */\n path: string;\n };\n /**\n * Page title configuration.\n */\n title: CollectionPageTitle;\n /**\n * Page subtitle configuration.\n */\n subtitle?: CollectionPageSubtitle;\n /**\n * Page-level actions to render in the page header.\n */\n actions?: {\n /**\n * Primary actions.\n */\n primaryActions?: CollectionPagePrimaryActions;\n /**\n * Secondary actions.\n */\n secondaryActions?: CollectionPageSecondaryActions;\n };\n /**\n * Components rendered within the page layout.\n */\n components: ComponentConfig[];\n}\n\nexport interface CollectionComponentConfig\n extends BaseCollectionComponentConfig {\n /**\n * Type discriminator.\n */\n type: 'collection';\n /**\n * Layout items to render.\n */\n layout: LayoutItemConfig[];\n}\n\nexport interface CustomComponentConfig {\n /**\n * Type discriminator.\n */\n type: 'custom';\n /**\n * Identifier that maps to a custom React component provided via overrides.\n */\n id: string;\n}\n\nexport type ComponentConfig = CollectionComponentConfig | CustomComponentConfig;\n\nexport interface LayoutItemConfig {\n /**\n * Rendering mode for the collection component.\n */\n type: 'Table' | 'Grid';\n /**\n * Table-specific configuration.\n */\n table?: TableSpecificConfig;\n /**\n * Grid-specific configuration.\n */\n grid?: GridSpecificConfig;\n}\n\nexport type ColumnsConfig = Column[];\n\nexport interface TableSpecificConfig {\n /**\n * Table columns configuration.\n */\n columns: ColumnsConfig;\n /**\n * Enables custom columns (hide/reorder columns) functionality.\n */\n customColumns?: {\n enabled: boolean;\n };\n /**\n * Number of leading columns that remain sticky on horizontal scroll.\n */\n stickyColumns?: number;\n /**\n * Row click action.\n */\n onRowClick?: CollectionPageOnRowClickActionConfig;\n /**\n * Show column headers (title bar).\n * @default true\n */\n showTitleBar?: boolean;\n /**\n * Sectioning support for table.\n *\n * The `id` must match the identifier of a custom sectioning override component.\n * This allows you to provide a custom React component for table section rendering.\n */\n sections?: {\n id: string;\n };\n /**\n * Data extension configuration.\n */\n dataExtension?: {\n enabled: boolean;\n };\n}\n\nexport interface GridSpecificConfig {\n /**\n * Grid item.\n */\n item: GridItem;\n}\n\nexport interface TableConfig\n extends BaseCollectionComponentConfig,\n TableSpecificConfig {}\n\nexport interface GridConfig\n extends BaseCollectionComponentConfig,\n GridSpecificConfig {}\n\nexport interface TableGridSwitchConfig\n extends BaseCollectionComponentConfig,\n TableSpecificConfig,\n GridSpecificConfig {}\n\nexport type CollectionConfig = BaseCollectionConfig & {\n /**\n * Default fetch limit (items per page).\n */\n limit?: number;\n /**\n * Reflect search/filters/sort in the URL.\n * @default false\n */\n reflectQueryInUrl?: boolean;\n /**\n * Scope of \"Select All\":\n * - 'all': select the entire collection (server-side).\n * - 'page': select only currently visible items.\n * @default \"all\"\n */\n selectAllScope?: 'page' | 'all';\n /**\n * Selection behavior when data changes:\n * - 'preserve': keep current selections if still valid.\n * - 'clear': clear selection on data refresh.\n * @default \"clear\"\n */\n selectionUpdateMode?: 'preserve' | 'clear';\n /**\n * Enables optimistic UI actions;\n * Identifier that maps to a custom optimistic actions provided via overrides.\n */\n optimisticActions?: {\n id: string;\n };\n /**\n * Pagination strategy:\n * - 'cursor': `find()` must return { items, cursor, total? }\n * - 'offset': `find()` must return { items, hasNext, total? }\n * @default \"offset\"\n */\n paginationMode?: 'cursor' | 'offset';\n};\n\nexport interface BaseCollectionComponentConfig {\n /**\n * Collection data configuration and behavior.\n */\n collection: CollectionConfig;\n /**\n * Entity page to navigate to (by page id) when interacting with rows (e.g. onRowClick/update).\n */\n entityPageId?: string;\n /**\n * Search configuration.\n */\n search?: {\n /**\n * Whether to show the search input.\n * @default true\n */\n shown?: boolean;\n };\n /**\n * Toolbar title configuration.\n */\n toolbarTitle?: ToolbarTitle;\n /**\n * Action cell configuration per row.\n */\n actionCell?: ActionCellConfig;\n /**\n * Empty state configuration.\n */\n emptyState?: EmptyState;\n /**\n * Filters configuration.\n */\n filters?: FiltersConfig;\n /**\n * Views configuration.\n */\n views?: ViewsConfig;\n /**\n * Bulk action toolbar configuration.\n */\n bulkActionToolbar?: BulkActionsConfig;\n /**\n * Drag and drop configuration.\n */\n dragAndDrop?: {\n /**\n * Whether drag and drop is enabled. When enabled, the schema must support a \"move\" action.\n */\n enabled: boolean;\n /**\n * Custom drag and drop cancel handler.\n */\n dragAndDropCancel?: {\n id?: string;\n };\n };\n}\n\nexport interface ToolbarTitle {\n /**\n * Title text.\n */\n title: string;\n /**\n * Subtitle configuration.\n */\n subtitle?: {\n /**\n * Subtitle text.\n */\n text: string;\n /**\n * Info tooltip content with an optional link.\n */\n info?: {\n content: {\n text: string;\n link?: {\n url: string;\n label: string;\n };\n };\n };\n /**\n * \"Learn more\" link.\n */\n learnMore?: {\n /**\n * Where the link should navigate to.\n */\n url: string;\n /**\n * The label of the link button.\n */\n label?: string;\n };\n };\n /**\n * Show total items on the toolbar.\n * @default false\n */\n showTotal?: boolean;\n /**\n * Limit displayed item count in the toolbar.\n */\n itemsLimit?: number;\n}\n\nexport interface Column {\n /**\n * FieldId to bind the column to.\n */\n id: string;\n /**\n * Column header text.\n */\n name: string;\n /**\n * CSS width value (e.g. '120px', '20%').\n */\n width: string;\n /**\n * Whether the column supports sorting.\n */\n sortable?: boolean;\n /**\n * Initial sort order when the page loads.\n */\n defaultSortOrder?: 'asc' | 'desc';\n /**\n * Current sort mode selected in UI.\n */\n sortMode?: 'asc' | 'desc';\n /**\n * Hide column by default in the custom columns panel.\n * When true, the column will not be shown initially and must be enabled by the user via the customize columns UI.\n */\n defaultHidden?: boolean;\n /**\n * Exclude from the \"customize columns\" selection UI.\n */\n hiddenFromCustomColumnsSelection?: boolean;\n /**\n * Controls whether the \"hide/show\" checkbox for this column is enabled in the custom columns panel.\n * If set to false, the checkbox will be disabled and the user cannot toggle visibility for this column.\n */\n hideable?: boolean;\n /**\n * Prevent column reordering in the customization UI.\n */\n reorderDisabled?: boolean;\n /**\n * Tooltip content to display when hovering over the info icon in the column header.\n */\n tooltipContent?: string;\n}\n\nexport interface GridItem {\n /**\n * FieldId to use as the card title.\n */\n titleFieldId: string;\n /**\n * FieldId to use as the card subtitle.\n */\n subtitleFieldId?: string;\n /**\n * FieldId to use as the card image.\n */\n imageFieldId?: string;\n /**\n * Controls which content is shown in the card (preset):\n * - 'full': shows title and subtitle.\n * - 'title': shows only the title.\n * - 'empty': hides both title and subtitle.\n */\n cardContentMode?: 'full' | 'title' | 'empty'; // Footer is not supported in auto-patterns\n /**\n * Position of the image inside the card layout.\n */\n imagePlacement?: 'top' | 'side';\n}\n\nexport interface EmptyState {\n /**\n * Empty state title.\n */\n title?: string;\n /**\n * Empty state subtitle.\n */\n subtitle?: string;\n /**\n * Image to display in the empty state.\n */\n image?: {\n id: string;\n };\n /**\n * \"Add new\" call-to-action button.\n */\n addNewCta?: {\n id?: string;\n text?: string;\n };\n /**\n * Custom CTA slot (advanced).\n */\n customCta?: {\n id?: string;\n };\n}\n\nexport interface FilterOption {\n value: string;\n label: string;\n}\n\nexport type FilterSelectionMode = 'single' | 'multiple';\n\nexport type FilterOptionType =\n | 'checkbox'\n | 'inlineCheckbox'\n | 'radio'\n | 'select';\n\nexport enum ComponentTypeEnum {\n SINGLE = 'single',\n MULTI_SELECT = 'multi-select',\n RADIO_GROUP = 'radio-group',\n NUMBER = 'number',\n DATE_RANGE = 'date-range',\n}\n\nexport type FilterItems = Filter[];\n\nexport interface FiltersConfig {\n /**\n * Filter items to display.\n */\n items: FilterItems;\n /**\n * Maximum number of filters shown inline before moving to the panel.\n * @default 0 (all in panel).\n */\n maxInlineFilters?: CollectionToolbarFiltersProps['inline'];\n /**\n * Title for the filter panel drawer.\n */\n panelTitle?: string;\n}\n\nexport interface ViewsConfig {\n /**\n * Whether to show the views control.\n * @default false\n */\n enabled?: boolean;\n /**\n * Props for the Save View modal.\n */\n saveViewModalProps?: {\n /**\n * Placeholder text for the new view name input in the modal.\n */\n placeholderName?: string;\n /**\n * props for the learn more link in the modal.\n */\n learnMore?: {\n /**\n * Redirect URL for the Learn More button in the modal.\n */\n url?: string;\n };\n };\n /**\n * Props for the views control dropdown.\n */\n viewsDropdownProps?: {\n /**\n * Show the total number of items next to the views control.\n * @default false\n */\n showTotal?: boolean;\n /**\n * Hide the \"All items\" view from the dropdown. Only works when custom presets exist.\n * @default false\n */\n hideAllItemsView?: boolean;\n /**\n * Custom label for the \"All items\" view. Ignored if a preset has `isDefaultView: true`.\n * @default \"All items\"\n */\n customAllItemsViewLabel?: string;\n };\n /**\n * Custom presets to use for the views control.\n */\n presets?:\n | {\n type: 'categories';\n categories: AutoCategory[];\n }\n | {\n type: 'views';\n views: AutoView[];\n };\n}\n\nexport interface AutoCategory {\n /**\n * Category unique identifier.\n */\n id: string;\n /**\n * Category name that will be displayed in the views control.\n */\n label: string;\n /**\n * Category views.\n */\n views: AutoView[];\n /**\n * An icon that will be displayed next to the category label.\n */\n icon?: {\n tooltipContent: string;\n size?: 'small' | 'medium';\n };\n}\n\nexport interface AutoView {\n /**\n * View unique identifier.\n */\n id: string;\n /**\n * Display name for the view in the dropdown.\n */\n label: string;\n /**\n * Filters to apply when the view is selected. Keys must be filters id declared in this config.\n * @external\n */\n filters?: Record<string, AutoFilterValue | null>;\n /**\n * Column preferences for the view. Use this to control column order, visibility, and sorting.\n */\n columnPreferences?: ColumnPreferences[];\n /**\n * Makes this view the default selection instead of the \"All items\" view.\n */\n isDefaultView?: boolean;\n}\n\ninterface ColumnPreferences {\n /**\n * Column unique identifier.\n */\n id: string;\n /**\n * Sorting direction of the column in the view.\n */\n direction?: 'asc' | 'desc';\n /**\n * Pass false to hide the column from the view.\n */\n show?: boolean;\n}\n\nexport interface BaseOptionsFilterConfig {\n /**\n * Selection behavior: single choice or multiple choices.\n */\n selectionMode: FilterSelectionMode;\n}\n\nexport interface DateFilterConfig {\n /**\n * Controls behavior: presets only, custom only, or both.\n */\n mode?: DateRangeFilterMode;\n /**\n * Which preset ranges to display (only if mode supports presets).\n */\n presets?: DateRangeOptions;\n /**\n * Whether to include time selection.\n * @default true\n */\n includeTime?: boolean;\n}\n\nexport type AutoFilterValue =\n | {\n filterType: 'date';\n value: DateFilterValue;\n }\n | {\n filterType: 'number';\n value: NumberFilterValue;\n }\n | {\n filterType: 'boolean';\n value: BooleanFilterValue;\n }\n | {\n filterType: 'enum';\n value: EnumFilterValue;\n }\n | {\n filterType: 'reference';\n value: ReferenceFilterValue;\n }\n | {\n filterType: 'hasValue';\n value: HasValueFilterValue;\n };\n\nexport type DateFilterValue =\n | {\n preset: DateRangeOptions | DateRangePredefinedPresetOptions;\n }\n | {\n /**\n * Start date. format: MM-DD-YYYY\n */\n from?: string;\n /**\n * End date. format: MM-DD-YYYY\n */\n to?: string;\n };\n\nexport interface NumberFilterConfig {\n /**\n * Minimum allowed value.\n */\n min?: number;\n /**\n * Maximum allowed value.\n */\n max?: number;\n /**\n * Whether decimal values are allowed.\n */\n allowedDecimals?: boolean;\n}\n\nexport type NumberFilterValue = {\n /**\n * Minimum allowed value. default is negative infinity\n */\n from?: number;\n /**\n * Maximum allowed value. default is infinity\n */\n to?: number;\n};\n\nexport interface BooleanFilterConfig {\n /**\n * Label for the \"true\" option.\n */\n trueLabel?: string;\n /**\n * Label for the \"false\" option.\n */\n falseLabel?: string;\n}\n\nexport type BooleanFilterValue = {\n /**\n * checked for true, unchecked for false, all for all\n */\n id: 'checked' | 'unchecked' | 'all';\n /**\n * A string that will appear on the filter tag, after the field name, when the filter is active (appears as \\<field-name\\>: \\<name\\>)\n */\n name: string;\n}[];\n\nexport type HasValueFilterValue = {\n /**\n * hasValue for cells with a value, noValue for empty cells\n */\n id: 'hasValue' | 'noValue';\n /**\n * A string that will appear on the filter tag, after the field name, when the filter is active (appears as \\<field-name\\>: \\<name\\>)\n */\n name: string;\n}[];\n\nexport interface EnumFilterConfig extends BaseOptionsFilterConfig {\n /**\n * List of available options.\n */\n options: FilterOption[];\n /**\n * Rendering control for option appearance.\n */\n optionType?: FilterOptionType;\n}\n\nexport type EnumFilterValue = {\n /**\n * The option value (from the filter config)\n */\n id: string;\n /**\n * A string that will appear on the filter tag, after the field name, when the filter is active (appears as \\<field-name\\>: \\<name\\>)\n */\n name: string;\n}[];\n\nexport interface DynamicOptionsFilterConfig extends BaseOptionsFilterConfig {}\n\nexport type ReferenceFilterValue = {\n /**\n * The option value (from the filter config)\n */\n id: string;\n /**\n * A string that will appear on the filter tag, after the field name, when the filter is active (appears as \\<field-name\\>: \\<name\\>)\n */\n name: string;\n}[];\n\nexport interface Filter {\n /**\n * Filter unique identifier.\n */\n id: string;\n /**\n * Target field id this filter controls.\n */\n fieldId: string;\n /**\n * Optional filter display name (defaults to field name).\n */\n displayName?: string;\n /**\n * Optional grouping label. Filters with the same `sectionTitle` are grouped together.\n */\n sectionTitle?: string;\n /**\n * Whether the filter item is expanded by default in the panel.\n */\n openByDefault?: boolean;\n /**\n * Label shown in the table/grid tag when the filter is active.\n */\n tagLabel?: string;\n /**\n * Configuration for number inputs (NUMBER fields).\n */\n numberConfig?: NumberFilterConfig;\n /**\n * Configuration for date inputs (DATETIME fields).\n */\n dateConfig?: DateFilterConfig;\n /**\n * Configuration for boolean input labels (BOOLEAN fields).\n */\n booleanConfig?: BooleanFilterConfig;\n /**\n * Configuration for enum inputs (ARRAY/ARRAY_STRING fields).\n */\n enumConfig?: EnumFilterConfig;\n /**\n * Dynamic options configuration (advanced).\n */\n dynamicOptionsConfig?: DynamicOptionsFilterConfig;\n}\n"],"mappings":"AAscA,WAAYA,iBAAiB,0BAAjBA,iBAAiB;EAAjBA,iBAAiB;EAAjBA,iBAAiB;EAAjBA,iBAAiB;EAAjBA,iBAAiB;EAAjBA,iBAAiB;EAAA,OAAjBA,iBAAiB;AAAA","ignoreList":[]}
1
+ {"version":3,"names":["ComponentTypeEnum"],"sources":["../../../src/types/CollectionPageConfig.ts"],"sourcesContent":["import { CollectionToolbarFiltersProps } from '@wix/patterns';\nimport {\n DateRangeFilterMode,\n DateRangeOptions,\n DateRangePredefinedPresetOptions,\n} from '@wix/patterns/core';\nimport { BaseCollectionConfig } from './types';\nimport {\n ActionCellConfig,\n BulkActionsConfig,\n CollectionPageOnRowClickActionConfig,\n CollectionPagePrimaryActions,\n CollectionPageSecondaryActions,\n} from './actions';\n\nexport interface CollectionPageTitle {\n /**\n * The title text.\n */\n text: string;\n /**\n * Determines whether to hide the number of total entities on the title of the page.\n */\n hideTotal?: boolean;\n}\n\nexport interface CollectionPageSubtitle {\n /**\n * The subtitle text.\n */\n text: string;\n /**\n * \"Learn more\" link.\n */\n learnMore?: {\n /**\n * Where the link should navigate to.\n */\n url: string;\n /**\n * The label of the link button. defaults to \"Learn More\".\n */\n label?: string;\n };\n}\n\nexport interface CollectionPageConfig {\n /**\n * Route configuration.\n */\n route: {\n /**\n * Route path (relative path).\n */\n path: string;\n };\n /**\n * Page title configuration.\n */\n title: CollectionPageTitle;\n /**\n * Page subtitle configuration.\n */\n subtitle?: CollectionPageSubtitle;\n /**\n * Page-level actions to render in the page header.\n */\n actions?: {\n /**\n * Primary actions.\n */\n primaryActions?: CollectionPagePrimaryActions;\n /**\n * Secondary actions.\n */\n secondaryActions?: CollectionPageSecondaryActions;\n };\n /**\n * Components rendered within the page layout.\n */\n components: ComponentConfig[];\n}\n\nexport interface CollectionComponentConfig\n extends BaseCollectionComponentConfig {\n /**\n * Type discriminator.\n */\n type: 'collection';\n /**\n * Layout items to render.\n */\n layout: LayoutItemConfig[];\n}\n\nexport interface CustomComponentConfig {\n /**\n * Type discriminator.\n */\n type: 'custom';\n /**\n * Identifier that maps to a custom React component provided via overrides.\n */\n id: string;\n}\n\nexport type ComponentConfig = CollectionComponentConfig | CustomComponentConfig;\n\nexport interface LayoutItemConfig {\n /**\n * Rendering mode for the collection component.\n */\n type: 'Table' | 'Grid';\n /**\n * Table-specific configuration.\n */\n table?: TableSpecificConfig;\n /**\n * Grid-specific configuration.\n */\n grid?: GridSpecificConfig;\n}\n\nexport type ColumnsConfig = Column[];\n\nexport interface TableSpecificConfig {\n /**\n * Table columns configuration.\n */\n columns: ColumnsConfig;\n /**\n * Enables custom columns (hide/reorder columns) functionality.\n */\n customColumns?: {\n enabled: boolean;\n };\n /**\n * Number of leading columns that remain sticky on horizontal scroll.\n */\n stickyColumns?: number;\n /**\n * Row click action.\n */\n onRowClick?: CollectionPageOnRowClickActionConfig;\n /**\n * Show column headers (title bar).\n * @default true\n */\n showTitleBar?: boolean;\n /**\n * Sectioning support for table.\n *\n * The `id` must match the identifier of a custom sectioning override component.\n * This allows you to provide a custom React component for table section rendering.\n */\n sections?: {\n id: string;\n };\n /**\n * Data extension configuration.\n */\n dataExtension?: {\n enabled: boolean;\n };\n}\n\nexport interface GridSpecificConfig {\n /**\n * Grid item.\n */\n item: GridItem;\n}\n\nexport interface TableConfig\n extends BaseCollectionComponentConfig,\n TableSpecificConfig {}\n\nexport interface GridConfig\n extends BaseCollectionComponentConfig,\n GridSpecificConfig {}\n\nexport interface TableGridSwitchConfig\n extends BaseCollectionComponentConfig,\n TableSpecificConfig,\n GridSpecificConfig {}\n\nexport type CollectionConfig = BaseCollectionConfig & {\n /**\n * Default fetch limit (items per page).\n */\n limit?: number;\n /**\n * Reflect search/filters/sort in the URL.\n * @default false\n */\n reflectQueryInUrl?: boolean;\n /**\n * Scope of \"Select All\":\n * - 'all': select the entire collection (server-side).\n * - 'page': select only currently visible items.\n * @default \"all\"\n */\n selectAllScope?: 'page' | 'all';\n /**\n * Selection behavior when data changes:\n * - 'preserve': keep current selections if still valid.\n * - 'clear': clear selection on data refresh.\n * @default \"clear\"\n */\n selectionUpdateMode?: 'preserve' | 'clear';\n /**\n * Enables optimistic UI actions;\n * Identifier that maps to a custom optimistic actions provided via overrides.\n */\n optimisticActions?: {\n id: string;\n };\n /**\n * Pagination strategy:\n * - 'cursor': `find()` must return { items, cursor, total? }\n * - 'offset': `find()` must return { items, hasNext, total? }\n * @default \"offset\"\n */\n paginationMode?: 'cursor' | 'offset';\n};\n\nexport interface BaseCollectionComponentConfig {\n /**\n * Collection data configuration and behavior.\n */\n collection: CollectionConfig;\n /**\n * Entity page to navigate to (by page id) when interacting with rows (e.g. onRowClick/update).\n */\n entityPageId?: string;\n /**\n * Search configuration.\n */\n search?: {\n /**\n * Whether to show the search input.\n * @default true\n */\n shown?: boolean;\n };\n /**\n * Toolbar title configuration.\n */\n toolbarTitle?: ToolbarTitle;\n /**\n * Action cell configuration per row.\n */\n actionCell?: ActionCellConfig;\n /**\n * Empty state configuration.\n */\n emptyState?: EmptyState;\n /**\n * Filters configuration.\n */\n filters?: FiltersConfig;\n /**\n * Views configuration.\n */\n views?: ViewsConfig;\n /**\n * Bulk action toolbar configuration.\n */\n bulkActionToolbar?: BulkActionsConfig;\n /**\n * Drag and drop configuration.\n */\n dragAndDrop?: {\n /**\n * Whether drag and drop is enabled. When enabled, the schema must support a \"move\" action.\n */\n enabled: boolean;\n /**\n * Custom drag and drop cancel handler.\n */\n dragAndDropCancel?: {\n id?: string;\n };\n };\n /**\n * Import configuration. Renders an `ImportButton` in the collection toolbar\n * that allows users to upload CSV files and bulk-import entities.\n */\n import?: ImportConfig;\n /**\n * Whether to show prefix icons for field types in column headers, filters, and the customize-columns panel.\n * When enabled, each column and filter receives its schema field type so Cairo can render the matching icon.\n * @default false\n */\n showFieldTypeIcons?: boolean;\n}\n\nexport interface ImportConfig {\n enabled?: boolean;\n}\n\nexport interface ToolbarTitle {\n /**\n * Title text.\n */\n title: string;\n /**\n * Subtitle configuration.\n */\n subtitle?: {\n /**\n * Subtitle text.\n */\n text: string;\n /**\n * Info tooltip content with an optional link.\n */\n info?: {\n content: {\n text: string;\n link?: {\n url: string;\n label: string;\n };\n };\n };\n /**\n * \"Learn more\" link.\n */\n learnMore?: {\n /**\n * Where the link should navigate to.\n */\n url: string;\n /**\n * The label of the link button.\n */\n label?: string;\n };\n };\n /**\n * Show total items on the toolbar.\n * @default false\n */\n showTotal?: boolean;\n /**\n * Limit displayed item count in the toolbar.\n */\n itemsLimit?: number;\n}\n\nexport interface Column {\n /**\n * FieldId to bind the column to.\n */\n id: string;\n /**\n * Column header text.\n */\n name: string;\n /**\n * CSS width value (e.g. '120px', '20%').\n */\n width: string;\n /**\n * Whether the column supports sorting.\n */\n sortable?: boolean;\n /**\n * Initial sort order when the page loads.\n */\n defaultSortOrder?: 'asc' | 'desc';\n /**\n * Current sort mode selected in UI.\n */\n sortMode?: 'asc' | 'desc';\n /**\n * Hide column by default in the custom columns panel.\n * When true, the column will not be shown initially and must be enabled by the user via the customize columns UI.\n */\n defaultHidden?: boolean;\n /**\n * Exclude from the \"customize columns\" selection UI.\n */\n hiddenFromCustomColumnsSelection?: boolean;\n /**\n * Controls whether the \"hide/show\" checkbox for this column is enabled in the custom columns panel.\n * If set to false, the checkbox will be disabled and the user cannot toggle visibility for this column.\n */\n hideable?: boolean;\n /**\n * Prevent column reordering in the customization UI.\n */\n reorderDisabled?: boolean;\n /**\n * Tooltip content to display when hovering over the info icon in the column header.\n */\n tooltipContent?: string;\n}\n\nexport interface GridItem {\n /**\n * FieldId to use as the card title.\n */\n titleFieldId: string;\n /**\n * FieldId to use as the card subtitle.\n */\n subtitleFieldId?: string;\n /**\n * FieldId to use as the card image.\n */\n imageFieldId?: string;\n /**\n * Controls which content is shown in the card (preset):\n * - 'full': shows title and subtitle.\n * - 'title': shows only the title.\n * - 'empty': hides both title and subtitle.\n */\n cardContentMode?: 'full' | 'title' | 'empty'; // Footer is not supported in auto-patterns\n /**\n * Position of the image inside the card layout.\n */\n imagePlacement?: 'top' | 'side';\n}\n\nexport interface EmptyState {\n /**\n * Empty state title.\n */\n title?: string;\n /**\n * Empty state subtitle.\n */\n subtitle?: string;\n /**\n * Image to display in the empty state.\n */\n image?: {\n id: string;\n };\n /**\n * \"Add new\" call-to-action button.\n */\n addNewCta?: {\n id?: string;\n text?: string;\n };\n /**\n * Custom CTA slot (advanced).\n */\n customCta?: {\n id?: string;\n };\n}\n\nexport interface FilterOption {\n value: string;\n label: string;\n}\n\nexport type FilterSelectionMode = 'single' | 'multiple';\n\nexport type FilterOptionType =\n | 'checkbox'\n | 'inlineCheckbox'\n | 'radio'\n | 'select';\n\nexport enum ComponentTypeEnum {\n SINGLE = 'single',\n MULTI_SELECT = 'multi-select',\n RADIO_GROUP = 'radio-group',\n NUMBER = 'number',\n DATE_RANGE = 'date-range',\n}\n\nexport type FilterItems = Filter[];\n\nexport interface FiltersConfig {\n /**\n * Filter items to display.\n */\n items: FilterItems;\n /**\n * Maximum number of filters shown inline before moving to the panel.\n * @default 0 (all in panel).\n */\n maxInlineFilters?: CollectionToolbarFiltersProps['inline'];\n /**\n * Title for the filter panel drawer.\n */\n panelTitle?: string;\n}\n\nexport interface ViewsConfig {\n /**\n * Whether to show the views control.\n * @default false\n */\n enabled?: boolean;\n /**\n * Props for the Save View modal.\n */\n saveViewModalProps?: {\n /**\n * Placeholder text for the new view name input in the modal.\n */\n placeholderName?: string;\n /**\n * props for the learn more link in the modal.\n */\n learnMore?: {\n /**\n * Redirect URL for the Learn More button in the modal.\n */\n url?: string;\n };\n };\n /**\n * Props for the views control dropdown.\n */\n viewsDropdownProps?: {\n /**\n * Show the total number of items next to the views control.\n * @default false\n */\n showTotal?: boolean;\n /**\n * Hide the \"All items\" view from the dropdown. Only works when custom presets exist.\n * @default false\n */\n hideAllItemsView?: boolean;\n /**\n * Custom label for the \"All items\" view. Ignored if a preset has `isDefaultView: true`.\n * @default \"All items\"\n */\n customAllItemsViewLabel?: string;\n };\n /**\n * Custom presets to use for the views control.\n */\n presets?:\n | {\n type: 'categories';\n categories: AutoCategory[];\n }\n | {\n type: 'views';\n views: AutoView[];\n };\n}\n\nexport interface AutoCategory {\n /**\n * Category unique identifier.\n */\n id: string;\n /**\n * Category name that will be displayed in the views control.\n */\n label: string;\n /**\n * Category views.\n */\n views: AutoView[];\n /**\n * An icon that will be displayed next to the category label.\n */\n icon?: {\n tooltipContent: string;\n size?: 'small' | 'medium';\n };\n}\n\nexport interface AutoView {\n /**\n * View unique identifier.\n */\n id: string;\n /**\n * Display name for the view in the dropdown.\n */\n label: string;\n /**\n * Filters to apply when the view is selected. Keys must be filters id declared in this config.\n * @external\n */\n filters?: Record<string, AutoFilterValue | null>;\n /**\n * Column preferences for the view. Use this to control column order, visibility, and sorting.\n */\n columnPreferences?: ColumnPreferences[];\n /**\n * Makes this view the default selection instead of the \"All items\" view.\n */\n isDefaultView?: boolean;\n}\n\ninterface ColumnPreferences {\n /**\n * Column unique identifier.\n */\n id: string;\n /**\n * Sorting direction of the column in the view.\n */\n direction?: 'asc' | 'desc';\n /**\n * Pass false to hide the column from the view.\n */\n show?: boolean;\n}\n\nexport interface BaseOptionsFilterConfig {\n /**\n * Selection behavior: single choice or multiple choices.\n */\n selectionMode: FilterSelectionMode;\n}\n\nexport interface DateFilterConfig {\n /**\n * Controls behavior: presets only, custom only, or both.\n */\n mode?: DateRangeFilterMode;\n /**\n * Which preset ranges to display (only if mode supports presets).\n */\n presets?: DateRangeOptions;\n /**\n * Whether to include time selection.\n * @default true\n */\n includeTime?: boolean;\n}\n\nexport type AutoFilterValue =\n | {\n filterType: 'date';\n value: DateFilterValue;\n }\n | {\n filterType: 'number';\n value: NumberFilterValue;\n }\n | {\n filterType: 'boolean';\n value: BooleanFilterValue;\n }\n | {\n filterType: 'enum';\n value: EnumFilterValue;\n }\n | {\n filterType: 'reference';\n value: ReferenceFilterValue;\n }\n | {\n filterType: 'hasValue';\n value: HasValueFilterValue;\n };\n\nexport type DateFilterValue =\n | {\n preset: DateRangeOptions | DateRangePredefinedPresetOptions;\n }\n | {\n /**\n * Start date. format: MM-DD-YYYY\n */\n from?: string;\n /**\n * End date. format: MM-DD-YYYY\n */\n to?: string;\n };\n\nexport interface NumberFilterConfig {\n /**\n * Minimum allowed value.\n */\n min?: number;\n /**\n * Maximum allowed value.\n */\n max?: number;\n /**\n * Whether decimal values are allowed.\n */\n allowedDecimals?: boolean;\n}\n\nexport type NumberFilterValue = {\n /**\n * Minimum allowed value. default is negative infinity\n */\n from?: number;\n /**\n * Maximum allowed value. default is infinity\n */\n to?: number;\n};\n\nexport interface BooleanFilterConfig {\n /**\n * Label for the \"true\" option.\n */\n trueLabel?: string;\n /**\n * Label for the \"false\" option.\n */\n falseLabel?: string;\n}\n\nexport type BooleanFilterValue = {\n /**\n * checked for true, unchecked for false, all for all\n */\n id: 'checked' | 'unchecked' | 'all';\n /**\n * A string that will appear on the filter tag, after the field name, when the filter is active (appears as \\<field-name\\>: \\<name\\>)\n */\n name: string;\n}[];\n\nexport type HasValueFilterValue = {\n /**\n * hasValue for cells with a value, noValue for empty cells\n */\n id: 'hasValue' | 'noValue';\n /**\n * A string that will appear on the filter tag, after the field name, when the filter is active (appears as \\<field-name\\>: \\<name\\>)\n */\n name: string;\n}[];\n\nexport interface EnumFilterConfig extends BaseOptionsFilterConfig {\n /**\n * List of available options.\n */\n options: FilterOption[];\n /**\n * Rendering control for option appearance.\n */\n optionType?: FilterOptionType;\n}\n\nexport type EnumFilterValue = {\n /**\n * The option value (from the filter config)\n */\n id: string;\n /**\n * A string that will appear on the filter tag, after the field name, when the filter is active (appears as \\<field-name\\>: \\<name\\>)\n */\n name: string;\n}[];\n\nexport interface DynamicOptionsFilterConfig extends BaseOptionsFilterConfig {}\n\nexport type ReferenceFilterValue = {\n /**\n * The option value (from the filter config)\n */\n id: string;\n /**\n * A string that will appear on the filter tag, after the field name, when the filter is active (appears as \\<field-name\\>: \\<name\\>)\n */\n name: string;\n}[];\n\nexport interface Filter {\n /**\n * Filter unique identifier.\n */\n id: string;\n /**\n * Target field id this filter controls.\n */\n fieldId: string;\n /**\n * Optional filter display name (defaults to field name).\n */\n displayName?: string;\n /**\n * Optional grouping label. Filters with the same `sectionTitle` are grouped together.\n */\n sectionTitle?: string;\n /**\n * Whether the filter item is expanded by default in the panel.\n */\n openByDefault?: boolean;\n /**\n * Label shown in the table/grid tag when the filter is active.\n */\n tagLabel?: string;\n /**\n * Configuration for number inputs (NUMBER fields).\n */\n numberConfig?: NumberFilterConfig;\n /**\n * Configuration for date inputs (DATETIME fields).\n */\n dateConfig?: DateFilterConfig;\n /**\n * Configuration for boolean input labels (BOOLEAN fields).\n */\n booleanConfig?: BooleanFilterConfig;\n /**\n * Configuration for enum inputs (ARRAY/ARRAY_STRING fields).\n */\n enumConfig?: EnumFilterConfig;\n /**\n * Dynamic options configuration (advanced).\n */\n dynamicOptionsConfig?: DynamicOptionsFilterConfig;\n}\n"],"mappings":"AAqdA,WAAYA,iBAAiB,0BAAjBA,iBAAiB;EAAjBA,iBAAiB;EAAjBA,iBAAiB;EAAjBA,iBAAiB;EAAjBA,iBAAiB;EAAjBA,iBAAiB;EAAA,OAAjBA,iBAAiB;AAAA","ignoreList":[]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=SchemaConfig.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sources":["../../../src/types/SchemaConfig.ts"],"sourcesContent":["import { CursorQueryResult, OffsetQueryResult } from './fetchData';\n\nexport type PatternsFieldType =\n | 'SHORT_TEXT'\n | 'LONG_TEXT'\n | 'NUMBER'\n | 'BOOLEAN'\n | 'DATE'\n | 'DATETIME'\n | 'TIME'\n | 'URL'\n | 'ARRAY'\n | 'REFERENCE'\n | 'MULTI_REFERENCE'\n | 'OBJECT'\n | 'IMAGE'\n | 'MEDIA_GALLERY'\n | 'ADDRESS'\n | 'RICH_TEXT'\n | 'DOCUMENT'\n | 'RICH_CONTENT'\n | 'MULTI_DOCUMENT'\n | 'EMAIL'\n | 'AUDIO'\n | 'COLOR';\n\nexport type QueryOperator =\n | 'CONTAINS'\n | 'ENDS_WITH'\n | 'EQ'\n | 'EXISTS'\n | 'GT'\n | 'GTE'\n | 'HAS_ALL'\n | 'HAS_SOME'\n | 'LT'\n | 'LTE'\n | 'NE'\n | 'STARTS_WITH'\n | 'URLIZED';\n\ninterface BaseField {\n /**\n * Field unique identifier (dot-path supported, e.g. 'primaryInfo.email').\n */\n id: string;\n /**\n * Human-readable field display name.\n */\n displayName: string;\n /**\n * Optional validation rules for UI inputs/editing.\n */\n validation?: {\n numberRange?: NumberRange;\n stringLengthRange?: StringLengthRange;\n /**\n * Whether the field is required when creating/updating an entity.\n */\n required: boolean;\n };\n /**\n * Capabilities informing UI and query layer behavior.\n */\n capabilities?: {\n /**\n * Operators allowed for querying/filtering this field.\n */\n supportedQueryOperators: QueryOperator[];\n /**\n * Whether the field supports sorting.\n */\n sortable: boolean;\n };\n}\n\nexport interface BaseReferenceField extends BaseField {\n referenceMetadata: {\n /**\n * Target collection ID referenced by this field.\n */\n referencedCollectionId: string;\n };\n}\n\nexport interface ReferenceField extends BaseReferenceField {\n type: 'REFERENCE';\n}\n\nexport interface MultiReferenceField extends BaseReferenceField {\n type: 'MULTI_REFERENCE';\n}\n\nexport interface NonReferenceField extends BaseField {\n type: Exclude<PatternsFieldType, 'REFERENCE' | 'MULTI_REFERENCE'>;\n}\n\nexport type Field = ReferenceField | MultiReferenceField | NonReferenceField;\n\nexport interface NumberRange {\n min?: number;\n max?: number;\n}\n\nexport interface StringLengthRange {\n minLength?: number;\n maxLength?: number;\n}\n\nexport interface BackupConfig {\n /**\n * Initiate a backup and return its identifier.\n */\n create: () => Promise<{ backupId: string }>;\n /**\n * Poll or wait until the backup reaches a terminal status.\n * The adapter owns the polling implementation.\n */\n waitForCompletion: (\n backupId: string,\n options?: { signal?: AbortSignal },\n ) => Promise<void>;\n /**\n * Optionally cancel a running backup.\n */\n cancel?: (backupId: string) => Promise<void>;\n\n /**\n * Restore a backup by its identifier.\n */\n restore?: (backupId: string) => Promise<{ restorationId: string }>;\n\n /**\n * Optionally poll or wait until a restoration reaches a terminal status.\n */\n waitForRestoration?: (\n restorationId: string,\n options?: { signal?: AbortSignal },\n ) => Promise<void>;\n}\n\nexport interface BulkInsertError {\n rowIndex: number;\n message?: string;\n code?: string;\n}\n\nexport interface BulkInsertResult {\n succeeded?: number;\n failed?: number;\n errors?: BulkInsertError[];\n}\n\nexport interface Query {\n limit: number;\n offset?: number;\n page: number;\n search?: string;\n cursor?: string | null;\n filters: Record<string, any>;\n sort?: {\n fieldName: string;\n order: 'asc' | 'desc';\n }[];\n}\n\nexport interface SchemaConfig {\n /**\n * Schema unique identifier (usually same as collectionId).\n */\n id: string;\n /**\n * Field registry by fieldId. Undefined value allows reserving keys conditionally.\n */\n fields: Record<string, Field | undefined>;\n /**\n * The fieldId that best represents the entity for titles/selections.\n */\n displayField: string;\n /**\n * The underlying identifier field used by your data source (e.g. '_id').\n */\n idField: string;\n\n /**\n * Whether the entity supports data extensions\n * Maps to `info.extensible` in the collection schema - map only properties that are relevant or `null` if not extensible */\n extensible?: {\n /**\n * Whether the entity supports filtering on data extensions\n * Maps to `info.extensible.filterable` in the collection schema\n */\n filterable?: boolean;\n } | null;\n /**\n * Whether the schema contains personally identifiable information (PII).\n * Maps to `info.containsPii` in the collection schema\n */\n containsPii?: boolean;\n /**\n * Data access layer for entities of this schema.\n */\n actions: {\n /**\n * Fetch a single entity by ID.\n */\n get: (entityId: string) => Promise<any>;\n /**\n * Create a new entity with the provided partial.\n */\n create: (newEntity: Record<string, any>) => Promise<any>;\n /**\n * Update an existing entity.\n */\n update: (updatedEntity: Record<string, any>) => Promise<any>;\n /**\n * Delete an entity by ID.\n */\n delete: (entityId: string) => Promise<any>;\n /**\n * Bulk deletion by IDs.\n */\n bulkDelete: (entityIds: string[]) => Promise<any>;\n /**\n * Query for entities with pagination/sort/filter.\n * Return shape depends on pagination mode (see CollectionConfig.paginationMode):\n * - Cursor mode: { items, cursor, total? }\n * - Offset mode (default): { items, hasNext, total? }\n */\n find: (\n query: Query,\n options?: {\n /**\n * Overrides the set of fieldIds used for search term matching.\n */\n searchableFieldIds?: string[];\n /**\n * Maps UI filter ids to underlying fieldIds when they differ.\n */\n filterFieldMapping?: Record<string, { fieldId: string }>;\n },\n ) => Promise<CursorQueryResult | OffsetQueryResult>;\n /**\n * Reorder an entity within the collection.\n * @param id The ID of the entity to move.\n * @param params.moveAfterId The ID of the entity that should precede the moved entity, or null/undefined to move to start.\n */\n move?: (\n id: string,\n params: {\n moveAfterId: string | null | undefined;\n },\n ) => Promise<void>;\n /**\n * Backup configuration for the collection.\n * When provided, the import flow will create a backup before importing.\n */\n readonly backup?: BackupConfig;\n /**\n * Insert multiple entities in a single batch operation.\n */\n readonly bulkInsert?: (\n entities: Record<string, any>[],\n ) => Promise<BulkInsertResult>;\n };\n}\n"],"mappings":"","ignoreList":[]}
@@ -1,2 +1,7 @@
1
+ export * from './SchemaConfig';
2
+
3
+ /**
4
+ * BI reporting function type for toolbar events.
5
+ */
1
6
  export {};
2
7
  //# sourceMappingURL=types.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["../../../src/types/types.ts"],"sourcesContent":["import { EntityPageConfig } from './EntityPageConfig';\nimport { CollectionPageConfig } from './CollectionPageConfig';\nimport { SettingsPageConfig } from './SettingsPageConfig';\nimport { useOptimisticActions } from '@wix/patterns';\nimport { CursorQueryResult, OffsetQueryResult } from './fetchData';\n\ninterface BaseCollectionConfigCommon {\n /**\n * Collection identifier.\n * - For CMS: the Wix Data collection ID.\n * - For custom sources: the logical collection/entity type ID your data provider recognizes.\n */\n collectionId: string;\n}\n\nexport interface CMSCollectionConfig extends BaseCollectionConfigCommon {\n /**\n * Declares this collection pulls schema/data from Wix CMS.\n */\n entityTypeSource: 'cms';\n /**\n * Optional override for CMS schema metadata.\n * Use this if you already have the schema and want to provide it directly.\n */\n cms?: {\n schema?: { id: string };\n };\n custom?: never;\n}\n\ninterface CustomCollectionConfig extends BaseCollectionConfigCommon {\n /**\n * Declares this collection is backed by a custom data source.\n */\n entityTypeSource: 'custom';\n cms?: never;\n /**\n * Required metadata for custom sources.\n * `id` must match the identifier your custom data source registers under.\n */\n custom: {\n id: string;\n };\n}\n\nexport type BaseCollectionConfig = CMSCollectionConfig | CustomCollectionConfig;\n\nexport type PatternsFieldType =\n | 'SHORT_TEXT'\n | 'LONG_TEXT'\n | 'NUMBER'\n | 'BOOLEAN'\n | 'DATE'\n | 'DATETIME'\n | 'TIME'\n | 'URL'\n | 'ARRAY'\n | 'REFERENCE'\n | 'MULTI_REFERENCE'\n | 'OBJECT'\n | 'IMAGE'\n | 'MEDIA_GALLERY'\n | 'ADDRESS'\n | 'RICH_TEXT'\n | 'DOCUMENT'\n | 'RICH_CONTENT'\n | 'MULTI_DOCUMENT'\n | 'EMAIL'\n | 'AUDIO';\n\nexport interface AppConfig {\n /** List of pages to render and route between. */\n pages: PageConfig[];\n}\n\nexport interface BasePageConfig {\n /**\n * Page unique identifier.\n * - Used for routing, navigation, and cross references (e.g. `entityPageId`, `parentPageId`).\n */\n id: string;\n /**\n * Marks this page as the main landing page of the app.\n * - Exactly one page should have `true`.\n * - Used to determine the default route.\n */\n appMainPage?: boolean;\n}\n\nexport interface CollectionPageConfigType extends BasePageConfig {\n /**\n * Page type discriminator.\n */\n type: 'collectionPage';\n /**\n * Collection page configuration.\n */\n collectionPage: CollectionPageConfig;\n entityPage?: never;\n settingsPage?: never;\n}\n\nexport interface EntityPageConfigType extends BasePageConfig {\n /**\n * Page type discriminator.\n */\n type: 'entityPage';\n /**\n * Entity page configuration.\n */\n entityPage: EntityPageConfig;\n collectionPage?: never;\n settingsPage?: never;\n}\n\nexport interface SettingsPageConfigType extends BasePageConfig {\n /**\n * Page type discriminator.\n */\n type: 'settingsPage';\n /**\n * Settings page configuration.\n */\n settingsPage: SettingsPageConfig;\n collectionPage?: never;\n entityPage?: never;\n}\n\nexport type PageConfig =\n | CollectionPageConfigType\n | EntityPageConfigType\n | SettingsPageConfigType;\n\nexport type EntityProps = { [key: string]: any };\n\nexport interface IMenuItem<T extends EntityProps = any> {\n item: T;\n}\n\nexport interface IColumnValue<T> {\n value: T;\n row: Record<string, any>;\n}\n\nexport type QueryOperator =\n | 'CONTAINS'\n | 'ENDS_WITH'\n | 'EQ'\n | 'EXISTS'\n | 'GT'\n | 'GTE'\n | 'HAS_ALL'\n | 'HAS_SOME'\n | 'LT'\n | 'LTE'\n | 'NE'\n | 'STARTS_WITH'\n | 'URLIZED';\n\nexport interface BaseInputRef {\n focus?: () => void;\n invalid?: boolean;\n}\ninterface BaseField {\n /**\n * Field unique identifier (dot-path supported, e.g. 'primaryInfo.email').\n */\n id: string;\n /**\n * Human-readable field display name.\n */\n displayName: string;\n /**\n * Optional validation rules for UI inputs/editing.\n */\n validation?: {\n numberRange?: NumberRange;\n stringLengthRange?: StringLengthRange;\n /**\n * Whether the field is required when creating/updating an entity.\n */\n required: boolean;\n };\n /**\n * Capabilities informing UI and query layer behavior.\n */\n capabilities?: {\n /**\n * Operators allowed for querying/filtering this field.\n */\n supportedQueryOperators: QueryOperator[];\n /**\n * Whether the field supports sorting.\n */\n sortable: boolean;\n };\n}\n\nexport interface BaseReferenceField extends BaseField {\n referenceMetadata: {\n /**\n * Target collection ID referenced by this field.\n */\n referencedCollectionId: string;\n };\n}\n\nexport interface ReferenceField extends BaseReferenceField {\n type: 'REFERENCE';\n}\n\nexport interface MultiReferenceField extends BaseReferenceField {\n type: 'MULTI_REFERENCE';\n}\n\nexport interface NonReferenceField extends BaseField {\n type: Exclude<PatternsFieldType, 'REFERENCE' | 'MULTI_REFERENCE'>;\n}\n\nexport type Field = ReferenceField | MultiReferenceField | NonReferenceField;\n\nexport interface NumberRange {\n min?: number;\n max?: number;\n}\n\nexport interface StringLengthRange {\n minLength?: number;\n maxLength?: number;\n}\n\nexport interface Query {\n limit: number;\n offset?: number;\n page: number;\n search?: string;\n cursor?: string | null;\n filters: Record<string, any>;\n sort?: {\n fieldName: string;\n order: 'asc' | 'desc';\n }[];\n}\n\nexport interface SchemaConfig {\n /**\n * Schema unique identifier (usually same as collectionId).\n */\n id: string;\n /**\n * Field registry by fieldId. Undefined value allows reserving keys conditionally.\n */\n fields: Record<string, Field | undefined>;\n /**\n * The fieldId that best represents the entity for titles/selections.\n */\n displayField: string;\n /**\n * The underlying identifier field used by your data source (e.g. '_id').\n */\n idField: string;\n\n /**\n * Whether the entity supports data extensions\n * Maps to `info.extensible` in the collection schema - map only properties that are relevant or `null` if not extensible */\n extensible?: {\n /**\n * Whether the entity supports filtering on data extensions\n * Maps to `info.extensible.filterable` in the collection schema\n */\n filterable?: boolean;\n } | null;\n /**\n * Whether the schema contains personally identifiable information (PII).\n * Maps to `info.containsPii` in the collection schema\n */\n containsPii?: boolean;\n /**\n * Data access layer for entities of this schema.\n */\n actions: {\n /**\n * Fetch a single entity by ID.\n */\n get: (entityId: string) => Promise<any>;\n /**\n * Create a new entity with the provided partial.\n */\n create: (newEntity: Record<string, any>) => Promise<any>;\n /**\n * Update an existing entity.\n */\n update: (updatedEntity: Record<string, any>) => Promise<any>;\n /**\n * Delete an entity by ID.\n */\n delete: (entityId: string) => Promise<any>;\n /**\n * Bulk deletion by IDs.\n */\n bulkDelete: (entityIds: string[]) => Promise<any>;\n /**\n * Query for entities with pagination/sort/filter.\n * Return shape depends on pagination mode (see CollectionConfig.paginationMode):\n * - Cursor mode: { items, cursor, total? }\n * - Offset mode (default): { items, hasNext, total? }\n */\n find: (\n query: Query,\n options?: {\n /**\n * Overrides the set of fieldIds used for search term matching.\n */\n searchableFieldIds?: string[];\n /**\n * Maps UI filter ids to underlying fieldIds when they differ.\n */\n filterFieldMapping?: Record<string, { fieldId: string }>;\n },\n ) => Promise<CursorQueryResult | OffsetQueryResult>;\n /**\n * Reorder an entity within the collection.\n * @param id The ID of the entity to move.\n * @param params.moveAfterId The ID of the entity that should precede the moved entity, or null/undefined to move to start.\n */\n move?: (\n id: string,\n params: {\n moveAfterId: string | null | undefined;\n },\n ) => Promise<void>;\n };\n}\n\nexport type OptimisticActionsParams = Parameters<\n typeof useOptimisticActions\n>[1];\n\n/**\n * BI reporting function type for toolbar events.\n */\nexport type ReportBiFn = (event: any) => void;\n"],"mappings":"","ignoreList":[]}
1
+ {"version":3,"names":[],"sources":["../../../src/types/types.ts"],"sourcesContent":["import { EntityPageConfig } from './EntityPageConfig';\nimport { CollectionPageConfig } from './CollectionPageConfig';\nimport { SettingsPageConfig } from './SettingsPageConfig';\nimport { useOptimisticActions } from '@wix/patterns';\n\nexport * from './SchemaConfig';\n\ninterface BaseCollectionConfigCommon {\n /**\n * Collection identifier.\n * - For CMS: the Wix Data collection ID.\n * - For custom sources: the logical collection/entity type ID your data provider recognizes.\n */\n collectionId: string;\n}\n\nexport interface CMSCollectionConfig extends BaseCollectionConfigCommon {\n /**\n * Declares this collection pulls schema/data from Wix CMS.\n */\n entityTypeSource: 'cms';\n /**\n * Optional override for CMS schema metadata.\n * Use this if you already have the schema and want to provide it directly.\n */\n cms?: {\n schema?: { id: string };\n };\n custom?: never;\n}\n\ninterface CustomCollectionConfig extends BaseCollectionConfigCommon {\n /**\n * Declares this collection is backed by a custom data source.\n */\n entityTypeSource: 'custom';\n cms?: never;\n /**\n * Required metadata for custom sources.\n * `id` must match the identifier your custom data source registers under.\n */\n custom: {\n id: string;\n };\n}\n\nexport type BaseCollectionConfig = CMSCollectionConfig | CustomCollectionConfig;\n\nexport interface AppConfig {\n /** List of pages to render and route between. */\n pages: PageConfig[];\n}\n\nexport interface BasePageConfig {\n /**\n * Page unique identifier.\n * - Used for routing, navigation, and cross references (e.g. `entityPageId`, `parentPageId`).\n */\n id: string;\n /**\n * Marks this page as the main landing page of the app.\n * - Exactly one page should have `true`.\n * - Used to determine the default route.\n */\n appMainPage?: boolean;\n}\n\nexport interface CollectionPageConfigType extends BasePageConfig {\n /**\n * Page type discriminator.\n */\n type: 'collectionPage';\n /**\n * Collection page configuration.\n */\n collectionPage: CollectionPageConfig;\n entityPage?: never;\n settingsPage?: never;\n}\n\nexport interface EntityPageConfigType extends BasePageConfig {\n /**\n * Page type discriminator.\n */\n type: 'entityPage';\n /**\n * Entity page configuration.\n */\n entityPage: EntityPageConfig;\n collectionPage?: never;\n settingsPage?: never;\n}\n\nexport interface SettingsPageConfigType extends BasePageConfig {\n /**\n * Page type discriminator.\n */\n type: 'settingsPage';\n /**\n * Settings page configuration.\n */\n settingsPage: SettingsPageConfig;\n collectionPage?: never;\n entityPage?: never;\n}\n\nexport type PageConfig =\n | CollectionPageConfigType\n | EntityPageConfigType\n | SettingsPageConfigType;\n\nexport type EntityProps = { [key: string]: any };\n\nexport interface IMenuItem<T extends EntityProps = any> {\n item: T;\n}\n\nexport interface IColumnValue<T> {\n value: T;\n row: Record<string, any>;\n}\n\nexport interface BaseInputRef {\n focus?: () => void;\n invalid?: boolean;\n}\n\nexport type OptimisticActionsParams = Parameters<\n typeof useOptimisticActions\n>[1];\n\n/**\n * BI reporting function type for toolbar events.\n */\nexport type ReportBiFn = (event: any) => void;\n"],"mappings":"AAKA,cAAc,gBAAgB;;AA8H9B;AACA;AACA;AAFA","ignoreList":[]}
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Polls `isDone` until it returns `true`, max attempts are exhausted,
3
+ * or the provided AbortSignal is aborted.
4
+ * Each consumer supplies its own completion logic.
5
+ */
6
+ export async function pollUntilReady(isDone, options) {
7
+ const interval = (options == null ? void 0 : options.interval) ?? 2000;
8
+ const maxAttempts = (options == null ? void 0 : options.maxAttempts) ?? 120;
9
+ const signal = options == null ? void 0 : options.signal;
10
+ for (let i = 0; i < maxAttempts; i++) {
11
+ signal == null || signal.throwIfAborted();
12
+ if (await isDone()) {
13
+ return;
14
+ }
15
+ await new Promise((resolve, reject) => {
16
+ const timer = setTimeout(resolve, interval);
17
+ signal == null || signal.addEventListener('abort', () => {
18
+ clearTimeout(timer);
19
+ reject(signal.reason);
20
+ }, {
21
+ once: true
22
+ });
23
+ });
24
+ }
25
+ throw new Error('Backup polling timed out');
26
+ }
27
+ //# sourceMappingURL=backupPolling.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["pollUntilReady","isDone","options","interval","maxAttempts","signal","i","throwIfAborted","Promise","resolve","reject","timer","setTimeout","addEventListener","clearTimeout","reason","once","Error"],"sources":["../../../src/utils/backupPolling.ts"],"sourcesContent":["export interface PollOptions {\n interval?: number;\n maxAttempts?: number;\n signal?: AbortSignal;\n}\n\n/**\n * Polls `isDone` until it returns `true`, max attempts are exhausted,\n * or the provided AbortSignal is aborted.\n * Each consumer supplies its own completion logic.\n */\nexport async function pollUntilReady(\n isDone: () => Promise<boolean>,\n options?: PollOptions,\n): Promise<void> {\n const interval = options?.interval ?? 2000;\n const maxAttempts = options?.maxAttempts ?? 120;\n const signal = options?.signal;\n\n for (let i = 0; i < maxAttempts; i++) {\n signal?.throwIfAborted();\n\n if (await isDone()) {\n return;\n }\n\n await new Promise<void>((resolve, reject) => {\n const timer = setTimeout(resolve, interval);\n\n signal?.addEventListener(\n 'abort',\n () => {\n clearTimeout(timer);\n reject(signal.reason);\n },\n { once: true },\n );\n });\n }\n\n throw new Error('Backup polling timed out');\n}\n"],"mappings":"AAMA;AACA;AACA;AACA;AACA;AACA,OAAO,eAAeA,cAAcA,CAClCC,MAA8B,EAC9BC,OAAqB,EACN;EACf,MAAMC,QAAQ,GAAG,CAAAD,OAAO,oBAAPA,OAAO,CAAEC,QAAQ,KAAI,IAAI;EAC1C,MAAMC,WAAW,GAAG,CAAAF,OAAO,oBAAPA,OAAO,CAAEE,WAAW,KAAI,GAAG;EAC/C,MAAMC,MAAM,GAAGH,OAAO,oBAAPA,OAAO,CAAEG,MAAM;EAE9B,KAAK,IAAIC,CAAC,GAAG,CAAC,EAAEA,CAAC,GAAGF,WAAW,EAAEE,CAAC,EAAE,EAAE;IACpCD,MAAM,YAANA,MAAM,CAAEE,cAAc,CAAC,CAAC;IAExB,IAAI,MAAMN,MAAM,CAAC,CAAC,EAAE;MAClB;IACF;IAEA,MAAM,IAAIO,OAAO,CAAO,CAACC,OAAO,EAAEC,MAAM,KAAK;MAC3C,MAAMC,KAAK,GAAGC,UAAU,CAACH,OAAO,EAAEN,QAAQ,CAAC;MAE3CE,MAAM,YAANA,MAAM,CAAEQ,gBAAgB,CACtB,OAAO,EACP,MAAM;QACJC,YAAY,CAACH,KAAK,CAAC;QACnBD,MAAM,CAACL,MAAM,CAACU,MAAM,CAAC;MACvB,CAAC,EACD;QAAEC,IAAI,EAAE;MAAK,CACf,CAAC;IACH,CAAC,CAAC;EACJ;EAEA,MAAM,IAAIC,KAAK,CAAC,0BAA0B,CAAC;AAC7C","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"file":"form-audio-field.st.css.d.ts","sourceRoot":"","sources":["../../../../../../src/cms-fields/components/audio/audio-field/form-audio-field.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;;;CAA8I,CAAC;AACjK,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI;;;;;;;CAAsR,CAAC"}
1
+ {"version":3,"file":"form-audio-field.st.css.d.ts","sourceRoot":"","sources":["../../../../../../src/cms-fields/components/audio/audio-field/form-audio-field.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;;;CAA2I,CAAC;AAC9J,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI;;;;;;;CAAsR,CAAC"}
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import type { InputImperativeActions, InputProps } from '@wix/design-system';
3
+ export interface ColorInputProps extends Omit<InputProps, 'value' | 'onChange' | 'prefix' | 'suffix'> {
4
+ value?: string;
5
+ onChange?: (hex: string) => void;
6
+ }
7
+ export declare const ColorInput: React.ForwardRefExoticComponent<ColorInputProps & React.RefAttributes<InputImperativeActions>>;
8
+ //# sourceMappingURL=color-input.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"color-input.d.ts","sourceRoot":"","sources":["../../../../../src/cms-fields/components/color-view/color-input.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4C,MAAM,OAAO,CAAC;AACjE,OAAO,KAAK,EAEV,sBAAsB,EACtB,UAAU,EACX,MAAM,oBAAoB,CAAC;AAiC5B,MAAM,WAAW,eACf,SAAQ,IAAI,CAAC,UAAU,EAAE,OAAO,GAAG,UAAU,GAAG,QAAQ,GAAG,QAAQ,CAAC;IACpE,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;CAClC;AAED,eAAO,MAAM,UAAU,gGAkHtB,CAAC"}
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ export interface ColorViewProps {
3
+ data?: string;
4
+ children?: React.ReactNode;
5
+ }
6
+ export declare const ColorView: React.FC<ColorViewProps>;
7
+ //# sourceMappingURL=color-view.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"color-view.d.ts","sourceRoot":"","sources":["../../../../../src/cms-fields/components/color-view/color-view.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,MAAM,WAAW,cAAc;IAC7B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAuBD,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAQ9C,CAAC"}
@@ -0,0 +1,15 @@
1
+ export declare var cssStates: (stateMapping: any) => string;
2
+ export declare var style: import("@stylable/runtime").STFunction;
3
+ export declare var st: import("@stylable/runtime").STFunction;
4
+ export declare var namespace: string;
5
+ export declare var classes: {
6
+ root: string;
7
+ view: string;
8
+ fillPreview: string;
9
+ };
10
+ export declare var keyframes: {};
11
+ export declare var layers: {};
12
+ export declare var containers: {};
13
+ export declare var stVars: {};
14
+ export declare var vars: {};
15
+ //# sourceMappingURL=color-view.st.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"color-view.st.css.d.ts","sourceRoot":"","sources":["../../../../../src/cms-fields/components/color-view/color-view.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;;;CAAwH,CAAC;AAC3I,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI,IAAK,CAAC"}
@@ -0,0 +1,16 @@
1
+ import { UniDriver } from '@wix/wix-ui-test-utils/unidriver';
2
+ export declare function ColorViewUniDriver(base: UniDriver, body: UniDriver): {
3
+ getFillPreview: () => {
4
+ click: () => Promise<void>;
5
+ isSelected: () => Promise<boolean>;
6
+ exists: () => Promise<boolean>;
7
+ element: () => Promise<any>;
8
+ base: UniDriver;
9
+ };
10
+ getText: () => Promise<string>;
11
+ exists: () => Promise<boolean>;
12
+ click: () => Promise<void>;
13
+ element: () => Promise<any>;
14
+ base: UniDriver;
15
+ };
16
+ //# sourceMappingURL=color-view.uni.driver.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"color-view.uni.driver.d.ts","sourceRoot":"","sources":["../../../../../src/cms-fields/components/color-view/color-view.uni.driver.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;AAI7D,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,SAAS;;;;;;;;;;;;;EAYlE"}
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ import type { InputImperativeActions } from '@wix/design-system';
3
+ import { ColorInputProps } from './color-input';
4
+ import { FormInputProps } from '../../types';
5
+ export type FormColorInputProps = FormInputProps<string> & ColorInputProps;
6
+ export declare const FormColorInput: React.ForwardRefExoticComponent<FormInputProps<string> & ColorInputProps & React.RefAttributes<InputImperativeActions>>;
7
+ //# sourceMappingURL=form-color-input.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"form-color-input.d.ts","sourceRoot":"","sources":["../../../../../src/cms-fields/components/color-view/form-color-input.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAE3D,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AAEjE,OAAO,EAAc,eAAe,EAAE,MAAM,eAAe,CAAC;AAC5D,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAG7C,MAAM,MAAM,mBAAmB,GAAG,cAAc,CAAC,MAAM,CAAC,GAAG,eAAe,CAAC;AAE3E,eAAO,MAAM,cAAc,yHAkBzB,CAAC"}
@@ -0,0 +1,4 @@
1
+ export * from './color-view';
2
+ export * from './color-input';
3
+ export * from './form-color-input';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/cms-fields/components/color-view/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"form-document-field.st.css.d.ts","sourceRoot":"","sources":["../../../../../src/cms-fields/components/document/form-document-field.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;;;;;;CAAwU,CAAC;AAC3V,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM;;;;;;;CAAmQ,CAAC;AACrR,eAAO,IAAI,IAAI;;;;;;;;;;CAAsZ,CAAC"}
1
+ {"version":3,"file":"form-document-field.st.css.d.ts","sourceRoot":"","sources":["../../../../../src/cms-fields/components/document/form-document-field.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;;;;;;CAAoV,CAAC;AACvW,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM;;;;;;;CAAmQ,CAAC;AACrR,eAAO,IAAI,IAAI;;;;;;;;;;CAAsZ,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"highlighted-text.st.css.d.ts","sourceRoot":"","sources":["../../../../../src/cms-fields/components/highlighted-text/highlighted-text.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;;CAA8F,CAAC;AACjH,eAAO,IAAI,SAAS;;;CAA4H,CAAC;AACjJ,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI;;;;;CAAwK,CAAC"}
1
+ {"version":3,"file":"highlighted-text.st.css.d.ts","sourceRoot":"","sources":["../../../../../src/cms-fields/components/highlighted-text/highlighted-text.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;;CAAgG,CAAC;AACnH,eAAO,IAAI,SAAS;;;CAA8H,CAAC;AACnJ,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI;;;;;CAAwK,CAAC"}
@@ -11,5 +11,6 @@ export * from './rich-text';
11
11
  export * from './text';
12
12
  export * from './document';
13
13
  export * from './multi-document';
14
+ export * from './color-view';
14
15
  export * from './delete-dialog';
15
16
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/cms-fields/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/cms-fields/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"paste-url-button.st.css.d.ts","sourceRoot":"","sources":["../../../../../src/cms-fields/components/media-control/paste-url-button.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;;;CAAkK,CAAC;AACrL,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI,IAAK,CAAC"}
1
+ {"version":3,"file":"paste-url-button.st.css.d.ts","sourceRoot":"","sources":["../../../../../src/cms-fields/components/media-control/paste-url-button.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;;;CAA+J,CAAC;AAClL,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI,IAAK,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"form-media-gallery-field.st.css.d.ts","sourceRoot":"","sources":["../../../../../src/cms-fields/components/media-gallery/form-media-gallery-field.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;;;;;;;;;CAA6f,CAAC;AAChhB,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI,IAAK,CAAC"}
1
+ {"version":3,"file":"form-media-gallery-field.st.css.d.ts","sourceRoot":"","sources":["../../../../../src/cms-fields/components/media-gallery/form-media-gallery-field.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;;;;;;;;;CAAof,CAAC;AACvgB,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI,IAAK,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"media-loader.st.css.d.ts","sourceRoot":"","sources":["../../../../../src/cms-fields/components/media-loader/media-loader.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;;CAAgF,CAAC;AACnG,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM;;;CAA2F,CAAC;AAC7G,eAAO,IAAI,IAAI;;;CAAkF,CAAC"}
1
+ {"version":3,"file":"media-loader.st.css.d.ts","sourceRoot":"","sources":["../../../../../src/cms-fields/components/media-loader/media-loader.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;;CAAkF,CAAC;AACrG,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM;;;CAA2F,CAAC;AAC7G,eAAO,IAAI,IAAI;;;CAAkF,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"media-tag.st.css.d.ts","sourceRoot":"","sources":["../../../../../../src/cms-fields/components/media-tag/web-media-tag/media-tag.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;CAAoC,CAAC;AACvD,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI;;;CAAkF,CAAC"}
1
+ {"version":3,"file":"media-tag.st.css.d.ts","sourceRoot":"","sources":["../../../../../../src/cms-fields/components/media-tag/web-media-tag/media-tag.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AACnE,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;CAAsC,CAAC;AACzD,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI;;;CAAkF,CAAC"}