@wix/patterns 1.229.0 → 1.231.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 (385) hide show
  1. package/dist/cjs/components/CardContainer/CardContainer.st.css.js +2 -2
  2. package/dist/cjs/components/CardContainer/CardContainer.st.css.js.map +1 -1
  3. package/dist/cjs/components/Collapse/Collapse.st.css.js +3 -3
  4. package/dist/cjs/components/Collapse/Collapse.st.css.js.map +1 -1
  5. package/dist/cjs/components/CollectionMultiSelectCheckbox/CollectionMultiSelectCheckbox.js +3 -2
  6. package/dist/cjs/components/CollectionMultiSelectCheckbox/CollectionMultiSelectCheckbox.js.map +1 -1
  7. package/dist/cjs/components/CollectionPageNew/CollectionPage.st.css.js +2 -2
  8. package/dist/cjs/components/CollectionPageNew/CollectionPage.st.css.js.map +1 -1
  9. package/dist/cjs/components/CollectionSectionHeader/CollectionSectionHeader.js +41 -0
  10. package/dist/cjs/components/CollectionSectionHeader/CollectionSectionHeader.js.map +1 -0
  11. package/dist/cjs/components/CollectionSectionHeader/CollectionSectionHeader.types.js +4 -0
  12. package/dist/cjs/components/CollectionSectionHeader/CollectionSectionHeader.types.js.map +1 -0
  13. package/dist/cjs/components/CollectionSectionHeader/CollectionSectionHeader.uni.driver.js +12 -0
  14. package/dist/cjs/components/CollectionSectionHeader/CollectionSectionHeader.uni.driver.js.map +1 -0
  15. package/dist/cjs/components/{GridSections/GridSectionHeaderActionBar.js → CollectionSectionHeader/CollectionSectionHeaderActionBar.js} +23 -25
  16. package/dist/cjs/components/CollectionSectionHeader/CollectionSectionHeaderActionBar.js.map +1 -0
  17. package/dist/cjs/components/CollectionSectionHeader/index.js +19 -0
  18. package/dist/cjs/components/CollectionSectionHeader/index.js.map +1 -0
  19. package/dist/cjs/components/CollectionTable/CollectionTable.js +11 -9
  20. package/dist/cjs/components/CollectionTable/CollectionTable.js.map +1 -1
  21. package/dist/cjs/components/CollectionTable/CollectionTable.st.css.js +2 -2
  22. package/dist/cjs/components/CollectionTable/CollectionTable.st.css.js.map +1 -1
  23. package/dist/cjs/components/CollectionTable/CollectionTableWSRTable.js +13 -12
  24. package/dist/cjs/components/CollectionTable/CollectionTableWSRTable.js.map +1 -1
  25. package/dist/cjs/components/CollectionToolbar/CollectionToolbar.st.css.js +5 -5
  26. package/dist/cjs/components/CollectionToolbar/CollectionToolbar.st.css.js.map +1 -1
  27. package/dist/cjs/components/CollectionToolbar/SearchOrCustomFilter.st.css.js +4 -4
  28. package/dist/cjs/components/CollectionToolbar/SearchOrCustomFilter.st.css.js.map +1 -1
  29. package/dist/cjs/components/CollectionViewsDropdown/AutoCompleteReadonly.st.css.js +2 -2
  30. package/dist/cjs/components/CollectionViewsDropdown/AutoCompleteReadonly.st.css.js.map +1 -1
  31. package/dist/cjs/components/CollectionViewsDropdown/ViewsDropdown.st.css.js +2 -2
  32. package/dist/cjs/components/CollectionViewsDropdown/ViewsDropdown.st.css.js.map +1 -1
  33. package/dist/cjs/components/DragHandle/DragHandle.st.css.js +2 -2
  34. package/dist/cjs/components/DragHandle/DragHandle.st.css.js.map +1 -1
  35. package/dist/cjs/components/EntityPage/EntityPagePlain.st.css.js +2 -2
  36. package/dist/cjs/components/EntityPage/EntityPagePlain.st.css.js.map +1 -1
  37. package/dist/cjs/components/Fade/Fade.st.css.js +2 -2
  38. package/dist/cjs/components/Fade/Fade.st.css.js.map +1 -1
  39. package/dist/cjs/components/Grid/Grid.js.map +1 -1
  40. package/dist/cjs/components/Grid/Grid.uni.driver.js +2 -2
  41. package/dist/cjs/components/Grid/Grid.uni.driver.js.map +1 -1
  42. package/dist/cjs/components/GridSections/GridSectionHeader.js +5 -17
  43. package/dist/cjs/components/GridSections/GridSectionHeader.js.map +1 -1
  44. package/dist/cjs/components/GridSections/GridSectionsContent.js +3 -3
  45. package/dist/cjs/components/GridSections/GridSectionsContent.js.map +1 -1
  46. package/dist/cjs/components/GridSections/GridSectionsState.js.map +1 -1
  47. package/dist/cjs/components/Heading/Heading.st.css.js +2 -2
  48. package/dist/cjs/components/Heading/Heading.st.css.js.map +1 -1
  49. package/dist/cjs/components/InputOverflow/InputOverflow.st.css.js +2 -2
  50. package/dist/cjs/components/InputOverflow/InputOverflow.st.css.js.map +1 -1
  51. package/dist/cjs/components/Kanban/Card.js +1 -1
  52. package/dist/cjs/components/Kanban/Card.js.map +1 -1
  53. package/dist/cjs/components/Kanban/CardsSkeleton.js +132 -0
  54. package/dist/cjs/components/Kanban/CardsSkeleton.js.map +1 -0
  55. package/dist/cjs/components/Kanban/Kanban.js +15 -13
  56. package/dist/cjs/components/Kanban/Kanban.js.map +1 -1
  57. package/dist/cjs/components/Kanban/Kanban.uni.driver.js +16 -2
  58. package/dist/cjs/components/Kanban/Kanban.uni.driver.js.map +1 -1
  59. package/dist/cjs/components/Kanban/Stage.js +92 -37
  60. package/dist/cjs/components/Kanban/Stage.js.map +1 -1
  61. package/dist/cjs/components/Kanban/StagesSkeleton.js +100 -0
  62. package/dist/cjs/components/Kanban/StagesSkeleton.js.map +1 -0
  63. package/dist/cjs/components/Kanban/StagesSkeleton.scss +10 -0
  64. package/dist/cjs/components/Kanban/useCardActions.js +5 -4
  65. package/dist/cjs/components/Kanban/useCardActions.js.map +1 -1
  66. package/dist/cjs/components/KanbanDragAndDropDndKit/KanbanCardDragAndDrop.js +13 -14
  67. package/dist/cjs/components/KanbanDragAndDropDndKit/KanbanCardDragAndDrop.js.map +1 -1
  68. package/dist/cjs/components/KanbanDragAndDropDndKit/KanbanDraggableCardItem.js +6 -8
  69. package/dist/cjs/components/KanbanDragAndDropDndKit/KanbanDraggableCardItem.js.map +1 -1
  70. package/dist/cjs/components/LoadingRow/LoadingRow.st.css.js +3 -3
  71. package/dist/cjs/components/LoadingRow/LoadingRow.st.css.js.map +1 -1
  72. package/dist/cjs/components/MaxHeightText/MaxHeightText.st.css.js +2 -2
  73. package/dist/cjs/components/MaxHeightText/MaxHeightText.st.css.js.map +1 -1
  74. package/dist/cjs/components/MaxLines/MaxLines.st.css.js +2 -2
  75. package/dist/cjs/components/MaxLines/MaxLines.st.css.js.map +1 -1
  76. package/dist/cjs/components/MultiBulkActionToolbar/MultiBulkActionToolbar.st.css.js +2 -2
  77. package/dist/cjs/components/MultiBulkActionToolbar/MultiBulkActionToolbar.st.css.js.map +1 -1
  78. package/dist/cjs/components/NestedTable/NestedTablePlaceholderStatesRow.st.css.js +2 -2
  79. package/dist/cjs/components/NestedTable/NestedTablePlaceholderStatesRow.st.css.js.map +1 -1
  80. package/dist/cjs/components/NestedTable/NestedTableRow.st.css.js +5 -5
  81. package/dist/cjs/components/NestedTable/NestedTableRow.st.css.js.map +1 -1
  82. package/dist/cjs/components/NestedTableDragAndDrop/MultipleDragOverlayEffect.st.css.js +2 -2
  83. package/dist/cjs/components/NestedTableDragAndDrop/MultipleDragOverlayEffect.st.css.js.map +1 -1
  84. package/dist/cjs/components/NestedTableDragAndDrop/NestedTableDragAndDropRow.st.css.js +2 -2
  85. package/dist/cjs/components/NestedTableDragAndDrop/NestedTableDragAndDropRow.st.css.js.map +1 -1
  86. package/dist/cjs/components/Picker/Picker.js +59 -19
  87. package/dist/cjs/components/Picker/Picker.js.map +1 -1
  88. package/dist/cjs/components/PickerContent/PickerContent.st.css.js +2 -2
  89. package/dist/cjs/components/PickerContent/PickerContent.st.css.js.map +1 -1
  90. package/dist/cjs/components/PickerContent/PickerContentAdditionalStep.st.css.js +4 -4
  91. package/dist/cjs/components/PickerContent/PickerContentAdditionalStep.st.css.js.map +1 -1
  92. package/dist/cjs/components/PickerTableListItem/PickerTableListItem.st.css.js +2 -2
  93. package/dist/cjs/components/PickerTableListItem/PickerTableListItem.st.css.js.map +1 -1
  94. package/dist/cjs/components/ScrollableContent/ScrollableContent.st.css.js +2 -2
  95. package/dist/cjs/components/ScrollableContent/ScrollableContent.st.css.js.map +1 -1
  96. package/dist/cjs/components/SkeletonCard/SkeletonCard.st.css.js +3 -3
  97. package/dist/cjs/components/SkeletonCard/SkeletonCard.st.css.js.map +1 -1
  98. package/dist/cjs/components/SlidingModal/SlidingModal.st.css.js +2 -2
  99. package/dist/cjs/components/SlidingModal/SlidingModal.st.css.js.map +1 -1
  100. package/dist/cjs/components/Table/Table.js +2 -2
  101. package/dist/cjs/components/Table/Table.js.map +1 -1
  102. package/dist/cjs/components/Table/Table.uni.driver.js +4 -1
  103. package/dist/cjs/components/Table/Table.uni.driver.js.map +1 -1
  104. package/dist/cjs/components/Table/TableBase.js +24 -10
  105. package/dist/cjs/components/Table/TableBase.js.map +1 -1
  106. package/dist/cjs/components/Table/TableCompat.js +1 -1
  107. package/dist/cjs/components/Table/TableCompat.js.map +1 -1
  108. package/dist/cjs/components/Table/TableVirtual.js +3 -3
  109. package/dist/cjs/components/Table/TableVirtual.js.map +1 -1
  110. package/dist/cjs/components/TableGridSwitch/TableGridSwitch.js +19 -7
  111. package/dist/cjs/components/TableGridSwitch/TableGridSwitch.js.map +1 -1
  112. package/dist/cjs/components/TableSections/TableSectionRow.js +105 -0
  113. package/dist/cjs/components/TableSections/TableSectionRow.js.map +1 -0
  114. package/dist/cjs/components/TableSections/TableSections.js +49 -0
  115. package/dist/cjs/components/TableSections/TableSections.js.map +1 -0
  116. package/dist/cjs/components/TableSections/TableSectionsState.js +67 -0
  117. package/dist/cjs/components/TableSections/TableSectionsState.js.map +1 -0
  118. package/dist/cjs/components/TableSections/index.js +9 -0
  119. package/dist/cjs/components/TableSections/index.js.map +1 -0
  120. package/dist/cjs/components/TableSections/useTableSectionRow.js +28 -0
  121. package/dist/cjs/components/TableSections/useTableSectionRow.js.map +1 -0
  122. package/dist/cjs/components/TabsFilter/TabsFilter.st.css.js +3 -3
  123. package/dist/cjs/components/TabsFilter/TabsFilter.st.css.js.map +1 -1
  124. package/dist/cjs/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.js +2 -2
  125. package/dist/cjs/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.js.map +1 -1
  126. package/dist/cjs/components/ToolbarItem/ToolbarItem.st.css.js +2 -2
  127. package/dist/cjs/components/ToolbarItem/ToolbarItem.st.css.js.map +1 -1
  128. package/dist/cjs/components/ToolbarItemBox/ToolbarItemBox.st.css.js +2 -2
  129. package/dist/cjs/components/ToolbarItemBox/ToolbarItemBox.st.css.js.map +1 -1
  130. package/dist/cjs/components/common.st.css.js +4 -4
  131. package/dist/cjs/components/common.st.css.js.map +1 -1
  132. package/dist/cjs/exports/router/index.js +10 -0
  133. package/dist/cjs/exports/router/index.js.map +1 -0
  134. package/dist/cjs/hooks/useCollectionOptions.js +15 -10
  135. package/dist/cjs/hooks/useCollectionOptions.js.map +1 -1
  136. package/dist/cjs/index.js +5 -9
  137. package/dist/cjs/index.js.map +1 -1
  138. package/dist/cjs/state/CollectionPage/CollectionPageHeader.st.css.js +2 -2
  139. package/dist/cjs/state/CollectionPage/CollectionPageHeader.st.css.js.map +1 -1
  140. package/dist/cjs/state/DropdownCollectionFilterState.js +7 -1
  141. package/dist/cjs/state/DropdownCollectionFilterState.js.map +1 -1
  142. package/dist/cjs/state/EntityPage/EntityPageState.js +3 -1
  143. package/dist/cjs/state/EntityPage/EntityPageState.js.map +1 -1
  144. package/dist/cjs/state/FormPage/FormPageHeader.st.css.js +2 -2
  145. package/dist/cjs/state/FormPage/FormPageHeader.st.css.js.map +1 -1
  146. package/dist/cjs/state/KanbanState/KanbanStageState.js +48 -4
  147. package/dist/cjs/state/KanbanState/KanbanStageState.js.map +1 -1
  148. package/dist/cjs/state/KanbanState/KanbanState.js +255 -77
  149. package/dist/cjs/state/KanbanState/KanbanState.js.map +1 -1
  150. package/dist/cjs/styles.global.css +1 -1
  151. package/dist/cjs/version.js +1 -1
  152. package/dist/cjs/version.js.map +1 -1
  153. package/dist/esm/components/CardContainer/CardContainer.st.css.js +2 -2
  154. package/dist/esm/components/Collapse/Collapse.st.css.js +2 -2
  155. package/dist/esm/components/CollectionMultiSelectCheckbox/CollectionMultiSelectCheckbox.js +2 -1
  156. package/dist/esm/components/CollectionMultiSelectCheckbox/CollectionMultiSelectCheckbox.js.map +1 -1
  157. package/dist/esm/components/CollectionPageNew/CollectionPage.st.css.js +2 -2
  158. package/dist/esm/components/CollectionSectionHeader/CollectionSectionHeader.js +7 -0
  159. package/dist/esm/components/CollectionSectionHeader/CollectionSectionHeader.js.map +1 -0
  160. package/dist/esm/components/CollectionSectionHeader/CollectionSectionHeader.types.js +2 -0
  161. package/dist/esm/components/CollectionSectionHeader/CollectionSectionHeader.types.js.map +1 -0
  162. package/dist/esm/components/{GridSections/GridSectionHeader.uni.driver.js → CollectionSectionHeader/CollectionSectionHeader.uni.driver.js} +3 -3
  163. package/dist/esm/components/CollectionSectionHeader/CollectionSectionHeader.uni.driver.js.map +1 -0
  164. package/dist/esm/components/CollectionSectionHeader/CollectionSectionHeaderActionBar.js +18 -0
  165. package/dist/esm/components/CollectionSectionHeader/CollectionSectionHeaderActionBar.js.map +1 -0
  166. package/dist/esm/components/CollectionSectionHeader/index.js +3 -0
  167. package/dist/esm/components/CollectionSectionHeader/index.js.map +1 -0
  168. package/dist/esm/components/CollectionTable/CollectionTable.js +2 -2
  169. package/dist/esm/components/CollectionTable/CollectionTable.js.map +1 -1
  170. package/dist/esm/components/CollectionTable/CollectionTable.st.css.js +2 -2
  171. package/dist/esm/components/CollectionTable/CollectionTableWSRTable.js +2 -1
  172. package/dist/esm/components/CollectionTable/CollectionTableWSRTable.js.map +1 -1
  173. package/dist/esm/components/CollectionToolbar/CollectionToolbar.st.css.js +2 -2
  174. package/dist/esm/components/CollectionToolbar/SearchOrCustomFilter.st.css.js +2 -2
  175. package/dist/esm/components/CollectionViewsDropdown/AutoCompleteReadonly.st.css.js +2 -2
  176. package/dist/esm/components/CollectionViewsDropdown/ViewsDropdown.st.css.js +2 -2
  177. package/dist/esm/components/CollectionViewsDropdown/ViewsDropdown.st.css.js.map +1 -1
  178. package/dist/esm/components/DragHandle/DragHandle.st.css.js +2 -2
  179. package/dist/esm/components/DragHandle/DragHandle.st.css.js.map +1 -1
  180. package/dist/esm/components/EntityPage/EntityPagePlain.st.css.js +2 -2
  181. package/dist/esm/components/EntityPage/EntityPagePlain.st.css.js.map +1 -1
  182. package/dist/esm/components/Fade/Fade.st.css.js +2 -2
  183. package/dist/esm/components/Fade/Fade.st.css.js.map +1 -1
  184. package/dist/esm/components/Grid/Grid.uni.driver.js +2 -2
  185. package/dist/esm/components/Grid/Grid.uni.driver.js.map +1 -1
  186. package/dist/esm/components/GridSections/GridSectionHeader.js +2 -3
  187. package/dist/esm/components/GridSections/GridSectionHeader.js.map +1 -1
  188. package/dist/esm/components/GridSections/GridSectionsContent.js.map +1 -1
  189. package/dist/esm/components/GridSections/GridSectionsState.js.map +1 -1
  190. package/dist/esm/components/Heading/Heading.st.css.js +2 -2
  191. package/dist/esm/components/InputOverflow/InputOverflow.st.css.js +2 -2
  192. package/dist/esm/components/Kanban/Card.js +1 -1
  193. package/dist/esm/components/Kanban/CardsSkeleton.js +18 -0
  194. package/dist/esm/components/Kanban/CardsSkeleton.js.map +1 -0
  195. package/dist/esm/components/Kanban/Kanban.js +3 -2
  196. package/dist/esm/components/Kanban/Kanban.js.map +1 -1
  197. package/dist/esm/components/Kanban/Kanban.uni.driver.js +16 -2
  198. package/dist/esm/components/Kanban/Kanban.uni.driver.js.map +1 -1
  199. package/dist/esm/components/Kanban/Stage.js +33 -16
  200. package/dist/esm/components/Kanban/Stage.js.map +1 -1
  201. package/dist/esm/components/Kanban/StagesSkeleton.js +17 -0
  202. package/dist/esm/components/Kanban/StagesSkeleton.js.map +1 -0
  203. package/dist/esm/components/Kanban/StagesSkeleton.scss +10 -0
  204. package/dist/esm/components/Kanban/useCardActions.js +1 -1
  205. package/dist/esm/components/Kanban/useCardActions.js.map +1 -1
  206. package/dist/esm/components/KanbanDragAndDropDndKit/KanbanCardDragAndDrop.js +13 -20
  207. package/dist/esm/components/KanbanDragAndDropDndKit/KanbanCardDragAndDrop.js.map +1 -1
  208. package/dist/esm/components/KanbanDragAndDropDndKit/KanbanDraggableCardItem.js +3 -5
  209. package/dist/esm/components/KanbanDragAndDropDndKit/KanbanDraggableCardItem.js.map +1 -1
  210. package/dist/esm/components/LoadingRow/LoadingRow.st.css.js +3 -3
  211. package/dist/esm/components/MaxHeightText/MaxHeightText.st.css.js +2 -2
  212. package/dist/esm/components/MaxLines/MaxLines.st.css.js +2 -2
  213. package/dist/esm/components/MaxLines/MaxLines.st.css.js.map +1 -1
  214. package/dist/esm/components/MultiBulkActionToolbar/MultiBulkActionToolbar.st.css.js +2 -2
  215. package/dist/esm/components/NestedTable/NestedTablePlaceholderStatesRow.st.css.js +2 -2
  216. package/dist/esm/components/NestedTable/NestedTableRow.st.css.js +2 -2
  217. package/dist/esm/components/NestedTableDragAndDrop/MultipleDragOverlayEffect.st.css.js +2 -2
  218. package/dist/esm/components/NestedTableDragAndDrop/MultipleDragOverlayEffect.st.css.js.map +1 -1
  219. package/dist/esm/components/NestedTableDragAndDrop/NestedTableDragAndDropRow.st.css.js +2 -2
  220. package/dist/esm/components/NestedTableDragAndDrop/NestedTableDragAndDropRow.st.css.js.map +1 -1
  221. package/dist/esm/components/Picker/Picker.js +8 -4
  222. package/dist/esm/components/Picker/Picker.js.map +1 -1
  223. package/dist/esm/components/PickerContent/PickerContent.st.css.js +2 -2
  224. package/dist/esm/components/PickerContent/PickerContentAdditionalStep.st.css.js +2 -2
  225. package/dist/esm/components/PickerTableListItem/PickerTableListItem.st.css.js +2 -2
  226. package/dist/esm/components/ScrollableContent/ScrollableContent.st.css.js +2 -2
  227. package/dist/esm/components/SkeletonCard/SkeletonCard.st.css.js +2 -2
  228. package/dist/esm/components/SlidingModal/SlidingModal.st.css.js +2 -2
  229. package/dist/esm/components/SlidingModal/SlidingModal.st.css.js.map +1 -1
  230. package/dist/esm/components/Table/Table.js.map +1 -1
  231. package/dist/esm/components/Table/Table.uni.driver.js +3 -0
  232. package/dist/esm/components/Table/Table.uni.driver.js.map +1 -1
  233. package/dist/esm/components/Table/TableBase.js +10 -3
  234. package/dist/esm/components/Table/TableBase.js.map +1 -1
  235. package/dist/esm/components/Table/TableCompat.js.map +1 -1
  236. package/dist/esm/components/Table/TableVirtual.js.map +1 -1
  237. package/dist/esm/components/TableGridSwitch/TableGridSwitch.js +14 -2
  238. package/dist/esm/components/TableGridSwitch/TableGridSwitch.js.map +1 -1
  239. package/dist/esm/components/TableSections/TableSectionRow.js +32 -0
  240. package/dist/esm/components/TableSections/TableSectionRow.js.map +1 -0
  241. package/dist/esm/components/TableSections/TableSections.js +24 -0
  242. package/dist/esm/components/TableSections/TableSections.js.map +1 -0
  243. package/dist/esm/components/TableSections/TableSectionsState.js +56 -0
  244. package/dist/esm/components/TableSections/TableSectionsState.js.map +1 -0
  245. package/dist/esm/components/TableSections/index.js +2 -0
  246. package/dist/esm/components/TableSections/index.js.map +1 -0
  247. package/dist/esm/components/TableSections/useTableSectionRow.js +9 -0
  248. package/dist/esm/components/TableSections/useTableSectionRow.js.map +1 -0
  249. package/dist/esm/components/TabsFilter/TabsFilter.st.css.js +2 -2
  250. package/dist/esm/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.js +2 -2
  251. package/dist/esm/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.js.map +1 -1
  252. package/dist/esm/components/ToolbarItem/ToolbarItem.st.css.js +2 -2
  253. package/dist/esm/components/ToolbarItemBox/ToolbarItemBox.st.css.js +2 -2
  254. package/dist/esm/components/ToolbarItemBox/ToolbarItemBox.st.css.js.map +1 -1
  255. package/dist/esm/components/common.st.css.js +2 -2
  256. package/dist/esm/exports/router/index.js +2 -0
  257. package/dist/esm/exports/router/index.js.map +1 -0
  258. package/dist/esm/hooks/useCollectionOptions.js +18 -9
  259. package/dist/esm/hooks/useCollectionOptions.js.map +1 -1
  260. package/dist/esm/index.js +1 -1
  261. package/dist/esm/index.js.map +1 -1
  262. package/dist/esm/state/CollectionPage/CollectionPageHeader.st.css.js +2 -2
  263. package/dist/esm/state/DropdownCollectionFilterState.js +7 -1
  264. package/dist/esm/state/DropdownCollectionFilterState.js.map +1 -1
  265. package/dist/esm/state/EntityPage/EntityPageState.js +3 -1
  266. package/dist/esm/state/EntityPage/EntityPageState.js.map +1 -1
  267. package/dist/esm/state/FormPage/FormPageHeader.st.css.js +2 -2
  268. package/dist/esm/state/FormPage/FormPageHeader.st.css.js.map +1 -1
  269. package/dist/esm/state/KanbanState/KanbanStageState.js +46 -4
  270. package/dist/esm/state/KanbanState/KanbanStageState.js.map +1 -1
  271. package/dist/esm/state/KanbanState/KanbanState.js +254 -80
  272. package/dist/esm/state/KanbanState/KanbanState.js.map +1 -1
  273. package/dist/esm/styles.global.css +1 -1
  274. package/dist/esm/version.js +1 -1
  275. package/dist/types/components/CollectionMultiSelectCheckbox/CollectionMultiSelectCheckbox.d.ts.map +1 -1
  276. package/dist/types/components/CollectionSectionHeader/CollectionSectionHeader.d.ts +9 -0
  277. package/dist/types/components/CollectionSectionHeader/CollectionSectionHeader.d.ts.map +1 -0
  278. package/dist/types/components/CollectionSectionHeader/CollectionSectionHeader.types.d.ts +21 -0
  279. package/dist/types/components/CollectionSectionHeader/CollectionSectionHeader.types.d.ts.map +1 -0
  280. package/dist/types/components/{GridSections/GridSectionHeader.uni.driver.d.ts → CollectionSectionHeader/CollectionSectionHeader.uni.driver.d.ts} +2 -2
  281. package/dist/types/components/CollectionSectionHeader/CollectionSectionHeader.uni.driver.d.ts.map +1 -0
  282. package/dist/types/components/CollectionSectionHeader/CollectionSectionHeaderActionBar.d.ts +8 -0
  283. package/dist/types/components/CollectionSectionHeader/CollectionSectionHeaderActionBar.d.ts.map +1 -0
  284. package/dist/types/components/CollectionSectionHeader/index.d.ts +3 -0
  285. package/dist/types/components/CollectionSectionHeader/index.d.ts.map +1 -0
  286. package/dist/types/components/CollectionTable/CollectionTable.d.ts +1 -0
  287. package/dist/types/components/CollectionTable/CollectionTable.d.ts.map +1 -1
  288. package/dist/types/components/CollectionTable/CollectionTableWSRTable.d.ts +1 -0
  289. package/dist/types/components/CollectionTable/CollectionTableWSRTable.d.ts.map +1 -1
  290. package/dist/types/components/CollectionViewsDropdown/ViewsDropdown.st.css.d.ts.map +1 -1
  291. package/dist/types/components/DragHandle/DragHandle.st.css.d.ts.map +1 -1
  292. package/dist/types/components/EntityPage/EntityPagePlain.st.css.d.ts.map +1 -1
  293. package/dist/types/components/Fade/Fade.st.css.d.ts.map +1 -1
  294. package/dist/types/components/Grid/Grid.d.ts +1 -1
  295. package/dist/types/components/Grid/Grid.d.ts.map +1 -1
  296. package/dist/types/components/Grid/Grid.uni.driver.d.ts +5 -5
  297. package/dist/types/components/Grid/Grid.uni.driver.d.ts.map +1 -1
  298. package/dist/types/components/GridSections/GridSectionHeader.d.ts.map +1 -1
  299. package/dist/types/components/GridSections/GridSectionsContent.d.ts +2 -2
  300. package/dist/types/components/GridSections/GridSectionsContent.d.ts.map +1 -1
  301. package/dist/types/components/GridSections/GridSectionsState.d.ts +1 -20
  302. package/dist/types/components/GridSections/GridSectionsState.d.ts.map +1 -1
  303. package/dist/types/components/Kanban/CardsSkeleton.d.ts +5 -0
  304. package/dist/types/components/Kanban/CardsSkeleton.d.ts.map +1 -0
  305. package/dist/types/components/Kanban/Kanban.d.ts.map +1 -1
  306. package/dist/types/components/Kanban/Kanban.uni.driver.d.ts +25 -0
  307. package/dist/types/components/Kanban/Kanban.uni.driver.d.ts.map +1 -1
  308. package/dist/types/components/Kanban/Stage.d.ts.map +1 -1
  309. package/dist/types/components/Kanban/StagesSkeleton.d.ts +3 -0
  310. package/dist/types/components/Kanban/StagesSkeleton.d.ts.map +1 -0
  311. package/dist/types/components/Kanban/useCardActions.d.ts.map +1 -1
  312. package/dist/types/components/KanbanDragAndDropDndKit/KanbanCardDragAndDrop.d.ts +1 -1
  313. package/dist/types/components/KanbanDragAndDropDndKit/KanbanCardDragAndDrop.d.ts.map +1 -1
  314. package/dist/types/components/KanbanDragAndDropDndKit/KanbanDraggableCardItem.d.ts.map +1 -1
  315. package/dist/types/components/MaxLines/MaxLines.st.css.d.ts.map +1 -1
  316. package/dist/types/components/NestedTable/NestedTable.uni.driver.d.ts +8 -0
  317. package/dist/types/components/NestedTable/NestedTable.uni.driver.d.ts.map +1 -1
  318. package/dist/types/components/NestedTableDragAndDrop/MultipleDragOverlayEffect.st.css.d.ts.map +1 -1
  319. package/dist/types/components/NestedTableDragAndDrop/NestedTableDragAndDropRow.st.css.d.ts.map +1 -1
  320. package/dist/types/components/Picker/Picker.d.ts.map +1 -1
  321. package/dist/types/components/SlidingModal/SlidingModal.st.css.d.ts.map +1 -1
  322. package/dist/types/components/Table/Table.d.ts +7 -0
  323. package/dist/types/components/Table/Table.d.ts.map +1 -1
  324. package/dist/types/components/Table/Table.uni.driver.d.ts +33 -12
  325. package/dist/types/components/Table/Table.uni.driver.d.ts.map +1 -1
  326. package/dist/types/components/Table/TableBase.d.ts +2 -0
  327. package/dist/types/components/Table/TableBase.d.ts.map +1 -1
  328. package/dist/types/components/Table/TableCompat.d.ts +2 -0
  329. package/dist/types/components/Table/TableCompat.d.ts.map +1 -1
  330. package/dist/types/components/Table/TableVirtual.d.ts +2 -0
  331. package/dist/types/components/Table/TableVirtual.d.ts.map +1 -1
  332. package/dist/types/components/TableFolders/TableFolders.uni.driver.d.ts +8 -0
  333. package/dist/types/components/TableFolders/TableFolders.uni.driver.d.ts.map +1 -1
  334. package/dist/types/components/TableGridSwitch/TableGridSwitch.d.ts +14 -1
  335. package/dist/types/components/TableGridSwitch/TableGridSwitch.d.ts.map +1 -1
  336. package/dist/types/components/TableGridSwitch/TableGridSwitch.uni.driver.d.ts +8 -0
  337. package/dist/types/components/TableGridSwitch/TableGridSwitch.uni.driver.d.ts.map +1 -1
  338. package/dist/types/components/TableGridSwitchFolders/TableGridSwitchFolders.uni.driver.d.ts +8 -0
  339. package/dist/types/components/TableGridSwitchFolders/TableGridSwitchFolders.uni.driver.d.ts.map +1 -1
  340. package/dist/types/components/TableSections/TableSectionRow.d.ts +16 -0
  341. package/dist/types/components/TableSections/TableSectionRow.d.ts.map +1 -0
  342. package/dist/types/components/TableSections/TableSections.d.ts +17 -0
  343. package/dist/types/components/TableSections/TableSections.d.ts.map +1 -0
  344. package/dist/types/components/TableSections/TableSectionsState.d.ts +13 -0
  345. package/dist/types/components/TableSections/TableSectionsState.d.ts.map +1 -0
  346. package/dist/types/components/TableSections/index.d.ts +2 -0
  347. package/dist/types/components/TableSections/index.d.ts.map +1 -0
  348. package/dist/types/components/TableSections/useTableSectionRow.d.ts +9 -0
  349. package/dist/types/components/TableSections/useTableSectionRow.d.ts.map +1 -0
  350. package/dist/types/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.d.ts.map +1 -1
  351. package/dist/types/components/ToolbarItemBox/ToolbarItemBox.st.css.d.ts.map +1 -1
  352. package/dist/types/exports/router/index.d.ts +2 -0
  353. package/dist/types/exports/router/index.d.ts.map +1 -0
  354. package/dist/types/hooks/useCollectionOptions.d.ts +3 -3
  355. package/dist/types/hooks/useCollectionOptions.d.ts.map +1 -1
  356. package/dist/types/index.d.ts +1 -1
  357. package/dist/types/index.d.ts.map +1 -1
  358. package/dist/types/state/DropdownCollectionFilterState.d.ts +2 -0
  359. package/dist/types/state/DropdownCollectionFilterState.d.ts.map +1 -1
  360. package/dist/types/state/EntityPage/EntityPageState.d.ts.map +1 -1
  361. package/dist/types/state/FormPage/FormPageHeader.st.css.d.ts.map +1 -1
  362. package/dist/types/state/KanbanState/KanbanStageState.d.ts +9 -1
  363. package/dist/types/state/KanbanState/KanbanStageState.d.ts.map +1 -1
  364. package/dist/types/state/KanbanState/KanbanState.d.ts +36 -12
  365. package/dist/types/state/KanbanState/KanbanState.d.ts.map +1 -1
  366. package/dist/types/testkit/enzyme.d.ts +40 -0
  367. package/dist/types/testkit/enzyme.d.ts.map +1 -1
  368. package/dist/types/testkit/jsdom.d.ts +65 -0
  369. package/dist/types/testkit/jsdom.d.ts.map +1 -1
  370. package/dist/types/testkit/playwright.d.ts +40 -0
  371. package/dist/types/testkit/playwright.d.ts.map +1 -1
  372. package/dist/types/testkit/puppeteer.d.ts +65 -0
  373. package/dist/types/testkit/puppeteer.d.ts.map +1 -1
  374. package/dist/types/version.d.ts +1 -1
  375. package/package.json +11 -6
  376. package/router/package.json +6 -0
  377. package/dist/cjs/components/GridSections/GridSectionHeader.uni.driver.js +0 -12
  378. package/dist/cjs/components/GridSections/GridSectionHeader.uni.driver.js.map +0 -1
  379. package/dist/cjs/components/GridSections/GridSectionHeaderActionBar.js.map +0 -1
  380. package/dist/esm/components/GridSections/GridSectionHeader.uni.driver.js.map +0 -1
  381. package/dist/esm/components/GridSections/GridSectionHeaderActionBar.js +0 -16
  382. package/dist/esm/components/GridSections/GridSectionHeaderActionBar.js.map +0 -1
  383. package/dist/types/components/GridSections/GridSectionHeader.uni.driver.d.ts.map +0 -1
  384. package/dist/types/components/GridSections/GridSectionHeaderActionBar.d.ts +0 -10
  385. package/dist/types/components/GridSections/GridSectionHeaderActionBar.d.ts.map +0 -1
