@leav/ui 0.3.6-df40eff → 0.3.6-e865e1b

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 (279) hide show
  1. package/dist/__mocks__/common/form.d.ts +11 -5
  2. package/dist/__mocks__/common/form.js +18 -2
  3. package/dist/__mocks__/common/form.js.map +1 -1
  4. package/dist/__mocks__/common/record.d.ts +13 -2
  5. package/dist/__mocks__/common/record.js.map +1 -1
  6. package/dist/_gqlTypes/index.d.ts +65 -36
  7. package/dist/_gqlTypes/index.js +59 -8
  8. package/dist/_gqlTypes/index.js.map +1 -1
  9. package/dist/components/CreateDirectory/CreateDirectory.js +1 -1
  10. package/dist/components/CreateDirectory/CreateDirectory.js.map +1 -1
  11. package/dist/components/EditApplication/EditApplication.js +2 -2
  12. package/dist/components/EditApplication/EditApplication.js.map +1 -1
  13. package/dist/components/EditApplication/_types.d.ts +2 -2
  14. package/dist/components/Explorer/DataView.d.ts +9 -1
  15. package/dist/components/Explorer/DataView.js +30 -14
  16. package/dist/components/Explorer/DataView.js.map +1 -1
  17. package/dist/components/Explorer/Explorer.d.ts +3 -0
  18. package/dist/components/Explorer/Explorer.js +44 -21
  19. package/dist/components/Explorer/Explorer.js.map +1 -1
  20. package/dist/components/Explorer/IdCard.d.ts +7 -0
  21. package/dist/components/Explorer/IdCard.js +15 -0
  22. package/dist/components/Explorer/IdCard.js.map +1 -0
  23. package/dist/components/Explorer/TableCell.d.ts +2 -1
  24. package/dist/components/Explorer/TableCell.js +123 -20
  25. package/dist/components/Explorer/TableCell.js.map +1 -1
  26. package/dist/components/Explorer/TableTagGroup.d.ts +7 -0
  27. package/dist/components/Explorer/TableTagGroup.js +30 -0
  28. package/dist/components/Explorer/TableTagGroup.js.map +1 -0
  29. package/dist/components/Explorer/_queries/useExplorerData.d.ts +17 -2
  30. package/dist/components/Explorer/_queries/useExplorerData.js +23 -9
  31. package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -1
  32. package/dist/components/Explorer/_types.d.ts +7 -4
  33. package/dist/components/Explorer/index.d.ts +1 -3
  34. package/dist/components/Explorer/index.js +1 -3
  35. package/dist/components/Explorer/index.js.map +1 -1
  36. package/dist/components/Explorer/{edit-settings → manage-view-settings/_shared}/ColumnItem.d.ts +1 -1
  37. package/dist/components/Explorer/{edit-settings → manage-view-settings/_shared}/ColumnItem.js +12 -5
  38. package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js.map +1 -0
  39. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.d.ts +11 -0
  40. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js +61 -0
  41. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js.map +1 -0
  42. package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.d.ts +6 -0
  43. package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.js +28 -0
  44. package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.js.map +1 -0
  45. package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.d.ts +6 -0
  46. package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js +56 -0
  47. package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js.map +1 -0
  48. package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.d.ts +8 -0
  49. package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.js +12 -0
  50. package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.js.map +1 -0
  51. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.d.ts +4 -0
  52. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js +89 -0
  53. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js.map +1 -0
  54. package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.d.ts +10 -0
  55. package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js +33 -0
  56. package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js.map +1 -0
  57. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/SimpleFilterDropDown.d.ts +8 -0
  58. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/SimpleFilterDropDown.js +100 -0
  59. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/SimpleFilterDropDown.js.map +1 -0
  60. package/dist/components/Explorer/manage-view-settings/index.d.ts +8 -0
  61. package/dist/components/Explorer/manage-view-settings/index.js +11 -0
  62. package/dist/components/Explorer/manage-view-settings/index.js.map +1 -0
  63. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js.map +1 -0
  64. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.js.map +1 -0
  65. package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/SidePanel.js +2 -2
  66. package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.js.map +1 -0
  67. package/dist/components/Explorer/manage-view-settings/open-view-settings/useEditSettings.js.map +1 -0
  68. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.d.ts +3 -0
  69. package/dist/components/Explorer/{edit-settings/useOpenSettings.js → manage-view-settings/open-view-settings/useOpenViewSettings.js} +7 -5
  70. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js.map +1 -0
  71. package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.js.map +1 -0
  72. package/dist/components/Explorer/{edit-settings → manage-view-settings/router-menu}/SettingsPanel.d.ts +1 -1
  73. package/dist/components/Explorer/{edit-settings → manage-view-settings/router-menu}/SettingsPanel.js +10 -10
  74. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js.map +1 -0
  75. package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.d.ts +4 -0
  76. package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js +109 -0
  77. package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js.map +1 -0
  78. package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.d.ts +10 -0
  79. package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.js +32 -0
  80. package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.js.map +1 -0
  81. package/dist/components/Explorer/{edit-settings/ViewSetingsContext.d.ts → manage-view-settings/store-view-settings/ViewSettingsContext.d.ts} +1 -2
  82. package/dist/components/Explorer/{edit-settings/ViewSetingsContext.js → manage-view-settings/store-view-settings/ViewSettingsContext.js} +1 -5
  83. package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.js.map +1 -0
  84. package/dist/components/Explorer/{edit-settings → manage-view-settings/store-view-settings}/useViewSettingsContext.js +1 -1
  85. package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.js.map +1 -0
  86. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.d.ts +4 -0
  87. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +13 -0
  88. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js.map +1 -0
  89. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.d.ts +135 -0
  90. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +164 -0
  91. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -0
  92. package/dist/components/Explorer/useEditAction.js +1 -0
  93. package/dist/components/Explorer/useEditAction.js.map +1 -1
  94. package/dist/components/Explorer/usePagination.d.ts +7 -0
  95. package/dist/components/Explorer/usePagination.js +25 -0
  96. package/dist/components/Explorer/usePagination.js.map +1 -0
  97. package/dist/components/Explorer/usePrimaryActions.d.ts +1 -9
  98. package/dist/components/Explorer/usePrimaryActions.js +4 -12
  99. package/dist/components/Explorer/usePrimaryActions.js.map +1 -1
  100. package/dist/components/Explorer/useSearchInput.d.ts +10 -0
  101. package/dist/components/Explorer/useSearchInput.js +31 -0
  102. package/dist/components/Explorer/useSearchInput.js.map +1 -0
  103. package/dist/components/Explorer/useTableScrollableHeight.d.ts +5 -0
  104. package/dist/components/Explorer/useTableScrollableHeight.js +15 -0
  105. package/dist/components/Explorer/useTableScrollableHeight.js.map +1 -0
  106. package/dist/components/ExportModal/ExportModal.js +2 -2
  107. package/dist/components/ExportModal/ExportModal.js.map +1 -1
  108. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js +5 -5
  109. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js.map +1 -1
  110. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js +2 -2
  111. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js.map +1 -1
  112. package/dist/components/RecordEdition/EditRecord/EditRecord.js +1 -1
  113. package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
  114. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +1 -1
  115. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
  116. package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +7 -20
  117. package/dist/components/RecordEdition/EditRecordContent/_types.js.map +1 -1
  118. package/dist/components/RecordEdition/EditRecordContent/antdUtils.d.ts +2 -1
  119. package/dist/components/RecordEdition/EditRecordContent/antdUtils.js +40 -33
  120. package/dist/components/RecordEdition/EditRecordContent/antdUtils.js.map +1 -1
  121. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.d.ts +1 -1
  122. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js +2 -2
  123. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js.map +1 -1
  124. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js +1 -1
  125. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js.map +1 -1
  126. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js +1 -1
  127. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js.map +1 -1
  128. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.d.ts +4 -0
  129. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js +25 -0
  130. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js.map +1 -0
  131. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.d.ts +3 -2
  132. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +165 -192
  133. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
  134. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.d.ts +2 -8
  135. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js +10 -29
  136. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js.map +1 -1
  137. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.d.ts +2 -13
  138. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js +33 -43
  139. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js.map +1 -1
  140. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.d.ts +3 -14
  141. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js +19 -47
  142. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js.map +1 -1
  143. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.d.ts +3 -14
  144. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js +9 -77
  145. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js.map +1 -1
  146. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.d.ts +3 -14
  147. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js +24 -46
  148. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js.map +1 -1
  149. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.d.ts +3 -14
  150. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +29 -50
  151. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js.map +1 -1
  152. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.d.ts +3 -14
  153. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js +43 -62
  154. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js.map +1 -1
  155. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.d.ts +3 -14
  156. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js +28 -50
  157. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js.map +1 -1
  158. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +14 -9
  159. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +64 -401
  160. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -1
  161. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/MonoValueSelect.d.ts +3 -2
  162. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/MonoValueSelect.js +23 -49
  163. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/MonoValueSelect.js.map +1 -1
  164. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.d.ts +2 -9
  165. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.d.ts +13 -0
  166. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.js +2 -0
  167. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.js.map +1 -0
  168. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.d.ts +42 -0
  169. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js +55 -0
  170. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js.map +1 -0
  171. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.d.ts +12 -0
  172. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js +31 -0
  173. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js.map +1 -0
  174. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js +2 -2
  175. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js.map +1 -1
  176. package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +4 -7
  177. package/dist/components/SelectTreeNode/SelectTreeNode.js +17 -135
  178. package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
  179. package/dist/components/SelectTreeNode/SelectTreeNodeContent.d.ts +16 -0
  180. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +131 -0
  181. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -0
  182. package/dist/components/SelectTreeNode/index.d.ts +1 -1
  183. package/dist/components/SelectTreeNode/index.js +1 -1
  184. package/dist/components/SelectTreeNode/index.js.map +1 -1
  185. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.d.ts +4 -7
  186. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js +10 -10
  187. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js.map +1 -1
  188. package/dist/components/SelectTreeNodeModal/index.d.ts +1 -2
  189. package/dist/components/SelectTreeNodeModal/index.js +1 -2
  190. package/dist/components/SelectTreeNodeModal/index.js.map +1 -1
  191. package/dist/components/UploadFiles/UploadFiles.js +1 -1
  192. package/dist/components/UploadFiles/UploadFiles.js.map +1 -1
  193. package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js +2 -2
  194. package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js.map +1 -1
  195. package/dist/hooks/useDebouncedValue/index.d.ts +1 -0
  196. package/dist/{components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler → hooks/useDebouncedValue}/index.js +1 -1
  197. package/dist/hooks/useDebouncedValue/index.js.map +1 -0
  198. package/dist/hooks/useGetRecordForm/useGetRecordForm.d.ts +1 -0
  199. package/dist/hooks/useGetRecordForm/useGetRecordForm.js.map +1 -1
  200. package/dist/locales/en/shared.json +44 -11
  201. package/dist/locales/fr/shared.json +44 -11
  202. package/package.json +3 -2
  203. package/dist/components/Explorer/edit-settings/ColumnItem.js.map +0 -1
  204. package/dist/components/Explorer/edit-settings/DisplayMode.d.ts +0 -6
  205. package/dist/components/Explorer/edit-settings/DisplayMode.js +0 -34
  206. package/dist/components/Explorer/edit-settings/DisplayMode.js.map +0 -1
  207. package/dist/components/Explorer/edit-settings/DisplayModeTable.d.ts +0 -6
  208. package/dist/components/Explorer/edit-settings/DisplayModeTable.js +0 -89
  209. package/dist/components/Explorer/edit-settings/DisplayModeTable.js.map +0 -1
  210. package/dist/components/Explorer/edit-settings/EditSettingsContext.js.map +0 -1
  211. package/dist/components/Explorer/edit-settings/EditSettingsContextProvider.js.map +0 -1
  212. package/dist/components/Explorer/edit-settings/SettingItem.js.map +0 -1
  213. package/dist/components/Explorer/edit-settings/SettingsPanel.js.map +0 -1
  214. package/dist/components/Explorer/edit-settings/SidePanel.js.map +0 -1
  215. package/dist/components/Explorer/edit-settings/ViewSetingsContext.js.map +0 -1
  216. package/dist/components/Explorer/edit-settings/useEditSettings.js.map +0 -1
  217. package/dist/components/Explorer/edit-settings/useGetLibraryColumns.d.ts +0 -10
  218. package/dist/components/Explorer/edit-settings/useGetLibraryColumns.js +0 -24
  219. package/dist/components/Explorer/edit-settings/useGetLibraryColumns.js.map +0 -1
  220. package/dist/components/Explorer/edit-settings/useOpenSettings.d.ts +0 -1
  221. package/dist/components/Explorer/edit-settings/useOpenSettings.js.map +0 -1
  222. package/dist/components/Explorer/edit-settings/useViewSettingsContext.js.map +0 -1
  223. package/dist/components/Explorer/edit-settings/viewSettingsReducer.d.ts +0 -43
  224. package/dist/components/Explorer/edit-settings/viewSettingsReducer.js +0 -58
  225. package/dist/components/Explorer/edit-settings/viewSettingsReducer.js.map +0 -1
  226. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.d.ts +0 -2
  227. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.js +0 -6
  228. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.js.map +0 -1
  229. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.d.ts +0 -138
  230. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js +0 -361
  231. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js.map +0 -1
  232. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.d.ts +0 -7
  233. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.js +0 -9
  234. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.js.map +0 -1
  235. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.d.ts +0 -1
  236. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.js +0 -7
  237. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.js.map +0 -1
  238. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.d.ts +0 -3
  239. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js +0 -14
  240. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js.map +0 -1
  241. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.d.ts +0 -3
  242. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js +0 -22
  243. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js.map +0 -1
  244. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.d.ts +0 -3
  245. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js +0 -22
  246. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js.map +0 -1
  247. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.d.ts +0 -3
  248. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js +0 -19
  249. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js.map +0 -1
  250. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.d.ts +0 -3
  251. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js +0 -32
  252. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js.map +0 -1
  253. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.d.ts +0 -3
  254. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js +0 -51
  255. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js.map +0 -1
  256. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.d.ts +0 -3
  257. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js +0 -26
  258. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js.map +0 -1
  259. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.d.ts +0 -13
  260. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.js +0 -90
  261. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.js.map +0 -1
  262. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.d.ts +0 -7
  263. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.js +0 -45
  264. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.js.map +0 -1
  265. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.d.ts +0 -9
  266. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.js +0 -141
  267. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.js.map +0 -1
  268. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.d.ts +0 -1
  269. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.js.map +0 -1
  270. /package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/EditSettingsContext.d.ts +0 -0
  271. /package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/EditSettingsContext.js +0 -0
  272. /package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/EditSettingsContextProvider.d.ts +0 -0
  273. /package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/EditSettingsContextProvider.js +0 -0
  274. /package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/SidePanel.d.ts +0 -0
  275. /package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/useEditSettings.d.ts +0 -0
  276. /package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/useEditSettings.js +0 -0
  277. /package/dist/components/Explorer/{edit-settings → manage-view-settings/router-menu}/SettingItem.d.ts +0 -0
  278. /package/dist/components/Explorer/{edit-settings → manage-view-settings/router-menu}/SettingItem.js +0 -0
  279. /package/dist/components/Explorer/{edit-settings → manage-view-settings/store-view-settings}/useViewSettingsContext.d.ts +0 -0
