@leav/ui 0.3.6-032b1da → 0.3.6-04ab99a

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 (214) hide show
  1. package/dist/__mocks__/common/attribute.js +2 -1
  2. package/dist/__mocks__/common/attribute.js.map +1 -1
  3. package/dist/__mocks__/common/form.d.ts +10 -5
  4. package/dist/__mocks__/common/form.js +2 -2
  5. package/dist/__mocks__/common/form.js.map +1 -1
  6. package/dist/__mocks__/common/record.d.ts +13 -2
  7. package/dist/__mocks__/common/record.js.map +1 -1
  8. package/dist/_gqlTypes/index.d.ts +248 -18
  9. package/dist/_gqlTypes/index.js +98 -5
  10. package/dist/_gqlTypes/index.js.map +1 -1
  11. package/dist/_queries/records/getRecordFormQuery.js +2 -0
  12. package/dist/_queries/records/getRecordFormQuery.js.map +1 -1
  13. package/dist/_queries/records/getRecordPropertiesQuery.js +2 -0
  14. package/dist/_queries/records/getRecordPropertiesQuery.js.map +1 -1
  15. package/dist/_queries/records/recordFormAttributeFragment.js +2 -0
  16. package/dist/_queries/records/recordFormAttributeFragment.js.map +1 -1
  17. package/dist/_utils/index.d.ts +2 -0
  18. package/dist/_utils/index.js +4 -0
  19. package/dist/_utils/index.js.map +1 -1
  20. package/dist/components/EditApplication/EditApplication.js +2 -2
  21. package/dist/components/EditApplication/EditApplication.js.map +1 -1
  22. package/dist/components/EditApplication/_types.d.ts +2 -2
  23. package/dist/components/Explorer/DataView.d.ts +10 -1
  24. package/dist/components/Explorer/DataView.js +32 -34
  25. package/dist/components/Explorer/DataView.js.map +1 -1
  26. package/dist/components/Explorer/Explorer.d.ts +9 -4
  27. package/dist/components/Explorer/Explorer.js +47 -10
  28. package/dist/components/Explorer/Explorer.js.map +1 -1
  29. package/dist/components/Explorer/ExplorerTitle.d.ts +7 -0
  30. package/dist/components/Explorer/ExplorerTitle.js +30 -0
  31. package/dist/components/Explorer/ExplorerTitle.js.map +1 -0
  32. package/dist/components/Explorer/IdCard.d.ts +7 -0
  33. package/dist/components/Explorer/IdCard.js +15 -0
  34. package/dist/components/Explorer/IdCard.js.map +1 -0
  35. package/dist/components/Explorer/TableCell.d.ts +8 -0
  36. package/dist/components/Explorer/TableCell.js +110 -0
  37. package/dist/components/Explorer/TableCell.js.map +1 -0
  38. package/dist/components/Explorer/TableTagGroup.d.ts +6 -0
  39. package/dist/components/Explorer/TableTagGroup.js +22 -0
  40. package/dist/components/Explorer/TableTagGroup.js.map +1 -0
  41. package/dist/components/Explorer/_queries/useExplorerData.d.ts +24 -0
  42. package/dist/components/Explorer/_queries/useExplorerData.js +55 -0
  43. package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -0
  44. package/dist/components/Explorer/_types.d.ts +35 -0
  45. package/dist/components/Explorer/_types.js +2 -0
  46. package/dist/components/Explorer/_types.js.map +1 -0
  47. package/dist/components/Explorer/index.d.ts +9 -1
  48. package/dist/components/Explorer/index.js +6 -1
  49. package/dist/components/Explorer/index.js.map +1 -1
  50. package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.d.ts +12 -0
  51. package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js +77 -0
  52. package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js.map +1 -0
  53. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.d.ts +11 -0
  54. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js +61 -0
  55. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js.map +1 -0
  56. package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.d.ts +6 -0
  57. package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.js +28 -0
  58. package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.js.map +1 -0
  59. package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.d.ts +6 -0
  60. package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js +58 -0
  61. package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js.map +1 -0
  62. package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.d.ts +8 -0
  63. package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.js +12 -0
  64. package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.js.map +1 -0
  65. package/dist/components/Explorer/manage-view-settings/index.d.ts +8 -0
  66. package/dist/components/Explorer/manage-view-settings/index.js +11 -0
  67. package/dist/components/Explorer/manage-view-settings/index.js.map +1 -0
  68. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.d.ts +14 -0
  69. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js +15 -0
  70. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js.map +1 -0
  71. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.d.ts +7 -0
  72. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.js +17 -0
  73. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.js.map +1 -0
  74. package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.d.ts +2 -0
  75. package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.js +19 -0
  76. package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.js.map +1 -0
  77. package/dist/components/Explorer/manage-view-settings/open-view-settings/useEditSettings.d.ts +1 -0
  78. package/dist/components/Explorer/manage-view-settings/open-view-settings/useEditSettings.js +7 -0
  79. package/dist/components/Explorer/manage-view-settings/open-view-settings/useEditSettings.js.map +1 -0
  80. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.d.ts +3 -0
  81. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js +21 -0
  82. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js.map +1 -0
  83. package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.d.ts +9 -0
  84. package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.js +55 -0
  85. package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.js.map +1 -0
  86. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.d.ts +7 -0
  87. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js +52 -0
  88. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js.map +1 -0
  89. package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.d.ts +4 -0
  90. package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js +109 -0
  91. package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js.map +1 -0
  92. package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.d.ts +10 -0
  93. package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.js +32 -0
  94. package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.js.map +1 -0
  95. package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.d.ts +6 -0
  96. package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.js +11 -0
  97. package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.js.map +1 -0
  98. package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.d.ts +4 -0
  99. package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.js +7 -0
  100. package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.js.map +1 -0
  101. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.d.ts +3 -0
  102. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +8 -0
  103. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js.map +1 -0
  104. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.d.ts +87 -0
  105. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +100 -0
  106. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -0
  107. package/dist/components/Explorer/{useCreateMainAction.d.ts → useCreateAction.d.ts} +3 -3
  108. package/dist/components/Explorer/{useCreateMainAction.js → useCreateAction.js} +11 -7
  109. package/dist/components/Explorer/useCreateAction.js.map +1 -0
  110. package/dist/components/Explorer/useDeactivateAction.d.ts +1 -1
  111. package/dist/components/Explorer/useDeactivateAction.js +1 -1
  112. package/dist/components/Explorer/useDeactivateAction.js.map +1 -1
  113. package/dist/components/Explorer/useEditAction.d.ts +1 -1
  114. package/dist/components/Explorer/useEditAction.js +3 -2
  115. package/dist/components/Explorer/useEditAction.js.map +1 -1
  116. package/dist/components/Explorer/usePagination.d.ts +7 -0
  117. package/dist/components/Explorer/usePagination.js +25 -0
  118. package/dist/components/Explorer/usePagination.js.map +1 -0
  119. package/dist/components/Explorer/usePrimaryActions.d.ts +12 -0
  120. package/dist/components/Explorer/usePrimaryActions.js +21 -0
  121. package/dist/components/Explorer/usePrimaryActions.js.map +1 -0
  122. package/dist/components/Explorer/useTableScrollableHeight.d.ts +5 -0
  123. package/dist/components/Explorer/useTableScrollableHeight.js +15 -0
  124. package/dist/components/Explorer/useTableScrollableHeight.js.map +1 -0
  125. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js +5 -5
  126. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js.map +1 -1
  127. package/dist/components/RecordEdition/EditRecord/EditRecord.js +23 -5
  128. package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
  129. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +1 -1
  130. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
  131. package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +6 -6
  132. package/dist/components/RecordEdition/EditRecordContent/antdUtils.js +34 -31
  133. package/dist/components/RecordEdition/EditRecordContent/antdUtils.js.map +1 -1
  134. package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.d.ts +121 -0
  135. package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js +31 -0
  136. package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js.map +1 -0
  137. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.d.ts +2 -2
  138. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js +3 -9
  139. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js.map +1 -1
  140. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js +1 -1
  141. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js.map +1 -1
  142. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js +1 -1
  143. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js.map +1 -1
  144. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.d.ts +4 -0
  145. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js +25 -0
  146. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js.map +1 -0
  147. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.d.ts +2 -1
  148. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +191 -35
  149. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
  150. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.d.ts +2 -8
  151. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js +9 -25
  152. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js.map +1 -1
  153. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.d.ts +2 -13
  154. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js +21 -31
  155. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js.map +1 -1
  156. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.d.ts +3 -14
  157. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js +21 -37
  158. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js.map +1 -1
  159. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.d.ts +3 -14
  160. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js +11 -76
  161. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js.map +1 -1
  162. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.d.ts +3 -14
  163. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js +20 -43
  164. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js.map +1 -1
  165. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.d.ts +3 -14
  166. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +25 -45
  167. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js.map +1 -1
  168. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.d.ts +3 -14
  169. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js +38 -49
  170. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js.map +1 -1
  171. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.d.ts +3 -14
  172. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js +26 -46
  173. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js.map +1 -1
  174. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +6 -3
  175. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +61 -19
  176. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -1
  177. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/MonoValueSelect.d.ts +4 -0
  178. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/MonoValueSelect.js +119 -0
  179. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/MonoValueSelect.js.map +1 -0
  180. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.d.ts +12 -0
  181. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.js +2 -0
  182. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.js.map +1 -0
  183. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.d.ts +9 -0
  184. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.js +2 -0
  185. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.js.map +1 -0
  186. package/dist/components/index.d.ts +1 -0
  187. package/dist/components/index.js +1 -0
  188. package/dist/components/index.js.map +1 -1
  189. package/dist/hooks/useDebouncedValue/index.d.ts +1 -0
  190. package/dist/{components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler → hooks/useDebouncedValue}/index.js +1 -1
  191. package/dist/hooks/useDebouncedValue/index.js.map +1 -0
  192. package/dist/hooks/useGetRecordForm/useGetRecordForm.d.ts +1 -0
  193. package/dist/hooks/useGetRecordForm/useGetRecordForm.js.map +1 -1
  194. package/dist/locales/en/shared.json +40 -4
  195. package/dist/locales/fr/shared.json +40 -4
  196. package/package.json +5 -2
  197. package/dist/components/Explorer/types.d.ts +0 -21
  198. package/dist/components/Explorer/types.js +0 -2
  199. package/dist/components/Explorer/types.js.map +0 -1
  200. package/dist/components/Explorer/useCreateMainAction.js.map +0 -1
  201. package/dist/components/Explorer/useExplorerData.d.ts +0 -11
  202. package/dist/components/Explorer/useExplorerData.js +0 -23
  203. package/dist/components/Explorer/useExplorerData.js.map +0 -1
  204. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.d.ts +0 -13
  205. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.js +0 -80
  206. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.js.map +0 -1
  207. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.d.ts +0 -7
  208. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.js +0 -45
  209. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.js.map +0 -1
  210. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.d.ts +0 -9
  211. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.js +0 -137
  212. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.js.map +0 -1
  213. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.d.ts +0 -1
  214. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.js.map +0 -1
