@wix/auto-patterns 1.43.0 → 1.45.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 (473) hide show
  1. package/dist/cjs/components/AutoPatternsApp/AutoPatternsApp.js +19 -5
  2. package/dist/cjs/components/AutoPatternsApp/AutoPatternsApp.js.map +1 -1
  3. package/dist/cjs/components/AutoPatternsApp/AutoPatternsApp.uni.driver.js +3 -0
  4. package/dist/cjs/components/AutoPatternsApp/AutoPatternsApp.uni.driver.js.map +1 -1
  5. package/dist/cjs/components/AutoPatternsCollectionComponent/AutoPatternsCollectionComponent.js +29 -74
  6. package/dist/cjs/components/AutoPatternsCollectionComponent/AutoPatternsCollectionComponent.js.map +1 -1
  7. package/dist/cjs/components/AutoPatternsEntityPage/AutoPatternsEntityPage.js +3 -3
  8. package/dist/cjs/components/AutoPatternsEntityPage/AutoPatternsEntityPage.js.map +1 -1
  9. package/dist/cjs/components/AutoPatternsEntityPage/EditModeEntityPage.js +26 -14
  10. package/dist/cjs/components/AutoPatternsEntityPage/EditModeEntityPage.js.map +1 -1
  11. package/dist/cjs/components/AutoPatternsEntityPage/ViewModeEntityPage.js +38 -29
  12. package/dist/cjs/components/AutoPatternsEntityPage/ViewModeEntityPage.js.map +1 -1
  13. package/dist/cjs/components/AutoPatternsEntityPage/index.js +0 -6
  14. package/dist/cjs/components/AutoPatternsEntityPage/index.js.map +1 -1
  15. package/dist/cjs/components/AutoPatternsGrid/AutoPatternsGrid.js +147 -25
  16. package/dist/cjs/components/AutoPatternsGrid/AutoPatternsGrid.js.map +1 -1
  17. package/dist/cjs/components/AutoPatternsRoute/AutoPatternsPage.js +68 -30
  18. package/dist/cjs/components/AutoPatternsRoute/AutoPatternsPage.js.map +1 -1
  19. package/dist/cjs/components/AutoPatternsRoute/AutoPatternsRoutes.js +8 -7
  20. package/dist/cjs/components/AutoPatternsRoute/AutoPatternsRoutes.js.map +1 -1
  21. package/dist/cjs/components/AutoPatternsSettingsPage/AutoPatternsSettingsPage.js +165 -0
  22. package/dist/cjs/components/AutoPatternsSettingsPage/AutoPatternsSettingsPage.js.map +1 -0
  23. package/dist/cjs/components/AutoPatternsSettingsPage/AutoPatternsSettingsPage.uni.driver.js +15 -0
  24. package/dist/cjs/components/AutoPatternsSettingsPage/AutoPatternsSettingsPage.uni.driver.js.map +1 -0
  25. package/dist/cjs/components/AutoPatternsSettingsPage/index.js +10 -0
  26. package/dist/cjs/components/AutoPatternsSettingsPage/index.js.map +1 -0
  27. package/dist/cjs/components/AutoPatternsTable/AutoPatternsTable.js +141 -41
  28. package/dist/cjs/components/AutoPatternsTable/AutoPatternsTable.js.map +1 -1
  29. package/dist/cjs/components/AutoPatternsTableGridSwitch/AutoPatternsTableGridSwitch.js +169 -9
  30. package/dist/cjs/components/AutoPatternsTableGridSwitch/AutoPatternsTableGridSwitch.js.map +1 -1
  31. package/dist/cjs/components/{AutoPatternsEntityPage/Fields → fields}/Checkbox.js +1 -1
  32. package/dist/cjs/components/fields/Checkbox.js.map +1 -0
  33. package/dist/cjs/components/{AutoPatternsEntityPage/Fields → fields}/DateInput.js +9 -8
  34. package/dist/cjs/components/fields/DateInput.js.map +1 -0
  35. package/dist/cjs/components/{AutoPatternsEntityPage/Fields → fields}/DateTime.js +13 -12
  36. package/dist/cjs/components/fields/DateTime.js.map +1 -0
  37. package/dist/cjs/components/{AutoPatternsEntityPage/Fields → fields}/ImageInput.js +11 -10
  38. package/dist/cjs/components/fields/ImageInput.js.map +1 -0
  39. package/dist/cjs/components/{AutoPatternsEntityPage/Fields → fields}/LongText.js +9 -8
  40. package/dist/cjs/components/fields/LongText.js.map +1 -0
  41. package/dist/cjs/components/{AutoPatternsEntityPage/Fields → fields}/Number.js +9 -8
  42. package/dist/cjs/components/fields/Number.js.map +1 -0
  43. package/dist/cjs/components/{AutoPatternsEntityPage/Fields → fields}/ShortText.js +9 -8
  44. package/dist/cjs/components/fields/ShortText.js.map +1 -0
  45. package/dist/cjs/components/{AutoPatternsEntityPage/Fields → fields}/Url.js +11 -10
  46. package/dist/cjs/components/fields/Url.js.map +1 -0
  47. package/dist/cjs/components/fields/index.js +38 -0
  48. package/dist/cjs/components/fields/index.js.map +1 -0
  49. package/dist/cjs/components/fields/types.js.map +1 -0
  50. package/dist/cjs/components/fields/utils/dates.js.map +1 -0
  51. package/dist/cjs/components/{AutoPatternsEntityPage/RenderLayout/RenderLayoutCard.js → layouts/ContentCard.js} +26 -15
  52. package/dist/cjs/components/layouts/ContentCard.js.map +1 -0
  53. package/dist/cjs/components/layouts/ContentCardLayout.js +157 -0
  54. package/dist/cjs/components/layouts/ContentCardLayout.js.map +1 -0
  55. package/dist/cjs/components/layouts/ContentSkeleton.js +98 -0
  56. package/dist/cjs/components/layouts/ContentSkeleton.js.map +1 -0
  57. package/dist/cjs/components/layouts/FormField.js +52 -0
  58. package/dist/cjs/components/layouts/FormField.js.map +1 -0
  59. package/dist/cjs/components/layouts/ViewField.js +68 -0
  60. package/dist/cjs/components/layouts/ViewField.js.map +1 -0
  61. package/dist/cjs/components/layouts/types.js +4 -0
  62. package/dist/cjs/components/layouts/types.js.map +1 -0
  63. package/dist/cjs/hooks/getCommonCollectionFeaturesAsync.js +11 -0
  64. package/dist/cjs/hooks/getCommonCollectionFeaturesAsync.js.map +1 -0
  65. package/dist/cjs/hooks/getFilterComponent.js +52 -0
  66. package/dist/cjs/hooks/getFilterComponent.js.map +1 -0
  67. package/dist/cjs/hooks/index.js +4 -11
  68. package/dist/cjs/hooks/index.js.map +1 -1
  69. package/dist/cjs/hooks/pluginsDynamicImports.js +25 -0
  70. package/dist/cjs/hooks/pluginsDynamicImports.js.map +1 -0
  71. package/dist/cjs/hooks/useAsyncFeaturesPromiseState.js +30 -0
  72. package/dist/cjs/hooks/useAsyncFeaturesPromiseState.js.map +1 -0
  73. package/dist/cjs/hooks/useBaseCollectionComponentReadyFeatures.js +62 -0
  74. package/dist/cjs/hooks/useBaseCollectionComponentReadyFeatures.js.map +1 -0
  75. package/dist/cjs/hooks/useBasePatternsStateParams.js +36 -0
  76. package/dist/cjs/hooks/useBasePatternsStateParams.js.map +1 -0
  77. package/dist/cjs/hooks/useBaseTableFeatures.js +2 -1
  78. package/dist/cjs/hooks/useBaseTableFeatures.js.map +1 -1
  79. package/dist/cjs/hooks/useCollectionInitAsyncDeps.js +15 -0
  80. package/dist/cjs/hooks/useCollectionInitAsyncDeps.js.map +1 -0
  81. package/dist/cjs/hooks/useCommonCollectionFeatures.js +14 -4
  82. package/dist/cjs/hooks/useCommonCollectionFeatures.js.map +1 -1
  83. package/dist/cjs/hooks/useFilters.js +17 -103
  84. package/dist/cjs/hooks/useFilters.js.map +1 -1
  85. package/dist/cjs/hooks/useFiltersState.js +112 -0
  86. package/dist/cjs/hooks/useFiltersState.js.map +1 -0
  87. package/dist/cjs/hooks/useGridFeaturesAsync.js +42 -0
  88. package/dist/cjs/hooks/useGridFeaturesAsync.js.map +1 -0
  89. package/dist/cjs/hooks/useGridVisibleFieldIds.js +17 -0
  90. package/dist/cjs/hooks/useGridVisibleFieldIds.js.map +1 -0
  91. package/dist/cjs/hooks/usePagePath.js +4 -1
  92. package/dist/cjs/hooks/usePagePath.js.map +1 -1
  93. package/dist/cjs/hooks/useSettingsPageMoreActions.js +36 -0
  94. package/dist/cjs/hooks/useSettingsPageMoreActions.js.map +1 -0
  95. package/dist/cjs/hooks/useSyncCollectionStateToAppContext.js +22 -0
  96. package/dist/cjs/hooks/useSyncCollectionStateToAppContext.js.map +1 -0
  97. package/dist/cjs/hooks/useTableFeaturesAsync.js +51 -0
  98. package/dist/cjs/hooks/useTableFeaturesAsync.js.map +1 -0
  99. package/dist/cjs/hooks/useTableGridSwitchFeaturesAsync.js +52 -0
  100. package/dist/cjs/hooks/useTableGridSwitchFeaturesAsync.js.map +1 -0
  101. package/dist/cjs/hooks/useTableSections.js +18 -0
  102. package/dist/cjs/hooks/useTableSections.js.map +1 -0
  103. package/dist/cjs/providers/AutoPatternsOverridesContext.js +1 -1
  104. package/dist/cjs/providers/AutoPatternsOverridesContext.js.map +1 -1
  105. package/dist/cjs/types/SettingsPageConfig.js +4 -0
  106. package/dist/cjs/types/SettingsPageConfig.js.map +1 -0
  107. package/dist/cjs/types/actions/base.js.map +1 -1
  108. package/dist/cjs/types/actions/entityPageActions.js.map +1 -1
  109. package/dist/cjs/types/actions/formPageActions.js +4 -0
  110. package/dist/cjs/types/actions/formPageActions.js.map +1 -0
  111. package/dist/cjs/types/actions/index.js +6 -0
  112. package/dist/cjs/types/actions/index.js.map +1 -1
  113. package/dist/cjs/types/index.js +6 -0
  114. package/dist/cjs/types/index.js.map +1 -1
  115. package/dist/cjs/types/types.js.map +1 -1
  116. package/dist/cjs/utils/filterCreators.js +16 -31
  117. package/dist/cjs/utils/filterCreators.js.map +1 -1
  118. package/dist/cjs/utils/minimalRequiredPatternsRuntimeCheck.js +18 -0
  119. package/dist/cjs/utils/minimalRequiredPatternsRuntimeCheck.js.map +1 -0
  120. package/dist/cjs/utils/minimalRequiredRuntimeCheck.js +21 -0
  121. package/dist/cjs/utils/minimalRequiredRuntimeCheck.js.map +1 -0
  122. package/dist/esm/components/AutoPatternsApp/AutoPatternsApp.js +14 -1
  123. package/dist/esm/components/AutoPatternsApp/AutoPatternsApp.js.map +1 -1
  124. package/dist/esm/components/AutoPatternsApp/AutoPatternsApp.uni.driver.js +4 -1
  125. package/dist/esm/components/AutoPatternsApp/AutoPatternsApp.uni.driver.js.map +1 -1
  126. package/dist/esm/components/AutoPatternsCollectionComponent/AutoPatternsCollectionComponent.js +23 -31
  127. package/dist/esm/components/AutoPatternsCollectionComponent/AutoPatternsCollectionComponent.js.map +1 -1
  128. package/dist/esm/components/AutoPatternsEntityPage/AutoPatternsEntityPage.js +3 -3
  129. package/dist/esm/components/AutoPatternsEntityPage/AutoPatternsEntityPage.js.map +1 -1
  130. package/dist/esm/components/AutoPatternsEntityPage/EditModeEntityPage.js +21 -8
  131. package/dist/esm/components/AutoPatternsEntityPage/EditModeEntityPage.js.map +1 -1
  132. package/dist/esm/components/AutoPatternsEntityPage/ViewModeEntityPage.js +21 -12
  133. package/dist/esm/components/AutoPatternsEntityPage/ViewModeEntityPage.js.map +1 -1
  134. package/dist/esm/components/AutoPatternsEntityPage/index.js +0 -1
  135. package/dist/esm/components/AutoPatternsEntityPage/index.js.map +1 -1
  136. package/dist/esm/components/AutoPatternsGrid/AutoPatternsGrid.js +134 -28
  137. package/dist/esm/components/AutoPatternsGrid/AutoPatternsGrid.js.map +1 -1
  138. package/dist/esm/components/AutoPatternsRoute/AutoPatternsPage.js +34 -13
  139. package/dist/esm/components/AutoPatternsRoute/AutoPatternsPage.js.map +1 -1
  140. package/dist/esm/components/AutoPatternsRoute/AutoPatternsRoutes.js +2 -1
  141. package/dist/esm/components/AutoPatternsRoute/AutoPatternsRoutes.js.map +1 -1
  142. package/dist/esm/components/AutoPatternsSettingsPage/AutoPatternsSettingsPage.js +108 -0
  143. package/dist/esm/components/AutoPatternsSettingsPage/AutoPatternsSettingsPage.js.map +1 -0
  144. package/dist/esm/components/AutoPatternsSettingsPage/AutoPatternsSettingsPage.uni.driver.js +10 -0
  145. package/dist/esm/components/AutoPatternsSettingsPage/AutoPatternsSettingsPage.uni.driver.js.map +1 -0
  146. package/dist/esm/components/AutoPatternsSettingsPage/index.js +2 -0
  147. package/dist/esm/components/AutoPatternsSettingsPage/index.js.map +1 -0
  148. package/dist/esm/components/AutoPatternsTable/AutoPatternsTable.js +126 -42
  149. package/dist/esm/components/AutoPatternsTable/AutoPatternsTable.js.map +1 -1
  150. package/dist/esm/components/AutoPatternsTableGridSwitch/AutoPatternsTableGridSwitch.js +155 -10
  151. package/dist/esm/components/AutoPatternsTableGridSwitch/AutoPatternsTableGridSwitch.js.map +1 -1
  152. package/dist/esm/components/fields/Checkbox.js.map +1 -0
  153. package/dist/esm/components/{AutoPatternsEntityPage/Fields → fields}/DateInput.js +7 -6
  154. package/dist/esm/components/fields/DateInput.js.map +1 -0
  155. package/dist/esm/components/{AutoPatternsEntityPage/Fields → fields}/DateTime.js +7 -6
  156. package/dist/esm/components/fields/DateTime.js.map +1 -0
  157. package/dist/esm/components/{AutoPatternsEntityPage/Fields → fields}/ImageInput.js +9 -8
  158. package/dist/esm/components/fields/ImageInput.js.map +1 -0
  159. package/dist/esm/components/{AutoPatternsEntityPage/Fields → fields}/LongText.js +7 -6
  160. package/dist/esm/components/fields/LongText.js.map +1 -0
  161. package/dist/esm/components/{AutoPatternsEntityPage/Fields → fields}/Number.js +7 -6
  162. package/dist/esm/components/fields/Number.js.map +1 -0
  163. package/dist/esm/components/{AutoPatternsEntityPage/Fields → fields}/ShortText.js +7 -6
  164. package/dist/esm/components/fields/ShortText.js.map +1 -0
  165. package/dist/esm/components/{AutoPatternsEntityPage/Fields → fields}/Url.js +7 -6
  166. package/dist/esm/components/fields/Url.js.map +1 -0
  167. package/dist/esm/components/fields/index.js +10 -0
  168. package/dist/esm/components/fields/index.js.map +1 -0
  169. package/dist/esm/components/fields/types.js.map +1 -0
  170. package/dist/esm/components/fields/utils/dates.js.map +1 -0
  171. package/dist/esm/components/{AutoPatternsEntityPage/RenderLayout/RenderLayoutCard.js → layouts/ContentCard.js} +19 -8
  172. package/dist/esm/components/layouts/ContentCard.js.map +1 -0
  173. package/dist/esm/components/{AutoPatternsEntityPage/RenderLayout/RenderLayoutContent.js → layouts/ContentCardLayout.js} +38 -19
  174. package/dist/esm/components/layouts/ContentCardLayout.js.map +1 -0
  175. package/dist/esm/components/layouts/ContentSkeleton.js +47 -0
  176. package/dist/esm/components/layouts/ContentSkeleton.js.map +1 -0
  177. package/dist/esm/components/layouts/FormField.js +40 -0
  178. package/dist/esm/components/layouts/FormField.js.map +1 -0
  179. package/dist/esm/components/layouts/ViewField.js +43 -0
  180. package/dist/esm/components/layouts/ViewField.js.map +1 -0
  181. package/dist/esm/components/layouts/types.js +2 -0
  182. package/dist/esm/components/layouts/types.js.map +1 -0
  183. package/dist/esm/hooks/getCommonCollectionFeaturesAsync.js +7 -0
  184. package/dist/esm/hooks/getCommonCollectionFeaturesAsync.js.map +1 -0
  185. package/dist/esm/hooks/getFilterComponent.js +48 -0
  186. package/dist/esm/hooks/getFilterComponent.js.map +1 -0
  187. package/dist/esm/hooks/index.js +1 -2
  188. package/dist/esm/hooks/index.js.map +1 -1
  189. package/dist/esm/hooks/pluginsDynamicImports.js +13 -0
  190. package/dist/esm/hooks/pluginsDynamicImports.js.map +1 -0
  191. package/dist/esm/hooks/useAsyncFeaturesPromiseState.js +28 -0
  192. package/dist/esm/hooks/useAsyncFeaturesPromiseState.js.map +1 -0
  193. package/dist/esm/hooks/useBaseCollectionComponentReadyFeatures.js +58 -0
  194. package/dist/esm/hooks/useBaseCollectionComponentReadyFeatures.js.map +1 -0
  195. package/dist/esm/hooks/useBasePatternsStateParams.js +32 -0
  196. package/dist/esm/hooks/useBasePatternsStateParams.js.map +1 -0
  197. package/dist/esm/hooks/useBaseTableFeatures.js +1 -0
  198. package/dist/esm/hooks/useBaseTableFeatures.js.map +1 -1
  199. package/dist/esm/hooks/useCollectionInitAsyncDeps.js +11 -0
  200. package/dist/esm/hooks/useCollectionInitAsyncDeps.js.map +1 -0
  201. package/dist/esm/hooks/useCommonCollectionFeatures.js +1 -0
  202. package/dist/esm/hooks/useCommonCollectionFeatures.js.map +1 -1
  203. package/dist/esm/hooks/useFilters.js +14 -100
  204. package/dist/esm/hooks/useFilters.js.map +1 -1
  205. package/dist/esm/hooks/useFiltersState.js +107 -0
  206. package/dist/esm/hooks/useFiltersState.js.map +1 -0
  207. package/dist/esm/hooks/useGridFeaturesAsync.js +37 -0
  208. package/dist/esm/hooks/useGridFeaturesAsync.js.map +1 -0
  209. package/dist/esm/hooks/useGridVisibleFieldIds.js +13 -0
  210. package/dist/esm/hooks/useGridVisibleFieldIds.js.map +1 -0
  211. package/dist/esm/hooks/usePagePath.js +4 -1
  212. package/dist/esm/hooks/usePagePath.js.map +1 -1
  213. package/dist/esm/hooks/useSettingsPageMoreActions.js +32 -0
  214. package/dist/esm/hooks/useSettingsPageMoreActions.js.map +1 -0
  215. package/dist/esm/hooks/useSyncCollectionStateToAppContext.js +18 -0
  216. package/dist/esm/hooks/useSyncCollectionStateToAppContext.js.map +1 -0
  217. package/dist/esm/hooks/useTableFeaturesAsync.js +46 -0
  218. package/dist/esm/hooks/useTableFeaturesAsync.js.map +1 -0
  219. package/dist/esm/hooks/useTableGridSwitchFeaturesAsync.js +47 -0
  220. package/dist/esm/hooks/useTableGridSwitchFeaturesAsync.js.map +1 -0
  221. package/dist/esm/hooks/useTableSections.js +14 -0
  222. package/dist/esm/hooks/useTableSections.js.map +1 -0
  223. package/dist/esm/providers/AutoPatternsOverridesContext.js.map +1 -1
  224. package/dist/esm/types/SettingsPageConfig.js +2 -0
  225. package/dist/esm/types/SettingsPageConfig.js.map +1 -0
  226. package/dist/esm/types/actions/base.js.map +1 -1
  227. package/dist/esm/types/actions/entityPageActions.js.map +1 -1
  228. package/dist/esm/types/actions/formPageActions.js +2 -0
  229. package/dist/esm/types/actions/formPageActions.js.map +1 -0
  230. package/dist/esm/types/actions/index.js +1 -0
  231. package/dist/esm/types/actions/index.js.map +1 -1
  232. package/dist/esm/types/index.js +1 -0
  233. package/dist/esm/types/index.js.map +1 -1
  234. package/dist/esm/types/types.js.map +1 -1
  235. package/dist/esm/utils/filterCreators.js +17 -32
  236. package/dist/esm/utils/filterCreators.js.map +1 -1
  237. package/dist/esm/utils/minimalRequiredPatternsRuntimeCheck.js +14 -0
  238. package/dist/esm/utils/minimalRequiredPatternsRuntimeCheck.js.map +1 -0
  239. package/dist/esm/utils/minimalRequiredRuntimeCheck.js +17 -0
  240. package/dist/esm/utils/minimalRequiredRuntimeCheck.js.map +1 -0
  241. package/dist/types/components/AutoPatternsApp/AutoPatternsApp.d.ts.map +1 -1
  242. package/dist/types/components/AutoPatternsApp/AutoPatternsApp.uni.driver.d.ts +4 -1
  243. package/dist/types/components/AutoPatternsApp/AutoPatternsApp.uni.driver.d.ts.map +1 -1
  244. package/dist/types/components/AutoPatternsCollectionComponent/AutoPatternsCollectionComponent.d.ts +6 -0
  245. package/dist/types/components/AutoPatternsCollectionComponent/AutoPatternsCollectionComponent.d.ts.map +1 -1
  246. package/dist/types/components/AutoPatternsEntityPage/EditModeEntityPage.d.ts.map +1 -1
  247. package/dist/types/components/AutoPatternsEntityPage/ViewModeEntityPage.d.ts.map +1 -1
  248. package/dist/types/components/AutoPatternsEntityPage/index.d.ts +0 -1
  249. package/dist/types/components/AutoPatternsEntityPage/index.d.ts.map +1 -1
  250. package/dist/types/components/AutoPatternsGrid/AutoPatternsGrid.d.ts +17 -2
  251. package/dist/types/components/AutoPatternsGrid/AutoPatternsGrid.d.ts.map +1 -1
  252. package/dist/types/components/AutoPatternsRoute/AutoPatternsPage.d.ts.map +1 -1
  253. package/dist/types/components/AutoPatternsRoute/AutoPatternsRoutes.d.ts.map +1 -1
  254. package/dist/types/components/AutoPatternsSettingsPage/AutoPatternsSettingsPage.d.ts +6 -0
  255. package/dist/types/components/AutoPatternsSettingsPage/AutoPatternsSettingsPage.d.ts.map +1 -0
  256. package/dist/types/components/AutoPatternsSettingsPage/AutoPatternsSettingsPage.uni.driver.d.ts +145 -0
  257. package/dist/types/components/AutoPatternsSettingsPage/AutoPatternsSettingsPage.uni.driver.d.ts.map +1 -0
  258. package/dist/types/components/AutoPatternsSettingsPage/index.d.ts +2 -0
  259. package/dist/types/components/AutoPatternsSettingsPage/index.d.ts.map +1 -0
  260. package/dist/types/components/AutoPatternsTable/AutoPatternsTable.d.ts +17 -2
  261. package/dist/types/components/AutoPatternsTable/AutoPatternsTable.d.ts.map +1 -1
  262. package/dist/types/components/AutoPatternsTableGridSwitch/AutoPatternsTableGridSwitch.d.ts +18 -2
  263. package/dist/types/components/AutoPatternsTableGridSwitch/AutoPatternsTableGridSwitch.d.ts.map +1 -1
  264. package/dist/types/components/fields/Checkbox.d.ts.map +1 -0
  265. package/dist/types/components/fields/DateInput.d.ts.map +1 -0
  266. package/dist/types/components/fields/DateTime.d.ts.map +1 -0
  267. package/dist/types/components/fields/ImageInput.d.ts.map +1 -0
  268. package/dist/types/components/fields/LongText.d.ts.map +1 -0
  269. package/dist/types/components/fields/Number.d.ts.map +1 -0
  270. package/dist/types/components/fields/ShortText.d.ts.map +1 -0
  271. package/dist/types/components/fields/Url.d.ts.map +1 -0
  272. package/dist/types/components/fields/index.d.ts +10 -0
  273. package/dist/types/components/fields/index.d.ts.map +1 -0
  274. package/dist/types/components/{AutoPatternsEntityPage/Fields → fields}/types.d.ts +4 -1
  275. package/dist/types/components/fields/types.d.ts.map +1 -0
  276. package/dist/types/components/fields/utils/dates.d.ts.map +1 -0
  277. package/dist/types/components/layouts/ContentCard.d.ts +17 -0
  278. package/dist/types/components/layouts/ContentCard.d.ts.map +1 -0
  279. package/dist/types/components/layouts/ContentCardLayout.d.ts +18 -0
  280. package/dist/types/components/layouts/ContentCardLayout.d.ts.map +1 -0
  281. package/dist/types/components/layouts/ContentSkeleton.d.ts +9 -0
  282. package/dist/types/components/layouts/ContentSkeleton.d.ts.map +1 -0
  283. package/dist/types/components/layouts/FormField.d.ts +13 -0
  284. package/dist/types/components/layouts/FormField.d.ts.map +1 -0
  285. package/dist/types/components/layouts/ViewField.d.ts +8 -0
  286. package/dist/types/components/layouts/ViewField.d.ts.map +1 -0
  287. package/dist/types/components/layouts/types.d.ts +3 -0
  288. package/dist/types/components/layouts/types.d.ts.map +1 -0
  289. package/dist/types/hooks/getCommonCollectionFeaturesAsync.d.ts +4 -0
  290. package/dist/types/hooks/getCommonCollectionFeaturesAsync.d.ts.map +1 -0
  291. package/dist/types/hooks/getFilterComponent.d.ts +4 -0
  292. package/dist/types/hooks/getFilterComponent.d.ts.map +1 -0
  293. package/dist/types/hooks/index.d.ts +1 -2
  294. package/dist/types/hooks/index.d.ts.map +1 -1
  295. package/dist/types/hooks/pluginsDynamicImports.d.ts +7 -0
  296. package/dist/types/hooks/pluginsDynamicImports.d.ts.map +1 -0
  297. package/dist/types/hooks/useAsyncFeaturesPromiseState.d.ts +6 -0
  298. package/dist/types/hooks/useAsyncFeaturesPromiseState.d.ts.map +1 -0
  299. package/dist/types/hooks/useBaseCollectionComponentReadyFeatures.d.ts +36 -0
  300. package/dist/types/hooks/useBaseCollectionComponentReadyFeatures.d.ts.map +1 -0
  301. package/dist/types/hooks/useBasePatternsStateParams.d.ts +31 -0
  302. package/dist/types/hooks/useBasePatternsStateParams.d.ts.map +1 -0
  303. package/dist/types/hooks/useBaseTableFeatures.d.ts +2 -0
  304. package/dist/types/hooks/useBaseTableFeatures.d.ts.map +1 -1
  305. package/dist/types/hooks/useCollectionInitAsyncDeps.d.ts +4 -0
  306. package/dist/types/hooks/useCollectionInitAsyncDeps.d.ts.map +1 -0
  307. package/dist/types/hooks/useCommonCollectionFeatures.d.ts +1 -0
  308. package/dist/types/hooks/useCommonCollectionFeatures.d.ts.map +1 -1
  309. package/dist/types/hooks/useFilters.d.ts +9 -21
  310. package/dist/types/hooks/useFilters.d.ts.map +1 -1
  311. package/dist/types/hooks/useFiltersState.d.ts +26 -0
  312. package/dist/types/hooks/useFiltersState.d.ts.map +1 -0
  313. package/dist/types/hooks/useGridDragAndDrop.d.ts +1 -1
  314. package/dist/types/hooks/useGridFeaturesAsync.d.ts +26 -0
  315. package/dist/types/hooks/useGridFeaturesAsync.d.ts.map +1 -0
  316. package/dist/types/hooks/useGridVisibleFieldIds.d.ts +3 -0
  317. package/dist/types/hooks/useGridVisibleFieldIds.d.ts.map +1 -0
  318. package/dist/types/hooks/usePagePath.d.ts.map +1 -1
  319. package/dist/types/hooks/useSettingsPageMoreActions.d.ts +5 -0
  320. package/dist/types/hooks/useSettingsPageMoreActions.d.ts.map +1 -0
  321. package/dist/types/hooks/useSyncCollectionStateToAppContext.d.ts +6 -0
  322. package/dist/types/hooks/useSyncCollectionStateToAppContext.d.ts.map +1 -0
  323. package/dist/types/hooks/useTableFeaturesAsync.d.ts +29 -0
  324. package/dist/types/hooks/useTableFeaturesAsync.d.ts.map +1 -0
  325. package/dist/types/hooks/useTableGridSwitchDragAndDrop.d.ts +1 -1
  326. package/dist/types/hooks/useTableGridSwitchFeaturesAsync.d.ts +29 -0
  327. package/dist/types/hooks/useTableGridSwitchFeaturesAsync.d.ts.map +1 -0
  328. package/dist/types/hooks/useTableSections.d.ts +8 -0
  329. package/dist/types/hooks/useTableSections.d.ts.map +1 -0
  330. package/dist/types/providers/AutoPatternsOverridesContext.d.ts +2 -2
  331. package/dist/types/providers/AutoPatternsOverridesContext.d.ts.map +1 -1
  332. package/dist/types/testkit/enzyme.d.ts +1 -0
  333. package/dist/types/testkit/enzyme.d.ts.map +1 -1
  334. package/dist/types/testkit/jsdom.d.ts +1 -0
  335. package/dist/types/testkit/jsdom.d.ts.map +1 -1
  336. package/dist/types/testkit/playwright.d.ts +1 -0
  337. package/dist/types/testkit/playwright.d.ts.map +1 -1
  338. package/dist/types/testkit/puppeteer.d.ts +1 -0
  339. package/dist/types/testkit/puppeteer.d.ts.map +1 -1
  340. package/dist/types/types/SettingsPageConfig.d.ts +140 -0
  341. package/dist/types/types/SettingsPageConfig.d.ts.map +1 -0
  342. package/dist/types/types/actions/base.d.ts +1 -0
  343. package/dist/types/types/actions/base.d.ts.map +1 -1
  344. package/dist/types/types/actions/entityPageActions.d.ts +2 -7
  345. package/dist/types/types/actions/entityPageActions.d.ts.map +1 -1
  346. package/dist/types/types/actions/formPageActions.d.ts +8 -0
  347. package/dist/types/types/actions/formPageActions.d.ts.map +1 -0
  348. package/dist/types/types/actions/index.d.ts +1 -0
  349. package/dist/types/types/actions/index.d.ts.map +1 -1
  350. package/dist/types/types/index.d.ts +1 -0
  351. package/dist/types/types/index.d.ts.map +1 -1
  352. package/dist/types/types/types.d.ts +20 -1
  353. package/dist/types/types/types.d.ts.map +1 -1
  354. package/dist/types/utils/filterCreators.d.ts +10 -19
  355. package/dist/types/utils/filterCreators.d.ts.map +1 -1
  356. package/dist/types/utils/minimalRequiredPatternsRuntimeCheck.d.ts +5 -0
  357. package/dist/types/utils/minimalRequiredPatternsRuntimeCheck.d.ts.map +1 -0
  358. package/dist/types/utils/minimalRequiredRuntimeCheck.d.ts +9 -0
  359. package/dist/types/utils/minimalRequiredRuntimeCheck.d.ts.map +1 -0
  360. package/docs/GETTING_STARTED.md +73 -18
  361. package/mcp-docs/app_config_structure.md +66 -3
  362. package/mcp-docs/auto-patterns-guide.md +86 -6
  363. package/mcp-docs/index.md +4 -0
  364. package/mcp-docs/pages_configuration.md +20 -3
  365. package/mcp-docs/settings_page.md +599 -0
  366. package/package.json +14 -13
  367. package/dist/cjs/components/AutoPatternsEntityPage/Fields/Checkbox.js.map +0 -1
  368. package/dist/cjs/components/AutoPatternsEntityPage/Fields/DateInput.js.map +0 -1
  369. package/dist/cjs/components/AutoPatternsEntityPage/Fields/DateTime.js.map +0 -1
  370. package/dist/cjs/components/AutoPatternsEntityPage/Fields/FormFieldInput.js +0 -59
  371. package/dist/cjs/components/AutoPatternsEntityPage/Fields/FormFieldInput.js.map +0 -1
  372. package/dist/cjs/components/AutoPatternsEntityPage/Fields/ImageInput.js.map +0 -1
  373. package/dist/cjs/components/AutoPatternsEntityPage/Fields/LongText.js.map +0 -1
  374. package/dist/cjs/components/AutoPatternsEntityPage/Fields/Number.js.map +0 -1
  375. package/dist/cjs/components/AutoPatternsEntityPage/Fields/ShortText.js.map +0 -1
  376. package/dist/cjs/components/AutoPatternsEntityPage/Fields/Url.js.map +0 -1
  377. package/dist/cjs/components/AutoPatternsEntityPage/Fields/types.js.map +0 -1
  378. package/dist/cjs/components/AutoPatternsEntityPage/Fields/utils/dates.js.map +0 -1
  379. package/dist/cjs/components/AutoPatternsEntityPage/RenderLayout/RenderLayoutCard.js.map +0 -1
  380. package/dist/cjs/components/AutoPatternsEntityPage/RenderLayout/RenderLayoutContent.js +0 -119
  381. package/dist/cjs/components/AutoPatternsEntityPage/RenderLayout/RenderLayoutContent.js.map +0 -1
  382. package/dist/cjs/components/AutoPatternsEntityPage/RenderLayout/RenderViewField.js +0 -79
  383. package/dist/cjs/components/AutoPatternsEntityPage/RenderLayout/RenderViewField.js.map +0 -1
  384. package/dist/cjs/components/AutoPatternsEntityPage/RenderLayout/index.js +0 -16
  385. package/dist/cjs/components/AutoPatternsEntityPage/RenderLayout/index.js.map +0 -1
  386. package/dist/cjs/components/AutoPatternsEntityPage/SkeletonEntity.js +0 -198
  387. package/dist/cjs/components/AutoPatternsEntityPage/SkeletonEntity.js.map +0 -1
  388. package/dist/cjs/components/AutoPatternsEntityPage/ViewEntityPage/RenderViewLayoutCard.js +0 -77
  389. package/dist/cjs/components/AutoPatternsEntityPage/ViewEntityPage/RenderViewLayoutCard.js.map +0 -1
  390. package/dist/cjs/components/AutoPatternsEntityPage/ViewEntityPage/RenderViewLayoutContent.js +0 -109
  391. package/dist/cjs/components/AutoPatternsEntityPage/ViewEntityPage/RenderViewLayoutContent.js.map +0 -1
  392. package/dist/cjs/hooks/useGridFeatures.js +0 -63
  393. package/dist/cjs/hooks/useGridFeatures.js.map +0 -1
  394. package/dist/cjs/hooks/useTableFeatures.js +0 -79
  395. package/dist/cjs/hooks/useTableFeatures.js.map +0 -1
  396. package/dist/cjs/hooks/useTableGridSwitchFeatures.js +0 -83
  397. package/dist/cjs/hooks/useTableGridSwitchFeatures.js.map +0 -1
  398. package/dist/esm/components/AutoPatternsEntityPage/Fields/Checkbox.js.map +0 -1
  399. package/dist/esm/components/AutoPatternsEntityPage/Fields/DateInput.js.map +0 -1
  400. package/dist/esm/components/AutoPatternsEntityPage/Fields/DateTime.js.map +0 -1
  401. package/dist/esm/components/AutoPatternsEntityPage/Fields/FormFieldInput.js +0 -46
  402. package/dist/esm/components/AutoPatternsEntityPage/Fields/FormFieldInput.js.map +0 -1
  403. package/dist/esm/components/AutoPatternsEntityPage/Fields/ImageInput.js.map +0 -1
  404. package/dist/esm/components/AutoPatternsEntityPage/Fields/LongText.js.map +0 -1
  405. package/dist/esm/components/AutoPatternsEntityPage/Fields/Number.js.map +0 -1
  406. package/dist/esm/components/AutoPatternsEntityPage/Fields/ShortText.js.map +0 -1
  407. package/dist/esm/components/AutoPatternsEntityPage/Fields/Url.js.map +0 -1
  408. package/dist/esm/components/AutoPatternsEntityPage/Fields/types.js.map +0 -1
  409. package/dist/esm/components/AutoPatternsEntityPage/Fields/utils/dates.js.map +0 -1
  410. package/dist/esm/components/AutoPatternsEntityPage/RenderLayout/RenderLayoutCard.js.map +0 -1
  411. package/dist/esm/components/AutoPatternsEntityPage/RenderLayout/RenderLayoutContent.js.map +0 -1
  412. package/dist/esm/components/AutoPatternsEntityPage/RenderLayout/RenderViewField.js +0 -48
  413. package/dist/esm/components/AutoPatternsEntityPage/RenderLayout/RenderViewField.js.map +0 -1
  414. package/dist/esm/components/AutoPatternsEntityPage/RenderLayout/index.js +0 -3
  415. package/dist/esm/components/AutoPatternsEntityPage/RenderLayout/index.js.map +0 -1
  416. package/dist/esm/components/AutoPatternsEntityPage/SkeletonEntity.js +0 -91
  417. package/dist/esm/components/AutoPatternsEntityPage/SkeletonEntity.js.map +0 -1
  418. package/dist/esm/components/AutoPatternsEntityPage/ViewEntityPage/RenderViewLayoutCard.js +0 -31
  419. package/dist/esm/components/AutoPatternsEntityPage/ViewEntityPage/RenderViewLayoutCard.js.map +0 -1
  420. package/dist/esm/components/AutoPatternsEntityPage/ViewEntityPage/RenderViewLayoutContent.js +0 -66
  421. package/dist/esm/components/AutoPatternsEntityPage/ViewEntityPage/RenderViewLayoutContent.js.map +0 -1
  422. package/dist/esm/hooks/useGridFeatures.js +0 -58
  423. package/dist/esm/hooks/useGridFeatures.js.map +0 -1
  424. package/dist/esm/hooks/useTableFeatures.js +0 -74
  425. package/dist/esm/hooks/useTableFeatures.js.map +0 -1
  426. package/dist/esm/hooks/useTableGridSwitchFeatures.js +0 -78
  427. package/dist/esm/hooks/useTableGridSwitchFeatures.js.map +0 -1
  428. package/dist/types/components/AutoPatternsEntityPage/Fields/Checkbox.d.ts.map +0 -1
  429. package/dist/types/components/AutoPatternsEntityPage/Fields/DateInput.d.ts.map +0 -1
  430. package/dist/types/components/AutoPatternsEntityPage/Fields/DateTime.d.ts.map +0 -1
  431. package/dist/types/components/AutoPatternsEntityPage/Fields/FormFieldInput.d.ts +0 -10
  432. package/dist/types/components/AutoPatternsEntityPage/Fields/FormFieldInput.d.ts.map +0 -1
  433. package/dist/types/components/AutoPatternsEntityPage/Fields/ImageInput.d.ts.map +0 -1
  434. package/dist/types/components/AutoPatternsEntityPage/Fields/LongText.d.ts.map +0 -1
  435. package/dist/types/components/AutoPatternsEntityPage/Fields/Number.d.ts.map +0 -1
  436. package/dist/types/components/AutoPatternsEntityPage/Fields/ShortText.d.ts.map +0 -1
  437. package/dist/types/components/AutoPatternsEntityPage/Fields/Url.d.ts.map +0 -1
  438. package/dist/types/components/AutoPatternsEntityPage/Fields/types.d.ts.map +0 -1
  439. package/dist/types/components/AutoPatternsEntityPage/Fields/utils/dates.d.ts.map +0 -1
  440. package/dist/types/components/AutoPatternsEntityPage/RenderLayout/RenderLayoutCard.d.ts +0 -11
  441. package/dist/types/components/AutoPatternsEntityPage/RenderLayout/RenderLayoutCard.d.ts.map +0 -1
  442. package/dist/types/components/AutoPatternsEntityPage/RenderLayout/RenderLayoutContent.d.ts +0 -13
  443. package/dist/types/components/AutoPatternsEntityPage/RenderLayout/RenderLayoutContent.d.ts.map +0 -1
  444. package/dist/types/components/AutoPatternsEntityPage/RenderLayout/RenderViewField.d.ts +0 -8
  445. package/dist/types/components/AutoPatternsEntityPage/RenderLayout/RenderViewField.d.ts.map +0 -1
  446. package/dist/types/components/AutoPatternsEntityPage/RenderLayout/index.d.ts +0 -3
  447. package/dist/types/components/AutoPatternsEntityPage/RenderLayout/index.d.ts.map +0 -1
  448. package/dist/types/components/AutoPatternsEntityPage/SkeletonEntity.d.ts +0 -7
  449. package/dist/types/components/AutoPatternsEntityPage/SkeletonEntity.d.ts.map +0 -1
  450. package/dist/types/components/AutoPatternsEntityPage/ViewEntityPage/RenderViewLayoutCard.d.ts +0 -8
  451. package/dist/types/components/AutoPatternsEntityPage/ViewEntityPage/RenderViewLayoutCard.d.ts.map +0 -1
  452. package/dist/types/components/AutoPatternsEntityPage/ViewEntityPage/RenderViewLayoutContent.d.ts +0 -8
  453. package/dist/types/components/AutoPatternsEntityPage/ViewEntityPage/RenderViewLayoutContent.d.ts.map +0 -1
  454. package/dist/types/hooks/useGridFeatures.d.ts +0 -43
  455. package/dist/types/hooks/useGridFeatures.d.ts.map +0 -1
  456. package/dist/types/hooks/useTableFeatures.d.ts +0 -27
  457. package/dist/types/hooks/useTableFeatures.d.ts.map +0 -1
  458. package/dist/types/hooks/useTableGridSwitchFeatures.d.ts +0 -52
  459. package/dist/types/hooks/useTableGridSwitchFeatures.d.ts.map +0 -1
  460. /package/dist/cjs/components/{AutoPatternsEntityPage/Fields → fields}/types.js +0 -0
  461. /package/dist/cjs/components/{AutoPatternsEntityPage/Fields → fields}/utils/dates.js +0 -0
  462. /package/dist/esm/components/{AutoPatternsEntityPage/Fields → fields}/Checkbox.js +0 -0
  463. /package/dist/esm/components/{AutoPatternsEntityPage/Fields → fields}/types.js +0 -0
  464. /package/dist/esm/components/{AutoPatternsEntityPage/Fields → fields}/utils/dates.js +0 -0
  465. /package/dist/types/components/{AutoPatternsEntityPage/Fields → fields}/Checkbox.d.ts +0 -0
  466. /package/dist/types/components/{AutoPatternsEntityPage/Fields → fields}/DateInput.d.ts +0 -0
  467. /package/dist/types/components/{AutoPatternsEntityPage/Fields → fields}/DateTime.d.ts +0 -0
  468. /package/dist/types/components/{AutoPatternsEntityPage/Fields → fields}/ImageInput.d.ts +0 -0
  469. /package/dist/types/components/{AutoPatternsEntityPage/Fields → fields}/LongText.d.ts +0 -0
  470. /package/dist/types/components/{AutoPatternsEntityPage/Fields → fields}/Number.d.ts +0 -0
  471. /package/dist/types/components/{AutoPatternsEntityPage/Fields → fields}/ShortText.d.ts +0 -0
  472. /package/dist/types/components/{AutoPatternsEntityPage/Fields → fields}/Url.d.ts +0 -0
  473. /package/dist/types/components/{AutoPatternsEntityPage/Fields → fields}/utils/dates.d.ts +0 -0
