@leav/ui 0.3.6-fa687e8 → 0.4.0-049caba
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/__mocks__/common/attribute.d.ts +1 -0
- package/dist/__mocks__/common/attribute.js +9 -2
- package/dist/__mocks__/common/attribute.js.map +1 -1
- package/dist/__mocks__/common/form.d.ts +12 -5
- package/dist/__mocks__/common/form.js +33 -2
- package/dist/__mocks__/common/form.js.map +1 -1
- package/dist/__mocks__/common/record.d.ts +13 -2
- package/dist/__mocks__/common/record.js.map +1 -1
- package/dist/__mocks__/common/value.js +3 -2
- package/dist/__mocks__/common/value.js.map +1 -1
- package/dist/__mocks__/common/view.js +7 -5
- package/dist/__mocks__/common/view.js.map +1 -1
- package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js +1 -1
- package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js.map +1 -1
- package/dist/__mocks__/mockQuery/mockGetViewListQuery.js +2 -1
- package/dist/__mocks__/mockQuery/mockGetViewListQuery.js.map +1 -1
- package/dist/_gqlTypes/index.d.ts +944 -121
- package/dist/_gqlTypes/index.js +515 -55
- package/dist/_gqlTypes/index.js.map +1 -1
- package/dist/_queries/attributes/attributeDetailsFragment.js +0 -1
- package/dist/_queries/attributes/attributeDetailsFragment.js.map +1 -1
- package/dist/_queries/attributes/getAttributesByLib.js +7 -5
- package/dist/_queries/attributes/getAttributesByLib.js.map +1 -1
- package/dist/_queries/libraries/getLibraryDetailExtendQuery.d.ts +3 -4
- package/dist/_queries/libraries/getLibraryDetailExtendQuery.js +2 -3
- package/dist/_queries/libraries/getLibraryDetailExtendQuery.js.map +1 -1
- package/dist/_queries/records/createRecordMutation.js +2 -3
- package/dist/_queries/records/createRecordMutation.js.map +1 -1
- package/dist/_queries/records/getRecordColumnsValues.d.ts +5 -3
- package/dist/_queries/records/getRecordColumnsValues.js +4 -1
- package/dist/_queries/records/getRecordColumnsValues.js.map +1 -1
- package/dist/_queries/records/getRecordsFromLibraryQuery.js +1 -0
- package/dist/_queries/records/getRecordsFromLibraryQuery.js.map +1 -1
- package/dist/_queries/records/recordFormAttributeFragment.js +3 -0
- package/dist/_queries/records/recordFormAttributeFragment.js.map +1 -1
- package/dist/_queries/views/saveViewMutation.js +1 -1
- package/dist/_queries/views/viewDetailsFragment.js +14 -11
- package/dist/_queries/views/viewDetailsFragment.js.map +1 -1
- package/dist/_utils/attributeType.d.ts +3 -0
- package/dist/_utils/attributeType.js +7 -0
- package/dist/_utils/attributeType.js.map +1 -0
- package/dist/_utils/index.js +6 -3
- package/dist/_utils/index.js.map +1 -1
- package/dist/_utils/interleaveElement.d.ts +1 -0
- package/dist/{components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.js → _utils/interleaveElement.js} +2 -6
- package/dist/_utils/interleaveElement.js.map +1 -0
- package/dist/antdTheme/index.d.ts +0 -3
- package/dist/antdTheme/index.js +3 -42
- package/dist/antdTheme/index.js.map +1 -1
- package/dist/components/CreateDirectory/CreateDirectory.js +1 -3
- package/dist/components/CreateDirectory/CreateDirectory.js.map +1 -1
- package/dist/components/EditApplication/EditApplication.js +2 -2
- package/dist/components/EditApplication/EditApplication.js.map +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.js.map +1 -1
- package/dist/components/EditApplication/_types.d.ts +2 -2
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js +0 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js +2 -5
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.d.ts +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.js.map +1 -1
- package/dist/components/Explorer/DataView.d.ts +18 -2
- package/dist/components/Explorer/DataView.js +112 -50
- package/dist/components/Explorer/DataView.js.map +1 -1
- package/dist/components/Explorer/Explorer.d.ts +45 -5
- package/dist/components/Explorer/Explorer.js +152 -29
- package/dist/components/Explorer/Explorer.js.map +1 -1
- package/dist/components/Explorer/ExplorerTitle.d.ts +2 -0
- package/dist/components/Explorer/ExplorerTitle.js +28 -11
- package/dist/components/Explorer/ExplorerTitle.js.map +1 -1
- package/dist/components/Explorer/ExplorerToolbar.d.ts +6 -0
- package/dist/components/Explorer/ExplorerToolbar.js +53 -0
- package/dist/components/Explorer/ExplorerToolbar.js.map +1 -0
- package/dist/components/Explorer/IdCard.d.ts +7 -0
- package/dist/components/Explorer/IdCard.js +15 -0
- package/dist/components/Explorer/IdCard.js.map +1 -0
- package/dist/components/Explorer/TableCell.d.ts +8 -0
- package/dist/components/Explorer/TableCell.js +152 -0
- package/dist/components/Explorer/TableCell.js.map +1 -0
- package/dist/components/Explorer/TableTagGroup.d.ts +7 -0
- package/dist/components/Explorer/TableTagGroup.js +30 -0
- package/dist/components/Explorer/TableTagGroup.js.map +1 -0
- package/dist/components/Explorer/_constants.d.ts +5 -0
- package/dist/components/Explorer/_constants.js +18 -0
- package/dist/components/Explorer/_constants.js.map +1 -0
- package/dist/components/Explorer/_queries/prepareFiltersForRequest.d.ts +4 -0
- package/dist/components/Explorer/_queries/prepareFiltersForRequest.js +99 -0
- package/dist/components/Explorer/_queries/prepareFiltersForRequest.js.map +1 -0
- package/dist/components/Explorer/_queries/useExecuteUpdateViewMutation.d.ts +6 -0
- package/dist/components/Explorer/_queries/useExecuteUpdateViewMutation.js +12 -0
- package/dist/components/Explorer/_queries/useExecuteUpdateViewMutation.js.map +1 -0
- package/dist/components/Explorer/_queries/useExplorerData.d.ts +32 -5
- package/dist/components/Explorer/_queries/useExplorerData.js +107 -16
- package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -1
- package/dist/components/Explorer/_types.d.ts +107 -6
- package/dist/components/Explorer/_types.js +7 -1
- package/dist/components/Explorer/_types.js.map +1 -1
- package/dist/components/Explorer/{useEditAction.d.ts → actions-item/useEditItemAction.d.ts} +7 -4
- package/dist/components/Explorer/{useEditAction.js → actions-item/useEditItemAction.js} +18 -15
- package/dist/components/Explorer/actions-item/useEditItemAction.js.map +1 -0
- package/dist/components/Explorer/actions-item/useRemoveItemAction.d.ts +26 -0
- package/dist/components/Explorer/actions-item/useRemoveItemAction.js +123 -0
- package/dist/components/Explorer/actions-item/useRemoveItemAction.js.map +1 -0
- package/dist/components/Explorer/actions-item/useReplaceItemAction.d.ts +21 -0
- package/dist/components/Explorer/actions-item/useReplaceItemAction.js +42 -0
- package/dist/components/Explorer/actions-item/useReplaceItemAction.js.map +1 -0
- package/dist/components/Explorer/actions-mass/useDeactivateMassAction.d.ts +29 -0
- package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js +81 -0
- package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js.map +1 -0
- package/dist/components/Explorer/actions-mass/useDeleteLinkValues.d.ts +19 -0
- package/dist/components/Explorer/actions-mass/useDeleteLinkValues.js +86 -0
- package/dist/components/Explorer/actions-mass/useDeleteLinkValues.js.map +1 -0
- package/dist/components/Explorer/actions-mass/useMassActions.d.ts +27 -0
- package/dist/components/Explorer/actions-mass/useMassActions.js +111 -0
- package/dist/components/Explorer/actions-mass/useMassActions.js.map +1 -0
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.d.ts +32 -0
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js +120 -0
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js.map +1 -0
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.d.ts +21 -0
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js +39 -0
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js.map +1 -0
- package/dist/components/Explorer/actions-primary/usePrimaryActions.d.ts +17 -0
- package/dist/components/Explorer/actions-primary/usePrimaryActions.js +27 -0
- package/dist/components/Explorer/actions-primary/usePrimaryActions.js.map +1 -0
- package/dist/components/Explorer/conditionsHelper.d.ts +2 -0
- package/dist/components/Explorer/conditionsHelper.js +16 -0
- package/dist/components/Explorer/conditionsHelper.js.map +1 -0
- package/dist/components/Explorer/index.d.ts +1 -5
- package/dist/components/Explorer/index.js +1 -5
- package/dist/components/Explorer/index.js.map +1 -1
- package/dist/components/Explorer/link-item/LinkModal.d.ts +11 -0
- package/dist/components/Explorer/link-item/LinkModal.js +32 -0
- package/dist/components/Explorer/link-item/LinkModal.js.map +1 -0
- package/dist/components/Explorer/link-item/useAddLinkMassAction.d.ts +21 -0
- package/dist/components/Explorer/link-item/useAddLinkMassAction.js +34 -0
- package/dist/components/Explorer/link-item/useAddLinkMassAction.js.map +1 -0
- package/dist/components/Explorer/link-item/useReplaceLinkMassAction.d.ts +23 -0
- package/dist/components/Explorer/link-item/useReplaceLinkMassAction.js +35 -0
- package/dist/components/Explorer/link-item/useReplaceLinkMassAction.js.map +1 -0
- package/dist/components/Explorer/list-saved-views/SavedViews.d.ts +2 -0
- package/dist/components/Explorer/list-saved-views/SavedViews.js +88 -0
- package/dist/components/Explorer/list-saved-views/SavedViews.js.map +1 -0
- package/dist/components/Explorer/{edit-settings → manage-view-settings/_shared}/ColumnItem.d.ts +1 -1
- package/dist/components/Explorer/{edit-settings → manage-view-settings/_shared}/ColumnItem.js +12 -5
- package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.d.ts +6 -0
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js +19 -0
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.d.ts +13 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js +69 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.d.ts +21 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js +93 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.d.ts +6 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.js +28 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.d.ts +6 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js +55 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.d.ts +8 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.js +12 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.d.ts +4 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js +88 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.d.ts +9 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js +33 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js +22 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.js +11 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js +66 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.js +11 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.js +11 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.js +11 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js +40 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.d.ts +8 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js +41 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.d.ts +10 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js +75 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/LinkAttributeDropdown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/LinkAttributeDropdown.js +79 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/LinkAttributeDropdown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js +19 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js +28 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.d.ts +13 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.js +2 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.d.ts +12 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js +108 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/index.d.ts +8 -0
- package/dist/components/Explorer/manage-view-settings/index.js +11 -0
- package/dist/components/Explorer/manage-view-settings/index.js.map +1 -0
- package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/EditSettingsContext.d.ts +3 -1
- package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/EditSettingsContext.js +3 -2
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.d.ts +8 -0
- package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/EditSettingsContextProvider.js +4 -3
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.js.map +1 -0
- package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/SidePanel.js +4 -4
- package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useEditSettings.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.d.ts +12 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js +66 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.js.map +1 -0
- package/dist/components/Explorer/{edit-settings → manage-view-settings/router-menu}/SettingsPanel.d.ts +2 -1
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js +36 -0
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/LabelViewFormModal.d.ts +9 -0
- package/dist/components/Explorer/manage-view-settings/save-view/LabelViewFormModal.js +36 -0
- package/dist/components/Explorer/manage-view-settings/save-view/LabelViewFormModal.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/ViewActionsButtons.d.ts +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/ViewActionsButtons.js +22 -0
- package/dist/components/Explorer/manage-view-settings/save-view/ViewActionsButtons.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js +24 -0
- package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useCreateNewView.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useCreateNewView.js +52 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useCreateNewView.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useDeleteView.d.ts +5 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useDeleteView.js +47 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useDeleteView.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useEditLabelView.d.ts +5 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useEditLabelView.js +48 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useEditLabelView.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useResetView.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useResetView.js +20 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useResetView.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useShareView.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useShareView.js +64 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useShareView.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useUpdateView.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useUpdateView.js +65 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useUpdateView.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.d.ts +4 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js +111 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.d.ts +10 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.js +32 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.js.map +1 -0
- package/dist/components/Explorer/{edit-settings/ViewSetingsContext.d.ts → manage-view-settings/store-view-settings/ViewSettingsContext.d.ts} +1 -2
- package/dist/components/Explorer/{edit-settings/ViewSetingsContext.js → manage-view-settings/store-view-settings/ViewSettingsContext.js} +2 -6
- package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.js.map +1 -0
- package/dist/components/Explorer/{edit-settings → manage-view-settings/store-view-settings}/useViewSettingsContext.js +1 -1
- package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.d.ts +5 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +37 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.d.ts +189 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +320 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -0
- package/dist/components/Explorer/useColumnWidth.d.ts +8 -0
- package/dist/components/Explorer/useColumnWidth.js +49 -0
- package/dist/components/Explorer/useColumnWidth.js.map +1 -0
- package/dist/components/Explorer/useLoadView.d.ts +3 -0
- package/dist/components/Explorer/useLoadView.js +83 -0
- package/dist/components/Explorer/useLoadView.js.map +1 -0
- package/dist/components/Explorer/usePagination.d.ts +7 -0
- package/dist/components/Explorer/usePagination.js +25 -0
- package/dist/components/Explorer/usePagination.js.map +1 -0
- package/dist/components/Explorer/useSearchInput.d.ts +16 -0
- package/dist/components/Explorer/useSearchInput.js +40 -0
- package/dist/components/Explorer/useSearchInput.js.map +1 -0
- package/dist/components/Explorer/useTableScrollableHeight.d.ts +5 -0
- package/dist/components/Explorer/useTableScrollableHeight.js +15 -0
- package/dist/components/Explorer/useTableScrollableHeight.js.map +1 -0
- package/dist/components/Explorer/useViewSettingsReducer.d.ts +8 -0
- package/dist/components/Explorer/useViewSettingsReducer.js +136 -0
- package/dist/components/Explorer/useViewSettingsReducer.js.map +1 -0
- package/dist/components/ExportModal/ExportModal.js +2 -2
- package/dist/components/ExportModal/ExportModal.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js +5 -5
- package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js.map +1 -1
- package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.js +1 -2
- package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.js.map +1 -1
- package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js +2 -2
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js +7 -11
- package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js +7 -2
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js +7 -5
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuView/MenuView.js +5 -10
- package/dist/components/LibraryItemsList/MenuView/MenuView.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js +2 -3
- package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/View/View.js +3 -3
- package/dist/components/LibraryItemsList/ViewPanel/View/View.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js +4 -9
- package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js +7 -5
- package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/_types.d.ts +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.d.ts +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js +25 -33
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/EditRecord.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/EditRecord.js +82 -76
- package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.d.ts +3 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +27 -7
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +17 -22
- package/dist/components/RecordEdition/EditRecordContent/_types.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.d.ts +5 -1
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.js +44 -34
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.d.ts +3 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js +8 -2
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.d.ts +5 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.js +28 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteSaveValueBatchMutation.js +3 -8
- package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteSaveValueBatchMutation.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js +1 -7
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.d.ts +3 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js +3 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.js +5 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.js +53 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/index.d.ts +2 -0
- package/dist/components/RecordEdition/{EditRecordSidebar/ValueDetails/ValueInfo → EditRecordContent/uiElements/Frame}/index.js +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js +2 -7
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js +2 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.d.ts +6 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js +16 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js +25 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.d.ts +5 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +205 -185
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.d.ts +2 -8
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js +11 -30
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.d.ts +2 -13
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js +77 -45
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js +37 -46
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js +14 -74
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js +33 -49
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +33 -60
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js +51 -64
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js +33 -56
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +16 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +56 -402
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/{MonoValueSelect.js → DSListSelect.js} +48 -52
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.d.ts +2 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.d.ts +15 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.js +2 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.d.ts +42 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js +56 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.d.ts +12 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js +33 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js +4 -7
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/index.js +3 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +13 -6
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +3 -2
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.d.ts +7 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.js +9 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/{ValueDetails/AttributeDetails → AttributeSummary}/index.js +2 -2
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.js +25 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.d.ts +3 -0
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js +53 -0
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/{ValueDetails → Breacrumb}/index.js +2 -2
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.d.ts +4 -1
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js +48 -6
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.d.ts +4 -7
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js +6 -8
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.d.ts +9 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js +42 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.d.ts +6 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js +35 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.d.ts +3 -282
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js +28 -61
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.d.ts +8 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js +81 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/{ValueDetails/TreeValuePath → ValuesSummary}/index.js +2 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/index.js.map +1 -0
- package/dist/components/RecordEdition/{EditRecordContent → EditRecordSkeleton}/EditRecordSkeleton.d.ts +1 -1
- package/dist/components/RecordEdition/{EditRecordContent → EditRecordSkeleton}/EditRecordSkeleton.js +2 -2
- package/dist/components/RecordEdition/EditRecordSkeleton/EditRecordSkeleton.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSkeleton/index.d.ts +2 -0
- package/dist/components/RecordEdition/{EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler → EditRecordSkeleton}/index.js +2 -1
- package/dist/components/RecordEdition/EditRecordSkeleton/index.js.map +1 -0
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.d.ts +12 -10
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js +15 -13
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js.map +1 -1
- package/dist/components/RecordEdition/index.d.ts +1 -0
- package/dist/components/RecordEdition/index.js +1 -0
- package/dist/components/RecordEdition/index.js.map +1 -1
- package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.d.ts +14 -0
- package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.js +83 -0
- package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.js.map +1 -0
- package/dist/components/SelectRecordForLinkModal/index.d.ts +1 -0
- package/dist/components/{RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata → SelectRecordForLinkModal}/index.js +1 -2
- package/dist/components/SelectRecordForLinkModal/index.js.map +1 -0
- package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +4 -7
- package/dist/components/SelectTreeNode/SelectTreeNode.js +17 -135
- package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.d.ts +16 -0
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +130 -0
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -0
- package/dist/components/SelectTreeNode/index.d.ts +1 -1
- package/dist/components/SelectTreeNode/index.js +1 -1
- package/dist/components/SelectTreeNode/index.js.map +1 -1
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.d.ts +4 -7
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js +10 -10
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js.map +1 -1
- package/dist/components/SelectTreeNodeModal/index.d.ts +1 -2
- package/dist/components/SelectTreeNodeModal/index.js +1 -2
- package/dist/components/SelectTreeNodeModal/index.js.map +1 -1
- package/dist/components/UploadFiles/UploadFiles.js +1 -1
- package/dist/components/UploadFiles/UploadFiles.js.map +1 -1
- package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js +2 -2
- package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js.map +1 -1
- package/dist/constants.d.ts +3 -0
- package/dist/constants.js +3 -0
- package/dist/constants.js.map +1 -1
- package/dist/hooks/useDebouncedValue/index.d.ts +1 -0
- package/dist/hooks/useDebouncedValue/index.js +5 -0
- package/dist/hooks/useDebouncedValue/index.js.map +1 -0
- package/dist/hooks/useExecuteSaveViewMutation/index.d.ts +1 -0
- package/dist/hooks/useExecuteSaveViewMutation/index.js +5 -0
- package/dist/hooks/useExecuteSaveViewMutation/index.js.map +1 -0
- package/dist/hooks/useExecuteSaveViewMutation/useExecuteSaveViewMutation.d.ts +6 -0
- package/dist/hooks/{useExecuteAddViewMutation/useExecuteAddViewMutation.js → useExecuteSaveViewMutation/useExecuteSaveViewMutation.js} +8 -7
- package/dist/hooks/useExecuteSaveViewMutation/useExecuteSaveViewMutation.js.map +1 -0
- package/dist/hooks/useGetRecordForm/useGetRecordForm.d.ts +1 -0
- package/dist/hooks/useGetRecordForm/useGetRecordForm.js.map +1 -1
- package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.d.ts +1 -1
- package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.js +2 -2
- package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.js.map +1 -1
- package/dist/locales/en/shared.json +122 -18
- package/dist/locales/fr/shared.json +125 -21
- package/dist/types/views.d.ts +4 -4
- package/package.json +9 -7
- package/dist/components/Explorer/edit-settings/ColumnItem.js.map +0 -1
- package/dist/components/Explorer/edit-settings/DisplayMode.d.ts +0 -6
- package/dist/components/Explorer/edit-settings/DisplayMode.js +0 -34
- package/dist/components/Explorer/edit-settings/DisplayMode.js.map +0 -1
- package/dist/components/Explorer/edit-settings/DisplayModeTable.d.ts +0 -6
- package/dist/components/Explorer/edit-settings/DisplayModeTable.js +0 -89
- package/dist/components/Explorer/edit-settings/DisplayModeTable.js.map +0 -1
- package/dist/components/Explorer/edit-settings/EditSettingsContext.js.map +0 -1
- package/dist/components/Explorer/edit-settings/EditSettingsContextProvider.d.ts +0 -2
- package/dist/components/Explorer/edit-settings/EditSettingsContextProvider.js.map +0 -1
- package/dist/components/Explorer/edit-settings/SettingItem.js.map +0 -1
- package/dist/components/Explorer/edit-settings/SettingsPanel.js +0 -53
- package/dist/components/Explorer/edit-settings/SettingsPanel.js.map +0 -1
- package/dist/components/Explorer/edit-settings/SidePanel.js.map +0 -1
- package/dist/components/Explorer/edit-settings/ViewSetingsContext.js.map +0 -1
- package/dist/components/Explorer/edit-settings/ViewSetingsContextProvider.d.ts +0 -2
- package/dist/components/Explorer/edit-settings/ViewSetingsContextProvider.js +0 -12
- package/dist/components/Explorer/edit-settings/ViewSetingsContextProvider.js.map +0 -1
- package/dist/components/Explorer/edit-settings/useEditSettings.js.map +0 -1
- package/dist/components/Explorer/edit-settings/useGetLibraryColumns.d.ts +0 -10
- package/dist/components/Explorer/edit-settings/useGetLibraryColumns.js +0 -24
- package/dist/components/Explorer/edit-settings/useGetLibraryColumns.js.map +0 -1
- package/dist/components/Explorer/edit-settings/useOpenSettings.d.ts +0 -1
- package/dist/components/Explorer/edit-settings/useOpenSettings.js +0 -19
- package/dist/components/Explorer/edit-settings/useOpenSettings.js.map +0 -1
- package/dist/components/Explorer/edit-settings/useViewSettingsContext.js.map +0 -1
- package/dist/components/Explorer/edit-settings/viewSettingsReducer.d.ts +0 -43
- package/dist/components/Explorer/edit-settings/viewSettingsReducer.js +0 -58
- package/dist/components/Explorer/edit-settings/viewSettingsReducer.js.map +0 -1
- package/dist/components/Explorer/useCreateAction.d.ts +0 -19
- package/dist/components/Explorer/useCreateAction.js +0 -40
- package/dist/components/Explorer/useCreateAction.js.map +0 -1
- package/dist/components/Explorer/useDeactivateAction.d.ts +0 -12
- package/dist/components/Explorer/useDeactivateAction.js +0 -51
- package/dist/components/Explorer/useDeactivateAction.js.map +0 -1
- package/dist/components/Explorer/useEditAction.js.map +0 -1
- package/dist/components/Explorer/usePrimaryActions.d.ts +0 -20
- package/dist/components/Explorer/usePrimaryActions.js +0 -29
- package/dist/components/Explorer/usePrimaryActions.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordSkeleton.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.js +0 -6
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.d.ts +0 -138
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js +0 -361
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.d.ts +0 -7
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.js +0 -7
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.d.ts +0 -8
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js +0 -23
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js +0 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js +0 -22
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js +0 -22
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js +0 -19
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js +0 -32
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js +0 -51
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js +0 -26
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.d.ts +0 -13
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.js +0 -90
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.d.ts +0 -7
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.js +0 -45
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.d.ts +0 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.js +0 -141
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/MonoValueSelect.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/MonoValueSelect.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.d.ts +0 -6
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js +0 -56
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.d.ts +0 -8
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js +0 -41
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.d.ts +0 -10
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js +0 -63
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js +0 -76
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.d.ts +0 -11
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js +0 -43
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.js.map +0 -1
- package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.d.ts +0 -6
- package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.js.map +0 -1
- /package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/SidePanel.d.ts +0 -0
- /package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/useEditSettings.d.ts +0 -0
- /package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/useEditSettings.js +0 -0
- /package/dist/components/Explorer/{edit-settings → manage-view-settings/router-menu}/SettingItem.d.ts +0 -0
- /package/dist/components/Explorer/{edit-settings → manage-view-settings/router-menu}/SettingItem.js +0 -0
- /package/dist/components/Explorer/{edit-settings → manage-view-settings/store-view-settings}/useViewSettingsContext.d.ts +0 -0
package/dist/_gqlTypes/index.js
CHANGED
|
@@ -395,7 +395,6 @@ export const AttributeDetailsFragmentDoc = gql `
|
|
|
395
395
|
}
|
|
396
396
|
... on StandardAttribute {
|
|
397
397
|
unique
|
|
398
|
-
maxLength
|
|
399
398
|
}
|
|
400
399
|
... on LinkAttribute {
|
|
401
400
|
linked_library {
|
|
@@ -412,6 +411,13 @@ export const AttributeDetailsFragmentDoc = gql `
|
|
|
412
411
|
}
|
|
413
412
|
}
|
|
414
413
|
`;
|
|
414
|
+
export const AttributesByLibLinkAttributeFragmentDoc = gql `
|
|
415
|
+
fragment AttributesByLibLinkAttribute on LinkAttribute {
|
|
416
|
+
linked_library {
|
|
417
|
+
id
|
|
418
|
+
}
|
|
419
|
+
}
|
|
420
|
+
`;
|
|
415
421
|
export const AttributesByLibAttributeFragmentDoc = gql `
|
|
416
422
|
fragment AttributesByLibAttribute on Attribute {
|
|
417
423
|
id
|
|
@@ -421,11 +427,7 @@ export const AttributesByLibAttributeFragmentDoc = gql `
|
|
|
421
427
|
multiple_values
|
|
422
428
|
system
|
|
423
429
|
readonly
|
|
424
|
-
...
|
|
425
|
-
linked_library {
|
|
426
|
-
id
|
|
427
|
-
}
|
|
428
|
-
}
|
|
430
|
+
...AttributesByLibLinkAttribute
|
|
429
431
|
... on TreeAttribute {
|
|
430
432
|
linked_tree {
|
|
431
433
|
id
|
|
@@ -446,7 +448,7 @@ export const AttributesByLibAttributeFragmentDoc = gql `
|
|
|
446
448
|
}
|
|
447
449
|
}
|
|
448
450
|
}
|
|
449
|
-
`;
|
|
451
|
+
${AttributesByLibLinkAttributeFragmentDoc}`;
|
|
450
452
|
export const LibraryLightFragmentDoc = gql `
|
|
451
453
|
fragment LibraryLight on Library {
|
|
452
454
|
id
|
|
@@ -661,7 +663,9 @@ export const RecordFormAttributeFragmentDoc = gql `
|
|
|
661
663
|
format
|
|
662
664
|
system
|
|
663
665
|
readonly
|
|
666
|
+
required
|
|
664
667
|
multiple_values
|
|
668
|
+
compute
|
|
665
669
|
permissions(record: {id: $recordId, library: $libraryId}) {
|
|
666
670
|
access_attribute
|
|
667
671
|
edit_value
|
|
@@ -700,6 +704,7 @@ export const RecordFormAttributeFragmentDoc = gql `
|
|
|
700
704
|
values_list {
|
|
701
705
|
...StandardValuesListFragment
|
|
702
706
|
}
|
|
707
|
+
character_limit
|
|
703
708
|
}
|
|
704
709
|
... on LinkAttribute {
|
|
705
710
|
linked_library {
|
|
@@ -820,6 +825,18 @@ export const TreeNodeChildFragmentDoc = gql `
|
|
|
820
825
|
}
|
|
821
826
|
}
|
|
822
827
|
${RecordIdentityFragmentDoc}`;
|
|
828
|
+
export const ViewDetailsFilterFragmentDoc = gql `
|
|
829
|
+
fragment ViewDetailsFilter on RecordFilter {
|
|
830
|
+
field
|
|
831
|
+
value
|
|
832
|
+
tree {
|
|
833
|
+
id
|
|
834
|
+
label
|
|
835
|
+
}
|
|
836
|
+
condition
|
|
837
|
+
operator
|
|
838
|
+
}
|
|
839
|
+
`;
|
|
823
840
|
export const ViewDetailsFragmentDoc = gql `
|
|
824
841
|
fragment ViewDetails on View {
|
|
825
842
|
id
|
|
@@ -842,14 +859,7 @@ export const ViewDetailsFragmentDoc = gql `
|
|
|
842
859
|
description
|
|
843
860
|
color
|
|
844
861
|
filters {
|
|
845
|
-
|
|
846
|
-
value
|
|
847
|
-
tree {
|
|
848
|
-
id
|
|
849
|
-
label
|
|
850
|
-
}
|
|
851
|
-
condition
|
|
852
|
-
operator
|
|
862
|
+
...ViewDetailsFilter
|
|
853
863
|
}
|
|
854
864
|
sort {
|
|
855
865
|
field
|
|
@@ -864,20 +874,76 @@ export const ViewDetailsFragmentDoc = gql `
|
|
|
864
874
|
}
|
|
865
875
|
}
|
|
866
876
|
}
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
value
|
|
877
|
+
attributes {
|
|
878
|
+
id
|
|
870
879
|
}
|
|
871
880
|
}
|
|
872
|
-
${
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
881
|
+
${ViewDetailsFilterFragmentDoc}
|
|
882
|
+
${RecordIdentityFragmentDoc}`;
|
|
883
|
+
export const AttributesByLibLinkAttributeWithPermissionsFragmentDoc = gql `
|
|
884
|
+
fragment AttributesByLibLinkAttributeWithPermissions on LinkAttribute {
|
|
885
|
+
linked_library {
|
|
886
|
+
id
|
|
887
|
+
}
|
|
888
|
+
}
|
|
889
|
+
`;
|
|
890
|
+
export const AttributesByLibAttributeWithPermissionsFragmentDoc = gql `
|
|
891
|
+
fragment AttributesByLibAttributeWithPermissions on Attribute {
|
|
892
|
+
id
|
|
893
|
+
type
|
|
894
|
+
format
|
|
895
|
+
label
|
|
896
|
+
multiple_values
|
|
897
|
+
system
|
|
898
|
+
readonly
|
|
899
|
+
permissions {
|
|
900
|
+
access_attribute
|
|
901
|
+
}
|
|
902
|
+
...AttributesByLibLinkAttributeWithPermissions
|
|
903
|
+
... on TreeAttribute {
|
|
904
|
+
linked_tree {
|
|
905
|
+
id
|
|
906
|
+
label
|
|
907
|
+
libraries {
|
|
908
|
+
library {
|
|
909
|
+
id
|
|
910
|
+
label
|
|
911
|
+
}
|
|
912
|
+
}
|
|
913
|
+
}
|
|
914
|
+
}
|
|
915
|
+
... on StandardAttribute {
|
|
916
|
+
embedded_fields {
|
|
917
|
+
id
|
|
918
|
+
format
|
|
919
|
+
label
|
|
920
|
+
}
|
|
921
|
+
}
|
|
922
|
+
}
|
|
923
|
+
${AttributesByLibLinkAttributeWithPermissionsFragmentDoc}`;
|
|
924
|
+
export const LinkAttributeDetailsFragmentDoc = gql `
|
|
925
|
+
fragment LinkAttributeDetails on LinkAttribute {
|
|
926
|
+
label
|
|
927
|
+
linked_library {
|
|
928
|
+
id
|
|
877
929
|
label
|
|
878
930
|
}
|
|
931
|
+
}
|
|
932
|
+
`;
|
|
933
|
+
export const AttributePropertiesFragmentDoc = gql `
|
|
934
|
+
fragment AttributeProperties on Attribute {
|
|
935
|
+
id
|
|
936
|
+
label
|
|
937
|
+
type
|
|
938
|
+
format
|
|
939
|
+
multiple_values
|
|
940
|
+
}
|
|
941
|
+
`;
|
|
942
|
+
export const PropertyValueFragmentDoc = gql `
|
|
943
|
+
fragment PropertyValue on GenericValue {
|
|
879
944
|
... on Value {
|
|
880
945
|
valuePayload: payload
|
|
946
|
+
valueRawPayload: raw_payload
|
|
881
947
|
}
|
|
882
948
|
... on LinkValue {
|
|
883
949
|
linkPayload: payload {
|
|
@@ -893,6 +959,55 @@ export const PropertyValueFragmentDoc = gql `
|
|
|
893
959
|
}
|
|
894
960
|
}
|
|
895
961
|
${RecordIdentityFragmentDoc}`;
|
|
962
|
+
export const LinkPropertyFragmentDoc = gql `
|
|
963
|
+
fragment LinkProperty on GenericValue {
|
|
964
|
+
id_value
|
|
965
|
+
... on LinkValue {
|
|
966
|
+
payload {
|
|
967
|
+
...RecordIdentity
|
|
968
|
+
properties(attributeIds: $attributeIds) {
|
|
969
|
+
attributeId
|
|
970
|
+
attributeProperties {
|
|
971
|
+
...AttributeProperties
|
|
972
|
+
}
|
|
973
|
+
values {
|
|
974
|
+
...PropertyValue
|
|
975
|
+
}
|
|
976
|
+
}
|
|
977
|
+
}
|
|
978
|
+
}
|
|
979
|
+
}
|
|
980
|
+
${RecordIdentityFragmentDoc}
|
|
981
|
+
${AttributePropertiesFragmentDoc}
|
|
982
|
+
${PropertyValueFragmentDoc}`;
|
|
983
|
+
export const LibraryAttributeLinkFragmentDoc = gql `
|
|
984
|
+
fragment LibraryAttributeLink on LinkAttribute {
|
|
985
|
+
linked_library {
|
|
986
|
+
id
|
|
987
|
+
label
|
|
988
|
+
attributes {
|
|
989
|
+
id
|
|
990
|
+
type
|
|
991
|
+
format
|
|
992
|
+
label
|
|
993
|
+
}
|
|
994
|
+
}
|
|
995
|
+
}
|
|
996
|
+
`;
|
|
997
|
+
export const LibraryAttributeFragmentDoc = gql `
|
|
998
|
+
fragment LibraryAttribute on Attribute {
|
|
999
|
+
id
|
|
1000
|
+
type
|
|
1001
|
+
label
|
|
1002
|
+
permissions {
|
|
1003
|
+
access_attribute
|
|
1004
|
+
}
|
|
1005
|
+
... on StandardAttribute {
|
|
1006
|
+
format
|
|
1007
|
+
}
|
|
1008
|
+
...LibraryAttributeLink
|
|
1009
|
+
}
|
|
1010
|
+
${LibraryAttributeLinkFragmentDoc}`;
|
|
896
1011
|
export const CheckApplicationExistenceDocument = gql `
|
|
897
1012
|
query CHECK_APPLICATION_EXISTENCE($id: ID, $endpoint: String) {
|
|
898
1013
|
applications(filters: {id: $id, endpoint: $endpoint}) {
|
|
@@ -1840,11 +1955,10 @@ export const CreateRecordDocument = gql `
|
|
|
1840
1955
|
...RecordIdentity
|
|
1841
1956
|
}
|
|
1842
1957
|
valuesErrors {
|
|
1843
|
-
|
|
1844
|
-
|
|
1958
|
+
type
|
|
1959
|
+
attribute
|
|
1845
1960
|
input
|
|
1846
1961
|
message
|
|
1847
|
-
type
|
|
1848
1962
|
}
|
|
1849
1963
|
}
|
|
1850
1964
|
}
|
|
@@ -2681,41 +2795,166 @@ export function useGetViewsListLazyQuery(baseOptions) {
|
|
|
2681
2795
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2682
2796
|
return Apollo.useLazyQuery(GetViewsListDocument, options);
|
|
2683
2797
|
}
|
|
2684
|
-
export const
|
|
2685
|
-
mutation
|
|
2798
|
+
export const SaveViewDocument = gql `
|
|
2799
|
+
mutation SAVE_VIEW($view: ViewInput!) {
|
|
2686
2800
|
saveView(view: $view) {
|
|
2687
2801
|
...ViewDetails
|
|
2688
2802
|
}
|
|
2689
2803
|
}
|
|
2690
2804
|
${ViewDetailsFragmentDoc}`;
|
|
2691
2805
|
/**
|
|
2692
|
-
*
|
|
2806
|
+
* __useSaveViewMutation__
|
|
2693
2807
|
*
|
|
2694
|
-
* To run a mutation, you first call `
|
|
2695
|
-
* When your component renders, `
|
|
2808
|
+
* To run a mutation, you first call `useSaveViewMutation` within a React component and pass it any options that fit your needs.
|
|
2809
|
+
* When your component renders, `useSaveViewMutation` returns a tuple that includes:
|
|
2696
2810
|
* - A mutate function that you can call at any time to execute the mutation
|
|
2697
2811
|
* - An object with fields that represent the current status of the mutation's execution
|
|
2698
2812
|
*
|
|
2699
2813
|
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
|
2700
2814
|
*
|
|
2701
2815
|
* @example
|
|
2702
|
-
* const [
|
|
2816
|
+
* const [saveViewMutation, { data, loading, error }] = useSaveViewMutation({
|
|
2703
2817
|
* variables: {
|
|
2704
2818
|
* view: // value for 'view'
|
|
2705
2819
|
* },
|
|
2706
2820
|
* });
|
|
2707
2821
|
*/
|
|
2708
|
-
export function
|
|
2822
|
+
export function useSaveViewMutation(baseOptions) {
|
|
2709
2823
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2710
|
-
return Apollo.useMutation(
|
|
2824
|
+
return Apollo.useMutation(SaveViewDocument, options);
|
|
2711
2825
|
}
|
|
2712
|
-
export const
|
|
2713
|
-
query
|
|
2714
|
-
|
|
2826
|
+
export const GetAttributesByLibWithPermissionsDocument = gql `
|
|
2827
|
+
query getAttributesByLibWithPermissions($library: String!) {
|
|
2828
|
+
attributes(filters: {libraries: [$library]}) {
|
|
2829
|
+
list {
|
|
2830
|
+
...AttributesByLibAttributeWithPermissions
|
|
2831
|
+
}
|
|
2832
|
+
}
|
|
2833
|
+
}
|
|
2834
|
+
${AttributesByLibAttributeWithPermissionsFragmentDoc}`;
|
|
2835
|
+
/**
|
|
2836
|
+
* __useGetAttributesByLibWithPermissionsQuery__
|
|
2837
|
+
*
|
|
2838
|
+
* To run a query within a React component, call `useGetAttributesByLibWithPermissionsQuery` and pass it any options that fit your needs.
|
|
2839
|
+
* When your component renders, `useGetAttributesByLibWithPermissionsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
2840
|
+
* you can use to render your UI.
|
|
2841
|
+
*
|
|
2842
|
+
* @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;
|
|
2843
|
+
*
|
|
2844
|
+
* @example
|
|
2845
|
+
* const { data, loading, error } = useGetAttributesByLibWithPermissionsQuery({
|
|
2846
|
+
* variables: {
|
|
2847
|
+
* library: // value for 'library'
|
|
2848
|
+
* },
|
|
2849
|
+
* });
|
|
2850
|
+
*/
|
|
2851
|
+
export function useGetAttributesByLibWithPermissionsQuery(baseOptions) {
|
|
2852
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2853
|
+
return Apollo.useQuery(GetAttributesByLibWithPermissionsDocument, options);
|
|
2854
|
+
}
|
|
2855
|
+
export function useGetAttributesByLibWithPermissionsLazyQuery(baseOptions) {
|
|
2856
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2857
|
+
return Apollo.useLazyQuery(GetAttributesByLibWithPermissionsDocument, options);
|
|
2858
|
+
}
|
|
2859
|
+
export const ExplorerAttributesDocument = gql `
|
|
2860
|
+
query ExplorerAttributes($ids: [ID!]) {
|
|
2861
|
+
attributes(filters: {ids: $ids}) {
|
|
2862
|
+
list {
|
|
2863
|
+
id
|
|
2864
|
+
type
|
|
2865
|
+
format
|
|
2866
|
+
label
|
|
2867
|
+
permissions {
|
|
2868
|
+
access_attribute
|
|
2869
|
+
}
|
|
2870
|
+
...LinkAttributeDetails
|
|
2871
|
+
}
|
|
2872
|
+
}
|
|
2873
|
+
}
|
|
2874
|
+
${LinkAttributeDetailsFragmentDoc}`;
|
|
2875
|
+
/**
|
|
2876
|
+
* __useExplorerAttributesQuery__
|
|
2877
|
+
*
|
|
2878
|
+
* To run a query within a React component, call `useExplorerAttributesQuery` and pass it any options that fit your needs.
|
|
2879
|
+
* When your component renders, `useExplorerAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
2880
|
+
* you can use to render your UI.
|
|
2881
|
+
*
|
|
2882
|
+
* @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;
|
|
2883
|
+
*
|
|
2884
|
+
* @example
|
|
2885
|
+
* const { data, loading, error } = useExplorerAttributesQuery({
|
|
2886
|
+
* variables: {
|
|
2887
|
+
* ids: // value for 'ids'
|
|
2888
|
+
* },
|
|
2889
|
+
* });
|
|
2890
|
+
*/
|
|
2891
|
+
export function useExplorerAttributesQuery(baseOptions) {
|
|
2892
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2893
|
+
return Apollo.useQuery(ExplorerAttributesDocument, options);
|
|
2894
|
+
}
|
|
2895
|
+
export function useExplorerAttributesLazyQuery(baseOptions) {
|
|
2896
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2897
|
+
return Apollo.useLazyQuery(ExplorerAttributesDocument, options);
|
|
2898
|
+
}
|
|
2899
|
+
export const ExplorerLinkAttributeDocument = gql `
|
|
2900
|
+
query ExplorerLinkAttribute($id: ID!) {
|
|
2901
|
+
attributes(filters: {ids: [$id]}) {
|
|
2902
|
+
list {
|
|
2903
|
+
id
|
|
2904
|
+
multiple_values
|
|
2905
|
+
permissions {
|
|
2906
|
+
access_attribute
|
|
2907
|
+
edit_value
|
|
2908
|
+
}
|
|
2909
|
+
...LinkAttributeDetails
|
|
2910
|
+
}
|
|
2911
|
+
}
|
|
2912
|
+
}
|
|
2913
|
+
${LinkAttributeDetailsFragmentDoc}`;
|
|
2914
|
+
/**
|
|
2915
|
+
* __useExplorerLinkAttributeQuery__
|
|
2916
|
+
*
|
|
2917
|
+
* To run a query within a React component, call `useExplorerLinkAttributeQuery` and pass it any options that fit your needs.
|
|
2918
|
+
* When your component renders, `useExplorerLinkAttributeQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
2919
|
+
* you can use to render your UI.
|
|
2920
|
+
*
|
|
2921
|
+
* @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;
|
|
2922
|
+
*
|
|
2923
|
+
* @example
|
|
2924
|
+
* const { data, loading, error } = useExplorerLinkAttributeQuery({
|
|
2925
|
+
* variables: {
|
|
2926
|
+
* id: // value for 'id'
|
|
2927
|
+
* },
|
|
2928
|
+
* });
|
|
2929
|
+
*/
|
|
2930
|
+
export function useExplorerLinkAttributeQuery(baseOptions) {
|
|
2931
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2932
|
+
return Apollo.useQuery(ExplorerLinkAttributeDocument, options);
|
|
2933
|
+
}
|
|
2934
|
+
export function useExplorerLinkAttributeLazyQuery(baseOptions) {
|
|
2935
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2936
|
+
return Apollo.useLazyQuery(ExplorerLinkAttributeDocument, options);
|
|
2937
|
+
}
|
|
2938
|
+
export const ExplorerLibraryDataDocument = gql `
|
|
2939
|
+
query ExplorerLibraryData($libraryId: ID!, $attributeIds: [ID!]!, $pagination: RecordsPagination, $filters: [RecordFilterInput], $multipleSort: [RecordSortInput!], $searchQuery: String) {
|
|
2940
|
+
records(
|
|
2941
|
+
library: $libraryId
|
|
2942
|
+
filters: $filters
|
|
2943
|
+
pagination: $pagination
|
|
2944
|
+
multipleSort: $multipleSort
|
|
2945
|
+
searchQuery: $searchQuery
|
|
2946
|
+
) {
|
|
2947
|
+
totalCount
|
|
2715
2948
|
list {
|
|
2716
2949
|
...RecordIdentity
|
|
2950
|
+
permissions {
|
|
2951
|
+
delete_record
|
|
2952
|
+
}
|
|
2717
2953
|
properties(attributeIds: $attributeIds) {
|
|
2718
2954
|
attributeId
|
|
2955
|
+
attributeProperties {
|
|
2956
|
+
...AttributeProperties
|
|
2957
|
+
}
|
|
2719
2958
|
values {
|
|
2720
2959
|
...PropertyValue
|
|
2721
2960
|
}
|
|
@@ -2724,65 +2963,286 @@ export const ExplorerDocument = gql `
|
|
|
2724
2963
|
}
|
|
2725
2964
|
}
|
|
2726
2965
|
${RecordIdentityFragmentDoc}
|
|
2966
|
+
${AttributePropertiesFragmentDoc}
|
|
2727
2967
|
${PropertyValueFragmentDoc}`;
|
|
2728
2968
|
/**
|
|
2729
|
-
*
|
|
2969
|
+
* __useExplorerLibraryDataQuery__
|
|
2730
2970
|
*
|
|
2731
|
-
* To run a query within a React component, call `
|
|
2732
|
-
* When your component renders, `
|
|
2971
|
+
* To run a query within a React component, call `useExplorerLibraryDataQuery` and pass it any options that fit your needs.
|
|
2972
|
+
* When your component renders, `useExplorerLibraryDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
2733
2973
|
* you can use to render your UI.
|
|
2734
2974
|
*
|
|
2735
2975
|
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
2736
2976
|
*
|
|
2737
2977
|
* @example
|
|
2738
|
-
* const { data, loading, error } =
|
|
2978
|
+
* const { data, loading, error } = useExplorerLibraryDataQuery({
|
|
2739
2979
|
* variables: {
|
|
2740
2980
|
* libraryId: // value for 'libraryId'
|
|
2741
2981
|
* attributeIds: // value for 'attributeIds'
|
|
2982
|
+
* pagination: // value for 'pagination'
|
|
2742
2983
|
* filters: // value for 'filters'
|
|
2984
|
+
* multipleSort: // value for 'multipleSort'
|
|
2985
|
+
* searchQuery: // value for 'searchQuery'
|
|
2743
2986
|
* },
|
|
2744
2987
|
* });
|
|
2745
2988
|
*/
|
|
2746
|
-
export function
|
|
2989
|
+
export function useExplorerLibraryDataQuery(baseOptions) {
|
|
2747
2990
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2748
|
-
return Apollo.useQuery(
|
|
2991
|
+
return Apollo.useQuery(ExplorerLibraryDataDocument, options);
|
|
2749
2992
|
}
|
|
2750
|
-
export function
|
|
2993
|
+
export function useExplorerLibraryDataLazyQuery(baseOptions) {
|
|
2751
2994
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2752
|
-
return Apollo.useLazyQuery(
|
|
2995
|
+
return Apollo.useLazyQuery(ExplorerLibraryDataDocument, options);
|
|
2753
2996
|
}
|
|
2754
|
-
export const
|
|
2755
|
-
query
|
|
2997
|
+
export const ExplorerLinkDataDocument = gql `
|
|
2998
|
+
query ExplorerLinkData($attributeIds: [ID!]!, $parentLibraryId: ID!, $parentRecordId: String, $linkAttributeId: ID!) {
|
|
2999
|
+
records(
|
|
3000
|
+
library: $parentLibraryId
|
|
3001
|
+
filters: [{field: "id", condition: EQUAL, value: $parentRecordId}]
|
|
3002
|
+
) {
|
|
3003
|
+
list {
|
|
3004
|
+
id
|
|
3005
|
+
whoAmI {
|
|
3006
|
+
id
|
|
3007
|
+
library {
|
|
3008
|
+
id
|
|
3009
|
+
}
|
|
3010
|
+
}
|
|
3011
|
+
property(attribute: $linkAttributeId) {
|
|
3012
|
+
...LinkProperty
|
|
3013
|
+
}
|
|
3014
|
+
}
|
|
3015
|
+
}
|
|
3016
|
+
}
|
|
3017
|
+
${LinkPropertyFragmentDoc}`;
|
|
3018
|
+
/**
|
|
3019
|
+
* __useExplorerLinkDataQuery__
|
|
3020
|
+
*
|
|
3021
|
+
* To run a query within a React component, call `useExplorerLinkDataQuery` and pass it any options that fit your needs.
|
|
3022
|
+
* When your component renders, `useExplorerLinkDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
3023
|
+
* you can use to render your UI.
|
|
3024
|
+
*
|
|
3025
|
+
* @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;
|
|
3026
|
+
*
|
|
3027
|
+
* @example
|
|
3028
|
+
* const { data, loading, error } = useExplorerLinkDataQuery({
|
|
3029
|
+
* variables: {
|
|
3030
|
+
* attributeIds: // value for 'attributeIds'
|
|
3031
|
+
* parentLibraryId: // value for 'parentLibraryId'
|
|
3032
|
+
* parentRecordId: // value for 'parentRecordId'
|
|
3033
|
+
* linkAttributeId: // value for 'linkAttributeId'
|
|
3034
|
+
* },
|
|
3035
|
+
* });
|
|
3036
|
+
*/
|
|
3037
|
+
export function useExplorerLinkDataQuery(baseOptions) {
|
|
3038
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3039
|
+
return Apollo.useQuery(ExplorerLinkDataDocument, options);
|
|
3040
|
+
}
|
|
3041
|
+
export function useExplorerLinkDataLazyQuery(baseOptions) {
|
|
3042
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3043
|
+
return Apollo.useLazyQuery(ExplorerLinkDataDocument, options);
|
|
3044
|
+
}
|
|
3045
|
+
export const GetLibraryAttributesDocument = gql `
|
|
3046
|
+
query GetLibraryAttributes($libraryId: ID!) {
|
|
3047
|
+
libraries(filters: {id: [$libraryId]}) {
|
|
3048
|
+
list {
|
|
3049
|
+
id
|
|
3050
|
+
attributes {
|
|
3051
|
+
...LibraryAttribute
|
|
3052
|
+
}
|
|
3053
|
+
}
|
|
3054
|
+
}
|
|
3055
|
+
}
|
|
3056
|
+
${LibraryAttributeFragmentDoc}`;
|
|
3057
|
+
/**
|
|
3058
|
+
* __useGetLibraryAttributesQuery__
|
|
3059
|
+
*
|
|
3060
|
+
* To run a query within a React component, call `useGetLibraryAttributesQuery` and pass it any options that fit your needs.
|
|
3061
|
+
* When your component renders, `useGetLibraryAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
3062
|
+
* you can use to render your UI.
|
|
3063
|
+
*
|
|
3064
|
+
* @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;
|
|
3065
|
+
*
|
|
3066
|
+
* @example
|
|
3067
|
+
* const { data, loading, error } = useGetLibraryAttributesQuery({
|
|
3068
|
+
* variables: {
|
|
3069
|
+
* libraryId: // value for 'libraryId'
|
|
3070
|
+
* },
|
|
3071
|
+
* });
|
|
3072
|
+
*/
|
|
3073
|
+
export function useGetLibraryAttributesQuery(baseOptions) {
|
|
3074
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3075
|
+
return Apollo.useQuery(GetLibraryAttributesDocument, options);
|
|
3076
|
+
}
|
|
3077
|
+
export function useGetLibraryAttributesLazyQuery(baseOptions) {
|
|
3078
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3079
|
+
return Apollo.useLazyQuery(GetLibraryAttributesDocument, options);
|
|
3080
|
+
}
|
|
3081
|
+
export const ExplorerLibraryDetailsDocument = gql `
|
|
3082
|
+
query ExplorerLibraryDetails($libraryId: ID!) {
|
|
2756
3083
|
libraries(filters: {id: [$libraryId]}) {
|
|
2757
3084
|
list {
|
|
2758
3085
|
id
|
|
2759
3086
|
label
|
|
3087
|
+
behavior
|
|
2760
3088
|
}
|
|
2761
3089
|
}
|
|
2762
3090
|
}
|
|
2763
3091
|
`;
|
|
2764
3092
|
/**
|
|
2765
|
-
*
|
|
3093
|
+
* __useExplorerLibraryDetailsQuery__
|
|
2766
3094
|
*
|
|
2767
|
-
* To run a query within a React component, call `
|
|
2768
|
-
* When your component renders, `
|
|
3095
|
+
* To run a query within a React component, call `useExplorerLibraryDetailsQuery` and pass it any options that fit your needs.
|
|
3096
|
+
* When your component renders, `useExplorerLibraryDetailsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
2769
3097
|
* you can use to render your UI.
|
|
2770
3098
|
*
|
|
2771
3099
|
* @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;
|
|
2772
3100
|
*
|
|
2773
3101
|
* @example
|
|
2774
|
-
* const { data, loading, error } =
|
|
3102
|
+
* const { data, loading, error } = useExplorerLibraryDetailsQuery({
|
|
2775
3103
|
* variables: {
|
|
2776
3104
|
* libraryId: // value for 'libraryId'
|
|
2777
3105
|
* },
|
|
2778
3106
|
* });
|
|
2779
3107
|
*/
|
|
2780
|
-
export function
|
|
3108
|
+
export function useExplorerLibraryDetailsQuery(baseOptions) {
|
|
2781
3109
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2782
|
-
return Apollo.useQuery(
|
|
3110
|
+
return Apollo.useQuery(ExplorerLibraryDetailsDocument, options);
|
|
2783
3111
|
}
|
|
2784
|
-
export function
|
|
3112
|
+
export function useExplorerLibraryDetailsLazyQuery(baseOptions) {
|
|
2785
3113
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2786
|
-
return Apollo.useLazyQuery(
|
|
3114
|
+
return Apollo.useLazyQuery(ExplorerLibraryDetailsDocument, options);
|
|
3115
|
+
}
|
|
3116
|
+
export const ExplorerSelectionIdsDocument = gql `
|
|
3117
|
+
query ExplorerSelectionIds($libraryId: ID!, $filters: [RecordFilterInput]) {
|
|
3118
|
+
records(library: $libraryId, filters: $filters) {
|
|
3119
|
+
list {
|
|
3120
|
+
id
|
|
3121
|
+
}
|
|
3122
|
+
}
|
|
3123
|
+
}
|
|
3124
|
+
`;
|
|
3125
|
+
/**
|
|
3126
|
+
* __useExplorerSelectionIdsQuery__
|
|
3127
|
+
*
|
|
3128
|
+
* To run a query within a React component, call `useExplorerSelectionIdsQuery` and pass it any options that fit your needs.
|
|
3129
|
+
* When your component renders, `useExplorerSelectionIdsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
3130
|
+
* you can use to render your UI.
|
|
3131
|
+
*
|
|
3132
|
+
* @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;
|
|
3133
|
+
*
|
|
3134
|
+
* @example
|
|
3135
|
+
* const { data, loading, error } = useExplorerSelectionIdsQuery({
|
|
3136
|
+
* variables: {
|
|
3137
|
+
* libraryId: // value for 'libraryId'
|
|
3138
|
+
* filters: // value for 'filters'
|
|
3139
|
+
* },
|
|
3140
|
+
* });
|
|
3141
|
+
*/
|
|
3142
|
+
export function useExplorerSelectionIdsQuery(baseOptions) {
|
|
3143
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3144
|
+
return Apollo.useQuery(ExplorerSelectionIdsDocument, options);
|
|
3145
|
+
}
|
|
3146
|
+
export function useExplorerSelectionIdsLazyQuery(baseOptions) {
|
|
3147
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3148
|
+
return Apollo.useLazyQuery(ExplorerSelectionIdsDocument, options);
|
|
3149
|
+
}
|
|
3150
|
+
export const MeDocument = gql `
|
|
3151
|
+
query Me {
|
|
3152
|
+
me {
|
|
3153
|
+
id
|
|
3154
|
+
whoAmI {
|
|
3155
|
+
id
|
|
3156
|
+
library {
|
|
3157
|
+
id
|
|
3158
|
+
}
|
|
3159
|
+
}
|
|
3160
|
+
}
|
|
3161
|
+
}
|
|
3162
|
+
`;
|
|
3163
|
+
/**
|
|
3164
|
+
* __useMeQuery__
|
|
3165
|
+
*
|
|
3166
|
+
* To run a query within a React component, call `useMeQuery` and pass it any options that fit your needs.
|
|
3167
|
+
* When your component renders, `useMeQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
3168
|
+
* you can use to render your UI.
|
|
3169
|
+
*
|
|
3170
|
+
* @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;
|
|
3171
|
+
*
|
|
3172
|
+
* @example
|
|
3173
|
+
* const { data, loading, error } = useMeQuery({
|
|
3174
|
+
* variables: {
|
|
3175
|
+
* },
|
|
3176
|
+
* });
|
|
3177
|
+
*/
|
|
3178
|
+
export function useMeQuery(baseOptions) {
|
|
3179
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3180
|
+
return Apollo.useQuery(MeDocument, options);
|
|
3181
|
+
}
|
|
3182
|
+
export function useMeLazyQuery(baseOptions) {
|
|
3183
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3184
|
+
return Apollo.useLazyQuery(MeDocument, options);
|
|
3185
|
+
}
|
|
3186
|
+
export const UpdateViewDocument = gql `
|
|
3187
|
+
mutation UpdateView($view: ViewInputPartial!) {
|
|
3188
|
+
updateView(view: $view) {
|
|
3189
|
+
...ViewDetails
|
|
3190
|
+
}
|
|
3191
|
+
}
|
|
3192
|
+
${ViewDetailsFragmentDoc}`;
|
|
3193
|
+
/**
|
|
3194
|
+
* __useUpdateViewMutation__
|
|
3195
|
+
*
|
|
3196
|
+
* To run a mutation, you first call `useUpdateViewMutation` within a React component and pass it any options that fit your needs.
|
|
3197
|
+
* When your component renders, `useUpdateViewMutation` returns a tuple that includes:
|
|
3198
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
3199
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
3200
|
+
*
|
|
3201
|
+
* @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;
|
|
3202
|
+
*
|
|
3203
|
+
* @example
|
|
3204
|
+
* const [updateViewMutation, { data, loading, error }] = useUpdateViewMutation({
|
|
3205
|
+
* variables: {
|
|
3206
|
+
* view: // value for 'view'
|
|
3207
|
+
* },
|
|
3208
|
+
* });
|
|
3209
|
+
*/
|
|
3210
|
+
export function useUpdateViewMutation(baseOptions) {
|
|
3211
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3212
|
+
return Apollo.useMutation(UpdateViewDocument, options);
|
|
3213
|
+
}
|
|
3214
|
+
export const TreeDataQueryDocument = gql `
|
|
3215
|
+
query TreeDataQuery($treeId: ID!) {
|
|
3216
|
+
trees(filters: {id: [$treeId]}) {
|
|
3217
|
+
list {
|
|
3218
|
+
id
|
|
3219
|
+
label
|
|
3220
|
+
}
|
|
3221
|
+
}
|
|
3222
|
+
}
|
|
3223
|
+
`;
|
|
3224
|
+
/**
|
|
3225
|
+
* __useTreeDataQueryQuery__
|
|
3226
|
+
*
|
|
3227
|
+
* To run a query within a React component, call `useTreeDataQueryQuery` and pass it any options that fit your needs.
|
|
3228
|
+
* When your component renders, `useTreeDataQueryQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
3229
|
+
* you can use to render your UI.
|
|
3230
|
+
*
|
|
3231
|
+
* @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;
|
|
3232
|
+
*
|
|
3233
|
+
* @example
|
|
3234
|
+
* const { data, loading, error } = useTreeDataQueryQuery({
|
|
3235
|
+
* variables: {
|
|
3236
|
+
* treeId: // value for 'treeId'
|
|
3237
|
+
* },
|
|
3238
|
+
* });
|
|
3239
|
+
*/
|
|
3240
|
+
export function useTreeDataQueryQuery(baseOptions) {
|
|
3241
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3242
|
+
return Apollo.useQuery(TreeDataQueryDocument, options);
|
|
3243
|
+
}
|
|
3244
|
+
export function useTreeDataQueryLazyQuery(baseOptions) {
|
|
3245
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3246
|
+
return Apollo.useLazyQuery(TreeDataQueryDocument, options);
|
|
2787
3247
|
}
|
|
2788
3248
|
//# sourceMappingURL=index.js.map
|