@leav/ui 0.3.6-dd8d51c → 0.3.6-dd8f9e8

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 (539) hide show
  1. package/dist/__mocks__/common/attribute.d.ts +1 -0
  2. package/dist/__mocks__/common/attribute.js +11 -3
  3. package/dist/__mocks__/common/attribute.js.map +1 -1
  4. package/dist/__mocks__/common/form.d.ts +12 -5
  5. package/dist/__mocks__/common/form.js +35 -4
  6. package/dist/__mocks__/common/form.js.map +1 -1
  7. package/dist/__mocks__/common/record.d.ts +13 -2
  8. package/dist/__mocks__/common/record.js.map +1 -1
  9. package/dist/__mocks__/common/value.js +3 -2
  10. package/dist/__mocks__/common/value.js.map +1 -1
  11. package/dist/__mocks__/common/view.js +7 -5
  12. package/dist/__mocks__/common/view.js.map +1 -1
  13. package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js +1 -1
  14. package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js.map +1 -1
  15. package/dist/__mocks__/mockQuery/mockGetViewListQuery.js +2 -1
  16. package/dist/__mocks__/mockQuery/mockGetViewListQuery.js.map +1 -1
  17. package/dist/_gqlTypes/index.d.ts +663 -87
  18. package/dist/_gqlTypes/index.js +393 -44
  19. package/dist/_gqlTypes/index.js.map +1 -1
  20. package/dist/_queries/attributes/attributeDetailsFragment.js +0 -1
  21. package/dist/_queries/attributes/attributeDetailsFragment.js.map +1 -1
  22. package/dist/_queries/attributes/getAttributesByLib.js +7 -5
  23. package/dist/_queries/attributes/getAttributesByLib.js.map +1 -1
  24. package/dist/_queries/libraries/getLibraryDetailExtendQuery.d.ts +3 -4
  25. package/dist/_queries/libraries/getLibraryDetailExtendQuery.js +2 -3
  26. package/dist/_queries/libraries/getLibraryDetailExtendQuery.js.map +1 -1
  27. package/dist/_queries/records/createRecordMutation.js +2 -3
  28. package/dist/_queries/records/createRecordMutation.js.map +1 -1
  29. package/dist/_queries/records/getRecordColumnsValues.d.ts +5 -3
  30. package/dist/_queries/records/getRecordColumnsValues.js +4 -1
  31. package/dist/_queries/records/getRecordColumnsValues.js.map +1 -1
  32. package/dist/_queries/records/getRecordFormQuery.js +2 -0
  33. package/dist/_queries/records/getRecordFormQuery.js.map +1 -1
  34. package/dist/_queries/records/getRecordPropertiesQuery.js +2 -0
  35. package/dist/_queries/records/getRecordPropertiesQuery.js.map +1 -1
  36. package/dist/_queries/records/getRecordsFromLibraryQuery.js +1 -0
  37. package/dist/_queries/records/getRecordsFromLibraryQuery.js.map +1 -1
  38. package/dist/_queries/records/recordFormAttributeFragment.js +4 -0
  39. package/dist/_queries/records/recordFormAttributeFragment.js.map +1 -1
  40. package/dist/_queries/views/saveViewMutation.js +1 -1
  41. package/dist/_queries/views/viewDetailsFragment.js +14 -11
  42. package/dist/_queries/views/viewDetailsFragment.js.map +1 -1
  43. package/dist/_utils/attributeType.d.ts +3 -0
  44. package/dist/_utils/attributeType.js +7 -0
  45. package/dist/_utils/attributeType.js.map +1 -0
  46. package/dist/_utils/index.js +5 -2
  47. package/dist/_utils/index.js.map +1 -1
  48. package/dist/_utils/interleaveElement.d.ts +1 -0
  49. package/dist/{components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.js → _utils/interleaveElement.js} +2 -3
  50. package/dist/_utils/interleaveElement.js.map +1 -0
  51. package/dist/antdTheme/index.d.ts +0 -3
  52. package/dist/antdTheme/index.js +3 -42
  53. package/dist/antdTheme/index.js.map +1 -1
  54. package/dist/components/CreateDirectory/CreateDirectory.js +1 -1
  55. package/dist/components/CreateDirectory/CreateDirectory.js.map +1 -1
  56. package/dist/components/EditApplication/EditApplication.js +2 -2
  57. package/dist/components/EditApplication/EditApplication.js.map +1 -1
  58. package/dist/components/EditApplication/_types.d.ts +2 -2
  59. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js +0 -1
  60. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js.map +1 -1
  61. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js +2 -5
  62. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js.map +1 -1
  63. package/dist/components/Explorer/DataView.d.ts +16 -1
  64. package/dist/components/Explorer/DataView.js +104 -49
  65. package/dist/components/Explorer/DataView.js.map +1 -1
  66. package/dist/components/Explorer/Explorer.d.ts +14 -6
  67. package/dist/components/Explorer/Explorer.js +105 -16
  68. package/dist/components/Explorer/Explorer.js.map +1 -1
  69. package/dist/components/Explorer/ExplorerTitle.d.ts +9 -0
  70. package/dist/components/Explorer/ExplorerTitle.js +47 -0
  71. package/dist/components/Explorer/ExplorerTitle.js.map +1 -0
  72. package/dist/components/Explorer/ExplorerToolbar.d.ts +5 -0
  73. package/dist/components/Explorer/ExplorerToolbar.js +48 -0
  74. package/dist/components/Explorer/ExplorerToolbar.js.map +1 -0
  75. package/dist/components/Explorer/IdCard.d.ts +7 -0
  76. package/dist/components/Explorer/IdCard.js +15 -0
  77. package/dist/components/Explorer/IdCard.js.map +1 -0
  78. package/dist/components/Explorer/TableCell.d.ts +8 -0
  79. package/dist/components/Explorer/TableCell.js +152 -0
  80. package/dist/components/Explorer/TableCell.js.map +1 -0
  81. package/dist/components/Explorer/TableTagGroup.d.ts +7 -0
  82. package/dist/components/Explorer/TableTagGroup.js +30 -0
  83. package/dist/components/Explorer/TableTagGroup.js.map +1 -0
  84. package/dist/components/Explorer/_constants.d.ts +5 -0
  85. package/dist/components/Explorer/_constants.js +18 -0
  86. package/dist/components/Explorer/_constants.js.map +1 -0
  87. package/dist/components/Explorer/_queries/prepareFiltersForRequest.d.ts +4 -0
  88. package/dist/components/Explorer/_queries/prepareFiltersForRequest.js +99 -0
  89. package/dist/components/Explorer/_queries/prepareFiltersForRequest.js.map +1 -0
  90. package/dist/components/Explorer/_queries/useExplorerData.d.ts +35 -0
  91. package/dist/components/Explorer/_queries/useExplorerData.js +119 -0
  92. package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -0
  93. package/dist/components/Explorer/_types.d.ts +107 -0
  94. package/dist/components/Explorer/_types.js +8 -0
  95. package/dist/components/Explorer/_types.js.map +1 -0
  96. package/dist/components/Explorer/{useEditAction.d.ts → actions-item/useEditItemAction.d.ts} +4 -4
  97. package/dist/components/Explorer/{useEditAction.js → actions-item/useEditItemAction.js} +16 -14
  98. package/dist/components/Explorer/actions-item/useEditItemAction.js.map +1 -0
  99. package/dist/components/Explorer/actions-item/useRemoveItemAction.d.ts +23 -0
  100. package/dist/components/Explorer/actions-item/useRemoveItemAction.js +109 -0
  101. package/dist/components/Explorer/actions-item/useRemoveItemAction.js.map +1 -0
  102. package/dist/components/Explorer/actions-mass/useDeactivateMassAction.d.ts +27 -0
  103. package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js +71 -0
  104. package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js.map +1 -0
  105. package/dist/components/Explorer/actions-mass/useMassActions.d.ts +28 -0
  106. package/dist/components/Explorer/actions-mass/useMassActions.js +111 -0
  107. package/dist/components/Explorer/actions-mass/useMassActions.js.map +1 -0
  108. package/dist/components/Explorer/{useCreateMainAction.d.ts → actions-primary/useCreatePrimaryAction.d.ts} +9 -5
  109. package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js +75 -0
  110. package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js.map +1 -0
  111. package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.d.ts +17 -0
  112. package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js +38 -0
  113. package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js.map +1 -0
  114. package/dist/components/Explorer/actions-primary/usePrimaryActions.d.ts +12 -0
  115. package/dist/components/Explorer/actions-primary/usePrimaryActions.js +25 -0
  116. package/dist/components/Explorer/actions-primary/usePrimaryActions.js.map +1 -0
  117. package/dist/components/Explorer/conditionsHelper.d.ts +2 -0
  118. package/dist/components/Explorer/conditionsHelper.js +16 -0
  119. package/dist/components/Explorer/conditionsHelper.js.map +1 -0
  120. package/dist/components/Explorer/index.d.ts +9 -1
  121. package/dist/components/Explorer/index.js +6 -1
  122. package/dist/components/Explorer/index.js.map +1 -1
  123. package/dist/components/Explorer/link-item/LinkModal.d.ts +7 -0
  124. package/dist/components/Explorer/link-item/LinkModal.js +72 -0
  125. package/dist/components/Explorer/link-item/LinkModal.js.map +1 -0
  126. package/dist/components/Explorer/link-item/useLinkMassAction.d.ts +22 -0
  127. package/dist/components/Explorer/link-item/useLinkMassAction.js +55 -0
  128. package/dist/components/Explorer/link-item/useLinkMassAction.js.map +1 -0
  129. package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.d.ts +12 -0
  130. package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js +85 -0
  131. package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js.map +1 -0
  132. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.d.ts +6 -0
  133. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js +12 -0
  134. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js.map +1 -0
  135. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.d.ts +13 -0
  136. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js +67 -0
  137. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js.map +1 -0
  138. package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.d.ts +6 -0
  139. package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.js +28 -0
  140. package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.js.map +1 -0
  141. package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.d.ts +6 -0
  142. package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js +56 -0
  143. package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js.map +1 -0
  144. package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.d.ts +8 -0
  145. package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.js +12 -0
  146. package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.js.map +1 -0
  147. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.d.ts +4 -0
  148. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js +88 -0
  149. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js.map +1 -0
  150. package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.d.ts +9 -0
  151. package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js +33 -0
  152. package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js.map +1 -0
  153. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.d.ts +3 -0
  154. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js +22 -0
  155. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js.map +1 -0
  156. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.d.ts +3 -0
  157. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.js +11 -0
  158. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.js.map +1 -0
  159. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.d.ts +3 -0
  160. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js +66 -0
  161. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js.map +1 -0
  162. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.d.ts +3 -0
  163. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.js +11 -0
  164. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.js.map +1 -0
  165. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.d.ts +3 -0
  166. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.js +11 -0
  167. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.js.map +1 -0
  168. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.d.ts +3 -0
  169. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.js +11 -0
  170. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.js.map +1 -0
  171. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.d.ts +3 -0
  172. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js +35 -0
  173. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js.map +1 -0
  174. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.d.ts +7 -0
  175. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js +40 -0
  176. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js.map +1 -0
  177. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.d.ts +10 -0
  178. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js +75 -0
  179. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js.map +1 -0
  180. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/LinkAttributeDropdown.d.ts +3 -0
  181. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/LinkAttributeDropdown.js +79 -0
  182. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/LinkAttributeDropdown.js.map +1 -0
  183. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.d.ts +3 -0
  184. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js +19 -0
  185. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js.map +1 -0
  186. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.d.ts +3 -0
  187. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js +28 -0
  188. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js.map +1 -0
  189. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.d.ts +10 -0
  190. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.js +2 -0
  191. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.js.map +1 -0
  192. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.d.ts +12 -0
  193. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js +108 -0
  194. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js.map +1 -0
  195. package/dist/components/Explorer/manage-view-settings/index.d.ts +8 -0
  196. package/dist/components/Explorer/manage-view-settings/index.js +11 -0
  197. package/dist/components/Explorer/manage-view-settings/index.js.map +1 -0
  198. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.d.ts +15 -0
  199. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js +15 -0
  200. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js.map +1 -0
  201. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.d.ts +7 -0
  202. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.js +17 -0
  203. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.js.map +1 -0
  204. package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.d.ts +2 -0
  205. package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.js +19 -0
  206. package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.js.map +1 -0
  207. package/dist/components/Explorer/manage-view-settings/open-view-settings/useEditSettings.d.ts +1 -0
  208. package/dist/components/{RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.js → Explorer/manage-view-settings/open-view-settings/useEditSettings.js} +3 -3
  209. package/dist/components/Explorer/manage-view-settings/open-view-settings/useEditSettings.js.map +1 -0
  210. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.d.ts +5 -0
  211. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js +39 -0
  212. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js.map +1 -0
  213. package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.d.ts +9 -0
  214. package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.js +55 -0
  215. package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.js.map +1 -0
  216. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.d.ts +8 -0
  217. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js +76 -0
  218. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js.map +1 -0
  219. package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.d.ts +4 -0
  220. package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js +113 -0
  221. package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js.map +1 -0
  222. package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.d.ts +10 -0
  223. package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.js +32 -0
  224. package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.js.map +1 -0
  225. package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.d.ts +6 -0
  226. package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.js +11 -0
  227. package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.js.map +1 -0
  228. package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.d.ts +4 -0
  229. package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.js +7 -0
  230. package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.js.map +1 -0
  231. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.d.ts +4 -0
  232. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +25 -0
  233. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js.map +1 -0
  234. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.d.ts +159 -0
  235. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +232 -0
  236. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -0
  237. package/dist/components/Explorer/useColumnWidth.d.ts +8 -0
  238. package/dist/components/Explorer/useColumnWidth.js +49 -0
  239. package/dist/components/Explorer/useColumnWidth.js.map +1 -0
  240. package/dist/components/Explorer/usePagination.d.ts +7 -0
  241. package/dist/components/Explorer/usePagination.js +25 -0
  242. package/dist/components/Explorer/usePagination.js.map +1 -0
  243. package/dist/components/Explorer/useSearchInput.d.ts +16 -0
  244. package/dist/components/Explorer/useSearchInput.js +39 -0
  245. package/dist/components/Explorer/useSearchInput.js.map +1 -0
  246. package/dist/components/Explorer/useTableScrollableHeight.d.ts +5 -0
  247. package/dist/components/Explorer/useTableScrollableHeight.js +15 -0
  248. package/dist/components/Explorer/useTableScrollableHeight.js.map +1 -0
  249. package/dist/components/Explorer/useViewSettingsReducer.d.ts +8 -0
  250. package/dist/components/Explorer/useViewSettingsReducer.js +208 -0
  251. package/dist/components/Explorer/useViewSettingsReducer.js.map +1 -0
  252. package/dist/components/ExportModal/ExportModal.js +2 -2
  253. package/dist/components/ExportModal/ExportModal.js.map +1 -1
  254. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js +5 -5
  255. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js.map +1 -1
  256. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js +2 -2
  257. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js.map +1 -1
  258. package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js +7 -11
  259. package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js.map +1 -1
  260. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js +7 -2
  261. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js.map +1 -1
  262. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js +7 -5
  263. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js.map +1 -1
  264. package/dist/components/LibraryItemsList/MenuView/MenuView.js +4 -9
  265. package/dist/components/LibraryItemsList/MenuView/MenuView.js.map +1 -1
  266. package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js +2 -3
  267. package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js.map +1 -1
  268. package/dist/components/LibraryItemsList/ViewPanel/View/View.js +3 -3
  269. package/dist/components/LibraryItemsList/ViewPanel/View/View.js.map +1 -1
  270. package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js +4 -9
  271. package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js.map +1 -1
  272. package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js +7 -5
  273. package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js.map +1 -1
  274. package/dist/components/LibraryItemsList/hooks/useSearchReducer/_types.d.ts +1 -1
  275. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.d.ts +1 -1
  276. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js +25 -33
  277. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js.map +1 -1
  278. package/dist/components/RecordEdition/EditRecord/EditRecord.d.ts +1 -0
  279. package/dist/components/RecordEdition/EditRecord/EditRecord.js +77 -75
  280. package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
  281. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +18 -5
  282. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
  283. package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +12 -23
  284. package/dist/components/RecordEdition/EditRecordContent/_types.js.map +1 -1
  285. package/dist/components/RecordEdition/EditRecordContent/antdUtils.d.ts +5 -1
  286. package/dist/components/RecordEdition/EditRecordContent/antdUtils.js +44 -34
  287. package/dist/components/RecordEdition/EditRecordContent/antdUtils.js.map +1 -1
  288. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.d.ts +3 -1
  289. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js +8 -2
  290. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js.map +1 -1
  291. package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteSaveValueBatchMutation.js.map +1 -1
  292. package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js +3 -0
  293. package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js.map +1 -1
  294. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js +1 -7
  295. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js.map +1 -1
  296. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.d.ts +3 -1
  297. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js +2 -2
  298. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js.map +1 -1
  299. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js +2 -2
  300. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
  301. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.d.ts +0 -1
  302. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js +2 -7
  303. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js.map +1 -1
  304. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.d.ts +0 -1
  305. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js +2 -9
  306. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js.map +1 -1
  307. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.d.ts +6 -0
  308. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js +16 -0
  309. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js.map +1 -0
  310. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.d.ts +4 -0
  311. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js +25 -0
  312. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js.map +1 -0
  313. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.d.ts +5 -2
  314. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +201 -186
  315. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
  316. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.d.ts +2 -8
  317. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js +14 -30
  318. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js.map +1 -1
  319. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.d.ts +2 -13
  320. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js +82 -45
  321. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js.map +1 -1
  322. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.d.ts +3 -14
  323. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js +40 -46
  324. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js.map +1 -1
  325. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.d.ts +3 -14
  326. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js +16 -73
  327. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js.map +1 -1
  328. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.d.ts +3 -14
  329. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js +33 -49
  330. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js.map +1 -1
  331. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.d.ts +3 -14
  332. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +36 -60
  333. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js.map +1 -1
  334. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.d.ts +3 -14
  335. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js +55 -64
  336. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js.map +1 -1
  337. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.d.ts +3 -14
  338. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js +36 -56
  339. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js.map +1 -1
  340. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +16 -9
  341. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +56 -402
  342. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -1
  343. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.d.ts +4 -0
  344. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js +141 -0
  345. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js.map +1 -0
  346. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.d.ts +10 -0
  347. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.js +2 -0
  348. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.js.map +1 -0
  349. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.d.ts +15 -0
  350. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.js +2 -0
  351. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.js.map +1 -0
  352. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.d.ts +42 -0
  353. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js +56 -0
  354. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js.map +1 -0
  355. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.d.ts +12 -0
  356. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js +32 -0
  357. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js.map +1 -0
  358. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js +4 -7
  359. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js.map +1 -1
  360. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js +2 -2
  361. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js.map +1 -1
  362. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +10 -4
  363. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
  364. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.d.ts +2 -0
  365. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +2 -2
  366. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js.map +1 -1
  367. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.d.ts +7 -0
  368. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.js +9 -0
  369. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.js.map +1 -0
  370. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/index.d.ts +2 -0
  371. package/dist/components/RecordEdition/EditRecordSidebar/{ValueDetails/AttributeDetails → AttributeSummary}/index.js +2 -2
  372. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/index.js.map +1 -0
  373. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.d.ts +2 -0
  374. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.js +25 -0
  375. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.js.map +1 -0
  376. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.d.ts +3 -0
  377. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js +53 -0
  378. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js.map +1 -0
  379. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/index.d.ts +2 -0
  380. package/dist/components/RecordEdition/EditRecordSidebar/{ValueDetails → Breacrumb}/index.js +2 -2
  381. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/index.js.map +1 -0
  382. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.d.ts +4 -1
  383. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js +41 -6
  384. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js.map +1 -1
  385. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.d.ts +4 -7
  386. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js +6 -8
  387. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js.map +1 -1
  388. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.d.ts +9 -0
  389. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js +42 -0
  390. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js.map +1 -0
  391. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.d.ts +6 -0
  392. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js +35 -0
  393. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js.map +1 -0
  394. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.d.ts +2 -281
  395. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js +25 -56
  396. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js.map +1 -1
  397. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.d.ts +8 -0
  398. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js +66 -0
  399. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js.map +1 -0
  400. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/index.d.ts +2 -0
  401. package/dist/components/RecordEdition/EditRecordSidebar/{ValueDetails/TreeValuePath → ValuesSummary}/index.js +2 -2
  402. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/index.js.map +1 -0
  403. package/dist/components/RecordEdition/{EditRecordContent → EditRecordSkeleton}/EditRecordSkeleton.d.ts +1 -1
  404. package/dist/components/RecordEdition/{EditRecordContent → EditRecordSkeleton}/EditRecordSkeleton.js +2 -2
  405. package/dist/components/RecordEdition/EditRecordSkeleton/EditRecordSkeleton.js.map +1 -0
  406. package/dist/components/RecordEdition/EditRecordSkeleton/index.d.ts +2 -0
  407. package/dist/components/RecordEdition/{EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler → EditRecordSkeleton}/index.js +2 -1
  408. package/dist/components/RecordEdition/EditRecordSkeleton/index.js.map +1 -0
  409. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.d.ts +12 -10
  410. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js +15 -13
  411. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js.map +1 -1
  412. package/dist/components/RecordEdition/index.d.ts +1 -0
  413. package/dist/components/RecordEdition/index.js +1 -0
  414. package/dist/components/RecordEdition/index.js.map +1 -1
  415. package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +4 -7
  416. package/dist/components/SelectTreeNode/SelectTreeNode.js +17 -135
  417. package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
  418. package/dist/components/SelectTreeNode/SelectTreeNodeContent.d.ts +16 -0
  419. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +129 -0
  420. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -0
  421. package/dist/components/SelectTreeNode/index.d.ts +1 -1
  422. package/dist/components/SelectTreeNode/index.js +1 -1
  423. package/dist/components/SelectTreeNode/index.js.map +1 -1
  424. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.d.ts +4 -7
  425. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js +10 -10
  426. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js.map +1 -1
  427. package/dist/components/SelectTreeNodeModal/index.d.ts +1 -2
  428. package/dist/components/SelectTreeNodeModal/index.js +1 -2
  429. package/dist/components/SelectTreeNodeModal/index.js.map +1 -1
  430. package/dist/components/UploadFiles/UploadFiles.js +1 -1
  431. package/dist/components/UploadFiles/UploadFiles.js.map +1 -1
  432. package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js +2 -2
  433. package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js.map +1 -1
  434. package/dist/components/index.d.ts +1 -0
  435. package/dist/components/index.js +1 -0
  436. package/dist/components/index.js.map +1 -1
  437. package/dist/constants.d.ts +3 -0
  438. package/dist/constants.js +3 -0
  439. package/dist/constants.js.map +1 -1
  440. package/dist/hooks/useDebouncedValue/index.d.ts +1 -0
  441. package/dist/{components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo → hooks/useDebouncedValue}/index.js +1 -2
  442. package/dist/hooks/useDebouncedValue/index.js.map +1 -0
  443. package/dist/hooks/useExecuteSaveViewMutation/index.d.ts +1 -0
  444. package/dist/{components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata → hooks/useExecuteSaveViewMutation}/index.js +1 -2
  445. package/dist/hooks/useExecuteSaveViewMutation/index.js.map +1 -0
  446. package/dist/hooks/useExecuteSaveViewMutation/useExecuteSaveViewMutation.d.ts +6 -0
  447. package/dist/hooks/{useExecuteAddViewMutation/useExecuteAddViewMutation.js → useExecuteSaveViewMutation/useExecuteSaveViewMutation.js} +6 -6
  448. package/dist/hooks/useExecuteSaveViewMutation/useExecuteSaveViewMutation.js.map +1 -0
  449. package/dist/hooks/useGetRecordForm/useGetRecordForm.d.ts +1 -0
  450. package/dist/hooks/useGetRecordForm/useGetRecordForm.js.map +1 -1
  451. package/dist/locales/en/shared.json +107 -10
  452. package/dist/locales/fr/shared.json +109 -12
  453. package/dist/types/views.d.ts +4 -4
  454. package/package.json +7 -2
  455. package/dist/components/Explorer/types.d.ts +0 -21
  456. package/dist/components/Explorer/types.js +0 -2
  457. package/dist/components/Explorer/types.js.map +0 -1
  458. package/dist/components/Explorer/useCreateMainAction.js +0 -36
  459. package/dist/components/Explorer/useCreateMainAction.js.map +0 -1
  460. package/dist/components/Explorer/useDeactivateAction.d.ts +0 -12
  461. package/dist/components/Explorer/useDeactivateAction.js +0 -51
  462. package/dist/components/Explorer/useDeactivateAction.js.map +0 -1
  463. package/dist/components/Explorer/useEditAction.js.map +0 -1
  464. package/dist/components/Explorer/useExplorerData.d.ts +0 -11
  465. package/dist/components/Explorer/useExplorerData.js +0 -23
  466. package/dist/components/Explorer/useExplorerData.js.map +0 -1
  467. package/dist/components/RecordEdition/EditRecordContent/EditRecordSkeleton.js.map +0 -1
  468. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.d.ts +0 -2
  469. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.js.map +0 -1
  470. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.d.ts +0 -138
  471. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js +0 -367
  472. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js.map +0 -1
  473. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.d.ts +0 -7
  474. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.js +0 -9
  475. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.js.map +0 -1
  476. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.d.ts +0 -1
  477. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.js.map +0 -1
  478. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.d.ts +0 -8
  479. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js +0 -23
  480. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js.map +0 -1
  481. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.d.ts +0 -3
  482. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js +0 -14
  483. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js.map +0 -1
  484. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.d.ts +0 -3
  485. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js +0 -22
  486. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js.map +0 -1
  487. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.d.ts +0 -3
  488. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js +0 -22
  489. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js.map +0 -1
  490. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.d.ts +0 -3
  491. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js +0 -19
  492. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js.map +0 -1
  493. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.d.ts +0 -3
  494. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js +0 -32
  495. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js.map +0 -1
  496. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.d.ts +0 -3
  497. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js +0 -51
  498. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js.map +0 -1
  499. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.d.ts +0 -3
  500. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js +0 -26
  501. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js.map +0 -1
  502. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.d.ts +0 -13
  503. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.js +0 -80
  504. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.js.map +0 -1
  505. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.d.ts +0 -7
  506. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.js +0 -45
  507. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.js.map +0 -1
  508. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.d.ts +0 -9
  509. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.js +0 -137
  510. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.js.map +0 -1
  511. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.d.ts +0 -1
  512. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.js.map +0 -1
  513. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.d.ts +0 -6
  514. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js +0 -56
  515. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js.map +0 -1
  516. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.d.ts +0 -2
  517. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.js.map +0 -1
  518. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.d.ts +0 -8
  519. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js +0 -41
  520. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js.map +0 -1
  521. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.d.ts +0 -2
  522. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.js.map +0 -1
  523. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.d.ts +0 -10
  524. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js +0 -63
  525. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js.map +0 -1
  526. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.d.ts +0 -2
  527. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js +0 -76
  528. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js.map +0 -1
  529. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.d.ts +0 -2
  530. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.js.map +0 -1
  531. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.d.ts +0 -11
  532. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js +0 -43
  533. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js.map +0 -1
  534. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.d.ts +0 -2
  535. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.js.map +0 -1
  536. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.d.ts +0 -2
  537. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.js.map +0 -1
  538. package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.d.ts +0 -6
  539. package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.js.map +0 -1