@@ -6,7 +6,7 @@ import { useSchema } from '../../providers/SchemaContext';
6
6
  import { useEntityPageHeaderTexts, useNavigation } from '../../hooks';
7
7
  import { useEntityPageMoreActions } from '../../hooks/useEntityPageMoreActions';
8
8
  import { useActionsSDK } from '../../hooks/useActionsSDK';
9
- import { RenderLayoutCard } from './RenderLayout';
9
+ import { ContentCard } from '../layouts/ContentCard';
10
10
  import { errorHandler } from '@wix/essentials';
11
11
  export const EditModeEntityPage = _ref => {
12
12
  var _pageLayout$main, _pageLayout$sidebar;
@@ -27,6 +27,11 @@ export const EditModeEntityPage = _ref => {
27
27
  const params = useParams();
28
28
  const entityId = params[route.params.id];
29
29
  const schema = useSchema();
30
+ const {
31
+ displayField,
32
+ actions: schemaActions,
33
+ fields
34
+ } = schema;
30
35
  const isCreateMode = !entityId;
31
36
  const inputRefs = useRef({});
32
37
  const setInputRef = (id, input) => {
@@ -61,7 +66,7 @@ export const EditModeEntityPage = _ref => {
61
66
  ...baseEntity,
62
67
  ...formValues
63
68
  };
64
- const newEntity = entityId ? await schema.actions.update(updatedEntity) : await schema.actions.create(updatedEntity);
69
+ const newEntity = entityId ? await schemaActions.update(updatedEntity) : await schemaActions.create(updatedEntity);
65
70
  return {
66
71
  updatedEntity: newEntity
67
72
  };
@@ -72,7 +77,7 @@ export const EditModeEntityPage = _ref => {
72
77
  entity: undefined
73
78
  };
74
79
  }
75
- const entity = await schema.actions.get(entityId);
80
+ const entity = await schemaActions.get(entityId);
76
81
  return {
77
82
  entity
78
83
  };
@@ -85,7 +90,7 @@ export const EditModeEntityPage = _ref => {
85
90
  } = useEntityPageHeaderTexts({
86
91
  config: configuration,
87
92
  isCreateMode,
88
- entityDisplayName: entity == null ? void 0 : entity[schema.displayField],
93
+ entityDisplayName: entity == null ? void 0 : entity[displayField],
89
94
  entity
90
95
  });
91
96
  const sdk = useActionsSDK({
@@ -103,18 +108,26 @@ export const EditModeEntityPage = _ref => {
103
108
  }) : undefined
104
109
  }), /*#__PURE__*/React.createElement(EntityPage.Content, null, /*#__PURE__*/React.createElement(EntityPage.MainContent, {
105
110
  dataHook: "entity-page-main-content"
106
- }, pageLayout == null || (_pageLayout$main = pageLayout.main) == null ? void 0 : _pageLayout$main.map((layout, layoutIndex) => /*#__PURE__*/React.createElement(RenderLayoutCard, {
111
+ }, pageLayout == null || (_pageLayout$main = pageLayout.main) == null ? void 0 : _pageLayout$main.map((layout, layoutIndex) => /*#__PURE__*/React.createElement(ContentCard, {
107
112
  key: `main-section-card-${layoutIndex}`,
108
113
  layout: layout,
109
114
  sectionId: "main",
110
115
  cardIndex: layoutIndex,
111
- setInputRef: setInputRef
112
- }))), pageLayout != null && pageLayout.sidebar ? /*#__PURE__*/React.createElement(EntityPage.AdditionalContent, null, (_pageLayout$sidebar = pageLayout.sidebar) == null ? void 0 : _pageLayout$sidebar.map((layout, layoutIndex) => /*#__PURE__*/React.createElement(RenderLayoutCard, {
116
+ setInputRef: setInputRef,
117
+ fields: fields,
118
+ form: form,
119
+ data: entity
120
+ }))), pageLayout != null && pageLayout.sidebar ? /*#__PURE__*/React.createElement(EntityPage.AdditionalContent, {
121
+ dataHook: "entity-page-additional-content"
122
+ }, (_pageLayout$sidebar = pageLayout.sidebar) == null ? void 0 : _pageLayout$sidebar.map((layout, layoutIndex) => /*#__PURE__*/React.createElement(ContentCard, {
113
123
  key: `sidebar-section-card-${layoutIndex}`,
114
124
  layout: layout,
115
125
  sectionId: "sidebar",
116
126
  cardIndex: layoutIndex,
117
- setInputRef: setInputRef
127
+ setInputRef: setInputRef,
128
+ fields: fields,
129
+ form: form,
130
+ data: entity
118
131
  }))) : null));
119
132
  };
120
133
  //# sourceMappingURL=EditModeEntityPage.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["React","useMemo","useRef","EntityPage","useEntity","useEntityPage","MoreActions","useForm","useParams","useSchema","useEntityPageHeaderTexts","useNavigation","useEntityPageMoreActions","useActionsSDK","RenderLayoutCard","errorHandler","EditModeEntityPage","_ref","_pageLayout$main","_pageLayout$sidebar","configuration","layout","pageLayout","parentPageId","route","actions","collectionId","moreActions","form","mode","params","entityId","id","schema","isCreateMode","inputRefs","setInputRef","input","current","validate","invalidFieldId","Object","keys","find","fieldId","_inputRefs$current$fi","invalid","_inputRefs$current$in","focus","Error","getParentPagePath","parentPath","state","saveErrorToast","err","message","getResolvedError","onSave","formValues","getValues","baseEntity","entity","updatedEntity","newEntity","update","create","fetch","undefined","get","title","subtitle","config","entityDisplayName","displayField","sdk","resolvedMoreActions","createElement","dataHook","Header","length","items","Content","MainContent","main","map","layoutIndex","key","sectionId","cardIndex","sidebar","AdditionalContent"],"sources":["../../../../src/components/AutoPatternsEntityPage/EditModeEntityPage.tsx"],"sourcesContent":["import React, { useMemo, useRef } from 'react';\nimport {\n EntityPage,\n EntityPageState,\n useEntity,\n useEntityPage,\n MoreActions,\n} from '@wix/patterns';\nimport { useForm } from '@wix/patterns/form';\nimport { useParams } from 'react-router-dom';\nimport { useSchema } from '../../providers/SchemaContext';\nimport { BaseInputRef } from './Fields/types';\nimport { useEntityPageHeaderTexts, useNavigation } from '../../hooks';\nimport { useEntityPageMoreActions } from '../../hooks/useEntityPageMoreActions';\nimport { useActionsSDK } from '../../hooks/useActionsSDK';\nimport { RenderLayoutCard } from './RenderLayout';\nimport { EditEntityPageConfig } from '../../types';\nimport { errorHandler } from '@wix/essentials';\n\nexport const EditModeEntityPage: React.FC<{\n configuration: EditEntityPageConfig;\n}> = ({ configuration }) => {\n const {\n layout: pageLayout,\n parentPageId,\n route,\n actions,\n collectionId,\n } = configuration;\n\n const moreActions = actions?.moreActions;\n\n const form = useForm<any>({\n mode: 'onChange',\n });\n const params = useParams();\n const entityId = params[route.params.id];\n const schema = useSchema();\n const isCreateMode = !entityId;\n\n const inputRefs = useRef<{ [fieldId: string]: BaseInputRef }>({});\n\n const setInputRef = (id: string, input: BaseInputRef) => {\n inputRefs.current[id] = input;\n };\n\n const validate = () => {\n const invalidFieldId = Object.keys(inputRefs.current).find((fieldId) => {\n return inputRefs.current[fieldId]?.invalid;\n });\n\n if (invalidFieldId) {\n inputRefs.current[invalidFieldId]?.focus?.();\n throw new Error('Invalid form');\n }\n };\n const { getParentPagePath } = useNavigation();\n\n const parentPath = useMemo(\n () => getParentPagePath(parentPageId),\n [parentPageId, getParentPagePath],\n );\n\n const state: EntityPageState<any> = useEntityPage<any, any>({\n parentPath,\n form,\n saveErrorToast: (err) => ({\n message: errorHandler.getResolvedError(err).message,\n }),\n onSave: async () => {\n validate();\n\n const formValues = form.getValues();\n const baseEntity = state.entity || {};\n const updatedEntity = {\n ...baseEntity,\n ...formValues,\n };\n\n const newEntity = entityId\n ? await schema.actions.update(updatedEntity)\n : await schema.actions.create(updatedEntity);\n\n return { updatedEntity: newEntity };\n },\n fetch: async () => {\n if (!entityId) {\n return { entity: undefined };\n }\n const entity = await schema.actions.get(entityId);\n return { entity };\n },\n });\n\n const entity = useEntity(state);\n\n const { title, subtitle } = useEntityPageHeaderTexts({\n config: configuration,\n isCreateMode,\n entityDisplayName: entity?.[schema.displayField],\n entity,\n });\n\n const sdk = useActionsSDK({\n collectionId,\n });\n\n const resolvedMoreActions = useEntityPageMoreActions(\n moreActions,\n entity,\n sdk,\n form,\n );\n\n return (\n <EntityPage state={state} dataHook=\"auto-patterns-entity-page\">\n <EntityPage.Header\n title={title}\n subtitle={subtitle}\n moreActions={\n resolvedMoreActions.length > 0 ? (\n <MoreActions items={resolvedMoreActions} />\n ) : undefined\n }\n />\n <EntityPage.Content>\n <EntityPage.MainContent dataHook=\"entity-page-main-content\">\n {pageLayout?.main?.map((layout, layoutIndex) => (\n <RenderLayoutCard\n key={`main-section-card-${layoutIndex}`}\n layout={layout}\n sectionId=\"main\"\n cardIndex={layoutIndex}\n setInputRef={setInputRef}\n />\n ))}\n </EntityPage.MainContent>\n {pageLayout?.sidebar ? (\n <EntityPage.AdditionalContent>\n {pageLayout.sidebar?.map((layout, layoutIndex) => (\n <RenderLayoutCard\n key={`sidebar-section-card-${layoutIndex}`}\n layout={layout}\n sectionId=\"sidebar\"\n cardIndex={layoutIndex}\n setInputRef={setInputRef}\n />\n ))}\n </EntityPage.AdditionalContent>\n ) : null}\n </EntityPage.Content>\n </EntityPage>\n );\n};\n"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["React","useMemo","useRef","EntityPage","useEntity","useEntityPage","MoreActions","useForm","useParams","useSchema","useEntityPageHeaderTexts","useNavigation","useEntityPageMoreActions","useActionsSDK","ContentCard","errorHandler","EditModeEntityPage","_ref","_pageLayout$main","_pageLayout$sidebar","configuration","layout","pageLayout","parentPageId","route","actions","collectionId","moreActions","form","mode","params","entityId","id","schema","displayField","schemaActions","fields","isCreateMode","inputRefs","setInputRef","input","current","validate","invalidFieldId","Object","keys","find","fieldId","_inputRefs$current$fi","invalid","_inputRefs$current$in","focus","Error","getParentPagePath","parentPath","state","saveErrorToast","err","message","getResolvedError","onSave","formValues","getValues","baseEntity","entity","updatedEntity","newEntity","update","create","fetch","undefined","get","title","subtitle","config","entityDisplayName","sdk","resolvedMoreActions","createElement","dataHook","Header","length","items","Content","MainContent","main","map","layoutIndex","key","sectionId","cardIndex","data","sidebar","AdditionalContent"],"sources":["../../../../src/components/AutoPatternsEntityPage/EditModeEntityPage.tsx"],"sourcesContent":["import React, { useMemo, useRef } from 'react';\nimport {\n EntityPage,\n EntityPageState,\n useEntity,\n useEntityPage,\n MoreActions,\n} from '@wix/patterns';\nimport { useForm } from '@wix/patterns/form';\nimport { useParams } from 'react-router-dom';\nimport { useSchema } from '../../providers/SchemaContext';\nimport { useEntityPageHeaderTexts, useNavigation } from '../../hooks';\nimport { useEntityPageMoreActions } from '../../hooks/useEntityPageMoreActions';\nimport { useActionsSDK } from '../../hooks/useActionsSDK';\nimport { ContentCard } from '../layouts/ContentCard';\nimport { BaseInputRef } from '../fields/types';\nimport { EditEntityPageConfig } from '../../types';\nimport { errorHandler } from '@wix/essentials';\n\nexport const EditModeEntityPage: React.FC<{\n configuration: EditEntityPageConfig;\n}> = ({ configuration }) => {\n const {\n layout: pageLayout,\n parentPageId,\n route,\n actions,\n collectionId,\n } = configuration;\n\n const moreActions = actions?.moreActions;\n\n const form = useForm<any>({\n mode: 'onChange',\n });\n const params = useParams();\n const entityId = params[route.params.id];\n const schema = useSchema();\n const { displayField, actions: schemaActions, fields } = schema;\n const isCreateMode = !entityId;\n\n const inputRefs = useRef<{ [fieldId: string]: BaseInputRef }>({});\n\n const setInputRef = (id: string, input: BaseInputRef) => {\n inputRefs.current[id] = input;\n };\n\n const validate = () => {\n const invalidFieldId = Object.keys(inputRefs.current).find((fieldId) => {\n return inputRefs.current[fieldId]?.invalid;\n });\n\n if (invalidFieldId) {\n inputRefs.current[invalidFieldId]?.focus?.();\n throw new Error('Invalid form');\n }\n };\n const { getParentPagePath } = useNavigation();\n\n const parentPath = useMemo(\n () => getParentPagePath(parentPageId),\n [parentPageId, getParentPagePath],\n );\n\n const state: EntityPageState<any> = useEntityPage<any, any>({\n parentPath,\n form,\n saveErrorToast: (err) => ({\n message: errorHandler.getResolvedError(err).message,\n }),\n onSave: async () => {\n validate();\n\n const formValues = form.getValues();\n const baseEntity = state.entity || {};\n const updatedEntity = {\n ...baseEntity,\n ...formValues,\n };\n\n const newEntity = entityId\n ? await schemaActions.update(updatedEntity)\n : await schemaActions.create(updatedEntity);\n\n return { updatedEntity: newEntity };\n },\n fetch: async () => {\n if (!entityId) {\n return { entity: undefined };\n }\n const entity = await schemaActions.get(entityId);\n return { entity };\n },\n });\n\n const entity = useEntity(state);\n\n const { title, subtitle } = useEntityPageHeaderTexts({\n config: configuration,\n isCreateMode,\n entityDisplayName: entity?.[displayField],\n entity,\n });\n\n const sdk = useActionsSDK({\n collectionId,\n });\n\n const resolvedMoreActions = useEntityPageMoreActions(\n moreActions,\n entity,\n sdk,\n form,\n );\n\n return (\n <EntityPage state={state} dataHook=\"auto-patterns-entity-page\">\n <EntityPage.Header\n title={title}\n subtitle={subtitle}\n moreActions={\n resolvedMoreActions.length > 0 ? (\n <MoreActions items={resolvedMoreActions} />\n ) : undefined\n }\n />\n <EntityPage.Content>\n <EntityPage.MainContent dataHook=\"entity-page-main-content\">\n {pageLayout?.main?.map((layout, layoutIndex) => (\n <ContentCard\n key={`main-section-card-${layoutIndex}`}\n layout={layout}\n sectionId=\"main\"\n cardIndex={layoutIndex}\n setInputRef={setInputRef}\n fields={fields}\n form={form}\n data={entity}\n />\n ))}\n </EntityPage.MainContent>\n {pageLayout?.sidebar ? (\n <EntityPage.AdditionalContent dataHook=\"entity-page-additional-content\">\n {pageLayout.sidebar?.map((layout, layoutIndex) => (\n <ContentCard\n key={`sidebar-section-card-${layoutIndex}`}\n layout={layout}\n sectionId=\"sidebar\"\n cardIndex={layoutIndex}\n setInputRef={setInputRef}\n fields={fields}\n form={form}\n data={entity}\n />\n ))}\n </EntityPage.AdditionalContent>\n ) : null}\n </EntityPage.Content>\n </EntityPage>\n );\n};\n"],"mappings":"AAAA,OAAOA,KAAK,IAAIC,OAAO,EAAEC,MAAM,QAAQ,OAAO;AAC9C,SACEC,UAAU,EAEVC,SAAS,EACTC,aAAa,EACbC,WAAW,QACN,eAAe;AACtB,SAASC,OAAO,QAAQ,oBAAoB;AAC5C,SAASC,SAAS,QAAQ,kBAAkB;AAC5C,SAASC,SAAS,QAAQ,+BAA+B;AACzD,SAASC,wBAAwB,EAAEC,aAAa,QAAQ,aAAa;AACrE,SAASC,wBAAwB,QAAQ,sCAAsC;AAC/E,SAASC,aAAa,QAAQ,2BAA2B;AACzD,SAASC,WAAW,QAAQ,wBAAwB;AAGpD,SAASC,YAAY,QAAQ,iBAAiB;AAE9C,OAAO,MAAMC,kBAEX,GAAGC,IAAA,IAAuB;EAAA,IAAAC,gBAAA,EAAAC,mBAAA;EAAA,IAAtB;IAAEC;EAAc,CAAC,GAAAH,IAAA;EACrB,MAAM;IACJI,MAAM,EAAEC,UAAU;IAClBC,YAAY;IACZC,KAAK;IACLC,OAAO;IACPC;EACF,CAAC,GAAGN,aAAa;EAEjB,MAAMO,WAAW,GAAGF,OAAO,oBAAPA,OAAO,CAAEE,WAAW;EAExC,MAAMC,IAAI,GAAGrB,OAAO,CAAM;IACxBsB,IAAI,EAAE;EACR,CAAC,CAAC;EACF,MAAMC,MAAM,GAAGtB,SAAS,CAAC,CAAC;EAC1B,MAAMuB,QAAQ,GAAGD,MAAM,CAACN,KAAK,CAACM,MAAM,CAACE,EAAE,CAAC;EACxC,MAAMC,MAAM,GAAGxB,SAAS,CAAC,CAAC;EAC1B,MAAM;IAAEyB,YAAY;IAAET,OAAO,EAAEU,aAAa;IAAEC;EAAO,CAAC,GAAGH,MAAM;EAC/D,MAAMI,YAAY,GAAG,CAACN,QAAQ;EAE9B,MAAMO,SAAS,GAAGpC,MAAM,CAAsC,CAAC,CAAC,CAAC;EAEjE,MAAMqC,WAAW,GAAGA,CAACP,EAAU,EAAEQ,KAAmB,KAAK;IACvDF,SAAS,CAACG,OAAO,CAACT,EAAE,CAAC,GAAGQ,KAAK;EAC/B,CAAC;EAED,MAAME,QAAQ,GAAGA,CAAA,KAAM;IACrB,MAAMC,cAAc,GAAGC,MAAM,CAACC,IAAI,CAACP,SAAS,CAACG,OAAO,CAAC,CAACK,IAAI,CAAEC,OAAO,IAAK;MAAA,IAAAC,qBAAA;MACtE,QAAAA,qBAAA,GAAOV,SAAS,CAACG,OAAO,CAACM,OAAO,CAAC,qBAA1BC,qBAAA,CAA4BC,OAAO;IAC5C,CAAC,CAAC;IAEF,IAAIN,cAAc,EAAE;MAAA,IAAAO,qBAAA;MAClB,CAAAA,qBAAA,GAAAZ,SAAS,CAACG,OAAO,CAACE,cAAc,CAAC,aAAjCO,qBAAA,CAAmCC,KAAK,YAAxCD,qBAAA,CAAmCC,KAAK,CAAG,CAAC;MAC5C,MAAM,IAAIC,KAAK,CAAC,cAAc,CAAC;IACjC;EACF,CAAC;EACD,MAAM;IAAEC;EAAkB,CAAC,GAAG1C,aAAa,CAAC,CAAC;EAE7C,MAAM2C,UAAU,GAAGrD,OAAO,CACxB,MAAMoD,iBAAiB,CAAC9B,YAAY,CAAC,EACrC,CAACA,YAAY,EAAE8B,iBAAiB,CAClC,CAAC;EAED,MAAME,KAA2B,GAAGlD,aAAa,CAAW;IAC1DiD,UAAU;IACV1B,IAAI;IACJ4B,cAAc,EAAGC,GAAG,KAAM;MACxBC,OAAO,EAAE3C,YAAY,CAAC4C,gBAAgB,CAACF,GAAG,CAAC,CAACC;IAC9C,CAAC,CAAC;IACFE,MAAM,EAAE,MAAAA,CAAA,KAAY;MAClBlB,QAAQ,CAAC,CAAC;MAEV,MAAMmB,UAAU,GAAGjC,IAAI,CAACkC,SAAS,CAAC,CAAC;MACnC,MAAMC,UAAU,GAAGR,KAAK,CAACS,MAAM,IAAI,CAAC,CAAC;MACrC,MAAMC,aAAa,GAAG;QACpB,GAAGF,UAAU;QACb,GAAGF;MACL,CAAC;MAED,MAAMK,SAAS,GAAGnC,QAAQ,GACtB,MAAMI,aAAa,CAACgC,MAAM,CAACF,aAAa,CAAC,GACzC,MAAM9B,aAAa,CAACiC,MAAM,CAACH,aAAa,CAAC;MAE7C,OAAO;QAAEA,aAAa,EAAEC;MAAU,CAAC;IACrC,CAAC;IACDG,KAAK,EAAE,MAAAA,CAAA,KAAY;MACjB,IAAI,CAACtC,QAAQ,EAAE;QACb,OAAO;UAAEiC,MAAM,EAAEM;QAAU,CAAC;MAC9B;MACA,MAAMN,MAAM,GAAG,MAAM7B,aAAa,CAACoC,GAAG,CAACxC,QAAQ,CAAC;MAChD,OAAO;QAAEiC;MAAO,CAAC;IACnB;EACF,CAAC,CAAC;EAEF,MAAMA,MAAM,GAAG5D,SAAS,CAACmD,KAAK,CAAC;EAE/B,MAAM;IAAEiB,KAAK;IAAEC;EAAS,CAAC,GAAG/D,wBAAwB,CAAC;IACnDgE,MAAM,EAAEtD,aAAa;IACrBiB,YAAY;IACZsC,iBAAiB,EAAEX,MAAM,oBAANA,MAAM,CAAG9B,YAAY,CAAC;IACzC8B;EACF,CAAC,CAAC;EAEF,MAAMY,GAAG,GAAG/D,aAAa,CAAC;IACxBa;EACF,CAAC,CAAC;EAEF,MAAMmD,mBAAmB,GAAGjE,wBAAwB,CAClDe,WAAW,EACXqC,MAAM,EACNY,GAAG,EACHhD,IACF,CAAC;EAED,oBACE5B,KAAA,CAAA8E,aAAA,CAAC3E,UAAU;IAACoD,KAAK,EAAEA,KAAM;IAACwB,QAAQ,EAAC;EAA2B,gBAC5D/E,KAAA,CAAA8E,aAAA,CAAC3E,UAAU,CAAC6E,MAAM;IAChBR,KAAK,EAAEA,KAAM;IACbC,QAAQ,EAAEA,QAAS;IACnB9C,WAAW,EACTkD,mBAAmB,CAACI,MAAM,GAAG,CAAC,gBAC5BjF,KAAA,CAAA8E,aAAA,CAACxE,WAAW;MAAC4E,KAAK,EAAEL;IAAoB,CAAE,CAAC,GACzCP;EACL,CACF,CAAC,eACFtE,KAAA,CAAA8E,aAAA,CAAC3E,UAAU,CAACgF,OAAO,qBACjBnF,KAAA,CAAA8E,aAAA,CAAC3E,UAAU,CAACiF,WAAW;IAACL,QAAQ,EAAC;EAA0B,GACxDzD,UAAU,aAAAJ,gBAAA,GAAVI,UAAU,CAAE+D,IAAI,qBAAhBnE,gBAAA,CAAkBoE,GAAG,CAAC,CAACjE,MAAM,EAAEkE,WAAW,kBACzCvF,KAAA,CAAA8E,aAAA,CAAChE,WAAW;IACV0E,GAAG,EAAE,qBAAqBD,WAAW,EAAG;IACxClE,MAAM,EAAEA,MAAO;IACfoE,SAAS,EAAC,MAAM;IAChBC,SAAS,EAAEH,WAAY;IACvBhD,WAAW,EAAEA,WAAY;IACzBH,MAAM,EAAEA,MAAO;IACfR,IAAI,EAAEA,IAAK;IACX+D,IAAI,EAAE3B;EAAO,CACd,CACF,CACqB,CAAC,EACxB1C,UAAU,YAAVA,UAAU,CAAEsE,OAAO,gBAClB5F,KAAA,CAAA8E,aAAA,CAAC3E,UAAU,CAAC0F,iBAAiB;IAACd,QAAQ,EAAC;EAAgC,IAAA5D,mBAAA,GACpEG,UAAU,CAACsE,OAAO,qBAAlBzE,mBAAA,CAAoBmE,GAAG,CAAC,CAACjE,MAAM,EAAEkE,WAAW,kBAC3CvF,KAAA,CAAA8E,aAAA,CAAChE,WAAW;IACV0E,GAAG,EAAE,wBAAwBD,WAAW,EAAG;IAC3ClE,MAAM,EAAEA,MAAO;IACfoE,SAAS,EAAC,SAAS;IACnBC,SAAS,EAAEH,WAAY;IACvBhD,WAAW,EAAEA,WAAY;IACzBH,MAAM,EAAEA,MAAO;IACfR,IAAI,EAAEA,IAAK;IACX+D,IAAI,EAAE3B;EAAO,CACd,CACF,CAC2B,CAAC,GAC7B,IACc,CACV,CAAC;AAEjB,CAAC","ignoreList":[]}
@@ -2,7 +2,6 @@ import _extends from "@babel/runtime/helpers/extends";
2
2
  import React, { useState, useEffect } from 'react';
3
3
  import { Page, Heading, Box, Layout, Cell, Badge } from '@wix/design-system';
4
4
  import { useParams } from 'react-router-dom';
5
- import { RenderViewLayoutCard } from './ViewEntityPage/RenderViewLayoutCard';
6
5
  import { useSchema } from '../../providers/SchemaContext';
7
6
  import { useNavigation } from '../../hooks';
8
7
  import { MoreActions } from '@wix/patterns';
@@ -11,7 +10,8 @@ import { useEntityPageMoreActions } from '../../hooks/useEntityPageMoreActions';
11
10
  import { useActionsSDK } from '../../hooks/useActionsSDK';
12
11
  import { useNavigateEditEntityAction } from '../../hooks/useNavigateEditEntityAction';
13
12
  import { useEntityPageHeaderTexts } from '../../hooks/useEntityPageHeaderTexts';
14
- import { SkeletonEntity } from './SkeletonEntity';
13
+ import { ContentSkeleton } from '../layouts/ContentSkeleton';
14
+ import { ContentCard } from '../layouts/ContentCard';
15
15
  // TODO: temp solution until we have a proper view mode entity page
16
16
  export const ViewModeEntityPage = _ref => {
17
17
  var _pageLayout$main, _pageLayout$sidebar;
@@ -24,6 +24,11 @@ export const ViewModeEntityPage = _ref => {
24
24
  const params = useParams();
25
25
  const entityId = params[route.params.id];
26
26
  const schema = useSchema();
27
+ const {
28
+ displayField,
29
+ actions: schemaActions,
30
+ fields
31
+ } = schema;
27
32
  const {
28
33
  layout: pageLayout
29
34
  } = configuration;
@@ -38,7 +43,7 @@ export const ViewModeEntityPage = _ref => {
38
43
  setEntity(undefined);
39
44
  return;
40
45
  }
41
- const fetchedEntity = await schema.actions.get(entityId);
46
+ const fetchedEntity = await schemaActions.get(entityId);
42
47
  if (isMounted) {
43
48
  setEntity(fetchedEntity);
44
49
  }
@@ -47,7 +52,7 @@ export const ViewModeEntityPage = _ref => {
47
52
  return () => {
48
53
  isMounted = false;
49
54
  };
50
- }, [entityId, schema]);
55
+ }, [entityId, schemaActions]);
51
56
  const {
52
57
  title,
53
58
  subtitle
@@ -55,7 +60,7 @@ export const ViewModeEntityPage = _ref => {
55
60
  config: configuration,
56
61
  isCreateMode: false,
57
62
  isViewMode: true,
58
- entityDisplayName: entity == null ? void 0 : entity[schema.displayField],
63
+ entityDisplayName: entity == null ? void 0 : entity[displayField],
59
64
  entity
60
65
  });