@@ -1,31 +1,25 @@
1
- import { CollectionState, CollectionOptimisticActions, } from '@wix/bex-core';
1
+ import { CollectionState, stringFilter, CollectionOptimisticActions, QueryState, syncWithSharedQuery, } from '@wix/bex-core';
2
2
  import { ToolbarCollectionState } from '../ToolbarCollectionState';
3
3
  import { KanbanStageState } from './KanbanStageState';
4
- import { observable, makeObservable, runInAction, action, computed, } from 'mobx';
4
+ import { observable, makeObservable, runInAction, action, computed, reaction, } from 'mobx';
5
5
  import { KanbanDragAndDropState } from '../../components/KanbanDragAndDropDndKit/KanbanCardDragAndDrop';
6
+ import { v4 as uuid } from 'uuid';
6
7
  export class KanbanState {
7
8
  constructor(params) {
8
9
  this.kanbanStageStates = {};
9
10
  this.isRefetching = false;
11
+ this.isChangingFiltersValue = false;
10
12
  this.container = params.container;
11
13
  this.items = params.items;
12
- this.stagesCollectionState = new CollectionState({
13
- errorMonitor: this.container.errorMonitor,
14
- history: this.container.history,
15
- lodash: this.container.lodash,
16
- onlineState: this.container.onlineState,
17
- queryCache: this.container.queryCache,
18
- translate: this.container.translate,
19
- queryName: 'kanban-stages',
20
- fetchData: params.stages.fetchData,
21
- itemKey: params.stages.stageKey,
22
- itemName: params.stages.stageName,
14
+ this.toolbarQueryCollectionState = this.createToolbarQueryCollectionState();
15
+ this.query = new QueryState({
23
16
  filters: {},
24
- errorHandler: this.container.errorMonitor,
25
- paginationMode: 'cursor',
17
+ search: stringFilter({ initialValue: '' }),
26
18
  });
19
+ syncWithSharedQuery(this.toolbarQueryCollectionState.query, this.query);
20
+ this.stagesCollectionState = this.createStagesCollectionState(params);
27
21
  this.toolbar = new ToolbarCollectionState({
28
- collection: this.stagesCollectionState,
22
+ collection: this.toolbarQueryCollectionState,
29
23
  container: params.container,
30
24
  componentType: 'Kanban',
31
25
  reportBi: this.container.reportBi,
@@ -39,72 +33,54 @@ export class KanbanState {
39
33
  stages: computed,
40
34
  isRefetching: observable,
41
35
  refetchKanban: action,
36
+ hasStagesError: computed,
42
37
  });
38
+ this.debouncedStagesRefresh = this.container.lodash.debounce(() => {
39
+ this.isChangingFiltersValue = false;
40
+ this.initializeStageStates();
41
+ }, 300);
42
+ }
43
+ triggerDebouncedStagesRefresh() {
44
+ this.isChangingFiltersValue = true;
45
+ this.debouncedStagesRefresh();
43
46
  }
44
47
  async init() {
45
- this.stagesCollectionState.init();
46
- await this.stagesCollectionState?.initTask?.status?.promise?.catch(() => { });
47
- await this.initialAllStages();
48
- this.waitLoadStagesState();
48
+ await this.loadStages();
49
+ await this.initializeStageStates();
49
50
  this.toolbar.init({ featuresInitializers: [] });
50
51
  this.dragAndDropState.init();
51
52
  new CollectionOptimisticActions({
52
53
  collection: this.stagesCollectionState,
53
54
  container: this.container,
54
55
  });
56
+ const disposers = [
57
+ reaction(() => this.query.asComputed, () => {
58
+ this.triggerDebouncedStagesRefresh();
59
+ }, {
60
+ fireImmediately: false,
61
+ }),
62
+ ];
63
+ return () => {
64
+ disposers.forEach((d) => d?.());
65
+ };
55
66
  }
56
- async initialAllStages() {
67
+ async loadStages() {
68
+ this.stagesCollectionState.init();
69
+ await this.stagesCollectionState?.initTask?.status?.promise?.catch((error) => {
70
+ this.showErrorToast(error);
71
+ });
72
+ }
73
+ async initializeStageStates() {
57
74
  if (!this.items.fetchAllByStageIds) {
58
75
  return;
59
76
  }
60
- const data = await this.items.fetchAllByStageIds({
61
- ids: this.stagesCollectionState.result.keyedItems.map((item) => this.stagesCollectionState.itemKey(item.item)),
62
- filter: {},
63
- });
64
- this.stagesCollectionState.result.keyedItems.forEach((stage) => {
65
- runInAction(() => {
66
- const stageId = this.stagesCollectionState.itemKey(stage.item);
67
- const hasDataForStage = !!data[stageId];
68
- if (!this.kanbanStageStates[stageId]) {
69
- this.kanbanStageStates[stageId] = new KanbanStageState({
70
- container: this.container,
71
- fetchData: this.items.fetchData,
72
- itemKey: this.items.itemKey,
73
- itemName: this.items.itemName,
74
- initialPage: hasDataForStage
75
- ? {
76
- items: data[stageId]?.items,
77
- total: data[stageId]?.total,
78
- cursor: data[stageId]?.cursor,
79
- }
80
- : undefined,
81
- name: this.stagesCollectionState.itemName(stage.item),
82
- key: this.stagesCollectionState.itemKey(stage.item),
83
- stage: stage.item,
84
- });
85
- }
86
- else {
87
- this.kanbanStageStates[stageId].itemsCollectionState.clearResultAndMoveToStart();
88
- this.kanbanStageStates[stageId].name =
89
- this.stagesCollectionState.itemName(stage.item);
90
- if (hasDataForStage) {
91
- this.kanbanStageStates[stageId].itemsCollectionState.setInitialPage({
92
- items: data[stageId]?.items,
93
- total: data[stageId]?.total,
94
- cursor: data[stageId]?.cursor,
95
- });
96
- }
97
- else {
98
- this.kanbanStageStates[stageId].itemsCollectionState.clearResultAndMoveToStart();
99
- }
100
- }
101
- });
102
- });
103
- }
104
- waitLoadStagesState() {
105
- Object.entries(this.kanbanStageStates).forEach(([, stageState]) => {
106
- stageState.init();
107
- });
77
+ try {
78
+ const stageData = await this.fetchStagesData();
79
+ this.processAllStages(stageData);
80
+ }
81
+ catch (error) {
82
+ this.showErrorToast(error);
83
+ }
108
84
  }
109
85
  get stages() {
110
86
  return this.stagesCollectionState.result.keyedItems.map((item) => item.item);
@@ -116,23 +92,33 @@ export class KanbanState {
116
92
  return this.kanbanStageStates[stageKey];
117
93
  }
118
94
  isLoading() {
95
+ return (this.isLoadingStages() ||
96
+ Object.values(this.kanbanStageStates).some((stage) => stage.isLoading()));
97
+ }
98
+ isLoadingStages() {
119
99
  return (this.stagesCollectionState.initTask.status.isLoading ||
120
100
  this.isRefetching ||
121
101
  Object.keys(this.kanbanStageStates).length !==
122
- this.stagesCollectionState.result.keyedItems.length ||
123
- Object.values(this.kanbanStageStates).some((stage) => stage.isLoading()));
102
+ this.stagesCollectionState.result.keyedItems.length);
103
+ }
104
+ isInSearchMode() {
105
+ return (this.query.asComputed.search?.length &&
106
+ this.query.asComputed.search.length > 0);
107
+ }
108
+ getIsChangingFiltersValue() {
109
+ return this.isChangingFiltersValue;
124
110
  }
125
111
  stageKey(stage) {
126
112
  return this.stagesCollectionState.itemKey(stage);
127
113
  }
128
- updateStage(originalStage, updatedStage) {
129
- this.stagesCollectionState.optimisticActions.updateOne(originalStage, {
130
- submit: () => {
131
- return Promise.resolve(updatedStage);
132
- },
133
- keepPosition: true,
134
- });
114
+ moveItemBetweenStages(item, fromStageId, toStageId) {
115
+ this.getStageStateByKey(fromStageId).deleteItem(item);
116
+ this.getStageStateByKey(toStageId).createItem(item);
117
+ }
118
+ get hasStagesError() {
119
+ return this.stagesCollectionState.result.status?.isError;
135
120
  }
121
+ // Public methods
136
122
  async refetchKanban() {
137
123
  runInAction(() => {
138
124
  this.isRefetching = true;
@@ -140,8 +126,7 @@ export class KanbanState {
140
126
  try {
141
127
  await this.stagesCollectionState.clearResultBeforeRefresh();
142
128
  await this.stagesCollectionState.refreshAllPages();
143
- await this.initialAllStages();
144
- this.waitLoadStagesState();
129
+ await this.initializeStageStates();
145
130
  }
146
131
  finally {
147
132
  runInAction(() => {
@@ -149,5 +134,194 @@ export class KanbanState {
149
134
  });
150
135
  }
151
136
  }
137
+ // Private methods
138
+ showErrorToast(error) {
139
+ const resolvedError = this.container.errorHandler?.getResolvedError?.(error);
140
+ resolvedError && this.container.errorHandler?.showError?.(resolvedError);
141
+ }
142
+ createToolbarQueryCollectionState() {
143
+ return new CollectionState({
144
+ errorMonitor: this.container.errorMonitor,
145
+ history: this.container.history,
146
+ lodash: this.container.lodash,
147
+ onlineState: this.container.onlineState,
148
+ queryCache: this.container.queryCache,
149
+ translate: this.container.translate,
150
+ queryName: 'kanban-toolbar-query-items',
151
+ fetchData: () => Promise.resolve({
152
+ items: [],
153
+ total: 0,
154
+ cursor: null,
155
+ }),
156
+ itemKey: () => '',
157
+ itemName: () => '',
158
+ filters: {},
159
+ errorHandler: this.container.errorHandler,
160
+ paginationMode: 'cursor',
161
+ });
162
+ }
163
+ createStagesCollectionState(params) {
164
+ return new CollectionState({
165
+ errorMonitor: this.container.errorMonitor,
166
+ history: this.container.history,
167
+ lodash: this.container.lodash,
168
+ onlineState: this.container.onlineState,
169
+ queryCache: this.container.queryCache,
170
+ translate: this.container.translate,
171
+ queryName: 'kanban-stages',
172
+ fetchData: params.stages.fetchData,
173
+ itemKey: params.stages.stageKey,
174
+ itemName: params.stages.stageName,
175
+ filters: {},
176
+ errorHandler: this.container.errorHandler,
177
+ paginationMode: 'cursor',
178
+ });
179
+ }
180
+ async fetchStagesData() {
181
+ const stageIds = this.getStageIds();
182
+ return this.items.fetchAllByStageIds({
183
+ ids: stageIds,
184
+ filters: this.query.asComputed.filters,
185
+ search: this.query.asComputed.search,
186
+ });
187
+ }
188
+ getStageIds() {
189
+ return this.stagesCollectionState.result.keyedItems.map((item) => this.stagesCollectionState.itemKey(item.item));
190
+ }
191
+ processAllStages(stageData) {
192
+ this.stagesCollectionState.result.keyedItems.forEach((keyedStage) => {
193
+ const stage = keyedStage.item;
194
+ runInAction(() => {
195
+ const stageId = this.stagesCollectionState.itemKey(stage);
196
+ const hasDataForStage = !!stageData[stageId];
197
+ if (!this.kanbanStageStates[stageId]) {
198
+ this.createNewStageState(stage, stageId, stageData[stageId], hasDataForStage);
199
+ }
200
+ else {
201
+ this.updateExistingStageState(stage, stageId, stageData[stageId], hasDataForStage);
202
+ }
203
+ });
204
+ });
205
+ }
206
+ createNewStageState(stage, stageId, stageData, hasDataForStage) {
207
+ this.kanbanStageStates[stageId] = new KanbanStageState({
208
+ container: this.container,
209
+ fetchData: this.items.fetchData,
210
+ itemKey: this.items.itemKey,
211
+ itemName: this.items.itemName,
212
+ initialPage: hasDataForStage
213
+ ? this.getInitialPageData(stageData)
214
+ : undefined,
215
+ name: this.stagesCollectionState.itemName(stage),
216
+ key: this.stagesCollectionState.itemKey(stage),
217
+ stage,
218
+ query: this.query,
219
+ });
220
+ this.kanbanStageStates[stageId].init();
221
+ }
222
+ updateExistingStageState(stage, stageId, stageData, hasDataForStage) {
223
+ const stageState = this.kanbanStageStates[stageId];
224
+ stageState.name = this.stagesCollectionState.itemName(stage);
225
+ runInAction(() => {
226
+ const initialPageData = this.getInitialPageData(hasDataForStage
227
+ ? stageData
228
+ : {
229
+ items: [],
230
+ total: 0,
231
+ cursor: null,
232
+ });
233
+ stageState.itemsCollectionState.setInitialPage(initialPageData);
234
+ // Directly update QueryResultState to trigger MobX reactivity for keyedItems
235
+ const items = initialPageData.items || [];
236
+ const total = initialPageData.total ?? items.length;
237
+ const cursor = initialPageData.cursor;
238
+ stageState.itemsCollectionState.result.setPages({
239
+ processed: [items],
240
+ unprocessed: [items],
241
+ });
242
+ stageState.itemsCollectionState.result.setTotals({
243
+ processed: total,
244
+ unprocessed: total,
245
+ });
246
+ if (cursor != null) {
247
+ stageState.itemsCollectionState.paginationMode.setCursor(cursor);
248
+ }
249
+ });
250
+ }
251
+ getInitialPageData(stageData) {
252
+ return {
253
+ items: stageData?.items,
254
+ total: stageData?.total,
255
+ cursor: stageData?.cursor,
256
+ };
257
+ }
258
+ // optimistic actions
259
+ updateStage(originalStage, updatedStage) {
260
+ const stageId = this.stagesCollectionState.itemKey(originalStage);
261
+ const stageState = this.getStageStateByKey(stageId);
262
+ this.stagesCollectionState.optimisticActions.updateOne(originalStage, {
263
+ submit: () => Promise.resolve(updatedStage),
264
+ keepPosition: true,
265
+ });
266
+ runInAction(() => {
267
+ if (stageState.name !== this.stagesCollectionState.itemName(updatedStage)) {
268
+ stageState.name = this.stagesCollectionState.itemName(updatedStage);
269
+ }
270
+ stageState.refetchStage();
271
+ });
272
+ }
273
+ createStage(stage) {
274
+ this.stagesCollectionState.optimisticActions.createOne(stage, {
275
+ submit: (_items) => Promise.resolve(),
276
+ });
277
+ runInAction(() => {
278
+ const stageId = this.stagesCollectionState.itemKey(stage);
279
+ this.createNewStageState(stage, stageId, {
280
+ items: [],
281
+ total: 0,
282
+ cursor: null,
283
+ }, false);
284
+ });
285
+ }
286
+ deleteStage(stage) {
287
+ const stageId = this.stagesCollectionState.itemKey(stage);
288
+ this.stagesCollectionState.optimisticActions.deleteOne(stage, {
289
+ submit: (_items) => Promise.resolve(),
290
+ });
291
+ runInAction(() => {
292
+ Reflect.deleteProperty(this.kanbanStageStates, stageId);
293
+ });
294
+ }
295
+ reorderStages(fromIndex, toIndex) {
296
+ const keyedItems = this.stagesCollectionState.result.keyedItems;
297
+ if (fromIndex === toIndex) {
298
+ return;
299
+ }
300
+ const from = keyedItems[fromIndex];
301
+ const over = keyedItems[toIndex];
302
+ let after;
303
+ if (toIndex === 0) {
304
+ after = null;
305
+ }
306
+ else if (fromIndex < toIndex) {
307
+ after = over;
308
+ }
309
+ else {
310
+ after = keyedItems[toIndex - 1];
311
+ }
312
+ const actionMove = {
313
+ moveId: uuid(),
314
+ from,
315
+ over,
316
+ after,
317
+ isFromHandle: false,
318
+ filtersKeyHash: this.stagesCollectionState.query.filtersKeyHash,
319
+ query: this.stagesCollectionState.originQuery,
320
+ };
321
+ this.stagesCollectionState.optimisticActions._orderByMode = 'moves';
322
+ this.stagesCollectionState.optimisticActions.move(actionMove, {
323
+ collectionSnapshot: {},
324
+ });
325
+ }
152
326
  }
153
327
  //# sourceMappingURL=KanbanState.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"KanbanState.js","sourceRoot":"","sources":["../../../../src/state/KanbanState/KanbanState.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"KanbanState.js","sourceRoot":"","sources":["../../../../src/state/KanbanState/KanbanState.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- .CardContainer2335799871__root.CardContainer2335799871--mobile{border-radius:0}.Collapse3383644291__root{transition-property:height;transition-timing-function:cubic-bezier(.4,0,.2,1)}.Collapse3383644291__exit{height:0}.CollectionPage1863482707__root.CollectionPage1863482707--mobile{--wds-page-header-padding-horizontal:0}.CollectionTable2149646577__root.CollectionTable2149646577--mobile td:first-child{padding-left:18px}.CollectionTable2149646577__root.CollectionTable2149646577--mobile td:last-child{padding-right:18px}.CollectionToolbar1316009271__left{min-width:0}.CollectionToolbar1316009271__root.CollectionToolbar1316009271--views .CollectionToolbar1316009271__left{flex-shrink:1;flex-grow:0}.CollectionToolbar1316009271__left.CollectionToolbar1316009271--expandable{flex:auto}.CollectionToolbar1316009271__root .CollectionToolbar1316009271__right{justify-content:flex-end!important;flex-grow:1;flex-shrink:1;flex-basis:auto}.CollectionToolbar1316009271__root.CollectionToolbar1316009271--views .CollectionToolbar1316009271__right{min-width:0;flex-grow:1;flex-shrink:0;flex-basis:0}.CollectionToolbar1316009271__root .CollectionToolbar1316009271__right.CollectionToolbar1316009271__fullWidth{margin-inline-start:0!important}.CollectionToolbar1316009271__root.CollectionToolbar1316009271--mobile{padding-right:18px;padding-left:18px}.SearchOrCustomFilter2028233523__search{min-width:140px;max-width:240px;flex:1 0}.SearchOrCustomFilter2028233523__searchMobile{width:100%;justify-content:flex-end}.AutoCompleteReadonly2923193392__root.AutoCompleteReadonly2923193392--disableEditing{cursor:pointer}.AutoCompleteReadonly2923193392__root.AutoCompleteReadonly2923193392--disableEditing input{cursor:pointer}.ViewsDropdown3583409493__root{width:200px}.DragHandle4194506206__root{display:flex;align-items:center}.DragHandle4194506206__root:not(.DragHandle4194506206--disabled){cursor:grab;color:#a8caff}.DragHandle4194506206__root.DragHandle4194506206--disabled{color:#acafc4}.DragHandle4194506206__root:focus-visible:not(.DragHandle4194506206--disabled){outline:0;box-shadow:0 0 0 3px #a6d0ff}.DragHandle4194506206__root.DragHandle4194506206--disabled{pointer-events:none}.DragHandle4194506206__root.DragHandle4194506206--dragging:not(.DragHandle4194506206--disabled){cursor:grabbing}.EntityPagePlain3884078990__root.EntityPagePlain3884078990--mobile{--wds-page-header-padding-horizontal:0}.Fade204223390__root{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);opacity:1}.Fade204223390__root.Fade204223390--exit{opacity:0}.Heading1069407870__root{visibility:visible}.Heading1069407870__root.Heading1069407870--appearanceH2{font-size:28px!important;line-height:36px!important}.InputOverflow3770169229__root.InputOverflow3770169229--selected:not(.InputOverflow3770169229--focused) input::placeholder{color:#000624}@keyframes LoadingRow2869296123__gradientSwoosh{0%{background-position:50% 50%;background-size:150% 125%}15%{background-position:75% 40%;background-size:130% 115%}30%{background-position:50% 50%;background-size:120% 135%}60%{background-position:30% 50%;background-size:120% 135%}80%{background-position:10% 30%;background-size:130% 155%}to{background-position:40% 45%;background-size:125% 135%}}.LoadingRow2869296123__root{background-image:linear-gradient(60deg,rgba(255,255,255,.15)0,rgba(255,255,255,.15) 50%,rgba(95,242,174,.15) 100%),linear-gradient(284.81deg,#fff 67.18%,#91bbff 158.87%),linear-gradient(29deg,rgba(145,187,255,.6)0,#fff 40%,rgba(95,242,174,.6) 100%);height:100%;background-size:150% 125%;background-repeat:no-repeat;animation:LoadingRow2869296123__gradientSwoosh 2s ease-out infinite alternate}.MaxHeightText1658499099__root{opacity:1}.MaxHeightText1658499099__root.MaxHeightText1658499099--height24{line-height:24px}.MaxLines910183065__root{overflow:hidden}.MaxLines910183065__root.MaxLines910183065--clamp{-webkit-box-orient:vertical;display:-webkit-box}.MultiBulkActionToolbar4118551431__root{min-width:0}.NestedTablePlaceholderStatesRow302806167__root td{padding:0!important;width:100%}.NestedTableRow2803282709__firstLevel td{padding-top:18px!important;padding-bottom:18px!important}.NestedTableRow2803282709__root:hover{background-color:#e7f0ff!important}.NestedTableRow2803282709__root.NestedTableRow2803282709--expandable{cursor:pointer}.NestedTableRow2803282709__placeholder td{padding:0!important;width:100%}.NestedTableRow2803282709__root:hover td:first-of-type::before,.NestedTableRow2803282709__parentHovered td:first-of-type::before{content:"";position:absolute;top:0;bottom:0;left:0;width:2px;background-color:#5999ff}.MultipleDragOverlayEffect380559074__root{position:absolute;transform:translate(6px,6px);background-color:#fff;box-shadow:0 2px 4px 0 rgba(0,6,36,.12),0 0 6px 0 rgba(0,6,36,.12)}.NestedTableDragAndDropRow1687240790__root.NestedTableDragAndDropRow1687240790--draggingInto td{background-color:#e7f0ff!important}.PickerContent1590550527__root{display:flex}.PickerContentAdditionalStep1412446085__titles{display:flex;justify-content:center;flex:1 1 auto;overflow:hidden;flex-direction:column}.PickerContentAdditionalStep1412446085__suffix{display:flex;align-items:center;flex:0 0 auto;overflow:hidden}.PickerTableListItem1801825270__root{box-sizing:border-box}.ScrollableContent3860833182__root.ScrollableContent3860833182--overflowY{overflow-y:auto}.ScrollableContent3860833182__root.ScrollableContent3860833182--overflowX{overflow-x:auto}.ScrollableContent3860833182__root.ScrollableContent3860833182--smooth{scroll-behavior:smooth}.SkeletonCard2442733204__headerLoading{display:block!important}.SlidingModal730037242__root{transition:transform .4s ease 0s;position:fixed;z-index:1}.SlidingModal730037242__root:not(.SlidingModal730037242--exited){box-shadow:0 3px 24px 0 rgba(22,45,61,.18),0 8px 8px 0 rgba(22,45,61,.12)}.TabsFilter4008635455__root .TabsFilter4008635455__title{color:inherit!important}.ManageTagsModal304731298__root{display:flex}.ToolbarItem3739809849__root{min-width:0}.ToolbarItemBox693750190__root{min-width:0}.ToolbarItemBox693750190__root.ToolbarItemBox693750190--removeStartPadding{margin-left:-24px}.ToolbarItemBox693750190__root.ToolbarItemBox693750190--expandable{flex:1 0}.common4156871475__column{display:flex;flex-direction:column}.common4156871475__fullHeight{height:100%;min-height:0}.CollectionPageHeader1601280614__root.CollectionPageHeader1601280614--mobile{flex-direction:column;padding-right:18px;padding-left:18px}.CollectionPageHeader1601280614__root.CollectionPageHeader1601280614--mobile>*{margin-left:0;margin-top:6px!important;height:auto}.FormPageHeader245847768__root.FormPageHeader245847768--mobile{flex-direction:column;padding-right:18px;padding-left:18px}.FormPageHeader245847768__root.FormPageHeader245847768--mobile>*{margin-left:0;margin-top:6px!important;height:auto}
1
+ .CardContainer2272157035__root.CardContainer2272157035--mobile{border-radius:0}.Collapse1374746106__root{transition-property:height;transition-timing-function:cubic-bezier(.4,0,.2,1)}.Collapse1374746106__exit{height:0}.CollectionPage3454312946__root.CollectionPage3454312946--mobile{--wds-page-header-padding-horizontal:0}.CollectionTable1618173650__root.CollectionTable1618173650--mobile td:first-child{padding-left:18px}.CollectionTable1618173650__root.CollectionTable1618173650--mobile td:last-child{padding-right:18px}.CollectionToolbar3021605774__left{min-width:0}.CollectionToolbar3021605774__root.CollectionToolbar3021605774--views .CollectionToolbar3021605774__left{flex-shrink:1;flex-grow:0}.CollectionToolbar3021605774__left.CollectionToolbar3021605774--expandable{flex:auto}.CollectionToolbar3021605774__root .CollectionToolbar3021605774__right{justify-content:flex-end!important;flex-grow:1;flex-shrink:1;flex-basis:auto}.CollectionToolbar3021605774__root.CollectionToolbar3021605774--views .CollectionToolbar3021605774__right{min-width:0;flex-grow:1;flex-shrink:0;flex-basis:0}.CollectionToolbar3021605774__root .CollectionToolbar3021605774__right.CollectionToolbar3021605774__fullWidth{margin-inline-start:0!important}.CollectionToolbar3021605774__root.CollectionToolbar3021605774--mobile{padding-right:18px;padding-left:18px}.SearchOrCustomFilter1892088733__search{min-width:140px;max-width:240px;flex:1 0}.SearchOrCustomFilter1892088733__searchMobile{width:100%;justify-content:flex-end}.AutoCompleteReadonly3118807096__root.AutoCompleteReadonly3118807096--disableEditing{cursor:pointer}.AutoCompleteReadonly3118807096__root.AutoCompleteReadonly3118807096--disableEditing input{cursor:pointer}.ViewsDropdown851844653__root{width:200px}.DragHandle29204083__root{display:flex;align-items:center}.DragHandle29204083__root:not(.DragHandle29204083--disabled){cursor:grab;color:#a8caff}.DragHandle29204083__root.DragHandle29204083--disabled{color:#acafc4}.DragHandle29204083__root:focus-visible:not(.DragHandle29204083--disabled){outline:0;box-shadow:0 0 0 3px #a6d0ff}.DragHandle29204083__root.DragHandle29204083--disabled{pointer-events:none}.DragHandle29204083__root.DragHandle29204083--dragging:not(.DragHandle29204083--disabled){cursor:grabbing}.EntityPagePlain565362109__root.EntityPagePlain565362109--mobile{--wds-page-header-padding-horizontal:0}.Fade2939749242__root{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);opacity:1}.Fade2939749242__root.Fade2939749242--exit{opacity:0}.Heading3634131067__root{visibility:visible}.Heading3634131067__root.Heading3634131067--appearanceH2{font-size:28px!important;line-height:36px!important}.InputOverflow1714384689__root.InputOverflow1714384689--selected:not(.InputOverflow1714384689--focused) input::placeholder{color:#000624}@keyframes LoadingRow1379802632__gradientSwoosh{0%{background-position:50% 50%;background-size:150% 125%}15%{background-position:75% 40%;background-size:130% 115%}30%{background-position:50% 50%;background-size:120% 135%}60%{background-position:30% 50%;background-size:120% 135%}80%{background-position:10% 30%;background-size:130% 155%}to{background-position:40% 45%;background-size:125% 135%}}.LoadingRow1379802632__root{background-image:linear-gradient(60deg,rgba(255,255,255,.15)0,rgba(255,255,255,.15) 50%,rgba(95,242,174,.15) 100%),linear-gradient(284.81deg,#fff 67.18%,#91bbff 158.87%),linear-gradient(29deg,rgba(145,187,255,.6)0,#fff 40%,rgba(95,242,174,.6) 100%);height:100%;background-size:150% 125%;background-repeat:no-repeat;animation:LoadingRow1379802632__gradientSwoosh 2s ease-out infinite alternate}.MaxHeightText1535554536__root{opacity:1}.MaxHeightText1535554536__root.MaxHeightText1535554536--height24{line-height:24px}.MaxLines84696292__root{overflow:hidden}.MaxLines84696292__root.MaxLines84696292--clamp{-webkit-box-orient:vertical;display:-webkit-box}.MultiBulkActionToolbar3403576012__root{min-width:0}.NestedTablePlaceholderStatesRow871935612__root td{padding:0!important;width:100%}.NestedTableRow3923245335__firstLevel td{padding-top:18px!important;padding-bottom:18px!important}.NestedTableRow3923245335__root:hover{background-color:#e7f0ff!important}.NestedTableRow3923245335__root.NestedTableRow3923245335--expandable{cursor:pointer}.NestedTableRow3923245335__placeholder td{padding:0!important;width:100%}.NestedTableRow3923245335__root:hover td:first-of-type::before,.NestedTableRow3923245335__parentHovered td:first-of-type::before{content:"";position:absolute;top:0;bottom:0;left:0;width:2px;background-color:#5999ff}.MultipleDragOverlayEffect3950300445__root{position:absolute;transform:translate(6px,6px);background-color:#fff;box-shadow:0 2px 4px 0 rgba(0,6,36,.12),0 0 6px 0 rgba(0,6,36,.12)}.NestedTableDragAndDropRow153810227__root.NestedTableDragAndDropRow153810227--draggingInto td{background-color:#e7f0ff!important}.PickerContent1383910547__root{display:flex}.PickerContentAdditionalStep2226988909__titles{display:flex;justify-content:center;flex:1 1 auto;overflow:hidden;flex-direction:column}.PickerContentAdditionalStep2226988909__suffix{display:flex;align-items:center;flex:0 0 auto;overflow:hidden}.PickerTableListItem1815970055__root{box-sizing:border-box}.ScrollableContent3240924750__root.ScrollableContent3240924750--overflowY{overflow-y:auto}.ScrollableContent3240924750__root.ScrollableContent3240924750--overflowX{overflow-x:auto}.ScrollableContent3240924750__root.ScrollableContent3240924750--smooth{scroll-behavior:smooth}.SkeletonCard2697896038__headerLoading{display:block!important}.SlidingModal1034476344__root{transition:transform .4s ease 0s;position:fixed;z-index:1}.SlidingModal1034476344__root:not(.SlidingModal1034476344--exited){box-shadow:0 3px 24px 0 rgba(22,45,61,.18),0 8px 8px 0 rgba(22,45,61,.12)}.TabsFilter2902164593__root .TabsFilter2902164593__title{color:inherit!important}.ManageTagsModal2899502101__root{display:flex}.ToolbarItem2370303186__root{min-width:0}.ToolbarItemBox1123916634__root{min-width:0}.ToolbarItemBox1123916634__root.ToolbarItemBox1123916634--removeStartPadding{margin-left:-24px}.ToolbarItemBox1123916634__root.ToolbarItemBox1123916634--expandable{flex:1 0}.common2860398718__column{display:flex;flex-direction:column}.common2860398718__fullHeight{height:100%;min-height:0}.CollectionPageHeader3561066476__root.CollectionPageHeader3561066476--mobile{flex-direction:column;padding-right:18px;padding-left:18px}.CollectionPageHeader3561066476__root.CollectionPageHeader3561066476--mobile>*{margin-left:0;margin-top:6px!important;height:auto}.FormPageHeader3018521819__root.FormPageHeader3018521819--mobile{flex-direction:column;padding-right:18px;padding-left:18px}.FormPageHeader3018521819__root.FormPageHeader3018521819--mobile>*{margin-left:0;margin-top:6px!important;height:auto}
@@ -1,2 +1,2 @@
1
- export const version = 'patterns@1.229.0';
1
+ export const version = 'patterns@1.231.0';
2
2
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CollectionMultiSelectCheckbox.d.ts","sourceRoot":"","sources":["../../../../src/components/CollectionMultiSelectCheckbox/CollectionMultiSelectCheckbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAKnD,OAAO,EAAE,eAAe,EAAE,UAAU,EAAqB,MAAM,eAAe,CAAC;AAG/E,OAAO,EAGL,kCAAkC,EACnC,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAMvC,OAAO,EAEL,uCAAuC,EACxC,MAAM,mDAAmD,CAAC;AAK3D,MAAM,WAAW,kCAAkC,CACjD,CAAC,EACD,CAAC,SAAS,UAAU,GAAG,UAAU,CACjC,SAAQ,IAAI,CACR,kCAAkC,CAAC,CAAC,CAAC,EACrC,SAAS,GAAG,gBAAgB,CAC7B,EACD,uCAAuC;IACzC;;;;OAIG;IACH,UAAU,EAAE,eAAe,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IAClC;;OAEG;IACH,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,KAAK,QAAQ,CAAC;CACnD;AAED,iBAAS,8BAA8B,CAAC,CAAC,EAAE,CAAC,SAAS,UAAU,GAAG,UAAU,EAC1E,KAAK,EAAE,kCAAkC,CAAC,CAAC,EAAE,CAAC,CAAC,qBAsJhD;AAED,eAAO,MAAM,6BAA6B;;CAEzC,CAAC"}
1
+ {"version":3,"file":"CollectionMultiSelectCheckbox.d.ts","sourceRoot":"","sources":["../../../../src/components/CollectionMultiSelectCheckbox/CollectionMultiSelectCheckbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAKnD,OAAO,EAAE,eAAe,EAAE,UAAU,EAAqB,MAAM,eAAe,CAAC;AAG/E,OAAO,EAGL,kCAAkC,EACnC,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAMvC,OAAO,EAEL,uCAAuC,EACxC,MAAM,mDAAmD,CAAC;AAK3D,MAAM,WAAW,kCAAkC,CACjD,CAAC,EACD,CAAC,SAAS,UAAU,GAAG,UAAU,CACjC,SAAQ,IAAI,CACR,kCAAkC,CAAC,CAAC,CAAC,EACrC,SAAS,GAAG,gBAAgB,CAC7B,EACD,uCAAuC;IACzC;;;;OAIG;IACH,UAAU,EAAE,eAAe,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IAClC;;OAEG;IACH,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,KAAK,QAAQ,CAAC;CACnD;AAED,iBAAS,8BAA8B,CAAC,CAAC,EAAE,CAAC,SAAS,UAAU,GAAG,UAAU,EAC1E,KAAK,EAAE,kCAAkC,CAAC,CAAC,EAAE,CAAC,CAAC,qBAuJhD;AAED,eAAO,MAAM,6BAA6B;;CAEzC,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { SectionHeaderProps } from '@wix/design-system';
2
+ import React from 'react';
3
+ import { Section } from './CollectionSectionHeader.types';
4
+ export interface CollectionSectionHeaderProps extends Pick<SectionHeaderProps, 'skin' | 'dataHook'> {
5
+ section: Section;
6
+ biComponentType: string;
7
+ }
8
+ export declare const CollectionSectionHeader: ({ section, skin, dataHook, biComponentType, }: CollectionSectionHeaderProps) => React.JSX.Element;
9
+ //# sourceMappingURL=CollectionSectionHeader.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CollectionSectionHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/CollectionSectionHeader/CollectionSectionHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAiB,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AACvE,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,OAAO,EAAE,MAAM,iCAAiC,CAAC;AAE1D,MAAM,WAAW,4BACf,SAAQ,IAAI,CAAC,kBAAkB,EAAE,MAAM,GAAG,UAAU,CAAC;IACrD,OAAO,EAAE,OAAO,CAAC;IACjB,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,eAAO,MAAM,uBAAuB,kDAKjC,4BAA4B,sBAgB9B,CAAC"}
@@ -0,0 +1,21 @@
1
+ import { CtaBaseProps } from '../CtaProps';
2
+ export interface Section {
3
+ /**
4
+ * A unique identifier for the section.
5
+ * @external
6
+ */
7
+ id: string;
8
+ /**
9
+ * A title for the section.
10
+ * @external
11
+ */
12
+ title: string;
13
+ /**
14
+ * A primary call to action for the section.
15
+ * @overrideType [CtaBaseProps](./?path=/story/common-types--ctabaseprops)
16
+ * @external
17
+ */
18
+ primaryAction?: CtaBaseProps;
19
+ }
20
+ export type RenderSection<T> = (item: T) => Section;
21
+ //# sourceMappingURL=CollectionSectionHeader.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CollectionSectionHeader.types.d.ts","sourceRoot":"","sources":["../../../../src/components/CollectionSectionHeader/CollectionSectionHeader.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAE3C,MAAM,WAAW,OAAO;IACtB;;;OAGG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;OAGG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,aAAa,CAAC,EAAE,YAAY,CAAC;CAC9B;AACD,MAAM,MAAM,aAAa,CAAC,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,KAAK,OAAO,CAAC"}
@@ -1,9 +1,9 @@
1
1
  import { UniDriver } from '@wix/wix-ui-test-utils/unidriver';
2
- export declare function GridSectionHeaderUniDriver(base: UniDriver, body: UniDriver): {
2
+ export declare function CollectionSectionHeaderUniDriver(base: UniDriver, body: UniDriver): {
3
3
  getPrimaryAction: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
4
4
  getTitle: () => Promise<string>;
5
5
  exists: () => Promise<boolean>;
6
6
  element: () => Promise<any>;
7
7
  click: () => Promise<void>;
8
8
  };
9
- //# sourceMappingURL=GridSectionHeader.uni.driver.d.ts.map
9
+ //# sourceMappingURL=CollectionSectionHeader.uni.driver.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CollectionSectionHeader.uni.driver.d.ts","sourceRoot":"","sources":["../../../../src/components/CollectionSectionHeader/CollectionSectionHeader.uni.driver.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;AAM7D,wBAAgB,gCAAgC,CAC9C,IAAI,EAAE,SAAS,EACf,IAAI,EAAE,SAAS;;;;;;EAUhB"}
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { Section } from './CollectionSectionHeader.types';
3
+ export interface CollectionSectionHeaderActionBarProps {
4
+ section: Section;
5
+ biComponentType: string;
6
+ }
7
+ export declare const CollectionSectionHeaderActionBar: ({ section, biComponentType, }: CollectionSectionHeaderActionBarProps) => React.JSX.Element;
8
+ //# sourceMappingURL=CollectionSectionHeaderActionBar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CollectionSectionHeaderActionBar.d.ts","sourceRoot":"","sources":["../../../../src/components/CollectionSectionHeader/CollectionSectionHeaderActionBar.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,OAAO,EAAE,MAAM,iCAAiC,CAAC;AAI1D,MAAM,WAAW,qCAAqC;IACpD,OAAO,EAAE,OAAO,CAAC;IACjB,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,eAAO,MAAM,gCAAgC,kCAG1C,qCAAqC,sBA8BvC,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { CollectionSectionHeader, CollectionSectionHeaderProps, } from './CollectionSectionHeader';
2
+ export * from './CollectionSectionHeader.types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/CollectionSectionHeader/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,uBAAuB,EACvB,4BAA4B,GAC7B,MAAM,2BAA2B,CAAC;AAEnC,cAAc,iCAAiC,CAAC"}
@@ -77,6 +77,7 @@ export interface CollectionTableBaseProps<T, F extends FiltersMap> extends Colle
77
77
  }
78
78
  export interface CollectionTableProps<T, F extends FiltersMap> extends CollectionTableBaseProps<T, F> {
79
79
  state: TableState<T, F>;
80
+ keyedItems?: KeyedItem<T>[];
80
81
  }
81
82
  declare function _CollectionTable<T, F extends FiltersMap = FiltersMap>(props: CollectionTableProps<T, F>): React.JSX.Element;
82
83
  export declare const CollectionTable: typeof _CollectionTable & {
@@ -1 +1 @@
1
- {"version":3,"file":"CollectionTable.d.ts","sourceRoot":"","sources":["../../../../src/components/CollectionTable/CollectionTable.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAE5C,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAEtD,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAEzC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAChE,OAAO,EAEL,gCAAgC,EACjC,MAAM,2BAA2B,CAAC;AAInC,OAAO,EACL,yBAAyB,EACzB,2BAA2B,EAG5B,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAClF,OAAO,EACL,KAAK,oBAAoB,EAEzB,KAAK,iBAAiB,EACvB,MAAM,kBAAkB,CAAC;AAE1B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAO3C,MAAM,WAAW,wBAAwB,CAAC,CAAC,EAAE,CAAC,SAAS,UAAU,CAC/D,SAAQ,gCAAgC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,EAC/C,8BAA8B,CAAC,CAAC,EAAE,CAAC,CAAC;IACtC;;;;OAIG;IACH,OAAO,EAAE,WAAW,CAAC,CAAC,CAAC,EAAE,CAAC;IAE1B;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;;OAGG;IACH,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9C;;OAEG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC;IAE5B;;;;;OAKG;IACH,WAAW,CAAC,EAAE,oBAAoB,CAAC;IAEnC;;OAEG;IACH,aAAa,CAAC,EAAE,iBAAiB,GAAG,oBAAoB,CAAC;IAEzD,IAAI,CAAC,EAAE,WAAW,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IAEzB;;;OAGG;IACH,sBAAsB,CAAC,EAAE,CAAC,OAAO,EAAE,SAAS,CAAC,CAAC,CAAC,KAAK,MAAM,GAAG,SAAS,CAAC;IAEvE;;;;;;;;;;;;;;OAcG;IACH,iBAAiB,CAAC,EAAE,2BAA2B,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IACtD;;;;;;;;;OASG;IACH,eAAe,CAAC,EAAE,yBAAyB,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;CACnD;AAED,MAAM,WAAW,oBAAoB,CAAC,CAAC,EAAE,CAAC,SAAS,UAAU,CAC3D,SAAQ,wBAAwB,CAAC,CAAC,EAAE,CAAC,CAAC;IACtC,KAAK,EAAE,UAAU,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;CACzB;AAED,iBAAS,gBAAgB,CAAC,CAAC,EAAE,CAAC,SAAS,UAAU,GAAG,UAAU,EAC5D,KAAK,EAAE,oBAAoB,CAAC,CAAC,EAAE,CAAC,CAAC,qBA8QlC;AAED,eAAO,MAAM,eAAe;;CAA6B,CAAC"}
1
+ {"version":3,"file":"CollectionTable.d.ts","sourceRoot":"","sources":["../../../../src/components/CollectionTable/CollectionTable.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAE5C,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAEtD,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAEzC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAChE,OAAO,EAEL,gCAAgC,EACjC,MAAM,2BAA2B,CAAC;AAInC,OAAO,EACL,yBAAyB,EACzB,2BAA2B,EAG5B,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAClF,OAAO,EACL,KAAK,oBAAoB,EAEzB,KAAK,iBAAiB,EACvB,MAAM,kBAAkB,CAAC;AAE1B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAO3C,MAAM,WAAW,wBAAwB,CAAC,CAAC,EAAE,CAAC,SAAS,UAAU,CAC/D,SAAQ,gCAAgC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,EAC/C,8BAA8B,CAAC,CAAC,EAAE,CAAC,CAAC;IACtC;;;;OAIG;IACH,OAAO,EAAE,WAAW,CAAC,CAAC,CAAC,EAAE,CAAC;IAE1B;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;;OAGG;IACH,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9C;;OAEG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC;IAE5B;;;;;OAKG;IACH,WAAW,CAAC,EAAE,oBAAoB,CAAC;IAEnC;;OAEG;IACH,aAAa,CAAC,EAAE,iBAAiB,GAAG,oBAAoB,CAAC;IAEzD,IAAI,CAAC,EAAE,WAAW,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IAEzB;;;OAGG;IACH,sBAAsB,CAAC,EAAE,CAAC,OAAO,EAAE,SAAS,CAAC,CAAC,CAAC,KAAK,MAAM,GAAG,SAAS,CAAC;IAEvE;;;;;;;;;;;;;;OAcG;IACH,iBAAiB,CAAC,EAAE,2BAA2B,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IACtD;;;;;;;;;OASG;IACH,eAAe,CAAC,EAAE,yBAAyB,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;CACnD;AAED,MAAM,WAAW,oBAAoB,CAAC,CAAC,EAAE,CAAC,SAAS,UAAU,CAC3D,SAAQ,wBAAwB,CAAC,CAAC,EAAE,CAAC,CAAC;IACtC,KAAK,EAAE,UAAU,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IACxB,UAAU,CAAC,EAAE,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC;CAC7B;AAED,iBAAS,gBAAgB,CAAC,CAAC,EAAE,CAAC,SAAS,UAAU,GAAG,UAAU,EAC5D,KAAK,EAAE,oBAAoB,CAAC,CAAC,EAAE,CAAC,CAAC,qBAgRlC;AAED,eAAO,MAAM,eAAe;;CAA6B,CAAC"}
@@ -41,6 +41,7 @@ export interface CollectionTableWSRTableProps<U, T, F extends FiltersMap> extend
41
41
  sticky: boolean;
42
42
  columns: WSRTableColumn<KeyedItem<U>>[];
43
43
  onRowClick?: (item: KeyedItem<U>, index: number) => void;
44
+ keyedItems?: KeyedItem<U>[];
44
45
  }
45
46
  declare function _CollectionTableWSRTable<U, T, F extends FiltersMap = FiltersMap>(props: CollectionTableWSRTableProps<U, T, F>): React.JSX.Element;
46
47
  export declare const CollectionTableWSRTable: typeof _CollectionTableWSRTable & {
@@ -1 +1 @@
1
- {"version":3,"file":"CollectionTableWSRTable.d.ts","sourceRoot":"","sources":["../../../../src/components/CollectionTable/CollectionTableWSRTable.tsx"],"names":[],"mappings":"AAAA,OAAO,EAGL,WAAW,IAAI,cAAc,EAC7B,UAAU,EACX,MAAM,oBAAoB,CAAC;AAC5B,OAAO,KAAK,EAAE,EACZ,aAAa,EACb,yBAAyB,EACzB,YAAY,EAEb,MAAM,OAAO,CAAC;AAEf,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAGtD,OAAO,EAAE,UAAU,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAGjE,OAAO,EAAE,0BAA0B,EAAE,MAAM,sBAAsB,CAAC;AAClE,OAAO,EAAE,+BAA+B,EAAE,MAAM,0BAA0B,CAAC;AAK3E,MAAM,WAAW,gCAAgC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,SAAS,UAAU,CAC1E,SAAQ,0BAA0B,CAAC,CAAC,EAAE,CAAC,CAAC,EACtC,+BAA+B,EAC/B,IAAI,CACF,UAAU,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,EACtB,SAAS,GACT,MAAM,GACN,aAAa,GACb,YAAY,GACZ,WAAW,GACX,aAAa,GACb,cAAc,GACd,uBAAuB,GACvB,2BAA2B,CAC9B;IACH,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,0BAA0B,CAAC,EAAE,OAAO,CAAC;IAErC;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAEhC;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,yBAAyB,CAAC,EAAE,OAAO,CAAC;IAEpC,eAAe,CAAC,EAAE,aAAa,CAAC;QAAE,QAAQ,EAAE,YAAY,EAAE,CAAA;KAAE,CAAC,CAAC;IAE9D,aAAa,CAAC,EAAE,yBAAyB,CAAC;QACxC,QAAQ,EAAE,YAAY,EAAE,CAAC;QACzB,OAAO,EAAE,GAAG,CAAC;QACb,SAAS,EAAE,MAAM,CAAC;KACnB,CAAC,CAAC;CACJ;AAED,MAAM,WAAW,4BAA4B,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,SAAS,UAAU,CACtE,SAAQ,gCAAgC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;IACjD,KAAK,EAAE;QACL,UAAU,EAAE,UAAU,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;QAC7B,OAAO,EAAE,sBAAsB,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;QACtC,UAAU,EAAE,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC;KAC5B,CAAC;IAEF,MAAM,EAAE,OAAO,CAAC;IAEhB,OAAO,EAAE,cAAc,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;IACxC,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CAC1D;AAED,iBAAS,wBAAwB,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,SAAS,UAAU,GAAG,UAAU,EACvE,KAAK,EAAE,4BAA4B,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,qBAoM7C;AAED,eAAO,MAAM,uBAAuB;;CAAqC,CAAC"}
1
+ {"version":3,"file":"CollectionTableWSRTable.d.ts","sourceRoot":"","sources":["../../../../src/components/CollectionTable/CollectionTableWSRTable.tsx"],"names":[],"mappings":"AAAA,OAAO,EAGL,WAAW,IAAI,cAAc,EAC7B,UAAU,EACX,MAAM,oBAAoB,CAAC;AAC5B,OAAO,KAAK,EAAE,EACZ,aAAa,EACb,yBAAyB,EACzB,YAAY,EAEb,MAAM,OAAO,CAAC;AAEf,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAGtD,OAAO,EAAE,UAAU,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAGjE,OAAO,EAAE,0BAA0B,EAAE,MAAM,sBAAsB,CAAC;AAClE,OAAO,EAAE,+BAA+B,EAAE,MAAM,0BAA0B,CAAC;AAK3E,MAAM,WAAW,gCAAgC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,SAAS,UAAU,CAC1E,SAAQ,0BAA0B,CAAC,CAAC,EAAE,CAAC,CAAC,EACtC,+BAA+B,EAC/B,IAAI,CACF,UAAU,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,EACtB,SAAS,GACT,MAAM,GACN,aAAa,GACb,YAAY,GACZ,WAAW,GACX,aAAa,GACb,cAAc,GACd,uBAAuB,GACvB,2BAA2B,CAC9B;IACH,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,0BAA0B,CAAC,EAAE,OAAO,CAAC;IAErC;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAEhC;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,yBAAyB,CAAC,EAAE,OAAO,CAAC;IAEpC,eAAe,CAAC,EAAE,aAAa,CAAC;QAAE,QAAQ,EAAE,YAAY,EAAE,CAAA;KAAE,CAAC,CAAC;IAE9D,aAAa,CAAC,EAAE,yBAAyB,CAAC;QACxC,QAAQ,EAAE,YAAY,EAAE,CAAC;QACzB,OAAO,EAAE,GAAG,CAAC;QACb,SAAS,EAAE,MAAM,CAAC;KACnB,CAAC,CAAC;CACJ;AAED,MAAM,WAAW,4BAA4B,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,SAAS,UAAU,CACtE,SAAQ,gCAAgC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;IACjD,KAAK,EAAE;QACL,UAAU,EAAE,UAAU,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;QAC7B,OAAO,EAAE,sBAAsB,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;QACtC,UAAU,EAAE,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC;KAC5B,CAAC;IAEF,MAAM,EAAE,OAAO,CAAC;IAEhB,OAAO,EAAE,cAAc,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;IACxC,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACzD,UAAU,CAAC,EAAE,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC;CAC7B;AAED,iBAAS,wBAAwB,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,SAAS,UAAU,GAAG,UAAU,EACvE,KAAK,EAAE,4BAA4B,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,qBAsM7C;AAED,eAAO,MAAM,uBAAuB;;CAAqC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ViewsDropdown.st.css.d.ts","sourceRoot":"","sources":["../../../../src/components/CollectionViewsDropdown/ViewsDropdown.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,cAAU,CAAC;AAC3B,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;CAA2C,CAAC;AAC9D,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI,IAAK,CAAC"}
1
+ {"version":3,"file":"ViewsDropdown.st.css.d.ts","sourceRoot":"","sources":["../../../../src/components/CollectionViewsDropdown/ViewsDropdown.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,cAAU,CAAC;AAC3B,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;CAA0C,CAAC;AAC7D,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI,IAAK,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"DragHandle.st.css.d.ts","sourceRoot":"","sources":["../../../../src/components/DragHandle/DragHandle.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,cAAU,CAAC;AAC3B,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;CAAwC,CAAC;AAC3D,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI,IAAK,CAAC"}
1
+ {"version":3,"file":"DragHandle.st.css.d.ts","sourceRoot":"","sources":["../../../../src/components/DragHandle/DragHandle.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,cAAU,CAAC;AAC3B,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;CAAsC,CAAC;AACzD,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI,IAAK,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"EntityPagePlain.st.css.d.ts","sourceRoot":"","sources":["../../../../src/components/EntityPage/EntityPagePlain.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,cAAU,CAAC;AAC3B,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;CAA6C,CAAC;AAChE,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI;;CAAgF,CAAC"}
1
+ {"version":3,"file":"EntityPagePlain.st.css.d.ts","sourceRoot":"","sources":["../../../../src/components/EntityPage/EntityPagePlain.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,cAAU,CAAC;AAC3B,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;CAA4C,CAAC;AAC/D,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI;;CAAgF,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Fade.st.css.d.ts","sourceRoot":"","sources":["../../../../src/components/Fade/Fade.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,cAAU,CAAC;AAC3B,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;CAAiC,CAAC;AACpD,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI,IAAK,CAAC"}
1
+ {"version":3,"file":"Fade.st.css.d.ts","sourceRoot":"","sources":["../../../../src/components/Fade/Fade.st.css.ts"],"names":[],"mappings":"AAUA,eAAO,IAAI,SAAS,+BAAwC,CAAC;AAC7D,eAAO,IAAI,KAAK,cAAU,CAAC;AAC3B,eAAO,IAAI,EAAE,EAAE,OAAO,mBAAmB,EAAE,UAAoB,CAAC;AAEhE,eAAO,IAAI,SAAS,QAAc,CAAC;AACnC,eAAO,IAAI,OAAO;;CAAkC,CAAC;AACrD,eAAO,IAAI,SAAS,IAAK,CAAC;AAC1B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,UAAU,IAAK,CAAC;AAC3B,eAAO,IAAI,MAAM,IAAK,CAAC;AACvB,eAAO,IAAI,IAAI,IAAK,CAAC"}