@@ -0,0 +1,100 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ // Copyright LEAV Solutions 2017 until 2023/11/05, Copyright Aristid from 2023/11/06
3
+ // This file is released under LGPL V3
4
+ // License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
5
+ import { useSharedTranslation } from '../../../../../hooks/useSharedTranslation';
6
+ import { KitButton, KitDivider, KitInput, KitSelect, KitSpace } from 'aristid-ds';
7
+ import { FaCheck, FaClock, FaTrash } from 'react-icons/fa';
8
+ import { useViewSettingsContext } from '../../store-view-settings/useViewSettingsContext';
9
+ import { ViewSettingsActionTypes } from '../../store-view-settings/viewSettingsReducer';
10
+ import styled from 'styled-components';
11
+ // TODO : This is an exemple file showing ho to customize dropdown Panel content. Don't mind the content of the file, missing types,... it's just an example.
12
+ const conditions = [
13
+ {
14
+ label: 'Egal à',
15
+ value: 'eq'
16
+ },
17
+ {
18
+ label: 'Différent de',
19
+ value: 'neq'
20
+ },
21
+ {
22
+ label: 'Commence par',
23
+ value: 'start'
24
+ },
25
+ {
26
+ label: 'Contient',
27
+ value: 'contains'
28
+ },
29
+ {
30
+ label: 'Ne contient pas',
31
+ value: 'not_contains'
32
+ },
33
+ {
34
+ label: 'Est dans la liste',
35
+ value: 'in'
36
+ },
37
+ {
38
+ label: "N'est pas dans la liste",
39
+ value: 'not_in'
40
+ }
41
+ ];
42
+ const attributeValuesList = ['Value 1', 'Value 2', 'Value 3', 'Value 4', 'Value 5'];
43
+ const ValueListItemValueLi = styled.li `
44
+ display: flex;
45
+ align-items: center;
46
+ min-height: 32px;
47
+ height: 32px;
48
+ border-radius: calc(var(--general-border-radius-s) * 1px);
49
+ cursor: pointer;
50
+
51
+ &.selected {
52
+ color: var(--components-Icon-colors-icon-on, var(--general-utilities-main-default));
53
+ background-color: var(--components-Icon-colors-background-on, var(--general-utilities-main-light));
54
+ }
55
+
56
+ .label {
57
+ flex: 1;
58
+ padding: 0 calc(var(--general-spacing-xs) * 1px);
59
+ }
60
+
61
+ .check {
62
+ flex: 0;
63
+ padding: 0 calc(var(--general-spacing-xs) * 1px);
64
+ }
65
+ `;
66
+ export const SimpleFilterDropdown = ({ filter, attribute }) => {
67
+ const { t } = useSharedTranslation();
68
+ const { dispatch } = useViewSettingsContext();
69
+ const updateFilter = data => {
70
+ dispatch({
71
+ type: ViewSettingsActionTypes.CHANGE_FILTER_CONFIG,
72
+ payload: {
73
+ id: filter.id,
74
+ field: filter.field,
75
+ condition: data.condition,
76
+ values: data.values
77
+ }
78
+ });
79
+ };
80
+ const onconditionChanged = condition => {
81
+ updateFilter({ ...filter, condition });
82
+ };
83
+ const onValueClick = value => {
84
+ let newValues = [...filter.values];
85
+ if (filter.values.includes(value)) {
86
+ newValues = filter.values.filter(v => v !== value);
87
+ }
88
+ else {
89
+ if (attribute.multiple_values) {
90
+ newValues = [...filter.values, value];
91
+ }
92
+ else {
93
+ newValues = [value];
94
+ }
95
+ }
96
+ updateFilter({ ...filter, values: newValues });
97
+ };
98
+ return (_jsxs(KitSpace, { size: "xxs", direction: "vertical", children: [_jsx(KitSelect, { options: conditions, onChange: onconditionChanged, value: filter.condition }), _jsx(KitInput, { placeholder: String(t('search')) }), _jsx("ul", { children: attributeValuesList.map(value => (_jsxs(ValueListItemValueLi, { onClick: () => onValueClick(value), className: filter.values.includes(value) ? 'selected' : '', children: [_jsx("span", { className: "label", children: value }), filter.values.includes(value) && (_jsx("span", { className: "check", children: _jsx(FaCheck, {}) }))] }, value))) }), _jsx(KitDivider, { noMargin: true }), _jsx(KitButton, { type: "link", icon: _jsx(FaClock, {}), children: "R\u00E9initialiser le filtre" }), _jsx(KitButton, { type: "link", icon: _jsx(FaTrash, {}), children: "Supprimer" })] }));
99
+ };
100
+ //# sourceMappingURL=SimpleFilterDropDown.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SimpleFilterDropDown.js","sourceRoot":"","sources":["../../../../../../src/components/Explorer/manage-view-settings/filter-items/filter-type/SimpleFilterDropDown.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,8 @@
1
+ export { viewSettingsReducer, ViewSettingsActionTypes } from './store-view-settings/viewSettingsReducer';
2
+ export type { IViewSettingsState, IViewSettingsAction } from './store-view-settings/viewSettingsReducer';
3
+ export { ViewSettingsContext } from './store-view-settings/ViewSettingsContext';
4
+ export { viewSettingsInitialState, defaultPageSizeOptions } from './store-view-settings/viewSettingsInitialState';
5
+ export { useOpenViewSettings } from './open-view-settings/useOpenViewSettings';
6
+ export { SidePanel } from './open-view-settings/SidePanel';
7
+ export { useEditSettings } from './open-view-settings/useEditSettings';
8
+ export { EditSettingsContextProvider } from './open-view-settings/EditSettingsContextProvider';
@@ -0,0 +1,11 @@
1
+ // Copyright LEAV Solutions 2017 until 2023/11/05, Copyright Aristid from 2023/11/06
2
+ // This file is released under LGPL V3
3
+ // License text available at https://www.gnu.org/licenses/lgpl-3.0.txtexport {useViewSettingsContext} from './store-view-settings/useViewSettingsContext';
4
+ export { viewSettingsReducer, ViewSettingsActionTypes } from './store-view-settings/viewSettingsReducer';
5
+ export { ViewSettingsContext } from './store-view-settings/ViewSettingsContext';
6
+ export { viewSettingsInitialState, defaultPageSizeOptions } from './store-view-settings/viewSettingsInitialState';
7
+ export { useOpenViewSettings } from './open-view-settings/useOpenViewSettings';
8
+ export { SidePanel } from './open-view-settings/SidePanel';
9
+ export { useEditSettings } from './open-view-settings/useEditSettings';
10
+ export { EditSettingsContextProvider } from './open-view-settings/EditSettingsContextProvider';
11
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/Explorer/manage-view-settings/index.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,sCAAsC;AACtC,0JAA0J;AAC1J,OAAO,EAAC,mBAAmB,EAAE,uBAAuB,EAAC,MAAM,2CAA2C,CAAC;AAEvG,OAAO,EAAC,mBAAmB,EAAC,MAAM,2CAA2C,CAAC;AAC9E,OAAO,EAAC,wBAAwB,EAAE,sBAAsB,EAAC,MAAM,gDAAgD,CAAC;AAEhH,OAAO,EAAC,mBAAmB,EAAC,MAAM,0CAA0C,CAAC;AAC7E,OAAO,EAAC,SAAS,EAAC,MAAM,gCAAgC,CAAC;AACzD,OAAO,EAAC,eAAe,EAAC,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAAC,2BAA2B,EAAC,MAAM,kDAAkD,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EditSettingsContext.js","sourceRoot":"","sources":["../../../../../src/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,EAAC,aAAa,EAAY,MAAM,OAAO,CAAC;AAe/C,MAAM,CAAC,MAAM,mBAAmB,GAAG,aAAa,CAAuB;IACnE,iBAAiB,EAAE,GAAG,EAAE;QACpB,MAAM,IAAI,KAAK,CAAC,iBAAiB,CAAC,CAAC;IACvC,CAAC;IACD,cAAc,EAAE,IAAI;IACpB,YAAY,EAAE,IAAI;IAClB,OAAO,EAAE,GAAG,EAAE;QACV,MAAM,IAAI,KAAK,CAAC,iBAAiB,CAAC,CAAC;IACvC,CAAC;CACJ,CAAC,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EditSettingsContextProvider.js","sourceRoot":"","sources":["../../../../../src/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.tsx"],"names":[],"mappings":";AAAA,oFAAoF;AACpF,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,EAAoB,QAAQ,EAAC,MAAM,OAAO,CAAC;AAClD,OAAO,EAAC,mBAAmB,EAAuB,MAAM,uBAAuB,CAAC;AAMhF,MAAM,CAAC,MAAM,2BAA2B,GAAyD,CAAC,EAC9F,QAAQ,EACR,YAAY,EACf,EAAE,EAAE;IACD,MAAM,CAAC,cAAc,EAAE,iBAAiB,CAAC,GAAG,QAAQ,CAAyC,IAAI,CAAC,CAAC;IACnG,MAAM,OAAO,GAAG,GAAG,EAAE,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAC;IAE9C,OAAO,CACH,KAAC,mBAAmB,CAAC,QAAQ,IACzB,KAAK,EAAE;YACH,cAAc;YACd,iBAAiB;YACjB,YAAY,EAAE,YAAY,IAAI,IAAI;YAClC,OAAO;SACV,YAEA,QAAQ,GACkB,CAClC,CAAC;AACN,CAAC,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { KitSidePanel } from 'aristid-ds';
3
3
  import { useEditSettings } from './useEditSettings';
