@leav/ui 0.4.0-a9faaaa → 0.4.0-ba308d0
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 +101 -0
- package/dist/_gqlTypes/index.js +64 -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 +29 -13
- package/dist/components/Explorer/DataView.js.map +1 -1
- package/dist/components/Explorer/Explorer.d.ts +4 -4
- package/dist/components/Explorer/Explorer.js +12 -8
- package/dist/components/Explorer/Explorer.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.js +5 -1
- package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -1
- package/dist/components/Explorer/_types.d.ts +5 -2
- 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} +2 -2
- package/dist/components/Explorer/actions-item/{useRemoveItemAction.js → useEditStatusItemAction.js} +71 -24
- package/dist/components/Explorer/actions-item/useEditStatusItemAction.js.map +1 -0
- package/dist/components/Explorer/actions-item/useReplaceItemAction.js +1 -1
- package/dist/components/Explorer/actions-item/useReplaceItemAction.js.map +1 -1
- package/dist/components/Explorer/actions-mass/useDeleteLinkValues.js +3 -3
- package/dist/components/Explorer/actions-mass/useDeleteLinkValues.js.map +1 -1
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js +2 -1
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js.map +1 -1
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.d.ts +4 -2
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js +19 -3
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js.map +1 -1
- package/dist/components/Explorer/link-item/LinkModal.js +2 -1
- package/dist/components/Explorer/link-item/LinkModal.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +1 -1
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.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/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 +36 -18
- 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/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 +1 -0
- package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.js +3 -3
- 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/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 +91 -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 +12 -1
- package/dist/locales/fr/shared.json +12 -1
- 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/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":"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
|
|
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;
|
|
@@ -2634,6 +2669,7 @@ export type AttributePropertiesFragment = {
|
|
|
2634
2669
|
type: AttributeType;
|
|
2635
2670
|
format?: AttributeFormat | null;
|
|
2636
2671
|
multiple_values: boolean;
|
|
2672
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
2637
2673
|
};
|
|
2638
2674
|
export type PropertyValueLinkValueFragment = {
|
|
2639
2675
|
linkPayload?: {
|
|
@@ -2686,6 +2722,7 @@ export type LinkPropertyLinkValueFragment = {
|
|
|
2686
2722
|
type: AttributeType;
|
|
2687
2723
|
format?: AttributeFormat | null;
|
|
2688
2724
|
multiple_values: boolean;
|
|
2725
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
2689
2726
|
};
|
|
2690
2727
|
values: Array<{
|
|
2691
2728
|
linkPayload?: {
|
|
@@ -2909,6 +2946,7 @@ export type GetAttributeByIdQuery = {
|
|
|
2909
2946
|
label?: any | null;
|
|
2910
2947
|
description?: any | null;
|
|
2911
2948
|
multiple_values: boolean;
|
|
2949
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
2912
2950
|
linked_library?: {
|
|
2913
2951
|
id: string;
|
|
2914
2952
|
label?: any | null;
|
|
@@ -2945,6 +2983,7 @@ export type GetAttributeByIdQuery = {
|
|
|
2945
2983
|
label?: any | null;
|
|
2946
2984
|
description?: any | null;
|
|
2947
2985
|
multiple_values: boolean;
|
|
2986
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
2948
2987
|
metadata_fields?: Array<{
|
|
2949
2988
|
id: string;
|
|
2950
2989
|
label?: any | null;
|
|
@@ -2976,6 +3015,7 @@ export type GetAttributeByIdQuery = {
|
|
|
2976
3015
|
label?: any | null;
|
|
2977
3016
|
description?: any | null;
|
|
2978
3017
|
multiple_values: boolean;
|
|
3018
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
2979
3019
|
linked_tree?: {
|
|
2980
3020
|
id: string;
|
|
2981
3021
|
label?: any | null;
|
|
@@ -3118,6 +3158,7 @@ export type SaveAttributeMutation = {
|
|
|
3118
3158
|
label?: any | null;
|
|
3119
3159
|
description?: any | null;
|
|
3120
3160
|
multiple_values: boolean;
|
|
3161
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
3121
3162
|
linked_library?: {
|
|
3122
3163
|
id: string;
|
|
3123
3164
|
label?: any | null;
|
|
@@ -3154,6 +3195,7 @@ export type SaveAttributeMutation = {
|
|
|
3154
3195
|
label?: any | null;
|
|
3155
3196
|
description?: any | null;
|
|
3156
3197
|
multiple_values: boolean;
|
|
3198
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
3157
3199
|
metadata_fields?: Array<{
|
|
3158
3200
|
id: string;
|
|
3159
3201
|
label?: any | null;
|
|
@@ -3185,6 +3227,7 @@ export type SaveAttributeMutation = {
|
|
|
3185
3227
|
label?: any | null;
|
|
3186
3228
|
description?: any | null;
|
|
3187
3229
|
multiple_values: boolean;
|
|
3230
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
3188
3231
|
linked_tree?: {
|
|
3189
3232
|
id: string;
|
|
3190
3233
|
label?: any | null;
|
|
@@ -3638,6 +3681,27 @@ export type IsAllowedQuery = {
|
|
|
3638
3681
|
allowed?: boolean | null;
|
|
3639
3682
|
}> | null;
|
|
3640
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
|
+
};
|
|
3641
3705
|
export type CreateRecordMutationVariables = Exact<{
|
|
3642
3706
|
library: Scalars['ID'];
|
|
3643
3707
|
data?: InputMaybe<CreateRecordDataInput>;
|
|
@@ -4430,6 +4494,10 @@ export type RecordFormQuery = {
|
|
|
4430
4494
|
value: any;
|
|
4431
4495
|
}>;
|
|
4432
4496
|
}>;
|
|
4497
|
+
sidePanel?: {
|
|
4498
|
+
enable: boolean;
|
|
4499
|
+
isOpenByDefault?: boolean | null;
|
|
4500
|
+
} | null;
|
|
4433
4501
|
} | null;
|
|
4434
4502
|
};
|
|
4435
4503
|
export type RecordUpdateSubscriptionVariables = Exact<{
|
|
@@ -6285,6 +6353,7 @@ export type ExplorerLibraryDataQuery = {
|
|
|
6285
6353
|
totalCount?: number | null;
|
|
6286
6354
|
list: Array<{
|
|
6287
6355
|
id: string;
|
|
6356
|
+
active: boolean;
|
|
6288
6357
|
whoAmI: {
|
|
6289
6358
|
id: string;
|
|
6290
6359
|
label?: string | null;
|
|
@@ -6297,6 +6366,7 @@ export type ExplorerLibraryDataQuery = {
|
|
|
6297
6366
|
};
|
|
6298
6367
|
};
|
|
6299
6368
|
permissions: {
|
|
6369
|
+
create_record: boolean;
|
|
6300
6370
|
delete_record: boolean;
|
|
6301
6371
|
};
|
|
6302
6372
|
properties: Array<{
|
|
@@ -6307,6 +6377,7 @@ export type ExplorerLibraryDataQuery = {
|
|
|
6307
6377
|
type: AttributeType;
|
|
6308
6378
|
format?: AttributeFormat | null;
|
|
6309
6379
|
multiple_values: boolean;
|
|
6380
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
6310
6381
|
};
|
|
6311
6382
|
values: Array<{
|
|
6312
6383
|
linkPayload?: {
|
|
@@ -6387,6 +6458,7 @@ export type ExplorerLinkDataQuery = {
|
|
|
6387
6458
|
type: AttributeType;
|
|
6388
6459
|
format?: AttributeFormat | null;
|
|
6389
6460
|
multiple_values: boolean;
|
|
6461
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
6390
6462
|
};
|
|
6391
6463
|
values: Array<{
|
|
6392
6464
|
linkPayload?: {
|
|
@@ -7351,6 +7423,35 @@ export declare function useIsAllowedLazyQuery(baseOptions?: Apollo.LazyQueryHook
|
|
|
7351
7423
|
export type IsAllowedQueryHookResult = ReturnType<typeof useIsAllowedQuery>;
|
|
7352
7424
|
export type IsAllowedLazyQueryHookResult = ReturnType<typeof useIsAllowedLazyQuery>;
|
|
7353
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>;
|
|
7354
7455
|
export declare const CreateRecordDocument: Apollo.DocumentNode;
|
|
7355
7456
|
export type CreateRecordMutationFn = Apollo.MutationFunction<CreateRecordMutation, CreateRecordMutationVariables>;
|
|
7356
7457
|
/**
|
package/dist/_gqlTypes/index.js
CHANGED
|
@@ -88,6 +88,17 @@ export var FormsSortableFields;
|
|
|
88
88
|
FormsSortableFields["library"] = "library";
|
|
89
89
|
FormsSortableFields["system"] = "system";
|
|
90
90
|
})(FormsSortableFields || (FormsSortableFields = {}));
|
|
91
|
+
export var GenerationStatus;
|
|
92
|
+
(function (GenerationStatus) {
|
|
93
|
+
GenerationStatus["DONE"] = "DONE";
|
|
94
|
+
GenerationStatus["GENERATION_FAILED"] = "GENERATION_FAILED";
|
|
95
|
+
GenerationStatus["GENERATION_IN_PROGRESS"] = "GENERATION_IN_PROGRESS";
|
|
96
|
+
GenerationStatus["GENERATION_IN_PROGRESS_WITH_FAILURE"] = "GENERATION_IN_PROGRESS_WITH_FAILURE";
|
|
97
|
+
GenerationStatus["PREPARATION_FAILED"] = "PREPARATION_FAILED";
|
|
98
|
+
GenerationStatus["PREPARATION_IN_PROGRESS"] = "PREPARATION_IN_PROGRESS";
|
|
99
|
+
GenerationStatus["TRANSMISSION_FAILED"] = "TRANSMISSION_FAILED";
|
|
100
|
+
GenerationStatus["TRANSMISSION_IN_PROGRESS"] = "TRANSMISSION_IN_PROGRESS";
|
|
101
|
+
})(GenerationStatus || (GenerationStatus = {}));
|
|
91
102
|
export var IoTypes;
|
|
92
103
|
(function (IoTypes) {
|
|
93
104
|
IoTypes["boolean"] = "boolean";
|
|
@@ -117,6 +128,7 @@ export var LibraryBehavior;
|
|
|
117
128
|
(function (LibraryBehavior) {
|
|
118
129
|
LibraryBehavior["directories"] = "directories";
|
|
119
130
|
LibraryBehavior["files"] = "files";
|
|
131
|
+
LibraryBehavior["join"] = "join";
|
|
120
132
|
LibraryBehavior["standard"] = "standard";
|
|
121
133
|
})(LibraryBehavior || (LibraryBehavior = {}));
|
|
122
134
|
export var LogAction;
|
|
@@ -140,6 +152,9 @@ export var LogAction;
|
|
|
140
152
|
LogAction["PERMISSION_SAVE"] = "PERMISSION_SAVE";
|
|
141
153
|
LogAction["RECORD_DELETE"] = "RECORD_DELETE";
|
|
142
154
|
LogAction["RECORD_SAVE"] = "RECORD_SAVE";
|
|
155
|
+
LogAction["SDO_LOG_ERROR"] = "SDO_LOG_ERROR";
|
|
156
|
+
LogAction["SDO_LOG_EXPORT_RECORD"] = "SDO_LOG_EXPORT_RECORD";
|
|
157
|
+
LogAction["SDO_LOG_IMPORT_RECORD"] = "SDO_LOG_IMPORT_RECORD";
|
|
143
158
|
LogAction["TASKS_DELETE"] = "TASKS_DELETE";
|
|
144
159
|
LogAction["TREE_ADD_ELEMENT"] = "TREE_ADD_ELEMENT";
|
|
145
160
|
LogAction["TREE_DELETE"] = "TREE_DELETE";
|
|
@@ -160,6 +175,12 @@ export var LogSortableField;
|
|
|
160
175
|
LogSortableField["trigger"] = "trigger";
|
|
161
176
|
LogSortableField["userId"] = "userId";
|
|
162
177
|
})(LogSortableField || (LogSortableField = {}));
|
|
178
|
+
export var MultiLinkDisplayOption;
|
|
179
|
+
(function (MultiLinkDisplayOption) {
|
|
180
|
+
MultiLinkDisplayOption["avatar"] = "avatar";
|
|
181
|
+
MultiLinkDisplayOption["badge_qty"] = "badge_qty";
|
|
182
|
+
MultiLinkDisplayOption["tag"] = "tag";
|
|
183
|
+
})(MultiLinkDisplayOption || (MultiLinkDisplayOption = {}));
|
|
163
184
|
export var PermissionTypes;
|
|
164
185
|
(function (PermissionTypes) {
|
|
165
186
|
PermissionTypes["admin"] = "admin";
|
|
@@ -371,6 +392,7 @@ export const AttributeDetailsFragmentDoc = gql `
|
|
|
371
392
|
label
|
|
372
393
|
description
|
|
373
394
|
multiple_values
|
|
395
|
+
multi_link_display_option
|
|
374
396
|
metadata_fields {
|
|
375
397
|
id
|
|
376
398
|
label
|
|
@@ -937,6 +959,7 @@ export const AttributePropertiesFragmentDoc = gql `
|
|
|
937
959
|
type
|
|
938
960
|
format
|
|
939
961
|
multiple_values
|
|
962
|
+
multi_link_display_option
|
|
940
963
|
}
|
|
941
964
|
`;
|
|
942
965
|
export const PropertyValueFragmentDoc = gql `
|
|
@@ -1948,6 +1971,41 @@ export function useIsAllowedLazyQuery(baseOptions) {
|
|
|
1948
1971
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1949
1972
|
return Apollo.useLazyQuery(IsAllowedDocument, options);
|
|
1950
1973
|
}
|
|
1974
|
+
export const ActivateRecordsDocument = gql `
|
|
1975
|
+
mutation ACTIVATE_RECORDS($libraryId: String!, $recordsIds: [String!], $filters: [RecordFilterInput!]) {
|
|
1976
|
+
activateRecords(
|
|
1977
|
+
recordsIds: $recordsIds
|
|
1978
|
+
filters: $filters
|
|
1979
|
+
libraryId: $libraryId
|
|
1980
|
+
) {
|
|
1981
|
+
id
|
|
1982
|
+
...RecordIdentity
|
|
1983
|
+
}
|
|
1984
|
+
}
|
|
1985
|
+
${RecordIdentityFragmentDoc}`;
|
|
1986
|
+
/**
|
|
1987
|
+
* __useActivateRecordsMutation__
|
|
1988
|
+
*
|
|
1989
|
+
* To run a mutation, you first call `useActivateRecordsMutation` within a React component and pass it any options that fit your needs.
|
|
1990
|
+
* When your component renders, `useActivateRecordsMutation` returns a tuple that includes:
|
|
1991
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
1992
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
1993
|
+
*
|
|
1994
|
+
* @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;
|
|
1995
|
+
*
|
|
1996
|
+
* @example
|
|
1997
|
+
* const [activateRecordsMutation, { data, loading, error }] = useActivateRecordsMutation({
|
|
1998
|
+
* variables: {
|
|
1999
|
+
* libraryId: // value for 'libraryId'
|
|
2000
|
+
* recordsIds: // value for 'recordsIds'
|
|
2001
|
+
* filters: // value for 'filters'
|
|
2002
|
+
* },
|
|
2003
|
+
* });
|
|
2004
|
+
*/
|
|
2005
|
+
export function useActivateRecordsMutation(baseOptions) {
|
|
2006
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2007
|
+
return Apollo.useMutation(ActivateRecordsDocument, options);
|
|
2008
|
+
}
|
|
1951
2009
|
export const CreateRecordDocument = gql `
|
|
1952
2010
|
mutation CREATE_RECORD($library: ID!, $data: CreateRecordDataInput) {
|
|
1953
2011
|
createRecord(library: $library, data: $data) {
|
|
@@ -2154,6 +2212,10 @@ export const RecordFormDocument = gql `
|
|
|
2154
2212
|
elements {
|
|
2155
2213
|
...RecordFormElement
|
|
2156
2214
|
}
|
|
2215
|
+
sidePanel {
|
|
2216
|
+
enable
|
|
2217
|
+
isOpenByDefault
|
|
2218
|
+
}
|
|
2157
2219
|
}
|
|
2158
2220
|
}
|
|
2159
2221
|
${RecordFormElementFragmentDoc}`;
|
|
@@ -2947,7 +3009,9 @@ export const ExplorerLibraryDataDocument = gql `
|
|
|
2947
3009
|
totalCount
|
|
2948
3010
|
list {
|
|
2949
3011
|
...RecordIdentity
|
|
3012
|
+
active
|
|
2950
3013
|
permissions {
|
|
3014
|
+
create_record
|
|
2951
3015
|
delete_record
|
|
2952
3016
|
}
|
|
2953
3017
|
properties(attributeIds: $attributeIds) {
|