@@ -150,6 +150,8 @@ export var LogAction;
150
150
  LogAction["VALUE_SAVE"] = "VALUE_SAVE";
151
151
  LogAction["VERSION_PROFILE_DELETE"] = "VERSION_PROFILE_DELETE";
152
152
  LogAction["VERSION_PROFILE_SAVE"] = "VERSION_PROFILE_SAVE";
153
+ LogAction["fakeplugin_FAKE_PLUGIN_ACTION"] = "fakeplugin_FAKE_PLUGIN_ACTION";
154
+ LogAction["fakeplugin_FAKE_PLUGIN_ACTION2"] = "fakeplugin_FAKE_PLUGIN_ACTION2";
153
155
  })(LogAction || (LogAction = {}));
154
156
  export var LogSortableField;
155
157
  (function (LogSortableField) {
@@ -218,6 +220,7 @@ export var PermissionsActions;
218
220
  PermissionsActions["edit_children"] = "edit_children";
219
221
  PermissionsActions["edit_record"] = "edit_record";
220
222
  PermissionsActions["edit_value"] = "edit_value";
223
+ PermissionsActions["fake_plugin_permission"] = "fake_plugin_permission";
221
224
  })(PermissionsActions || (PermissionsActions = {}));
222
225
  export var PermissionsRelation;