61
66
  const sdk = useActionsSDK({
@@ -69,7 +74,7 @@ export const ViewModeEntityPage = _ref => {
69
74
 
70
75
  // add OOTB navigate to edit action
71
76
  const moreActions = useNavigateEditEntityAction({
72
- displayName: entity == null ? void 0 : entity[schema.displayField],
77
+ displayName: entity == null ? void 0 : entity[displayField],
73
78
  configuration
74
79
  });
75
80
  const resolvedMoreActions = useEntityPageMoreActions(moreActions, entity, sdk);
@@ -93,8 +98,8 @@ export const ViewModeEntityPage = _ref => {
93
98
  }), badge.text))));
94
99
  };
95
100
  if (!entity) {
96
- return /*#__PURE__*/React.createElement(SkeletonEntity, {
97
- entityPage: configuration
101
+ return /*#__PURE__*/React.createElement(ContentSkeleton, {
102
+ pageConfig: configuration
98
103
  });
99
104
  }
100
105
  return /*#__PURE__*/React.createElement(Page, {
@@ -116,9 +121,11 @@ export const ViewModeEntityPage = _ref => {
116
121
  }, /*#__PURE__*/React.createElement(Box, {
117
122
  direction: "vertical",
118
123
  gap: "SP4"
119
- }, pageLayout == null || (_pageLayout$main = pageLayout.main) == null ? void 0 : _pageLayout$main.map((layout, layoutIndex) => /*#__PURE__*/React.createElement(RenderViewLayoutCard, {
124
+ }, pageLayout == null || (_pageLayout$main = pageLayout.main) == null ? void 0 : _pageLayout$main.map((layout, layoutIndex) => /*#__PURE__*/React.createElement(ContentCard, {
120
125
  key: `main-section-card-${layoutIndex}`,
121
- entity: entity,
126
+ mode: "view",
127
+ fields: fields,
128
+ data: entity,
122
129
  layout: layout,
123
130
  sectionId: "main",
124
131
  cardIndex: layoutIndex
@@ -127,9 +134,11 @@ export const ViewModeEntityPage = _ref => {
127
134
  }, /*#__PURE__*/React.createElement(Box, {
128
135
  direction: "vertical",
129
136
  gap: "SP4"
130
- }, (_pageLayout$sidebar = pageLayout.sidebar) == null ? void 0 : _pageLayout$sidebar.map((layout, layoutIndex) => /*#__PURE__*/React.createElement(RenderViewLayoutCard, {
137
+ }, (_pageLayout$sidebar = pageLayout.sidebar) == null ? void 0 : _pageLayout$sidebar.map((layout, layoutIndex) => /*#__PURE__*/React.createElement(ContentCard, {
131
138
  key: `sidebar-section-card-${layoutIndex}`,
132
- entity: entity,
139
+ mode: "view",
140
+ fields: fields,
141
+ data: entity,
133
142
  layout: layout,
134
143
  sectionId: "sidebar",
135
144
  cardIndex: layoutIndex
@@ -1 +1 @@
1
- {"version":3,"names":["React","useState","useEffect","Page","Heading","Box","Layout","Cell","Badge","useParams","RenderViewLayoutCard","useSchema","useNavigation","MoreActions","useEntityPageActions","useEntityPageMoreActions","useActionsSDK","useNavigateEditEntityAction","useEntityPageHeaderTexts","SkeletonEntity","ViewModeEntityPage","_ref","_pageLayout$main","_pageLayout$sidebar","configuration","route","params","entityId","id","schema","layout","pageLayout","navigateToCollectionPage","entity","setEntity","undefined","isMounted","fetchEntity","fetchedEntity","actions","get","title","subtitle","config","isCreateMode","isViewMode","entityDisplayName","displayField","sdk","collectionId","entityPageActions","moreActions","displayName","resolvedMoreActions","renderTitle","text","badges","createElement","gap","verticalAlign","alignContent","size","length","map","badge","index","_extends","key","dataHook","entityPage","Header","showBackButton","onBackClicked","parentPageId","actionsBar","items","Content","span","sidebar","direction","main","layoutIndex","sectionId","cardIndex"],"sources":["../../../../src/components/AutoPatternsEntityPage/ViewModeEntityPage.tsx"],"sourcesContent":["import React, { useState, useEffect } from 'react';\nimport { Page, Heading, Box, Layout, Cell, Badge } from '@wix/design-system';\nimport { useParams } from 'react-router-dom';\nimport { RenderViewLayoutCard } from './ViewEntityPage/RenderViewLayoutCard';\nimport { useSchema } from '../../providers/SchemaContext';\nimport { useNavigation } from '../../hooks';\nimport { MoreActions } from '@wix/patterns';\nimport { useEntityPageActions } from '../../hooks/useEntityPageActions';\nimport { useEntityPageMoreActions } from '../../hooks/useEntityPageMoreActions';\nimport { useActionsSDK } from '../../hooks/useActionsSDK';\nimport { useNavigateEditEntityAction } from '../../hooks/useNavigateEditEntityAction';\nimport { useEntityPageHeaderTexts } from '../../hooks/useEntityPageHeaderTexts';\nimport { ViewEntityPageConfig } from '../../types';\nimport { SkeletonEntity } from './SkeletonEntity';\n\ninterface ViewModeEntityPageProps {\n configuration: ViewEntityPageConfig;\n}\n\n// TODO: temp solution until we have a proper view mode entity page\nexport const ViewModeEntityPage: React.FC<ViewModeEntityPageProps> = ({\n configuration,\n}) => {\n const { route } = configuration;\n const params = useParams();\n const entityId = params[route.params.id];\n const schema = useSchema();\n const { layout: pageLayout } = configuration;\n const { navigateToCollectionPage } = useNavigation();\n\n const [entity, setEntity] = useState<any>(undefined);\n\n useEffect(() => {\n let isMounted = true;\n const fetchEntity = async () => {\n if (!entityId) {\n setEntity(undefined);\n return;\n }\n const fetchedEntity = await schema.actions.get(entityId);\n if (isMounted) {\n setEntity(fetchedEntity);\n }\n };\n fetchEntity();\n return () => {\n isMounted = false;\n };\n }, [entityId, schema]);\n\n const { title, subtitle } = useEntityPageHeaderTexts({\n config: configuration,\n isCreateMode: false,\n isViewMode: true,\n entityDisplayName: entity?.[schema.displayField],\n entity,\n });\n\n const sdk = useActionsSDK({\n collectionId: configuration.collectionId,\n });\n\n const actions = useEntityPageActions({\n entityPageActions: configuration.actions,\n entity,\n sdk,\n });\n\n // add OOTB navigate to edit action\n const moreActions = useNavigateEditEntityAction({\n displayName: entity?.[schema.displayField],\n configuration,\n });\n\n const resolvedMoreActions = useEntityPageMoreActions(\n moreActions,\n entity,\n sdk,\n );\n\n const renderTitle = () => {\n const { text, badges } = title;\n\n return (\n <Box gap=\"SP2\" verticalAlign=\"middle\" alignContent=\"center\">\n <Heading size=\"extraLarge\">{text}</Heading>\n {badges && badges.length > 0 && (\n <Box gap=\"SP2\">\n {badges.map((badge, index) => (\n <Badge\n key={index}\n {...badge}\n dataHook={`form-page-header-badge-${index}`}\n >\n {badge.text}\n </Badge>\n ))}\n </Box>\n )}\n </Box>\n );\n };\n\n if (!entity) {\n return <SkeletonEntity entityPage={configuration} />;\n }\n return (\n <Page dataHook=\"view-mode-entity-page\">\n <Page.Header\n dataHook=\"view-mode-entity-page-header\"\n title={renderTitle()}\n subtitle={subtitle?.text}\n showBackButton\n onBackClicked={() =>\n navigateToCollectionPage(configuration.parentPageId!)\n }\n actionsBar={\n <Box gap=\"SP2\">\n {resolvedMoreActions.length > 0 ? (\n <MoreActions\n dataHook=\"view-mode-entity-page-more-actions\"\n items={resolvedMoreActions}\n />\n ) : undefined}\n {actions}\n </Box>\n }\n />\n <Page.Content>\n <Layout>\n <Cell span={pageLayout?.sidebar ? 8 : 12}>\n <Box direction=\"vertical\" gap=\"SP4\">\n {pageLayout?.main?.map((layout, layoutIndex) => (\n <RenderViewLayoutCard\n key={`main-section-card-${layoutIndex}`}\n entity={entity}\n layout={layout}\n sectionId=\"main\"\n cardIndex={layoutIndex}\n />\n ))}\n </Box>\n </Cell>\n {pageLayout?.sidebar ? (\n <Cell span={4}>\n <Box direction=\"vertical\" gap=\"SP4\">\n {pageLayout.sidebar?.map((layout, layoutIndex) => (\n <RenderViewLayoutCard\n key={`sidebar-section-card-${layoutIndex}`}\n entity={entity}\n layout={layout}\n sectionId=\"sidebar\"\n cardIndex={layoutIndex}\n />\n ))}\n </Box>\n </Cell>\n ) : null}\n </Layout>\n </Page.Content>\n </Page>\n );\n};\n"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["React","useState","useEffect","Page","Heading","Box","Layout","Cell","Badge","useParams","useSchema","useNavigation","MoreActions","useEntityPageActions","useEntityPageMoreActions","useActionsSDK","useNavigateEditEntityAction","useEntityPageHeaderTexts","ContentSkeleton","ContentCard","ViewModeEntityPage","_ref","_pageLayout$main","_pageLayout$sidebar","configuration","route","params","entityId","id","schema","displayField","actions","schemaActions","fields","layout","pageLayout","navigateToCollectionPage","entity","setEntity","undefined","isMounted","fetchEntity","fetchedEntity","get","title","subtitle","config","isCreateMode","isViewMode","entityDisplayName","sdk","collectionId","entityPageActions","moreActions","displayName","resolvedMoreActions","renderTitle","text","badges","createElement","gap","verticalAlign","alignContent","size","length","map","badge","index","_extends","key","dataHook","pageConfig","Header","showBackButton","onBackClicked","parentPageId","actionsBar","items","Content","span","sidebar","direction","main","layoutIndex","mode","data","sectionId","cardIndex"],"sources":["../../../../src/components/AutoPatternsEntityPage/ViewModeEntityPage.tsx"],"sourcesContent":["import React, { useState, useEffect } from 'react';\nimport { Page, Heading, Box, Layout, Cell, Badge } from '@wix/design-system';\nimport { useParams } from 'react-router-dom';\nimport { useSchema } from '../../providers/SchemaContext';\nimport { useNavigation } from '../../hooks';\nimport { MoreActions } from '@wix/patterns';\nimport { useEntityPageActions } from '../../hooks/useEntityPageActions';\nimport { useEntityPageMoreActions } from '../../hooks/useEntityPageMoreActions';\nimport { useActionsSDK } from '../../hooks/useActionsSDK';\nimport { useNavigateEditEntityAction } from '../../hooks/useNavigateEditEntityAction';\nimport { useEntityPageHeaderTexts } from '../../hooks/useEntityPageHeaderTexts';\nimport { ViewEntityPageConfig } from '../../types';\nimport { ContentSkeleton } from '../layouts/ContentSkeleton';\nimport { ContentCard } from '../layouts/ContentCard';\n\ninterface ViewModeEntityPageProps {\n configuration: ViewEntityPageConfig;\n}\n\n// TODO: temp solution until we have a proper view mode entity page\nexport const ViewModeEntityPage: React.FC<ViewModeEntityPageProps> = ({\n configuration,\n}) => {\n const { route } = configuration;\n const params = useParams();\n const entityId = params[route.params.id];\n const schema = useSchema();\n const { displayField, actions: schemaActions, fields } = schema;\n const { layout: pageLayout } = configuration;\n const { navigateToCollectionPage } = useNavigation();\n\n const [entity, setEntity] = useState<any>(undefined);\n\n useEffect(() => {\n let isMounted = true;\n const fetchEntity = async () => {\n if (!entityId) {\n setEntity(undefined);\n return;\n }\n const fetchedEntity = await schemaActions.get(entityId);\n if (isMounted) {\n setEntity(fetchedEntity);\n }\n };\n fetchEntity();\n return () => {\n isMounted = false;\n };\n }, [entityId, schemaActions]);\n\n const { title, subtitle } = useEntityPageHeaderTexts({\n config: configuration,\n isCreateMode: false,\n isViewMode: true,\n entityDisplayName: entity?.[displayField],\n entity,\n });\n\n const sdk = useActionsSDK({\n collectionId: configuration.collectionId,\n });\n\n const actions = useEntityPageActions({\n entityPageActions: configuration.actions,\n entity,\n sdk,\n });\n\n // add OOTB navigate to edit action\n const moreActions = useNavigateEditEntityAction({\n displayName: entity?.[displayField],\n configuration,\n });\n\n const resolvedMoreActions = useEntityPageMoreActions(\n moreActions,\n entity,\n sdk,\n );\n\n const renderTitle = () => {\n const { text, badges } = title;\n\n return (\n <Box gap=\"SP2\" verticalAlign=\"middle\" alignContent=\"center\">\n <Heading size=\"extraLarge\">{text}</Heading>\n {badges && badges.length > 0 && (\n <Box gap=\"SP2\">\n {badges.map((badge, index) => (\n <Badge\n key={index}\n {...badge}\n dataHook={`form-page-header-badge-${index}`}\n >\n {badge.text}\n </Badge>\n ))}\n </Box>\n )}\n </Box>\n );\n };\n\n if (!entity) {\n return <ContentSkeleton pageConfig={configuration} />;\n }\n return (\n <Page dataHook=\"view-mode-entity-page\">\n <Page.Header\n dataHook=\"view-mode-entity-page-header\"\n title={renderTitle()}\n subtitle={subtitle?.text}\n showBackButton\n onBackClicked={() =>\n navigateToCollectionPage(configuration.parentPageId!)\n }\n actionsBar={\n <Box gap=\"SP2\">\n {resolvedMoreActions.length > 0 ? (\n <MoreActions\n dataHook=\"view-mode-entity-page-more-actions\"\n items={resolvedMoreActions}\n />\n ) : undefined}\n {actions}\n </Box>\n }\n />\n <Page.Content>\n <Layout>\n <Cell span={pageLayout?.sidebar ? 8 : 12}>\n <Box direction=\"vertical\" gap=\"SP4\">\n {pageLayout?.main?.map((layout, layoutIndex) => (\n <ContentCard\n key={`main-section-card-${layoutIndex}`}\n mode=\"view\"\n fields={fields}\n data={entity}\n layout={layout}\n sectionId=\"main\"\n cardIndex={layoutIndex}\n />\n ))}\n </Box>\n </Cell>\n {pageLayout?.sidebar ? (\n <Cell span={4}>\n <Box direction=\"vertical\" gap=\"SP4\">\n {pageLayout.sidebar?.map((layout, layoutIndex) => (\n <ContentCard\n key={`sidebar-section-card-${layoutIndex}`}\n mode=\"view\"\n fields={fields}\n data={entity}\n layout={layout}\n sectionId=\"sidebar\"\n cardIndex={layoutIndex}\n />\n ))}\n </Box>\n </Cell>\n ) : null}\n </Layout>\n </Page.Content>\n </Page>\n );\n};\n"],"mappings":"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","ignoreList":[]}
@@ -1,4 +1,3 @@
1
1
  export * from './AutoPatternsEntityPage';
2
2
  export * from './ViewModeEntityPage';
3
- export * from './RenderLayout';
4
3
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["../../../../src/components/AutoPatternsEntityPage/index.ts"],"sourcesContent":["export * from './AutoPatternsEntityPage';\nexport * from './ViewModeEntityPage';\nexport * from './RenderLayout';\n"],"mappings":"AAAA,cAAc,0BAA0B;AACxC,cAAc,sBAAsB;AACpC,cAAc,gBAAgB","ignoreList":[]}
1
+ {"version":3,"names":[],"sources":["../../../../src/components/AutoPatternsEntityPage/index.ts"],"sourcesContent":["export * from './AutoPatternsEntityPage';\nexport * from './ViewModeEntityPage';\n"],"mappings":"AAAA,cAAc,0BAA0B;AACxC,cAAc,sBAAsB","ignoreList":[]}
@@ -1,37 +1,143 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
- import React from 'react';
3
- import { Grid } from '@wix/patterns';
4
- import { useGridFeatures } from '../../hooks';
5
- export const AutoPatternsGrid = _ref => {
6
- let {
7
- configuration
8
- } = _ref;
2
+ import React, { useState } from 'react';
3
+ import { Grid, GridState, useCreateCollection, useGridCollection, useSelector, useWixPatternsContainer } from '@wix/patterns';
4
+ import { useBasePatternsStateParams } from '../../hooks/useBasePatternsStateParams';
5
+ import { useGridFeaturesAsync } from '../../hooks';
6
+ import { useBaseGridFeatures } from '../../hooks/useBaseGridFeatures';
7
+ import { useBaseCollectionComponentReadyFeatures } from '../../hooks/useBaseCollectionComponentReadyFeatures';
8
+ /**
9
+ * AutoPatternsGridLoaded - Step 4 in Grid Flow
10
+ *
11
+ * FLOW 2: AutoPatternsCollectionComponent → AutoPatternsGrid → useGridFeaturesAsync → [AutoPatternsGridLoaded] → useBaseCollectionComponentReadyFeatures → Grid
12
+ *
13
+ * This component renders when all async features have been loaded and are ready.
14
+ * It represents the "loaded" state of the grid flow and handles:
15
+ *
16
+ * Key Responsibilities:
17
+ * - Creates the grid collection state using loaded async features
18
+ * - Calls useBaseCollectionComponentReadyFeatures for final feature preparation
19
+ * - Extracts grid-specific features (renderItem, preset, imagePlacement) from base features
20
+ * - Extracts async features like dragAndDrop if enabled
21
+ * - Renders the final Grid component with all features combined
22
+ */
23
+ const AutoPatternsGridLoaded = props => {
24
+ const {
25
+ config,
26
+ asyncFeaturesState,
27
+ baseStateParams,
28
+ dataHook
29
+ } = props;
30
+
31
+ // Extract grid-specific display features (how items are rendered and displayed)
9
32
  const {
10
- state,
11
- search,
12
- title,
13
- emptyState,
14
- filters,
15
- actionCell,
16
33
  renderItem,
17
34
  imagePlacement,
18
- views,
19
- preset,
20
- dragAndDropProps
21
- } = useGridFeatures(configuration);
35
+ preset
36
+ } = useBaseGridFeatures(config);
37
+
38
+ // Extract loaded async features from the successful feature loading state
39
+ const {
40
+ dragAndDrop
41
+ } = useSelector(() => ({
42
+ ...asyncFeaturesState.status.data
43
+ }));
44
+
45
+ // Create grid collection state with the loaded async dependencies
46
+ const state = useGridCollection(baseStateParams.params);
47
+
48
+ // STEP 5: Call shared hook that prepares final collection features
49
+ // This hook is shared across all three flows (Table, Grid, TableGridSwitch)
50
+ const baseCollectionComponentReadyFeatures = useBaseCollectionComponentReadyFeatures({
51
+ config,
52
+ collection: state.collection,
53
+ asyncFeaturesState,
54
+ baseStateParams
55
+ });
56
+
57
+ // Extract grid-specific drag and drop props if feature is loaded
58
+ const dragAndDropProps = dragAndDrop == null || dragAndDrop.useGridDragAndDrop == null ? void 0 : dragAndDrop.useGridDragAndDrop(config);
59
+
60
+ // FINAL STEP: Render the fully-featured Grid component
61
+ // Combines grid display features with loaded async features
22
62
  return /*#__PURE__*/React.createElement(Grid, _extends({
23
- dataHook: "auto-patterns-grid",
24
- search: search,
25
- title: title,
26
- state: state,
27
- actionCell: actionCell,
28
- filters: filters,
29
- views: views,
30
- emptyState: emptyState,
31
- imagePlacement: imagePlacement
32
- }, dragAndDropProps, {
63
+ dataHook: dataHook,
33
64
  preset: preset,
34
- renderItem: renderItem
65
+ imagePlacement: imagePlacement,
66
+ renderItem: renderItem,
67
+ state: state
68
+ }, baseCollectionComponentReadyFeatures, dragAndDropProps));
69
+ };
70
+
71
+ /**
72
+ * AutoPatternsGrid - Step 2 in Grid Flow
73
+ *
74
+ * FLOW 2: AutoPatternsCollectionComponent → [AutoPatternsGrid] → useGridFeaturesAsync → AutoPatternsGridLoaded → useBaseCollectionComponentReadyFeatures → Grid
75
+ *
76
+ * This is the main grid component that orchestrates the grid rendering flow.
77
+ * It handles the loading states and coordinates between async feature loading and final rendering.
78
+ *
79
+ * Key Responsibilities:
80
+ * - Extracts grid display features (renderItem, preset, imagePlacement) and visible field IDs
81
+ * - Calls useGridFeaturesAsync (Step 3) to load grid-specific async features
82
+ * - Creates initial grid state with basic collection
83
+ * - Monitors loading status and switches between loading/loaded states
84
+ * - Renders skeleton grid during loading or AutoPatternsGridLoaded when ready
85
+ */
86
+ export const AutoPatternsGrid = props => {
87
+ const {
88
+ config
89
+ } = props;
90
+
91
+ // Extract grid display features and visible field IDs from configuration
92
+ const {
93
+ renderItem,
94
+ imagePlacement,
95
+ preset,
96
+ visibleFieldIds
97
+ } = useBaseGridFeatures(config);
98
+
99
+ // Initialize base state parameters with collection config and visible fields
100
+ const baseStateParams = useBasePatternsStateParams(config, {
101
+ visibleFieldIds
102
+ });
103
+
104
+ // STEP 3: Load grid-specific async features (currently only drag&drop)
105
+ const {
106
+ asyncFeaturesState
107
+ } = useGridFeaturesAsync({
108
+ config
109
+ });
110
+
111
+ // Create patterns container and collection factory
112
+ const container = useWixPatternsContainer();
113
+ const createCollection = useCreateCollection();
114
+
115
+ // Initialize grid state with basic collection (used during loading)
116
+ const [state] = useState(() => new GridState({
117
+ collection: createCollection(baseStateParams.params),
118
+ container
35
119
  }));
120
+
121
+ // Monitor async features loading status
122
+ const isReady = useSelector(() => asyncFeaturesState.status.isSuccess || asyncFeaturesState.status.isError);
123
+ const dataHook = 'auto-patterns-grid';
124
+ if (isReady) {
125
+ // STEP 4: All features loaded - render the fully-featured grid
126
+ return /*#__PURE__*/React.createElement(AutoPatternsGridLoaded, {
127
+ dataHook: dataHook,
128
+ config: config,
129
+ baseStateParams: baseStateParams,
130
+ asyncFeaturesState: asyncFeaturesState
131
+ });
132
+ }
133
+
134
+ // LOADING STATE: Render basic grid skeleton while features are loading
135
+ return /*#__PURE__*/React.createElement(Grid, {
136
+ dataHook: dataHook,
137
+ preset: preset,
138
+ imagePlacement: imagePlacement,
139
+ renderItem: renderItem,
140
+ state: state
141
+ });
36
142
  };
37
143
  //# sourceMappingURL=AutoPatternsGrid.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["React","Grid","useGridFeatures","AutoPatternsGrid","_ref","configuration","state","search","title","emptyState","filters","actionCell","renderItem","imagePlacement","views","preset","dragAndDropProps","createElement","_extends","dataHook"],"sources":["../../../../src/components/AutoPatternsGrid/AutoPatternsGrid.tsx"],"sourcesContent":["import React from 'react';\nimport { Grid } from '@wix/patterns';\nimport { GridConfig } from '../../types';\nimport { useGridFeatures } from '../../hooks';\n\nexport interface AutoPatternsGridContentProps {\n configuration: GridConfig;\n}\n\nexport const AutoPatternsGrid = ({\n configuration,\n}: AutoPatternsGridContentProps) => {\n const {\n state,\n search,\n title,\n emptyState,\n filters,\n actionCell,\n renderItem,\n imagePlacement,\n views,\n preset,\n dragAndDropProps,\n } = useGridFeatures(configuration);\n\n return (\n <Grid\n dataHook=\"auto-patterns-grid\"\n search={search}\n title={title}\n state={state}\n actionCell={actionCell}\n filters={filters}\n views={views}\n emptyState={emptyState}\n imagePlacement={imagePlacement}\n {...dragAndDropProps}\n preset={preset}\n renderItem={renderItem}\n />\n );\n};\n"],"mappings":";AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,QAAQ,eAAe;AAEpC,SAASC,eAAe,QAAQ,aAAa;AAM7C,OAAO,MAAMC,gBAAgB,GAAGC,IAAA,IAEI;EAAA,IAFH;IAC/BC;EAC4B,CAAC,GAAAD,IAAA;EAC7B,MAAM;IACJE,KAAK;IACLC,MAAM;IACNC,KAAK;IACLC,UAAU;IACVC,OAAO;IACPC,UAAU;IACVC,UAAU;IACVC,cAAc;IACdC,KAAK;IACLC,MAAM;IACNC;EACF,CAAC,GAAGd,eAAe,CAACG,aAAa,CAAC;EAElC,oBACEL,KAAA,CAAAiB,aAAA,CAAChB,IAAI,EAAAiB,QAAA;IACHC,QAAQ,EAAC,oBAAoB;IAC7BZ,MAAM,EAAEA,MAAO;IACfC,KAAK,EAAEA,KAAM;IACbF,KAAK,EAAEA,KAAM;IACbK,UAAU,EAAEA,UAAW;IACvBD,OAAO,EAAEA,OAAQ;IACjBI,KAAK,EAAEA,KAAM;IACbL,UAAU,EAAEA,UAAW;IACvBI,cAAc,EAAEA;EAAe,GAC3BG,gBAAgB;IACpBD,MAAM,EAAEA,MAAO;IACfH,UAAU,EAAEA;EAAW,EACxB,CAAC;AAEN,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["React","useState","Grid","GridState","useCreateCollection","useGridCollection","useSelector","useWixPatternsContainer","useBasePatternsStateParams","useGridFeaturesAsync","useBaseGridFeatures","useBaseCollectionComponentReadyFeatures","AutoPatternsGridLoaded","props","config","asyncFeaturesState","baseStateParams","dataHook","renderItem","imagePlacement","preset","dragAndDrop","status","data","state","params","baseCollectionComponentReadyFeatures","collection","dragAndDropProps","useGridDragAndDrop","createElement","_extends","AutoPatternsGrid","visibleFieldIds","container","createCollection","isReady","isSuccess","isError"],"sources":["../../../../src/components/AutoPatternsGrid/AutoPatternsGrid.tsx"],"sourcesContent":["import React, { useState } from 'react';\nimport {\n Grid,\n GridState,\n useCreateCollection,\n useGridCollection,\n useSelector,\n useWixPatternsContainer,\n} from '@wix/patterns';\nimport { GridConfig } from '../../types';\nimport { useBasePatternsStateParams } from '../../hooks/useBasePatternsStateParams';\nimport { useGridFeaturesAsync } from '../../hooks';\nimport { useBaseGridFeatures } from '../../hooks/useBaseGridFeatures';\nimport { useBaseCollectionComponentReadyFeatures } from '../../hooks/useBaseCollectionComponentReadyFeatures';\n\nexport interface AutoPatternsGridContentProps {\n config: GridConfig;\n}\n\n/**\n * AutoPatternsGridLoaded - Step 4 in Grid Flow\n *\n * FLOW 2: AutoPatternsCollectionComponent → AutoPatternsGrid → useGridFeaturesAsync → [AutoPatternsGridLoaded] → useBaseCollectionComponentReadyFeatures → Grid\n *\n * This component renders when all async features have been loaded and are ready.\n * It represents the \"loaded\" state of the grid flow and handles:\n *\n * Key Responsibilities:\n * - Creates the grid collection state using loaded async features\n * - Calls useBaseCollectionComponentReadyFeatures for final feature preparation\n * - Extracts grid-specific features (renderItem, preset, imagePlacement) from base features\n * - Extracts async features like dragAndDrop if enabled\n * - Renders the final Grid component with all features combined\n */\nconst AutoPatternsGridLoaded = (\n props: NonNullable<ReturnType<typeof useGridFeaturesAsync>> &\n AutoPatternsGridContentProps & {\n baseStateParams: ReturnType<typeof useBasePatternsStateParams>;\n dataHook?: string;\n },\n) => {\n const { config, asyncFeaturesState, baseStateParams, dataHook } = props;\n\n // Extract grid-specific display features (how items are rendered and displayed)\n const { renderItem, imagePlacement, preset } = useBaseGridFeatures(config);\n\n // Extract loaded async features from the successful feature loading state\n const { dragAndDrop } = useSelector(() => ({\n ...asyncFeaturesState.status.data,\n }));\n\n // Create grid collection state with the loaded async dependencies\n const state = useGridCollection<any>(baseStateParams.params);\n\n // STEP 5: Call shared hook that prepares final collection features\n // This hook is shared across all three flows (Table, Grid, TableGridSwitch)\n const baseCollectionComponentReadyFeatures =\n useBaseCollectionComponentReadyFeatures({\n config,\n collection: state.collection,\n asyncFeaturesState,\n baseStateParams,\n });\n\n // Extract grid-specific drag and drop props if feature is loaded\n const dragAndDropProps = dragAndDrop?.useGridDragAndDrop?.(config);\n\n // FINAL STEP: Render the fully-featured Grid component\n // Combines grid display features with loaded async features\n return (\n <Grid\n dataHook={dataHook}\n preset={preset}\n imagePlacement={imagePlacement}\n renderItem={renderItem}\n state={state}\n {...baseCollectionComponentReadyFeatures}\n {...dragAndDropProps}\n />\n );\n};\n\n/**\n * AutoPatternsGrid - Step 2 in Grid Flow\n *\n * FLOW 2: AutoPatternsCollectionComponent → [AutoPatternsGrid] → useGridFeaturesAsync → AutoPatternsGridLoaded → useBaseCollectionComponentReadyFeatures → Grid\n *\n * This is the main grid component that orchestrates the grid rendering flow.\n * It handles the loading states and coordinates between async feature loading and final rendering.\n *\n * Key Responsibilities:\n * - Extracts grid display features (renderItem, preset, imagePlacement) and visible field IDs\n * - Calls useGridFeaturesAsync (Step 3) to load grid-specific async features\n * - Creates initial grid state with basic collection\n * - Monitors loading status and switches between loading/loaded states\n * - Renders skeleton grid during loading or AutoPatternsGridLoaded when ready\n */\nexport const AutoPatternsGrid = (props: AutoPatternsGridContentProps) => {\n const { config } = props;\n\n // Extract grid display features and visible field IDs from configuration\n const { renderItem, imagePlacement, preset, visibleFieldIds } =\n useBaseGridFeatures(config);\n\n // Initialize base state parameters with collection config and visible fields\n const baseStateParams = useBasePatternsStateParams(config, {\n visibleFieldIds,\n });\n\n // STEP 3: Load grid-specific async features (currently only drag&drop)\n const { asyncFeaturesState } = useGridFeaturesAsync({ config });\n\n // Create patterns container and collection factory\n const container = useWixPatternsContainer();\n const createCollection = useCreateCollection();\n\n // Initialize grid state with basic collection (used during loading)\n const [state] = useState(\n () =>\n new GridState<any, {}>({\n collection: createCollection<any, {}>(baseStateParams.params),\n container,\n }),\n );\n\n // Monitor async features loading status\n const isReady = useSelector(\n () =>\n asyncFeaturesState.status.isSuccess || asyncFeaturesState.status.isError,\n );\n\n const dataHook = 'auto-patterns-grid';\n\n if (isReady) {\n // STEP 4: All features loaded - render the fully-featured grid\n return (\n <AutoPatternsGridLoaded\n dataHook={dataHook}\n config={config}\n baseStateParams={baseStateParams}\n asyncFeaturesState={asyncFeaturesState}\n />\n );\n }\n\n // LOADING STATE: Render basic grid skeleton while features are loading\n return (\n <Grid\n dataHook={dataHook}\n preset={preset}\n imagePlacement={imagePlacement}\n renderItem={renderItem}\n state={state}\n />\n );\n};\n"],"mappings":"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","ignoreList":[]}
@@ -1,12 +1,13 @@
1
1
  import React, { lazy, Suspense } from 'react';
2
2
  import { SchemaProvider } from '../../providers/SchemaContext';
3
- import { SkeletonEntity } from '../AutoPatternsEntityPage/SkeletonEntity';
4
- const AutoPatternsCollectionPage = /*#__PURE__*/lazy(() => import('../AutoPatternsCollectionPage').then(module => ({
5
- default: module.AutoPatternsCollectionPage
6
- })));
3
+ import { AutoPatternsCollectionPage } from '../AutoPatternsCollectionPage';
4
+ import { ContentSkeleton } from '../layouts/ContentSkeleton';
7
5
  const AutoPatternsEntityPage = /*#__PURE__*/lazy(() => import('../AutoPatternsEntityPage').then(module => ({
8
6
  default: module.AutoPatternsEntityPage
9
7
  })));
8
+ const AutoPatternsSettingsPage = /*#__PURE__*/lazy(() => import('../AutoPatternsSettingsPage').then(module => ({
9
+ default: module.AutoPatternsSettingsPage
10
+ })));
10
11
  export const AutoPatternsPage = _ref => {
11
12
  let {
12
13
  pageConfig
@@ -14,34 +15,54 @@ export const AutoPatternsPage = _ref => {
14
15
  const {
15
16
  type,
16
17
  collectionPage,
17
- entityPage
18
+ entityPage,
19
+ settingsPage
18
20
  } = pageConfig;
19
21
  switch (type) {
20
22
  case 'collectionPage':
21
23
  if (collectionPage) {
22
- return /*#__PURE__*/React.createElement(Suspense, {
23
- fallback: /*#__PURE__*/React.createElement("div", null)
24
- }, /*#__PURE__*/React.createElement(AutoPatternsCollectionPage, {
24
+ return /*#__PURE__*/React.createElement(AutoPatternsCollectionPage, {
25
25
  configuration: collectionPage
26
- }));
26
+ });
27
27
  }
28
28
  break;
29
29
  case 'entityPage':
30
30
  if (entityPage) {
31
31
  return /*#__PURE__*/React.createElement(SchemaProvider, {
32
32
  collection: entityPage,
33
- skeleton: /*#__PURE__*/React.createElement(SkeletonEntity, {
34
- entityPage: entityPage
33
+ skeleton: /*#__PURE__*/React.createElement(ContentSkeleton, {
34
+ pageConfig: entityPage
35
35
  })
36
36
  }, /*#__PURE__*/React.createElement(Suspense, {
37
- fallback: /*#__PURE__*/React.createElement(SkeletonEntity, {
38
- entityPage: entityPage
37
+ fallback: /*#__PURE__*/React.createElement(ContentSkeleton, {
38
+ pageConfig: entityPage
39
39
  })
40
40
  }, /*#__PURE__*/React.createElement(AutoPatternsEntityPage, {
41
41
  configuration: entityPage
42
42
  })));
43
43
  }
44
44
  break;
45
+ case 'settingsPage':
46
+ if (settingsPage) {
47
+ return /*#__PURE__*/React.createElement(SchemaProvider, {
48
+ collection: {
49
+ ...settingsPage,
50
+ collectionId: 'app-settings'
51
+ },
52
+ skeleton: /*#__PURE__*/React.createElement(ContentSkeleton, {
53
+ type: "settings",
54
+ pageConfig: settingsPage
55
+ })
56
+ }, /*#__PURE__*/React.createElement(Suspense, {
57
+ fallback: /*#__PURE__*/React.createElement(ContentSkeleton, {
58
+ type: "settings",
59
+ pageConfig: settingsPage
60
+ })
61
+ }, /*#__PURE__*/React.createElement(AutoPatternsSettingsPage, {
62
+ configuration: settingsPage
63
+ })));
64
+ }
65
+ break;
45
66
  default:
46
67
  break;
47
68
  }
@@ -1 +1 @@
1
- {"version":3,"names":["React","lazy","Suspense","SchemaProvider","SkeletonEntity","AutoPatternsCollectionPage","then","module","default","AutoPatternsEntityPage","AutoPatternsPage","_ref","pageConfig","type","collectionPage","entityPage","createElement","fallback","configuration","collection","skeleton"],"sources":["../../../../src/components/AutoPatternsRoute/AutoPatternsPage.tsx"],"sourcesContent":["import React, { lazy, Suspense } from 'react';\nimport { PageConfig } from '../../types';\nimport { SchemaProvider } from '../../providers/SchemaContext';\nimport { SkeletonEntity } from '../AutoPatternsEntityPage/SkeletonEntity';\n\nconst AutoPatternsCollectionPage = lazy(() =>\n import('../AutoPatternsCollectionPage').then((module) => ({\n default: module.AutoPatternsCollectionPage,\n })),\n);\nconst AutoPatternsEntityPage = lazy(() =>\n import('../AutoPatternsEntityPage').then((module) => ({\n default: module.AutoPatternsEntityPage,\n })),\n);\n\nexport interface AutoPatternsPageProps {\n pageConfig: PageConfig;\n}\n\nexport const AutoPatternsPage = ({ pageConfig }: AutoPatternsPageProps) => {\n const { type, collectionPage, entityPage } = pageConfig;\n\n switch (type) {\n case 'collectionPage':\n if (collectionPage) {\n return (\n <Suspense fallback={<div />}>\n <AutoPatternsCollectionPage configuration={collectionPage} />\n </Suspense>\n );\n }\n break;\n case 'entityPage':\n if (entityPage) {\n return (\n <SchemaProvider\n collection={entityPage}\n skeleton={<SkeletonEntity entityPage={entityPage} />}\n >\n <Suspense fallback={<SkeletonEntity entityPage={entityPage} />}>\n <AutoPatternsEntityPage configuration={entityPage} />\n </Suspense>\n </SchemaProvider>\n );\n }\n break;\n default:\n break;\n }\n\n return null;\n};\n"],"mappings":"AAAA,OAAOA,KAAK,IAAIC,IAAI,EAAEC,QAAQ,QAAQ,OAAO;AAE7C,SAASC,cAAc,QAAQ,+BAA+B;AAC9D,SAASC,cAAc,QAAQ,0CAA0C;AAEzE,MAAMC,0BAA0B,gBAAGJ,IAAI,CAAC,MACtC,MAAM,CAAC,+BAA+B,CAAC,CAACK,IAAI,CAAEC,MAAM,KAAM;EACxDC,OAAO,EAAED,MAAM,CAACF;AAClB,CAAC,CAAC,CACJ,CAAC;AACD,MAAMI,sBAAsB,gBAAGR,IAAI,CAAC,MAClC,MAAM,CAAC,2BAA2B,CAAC,CAACK,IAAI,CAAEC,MAAM,KAAM;EACpDC,OAAO,EAAED,MAAM,CAACE;AAClB,CAAC,CAAC,CACJ,CAAC;AAMD,OAAO,MAAMC,gBAAgB,GAAGC,IAAA,IAA2C;EAAA,IAA1C;IAAEC;EAAkC,CAAC,GAAAD,IAAA;EACpE,MAAM;IAAEE,IAAI;IAAEC,cAAc;IAAEC;EAAW,CAAC,GAAGH,UAAU;EAEvD,QAAQC,IAAI;IACV,KAAK,gBAAgB;MACnB,IAAIC,cAAc,EAAE;QAClB,oBACEd,KAAA,CAAAgB,aAAA,CAACd,QAAQ;UAACe,QAAQ,eAAEjB,KAAA,CAAAgB,aAAA,YAAM;QAAE,gBAC1BhB,KAAA,CAAAgB,aAAA,CAACX,0BAA0B;UAACa,aAAa,EAAEJ;QAAe,CAAE,CACpD,CAAC;MAEf;MACA;IACF,KAAK,YAAY;MACf,IAAIC,UAAU,EAAE;QACd,oBACEf,KAAA,CAAAgB,aAAA,CAACb,cAAc;UACbgB,UAAU,EAAEJ,UAAW;UACvBK,QAAQ,eAAEpB,KAAA,CAAAgB,aAAA,CAACZ,cAAc;YAACW,UAAU,EAAEA;UAAW,CAAE;QAAE,gBAErDf,KAAA,CAAAgB,aAAA,CAACd,QAAQ;UAACe,QAAQ,eAAEjB,KAAA,CAAAgB,aAAA,CAACZ,cAAc;YAACW,UAAU,EAAEA;UAAW,CAAE;QAAE,gBAC7Df,KAAA,CAAAgB,aAAA,CAACP,sBAAsB;UAACS,aAAa,EAAEH;QAAW,CAAE,CAC5C,CACI,CAAC;MAErB;MACA;IACF;MACE;EACJ;EAEA,OAAO,IAAI;AACb,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["React","lazy","Suspense","SchemaProvider","AutoPatternsCollectionPage","ContentSkeleton","AutoPatternsEntityPage","then","module","default","AutoPatternsSettingsPage","AutoPatternsPage","_ref","pageConfig","type","collectionPage","entityPage","settingsPage","createElement","configuration","collection","skeleton","fallback","collectionId"],"sources":["../../../../src/components/AutoPatternsRoute/AutoPatternsPage.tsx"],"sourcesContent":["import React, { lazy, Suspense } from 'react';\nimport { PageConfig } from '../../types';\nimport { SchemaProvider } from '../../providers/SchemaContext';\nimport { AutoPatternsCollectionPage } from '../AutoPatternsCollectionPage';\nimport { ContentSkeleton } from '../layouts/ContentSkeleton';\n\nconst AutoPatternsEntityPage = lazy(() =>\n import('../AutoPatternsEntityPage').then((module) => ({\n default: module.AutoPatternsEntityPage,\n })),\n);\n\nconst AutoPatternsSettingsPage = lazy(() =>\n import('../AutoPatternsSettingsPage').then((module) => ({\n default: module.AutoPatternsSettingsPage,\n })),\n);\n\nexport interface AutoPatternsPageProps {\n pageConfig: PageConfig;\n}\n\nexport const AutoPatternsPage = ({ pageConfig }: AutoPatternsPageProps) => {\n const { type, collectionPage, entityPage, settingsPage } = pageConfig;\n\n switch (type) {\n case 'collectionPage':\n if (collectionPage) {\n return <AutoPatternsCollectionPage configuration={collectionPage} />;\n }\n break;\n case 'entityPage':\n if (entityPage) {\n return (\n <SchemaProvider\n collection={entityPage}\n skeleton={<ContentSkeleton pageConfig={entityPage} />}\n >\n <Suspense fallback={<ContentSkeleton pageConfig={entityPage} />}>\n <AutoPatternsEntityPage configuration={entityPage} />\n </Suspense>\n </SchemaProvider>\n );\n }\n break;\n case 'settingsPage':\n if (settingsPage) {\n return (\n <SchemaProvider\n collection={{ ...settingsPage, collectionId: 'app-settings' }}\n skeleton={\n <ContentSkeleton type=\"settings\" pageConfig={settingsPage} />\n }\n >\n <Suspense\n fallback={\n <ContentSkeleton type=\"settings\" pageConfig={settingsPage} />\n }\n >\n <AutoPatternsSettingsPage configuration={settingsPage} />\n </Suspense>\n </SchemaProvider>\n );\n }\n break;\n default:\n break;\n }\n\n return null;\n};\n"],"mappings":"AAAA,OAAOA,KAAK,IAAIC,IAAI,EAAEC,QAAQ,QAAQ,OAAO;AAE7C,SAASC,cAAc,QAAQ,+BAA+B;AAC9D,SAASC,0BAA0B,QAAQ,+BAA+B;AAC1E,SAASC,eAAe,QAAQ,4BAA4B;AAE5D,MAAMC,sBAAsB,gBAAGL,IAAI,CAAC,MAClC,MAAM,CAAC,2BAA2B,CAAC,CAACM,IAAI,CAAEC,MAAM,KAAM;EACpDC,OAAO,EAAED,MAAM,CAACF;AAClB,CAAC,CAAC,CACJ,CAAC;AAED,MAAMI,wBAAwB,gBAAGT,IAAI,CAAC,MACpC,MAAM,CAAC,6BAA6B,CAAC,CAACM,IAAI,CAAEC,MAAM,KAAM;EACtDC,OAAO,EAAED,MAAM,CAACE;AAClB,CAAC,CAAC,CACJ,CAAC;AAMD,OAAO,MAAMC,gBAAgB,GAAGC,IAAA,IAA2C;EAAA,IAA1C;IAAEC;EAAkC,CAAC,GAAAD,IAAA;EACpE,MAAM;IAAEE,IAAI;IAAEC,cAAc;IAAEC,UAAU;IAAEC;EAAa,CAAC,GAAGJ,UAAU;EAErE,QAAQC,IAAI;IACV,KAAK,gBAAgB;MACnB,IAAIC,cAAc,EAAE;QAClB,oBAAOf,KAAA,CAAAkB,aAAA,CAACd,0BAA0B;UAACe,aAAa,EAAEJ;QAAe,CAAE,CAAC;MACtE;MACA;IACF,KAAK,YAAY;MACf,IAAIC,UAAU,EAAE;QACd,oBACEhB,KAAA,CAAAkB,aAAA,CAACf,cAAc;UACbiB,UAAU,EAAEJ,UAAW;UACvBK,QAAQ,eAAErB,KAAA,CAAAkB,aAAA,CAACb,eAAe;YAACQ,UAAU,EAAEG;UAAW,CAAE;QAAE,gBAEtDhB,KAAA,CAAAkB,aAAA,CAAChB,QAAQ;UAACoB,QAAQ,eAAEtB,KAAA,CAAAkB,aAAA,CAACb,eAAe;YAACQ,UAAU,EAAEG;UAAW,CAAE;QAAE,gBAC9DhB,KAAA,CAAAkB,aAAA,CAACZ,sBAAsB;UAACa,aAAa,EAAEH;QAAW,CAAE,CAC5C,CACI,CAAC;MAErB;MACA;IACF,KAAK,cAAc;MACjB,IAAIC,YAAY,EAAE;QAChB,oBACEjB,KAAA,CAAAkB,aAAA,CAACf,cAAc;UACbiB,UAAU,EAAE;YAAE,GAAGH,YAAY;YAAEM,YAAY,EAAE;UAAe,CAAE;UAC9DF,QAAQ,eACNrB,KAAA,CAAAkB,aAAA,CAACb,eAAe;YAACS,IAAI,EAAC,UAAU;YAACD,UAAU,EAAEI;UAAa,CAAE;QAC7D,gBAEDjB,KAAA,CAAAkB,aAAA,CAAChB,QAAQ;UACPoB,QAAQ,eACNtB,KAAA,CAAAkB,aAAA,CAACb,eAAe;YAACS,IAAI,EAAC,UAAU;YAACD,UAAU,EAAEI;UAAa,CAAE;QAC7D,gBAEDjB,KAAA,CAAAkB,aAAA,CAACR,wBAAwB;UAACS,aAAa,EAAEF;QAAa,CAAE,CAChD,CACI,CAAC;MAErB;MACA;IACF;MACE;EACJ;EAEA,OAAO,IAAI;AACb,CAAC","ignoreList":[]}
@@ -6,7 +6,8 @@ import { Navigate } from 'react-router-dom';
6
6
  import { useWixPatternsContainer } from '@wix/patterns';
7
7
  const pageTypeToRouteType = {
8
8
  collectionPage: 'collection',
9
- entityPage: 'editEntity'
9
+ entityPage: 'editEntity',
10
+ settingsPage: 'other'
10
11
  };
11
12
  export const AutoPatternsRoutes = _ref => {
12
13
  let {