@leav/ui 1.4.0 → 1.4.1-11aaf57c

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 (273) hide show
  1. package/dist/_gqlTypes/index.d.ts +49 -3
  2. package/dist/_gqlTypes/index.js +50 -3
  3. package/dist/_gqlTypes/index.js.map +1 -1
  4. package/dist/_queries/export/exportQuery.js +2 -2
  5. package/dist/_queries/records/getRecordsFromLibraryQuery.d.ts +1 -1
  6. package/dist/_utils/index.js +4 -4
  7. package/dist/components/AttributePicker/AttributesList/AttributesList.js +1 -1
  8. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/LinkedLibraryForm.js +1 -1
  9. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/LinkedTreeForm.js +1 -1
  10. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.js +1 -1
  11. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.js +5 -5
  12. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js +1 -1
  13. package/dist/components/EntityCard/EntityCard.js +5 -5
  14. package/dist/components/Explorer/Explorer.d.ts +3 -1
  15. package/dist/components/Explorer/Explorer.js +54 -40
  16. package/dist/components/Explorer/Explorer.js.map +1 -1
  17. package/dist/components/Explorer/ExplorerFiltersAndSorts.d.ts +7 -0
  18. package/dist/components/Explorer/ExplorerFiltersAndSorts.js +44 -0
  19. package/dist/components/Explorer/ExplorerFiltersAndSorts.js.map +1 -0
  20. package/dist/components/Explorer/ExplorerToolbar.d.ts +3 -1
  21. package/dist/components/Explorer/ExplorerToolbar.js +16 -47
  22. package/dist/components/Explorer/ExplorerToolbar.js.map +1 -1
  23. package/dist/components/Explorer/_constants.d.ts +1 -0
  24. package/dist/components/Explorer/_constants.js +1 -0
  25. package/dist/components/Explorer/_constants.js.map +1 -1
  26. package/dist/components/Explorer/_queries/useExplorerData.d.ts +3 -2
  27. package/dist/components/Explorer/_queries/useExplorerData.js +1 -1
  28. package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -1
  29. package/dist/components/Explorer/_types.d.ts +4 -117
  30. package/dist/components/Explorer/_types.js +1 -12
  31. package/dist/components/Explorer/_types.js.map +1 -1
  32. package/dist/components/Explorer/actions-item/useEditStatusItemAction.js +17 -8
  33. package/dist/components/Explorer/actions-item/useEditStatusItemAction.js.map +1 -1
  34. package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js +12 -5
  35. package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js.map +1 -1
  36. package/dist/components/Explorer/actions-mass/useDeleteLinkValues.d.ts +3 -1
  37. package/dist/components/Explorer/actions-mass/useDeleteLinkValues.js +14 -7
  38. package/dist/components/Explorer/actions-mass/useDeleteLinkValues.js.map +1 -1
  39. package/dist/components/Explorer/actions-mass/useExportMassAction.d.ts +17 -0
  40. package/dist/components/Explorer/actions-mass/useExportMassAction.js +100 -0
  41. package/dist/components/Explorer/actions-mass/useExportMassAction.js.map +1 -0
  42. package/dist/components/Explorer/actions-mass/useMassActions.d.ts +3 -1
  43. package/dist/components/Explorer/actions-mass/useMassActions.js +4 -4
  44. package/dist/components/Explorer/actions-mass/useMassActions.js.map +1 -1
  45. package/dist/components/Explorer/actions-primary/usePrimaryActions.d.ts +3 -1
  46. package/dist/components/Explorer/actions-primary/usePrimaryActions.js +14 -10
  47. package/dist/components/Explorer/actions-primary/usePrimaryActions.js.map +1 -1
  48. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js +3 -3
  49. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js.map +1 -1
  50. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js +2 -2
  51. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js.map +1 -1
  52. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js +3 -1
  53. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js.map +1 -1
  54. package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.d.ts +2 -1
  55. package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js +6 -6
  56. package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js.map +1 -1
  57. package/dist/components/Explorer/manage-view-settings/save-view/useCreateNewView.js +15 -3
  58. package/dist/components/Explorer/manage-view-settings/save-view/useCreateNewView.js.map +1 -1
  59. package/dist/components/Explorer/manage-view-settings/save-view/useResetView.js +4 -0
  60. package/dist/components/Explorer/manage-view-settings/save-view/useResetView.js.map +1 -1
  61. package/dist/components/Explorer/manage-view-settings/save-view/useShareView.js +4 -2
  62. package/dist/components/Explorer/manage-view-settings/save-view/useShareView.js.map +1 -1
  63. package/dist/components/Explorer/manage-view-settings/save-view/useUpdateView.js +15 -3
  64. package/dist/components/Explorer/manage-view-settings/save-view/useUpdateView.js.map +1 -1
  65. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +1 -4
  66. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js.map +1 -1
  67. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.d.ts +8 -9
  68. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +4 -128
  69. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -1
  70. package/dist/components/Explorer/useLoadView.js +15 -8
  71. package/dist/components/Explorer/useLoadView.js.map +1 -1
  72. package/dist/components/Explorer/useSearchInput.js +1 -1
  73. package/dist/components/Explorer/useSearchInput.js.map +1 -1
  74. package/dist/components/Explorer/useViewSettingsReducer.js +5 -10
  75. package/dist/components/Explorer/useViewSettingsReducer.js.map +1 -1
  76. package/dist/components/Filters/FiltersProvider.d.ts +3 -0
  77. package/dist/components/Filters/FiltersProvider.js +8 -0
  78. package/dist/components/Filters/FiltersProvider.js.map +1 -0
  79. package/dist/components/Filters/_types.d.ts +130 -0
  80. package/dist/components/Filters/_types.js +14 -0
  81. package/dist/components/Filters/_types.js.map +1 -0
  82. package/dist/components/Filters/conditionsHelper.d.ts +2 -0
  83. package/dist/components/Filters/conditionsHelper.js +16 -0
  84. package/dist/components/Filters/conditionsHelper.js.map +1 -0
  85. package/dist/components/Filters/context/filtersContext.d.ts +6 -0
  86. package/dist/components/Filters/context/filtersContext.js +9 -0
  87. package/dist/components/Filters/context/filtersContext.js.map +1 -0
  88. package/dist/components/Filters/context/filtersInitialState.d.ts +2 -0
  89. package/dist/components/Filters/context/filtersInitialState.js +10 -0
  90. package/dist/components/Filters/context/filtersInitialState.js.map +1 -0
  91. package/dist/components/Filters/context/filtersReducer.d.ts +64 -0
  92. package/dist/components/Filters/context/filtersReducer.js +179 -0
  93. package/dist/components/Filters/context/filtersReducer.js.map +1 -0
  94. package/dist/components/Filters/context/useFiltersReducer.d.ts +13 -0
  95. package/dist/components/Filters/context/useFiltersReducer.js +68 -0
  96. package/dist/components/Filters/context/useFiltersReducer.js.map +1 -0
  97. package/dist/components/Filters/filter-items/CommonFilterItem.d.ts +8 -0
  98. package/dist/components/{Explorer/manage-view-settings/_shared → Filters/filter-items}/CommonFilterItem.js +7 -7
  99. package/dist/components/Filters/filter-items/CommonFilterItem.js.map +1 -0
  100. package/dist/components/{Explorer/manage-view-settings → Filters}/filter-items/filter-type/BooleanAttributeDropdown.js +16 -8
  101. package/dist/components/Filters/filter-items/filter-type/BooleanAttributeDropdown.js.map +1 -0
  102. package/dist/components/{Explorer/manage-view-settings → Filters}/filter-items/filter-type/ColorAttributeDropDown.js +1 -1
  103. package/dist/components/Filters/filter-items/filter-type/ColorAttributeDropDown.js.map +1 -0
  104. package/dist/components/{Explorer/manage-view-settings → Filters}/filter-items/filter-type/DateAttributeDropDown.js +3 -3
  105. package/dist/components/Filters/filter-items/filter-type/DateAttributeDropDown.js.map +1 -0
  106. package/dist/components/{Explorer/manage-view-settings → Filters}/filter-items/filter-type/DateRangeAttributeDropDown.js +1 -1
  107. package/dist/components/Filters/filter-items/filter-type/DateRangeAttributeDropDown.js.map +1 -0
  108. package/dist/components/{Explorer/manage-view-settings → Filters}/filter-items/filter-type/EncryptedAttributeDropDown.js +1 -1
  109. package/dist/components/Filters/filter-items/filter-type/EncryptedAttributeDropDown.js.map +1 -0
  110. package/dist/components/{Explorer/manage-view-settings → Filters}/filter-items/filter-type/ExtendedAttributeDropDown.js +1 -1
  111. package/dist/components/Filters/filter-items/filter-type/ExtendedAttributeDropDown.js.map +1 -0
  112. package/dist/components/Filters/filter-items/filter-type/FilterDropDown.d.ts +3 -0
  113. package/dist/components/{Explorer/manage-view-settings → Filters}/filter-items/filter-type/FilterDropDown.js +9 -9
  114. package/dist/components/Filters/filter-items/filter-type/FilterDropDown.js.map +1 -0
  115. package/dist/components/{Explorer/manage-view-settings → Filters}/filter-items/filter-type/FilterDropdownContent.d.ts +3 -3
  116. package/dist/components/{Explorer/manage-view-settings → Filters}/filter-items/filter-type/FilterDropdownContent.js +6 -6
  117. package/dist/components/Filters/filter-items/filter-type/FilterDropdownContent.js.map +1 -0
  118. package/dist/components/{Explorer/manage-view-settings → Filters}/filter-items/filter-type/FilterValueListDropDown.d.ts +3 -3
  119. package/dist/components/{Explorer/manage-view-settings → Filters}/filter-items/filter-type/FilterValueListDropDown.js +5 -5
  120. package/dist/components/Filters/filter-items/filter-type/FilterValueListDropDown.js.map +1 -0
  121. package/dist/components/{Explorer/manage-view-settings → Filters}/filter-items/filter-type/LinkAttributeDropdown.js +6 -6
  122. package/dist/components/Filters/filter-items/filter-type/LinkAttributeDropdown.js.map +1 -0
  123. package/dist/components/{Explorer/manage-view-settings → Filters}/filter-items/filter-type/NumericAttributeDropDown.js +2 -2
  124. package/dist/components/Filters/filter-items/filter-type/NumericAttributeDropDown.js.map +1 -0
  125. package/dist/components/{Explorer/manage-view-settings → Filters}/filter-items/filter-type/TextAttributeDropDown.js +2 -2
  126. package/dist/components/Filters/filter-items/filter-type/TextAttributeDropDown.js.map +1 -0
  127. package/dist/components/{Explorer/manage-view-settings → Filters}/filter-items/filter-type/TreeAttributeDropDown.js +10 -10
  128. package/dist/components/Filters/filter-items/filter-type/TreeAttributeDropDown.js.map +1 -0
  129. package/dist/components/Filters/filter-items/filter-type/_types.d.ts +18 -0
  130. package/dist/components/Filters/filter-items/filter-type/_types.js.map +1 -0
  131. package/dist/components/{Explorer/manage-view-settings → Filters}/filter-items/filter-type/useConditionOptionsByType.d.ts +7 -7
  132. package/dist/components/{Explorer/manage-view-settings → Filters}/filter-items/filter-type/useConditionOptionsByType.js +14 -14
  133. package/dist/components/Filters/filter-items/filter-type/useConditionOptionsByType.js.map +1 -0
  134. package/dist/components/Filters/index.d.ts +8 -0
  135. package/dist/components/Filters/index.js +12 -0
  136. package/dist/components/Filters/index.js.map +1 -0
  137. package/dist/components/Filters/prepareFiltersForRequest.d.ts +4 -0
  138. package/dist/components/{Explorer/_queries → Filters}/prepareFiltersForRequest.js +12 -11
  139. package/dist/components/Filters/prepareFiltersForRequest.js.map +1 -0
  140. package/dist/components/Filters/useFilters.d.ts +1724 -0
  141. package/dist/components/Filters/useFilters.js +28 -0
  142. package/dist/components/Filters/useFilters.js.map +1 -0
  143. package/dist/components/Filters/useFiltersContext.d.ts +4 -0
  144. package/dist/components/Filters/useFiltersContext.js +13 -0
  145. package/dist/components/Filters/useFiltersContext.js.map +1 -0
  146. package/dist/components/{Explorer/manage-view-settings/_shared → Filters}/useTransformFilters.d.ts +9 -9
  147. package/dist/components/{Explorer/manage-view-settings/_shared → Filters}/useTransformFilters.js +8 -8
  148. package/dist/components/Filters/useTransformFilters.js.map +1 -0
  149. package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js +5 -5
  150. package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js.map +1 -1
  151. package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js +1 -1
  152. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.js +1 -1
  153. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.js +1 -1
  154. package/dist/components/LibraryItemsList/MenuItemList/MenuItemList.js +1 -1
  155. package/dist/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.js +2 -2
  156. package/dist/components/LibraryItemsList/MenuSelection/MenuSelection.js +1 -1
  157. package/dist/components/LibraryItemsList/MenuView/MenuView.js +6 -6
  158. package/dist/components/LibraryItemsList/Sidebar/Sidebar.js +1 -1
  159. package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.js +1 -1
  160. package/dist/components/LibraryItemsList/TileDisplay/helpers/getItemPreviewSize.js +3 -3
  161. package/dist/components/LibraryItemsList/helpers/displayTypeToPreviewSize.d.ts +1 -1
  162. package/dist/components/LibraryItemsList/helpers/displayTypeToPreviewSize.js +4 -4
  163. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js +2 -2
  164. package/dist/components/LibraryPicker/LibrariesList/LibrariesList.js +2 -2
  165. package/dist/components/Notifications/InitNotificationsSubscription.d.ts +2 -0
  166. package/dist/components/Notifications/InitNotificationsSubscription.js +7 -0
  167. package/dist/components/Notifications/InitNotificationsSubscription.js.map +1 -0
  168. package/dist/components/Notifications/hooks/useNotificationSubscription.d.ts +4 -0
  169. package/dist/components/Notifications/hooks/useNotificationSubscription.js +33 -0
  170. package/dist/components/Notifications/hooks/useNotificationSubscription.js.map +1 -0
  171. package/dist/components/Notifications/index.d.ts +1 -0
  172. package/dist/components/Notifications/index.js +5 -0
  173. package/dist/components/Notifications/index.js.map +1 -0
  174. package/dist/components/RecordCard/RecordCard.js +4 -4
  175. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js +9 -2
  176. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
  177. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useLinkRecords.js +5 -2
  178. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useLinkRecords.js.map +1 -1
  179. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +12 -4
  180. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
  181. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js +1 -1
  182. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js +1 -1
  183. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js +1 -1
  184. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js +1 -1
  185. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +1 -1
  186. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js +1 -1
  187. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js +1 -1
  188. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js +14 -2
  189. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js.map +1 -1
  190. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeList.js +3 -1
  191. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeList.js.map +1 -1
  192. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.js +4 -4
  193. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.js.map +1 -1
  194. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.js +1 -1
  195. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.js.map +1 -1
  196. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.d.ts +2 -2
  197. package/dist/components/RecordEdition/EditRecordModal/useEditRecordModal.js +3 -1
  198. package/dist/components/RecordEdition/EditRecordModal/useEditRecordModal.js.map +1 -1
  199. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.d.ts +3 -2
  200. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +15 -2
  201. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js.map +1 -1
  202. package/dist/components/RecordEdition/_types.d.ts +2 -2
  203. package/dist/components/RecordEdition/hooks/useGetSubmitButtons.d.ts +2 -2
  204. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.js +1 -1
  205. package/dist/components/SelectTreeNode/SelectTreeNode.js +1 -1
  206. package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
  207. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +11 -18
  208. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -1
  209. package/dist/components/SelectTreeNode/TreeNodeTitle.d.ts +9 -5
  210. package/dist/components/SelectTreeNode/TreeNodeTitle.js +49 -3
  211. package/dist/components/SelectTreeNode/TreeNodeTitle.js.map +1 -1
  212. package/dist/components/SelectTreeNode/_types.js +1 -0
  213. package/dist/components/SelectTreeNode/_types.js.map +1 -1
  214. package/dist/components/TreePicker/TreesList/TreesList.js +1 -1
  215. package/dist/components/index.d.ts +2 -0
  216. package/dist/components/index.js +2 -0
  217. package/dist/components/index.js.map +1 -1
  218. package/dist/constants.d.ts +6 -4
  219. package/dist/constants.js +6 -4
  220. package/dist/constants.js.map +1 -1
  221. package/dist/hooks/index.d.ts +1 -0
  222. package/dist/hooks/index.js +1 -0
  223. package/dist/hooks/index.js.map +1 -1
  224. package/dist/hooks/useIFrameMessenger/messageHandlers.d.ts +3 -3
  225. package/dist/hooks/useIFrameMessenger/messageHandlers.js +12 -16
  226. package/dist/hooks/useIFrameMessenger/messageHandlers.js.map +1 -1
  227. package/dist/hooks/useIFrameMessenger/schema.d.ts +85 -4
  228. package/dist/hooks/useIFrameMessenger/schema.js +49 -54
  229. package/dist/hooks/useIFrameMessenger/schema.js.map +1 -1
  230. package/dist/hooks/useIFrameMessenger/types.d.ts +33 -31
  231. package/dist/hooks/useIFrameMessenger/types.js.map +1 -1
  232. package/dist/hooks/useIFrameMessenger/useIFrameMessenger.d.ts +2 -2
  233. package/dist/hooks/useIFrameMessenger/useIFrameMessenger.js.map +1 -1
  234. package/dist/hooks/useIFrameMessengerClient/iFrameMessengerClientContext.d.ts +2 -2
  235. package/dist/hooks/useIFrameMessengerClient/useIFrameMessengerClient.d.ts +2 -2
  236. package/dist/locales/en/shared.json +29 -5
  237. package/dist/locales/fr/shared.json +29 -5
  238. package/dist/types/search.d.ts +5 -5
  239. package/dist/types/search.js +5 -5
  240. package/package.json +4 -4
  241. package/dist/components/Explorer/_queries/prepareFiltersForRequest.d.ts +0 -4
  242. package/dist/components/Explorer/_queries/prepareFiltersForRequest.js.map +0 -1
  243. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.d.ts +0 -6
  244. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js.map +0 -1
  245. package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js.map +0 -1
  246. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js.map +0 -1
  247. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.js.map +0 -1
  248. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js.map +0 -1
  249. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.js.map +0 -1
  250. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.js.map +0 -1
  251. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.js.map +0 -1
  252. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.d.ts +0 -3
  253. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js.map +0 -1
  254. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js.map +0 -1
  255. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueListDropDown.js.map +0 -1
  256. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/LinkAttributeDropdown.js.map +0 -1
  257. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js.map +0 -1
  258. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js.map +0 -1
  259. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TreeAttributeDropDown.js.map +0 -1
  260. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.d.ts +0 -18
  261. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.js.map +0 -1
  262. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js.map +0 -1
  263. /package/dist/components/{Explorer/manage-view-settings → Filters}/filter-items/filter-type/BooleanAttributeDropdown.d.ts +0 -0
  264. /package/dist/components/{Explorer/manage-view-settings → Filters}/filter-items/filter-type/ColorAttributeDropDown.d.ts +0 -0
  265. /package/dist/components/{Explorer/manage-view-settings → Filters}/filter-items/filter-type/DateAttributeDropDown.d.ts +0 -0
  266. /package/dist/components/{Explorer/manage-view-settings → Filters}/filter-items/filter-type/DateRangeAttributeDropDown.d.ts +0 -0
  267. /package/dist/components/{Explorer/manage-view-settings → Filters}/filter-items/filter-type/EncryptedAttributeDropDown.d.ts +0 -0
  268. /package/dist/components/{Explorer/manage-view-settings → Filters}/filter-items/filter-type/ExtendedAttributeDropDown.d.ts +0 -0
  269. /package/dist/components/{Explorer/manage-view-settings → Filters}/filter-items/filter-type/LinkAttributeDropdown.d.ts +0 -0
  270. /package/dist/components/{Explorer/manage-view-settings → Filters}/filter-items/filter-type/NumericAttributeDropDown.d.ts +0 -0
  271. /package/dist/components/{Explorer/manage-view-settings → Filters}/filter-items/filter-type/TextAttributeDropDown.d.ts +0 -0
  272. /package/dist/components/{Explorer/manage-view-settings → Filters}/filter-items/filter-type/TreeAttributeDropDown.d.ts +0 -0
  273. /package/dist/components/{Explorer/manage-view-settings → Filters}/filter-items/filter-type/_types.js +0 -0