223
226
  (function (PermissionsRelation) {
@@ -395,7 +398,6 @@ export const AttributeDetailsFragmentDoc = gql `
395
398
  }
396
399
  ... on StandardAttribute {
397
400
  unique
398
- maxLength
399
401
  }
400
402
  ... on LinkAttribute {
401
403
  linked_library {
@@ -412,6 +414,13 @@ export const AttributeDetailsFragmentDoc = gql `
412
414
  }
413
415
  }
414
416
  `;
417
+ export const AttributesByLibLinkAttributeFragmentDoc = gql `
418
+ fragment AttributesByLibLinkAttribute on LinkAttribute {
419
+ linked_library {
420
+ id
421
+ }
422
+ }
423
+ `;
415
424
  export const AttributesByLibAttributeFragmentDoc = gql `
416
425
  fragment AttributesByLibAttribute on Attribute {
417
426
  id
@@ -421,11 +430,7 @@ export const AttributesByLibAttributeFragmentDoc = gql `
421
430
  multiple_values
422
431
  system
423
432
  readonly
424
- ... on LinkAttribute {
425
- linked_library {
426
- id
427
- }
428
- }
433
+ ...AttributesByLibLinkAttribute
429
434
  ... on TreeAttribute {
430
435
  linked_tree {
431
436
  id
@@ -446,7 +451,7 @@ export const AttributesByLibAttributeFragmentDoc = gql `
446
451
  }
