@leav/ui 0.3.6-04ab99a → 0.3.6-08c66d3
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.
- package/dist/__mocks__/common/attribute.d.ts +1 -0
- package/dist/__mocks__/common/attribute.js +9 -2
- package/dist/__mocks__/common/attribute.js.map +1 -1
- package/dist/__mocks__/common/form.d.ts +2 -0
- package/dist/__mocks__/common/form.js +33 -2
- package/dist/__mocks__/common/form.js.map +1 -1
- package/dist/__mocks__/common/value.js +3 -2
- package/dist/__mocks__/common/value.js.map +1 -1
- package/dist/__mocks__/common/view.js +7 -5
- package/dist/__mocks__/common/view.js.map +1 -1
- package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js +1 -1
- package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js.map +1 -1
- package/dist/__mocks__/mockQuery/mockGetViewListQuery.js +2 -1
- package/dist/__mocks__/mockQuery/mockGetViewListQuery.js.map +1 -1
- package/dist/_gqlTypes/index.d.ts +619 -80
- package/dist/_gqlTypes/index.js +383 -56
- package/dist/_gqlTypes/index.js.map +1 -1
- package/dist/_queries/attributes/attributeDetailsFragment.js +0 -1
- package/dist/_queries/attributes/attributeDetailsFragment.js.map +1 -1
- package/dist/_queries/attributes/getAttributesByLib.js +7 -5
- package/dist/_queries/attributes/getAttributesByLib.js.map +1 -1
- package/dist/_queries/libraries/getLibraryDetailExtendQuery.d.ts +3 -4
- package/dist/_queries/libraries/getLibraryDetailExtendQuery.js +2 -3
- package/dist/_queries/libraries/getLibraryDetailExtendQuery.js.map +1 -1
- package/dist/_queries/records/createRecordMutation.js +2 -3
- package/dist/_queries/records/createRecordMutation.js.map +1 -1
- package/dist/_queries/records/getRecordColumnsValues.d.ts +5 -3
- package/dist/_queries/records/getRecordColumnsValues.js +4 -1
- package/dist/_queries/records/getRecordColumnsValues.js.map +1 -1
- package/dist/_queries/records/getRecordsFromLibraryQuery.js +1 -0
- package/dist/_queries/records/getRecordsFromLibraryQuery.js.map +1 -1
- package/dist/_queries/records/recordFormAttributeFragment.js +3 -0
- package/dist/_queries/records/recordFormAttributeFragment.js.map +1 -1
- package/dist/_queries/views/saveViewMutation.js +1 -1
- package/dist/_queries/views/viewDetailsFragment.js +14 -11
- package/dist/_queries/views/viewDetailsFragment.js.map +1 -1
- package/dist/_utils/attributeType.d.ts +3 -0
- package/dist/_utils/attributeType.js +7 -0
- package/dist/_utils/attributeType.js.map +1 -0
- package/dist/_utils/index.js +6 -3
- package/dist/_utils/index.js.map +1 -1
- package/dist/_utils/interleaveElement.d.ts +1 -0
- package/dist/{components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.js → _utils/interleaveElement.js} +2 -3
- package/dist/_utils/interleaveElement.js.map +1 -0
- package/dist/antdTheme/index.d.ts +0 -3
- package/dist/antdTheme/index.js +3 -42
- package/dist/antdTheme/index.js.map +1 -1
- package/dist/components/CreateDirectory/CreateDirectory.js +1 -1
- package/dist/components/CreateDirectory/CreateDirectory.js.map +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js +0 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js +2 -5
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.d.ts +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.js.map +1 -1
- package/dist/components/Explorer/DataView.d.ts +8 -2
- package/dist/components/Explorer/DataView.js +79 -22
- package/dist/components/Explorer/DataView.js.map +1 -1
- package/dist/components/Explorer/Explorer.d.ts +11 -6
- package/dist/components/Explorer/Explorer.js +96 -39
- package/dist/components/Explorer/Explorer.js.map +1 -1
- package/dist/components/Explorer/ExplorerTitle.d.ts +2 -0
- package/dist/components/Explorer/ExplorerTitle.js +28 -11
- package/dist/components/Explorer/ExplorerTitle.js.map +1 -1
- package/dist/components/Explorer/ExplorerToolbar.d.ts +5 -0
- package/dist/components/Explorer/ExplorerToolbar.js +49 -0
- package/dist/components/Explorer/ExplorerToolbar.js.map +1 -0
- package/dist/components/Explorer/TableCell.d.ts +1 -1
- package/dist/components/Explorer/TableCell.js +50 -8
- package/dist/components/Explorer/TableCell.js.map +1 -1
- package/dist/components/Explorer/TableTagGroup.d.ts +1 -0
- package/dist/components/Explorer/TableTagGroup.js +8 -0
- package/dist/components/Explorer/TableTagGroup.js.map +1 -1
- package/dist/components/Explorer/_constants.d.ts +5 -0
- package/dist/components/Explorer/_constants.js +18 -0
- package/dist/components/Explorer/_constants.js.map +1 -0
- package/dist/components/Explorer/_queries/prepareFiltersForRequest.d.ts +4 -0
- package/dist/components/Explorer/_queries/prepareFiltersForRequest.js +99 -0
- package/dist/components/Explorer/_queries/prepareFiltersForRequest.js.map +1 -0
- package/dist/components/Explorer/_queries/useExplorerData.d.ts +17 -6
- package/dist/components/Explorer/_queries/useExplorerData.js +76 -12
- package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -1
- package/dist/components/Explorer/_types.d.ts +92 -2
- package/dist/components/Explorer/_types.js +7 -1
- package/dist/components/Explorer/_types.js.map +1 -1
- package/dist/components/Explorer/{useEditAction.d.ts → actions-item/useEditItemAction.d.ts} +4 -4
- package/dist/components/Explorer/{useEditAction.js → actions-item/useEditItemAction.js} +14 -13
- package/dist/components/Explorer/actions-item/useEditItemAction.js.map +1 -0
- package/dist/components/Explorer/actions-item/useRemoveItemAction.d.ts +23 -0
- package/dist/components/Explorer/actions-item/useRemoveItemAction.js +109 -0
- package/dist/components/Explorer/actions-item/useRemoveItemAction.js.map +1 -0
- package/dist/components/Explorer/actions-mass/useDeactivateMassAction.d.ts +27 -0
- package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js +71 -0
- package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js.map +1 -0
- package/dist/components/Explorer/actions-mass/useMassActions.d.ts +28 -0
- package/dist/components/Explorer/actions-mass/useMassActions.js +111 -0
- package/dist/components/Explorer/actions-mass/useMassActions.js.map +1 -0
- package/dist/components/Explorer/{useCreateAction.d.ts → actions-primary/useCreatePrimaryAction.d.ts} +9 -5
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js +75 -0
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js.map +1 -0
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.d.ts +17 -0
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js +38 -0
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js.map +1 -0
- package/dist/components/Explorer/actions-primary/usePrimaryActions.d.ts +17 -0
- package/dist/components/Explorer/actions-primary/usePrimaryActions.js +27 -0
- package/dist/components/Explorer/actions-primary/usePrimaryActions.js.map +1 -0
- package/dist/components/Explorer/conditionsHelper.d.ts +2 -0
- package/dist/components/Explorer/conditionsHelper.js +16 -0
- package/dist/components/Explorer/conditionsHelper.js.map +1 -0
- package/dist/components/Explorer/link-item/LinkModal.d.ts +7 -0
- package/dist/components/Explorer/link-item/LinkModal.js +73 -0
- package/dist/components/Explorer/link-item/LinkModal.js.map +1 -0
- package/dist/components/Explorer/link-item/useLinkMassAction.d.ts +24 -0
- package/dist/components/Explorer/link-item/useLinkMassAction.js +57 -0
- package/dist/components/Explorer/link-item/useLinkMassAction.js.map +1 -0
- package/dist/components/Explorer/list-saved-views/SavedViews.d.ts +2 -0
- package/dist/components/Explorer/list-saved-views/SavedViews.js +74 -0
- package/dist/components/Explorer/list-saved-views/SavedViews.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.d.ts +1 -1
- package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js +11 -3
- package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.d.ts +6 -0
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js +19 -0
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.d.ts +3 -1
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js +9 -3
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.d.ts +17 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js +93 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js +12 -15
- package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.d.ts +4 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js +88 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.d.ts +9 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js +33 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js +22 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.js +11 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js +66 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.js +11 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.js +11 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.js +11 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js +40 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.d.ts +8 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js +41 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.d.ts +10 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js +75 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/LinkAttributeDropdown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/LinkAttributeDropdown.js +79 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/LinkAttributeDropdown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js +19 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js +28 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.d.ts +13 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.js +2 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.d.ts +12 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js +108 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.d.ts +3 -2
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js +2 -2
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.d.ts +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.js +2 -2
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.js +3 -3
- package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.d.ts +11 -2
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js +55 -10
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.d.ts +2 -1
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js +16 -32
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/save-view/SaveViewModal.d.ts +8 -0
- package/dist/components/Explorer/manage-view-settings/save-view/SaveViewModal.js +44 -0
- package/dist/components/Explorer/manage-view-settings/save-view/SaveViewModal.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/ViewActionsButtons.d.ts +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/ViewActionsButtons.js +22 -0
- package/dist/components/Explorer/manage-view-settings/save-view/ViewActionsButtons.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js +24 -0
- package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useCreateNewView.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useCreateNewView.js +52 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useCreateNewView.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useResetView.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useResetView.js +20 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useResetView.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useShareView.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useShareView.js +64 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useShareView.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useUpdateView.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useUpdateView.js +49 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useUpdateView.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js +30 -28
- package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.d.ts +1 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +28 -1
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.d.ts +93 -5
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +190 -9
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -1
- package/dist/components/Explorer/useColumnWidth.d.ts +8 -0
- package/dist/components/Explorer/useColumnWidth.js +49 -0
- package/dist/components/Explorer/useColumnWidth.js.map +1 -0
- package/dist/components/Explorer/useLoadView.d.ts +3 -0
- package/dist/components/Explorer/useLoadView.js +81 -0
- package/dist/components/Explorer/useLoadView.js.map +1 -0
- package/dist/components/Explorer/useSearchInput.d.ts +16 -0
- package/dist/components/Explorer/useSearchInput.js +40 -0
- package/dist/components/Explorer/useSearchInput.js.map +1 -0
- package/dist/components/Explorer/useViewSettingsReducer.d.ts +8 -0
- package/dist/components/Explorer/useViewSettingsReducer.js +131 -0
- package/dist/components/Explorer/useViewSettingsReducer.js.map +1 -0
- package/dist/components/ExportModal/ExportModal.js +2 -2
- package/dist/components/ExportModal/ExportModal.js.map +1 -1
- package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.js +1 -2
- package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.js.map +1 -1
- package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js +2 -2
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js +7 -11
- package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js +7 -2
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js +7 -5
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuView/MenuView.js +5 -10
- package/dist/components/LibraryItemsList/MenuView/MenuView.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js +2 -3
- package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/View/View.js +3 -3
- package/dist/components/LibraryItemsList/ViewPanel/View/View.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js +4 -9
- package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js +7 -5
- package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/_types.d.ts +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.d.ts +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js +25 -33
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/EditRecord.d.ts +1 -0
- package/dist/components/RecordEdition/EditRecord/EditRecord.js +83 -77
- package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.d.ts +2 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +17 -4
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +13 -18
- package/dist/components/RecordEdition/EditRecordContent/_types.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.d.ts +5 -1
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.js +15 -8
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.d.ts +3 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js +8 -2
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.d.ts +5 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.js +28 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteSaveValueBatchMutation.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js +1 -7
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.d.ts +3 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js +2 -7
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js +2 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.d.ts +6 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js +16 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.d.ts +4 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +156 -295
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js +9 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js +67 -22
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js +32 -18
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js +16 -8
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js +21 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +23 -27
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js +47 -42
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js +23 -23
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +13 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +15 -403
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/{MonoValueSelect.d.ts → DSListSelect.d.ts} +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/{MonoValueSelect.js → DSListSelect.js} +35 -13
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.d.ts +10 -4
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.d.ts +42 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js +56 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.d.ts +12 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js +32 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js +4 -7
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +10 -4
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +2 -2
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.d.ts +7 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.js +9 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/{ValueDetails/TreeValuePath → AttributeSummary}/index.js +2 -2
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.js +25 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.d.ts +3 -0
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js +53 -0
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/{ValueDetails → Breacrumb}/index.js +2 -2
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.d.ts +4 -1
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js +48 -6
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.d.ts +4 -7
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js +6 -8
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.d.ts +9 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js +42 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.d.ts +6 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js +35 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.d.ts +3 -282
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js +28 -61
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.d.ts +8 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js +73 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/{ValueDetails/ValueMetadata → ValuesSummary}/index.js +2 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/index.js.map +1 -0
- package/dist/components/RecordEdition/{EditRecordContent → EditRecordSkeleton}/EditRecordSkeleton.d.ts +1 -1
- package/dist/components/RecordEdition/{EditRecordContent → EditRecordSkeleton}/EditRecordSkeleton.js +2 -2
- package/dist/components/RecordEdition/EditRecordSkeleton/EditRecordSkeleton.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSkeleton/index.d.ts +2 -0
- package/dist/components/RecordEdition/{EditRecordSidebar/ValueDetails/AttributeDetails → EditRecordSkeleton}/index.js +2 -2
- package/dist/components/RecordEdition/EditRecordSkeleton/index.js.map +1 -0
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.d.ts +12 -10
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js +15 -13
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js.map +1 -1
- package/dist/components/RecordEdition/index.d.ts +1 -0
- package/dist/components/RecordEdition/index.js +1 -0
- package/dist/components/RecordEdition/index.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +4 -7
- package/dist/components/SelectTreeNode/SelectTreeNode.js +17 -135
- package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.d.ts +16 -0
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +129 -0
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -0
- package/dist/components/SelectTreeNode/index.d.ts +1 -1
- package/dist/components/SelectTreeNode/index.js +1 -1
- package/dist/components/SelectTreeNode/index.js.map +1 -1
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.d.ts +4 -7
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js +10 -10
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js.map +1 -1
- package/dist/components/SelectTreeNodeModal/index.d.ts +1 -2
- package/dist/components/SelectTreeNodeModal/index.js +1 -2
- package/dist/components/SelectTreeNodeModal/index.js.map +1 -1
- package/dist/components/UploadFiles/UploadFiles.js +1 -1
- package/dist/components/UploadFiles/UploadFiles.js.map +1 -1
- package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js +2 -2
- package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js.map +1 -1
- package/dist/constants.d.ts +3 -0
- package/dist/constants.js +3 -0
- package/dist/constants.js.map +1 -1
- package/dist/hooks/useExecuteSaveViewMutation/index.d.ts +1 -0
- package/dist/{components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo → hooks/useExecuteSaveViewMutation}/index.js +1 -2
- package/dist/hooks/useExecuteSaveViewMutation/index.js.map +1 -0
- package/dist/hooks/useExecuteSaveViewMutation/useExecuteSaveViewMutation.d.ts +6 -0
- package/dist/hooks/{useExecuteAddViewMutation/useExecuteAddViewMutation.js → useExecuteSaveViewMutation/useExecuteSaveViewMutation.js} +8 -7
- package/dist/hooks/useExecuteSaveViewMutation/useExecuteSaveViewMutation.js.map +1 -0
- package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.d.ts +1 -1
- package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.js +2 -2
- package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.js.map +1 -1
- package/dist/locales/en/shared.json +81 -10
- package/dist/locales/fr/shared.json +83 -12
- package/dist/types/views.d.ts +4 -4
- package/package.json +6 -4
- package/dist/components/Explorer/useCreateAction.js +0 -40
- package/dist/components/Explorer/useCreateAction.js.map +0 -1
- package/dist/components/Explorer/useDeactivateAction.d.ts +0 -12
- package/dist/components/Explorer/useDeactivateAction.js +0 -51
- package/dist/components/Explorer/useDeactivateAction.js.map +0 -1
- package/dist/components/Explorer/useEditAction.js.map +0 -1
- package/dist/components/Explorer/usePrimaryActions.d.ts +0 -12
- package/dist/components/Explorer/usePrimaryActions.js +0 -21
- package/dist/components/Explorer/usePrimaryActions.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordSkeleton.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.d.ts +0 -138
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js +0 -361
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.d.ts +0 -7
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.js +0 -9
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.js +0 -7
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.d.ts +0 -8
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js +0 -23
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js +0 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js +0 -22
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js +0 -22
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js +0 -19
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js +0 -32
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js +0 -51
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js +0 -26
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/MonoValueSelect.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.d.ts +0 -6
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js +0 -56
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.d.ts +0 -8
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js +0 -41
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.d.ts +0 -10
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js +0 -63
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js +0 -76
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.d.ts +0 -11
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js +0 -43
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.js.map +0 -1
- package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.d.ts +0 -6
- package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.js.map +0 -1
|
@@ -127,6 +127,7 @@ export declare enum AttributeFormat {
|
|
|
127
127
|
}
|
|
128
128
|
export type AttributeInput = {
|
|
129
129
|
actions_list?: InputMaybe<ActionsListConfigurationInput>;
|
|
130
|
+
character_limit?: InputMaybe<Scalars['Int']>;
|
|
130
131
|
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
131
132
|
embedded_fields?: InputMaybe<Array<InputMaybe<EmbeddedAttributeInput>>>;
|
|
132
133
|
format?: InputMaybe<AttributeFormat>;
|
|
@@ -134,7 +135,6 @@ export type AttributeInput = {
|
|
|
134
135
|
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
135
136
|
linked_library?: InputMaybe<Scalars['String']>;
|
|
136
137
|
linked_tree?: InputMaybe<Scalars['String']>;
|
|
137
|
-
maxLength?: InputMaybe<Scalars['Int']>;
|
|
138
138
|
metadata_fields?: InputMaybe<Array<Scalars['String']>>;
|
|
139
139
|
multiple_values?: InputMaybe<Scalars['Boolean']>;
|
|
140
140
|
permissions_conf?: InputMaybe<TreepermissionsConfInput>;
|
|
@@ -158,14 +158,15 @@ export declare enum AttributeType {
|
|
|
158
158
|
tree = "tree"
|
|
159
159
|
}
|
|
160
160
|
export type AttributesFiltersInput = {
|
|
161
|
-
format?: InputMaybe<Array<
|
|
161
|
+
format?: InputMaybe<Array<AttributeFormat>>;
|
|
162
162
|
id?: InputMaybe<Scalars['ID']>;
|
|
163
|
+
ids?: InputMaybe<Array<Scalars['ID']>>;
|
|
163
164
|
label?: InputMaybe<Scalars['String']>;
|
|
164
|
-
libraries?: InputMaybe<Array<
|
|
165
|
-
librariesExcluded?: InputMaybe<Array<
|
|
165
|
+
libraries?: InputMaybe<Array<Scalars['String']>>;
|
|
166
|
+
librariesExcluded?: InputMaybe<Array<Scalars['String']>>;
|
|
166
167
|
multiple_values?: InputMaybe<Scalars['Boolean']>;
|
|
167
168
|
system?: InputMaybe<Scalars['Boolean']>;
|
|
168
|
-
type?: InputMaybe<Array<
|
|
169
|
+
type?: InputMaybe<Array<AttributeType>>;
|
|
169
170
|
versionable?: InputMaybe<Scalars['Boolean']>;
|
|
170
171
|
};
|
|
171
172
|
export declare enum AttributesSortableFields {
|
|
@@ -256,6 +257,7 @@ export type GlobalSettingsFileInput = {
|
|
|
256
257
|
recordId: Scalars['String'];
|
|
257
258
|
};
|
|
258
259
|
export type GlobalSettingsInput = {
|
|
260
|
+
defaultApp?: InputMaybe<Scalars['String']>;
|
|
259
261
|
favicon?: InputMaybe<GlobalSettingsFileInput>;
|
|
260
262
|
icon?: InputMaybe<GlobalSettingsFileInput>;
|
|
261
263
|
name?: InputMaybe<Scalars['String']>;
|
|
@@ -725,10 +727,11 @@ export declare enum VersionProfilesSortableFields {
|
|
|
725
727
|
id = "id"
|
|
726
728
|
}
|
|
727
729
|
export type ViewDisplayInput = {
|
|
728
|
-
size
|
|
730
|
+
size?: InputMaybe<ViewSizes>;
|
|
729
731
|
type: ViewTypes;
|
|
730
732
|
};
|
|
731
733
|
export type ViewInput = {
|
|
734
|
+
attributes?: InputMaybe<Array<Scalars['String']>>;
|
|
732
735
|
color?: InputMaybe<Scalars['String']>;
|
|
733
736
|
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
734
737
|
display: ViewDisplayInput;
|
|
@@ -736,15 +739,10 @@ export type ViewInput = {
|
|
|
736
739
|
id?: InputMaybe<Scalars['String']>;
|
|
737
740
|
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
738
741
|
library: Scalars['String'];
|
|
739
|
-
settings?: InputMaybe<Array<ViewSettingsInput>>;
|
|
740
742
|
shared: Scalars['Boolean'];
|
|
741
|
-
sort?: InputMaybe<RecordSortInput
|
|
743
|
+
sort?: InputMaybe<Array<RecordSortInput>>;
|
|
742
744
|
valuesVersions?: InputMaybe<Array<ViewValuesVersionInput>>;
|
|
743
745
|
};
|
|
744
|
-
export type ViewSettingsInput = {
|
|
745
|
-
name: Scalars['String'];
|
|
746
|
-
value?: InputMaybe<Scalars['Any']>;
|
|
747
|
-
};
|
|
748
746
|
export declare enum ViewSizes {
|
|
749
747
|
BIG = "BIG",
|
|
750
748
|
MEDIUM = "MEDIUM",
|
|
@@ -841,7 +839,6 @@ export type AttributeDetailsLinkAttributeFragment = {
|
|
|
841
839
|
};
|
|
842
840
|
export type AttributeDetailsStandardAttributeFragment = {
|
|
843
841
|
unique?: boolean | null;
|
|
844
|
-
maxLength?: number | null;
|
|
845
842
|
id: string;
|
|
846
843
|
type: AttributeType;
|
|
847
844
|
format?: AttributeFormat | null;
|
|
@@ -956,6 +953,11 @@ export type AttributesByLibAttributeTreeAttributeFragment = {
|
|
|
956
953
|
} | null;
|
|
957
954
|
};
|
|
958
955
|
export type AttributesByLibAttributeFragment = AttributesByLibAttributeLinkAttributeFragment | AttributesByLibAttributeStandardAttributeFragment | AttributesByLibAttributeTreeAttributeFragment;
|
|
956
|
+
export type AttributesByLibLinkAttributeFragment = {
|
|
957
|
+
linked_library?: {
|
|
958
|
+
id: string;
|
|
959
|
+
} | null;
|
|
960
|
+
};
|
|
959
961
|
export type LibraryLightFragment = {
|
|
960
962
|
id: string;
|
|
961
963
|
label?: any | null;
|
|
@@ -1486,7 +1488,9 @@ export type RecordFormElementFragment = {
|
|
|
1486
1488
|
format?: AttributeFormat | null;
|
|
1487
1489
|
system: boolean;
|
|
1488
1490
|
readonly: boolean;
|
|
1491
|
+
required: boolean;
|
|
1489
1492
|
multiple_values: boolean;
|
|
1493
|
+
compute: boolean;
|
|
1490
1494
|
linked_library?: {
|
|
1491
1495
|
id: string;
|
|
1492
1496
|
label?: any | null;
|
|
@@ -1560,6 +1564,7 @@ export type RecordFormElementFragment = {
|
|
|
1560
1564
|
}> | null;
|
|
1561
1565
|
}> | null;
|
|
1562
1566
|
} | {
|
|
1567
|
+
character_limit?: number | null;
|
|
1563
1568
|
id: string;
|
|
1564
1569
|
label?: any | null;
|
|
1565
1570
|
description?: any | null;
|
|
@@ -1567,7 +1572,9 @@ export type RecordFormElementFragment = {
|
|
|
1567
1572
|
format?: AttributeFormat | null;
|
|
1568
1573
|
system: boolean;
|
|
1569
1574
|
readonly: boolean;
|
|
1575
|
+
required: boolean;
|
|
1570
1576
|
multiple_values: boolean;
|
|
1577
|
+
compute: boolean;
|
|
1571
1578
|
values_list?: {
|
|
1572
1579
|
enable: boolean;
|
|
1573
1580
|
allowFreeEntry?: boolean | null;
|
|
@@ -1635,7 +1642,9 @@ export type RecordFormElementFragment = {
|
|
|
1635
1642
|
format?: AttributeFormat | null;
|
|
1636
1643
|
system: boolean;
|
|
1637
1644
|
readonly: boolean;
|
|
1645
|
+
required: boolean;
|
|
1638
1646
|
multiple_values: boolean;
|
|
1647
|
+
compute: boolean;
|
|
1639
1648
|
linked_tree?: {
|
|
1640
1649
|
id: string;
|
|
1641
1650
|
label?: any | null;
|
|
@@ -2138,7 +2147,9 @@ export type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2138
2147
|
format?: AttributeFormat | null;
|
|
2139
2148
|
system: boolean;
|
|
2140
2149
|
readonly: boolean;
|
|
2150
|
+
required: boolean;
|
|
2141
2151
|
multiple_values: boolean;
|
|
2152
|
+
compute: boolean;
|
|
2142
2153
|
linked_library?: {
|
|
2143
2154
|
id: string;
|
|
2144
2155
|
label?: any | null;
|
|
@@ -2213,6 +2224,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2213
2224
|
}> | null;
|
|
2214
2225
|
};
|
|
2215
2226
|
export type RecordFormAttributeStandardAttributeFragment = {
|
|
2227
|
+
character_limit?: number | null;
|
|
2216
2228
|
id: string;
|
|
2217
2229
|
label?: any | null;
|
|
2218
2230
|
description?: any | null;
|
|
@@ -2220,7 +2232,9 @@ export type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2220
2232
|
format?: AttributeFormat | null;
|
|
2221
2233
|
system: boolean;
|
|
2222
2234
|
readonly: boolean;
|
|
2235
|
+
required: boolean;
|
|
2223
2236
|
multiple_values: boolean;
|
|
2237
|
+
compute: boolean;
|
|
2224
2238
|
values_list?: {
|
|
2225
2239
|
enable: boolean;
|
|
2226
2240
|
allowFreeEntry?: boolean | null;
|
|
@@ -2289,7 +2303,9 @@ export type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2289
2303
|
format?: AttributeFormat | null;
|
|
2290
2304
|
system: boolean;
|
|
2291
2305
|
readonly: boolean;
|
|
2306
|
+
required: boolean;
|
|
2292
2307
|
multiple_values: boolean;
|
|
2308
|
+
compute: boolean;
|
|
2293
2309
|
linked_tree?: {
|
|
2294
2310
|
id: string;
|
|
2295
2311
|
label?: any | null;
|
|
@@ -2471,7 +2487,7 @@ export type ViewDetailsFragment = {
|
|
|
2471
2487
|
description?: any | null;
|
|
2472
2488
|
color?: string | null;
|
|
2473
2489
|
display: {
|
|
2474
|
-
size
|
|
2490
|
+
size?: ViewSizes | null;
|
|
2475
2491
|
type: ViewTypes;
|
|
2476
2492
|
};
|
|
2477
2493
|
created_by: {
|
|
@@ -2494,10 +2510,10 @@ export type ViewDetailsFragment = {
|
|
|
2494
2510
|
label?: any | null;
|
|
2495
2511
|
} | null;
|
|
2496
2512
|
}> | null;
|
|
2497
|
-
sort?: {
|
|
2513
|
+
sort?: Array<{
|
|
2498
2514
|
field: string;
|
|
2499
2515
|
order: SortOrder;
|
|
2500
|
-
} | null;
|
|
2516
|
+
}> | null;
|
|
2501
2517
|
valuesVersions?: Array<{
|
|
2502
2518
|
treeId: string;
|
|
2503
2519
|
treeNode: {
|
|
@@ -2518,11 +2534,27 @@ export type ViewDetailsFragment = {
|
|
|
2518
2534
|
};
|
|
2519
2535
|
};
|
|
2520
2536
|
}> | null;
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
value?: any | null;
|
|
2537
|
+
attributes?: Array<{
|
|
2538
|
+
id: string;
|
|
2524
2539
|
}> | null;
|
|
2525
2540
|
};
|
|
2541
|
+
export type ViewDetailsFilterFragment = {
|
|
2542
|
+
field?: string | null;
|
|
2543
|
+
value?: string | null;
|
|
2544
|
+
condition?: RecordFilterCondition | null;
|
|
2545
|
+
operator?: RecordFilterOperator | null;
|
|
2546
|
+
tree?: {
|
|
2547
|
+
id: string;
|
|
2548
|
+
label?: any | null;
|
|
2549
|
+
} | null;
|
|
2550
|
+
};
|
|
2551
|
+
export type LinkAttributeDetailsFragment = {
|
|
2552
|
+
label?: any | null;
|
|
2553
|
+
linked_library?: {
|
|
2554
|
+
id: string;
|
|
2555
|
+
label?: any | null;
|
|
2556
|
+
} | null;
|
|
2557
|
+
};
|
|
2526
2558
|
export type AttributePropertiesFragment = {
|
|
2527
2559
|
id: string;
|
|
2528
2560
|
label?: any | null;
|
|
@@ -2566,8 +2598,115 @@ export type PropertyValueTreeValueFragment = {
|
|
|
2566
2598
|
};
|
|
2567
2599
|
export type PropertyValueValueFragment = {
|
|
2568
2600
|
valuePayload?: any | null;
|
|
2601
|
+
valueRawPayload?: any | null;
|
|
2569
2602
|
};
|
|
2570
2603
|
export type PropertyValueFragment = PropertyValueLinkValueFragment | PropertyValueTreeValueFragment | PropertyValueValueFragment;
|
|
2604
|
+
export type LinkPropertyLinkValueFragment = {
|
|
2605
|
+
id_value?: string | null;
|
|
2606
|
+
payload?: {
|
|
2607
|
+
id: string;
|
|
2608
|
+
properties: Array<{
|
|
2609
|
+
attributeId: string;
|
|
2610
|
+
attributeProperties: {
|
|
2611
|
+
id: string;
|
|
2612
|
+
label?: any | null;
|
|
2613
|
+
type: AttributeType;
|
|
2614
|
+
format?: AttributeFormat | null;
|
|
2615
|
+
multiple_values: boolean;
|
|
2616
|
+
};
|
|
2617
|
+
values: Array<{
|
|
2618
|
+
linkPayload?: {
|
|
2619
|
+
id: string;
|
|
2620
|
+
whoAmI: {
|
|
2621
|
+
id: string;
|
|
2622
|
+
label?: string | null;
|
|
2623
|
+
subLabel?: string | null;
|
|
2624
|
+
color?: string | null;
|
|
2625
|
+
preview?: IPreviewScalar | null;
|
|
2626
|
+
library: {
|
|
2627
|
+
id: string;
|
|
2628
|
+
label?: any | null;
|
|
2629
|
+
};
|
|
2630
|
+
};
|
|
2631
|
+
} | null;
|
|
2632
|
+
} | {
|
|
2633
|
+
treePayload?: {
|
|
2634
|
+
record: {
|
|
2635
|
+
id: string;
|
|
2636
|
+
whoAmI: {
|
|
2637
|
+
id: string;
|
|
2638
|
+
label?: string | null;
|
|
2639
|
+
subLabel?: string | null;
|
|
2640
|
+
color?: string | null;
|
|
2641
|
+
preview?: IPreviewScalar | null;
|
|
2642
|
+
library: {
|
|
2643
|
+
id: string;
|
|
2644
|
+
label?: any | null;
|
|
2645
|
+
};
|
|
2646
|
+
};
|
|
2647
|
+
};
|
|
2648
|
+
} | null;
|
|
2649
|
+
} | {
|
|
2650
|
+
valuePayload?: any | null;
|
|
2651
|
+
valueRawPayload?: any | null;
|
|
2652
|
+
}>;
|
|
2653
|
+
}>;
|
|
2654
|
+
whoAmI: {
|
|
2655
|
+
id: string;
|
|
2656
|
+
label?: string | null;
|
|
2657
|
+
subLabel?: string | null;
|
|
2658
|
+
color?: string | null;
|
|
2659
|
+
preview?: IPreviewScalar | null;
|
|
2660
|
+
library: {
|
|
2661
|
+
id: string;
|
|
2662
|
+
label?: any | null;
|
|
2663
|
+
};
|
|
2664
|
+
};
|
|
2665
|
+
} | null;
|
|
2666
|
+
};
|
|
2667
|
+
export type LinkPropertyTreeValueValueFragment = {
|
|
2668
|
+
id_value?: string | null;
|
|
2669
|
+
};
|
|
2670
|
+
export type LinkPropertyFragment = LinkPropertyLinkValueFragment | LinkPropertyTreeValueValueFragment;
|
|
2671
|
+
export type LibraryAttributeLinkAttributeFragment = {
|
|
2672
|
+
id: string;
|
|
2673
|
+
type: AttributeType;
|
|
2674
|
+
label?: any | null;
|
|
2675
|
+
linked_library?: {
|
|
2676
|
+
id: string;
|
|
2677
|
+
label?: any | null;
|
|
2678
|
+
attributes?: Array<{
|
|
2679
|
+
id: string;
|
|
2680
|
+
type: AttributeType;
|
|
2681
|
+
format?: AttributeFormat | null;
|
|
2682
|
+
label?: any | null;
|
|
2683
|
+
}> | null;
|
|
2684
|
+
} | null;
|
|
2685
|
+
};
|
|
2686
|
+
export type LibraryAttributeStandardAttributeFragment = {
|
|
2687
|
+
format?: AttributeFormat | null;
|
|
2688
|
+
id: string;
|
|
2689
|
+
type: AttributeType;
|
|
2690
|
+
label?: any | null;
|
|
2691
|
+
};
|
|
2692
|
+
export type LibraryAttributeTreeAttributeFragment = {
|
|
2693
|
+
id: string;
|
|
2694
|
+
type: AttributeType;
|
|
2695
|
+
label?: any | null;
|
|
2696
|
+
};
|
|
2697
|
+
export type LibraryAttributeFragment = LibraryAttributeLinkAttributeFragment | LibraryAttributeStandardAttributeFragment | LibraryAttributeTreeAttributeFragment;
|
|
2698
|
+
export type LibraryAttributeLinkFragment = {
|
|
2699
|
+
linked_library?: {
|
|
2700
|
+
id: string;
|
|
2701
|
+
label?: any | null;
|
|
2702
|
+
attributes?: Array<{
|
|
2703
|
+
id: string;
|
|
2704
|
+
type: AttributeType;
|
|
2705
|
+
format?: AttributeFormat | null;
|
|
2706
|
+
label?: any | null;
|
|
2707
|
+
}> | null;
|
|
2708
|
+
} | null;
|
|
2709
|
+
};
|
|
2571
2710
|
export type CheckApplicationExistenceQueryVariables = Exact<{
|
|
2572
2711
|
id?: InputMaybe<Scalars['ID']>;
|
|
2573
2712
|
endpoint?: InputMaybe<Scalars['String']>;
|
|
@@ -2716,7 +2855,6 @@ export type GetAttributeByIdQuery = {
|
|
|
2716
2855
|
}> | null;
|
|
2717
2856
|
} | {
|
|
2718
2857
|
unique?: boolean | null;
|
|
2719
|
-
maxLength?: number | null;
|
|
2720
2858
|
id: string;
|
|
2721
2859
|
type: AttributeType;
|
|
2722
2860
|
format?: AttributeFormat | null;
|
|
@@ -2926,7 +3064,6 @@ export type SaveAttributeMutation = {
|
|
|
2926
3064
|
}> | null;
|
|
2927
3065
|
} | {
|
|
2928
3066
|
unique?: boolean | null;
|
|
2929
|
-
maxLength?: number | null;
|
|
2930
3067
|
id: string;
|
|
2931
3068
|
type: AttributeType;
|
|
2932
3069
|
format?: AttributeFormat | null;
|
|
@@ -3440,11 +3577,10 @@ export type CreateRecordMutation = {
|
|
|
3440
3577
|
};
|
|
3441
3578
|
} | null;
|
|
3442
3579
|
valuesErrors?: Array<{
|
|
3443
|
-
attributeId: string;
|
|
3444
|
-
id_value?: string | null;
|
|
3445
|
-
input?: string | null;
|
|
3446
|
-
message?: string | null;
|
|
3447
3580
|
type: string;
|
|
3581
|
+
attribute: string;
|
|
3582
|
+
input?: string | null;
|
|
3583
|
+
message: string;
|
|
3448
3584
|
}> | null;
|
|
3449
3585
|
};
|
|
3450
3586
|
};
|
|
@@ -3962,7 +4098,9 @@ export type RecordFormQuery = {
|
|
|
3962
4098
|
format?: AttributeFormat | null;
|
|
3963
4099
|
system: boolean;
|
|
3964
4100
|
readonly: boolean;
|
|
4101
|
+
required: boolean;
|
|
3965
4102
|
multiple_values: boolean;
|
|
4103
|
+
compute: boolean;
|
|
3966
4104
|
linked_library?: {
|
|
3967
4105
|
id: string;
|
|
3968
4106
|
label?: any | null;
|
|
@@ -4036,6 +4174,7 @@ export type RecordFormQuery = {
|
|
|
4036
4174
|
}> | null;
|
|
4037
4175
|
}> | null;
|
|
4038
4176
|
} | {
|
|
4177
|
+
character_limit?: number | null;
|
|
4039
4178
|
id: string;
|
|
4040
4179
|
label?: any | null;
|
|
4041
4180
|
description?: any | null;
|
|
@@ -4043,7 +4182,9 @@ export type RecordFormQuery = {
|
|
|
4043
4182
|
format?: AttributeFormat | null;
|
|
4044
4183
|
system: boolean;
|
|
4045
4184
|
readonly: boolean;
|
|
4185
|
+
required: boolean;
|
|
4046
4186
|
multiple_values: boolean;
|
|
4187
|
+
compute: boolean;
|
|
4047
4188
|
values_list?: {
|
|
4048
4189
|
enable: boolean;
|
|
4049
4190
|
allowFreeEntry?: boolean | null;
|
|
@@ -4111,7 +4252,9 @@ export type RecordFormQuery = {
|
|
|
4111
4252
|
format?: AttributeFormat | null;
|
|
4112
4253
|
system: boolean;
|
|
4113
4254
|
readonly: boolean;
|
|
4255
|
+
required: boolean;
|
|
4114
4256
|
multiple_values: boolean;
|
|
4257
|
+
compute: boolean;
|
|
4115
4258
|
linked_tree?: {
|
|
4116
4259
|
id: string;
|
|
4117
4260
|
label?: any | null;
|
|
@@ -5752,7 +5895,7 @@ export type GetViewQuery = {
|
|
|
5752
5895
|
description?: any | null;
|
|
5753
5896
|
color?: string | null;
|
|
5754
5897
|
display: {
|
|
5755
|
-
size
|
|
5898
|
+
size?: ViewSizes | null;
|
|
5756
5899
|
type: ViewTypes;
|
|
5757
5900
|
};
|
|
5758
5901
|
created_by: {
|
|
@@ -5775,10 +5918,10 @@ export type GetViewQuery = {
|
|
|
5775
5918
|
label?: any | null;
|
|
5776
5919
|
} | null;
|
|
5777
5920
|
}> | null;
|
|
5778
|
-
sort?: {
|
|
5921
|
+
sort?: Array<{
|
|
5779
5922
|
field: string;
|
|
5780
5923
|
order: SortOrder;
|
|
5781
|
-
} | null;
|
|
5924
|
+
}> | null;
|
|
5782
5925
|
valuesVersions?: Array<{
|
|
5783
5926
|
treeId: string;
|
|
5784
5927
|
treeNode: {
|
|
@@ -5799,9 +5942,8 @@ export type GetViewQuery = {
|
|
|
5799
5942
|
};
|
|
5800
5943
|
};
|
|
5801
5944
|
}> | null;
|
|
5802
|
-
|
|
5803
|
-
|
|
5804
|
-
value?: any | null;
|
|
5945
|
+
attributes?: Array<{
|
|
5946
|
+
id: string;
|
|
5805
5947
|
}> | null;
|
|
5806
5948
|
};
|
|
5807
5949
|
};
|
|
@@ -5818,7 +5960,7 @@ export type GetViewsListQuery = {
|
|
|
5818
5960
|
description?: any | null;
|
|
5819
5961
|
color?: string | null;
|
|
5820
5962
|
display: {
|
|
5821
|
-
size
|
|
5963
|
+
size?: ViewSizes | null;
|
|
5822
5964
|
type: ViewTypes;
|
|
5823
5965
|
};
|
|
5824
5966
|
created_by: {
|
|
@@ -5841,10 +5983,10 @@ export type GetViewsListQuery = {
|
|
|
5841
5983
|
label?: any | null;
|
|
5842
5984
|
} | null;
|
|
5843
5985
|
}> | null;
|
|
5844
|
-
sort?: {
|
|
5986
|
+
sort?: Array<{
|
|
5845
5987
|
field: string;
|
|
5846
5988
|
order: SortOrder;
|
|
5847
|
-
} | null;
|
|
5989
|
+
}> | null;
|
|
5848
5990
|
valuesVersions?: Array<{
|
|
5849
5991
|
treeId: string;
|
|
5850
5992
|
treeNode: {
|
|
@@ -5865,17 +6007,16 @@ export type GetViewsListQuery = {
|
|
|
5865
6007
|
};
|
|
5866
6008
|
};
|
|
5867
6009
|
}> | null;
|
|
5868
|
-
|
|
5869
|
-
|
|
5870
|
-
value?: any | null;
|
|
6010
|
+
attributes?: Array<{
|
|
6011
|
+
id: string;
|
|
5871
6012
|
}> | null;
|
|
5872
6013
|
}>;
|
|
5873
6014
|
};
|
|
5874
6015
|
};
|
|
5875
|
-
export type
|
|
6016
|
+
export type SaveViewMutationVariables = Exact<{
|
|
5876
6017
|
view: ViewInput;
|
|
5877
6018
|
}>;
|
|
5878
|
-
export type
|
|
6019
|
+
export type SaveViewMutation = {
|
|
5879
6020
|
saveView: {
|
|
5880
6021
|
id: string;
|
|
5881
6022
|
shared: boolean;
|
|
@@ -5883,7 +6024,7 @@ export type AddViewMutation = {
|
|
|
5883
6024
|
description?: any | null;
|
|
5884
6025
|
color?: string | null;
|
|
5885
6026
|
display: {
|
|
5886
|
-
size
|
|
6027
|
+
size?: ViewSizes | null;
|
|
5887
6028
|
type: ViewTypes;
|
|
5888
6029
|
};
|
|
5889
6030
|
created_by: {
|
|
@@ -5906,10 +6047,10 @@ export type AddViewMutation = {
|
|
|
5906
6047
|
label?: any | null;
|
|
5907
6048
|
} | null;
|
|
5908
6049
|
}> | null;
|
|
5909
|
-
sort?: {
|
|
6050
|
+
sort?: Array<{
|
|
5910
6051
|
field: string;
|
|
5911
6052
|
order: SortOrder;
|
|
5912
|
-
} | null;
|
|
6053
|
+
}> | null;
|
|
5913
6054
|
valuesVersions?: Array<{
|
|
5914
6055
|
treeId: string;
|
|
5915
6056
|
treeNode: {
|
|
@@ -5930,20 +6071,61 @@ export type AddViewMutation = {
|
|
|
5930
6071
|
};
|
|
5931
6072
|
};
|
|
5932
6073
|
}> | null;
|
|
5933
|
-
|
|
5934
|
-
|
|
5935
|
-
value?: any | null;
|
|
6074
|
+
attributes?: Array<{
|
|
6075
|
+
id: string;
|
|
5936
6076
|
}> | null;
|
|
5937
6077
|
};
|
|
5938
6078
|
};
|
|
5939
|
-
export type
|
|
6079
|
+
export type ExplorerAttributesQueryVariables = Exact<{
|
|
6080
|
+
ids?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
6081
|
+
}>;
|
|
6082
|
+
export type ExplorerAttributesQuery = {
|
|
6083
|
+
attributes?: {
|
|
6084
|
+
list: Array<{
|
|
6085
|
+
id: string;
|
|
6086
|
+
type: AttributeType;
|
|
6087
|
+
format?: AttributeFormat | null;
|
|
6088
|
+
label?: any | null;
|
|
6089
|
+
linked_library?: {
|
|
6090
|
+
id: string;
|
|
6091
|
+
label?: any | null;
|
|
6092
|
+
} | null;
|
|
6093
|
+
} | {
|
|
6094
|
+
id: string;
|
|
6095
|
+
type: AttributeType;
|
|
6096
|
+
format?: AttributeFormat | null;
|
|
6097
|
+
label?: any | null;
|
|
6098
|
+
}>;
|
|
6099
|
+
} | null;
|
|
6100
|
+
};
|
|
6101
|
+
export type ExplorerLinkAttributeQueryVariables = Exact<{
|
|
6102
|
+
id: Scalars['ID'];
|
|
6103
|
+
}>;
|
|
6104
|
+
export type ExplorerLinkAttributeQuery = {
|
|
6105
|
+
attributes?: {
|
|
6106
|
+
list: Array<{
|
|
6107
|
+
label?: any | null;
|
|
6108
|
+
id: string;
|
|
6109
|
+
multiple_values: boolean;
|
|
6110
|
+
linked_library?: {
|
|
6111
|
+
id: string;
|
|
6112
|
+
label?: any | null;
|
|
6113
|
+
} | null;
|
|
6114
|
+
} | {
|
|
6115
|
+
id: string;
|
|
6116
|
+
multiple_values: boolean;
|
|
6117
|
+
}>;
|
|
6118
|
+
} | null;
|
|
6119
|
+
};
|
|
6120
|
+
export type ExplorerLibraryDataQueryVariables = Exact<{
|
|
5940
6121
|
libraryId: Scalars['ID'];
|
|
5941
6122
|
attributeIds: Array<Scalars['ID']> | Scalars['ID'];
|
|
5942
6123
|
pagination?: InputMaybe<RecordsPagination>;
|
|
5943
6124
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
5944
6125
|
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
6126
|
+
searchQuery?: InputMaybe<Scalars['String']>;
|
|
5945
6127
|
}>;
|
|
5946
|
-
export type
|
|
6128
|
+
export type ExplorerLibraryDataQuery = {
|
|
5947
6129
|
records: {
|
|
5948
6130
|
totalCount?: number | null;
|
|
5949
6131
|
list: Array<{
|
|
@@ -6002,15 +6184,134 @@ export type ExplorerQuery = {
|
|
|
6002
6184
|
} | null;
|
|
6003
6185
|
} | {
|
|
6004
6186
|
valuePayload?: any | null;
|
|
6187
|
+
valueRawPayload?: any | null;
|
|
6005
6188
|
}>;
|
|
6006
6189
|
}>;
|
|
6007
6190
|
}>;
|
|
6008
6191
|
};
|
|
6009
6192
|
};
|
|
6010
|
-
export type
|
|
6193
|
+
export type ExplorerLinkDataQueryVariables = Exact<{
|
|
6194
|
+
attributeIds: Array<Scalars['ID']> | Scalars['ID'];
|
|
6195
|
+
parentLibraryId: Scalars['ID'];
|
|
6196
|
+
parentRecordId?: InputMaybe<Scalars['String']>;
|
|
6197
|
+
linkAttributeId: Scalars['ID'];
|
|
6198
|
+
}>;
|
|
6199
|
+
export type ExplorerLinkDataQuery = {
|
|
6200
|
+
records: {
|
|
6201
|
+
list: Array<{
|
|
6202
|
+
id: string;
|
|
6203
|
+
whoAmI: {
|
|
6204
|
+
id: string;
|
|
6205
|
+
library: {
|
|
6206
|
+
id: string;
|
|
6207
|
+
};
|
|
6208
|
+
};
|
|
6209
|
+
property: Array<{
|
|
6210
|
+
id_value?: string | null;
|
|
6211
|
+
payload?: {
|
|
6212
|
+
id: string;
|
|
6213
|
+
whoAmI: {
|
|
6214
|
+
id: string;
|
|
6215
|
+
label?: string | null;
|
|
6216
|
+
subLabel?: string | null;
|
|
6217
|
+
color?: string | null;
|
|
6218
|
+
preview?: IPreviewScalar | null;
|
|
6219
|
+
library: {
|
|
6220
|
+
id: string;
|
|
6221
|
+
label?: any | null;
|
|
6222
|
+
};
|
|
6223
|
+
};
|
|
6224
|
+
properties: Array<{
|
|
6225
|
+
attributeId: string;
|
|
6226
|
+
attributeProperties: {
|
|
6227
|
+
id: string;
|
|
6228
|
+
label?: any | null;
|
|
6229
|
+
type: AttributeType;
|
|
6230
|
+
format?: AttributeFormat | null;
|
|
6231
|
+
multiple_values: boolean;
|
|
6232
|
+
};
|
|
6233
|
+
values: Array<{
|
|
6234
|
+
linkPayload?: {
|
|
6235
|
+
id: string;
|
|
6236
|
+
whoAmI: {
|
|
6237
|
+
id: string;
|
|
6238
|
+
label?: string | null;
|
|
6239
|
+
subLabel?: string | null;
|
|
6240
|
+
color?: string | null;
|
|
6241
|
+
preview?: IPreviewScalar | null;
|
|
6242
|
+
library: {
|
|
6243
|
+
id: string;
|
|
6244
|
+
label?: any | null;
|
|
6245
|
+
};
|
|
6246
|
+
};
|
|
6247
|
+
} | null;
|
|
6248
|
+
} | {
|
|
6249
|
+
treePayload?: {
|
|
6250
|
+
record: {
|
|
6251
|
+
id: string;
|
|
6252
|
+
whoAmI: {
|
|
6253
|
+
id: string;
|
|
6254
|
+
label?: string | null;
|
|
6255
|
+
subLabel?: string | null;
|
|
6256
|
+
color?: string | null;
|
|
6257
|
+
preview?: IPreviewScalar | null;
|
|
6258
|
+
library: {
|
|
6259
|
+
id: string;
|
|
6260
|
+
label?: any | null;
|
|
6261
|
+
};
|
|
6262
|
+
};
|
|
6263
|
+
};
|
|
6264
|
+
} | null;
|
|
6265
|
+
} | {
|
|
6266
|
+
valuePayload?: any | null;
|
|
6267
|
+
valueRawPayload?: any | null;
|
|
6268
|
+
}>;
|
|
6269
|
+
}>;
|
|
6270
|
+
} | null;
|
|
6271
|
+
} | {
|
|
6272
|
+
id_value?: string | null;
|
|
6273
|
+
}>;
|
|
6274
|
+
}>;
|
|
6275
|
+
};
|
|
6276
|
+
};
|
|
6277
|
+
export type GetLibraryAttributesQueryVariables = Exact<{
|
|
6011
6278
|
libraryId: Scalars['ID'];
|
|
6012
6279
|
}>;
|
|
6013
|
-
export type
|
|
6280
|
+
export type GetLibraryAttributesQuery = {
|
|
6281
|
+
libraries?: {
|
|
6282
|
+
list: Array<{
|
|
6283
|
+
id: string;
|
|
6284
|
+
attributes?: Array<{
|
|
6285
|
+
id: string;
|
|
6286
|
+
type: AttributeType;
|
|
6287
|
+
label?: any | null;
|
|
6288
|
+
linked_library?: {
|
|
6289
|
+
id: string;
|
|
6290
|
+
label?: any | null;
|
|
6291
|
+
attributes?: Array<{
|
|
6292
|
+
id: string;
|
|
6293
|
+
type: AttributeType;
|
|
6294
|
+
format?: AttributeFormat | null;
|
|
6295
|
+
label?: any | null;
|
|
6296
|
+
}> | null;
|
|
6297
|
+
} | null;
|
|
6298
|
+
} | {
|
|
6299
|
+
format?: AttributeFormat | null;
|
|
6300
|
+
id: string;
|
|
6301
|
+
type: AttributeType;
|
|
6302
|
+
label?: any | null;
|
|
6303
|
+
} | {
|
|
6304
|
+
id: string;
|
|
6305
|
+
type: AttributeType;
|
|
6306
|
+
label?: any | null;
|
|
6307
|
+
}> | null;
|
|
6308
|
+
}>;
|
|
6309
|
+
} | null;
|
|
6310
|
+
};
|
|
6311
|
+
export type ExplorerLibraryDetailsQueryVariables = Exact<{
|
|
6312
|
+
libraryId: Scalars['ID'];
|
|
6313
|
+
}>;
|
|
6314
|
+
export type ExplorerLibraryDetailsQuery = {
|
|
6014
6315
|
libraries?: {
|
|
6015
6316
|
list: Array<{
|
|
6016
6317
|
id: string;
|
|
@@ -6018,9 +6319,46 @@ export type ExplorerLibraryDataQuery = {
|
|
|
6018
6319
|
}>;
|
|
6019
6320
|
} | null;
|
|
6020
6321
|
};
|
|
6322
|
+
export type ExplorerSelectionIdsQueryVariables = Exact<{
|
|
6323
|
+
libraryId: Scalars['ID'];
|
|
6324
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
6325
|
+
}>;
|
|
6326
|
+
export type ExplorerSelectionIdsQuery = {
|
|
6327
|
+
records: {
|
|
6328
|
+
list: Array<{
|
|
6329
|
+
id: string;
|
|
6330
|
+
}>;
|
|
6331
|
+
};
|
|
6332
|
+
};
|
|
6333
|
+
export type MeQueryVariables = Exact<{
|
|
6334
|
+
[key: string]: never;
|
|
6335
|
+
}>;
|
|
6336
|
+
export type MeQuery = {
|
|
6337
|
+
me?: {
|
|
6338
|
+
id: string;
|
|
6339
|
+
whoAmI: {
|
|
6340
|
+
id: string;
|
|
6341
|
+
library: {
|
|
6342
|
+
id: string;
|
|
6343
|
+
};
|
|
6344
|
+
};
|
|
6345
|
+
} | null;
|
|
6346
|
+
};
|
|
6347
|
+
export type TreeDataQueryQueryVariables = Exact<{
|
|
6348
|
+
treeId: Scalars['ID'];
|
|
6349
|
+
}>;
|
|
6350
|
+
export type TreeDataQueryQuery = {
|
|
6351
|
+
trees?: {
|
|
6352
|
+
list: Array<{
|
|
6353
|
+
id: string;
|
|
6354
|
+
label?: any | null;
|
|
6355
|
+
}>;
|
|
6356
|
+
} | null;
|
|
6357
|
+
};
|
|
6021
6358
|
export declare const RecordIdentityFragmentDoc: Apollo.DocumentNode;
|
|
6022
6359
|
export declare const DetailsApplicationFragmentDoc: Apollo.DocumentNode;
|
|
6023
6360
|
export declare const AttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6361
|
+
export declare const AttributesByLibLinkAttributeFragmentDoc: Apollo.DocumentNode;
|
|
6024
6362
|
export declare const AttributesByLibAttributeFragmentDoc: Apollo.DocumentNode;
|
|
6025
6363
|
export declare const LibraryLightFragmentDoc: Apollo.DocumentNode;
|
|
6026
6364
|
export declare const LibraryLinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
@@ -6035,9 +6373,14 @@ export declare const RecordFormElementFragmentDoc: Apollo.DocumentNode;
|
|
|
6035
6373
|
export declare const TreeLightFragmentDoc: Apollo.DocumentNode;
|
|
6036
6374
|
export declare const TreeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6037
6375
|
export declare const TreeNodeChildFragmentDoc: Apollo.DocumentNode;
|
|
6376
|
+
export declare const ViewDetailsFilterFragmentDoc: Apollo.DocumentNode;
|
|
6038
6377
|
export declare const ViewDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6039
|
-
export declare const
|
|
6378
|
+
export declare const LinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6040
6379
|
export declare const AttributePropertiesFragmentDoc: Apollo.DocumentNode;
|
|
6380
|
+
export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
|
|
6381
|
+
export declare const LinkPropertyFragmentDoc: Apollo.DocumentNode;
|
|
6382
|
+
export declare const LibraryAttributeLinkFragmentDoc: Apollo.DocumentNode;
|
|
6383
|
+
export declare const LibraryAttributeFragmentDoc: Apollo.DocumentNode;
|
|
6041
6384
|
export declare const CheckApplicationExistenceDocument: Apollo.DocumentNode;
|
|
6042
6385
|
/**
|
|
6043
6386
|
* __useCheckApplicationExistenceQuery__
|
|
@@ -7423,92 +7766,288 @@ export declare function useGetViewsListLazyQuery(baseOptions?: Apollo.LazyQueryH
|
|
|
7423
7766
|
export type GetViewsListQueryHookResult = ReturnType<typeof useGetViewsListQuery>;
|
|
7424
7767
|
export type GetViewsListLazyQueryHookResult = ReturnType<typeof useGetViewsListLazyQuery>;
|
|
7425
7768
|
export type GetViewsListQueryResult = Apollo.QueryResult<GetViewsListQuery, GetViewsListQueryVariables>;
|
|
7426
|
-
export declare const
|
|
7427
|
-
export type
|
|
7769
|
+
export declare const SaveViewDocument: Apollo.DocumentNode;
|
|
7770
|
+
export type SaveViewMutationFn = Apollo.MutationFunction<SaveViewMutation, SaveViewMutationVariables>;
|
|
7428
7771
|
/**
|
|
7429
|
-
*
|
|
7772
|
+
* __useSaveViewMutation__
|
|
7430
7773
|
*
|
|
7431
|
-
* To run a mutation, you first call `
|
|
7432
|
-
* When your component renders, `
|
|
7774
|
+
* To run a mutation, you first call `useSaveViewMutation` within a React component and pass it any options that fit your needs.
|
|
7775
|
+
* When your component renders, `useSaveViewMutation` returns a tuple that includes:
|
|
7433
7776
|
* - A mutate function that you can call at any time to execute the mutation
|
|
7434
7777
|
* - An object with fields that represent the current status of the mutation's execution
|
|
7435
7778
|
*
|
|
7436
7779
|
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
|
7437
7780
|
*
|
|
7438
7781
|
* @example
|
|
7439
|
-
* const [
|
|
7782
|
+
* const [saveViewMutation, { data, loading, error }] = useSaveViewMutation({
|
|
7440
7783
|
* variables: {
|
|
7441
7784
|
* view: // value for 'view'
|
|
7442
7785
|
* },
|
|
7443
7786
|
* });
|
|
7444
7787
|
*/
|
|
7445
|
-
export declare function
|
|
7788
|
+
export declare function useSaveViewMutation(baseOptions?: Apollo.MutationHookOptions<SaveViewMutation, SaveViewMutationVariables>): Apollo.MutationTuple<SaveViewMutation, Exact<{
|
|
7446
7789
|
view: ViewInput;
|
|
7447
7790
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
7448
|
-
export type
|
|
7449
|
-
export type
|
|
7450
|
-
export type
|
|
7451
|
-
export declare const
|
|
7791
|
+
export type SaveViewMutationHookResult = ReturnType<typeof useSaveViewMutation>;
|
|
7792
|
+
export type SaveViewMutationResult = Apollo.MutationResult<SaveViewMutation>;
|
|
7793
|
+
export type SaveViewMutationOptions = Apollo.BaseMutationOptions<SaveViewMutation, SaveViewMutationVariables>;
|
|
7794
|
+
export declare const ExplorerAttributesDocument: Apollo.DocumentNode;
|
|
7795
|
+
/**
|
|
7796
|
+
* __useExplorerAttributesQuery__
|
|
7797
|
+
*
|
|
7798
|
+
* To run a query within a React component, call `useExplorerAttributesQuery` and pass it any options that fit your needs.
|
|
7799
|
+
* When your component renders, `useExplorerAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7800
|
+
* you can use to render your UI.
|
|
7801
|
+
*
|
|
7802
|
+
* @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;
|
|
7803
|
+
*
|
|
7804
|
+
* @example
|
|
7805
|
+
* const { data, loading, error } = useExplorerAttributesQuery({
|
|
7806
|
+
* variables: {
|
|
7807
|
+
* ids: // value for 'ids'
|
|
7808
|
+
* },
|
|
7809
|
+
* });
|
|
7810
|
+
*/
|
|
7811
|
+
export declare function useExplorerAttributesQuery(baseOptions?: Apollo.QueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.QueryResult<ExplorerAttributesQuery, Exact<{
|
|
7812
|
+
ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7813
|
+
}>>;
|
|
7814
|
+
export declare function useExplorerAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerAttributesQuery, Exact<{
|
|
7815
|
+
ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7816
|
+
}>>;
|
|
7817
|
+
export type ExplorerAttributesQueryHookResult = ReturnType<typeof useExplorerAttributesQuery>;
|
|
7818
|
+
export type ExplorerAttributesLazyQueryHookResult = ReturnType<typeof useExplorerAttributesLazyQuery>;
|
|
7819
|
+
export type ExplorerAttributesQueryResult = Apollo.QueryResult<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>;
|
|
7820
|
+
export declare const ExplorerLinkAttributeDocument: Apollo.DocumentNode;
|
|
7821
|
+
/**
|
|
7822
|
+
* __useExplorerLinkAttributeQuery__
|
|
7823
|
+
*
|
|
7824
|
+
* To run a query within a React component, call `useExplorerLinkAttributeQuery` and pass it any options that fit your needs.
|
|
7825
|
+
* When your component renders, `useExplorerLinkAttributeQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7826
|
+
* you can use to render your UI.
|
|
7827
|
+
*
|
|
7828
|
+
* @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;
|
|
7829
|
+
*
|
|
7830
|
+
* @example
|
|
7831
|
+
* const { data, loading, error } = useExplorerLinkAttributeQuery({
|
|
7832
|
+
* variables: {
|
|
7833
|
+
* id: // value for 'id'
|
|
7834
|
+
* },
|
|
7835
|
+
* });
|
|
7836
|
+
*/
|
|
7837
|
+
export declare function useExplorerLinkAttributeQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.QueryResult<ExplorerLinkAttributeQuery, Exact<{
|
|
7838
|
+
id: Scalars["ID"];
|
|
7839
|
+
}>>;
|
|
7840
|
+
export declare function useExplorerLinkAttributeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkAttributeQuery, Exact<{
|
|
7841
|
+
id: Scalars["ID"];
|
|
7842
|
+
}>>;
|
|
7843
|
+
export type ExplorerLinkAttributeQueryHookResult = ReturnType<typeof useExplorerLinkAttributeQuery>;
|
|
7844
|
+
export type ExplorerLinkAttributeLazyQueryHookResult = ReturnType<typeof useExplorerLinkAttributeLazyQuery>;
|
|
7845
|
+
export type ExplorerLinkAttributeQueryResult = Apollo.QueryResult<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>;
|
|
7846
|
+
export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
|
|
7452
7847
|
/**
|
|
7453
|
-
*
|
|
7848
|
+
* __useExplorerLibraryDataQuery__
|
|
7454
7849
|
*
|
|
7455
|
-
* To run a query within a React component, call `
|
|
7456
|
-
* When your component renders, `
|
|
7850
|
+
* To run a query within a React component, call `useExplorerLibraryDataQuery` and pass it any options that fit your needs.
|
|
7851
|
+
* When your component renders, `useExplorerLibraryDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7457
7852
|
* you can use to render your UI.
|
|
7458
7853
|
*
|
|
7459
7854
|
* @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;
|
|
7460
7855
|
*
|
|
7461
7856
|
* @example
|
|
7462
|
-
* const { data, loading, error } =
|
|
7857
|
+
* const { data, loading, error } = useExplorerLibraryDataQuery({
|
|
7463
7858
|
* variables: {
|
|
7464
7859
|
* libraryId: // value for 'libraryId'
|
|
7465
7860
|
* attributeIds: // value for 'attributeIds'
|
|
7466
7861
|
* pagination: // value for 'pagination'
|
|
7467
7862
|
* filters: // value for 'filters'
|
|
7468
7863
|
* multipleSort: // value for 'multipleSort'
|
|
7864
|
+
* searchQuery: // value for 'searchQuery'
|
|
7469
7865
|
* },
|
|
7470
7866
|
* });
|
|
7471
7867
|
*/
|
|
7472
|
-
export declare function
|
|
7868
|
+
export declare function useExplorerLibraryDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.QueryResult<ExplorerLibraryDataQuery, Exact<{
|
|
7473
7869
|
libraryId: Scalars["ID"];
|
|
7474
7870
|
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7475
7871
|
pagination?: InputMaybe<RecordsPagination>;
|
|
7476
7872
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7477
7873
|
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
7874
|
+
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
7478
7875
|
}>>;
|
|
7479
|
-
export declare function
|
|
7876
|
+
export declare function useExplorerLibraryDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDataQuery, Exact<{
|
|
7480
7877
|
libraryId: Scalars["ID"];
|
|
7481
7878
|
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7482
7879
|
pagination?: InputMaybe<RecordsPagination>;
|
|
7483
7880
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7484
7881
|
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
7882
|
+
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
7485
7883
|
}>>;
|
|
7486
|
-
export type
|
|
7487
|
-
export type
|
|
7488
|
-
export type
|
|
7489
|
-
export declare const
|
|
7884
|
+
export type ExplorerLibraryDataQueryHookResult = ReturnType<typeof useExplorerLibraryDataQuery>;
|
|
7885
|
+
export type ExplorerLibraryDataLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDataLazyQuery>;
|
|
7886
|
+
export type ExplorerLibraryDataQueryResult = Apollo.QueryResult<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>;
|
|
7887
|
+
export declare const ExplorerLinkDataDocument: Apollo.DocumentNode;
|
|
7490
7888
|
/**
|
|
7491
|
-
*
|
|
7889
|
+
* __useExplorerLinkDataQuery__
|
|
7492
7890
|
*
|
|
7493
|
-
* To run a query within a React component, call `
|
|
7494
|
-
* When your component renders, `
|
|
7891
|
+
* To run a query within a React component, call `useExplorerLinkDataQuery` and pass it any options that fit your needs.
|
|
7892
|
+
* When your component renders, `useExplorerLinkDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7495
7893
|
* you can use to render your UI.
|
|
7496
7894
|
*
|
|
7497
7895
|
* @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
7896
|
*
|
|
7499
7897
|
* @example
|
|
7500
|
-
* const { data, loading, error } =
|
|
7898
|
+
* const { data, loading, error } = useExplorerLinkDataQuery({
|
|
7899
|
+
* variables: {
|
|
7900
|
+
* attributeIds: // value for 'attributeIds'
|
|
7901
|
+
* parentLibraryId: // value for 'parentLibraryId'
|
|
7902
|
+
* parentRecordId: // value for 'parentRecordId'
|
|
7903
|
+
* linkAttributeId: // value for 'linkAttributeId'
|
|
7904
|
+
* },
|
|
7905
|
+
* });
|
|
7906
|
+
*/
|
|
7907
|
+
export declare function useExplorerLinkDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.QueryResult<ExplorerLinkDataQuery, Exact<{
|
|
7908
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7909
|
+
parentLibraryId: Scalars["ID"];
|
|
7910
|
+
parentRecordId?: InputMaybe<Scalars["String"]>;
|
|
7911
|
+
linkAttributeId: Scalars["ID"];
|
|
7912
|
+
}>>;
|
|
7913
|
+
export declare function useExplorerLinkDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkDataQuery, Exact<{
|
|
7914
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7915
|
+
parentLibraryId: Scalars["ID"];
|
|
7916
|
+
parentRecordId?: InputMaybe<Scalars["String"]>;
|
|
7917
|
+
linkAttributeId: Scalars["ID"];
|
|
7918
|
+
}>>;
|
|
7919
|
+
export type ExplorerLinkDataQueryHookResult = ReturnType<typeof useExplorerLinkDataQuery>;
|
|
7920
|
+
export type ExplorerLinkDataLazyQueryHookResult = ReturnType<typeof useExplorerLinkDataLazyQuery>;
|
|
7921
|
+
export type ExplorerLinkDataQueryResult = Apollo.QueryResult<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>;
|
|
7922
|
+
export declare const GetLibraryAttributesDocument: Apollo.DocumentNode;
|
|
7923
|
+
/**
|
|
7924
|
+
* __useGetLibraryAttributesQuery__
|
|
7925
|
+
*
|
|
7926
|
+
* To run a query within a React component, call `useGetLibraryAttributesQuery` and pass it any options that fit your needs.
|
|
7927
|
+
* When your component renders, `useGetLibraryAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7928
|
+
* you can use to render your UI.
|
|
7929
|
+
*
|
|
7930
|
+
* @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;
|
|
7931
|
+
*
|
|
7932
|
+
* @example
|
|
7933
|
+
* const { data, loading, error } = useGetLibraryAttributesQuery({
|
|
7501
7934
|
* variables: {
|
|
7502
7935
|
* libraryId: // value for 'libraryId'
|
|
7503
7936
|
* },
|
|
7504
7937
|
* });
|
|
7505
7938
|
*/
|
|
7506
|
-
export declare function
|
|
7939
|
+
export declare function useGetLibraryAttributesQuery(baseOptions: Apollo.QueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.QueryResult<GetLibraryAttributesQuery, Exact<{
|
|
7507
7940
|
libraryId: Scalars["ID"];
|
|
7508
7941
|
}>>;
|
|
7509
|
-
export declare function
|
|
7942
|
+
export declare function useGetLibraryAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryAttributesQuery, Exact<{
|
|
7510
7943
|
libraryId: Scalars["ID"];
|
|
7511
7944
|
}>>;
|
|
7512
|
-
export type
|
|
7513
|
-
export type
|
|
7514
|
-
export type
|
|
7945
|
+
export type GetLibraryAttributesQueryHookResult = ReturnType<typeof useGetLibraryAttributesQuery>;
|
|
7946
|
+
export type GetLibraryAttributesLazyQueryHookResult = ReturnType<typeof useGetLibraryAttributesLazyQuery>;
|
|
7947
|
+
export type GetLibraryAttributesQueryResult = Apollo.QueryResult<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>;
|
|
7948
|
+
export declare const ExplorerLibraryDetailsDocument: Apollo.DocumentNode;
|
|
7949
|
+
/**
|
|
7950
|
+
* __useExplorerLibraryDetailsQuery__
|
|
7951
|
+
*
|
|
7952
|
+
* To run a query within a React component, call `useExplorerLibraryDetailsQuery` and pass it any options that fit your needs.
|
|
7953
|
+
* When your component renders, `useExplorerLibraryDetailsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7954
|
+
* you can use to render your UI.
|
|
7955
|
+
*
|
|
7956
|
+
* @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;
|
|
7957
|
+
*
|
|
7958
|
+
* @example
|
|
7959
|
+
* const { data, loading, error } = useExplorerLibraryDetailsQuery({
|
|
7960
|
+
* variables: {
|
|
7961
|
+
* libraryId: // value for 'libraryId'
|
|
7962
|
+
* },
|
|
7963
|
+
* });
|
|
7964
|
+
*/
|
|
7965
|
+
export declare function useExplorerLibraryDetailsQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.QueryResult<ExplorerLibraryDetailsQuery, Exact<{
|
|
7966
|
+
libraryId: Scalars["ID"];
|
|
7967
|
+
}>>;
|
|
7968
|
+
export declare function useExplorerLibraryDetailsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDetailsQuery, Exact<{
|
|
7969
|
+
libraryId: Scalars["ID"];
|
|
7970
|
+
}>>;
|
|
7971
|
+
export type ExplorerLibraryDetailsQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsQuery>;
|
|
7972
|
+
export type ExplorerLibraryDetailsLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsLazyQuery>;
|
|
7973
|
+
export type ExplorerLibraryDetailsQueryResult = Apollo.QueryResult<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>;
|
|
7974
|
+
export declare const ExplorerSelectionIdsDocument: Apollo.DocumentNode;
|
|
7975
|
+
/**
|
|
7976
|
+
* __useExplorerSelectionIdsQuery__
|
|
7977
|
+
*
|
|
7978
|
+
* To run a query within a React component, call `useExplorerSelectionIdsQuery` and pass it any options that fit your needs.
|
|
7979
|
+
* When your component renders, `useExplorerSelectionIdsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7980
|
+
* you can use to render your UI.
|
|
7981
|
+
*
|
|
7982
|
+
* @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;
|
|
7983
|
+
*
|
|
7984
|
+
* @example
|
|
7985
|
+
* const { data, loading, error } = useExplorerSelectionIdsQuery({
|
|
7986
|
+
* variables: {
|
|
7987
|
+
* libraryId: // value for 'libraryId'
|
|
7988
|
+
* filters: // value for 'filters'
|
|
7989
|
+
* },
|
|
7990
|
+
* });
|
|
7991
|
+
*/
|
|
7992
|
+
export declare function useExplorerSelectionIdsQuery(baseOptions: Apollo.QueryHookOptions<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>): Apollo.QueryResult<ExplorerSelectionIdsQuery, Exact<{
|
|
7993
|
+
libraryId: Scalars["ID"];
|
|
7994
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7995
|
+
}>>;
|
|
7996
|
+
export declare function useExplorerSelectionIdsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerSelectionIdsQuery, Exact<{
|
|
7997
|
+
libraryId: Scalars["ID"];
|
|
7998
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7999
|
+
}>>;
|
|
8000
|
+
export type ExplorerSelectionIdsQueryHookResult = ReturnType<typeof useExplorerSelectionIdsQuery>;
|
|
8001
|
+
export type ExplorerSelectionIdsLazyQueryHookResult = ReturnType<typeof useExplorerSelectionIdsLazyQuery>;
|
|
8002
|
+
export type ExplorerSelectionIdsQueryResult = Apollo.QueryResult<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>;
|
|
8003
|
+
export declare const MeDocument: Apollo.DocumentNode;
|
|
8004
|
+
/**
|
|
8005
|
+
* __useMeQuery__
|
|
8006
|
+
*
|
|
8007
|
+
* To run a query within a React component, call `useMeQuery` and pass it any options that fit your needs.
|
|
8008
|
+
* When your component renders, `useMeQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
8009
|
+
* you can use to render your UI.
|
|
8010
|
+
*
|
|
8011
|
+
* @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;
|
|
8012
|
+
*
|
|
8013
|
+
* @example
|
|
8014
|
+
* const { data, loading, error } = useMeQuery({
|
|
8015
|
+
* variables: {
|
|
8016
|
+
* },
|
|
8017
|
+
* });
|
|
8018
|
+
*/
|
|
8019
|
+
export declare function useMeQuery(baseOptions?: Apollo.QueryHookOptions<MeQuery, MeQueryVariables>): Apollo.QueryResult<MeQuery, Exact<{
|
|
8020
|
+
[key: string]: never;
|
|
8021
|
+
}>>;
|
|
8022
|
+
export declare function useMeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<MeQuery, MeQueryVariables>): Apollo.LazyQueryResultTuple<MeQuery, Exact<{
|
|
8023
|
+
[key: string]: never;
|
|
8024
|
+
}>>;
|
|
8025
|
+
export type MeQueryHookResult = ReturnType<typeof useMeQuery>;
|
|
8026
|
+
export type MeLazyQueryHookResult = ReturnType<typeof useMeLazyQuery>;
|
|
8027
|
+
export type MeQueryResult = Apollo.QueryResult<MeQuery, MeQueryVariables>;
|
|
8028
|
+
export declare const TreeDataQueryDocument: Apollo.DocumentNode;
|
|
8029
|
+
/**
|
|
8030
|
+
* __useTreeDataQueryQuery__
|
|
8031
|
+
*
|
|
8032
|
+
* To run a query within a React component, call `useTreeDataQueryQuery` and pass it any options that fit your needs.
|
|
8033
|
+
* When your component renders, `useTreeDataQueryQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
8034
|
+
* you can use to render your UI.
|
|
8035
|
+
*
|
|
8036
|
+
* @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;
|
|
8037
|
+
*
|
|
8038
|
+
* @example
|
|
8039
|
+
* const { data, loading, error } = useTreeDataQueryQuery({
|
|
8040
|
+
* variables: {
|
|
8041
|
+
* treeId: // value for 'treeId'
|
|
8042
|
+
* },
|
|
8043
|
+
* });
|
|
8044
|
+
*/
|
|
8045
|
+
export declare function useTreeDataQueryQuery(baseOptions: Apollo.QueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.QueryResult<TreeDataQueryQuery, Exact<{
|
|
8046
|
+
treeId: Scalars["ID"];
|
|
8047
|
+
}>>;
|
|
8048
|
+
export declare function useTreeDataQueryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.LazyQueryResultTuple<TreeDataQueryQuery, Exact<{
|
|
8049
|
+
treeId: Scalars["ID"];
|
|
8050
|
+
}>>;
|
|
8051
|
+
export type TreeDataQueryQueryHookResult = ReturnType<typeof useTreeDataQueryQuery>;
|
|
8052
|
+
export type TreeDataQueryLazyQueryHookResult = ReturnType<typeof useTreeDataQueryLazyQuery>;
|
|
8053
|
+
export type TreeDataQueryQueryResult = Apollo.QueryResult<TreeDataQueryQuery, TreeDataQueryQueryVariables>;
|