4
- import { useSharedTranslation } from '../../../hooks/useSharedTranslation';
4
+ import { useSharedTranslation } from '../../../../hooks/useSharedTranslation';
5
5
  export const SidePanel = () => {
6
6
  const { t } = useSharedTranslation();
7
7
  const { activeSettings, onClose } = useEditSettings();
@@ -12,7 +12,7 @@ export const SidePanel = () => {
12
12
  const makeA11yBackButton = {
13
13
  title: String(t('explorer.back')) /* TODO: avoid transform null to 'null' */
14
14
  };
15
- return (_jsx(KitSidePanel, { style: { zIndex: '10000' }, initialOpen: true, floating: true, closable: true, idCardProps: { title: activeSettings.title }, leftActionProps: activeSettings.onClickLeftButton
15
+ return (_jsx(KitSidePanel, { initialOpen: true, floating: true, closable: true, idCardProps: { title: activeSettings.title }, leftActionProps: activeSettings.onClickLeftButton
16
16
  ? { onClick: activeSettings.onClickLeftButton, ...makeA11yBackButton }
17
17
  : undefined, onClose: onClose, children: activeSettings.content }));
18
18
  };
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidePanel.js","sourceRoot":"","sources":["../../../../../src/components/Explorer/manage-view-settings/open-view-settings/SidePanel.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAC,YAAY,EAAC,MAAM,YAAY,CAAC;AACxC,OAAO,EAAC,eAAe,EAAC,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAC,oBAAoB,EAAC,MAAM,gCAAgC,CAAC;AAEpE,MAAM,CAAC,MAAM,SAAS,GAAsB,GAAG,EAAE;IAC7C,MAAM,EAAC,CAAC,EAAC,GAAG,oBAAoB,EAAE,CAAC;IAEnC,MAAM,EAAC,cAAc,EAAE,OAAO,EAAC,GAAG,eAAe,EAAE,CAAC;IAEpD,IAAI,CAAC,cAAc,EAAE,CAAC;QAClB,OAAO,IAAI,CAAC;IAChB,CAAC;IAED,gEAAgE;IAEhE,MAAM,kBAAkB,GAA4C;QAChE,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,CAAC,0CAA0C;KAC/E,CAAC;IAEF,OAAO,CACH,KAAC,YAAY,IACT,WAAW,QACX,QAAQ,QACR,QAAQ,QACR,WAAW,EAAE,EAAC,KAAK,EAAE,cAAc,CAAC,KAAK,EAAC,EAC1C,eAAe,EACX,cAAc,CAAC,iBAAiB;YAC5B,CAAC,CAAC,EAAC,OAAO,EAAE,cAAc,CAAC,iBAAiB,EAAE,GAAG,kBAAkB,EAAC;YACpE,CAAC,CAAC,SAAS,EAEnB,OAAO,EAAE,OAAO,YAEf,cAAc,CAAC,OAAO,GACZ,CAClB,CAAC;AACN,CAAC,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useEditSettings.js","sourceRoot":"","sources":["../../../../../src/components/Explorer/manage-view-settings/open-view-settings/useEditSettings.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,EAAC,UAAU,EAAC,MAAM,OAAO,CAAC;AACjC,OAAO,EAAC,mBAAmB,EAAC,MAAM,uBAAuB,CAAC;AAE1D,MAAM,CAAC,MAAM,eAAe,GAAG,GAAG,EAAE,CAAC,UAAU,CAAC,mBAAmB,CAAC,CAAC"}
@@ -0,0 +1,3 @@
1
+ export declare const useOpenViewSettings: (library: string) => {
2
+ viewSettingsButton: JSX.Element;
3
+ };
@@ -4,16 +4,18 @@ import { jsx as _jsx } from "react/jsx-runtime";
4
4
  // License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
5
5
  import { KitButton } from 'aristid-ds';
6
6
  import { FaSlidersH } from 'react-icons/fa';
7
- import { useSharedTranslation } from '../../../hooks/useSharedTranslation';
8
- import { SettingsPanel } from './SettingsPanel';
7
+ import { useSharedTranslation } from '../../../../hooks/useSharedTranslation';
8
+ import { SettingsPanel } from '../router-menu/SettingsPanel';
9
9
  import { useEditSettings } from './useEditSettings';
10
- export const useOpenSettings = (library) => {
10
+ export const useOpenViewSettings = (library) => {
11
11
  const { setActiveSettings } = useEditSettings();
12
12
  const { t } = useSharedTranslation();
13
13
  const _openSettingsPanel = () => setActiveSettings({
14
14
  content: _jsx(SettingsPanel, { library: library }),
15
15
  title: t('explorer.settings')
16
16
  });
17
- return (_jsx(KitButton, { type: "tertiary", color: "neutral", icon: _jsx(FaSlidersH, {}), onClick: _openSettingsPanel, title: String(t('explorer.settings')) /* TODO: avoid transform null to 'null' */ }));
17
+ return {
18
+ viewSettingsButton: (_jsx(KitButton, { type: "tertiary", color: "neutral", icon: _jsx(FaSlidersH, {}), onClick: _openSettingsPanel, title: String(t('explorer.settings')) /* TODO: avoid transform null to 'null' */ }))
19
+ };
18
20
  };
19
- //# sourceMappingURL=useOpenSettings.js.map
21
+ //# sourceMappingURL=useOpenViewSettings.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useOpenViewSettings.js","sourceRoot":"","sources":["../../../../../src/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.tsx"],"names":[],"mappings":";AAAA,oFAAoF;AACpF,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,EAAC,SAAS,EAAC,MAAM,YAAY,CAAC;AACrC,OAAO,EAAC,UAAU,EAAC,MAAM,gBAAgB,CAAC;AAC1C,OAAO,EAAC,oBAAoB,EAAC,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAC,aAAa,EAAC,MAAM,8BAA8B,CAAC;AAC3D,OAAO,EAAC,eAAe,EAAC,MAAM,mBAAmB,CAAC;AAElD,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,OAAe,EAAE,EAAE;IACnD,MAAM,EAAC,iBAAiB,EAAC,GAAG,eAAe,EAAE,CAAC;IAC9C,MAAM,EAAC,CAAC,EAAC,GAAG,oBAAoB,EAAE,CAAC;IAEnC,MAAM,kBAAkB,GAAG,GAAG,EAAE,CAC5B,iBAAiB,CAAC;QACd,OAAO,EAAE,KAAC,aAAa,IAAC,OAAO,EAAE,OAAO,GAAI;QAC5C,KAAK,EAAE,CAAC,CAAC,mBAAmB,CAAC;KAChC,CAAC,CAAC;IAEP,OAAO;QACH,kBAAkB,EAAE,CAChB,KAAC,SAAS,IACN,IAAI,EAAC,UAAU,EACf,KAAK,EAAC,SAAS,EACf,IAAI,EAAE,KAAC,UAAU,KAAG,EACpB,OAAO,EAAE,kBAAkB,EAC3B,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,mBAAmB,CAAC,CAAC,CAAC,0CAA0C,GAClF,CACL;KACJ,CAAC;AACN,CAAC,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SettingItem.js","sourceRoot":"","sources":["../../../../../src/components/Explorer/manage-view-settings/router-menu/SettingItem.tsx"],"names":[],"mappings":";AAAA,oFAAoF;AACpF,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,EAAC,aAAa,EAAC,MAAM,YAAY,CAAC;AAEzC,OAAO,EAAC,cAAc,EAAC,MAAM,gBAAgB,CAAC;AAC9C,OAAO,MAAM,MAAM,mBAAmB,CAAC;AAEvC,MAAM,WAAW,GAAG,MAAM,CAAC,aAAa,CAAC,IAAI,CAAC,CAAA;;CAE7C,CAAC;AAEF,MAAM,uBAAuB,GAAG,MAAM,CAAC,EAAE,CAAA;;;;;;;;;;;;;;;;;;;;;;;;cAwB3B,WAAW;;;;;;;;;;;;;;;;;;CAkBxB,CAAC;AASF,MAAM,CAAC,MAAM,WAAW,GAAyC,CAAC,EAAC,IAAI,EAAE,KAAK,EAAE,KAAK,GAAG,EAAE,EAAE,OAAO,EAAC,EAAE,EAAE,CAAC,CACrG,KAAC,uBAAuB,cACpB,kBAAQ,OAAO,EAAE,OAAO,aACnB,IAAI,EACL,KAAC,aAAa,CAAC,IAAI,IAAC,IAAI,EAAC,WAAW,EAAC,QAAQ,QAAC,SAAS,EAAC,OAAO,YAC1D,KAAK,GACW,EACrB,KAAC,WAAW,IAAC,IAAI,EAAC,WAAW,EAAC,QAAQ,QAAC,SAAS,EAAC,OAAO,YACnD,KAAK,GACI,EACd,KAAC,cAAc,KAAG,IACb,GACa,CAC7B,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { FunctionComponent } from 'react';
2
- export type SettingsPanelPages = 'view-configuration' | 'display-mode';
2
+ export type SettingsPanelPages = 'router-menu' | 'configure-display' | 'sort-items' | 'filter-items';
3
3
  interface ISettingsPanelProps {
4
4
  library: string;
5
5
  }
@@ -6,10 +6,13 @@ import styled from 'styled-components';
6
6
  import { useState } from 'react';
7
7
  import { KitTypography } from 'aristid-ds';
8
8
  import { FaFilter, FaList, FaSortAlphaDown } from 'react-icons/fa';
9
- import { useSharedTranslation } from '../../../hooks/useSharedTranslation';
10
- import { DisplayMode } from './DisplayMode';
9
+ import { useSharedTranslation } from '../../../../hooks/useSharedTranslation';
10
+ import { useEditSettings } from '../open-view-settings/useEditSettings';
11
+ import { ConfigureDisplay } from '../configure-display/ConfigureDisplay';
12
+ import { SortItems } from '../sort-items/SortItems';
11
13
  import { SettingItem } from './SettingItem';
12
- import { useEditSettings } from './useEditSettings';
14
+ import { FilterItems } from '../filter-items/FilterItems';
15
+ import { useViewSettingsContext } from '../store-view-settings/useViewSettingsContext';
13
16
  const ContentWrapperStyledDiv = styled.div `
14
17
  display: flex;
15
18
  flex-direction: column;
@@ -21,7 +24,8 @@ const ConfigurationStyledMenu = styled.menu `
21
24
  export const SettingsPanel = ({ library }) => {
22
25
  const { t } = useSharedTranslation();
23
26
  const { setActiveSettings, activeSettings } = useEditSettings();
24
- const [currentPage, setCurrentPage] = useState('view-configuration');
27
+ const { view: { filters } } = useViewSettingsContext();
28
+ const [currentPage, setCurrentPage] = useState('router-menu');
25
29
  const _goToAdvancedSettingsPage = (page) => {
26
30
  if (!activeSettings) {
27
31
  throw Error('Should not be able to change side pane page if there is no side panel!');
@@ -38,16 +42,12 @@ export const SettingsPanel = ({ library }) => {
38
42
  pageName: page,
39
43
  title: t(`explorer.${page}`),
40
44
  onClickLeftButton: () => {
41
- const rootPanel = { pageName: 'view-configuration', title: t('explorer.settings') };
45
+ const rootPanel = { pageName: 'router-menu', title: t('explorer.settings') };
42
46
  _changePanelPage(rootPanel);
43
47
  }
44
48
  });
45
49
  };
46
50
  // TODO: look for MemoryRouter
47
- return (_jsxs(ContentWrapperStyledDiv, { children: [currentPage === 'view-configuration' && (_jsxs("nav", { children: [_jsx(KitTypography.Title, { level: "h4", children: t('explorer.view-configuration') }), _jsxs(ConfigurationStyledMenu, { children: [_jsx(SettingItem, { icon: _jsx(FaList, {}), title: t('explorer.display-mode'), onClick: () => _goToAdvancedSettingsPage('display-mode') }), _jsx(SettingItem, { icon: _jsx(FaFilter, {}), title: t('explorer.filters'), onClick: () => {
48
- /* TODO: not implemented yet */
49
- } }), _jsx(SettingItem, { icon: _jsx(FaSortAlphaDown, {}), title: t('explorer.sort'), onClick: () => {
50
- /* TODO: not implemented yet */
51
- } })] })] })), currentPage === 'display-mode' && _jsx(DisplayMode, { library: library })] }));
51
+ return (_jsxs(ContentWrapperStyledDiv, { children: [currentPage === 'router-menu' && (_jsxs("nav", { children: [_jsx(KitTypography.Title, { level: "h4", children: t('explorer.router-menu') }), _jsxs(ConfigurationStyledMenu, { children: [_jsx(SettingItem, { icon: _jsx(FaList, {}), title: t('explorer.configure-display'), onClick: () => _goToAdvancedSettingsPage('configure-display') }), _jsx(SettingItem, { icon: _jsx(FaFilter, {}), title: t('explorer.filters'), value: String(t('explorer.active-items-number', { count: filters.length })), onClick: () => _goToAdvancedSettingsPage('filter-items') }), _jsx(SettingItem, { icon: _jsx(FaSortAlphaDown, {}), title: t('explorer.sort-items'), onClick: () => _goToAdvancedSettingsPage('sort-items') })] })] })), currentPage === 'configure-display' && _jsx(ConfigureDisplay, { libraryId: library }), currentPage === 'sort-items' && _jsx(SortItems, { libraryId: library }), currentPage === 'filter-items' && _jsx(FilterItems, { libraryId: library })] }));
52
52
  };
53
53
  //# sourceMappingURL=SettingsPanel.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SettingsPanel.js","sourceRoot":"","sources":["../../../../../src/components/Explorer/manage-view-settings/router-menu/SettingsPanel.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,4 @@
1
+ import { FunctionComponent } from 'react';
2
+ export declare const SortItems: FunctionComponent<{
3
+ libraryId: string;
4
+ }>;
@@ -0,0 +1,109 @@
1
+ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { FaEye, FaEyeSlash, FaSearch } from 'react-icons/fa';
3
+ import { KitInput, KitTypography } from 'aristid-ds';
4
+ import styled from 'styled-components';
5
+ import { useSharedTranslation } from '../../../../hooks/useSharedTranslation';
6
+ import { SortOrder } from '../../../../_gqlTypes';
7
+ import { closestCenter, DndContext, KeyboardSensor, PointerSensor, useSensor, useSensors } from '@dnd-kit/core';
8
+ import { SortableContext, sortableKeyboardCoordinates, verticalListSortingStrategy } from '@dnd-kit/sortable';
9
+ import { useAttributeDetailsData } from '../_shared/useAttributeDetailsData';
10
+ import { ViewSettingsActionTypes } from '../store-view-settings/viewSettingsReducer';
11
+ import { useViewSettingsContext } from '../store-view-settings/useViewSettingsContext';
12
+ import { SortListItem } from './SortListItem';
13
+ const StyledList = styled.ul `
14
+ padding: calc(var(--general-spacing-s) * 1px) 0;
15
+ margin: 0;
16
+ list-style: none;
17
+ color: var(--general-utilities-text-primary);
18
+ `;
19
+ const StyledEyeSlash = styled(FaEyeSlash) `
20
+ color: var(--general-utilities-neutral-dark);
21
+ `;
22
+ const StyledFaEye = styled(FaEye) `
23
+ color: var(--general-utilities-neutral-deepDark);
24
+ `;
25
+ export const SortItems = ({ libraryId }) => {
26
+ const { t } = useSharedTranslation();
27
+ const { view: { sort }, dispatch } = useViewSettingsContext();
28
+ const { onSearchChanged, searchFilteredColumnsIds, attributeDetailsById } = useAttributeDetailsData(libraryId);
29
+ const sensors = useSensors(useSensor(PointerSensor), useSensor(KeyboardSensor, {
30
+ coordinateGetter: sortableKeyboardCoordinates
31
+ }));
32
+ const _toggleColumnVisibility = (attributeId) => () => {
33
+ const isAttributeAlreadySorting = sort.some(sortItem => sortItem.attributeId === attributeId);
34
+ if (isAttributeAlreadySorting) {
35
+ dispatch({
36
+ type: ViewSettingsActionTypes.REMOVE_SORT,
37
+ payload: {
38
+ attributeId
39
+ }
40
+ });
41
+ }
42
+ else {
43
+ dispatch({
44
+ type: ViewSettingsActionTypes.ADD_SORT,
45
+ payload: {
46
+ order: SortOrder.asc,
47
+ attributeId
48
+ }
49
+ });
50
+ }
51
+ };
52
+ const _changeOrderActiveFilterTo = (attributeId) => (order) => {
53
+ dispatch({
54
+ type: ViewSettingsActionTypes.CHANGE_SORT_ORDER,
55
+ payload: {
56
+ attributeId,
57
+ order
58
+ }
59
+ });
60
+ };
61
+ const _handleDragEnd = ({ active: draggedElement, over: dropTarget }) => {
62
+ const indexFrom = activeFilters.findIndex(({ attributeId }) => attributeId === String(draggedElement.id));
63
+ const indexTo = activeFilters.findIndex(({ attributeId }) => attributeId === String(dropTarget?.id));
64
+ if (!dropTarget || indexFrom === indexTo || indexTo === -1) {
65
+ return;
66
+ }
67
+ dispatch({ type: ViewSettingsActionTypes.MOVE_SORT, payload: { indexFrom, indexTo } });
68
+ };
69
+ const activeFilters = sort.filter(({ attributeId }) => searchFilteredColumnsIds.includes(attributeId));
70
+ const inactiveFilters = searchFilteredColumnsIds.filter(attributeId => sort.every(sortItem => sortItem.attributeId !== attributeId));
71
+ return (_jsxs(_Fragment, { children: [activeFilters.length > 0 && (_jsx(StyledList, { "aria-label": t('explorer.sort-list.active'), children: _jsx(DndContext, { sensors: sensors, collisionDetection: closestCenter, onDragEnd: _handleDragEnd, children: _jsx(SortableContext, { items: activeFilters.map(({ attributeId }) => ({ id: attributeId })), strategy: verticalListSortingStrategy, children: activeFilters.map(({ attributeId, order }) => (_jsx(SortListItem, { attributeId: attributeId, isDraggable: true, filterChipProps: {
72
+ label: attributeDetailsById[attributeId].label,
73
+ values: [
74
+ order === SortOrder.asc
75
+ ? t('explorer.sort-ascending')
76
+ : t('explorer.sort-descending')
77
+ ],
78
+ expandable: true,
79
+ dropDownProps: {
80
+ menu: {
81
+ selectable: true,
82
+ selectedKeys: [order],
83
+ items: [
84
+ {
85
+ key: SortOrder.asc,
86
+ label: t('explorer.sort-ascending')
87
+ },
88
+ {
89
+ key: SortOrder.desc,
90
+ label: t('explorer.sort-descending')
91
+ }
92
+ ],
93
+ onSelect: ({ selectedKeys: [newOrder] }) => _changeOrderActiveFilterTo(attributeId)(newOrder),
94
+ onDeselect: ({ selectedKeys: [newOrder] }) => _changeOrderActiveFilterTo(attributeId)(newOrder)
95
+ }
96
+ }
97
+ }, visibilityButtonProps: {
98
+ icon: _jsx(StyledFaEye, {}),
99
+ title: String(t('explorer.hide')),
100
+ onClick: _toggleColumnVisibility(attributeId)
101
+ } }, attributeId))) }) }) })), _jsx(KitTypography.Title, { level: "h4", children: t('explorer.available-attributes') }), _jsx(KitInput, { placeholder: String(t('global.search')), onChange: onSearchChanged, allowClear: true, prefix: _jsx(FaSearch, {}) }), _jsx(StyledList, { "aria-label": t('explorer.sort-list.inactive'), children: inactiveFilters.map(attributeId => (_jsx(SortListItem, { attributeId: attributeId, filterChipProps: {
102
+ label: attributeDetailsById[attributeId].label
103
+ }, visibilityButtonProps: {
104
+ icon: _jsx(StyledEyeSlash, {}),
105
+ title: String(t('explorer.show')),
106
+ onClick: _toggleColumnVisibility(attributeId)
107
+ } }, attributeId))) })] }));
108
+ };
109
+ //# sourceMappingURL=SortItems.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SortItems.js","sourceRoot":"","sources":["../../../../../src/components/Explorer/manage-view-settings/sort-items/SortItems.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,10 @@
1
+ import { ComponentProps, FunctionComponent } from 'react';
2
+ import { KitButton, KitFilter } from 'aristid-ds';
3
+ interface IActiveFilterListItemProps {
4
+ attributeId: string;
5
+ isDraggable?: true;
6
+ filterChipProps: Pick<ComponentProps<typeof KitFilter>, 'label' | 'values' | 'expandable' | 'dropDownProps'>;
7
+ visibilityButtonProps: Pick<ComponentProps<typeof KitButton>, 'onClick' | 'icon' | 'title'>;
8
+ }
9
+ export declare const SortListItem: FunctionComponent<IActiveFilterListItemProps>;
10
+ export {};
@@ -0,0 +1,32 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import styled from 'styled-components';
3
+ import { FaGripLines } from 'react-icons/fa';
4
+ import { KitButton, KitFilter } from 'aristid-ds';
5
+ import { useSortable } from '@dnd-kit/sortable';
6
+ import { CSS } from '@dnd-kit/utilities';
7
+ const StyledSortListItem = styled.li `
8
+ display: flex;
9
+ justify-content: space-between;
10
+ align-items: center;
11
+
12
+ div {
13
+ display: flex;
14
+ justify-content: center;
15
+ align-items: center;
16
+ gap: calc(var(--general-spacing-xs) * 1px);
17
+ }
18
+ `;
19
+ const StyledDragHandle = styled.span `
20
+ display: flex;
21
+ align-items: center;
22
+ cursor: ${props => (props.$isDragging ? 'grabbing' : 'grab')};
23
+ `;
24
+ export const SortListItem = ({ attributeId, isDraggable, visibilityButtonProps, filterChipProps }) => {
25
+ const { attributes, listeners, setNodeRef, transform, transition, isDragging } = useSortable({ id: attributeId });
26
+ const style = {
27
+ transform: CSS.Transform.toString(transform),
28
+ transition
29
+ };
30
+ return (_jsxs(StyledSortListItem, { ref: setNodeRef, style: style, children: [_jsxs("div", { children: [isDraggable && (_jsx(StyledDragHandle, { ...attributes, ...listeners, "$isDragging": isDragging, children: _jsx(FaGripLines, {}) })), _jsx(KitFilter, { ...filterChipProps }, attributeId)] }), _jsx(KitButton, { size: "m", type: "tertiary", ...visibilityButtonProps })] }));
31
+ };
32
+ //# sourceMappingURL=SortListItem.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SortListItem.js","sourceRoot":"","sources":["../../../../../src/components/Explorer/manage-view-settings/sort-items/SortListItem.tsx"],"names":[],"mappings":";AAIA,OAAO,MAAM,MAAM,mBAAmB,CAAC;AACvC,OAAO,EAAC,WAAW,EAAC,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAC,SAAS,EAAE,SAAS,EAAC,MAAM,YAAY,CAAC;AAChD,OAAO,EAAC,WAAW,EAAC,MAAM,mBAAmB,CAAC;AAC9C,OAAO,EAAC,GAAG,EAAC,MAAM,oBAAoB,CAAC;AAEvC,MAAM,kBAAkB,GAAG,MAAM,CAAC,EAAE,CAAA;;;;;;;;;;;CAWnC,CAAC;AAEF,MAAM,gBAAgB,GAAG,MAAM,CAAC,IAAI,CAAwB;;;cAG9C,KAAK,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,MAAM,CAAC;CAC/D,CAAC;AASF,MAAM,CAAC,MAAM,YAAY,GAAkD,CAAC,EACxE,WAAW,EACX,WAAW,EACX,qBAAqB,EACrB,eAAe,EAClB,EAAE,EAAE;IACD,MAAM,EAAC,UAAU,EAAE,SAAS,EAAE,UAAU,EAAE,SAAS,EAAE,UAAU,EAAE,UAAU,EAAC,GAAG,WAAW,CAAC,EAAC,EAAE,EAAE,WAAW,EAAC,CAAC,CAAC;IAC9G,MAAM,KAAK,GAAG;QACV,SAAS,EAAE,GAAG,CAAC,SAAS,CAAC,QAAQ,CAAC,SAAS,CAAC;QAC5C,UAAU;KACb,CAAC;IAEF,OAAO,CACH,MAAC,kBAAkB,IAAC,GAAG,EAAE,UAAU,EAAE,KAAK,EAAE,KAAK,aAC7C,0BACK,WAAW,IAAI,CACZ,KAAC,gBAAgB,OAAK,UAAU,KAAM,SAAS,iBAAe,UAAU,YACpE,KAAC,WAAW,KAAG,GACA,CACtB,EACD,KAAC,SAAS,OAAuB,eAAe,IAAhC,WAAW,CAAyB,IAClD,EACN,KAAC,SAAS,IAAC,IAAI,EAAC,GAAG,EAAC,IAAI,EAAC,UAAU,KAAK,qBAAqB,GAAI,IAChD,CACxB,CAAC;AACN,CAAC,CAAC"}
@@ -1,6 +1,5 @@
1
1
  import { Dispatch } from 'react';
2
- import { IViewSettingsState, IViewSettingsAction } from './viewSettingsReducer';
3
- export declare const viewSettingsInitialState: IViewSettingsState;
2
+ import { IViewSettingsAction, IViewSettingsState } from './viewSettingsReducer';
4
3
  export declare const ViewSettingsContext: import("react").Context<{
5
4
  view: IViewSettingsState;
6
5
  dispatch: Dispatch<IViewSettingsAction>;
@@ -2,14 +2,10 @@
2
2
  // This file is released under LGPL V3
3
3
  // License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
4
4
  import { createContext } from 'react';
5
- export const viewSettingsInitialState = {
6
- displayMode: 'table',
7
- fields: []
8
- };
9
5
  export const ViewSettingsContext = createContext({
10
6
  view: null,
11
7
  dispatch: () => {
12
8
  throw new Error('useViewSettingsContext must be used inside a <ViewSettingsContext.Provider />');
13
9
  }
14
10
  });
15
- //# sourceMappingURL=ViewSetingsContext.js.map
11
+ //# sourceMappingURL=ViewSettingsContext.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ViewSettingsContext.js","sourceRoot":"","sources":["../../../../../src/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.tsx"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,EAAC,aAAa,EAAW,MAAM,OAAO,CAAC;AAG9C,MAAM,CAAC,MAAM,mBAAmB,GAAG,aAAa,CAG7C;IACC,IAAI,EAAE,IAAW;IACjB,QAAQ,EAAE,GAAG,EAAE;QACX,MAAM,IAAI,KAAK,CAAC,+EAA+E,CAAC,CAAC;IACrG,CAAC;CACJ,CAAC,CAAC"}
@@ -2,6 +2,6 @@
2
2
  // This file is released under LGPL V3
3
3
  // License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
4
4
  import { useContext } from 'react';
5
- import { ViewSettingsContext } from './ViewSetingsContext';
5
+ import { ViewSettingsContext } from './ViewSettingsContext';
6
6
  export const useViewSettingsContext = () => useContext(ViewSettingsContext);
7
7
  //# sourceMappingURL=useViewSettingsContext.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useViewSettingsContext.js","sourceRoot":"","sources":["../../../../../src/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,EAAC,UAAU,EAAC,MAAM,OAAO,CAAC;AACjC,OAAO,EAAC,mBAAmB,EAAC,MAAM,uBAAuB,CAAC;AAE1D,MAAM,CAAC,MAAM,sBAAsB,GAAG,GAAG,EAAE,CAAC,UAAU,CAAC,mBAAmB,CAAC,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { IViewSettingsState } from './viewSettingsReducer';
2
+ export declare const defaultPageSizeOptions: number[];
3
+ export declare const defaultMaxFilters = 3;
4
+ export declare const viewSettingsInitialState: IViewSettingsState;
@@ -0,0 +1,13 @@
1
+ export const defaultPageSizeOptions = [20, 50, 100];
2
+ export const defaultMaxFilters = 3;
3
+ export const viewSettingsInitialState = {
4
+ viewType: 'table',
5
+ attributesIds: [],
6
+ fulltextSearch: '',
7
+ sort: [],
8
+ pageSize: defaultPageSizeOptions[0],
9
+ filters: [],
10
+ maxFilters: defaultMaxFilters,
11
+ canAddFilter: true
12
+ };
13
+ //# sourceMappingURL=viewSettingsInitialState.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"viewSettingsInitialState.js","sourceRoot":"","sources":["../../../../../src/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.ts"],"names":[],"mappings":"AAKA,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,EAAE,EAAE,EAAE,EAAE,GAAG,CAAC,CAAC;AAEpD,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC,CAAC;AAEnC,MAAM,CAAC,MAAM,wBAAwB,GAAuB;IACxD,QAAQ,EAAE,OAAO;IACjB,aAAa,EAAE,EAAE;IACjB,cAAc,EAAE,EAAE;IAClB,IAAI,EAAE,EAAE;IACR,QAAQ,EAAE,sBAAsB,CAAC,CAAC,CAAC;IACnC,OAAO,EAAE,EAAE;IACX,UAAU,EAAE,iBAAiB;IAC7B,YAAY,EAAE,IAAI;CACrB,CAAC"}