447
452
  }
448
453
  }
449
- `;
454
+ ${AttributesByLibLinkAttributeFragmentDoc}`;
450
455
  export const LibraryLightFragmentDoc = gql `
451
456
  fragment LibraryLight on Library {
452
457
  id
@@ -638,11 +643,13 @@ export const StandardValuesListFragmentFragmentDoc = gql `
638
643
  ... on StandardStringValuesListConf {
639
644
  enable
640
645
  allowFreeEntry
646
+ allowListUpdate
641
647
  values
642
648
  }
643
649
  ... on StandardDateRangeValuesListConf {
644
650
  enable
645
651
  allowFreeEntry
652
+ allowListUpdate
646
653
  dateRangeValues: values {
647
654
  from
648
655
  to
@@ -659,7 +666,9 @@ export const RecordFormAttributeFragmentDoc = gql `
659
666
  format
660
667
  system
661
668
  readonly
669
+ required
662
670
  multiple_values
671
+ compute
663
672
  permissions(record: {id: $recordId, library: $libraryId}) {
664
673
  access_attribute
665
674
  edit_value
@@ -711,6 +720,7 @@ export const RecordFormAttributeFragmentDoc = gql `
711
720
  linkValuesList: values_list {
712
721
  enable
713
722
  allowFreeEntry
723
+ allowListUpdate
714
724
  values {
715
725
  ...RecordIdentity
716
726
  }
@@ -724,6 +734,7 @@ export const RecordFormAttributeFragmentDoc = gql `
724
734
  treeValuesList: values_list {
725
735
  enable
726
736
  allowFreeEntry
737
+ allowListUpdate
727
738
  values {
728
739
  id
729
740
  record {
@@ -816,6 +827,18 @@ export const TreeNodeChildFragmentDoc = gql `
816
827
  }
817
828
  }
818
829
  ${RecordIdentityFragmentDoc}`;
830
+ export const ViewDetailsFilterFragmentDoc = gql `
831
+ fragment ViewDetailsFilter on RecordFilter {
832
+ field
833
+ value
834
+ tree {
835
+ id
836
+ label
837
+ }
838
+ condition
839
+ operator
840
+ }
841
+ `;
819
842
  export const ViewDetailsFragmentDoc = gql `
820
843
  fragment ViewDetails on View {
821
844
  id
@@ -838,14 +861,7 @@ export const ViewDetailsFragmentDoc = gql `
838
861
  description
839
862
  color
840
863
  filters {
841
- field
842
- value
843
- tree {
844
- id
845
- label
846
- }
847
- condition
848
- operator
864
+ ...ViewDetailsFilter
849
865
  }
850
866
  sort {
851
867
  field
@@ -860,19 +876,35 @@ export const ViewDetailsFragmentDoc = gql `
860
876
  }
861
877
  }
