@leav/ui 0.4.0-65b14f8 → 0.4.0-68337df
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/__mocks__/common/form.js +5 -1
- package/dist/__mocks__/common/form.js.map +1 -1
- package/dist/__mocks__/common/value.d.ts +1 -2
- package/dist/__mocks__/common/value.js +0 -11
- package/dist/__mocks__/common/value.js.map +1 -1
- package/dist/_gqlTypes/index.d.ts +283 -0
- package/dist/_gqlTypes/index.js +151 -0
- package/dist/_gqlTypes/index.js.map +1 -1
- package/dist/_queries/attributes/attributeDetailsFragment.js +1 -0
- package/dist/_queries/attributes/attributeDetailsFragment.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/getRecordFormQuery.js +4 -0
- package/dist/_queries/records/getRecordFormQuery.js.map +1 -1
- package/dist/components/CreateDirectory/CreateDirectory.js +4 -4
- package/dist/components/CreateDirectory/CreateDirectory.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/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 +2 -1
- package/dist/components/Explorer/DataView.js +31 -11
- package/dist/components/Explorer/DataView.js.map +1 -1
- package/dist/components/Explorer/Explorer.d.ts +5 -4
- package/dist/components/Explorer/Explorer.js +25 -11
- package/dist/components/Explorer/Explorer.js.map +1 -1
- package/dist/components/Explorer/IdCard.js +1 -1
- package/dist/components/Explorer/IdCard.js.map +1 -1
- package/dist/components/Explorer/TableCell.js +22 -11
- package/dist/components/Explorer/TableCell.js.map +1 -1
- package/dist/components/Explorer/TableTagGroup.d.ts +0 -1
- package/dist/components/Explorer/TableTagGroup.js +3 -16
- package/dist/components/Explorer/TableTagGroup.js.map +1 -1
- package/dist/components/Explorer/_constants.d.ts +3 -0
- package/dist/components/Explorer/_constants.js +3 -0
- package/dist/components/Explorer/_constants.js.map +1 -1
- package/dist/components/Explorer/_queries/useExplorerData.d.ts +1 -0
- package/dist/components/Explorer/_queries/useExplorerData.js +20 -10
- package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -1
- package/dist/components/Explorer/_types.d.ts +11 -3
- package/dist/components/Explorer/_types.js.map +1 -1
- package/dist/components/Explorer/actions-item/useEditItemAction.d.ts +2 -1
- package/dist/components/Explorer/actions-item/useEditItemAction.js +4 -2
- package/dist/components/Explorer/actions-item/useEditItemAction.js.map +1 -1
- package/dist/components/Explorer/actions-item/{useRemoveItemAction.d.ts → useEditStatusItemAction.d.ts} +4 -2
- package/dist/components/Explorer/actions-item/{useRemoveItemAction.js → useEditStatusItemAction.js} +81 -24
- 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 +2 -1
- package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js +12 -3
- package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js.map +1 -1
- package/dist/components/Explorer/actions-mass/useDeleteLinkValues.js +5 -5
- package/dist/components/Explorer/actions-mass/useDeleteLinkValues.js.map +1 -1
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.d.ts +2 -1
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js +11 -3
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js.map +1 -1
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.d.ts +5 -2
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js +20 -4
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js.map +1 -1
- package/dist/components/Explorer/link-item/LinkModal.d.ts +2 -0
- package/dist/components/Explorer/link-item/LinkModal.js +14 -4
- package/dist/components/Explorer/link-item/LinkModal.js.map +1 -1
- package/dist/components/Explorer/link-item/{useLinkMassAction.d.ts → useAddLinkMassAction.d.ts} +1 -1
- package/dist/components/Explorer/link-item/{useLinkMassAction.js → useAddLinkMassAction.js} +2 -2
- 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.js +32 -42
- package/dist/components/Explorer/list-saved-views/SavedViews.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js +11 -9
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.d.ts +4 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.d.ts +1 -1
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js +2 -2
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js +1 -1
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/save-view/LabelViewFormModal.js +1 -1
- package/dist/components/Explorer/manage-view-settings/save-view/LabelViewFormModal.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/save-view/useCreateNewView.js +1 -1
- package/dist/components/Explorer/manage-view-settings/save-view/useCreateNewView.js.map +1 -1
- 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.js +1 -1
- package/dist/components/Explorer/manage-view-settings/save-view/useResetView.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/save-view/useShareView.js +1 -1
- package/dist/components/Explorer/manage-view-settings/save-view/useShareView.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.d.ts +1 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +3 -2
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.d.ts +8 -1
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +30 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -1
- package/dist/components/Explorer/useColumnWidth.js +2 -1
- package/dist/components/Explorer/useColumnWidth.js.map +1 -1
- package/dist/components/Explorer/useLoadView.js +4 -2
- package/dist/components/Explorer/useLoadView.js.map +1 -1
- package/dist/components/Explorer/usePagination.d.ts +2 -1
- package/dist/components/Explorer/usePagination.js.map +1 -1
- package/dist/components/Explorer/useSearchInput.d.ts +3 -1
- package/dist/components/Explorer/useSearchInput.js +2 -1
- package/dist/components/Explorer/useSearchInput.js.map +1 -1
- package/dist/components/Explorer/useViewSettingsReducer.d.ts +1 -1
- package/dist/components/Explorer/useViewSettingsReducer.js +43 -19
- package/dist/components/Explorer/useViewSettingsReducer.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.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/FiltersPanel/Filter/Filter.js +2 -2
- 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/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/shared/DeactivateRecordBtn/DeactivateRecordBtn.js +3 -3
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js.map +1 -1
- package/dist/components/LinkSelect/LinkSelect.d.ts +12 -0
- package/dist/components/LinkSelect/LinkSelect.js +44 -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 → LinkSelect}/index.js +2 -2
- package/dist/components/LinkSelect/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/EditRecord.d.ts +2 -4
- package/dist/components/RecordEdition/EditRecord/EditRecord.js +37 -39
- 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/TreeField/TreeFieldValue → EditRecordButtons}/index.js +2 -2
- package/dist/components/RecordEdition/EditRecordButtons/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.d.ts +3 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +12 -3
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +5 -0
- package/dist/components/RecordEdition/EditRecordContent/_types.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/uiElements/Container/Container.d.ts +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.d.ts +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.js +39 -11
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.d.ts +8 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js +101 -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 +27 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-edition/useLinkRecordsInEdition.js +124 -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.js +34 -47
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js +1 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js +1 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js +1 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js +2 -5
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js +1 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +1 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js +1 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js +1 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +2 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +2 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js +5 -8
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.d.ts +1 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.d.ts +4 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js +67 -215
- 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 +10 -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/useDisplayTreeNode.d.ts +11 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/useDisplayTreeNode.js +8 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/useDisplayTreeNode.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.d.ts +15 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.js +44 -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 +23 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.js +145 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/{StandardField → shared}/ComputeIndicator.d.ts +4 -2
- 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/{StandardField → shared}/DeleteAllValuesButton.js +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/DeleteAllValuesButton.js.map +1 -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 +4 -0
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +51 -51
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.d.ts +3 -1
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +9 -7
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js +2 -2
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js +18 -12
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js +3 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js.map +1 -1
- 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/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 +29 -3
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js +65 -5
- 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 +2 -0
- package/dist/components/RecordEdition/index.js +2 -0
- package/dist/components/RecordEdition/index.js.map +1 -1
- package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.d.ts +2 -0
- package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.js +8 -6
- package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +3 -1
- package/dist/components/SelectTreeNode/SelectTreeNode.js +4 -4
- package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.d.ts +3 -1
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +14 -6
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -1
- 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/SelectTreeNodeModal/SelectTreeNodeModal.js +1 -1
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js.map +1 -1
- 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/index.d.ts +0 -1
- package/dist/components/index.js +0 -1
- package/dist/components/index.js.map +1 -1
- package/dist/constants.d.ts +3 -1
- package/dist/constants.js +3 -1
- 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 +1 -0
- package/dist/hooks/index.js +1 -0
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/useAppLang/useAppLang.js.map +1 -1
- package/dist/hooks/useGetRecordForm/useGetRecordForm.js +1 -1
- package/dist/hooks/useGetRecordForm/useGetRecordForm.js.map +1 -1
- package/dist/hooks/useIFrameMessenger/messageHandlers.d.ts +14 -0
- package/dist/hooks/useIFrameMessenger/messageHandlers.js +118 -0
- package/dist/hooks/useIFrameMessenger/messageHandlers.js.map +1 -0
- package/dist/hooks/useIFrameMessenger/types.d.ts +92 -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 +11 -0
- package/dist/hooks/useIFrameMessenger/useIFrameMessenger.js +73 -0
- package/dist/hooks/useIFrameMessenger/useIFrameMessenger.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 +31 -11
- package/dist/locales/fr/shared.json +31 -11
- package/dist/types/trees.d.ts +1 -0
- package/package.json +3 -4
- package/dist/components/Explorer/actions-item/useRemoveItemAction.js.map +0 -1
- package/dist/components/Explorer/link-item/useLinkMassAction.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 -20
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js +0 -53
- 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 -20
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js +0 -71
- 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 +0 -6
- 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 +0 -6
- 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/ComputeIndicator.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.d.ts +0 -4
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.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 +0 -6
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/index.js.map +0 -1
- /package/dist/components/RecordEdition/EditRecordContent/uiElements/{StandardField → shared}/ComputeIndicator.js +0 -0
- /package/dist/components/RecordEdition/EditRecordContent/uiElements/{StandardField → shared}/calculatedInheritedFlags.d.ts +0 -0
- /package/dist/components/RecordEdition/EditRecordContent/uiElements/{StandardField → shared}/calculatedInheritedFlags.js +0 -0
|
@@ -291,6 +291,10 @@ export const mockRecordForm = {
|
|
|
291
291
|
},
|
|
292
292
|
recordId: '123456',
|
|
293
293
|
dependencyAttributes: [],
|
|
294
|
-
elements: [{ ...mockFormElementInput, settings: [{ key: 'my_settings', value: 'value' }] }]
|
|
294
|
+
elements: [{ ...mockFormElementInput, settings: [{ key: 'my_settings', value: 'value' }] }],
|
|
295
|
+
sidePanel: {
|
|
296
|
+
enable: true,
|
|
297
|
+
isOpenByDefault: true
|
|
298
|
+
}
|
|
295
299
|
};
|
|
296
300
|
//# sourceMappingURL=form.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"form.js","sourceRoot":"","sources":["../../../src/__mocks__/common/form.tsx"],"names":[],"mappings":";AAAA,oFAAoF;AACpF,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,EACH,cAAc,EACd,kBAAkB,EAIlB,aAAa,EAChB,MAAM,aAAa,CAAC;AAErB,OAAO,EAAC,eAAe,EAAE,aAAa,EAAE,gBAAgB,EAAE,eAAe,EAAC,MAAM,eAAe,CAAC;AAChG,OAAO,EAAC,UAAU,EAAC,MAAM,6BAA6B,CAAC;AAGvD,OAAO,EAAC,mBAAmB,EAAE,iBAAiB,EAAC,MAAM,aAAa,CAAC;AACnE,OAAO,EAAC,YAAY,EAAC,MAAM,SAAS,CAAC;AACrC,OAAO,EAAC,kBAAkB,EAAC,MAAM,kBAAkB,CAAC;AAEpD,MAAM,eAAe,GAAG;IACpB,IAAI,EAAE,gBAAgB,CAAC,MAAM;IAC7B,SAAS,EAAE,IAAI;IACf,UAAU,EAAE,IAAI;IAChB,MAAM,EAAE;QACJ;YACI,KAAK,EAAE,oBAAoB;YAC3B,SAAS,EAAE,cAAc;YACzB,OAAO,EAAE,oBAAoB;YAC7B,WAAW,EAAE,gBAAgB;YAC7B,UAAU,EAAE,SAAS;YACrB,WAAW,EAAE,SAAS;YACtB,UAAU,EAAE,YAAY;YACxB,WAAW,EAAE,YAAY;YACzB,QAAQ,EAAE,IAAI;YACd,SAAS,EAAE,mBAAmB;YAC9B,QAAQ,EAAE,IAAI;YACd,OAAO,EAAE,IAAI;SAChB;KACJ;IACD,QAAQ,EAAE,EAAE;CACf,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAAoB;IACrD,GAAG,eAAe;IAClB,EAAE,EAAE,WAAW;IACf,WAAW,EAAE,QAAQ;IACrB,SAAS,EAAE,GAAG,EAAE,CAAC,wBAAM,kBAAkB,CAAC,gBAAgB,GAAO;IACjE,IAAI,EAAE,gBAAgB,CAAC,MAAM;IAC7B,aAAa,EAAE,kBAAkB,CAAC,gBAAgB;CACrD,CAAC;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAAoB;IACjD,GAAG,eAAe;IAClB,EAAE,EAAE,eAAe;IACnB,WAAW,EAAE,QAAQ;IACrB,QAAQ,EAAE,EAAC,SAAS,EAAE,gBAAgB,EAAC;IACvC,SAAS,EAAE,EAAC,GAAG,iBAAiB,EAAE,MAAM,EAAE,eAAe,CAAC,IAAI,EAAE,aAAa,EAAE,EAAC,WAAW,EAAE,KAAK,EAAE,OAAO,EAAE,IAAI,EAAC,EAAC;IACnH,SAAS,EAAE,GAAG,EAAE,CAAC,wBAAM,cAAc,CAAC,UAAU,GAAO;IACvD,IAAI,EAAE,gBAAgB,CAAC,KAAK;IAC5B,aAAa,EAAE,cAAc,CAAC,UAAU;CAC3C,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAAoB;IACzD,GAAG,eAAe;IAClB,EAAE,EAAE,wBAAwB;IAC5B,WAAW,EAAE,QAAQ;IACrB,QAAQ,EAAE,EAAC,SAAS,EAAE,yBAAyB,EAAC;IAChD,SAAS,EAAE;QACP,GAAG,iBAAiB;QACpB,MAAM,EAAE,eAAe,CAAC,IAAI;QAC5B,aAAa,EAAE,EAAC,WAAW,EAAE,KAAK,EAAE,OAAO,EAAE,IAAI,EAAC;QAClD,QAAQ,EAAE,IAAI;KACjB;IACD,SAAS,EAAE,GAAG,EAAE,CAAC,wBAAM,cAAc,CAAC,UAAU,GAAO;IACvD,IAAI,EAAE,gBAAgB,CAAC,KAAK;IAC5B,aAAa,EAAE,cAAc,CAAC,UAAU;CAC3C,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAAoB;IACzD,GAAG,eAAe;IAClB,EAAE,EAAE,eAAe;IACnB,WAAW,EAAE,QAAQ;IACrB,QAAQ,EAAE,EAAC,SAAS,EAAE,gBAAgB,EAAC;IACvC,SAAS,EAAE;QACP,GAAG,iBAAiB;QACpB,IAAI,EAAE,aAAa,CAAC,QAAQ;QAC5B,eAAe,EAAE,IAAI;QACrB,MAAM,EAAE,eAAe,CAAC,IAAI;QAC5B,aAAa,EAAE,EAAC,WAAW,EAAE,KAAK,EAAE,OAAO,EAAE,IAAI,EAAC;KACrD;IACD,SAAS,EAAE,GAAG,EAAE,CAAC,wBAAM,cAAc,CAAC,UAAU,GAAO;IACvD,IAAI,EAAE,gBAAgB,CAAC,KAAK;IAC5B,aAAa,EAAE,cAAc,CAAC,UAAU;CAC3C,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAAoB;IAChD,GAAG,eAAe;IAClB,EAAE,EAAE,cAAc;IAClB,WAAW,EAAE,QAAQ;IACrB,QAAQ,EAAE,EAAC,SAAS,EAAE,gBAAgB,EAAC;IACvC,SAAS,EAAE,GAAG,EAAE,CAAC,wBAAM,cAAc,CAAC,IAAI,GAAO;IACjD,IAAI,EAAE,gBAAgB,CAAC,KAAK;IAC5B,aAAa,EAAE,cAAc,CAAC,IAAI;CACrC,CAAC;AAEF,MAAM,CAAC,MAAM,+BAA+B,GAAoB;IAC5D,GAAG,oBAAoB;IACvB,SAAS,EAAE;QACP,GAAG,oBAAoB,CAAC,SAAS;QACjC,aAAa,EAAE;YACX,WAAW,EAAE,IAAI;YACjB,OAAO,EAAE,kBAAkB;SAC9B;KACJ;CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAAG;IACzB,SAAS,EAAE;QACP,EAAE,EAAE,QAAQ;QACZ,MAAM,EAAE;YACJ,GAAG,UAAU;SAChB;KACJ;IACD,UAAU,EAAE,SAAS;IACrB,WAAW,EAAE,SAAS;IACtB,UAAU,EAAE,YAAY;IACxB,WAAW,EAAE,YAAY;IACzB,QAAQ,EAAE,IAAI;IACd,QAAQ,EAAE,IAAI;IACd,OAAO,EAAE,IAAI;CAChB,CAAC;AAEF,MAAM,qBAAqB,GAAG;IAC1B,GAAG,iBAAiB;IACpB,IAAI,EAAE,aAAa,CAAC,aAAa;IACjC,cAAc,EAAE;QACZ,EAAE,EAAE,UAAU;QACd,QAAQ,EAAE,eAAe,CAAC,QAAQ;QAClC,KAAK,EAAE,EAAC,EAAE,EAAE,KAAK,EAAC;QAClB,WAAW,EAAE;YACT,aAAa,EAAE,IAAI;SACtB;KACJ;IACD,MAAM,EAAE,KAAK;IACb,cAAc,EAAE,EAAC,MAAM,EAAE,KAAK,EAAE,cAAc,EAAE,KAAK,EAAE,eAAe,EAAE,KAAK,EAAE,MAAM,EAAE,EAAE,EAAC;CAC7F,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAAoB;IAChD,GAAG,eAAe;IAClB,EAAE,EAAE,cAAc;IAClB,WAAW,EAAE,QAAQ;IACrB,QAAQ,EAAE,EAAC,SAAS,EAAE,gBAAgB,EAAC;IACvC,SAAS,EAAE,GAAG,EAAE,CAAC,wBAAM,cAAc,CAAC,IAAI,GAAO;IACjD,IAAI,EAAE,gBAAgB,CAAC,KAAK;IAC5B,aAAa,EAAE,cAAc,CAAC,IAAI;IAClC,SAAS,EAAE,qBAAqB;IAChC,MAAM,EAAE,CAAC,aAAa,CAAC;CAC1B,CAAC;AAEF,MAAM,CAAC,MAAM,8BAA8B,GAAoB;IAC3D,GAAG,mBAAmB;IACtB,SAAS,EAAE;QACP,GAAG,mBAAmB,CAAC,SAAS;QAChC,aAAa,EAAE;YACX,WAAW,EAAE,IAAI;YACjB,OAAO,EAAE,kBAAkB;SAC9B;KACJ;CACJ,CAAC;AAEF,MAAM,kBAAkB,GAAG;IACvB,EAAE,EAAE,QAAQ;IACZ,MAAM,EAAE;QACJ,GAAG,UAAU;QACb,EAAE,EAAE,QAAQ;QACZ,KAAK,EAAE,gBAAgB;QACvB,OAAO,EAAE;YACL,GAAG,UAAU,CAAC,OAAO;YACrB,EAAE,EAAE,YAAY;YAChB,KAAK,EAAE,EAAC,EAAE,EAAE,YAAY,EAAC;SAC5B;KACJ;CACJ,CAAC;AAEF,MAAM,WAAW,GAAG;IAChB,EAAE,EAAE,QAAQ;IACZ,MAAM,EAAE;QACJ,GAAG,UAAU;QACb,EAAE,EAAE,QAAQ;QACZ,KAAK,EAAE,gBAAgB;QACvB,OAAO,EAAE;YACL,GAAG,UAAU,CAAC,OAAO;YACrB,EAAE,EAAE,YAAY;YAChB,KAAK,EAAE,EAAC,EAAE,EAAE,YAAY,EAAC;SAC5B;KACJ;CACJ,CAAC;AAEF,MAAM,kBAAkB,GAAG;IACvB,EAAE,EAAE,QAAQ;IACZ,MAAM,EAAE;QACJ,GAAG,UAAU;QACb,EAAE,EAAE,QAAQ;QACZ,KAAK,EAAE,uBAAuB;QAC9B,OAAO,EAAE;YACL,GAAG,UAAU,CAAC,OAAO;YACrB,EAAE,EAAE,YAAY;YAChB,KAAK,EAAE,EAAC,EAAE,EAAE,YAAY,EAAC;SAC5B;KACJ;CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,cAAc,GAAwB;IAC/C,SAAS,EAAE;QACP,EAAE,EAAE,QAAQ;QACZ,MAAM,EAAE,kBAAkB;QAC1B,SAAS,EAAE;YACP;gBACI,MAAM,EAAE,kBAAkB;aAC7B;YACD;gBACI,MAAM,EAAE,kBAAkB;aAC7B;SACJ;KACJ;IACD,UAAU,EAAE,SAAS;IACrB,WAAW,EAAE,SAAS;IACtB,UAAU,EAAE,YAAY;IACxB,WAAW,EAAE,YAAY;IACzB,QAAQ,EAAE,IAAI;IACd,QAAQ,EAAE,QAAQ;CACrB,CAAC;AAEF,MAAM,CAAC,MAAM,cAAc,GAAwB;IAC/C,GAAG,cAAc;IACjB,SAAS,EAAE;QACP,EAAE,EAAE,QAAQ;QACZ,MAAM,EAAE,WAAW;QACnB,SAAS,EAAE;YACP;gBACI,MAAM,EAAE,kBAAkB;aAC7B;YACD;gBACI,MAAM,EAAE,WAAW;aACtB;SACJ;KACJ;IACD,QAAQ,EAAE,QAAQ;CACrB,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAAuC;IACnE,GAAG,eAAe;IAClB,EAAE,EAAE,cAAc;IAClB,WAAW,EAAE,QAAQ;IACrB,QAAQ,EAAE,EAAC,KAAK,EAAE,EAAC,EAAE,EAAE,UAAU,EAAC,EAAE,SAAS,EAAE,MAAM,EAAC;IACtD,SAAS,EAAE,GAAG,EAAE,CAAC,wBAAM,cAAc,CAAC,IAAI,GAAO;IACjD,IAAI,EAAE,gBAAgB,CAAC,KAAK;IAC5B,aAAa,EAAE,cAAc,CAAC,IAAI;IAClC,SAAS,EAAE;QACP,GAAG,iBAAiB;QACpB,IAAI,EAAE,aAAa,CAAC,IAAI;QACxB,WAAW,EAAE;YACT,EAAE,EAAE,gBAAgB;YACpB,KAAK,EAAE;gBACH,EAAE,EAAE,WAAW;gBACf,EAAE,EAAE,SAAS;aAChB;SACJ;QACD,cAAc,EAAE,EAAC,MAAM,EAAE,KAAK,EAAE,cAAc,EAAE,KAAK,EAAE,eAAe,EAAE,KAAK,EAAE,MAAM,EAAE,EAAE,EAAC;KAC7F;IACD,MAAM,EAAE;QACJ,EAAC,GAAI,cAA8D,EAAC;QACpE,EAAC,GAAI,cAA8D,EAAC;KACvE;CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAAoB;IACrD,GAAG,eAAe;IAClB,EAAE,EAAE,YAAY;IAChB,WAAW,EAAE,QAAQ;IACrB,QAAQ,EAAE;QACN,OAAO,EAAE,kBAAkB;KAC9B;IACD,SAAS,EAAE,GAAG,EAAE,CAAC,wBAAM,kBAAkB,CAAC,UAAU,GAAO;IAC3D,aAAa,EAAE,kBAAkB,CAAC,UAAU;CAC/C,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAAsC;IACrE,GAAG,eAAe;IAClB,EAAE,EAAE,SAAS;IACb,WAAW,EAAE,QAAQ;IACrB,SAAS,EAAE,GAAG,EAAE,CAAC,wBAAM,kBAAkB,CAAC,OAAO,GAAO;IACxD,aAAa,EAAE,kBAAkB,CAAC,OAAO;CAC5C,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAAmC;IAC/D,GAAG,eAAe;IAClB,EAAE,EAAE,MAAM;IACV,WAAW,EAAE,QAAQ;IACrB,QAAQ,EAAE;QACN,IAAI,EAAE;YACF,EAAC,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,EAAC,EAAE,EAAE,OAAO,EAAC,EAAC;YAClC,EAAC,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,EAAC,EAAE,EAAE,OAAO,EAAC,EAAC;SACrC;QACD,SAAS,EAAE,aAAa,CAAC,UAAU;KACtC;IACD,SAAS,EAAE,GAAG,EAAE,CAAC,wBAAM,kBAAkB,CAAC,IAAI,GAAO;IACrD,aAAa,EAAE,kBAAkB,CAAC,IAAI;CACzC,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAAoC;IACvE,aAAa,EAAE,IAAI,CAAC,EAAE,EAAE;IACxB,aAAa,EAAE,IAAI,CAAC,EAAE,EAAE;IACxB,sBAAsB,EAAE,IAAI,CAAC,EAAE,EAAE;CACpC,CAAC;AAEF,MAAM,CAAC,MAAM,cAAc,GAAgB;IACvC,EAAE,EAAE,cAAc;IAClB,OAAO,EAAE;QACL,EAAE,EAAE,UAAU;KACjB;IACD,QAAQ,EAAE,QAAQ;IAClB,oBAAoB,EAAE,EAAE;IACxB,QAAQ,EAAE,CAAC,EAAC,GAAG,oBAAoB,EAAE,QAAQ,EAAE,CAAC,EAAC,GAAG,EAAE,aAAa,EAAE,KAAK,EAAE,OAAO,EAAC,CAAC,EAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"form.js","sourceRoot":"","sources":["../../../src/__mocks__/common/form.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { IRecordPropertyWithAttribute } from '../../components/RecordEdition/editRecordReducer/editRecordReducer';
|
|
2
|
-
import { IRecordPropertyModifier
|
|
2
|
+
import { IRecordPropertyModifier } from '../../_queries/records/getRecordPropertiesQuery';
|
|
3
3
|
export declare const mockModifier: IRecordPropertyModifier;
|
|
4
|
-
export declare const mockRecordProperty: RecordProperty;
|
|
5
4
|
export declare const mockRecordPropertyWithAttribute: IRecordPropertyWithAttribute;
|
|
@@ -14,17 +14,6 @@ export const mockModifier = {
|
|
|
14
14
|
color: '#123456'
|
|
15
15
|
}
|
|
16
16
|
};
|
|
17
|
-
export const mockRecordProperty = {
|
|
18
|
-
id_value: '123456',
|
|
19
|
-
created_at: 1234567890,
|
|
20
|
-
created_by: mockModifier,
|
|
21
|
-
modified_at: 1234567890,
|
|
22
|
-
modified_by: mockModifier,
|
|
23
|
-
payload: 'my payload',
|
|
24
|
-
raw_payload: 'my payload',
|
|
25
|
-
treeValue: null,
|
|
26
|
-
linkValue: null
|
|
27
|
-
};
|
|
28
17
|
export const mockRecordPropertyWithAttribute = {
|
|
29
18
|
attribute: {
|
|
30
19
|
...mockAttributeSimple,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"value.js","sourceRoot":"","sources":["../../../src/__mocks__/common/value.ts"],"names":[],"mappings":"AAKA,OAAO,EAAC,mBAAmB,EAAC,MAAM,aAAa,CAAC;AAChD,OAAO,EAAC,YAAY,EAAC,MAAM,UAAU,CAAC;AAEtC,MAAM,CAAC,MAAM,YAAY,GAA4B;IACjD,EAAE,EAAE,GAAG;IACP,MAAM,EAAE;QACJ,EAAE,EAAE,QAAQ;QACZ,KAAK,EAAE,OAAO;QACd,QAAQ,EAAE,OAAO;QACjB,OAAO,EAAE;YACL,EAAE,EAAE,OAAO;YACX,KAAK,EAAE,EAAC,EAAE,EAAE,cAAc,EAAC;SAC9B;QACD,OAAO,EAAE,YAAY;QACrB,KAAK,EAAE,SAAS;KACnB;CACJ,CAAC;AAEF,MAAM,CAAC,MAAM
|
|
1
|
+
{"version":3,"file":"value.js","sourceRoot":"","sources":["../../../src/__mocks__/common/value.ts"],"names":[],"mappings":"AAKA,OAAO,EAAC,mBAAmB,EAAC,MAAM,aAAa,CAAC;AAChD,OAAO,EAAC,YAAY,EAAC,MAAM,UAAU,CAAC;AAEtC,MAAM,CAAC,MAAM,YAAY,GAA4B;IACjD,EAAE,EAAE,GAAG;IACP,MAAM,EAAE;QACJ,EAAE,EAAE,QAAQ;QACZ,KAAK,EAAE,OAAO;QACd,QAAQ,EAAE,OAAO;QACjB,OAAO,EAAE;YACL,EAAE,EAAE,OAAO;YACX,KAAK,EAAE,EAAC,EAAE,EAAE,cAAc,EAAC;SAC9B;QACD,OAAO,EAAE,YAAY;QACrB,KAAK,EAAE,SAAS;KACnB;CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,+BAA+B,GAAiC;IACzE,SAAS,EAAE;QACP,GAAG,mBAAmB;QACtB,WAAW,EAAE;YACT,EAAE,EAAE,gBAAgB;YACpB,EAAE,EAAE,gBAAgB;SACvB;QACD,eAAe,EAAE,KAAK;QACtB,QAAQ,EAAE,KAAK;QACf,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,EAAC,gBAAgB,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAC;QACvD,OAAO,EAAE,KAAK;KACjB;CACJ,CAAC"}
|
|
@@ -136,11 +136,13 @@ export type AttributeInput = {
|
|
|
136
136
|
linked_library?: InputMaybe<Scalars['String']>;
|
|
137
137
|
linked_tree?: InputMaybe<Scalars['String']>;
|
|
138
138
|
metadata_fields?: InputMaybe<Array<Scalars['String']>>;
|
|
139
|
+
multi_link_display_option?: InputMaybe<MultiLinkDisplayOption>;
|
|
139
140
|
multiple_values?: InputMaybe<Scalars['Boolean']>;
|
|
140
141
|
permissions_conf?: InputMaybe<TreepermissionsConfInput>;
|
|
141
142
|
readonly?: InputMaybe<Scalars['Boolean']>;
|
|
142
143
|
required?: InputMaybe<Scalars['Boolean']>;
|
|
143
144
|
reverse_link?: InputMaybe<Scalars['String']>;
|
|
145
|
+
settings?: InputMaybe<Scalars['JSONObject']>;
|
|
144
146
|
type?: InputMaybe<AttributeType>;
|
|
145
147
|
unique?: InputMaybe<Scalars['Boolean']>;
|
|
146
148
|
values_list?: InputMaybe<ValuesListConfInput>;
|
|
@@ -246,12 +248,27 @@ export type FormInput = {
|
|
|
246
248
|
id: Scalars['ID'];
|
|
247
249
|
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
248
250
|
library: Scalars['ID'];
|
|
251
|
+
sidePanel?: InputMaybe<FormSidePanelInput>;
|
|
252
|
+
};
|
|
253
|
+
export type FormSidePanelInput = {
|
|
254
|
+
enable: Scalars['Boolean'];
|
|
255
|
+
isOpenByDefault: Scalars['Boolean'];
|
|
249
256
|
};
|
|
250
257
|
export declare enum FormsSortableFields {
|
|
251
258
|
id = "id",
|
|
252
259
|
library = "library",
|
|
253
260
|
system = "system"
|
|
254
261
|
}
|
|
262
|
+
export declare enum GenerationStatus {
|
|
263
|
+
DONE = "DONE",
|
|
264
|
+
GENERATION_FAILED = "GENERATION_FAILED",
|
|
265
|
+
GENERATION_IN_PROGRESS = "GENERATION_IN_PROGRESS",
|
|
266
|
+
GENERATION_IN_PROGRESS_WITH_FAILURE = "GENERATION_IN_PROGRESS_WITH_FAILURE",
|
|
267
|
+
PREPARATION_FAILED = "PREPARATION_FAILED",
|
|
268
|
+
PREPARATION_IN_PROGRESS = "PREPARATION_IN_PROGRESS",
|
|
269
|
+
TRANSMISSION_FAILED = "TRANSMISSION_FAILED",
|
|
270
|
+
TRANSMISSION_IN_PROGRESS = "TRANSMISSION_IN_PROGRESS"
|
|
271
|
+
}
|
|
255
272
|
export type GlobalSettingsFileInput = {
|
|
256
273
|
library: Scalars['String'];
|
|
257
274
|
recordId: Scalars['String'];
|
|
@@ -261,6 +278,7 @@ export type GlobalSettingsInput = {
|
|
|
261
278
|
favicon?: InputMaybe<GlobalSettingsFileInput>;
|
|
262
279
|
icon?: InputMaybe<GlobalSettingsFileInput>;
|
|
263
280
|
name?: InputMaybe<Scalars['String']>;
|
|
281
|
+
settings?: InputMaybe<Scalars['JSONObject']>;
|
|
264
282
|
};
|
|
265
283
|
export declare enum IoTypes {
|
|
266
284
|
boolean = "boolean",
|
|
@@ -292,6 +310,7 @@ export declare enum LibrariesSortableFields {
|
|
|
292
310
|
export declare enum LibraryBehavior {
|
|
293
311
|
directories = "directories",
|
|
294
312
|
files = "files",
|
|
313
|
+
join = "join",
|
|
295
314
|
standard = "standard"
|
|
296
315
|
}
|
|
297
316
|
export type LibraryIconInput = {
|
|
@@ -306,9 +325,11 @@ export type LibraryInput = {
|
|
|
306
325
|
icon?: InputMaybe<LibraryIconInput>;
|
|
307
326
|
id: Scalars['ID'];
|
|
308
327
|
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
328
|
+
mandatoryAttribute?: InputMaybe<Scalars['ID']>;
|
|
309
329
|
permissions_conf?: InputMaybe<TreepermissionsConfInput>;
|
|
310
330
|
previewsSettings?: InputMaybe<Array<LibraryPreviewsSettingsInput>>;
|
|
311
331
|
recordIdentityConf?: InputMaybe<RecordIdentityConfInput>;
|
|
332
|
+
settings?: InputMaybe<Scalars['JSONObject']>;
|
|
312
333
|
};
|
|
313
334
|
export type LibraryPreviewsSettingsInput = {
|
|
314
335
|
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
@@ -335,6 +356,9 @@ export declare enum LogAction {
|
|
|
335
356
|
PERMISSION_SAVE = "PERMISSION_SAVE",
|
|
336
357
|
RECORD_DELETE = "RECORD_DELETE",
|
|
337
358
|
RECORD_SAVE = "RECORD_SAVE",
|
|
359
|
+
SDO_LOG_ERROR = "SDO_LOG_ERROR",
|
|
360
|
+
SDO_LOG_EXPORT_RECORD = "SDO_LOG_EXPORT_RECORD",
|
|
361
|
+
SDO_LOG_IMPORT_RECORD = "SDO_LOG_IMPORT_RECORD",
|
|
338
362
|
TASKS_DELETE = "TASKS_DELETE",
|
|
339
363
|
TREE_ADD_ELEMENT = "TREE_ADD_ELEMENT",
|
|
340
364
|
TREE_DELETE = "TREE_DELETE",
|
|
@@ -389,6 +413,11 @@ export type LogTopicRecordFilterInput = {
|
|
|
389
413
|
id?: InputMaybe<Scalars['String']>;
|
|
390
414
|
libraryId?: InputMaybe<Scalars['String']>;
|
|
391
415
|
};
|
|
416
|
+
export declare enum MultiLinkDisplayOption {
|
|
417
|
+
avatar = "avatar",
|
|
418
|
+
badge_qty = "badge_qty",
|
|
419
|
+
tag = "tag"
|
|
420
|
+
}
|
|
392
421
|
export type Pagination = {
|
|
393
422
|
limit: Scalars['Int'];
|
|
394
423
|
offset: Scalars['Int'];
|
|
@@ -640,6 +669,7 @@ export type TreeInput = {
|
|
|
640
669
|
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
641
670
|
libraries?: InputMaybe<Array<TreeLibraryInput>>;
|
|
642
671
|
permissions_conf?: InputMaybe<Array<TreeNodePermissionsConfInput>>;
|
|
672
|
+
settings?: InputMaybe<Scalars['JSONObject']>;
|
|
643
673
|
};
|
|
644
674
|
export type TreeLibraryInput = {
|
|
645
675
|
library: Scalars['ID'];
|
|
@@ -681,11 +711,13 @@ export type ValueBatchInput = {
|
|
|
681
711
|
attribute?: InputMaybe<Scalars['ID']>;
|
|
682
712
|
id_value?: InputMaybe<Scalars['ID']>;
|
|
683
713
|
metadata?: InputMaybe<Array<InputMaybe<ValueMetadataInput>>>;
|
|
714
|
+
/** Use "\__empty_value__" to set an empty value */
|
|
684
715
|
payload?: InputMaybe<Scalars['String']>;
|
|
685
716
|
};
|
|
686
717
|
export type ValueInput = {
|
|
687
718
|
id_value?: InputMaybe<Scalars['ID']>;
|
|
688
719
|
metadata?: InputMaybe<Array<InputMaybe<ValueMetadataInput>>>;
|
|
720
|
+
/** Use "\__empty_value__" to set an empty value */
|
|
689
721
|
payload?: InputMaybe<Scalars['String']>;
|
|
690
722
|
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>>>;
|
|
691
723
|
};
|
|
@@ -823,6 +855,7 @@ export type AttributeDetailsLinkAttributeFragment = {
|
|
|
823
855
|
label?: any | null;
|
|
824
856
|
description?: any | null;
|
|
825
857
|
multiple_values: boolean;
|
|
858
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
826
859
|
linked_library?: {
|
|
827
860
|
id: string;
|
|
828
861
|
label?: any | null;
|
|
@@ -860,6 +893,7 @@ export type AttributeDetailsStandardAttributeFragment = {
|
|
|
860
893
|
label?: any | null;
|
|
861
894
|
description?: any | null;
|
|
862
895
|
multiple_values: boolean;
|
|
896
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
863
897
|
metadata_fields?: Array<{
|
|
864
898
|
id: string;
|
|
865
899
|
label?: any | null;
|
|
@@ -892,6 +926,7 @@ export type AttributeDetailsTreeAttributeFragment = {
|
|
|
892
926
|
label?: any | null;
|
|
893
927
|
description?: any | null;
|
|
894
928
|
multiple_values: boolean;
|
|
929
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
895
930
|
linked_tree?: {
|
|
896
931
|
id: string;
|
|
897
932
|
label?: any | null;
|
|
@@ -2561,6 +2596,66 @@ export type ViewDetailsFilterFragment = {
|
|
|
2561
2596
|
label?: any | null;
|
|
2562
2597
|
} | null;
|
|
2563
2598
|
};
|
|
2599
|
+
export type AttributesByLibAttributeWithPermissionsLinkAttributeFragment = {
|
|
2600
|
+
id: string;
|
|
2601
|
+
type: AttributeType;
|
|
2602
|
+
format?: AttributeFormat | null;
|
|
2603
|
+
label?: any | null;
|
|
2604
|
+
multiple_values: boolean;
|
|
2605
|
+
system: boolean;
|
|
2606
|
+
readonly: boolean;
|
|
2607
|
+
permissions: {
|
|
2608
|
+
access_attribute: boolean;
|
|
2609
|
+
};
|
|
2610
|
+
linked_library?: {
|
|
2611
|
+
id: string;
|
|
2612
|
+
} | null;
|
|
2613
|
+
};
|
|
2614
|
+
export type AttributesByLibAttributeWithPermissionsStandardAttributeFragment = {
|
|
2615
|
+
id: string;
|
|
2616
|
+
type: AttributeType;
|
|
2617
|
+
format?: AttributeFormat | null;
|
|
2618
|
+
label?: any | null;
|
|
2619
|
+
multiple_values: boolean;
|
|
2620
|
+
system: boolean;
|
|
2621
|
+
readonly: boolean;
|
|
2622
|
+
embedded_fields?: Array<{
|
|
2623
|
+
id: string;
|
|
2624
|
+
format?: AttributeFormat | null;
|
|
2625
|
+
label?: any | null;
|
|
2626
|
+
} | null> | null;
|
|
2627
|
+
permissions: {
|
|
2628
|
+
access_attribute: boolean;
|
|
2629
|
+
};
|
|
2630
|
+
};
|
|
2631
|
+
export type AttributesByLibAttributeWithPermissionsTreeAttributeFragment = {
|
|
2632
|
+
id: string;
|
|
2633
|
+
type: AttributeType;
|
|
2634
|
+
format?: AttributeFormat | null;
|
|
2635
|
+
label?: any | null;
|
|
2636
|
+
multiple_values: boolean;
|
|
2637
|
+
system: boolean;
|
|
2638
|
+
readonly: boolean;
|
|
2639
|
+
linked_tree?: {
|
|
2640
|
+
id: string;
|
|
2641
|
+
label?: any | null;
|
|
2642
|
+
libraries: Array<{
|
|
2643
|
+
library: {
|
|
2644
|
+
id: string;
|
|
2645
|
+
label?: any | null;
|
|
2646
|
+
};
|
|
2647
|
+
}>;
|
|
2648
|
+
} | null;
|
|
2649
|
+
permissions: {
|
|
2650
|
+
access_attribute: boolean;
|
|
2651
|
+
};
|
|
2652
|
+
};
|
|
2653
|
+
export type AttributesByLibAttributeWithPermissionsFragment = AttributesByLibAttributeWithPermissionsLinkAttributeFragment | AttributesByLibAttributeWithPermissionsStandardAttributeFragment | AttributesByLibAttributeWithPermissionsTreeAttributeFragment;
|
|
2654
|
+
export type AttributesByLibLinkAttributeWithPermissionsFragment = {
|
|
2655
|
+
linked_library?: {
|
|
2656
|
+
id: string;
|
|
2657
|
+
} | null;
|
|
2658
|
+
};
|
|
2564
2659
|
export type LinkAttributeDetailsFragment = {
|
|
2565
2660
|
label?: any | null;
|
|
2566
2661
|
linked_library?: {
|
|
@@ -2574,6 +2669,7 @@ export type AttributePropertiesFragment = {
|
|
|
2574
2669
|
type: AttributeType;
|
|
2575
2670
|
format?: AttributeFormat | null;
|
|
2576
2671
|
multiple_values: boolean;
|
|
2672
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
2577
2673
|
};
|
|
2578
2674
|
export type PropertyValueLinkValueFragment = {
|
|
2579
2675
|
linkPayload?: {
|
|
@@ -2626,6 +2722,7 @@ export type LinkPropertyLinkValueFragment = {
|
|
|
2626
2722
|
type: AttributeType;
|
|
2627
2723
|
format?: AttributeFormat | null;
|
|
2628
2724
|
multiple_values: boolean;
|
|
2725
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
2629
2726
|
};
|
|
2630
2727
|
values: Array<{
|
|
2631
2728
|
linkPayload?: {
|
|
@@ -2685,6 +2782,9 @@ export type LibraryAttributeLinkAttributeFragment = {
|
|
|
2685
2782
|
id: string;
|
|
2686
2783
|
type: AttributeType;
|
|
2687
2784
|
label?: any | null;
|
|
2785
|
+
permissions: {
|
|
2786
|
+
access_attribute: boolean;
|
|
2787
|
+
};
|
|
2688
2788
|
linked_library?: {
|
|
2689
2789
|
id: string;
|
|
2690
2790
|
label?: any | null;
|
|
@@ -2701,11 +2801,17 @@ export type LibraryAttributeStandardAttributeFragment = {
|
|
|
2701
2801
|
id: string;
|
|
2702
2802
|
type: AttributeType;
|
|
2703
2803
|
label?: any | null;
|
|
2804
|
+
permissions: {
|
|
2805
|
+
access_attribute: boolean;
|
|
2806
|
+
};
|
|
2704
2807
|
};
|
|
2705
2808
|
export type LibraryAttributeTreeAttributeFragment = {
|
|
2706
2809
|
id: string;
|
|
2707
2810
|
type: AttributeType;
|
|
2708
2811
|
label?: any | null;
|
|
2812
|
+
permissions: {
|
|
2813
|
+
access_attribute: boolean;
|
|
2814
|
+
};
|
|
2709
2815
|
};
|
|
2710
2816
|
export type LibraryAttributeFragment = LibraryAttributeLinkAttributeFragment | LibraryAttributeStandardAttributeFragment | LibraryAttributeTreeAttributeFragment;
|
|
2711
2817
|
export type LibraryAttributeLinkFragment = {
|
|
@@ -2840,6 +2946,7 @@ export type GetAttributeByIdQuery = {
|
|
|
2840
2946
|
label?: any | null;
|
|
2841
2947
|
description?: any | null;
|
|
2842
2948
|
multiple_values: boolean;
|
|
2949
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
2843
2950
|
linked_library?: {
|
|
2844
2951
|
id: string;
|
|
2845
2952
|
label?: any | null;
|
|
@@ -2876,6 +2983,7 @@ export type GetAttributeByIdQuery = {
|
|
|
2876
2983
|
label?: any | null;
|
|
2877
2984
|
description?: any | null;
|
|
2878
2985
|
multiple_values: boolean;
|
|
2986
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
2879
2987
|
metadata_fields?: Array<{
|
|
2880
2988
|
id: string;
|
|
2881
2989
|
label?: any | null;
|
|
@@ -2907,6 +3015,7 @@ export type GetAttributeByIdQuery = {
|
|
|
2907
3015
|
label?: any | null;
|
|
2908
3016
|
description?: any | null;
|
|
2909
3017
|
multiple_values: boolean;
|
|
3018
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
2910
3019
|
linked_tree?: {
|
|
2911
3020
|
id: string;
|
|
2912
3021
|
label?: any | null;
|
|
@@ -3049,6 +3158,7 @@ export type SaveAttributeMutation = {
|
|
|
3049
3158
|
label?: any | null;
|
|
3050
3159
|
description?: any | null;
|
|
3051
3160
|
multiple_values: boolean;
|
|
3161
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
3052
3162
|
linked_library?: {
|
|
3053
3163
|
id: string;
|
|
3054
3164
|
label?: any | null;
|
|
@@ -3085,6 +3195,7 @@ export type SaveAttributeMutation = {
|
|
|
3085
3195
|
label?: any | null;
|
|
3086
3196
|
description?: any | null;
|
|
3087
3197
|
multiple_values: boolean;
|
|
3198
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
3088
3199
|
metadata_fields?: Array<{
|
|
3089
3200
|
id: string;
|
|
3090
3201
|
label?: any | null;
|
|
@@ -3116,6 +3227,7 @@ export type SaveAttributeMutation = {
|
|
|
3116
3227
|
label?: any | null;
|
|
3117
3228
|
description?: any | null;
|
|
3118
3229
|
multiple_values: boolean;
|
|
3230
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
3119
3231
|
linked_tree?: {
|
|
3120
3232
|
id: string;
|
|
3121
3233
|
label?: any | null;
|
|
@@ -3569,6 +3681,27 @@ export type IsAllowedQuery = {
|
|
|
3569
3681
|
allowed?: boolean | null;
|
|
3570
3682
|
}> | null;
|
|
3571
3683
|
};
|
|
3684
|
+
export type ActivateRecordsMutationVariables = Exact<{
|
|
3685
|
+
libraryId: Scalars['String'];
|
|
3686
|
+
recordsIds?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
|
|
3687
|
+
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
3688
|
+
}>;
|
|
3689
|
+
export type ActivateRecordsMutation = {
|
|
3690
|
+
activateRecords: Array<{
|
|
3691
|
+
id: string;
|
|
3692
|
+
whoAmI: {
|
|
3693
|
+
id: string;
|
|
3694
|
+
label?: string | null;
|
|
3695
|
+
subLabel?: string | null;
|
|
3696
|
+
color?: string | null;
|
|
3697
|
+
preview?: IPreviewScalar | null;
|
|
3698
|
+
library: {
|
|
3699
|
+
id: string;
|
|
3700
|
+
label?: any | null;
|
|
3701
|
+
};
|
|
3702
|
+
};
|
|
3703
|
+
}>;
|
|
3704
|
+
};
|
|
3572
3705
|
export type CreateRecordMutationVariables = Exact<{
|
|
3573
3706
|
library: Scalars['ID'];
|
|
3574
3707
|
data?: InputMaybe<CreateRecordDataInput>;
|
|
@@ -4361,6 +4494,10 @@ export type RecordFormQuery = {
|
|
|
4361
4494
|
value: any;
|
|
4362
4495
|
}>;
|
|
4363
4496
|
}>;
|
|
4497
|
+
sidePanel?: {
|
|
4498
|
+
enable: boolean;
|
|
4499
|
+
isOpenByDefault?: boolean | null;
|
|
4500
|
+
} | null;
|
|
4364
4501
|
} | null;
|
|
4365
4502
|
};
|
|
4366
4503
|
export type RecordUpdateSubscriptionVariables = Exact<{
|
|
@@ -6089,6 +6226,65 @@ export type SaveViewMutation = {
|
|
|
6089
6226
|
}> | null;
|
|
6090
6227
|
};
|
|
6091
6228
|
};
|
|
6229
|
+
export type GetAttributesByLibWithPermissionsQueryVariables = Exact<{
|
|
6230
|
+
library: Scalars['String'];
|
|
6231
|
+
}>;
|
|
6232
|
+
export type GetAttributesByLibWithPermissionsQuery = {
|
|
6233
|
+
attributes?: {
|
|
6234
|
+
list: Array<{
|
|
6235
|
+
id: string;
|
|
6236
|
+
type: AttributeType;
|
|
6237
|
+
format?: AttributeFormat | null;
|
|
6238
|
+
label?: any | null;
|
|
6239
|
+
multiple_values: boolean;
|
|
6240
|
+
system: boolean;
|
|
6241
|
+
readonly: boolean;
|
|
6242
|
+
linked_library?: {
|
|
6243
|
+
id: string;
|
|
6244
|
+
} | null;
|
|
6245
|
+
permissions: {
|
|
6246
|
+
access_attribute: boolean;
|
|
6247
|
+
};
|
|
6248
|
+
} | {
|
|
6249
|
+
id: string;
|
|
6250
|
+
type: AttributeType;
|
|
6251
|
+
format?: AttributeFormat | null;
|
|
6252
|
+
label?: any | null;
|
|
6253
|
+
multiple_values: boolean;
|
|
6254
|
+
system: boolean;
|
|
6255
|
+
readonly: boolean;
|
|
6256
|
+
embedded_fields?: Array<{
|
|
6257
|
+
id: string;
|
|
6258
|
+
format?: AttributeFormat | null;
|
|
6259
|
+
label?: any | null;
|
|
6260
|
+
} | null> | null;
|
|
6261
|
+
permissions: {
|
|
6262
|
+
access_attribute: boolean;
|
|
6263
|
+
};
|
|
6264
|
+
} | {
|
|
6265
|
+
id: string;
|
|
6266
|
+
type: AttributeType;
|
|
6267
|
+
format?: AttributeFormat | null;
|
|
6268
|
+
label?: any | null;
|
|
6269
|
+
multiple_values: boolean;
|
|
6270
|
+
system: boolean;
|
|
6271
|
+
readonly: boolean;
|
|
6272
|
+
linked_tree?: {
|
|
6273
|
+
id: string;
|
|
6274
|
+
label?: any | null;
|
|
6275
|
+
libraries: Array<{
|
|
6276
|
+
library: {
|
|
6277
|
+
id: string;
|
|
6278
|
+
label?: any | null;
|
|
6279
|
+
};
|
|
6280
|
+
}>;
|
|
6281
|
+
} | null;
|
|
6282
|
+
permissions: {
|
|
6283
|
+
access_attribute: boolean;
|
|
6284
|
+
};
|
|
6285
|
+
}>;
|
|
6286
|
+
} | null;
|
|
6287
|
+
};
|
|
6092
6288
|
export type ExplorerAttributesQueryVariables = Exact<{
|
|
6093
6289
|
ids?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
6094
6290
|
}>;
|
|
@@ -6103,11 +6299,17 @@ export type ExplorerAttributesQuery = {
|
|
|
6103
6299
|
id: string;
|
|
6104
6300
|
label?: any | null;
|
|
6105
6301
|
} | null;
|
|
6302
|
+
permissions: {
|
|
6303
|
+
access_attribute: boolean;
|
|
6304
|
+
};
|
|
6106
6305
|
} | {
|
|
6107
6306
|
id: string;
|
|
6108
6307
|
type: AttributeType;
|
|
6109
6308
|
format?: AttributeFormat | null;
|
|
6110
6309
|
label?: any | null;
|
|
6310
|
+
permissions: {
|
|
6311
|
+
access_attribute: boolean;
|
|
6312
|
+
};
|
|
6111
6313
|
}>;
|
|
6112
6314
|
} | null;
|
|
6113
6315
|
};
|
|
@@ -6124,9 +6326,17 @@ export type ExplorerLinkAttributeQuery = {
|
|
|
6124
6326
|
id: string;
|
|
6125
6327
|
label?: any | null;
|
|
6126
6328
|
} | null;
|
|
6329
|
+
permissions: {
|
|
6330
|
+
access_attribute: boolean;
|
|
6331
|
+
edit_value: boolean;
|
|
6332
|
+
};
|
|
6127
6333
|
} | {
|
|
6128
6334
|
id: string;
|
|
6129
6335
|
multiple_values: boolean;
|
|
6336
|
+
permissions: {
|
|
6337
|
+
access_attribute: boolean;
|
|
6338
|
+
edit_value: boolean;
|
|
6339
|
+
};
|
|
6130
6340
|
}>;
|
|
6131
6341
|
} | null;
|
|
6132
6342
|
};
|
|
@@ -6143,6 +6353,7 @@ export type ExplorerLibraryDataQuery = {
|
|
|
6143
6353
|
totalCount?: number | null;
|
|
6144
6354
|
list: Array<{
|
|
6145
6355
|
id: string;
|
|
6356
|
+
active: boolean;
|
|
6146
6357
|
whoAmI: {
|
|
6147
6358
|
id: string;
|
|
6148
6359
|
label?: string | null;
|
|
@@ -6154,6 +6365,10 @@ export type ExplorerLibraryDataQuery = {
|
|
|
6154
6365
|
label?: any | null;
|
|
6155
6366
|
};
|
|
6156
6367
|
};
|
|
6368
|
+
permissions: {
|
|
6369
|
+
create_record: boolean;
|
|
6370
|
+
delete_record: boolean;
|
|
6371
|
+
};
|
|
6157
6372
|
properties: Array<{
|
|
6158
6373
|
attributeId: string;
|
|
6159
6374
|
attributeProperties: {
|
|
@@ -6162,6 +6377,7 @@ export type ExplorerLibraryDataQuery = {
|
|
|
6162
6377
|
type: AttributeType;
|
|
6163
6378
|
format?: AttributeFormat | null;
|
|
6164
6379
|
multiple_values: boolean;
|
|
6380
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
6165
6381
|
};
|
|
6166
6382
|
values: Array<{
|
|
6167
6383
|
linkPayload?: {
|
|
@@ -6242,6 +6458,7 @@ export type ExplorerLinkDataQuery = {
|
|
|
6242
6458
|
type: AttributeType;
|
|
6243
6459
|
format?: AttributeFormat | null;
|
|
6244
6460
|
multiple_values: boolean;
|
|
6461
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
6245
6462
|
};
|
|
6246
6463
|
values: Array<{
|
|
6247
6464
|
linkPayload?: {
|
|
@@ -6308,15 +6525,24 @@ export type GetLibraryAttributesQuery = {
|
|
|
6308
6525
|
label?: any | null;
|
|
6309
6526
|
}> | null;
|
|
6310
6527
|
} | null;
|
|
6528
|
+
permissions: {
|
|
6529
|
+
access_attribute: boolean;
|
|
6530
|
+
};
|
|
6311
6531
|
} | {
|
|
6312
6532
|
format?: AttributeFormat | null;
|
|
6313
6533
|
id: string;
|
|
6314
6534
|
type: AttributeType;
|
|
6315
6535
|
label?: any | null;
|
|
6536
|
+
permissions: {
|
|
6537
|
+
access_attribute: boolean;
|
|
6538
|
+
};
|
|
6316
6539
|
} | {
|
|
6317
6540
|
id: string;
|
|
6318
6541
|
type: AttributeType;
|
|
6319
6542
|
label?: any | null;
|
|
6543
|
+
permissions: {
|
|
6544
|
+
access_attribute: boolean;
|
|
6545
|
+
};
|
|
6320
6546
|
}> | null;
|
|
6321
6547
|
}>;
|
|
6322
6548
|
} | null;
|
|
@@ -6452,6 +6678,8 @@ export declare const TreeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
|
6452
6678
|
export declare const TreeNodeChildFragmentDoc: Apollo.DocumentNode;
|
|
6453
6679
|
export declare const ViewDetailsFilterFragmentDoc: Apollo.DocumentNode;
|
|
6454
6680
|
export declare const ViewDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6681
|
+
export declare const AttributesByLibLinkAttributeWithPermissionsFragmentDoc: Apollo.DocumentNode;
|
|
6682
|
+
export declare const AttributesByLibAttributeWithPermissionsFragmentDoc: Apollo.DocumentNode;
|
|
6455
6683
|
export declare const LinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6456
6684
|
export declare const AttributePropertiesFragmentDoc: Apollo.DocumentNode;
|
|
6457
6685
|
export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
|
|
@@ -7195,6 +7423,35 @@ export declare function useIsAllowedLazyQuery(baseOptions?: Apollo.LazyQueryHook
|
|
|
7195
7423
|
export type IsAllowedQueryHookResult = ReturnType<typeof useIsAllowedQuery>;
|
|
7196
7424
|
export type IsAllowedLazyQueryHookResult = ReturnType<typeof useIsAllowedLazyQuery>;
|
|
7197
7425
|
export type IsAllowedQueryResult = Apollo.QueryResult<IsAllowedQuery, IsAllowedQueryVariables>;
|
|
7426
|
+
export declare const ActivateRecordsDocument: Apollo.DocumentNode;
|
|
7427
|
+
export type ActivateRecordsMutationFn = Apollo.MutationFunction<ActivateRecordsMutation, ActivateRecordsMutationVariables>;
|
|
7428
|
+
/**
|
|
7429
|
+
* __useActivateRecordsMutation__
|
|
7430
|
+
*
|
|
7431
|
+
* To run a mutation, you first call `useActivateRecordsMutation` within a React component and pass it any options that fit your needs.
|
|
7432
|
+
* When your component renders, `useActivateRecordsMutation` returns a tuple that includes:
|
|
7433
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
7434
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
7435
|
+
*
|
|
7436
|
+
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
|
7437
|
+
*
|
|
7438
|
+
* @example
|
|
7439
|
+
* const [activateRecordsMutation, { data, loading, error }] = useActivateRecordsMutation({
|
|
7440
|
+
* variables: {
|
|
7441
|
+
* libraryId: // value for 'libraryId'
|
|
7442
|
+
* recordsIds: // value for 'recordsIds'
|
|
7443
|
+
* filters: // value for 'filters'
|
|
7444
|
+
* },
|
|
7445
|
+
* });
|
|
7446
|
+
*/
|
|
7447
|
+
export declare function useActivateRecordsMutation(baseOptions?: Apollo.MutationHookOptions<ActivateRecordsMutation, ActivateRecordsMutationVariables>): Apollo.MutationTuple<ActivateRecordsMutation, Exact<{
|
|
7448
|
+
libraryId: Scalars["String"];
|
|
7449
|
+
recordsIds?: InputMaybe<Array<Scalars["String"]> | Scalars["String"]>;
|
|
7450
|
+
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
7451
|
+
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
7452
|
+
export type ActivateRecordsMutationHookResult = ReturnType<typeof useActivateRecordsMutation>;
|
|
7453
|
+
export type ActivateRecordsMutationResult = Apollo.MutationResult<ActivateRecordsMutation>;
|
|
7454
|
+
export type ActivateRecordsMutationOptions = Apollo.BaseMutationOptions<ActivateRecordsMutation, ActivateRecordsMutationVariables>;
|
|
7198
7455
|
export declare const CreateRecordDocument: Apollo.DocumentNode;
|
|
7199
7456
|
export type CreateRecordMutationFn = Apollo.MutationFunction<CreateRecordMutation, CreateRecordMutationVariables>;
|
|
7200
7457
|
/**
|
|
@@ -7868,6 +8125,32 @@ export declare function useSaveViewMutation(baseOptions?: Apollo.MutationHookOpt
|
|
|
7868
8125
|
export type SaveViewMutationHookResult = ReturnType<typeof useSaveViewMutation>;
|
|
7869
8126
|
export type SaveViewMutationResult = Apollo.MutationResult<SaveViewMutation>;
|
|
7870
8127
|
export type SaveViewMutationOptions = Apollo.BaseMutationOptions<SaveViewMutation, SaveViewMutationVariables>;
|
|
8128
|
+
export declare const GetAttributesByLibWithPermissionsDocument: Apollo.DocumentNode;
|
|
8129
|
+
/**
|
|
8130
|
+
* __useGetAttributesByLibWithPermissionsQuery__
|
|
8131
|
+
*
|
|
8132
|
+
* To run a query within a React component, call `useGetAttributesByLibWithPermissionsQuery` and pass it any options that fit your needs.
|
|
8133
|
+
* When your component renders, `useGetAttributesByLibWithPermissionsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
8134
|
+
* you can use to render your UI.
|
|
8135
|
+
*
|
|
8136
|
+
* @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;
|
|
8137
|
+
*
|
|
8138
|
+
* @example
|
|
8139
|
+
* const { data, loading, error } = useGetAttributesByLibWithPermissionsQuery({
|
|
8140
|
+
* variables: {
|
|
8141
|
+
* library: // value for 'library'
|
|
8142
|
+
* },
|
|
8143
|
+
* });
|
|
8144
|
+
*/
|
|
8145
|
+
export declare function useGetAttributesByLibWithPermissionsQuery(baseOptions: Apollo.QueryHookOptions<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>): Apollo.QueryResult<GetAttributesByLibWithPermissionsQuery, Exact<{
|
|
8146
|
+
library: Scalars["String"];
|
|
8147
|
+
}>>;
|
|
8148
|
+
export declare function useGetAttributesByLibWithPermissionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributesByLibWithPermissionsQuery, Exact<{
|
|
8149
|
+
library: Scalars["String"];
|
|
8150
|
+
}>>;
|
|
8151
|
+
export type GetAttributesByLibWithPermissionsQueryHookResult = ReturnType<typeof useGetAttributesByLibWithPermissionsQuery>;
|
|
8152
|
+
export type GetAttributesByLibWithPermissionsLazyQueryHookResult = ReturnType<typeof useGetAttributesByLibWithPermissionsLazyQuery>;
|
|
8153
|
+
export type GetAttributesByLibWithPermissionsQueryResult = Apollo.QueryResult<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>;
|
|
7871
8154
|
export declare const ExplorerAttributesDocument: Apollo.DocumentNode;
|
|
7872
8155
|
/**
|
|
7873
8156
|
* __useExplorerAttributesQuery__
|