@@ -701,6 +701,7 @@ export declare enum ValueVersionMode {
701
701
  }
702
702
  export type ValuesListConfInput = {
703
703
  allowFreeEntry?: InputMaybe<Scalars['Boolean']>;
704
+ allowListUpdate?: InputMaybe<Scalars['Boolean']>;
704
705
  enable: Scalars['Boolean'];
705
706
  values?: InputMaybe<Array<Scalars['String']>>;
706
707
  };
@@ -1497,6 +1498,7 @@ export type RecordFormElementFragment = {
1497
1498
  linkValuesList?: {
1498
1499
  enable: boolean;
1499
1500
  allowFreeEntry?: boolean | null;
1501
+ allowListUpdate?: boolean | null;
1500
1502
  values?: Array<{
1501
1503
  id: string;
1502
1504
  whoAmI: {
@@ -1542,6 +1544,7 @@ export type RecordFormElementFragment = {
1542
1544
  values_list?: {
1543
1545
  enable: boolean;
1544
1546
  allowFreeEntry?: boolean | null;
1547
+ allowListUpdate?: boolean | null;
1545
1548
  dateRangeValues?: Array<{
1546
1549
  from?: string | null;
1547
1550
  to?: string | null;
@@ -1549,6 +1552,7 @@ export type RecordFormElementFragment = {
1549
1552
  } | {
1550
1553
  enable: boolean;
1551
1554
  allowFreeEntry?: boolean | null;
1555
+ allowListUpdate?: boolean | null;
1552
1556
  values?: Array<string> | null;
1553
1557
  } | null;
1554
1558
  metadata_fields?: Array<{
@@ -1567,6 +1571,7 @@ export type RecordFormElementFragment = {
1567
1571
  values_list?: {
1568
1572
  enable: boolean;
1569
1573
  allowFreeEntry?: boolean | null;
1574
+ allowListUpdate?: boolean | null;
1570
1575
  dateRangeValues?: Array<{
1571
1576
  from?: string | null;
1572
1577
  to?: string | null;
@@ -1574,6 +1579,7 @@ export type RecordFormElementFragment = {
1574
1579
  } | {
1575
1580
  enable: boolean;
1576
1581
  allowFreeEntry?: boolean | null;
1582
+ allowListUpdate?: boolean | null;
1577
1583
  values?: Array<string> | null;
1578
1584
  } | null;
1579
1585
  permissions: {
@@ -1606,6 +1612,7 @@ export type RecordFormElementFragment = {
1606
1612
  values_list?: {
1607
1613
  enable: boolean;
1608
1614
  allowFreeEntry?: boolean | null;
1615
+ allowListUpdate?: boolean | null;
1609
1616
  dateRangeValues?: Array<{
1610
1617
  from?: string | null;
1611
1618
  to?: string | null;
@@ -1613,6 +1620,7 @@ export type RecordFormElementFragment = {
1613
1620
  } | {
1614
1621
  enable: boolean;
1615
1622
  allowFreeEntry?: boolean | null;
1623
+ allowListUpdate?: boolean | null;
1616
1624
  values?: Array<string> | null;
1617
1625
  } | null;
1618
1626
  metadata_fields?: Array<{
@@ -1635,6 +1643,7 @@ export type RecordFormElementFragment = {
1635
1643
  treeValuesList?: {
1636
1644
  enable: boolean;
1637
1645
  allowFreeEntry?: boolean | null;
1646
+ allowListUpdate?: boolean | null;
1638
1647
  values?: Array<{
1639
1648
  id: string;
1640
1649
  record: {
@@ -1699,6 +1708,7 @@ export type RecordFormElementFragment = {
1699
1708
  values_list?: {
1700
1709
  enable: boolean;
1701
1710
  allowFreeEntry?: boolean | null;
1711
+ allowListUpdate?: boolean | null;
1702
1712
  dateRangeValues?: Array<{
1703
1713
  from?: string | null;
1704
1714
  to?: string | null;
@@ -1706,6 +1716,7 @@ export type RecordFormElementFragment = {
1706
1716
  } | {
1707
1717
  enable: boolean;
1708
1718
  allowFreeEntry?: boolean | null;
1719
+ allowListUpdate?: boolean | null;
1709
1720
  values?: Array<string> | null;
1710
1721
  } | null;
1711
1722
  metadata_fields?: Array<{
@@ -2139,6 +2150,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
2139
2150
  linkValuesList?: {
2140
2151
  enable: boolean;
2141
2152
  allowFreeEntry?: boolean | null;
2153
+ allowListUpdate?: boolean | null;
2142
2154
  values?: Array<{
2143
2155
  id: string;
2144
2156
  whoAmI: {
@@ -2184,6 +2196,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
2184
2196
  values_list?: {
2185
2197
  enable: boolean;
2186
2198
  allowFreeEntry?: boolean | null;
2199
+ allowListUpdate?: boolean | null;
2187
2200
  dateRangeValues?: Array<{
2188
2201
  from?: string | null;
2189
2202
  to?: string | null;
@@ -2191,6 +2204,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
2191
2204
  } | {
2192
2205
  enable: boolean;
2193
2206
  allowFreeEntry?: boolean | null;
2207
+ allowListUpdate?: boolean | null;
2194
2208
  values?: Array<string> | null;
2195
2209
  } | null;
2196
2210
  metadata_fields?: Array<{
@@ -2210,6 +2224,7 @@ export type RecordFormAttributeStandardAttributeFragment = {
2210
2224
  values_list?: {
2211
2225
  enable: boolean;
2212
2226
  allowFreeEntry?: boolean | null;
2227
+ allowListUpdate?: boolean | null;
2213
2228
  dateRangeValues?: Array<{
2214
2229
  from?: string | null;
2215
2230
  to?: string | null;
@@ -2217,6 +2232,7 @@ export type RecordFormAttributeStandardAttributeFragment = {
2217
2232
  } | {
2218
2233
  enable: boolean;
2219
2234
  allowFreeEntry?: boolean | null;
2235
+ allowListUpdate?: boolean | null;
2220
2236
  values?: Array<string> | null;
2221
2237
  } | null;
2222
2238
  permissions: {
@@ -2249,6 +2265,7 @@ export type RecordFormAttributeStandardAttributeFragment = {
2249
2265
  values_list?: {
2250
2266
  enable: boolean;
2251
2267
  allowFreeEntry?: boolean | null;
2268
+ allowListUpdate?: boolean | null;
2252
2269
  dateRangeValues?: Array<{
2253
2270
  from?: string | null;
2254
2271
  to?: string | null;
@@ -2256,6 +2273,7 @@ export type RecordFormAttributeStandardAttributeFragment = {
2256
2273
  } | {
2257
2274
  enable: boolean;
2258
2275
  allowFreeEntry?: boolean | null;
2276
+ allowListUpdate?: boolean | null;
2259
2277
  values?: Array<string> | null;
2260
2278
  } | null;
2261
2279
  metadata_fields?: Array<{
@@ -2279,6 +2297,7 @@ export type RecordFormAttributeTreeAttributeFragment = {
2279
2297
  treeValuesList?: {
2280
2298
  enable: boolean;
2281
2299
  allowFreeEntry?: boolean | null;
2300
+ allowListUpdate?: boolean | null;
2282
2301
  values?: Array<{
2283
2302
  id: string;
2284
2303
  record: {
@@ -2343,6 +2362,7 @@ export type RecordFormAttributeTreeAttributeFragment = {
2343
2362
  values_list?: {
2344
2363
  enable: boolean;
2345
2364
  allowFreeEntry?: boolean | null;
2365
+ allowListUpdate?: boolean | null;
2346
2366
  dateRangeValues?: Array<{
2347
2367
  from?: string | null;
2348
2368
  to?: string | null;
@@ -2350,6 +2370,7 @@ export type RecordFormAttributeTreeAttributeFragment = {
2350
2370
  } | {
2351
2371
  enable: boolean;
2352
2372
  allowFreeEntry?: boolean | null;
2373
+ allowListUpdate?: boolean | null;
2353
2374
  values?: Array<string> | null;
2354
2375
  } | null;
2355
2376
  metadata_fields?: Array<{
@@ -2361,6 +2382,7 @@ export type RecordFormAttributeFragment = RecordFormAttributeLinkAttributeFragme
2361
2382
  export type StandardValuesListFragmentStandardDateRangeValuesListConfFragment = {
2362
2383
  enable: boolean;
2363
2384
  allowFreeEntry?: boolean | null;
2385
+ allowListUpdate?: boolean | null;
2364
2386
  dateRangeValues?: Array<{
2365
2387
  from?: string | null;
2366
2388
  to?: string | null;
@@ -2369,6 +2391,7 @@ export type StandardValuesListFragmentStandardDateRangeValuesListConfFragment =
2369
2391
  export type StandardValuesListFragmentStandardStringValuesListConfFragment = {
2370
2392
  enable: boolean;
2371
2393
  allowFreeEntry?: boolean | null;
2394
+ allowListUpdate?: boolean | null;
2372
2395
  values?: Array<string> | null;
2373
2396
  };
2374
2397
  export type StandardValuesListFragmentFragment = StandardValuesListFragmentStandardDateRangeValuesListConfFragment | StandardValuesListFragmentStandardStringValuesListConfFragment;
@@ -2500,6 +2523,13 @@ export type ViewDetailsFragment = {
2500
2523
  value?: any | null;
2501
2524
  }> | null;
2502
2525
  };
2526
+ export type AttributePropertiesFragment = {
2527
+ id: string;
2528
+ label?: any | null;
2529
+ type: AttributeType;
2530
+ format?: AttributeFormat | null;
2531
+ multiple_values: boolean;
2532
+ };
2503
2533
  export type PropertyValueLinkValueFragment = {
2504
2534
  linkPayload?: {
2505
2535
  id: string;
@@ -2515,9 +2545,6 @@ export type PropertyValueLinkValueFragment = {
2515
2545
  };
2516
2546
  };
2517
2547
  } | null;
2518
- attribute: {
2519
- type: AttributeType;
2520
- };
2521
2548
  };
2522
2549
  export type PropertyValueTreeValueFragment = {
2523
2550
  treePayload?: {
@@ -2536,15 +2563,9 @@ export type PropertyValueTreeValueFragment = {
2536
2563
  };
2537
2564
  };
2538
2565
  } | null;
2539
- attribute: {
2540
- type: AttributeType;
2541
- };
2542
2566
  };
2543
2567
  export type PropertyValueValueFragment = {
2544
2568
  valuePayload?: any | null;
2545
- attribute: {
2546
- type: AttributeType;
2547
- };
2548
2569
  };
2549
2570
  export type PropertyValueFragment = PropertyValueLinkValueFragment | PropertyValueTreeValueFragment | PropertyValueValueFragment;
2550
2571
  export type CheckApplicationExistenceQueryVariables = Exact<{
@@ -3953,6 +3974,7 @@ export type RecordFormQuery = {
3953
3974
  linkValuesList?: {
3954
3975
  enable: boolean;
3955
3976
  allowFreeEntry?: boolean | null;
3977
+ allowListUpdate?: boolean | null;
3956
3978
  values?: Array<{
3957
3979
  id: string;
3958
3980
  whoAmI: {
@@ -3998,6 +4020,7 @@ export type RecordFormQuery = {
3998
4020
  values_list?: {
3999
4021
  enable: boolean;
4000
4022
  allowFreeEntry?: boolean | null;
4023
+ allowListUpdate?: boolean | null;
4001
4024
  dateRangeValues?: Array<{
4002
4025
  from?: string | null;
4003
4026
  to?: string | null;
@@ -4005,6 +4028,7 @@ export type RecordFormQuery = {
4005
4028
  } | {
4006
4029
  enable: boolean;
4007
4030
  allowFreeEntry?: boolean | null;
4031
+ allowListUpdate?: boolean | null;
4008
4032
  values?: Array<string> | null;
4009
4033
  } | null;
4010
4034
  metadata_fields?: Array<{
@@ -4023,6 +4047,7 @@ export type RecordFormQuery = {
4023
4047
  values_list?: {
4024
4048
  enable: boolean;
4025
4049
  allowFreeEntry?: boolean | null;
4050
+ allowListUpdate?: boolean | null;
4026
4051
  dateRangeValues?: Array<{
4027
4052
  from?: string | null;
4028
4053
  to?: string | null;
@@ -4030,6 +4055,7 @@ export type RecordFormQuery = {
4030
4055
  } | {
4031
4056
  enable: boolean;
4032
4057
  allowFreeEntry?: boolean | null;
4058
+ allowListUpdate?: boolean | null;
4033
4059
  values?: Array<string> | null;
4034
4060
  } | null;
4035
4061
  permissions: {
@@ -4062,6 +4088,7 @@ export type RecordFormQuery = {
4062
4088
  values_list?: {
4063
4089
  enable: boolean;
4064
4090
  allowFreeEntry?: boolean | null;
4091
+ allowListUpdate?: boolean | null;
4065
4092
  dateRangeValues?: Array<{
4066
4093
  from?: string | null;
4067
4094
  to?: string | null;
@@ -4069,6 +4096,7 @@ export type RecordFormQuery = {
4069
4096
  } | {
4070
4097
  enable: boolean;
4071
4098
  allowFreeEntry?: boolean | null;
4099
+ allowListUpdate?: boolean | null;
4072
4100
  values?: Array<string> | null;
4073
4101
  } | null;
4074
4102
  metadata_fields?: Array<{
@@ -4091,6 +4119,7 @@ export type RecordFormQuery = {
4091
4119
  treeValuesList?: {
4092
4120
  enable: boolean;
4093
4121
  allowFreeEntry?: boolean | null;
4122
+ allowListUpdate?: boolean | null;
4094
4123
  values?: Array<{
4095
4124
  id: string;
4096
4125
  record: {
@@ -4155,6 +4184,7 @@ export type RecordFormQuery = {
4155
4184
  values_list?: {
4156
4185
  enable: boolean;
4157
4186
  allowFreeEntry?: boolean | null;
4187
+ allowListUpdate?: boolean | null;
4158
4188
  dateRangeValues?: Array<{
4159
4189
  from?: string | null;
4160
4190
  to?: string | null;
@@ -4162,6 +4192,7 @@ export type RecordFormQuery = {
4162
4192
  } | {
4163
4193
  enable: boolean;
4164
4194
  allowFreeEntry?: boolean | null;
4195
+ allowListUpdate?: boolean | null;
4165
4196
  values?: Array<string> | null;
4166
4197
  } | null;
4167
4198
  metadata_fields?: Array<{
@@ -5180,6 +5211,128 @@ export type DeleteValueMutation = {
5180
5211
  } | null> | null;
5181
5212
  }>;
5182
5213
  };
5214
+ export type RunActionsListAndFormatOnValueQueryVariables = Exact<{
5215
+ library: Scalars['ID'];
5216
+ value?: InputMaybe<ValueBatchInput>;
5217
+ version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
5218
+ }>;
5219
+ export type RunActionsListAndFormatOnValueQuery = {
5220
+ runActionsListAndFormatOnValue: Array<{
5221
+ id_value?: string | null;
5222
+ isInherited?: boolean | null;
5223
+ isCalculated?: boolean | null;
5224
+ modified_at?: number | null;
5225
+ created_at?: number | null;
5226
+ payload?: any | null;
5227
+ raw_payload?: any | null;
5228
+ value?: any | null;
5229
+ raw_value?: any | null;
5230
+ modified_by?: {
5231
+ id: string;
5232
+ whoAmI: {
5233
+ id: string;
5234
+ label?: string | null;
5235
+ subLabel?: string | null;
5236
+ color?: string | null;
5237
+ preview?: IPreviewScalar | null;
5238
+ library: {
5239
+ id: string;
5240
+ label?: any | null;
5241
+ };
5242
+ };
5243
+ } | null;
5244
+ created_by?: {
5245
+ id: string;
5246
+ whoAmI: {
5247
+ id: string;
5248
+ label?: string | null;
5249
+ subLabel?: string | null;
5250
+ color?: string | null;
5251
+ preview?: IPreviewScalar | null;
5252
+ library: {
5253
+ id: string;
5254
+ label?: any | null;
5255
+ };
5256
+ };
5257
+ } | null;
5258
+ version?: Array<{
5259
+ treeId: string;
5260
+ treeNode?: {
5261
+ id: string;
5262
+ record: {
5263
+ id: string;
5264
+ whoAmI: {
5265
+ id: string;
5266
+ label?: string | null;
5267
+ library: {
5268
+ id: string;
5269
+ };
5270
+ };
5271
+ };
5272
+ } | null;
5273
+ } | null> | null;
5274
+ attribute: {
5275
+ id: string;
5276
+ format?: AttributeFormat | null;
5277
+ type: AttributeType;
5278
+ system: boolean;
5279
+ };
5280
+ metadata?: Array<{
5281
+ name: string;
5282
+ value?: {
5283
+ id_value?: string | null;
5284
+ modified_at?: number | null;
5285
+ created_at?: number | null;
5286
+ payload?: any | null;
5287
+ raw_payload?: any | null;
5288
+ modified_by?: {
5289
+ id: string;
5290
+ whoAmI: {
5291
+ id: string;
5292
+ label?: string | null;
5293
+ subLabel?: string | null;
5294
+ color?: string | null;
5295
+ preview?: IPreviewScalar | null;
5296
+ library: {
5297
+ id: string;
5298
+ label?: any | null;
5299
+ };
5300
+ };
5301
+ } | null;
5302
+ created_by?: {
5303
+ id: string;
5304
+ whoAmI: {
5305
+ id: string;
5306
+ label?: string | null;
5307
+ subLabel?: string | null;
5308
+ color?: string | null;
5309
+ preview?: IPreviewScalar | null;
5310
+ library: {
5311
+ id: string;
5312
+ label?: any | null;
5313
+ };
5314
+ };
5315
+ } | null;
5316
+ version?: Array<{
5317
+ treeId: string;
5318
+ treeNode?: {
5319
+ id: string;
5320
+ record: {
5321
+ id: string;
5322
+ whoAmI: {
5323
+ id: string;
5324
+ label?: string | null;
5325
+ library: {
5326
+ id: string;
5327
+ };
5328
+ };
5329
+ };
5330
+ } | null;
5331
+ } | null> | null;
5332
+ } | null;
5333
+ } | null> | null;
5334
+ }>;
5335
+ };
5183
5336
  export type SaveValueBatchMutationVariables = Exact<{
5184
5337
  library: Scalars['ID'];
5185
5338
  recordId: Scalars['ID'];
@@ -5786,10 +5939,13 @@ export type AddViewMutation = {
5786
5939
  export type ExplorerQueryVariables = Exact<{
5787
5940
  libraryId: Scalars['ID'];
5788
5941
  attributeIds: Array<Scalars['ID']> | Scalars['ID'];
5942
+ pagination?: InputMaybe<RecordsPagination>;
5789
5943
  filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
5944
+ multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
5790
5945
  }>;
5791
5946
  export type ExplorerQuery = {
5792
5947
  records: {
5948
+ totalCount?: number | null;
5793
5949
  list: Array<{
5794
5950
  id: string;
5795
5951
  whoAmI: {
@@ -5805,6 +5961,13 @@ export type ExplorerQuery = {
5805
5961
  };
5806
5962
  properties: Array<{
5807
5963
  attributeId: string;
5964
+ attributeProperties: {
5965
+ id: string;
5966
+ label?: any | null;
5967
+ type: AttributeType;
5968
+ format?: AttributeFormat | null;
5969
+ multiple_values: boolean;
5970
+ };
5808
5971
  values: Array<{
5809
5972
  linkPayload?: {
5810
5973
  id: string;
@@ -5820,9 +5983,6 @@ export type ExplorerQuery = {
5820
5983
  };
5821
5984
  };
5822
5985
  } | null;
5823
- attribute: {
5824
- type: AttributeType;
5825
- };
5826
5986
  } | {
5827
5987
  treePayload?: {
5828
5988
  record: {
@@ -5840,19 +6000,24 @@ export type ExplorerQuery = {
5840
6000
  };
5841
6001
  };
5842
6002
  } | null;
5843
- attribute: {
5844
- type: AttributeType;
5845
- };
5846
6003
  } | {
5847
6004
  valuePayload?: any | null;
5848
- attribute: {
5849
- type: AttributeType;
5850
- };
5851
6005
  }>;
5852
6006
  }>;
5853
6007
  }>;
5854
6008
  };
5855
6009
  };
6010
+ export type ExplorerLibraryDataQueryVariables = Exact<{
6011
+ libraryId: Scalars['ID'];
6012
+ }>;
6013
+ export type ExplorerLibraryDataQuery = {
6014
+ libraries?: {
6015
+ list: Array<{
6016
+ id: string;
6017
+ label?: any | null;
6018
+ }>;
6019
+ } | null;
6020
+ };
5856
6021
  export declare const RecordIdentityFragmentDoc: Apollo.DocumentNode;
5857
6022
  export declare const DetailsApplicationFragmentDoc: Apollo.DocumentNode;
5858
6023
  export declare const AttributeDetailsFragmentDoc: Apollo.DocumentNode;
@@ -5872,6 +6037,7 @@ export declare const TreeDetailsFragmentDoc: Apollo.DocumentNode;
5872
6037
  export declare const TreeNodeChildFragmentDoc: Apollo.DocumentNode;
5873
6038
  export declare const ViewDetailsFragmentDoc: Apollo.DocumentNode;
5874
6039
  export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
6040
+ export declare const AttributePropertiesFragmentDoc: Apollo.DocumentNode;
5875
6041
  export declare const CheckApplicationExistenceDocument: Apollo.DocumentNode;
5876
6042
  /**
5877
6043
  * __useCheckApplicationExistenceQuery__
@@ -7115,6 +7281,38 @@ export declare function useDeleteValueMutation(baseOptions?: Apollo.MutationHook
7115
7281
  export type DeleteValueMutationHookResult = ReturnType<typeof useDeleteValueMutation>;
7116
7282
  export type DeleteValueMutationResult = Apollo.MutationResult<DeleteValueMutation>;
7117
7283
  export type DeleteValueMutationOptions = Apollo.BaseMutationOptions<DeleteValueMutation, DeleteValueMutationVariables>;
7284
+ export declare const RunActionsListAndFormatOnValueDocument: Apollo.DocumentNode;
7285
+ /**
7286
+ * __useRunActionsListAndFormatOnValueQuery__
7287
+ *
7288
+ * To run a query within a React component, call `useRunActionsListAndFormatOnValueQuery` and pass it any options that fit your needs.
7289
+ * When your component renders, `useRunActionsListAndFormatOnValueQuery` returns an object from Apollo Client that contains loading, error, and data properties
7290
+ * you can use to render your UI.
7291
+ *
7292
+ * @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;
7293
+ *
7294
+ * @example
7295
+ * const { data, loading, error } = useRunActionsListAndFormatOnValueQuery({
7296
+ * variables: {
7297
+ * library: // value for 'library'
7298
+ * value: // value for 'value'
7299
+ * version: // value for 'version'
7300
+ * },
7301
+ * });
7302
+ */
7303
+ export declare function useRunActionsListAndFormatOnValueQuery(baseOptions: Apollo.QueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, Exact<{
7304
+ library: Scalars["ID"];
7305
+ value?: InputMaybe<ValueBatchInput>;
7306
+ version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
7307
+ }>>;
7308
+ export declare function useRunActionsListAndFormatOnValueLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.LazyQueryResultTuple<RunActionsListAndFormatOnValueQuery, Exact<{
7309
+ library: Scalars["ID"];
7310
+ value?: InputMaybe<ValueBatchInput>;
7311
+ version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
7312
+ }>>;
7313
+ export type RunActionsListAndFormatOnValueQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueQuery>;
7314
+ export type RunActionsListAndFormatOnValueLazyQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueLazyQuery>;
7315
+ export type RunActionsListAndFormatOnValueQueryResult = Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>;
7118
7316
  export declare const SaveValueBatchDocument: Apollo.DocumentNode;
7119
7317
  export type SaveValueBatchMutationFn = Apollo.MutationFunction<SaveValueBatchMutation, SaveValueBatchMutationVariables>;
7120
7318
  /**
@@ -7265,20 +7463,52 @@ export declare const ExplorerDocument: Apollo.DocumentNode;
7265
7463
  * variables: {
7266
7464
  * libraryId: // value for 'libraryId'
7267
7465
  * attributeIds: // value for 'attributeIds'
7466
+ * pagination: // value for 'pagination'
7268
7467
  * filters: // value for 'filters'
7468
+ * multipleSort: // value for 'multipleSort'
7269
7469
  * },
7270
7470
  * });
7271
7471
  */
7272
7472
  export declare function useExplorerQuery(baseOptions: Apollo.QueryHookOptions<ExplorerQuery, ExplorerQueryVariables>): Apollo.QueryResult<ExplorerQuery, Exact<{
7273
7473
  libraryId: Scalars["ID"];
7274
7474
  attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
7475
+ pagination?: InputMaybe<RecordsPagination>;
7275
7476
  filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
7477
+ multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
7276
7478
  }>>;
7277
7479
  export declare function useExplorerLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerQuery, ExplorerQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerQuery, Exact<{
7278
7480
  libraryId: Scalars["ID"];
7279
7481
  attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
7482
+ pagination?: InputMaybe<RecordsPagination>;
7280
7483
  filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
7484
+ multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
7281
7485
  }>>;
7282
7486
  export type ExplorerQueryHookResult = ReturnType<typeof useExplorerQuery>;
7283
7487
  export type ExplorerLazyQueryHookResult = ReturnType<typeof useExplorerLazyQuery>;
7284
7488
  export type ExplorerQueryResult = Apollo.QueryResult<ExplorerQuery, ExplorerQueryVariables>;
7489
+ export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
7490
+ /**
7491
+ * __useExplorerLibraryDataQuery__
7492
+ *
7493
+ * To run a query within a React component, call `useExplorerLibraryDataQuery` and pass it any options that fit your needs.
7494
+ * When your component renders, `useExplorerLibraryDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
7495
+ * you can use to render your UI.
7496
+ *
7497
+ * @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;
7498
+ *
7499
+ * @example
7500
+ * const { data, loading, error } = useExplorerLibraryDataQuery({
7501
+ * variables: {
7502
+ * libraryId: // value for 'libraryId'
7503
+ * },
7504
+ * });
7505
+ */
7506
+ export declare function useExplorerLibraryDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.QueryResult<ExplorerLibraryDataQuery, Exact<{
7507
+ libraryId: Scalars["ID"];
7508
+ }>>;
7509
+ export declare function useExplorerLibraryDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDataQuery, Exact<{
7510
+ libraryId: Scalars["ID"];
7511
+ }>>;
7512
+ export type ExplorerLibraryDataQueryHookResult = ReturnType<typeof useExplorerLibraryDataQuery>;
7513
+ export type ExplorerLibraryDataLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDataLazyQuery>;
7514
+ export type ExplorerLibraryDataQueryResult = Apollo.QueryResult<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>;