862
878
  }
863
- settings {
864
- name
865
- value
879
+ attributes {
880
+ id
866
881
  }
867
882
  }
868
- ${RecordIdentityFragmentDoc}`;
883
+ ${ViewDetailsFilterFragmentDoc}
884
+ ${RecordIdentityFragmentDoc}`;
885
+ export const LinkAttributeDetailsFragmentDoc = gql `
886
+ fragment LinkAttributeDetails on LinkAttribute {
887
+ label
888
+ linked_library {
889
+ id
890
+ label
891
+ }
892
+ }
893
+ `;
894
+ export const AttributePropertiesFragmentDoc = gql `
895
+ fragment AttributeProperties on Attribute {
896
+ id
897
+ label
898
+ type
899
+ format
900
+ multiple_values
901
+ }
902
+ `;
869
903
  export const PropertyValueFragmentDoc = gql `
870
904
  fragment PropertyValue on GenericValue {
871
- attribute {
872
- type
873
- }
874
905
  ... on Value {
875
906
  valuePayload: payload
907
+ valueRawPayload: raw_payload
876
908
  }
877
909
  ... on LinkValue {
878
910
  linkPayload: payload {
@@ -888,6 +920,52 @@ export const PropertyValueFragmentDoc = gql `
888
920
  }
889
921
  }
