@leav/ui 0.3.6-032b1da → 0.3.6-0c69f61

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