@@ -0,0 +1,1724 @@
1
+ export declare const useFilters: (pinFilters?: boolean) => {
2
+ filtersProps: {
3
+ key: string;
4
+ filter: {
5
+ attribute: {
6
+ format: import("../../_gqlTypes").AttributeFormat;
7
+ type: import("../../_gqlTypes").AttributeType;
8
+ label: string;
9
+ id: string;
10
+ valuesList?: {
11
+ enable: boolean;
12
+ allowFreeEntry?: boolean | null;
13
+ allowListUpdate?: boolean | null;
14
+ values?: Array<string> | null;
15
+ } | {
16
+ allowFreeEntry?: boolean | null;
17
+ enable: boolean;
18
+ linkedValues?: Array<{
19
+ id: string;
20
+ whoAmI: {
21
+ id: string;
22
+ label?: string | null;
23
+ library: {
24
+ id: string;
25
+ };
26
+ };
27
+ }> | null;
28
+ };
29
+ linked_library?: {
30
+ id: string;
31
+ label?: any | null;
32
+ } | null;
33
+ permissions: {
34
+ access_attribute: boolean;
35
+ };
36
+ } | {
37
+ linkedLibrary?: {
38
+ id: string;
39
+ };
40
+ type: import("../../_gqlTypes").AttributeType;
41
+ label: string;
42
+ id: string;
43
+ format?: import("../../_gqlTypes").AttributeFormat | null;
44
+ valuesList?: {
45
+ enable: boolean;
46
+ allowFreeEntry?: boolean | null;
47
+ allowListUpdate?: boolean | null;
48
+ values?: Array<string> | null;
49
+ } | {
50
+ allowFreeEntry?: boolean | null;
51
+ enable: boolean;
52
+ linkedValues?: Array<{
53
+ id: string;
54
+ whoAmI: {
55
+ id: string;
56
+ label?: string | null;
57
+ library: {
58
+ id: string;
59
+ };
60
+ };
61
+ }> | null;
62
+ };
63
+ linked_library?: {
64
+ id: string;
65
+ label?: any | null;
66
+ } | null;
67
+ permissions: {
68
+ access_attribute: boolean;
69
+ };
70
+ } | {
71
+ linkedTree?: {
72
+ id: string;
73
+ };
74
+ type: import("../../_gqlTypes").AttributeType;
75
+ label: string;
76
+ id: string;
77
+ format?: import("../../_gqlTypes").AttributeFormat | null;
78
+ valuesList?: {
79
+ enable: boolean;
80
+ allowFreeEntry?: boolean | null;
81
+ allowListUpdate?: boolean | null;
82
+ values?: Array<string> | null;
83
+ } | {
84
+ allowFreeEntry?: boolean | null;
85
+ enable: boolean;
86
+ linkedValues?: Array<{
87
+ id: string;
88
+ whoAmI: {
89
+ id: string;
90
+ label?: string | null;
91
+ library: {
92
+ id: string;
93
+ };
94
+ };
95
+ }> | null;
96
+ };
97
+ linked_library?: {
98
+ id: string;
99
+ label?: any | null;
100
+ } | null;
101
+ permissions: {
102
+ access_attribute: boolean;
103
+ };
104
+ } | {
105
+ format: import("../../_gqlTypes").AttributeFormat;
106
+ type: import("../../_gqlTypes").AttributeType;
107
+ label: string;
108
+ id: string;
109
+ valuesList: NonNullable<import("../../_gqlTypes").StandardAttributeDetailsFragment["valuesList"]> | NonNullable<import("../../_gqlTypes").LinkAttributeDetailsFragment["valuesList"]>;
110
+ linked_library?: {
111
+ id: string;
112
+ label?: any | null;
113
+ } | null;
114
+ permissions: {
115
+ access_attribute: boolean;
116
+ };
117
+ } | {
118
+ linkedLibrary?: {
119
+ id: string;
120
+ };
121
+ type: import("../../_gqlTypes").AttributeType;
122
+ label: string;
123
+ id: string;
124
+ format?: import("../../_gqlTypes").AttributeFormat | null;
125
+ valuesList: NonNullable<import("../../_gqlTypes").StandardAttributeDetailsFragment["valuesList"]> | NonNullable<import("../../_gqlTypes").LinkAttributeDetailsFragment["valuesList"]>;
126
+ linked_library?: {
127
+ id: string;
128
+ label?: any | null;
129
+ } | null;
130
+ permissions: {
131
+ access_attribute: boolean;
132
+ };
133
+ } | {
134
+ format: import("../../_gqlTypes").AttributeFormat;
135
+ type: import("../../_gqlTypes").AttributeType;
136
+ label: string;
137
+ id: string;
138
+ valuesList?: {
139
+ enable: boolean;
140
+ allowFreeEntry?: boolean | null;
141
+ allowListUpdate?: boolean | null;
142
+ values?: Array<string> | null;
143
+ } | {
144
+ allowFreeEntry?: boolean | null;
145
+ enable: boolean;
146
+ linkedValues?: Array<{
147
+ id: string;
148
+ whoAmI: {
149
+ id: string;
150
+ label?: string | null;
151
+ library: {
152
+ id: string;
153
+ };
154
+ };
155
+ }> | null;
156
+ };
157
+ embedded_fields?: Array<{
158
+ id: string;
159
+ format?: import("../../_gqlTypes").AttributeFormat | null;
160
+ label?: any | null;
161
+ } | null> | null;
162
+ permissions: {
163
+ access_attribute: boolean;
164
+ };
165
+ } | {
166
+ linkedLibrary?: {
167
+ id: string;
168
+ };
169
+ type: import("../../_gqlTypes").AttributeType;
170
+ label: string;
171
+ id: string;
172
+ format?: import("../../_gqlTypes").AttributeFormat | null;
173
+ valuesList?: {
174
+ enable: boolean;
175
+ allowFreeEntry?: boolean | null;
176
+ allowListUpdate?: boolean | null;
177
+ values?: Array<string> | null;
178
+ } | {
179
+ allowFreeEntry?: boolean | null;
180
+ enable: boolean;
181
+ linkedValues?: Array<{
182
+ id: string;
183
+ whoAmI: {
184
+ id: string;
185
+ label?: string | null;
186
+ library: {
187
+ id: string;
188
+ };
189
+ };
190
+ }> | null;
191
+ };
192
+ embedded_fields?: Array<{
193
+ id: string;
194
+ format?: import("../../_gqlTypes").AttributeFormat | null;
195
+ label?: any | null;
196
+ } | null> | null;
197
+ permissions: {
198
+ access_attribute: boolean;
199
+ };
200
+ } | {
201
+ linkedTree?: {
202
+ id: string;
203
+ };
204
+ type: import("../../_gqlTypes").AttributeType;
205
+ label: string;
206
+ id: string;
207
+ format?: import("../../_gqlTypes").AttributeFormat | null;
208
+ valuesList?: {
209
+ enable: boolean;
210
+ allowFreeEntry?: boolean | null;
211
+ allowListUpdate?: boolean | null;
212
+ values?: Array<string> | null;
213
+ } | {
214
+ allowFreeEntry?: boolean | null;
215
+ enable: boolean;
216
+ linkedValues?: Array<{
217
+ id: string;
218
+ whoAmI: {
219
+ id: string;
220
+ label?: string | null;
221
+ library: {
222
+ id: string;
223
+ };
224
+ };
225
+ }> | null;
226
+ };
227
+ embedded_fields?: Array<{
228
+ id: string;
229
+ format?: import("../../_gqlTypes").AttributeFormat | null;
230
+ label?: any | null;
231
+ } | null> | null;
232
+ permissions: {
233
+ access_attribute: boolean;
234
+ };
235
+ } | {
236
+ format: import("../../_gqlTypes").AttributeFormat;
237
+ type: import("../../_gqlTypes").AttributeType;
238
+ label: string;
239
+ id: string;
240
+ valuesList: NonNullable<import("../../_gqlTypes").StandardAttributeDetailsFragment["valuesList"]> | NonNullable<import("../../_gqlTypes").LinkAttributeDetailsFragment["valuesList"]>;
241
+ embedded_fields?: Array<{
242
+ id: string;
243
+ format?: import("../../_gqlTypes").AttributeFormat | null;
244
+ label?: any | null;
245
+ } | null> | null;
246
+ permissions: {
247
+ access_attribute: boolean;
248
+ };
249
+ } | {
250
+ linkedLibrary?: {
251
+ id: string;
252
+ };
253
+ type: import("../../_gqlTypes").AttributeType;
254
+ label: string;
255
+ id: string;
256
+ format?: import("../../_gqlTypes").AttributeFormat | null;
257
+ valuesList: NonNullable<import("../../_gqlTypes").StandardAttributeDetailsFragment["valuesList"]> | NonNullable<import("../../_gqlTypes").LinkAttributeDetailsFragment["valuesList"]>;
258
+ embedded_fields?: Array<{
259
+ id: string;
260
+ format?: import("../../_gqlTypes").AttributeFormat | null;
261
+ label?: any | null;
262
+ } | null> | null;
263
+ permissions: {
264
+ access_attribute: boolean;
265
+ };
266
+ } | {
267
+ format: import("../../_gqlTypes").AttributeFormat;
268
+ type: import("../../_gqlTypes").AttributeType;
269
+ label: string;
270
+ id: string;
271
+ valuesList?: NonNullable<import("../../_gqlTypes").StandardAttributeDetailsFragment["valuesList"]> | NonNullable<import("../../_gqlTypes").LinkAttributeDetailsFragment["valuesList"]>;
272
+ linked_tree?: {
273
+ id: string;
274
+ label?: any | null;
275
+ } | null;
276
+ permissions: {
277
+ access_attribute: boolean;
278
+ };
279
+ } | {
280
+ linkedLibrary?: {
281
+ id: string;
282
+ };
283
+ type: import("../../_gqlTypes").AttributeType;
284
+ label: string;
285
+ id: string;
286
+ format?: import("../../_gqlTypes").AttributeFormat | null;
287
+ valuesList?: NonNullable<import("../../_gqlTypes").StandardAttributeDetailsFragment["valuesList"]> | NonNullable<import("../../_gqlTypes").LinkAttributeDetailsFragment["valuesList"]>;
288
+ linked_tree?: {
289
+ id: string;
290
+ label?: any | null;
291
+ } | null;
292
+ permissions: {
293
+ access_attribute: boolean;
294
+ };
295
+ } | {
296
+ linkedTree?: {
297
+ id: string;
298
+ };
299
+ type: import("../../_gqlTypes").AttributeType;
300
+ label: string;
301
+ id: string;
302
+ format?: import("../../_gqlTypes").AttributeFormat | null;
303
+ valuesList?: NonNullable<import("../../_gqlTypes").StandardAttributeDetailsFragment["valuesList"]> | NonNullable<import("../../_gqlTypes").LinkAttributeDetailsFragment["valuesList"]>;
304
+ linked_tree?: {
305
+ id: string;
306
+ label?: any | null;
307
+ } | null;
308
+ permissions: {
309
+ access_attribute: boolean;
310
+ };
311
+ } | {
312
+ format: import("../../_gqlTypes").AttributeFormat;
313
+ type: import("../../_gqlTypes").AttributeType;
314
+ label: string;
315
+ id: string;
316
+ valuesList: NonNullable<import("../../_gqlTypes").StandardAttributeDetailsFragment["valuesList"]> | NonNullable<import("../../_gqlTypes").LinkAttributeDetailsFragment["valuesList"]>;
317
+ linked_tree?: {
318
+ id: string;
319
+ label?: any | null;
320
+ } | null;
321
+ permissions: {
322
+ access_attribute: boolean;
323
+ };
324
+ } | {
325
+ linkedLibrary?: {
326
+ id: string;
327
+ };
328
+ type: import("../../_gqlTypes").AttributeType;
329
+ label: string;
330
+ id: string;
331
+ format?: import("../../_gqlTypes").AttributeFormat | null;
332
+ valuesList: NonNullable<import("../../_gqlTypes").StandardAttributeDetailsFragment["valuesList"]> | NonNullable<import("../../_gqlTypes").LinkAttributeDetailsFragment["valuesList"]>;
333
+ linked_tree?: {
334
+ id: string;
335
+ label?: any | null;
336
+ } | null;
337
+ permissions: {
338
+ access_attribute: boolean;
339
+ };
340
+ };
341
+ condition: import("../../_gqlTypes").RecordFilterCondition | null;
342
+ field: string;
343
+ value: string | null;
344
+ id: string;
345
+ hidden?: boolean | undefined;
346
+ formattedValue?: string | null;
347
+ } | {
348
+ attribute: {
349
+ format: import("../../_gqlTypes").AttributeFormat;
350
+ type: import("../../_gqlTypes").AttributeType;
351
+ label: string;
352
+ id: string;
353
+ valuesList?: {
354
+ enable: boolean;
355
+ allowFreeEntry?: boolean | null;
356
+ allowListUpdate?: boolean | null;
357
+ values?: Array<string> | null;
358
+ } | {
359
+ allowFreeEntry?: boolean | null;
360
+ enable: boolean;
361
+ linkedValues?: Array<{
362
+ id: string;
363
+ whoAmI: {
364
+ id: string;
365
+ label?: string | null;
366
+ library: {
367
+ id: string;
368
+ };
369
+ };
370
+ }> | null;
371
+ };
372
+ linked_library?: {
373
+ id: string;
374
+ label?: any | null;
375
+ } | null;
376
+ permissions: {
377
+ access_attribute: boolean;
378
+ };
379
+ } | {
380
+ linkedLibrary?: {
381
+ id: string;
382
+ };
383
+ type: import("../../_gqlTypes").AttributeType;
384
+ label: string;
385
+ id: string;
386
+ format?: import("../../_gqlTypes").AttributeFormat | null;
387
+ valuesList?: {
388
+ enable: boolean;
389
+ allowFreeEntry?: boolean | null;
390
+ allowListUpdate?: boolean | null;
391
+ values?: Array<string> | null;
392
+ } | {
393
+ allowFreeEntry?: boolean | null;
394
+ enable: boolean;
395
+ linkedValues?: Array<{
396
+ id: string;
397
+ whoAmI: {
398
+ id: string;
399
+ label?: string | null;
400
+ library: {
401
+ id: string;
402
+ };
403
+ };
404
+ }> | null;
405
+ };
406
+ linked_library?: {
407
+ id: string;
408
+ label?: any | null;
409
+ } | null;
410
+ permissions: {
411
+ access_attribute: boolean;
412
+ };
413
+ } | {
414
+ linkedTree?: {
415
+ id: string;
416
+ };
417
+ type: import("../../_gqlTypes").AttributeType;
418
+ label: string;
419
+ id: string;
420
+ format?: import("../../_gqlTypes").AttributeFormat | null;
421
+ valuesList?: {
422
+ enable: boolean;
423
+ allowFreeEntry?: boolean | null;
424
+ allowListUpdate?: boolean | null;
425
+ values?: Array<string> | null;
426
+ } | {
427
+ allowFreeEntry?: boolean | null;
428
+ enable: boolean;
429
+ linkedValues?: Array<{
430
+ id: string;
431
+ whoAmI: {
432
+ id: string;
433
+ label?: string | null;
434
+ library: {
435
+ id: string;
436
+ };
437
+ };
438
+ }> | null;
439
+ };
440
+ linked_library?: {
441
+ id: string;
442
+ label?: any | null;
443
+ } | null;
444
+ permissions: {
445
+ access_attribute: boolean;
446
+ };
447
+ } | {
448
+ format: import("../../_gqlTypes").AttributeFormat;
449
+ type: import("../../_gqlTypes").AttributeType;
450
+ label: string;
451
+ id: string;
452
+ valuesList: NonNullable<import("../../_gqlTypes").StandardAttributeDetailsFragment["valuesList"]> | NonNullable<import("../../_gqlTypes").LinkAttributeDetailsFragment["valuesList"]>;
453
+ linked_library?: {
454
+ id: string;
455
+ label?: any | null;
456
+ } | null;
457
+ permissions: {
458
+ access_attribute: boolean;
459
+ };
460
+ } | {
461
+ linkedLibrary?: {
462
+ id: string;
463
+ };
464
+ type: import("../../_gqlTypes").AttributeType;
465
+ label: string;
466
+ id: string;
467
+ format?: import("../../_gqlTypes").AttributeFormat | null;
468
+ valuesList: NonNullable<import("../../_gqlTypes").StandardAttributeDetailsFragment["valuesList"]> | NonNullable<import("../../_gqlTypes").LinkAttributeDetailsFragment["valuesList"]>;
469
+ linked_library?: {
470
+ id: string;
471
+ label?: any | null;
472
+ } | null;
473
+ permissions: {
474
+ access_attribute: boolean;
475
+ };
476
+ } | {
477
+ format: import("../../_gqlTypes").AttributeFormat;
478
+ type: import("../../_gqlTypes").AttributeType;
479
+ label: string;
480
+ id: string;
481
+ valuesList?: {
482
+ enable: boolean;
483
+ allowFreeEntry?: boolean | null;
484
+ allowListUpdate?: boolean | null;
485
+ values?: Array<string> | null;
486
+ } | {
487
+ allowFreeEntry?: boolean | null;
488
+ enable: boolean;
489
+ linkedValues?: Array<{
490
+ id: string;
491
+ whoAmI: {
492
+ id: string;
493
+ label?: string | null;
494
+ library: {
495
+ id: string;
496
+ };
497
+ };
498
+ }> | null;
499
+ };
500
+ embedded_fields?: Array<{
501
+ id: string;
502
+ format?: import("../../_gqlTypes").AttributeFormat | null;
503
+ label?: any | null;
504
+ } | null> | null;
505
+ permissions: {
506
+ access_attribute: boolean;
507
+ };
508
+ } | {
509
+ linkedLibrary?: {
510
+ id: string;
511
+ };
512
+ type: import("../../_gqlTypes").AttributeType;
513
+ label: string;
514
+ id: string;
515
+ format?: import("../../_gqlTypes").AttributeFormat | null;
516
+ valuesList?: {
517
+ enable: boolean;
518
+ allowFreeEntry?: boolean | null;
519
+ allowListUpdate?: boolean | null;
520
+ values?: Array<string> | null;
521
+ } | {
522
+ allowFreeEntry?: boolean | null;
523
+ enable: boolean;
524
+ linkedValues?: Array<{
525
+ id: string;
526
+ whoAmI: {
527
+ id: string;
528
+ label?: string | null;
529
+ library: {
530
+ id: string;
531
+ };
532
+ };
533
+ }> | null;
534
+ };
535
+ embedded_fields?: Array<{
536
+ id: string;
537
+ format?: import("../../_gqlTypes").AttributeFormat | null;
538
+ label?: any | null;
539
+ } | null> | null;
540
+ permissions: {
541
+ access_attribute: boolean;
542
+ };
543
+ } | {
544
+ linkedTree?: {
545
+ id: string;
546
+ };
547
+ type: import("../../_gqlTypes").AttributeType;
548
+ label: string;
549
+ id: string;
550
+ format?: import("../../_gqlTypes").AttributeFormat | null;
551
+ valuesList?: {
552
+ enable: boolean;
553
+ allowFreeEntry?: boolean | null;
554
+ allowListUpdate?: boolean | null;
555
+ values?: Array<string> | null;
556
+ } | {
557
+ allowFreeEntry?: boolean | null;
558
+ enable: boolean;
559
+ linkedValues?: Array<{
560
+ id: string;
561
+ whoAmI: {
562
+ id: string;
563
+ label?: string | null;
564
+ library: {
565
+ id: string;
566
+ };
567
+ };
568
+ }> | null;
569
+ };
570
+ embedded_fields?: Array<{
571
+ id: string;
572
+ format?: import("../../_gqlTypes").AttributeFormat | null;
573
+ label?: any | null;
574
+ } | null> | null;
575
+ permissions: {
576
+ access_attribute: boolean;
577
+ };
578
+ } | {
579
+ format: import("../../_gqlTypes").AttributeFormat;
580
+ type: import("../../_gqlTypes").AttributeType;
581
+ label: string;
582
+ id: string;
583
+ valuesList: NonNullable<import("../../_gqlTypes").StandardAttributeDetailsFragment["valuesList"]> | NonNullable<import("../../_gqlTypes").LinkAttributeDetailsFragment["valuesList"]>;
584
+ embedded_fields?: Array<{
585
+ id: string;
586
+ format?: import("../../_gqlTypes").AttributeFormat | null;
587
+ label?: any | null;
588
+ } | null> | null;
589
+ permissions: {
590
+ access_attribute: boolean;
591
+ };
592
+ } | {
593
+ linkedLibrary?: {
594
+ id: string;
595
+ };
596
+ type: import("../../_gqlTypes").AttributeType;
597
+ label: string;
598
+ id: string;
599
+ format?: import("../../_gqlTypes").AttributeFormat | null;
600
+ valuesList: NonNullable<import("../../_gqlTypes").StandardAttributeDetailsFragment["valuesList"]> | NonNullable<import("../../_gqlTypes").LinkAttributeDetailsFragment["valuesList"]>;
601
+ embedded_fields?: Array<{
602
+ id: string;
603
+ format?: import("../../_gqlTypes").AttributeFormat | null;
604
+ label?: any | null;
605
+ } | null> | null;
606
+ permissions: {
607
+ access_attribute: boolean;
608
+ };
609
+ } | {
610
+ format: import("../../_gqlTypes").AttributeFormat;
611
+ type: import("../../_gqlTypes").AttributeType;
612
+ label: string;
613
+ id: string;
614
+ valuesList?: NonNullable<import("../../_gqlTypes").StandardAttributeDetailsFragment["valuesList"]> | NonNullable<import("../../_gqlTypes").LinkAttributeDetailsFragment["valuesList"]>;
615
+ linked_tree?: {
616
+ id: string;
617
+ label?: any | null;
618
+ } | null;
619
+ permissions: {
620
+ access_attribute: boolean;
621
+ };
622
+ } | {
623
+ linkedLibrary?: {
624
+ id: string;
625
+ };
626
+ type: import("../../_gqlTypes").AttributeType;
627
+ label: string;
628
+ id: string;
629
+ format?: import("../../_gqlTypes").AttributeFormat | null;
630
+ valuesList?: NonNullable<import("../../_gqlTypes").StandardAttributeDetailsFragment["valuesList"]> | NonNullable<import("../../_gqlTypes").LinkAttributeDetailsFragment["valuesList"]>;
631
+ linked_tree?: {
632
+ id: string;
633
+ label?: any | null;
634
+ } | null;
635
+ permissions: {
636
+ access_attribute: boolean;
637
+ };
638
+ } | {
639
+ linkedTree?: {
640
+ id: string;
641
+ };
642
+ type: import("../../_gqlTypes").AttributeType;
643
+ label: string;
644
+ id: string;
645
+ format?: import("../../_gqlTypes").AttributeFormat | null;
646
+ valuesList?: NonNullable<import("../../_gqlTypes").StandardAttributeDetailsFragment["valuesList"]> | NonNullable<import("../../_gqlTypes").LinkAttributeDetailsFragment["valuesList"]>;
647
+ linked_tree?: {
648
+ id: string;
649
+ label?: any | null;
650
+ } | null;
651
+ permissions: {
652
+ access_attribute: boolean;
653
+ };
654
+ } | {
655
+ format: import("../../_gqlTypes").AttributeFormat;
656
+ type: import("../../_gqlTypes").AttributeType;
657
+ label: string;
658
+ id: string;
659
+ valuesList: NonNullable<import("../../_gqlTypes").StandardAttributeDetailsFragment["valuesList"]> | NonNullable<import("../../_gqlTypes").LinkAttributeDetailsFragment["valuesList"]>;
660
+ linked_tree?: {
661
+ id: string;
662
+ label?: any | null;
663
+ } | null;
664
+ permissions: {
665
+ access_attribute: boolean;
666
+ };
667
+ } | {
668
+ linkedLibrary?: {
669
+ id: string;
670
+ };
671
+ type: import("../../_gqlTypes").AttributeType;
672
+ label: string;
673
+ id: string;
674
+ format?: import("../../_gqlTypes").AttributeFormat | null;
675
+ valuesList: NonNullable<import("../../_gqlTypes").StandardAttributeDetailsFragment["valuesList"]> | NonNullable<import("../../_gqlTypes").LinkAttributeDetailsFragment["valuesList"]>;
676
+ linked_tree?: {
677
+ id: string;
678
+ label?: any | null;
679
+ } | null;
680
+ permissions: {
681
+ access_attribute: boolean;
682
+ };
683
+ };
684
+ condition: import("../../_gqlTypes").RecordFilterCondition | null;
685
+ field: string;
686
+ value: string | null;
687
+ id: string;
688
+ hidden?: boolean | undefined;
689
+ formattedValue?: string | null;
690
+ } | {
691
+ attribute: {
692
+ format: import("../../_gqlTypes").AttributeFormat;
693
+ type: import("../../_gqlTypes").AttributeType;
694
+ label: string;
695
+ id: string;
696
+ valuesList?: {
697
+ enable: boolean;
698
+ allowFreeEntry?: boolean | null;
699
+ allowListUpdate?: boolean | null;
700
+ values?: Array<string> | null;
701
+ } | {
702
+ allowFreeEntry?: boolean | null;
703
+ enable: boolean;
704
+ linkedValues?: Array<{
705
+ id: string;
706
+ whoAmI: {
707
+ id: string;
708
+ label?: string | null;
709
+ library: {
710
+ id: string;
711
+ };
712
+ };
713
+ }> | null;
714
+ };
715
+ linked_library?: {
716
+ id: string;
717
+ label?: any | null;
718
+ } | null;
719
+ permissions: {
720
+ access_attribute: boolean;
721
+ };
722
+ } | {
723
+ linkedLibrary?: {
724
+ id: string;
725
+ };
726
+ type: import("../../_gqlTypes").AttributeType;
727
+ label: string;
728
+ id: string;
729
+ format?: import("../../_gqlTypes").AttributeFormat | null;
730
+ valuesList?: {
731
+ enable: boolean;
732
+ allowFreeEntry?: boolean | null;
733
+ allowListUpdate?: boolean | null;
734
+ values?: Array<string> | null;
735
+ } | {
736
+ allowFreeEntry?: boolean | null;
737
+ enable: boolean;
738
+ linkedValues?: Array<{
739
+ id: string;
740
+ whoAmI: {
741
+ id: string;
742
+ label?: string | null;
743
+ library: {
744
+ id: string;
745
+ };
746
+ };
747
+ }> | null;
748
+ };
749
+ linked_library?: {
750
+ id: string;
751
+ label?: any | null;
752
+ } | null;
753
+ permissions: {
754
+ access_attribute: boolean;
755
+ };
756
+ } | {
757
+ linkedTree?: {
758
+ id: string;
759
+ };
760
+ type: import("../../_gqlTypes").AttributeType;
761
+ label: string;
762
+ id: string;
763
+ format?: import("../../_gqlTypes").AttributeFormat | null;
764
+ valuesList?: {
765
+ enable: boolean;
766
+ allowFreeEntry?: boolean | null;
767
+ allowListUpdate?: boolean | null;
768
+ values?: Array<string> | null;
769
+ } | {
770
+ allowFreeEntry?: boolean | null;
771
+ enable: boolean;
772
+ linkedValues?: Array<{
773
+ id: string;
774
+ whoAmI: {
775
+ id: string;
776
+ label?: string | null;
777
+ library: {
778
+ id: string;
779
+ };
780
+ };
781
+ }> | null;
782
+ };
783
+ linked_library?: {
784
+ id: string;
785
+ label?: any | null;
786
+ } | null;
787
+ permissions: {
788
+ access_attribute: boolean;
789
+ };
790
+ } | {
791
+ format: import("../../_gqlTypes").AttributeFormat;
792
+ type: import("../../_gqlTypes").AttributeType;
793
+ label: string;
794
+ id: string;
795
+ valuesList: NonNullable<import("../../_gqlTypes").StandardAttributeDetailsFragment["valuesList"]> | NonNullable<import("../../_gqlTypes").LinkAttributeDetailsFragment["valuesList"]>;
796
+ linked_library?: {
797
+ id: string;
798
+ label?: any | null;
799
+ } | null;
800
+ permissions: {
801
+ access_attribute: boolean;
802
+ };
803
+ } | {
804
+ linkedLibrary?: {
805
+ id: string;
806
+ };
807
+ type: import("../../_gqlTypes").AttributeType;
808
+ label: string;
809
+ id: string;
810
+ format?: import("../../_gqlTypes").AttributeFormat | null;
811
+ valuesList: NonNullable<import("../../_gqlTypes").StandardAttributeDetailsFragment["valuesList"]> | NonNullable<import("../../_gqlTypes").LinkAttributeDetailsFragment["valuesList"]>;
812
+ linked_library?: {
813
+ id: string;
814
+ label?: any | null;
815
+ } | null;
816
+ permissions: {
817
+ access_attribute: boolean;
818
+ };
819
+ } | {
820
+ format: import("../../_gqlTypes").AttributeFormat;
821
+ type: import("../../_gqlTypes").AttributeType;
822
+ label: string;
823
+ id: string;
824
+ valuesList?: {
825
+ enable: boolean;
826
+ allowFreeEntry?: boolean | null;
827
+ allowListUpdate?: boolean | null;
828
+ values?: Array<string> | null;
829
+ } | {
830
+ allowFreeEntry?: boolean | null;
831
+ enable: boolean;
832
+ linkedValues?: Array<{
833
+ id: string;
834
+ whoAmI: {
835
+ id: string;
836
+ label?: string | null;
837
+ library: {
838
+ id: string;
839
+ };
840
+ };
841
+ }> | null;
842
+ };
843
+ embedded_fields?: Array<{
844
+ id: string;
845
+ format?: import("../../_gqlTypes").AttributeFormat | null;
846
+ label?: any | null;
847
+ } | null> | null;
848
+ permissions: {
849
+ access_attribute: boolean;
850
+ };
851
+ } | {
852
+ linkedLibrary?: {
853
+ id: string;
854
+ };
855
+ type: import("../../_gqlTypes").AttributeType;
856
+ label: string;
857
+ id: string;
858
+ format?: import("../../_gqlTypes").AttributeFormat | null;
859
+ valuesList?: {
860
+ enable: boolean;
861
+ allowFreeEntry?: boolean | null;
862
+ allowListUpdate?: boolean | null;
863
+ values?: Array<string> | null;
864
+ } | {
865
+ allowFreeEntry?: boolean | null;
866
+ enable: boolean;
867
+ linkedValues?: Array<{
868
+ id: string;
869
+ whoAmI: {
870
+ id: string;
871
+ label?: string | null;
872
+ library: {
873
+ id: string;
874
+ };
875
+ };
876
+ }> | null;
877
+ };
878
+ embedded_fields?: Array<{
879
+ id: string;
880
+ format?: import("../../_gqlTypes").AttributeFormat | null;
881
+ label?: any | null;
882
+ } | null> | null;
883
+ permissions: {
884
+ access_attribute: boolean;
885
+ };
886
+ } | {
887
+ linkedTree?: {
888
+ id: string;
889
+ };
890
+ type: import("../../_gqlTypes").AttributeType;
891
+ label: string;
892
+ id: string;
893
+ format?: import("../../_gqlTypes").AttributeFormat | null;
894
+ valuesList?: {
895
+ enable: boolean;
896
+ allowFreeEntry?: boolean | null;
897
+ allowListUpdate?: boolean | null;
898
+ values?: Array<string> | null;
899
+ } | {
900
+ allowFreeEntry?: boolean | null;
901
+ enable: boolean;
902
+ linkedValues?: Array<{
903
+ id: string;
904
+ whoAmI: {
905
+ id: string;
906
+ label?: string | null;
907
+ library: {
908
+ id: string;
909
+ };
910
+ };
911
+ }> | null;
912
+ };
913
+ embedded_fields?: Array<{
914
+ id: string;
915
+ format?: import("../../_gqlTypes").AttributeFormat | null;
916
+ label?: any | null;
917
+ } | null> | null;
918
+ permissions: {
919
+ access_attribute: boolean;
920
+ };
921
+ } | {
922
+ format: import("../../_gqlTypes").AttributeFormat;
923
+ type: import("../../_gqlTypes").AttributeType;
924
+ label: string;
925
+ id: string;
926
+ valuesList: NonNullable<import("../../_gqlTypes").StandardAttributeDetailsFragment["valuesList"]> | NonNullable<import("../../_gqlTypes").LinkAttributeDetailsFragment["valuesList"]>;
927
+ embedded_fields?: Array<{
928
+ id: string;
929
+ format?: import("../../_gqlTypes").AttributeFormat | null;
930
+ label?: any | null;
931
+ } | null> | null;
932
+ permissions: {
933
+ access_attribute: boolean;
934
+ };
935
+ } | {
936
+ linkedLibrary?: {
937
+ id: string;
938
+ };
939
+ type: import("../../_gqlTypes").AttributeType;
940
+ label: string;
941
+ id: string;
942
+ format?: import("../../_gqlTypes").AttributeFormat | null;
943
+ valuesList: NonNullable<import("../../_gqlTypes").StandardAttributeDetailsFragment["valuesList"]> | NonNullable<import("../../_gqlTypes").LinkAttributeDetailsFragment["valuesList"]>;
944
+ embedded_fields?: Array<{
945
+ id: string;
946
+ format?: import("../../_gqlTypes").AttributeFormat | null;
947
+ label?: any | null;
948
+ } | null> | null;
949
+ permissions: {
950
+ access_attribute: boolean;
951
+ };
952
+ } | {
953
+ format: import("../../_gqlTypes").AttributeFormat;
954
+ type: import("../../_gqlTypes").AttributeType;
955
+ label: string;
956
+ id: string;
957
+ valuesList?: NonNullable<import("../../_gqlTypes").StandardAttributeDetailsFragment["valuesList"]> | NonNullable<import("../../_gqlTypes").LinkAttributeDetailsFragment["valuesList"]>;
958
+ linked_tree?: {
959
+ id: string;
960
+ label?: any | null;
961
+ } | null;
962
+ permissions: {
963
+ access_attribute: boolean;
964
+ };
965
+ } | {
966
+ linkedLibrary?: {
967
+ id: string;
968
+ };
969
+ type: import("../../_gqlTypes").AttributeType;
970
+ label: string;
971
+ id: string;
972
+ format?: import("../../_gqlTypes").AttributeFormat | null;
973
+ valuesList?: NonNullable<import("../../_gqlTypes").StandardAttributeDetailsFragment["valuesList"]> | NonNullable<import("../../_gqlTypes").LinkAttributeDetailsFragment["valuesList"]>;
974
+ linked_tree?: {
975
+ id: string;
976
+ label?: any | null;
977
+ } | null;
978
+ permissions: {
979
+ access_attribute: boolean;
980
+ };
981
+ } | {
982
+ linkedTree?: {
983
+ id: string;
984
+ };
985
+ type: import("../../_gqlTypes").AttributeType;
986
+ label: string;
987
+ id: string;
988
+ format?: import("../../_gqlTypes").AttributeFormat | null;
989
+ valuesList?: NonNullable<import("../../_gqlTypes").StandardAttributeDetailsFragment["valuesList"]> | NonNullable<import("../../_gqlTypes").LinkAttributeDetailsFragment["valuesList"]>;
990
+ linked_tree?: {
991
+ id: string;
992
+ label?: any | null;
993
+ } | null;
994
+ permissions: {
995
+ access_attribute: boolean;
996
+ };
997
+ } | {
998
+ format: import("../../_gqlTypes").AttributeFormat;
999
+ type: import("../../_gqlTypes").AttributeType;
1000
+ label: string;
1001
+ id: string;
1002
+ valuesList: NonNullable<import("../../_gqlTypes").StandardAttributeDetailsFragment["valuesList"]> | NonNullable<import("../../_gqlTypes").LinkAttributeDetailsFragment["valuesList"]>;
1003
+ linked_tree?: {
1004
+ id: string;
1005
+ label?: any | null;
1006
+ } | null;
1007
+ permissions: {
1008
+ access_attribute: boolean;
1009
+ };
1010
+ } | {
1011
+ linkedLibrary?: {
1012
+ id: string;
1013
+ };
1014
+ type: import("../../_gqlTypes").AttributeType;
1015
+ label: string;
1016
+ id: string;
1017
+ format?: import("../../_gqlTypes").AttributeFormat | null;
1018
+ valuesList: NonNullable<import("../../_gqlTypes").StandardAttributeDetailsFragment["valuesList"]> | NonNullable<import("../../_gqlTypes").LinkAttributeDetailsFragment["valuesList"]>;
1019
+ linked_tree?: {
1020
+ id: string;
1021
+ label?: any | null;
1022
+ } | null;
1023
+ permissions: {
1024
+ access_attribute: boolean;
1025
+ };
1026
+ };
1027
+ condition: import("../..").ThroughConditionFilter.THROUGH | null;
1028
+ subCondition: import("../../_gqlTypes").RecordFilterCondition | null;
1029
+ subField: string | null;
1030
+ field: string;
1031
+ value: string | null;
1032
+ id: string;
1033
+ hidden?: boolean | undefined;
1034
+ formattedValue?: string | null;
1035
+ } | {
1036
+ attribute: {
1037
+ format: import("../../_gqlTypes").AttributeFormat;
1038
+ type: import("../../_gqlTypes").AttributeType;
1039
+ label: string;
1040
+ id: string;
1041
+ valuesList?: {
1042
+ enable: boolean;
1043
+ allowFreeEntry?: boolean | null;
1044
+ allowListUpdate?: boolean | null;
1045
+ values?: Array<string> | null;
1046
+ } | {
1047
+ allowFreeEntry?: boolean | null;
1048
+ enable: boolean;
1049
+ linkedValues?: Array<{
1050
+ id: string;
1051
+ whoAmI: {
1052
+ id: string;
1053
+ label?: string | null;
1054
+ library: {
1055
+ id: string;
1056
+ };
1057
+ };
1058
+ }> | null;
1059
+ };
1060
+ linked_library?: {
1061
+ id: string;
1062
+ label?: any | null;
1063
+ } | null;
1064
+ permissions: {
1065
+ access_attribute: boolean;
1066
+ };
1067
+ } | {
1068
+ linkedLibrary?: {
1069
+ id: string;
1070
+ };
1071
+ type: import("../../_gqlTypes").AttributeType;
1072
+ label: string;
1073
+ id: string;
1074
+ format?: import("../../_gqlTypes").AttributeFormat | null;
1075
+ valuesList?: {
1076
+ enable: boolean;
1077
+ allowFreeEntry?: boolean | null;
1078
+ allowListUpdate?: boolean | null;
1079
+ values?: Array<string> | null;
1080
+ } | {
1081
+ allowFreeEntry?: boolean | null;
1082
+ enable: boolean;
1083
+ linkedValues?: Array<{
1084
+ id: string;
1085
+ whoAmI: {
1086
+ id: string;
1087
+ label?: string | null;
1088
+ library: {
1089
+ id: string;
1090
+ };
1091
+ };
1092
+ }> | null;
1093
+ };
1094
+ linked_library?: {
1095
+ id: string;
1096
+ label?: any | null;
1097
+ } | null;
1098
+ permissions: {
1099
+ access_attribute: boolean;
1100
+ };
1101
+ } | {
1102
+ linkedTree?: {
1103
+ id: string;
1104
+ };
1105
+ type: import("../../_gqlTypes").AttributeType;
1106
+ label: string;
1107
+ id: string;
1108
+ format?: import("../../_gqlTypes").AttributeFormat | null;
1109
+ valuesList?: {
1110
+ enable: boolean;
1111
+ allowFreeEntry?: boolean | null;
1112
+ allowListUpdate?: boolean | null;
1113
+ values?: Array<string> | null;
1114
+ } | {
1115
+ allowFreeEntry?: boolean | null;
1116
+ enable: boolean;
1117
+ linkedValues?: Array<{
1118
+ id: string;
1119
+ whoAmI: {
1120
+ id: string;
1121
+ label?: string | null;
1122
+ library: {
1123
+ id: string;
1124
+ };
1125
+ };
1126
+ }> | null;
1127
+ };
1128
+ linked_library?: {
1129
+ id: string;
1130
+ label?: any | null;
1131
+ } | null;
1132
+ permissions: {
1133
+ access_attribute: boolean;
1134
+ };
1135
+ } | {
1136
+ format: import("../../_gqlTypes").AttributeFormat;
1137
+ type: import("../../_gqlTypes").AttributeType;
1138
+ label: string;
1139
+ id: string;
1140
+ valuesList: NonNullable<import("../../_gqlTypes").StandardAttributeDetailsFragment["valuesList"]> | NonNullable<import("../../_gqlTypes").LinkAttributeDetailsFragment["valuesList"]>;
1141
+ linked_library?: {
1142
+ id: string;
1143
+ label?: any | null;
1144
+ } | null;
1145
+ permissions: {
1146
+ access_attribute: boolean;
1147
+ };
1148
+ } | {
1149
+ linkedLibrary?: {
1150
+ id: string;
1151
+ };
1152
+ type: import("../../_gqlTypes").AttributeType;
1153
+ label: string;
1154
+ id: string;
1155
+ format?: import("../../_gqlTypes").AttributeFormat | null;
1156
+ valuesList: NonNullable<import("../../_gqlTypes").StandardAttributeDetailsFragment["valuesList"]> | NonNullable<import("../../_gqlTypes").LinkAttributeDetailsFragment["valuesList"]>;
1157
+ linked_library?: {
1158
+ id: string;
1159
+ label?: any | null;
1160
+ } | null;
1161
+ permissions: {
1162
+ access_attribute: boolean;
1163
+ };
1164
+ } | {
1165
+ format: import("../../_gqlTypes").AttributeFormat;
1166
+ type: import("../../_gqlTypes").AttributeType;
1167
+ label: string;
1168
+ id: string;
1169
+ valuesList?: {
1170
+ enable: boolean;
1171
+ allowFreeEntry?: boolean | null;
1172
+ allowListUpdate?: boolean | null;
1173
+ values?: Array<string> | null;
1174
+ } | {
1175
+ allowFreeEntry?: boolean | null;
1176
+ enable: boolean;
1177
+ linkedValues?: Array<{
1178
+ id: string;
1179
+ whoAmI: {
1180
+ id: string;
1181
+ label?: string | null;
1182
+ library: {
1183
+ id: string;
1184
+ };
1185
+ };
1186
+ }> | null;
1187
+ };
1188
+ embedded_fields?: Array<{
1189
+ id: string;
1190
+ format?: import("../../_gqlTypes").AttributeFormat | null;
1191
+ label?: any | null;
1192
+ } | null> | null;
1193
+ permissions: {
1194
+ access_attribute: boolean;
1195
+ };
1196
+ } | {
1197
+ linkedLibrary?: {
1198
+ id: string;
1199
+ };
1200
+ type: import("../../_gqlTypes").AttributeType;
1201
+ label: string;
1202
+ id: string;
1203
+ format?: import("../../_gqlTypes").AttributeFormat | null;
1204
+ valuesList?: {
1205
+ enable: boolean;
1206
+ allowFreeEntry?: boolean | null;
1207
+ allowListUpdate?: boolean | null;
1208
+ values?: Array<string> | null;
1209
+ } | {
1210
+ allowFreeEntry?: boolean | null;
1211
+ enable: boolean;
1212
+ linkedValues?: Array<{
1213
+ id: string;
1214
+ whoAmI: {
1215
+ id: string;
1216
+ label?: string | null;
1217
+ library: {
1218
+ id: string;
1219
+ };
1220
+ };
1221
+ }> | null;
1222
+ };
1223
+ embedded_fields?: Array<{
1224
+ id: string;
1225
+ format?: import("../../_gqlTypes").AttributeFormat | null;
1226
+ label?: any | null;
1227
+ } | null> | null;
1228
+ permissions: {
1229
+ access_attribute: boolean;
1230
+ };
1231
+ } | {
1232
+ linkedTree?: {
1233
+ id: string;
1234
+ };
1235
+ type: import("../../_gqlTypes").AttributeType;
1236
+ label: string;
1237
+ id: string;
1238
+ format?: import("../../_gqlTypes").AttributeFormat | null;
1239
+ valuesList?: {
1240
+ enable: boolean;
1241
+ allowFreeEntry?: boolean | null;
1242
+ allowListUpdate?: boolean | null;
1243
+ values?: Array<string> | null;
1244
+ } | {
1245
+ allowFreeEntry?: boolean | null;
1246
+ enable: boolean;
1247
+ linkedValues?: Array<{
1248
+ id: string;
1249
+ whoAmI: {
1250
+ id: string;
1251
+ label?: string | null;
1252
+ library: {
1253
+ id: string;
1254
+ };
1255
+ };
1256
+ }> | null;
1257
+ };
1258
+ embedded_fields?: Array<{
1259
+ id: string;
1260
+ format?: import("../../_gqlTypes").AttributeFormat | null;
1261
+ label?: any | null;
1262
+ } | null> | null;
1263
+ permissions: {
1264
+ access_attribute: boolean;
1265
+ };
1266
+ } | {
1267
+ format: import("../../_gqlTypes").AttributeFormat;
1268
+ type: import("../../_gqlTypes").AttributeType;
1269
+ label: string;
1270
+ id: string;
1271
+ valuesList: NonNullable<import("../../_gqlTypes").StandardAttributeDetailsFragment["valuesList"]> | NonNullable<import("../../_gqlTypes").LinkAttributeDetailsFragment["valuesList"]>;
1272
+ embedded_fields?: Array<{
1273
+ id: string;
1274
+ format?: import("../../_gqlTypes").AttributeFormat | null;
1275
+ label?: any | null;
1276
+ } | null> | null;
1277
+ permissions: {
1278
+ access_attribute: boolean;
1279
+ };
1280
+ } | {
1281
+ linkedLibrary?: {
1282
+ id: string;
1283
+ };
1284
+ type: import("../../_gqlTypes").AttributeType;
1285
+ label: string;
1286
+ id: string;
1287
+ format?: import("../../_gqlTypes").AttributeFormat | null;
1288
+ valuesList: NonNullable<import("../../_gqlTypes").StandardAttributeDetailsFragment["valuesList"]> | NonNullable<import("../../_gqlTypes").LinkAttributeDetailsFragment["valuesList"]>;
1289
+ embedded_fields?: Array<{
1290
+ id: string;
1291
+ format?: import("../../_gqlTypes").AttributeFormat | null;
1292
+ label?: any | null;
1293
+ } | null> | null;
1294
+ permissions: {
1295
+ access_attribute: boolean;
1296
+ };
1297
+ } | {
1298
+ format: import("../../_gqlTypes").AttributeFormat;
1299
+ type: import("../../_gqlTypes").AttributeType;
1300
+ label: string;
1301
+ id: string;
1302
+ valuesList?: NonNullable<import("../../_gqlTypes").StandardAttributeDetailsFragment["valuesList"]> | NonNullable<import("../../_gqlTypes").LinkAttributeDetailsFragment["valuesList"]>;
1303
+ linked_tree?: {
1304
+ id: string;
1305
+ label?: any | null;
1306
+ } | null;
1307
+ permissions: {
1308
+ access_attribute: boolean;
1309
+ };
1310
+ } | {
1311
+ linkedLibrary?: {
1312
+ id: string;
1313
+ };
1314
+ type: import("../../_gqlTypes").AttributeType;
1315
+ label: string;
1316
+ id: string;
1317
+ format?: import("../../_gqlTypes").AttributeFormat | null;
1318
+ valuesList?: NonNullable<import("../../_gqlTypes").StandardAttributeDetailsFragment["valuesList"]> | NonNullable<import("../../_gqlTypes").LinkAttributeDetailsFragment["valuesList"]>;
1319
+ linked_tree?: {
1320
+ id: string;
1321
+ label?: any | null;
1322
+ } | null;
1323
+ permissions: {
1324
+ access_attribute: boolean;
1325
+ };
1326
+ } | {
1327
+ linkedTree?: {
1328
+ id: string;
1329
+ };
1330
+ type: import("../../_gqlTypes").AttributeType;
1331
+ label: string;
1332
+ id: string;
1333
+ format?: import("../../_gqlTypes").AttributeFormat | null;
1334
+ valuesList?: NonNullable<import("../../_gqlTypes").StandardAttributeDetailsFragment["valuesList"]> | NonNullable<import("../../_gqlTypes").LinkAttributeDetailsFragment["valuesList"]>;
1335
+ linked_tree?: {
1336
+ id: string;
1337
+ label?: any | null;
1338
+ } | null;
1339
+ permissions: {
1340
+ access_attribute: boolean;
1341
+ };
1342
+ } | {
1343
+ format: import("../../_gqlTypes").AttributeFormat;
1344
+ type: import("../../_gqlTypes").AttributeType;
1345
+ label: string;
1346
+ id: string;
1347
+ valuesList: NonNullable<import("../../_gqlTypes").StandardAttributeDetailsFragment["valuesList"]> | NonNullable<import("../../_gqlTypes").LinkAttributeDetailsFragment["valuesList"]>;
1348
+ linked_tree?: {
1349
+ id: string;
1350
+ label?: any | null;
1351
+ } | null;
1352
+ permissions: {
1353
+ access_attribute: boolean;
1354
+ };
1355
+ } | {
1356
+ linkedLibrary?: {
1357
+ id: string;
1358
+ };
1359
+ type: import("../../_gqlTypes").AttributeType;
1360
+ label: string;
1361
+ id: string;
1362
+ format?: import("../../_gqlTypes").AttributeFormat | null;
1363
+ valuesList: NonNullable<import("../../_gqlTypes").StandardAttributeDetailsFragment["valuesList"]> | NonNullable<import("../../_gqlTypes").LinkAttributeDetailsFragment["valuesList"]>;
1364
+ linked_tree?: {
1365
+ id: string;
1366
+ label?: any | null;
1367
+ } | null;
1368
+ permissions: {
1369
+ access_attribute: boolean;
1370
+ };
1371
+ };
1372
+ value: string[] | null;
1373
+ condition: import("../../_gqlTypes").RecordFilterCondition | null;
1374
+ field: string | string[];
1375
+ id: string;
1376
+ hidden?: boolean | undefined;
1377
+ } | {
1378
+ attribute: {
1379
+ format: import("../../_gqlTypes").AttributeFormat;
1380
+ type: import("../../_gqlTypes").AttributeType;
1381
+ label: string;
1382
+ id: string;
1383
+ valuesList?: {
1384
+ enable: boolean;
1385
+ allowFreeEntry?: boolean | null;
1386
+ allowListUpdate?: boolean | null;
1387
+ values?: Array<string> | null;
1388
+ } | {
1389
+ allowFreeEntry?: boolean | null;
1390
+ enable: boolean;
1391
+ linkedValues?: Array<{
1392
+ id: string;
1393
+ whoAmI: {
1394
+ id: string;
1395
+ label?: string | null;
1396
+ library: {
1397
+ id: string;
1398
+ };
1399
+ };
1400
+ }> | null;
1401
+ };
1402
+ linked_library?: {
1403
+ id: string;
1404
+ label?: any | null;
1405
+ } | null;
1406
+ permissions: {
1407
+ access_attribute: boolean;
1408
+ };
1409
+ } | {
1410
+ linkedLibrary?: {
1411
+ id: string;
1412
+ };
1413
+ type: import("../../_gqlTypes").AttributeType;
1414
+ label: string;
1415
+ id: string;
1416
+ format?: import("../../_gqlTypes").AttributeFormat | null;
1417
+ valuesList?: {
1418
+ enable: boolean;
1419
+ allowFreeEntry?: boolean | null;
1420
+ allowListUpdate?: boolean | null;
1421
+ values?: Array<string> | null;
1422
+ } | {
1423
+ allowFreeEntry?: boolean | null;
1424
+ enable: boolean;
1425
+ linkedValues?: Array<{
1426
+ id: string;
1427
+ whoAmI: {
1428
+ id: string;
1429
+ label?: string | null;
1430
+ library: {
1431
+ id: string;
1432
+ };
1433
+ };
1434
+ }> | null;
1435
+ };
1436
+ linked_library?: {
1437
+ id: string;
1438
+ label?: any | null;
1439
+ } | null;
1440
+ permissions: {
1441
+ access_attribute: boolean;
1442
+ };
1443
+ } | {
1444
+ linkedTree?: {
1445
+ id: string;
1446
+ };
1447
+ type: import("../../_gqlTypes").AttributeType;
1448
+ label: string;
1449
+ id: string;
1450
+ format?: import("../../_gqlTypes").AttributeFormat | null;
1451
+ valuesList?: {
1452
+ enable: boolean;
1453
+ allowFreeEntry?: boolean | null;
1454
+ allowListUpdate?: boolean | null;
1455
+ values?: Array<string> | null;
1456
+ } | {
1457
+ allowFreeEntry?: boolean | null;
1458
+ enable: boolean;
1459
+ linkedValues?: Array<{
1460
+ id: string;
1461
+ whoAmI: {
1462
+ id: string;
1463
+ label?: string | null;
1464
+ library: {
1465
+ id: string;
1466
+ };
1467
+ };
1468
+ }> | null;
1469
+ };
1470
+ linked_library?: {
1471
+ id: string;
1472
+ label?: any | null;
1473
+ } | null;
1474
+ permissions: {
1475
+ access_attribute: boolean;
1476
+ };
1477
+ } | {
1478
+ format: import("../../_gqlTypes").AttributeFormat;
1479
+ type: import("../../_gqlTypes").AttributeType;
1480
+ label: string;
1481
+ id: string;
1482
+ valuesList: NonNullable<import("../../_gqlTypes").StandardAttributeDetailsFragment["valuesList"]> | NonNullable<import("../../_gqlTypes").LinkAttributeDetailsFragment["valuesList"]>;
1483
+ linked_library?: {
1484
+ id: string;
1485
+ label?: any | null;
1486
+ } | null;
1487
+ permissions: {
1488
+ access_attribute: boolean;
1489
+ };
1490
+ } | {
1491
+ linkedLibrary?: {
1492
+ id: string;
1493
+ };
1494
+ type: import("../../_gqlTypes").AttributeType;
1495
+ label: string;
1496
+ id: string;
1497
+ format?: import("../../_gqlTypes").AttributeFormat | null;
1498
+ valuesList: NonNullable<import("../../_gqlTypes").StandardAttributeDetailsFragment["valuesList"]> | NonNullable<import("../../_gqlTypes").LinkAttributeDetailsFragment["valuesList"]>;
1499
+ linked_library?: {
1500
+ id: string;
1501
+ label?: any | null;
1502
+ } | null;
1503
+ permissions: {
1504
+ access_attribute: boolean;
1505
+ };
1506
+ } | {
1507
+ format: import("../../_gqlTypes").AttributeFormat;
1508
+ type: import("../../_gqlTypes").AttributeType;
1509
+ label: string;
1510
+ id: string;
1511
+ valuesList?: {
1512
+ enable: boolean;
1513
+ allowFreeEntry?: boolean | null;
1514
+ allowListUpdate?: boolean | null;
1515
+ values?: Array<string> | null;
1516
+ } | {
1517
+ allowFreeEntry?: boolean | null;
1518
+ enable: boolean;
1519
+ linkedValues?: Array<{
1520
+ id: string;
1521
+ whoAmI: {
1522
+ id: string;
1523
+ label?: string | null;
1524
+ library: {
1525
+ id: string;
1526
+ };
1527
+ };
1528
+ }> | null;
1529
+ };
1530
+ embedded_fields?: Array<{
1531
+ id: string;
1532
+ format?: import("../../_gqlTypes").AttributeFormat | null;
1533
+ label?: any | null;
1534
+ } | null> | null;
1535
+ permissions: {
1536
+ access_attribute: boolean;
1537
+ };
1538
+ } | {
1539
+ linkedLibrary?: {
1540
+ id: string;
1541
+ };
1542
+ type: import("../../_gqlTypes").AttributeType;
1543
+ label: string;
1544
+ id: string;
1545
+ format?: import("../../_gqlTypes").AttributeFormat | null;
1546
+ valuesList?: {
1547
+ enable: boolean;
1548
+ allowFreeEntry?: boolean | null;
1549
+ allowListUpdate?: boolean | null;
1550
+ values?: Array<string> | null;
1551
+ } | {
1552
+ allowFreeEntry?: boolean | null;
1553
+ enable: boolean;
1554
+ linkedValues?: Array<{
1555
+ id: string;
1556
+ whoAmI: {
1557
+ id: string;
1558
+ label?: string | null;
1559
+ library: {
1560
+ id: string;
1561
+ };
1562
+ };
1563
+ }> | null;
1564
+ };
1565
+ embedded_fields?: Array<{
1566
+ id: string;
1567
+ format?: import("../../_gqlTypes").AttributeFormat | null;
1568
+ label?: any | null;
1569
+ } | null> | null;
1570
+ permissions: {
1571
+ access_attribute: boolean;
1572
+ };
1573
+ } | {
1574
+ linkedTree?: {
1575
+ id: string;
1576
+ };
1577
+ type: import("../../_gqlTypes").AttributeType;
1578
+ label: string;
1579
+ id: string;
1580
+ format?: import("../../_gqlTypes").AttributeFormat | null;
1581
+ valuesList?: {
1582
+ enable: boolean;
1583
+ allowFreeEntry?: boolean | null;
1584
+ allowListUpdate?: boolean | null;
1585
+ values?: Array<string> | null;
1586
+ } | {
1587
+ allowFreeEntry?: boolean | null;
1588
+ enable: boolean;
1589
+ linkedValues?: Array<{
1590
+ id: string;
1591
+ whoAmI: {
1592
+ id: string;
1593
+ label?: string | null;
1594
+ library: {
1595
+ id: string;
1596
+ };
1597
+ };
1598
+ }> | null;
1599
+ };
1600
+ embedded_fields?: Array<{
1601
+ id: string;
1602
+ format?: import("../../_gqlTypes").AttributeFormat | null;
1603
+ label?: any | null;
1604
+ } | null> | null;
1605
+ permissions: {
1606
+ access_attribute: boolean;
1607
+ };
1608
+ } | {
1609
+ format: import("../../_gqlTypes").AttributeFormat;
1610
+ type: import("../../_gqlTypes").AttributeType;
1611
+ label: string;
1612
+ id: string;
1613
+ valuesList: NonNullable<import("../../_gqlTypes").StandardAttributeDetailsFragment["valuesList"]> | NonNullable<import("../../_gqlTypes").LinkAttributeDetailsFragment["valuesList"]>;
1614
+ embedded_fields?: Array<{
1615
+ id: string;
1616
+ format?: import("../../_gqlTypes").AttributeFormat | null;
1617
+ label?: any | null;
1618
+ } | null> | null;
1619
+ permissions: {
1620
+ access_attribute: boolean;
1621
+ };
1622
+ } | {
1623
+ linkedLibrary?: {
1624
+ id: string;
1625
+ };
1626
+ type: import("../../_gqlTypes").AttributeType;
1627
+ label: string;
1628
+ id: string;
1629
+ format?: import("../../_gqlTypes").AttributeFormat | null;
1630
+ valuesList: NonNullable<import("../../_gqlTypes").StandardAttributeDetailsFragment["valuesList"]> | NonNullable<import("../../_gqlTypes").LinkAttributeDetailsFragment["valuesList"]>;
1631
+ embedded_fields?: Array<{
1632
+ id: string;
1633
+ format?: import("../../_gqlTypes").AttributeFormat | null;
1634
+ label?: any | null;
1635
+ } | null> | null;
1636
+ permissions: {
1637
+ access_attribute: boolean;
1638
+ };
1639
+ } | {
1640
+ format: import("../../_gqlTypes").AttributeFormat;
1641
+ type: import("../../_gqlTypes").AttributeType;
1642
+ label: string;
1643
+ id: string;
1644
+ valuesList?: NonNullable<import("../../_gqlTypes").StandardAttributeDetailsFragment["valuesList"]> | NonNullable<import("../../_gqlTypes").LinkAttributeDetailsFragment["valuesList"]>;
1645
+ linked_tree?: {
1646
+ id: string;
1647
+ label?: any | null;
1648
+ } | null;
1649
+ permissions: {
1650
+ access_attribute: boolean;
1651
+ };
1652
+ } | {
1653
+ linkedLibrary?: {
1654
+ id: string;
1655
+ };
1656
+ type: import("../../_gqlTypes").AttributeType;
1657
+ label: string;
1658
+ id: string;
1659
+ format?: import("../../_gqlTypes").AttributeFormat | null;
1660
+ valuesList?: NonNullable<import("../../_gqlTypes").StandardAttributeDetailsFragment["valuesList"]> | NonNullable<import("../../_gqlTypes").LinkAttributeDetailsFragment["valuesList"]>;
1661
+ linked_tree?: {
1662
+ id: string;
1663
+ label?: any | null;
1664
+ } | null;
1665
+ permissions: {
1666
+ access_attribute: boolean;
1667
+ };
1668
+ } | {
1669
+ linkedTree?: {
1670
+ id: string;
1671
+ };
1672
+ type: import("../../_gqlTypes").AttributeType;
1673
+ label: string;
1674
+ id: string;
1675
+ format?: import("../../_gqlTypes").AttributeFormat | null;
1676
+ valuesList?: NonNullable<import("../../_gqlTypes").StandardAttributeDetailsFragment["valuesList"]> | NonNullable<import("../../_gqlTypes").LinkAttributeDetailsFragment["valuesList"]>;
1677
+ linked_tree?: {
1678
+ id: string;
1679
+ label?: any | null;
1680
+ } | null;
1681
+ permissions: {
1682
+ access_attribute: boolean;
1683
+ };
1684
+ } | {
1685
+ format: import("../../_gqlTypes").AttributeFormat;
1686
+ type: import("../../_gqlTypes").AttributeType;
1687
+ label: string;
1688
+ id: string;
1689
+ valuesList: NonNullable<import("../../_gqlTypes").StandardAttributeDetailsFragment["valuesList"]> | NonNullable<import("../../_gqlTypes").LinkAttributeDetailsFragment["valuesList"]>;
1690
+ linked_tree?: {
1691
+ id: string;
1692
+ label?: any | null;
1693
+ } | null;
1694
+ permissions: {
1695
+ access_attribute: boolean;
1696
+ };
1697
+ } | {
1698
+ linkedLibrary?: {
1699
+ id: string;
1700
+ };
1701
+ type: import("../../_gqlTypes").AttributeType;
1702
+ label: string;
1703
+ id: string;
1704
+ format?: import("../../_gqlTypes").AttributeFormat | null;
1705
+ valuesList: NonNullable<import("../../_gqlTypes").StandardAttributeDetailsFragment["valuesList"]> | NonNullable<import("../../_gqlTypes").LinkAttributeDetailsFragment["valuesList"]>;
1706
+ linked_tree?: {
1707
+ id: string;
1708
+ label?: any | null;
1709
+ } | null;
1710
+ permissions: {
1711
+ access_attribute: boolean;
1712
+ };
1713
+ };
1714
+ condition: import("../../_gqlTypes").RecordFilterCondition | null;
1715
+ value: string[] | null;
1716
+ formattedValue?: string[] | null;
1717
+ field: string[];
1718
+ id: string;
1719
+ hidden?: boolean | undefined;
1720
+ };
1721
+ isPinned: boolean;
1722
+ }[];
1723
+ filtersData: import("./_types").UIFilter[] | import("./_types").IUIFilterTree[];
1724
+ };