890
922
  ${RecordIdentityFragmentDoc}`;
923
+ export const LinkPropertyFragmentDoc = gql `
924
+ fragment LinkProperty on GenericValue {
925
+ id_value
926
+ ... on LinkValue {
927
+ payload {
928
+ ...RecordIdentity
929
+ properties(attributeIds: $attributeIds) {
930
+ attributeId
931
+ attributeProperties {
932
+ ...AttributeProperties
933
+ }
934
+ values {
935
+ ...PropertyValue
936
+ }
937
+ }
938
+ }
939
+ }
940
+ }
941
+ ${RecordIdentityFragmentDoc}
942
+ ${AttributePropertiesFragmentDoc}
943
+ ${PropertyValueFragmentDoc}`;
944
+ export const LibraryAttributeLinkFragmentDoc = gql `
945
+ fragment LibraryAttributeLink on LinkAttribute {
946
+ linked_library {
947
+ id
948
+ label
949
+ attributes {
950
+ id
951
+ type
952
+ format
953
+ label
954
+ }
955
+ }
956
+ }
957
+ `;
958
+ export const LibraryAttributeFragmentDoc = gql `
959
+ fragment LibraryAttribute on Attribute {
960
+ id
961
+ type
962
+ label
963
+ ... on StandardAttribute {
964
+ format
965
+ }
966
+ ...LibraryAttributeLink
967
+ }
968
+ ${LibraryAttributeLinkFragmentDoc}`;
891
969
  export const CheckApplicationExistenceDocument = gql `
