@leav/ui 0.3.6-fa687e8 → 0.4.0-025a3e54
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/README.md +1 -0
- 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 +644 -5
- package/dist/__mocks__/common/form.js +65 -25
- package/dist/__mocks__/common/form.js.map +1 -1
- package/dist/__mocks__/common/record.d.ts +13 -2
- package/dist/__mocks__/common/record.js.map +1 -1
- package/dist/__mocks__/common/value.d.ts +1 -2
- package/dist/__mocks__/common/value.js +3 -13
- 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 +4552 -2492
- package/dist/_gqlTypes/index.js +1871 -1041
- package/dist/_gqlTypes/index.js.map +1 -1
- package/dist/_queries/attributes/attributeDetailsFragment.js +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/activateRecordsMutation.d.ts +1 -0
- package/dist/_queries/records/activateRecordsMutation.js +15 -0
- package/dist/_queries/records/activateRecordsMutation.js.map +1 -0
- 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/getRecordFormQuery.js +14 -5
- package/dist/_queries/records/getRecordFormQuery.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/trees/treeNodeChildrenQuery.js +12 -2
- package/dist/_queries/trees/treeNodeChildrenQuery.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/standardFieldReducerContext.js → _utils/interleaveElement.js} +2 -6
- 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 +4 -6
- package/dist/components/CreateDirectory/CreateDirectory.js.map +1 -1
- package/dist/components/EditApplication/EditApplication.js +2 -2
- package/dist/components/EditApplication/EditApplication.js.map +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.js.map +1 -1
- package/dist/components/EditApplication/_types.d.ts +2 -2
- 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/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.js +3 -2
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.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/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js +8 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js.map +1 -1
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.d.ts +2 -2
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.js +4 -3
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.js.map +1 -1
- package/dist/components/Explorer/DataView.d.ts +19 -2
- package/dist/components/Explorer/DataView.js +128 -50
- package/dist/components/Explorer/DataView.js.map +1 -1
- package/dist/components/Explorer/Explorer.d.ts +50 -7
- package/dist/components/Explorer/Explorer.js +157 -29
- 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 +7 -0
- package/dist/components/Explorer/ExplorerToolbar.js +54 -0
- package/dist/components/Explorer/ExplorerToolbar.js.map +1 -0
- package/dist/components/Explorer/IdCard.d.ts +7 -0
- package/dist/components/Explorer/IdCard.js +15 -0
- package/dist/components/Explorer/IdCard.js.map +1 -0
- package/dist/components/Explorer/TableCell.d.ts +8 -0
- package/dist/components/Explorer/TableCell.js +163 -0
- package/dist/components/Explorer/TableCell.js.map +1 -0
- package/dist/components/Explorer/TableTagGroup.d.ts +6 -0
- package/dist/components/Explorer/TableTagGroup.js +17 -0
- package/dist/components/Explorer/TableTagGroup.js.map +1 -0
- package/dist/components/Explorer/_constants.d.ts +8 -0
- package/dist/components/Explorer/_constants.js +21 -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/useExecuteUpdateViewMutation.d.ts +6 -0
- package/dist/components/Explorer/_queries/useExecuteUpdateViewMutation.js +12 -0
- package/dist/components/Explorer/_queries/useExecuteUpdateViewMutation.js.map +1 -0
- package/dist/components/Explorer/_queries/useExplorerData.d.ts +32 -5
- package/dist/components/Explorer/_queries/useExplorerData.js +111 -16
- package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -1
- package/dist/components/Explorer/_types.d.ts +116 -9
- 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} +8 -4
- package/dist/components/Explorer/actions-item/useEditItemAction.js +57 -0
- package/dist/components/Explorer/actions-item/useEditItemAction.js.map +1 -0
- package/dist/components/Explorer/actions-item/useEditStatusItemAction.d.ts +26 -0
- package/dist/components/Explorer/actions-item/useEditStatusItemAction.js +170 -0
- package/dist/components/Explorer/actions-item/useEditStatusItemAction.js.map +1 -0
- package/dist/components/Explorer/actions-item/useReplaceItemAction.d.ts +21 -0
- package/dist/components/Explorer/actions-item/useReplaceItemAction.js +42 -0
- package/dist/components/Explorer/actions-item/useReplaceItemAction.js.map +1 -0
- package/dist/components/Explorer/actions-mass/useDeactivateMassAction.d.ts +29 -0
- package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js +81 -0
- package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js.map +1 -0
- package/dist/components/Explorer/actions-mass/useDeleteLinkValues.d.ts +19 -0
- package/dist/components/Explorer/actions-mass/useDeleteLinkValues.js +86 -0
- package/dist/components/Explorer/actions-mass/useDeleteLinkValues.js.map +1 -0
- package/dist/components/Explorer/actions-mass/useMassActions.d.ts +27 -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/actions-primary/useCreatePrimaryAction.d.ts +34 -0
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js +129 -0
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js.map +1 -0
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.d.ts +23 -0
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js +55 -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/index.d.ts +1 -5
- package/dist/components/Explorer/index.js +1 -5
- package/dist/components/Explorer/index.js.map +1 -1
- package/dist/components/Explorer/link-item/LinkModal.d.ts +11 -0
- package/dist/components/Explorer/link-item/LinkModal.js +33 -0
- package/dist/components/Explorer/link-item/LinkModal.js.map +1 -0
- package/dist/components/Explorer/link-item/useAddLinkMassAction.d.ts +21 -0
- package/dist/components/Explorer/link-item/useAddLinkMassAction.js +34 -0
- package/dist/components/Explorer/link-item/useAddLinkMassAction.js.map +1 -0
- package/dist/components/Explorer/link-item/useReplaceLinkMassAction.d.ts +23 -0
- package/dist/components/Explorer/link-item/useReplaceLinkMassAction.js +35 -0
- package/dist/components/Explorer/link-item/useReplaceLinkMassAction.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 +88 -0
- package/dist/components/Explorer/list-saved-views/SavedViews.js.map +1 -0
- package/dist/components/Explorer/{edit-settings → manage-view-settings/_shared}/ColumnItem.d.ts +1 -1
- package/dist/components/Explorer/{edit-settings → manage-view-settings/_shared}/ColumnItem.js +12 -5
- package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js.map +1 -0
- 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 +13 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js +69 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.d.ts +21 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js +97 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.d.ts +6 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.js +28 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.d.ts +6 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js +55 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.d.ts +8 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.js +12 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.js.map +1 -0
- 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/index.d.ts +8 -0
- package/dist/components/Explorer/manage-view-settings/index.js +11 -0
- package/dist/components/Explorer/manage-view-settings/index.js.map +1 -0
- package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/EditSettingsContext.d.ts +3 -1
- package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/EditSettingsContext.js +3 -2
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.d.ts +8 -0
- package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/EditSettingsContextProvider.js +4 -3
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.js.map +1 -0
- package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/SidePanel.js +4 -4
- package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useEditSettings.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.d.ts +12 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js +66 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.js.map +1 -0
- package/dist/components/Explorer/{edit-settings → manage-view-settings/router-menu}/SettingsPanel.d.ts +2 -1
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js +36 -0
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/LabelViewFormModal.d.ts +9 -0
- package/dist/components/Explorer/manage-view-settings/save-view/LabelViewFormModal.js +36 -0
- package/dist/components/Explorer/manage-view-settings/save-view/LabelViewFormModal.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/useDeleteView.d.ts +5 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useDeleteView.js +47 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useDeleteView.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useEditLabelView.d.ts +5 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useEditLabelView.js +48 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useEditLabelView.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 +65 -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.d.ts +4 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js +111 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.d.ts +10 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.js +32 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.js.map +1 -0
- package/dist/components/Explorer/{edit-settings/ViewSetingsContext.d.ts → manage-view-settings/store-view-settings/ViewSettingsContext.d.ts} +1 -2
- package/dist/components/Explorer/{edit-settings/ViewSetingsContext.js → manage-view-settings/store-view-settings/ViewSettingsContext.js} +2 -6
- package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.js.map +1 -0
- package/dist/components/Explorer/{edit-settings → manage-view-settings/store-view-settings}/useViewSettingsContext.js +1 -1
- package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.d.ts +5 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +37 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.d.ts +189 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +320 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -0
- package/dist/components/Explorer/useColumnWidth.d.ts +8 -0
- package/dist/components/Explorer/useColumnWidth.js +50 -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 +83 -0
- package/dist/components/Explorer/useLoadView.js.map +1 -0
- package/dist/components/Explorer/usePagination.d.ts +8 -0
- package/dist/components/Explorer/usePagination.js +25 -0
- package/dist/components/Explorer/usePagination.js.map +1 -0
- package/dist/components/Explorer/useSearchInput.d.ts +18 -0
- package/dist/components/Explorer/useSearchInput.js +41 -0
- package/dist/components/Explorer/useSearchInput.js.map +1 -0
- package/dist/components/Explorer/useTableScrollableHeight.d.ts +5 -0
- package/dist/components/Explorer/useTableScrollableHeight.js +15 -0
- package/dist/components/Explorer/useTableScrollableHeight.js.map +1 -0
- package/dist/components/Explorer/useViewSettingsReducer.d.ts +8 -0
- package/dist/components/Explorer/useViewSettingsReducer.js +154 -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/ImportModalConfigStep/ImportModalConfigStep.js +6 -6
- package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.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/CreateNewRecordButton/CreateNewRecordButton.js +1 -0
- package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.js.map +1 -1
- package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js +3 -3
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.utils.js +2 -2
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.utils.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/Cell/typeGuards.d.ts +4 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/typeGuards.js +4 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/typeGuards.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/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js +3 -3
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js.map +1 -1
- package/dist/components/LinkSelect/LinkSelect.d.ts +15 -0
- package/dist/components/LinkSelect/LinkSelect.js +88 -0
- package/dist/components/LinkSelect/LinkSelect.js.map +1 -0
- package/dist/components/LinkSelect/index.d.ts +2 -0
- package/dist/components/{RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch → LinkSelect}/index.js +2 -2
- package/dist/components/LinkSelect/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/EditRecord.d.ts +4 -4
- package/dist/components/RecordEdition/EditRecord/EditRecord.js +109 -105
- package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordButtons/EditRecordButtons.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordButtons/EditRecordButtons.js +43 -0
- package/dist/components/RecordEdition/EditRecordButtons/EditRecordButtons.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordButtons/SidebarButton.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordButtons/SidebarButton.js +25 -0
- package/dist/components/RecordEdition/EditRecordButtons/SidebarButton.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordButtons/index.d.ts +2 -0
- package/dist/components/RecordEdition/{EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler → EditRecordButtons}/index.js +2 -1
- package/dist/components/RecordEdition/EditRecordButtons/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.d.ts +6 -2
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +81 -21
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +32 -26
- package/dist/components/RecordEdition/EditRecordContent/_types.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.d.ts +11 -1
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.js +50 -34
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/formConstants.d.ts +1 -0
- package/dist/components/RecordEdition/EditRecordContent/formConstants.js +1 -0
- package/dist/components/RecordEdition/EditRecordContent/formConstants.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.d.ts +16 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js +48 -19
- 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 +3 -8
- package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteSaveValueBatchMutation.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useFetchVisibleFormValue.d.ts +13 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useFetchVisibleFormValue.js +119 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useFetchVisibleFormValue.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useTabManagement.d.ts +12 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useTabManagement.js +39 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useTabManagement.js.map +1 -0
- 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 +4 -5
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.js +26 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.js +51 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/{LinkField/ValuesAdd → Frame}/index.js +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.d.ts +8 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js +103 -92
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useEditRecord.d.ts +5 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useEditRecord.js +39 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useEditRecord.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useUnselectRecord.d.ts +8 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useUnselectRecord.js +23 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useUnselectRecord.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-mass/useUnselectAllRecords.d.ts +9 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-mass/useUnselectAllRecords.js +23 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-mass/useUnselectAllRecords.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useCreateRecord.d.ts +8 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useCreateRecord.js +26 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useCreateRecord.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useRecordSelector.d.ts +12 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useRecordSelector.js +24 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useRecordSelector.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecords.d.ts +19 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecords.js +103 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecords.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecordsInCreation.d.ts +22 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecordsInCreation.js +104 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecordsInCreation.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-edition/useLinkRecords.d.ts +22 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-edition/useLinkRecords.js +85 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-edition/useLinkRecords.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-edition/useLinkRecordsInEdition.d.ts +28 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-edition/useLinkRecordsInEdition.js +311 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-edition/useLinkRecordsInEdition.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/ExplorerWrapper.d.ts +265 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/ExplorerWrapper.js +13 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/ExplorerWrapper.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/LinkActionsButtons.d.ts +9 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/LinkActionsButtons.js +15 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/LinkActionsButtons.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/utils.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/utils.js +22 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/utils.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.d.ts +3 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +186 -188
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.d.ts +2 -8
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js +10 -30
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.d.ts +2 -13
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js +76 -45
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js +36 -46
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js +12 -75
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js +32 -49
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +33 -60
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js +50 -64
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js +32 -56
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +16 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +56 -402
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js +138 -0
- 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 +2 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.d.ts +15 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.js +2 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.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 +33 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.d.ts +3 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js +73 -219
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeFieldWrapper.d.ts +265 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeFieldWrapper.js +13 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeFieldWrapper.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeItem.d.ts +11 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeItem.js +51 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeItem.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeList.d.ts +11 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeList.js +5 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeList.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.d.ts +27 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.js +43 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.d.ts +24 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.js +136 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/index.js +3 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/ComputeIndicator.d.ts +8 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/ComputeIndicator.js +16 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/ComputeIndicator.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/DeleteAllValuesButton.d.ts +8 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/DeleteAllValuesButton.js +25 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/DeleteAllValuesButton.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/calculatedInheritedFlags.d.ts +42 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/calculatedInheritedFlags.js +56 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/calculatedInheritedFlags.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.d.ts +17 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.js +76 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.d.ts +6 -0
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +54 -47
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.d.ts +7 -1
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +10 -7
- 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/{EditRecordContent/uiElements/TreeField/TreeFieldValue → EditRecordSidebar/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/Breacrumb/index.js +6 -0
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.d.ts +3 -1
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js +54 -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 +84 -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/TreeValuePath → ValuesSummary}/index.js +2 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js +2 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js.map +1 -1
- 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/{EditRecordContent/uiElements/LinkField/RecordIdentityCell → EditRecordSkeleton}/index.js +2 -2
- package/dist/components/RecordEdition/EditRecordSkeleton/index.js.map +1 -0
- package/dist/components/RecordEdition/constants.d.ts +2 -0
- package/dist/components/RecordEdition/constants.js +6 -0
- package/dist/components/RecordEdition/constants.js.map +1 -0
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.d.ts +45 -12
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js +80 -14
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js.map +1 -1
- package/dist/components/RecordEdition/hooks/useGetSubmitButtons.d.ts +1 -1
- package/dist/components/RecordEdition/hooks/useGetSubmitButtons.js +3 -3
- package/dist/components/RecordEdition/hooks/useGetSubmitButtons.js.map +1 -1
- package/dist/components/RecordEdition/index.d.ts +4 -0
- package/dist/components/RecordEdition/index.js +4 -0
- package/dist/components/RecordEdition/index.js.map +1 -1
- package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.d.ts +16 -0
- package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.js +83 -0
- package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.js.map +1 -0
- package/dist/components/SelectRecordForLinkModal/index.d.ts +1 -0
- package/dist/components/{RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo → SelectRecordForLinkModal}/index.js +1 -2
- package/dist/components/SelectRecordForLinkModal/index.js.map +1 -0
- package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +10 -9
- package/dist/components/SelectTreeNode/SelectTreeNode.js +16 -135
- package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.d.ts +20 -0
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +133 -0
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -0
- package/dist/components/SelectTreeNode/SelectTreeNodeContentSkeleton.d.ts +2 -0
- package/dist/components/SelectTreeNode/SelectTreeNodeContentSkeleton.js +17 -0
- package/dist/components/SelectTreeNode/SelectTreeNodeContentSkeleton.js.map +1 -0
- package/dist/components/SelectTreeNode/TreeNodeTitle.d.ts +9 -0
- package/dist/components/SelectTreeNode/TreeNodeTitle.js +8 -0
- package/dist/components/SelectTreeNode/TreeNodeTitle.js.map +1 -0
- package/dist/components/SelectTreeNode/_types.d.ts +17 -0
- package/dist/components/SelectTreeNode/_types.js +2 -0
- package/dist/components/SelectTreeNode/_types.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/SelectTreeNodeModalOld/SelectTreeNodeModalOld.d.ts +12 -0
- package/dist/components/SelectTreeNodeModalOld/SelectTreeNodeModalOld.js +34 -0
- package/dist/components/SelectTreeNodeModalOld/SelectTreeNodeModalOld.js.map +1 -0
- package/dist/components/SelectTreeNodeModalOld/index.d.ts +1 -0
- package/dist/components/SelectTreeNodeModalOld/index.js +5 -0
- package/dist/components/SelectTreeNodeModalOld/index.js.map +1 -0
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.d.ts +1 -1
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.js.map +1 -1
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.d.ts +2 -2
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.js +6 -3
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.js.map +1 -1
- package/dist/components/UploadFiles/UploadFiles.js +4 -4
- 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/components/index.d.ts +1 -2
- package/dist/components/index.js +1 -2
- package/dist/components/index.js.map +1 -1
- package/dist/constants.d.ts +5 -0
- package/dist/constants.js +5 -0
- package/dist/constants.js.map +1 -1
- package/dist/contexts/LangContext/LangContext.d.ts +1 -2
- package/dist/contexts/LangContext/LangContext.js +2 -2
- package/dist/contexts/LangContext/LangContext.js.map +1 -1
- package/dist/hooks/index.d.ts +3 -0
- package/dist/hooks/index.js +3 -0
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/useAppLang/useAppLang.js.map +1 -1
- package/dist/hooks/useDebouncedValue/index.d.ts +1 -0
- package/dist/{components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd → hooks/useDebouncedValue}/index.js +1 -2
- package/dist/hooks/useDebouncedValue/index.js.map +1 -0
- package/dist/hooks/useExecuteSaveViewMutation/index.d.ts +1 -0
- package/dist/hooks/useExecuteSaveViewMutation/index.js +5 -0
- 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/useGetRecordForm/useGetRecordForm.d.ts +3 -1
- package/dist/hooks/useGetRecordForm/useGetRecordForm.js +3 -14
- package/dist/hooks/useGetRecordForm/useGetRecordForm.js.map +1 -1
- 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/hooks/useIFrameMessenger/messageHandlers.d.ts +15 -0
- package/dist/hooks/useIFrameMessenger/messageHandlers.js +121 -0
- package/dist/hooks/useIFrameMessenger/messageHandlers.js.map +1 -0
- package/dist/hooks/useIFrameMessenger/schema.d.ts +21 -0
- package/dist/hooks/useIFrameMessenger/schema.js +76 -0
- package/dist/hooks/useIFrameMessenger/schema.js.map +1 -0
- package/dist/hooks/useIFrameMessenger/types.d.ts +118 -0
- package/dist/hooks/useIFrameMessenger/types.js +2 -0
- package/dist/hooks/useIFrameMessenger/types.js.map +1 -0
- package/dist/hooks/useIFrameMessenger/useIFrameMessenger.d.ts +19 -0
- package/dist/hooks/useIFrameMessenger/useIFrameMessenger.js +104 -0
- package/dist/hooks/useIFrameMessenger/useIFrameMessenger.js.map +1 -0
- package/dist/hooks/useIFrameMessengerClient/IFrameMessengerClient.d.ts +7 -0
- package/dist/hooks/useIFrameMessengerClient/IFrameMessengerClient.js +13 -0
- package/dist/hooks/useIFrameMessengerClient/IFrameMessengerClient.js.map +1 -0
- package/dist/hooks/useIFrameMessengerClient/iFrameMessengerClientContext.d.ts +13 -0
- package/dist/{components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.js → hooks/useIFrameMessengerClient/iFrameMessengerClientContext.js} +3 -3
- package/dist/hooks/useIFrameMessengerClient/iFrameMessengerClientContext.js.map +1 -0
- package/dist/hooks/useIFrameMessengerClient/useIFrameMessengerClient.d.ts +13 -0
- package/dist/hooks/useIFrameMessengerClient/useIFrameMessengerClient.js +13 -0
- package/dist/hooks/useIFrameMessengerClient/useIFrameMessengerClient.js.map +1 -0
- package/dist/hooks/useRedirectToLogin/useRedirectToLogin.js +1 -1
- package/dist/hooks/useRedirectToLogin/useRedirectToLogin.js.map +1 -1
- package/dist/locales/en/shared.json +133 -18
- package/dist/locales/fr/shared.json +136 -21
- package/dist/types/attributes.d.ts +2 -1
- package/dist/types/trees.d.ts +1 -0
- package/dist/types/views.d.ts +4 -4
- package/package.json +30 -13
- package/dist/components/Explorer/edit-settings/ColumnItem.js.map +0 -1
- package/dist/components/Explorer/edit-settings/DisplayMode.d.ts +0 -6
- package/dist/components/Explorer/edit-settings/DisplayMode.js +0 -34
- package/dist/components/Explorer/edit-settings/DisplayMode.js.map +0 -1
- package/dist/components/Explorer/edit-settings/DisplayModeTable.d.ts +0 -6
- package/dist/components/Explorer/edit-settings/DisplayModeTable.js +0 -89
- package/dist/components/Explorer/edit-settings/DisplayModeTable.js.map +0 -1
- package/dist/components/Explorer/edit-settings/EditSettingsContext.js.map +0 -1
- package/dist/components/Explorer/edit-settings/EditSettingsContextProvider.d.ts +0 -2
- package/dist/components/Explorer/edit-settings/EditSettingsContextProvider.js.map +0 -1
- package/dist/components/Explorer/edit-settings/SettingItem.js.map +0 -1
- package/dist/components/Explorer/edit-settings/SettingsPanel.js +0 -53
- package/dist/components/Explorer/edit-settings/SettingsPanel.js.map +0 -1
- package/dist/components/Explorer/edit-settings/SidePanel.js.map +0 -1
- package/dist/components/Explorer/edit-settings/ViewSetingsContext.js.map +0 -1
- package/dist/components/Explorer/edit-settings/ViewSetingsContextProvider.d.ts +0 -2
- package/dist/components/Explorer/edit-settings/ViewSetingsContextProvider.js +0 -12
- package/dist/components/Explorer/edit-settings/ViewSetingsContextProvider.js.map +0 -1
- package/dist/components/Explorer/edit-settings/useEditSettings.js.map +0 -1
- package/dist/components/Explorer/edit-settings/useGetLibraryColumns.d.ts +0 -10
- package/dist/components/Explorer/edit-settings/useGetLibraryColumns.js +0 -24
- package/dist/components/Explorer/edit-settings/useGetLibraryColumns.js.map +0 -1
- package/dist/components/Explorer/edit-settings/useOpenSettings.d.ts +0 -1
- package/dist/components/Explorer/edit-settings/useOpenSettings.js +0 -19
- package/dist/components/Explorer/edit-settings/useOpenSettings.js.map +0 -1
- package/dist/components/Explorer/edit-settings/useViewSettingsContext.js.map +0 -1
- package/dist/components/Explorer/edit-settings/viewSettingsReducer.d.ts +0 -43
- package/dist/components/Explorer/edit-settings/viewSettingsReducer.js +0 -58
- package/dist/components/Explorer/edit-settings/viewSettingsReducer.js.map +0 -1
- package/dist/components/Explorer/useCreateAction.d.ts +0 -19
- 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 +0 -52
- package/dist/components/Explorer/useEditAction.js.map +0 -1
- package/dist/components/Explorer/usePrimaryActions.d.ts +0 -20
- package/dist/components/Explorer/usePrimaryActions.js +0 -29
- package/dist/components/Explorer/usePrimaryActions.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordSkeleton.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRecordEditionContext.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRecordEditionContext.js +0 -7
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRecordEditionContext.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.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/LinkField/FloatingMenuHandler/FloatingMenuHandler.d.ts +0 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.js +0 -29
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/index.js +0 -6
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.d.ts +0 -21
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js +0 -58
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/useGetOptionsQuery.d.ts +0 -19
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/useGetOptionsQuery.js +0 -111
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/useGetOptionsQuery.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.d.ts +0 -21
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js +0 -78
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/useGetOptionsQuery.d.ts +0 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/useGetOptionsQuery.js +0 -58
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/useGetOptionsQuery.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.d.ts +0 -6
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.js +0 -11
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.d.ts +0 -13
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.js +0 -50
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/ValuesAdd.d.ts +0 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/ValuesAdd.js +0 -215
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/ValuesAdd.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/index.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/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.d.ts +0 -13
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.js +0 -90
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.d.ts +0 -7
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.js +0 -45
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.d.ts +0 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.js +0 -141
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/MonoValueSelect.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/MonoValueSelect.js +0 -145
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/MonoValueSelect.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/TreeFieldValue.d.ts +0 -10
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js +0 -50
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.d.ts +0 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js +0 -106
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/index.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 +0 -6
- 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 +0 -6
- 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 +0 -6
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.js.map +0 -1
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.d.ts +0 -15
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js +0 -32
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js.map +0 -1
- package/dist/components/SelectTreeNodeModal/index.d.ts +0 -2
- package/dist/components/SelectTreeNodeModal/index.js +0 -6
- package/dist/components/SelectTreeNodeModal/index.js.map +0 -1
- package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.d.ts +0 -6
- package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.js.map +0 -1
- /package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/SidePanel.d.ts +0 -0
- /package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/useEditSettings.d.ts +0 -0
- /package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/useEditSettings.js +0 -0
- /package/dist/components/Explorer/{edit-settings → manage-view-settings/router-menu}/SettingItem.d.ts +0 -0
- /package/dist/components/Explorer/{edit-settings → manage-view-settings/router-menu}/SettingItem.js +0 -0
- /package/dist/components/Explorer/{edit-settings → manage-view-settings/store-view-settings}/useViewSettingsContext.d.ts +0 -0
package/dist/_gqlTypes/index.js
CHANGED
|
@@ -117,6 +117,7 @@ export var LibraryBehavior;
|
|
|
117
117
|
(function (LibraryBehavior) {
|
|
118
118
|
LibraryBehavior["directories"] = "directories";
|
|
119
119
|
LibraryBehavior["files"] = "files";
|
|
120
|
+
LibraryBehavior["join"] = "join";
|
|
120
121
|
LibraryBehavior["standard"] = "standard";
|
|
121
122
|
})(LibraryBehavior || (LibraryBehavior = {}));
|
|
122
123
|
export var LogAction;
|
|
@@ -160,6 +161,12 @@ export var LogSortableField;
|
|
|
160
161
|
LogSortableField["trigger"] = "trigger";
|
|
161
162
|
LogSortableField["userId"] = "userId";
|
|
162
163
|
})(LogSortableField || (LogSortableField = {}));
|
|
164
|
+
export var MultiLinkDisplayOption;
|
|
165
|
+
(function (MultiLinkDisplayOption) {
|
|
166
|
+
MultiLinkDisplayOption["avatar"] = "avatar";
|
|
167
|
+
MultiLinkDisplayOption["badge_qty"] = "badge_qty";
|
|
168
|
+
MultiLinkDisplayOption["tag"] = "tag";
|
|
169
|
+
})(MultiLinkDisplayOption || (MultiLinkDisplayOption = {}));
|
|
163
170
|
export var PermissionTypes;
|
|
164
171
|
(function (PermissionTypes) {
|
|
165
172
|
PermissionTypes["admin"] = "admin";
|
|
@@ -261,6 +268,13 @@ export var RecordFilterOperator;
|
|
|
261
268
|
RecordFilterOperator["OPEN_BRACKET"] = "OPEN_BRACKET";
|
|
262
269
|
RecordFilterOperator["OR"] = "OR";
|
|
263
270
|
})(RecordFilterOperator || (RecordFilterOperator = {}));
|
|
271
|
+
export var RecordPermissionsActions;
|
|
272
|
+
(function (RecordPermissionsActions) {
|
|
273
|
+
RecordPermissionsActions["access_record"] = "access_record";
|
|
274
|
+
RecordPermissionsActions["create_record"] = "create_record";
|
|
275
|
+
RecordPermissionsActions["delete_record"] = "delete_record";
|
|
276
|
+
RecordPermissionsActions["edit_record"] = "edit_record";
|
|
277
|
+
})(RecordPermissionsActions || (RecordPermissionsActions = {}));
|
|
264
278
|
export var SortOrder;
|
|
265
279
|
(function (SortOrder) {
|
|
266
280
|
SortOrder["asc"] = "asc";
|
|
@@ -327,579 +341,711 @@ export var ViewTypes;
|
|
|
327
341
|
})(ViewTypes || (ViewTypes = {}));
|
|
328
342
|
export const RecordIdentityFragmentDoc = gql `
|
|
329
343
|
fragment RecordIdentity on Record {
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
+
id
|
|
345
|
+
whoAmI {
|
|
346
|
+
id
|
|
347
|
+
label
|
|
348
|
+
subLabel
|
|
349
|
+
color
|
|
350
|
+
library {
|
|
351
|
+
id
|
|
352
|
+
label
|
|
353
|
+
}
|
|
354
|
+
preview
|
|
355
|
+
}
|
|
356
|
+
}
|
|
357
|
+
`;
|
|
344
358
|
export const DetailsApplicationFragmentDoc = gql `
|
|
345
359
|
fragment DetailsApplication on Application {
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
}
|
|
363
|
-
|
|
360
|
+
id
|
|
361
|
+
label
|
|
362
|
+
type
|
|
363
|
+
description
|
|
364
|
+
endpoint
|
|
365
|
+
url
|
|
366
|
+
color
|
|
367
|
+
icon {
|
|
368
|
+
...RecordIdentity
|
|
369
|
+
}
|
|
370
|
+
module
|
|
371
|
+
permissions {
|
|
372
|
+
access_application
|
|
373
|
+
admin_application
|
|
374
|
+
}
|
|
375
|
+
settings
|
|
376
|
+
}
|
|
377
|
+
${RecordIdentityFragmentDoc}`;
|
|
364
378
|
export const AttributeDetailsFragmentDoc = gql `
|
|
365
379
|
fragment AttributeDetails on Attribute {
|
|
366
|
-
id
|
|
367
|
-
type
|
|
368
|
-
format
|
|
369
|
-
system
|
|
370
|
-
readonly
|
|
371
|
-
label
|
|
372
|
-
description
|
|
373
|
-
multiple_values
|
|
374
|
-
metadata_fields {
|
|
375
|
-
id
|
|
376
|
-
label
|
|
377
|
-
type
|
|
378
|
-
format
|
|
379
|
-
}
|
|
380
|
-
versions_conf {
|
|
381
|
-
versionable
|
|
382
|
-
mode
|
|
383
|
-
profile {
|
|
384
|
-
id
|
|
385
|
-
label
|
|
386
|
-
trees {
|
|
387
380
|
id
|
|
381
|
+
type
|
|
382
|
+
format
|
|
383
|
+
system
|
|
384
|
+
readonly
|
|
388
385
|
label
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
}
|
|
414
|
-
|
|
386
|
+
description
|
|
387
|
+
multiple_values
|
|
388
|
+
multi_link_display_option
|
|
389
|
+
metadata_fields {
|
|
390
|
+
id
|
|
391
|
+
label
|
|
392
|
+
type
|
|
393
|
+
format
|
|
394
|
+
}
|
|
395
|
+
versions_conf {
|
|
396
|
+
versionable
|
|
397
|
+
mode
|
|
398
|
+
profile {
|
|
399
|
+
id
|
|
400
|
+
label
|
|
401
|
+
trees {
|
|
402
|
+
id
|
|
403
|
+
label
|
|
404
|
+
}
|
|
405
|
+
}
|
|
406
|
+
}
|
|
407
|
+
libraries {
|
|
408
|
+
id
|
|
409
|
+
label
|
|
410
|
+
}
|
|
411
|
+
... on StandardAttribute {
|
|
412
|
+
unique
|
|
413
|
+
}
|
|
414
|
+
... on LinkAttribute {
|
|
415
|
+
linked_library {
|
|
416
|
+
id
|
|
417
|
+
label
|
|
418
|
+
}
|
|
419
|
+
reverse_link
|
|
420
|
+
}
|
|
421
|
+
... on TreeAttribute {
|
|
422
|
+
linked_tree {
|
|
423
|
+
id
|
|
424
|
+
label
|
|
425
|
+
}
|
|
426
|
+
}
|
|
427
|
+
}
|
|
428
|
+
`;
|
|
429
|
+
export const AttributesByLibLinkAttributeFragmentDoc = gql `
|
|
430
|
+
fragment AttributesByLibLinkAttribute on LinkAttribute {
|
|
431
|
+
linked_library {
|
|
432
|
+
id
|
|
433
|
+
}
|
|
434
|
+
}
|
|
435
|
+
`;
|
|
415
436
|
export const AttributesByLibAttributeFragmentDoc = gql `
|
|
416
437
|
fragment AttributesByLibAttribute on Attribute {
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
438
|
+
id
|
|
439
|
+
type
|
|
440
|
+
format
|
|
441
|
+
label
|
|
442
|
+
multiple_values
|
|
443
|
+
system
|
|
444
|
+
readonly
|
|
445
|
+
...AttributesByLibLinkAttribute
|
|
446
|
+
... on TreeAttribute {
|
|
447
|
+
linked_tree {
|
|
448
|
+
id
|
|
449
|
+
label
|
|
450
|
+
libraries {
|
|
451
|
+
library {
|
|
452
|
+
id
|
|
453
|
+
label
|
|
454
|
+
}
|
|
455
|
+
}
|
|
456
|
+
}
|
|
457
|
+
}
|
|
458
|
+
... on StandardAttribute {
|
|
459
|
+
embedded_fields {
|
|
460
|
+
id
|
|
461
|
+
format
|
|
462
|
+
label
|
|
463
|
+
}
|
|
464
|
+
}
|
|
465
|
+
}
|
|
466
|
+
${AttributesByLibLinkAttributeFragmentDoc}`;
|
|
467
|
+
export const ValuesVersionDetailsFragmentDoc = gql `
|
|
468
|
+
fragment ValuesVersionDetails on ValueVersion {
|
|
469
|
+
treeId
|
|
470
|
+
treeNode {
|
|
471
|
+
id
|
|
472
|
+
record {
|
|
473
|
+
id
|
|
474
|
+
whoAmI {
|
|
475
|
+
id
|
|
476
|
+
label
|
|
477
|
+
library {
|
|
478
|
+
id
|
|
479
|
+
}
|
|
480
|
+
}
|
|
481
|
+
}
|
|
482
|
+
}
|
|
483
|
+
}
|
|
484
|
+
`;
|
|
485
|
+
export const ValueDetailsFragmentDoc = gql `
|
|
486
|
+
fragment ValueDetails on GenericValue {
|
|
487
|
+
id_value
|
|
488
|
+
isInherited
|
|
489
|
+
isCalculated
|
|
490
|
+
modified_at
|
|
491
|
+
modified_by {
|
|
492
|
+
...RecordIdentity
|
|
493
|
+
}
|
|
494
|
+
created_at
|
|
495
|
+
created_by {
|
|
496
|
+
...RecordIdentity
|
|
497
|
+
}
|
|
498
|
+
version {
|
|
499
|
+
...ValuesVersionDetails
|
|
500
|
+
}
|
|
501
|
+
attribute {
|
|
502
|
+
id
|
|
503
|
+
format
|
|
504
|
+
type
|
|
505
|
+
system
|
|
506
|
+
}
|
|
507
|
+
metadata {
|
|
508
|
+
name
|
|
509
|
+
value {
|
|
510
|
+
id_value
|
|
511
|
+
modified_at
|
|
512
|
+
modified_by {
|
|
513
|
+
...RecordIdentity
|
|
514
|
+
}
|
|
515
|
+
created_at
|
|
516
|
+
created_by {
|
|
517
|
+
...RecordIdentity
|
|
518
|
+
}
|
|
519
|
+
version {
|
|
520
|
+
...ValuesVersionDetails
|
|
521
|
+
}
|
|
522
|
+
payload
|
|
523
|
+
raw_payload
|
|
524
|
+
}
|
|
525
|
+
}
|
|
526
|
+
... on Value {
|
|
527
|
+
payload
|
|
528
|
+
raw_payload
|
|
529
|
+
value
|
|
530
|
+
raw_value
|
|
531
|
+
}
|
|
532
|
+
... on LinkValue {
|
|
533
|
+
linkValue: payload {
|
|
534
|
+
...RecordIdentity
|
|
535
|
+
}
|
|
536
|
+
}
|
|
537
|
+
... on TreeValue {
|
|
538
|
+
treeValue: payload {
|
|
539
|
+
id
|
|
540
|
+
record {
|
|
541
|
+
...RecordIdentity
|
|
542
|
+
}
|
|
543
|
+
ancestors {
|
|
544
|
+
record {
|
|
545
|
+
...RecordIdentity
|
|
546
|
+
}
|
|
547
|
+
}
|
|
548
|
+
}
|
|
549
|
+
}
|
|
550
|
+
}
|
|
551
|
+
${RecordIdentityFragmentDoc}
|
|
552
|
+
${ValuesVersionDetailsFragmentDoc}`;
|
|
553
|
+
export const RecordFormElementValuesFragmentDoc = gql `
|
|
554
|
+
fragment RecordFormElementValues on FormElementValues {
|
|
555
|
+
id
|
|
556
|
+
valueError
|
|
557
|
+
values {
|
|
558
|
+
...ValueDetails
|
|
559
|
+
}
|
|
560
|
+
}
|
|
561
|
+
${ValueDetailsFragmentDoc}`;
|
|
450
562
|
export const LibraryLightFragmentDoc = gql `
|
|
451
563
|
fragment LibraryLight on Library {
|
|
452
|
-
id
|
|
453
|
-
label
|
|
454
|
-
icon {
|
|
455
|
-
id
|
|
456
|
-
whoAmI {
|
|
457
|
-
id
|
|
458
|
-
library {
|
|
459
564
|
id
|
|
460
|
-
|
|
461
|
-
|
|
565
|
+
label
|
|
566
|
+
icon {
|
|
567
|
+
id
|
|
568
|
+
whoAmI {
|
|
569
|
+
id
|
|
570
|
+
library {
|
|
571
|
+
id
|
|
572
|
+
}
|
|
573
|
+
preview
|
|
574
|
+
}
|
|
575
|
+
}
|
|
462
576
|
}
|
|
463
|
-
|
|
464
|
-
}
|
|
465
|
-
`;
|
|
577
|
+
`;
|
|
466
578
|
export const LibraryLinkAttributeDetailsFragmentDoc = gql `
|
|
467
579
|
fragment LibraryLinkAttributeDetails on LinkAttribute {
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
}
|
|
473
|
-
|
|
580
|
+
linked_library {
|
|
581
|
+
id
|
|
582
|
+
behavior
|
|
583
|
+
}
|
|
584
|
+
}
|
|
585
|
+
`;
|
|
474
586
|
export const LibraryAttributesFragmentDoc = gql `
|
|
475
587
|
fragment LibraryAttributes on Attribute {
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
}
|
|
483
|
-
|
|
588
|
+
id
|
|
589
|
+
label
|
|
590
|
+
system
|
|
591
|
+
type
|
|
592
|
+
format
|
|
593
|
+
...LibraryLinkAttributeDetails
|
|
594
|
+
}
|
|
595
|
+
${LibraryLinkAttributeDetailsFragmentDoc}`;
|
|
484
596
|
export const LibraryPreviewsSettingsFragmentDoc = gql `
|
|
485
597
|
fragment LibraryPreviewsSettings on LibraryPreviewsSettings {
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
}
|
|
498
|
-
|
|
598
|
+
label
|
|
599
|
+
description
|
|
600
|
+
system
|
|
601
|
+
versions {
|
|
602
|
+
background
|
|
603
|
+
density
|
|
604
|
+
sizes {
|
|
605
|
+
name
|
|
606
|
+
size
|
|
607
|
+
}
|
|
608
|
+
}
|
|
609
|
+
}
|
|
610
|
+
`;
|
|
499
611
|
export const LibraryDetailsFragmentDoc = gql `
|
|
500
612
|
fragment LibraryDetails on Library {
|
|
501
|
-
id
|
|
502
|
-
label
|
|
503
|
-
behavior
|
|
504
|
-
system
|
|
505
|
-
label
|
|
506
|
-
fullTextAttributes {
|
|
507
|
-
id
|
|
508
|
-
label
|
|
509
|
-
}
|
|
510
|
-
attributes {
|
|
511
|
-
...LibraryAttributes
|
|
512
|
-
}
|
|
513
|
-
permissions_conf {
|
|
514
|
-
permissionTreeAttributes {
|
|
515
|
-
id
|
|
516
|
-
... on TreeAttribute {
|
|
517
|
-
linked_tree {
|
|
518
|
-
id
|
|
519
|
-
}
|
|
520
|
-
}
|
|
521
|
-
label
|
|
522
|
-
}
|
|
523
|
-
relation
|
|
524
|
-
}
|
|
525
|
-
recordIdentityConf {
|
|
526
|
-
label
|
|
527
|
-
subLabel
|
|
528
|
-
color
|
|
529
|
-
preview
|
|
530
|
-
treeColorPreview
|
|
531
|
-
}
|
|
532
|
-
permissions {
|
|
533
|
-
admin_library
|
|
534
|
-
access_library
|
|
535
|
-
access_record
|
|
536
|
-
create_record
|
|
537
|
-
edit_record
|
|
538
|
-
delete_record
|
|
539
|
-
}
|
|
540
|
-
icon {
|
|
541
|
-
...RecordIdentity
|
|
542
|
-
}
|
|
543
|
-
previewsSettings {
|
|
544
|
-
...LibraryPreviewsSettings
|
|
545
|
-
}
|
|
546
|
-
}
|
|
547
|
-
${LibraryAttributesFragmentDoc}
|
|
548
|
-
${RecordIdentityFragmentDoc}
|
|
549
|
-
${LibraryPreviewsSettingsFragmentDoc}`;
|
|
550
|
-
export const ValuesVersionDetailsFragmentDoc = gql `
|
|
551
|
-
fragment ValuesVersionDetails on ValueVersion {
|
|
552
|
-
treeId
|
|
553
|
-
treeNode {
|
|
554
|
-
id
|
|
555
|
-
record {
|
|
556
|
-
id
|
|
557
|
-
whoAmI {
|
|
558
613
|
id
|
|
559
614
|
label
|
|
560
|
-
|
|
561
|
-
|
|
615
|
+
behavior
|
|
616
|
+
system
|
|
617
|
+
label
|
|
618
|
+
fullTextAttributes {
|
|
619
|
+
id
|
|
620
|
+
label
|
|
562
621
|
}
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
created_at
|
|
599
|
-
created_by {
|
|
600
|
-
...RecordIdentity
|
|
601
|
-
}
|
|
602
|
-
version {
|
|
603
|
-
...ValuesVersionDetails
|
|
604
|
-
}
|
|
605
|
-
payload
|
|
606
|
-
raw_payload
|
|
607
|
-
}
|
|
608
|
-
}
|
|
609
|
-
... on Value {
|
|
610
|
-
payload
|
|
611
|
-
raw_payload
|
|
612
|
-
value
|
|
613
|
-
raw_value
|
|
614
|
-
}
|
|
615
|
-
... on LinkValue {
|
|
616
|
-
linkValue: payload {
|
|
617
|
-
...RecordIdentity
|
|
618
|
-
}
|
|
619
|
-
}
|
|
620
|
-
... on TreeValue {
|
|
621
|
-
treeValue: payload {
|
|
622
|
-
id
|
|
623
|
-
record {
|
|
624
|
-
...RecordIdentity
|
|
625
|
-
}
|
|
626
|
-
ancestors {
|
|
627
|
-
record {
|
|
628
|
-
...RecordIdentity
|
|
622
|
+
attributes {
|
|
623
|
+
...LibraryAttributes
|
|
624
|
+
}
|
|
625
|
+
permissions_conf {
|
|
626
|
+
permissionTreeAttributes {
|
|
627
|
+
id
|
|
628
|
+
... on TreeAttribute {
|
|
629
|
+
linked_tree {
|
|
630
|
+
id
|
|
631
|
+
}
|
|
632
|
+
}
|
|
633
|
+
label
|
|
634
|
+
}
|
|
635
|
+
relation
|
|
636
|
+
}
|
|
637
|
+
recordIdentityConf {
|
|
638
|
+
label
|
|
639
|
+
subLabel
|
|
640
|
+
color
|
|
641
|
+
preview
|
|
642
|
+
treeColorPreview
|
|
643
|
+
}
|
|
644
|
+
permissions {
|
|
645
|
+
admin_library
|
|
646
|
+
access_library
|
|
647
|
+
access_record
|
|
648
|
+
create_record
|
|
649
|
+
edit_record
|
|
650
|
+
delete_record
|
|
651
|
+
}
|
|
652
|
+
icon {
|
|
653
|
+
...RecordIdentity
|
|
654
|
+
}
|
|
655
|
+
previewsSettings {
|
|
656
|
+
...LibraryPreviewsSettings
|
|
629
657
|
}
|
|
630
|
-
}
|
|
631
658
|
}
|
|
632
|
-
|
|
633
|
-
}
|
|
659
|
+
${LibraryAttributesFragmentDoc}
|
|
634
660
|
${RecordIdentityFragmentDoc}
|
|
635
|
-
${
|
|
661
|
+
${LibraryPreviewsSettingsFragmentDoc}`;
|
|
636
662
|
export const StandardValuesListFragmentFragmentDoc = gql `
|
|
637
663
|
fragment StandardValuesListFragment on StandardValuesListConf {
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
}
|
|
654
|
-
|
|
664
|
+
... on StandardStringValuesListConf {
|
|
665
|
+
enable
|
|
666
|
+
allowFreeEntry
|
|
667
|
+
allowListUpdate
|
|
668
|
+
values
|
|
669
|
+
}
|
|
670
|
+
... on StandardDateRangeValuesListConf {
|
|
671
|
+
enable
|
|
672
|
+
allowFreeEntry
|
|
673
|
+
allowListUpdate
|
|
674
|
+
dateRangeValues: values {
|
|
675
|
+
from
|
|
676
|
+
to
|
|
677
|
+
}
|
|
678
|
+
}
|
|
679
|
+
}
|
|
680
|
+
`;
|
|
655
681
|
export const RecordFormAttributeFragmentDoc = gql `
|
|
656
682
|
fragment RecordFormAttribute on Attribute {
|
|
657
|
-
id
|
|
658
|
-
label
|
|
659
|
-
description
|
|
660
|
-
type
|
|
661
|
-
format
|
|
662
|
-
system
|
|
663
|
-
readonly
|
|
664
|
-
multiple_values
|
|
665
|
-
permissions(record: {id: $recordId, library: $libraryId}) {
|
|
666
|
-
access_attribute
|
|
667
|
-
edit_value
|
|
668
|
-
}
|
|
669
|
-
versions_conf {
|
|
670
|
-
versionable
|
|
671
|
-
profile {
|
|
672
|
-
id
|
|
673
|
-
trees {
|
|
674
683
|
id
|
|
675
684
|
label
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
multiple_values
|
|
688
|
-
permissions(record: {id: $recordId, library: $libraryId}) {
|
|
689
|
-
access_attribute
|
|
690
|
-
edit_value
|
|
691
|
-
}
|
|
692
|
-
values_list {
|
|
693
|
-
...StandardValuesListFragment
|
|
694
|
-
}
|
|
695
|
-
metadata_fields {
|
|
696
|
-
id
|
|
697
|
-
}
|
|
698
|
-
}
|
|
699
|
-
... on StandardAttribute {
|
|
700
|
-
values_list {
|
|
701
|
-
...StandardValuesListFragment
|
|
702
|
-
}
|
|
703
|
-
}
|
|
704
|
-
... on LinkAttribute {
|
|
705
|
-
linked_library {
|
|
706
|
-
id
|
|
707
|
-
label
|
|
708
|
-
behavior
|
|
709
|
-
permissions {
|
|
710
|
-
create_record
|
|
711
|
-
}
|
|
712
|
-
}
|
|
713
|
-
linkValuesList: values_list {
|
|
714
|
-
enable
|
|
715
|
-
allowFreeEntry
|
|
716
|
-
allowListUpdate
|
|
717
|
-
values {
|
|
718
|
-
...RecordIdentity
|
|
719
|
-
}
|
|
720
|
-
}
|
|
721
|
-
}
|
|
722
|
-
... on TreeAttribute {
|
|
723
|
-
linked_tree {
|
|
724
|
-
id
|
|
725
|
-
label
|
|
726
|
-
}
|
|
727
|
-
treeValuesList: values_list {
|
|
728
|
-
enable
|
|
729
|
-
allowFreeEntry
|
|
730
|
-
allowListUpdate
|
|
731
|
-
values {
|
|
732
|
-
id
|
|
733
|
-
record {
|
|
734
|
-
...RecordIdentity
|
|
685
|
+
description
|
|
686
|
+
type
|
|
687
|
+
format
|
|
688
|
+
system
|
|
689
|
+
readonly
|
|
690
|
+
required
|
|
691
|
+
multiple_values
|
|
692
|
+
compute
|
|
693
|
+
permissions(record: {id: $recordId, library: $libraryId}) {
|
|
694
|
+
access_attribute
|
|
695
|
+
edit_value
|
|
735
696
|
}
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
697
|
+
versions_conf {
|
|
698
|
+
versionable
|
|
699
|
+
profile {
|
|
700
|
+
id
|
|
701
|
+
trees {
|
|
702
|
+
id
|
|
703
|
+
label
|
|
704
|
+
}
|
|
705
|
+
}
|
|
706
|
+
}
|
|
707
|
+
metadata_fields {
|
|
708
|
+
id
|
|
709
|
+
label
|
|
710
|
+
description
|
|
711
|
+
type
|
|
712
|
+
format
|
|
713
|
+
system
|
|
714
|
+
readonly
|
|
715
|
+
multiple_values
|
|
716
|
+
permissions(record: {id: $recordId, library: $libraryId}) {
|
|
717
|
+
access_attribute
|
|
718
|
+
edit_value
|
|
719
|
+
}
|
|
720
|
+
values_list {
|
|
721
|
+
...StandardValuesListFragment
|
|
722
|
+
}
|
|
723
|
+
metadata_fields {
|
|
724
|
+
id
|
|
725
|
+
}
|
|
726
|
+
}
|
|
727
|
+
... on StandardAttribute {
|
|
728
|
+
values_list {
|
|
729
|
+
...StandardValuesListFragment
|
|
730
|
+
}
|
|
731
|
+
character_limit
|
|
732
|
+
}
|
|
733
|
+
... on LinkAttribute {
|
|
734
|
+
linked_library {
|
|
735
|
+
id
|
|
736
|
+
label
|
|
737
|
+
behavior
|
|
738
|
+
permissions {
|
|
739
|
+
create_record
|
|
740
|
+
}
|
|
741
|
+
}
|
|
742
|
+
linkValuesList: values_list {
|
|
743
|
+
enable
|
|
744
|
+
allowFreeEntry
|
|
745
|
+
allowListUpdate
|
|
746
|
+
values {
|
|
747
|
+
...RecordIdentity
|
|
748
|
+
}
|
|
749
|
+
}
|
|
750
|
+
}
|
|
751
|
+
... on TreeAttribute {
|
|
752
|
+
linked_tree {
|
|
753
|
+
id
|
|
754
|
+
label
|
|
755
|
+
}
|
|
756
|
+
treeValuesList: values_list {
|
|
757
|
+
enable
|
|
758
|
+
allowFreeEntry
|
|
759
|
+
allowListUpdate
|
|
760
|
+
values {
|
|
761
|
+
id
|
|
762
|
+
record {
|
|
763
|
+
...RecordIdentity
|
|
764
|
+
}
|
|
765
|
+
ancestors {
|
|
766
|
+
record {
|
|
767
|
+
...RecordIdentity
|
|
768
|
+
}
|
|
769
|
+
}
|
|
770
|
+
}
|
|
771
|
+
}
|
|
740
772
|
}
|
|
741
|
-
}
|
|
742
773
|
}
|
|
743
|
-
}
|
|
744
|
-
}
|
|
745
774
|
${StandardValuesListFragmentFragmentDoc}
|
|
746
775
|
${RecordIdentityFragmentDoc}`;
|
|
747
|
-
export const
|
|
748
|
-
fragment
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
valueError
|
|
754
|
-
values {
|
|
755
|
-
...ValueDetails
|
|
756
|
-
}
|
|
757
|
-
attribute {
|
|
758
|
-
...RecordFormAttribute
|
|
759
|
-
}
|
|
760
|
-
settings {
|
|
761
|
-
key
|
|
762
|
-
value
|
|
763
|
-
}
|
|
764
|
-
}
|
|
765
|
-
${ValueDetailsFragmentDoc}
|
|
776
|
+
export const JoinLibraryContextFragmentDoc = gql `
|
|
777
|
+
fragment JoinLibraryContext on FormElementJoinLibraryContext {
|
|
778
|
+
mandatoryAttribute {
|
|
779
|
+
...RecordFormAttribute
|
|
780
|
+
}
|
|
781
|
+
}
|
|
766
782
|
${RecordFormAttributeFragmentDoc}`;
|
|
783
|
+
export const RecordFormElementFragmentDoc = gql `
|
|
784
|
+
fragment RecordFormElement on FormElement {
|
|
785
|
+
id
|
|
786
|
+
containerId
|
|
787
|
+
uiElementType
|
|
788
|
+
type
|
|
789
|
+
attribute {
|
|
790
|
+
...RecordFormAttribute
|
|
791
|
+
}
|
|
792
|
+
settings {
|
|
793
|
+
key
|
|
794
|
+
value
|
|
795
|
+
}
|
|
796
|
+
joinLibraryContext {
|
|
797
|
+
...JoinLibraryContext
|
|
798
|
+
}
|
|
799
|
+
}
|
|
800
|
+
${RecordFormAttributeFragmentDoc}
|
|
801
|
+
${JoinLibraryContextFragmentDoc}`;
|
|
767
802
|
export const TreeLightFragmentDoc = gql `
|
|
768
803
|
fragment TreeLight on Tree {
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
}
|
|
772
|
-
|
|
804
|
+
id
|
|
805
|
+
label
|
|
806
|
+
}
|
|
807
|
+
`;
|
|
773
808
|
export const TreeDetailsFragmentDoc = gql `
|
|
774
809
|
fragment TreeDetails on Tree {
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
}
|
|
791
|
-
|
|
810
|
+
id
|
|
811
|
+
label
|
|
812
|
+
behavior
|
|
813
|
+
system
|
|
814
|
+
libraries {
|
|
815
|
+
library {
|
|
816
|
+
id
|
|
817
|
+
label
|
|
818
|
+
}
|
|
819
|
+
settings {
|
|
820
|
+
allowMultiplePositions
|
|
821
|
+
allowedAtRoot
|
|
822
|
+
allowedChildren
|
|
823
|
+
}
|
|
824
|
+
}
|
|
825
|
+
}
|
|
826
|
+
`;
|
|
792
827
|
export const TreeNodeChildFragmentDoc = gql `
|
|
793
828
|
fragment TreeNodeChild on TreeNodeLight {
|
|
794
|
-
id
|
|
795
|
-
order
|
|
796
|
-
childrenCount
|
|
797
|
-
record {
|
|
798
|
-
...RecordIdentity
|
|
799
|
-
active: property(attribute: "active") {
|
|
800
|
-
... on Value {
|
|
801
|
-
value
|
|
802
|
-
}
|
|
803
|
-
}
|
|
804
|
-
}
|
|
805
|
-
ancestors {
|
|
806
|
-
id
|
|
807
|
-
record {
|
|
808
|
-
id
|
|
809
|
-
library {
|
|
810
829
|
id
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
830
|
+
order
|
|
831
|
+
childrenCount
|
|
832
|
+
record {
|
|
833
|
+
...RecordIdentity
|
|
834
|
+
active: property(attribute: "active") {
|
|
835
|
+
... on Value {
|
|
836
|
+
value
|
|
837
|
+
}
|
|
838
|
+
}
|
|
839
|
+
}
|
|
840
|
+
ancestors {
|
|
841
|
+
id
|
|
842
|
+
record {
|
|
843
|
+
id
|
|
844
|
+
library {
|
|
845
|
+
id
|
|
846
|
+
label
|
|
847
|
+
}
|
|
848
|
+
...RecordIdentity
|
|
849
|
+
}
|
|
850
|
+
}
|
|
851
|
+
permissions {
|
|
852
|
+
access_tree
|
|
853
|
+
detach
|
|
854
|
+
edit_children
|
|
855
|
+
}
|
|
814
856
|
}
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
857
|
+
${RecordIdentityFragmentDoc}`;
|
|
858
|
+
export const ViewDetailsFilterFragmentDoc = gql `
|
|
859
|
+
fragment ViewDetailsFilter on RecordFilter {
|
|
860
|
+
field
|
|
861
|
+
value
|
|
862
|
+
tree {
|
|
863
|
+
id
|
|
864
|
+
label
|
|
865
|
+
}
|
|
866
|
+
condition
|
|
867
|
+
operator
|
|
868
|
+
}
|
|
869
|
+
`;
|
|
823
870
|
export const ViewDetailsFragmentDoc = gql `
|
|
824
871
|
fragment ViewDetails on View {
|
|
825
|
-
id
|
|
826
|
-
display {
|
|
827
|
-
size
|
|
828
|
-
type
|
|
829
|
-
}
|
|
830
|
-
shared
|
|
831
|
-
created_by {
|
|
832
|
-
id
|
|
833
|
-
whoAmI {
|
|
834
|
-
id
|
|
835
|
-
label
|
|
836
|
-
library {
|
|
837
872
|
id
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
}
|
|
872
|
-
|
|
873
|
+
display {
|
|
874
|
+
size
|
|
875
|
+
type
|
|
876
|
+
}
|
|
877
|
+
shared
|
|
878
|
+
created_by {
|
|
879
|
+
id
|
|
880
|
+
whoAmI {
|
|
881
|
+
id
|
|
882
|
+
label
|
|
883
|
+
library {
|
|
884
|
+
id
|
|
885
|
+
}
|
|
886
|
+
}
|
|
887
|
+
}
|
|
888
|
+
label
|
|
889
|
+
description
|
|
890
|
+
color
|
|
891
|
+
filters {
|
|
892
|
+
...ViewDetailsFilter
|
|
893
|
+
}
|
|
894
|
+
sort {
|
|
895
|
+
field
|
|
896
|
+
order
|
|
897
|
+
}
|
|
898
|
+
valuesVersions {
|
|
899
|
+
treeId
|
|
900
|
+
treeNode {
|
|
901
|
+
id
|
|
902
|
+
record {
|
|
903
|
+
...RecordIdentity
|
|
904
|
+
}
|
|
905
|
+
}
|
|
906
|
+
}
|
|
907
|
+
attributes {
|
|
908
|
+
id
|
|
909
|
+
}
|
|
910
|
+
}
|
|
911
|
+
${ViewDetailsFilterFragmentDoc}
|
|
912
|
+
${RecordIdentityFragmentDoc}`;
|
|
913
|
+
export const AttributesByLibLinkAttributeWithPermissionsFragmentDoc = gql `
|
|
914
|
+
fragment AttributesByLibLinkAttributeWithPermissions on LinkAttribute {
|
|
915
|
+
linked_library {
|
|
916
|
+
id
|
|
917
|
+
}
|
|
918
|
+
}
|
|
919
|
+
`;
|
|
920
|
+
export const AttributesByLibAttributeWithPermissionsFragmentDoc = gql `
|
|
921
|
+
fragment AttributesByLibAttributeWithPermissions on Attribute {
|
|
922
|
+
id
|
|
923
|
+
type
|
|
924
|
+
format
|
|
925
|
+
label
|
|
926
|
+
multiple_values
|
|
927
|
+
system
|
|
928
|
+
readonly
|
|
929
|
+
permissions {
|
|
930
|
+
access_attribute
|
|
931
|
+
}
|
|
932
|
+
...AttributesByLibLinkAttributeWithPermissions
|
|
933
|
+
... on TreeAttribute {
|
|
934
|
+
linked_tree {
|
|
935
|
+
id
|
|
936
|
+
label
|
|
937
|
+
libraries {
|
|
938
|
+
library {
|
|
939
|
+
id
|
|
940
|
+
label
|
|
941
|
+
}
|
|
942
|
+
}
|
|
943
|
+
}
|
|
944
|
+
}
|
|
945
|
+
... on StandardAttribute {
|
|
946
|
+
embedded_fields {
|
|
947
|
+
id
|
|
948
|
+
format
|
|
949
|
+
label
|
|
950
|
+
}
|
|
951
|
+
}
|
|
952
|
+
}
|
|
953
|
+
${AttributesByLibLinkAttributeWithPermissionsFragmentDoc}`;
|
|
954
|
+
export const LinkAttributeDetailsFragmentDoc = gql `
|
|
955
|
+
fragment LinkAttributeDetails on LinkAttribute {
|
|
956
|
+
label
|
|
957
|
+
linked_library {
|
|
958
|
+
id
|
|
959
|
+
label
|
|
960
|
+
}
|
|
961
|
+
}
|
|
962
|
+
`;
|
|
963
|
+
export const AttributePropertiesFragmentDoc = gql `
|
|
964
|
+
fragment AttributeProperties on Attribute {
|
|
965
|
+
id
|
|
966
|
+
label
|
|
967
|
+
type
|
|
968
|
+
format
|
|
969
|
+
multiple_values
|
|
970
|
+
multi_link_display_option
|
|
971
|
+
}
|
|
972
|
+
`;
|
|
873
973
|
export const PropertyValueFragmentDoc = gql `
|
|
874
974
|
fragment PropertyValue on GenericValue {
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
975
|
+
... on Value {
|
|
976
|
+
valuePayload: payload
|
|
977
|
+
valueRawPayload: raw_payload
|
|
978
|
+
}
|
|
979
|
+
... on LinkValue {
|
|
980
|
+
linkPayload: payload {
|
|
981
|
+
...RecordIdentity
|
|
982
|
+
}
|
|
983
|
+
}
|
|
984
|
+
... on TreeValue {
|
|
985
|
+
treePayload: payload {
|
|
986
|
+
record {
|
|
987
|
+
...RecordIdentity
|
|
988
|
+
}
|
|
989
|
+
}
|
|
990
|
+
}
|
|
991
|
+
}
|
|
992
|
+
${RecordIdentityFragmentDoc}`;
|
|
993
|
+
export const LinkPropertyFragmentDoc = gql `
|
|
994
|
+
fragment LinkProperty on GenericValue {
|
|
995
|
+
id_value
|
|
996
|
+
... on LinkValue {
|
|
997
|
+
payload {
|
|
998
|
+
...RecordIdentity
|
|
999
|
+
properties(attributeIds: $attributeIds) {
|
|
1000
|
+
attributeId
|
|
1001
|
+
attributeProperties {
|
|
1002
|
+
...AttributeProperties
|
|
1003
|
+
}
|
|
1004
|
+
values {
|
|
1005
|
+
...PropertyValue
|
|
1006
|
+
}
|
|
1007
|
+
}
|
|
1008
|
+
}
|
|
1009
|
+
}
|
|
1010
|
+
}
|
|
1011
|
+
${RecordIdentityFragmentDoc}
|
|
1012
|
+
${AttributePropertiesFragmentDoc}
|
|
1013
|
+
${PropertyValueFragmentDoc}`;
|
|
1014
|
+
export const LibraryAttributeLinkFragmentDoc = gql `
|
|
1015
|
+
fragment LibraryAttributeLink on LinkAttribute {
|
|
1016
|
+
linked_library {
|
|
1017
|
+
id
|
|
1018
|
+
label
|
|
1019
|
+
attributes {
|
|
1020
|
+
id
|
|
1021
|
+
type
|
|
1022
|
+
format
|
|
1023
|
+
label
|
|
1024
|
+
}
|
|
1025
|
+
}
|
|
1026
|
+
}
|
|
1027
|
+
`;
|
|
1028
|
+
export const LibraryAttributeFragmentDoc = gql `
|
|
1029
|
+
fragment LibraryAttribute on Attribute {
|
|
1030
|
+
id
|
|
1031
|
+
type
|
|
1032
|
+
label
|
|
1033
|
+
permissions {
|
|
1034
|
+
access_attribute
|
|
1035
|
+
}
|
|
1036
|
+
... on StandardAttribute {
|
|
1037
|
+
format
|
|
1038
|
+
}
|
|
1039
|
+
...LibraryAttributeLink
|
|
1040
|
+
}
|
|
1041
|
+
${LibraryAttributeLinkFragmentDoc}`;
|
|
896
1042
|
export const CheckApplicationExistenceDocument = gql `
|
|
897
1043
|
query CHECK_APPLICATION_EXISTENCE($id: ID, $endpoint: String) {
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
}
|
|
902
|
-
|
|
1044
|
+
applications(filters: {id: $id, endpoint: $endpoint}) {
|
|
1045
|
+
totalCount
|
|
1046
|
+
}
|
|
1047
|
+
}
|
|
1048
|
+
`;
|
|
903
1049
|
/**
|
|
904
1050
|
* __useCheckApplicationExistenceQuery__
|
|
905
1051
|
*
|
|
@@ -925,15 +1071,19 @@ export function useCheckApplicationExistenceLazyQuery(baseOptions) {
|
|
|
925
1071
|
const options = { ...defaultOptions, ...baseOptions };
|
|
926
1072
|
return Apollo.useLazyQuery(CheckApplicationExistenceDocument, options);
|
|
927
1073
|
}
|
|
1074
|
+
export function useCheckApplicationExistenceSuspenseQuery(baseOptions) {
|
|
1075
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1076
|
+
return Apollo.useSuspenseQuery(CheckApplicationExistenceDocument, options);
|
|
1077
|
+
}
|
|
928
1078
|
export const GetApplicationByIdDocument = gql `
|
|
929
1079
|
query GET_APPLICATION_BY_ID($id: ID!) {
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
1080
|
+
applications(filters: {id: $id}) {
|
|
1081
|
+
list {
|
|
1082
|
+
...DetailsApplication
|
|
1083
|
+
}
|
|
1084
|
+
}
|
|
933
1085
|
}
|
|
934
|
-
|
|
935
|
-
}
|
|
936
|
-
${DetailsApplicationFragmentDoc}`;
|
|
1086
|
+
${DetailsApplicationFragmentDoc}`;
|
|
937
1087
|
/**
|
|
938
1088
|
* __useGetApplicationByIdQuery__
|
|
939
1089
|
*
|
|
@@ -958,15 +1108,19 @@ export function useGetApplicationByIdLazyQuery(baseOptions) {
|
|
|
958
1108
|
const options = { ...defaultOptions, ...baseOptions };
|
|
959
1109
|
return Apollo.useLazyQuery(GetApplicationByIdDocument, options);
|
|
960
1110
|
}
|
|
1111
|
+
export function useGetApplicationByIdSuspenseQuery(baseOptions) {
|
|
1112
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1113
|
+
return Apollo.useSuspenseQuery(GetApplicationByIdDocument, options);
|
|
1114
|
+
}
|
|
961
1115
|
export const GetApplicationModulesDocument = gql `
|
|
962
1116
|
query GET_APPLICATION_MODULES {
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
}
|
|
969
|
-
|
|
1117
|
+
applicationsModules {
|
|
1118
|
+
id
|
|
1119
|
+
description
|
|
1120
|
+
version
|
|
1121
|
+
}
|
|
1122
|
+
}
|
|
1123
|
+
`;
|
|
970
1124
|
/**
|
|
971
1125
|
* __useGetApplicationModulesQuery__
|
|
972
1126
|
*
|
|
@@ -990,13 +1144,17 @@ export function useGetApplicationModulesLazyQuery(baseOptions) {
|
|
|
990
1144
|
const options = { ...defaultOptions, ...baseOptions };
|
|
991
1145
|
return Apollo.useLazyQuery(GetApplicationModulesDocument, options);
|
|
992
1146
|
}
|
|
1147
|
+
export function useGetApplicationModulesSuspenseQuery(baseOptions) {
|
|
1148
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1149
|
+
return Apollo.useSuspenseQuery(GetApplicationModulesDocument, options);
|
|
1150
|
+
}
|
|
993
1151
|
export const SaveApplicationDocument = gql `
|
|
994
1152
|
mutation SAVE_APPLICATION($application: ApplicationInput!) {
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
}
|
|
999
|
-
|
|
1153
|
+
saveApplication(application: $application) {
|
|
1154
|
+
...DetailsApplication
|
|
1155
|
+
}
|
|
1156
|
+
}
|
|
1157
|
+
${DetailsApplicationFragmentDoc}`;
|
|
1000
1158
|
/**
|
|
1001
1159
|
* __useSaveApplicationMutation__
|
|
1002
1160
|
*
|
|
@@ -1020,11 +1178,11 @@ export function useSaveApplicationMutation(baseOptions) {
|
|
|
1020
1178
|
}
|
|
1021
1179
|
export const CheckAttributeExistenceDocument = gql `
|
|
1022
1180
|
query CHECK_ATTRIBUTE_EXISTENCE($id: ID!) {
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
}
|
|
1027
|
-
|
|
1181
|
+
attributes(filters: {id: $id}) {
|
|
1182
|
+
totalCount
|
|
1183
|
+
}
|
|
1184
|
+
}
|
|
1185
|
+
`;
|
|
1028
1186
|
/**
|
|
1029
1187
|
* __useCheckAttributeExistenceQuery__
|
|
1030
1188
|
*
|
|
@@ -1049,13 +1207,17 @@ export function useCheckAttributeExistenceLazyQuery(baseOptions) {
|
|
|
1049
1207
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1050
1208
|
return Apollo.useLazyQuery(CheckAttributeExistenceDocument, options);
|
|
1051
1209
|
}
|
|
1210
|
+
export function useCheckAttributeExistenceSuspenseQuery(baseOptions) {
|
|
1211
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1212
|
+
return Apollo.useSuspenseQuery(CheckAttributeExistenceDocument, options);
|
|
1213
|
+
}
|
|
1052
1214
|
export const DeleteAttributeDocument = gql `
|
|
1053
1215
|
mutation DELETE_ATTRIBUTE($id: ID) {
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
}
|
|
1058
|
-
|
|
1216
|
+
deleteAttribute(id: $id) {
|
|
1217
|
+
id
|
|
1218
|
+
}
|
|
1219
|
+
}
|
|
1220
|
+
`;
|
|
1059
1221
|
/**
|
|
1060
1222
|
* __useDeleteAttributeMutation__
|
|
1061
1223
|
*
|
|
@@ -1079,13 +1241,13 @@ export function useDeleteAttributeMutation(baseOptions) {
|
|
|
1079
1241
|
}
|
|
1080
1242
|
export const GetAttributeByIdDocument = gql `
|
|
1081
1243
|
query GET_ATTRIBUTE_BY_ID($id: ID) {
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1244
|
+
attributes(filters: {id: $id}) {
|
|
1245
|
+
list {
|
|
1246
|
+
...AttributeDetails
|
|
1247
|
+
}
|
|
1248
|
+
}
|
|
1085
1249
|
}
|
|
1086
|
-
|
|
1087
|
-
}
|
|
1088
|
-
${AttributeDetailsFragmentDoc}`;
|
|
1250
|
+
${AttributeDetailsFragmentDoc}`;
|
|
1089
1251
|
/**
|
|
1090
1252
|
* __useGetAttributeByIdQuery__
|
|
1091
1253
|
*
|
|
@@ -1110,15 +1272,19 @@ export function useGetAttributeByIdLazyQuery(baseOptions) {
|
|
|
1110
1272
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1111
1273
|
return Apollo.useLazyQuery(GetAttributeByIdDocument, options);
|
|
1112
1274
|
}
|
|
1275
|
+
export function useGetAttributeByIdSuspenseQuery(baseOptions) {
|
|
1276
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1277
|
+
return Apollo.useSuspenseQuery(GetAttributeByIdDocument, options);
|
|
1278
|
+
}
|
|
1113
1279
|
export const GetAttributesByLibDocument = gql `
|
|
1114
1280
|
query GET_ATTRIBUTES_BY_LIB($library: String!) {
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1281
|
+
attributes(filters: {libraries: [$library]}) {
|
|
1282
|
+
list {
|
|
1283
|
+
...AttributesByLibAttribute
|
|
1284
|
+
}
|
|
1285
|
+
}
|
|
1118
1286
|
}
|
|
1119
|
-
|
|
1120
|
-
}
|
|
1121
|
-
${AttributesByLibAttributeFragmentDoc}`;
|
|
1287
|
+
${AttributesByLibAttributeFragmentDoc}`;
|
|
1122
1288
|
/**
|
|
1123
1289
|
* __useGetAttributesByLibQuery__
|
|
1124
1290
|
*
|
|
@@ -1143,20 +1309,24 @@ export function useGetAttributesByLibLazyQuery(baseOptions) {
|
|
|
1143
1309
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1144
1310
|
return Apollo.useLazyQuery(GetAttributesByLibDocument, options);
|
|
1145
1311
|
}
|
|
1312
|
+
export function useGetAttributesByLibSuspenseQuery(baseOptions) {
|
|
1313
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1314
|
+
return Apollo.useSuspenseQuery(GetAttributesByLibDocument, options);
|
|
1315
|
+
}
|
|
1146
1316
|
export const GetAttributesDocument = gql `
|
|
1147
1317
|
query GET_ATTRIBUTES($pagination: Pagination, $sort: SortAttributes, $filters: AttributesFiltersInput) {
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1318
|
+
attributes(pagination: $pagination, sort: $sort, filters: $filters) {
|
|
1319
|
+
totalCount
|
|
1320
|
+
list {
|
|
1321
|
+
id
|
|
1322
|
+
label
|
|
1323
|
+
type
|
|
1324
|
+
format
|
|
1325
|
+
system
|
|
1326
|
+
}
|
|
1327
|
+
}
|
|
1156
1328
|
}
|
|
1157
|
-
|
|
1158
|
-
}
|
|
1159
|
-
`;
|
|
1329
|
+
`;
|
|
1160
1330
|
/**
|
|
1161
1331
|
* __useGetAttributesQuery__
|
|
1162
1332
|
*
|
|
@@ -1183,16 +1353,20 @@ export function useGetAttributesLazyQuery(baseOptions) {
|
|
|
1183
1353
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1184
1354
|
return Apollo.useLazyQuery(GetAttributesDocument, options);
|
|
1185
1355
|
}
|
|
1356
|
+
export function useGetAttributesSuspenseQuery(baseOptions) {
|
|
1357
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1358
|
+
return Apollo.useSuspenseQuery(GetAttributesDocument, options);
|
|
1359
|
+
}
|
|
1186
1360
|
export const GetVersionProfilesDocument = gql `
|
|
1187
1361
|
query GET_VERSION_PROFILES($filters: VersionProfilesFiltersInput, $sort: SortVersionProfilesInput) {
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1362
|
+
versionProfiles(filters: $filters, sort: $sort) {
|
|
1363
|
+
list {
|
|
1364
|
+
id
|
|
1365
|
+
label
|
|
1366
|
+
}
|
|
1367
|
+
}
|
|
1192
1368
|
}
|
|
1193
|
-
|
|
1194
|
-
}
|
|
1195
|
-
`;
|
|
1369
|
+
`;
|
|
1196
1370
|
/**
|
|
1197
1371
|
* __useGetVersionProfilesQuery__
|
|
1198
1372
|
*
|
|
@@ -1218,25 +1392,29 @@ export function useGetVersionProfilesLazyQuery(baseOptions) {
|
|
|
1218
1392
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1219
1393
|
return Apollo.useLazyQuery(GetVersionProfilesDocument, options);
|
|
1220
1394
|
}
|
|
1395
|
+
export function useGetVersionProfilesSuspenseQuery(baseOptions) {
|
|
1396
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1397
|
+
return Apollo.useSuspenseQuery(GetVersionProfilesDocument, options);
|
|
1398
|
+
}
|
|
1221
1399
|
export const GetVersionableAttributesByLibraryDocument = gql `
|
|
1222
1400
|
query GET_VERSIONABLE_ATTRIBUTES_BY_LIBRARY($libraryId: String!) {
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1401
|
+
attributes(filters: {libraries: [$libraryId], versionable: true}) {
|
|
1402
|
+
list {
|
|
1403
|
+
id
|
|
1404
|
+
versions_conf {
|
|
1405
|
+
versionable
|
|
1406
|
+
profile {
|
|
1407
|
+
id
|
|
1408
|
+
trees {
|
|
1409
|
+
id
|
|
1410
|
+
label
|
|
1411
|
+
}
|
|
1412
|
+
}
|
|
1413
|
+
}
|
|
1414
|
+
}
|
|
1234
1415
|
}
|
|
1235
|
-
}
|
|
1236
1416
|
}
|
|
1237
|
-
|
|
1238
|
-
}
|
|
1239
|
-
`;
|
|
1417
|
+
`;
|
|
1240
1418
|
/**
|
|
1241
1419
|
* __useGetVersionableAttributesByLibraryQuery__
|
|
1242
1420
|
*
|
|
@@ -1261,13 +1439,17 @@ export function useGetVersionableAttributesByLibraryLazyQuery(baseOptions) {
|
|
|
1261
1439
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1262
1440
|
return Apollo.useLazyQuery(GetVersionableAttributesByLibraryDocument, options);
|
|
1263
1441
|
}
|
|
1442
|
+
export function useGetVersionableAttributesByLibrarySuspenseQuery(baseOptions) {
|
|
1443
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1444
|
+
return Apollo.useSuspenseQuery(GetVersionableAttributesByLibraryDocument, options);
|
|
1445
|
+
}
|
|
1264
1446
|
export const SaveAttributeDocument = gql `
|
|
1265
1447
|
mutation SAVE_ATTRIBUTE($attribute: AttributeInput!) {
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
}
|
|
1270
|
-
|
|
1448
|
+
saveAttribute(attribute: $attribute) {
|
|
1449
|
+
...AttributeDetails
|
|
1450
|
+
}
|
|
1451
|
+
}
|
|
1452
|
+
${AttributeDetailsFragmentDoc}`;
|
|
1271
1453
|
/**
|
|
1272
1454
|
* __useSaveAttributeMutation__
|
|
1273
1455
|
*
|
|
@@ -1291,9 +1473,9 @@ export function useSaveAttributeMutation(baseOptions) {
|
|
|
1291
1473
|
}
|
|
1292
1474
|
export const ExportDocument = gql `
|
|
1293
1475
|
query EXPORT($library: ID!, $attributes: [ID!], $filters: [RecordFilterInput!]) {
|
|
1294
|
-
|
|
1295
|
-
}
|
|
1296
|
-
|
|
1476
|
+
export(library: $library, attributes: $attributes, filters: $filters)
|
|
1477
|
+
}
|
|
1478
|
+
`;
|
|
1297
1479
|
/**
|
|
1298
1480
|
* __useExportQuery__
|
|
1299
1481
|
*
|
|
@@ -1320,13 +1502,17 @@ export function useExportLazyQuery(baseOptions) {
|
|
|
1320
1502
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1321
1503
|
return Apollo.useLazyQuery(ExportDocument, options);
|
|
1322
1504
|
}
|
|
1505
|
+
export function useExportSuspenseQuery(baseOptions) {
|
|
1506
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1507
|
+
return Apollo.useSuspenseQuery(ExportDocument, options);
|
|
1508
|
+
}
|
|
1323
1509
|
export const CreateDirectoryDocument = gql `
|
|
1324
1510
|
mutation CREATE_DIRECTORY($library: String!, $nodeId: String!, $name: String!) {
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
}
|
|
1329
|
-
|
|
1511
|
+
createDirectory(library: $library, nodeId: $nodeId, name: $name) {
|
|
1512
|
+
...RecordIdentity
|
|
1513
|
+
}
|
|
1514
|
+
}
|
|
1515
|
+
${RecordIdentityFragmentDoc}`;
|
|
1330
1516
|
/**
|
|
1331
1517
|
* __useCreateDirectoryMutation__
|
|
1332
1518
|
*
|
|
@@ -1352,15 +1538,15 @@ export function useCreateDirectoryMutation(baseOptions) {
|
|
|
1352
1538
|
}
|
|
1353
1539
|
export const ForcePreviewsGenerationDocument = gql `
|
|
1354
1540
|
mutation FORCE_PREVIEWS_GENERATION($libraryId: ID!, $filters: [RecordFilterInput!], $recordIds: [ID!], $failedOnly: Boolean, $previewVersionSizeNames: [String!]) {
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
}
|
|
1363
|
-
|
|
1541
|
+
forcePreviewsGeneration(
|
|
1542
|
+
libraryId: $libraryId
|
|
1543
|
+
filters: $filters
|
|
1544
|
+
recordIds: $recordIds
|
|
1545
|
+
failedOnly: $failedOnly
|
|
1546
|
+
previewVersionSizeNames: $previewVersionSizeNames
|
|
1547
|
+
)
|
|
1548
|
+
}
|
|
1549
|
+
`;
|
|
1364
1550
|
/**
|
|
1365
1551
|
* __useForcePreviewsGenerationMutation__
|
|
1366
1552
|
*
|
|
@@ -1388,53 +1574,53 @@ export function useForcePreviewsGenerationMutation(baseOptions) {
|
|
|
1388
1574
|
}
|
|
1389
1575
|
export const GetDirectoryDataDocument = gql `
|
|
1390
1576
|
query GET_DIRECTORY_DATA($library: ID!, $directoryId: String!) {
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1577
|
+
records(
|
|
1578
|
+
library: $library
|
|
1579
|
+
filters: [{field: "id", value: $directoryId, condition: EQUAL}]
|
|
1580
|
+
) {
|
|
1581
|
+
list {
|
|
1582
|
+
...RecordIdentity
|
|
1583
|
+
created_at: property(attribute: "created_at") {
|
|
1584
|
+
... on Value {
|
|
1585
|
+
value
|
|
1586
|
+
}
|
|
1587
|
+
}
|
|
1588
|
+
created_by: property(attribute: "created_by") {
|
|
1589
|
+
... on LinkValue {
|
|
1590
|
+
value {
|
|
1591
|
+
...RecordIdentity
|
|
1592
|
+
}
|
|
1593
|
+
}
|
|
1594
|
+
}
|
|
1595
|
+
modified_at: property(attribute: "modified_at") {
|
|
1596
|
+
... on Value {
|
|
1597
|
+
value
|
|
1598
|
+
}
|
|
1599
|
+
}
|
|
1600
|
+
modified_by: property(attribute: "modified_by") {
|
|
1601
|
+
... on LinkValue {
|
|
1602
|
+
value {
|
|
1603
|
+
...RecordIdentity
|
|
1604
|
+
}
|
|
1605
|
+
}
|
|
1606
|
+
}
|
|
1607
|
+
file_name: property(attribute: "file_name") {
|
|
1608
|
+
... on Value {
|
|
1609
|
+
value
|
|
1610
|
+
}
|
|
1611
|
+
}
|
|
1612
|
+
file_path: property(attribute: "file_path") {
|
|
1613
|
+
... on Value {
|
|
1614
|
+
value
|
|
1615
|
+
}
|
|
1616
|
+
}
|
|
1617
|
+
library {
|
|
1618
|
+
behavior
|
|
1619
|
+
}
|
|
1620
|
+
}
|
|
1400
1621
|
}
|
|
1401
|
-
}
|
|
1402
|
-
created_by: property(attribute: "created_by") {
|
|
1403
|
-
... on LinkValue {
|
|
1404
|
-
value {
|
|
1405
|
-
...RecordIdentity
|
|
1406
|
-
}
|
|
1407
|
-
}
|
|
1408
|
-
}
|
|
1409
|
-
modified_at: property(attribute: "modified_at") {
|
|
1410
|
-
... on Value {
|
|
1411
|
-
value
|
|
1412
|
-
}
|
|
1413
|
-
}
|
|
1414
|
-
modified_by: property(attribute: "modified_by") {
|
|
1415
|
-
... on LinkValue {
|
|
1416
|
-
value {
|
|
1417
|
-
...RecordIdentity
|
|
1418
|
-
}
|
|
1419
|
-
}
|
|
1420
|
-
}
|
|
1421
|
-
file_name: property(attribute: "file_name") {
|
|
1422
|
-
... on Value {
|
|
1423
|
-
value
|
|
1424
|
-
}
|
|
1425
|
-
}
|
|
1426
|
-
file_path: property(attribute: "file_path") {
|
|
1427
|
-
... on Value {
|
|
1428
|
-
value
|
|
1429
|
-
}
|
|
1430
|
-
}
|
|
1431
|
-
library {
|
|
1432
|
-
behavior
|
|
1433
|
-
}
|
|
1434
1622
|
}
|
|
1435
|
-
|
|
1436
|
-
}
|
|
1437
|
-
${RecordIdentityFragmentDoc}`;
|
|
1623
|
+
${RecordIdentityFragmentDoc}`;
|
|
1438
1624
|
/**
|
|
1439
1625
|
* __useGetDirectoryDataQuery__
|
|
1440
1626
|
*
|
|
@@ -1460,24 +1646,28 @@ export function useGetDirectoryDataLazyQuery(baseOptions) {
|
|
|
1460
1646
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1461
1647
|
return Apollo.useLazyQuery(GetDirectoryDataDocument, options);
|
|
1462
1648
|
}
|
|
1649
|
+
export function useGetDirectoryDataSuspenseQuery(baseOptions) {
|
|
1650
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1651
|
+
return Apollo.useSuspenseQuery(GetDirectoryDataDocument, options);
|
|
1652
|
+
}
|
|
1463
1653
|
export const UploadUpdateDocument = gql `
|
|
1464
1654
|
subscription UPLOAD_UPDATE($filters: UploadFiltersInput) {
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
}
|
|
1480
|
-
|
|
1655
|
+
upload(filters: $filters) {
|
|
1656
|
+
userId
|
|
1657
|
+
progress {
|
|
1658
|
+
length
|
|
1659
|
+
transferred
|
|
1660
|
+
speed
|
|
1661
|
+
runtime
|
|
1662
|
+
remaining
|
|
1663
|
+
percentage
|
|
1664
|
+
eta
|
|
1665
|
+
delta
|
|
1666
|
+
}
|
|
1667
|
+
uid
|
|
1668
|
+
}
|
|
1669
|
+
}
|
|
1670
|
+
`;
|
|
1481
1671
|
/**
|
|
1482
1672
|
* __useUploadUpdateSubscription__
|
|
1483
1673
|
*
|
|
@@ -1500,14 +1690,14 @@ export function useUploadUpdateSubscription(baseOptions) {
|
|
|
1500
1690
|
}
|
|
1501
1691
|
export const UploadDocument = gql `
|
|
1502
1692
|
mutation UPLOAD($library: String!, $nodeId: String!, $files: [FileInput!]!) {
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1693
|
+
upload(library: $library, nodeId: $nodeId, files: $files) {
|
|
1694
|
+
uid
|
|
1695
|
+
record {
|
|
1696
|
+
...RecordIdentity
|
|
1697
|
+
}
|
|
1698
|
+
}
|
|
1507
1699
|
}
|
|
1508
|
-
|
|
1509
|
-
}
|
|
1510
|
-
${RecordIdentityFragmentDoc}`;
|
|
1700
|
+
${RecordIdentityFragmentDoc}`;
|
|
1511
1701
|
/**
|
|
1512
1702
|
* __useUploadMutation__
|
|
1513
1703
|
*
|
|
@@ -1531,11 +1721,56 @@ export function useUploadMutation(baseOptions) {
|
|
|
1531
1721
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1532
1722
|
return Apollo.useMutation(UploadDocument, options);
|
|
1533
1723
|
}
|
|
1724
|
+
export const GetRecordFormElementsValuesDocument = gql `
|
|
1725
|
+
query GET_RECORD_FORM_ELEMENTS_VALUES($recordId: String, $libraryId: String!, $formId: String!, $version: [ValueVersionInput!], $elementIds: [ID!]) {
|
|
1726
|
+
getRecordFormElementsValues(
|
|
1727
|
+
recordId: $recordId
|
|
1728
|
+
libraryId: $libraryId
|
|
1729
|
+
formId: $formId
|
|
1730
|
+
version: $version
|
|
1731
|
+
elementIds: $elementIds
|
|
1732
|
+
) {
|
|
1733
|
+
...RecordFormElementValues
|
|
1734
|
+
}
|
|
1735
|
+
}
|
|
1736
|
+
${RecordFormElementValuesFragmentDoc}`;
|
|
1737
|
+
/**
|
|
1738
|
+
* __useGetRecordFormElementsValuesQuery__
|
|
1739
|
+
*
|
|
1740
|
+
* To run a query within a React component, call `useGetRecordFormElementsValuesQuery` and pass it any options that fit your needs.
|
|
1741
|
+
* When your component renders, `useGetRecordFormElementsValuesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
1742
|
+
* you can use to render your UI.
|
|
1743
|
+
*
|
|
1744
|
+
* @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;
|
|
1745
|
+
*
|
|
1746
|
+
* @example
|
|
1747
|
+
* const { data, loading, error } = useGetRecordFormElementsValuesQuery({
|
|
1748
|
+
* variables: {
|
|
1749
|
+
* recordId: // value for 'recordId'
|
|
1750
|
+
* libraryId: // value for 'libraryId'
|
|
1751
|
+
* formId: // value for 'formId'
|
|
1752
|
+
* version: // value for 'version'
|
|
1753
|
+
* elementIds: // value for 'elementIds'
|
|
1754
|
+
* },
|
|
1755
|
+
* });
|
|
1756
|
+
*/
|
|
1757
|
+
export function useGetRecordFormElementsValuesQuery(baseOptions) {
|
|
1758
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1759
|
+
return Apollo.useQuery(GetRecordFormElementsValuesDocument, options);
|
|
1760
|
+
}
|
|
1761
|
+
export function useGetRecordFormElementsValuesLazyQuery(baseOptions) {
|
|
1762
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1763
|
+
return Apollo.useLazyQuery(GetRecordFormElementsValuesDocument, options);
|
|
1764
|
+
}
|
|
1765
|
+
export function useGetRecordFormElementsValuesSuspenseQuery(baseOptions) {
|
|
1766
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1767
|
+
return Apollo.useSuspenseQuery(GetRecordFormElementsValuesDocument, options);
|
|
1768
|
+
}
|
|
1534
1769
|
export const ImportExcelDocument = gql `
|
|
1535
1770
|
mutation IMPORT_EXCEL($file: Upload!, $sheets: [SheetInput], $startAt: Int) {
|
|
1536
|
-
|
|
1537
|
-
}
|
|
1538
|
-
|
|
1771
|
+
importExcel(file: $file, sheets: $sheets, startAt: $startAt)
|
|
1772
|
+
}
|
|
1773
|
+
`;
|
|
1539
1774
|
/**
|
|
1540
1775
|
* __useImportExcelMutation__
|
|
1541
1776
|
*
|
|
@@ -1561,11 +1796,11 @@ export function useImportExcelMutation(baseOptions) {
|
|
|
1561
1796
|
}
|
|
1562
1797
|
export const CheckLibraryExistenceDocument = gql `
|
|
1563
1798
|
query CHECK_LIBRARY_EXISTENCE($id: [ID!]) {
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
}
|
|
1568
|
-
|
|
1799
|
+
libraries(filters: {id: $id}) {
|
|
1800
|
+
totalCount
|
|
1801
|
+
}
|
|
1802
|
+
}
|
|
1803
|
+
`;
|
|
1569
1804
|
/**
|
|
1570
1805
|
* __useCheckLibraryExistenceQuery__
|
|
1571
1806
|
*
|
|
@@ -1590,13 +1825,17 @@ export function useCheckLibraryExistenceLazyQuery(baseOptions) {
|
|
|
1590
1825
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1591
1826
|
return Apollo.useLazyQuery(CheckLibraryExistenceDocument, options);
|
|
1592
1827
|
}
|
|
1828
|
+
export function useCheckLibraryExistenceSuspenseQuery(baseOptions) {
|
|
1829
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1830
|
+
return Apollo.useSuspenseQuery(CheckLibraryExistenceDocument, options);
|
|
1831
|
+
}
|
|
1593
1832
|
export const DeleteLibraryDocument = gql `
|
|
1594
1833
|
mutation DELETE_LIBRARY($id: ID) {
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
}
|
|
1599
|
-
|
|
1834
|
+
deleteLibrary(id: $id) {
|
|
1835
|
+
id
|
|
1836
|
+
}
|
|
1837
|
+
}
|
|
1838
|
+
`;
|
|
1600
1839
|
/**
|
|
1601
1840
|
* __useDeleteLibraryMutation__
|
|
1602
1841
|
*
|
|
@@ -1620,13 +1859,13 @@ export function useDeleteLibraryMutation(baseOptions) {
|
|
|
1620
1859
|
}
|
|
1621
1860
|
export const GetLibrariesDocument = gql `
|
|
1622
1861
|
query GET_LIBRARIES {
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1862
|
+
libraries {
|
|
1863
|
+
list {
|
|
1864
|
+
...LibraryLight
|
|
1865
|
+
}
|
|
1866
|
+
}
|
|
1626
1867
|
}
|
|
1627
|
-
|
|
1628
|
-
}
|
|
1629
|
-
${LibraryLightFragmentDoc}`;
|
|
1868
|
+
${LibraryLightFragmentDoc}`;
|
|
1630
1869
|
/**
|
|
1631
1870
|
* __useGetLibrariesQuery__
|
|
1632
1871
|
*
|
|
@@ -1650,15 +1889,19 @@ export function useGetLibrariesLazyQuery(baseOptions) {
|
|
|
1650
1889
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1651
1890
|
return Apollo.useLazyQuery(GetLibrariesDocument, options);
|
|
1652
1891
|
}
|
|
1892
|
+
export function useGetLibrariesSuspenseQuery(baseOptions) {
|
|
1893
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1894
|
+
return Apollo.useSuspenseQuery(GetLibrariesDocument, options);
|
|
1895
|
+
}
|
|
1653
1896
|
export const GetLibraryByIdDocument = gql `
|
|
1654
1897
|
query GET_LIBRARY_BY_ID($id: [ID!]) {
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1898
|
+
libraries(filters: {id: $id}) {
|
|
1899
|
+
list {
|
|
1900
|
+
...LibraryDetails
|
|
1901
|
+
}
|
|
1902
|
+
}
|
|
1658
1903
|
}
|
|
1659
|
-
|
|
1660
|
-
}
|
|
1661
|
-
${LibraryDetailsFragmentDoc}`;
|
|
1904
|
+
${LibraryDetailsFragmentDoc}`;
|
|
1662
1905
|
/**
|
|
1663
1906
|
* __useGetLibraryByIdQuery__
|
|
1664
1907
|
*
|
|
@@ -1683,21 +1926,25 @@ export function useGetLibraryByIdLazyQuery(baseOptions) {
|
|
|
1683
1926
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1684
1927
|
return Apollo.useLazyQuery(GetLibraryByIdDocument, options);
|
|
1685
1928
|
}
|
|
1929
|
+
export function useGetLibraryByIdSuspenseQuery(baseOptions) {
|
|
1930
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1931
|
+
return Apollo.useSuspenseQuery(GetLibraryByIdDocument, options);
|
|
1932
|
+
}
|
|
1686
1933
|
export const GetLibraryPermissionsDocument = gql `
|
|
1687
1934
|
query GET_LIBRARY_PERMISSIONS($libraryId: [ID!]) {
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1935
|
+
libraries(filters: {id: $libraryId}) {
|
|
1936
|
+
list {
|
|
1937
|
+
permissions {
|
|
1938
|
+
access_library
|
|
1939
|
+
access_record
|
|
1940
|
+
create_record
|
|
1941
|
+
edit_record
|
|
1942
|
+
delete_record
|
|
1943
|
+
}
|
|
1944
|
+
}
|
|
1945
|
+
}
|
|
1697
1946
|
}
|
|
1698
|
-
|
|
1699
|
-
}
|
|
1700
|
-
`;
|
|
1947
|
+
`;
|
|
1701
1948
|
/**
|
|
1702
1949
|
* __useGetLibraryPermissionsQuery__
|
|
1703
1950
|
*
|
|
@@ -1722,30 +1969,34 @@ export function useGetLibraryPermissionsLazyQuery(baseOptions) {
|
|
|
1722
1969
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1723
1970
|
return Apollo.useLazyQuery(GetLibraryPermissionsDocument, options);
|
|
1724
1971
|
}
|
|
1972
|
+
export function useGetLibraryPermissionsSuspenseQuery(baseOptions) {
|
|
1973
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1974
|
+
return Apollo.useSuspenseQuery(GetLibraryPermissionsDocument, options);
|
|
1975
|
+
}
|
|
1725
1976
|
export const GetLibraryPreviewsSettingsDocument = gql `
|
|
1726
1977
|
query GET_LIBRARY_PREVIEWS_SETTINGS($id: ID!) {
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1978
|
+
libraries(filters: {id: [$id]}) {
|
|
1979
|
+
list {
|
|
1980
|
+
id
|
|
1981
|
+
label
|
|
1982
|
+
behavior
|
|
1983
|
+
previewsSettings {
|
|
1984
|
+
description
|
|
1985
|
+
label
|
|
1986
|
+
system
|
|
1987
|
+
versions {
|
|
1988
|
+
background
|
|
1989
|
+
density
|
|
1990
|
+
sizes {
|
|
1991
|
+
name
|
|
1992
|
+
size
|
|
1993
|
+
}
|
|
1994
|
+
}
|
|
1995
|
+
}
|
|
1996
|
+
}
|
|
1743
1997
|
}
|
|
1744
|
-
}
|
|
1745
1998
|
}
|
|
1746
|
-
|
|
1747
|
-
}
|
|
1748
|
-
`;
|
|
1999
|
+
`;
|
|
1749
2000
|
/**
|
|
1750
2001
|
* __useGetLibraryPreviewsSettingsQuery__
|
|
1751
2002
|
*
|
|
@@ -1770,13 +2021,17 @@ export function useGetLibraryPreviewsSettingsLazyQuery(baseOptions) {
|
|
|
1770
2021
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1771
2022
|
return Apollo.useLazyQuery(GetLibraryPreviewsSettingsDocument, options);
|
|
1772
2023
|
}
|
|
2024
|
+
export function useGetLibraryPreviewsSettingsSuspenseQuery(baseOptions) {
|
|
2025
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2026
|
+
return Apollo.useSuspenseQuery(GetLibraryPreviewsSettingsDocument, options);
|
|
2027
|
+
}
|
|
1773
2028
|
export const SaveLibraryDocument = gql `
|
|
1774
2029
|
mutation saveLibrary($library: LibraryInput!) {
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
}
|
|
1779
|
-
|
|
2030
|
+
saveLibrary(library: $library) {
|
|
2031
|
+
...LibraryDetails
|
|
2032
|
+
}
|
|
2033
|
+
}
|
|
2034
|
+
${LibraryDetailsFragmentDoc}`;
|
|
1780
2035
|
/**
|
|
1781
2036
|
* __useSaveLibraryMutation__
|
|
1782
2037
|
*
|
|
@@ -1800,12 +2055,12 @@ export function useSaveLibraryMutation(baseOptions) {
|
|
|
1800
2055
|
}
|
|
1801
2056
|
export const IsAllowedDocument = gql `
|
|
1802
2057
|
query IS_ALLOWED($type: PermissionTypes!, $actions: [PermissionsActions!]!, $applyTo: ID, $target: PermissionTarget) {
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
}
|
|
1808
|
-
|
|
2058
|
+
isAllowed(type: $type, actions: $actions, applyTo: $applyTo, target: $target) {
|
|
2059
|
+
name
|
|
2060
|
+
allowed
|
|
2061
|
+
}
|
|
2062
|
+
}
|
|
2063
|
+
`;
|
|
1809
2064
|
/**
|
|
1810
2065
|
* __useIsAllowedQuery__
|
|
1811
2066
|
*
|
|
@@ -1833,22 +2088,60 @@ export function useIsAllowedLazyQuery(baseOptions) {
|
|
|
1833
2088
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1834
2089
|
return Apollo.useLazyQuery(IsAllowedDocument, options);
|
|
1835
2090
|
}
|
|
2091
|
+
export function useIsAllowedSuspenseQuery(baseOptions) {
|
|
2092
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2093
|
+
return Apollo.useSuspenseQuery(IsAllowedDocument, options);
|
|
2094
|
+
}
|
|
2095
|
+
export const ActivateRecordsDocument = gql `
|
|
2096
|
+
mutation ACTIVATE_RECORDS($libraryId: String!, $recordsIds: [String!], $filters: [RecordFilterInput!]) {
|
|
2097
|
+
activateRecords(
|
|
2098
|
+
recordsIds: $recordsIds
|
|
2099
|
+
filters: $filters
|
|
2100
|
+
libraryId: $libraryId
|
|
2101
|
+
) {
|
|
2102
|
+
id
|
|
2103
|
+
...RecordIdentity
|
|
2104
|
+
}
|
|
2105
|
+
}
|
|
2106
|
+
${RecordIdentityFragmentDoc}`;
|
|
2107
|
+
/**
|
|
2108
|
+
* __useActivateRecordsMutation__
|
|
2109
|
+
*
|
|
2110
|
+
* To run a mutation, you first call `useActivateRecordsMutation` within a React component and pass it any options that fit your needs.
|
|
2111
|
+
* When your component renders, `useActivateRecordsMutation` returns a tuple that includes:
|
|
2112
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
2113
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
2114
|
+
*
|
|
2115
|
+
* @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;
|
|
2116
|
+
*
|
|
2117
|
+
* @example
|
|
2118
|
+
* const [activateRecordsMutation, { data, loading, error }] = useActivateRecordsMutation({
|
|
2119
|
+
* variables: {
|
|
2120
|
+
* libraryId: // value for 'libraryId'
|
|
2121
|
+
* recordsIds: // value for 'recordsIds'
|
|
2122
|
+
* filters: // value for 'filters'
|
|
2123
|
+
* },
|
|
2124
|
+
* });
|
|
2125
|
+
*/
|
|
2126
|
+
export function useActivateRecordsMutation(baseOptions) {
|
|
2127
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2128
|
+
return Apollo.useMutation(ActivateRecordsDocument, options);
|
|
2129
|
+
}
|
|
1836
2130
|
export const CreateRecordDocument = gql `
|
|
1837
2131
|
mutation CREATE_RECORD($library: ID!, $data: CreateRecordDataInput) {
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
2132
|
+
createRecord(library: $library, data: $data) {
|
|
2133
|
+
record {
|
|
2134
|
+
...RecordIdentity
|
|
2135
|
+
}
|
|
2136
|
+
valuesErrors {
|
|
2137
|
+
type
|
|
2138
|
+
attribute
|
|
2139
|
+
input
|
|
2140
|
+
message
|
|
2141
|
+
}
|
|
2142
|
+
}
|
|
1848
2143
|
}
|
|
1849
|
-
|
|
1850
|
-
}
|
|
1851
|
-
${RecordIdentityFragmentDoc}`;
|
|
2144
|
+
${RecordIdentityFragmentDoc}`;
|
|
1852
2145
|
/**
|
|
1853
2146
|
* __useCreateRecordMutation__
|
|
1854
2147
|
*
|
|
@@ -1873,16 +2166,16 @@ export function useCreateRecordMutation(baseOptions) {
|
|
|
1873
2166
|
}
|
|
1874
2167
|
export const DeactivateRecordsDocument = gql `
|
|
1875
2168
|
mutation DEACTIVATE_RECORDS($libraryId: String!, $recordsIds: [String!], $filters: [RecordFilterInput!]) {
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
}
|
|
1885
|
-
|
|
2169
|
+
deactivateRecords(
|
|
2170
|
+
recordsIds: $recordsIds
|
|
2171
|
+
filters: $filters
|
|
2172
|
+
libraryId: $libraryId
|
|
2173
|
+
) {
|
|
2174
|
+
id
|
|
2175
|
+
...RecordIdentity
|
|
2176
|
+
}
|
|
2177
|
+
}
|
|
2178
|
+
${RecordIdentityFragmentDoc}`;
|
|
1886
2179
|
/**
|
|
1887
2180
|
* __useDeactivateRecordsMutation__
|
|
1888
2181
|
*
|
|
@@ -1908,13 +2201,13 @@ export function useDeactivateRecordsMutation(baseOptions) {
|
|
|
1908
2201
|
}
|
|
1909
2202
|
export const DoesFileExistAsChildDocument = gql `
|
|
1910
2203
|
query DOES_FILE_EXIST_AS_CHILD($parentNode: ID, $treeId: ID!, $filename: String!) {
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
}
|
|
1917
|
-
|
|
2204
|
+
doesFileExistAsChild(
|
|
2205
|
+
parentNode: $parentNode
|
|
2206
|
+
treeId: $treeId
|
|
2207
|
+
filename: $filename
|
|
2208
|
+
)
|
|
2209
|
+
}
|
|
2210
|
+
`;
|
|
1918
2211
|
/**
|
|
1919
2212
|
* __useDoesFileExistAsChildQuery__
|
|
1920
2213
|
*
|
|
@@ -1941,60 +2234,64 @@ export function useDoesFileExistAsChildLazyQuery(baseOptions) {
|
|
|
1941
2234
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1942
2235
|
return Apollo.useLazyQuery(DoesFileExistAsChildDocument, options);
|
|
1943
2236
|
}
|
|
2237
|
+
export function useDoesFileExistAsChildSuspenseQuery(baseOptions) {
|
|
2238
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2239
|
+
return Apollo.useSuspenseQuery(DoesFileExistAsChildDocument, options);
|
|
2240
|
+
}
|
|
1944
2241
|
export const GetFileDataDocument = gql `
|
|
1945
2242
|
query GET_FILE_DATA($library: ID!, $fileId: String!, $previewsStatusAttribute: ID!) {
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
2243
|
+
records(
|
|
2244
|
+
library: $library
|
|
2245
|
+
filters: [{field: "id", value: $fileId, condition: EQUAL}]
|
|
2246
|
+
) {
|
|
2247
|
+
list {
|
|
2248
|
+
...RecordIdentity
|
|
2249
|
+
created_at: property(attribute: "created_at") {
|
|
2250
|
+
... on Value {
|
|
2251
|
+
value
|
|
2252
|
+
}
|
|
2253
|
+
}
|
|
2254
|
+
created_by: property(attribute: "created_by") {
|
|
2255
|
+
... on LinkValue {
|
|
2256
|
+
value {
|
|
2257
|
+
...RecordIdentity
|
|
2258
|
+
}
|
|
2259
|
+
}
|
|
2260
|
+
}
|
|
2261
|
+
modified_at: property(attribute: "modified_at") {
|
|
2262
|
+
... on Value {
|
|
2263
|
+
value
|
|
2264
|
+
}
|
|
2265
|
+
}
|
|
2266
|
+
modified_by: property(attribute: "modified_by") {
|
|
2267
|
+
... on LinkValue {
|
|
2268
|
+
value {
|
|
2269
|
+
...RecordIdentity
|
|
2270
|
+
}
|
|
2271
|
+
}
|
|
2272
|
+
}
|
|
2273
|
+
file_name: property(attribute: "file_name") {
|
|
2274
|
+
... on Value {
|
|
2275
|
+
value
|
|
2276
|
+
}
|
|
2277
|
+
}
|
|
2278
|
+
file_path: property(attribute: "file_path") {
|
|
2279
|
+
... on Value {
|
|
2280
|
+
value
|
|
2281
|
+
}
|
|
2282
|
+
}
|
|
2283
|
+
previews_status: property(attribute: $previewsStatusAttribute) {
|
|
2284
|
+
... on Value {
|
|
2285
|
+
value
|
|
2286
|
+
}
|
|
2287
|
+
}
|
|
2288
|
+
library {
|
|
2289
|
+
behavior
|
|
2290
|
+
}
|
|
2291
|
+
}
|
|
1955
2292
|
}
|
|
1956
|
-
}
|
|
1957
|
-
created_by: property(attribute: "created_by") {
|
|
1958
|
-
... on LinkValue {
|
|
1959
|
-
value {
|
|
1960
|
-
...RecordIdentity
|
|
1961
|
-
}
|
|
1962
|
-
}
|
|
1963
|
-
}
|
|
1964
|
-
modified_at: property(attribute: "modified_at") {
|
|
1965
|
-
... on Value {
|
|
1966
|
-
value
|
|
1967
|
-
}
|
|
1968
|
-
}
|
|
1969
|
-
modified_by: property(attribute: "modified_by") {
|
|
1970
|
-
... on LinkValue {
|
|
1971
|
-
value {
|
|
1972
|
-
...RecordIdentity
|
|
1973
|
-
}
|
|
1974
|
-
}
|
|
1975
|
-
}
|
|
1976
|
-
file_name: property(attribute: "file_name") {
|
|
1977
|
-
... on Value {
|
|
1978
|
-
value
|
|
1979
|
-
}
|
|
1980
|
-
}
|
|
1981
|
-
file_path: property(attribute: "file_path") {
|
|
1982
|
-
... on Value {
|
|
1983
|
-
value
|
|
1984
|
-
}
|
|
1985
|
-
}
|
|
1986
|
-
previews_status: property(attribute: $previewsStatusAttribute) {
|
|
1987
|
-
... on Value {
|
|
1988
|
-
value
|
|
1989
|
-
}
|
|
1990
|
-
}
|
|
1991
|
-
library {
|
|
1992
|
-
behavior
|
|
1993
|
-
}
|
|
1994
2293
|
}
|
|
1995
|
-
|
|
1996
|
-
}
|
|
1997
|
-
${RecordIdentityFragmentDoc}`;
|
|
2294
|
+
${RecordIdentityFragmentDoc}`;
|
|
1998
2295
|
/**
|
|
1999
2296
|
* __useGetFileDataQuery__
|
|
2000
2297
|
*
|
|
@@ -2021,28 +2318,36 @@ export function useGetFileDataLazyQuery(baseOptions) {
|
|
|
2021
2318
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2022
2319
|
return Apollo.useLazyQuery(GetFileDataDocument, options);
|
|
2023
2320
|
}
|
|
2321
|
+
export function useGetFileDataSuspenseQuery(baseOptions) {
|
|
2322
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2323
|
+
return Apollo.useSuspenseQuery(GetFileDataDocument, options);
|
|
2324
|
+
}
|
|
2024
2325
|
export const RecordFormDocument = gql `
|
|
2025
2326
|
query RECORD_FORM($libraryId: String!, $formId: String!, $recordId: String, $version: [ValueVersionInput!]) {
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2327
|
+
recordForm(
|
|
2328
|
+
recordId: $recordId
|
|
2329
|
+
libraryId: $libraryId
|
|
2330
|
+
formId: $formId
|
|
2331
|
+
version: $version
|
|
2332
|
+
) {
|
|
2333
|
+
id
|
|
2334
|
+
recordId
|
|
2335
|
+
library {
|
|
2336
|
+
id
|
|
2337
|
+
}
|
|
2338
|
+
dependencyAttributes {
|
|
2339
|
+
id
|
|
2340
|
+
}
|
|
2341
|
+
elements {
|
|
2342
|
+
...RecordFormElement
|
|
2343
|
+
}
|
|
2344
|
+
sidePanel {
|
|
2345
|
+
enable
|
|
2346
|
+
isOpenByDefault
|
|
2347
|
+
}
|
|
2348
|
+
}
|
|
2042
2349
|
}
|
|
2043
|
-
|
|
2044
|
-
}
|
|
2045
|
-
${RecordFormElementFragmentDoc}`;
|
|
2350
|
+
${RecordFormElementFragmentDoc}`;
|
|
2046
2351
|
/**
|
|
2047
2352
|
* __useRecordFormQuery__
|
|
2048
2353
|
*
|
|
@@ -2070,27 +2375,31 @@ export function useRecordFormLazyQuery(baseOptions) {
|
|
|
2070
2375
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2071
2376
|
return Apollo.useLazyQuery(RecordFormDocument, options);
|
|
2072
2377
|
}
|
|
2378
|
+
export function useRecordFormSuspenseQuery(baseOptions) {
|
|
2379
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2380
|
+
return Apollo.useSuspenseQuery(RecordFormDocument, options);
|
|
2381
|
+
}
|
|
2073
2382
|
export const RecordUpdateDocument = gql `
|
|
2074
2383
|
subscription RECORD_UPDATE($filters: RecordUpdateFilterInput) {
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2384
|
+
recordUpdate(filters: $filters) {
|
|
2385
|
+
record {
|
|
2386
|
+
...RecordIdentity
|
|
2387
|
+
modified_by: property(attribute: "modified_by") {
|
|
2388
|
+
... on LinkValue {
|
|
2389
|
+
value {
|
|
2390
|
+
...RecordIdentity
|
|
2391
|
+
}
|
|
2392
|
+
}
|
|
2393
|
+
}
|
|
2394
|
+
}
|
|
2395
|
+
updatedValues {
|
|
2396
|
+
attribute
|
|
2397
|
+
value {
|
|
2398
|
+
...ValueDetails
|
|
2399
|
+
}
|
|
2400
|
+
}
|
|
2083
2401
|
}
|
|
2084
|
-
}
|
|
2085
2402
|
}
|
|
2086
|
-
updatedValues {
|
|
2087
|
-
attribute
|
|
2088
|
-
value {
|
|
2089
|
-
...ValueDetails
|
|
2090
|
-
}
|
|
2091
|
-
}
|
|
2092
|
-
}
|
|
2093
|
-
}
|
|
2094
2403
|
${RecordIdentityFragmentDoc}
|
|
2095
2404
|
${ValueDetailsFragmentDoc}`;
|
|
2096
2405
|
/**
|
|
@@ -2113,11 +2422,51 @@ export function useRecordUpdateSubscription(baseOptions) {
|
|
|
2113
2422
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2114
2423
|
return Apollo.useSubscription(RecordUpdateDocument, options);
|
|
2115
2424
|
}
|
|
2425
|
+
export const GetRecordsFromLibraryDocument = gql `
|
|
2426
|
+
query getRecordsFromLibrary($libraryId: ID!, $pagination: RecordsPagination, $filters: [RecordFilterInput]) {
|
|
2427
|
+
records(library: $libraryId, filters: $filters, pagination: $pagination) {
|
|
2428
|
+
totalCount
|
|
2429
|
+
list {
|
|
2430
|
+
...RecordIdentity
|
|
2431
|
+
}
|
|
2432
|
+
}
|
|
2433
|
+
}
|
|
2434
|
+
${RecordIdentityFragmentDoc}`;
|
|
2435
|
+
/**
|
|
2436
|
+
* __useGetRecordsFromLibraryQuery__
|
|
2437
|
+
*
|
|
2438
|
+
* To run a query within a React component, call `useGetRecordsFromLibraryQuery` and pass it any options that fit your needs.
|
|
2439
|
+
* When your component renders, `useGetRecordsFromLibraryQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
2440
|
+
* you can use to render your UI.
|
|
2441
|
+
*
|
|
2442
|
+
* @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;
|
|
2443
|
+
*
|
|
2444
|
+
* @example
|
|
2445
|
+
* const { data, loading, error } = useGetRecordsFromLibraryQuery({
|
|
2446
|
+
* variables: {
|
|
2447
|
+
* libraryId: // value for 'libraryId'
|
|
2448
|
+
* pagination: // value for 'pagination'
|
|
2449
|
+
* filters: // value for 'filters'
|
|
2450
|
+
* },
|
|
2451
|
+
* });
|
|
2452
|
+
*/
|
|
2453
|
+
export function useGetRecordsFromLibraryQuery(baseOptions) {
|
|
2454
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2455
|
+
return Apollo.useQuery(GetRecordsFromLibraryDocument, options);
|
|
2456
|
+
}
|
|
2457
|
+
export function useGetRecordsFromLibraryLazyQuery(baseOptions) {
|
|
2458
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2459
|
+
return Apollo.useLazyQuery(GetRecordsFromLibraryDocument, options);
|
|
2460
|
+
}
|
|
2461
|
+
export function useGetRecordsFromLibrarySuspenseQuery(baseOptions) {
|
|
2462
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2463
|
+
return Apollo.useSuspenseQuery(GetRecordsFromLibraryDocument, options);
|
|
2464
|
+
}
|
|
2116
2465
|
export const IndexRecordsDocument = gql `
|
|
2117
2466
|
mutation INDEX_RECORDS($libraryId: String!, $records: [String!]) {
|
|
2118
|
-
|
|
2119
|
-
}
|
|
2120
|
-
|
|
2467
|
+
indexRecords(libraryId: $libraryId, records: $records)
|
|
2468
|
+
}
|
|
2469
|
+
`;
|
|
2121
2470
|
/**
|
|
2122
2471
|
* __useIndexRecordsMutation__
|
|
2123
2472
|
*
|
|
@@ -2142,9 +2491,9 @@ export function useIndexRecordsMutation(baseOptions) {
|
|
|
2142
2491
|
}
|
|
2143
2492
|
export const CancelTaskDocument = gql `
|
|
2144
2493
|
mutation CANCEL_TASK($taskId: ID!) {
|
|
2145
|
-
|
|
2146
|
-
}
|
|
2147
|
-
|
|
2494
|
+
cancelTask(taskId: $taskId)
|
|
2495
|
+
}
|
|
2496
|
+
`;
|
|
2148
2497
|
/**
|
|
2149
2498
|
* __useCancelTaskMutation__
|
|
2150
2499
|
*
|
|
@@ -2168,11 +2517,11 @@ export function useCancelTaskMutation(baseOptions) {
|
|
|
2168
2517
|
}
|
|
2169
2518
|
export const CheckTreeExistenceDocument = gql `
|
|
2170
2519
|
query CHECK_TREE_EXISTENCE($id: [ID!]) {
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
}
|
|
2175
|
-
|
|
2520
|
+
trees(filters: {id: $id}) {
|
|
2521
|
+
totalCount
|
|
2522
|
+
}
|
|
2523
|
+
}
|
|
2524
|
+
`;
|
|
2176
2525
|
/**
|
|
2177
2526
|
* __useCheckTreeExistenceQuery__
|
|
2178
2527
|
*
|
|
@@ -2197,13 +2546,17 @@ export function useCheckTreeExistenceLazyQuery(baseOptions) {
|
|
|
2197
2546
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2198
2547
|
return Apollo.useLazyQuery(CheckTreeExistenceDocument, options);
|
|
2199
2548
|
}
|
|
2549
|
+
export function useCheckTreeExistenceSuspenseQuery(baseOptions) {
|
|
2550
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2551
|
+
return Apollo.useSuspenseQuery(CheckTreeExistenceDocument, options);
|
|
2552
|
+
}
|
|
2200
2553
|
export const DeleteTreeDocument = gql `
|
|
2201
2554
|
mutation DELETE_TREE($id: ID!) {
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
}
|
|
2206
|
-
|
|
2555
|
+
deleteTree(id: $id) {
|
|
2556
|
+
id
|
|
2557
|
+
}
|
|
2558
|
+
}
|
|
2559
|
+
`;
|
|
2207
2560
|
/**
|
|
2208
2561
|
* __useDeleteTreeMutation__
|
|
2209
2562
|
*
|
|
@@ -2227,13 +2580,13 @@ export function useDeleteTreeMutation(baseOptions) {
|
|
|
2227
2580
|
}
|
|
2228
2581
|
export const GetTreeByIdDocument = gql `
|
|
2229
2582
|
query GET_TREE_BY_ID($id: [ID!]) {
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2583
|
+
trees(filters: {id: $id}) {
|
|
2584
|
+
list {
|
|
2585
|
+
...TreeDetails
|
|
2586
|
+
}
|
|
2587
|
+
}
|
|
2233
2588
|
}
|
|
2234
|
-
|
|
2235
|
-
}
|
|
2236
|
-
${TreeDetailsFragmentDoc}`;
|
|
2589
|
+
${TreeDetailsFragmentDoc}`;
|
|
2237
2590
|
/**
|
|
2238
2591
|
* __useGetTreeByIdQuery__
|
|
2239
2592
|
*
|
|
@@ -2258,31 +2611,35 @@ export function useGetTreeByIdLazyQuery(baseOptions) {
|
|
|
2258
2611
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2259
2612
|
return Apollo.useLazyQuery(GetTreeByIdDocument, options);
|
|
2260
2613
|
}
|
|
2614
|
+
export function useGetTreeByIdSuspenseQuery(baseOptions) {
|
|
2615
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2616
|
+
return Apollo.useSuspenseQuery(GetTreeByIdDocument, options);
|
|
2617
|
+
}
|
|
2261
2618
|
export const GetTreeLibrariesDocument = gql `
|
|
2262
2619
|
query GET_TREE_LIBRARIES($treeId: [ID!], $library: String) {
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2620
|
+
trees(filters: {id: $treeId, library: $library}) {
|
|
2621
|
+
totalCount
|
|
2622
|
+
list {
|
|
2623
|
+
id
|
|
2624
|
+
behavior
|
|
2625
|
+
system
|
|
2626
|
+
libraries {
|
|
2627
|
+
library {
|
|
2628
|
+
id
|
|
2629
|
+
label
|
|
2630
|
+
behavior
|
|
2631
|
+
system
|
|
2632
|
+
}
|
|
2633
|
+
settings {
|
|
2634
|
+
allowMultiplePositions
|
|
2635
|
+
allowedChildren
|
|
2636
|
+
allowedAtRoot
|
|
2637
|
+
}
|
|
2638
|
+
}
|
|
2639
|
+
}
|
|
2280
2640
|
}
|
|
2281
|
-
}
|
|
2282
2641
|
}
|
|
2283
|
-
|
|
2284
|
-
}
|
|
2285
|
-
`;
|
|
2642
|
+
`;
|
|
2286
2643
|
/**
|
|
2287
2644
|
* __useGetTreeLibrariesQuery__
|
|
2288
2645
|
*
|
|
@@ -2308,15 +2665,19 @@ export function useGetTreeLibrariesLazyQuery(baseOptions) {
|
|
|
2308
2665
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2309
2666
|
return Apollo.useLazyQuery(GetTreeLibrariesDocument, options);
|
|
2310
2667
|
}
|
|
2668
|
+
export function useGetTreeLibrariesSuspenseQuery(baseOptions) {
|
|
2669
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2670
|
+
return Apollo.useSuspenseQuery(GetTreeLibrariesDocument, options);
|
|
2671
|
+
}
|
|
2311
2672
|
export const GetTreesDocument = gql `
|
|
2312
2673
|
query GET_TREES {
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2674
|
+
trees {
|
|
2675
|
+
list {
|
|
2676
|
+
...TreeLight
|
|
2677
|
+
}
|
|
2678
|
+
}
|
|
2316
2679
|
}
|
|
2317
|
-
|
|
2318
|
-
}
|
|
2319
|
-
${TreeLightFragmentDoc}`;
|
|
2680
|
+
${TreeLightFragmentDoc}`;
|
|
2320
2681
|
/**
|
|
2321
2682
|
* __useGetTreesQuery__
|
|
2322
2683
|
*
|
|
@@ -2340,13 +2701,17 @@ export function useGetTreesLazyQuery(baseOptions) {
|
|
|
2340
2701
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2341
2702
|
return Apollo.useLazyQuery(GetTreesDocument, options);
|
|
2342
2703
|
}
|
|
2704
|
+
export function useGetTreesSuspenseQuery(baseOptions) {
|
|
2705
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2706
|
+
return Apollo.useSuspenseQuery(GetTreesDocument, options);
|
|
2707
|
+
}
|
|
2343
2708
|
export const SaveTreeDocument = gql `
|
|
2344
2709
|
mutation SAVE_TREE($tree: TreeInput!) {
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
}
|
|
2349
|
-
|
|
2710
|
+
saveTree(tree: $tree) {
|
|
2711
|
+
...TreeDetails
|
|
2712
|
+
}
|
|
2713
|
+
}
|
|
2714
|
+
${TreeDetailsFragmentDoc}`;
|
|
2350
2715
|
/**
|
|
2351
2716
|
* __useSaveTreeMutation__
|
|
2352
2717
|
*
|
|
@@ -2369,15 +2734,20 @@ export function useSaveTreeMutation(baseOptions) {
|
|
|
2369
2734
|
return Apollo.useMutation(SaveTreeDocument, options);
|
|
2370
2735
|
}
|
|
2371
2736
|
export const TreeNodeChildrenDocument = gql `
|
|
2372
|
-
query TREE_NODE_CHILDREN($treeId: ID!, $node: ID, $pagination: Pagination) {
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2737
|
+
query TREE_NODE_CHILDREN($treeId: ID!, $node: ID, $pagination: Pagination, $childrenAsRecordValuePermissionFilter: ChildrenAsRecordValuePermissionFilterInput) {
|
|
2738
|
+
treeNodeChildren(
|
|
2739
|
+
treeId: $treeId
|
|
2740
|
+
node: $node
|
|
2741
|
+
pagination: $pagination
|
|
2742
|
+
childrenAsRecordValuePermissionFilter: $childrenAsRecordValuePermissionFilter
|
|
2743
|
+
) {
|
|
2744
|
+
totalCount
|
|
2745
|
+
list {
|
|
2746
|
+
...TreeNodeChild
|
|
2747
|
+
}
|
|
2748
|
+
}
|
|
2377
2749
|
}
|
|
2378
|
-
|
|
2379
|
-
}
|
|
2380
|
-
${TreeNodeChildFragmentDoc}`;
|
|
2750
|
+
${TreeNodeChildFragmentDoc}`;
|
|
2381
2751
|
/**
|
|
2382
2752
|
* __useTreeNodeChildrenQuery__
|
|
2383
2753
|
*
|
|
@@ -2393,6 +2763,7 @@ export const TreeNodeChildrenDocument = gql `
|
|
|
2393
2763
|
* treeId: // value for 'treeId'
|
|
2394
2764
|
* node: // value for 'node'
|
|
2395
2765
|
* pagination: // value for 'pagination'
|
|
2766
|
+
* childrenAsRecordValuePermissionFilter: // value for 'childrenAsRecordValuePermissionFilter'
|
|
2396
2767
|
* },
|
|
2397
2768
|
* });
|
|
2398
2769
|
*/
|
|
@@ -2404,14 +2775,18 @@ export function useTreeNodeChildrenLazyQuery(baseOptions) {
|
|
|
2404
2775
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2405
2776
|
return Apollo.useLazyQuery(TreeNodeChildrenDocument, options);
|
|
2406
2777
|
}
|
|
2778
|
+
export function useTreeNodeChildrenSuspenseQuery(baseOptions) {
|
|
2779
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2780
|
+
return Apollo.useSuspenseQuery(TreeNodeChildrenDocument, options);
|
|
2781
|
+
}
|
|
2407
2782
|
export const GetUserDataDocument = gql `
|
|
2408
2783
|
query GET_USER_DATA($keys: [String!]!, $global: Boolean) {
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
}
|
|
2414
|
-
|
|
2784
|
+
userData(keys: $keys, global: $global) {
|
|
2785
|
+
global
|
|
2786
|
+
data
|
|
2787
|
+
}
|
|
2788
|
+
}
|
|
2789
|
+
`;
|
|
2415
2790
|
/**
|
|
2416
2791
|
* __useGetUserDataQuery__
|
|
2417
2792
|
*
|
|
@@ -2437,14 +2812,18 @@ export function useGetUserDataLazyQuery(baseOptions) {
|
|
|
2437
2812
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2438
2813
|
return Apollo.useLazyQuery(GetUserDataDocument, options);
|
|
2439
2814
|
}
|
|
2815
|
+
export function useGetUserDataSuspenseQuery(baseOptions) {
|
|
2816
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2817
|
+
return Apollo.useSuspenseQuery(GetUserDataDocument, options);
|
|
2818
|
+
}
|
|
2440
2819
|
export const SaveUserDataDocument = gql `
|
|
2441
2820
|
mutation SAVE_USER_DATA($key: String!, $value: Any, $global: Boolean!) {
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
}
|
|
2447
|
-
|
|
2821
|
+
saveUserData(key: $key, value: $value, global: $global) {
|
|
2822
|
+
global
|
|
2823
|
+
data
|
|
2824
|
+
}
|
|
2825
|
+
}
|
|
2826
|
+
`;
|
|
2448
2827
|
/**
|
|
2449
2828
|
* __useSaveUserDataMutation__
|
|
2450
2829
|
*
|
|
@@ -2470,16 +2849,16 @@ export function useSaveUserDataMutation(baseOptions) {
|
|
|
2470
2849
|
}
|
|
2471
2850
|
export const DeleteValueDocument = gql `
|
|
2472
2851
|
mutation DELETE_VALUE($library: ID!, $recordId: ID!, $attribute: ID!, $value: ValueInput) {
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
}
|
|
2482
|
-
|
|
2852
|
+
deleteValue(
|
|
2853
|
+
library: $library
|
|
2854
|
+
recordId: $recordId
|
|
2855
|
+
attribute: $attribute
|
|
2856
|
+
value: $value
|
|
2857
|
+
) {
|
|
2858
|
+
...ValueDetails
|
|
2859
|
+
}
|
|
2860
|
+
}
|
|
2861
|
+
${ValueDetailsFragmentDoc}`;
|
|
2483
2862
|
/**
|
|
2484
2863
|
* __useDeleteValueMutation__
|
|
2485
2864
|
*
|
|
@@ -2506,15 +2885,15 @@ export function useDeleteValueMutation(baseOptions) {
|
|
|
2506
2885
|
}
|
|
2507
2886
|
export const RunActionsListAndFormatOnValueDocument = gql `
|
|
2508
2887
|
query RUN_ACTIONS_LIST_AND_FORMAT_ON_VALUE($library: ID!, $value: ValueBatchInput, $version: [ValueVersionInput]) {
|
|
2509
|
-
|
|
2510
|
-
|
|
2511
|
-
|
|
2512
|
-
|
|
2513
|
-
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
}
|
|
2517
|
-
|
|
2888
|
+
runActionsListAndFormatOnValue(
|
|
2889
|
+
library: $library
|
|
2890
|
+
value: $value
|
|
2891
|
+
version: $version
|
|
2892
|
+
) {
|
|
2893
|
+
...ValueDetails
|
|
2894
|
+
}
|
|
2895
|
+
}
|
|
2896
|
+
${ValueDetailsFragmentDoc}`;
|
|
2518
2897
|
/**
|
|
2519
2898
|
* __useRunActionsListAndFormatOnValueQuery__
|
|
2520
2899
|
*
|
|
@@ -2541,27 +2920,31 @@ export function useRunActionsListAndFormatOnValueLazyQuery(baseOptions) {
|
|
|
2541
2920
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2542
2921
|
return Apollo.useLazyQuery(RunActionsListAndFormatOnValueDocument, options);
|
|
2543
2922
|
}
|
|
2923
|
+
export function useRunActionsListAndFormatOnValueSuspenseQuery(baseOptions) {
|
|
2924
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2925
|
+
return Apollo.useSuspenseQuery(RunActionsListAndFormatOnValueDocument, options);
|
|
2926
|
+
}
|
|
2544
2927
|
export const SaveValueBatchDocument = gql `
|
|
2545
2928
|
mutation SAVE_VALUE_BATCH($library: ID!, $recordId: ID!, $version: [ValueVersionInput!], $values: [ValueBatchInput!]!, $deleteEmpty: Boolean) {
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
}
|
|
2564
|
-
|
|
2929
|
+
saveValueBatch(
|
|
2930
|
+
library: $library
|
|
2931
|
+
recordId: $recordId
|
|
2932
|
+
version: $version
|
|
2933
|
+
values: $values
|
|
2934
|
+
deleteEmpty: $deleteEmpty
|
|
2935
|
+
) {
|
|
2936
|
+
values {
|
|
2937
|
+
...ValueDetails
|
|
2938
|
+
}
|
|
2939
|
+
errors {
|
|
2940
|
+
type
|
|
2941
|
+
attribute
|
|
2942
|
+
input
|
|
2943
|
+
message
|
|
2944
|
+
}
|
|
2945
|
+
}
|
|
2946
|
+
}
|
|
2947
|
+
${ValueDetailsFragmentDoc}`;
|
|
2565
2948
|
/**
|
|
2566
2949
|
* __useSaveValueBatchMutation__
|
|
2567
2950
|
*
|
|
@@ -2589,12 +2972,12 @@ export function useSaveValueBatchMutation(baseOptions) {
|
|
|
2589
2972
|
}
|
|
2590
2973
|
export const DeleteViewDocument = gql `
|
|
2591
2974
|
mutation DELETE_VIEW($viewId: String!) {
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
}
|
|
2597
|
-
|
|
2975
|
+
deleteView(viewId: $viewId) {
|
|
2976
|
+
id
|
|
2977
|
+
library
|
|
2978
|
+
}
|
|
2979
|
+
}
|
|
2980
|
+
`;
|
|
2598
2981
|
/**
|
|
2599
2982
|
* __useDeleteViewMutation__
|
|
2600
2983
|
*
|
|
@@ -2618,11 +3001,11 @@ export function useDeleteViewMutation(baseOptions) {
|
|
|
2618
3001
|
}
|
|
2619
3002
|
export const GetViewDocument = gql `
|
|
2620
3003
|
query GET_VIEW($viewId: String!) {
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
}
|
|
2625
|
-
|
|
3004
|
+
view(viewId: $viewId) {
|
|
3005
|
+
...ViewDetails
|
|
3006
|
+
}
|
|
3007
|
+
}
|
|
3008
|
+
${ViewDetailsFragmentDoc}`;
|
|
2626
3009
|
/**
|
|
2627
3010
|
* __useGetViewQuery__
|
|
2628
3011
|
*
|
|
@@ -2647,16 +3030,20 @@ export function useGetViewLazyQuery(baseOptions) {
|
|
|
2647
3030
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2648
3031
|
return Apollo.useLazyQuery(GetViewDocument, options);
|
|
2649
3032
|
}
|
|
3033
|
+
export function useGetViewSuspenseQuery(baseOptions) {
|
|
3034
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3035
|
+
return Apollo.useSuspenseQuery(GetViewDocument, options);
|
|
3036
|
+
}
|
|
2650
3037
|
export const GetViewsListDocument = gql `
|
|
2651
3038
|
query GET_VIEWS_LIST($libraryId: String!) {
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
|
|
3039
|
+
views(library: $libraryId) {
|
|
3040
|
+
totalCount
|
|
3041
|
+
list {
|
|
3042
|
+
...ViewDetails
|
|
3043
|
+
}
|
|
3044
|
+
}
|
|
2656
3045
|
}
|
|
2657
|
-
|
|
2658
|
-
}
|
|
2659
|
-
${ViewDetailsFragmentDoc}`;
|
|
3046
|
+
${ViewDetailsFragmentDoc}`;
|
|
2660
3047
|
/**
|
|
2661
3048
|
* __useGetViewsListQuery__
|
|
2662
3049
|
*
|
|
@@ -2681,86 +3068,194 @@ export function useGetViewsListLazyQuery(baseOptions) {
|
|
|
2681
3068
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2682
3069
|
return Apollo.useLazyQuery(GetViewsListDocument, options);
|
|
2683
3070
|
}
|
|
2684
|
-
export
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
...ViewDetails
|
|
2688
|
-
}
|
|
3071
|
+
export function useGetViewsListSuspenseQuery(baseOptions) {
|
|
3072
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3073
|
+
return Apollo.useSuspenseQuery(GetViewsListDocument, options);
|
|
2689
3074
|
}
|
|
2690
|
-
|
|
3075
|
+
export const SaveViewDocument = gql `
|
|
3076
|
+
mutation SAVE_VIEW($view: ViewInput!) {
|
|
3077
|
+
saveView(view: $view) {
|
|
3078
|
+
...ViewDetails
|
|
3079
|
+
}
|
|
3080
|
+
}
|
|
3081
|
+
${ViewDetailsFragmentDoc}`;
|
|
2691
3082
|
/**
|
|
2692
|
-
*
|
|
3083
|
+
* __useSaveViewMutation__
|
|
2693
3084
|
*
|
|
2694
|
-
* To run a mutation, you first call `
|
|
2695
|
-
* When your component renders, `
|
|
3085
|
+
* To run a mutation, you first call `useSaveViewMutation` within a React component and pass it any options that fit your needs.
|
|
3086
|
+
* When your component renders, `useSaveViewMutation` returns a tuple that includes:
|
|
2696
3087
|
* - A mutate function that you can call at any time to execute the mutation
|
|
2697
3088
|
* - An object with fields that represent the current status of the mutation's execution
|
|
2698
3089
|
*
|
|
2699
3090
|
* @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;
|
|
2700
3091
|
*
|
|
2701
3092
|
* @example
|
|
2702
|
-
* const [
|
|
3093
|
+
* const [saveViewMutation, { data, loading, error }] = useSaveViewMutation({
|
|
2703
3094
|
* variables: {
|
|
2704
3095
|
* view: // value for 'view'
|
|
2705
3096
|
* },
|
|
2706
3097
|
* });
|
|
2707
3098
|
*/
|
|
2708
|
-
export function
|
|
3099
|
+
export function useSaveViewMutation(baseOptions) {
|
|
2709
3100
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2710
|
-
return Apollo.useMutation(
|
|
3101
|
+
return Apollo.useMutation(SaveViewDocument, options);
|
|
2711
3102
|
}
|
|
2712
|
-
export const
|
|
2713
|
-
query
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
|
|
2718
|
-
attributeId
|
|
2719
|
-
values {
|
|
2720
|
-
...PropertyValue
|
|
3103
|
+
export const GetAttributesByLibWithPermissionsDocument = gql `
|
|
3104
|
+
query getAttributesByLibWithPermissions($library: String!) {
|
|
3105
|
+
attributes(filters: {libraries: [$library]}) {
|
|
3106
|
+
list {
|
|
3107
|
+
...AttributesByLibAttributeWithPermissions
|
|
3108
|
+
}
|
|
2721
3109
|
}
|
|
2722
|
-
}
|
|
2723
3110
|
}
|
|
2724
|
-
|
|
3111
|
+
${AttributesByLibAttributeWithPermissionsFragmentDoc}`;
|
|
3112
|
+
/**
|
|
3113
|
+
* __useGetAttributesByLibWithPermissionsQuery__
|
|
3114
|
+
*
|
|
3115
|
+
* To run a query within a React component, call `useGetAttributesByLibWithPermissionsQuery` and pass it any options that fit your needs.
|
|
3116
|
+
* When your component renders, `useGetAttributesByLibWithPermissionsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
3117
|
+
* you can use to render your UI.
|
|
3118
|
+
*
|
|
3119
|
+
* @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;
|
|
3120
|
+
*
|
|
3121
|
+
* @example
|
|
3122
|
+
* const { data, loading, error } = useGetAttributesByLibWithPermissionsQuery({
|
|
3123
|
+
* variables: {
|
|
3124
|
+
* library: // value for 'library'
|
|
3125
|
+
* },
|
|
3126
|
+
* });
|
|
3127
|
+
*/
|
|
3128
|
+
export function useGetAttributesByLibWithPermissionsQuery(baseOptions) {
|
|
3129
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3130
|
+
return Apollo.useQuery(GetAttributesByLibWithPermissionsDocument, options);
|
|
2725
3131
|
}
|
|
2726
|
-
|
|
2727
|
-
|
|
3132
|
+
export function useGetAttributesByLibWithPermissionsLazyQuery(baseOptions) {
|
|
3133
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3134
|
+
return Apollo.useLazyQuery(GetAttributesByLibWithPermissionsDocument, options);
|
|
3135
|
+
}
|
|
3136
|
+
export function useGetAttributesByLibWithPermissionsSuspenseQuery(baseOptions) {
|
|
3137
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3138
|
+
return Apollo.useSuspenseQuery(GetAttributesByLibWithPermissionsDocument, options);
|
|
3139
|
+
}
|
|
3140
|
+
export const ExplorerAttributesDocument = gql `
|
|
3141
|
+
query ExplorerAttributes($ids: [ID!]) {
|
|
3142
|
+
attributes(filters: {ids: $ids}) {
|
|
3143
|
+
list {
|
|
3144
|
+
id
|
|
3145
|
+
type
|
|
3146
|
+
format
|
|
3147
|
+
label
|
|
3148
|
+
permissions {
|
|
3149
|
+
access_attribute
|
|
3150
|
+
}
|
|
3151
|
+
...LinkAttributeDetails
|
|
3152
|
+
}
|
|
3153
|
+
}
|
|
3154
|
+
}
|
|
3155
|
+
${LinkAttributeDetailsFragmentDoc}`;
|
|
2728
3156
|
/**
|
|
2729
|
-
*
|
|
3157
|
+
* __useExplorerAttributesQuery__
|
|
2730
3158
|
*
|
|
2731
|
-
* To run a query within a React component, call `
|
|
2732
|
-
* When your component renders, `
|
|
3159
|
+
* To run a query within a React component, call `useExplorerAttributesQuery` and pass it any options that fit your needs.
|
|
3160
|
+
* When your component renders, `useExplorerAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
2733
3161
|
* you can use to render your UI.
|
|
2734
3162
|
*
|
|
2735
3163
|
* @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;
|
|
2736
3164
|
*
|
|
2737
3165
|
* @example
|
|
2738
|
-
* const { data, loading, error } =
|
|
3166
|
+
* const { data, loading, error } = useExplorerAttributesQuery({
|
|
2739
3167
|
* variables: {
|
|
2740
|
-
*
|
|
2741
|
-
* attributeIds: // value for 'attributeIds'
|
|
2742
|
-
* filters: // value for 'filters'
|
|
3168
|
+
* ids: // value for 'ids'
|
|
2743
3169
|
* },
|
|
2744
3170
|
* });
|
|
2745
3171
|
*/
|
|
2746
|
-
export function
|
|
3172
|
+
export function useExplorerAttributesQuery(baseOptions) {
|
|
2747
3173
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2748
|
-
return Apollo.useQuery(
|
|
3174
|
+
return Apollo.useQuery(ExplorerAttributesDocument, options);
|
|
2749
3175
|
}
|
|
2750
|
-
export function
|
|
3176
|
+
export function useExplorerAttributesLazyQuery(baseOptions) {
|
|
2751
3177
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2752
|
-
return Apollo.useLazyQuery(
|
|
3178
|
+
return Apollo.useLazyQuery(ExplorerAttributesDocument, options);
|
|
2753
3179
|
}
|
|
2754
|
-
export
|
|
2755
|
-
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
|
-
|
|
2759
|
-
|
|
3180
|
+
export function useExplorerAttributesSuspenseQuery(baseOptions) {
|
|
3181
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3182
|
+
return Apollo.useSuspenseQuery(ExplorerAttributesDocument, options);
|
|
3183
|
+
}
|
|
3184
|
+
export const ExplorerLinkAttributeDocument = gql `
|
|
3185
|
+
query ExplorerLinkAttribute($id: ID!) {
|
|
3186
|
+
attributes(filters: {ids: [$id]}) {
|
|
3187
|
+
list {
|
|
3188
|
+
id
|
|
3189
|
+
multiple_values
|
|
3190
|
+
permissions {
|
|
3191
|
+
access_attribute
|
|
3192
|
+
edit_value
|
|
3193
|
+
}
|
|
3194
|
+
...LinkAttributeDetails
|
|
3195
|
+
}
|
|
3196
|
+
}
|
|
2760
3197
|
}
|
|
2761
|
-
|
|
3198
|
+
${LinkAttributeDetailsFragmentDoc}`;
|
|
3199
|
+
/**
|
|
3200
|
+
* __useExplorerLinkAttributeQuery__
|
|
3201
|
+
*
|
|
3202
|
+
* To run a query within a React component, call `useExplorerLinkAttributeQuery` and pass it any options that fit your needs.
|
|
3203
|
+
* When your component renders, `useExplorerLinkAttributeQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
3204
|
+
* you can use to render your UI.
|
|
3205
|
+
*
|
|
3206
|
+
* @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;
|
|
3207
|
+
*
|
|
3208
|
+
* @example
|
|
3209
|
+
* const { data, loading, error } = useExplorerLinkAttributeQuery({
|
|
3210
|
+
* variables: {
|
|
3211
|
+
* id: // value for 'id'
|
|
3212
|
+
* },
|
|
3213
|
+
* });
|
|
3214
|
+
*/
|
|
3215
|
+
export function useExplorerLinkAttributeQuery(baseOptions) {
|
|
3216
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3217
|
+
return Apollo.useQuery(ExplorerLinkAttributeDocument, options);
|
|
2762
3218
|
}
|
|
2763
|
-
|
|
3219
|
+
export function useExplorerLinkAttributeLazyQuery(baseOptions) {
|
|
3220
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3221
|
+
return Apollo.useLazyQuery(ExplorerLinkAttributeDocument, options);
|
|
3222
|
+
}
|
|
3223
|
+
export function useExplorerLinkAttributeSuspenseQuery(baseOptions) {
|
|
3224
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3225
|
+
return Apollo.useSuspenseQuery(ExplorerLinkAttributeDocument, options);
|
|
3226
|
+
}
|
|
3227
|
+
export const ExplorerLibraryDataDocument = gql `
|
|
3228
|
+
query ExplorerLibraryData($libraryId: ID!, $attributeIds: [ID!]!, $pagination: RecordsPagination, $filters: [RecordFilterInput], $multipleSort: [RecordSortInput!], $searchQuery: String) {
|
|
3229
|
+
records(
|
|
3230
|
+
library: $libraryId
|
|
3231
|
+
filters: $filters
|
|
3232
|
+
pagination: $pagination
|
|
3233
|
+
multipleSort: $multipleSort
|
|
3234
|
+
searchQuery: $searchQuery
|
|
3235
|
+
) {
|
|
3236
|
+
totalCount
|
|
3237
|
+
list {
|
|
3238
|
+
...RecordIdentity
|
|
3239
|
+
active
|
|
3240
|
+
permissions {
|
|
3241
|
+
create_record
|
|
3242
|
+
delete_record
|
|
3243
|
+
}
|
|
3244
|
+
properties(attributeIds: $attributeIds) {
|
|
3245
|
+
attributeId
|
|
3246
|
+
attributeProperties {
|
|
3247
|
+
...AttributeProperties
|
|
3248
|
+
}
|
|
3249
|
+
values {
|
|
3250
|
+
...PropertyValue
|
|
3251
|
+
}
|
|
3252
|
+
}
|
|
3253
|
+
}
|
|
3254
|
+
}
|
|
3255
|
+
}
|
|
3256
|
+
${RecordIdentityFragmentDoc}
|
|
3257
|
+
${AttributePropertiesFragmentDoc}
|
|
3258
|
+
${PropertyValueFragmentDoc}`;
|
|
2764
3259
|
/**
|
|
2765
3260
|
* __useExplorerLibraryDataQuery__
|
|
2766
3261
|
*
|
|
@@ -2774,6 +3269,11 @@ export const ExplorerLibraryDataDocument = gql `
|
|
|
2774
3269
|
* const { data, loading, error } = useExplorerLibraryDataQuery({
|
|
2775
3270
|
* variables: {
|
|
2776
3271
|
* libraryId: // value for 'libraryId'
|
|
3272
|
+
* attributeIds: // value for 'attributeIds'
|
|
3273
|
+
* pagination: // value for 'pagination'
|
|
3274
|
+
* filters: // value for 'filters'
|
|
3275
|
+
* multipleSort: // value for 'multipleSort'
|
|
3276
|
+
* searchQuery: // value for 'searchQuery'
|
|
2777
3277
|
* },
|
|
2778
3278
|
* });
|
|
2779
3279
|
*/
|
|
@@ -2785,4 +3285,334 @@ export function useExplorerLibraryDataLazyQuery(baseOptions) {
|
|
|
2785
3285
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2786
3286
|
return Apollo.useLazyQuery(ExplorerLibraryDataDocument, options);
|
|
2787
3287
|
}
|
|
3288
|
+
export function useExplorerLibraryDataSuspenseQuery(baseOptions) {
|
|
3289
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3290
|
+
return Apollo.useSuspenseQuery(ExplorerLibraryDataDocument, options);
|
|
3291
|
+
}
|
|
3292
|
+
export const ExplorerLinkDataDocument = gql `
|
|
3293
|
+
query ExplorerLinkData($attributeIds: [ID!]!, $parentLibraryId: ID!, $parentRecordId: String, $linkAttributeId: ID!) {
|
|
3294
|
+
records(
|
|
3295
|
+
library: $parentLibraryId
|
|
3296
|
+
filters: [{field: "id", condition: EQUAL, value: $parentRecordId}]
|
|
3297
|
+
) {
|
|
3298
|
+
list {
|
|
3299
|
+
id
|
|
3300
|
+
whoAmI {
|
|
3301
|
+
id
|
|
3302
|
+
library {
|
|
3303
|
+
id
|
|
3304
|
+
}
|
|
3305
|
+
}
|
|
3306
|
+
property(attribute: $linkAttributeId) {
|
|
3307
|
+
...LinkProperty
|
|
3308
|
+
}
|
|
3309
|
+
}
|
|
3310
|
+
}
|
|
3311
|
+
}
|
|
3312
|
+
${LinkPropertyFragmentDoc}`;
|
|
3313
|
+
/**
|
|
3314
|
+
* __useExplorerLinkDataQuery__
|
|
3315
|
+
*
|
|
3316
|
+
* To run a query within a React component, call `useExplorerLinkDataQuery` and pass it any options that fit your needs.
|
|
3317
|
+
* When your component renders, `useExplorerLinkDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
3318
|
+
* you can use to render your UI.
|
|
3319
|
+
*
|
|
3320
|
+
* @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;
|
|
3321
|
+
*
|
|
3322
|
+
* @example
|
|
3323
|
+
* const { data, loading, error } = useExplorerLinkDataQuery({
|
|
3324
|
+
* variables: {
|
|
3325
|
+
* attributeIds: // value for 'attributeIds'
|
|
3326
|
+
* parentLibraryId: // value for 'parentLibraryId'
|
|
3327
|
+
* parentRecordId: // value for 'parentRecordId'
|
|
3328
|
+
* linkAttributeId: // value for 'linkAttributeId'
|
|
3329
|
+
* },
|
|
3330
|
+
* });
|
|
3331
|
+
*/
|
|
3332
|
+
export function useExplorerLinkDataQuery(baseOptions) {
|
|
3333
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3334
|
+
return Apollo.useQuery(ExplorerLinkDataDocument, options);
|
|
3335
|
+
}
|
|
3336
|
+
export function useExplorerLinkDataLazyQuery(baseOptions) {
|
|
3337
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3338
|
+
return Apollo.useLazyQuery(ExplorerLinkDataDocument, options);
|
|
3339
|
+
}
|
|
3340
|
+
export function useExplorerLinkDataSuspenseQuery(baseOptions) {
|
|
3341
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3342
|
+
return Apollo.useSuspenseQuery(ExplorerLinkDataDocument, options);
|
|
3343
|
+
}
|
|
3344
|
+
export const GetLibraryAttributesDocument = gql `
|
|
3345
|
+
query GetLibraryAttributes($libraryId: ID!) {
|
|
3346
|
+
libraries(filters: {id: [$libraryId]}) {
|
|
3347
|
+
list {
|
|
3348
|
+
id
|
|
3349
|
+
attributes {
|
|
3350
|
+
...LibraryAttribute
|
|
3351
|
+
}
|
|
3352
|
+
}
|
|
3353
|
+
}
|
|
3354
|
+
}
|
|
3355
|
+
${LibraryAttributeFragmentDoc}`;
|
|
3356
|
+
/**
|
|
3357
|
+
* __useGetLibraryAttributesQuery__
|
|
3358
|
+
*
|
|
3359
|
+
* To run a query within a React component, call `useGetLibraryAttributesQuery` and pass it any options that fit your needs.
|
|
3360
|
+
* When your component renders, `useGetLibraryAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
3361
|
+
* you can use to render your UI.
|
|
3362
|
+
*
|
|
3363
|
+
* @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;
|
|
3364
|
+
*
|
|
3365
|
+
* @example
|
|
3366
|
+
* const { data, loading, error } = useGetLibraryAttributesQuery({
|
|
3367
|
+
* variables: {
|
|
3368
|
+
* libraryId: // value for 'libraryId'
|
|
3369
|
+
* },
|
|
3370
|
+
* });
|
|
3371
|
+
*/
|
|
3372
|
+
export function useGetLibraryAttributesQuery(baseOptions) {
|
|
3373
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3374
|
+
return Apollo.useQuery(GetLibraryAttributesDocument, options);
|
|
3375
|
+
}
|
|
3376
|
+
export function useGetLibraryAttributesLazyQuery(baseOptions) {
|
|
3377
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3378
|
+
return Apollo.useLazyQuery(GetLibraryAttributesDocument, options);
|
|
3379
|
+
}
|
|
3380
|
+
export function useGetLibraryAttributesSuspenseQuery(baseOptions) {
|
|
3381
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3382
|
+
return Apollo.useSuspenseQuery(GetLibraryAttributesDocument, options);
|
|
3383
|
+
}
|
|
3384
|
+
export const ExplorerLibraryDetailsDocument = gql `
|
|
3385
|
+
query ExplorerLibraryDetails($libraryId: ID!) {
|
|
3386
|
+
libraries(filters: {id: [$libraryId]}) {
|
|
3387
|
+
list {
|
|
3388
|
+
id
|
|
3389
|
+
label
|
|
3390
|
+
behavior
|
|
3391
|
+
}
|
|
3392
|
+
}
|
|
3393
|
+
}
|
|
3394
|
+
`;
|
|
3395
|
+
/**
|
|
3396
|
+
* __useExplorerLibraryDetailsQuery__
|
|
3397
|
+
*
|
|
3398
|
+
* To run a query within a React component, call `useExplorerLibraryDetailsQuery` and pass it any options that fit your needs.
|
|
3399
|
+
* When your component renders, `useExplorerLibraryDetailsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
3400
|
+
* you can use to render your UI.
|
|
3401
|
+
*
|
|
3402
|
+
* @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;
|
|
3403
|
+
*
|
|
3404
|
+
* @example
|
|
3405
|
+
* const { data, loading, error } = useExplorerLibraryDetailsQuery({
|
|
3406
|
+
* variables: {
|
|
3407
|
+
* libraryId: // value for 'libraryId'
|
|
3408
|
+
* },
|
|
3409
|
+
* });
|
|
3410
|
+
*/
|
|
3411
|
+
export function useExplorerLibraryDetailsQuery(baseOptions) {
|
|
3412
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3413
|
+
return Apollo.useQuery(ExplorerLibraryDetailsDocument, options);
|
|
3414
|
+
}
|
|
3415
|
+
export function useExplorerLibraryDetailsLazyQuery(baseOptions) {
|
|
3416
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3417
|
+
return Apollo.useLazyQuery(ExplorerLibraryDetailsDocument, options);
|
|
3418
|
+
}
|
|
3419
|
+
export function useExplorerLibraryDetailsSuspenseQuery(baseOptions) {
|
|
3420
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3421
|
+
return Apollo.useSuspenseQuery(ExplorerLibraryDetailsDocument, options);
|
|
3422
|
+
}
|
|
3423
|
+
export const ExplorerSelectionIdsDocument = gql `
|
|
3424
|
+
query ExplorerSelectionIds($libraryId: ID!, $filters: [RecordFilterInput]) {
|
|
3425
|
+
records(library: $libraryId, filters: $filters) {
|
|
3426
|
+
list {
|
|
3427
|
+
id
|
|
3428
|
+
}
|
|
3429
|
+
}
|
|
3430
|
+
}
|
|
3431
|
+
`;
|
|
3432
|
+
/**
|
|
3433
|
+
* __useExplorerSelectionIdsQuery__
|
|
3434
|
+
*
|
|
3435
|
+
* To run a query within a React component, call `useExplorerSelectionIdsQuery` and pass it any options that fit your needs.
|
|
3436
|
+
* When your component renders, `useExplorerSelectionIdsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
3437
|
+
* you can use to render your UI.
|
|
3438
|
+
*
|
|
3439
|
+
* @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;
|
|
3440
|
+
*
|
|
3441
|
+
* @example
|
|
3442
|
+
* const { data, loading, error } = useExplorerSelectionIdsQuery({
|
|
3443
|
+
* variables: {
|
|
3444
|
+
* libraryId: // value for 'libraryId'
|
|
3445
|
+
* filters: // value for 'filters'
|
|
3446
|
+
* },
|
|
3447
|
+
* });
|
|
3448
|
+
*/
|
|
3449
|
+
export function useExplorerSelectionIdsQuery(baseOptions) {
|
|
3450
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3451
|
+
return Apollo.useQuery(ExplorerSelectionIdsDocument, options);
|
|
3452
|
+
}
|
|
3453
|
+
export function useExplorerSelectionIdsLazyQuery(baseOptions) {
|
|
3454
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3455
|
+
return Apollo.useLazyQuery(ExplorerSelectionIdsDocument, options);
|
|
3456
|
+
}
|
|
3457
|
+
export function useExplorerSelectionIdsSuspenseQuery(baseOptions) {
|
|
3458
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3459
|
+
return Apollo.useSuspenseQuery(ExplorerSelectionIdsDocument, options);
|
|
3460
|
+
}
|
|
3461
|
+
export const MeDocument = gql `
|
|
3462
|
+
query Me {
|
|
3463
|
+
me {
|
|
3464
|
+
id
|
|
3465
|
+
whoAmI {
|
|
3466
|
+
id
|
|
3467
|
+
library {
|
|
3468
|
+
id
|
|
3469
|
+
}
|
|
3470
|
+
}
|
|
3471
|
+
}
|
|
3472
|
+
}
|
|
3473
|
+
`;
|
|
3474
|
+
/**
|
|
3475
|
+
* __useMeQuery__
|
|
3476
|
+
*
|
|
3477
|
+
* To run a query within a React component, call `useMeQuery` and pass it any options that fit your needs.
|
|
3478
|
+
* When your component renders, `useMeQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
3479
|
+
* you can use to render your UI.
|
|
3480
|
+
*
|
|
3481
|
+
* @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;
|
|
3482
|
+
*
|
|
3483
|
+
* @example
|
|
3484
|
+
* const { data, loading, error } = useMeQuery({
|
|
3485
|
+
* variables: {
|
|
3486
|
+
* },
|
|
3487
|
+
* });
|
|
3488
|
+
*/
|
|
3489
|
+
export function useMeQuery(baseOptions) {
|
|
3490
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3491
|
+
return Apollo.useQuery(MeDocument, options);
|
|
3492
|
+
}
|
|
3493
|
+
export function useMeLazyQuery(baseOptions) {
|
|
3494
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3495
|
+
return Apollo.useLazyQuery(MeDocument, options);
|
|
3496
|
+
}
|
|
3497
|
+
export function useMeSuspenseQuery(baseOptions) {
|
|
3498
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3499
|
+
return Apollo.useSuspenseQuery(MeDocument, options);
|
|
3500
|
+
}
|
|
3501
|
+
export const UpdateViewDocument = gql `
|
|
3502
|
+
mutation UpdateView($view: ViewInputPartial!) {
|
|
3503
|
+
updateView(view: $view) {
|
|
3504
|
+
...ViewDetails
|
|
3505
|
+
}
|
|
3506
|
+
}
|
|
3507
|
+
${ViewDetailsFragmentDoc}`;
|
|
3508
|
+
/**
|
|
3509
|
+
* __useUpdateViewMutation__
|
|
3510
|
+
*
|
|
3511
|
+
* To run a mutation, you first call `useUpdateViewMutation` within a React component and pass it any options that fit your needs.
|
|
3512
|
+
* When your component renders, `useUpdateViewMutation` returns a tuple that includes:
|
|
3513
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
3514
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
3515
|
+
*
|
|
3516
|
+
* @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;
|
|
3517
|
+
*
|
|
3518
|
+
* @example
|
|
3519
|
+
* const [updateViewMutation, { data, loading, error }] = useUpdateViewMutation({
|
|
3520
|
+
* variables: {
|
|
3521
|
+
* view: // value for 'view'
|
|
3522
|
+
* },
|
|
3523
|
+
* });
|
|
3524
|
+
*/
|
|
3525
|
+
export function useUpdateViewMutation(baseOptions) {
|
|
3526
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3527
|
+
return Apollo.useMutation(UpdateViewDocument, options);
|
|
3528
|
+
}
|
|
3529
|
+
export const GetJoinLibraryMandatoryAttributeValuesDocument = gql `
|
|
3530
|
+
query getJoinLibraryMandatoryAttributeValues($joinLibraryId: ID!, $filters: [RecordFilterInput], $mandatoryAttributeId: ID!) {
|
|
3531
|
+
records(library: $joinLibraryId, filters: $filters) {
|
|
3532
|
+
list {
|
|
3533
|
+
id
|
|
3534
|
+
property(attribute: $mandatoryAttributeId) {
|
|
3535
|
+
... on LinkValue {
|
|
3536
|
+
payload {
|
|
3537
|
+
id
|
|
3538
|
+
}
|
|
3539
|
+
}
|
|
3540
|
+
... on TreeValue {
|
|
3541
|
+
payload {
|
|
3542
|
+
id
|
|
3543
|
+
}
|
|
3544
|
+
}
|
|
3545
|
+
}
|
|
3546
|
+
}
|
|
3547
|
+
}
|
|
3548
|
+
}
|
|
3549
|
+
`;
|
|
3550
|
+
/**
|
|
3551
|
+
* __useGetJoinLibraryMandatoryAttributeValuesQuery__
|
|
3552
|
+
*
|
|
3553
|
+
* To run a query within a React component, call `useGetJoinLibraryMandatoryAttributeValuesQuery` and pass it any options that fit your needs.
|
|
3554
|
+
* When your component renders, `useGetJoinLibraryMandatoryAttributeValuesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
3555
|
+
* you can use to render your UI.
|
|
3556
|
+
*
|
|
3557
|
+
* @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;
|
|
3558
|
+
*
|
|
3559
|
+
* @example
|
|
3560
|
+
* const { data, loading, error } = useGetJoinLibraryMandatoryAttributeValuesQuery({
|
|
3561
|
+
* variables: {
|
|
3562
|
+
* joinLibraryId: // value for 'joinLibraryId'
|
|
3563
|
+
* filters: // value for 'filters'
|
|
3564
|
+
* mandatoryAttributeId: // value for 'mandatoryAttributeId'
|
|
3565
|
+
* },
|
|
3566
|
+
* });
|
|
3567
|
+
*/
|
|
3568
|
+
export function useGetJoinLibraryMandatoryAttributeValuesQuery(baseOptions) {
|
|
3569
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3570
|
+
return Apollo.useQuery(GetJoinLibraryMandatoryAttributeValuesDocument, options);
|
|
3571
|
+
}
|
|
3572
|
+
export function useGetJoinLibraryMandatoryAttributeValuesLazyQuery(baseOptions) {
|
|
3573
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3574
|
+
return Apollo.useLazyQuery(GetJoinLibraryMandatoryAttributeValuesDocument, options);
|
|
3575
|
+
}
|
|
3576
|
+
export function useGetJoinLibraryMandatoryAttributeValuesSuspenseQuery(baseOptions) {
|
|
3577
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3578
|
+
return Apollo.useSuspenseQuery(GetJoinLibraryMandatoryAttributeValuesDocument, options);
|
|
3579
|
+
}
|
|
3580
|
+
export const TreeDataQueryDocument = gql `
|
|
3581
|
+
query TreeDataQuery($treeId: ID!) {
|
|
3582
|
+
trees(filters: {id: [$treeId]}) {
|
|
3583
|
+
list {
|
|
3584
|
+
id
|
|
3585
|
+
label
|
|
3586
|
+
}
|
|
3587
|
+
}
|
|
3588
|
+
}
|
|
3589
|
+
`;
|
|
3590
|
+
/**
|
|
3591
|
+
* __useTreeDataQueryQuery__
|
|
3592
|
+
*
|
|
3593
|
+
* To run a query within a React component, call `useTreeDataQueryQuery` and pass it any options that fit your needs.
|
|
3594
|
+
* When your component renders, `useTreeDataQueryQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
3595
|
+
* you can use to render your UI.
|
|
3596
|
+
*
|
|
3597
|
+
* @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;
|
|
3598
|
+
*
|
|
3599
|
+
* @example
|
|
3600
|
+
* const { data, loading, error } = useTreeDataQueryQuery({
|
|
3601
|
+
* variables: {
|
|
3602
|
+
* treeId: // value for 'treeId'
|
|
3603
|
+
* },
|
|
3604
|
+
* });
|
|
3605
|
+
*/
|
|
3606
|
+
export function useTreeDataQueryQuery(baseOptions) {
|
|
3607
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3608
|
+
return Apollo.useQuery(TreeDataQueryDocument, options);
|
|
3609
|
+
}
|
|
3610
|
+
export function useTreeDataQueryLazyQuery(baseOptions) {
|
|
3611
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3612
|
+
return Apollo.useLazyQuery(TreeDataQueryDocument, options);
|
|
3613
|
+
}
|
|
3614
|
+
export function useTreeDataQuerySuspenseQuery(baseOptions) {
|
|
3615
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3616
|
+
return Apollo.useSuspenseQuery(TreeDataQueryDocument, options);
|
|
3617
|
+
}
|
|
2788
3618
|
//# sourceMappingURL=index.js.map
|