892
970
  query CHECK_APPLICATION_EXISTENCE($id: ID, $endpoint: String) {
893
971
  applications(filters: {id: $id, endpoint: $endpoint}) {
@@ -1835,11 +1913,10 @@ export const CreateRecordDocument = gql `
1835
1913
  ...RecordIdentity
1836
1914
  }
1837
1915
  valuesErrors {
1838
- attributeId
1839
- id_value
1916
+ type
1917
+ attribute
1840
1918
  input
1841
1919
  message
1842
- type
1843
1920
  }
1844
1921
  }
1845
1922
  }
@@ -2676,41 +2753,123 @@ export function useGetViewsListLazyQuery(baseOptions) {
2676
2753
  const options = { ...defaultOptions, ...baseOptions };
2677
2754
  return Apollo.useLazyQuery(GetViewsListDocument, options);
2678
2755
  }
2679
- export const AddViewDocument = gql `
2680
- mutation ADD_VIEW($view: ViewInput!) {
2756
+ export const SaveViewDocument = gql `
2757
+ mutation SAVE_VIEW($view: ViewInput!) {
2681
2758
  saveView(view: $view) {
2682
2759
  ...ViewDetails
2683
2760
  }
2684
2761
  }
2685
2762
  ${ViewDetailsFragmentDoc}`;
2686
2763
  /**
2687
- * __useAddViewMutation__
2764
+ * __useSaveViewMutation__
2688
2765
  *
2689
- * To run a mutation, you first call `useAddViewMutation` within a React component and pass it any options that fit your needs.
2690
- * When your component renders, `useAddViewMutation` returns a tuple that includes:
2766
+ * To run a mutation, you first call `useSaveViewMutation` within a React component and pass it any options that fit your needs.
2767
+ * When your component renders, `useSaveViewMutation` returns a tuple that includes:
2691
2768
  * - A mutate function that you can call at any time to execute the mutation
2692
2769
  * - An object with fields that represent the current status of the mutation's execution
2693
2770
  *
2694
2771
  * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
2695
2772
  *
2696
2773
  * @example
2697
- * const [addViewMutation, { data, loading, error }] = useAddViewMutation({
2774
+ * const [saveViewMutation, { data, loading, error }] = useSaveViewMutation({
2698
2775
  * variables: {
2699
2776
  * view: // value for 'view'
2700
2777
  * },
2701
2778
  * });
2702
2779
  */
2703
- export function useAddViewMutation(baseOptions) {
2780
+ export function useSaveViewMutation(baseOptions) {
2704
2781
  const options = { ...defaultOptions, ...baseOptions };
2705
- return Apollo.useMutation(AddViewDocument, options);
2782
+ return Apollo.useMutation(SaveViewDocument, options);
2706
2783
  }
2707
- export const ExplorerDocument = gql `
2708
- query Explorer($libraryId: ID!, $attributeIds: [ID!]!, $filters: [RecordFilterInput]) {
2709
- records(library: $libraryId, filters: $filters) {
2784
+ export const ExplorerAttributesDocument = gql `
2785
+ query ExplorerAttributes($ids: [ID!]) {
2786
+ attributes(filters: {ids: $ids}) {
2787
+ list {
2788
+ id
2789
+ type
2790
+ format
2791
+ label
2792
+ ...LinkAttributeDetails
2793
+ }
2794
+ }
2795
+ }
2796
+ ${LinkAttributeDetailsFragmentDoc}`;
2797
+ /**
2798
+ * __useExplorerAttributesQuery__
2799
+ *
2800
+ * To run a query within a React component, call `useExplorerAttributesQuery` and pass it any options that fit your needs.
2801
+ * When your component renders, `useExplorerAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
2802
+ * you can use to render your UI.
2803
+ *
2804
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
2805
+ *
2806
+ * @example
2807
+ * const { data, loading, error } = useExplorerAttributesQuery({
2808
+ * variables: {
2809
+ * ids: // value for 'ids'
2810
+ * },
2811
+ * });
2812
+ */
2813
+ export function useExplorerAttributesQuery(baseOptions) {
2814
+ const options = { ...defaultOptions, ...baseOptions };
2815
+ return Apollo.useQuery(ExplorerAttributesDocument, options);
2816
+ }
2817
+ export function useExplorerAttributesLazyQuery(baseOptions) {
2818
+ const options = { ...defaultOptions, ...baseOptions };
2819
+ return Apollo.useLazyQuery(ExplorerAttributesDocument, options);
2820
+ }
2821
+ export const ExplorerLinkAttributeDocument = gql `
2822
+ query ExplorerLinkAttribute($id: ID!) {
2823
+ attributes(filters: {ids: [$id]}) {
2824
+ list {
2825
+ id
2826
+ multiple_values
2827
+ ...LinkAttributeDetails
2828
+ }
2829
+ }
2830
+ }
2831
+ ${LinkAttributeDetailsFragmentDoc}`;
2832
+ /**
2833
+ * __useExplorerLinkAttributeQuery__
2834
+ *
2835
+ * To run a query within a React component, call `useExplorerLinkAttributeQuery` and pass it any options that fit your needs.
2836
+ * When your component renders, `useExplorerLinkAttributeQuery` returns an object from Apollo Client that contains loading, error, and data properties
2837
+ * you can use to render your UI.
2838
+ *
2839
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
2840
+ *
2841
+ * @example
2842
+ * const { data, loading, error } = useExplorerLinkAttributeQuery({
2843
+ * variables: {
2844
+ * id: // value for 'id'
2845
+ * },
2846
+ * });
2847
+ */
2848
+ export function useExplorerLinkAttributeQuery(baseOptions) {
2849
+ const options = { ...defaultOptions, ...baseOptions };
2850
+ return Apollo.useQuery(ExplorerLinkAttributeDocument, options);
2851
+ }
2852
+ export function useExplorerLinkAttributeLazyQuery(baseOptions) {
2853
+ const options = { ...defaultOptions, ...baseOptions };
2854
+ return Apollo.useLazyQuery(ExplorerLinkAttributeDocument, options);
2855
+ }
2856
+ export const ExplorerLibraryDataDocument = gql `
2857
+ query ExplorerLibraryData($libraryId: ID!, $attributeIds: [ID!]!, $pagination: RecordsPagination, $filters: [RecordFilterInput], $multipleSort: [RecordSortInput!], $searchQuery: String) {
2858
+ records(
2859
+ library: $libraryId
2860
+ filters: $filters
2861
+ pagination: $pagination
2862
+ multipleSort: $multipleSort
2863
+ searchQuery: $searchQuery
2864
+ ) {
2865
+ totalCount
2710
2866
  list {
2711
2867
  ...RecordIdentity
2712
2868
  properties(attributeIds: $attributeIds) {
2713
2869
  attributeId
2870
+ attributeProperties {
2871
+ ...AttributeProperties
2872
+ }
2714
2873
  values {
2715
2874
  ...PropertyValue
2716
2875
  }
@@ -2719,31 +2878,221 @@ export const ExplorerDocument = gql `
2719
2878
  }
2720
2879
  }
2721
2880
  ${RecordIdentityFragmentDoc}
2881
+ ${AttributePropertiesFragmentDoc}
2722
2882
  ${PropertyValueFragmentDoc}`;
2723
2883
  /**
2724
- * __useExplorerQuery__
2884
+ * __useExplorerLibraryDataQuery__
2725
2885
  *
2726
- * To run a query within a React component, call `useExplorerQuery` and pass it any options that fit your needs.
2727
- * When your component renders, `useExplorerQuery` returns an object from Apollo Client that contains loading, error, and data properties
2886
+ * To run a query within a React component, call `useExplorerLibraryDataQuery` and pass it any options that fit your needs.
2887
+ * When your component renders, `useExplorerLibraryDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
2728
2888
  * you can use to render your UI.
2729
2889
  *
2730
2890
  * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
2731
2891
  *
2732
2892
  * @example
2733
- * const { data, loading, error } = useExplorerQuery({
2893
+ * const { data, loading, error } = useExplorerLibraryDataQuery({
2734
2894
  * variables: {
2735
2895
  * libraryId: // value for 'libraryId'
2736
2896
  * attributeIds: // value for 'attributeIds'
2897
+ * pagination: // value for 'pagination'
2737
2898
  * filters: // value for 'filters'
2899
+ * multipleSort: // value for 'multipleSort'
2900
+ * searchQuery: // value for 'searchQuery'
2901
+ * },
2902
+ * });
2903
+ */
2904
+ export function useExplorerLibraryDataQuery(baseOptions) {
2905
+ const options = { ...defaultOptions, ...baseOptions };
2906
+ return Apollo.useQuery(ExplorerLibraryDataDocument, options);
2907
+ }
2908
+ export function useExplorerLibraryDataLazyQuery(baseOptions) {
2909
+ const options = { ...defaultOptions, ...baseOptions };
2910
+ return Apollo.useLazyQuery(ExplorerLibraryDataDocument, options);
2911
+ }
2912
+ export const ExplorerLinkDataDocument = gql `
2913
+ query ExplorerLinkData($attributeIds: [ID!]!, $parentLibraryId: ID!, $parentRecordId: String, $linkAttributeId: ID!) {
2914
+ records(
2915
+ library: $parentLibraryId
2916
+ filters: [{field: "id", condition: EQUAL, value: $parentRecordId}]
2917
+ ) {
2918
+ list {
2919
+ id
2920
+ whoAmI {
2921
+ id
2922
+ library {
2923
+ id
2924
+ }
2925
+ }
2926
+ property(attribute: $linkAttributeId) {
2927
+ ...LinkProperty
2928
+ }
2929
+ }
2930
+ }
2931
+ }
2932
+ ${LinkPropertyFragmentDoc}`;
2933
+ /**
2934
+ * __useExplorerLinkDataQuery__
2935
+ *
2936
+ * To run a query within a React component, call `useExplorerLinkDataQuery` and pass it any options that fit your needs.
2937
+ * When your component renders, `useExplorerLinkDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
2938
+ * you can use to render your UI.
2939
+ *
2940
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
2941
+ *
2942
+ * @example
2943
+ * const { data, loading, error } = useExplorerLinkDataQuery({
2944
+ * variables: {
2945
+ * attributeIds: // value for 'attributeIds'
2946
+ * parentLibraryId: // value for 'parentLibraryId'
2947
+ * parentRecordId: // value for 'parentRecordId'
2948
+ * linkAttributeId: // value for 'linkAttributeId'
2949
+ * },
2950
+ * });
2951
+ */
2952
+ export function useExplorerLinkDataQuery(baseOptions) {
2953
+ const options = { ...defaultOptions, ...baseOptions };
2954
+ return Apollo.useQuery(ExplorerLinkDataDocument, options);
2955
+ }
2956
+ export function useExplorerLinkDataLazyQuery(baseOptions) {
2957
+ const options = { ...defaultOptions, ...baseOptions };
2958
+ return Apollo.useLazyQuery(ExplorerLinkDataDocument, options);
2959
+ }
2960
+ export const GetLibraryAttributesDocument = gql `
2961
+ query GetLibraryAttributes($libraryId: ID!) {
2962
+ libraries(filters: {id: [$libraryId]}) {
2963
+ list {
2964
+ id
2965
+ attributes {
2966
+ ...LibraryAttribute
2967
+ }
2968
+ }
2969
+ }
2970
+ }
2971
+ ${LibraryAttributeFragmentDoc}`;
2972
+ /**
2973
+ * __useGetLibraryAttributesQuery__
2974
+ *
2975
+ * To run a query within a React component, call `useGetLibraryAttributesQuery` and pass it any options that fit your needs.
2976
+ * When your component renders, `useGetLibraryAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
2977
+ * you can use to render your UI.
2978
+ *
2979
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
2980
+ *
2981
+ * @example
2982
+ * const { data, loading, error } = useGetLibraryAttributesQuery({
2983
+ * variables: {
2984
+ * libraryId: // value for 'libraryId'
2985
+ * },
2986
+ * });
2987
+ */
2988
+ export function useGetLibraryAttributesQuery(baseOptions) {
2989
+ const options = { ...defaultOptions, ...baseOptions };
2990
+ return Apollo.useQuery(GetLibraryAttributesDocument, options);
2991
+ }
2992
+ export function useGetLibraryAttributesLazyQuery(baseOptions) {
2993
+ const options = { ...defaultOptions, ...baseOptions };
2994
+ return Apollo.useLazyQuery(GetLibraryAttributesDocument, options);
2995
+ }
2996
+ export const ExplorerLibraryDetailsDocument = gql `
2997
+ query ExplorerLibraryDetails($libraryId: ID!) {
2998
+ libraries(filters: {id: [$libraryId]}) {
2999
+ list {
3000
+ id
3001
+ label
3002
+ }
3003
+ }
3004
+ }
3005
+ `;
3006
+ /**
3007
+ * __useExplorerLibraryDetailsQuery__
3008
+ *
3009
+ * To run a query within a React component, call `useExplorerLibraryDetailsQuery` and pass it any options that fit your needs.
3010
+ * When your component renders, `useExplorerLibraryDetailsQuery` returns an object from Apollo Client that contains loading, error, and data properties
3011
+ * you can use to render your UI.
3012
+ *
3013
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
3014
+ *
3015
+ * @example
3016
+ * const { data, loading, error } = useExplorerLibraryDetailsQuery({
3017
+ * variables: {
3018
+ * libraryId: // value for 'libraryId'
3019
+ * },
3020
+ * });
3021
+ */
3022
+ export function useExplorerLibraryDetailsQuery(baseOptions) {
3023
+ const options = { ...defaultOptions, ...baseOptions };
3024
+ return Apollo.useQuery(ExplorerLibraryDetailsDocument, options);
3025
+ }
3026
+ export function useExplorerLibraryDetailsLazyQuery(baseOptions) {
3027
+ const options = { ...defaultOptions, ...baseOptions };
3028
+ return Apollo.useLazyQuery(ExplorerLibraryDetailsDocument, options);
3029
+ }
3030
+ export const ExplorerSelectionIdsDocument = gql `
3031
+ query ExplorerSelectionIds($libraryId: ID!, $filters: [RecordFilterInput]) {
3032
+ records(library: $libraryId, filters: $filters) {
3033
+ list {
3034
+ id
3035
+ }
3036
+ }
3037
+ }
3038
+ `;
3039
+ /**
3040
+ * __useExplorerSelectionIdsQuery__
3041
+ *
3042
+ * To run a query within a React component, call `useExplorerSelectionIdsQuery` and pass it any options that fit your needs.
3043
+ * When your component renders, `useExplorerSelectionIdsQuery` returns an object from Apollo Client that contains loading, error, and data properties
3044
+ * you can use to render your UI.
3045
+ *
3046
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
3047
+ *
3048
+ * @example
3049
+ * const { data, loading, error } = useExplorerSelectionIdsQuery({
3050
+ * variables: {
3051
+ * libraryId: // value for 'libraryId'
3052
+ * filters: // value for 'filters'
3053
+ * },
3054
+ * });
3055
+ */
3056
+ export function useExplorerSelectionIdsQuery(baseOptions) {
3057
+ const options = { ...defaultOptions, ...baseOptions };
3058
+ return Apollo.useQuery(ExplorerSelectionIdsDocument, options);
3059
+ }
3060
+ export function useExplorerSelectionIdsLazyQuery(baseOptions) {
3061
+ const options = { ...defaultOptions, ...baseOptions };
3062
+ return Apollo.useLazyQuery(ExplorerSelectionIdsDocument, options);
3063
+ }
3064
+ export const TreeDataQueryDocument = gql `
3065
+ query TreeDataQuery($treeId: ID!) {
3066
+ trees(filters: {id: [$treeId]}) {
3067
+ list {
3068
+ id
3069
+ label
3070
+ }
3071
+ }
3072
+ }
3073
+ `;
3074
+ /**
3075
+ * __useTreeDataQueryQuery__
3076
+ *
3077
+ * To run a query within a React component, call `useTreeDataQueryQuery` and pass it any options that fit your needs.
3078
+ * When your component renders, `useTreeDataQueryQuery` returns an object from Apollo Client that contains loading, error, and data properties
3079
+ * you can use to render your UI.
3080
+ *
3081
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
3082
+ *
3083
+ * @example
3084
+ * const { data, loading, error } = useTreeDataQueryQuery({
3085
+ * variables: {
3086
+ * treeId: // value for 'treeId'
2738
3087
  * },
2739
3088
  * });
2740
3089
  */
2741
- export function useExplorerQuery(baseOptions) {
3090
+ export function useTreeDataQueryQuery(baseOptions) {
2742
3091
  const options = { ...defaultOptions, ...baseOptions };
2743
- return Apollo.useQuery(ExplorerDocument, options);
3092
+ return Apollo.useQuery(TreeDataQueryDocument, options);
2744
3093
  }
2745
- export function useExplorerLazyQuery(baseOptions) {
3094
+ export function useTreeDataQueryLazyQuery(baseOptions) {
2746
3095
  const options = { ...defaultOptions, ...baseOptions };
2747
- return Apollo.useLazyQuery(ExplorerDocument, options);
3096
+ return Apollo.useLazyQuery(TreeDataQueryDocument, options);
2748
3097
  }
2749
3098
  //# sourceMappingURL=index.js.map