@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
|
@@ -127,6 +127,7 @@ export declare enum AttributeFormat {
|
|
|
127
127
|
}
|
|
128
128
|
export type AttributeInput = {
|
|
129
129
|
actions_list?: InputMaybe<ActionsListConfigurationInput>;
|
|
130
|
+
character_limit?: InputMaybe<Scalars['Int']>;
|
|
130
131
|
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
131
132
|
embedded_fields?: InputMaybe<Array<InputMaybe<EmbeddedAttributeInput>>>;
|
|
132
133
|
format?: InputMaybe<AttributeFormat>;
|
|
@@ -134,7 +135,6 @@ export type AttributeInput = {
|
|
|
134
135
|
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
135
136
|
linked_library?: InputMaybe<Scalars['String']>;
|
|
136
137
|
linked_tree?: InputMaybe<Scalars['String']>;
|
|
137
|
-
maxLength?: InputMaybe<Scalars['Int']>;
|
|
138
138
|
metadata_fields?: InputMaybe<Array<Scalars['String']>>;
|
|
139
139
|
multiple_values?: InputMaybe<Scalars['Boolean']>;
|
|
140
140
|
permissions_conf?: InputMaybe<TreepermissionsConfInput>;
|
|
@@ -158,14 +158,15 @@ export declare enum AttributeType {
|
|
|
158
158
|
tree = "tree"
|
|
159
159
|
}
|
|
160
160
|
export type AttributesFiltersInput = {
|
|
161
|
-
format?: InputMaybe<Array<
|
|
161
|
+
format?: InputMaybe<Array<AttributeFormat>>;
|
|
162
162
|
id?: InputMaybe<Scalars['ID']>;
|
|
163
|
+
ids?: InputMaybe<Array<Scalars['ID']>>;
|
|
163
164
|
label?: InputMaybe<Scalars['String']>;
|
|
164
|
-
libraries?: InputMaybe<Array<
|
|
165
|
-
librariesExcluded?: InputMaybe<Array<
|
|
165
|
+
libraries?: InputMaybe<Array<Scalars['String']>>;
|
|
166
|
+
librariesExcluded?: InputMaybe<Array<Scalars['String']>>;
|
|
166
167
|
multiple_values?: InputMaybe<Scalars['Boolean']>;
|
|
167
168
|
system?: InputMaybe<Scalars['Boolean']>;
|
|
168
|
-
type?: InputMaybe<Array<
|
|
169
|
+
type?: InputMaybe<Array<AttributeType>>;
|
|
169
170
|
versionable?: InputMaybe<Scalars['Boolean']>;
|
|
170
171
|
};
|
|
171
172
|
export declare enum AttributesSortableFields {
|
|
@@ -256,6 +257,7 @@ export type GlobalSettingsFileInput = {
|
|
|
256
257
|
recordId: Scalars['String'];
|
|
257
258
|
};
|
|
258
259
|
export type GlobalSettingsInput = {
|
|
260
|
+
defaultApp?: InputMaybe<Scalars['String']>;
|
|
259
261
|
favicon?: InputMaybe<GlobalSettingsFileInput>;
|
|
260
262
|
icon?: InputMaybe<GlobalSettingsFileInput>;
|
|
261
263
|
name?: InputMaybe<Scalars['String']>;
|
|
@@ -725,10 +727,11 @@ export declare enum VersionProfilesSortableFields {
|
|
|
725
727
|
id = "id"
|
|
726
728
|
}
|
|
727
729
|
export type ViewDisplayInput = {
|
|
728
|
-
size
|
|
730
|
+
size?: InputMaybe<ViewSizes>;
|
|
729
731
|
type: ViewTypes;
|
|
730
732
|
};
|
|
731
733
|
export type ViewInput = {
|
|
734
|
+
attributes?: InputMaybe<Array<Scalars['String']>>;
|
|
732
735
|
color?: InputMaybe<Scalars['String']>;
|
|
733
736
|
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
734
737
|
display: ViewDisplayInput;
|
|
@@ -736,14 +739,22 @@ export type ViewInput = {
|
|
|
736
739
|
id?: InputMaybe<Scalars['String']>;
|
|
737
740
|
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
738
741
|
library: Scalars['String'];
|
|
739
|
-
settings?: InputMaybe<Array<ViewSettingsInput>>;
|
|
740
742
|
shared: Scalars['Boolean'];
|
|
741
|
-
sort?: InputMaybe<RecordSortInput
|
|
743
|
+
sort?: InputMaybe<Array<RecordSortInput>>;
|
|
742
744
|
valuesVersions?: InputMaybe<Array<ViewValuesVersionInput>>;
|
|
743
745
|
};
|
|
744
|
-
export type
|
|
745
|
-
|
|
746
|
-
|
|
746
|
+
export type ViewInputPartial = {
|
|
747
|
+
attributes?: InputMaybe<Array<Scalars['String']>>;
|
|
748
|
+
color?: InputMaybe<Scalars['String']>;
|
|
749
|
+
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
750
|
+
display?: InputMaybe<ViewDisplayInput>;
|
|
751
|
+
filters?: InputMaybe<Array<RecordFilterInput>>;
|
|
752
|
+
id: Scalars['String'];
|
|
753
|
+
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
754
|
+
library?: InputMaybe<Scalars['String']>;
|
|
755
|
+
shared?: InputMaybe<Scalars['Boolean']>;
|
|
756
|
+
sort?: InputMaybe<Array<RecordSortInput>>;
|
|
757
|
+
valuesVersions?: InputMaybe<Array<ViewValuesVersionInput>>;
|
|
747
758
|
};
|
|
748
759
|
export declare enum ViewSizes {
|
|
749
760
|
BIG = "BIG",
|
|
@@ -841,7 +852,6 @@ export type AttributeDetailsLinkAttributeFragment = {
|
|
|
841
852
|
};
|
|
842
853
|
export type AttributeDetailsStandardAttributeFragment = {
|
|
843
854
|
unique?: boolean | null;
|
|
844
|
-
maxLength?: number | null;
|
|
845
855
|
id: string;
|
|
846
856
|
type: AttributeType;
|
|
847
857
|
format?: AttributeFormat | null;
|
|
@@ -956,6 +966,11 @@ export type AttributesByLibAttributeTreeAttributeFragment = {
|
|
|
956
966
|
} | null;
|
|
957
967
|
};
|
|
958
968
|
export type AttributesByLibAttributeFragment = AttributesByLibAttributeLinkAttributeFragment | AttributesByLibAttributeStandardAttributeFragment | AttributesByLibAttributeTreeAttributeFragment;
|
|
969
|
+
export type AttributesByLibLinkAttributeFragment = {
|
|
970
|
+
linked_library?: {
|
|
971
|
+
id: string;
|
|
972
|
+
} | null;
|
|
973
|
+
};
|
|
959
974
|
export type LibraryLightFragment = {
|
|
960
975
|
id: string;
|
|
961
976
|
label?: any | null;
|
|
@@ -1486,7 +1501,9 @@ export type RecordFormElementFragment = {
|
|
|
1486
1501
|
format?: AttributeFormat | null;
|
|
1487
1502
|
system: boolean;
|
|
1488
1503
|
readonly: boolean;
|
|
1504
|
+
required: boolean;
|
|
1489
1505
|
multiple_values: boolean;
|
|
1506
|
+
compute: boolean;
|
|
1490
1507
|
linked_library?: {
|
|
1491
1508
|
id: string;
|
|
1492
1509
|
label?: any | null;
|
|
@@ -1560,6 +1577,7 @@ export type RecordFormElementFragment = {
|
|
|
1560
1577
|
}> | null;
|
|
1561
1578
|
}> | null;
|
|
1562
1579
|
} | {
|
|
1580
|
+
character_limit?: number | null;
|
|
1563
1581
|
id: string;
|
|
1564
1582
|
label?: any | null;
|
|
1565
1583
|
description?: any | null;
|
|
@@ -1567,7 +1585,9 @@ export type RecordFormElementFragment = {
|
|
|
1567
1585
|
format?: AttributeFormat | null;
|
|
1568
1586
|
system: boolean;
|
|
1569
1587
|
readonly: boolean;
|
|
1588
|
+
required: boolean;
|
|
1570
1589
|
multiple_values: boolean;
|
|
1590
|
+
compute: boolean;
|
|
1571
1591
|
values_list?: {
|
|
1572
1592
|
enable: boolean;
|
|
1573
1593
|
allowFreeEntry?: boolean | null;
|
|
@@ -1635,7 +1655,9 @@ export type RecordFormElementFragment = {
|
|
|
1635
1655
|
format?: AttributeFormat | null;
|
|
1636
1656
|
system: boolean;
|
|
1637
1657
|
readonly: boolean;
|
|
1658
|
+
required: boolean;
|
|
1638
1659
|
multiple_values: boolean;
|
|
1660
|
+
compute: boolean;
|
|
1639
1661
|
linked_tree?: {
|
|
1640
1662
|
id: string;
|
|
1641
1663
|
label?: any | null;
|
|
@@ -2138,7 +2160,9 @@ export type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2138
2160
|
format?: AttributeFormat | null;
|
|
2139
2161
|
system: boolean;
|
|
2140
2162
|
readonly: boolean;
|
|
2163
|
+
required: boolean;
|
|
2141
2164
|
multiple_values: boolean;
|
|
2165
|
+
compute: boolean;
|
|
2142
2166
|
linked_library?: {
|
|
2143
2167
|
id: string;
|
|
2144
2168
|
label?: any | null;
|
|
@@ -2213,6 +2237,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2213
2237
|
}> | null;
|
|
2214
2238
|
};
|
|
2215
2239
|
export type RecordFormAttributeStandardAttributeFragment = {
|
|
2240
|
+
character_limit?: number | null;
|
|
2216
2241
|
id: string;
|
|
2217
2242
|
label?: any | null;
|
|
2218
2243
|
description?: any | null;
|
|
@@ -2220,7 +2245,9 @@ export type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2220
2245
|
format?: AttributeFormat | null;
|
|
2221
2246
|
system: boolean;
|
|
2222
2247
|
readonly: boolean;
|
|
2248
|
+
required: boolean;
|
|
2223
2249
|
multiple_values: boolean;
|
|
2250
|
+
compute: boolean;
|
|
2224
2251
|
values_list?: {
|
|
2225
2252
|
enable: boolean;
|
|
2226
2253
|
allowFreeEntry?: boolean | null;
|
|
@@ -2289,7 +2316,9 @@ export type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2289
2316
|
format?: AttributeFormat | null;
|
|
2290
2317
|
system: boolean;
|
|
2291
2318
|
readonly: boolean;
|
|
2319
|
+
required: boolean;
|
|
2292
2320
|
multiple_values: boolean;
|
|
2321
|
+
compute: boolean;
|
|
2293
2322
|
linked_tree?: {
|
|
2294
2323
|
id: string;
|
|
2295
2324
|
label?: any | null;
|
|
@@ -2471,7 +2500,7 @@ export type ViewDetailsFragment = {
|
|
|
2471
2500
|
description?: any | null;
|
|
2472
2501
|
color?: string | null;
|
|
2473
2502
|
display: {
|
|
2474
|
-
size
|
|
2503
|
+
size?: ViewSizes | null;
|
|
2475
2504
|
type: ViewTypes;
|
|
2476
2505
|
};
|
|
2477
2506
|
created_by: {
|
|
@@ -2494,10 +2523,10 @@ export type ViewDetailsFragment = {
|
|
|
2494
2523
|
label?: any | null;
|
|
2495
2524
|
} | null;
|
|
2496
2525
|
}> | null;
|
|
2497
|
-
sort?: {
|
|
2526
|
+
sort?: Array<{
|
|
2498
2527
|
field: string;
|
|
2499
2528
|
order: SortOrder;
|
|
2500
|
-
} | null;
|
|
2529
|
+
}> | null;
|
|
2501
2530
|
valuesVersions?: Array<{
|
|
2502
2531
|
treeId: string;
|
|
2503
2532
|
treeNode: {
|
|
@@ -2518,11 +2547,94 @@ export type ViewDetailsFragment = {
|
|
|
2518
2547
|
};
|
|
2519
2548
|
};
|
|
2520
2549
|
}> | null;
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
value?: any | null;
|
|
2550
|
+
attributes?: Array<{
|
|
2551
|
+
id: string;
|
|
2524
2552
|
}> | null;
|
|
2525
2553
|
};
|
|
2554
|
+
export type ViewDetailsFilterFragment = {
|
|
2555
|
+
field?: string | null;
|
|
2556
|
+
value?: string | null;
|
|
2557
|
+
condition?: RecordFilterCondition | null;
|
|
2558
|
+
operator?: RecordFilterOperator | null;
|
|
2559
|
+
tree?: {
|
|
2560
|
+
id: string;
|
|
2561
|
+
label?: any | null;
|
|
2562
|
+
} | null;
|
|
2563
|
+
};
|
|
2564
|
+
export type AttributesByLibAttributeWithPermissionsLinkAttributeFragment = {
|
|
2565
|
+
id: string;
|
|
2566
|
+
type: AttributeType;
|
|
2567
|
+
format?: AttributeFormat | null;
|
|
2568
|
+
label?: any | null;
|
|
2569
|
+
multiple_values: boolean;
|
|
2570
|
+
system: boolean;
|
|
2571
|
+
readonly: boolean;
|
|
2572
|
+
permissions: {
|
|
2573
|
+
access_attribute: boolean;
|
|
2574
|
+
};
|
|
2575
|
+
linked_library?: {
|
|
2576
|
+
id: string;
|
|
2577
|
+
} | null;
|
|
2578
|
+
};
|
|
2579
|
+
export type AttributesByLibAttributeWithPermissionsStandardAttributeFragment = {
|
|
2580
|
+
id: string;
|
|
2581
|
+
type: AttributeType;
|
|
2582
|
+
format?: AttributeFormat | null;
|
|
2583
|
+
label?: any | null;
|
|
2584
|
+
multiple_values: boolean;
|
|
2585
|
+
system: boolean;
|
|
2586
|
+
readonly: boolean;
|
|
2587
|
+
embedded_fields?: Array<{
|
|
2588
|
+
id: string;
|
|
2589
|
+
format?: AttributeFormat | null;
|
|
2590
|
+
label?: any | null;
|
|
2591
|
+
} | null> | null;
|
|
2592
|
+
permissions: {
|
|
2593
|
+
access_attribute: boolean;
|
|
2594
|
+
};
|
|
2595
|
+
};
|
|
2596
|
+
export type AttributesByLibAttributeWithPermissionsTreeAttributeFragment = {
|
|
2597
|
+
id: string;
|
|
2598
|
+
type: AttributeType;
|
|
2599
|
+
format?: AttributeFormat | null;
|
|
2600
|
+
label?: any | null;
|
|
2601
|
+
multiple_values: boolean;
|
|
2602
|
+
system: boolean;
|
|
2603
|
+
readonly: boolean;
|
|
2604
|
+
linked_tree?: {
|
|
2605
|
+
id: string;
|
|
2606
|
+
label?: any | null;
|
|
2607
|
+
libraries: Array<{
|
|
2608
|
+
library: {
|
|
2609
|
+
id: string;
|
|
2610
|
+
label?: any | null;
|
|
2611
|
+
};
|
|
2612
|
+
}>;
|
|
2613
|
+
} | null;
|
|
2614
|
+
permissions: {
|
|
2615
|
+
access_attribute: boolean;
|
|
2616
|
+
};
|
|
2617
|
+
};
|
|
2618
|
+
export type AttributesByLibAttributeWithPermissionsFragment = AttributesByLibAttributeWithPermissionsLinkAttributeFragment | AttributesByLibAttributeWithPermissionsStandardAttributeFragment | AttributesByLibAttributeWithPermissionsTreeAttributeFragment;
|
|
2619
|
+
export type AttributesByLibLinkAttributeWithPermissionsFragment = {
|
|
2620
|
+
linked_library?: {
|
|
2621
|
+
id: string;
|
|
2622
|
+
} | null;
|
|
2623
|
+
};
|
|
2624
|
+
export type LinkAttributeDetailsFragment = {
|
|
2625
|
+
label?: any | null;
|
|
2626
|
+
linked_library?: {
|
|
2627
|
+
id: string;
|
|
2628
|
+
label?: any | null;
|
|
2629
|
+
} | null;
|
|
2630
|
+
};
|
|
2631
|
+
export type AttributePropertiesFragment = {
|
|
2632
|
+
id: string;
|
|
2633
|
+
label?: any | null;
|
|
2634
|
+
type: AttributeType;
|
|
2635
|
+
format?: AttributeFormat | null;
|
|
2636
|
+
multiple_values: boolean;
|
|
2637
|
+
};
|
|
2526
2638
|
export type PropertyValueLinkValueFragment = {
|
|
2527
2639
|
linkPayload?: {
|
|
2528
2640
|
id: string;
|
|
@@ -2538,10 +2650,6 @@ export type PropertyValueLinkValueFragment = {
|
|
|
2538
2650
|
};
|
|
2539
2651
|
};
|
|
2540
2652
|
} | null;
|
|
2541
|
-
attribute: {
|
|
2542
|
-
type: AttributeType;
|
|
2543
|
-
label?: any | null;
|
|
2544
|
-
};
|
|
2545
2653
|
};
|
|
2546
2654
|
export type PropertyValueTreeValueFragment = {
|
|
2547
2655
|
treePayload?: {
|
|
@@ -2560,19 +2668,127 @@ export type PropertyValueTreeValueFragment = {
|
|
|
2560
2668
|
};
|
|
2561
2669
|
};
|
|
2562
2670
|
} | null;
|
|
2563
|
-
attribute: {
|
|
2564
|
-
type: AttributeType;
|
|
2565
|
-
label?: any | null;
|
|
2566
|
-
};
|
|
2567
2671
|
};
|
|
2568
2672
|
export type PropertyValueValueFragment = {
|
|
2569
2673
|
valuePayload?: any | null;
|
|
2570
|
-
|
|
2571
|
-
|
|
2674
|
+
valueRawPayload?: any | null;
|
|
2675
|
+
};
|
|
2676
|
+
export type PropertyValueFragment = PropertyValueLinkValueFragment | PropertyValueTreeValueFragment | PropertyValueValueFragment;
|
|
2677
|
+
export type LinkPropertyLinkValueFragment = {
|
|
2678
|
+
id_value?: string | null;
|
|
2679
|
+
payload?: {
|
|
2680
|
+
id: string;
|
|
2681
|
+
properties: Array<{
|
|
2682
|
+
attributeId: string;
|
|
2683
|
+
attributeProperties: {
|
|
2684
|
+
id: string;
|
|
2685
|
+
label?: any | null;
|
|
2686
|
+
type: AttributeType;
|
|
2687
|
+
format?: AttributeFormat | null;
|
|
2688
|
+
multiple_values: boolean;
|
|
2689
|
+
};
|
|
2690
|
+
values: Array<{
|
|
2691
|
+
linkPayload?: {
|
|
2692
|
+
id: string;
|
|
2693
|
+
whoAmI: {
|
|
2694
|
+
id: string;
|
|
2695
|
+
label?: string | null;
|
|
2696
|
+
subLabel?: string | null;
|
|
2697
|
+
color?: string | null;
|
|
2698
|
+
preview?: IPreviewScalar | null;
|
|
2699
|
+
library: {
|
|
2700
|
+
id: string;
|
|
2701
|
+
label?: any | null;
|
|
2702
|
+
};
|
|
2703
|
+
};
|
|
2704
|
+
} | null;
|
|
2705
|
+
} | {
|
|
2706
|
+
treePayload?: {
|
|
2707
|
+
record: {
|
|
2708
|
+
id: string;
|
|
2709
|
+
whoAmI: {
|
|
2710
|
+
id: string;
|
|
2711
|
+
label?: string | null;
|
|
2712
|
+
subLabel?: string | null;
|
|
2713
|
+
color?: string | null;
|
|
2714
|
+
preview?: IPreviewScalar | null;
|
|
2715
|
+
library: {
|
|
2716
|
+
id: string;
|
|
2717
|
+
label?: any | null;
|
|
2718
|
+
};
|
|
2719
|
+
};
|
|
2720
|
+
};
|
|
2721
|
+
} | null;
|
|
2722
|
+
} | {
|
|
2723
|
+
valuePayload?: any | null;
|
|
2724
|
+
valueRawPayload?: any | null;
|
|
2725
|
+
}>;
|
|
2726
|
+
}>;
|
|
2727
|
+
whoAmI: {
|
|
2728
|
+
id: string;
|
|
2729
|
+
label?: string | null;
|
|
2730
|
+
subLabel?: string | null;
|
|
2731
|
+
color?: string | null;
|
|
2732
|
+
preview?: IPreviewScalar | null;
|
|
2733
|
+
library: {
|
|
2734
|
+
id: string;
|
|
2735
|
+
label?: any | null;
|
|
2736
|
+
};
|
|
2737
|
+
};
|
|
2738
|
+
} | null;
|
|
2739
|
+
};
|
|
2740
|
+
export type LinkPropertyTreeValueValueFragment = {
|
|
2741
|
+
id_value?: string | null;
|
|
2742
|
+
};
|
|
2743
|
+
export type LinkPropertyFragment = LinkPropertyLinkValueFragment | LinkPropertyTreeValueValueFragment;
|
|
2744
|
+
export type LibraryAttributeLinkAttributeFragment = {
|
|
2745
|
+
id: string;
|
|
2746
|
+
type: AttributeType;
|
|
2747
|
+
label?: any | null;
|
|
2748
|
+
permissions: {
|
|
2749
|
+
access_attribute: boolean;
|
|
2750
|
+
};
|
|
2751
|
+
linked_library?: {
|
|
2752
|
+
id: string;
|
|
2572
2753
|
label?: any | null;
|
|
2754
|
+
attributes?: Array<{
|
|
2755
|
+
id: string;
|
|
2756
|
+
type: AttributeType;
|
|
2757
|
+
format?: AttributeFormat | null;
|
|
2758
|
+
label?: any | null;
|
|
2759
|
+
}> | null;
|
|
2760
|
+
} | null;
|
|
2761
|
+
};
|
|
2762
|
+
export type LibraryAttributeStandardAttributeFragment = {
|
|
2763
|
+
format?: AttributeFormat | null;
|
|
2764
|
+
id: string;
|
|
2765
|
+
type: AttributeType;
|
|
2766
|
+
label?: any | null;
|
|
2767
|
+
permissions: {
|
|
2768
|
+
access_attribute: boolean;
|
|
2573
2769
|
};
|
|
2574
2770
|
};
|
|
2575
|
-
export type
|
|
2771
|
+
export type LibraryAttributeTreeAttributeFragment = {
|
|
2772
|
+
id: string;
|
|
2773
|
+
type: AttributeType;
|
|
2774
|
+
label?: any | null;
|
|
2775
|
+
permissions: {
|
|
2776
|
+
access_attribute: boolean;
|
|
2777
|
+
};
|
|
2778
|
+
};
|
|
2779
|
+
export type LibraryAttributeFragment = LibraryAttributeLinkAttributeFragment | LibraryAttributeStandardAttributeFragment | LibraryAttributeTreeAttributeFragment;
|
|
2780
|
+
export type LibraryAttributeLinkFragment = {
|
|
2781
|
+
linked_library?: {
|
|
2782
|
+
id: string;
|
|
2783
|
+
label?: any | null;
|
|
2784
|
+
attributes?: Array<{
|
|
2785
|
+
id: string;
|
|
2786
|
+
type: AttributeType;
|
|
2787
|
+
format?: AttributeFormat | null;
|
|
2788
|
+
label?: any | null;
|
|
2789
|
+
}> | null;
|
|
2790
|
+
} | null;
|
|
2791
|
+
};
|
|
2576
2792
|
export type CheckApplicationExistenceQueryVariables = Exact<{
|
|
2577
2793
|
id?: InputMaybe<Scalars['ID']>;
|
|
2578
2794
|
endpoint?: InputMaybe<Scalars['String']>;
|
|
@@ -2721,7 +2937,6 @@ export type GetAttributeByIdQuery = {
|
|
|
2721
2937
|
}> | null;
|
|
2722
2938
|
} | {
|
|
2723
2939
|
unique?: boolean | null;
|
|
2724
|
-
maxLength?: number | null;
|
|
2725
2940
|
id: string;
|
|
2726
2941
|
type: AttributeType;
|
|
2727
2942
|
format?: AttributeFormat | null;
|
|
@@ -2931,7 +3146,6 @@ export type SaveAttributeMutation = {
|
|
|
2931
3146
|
}> | null;
|
|
2932
3147
|
} | {
|
|
2933
3148
|
unique?: boolean | null;
|
|
2934
|
-
maxLength?: number | null;
|
|
2935
3149
|
id: string;
|
|
2936
3150
|
type: AttributeType;
|
|
2937
3151
|
format?: AttributeFormat | null;
|
|
@@ -3445,11 +3659,10 @@ export type CreateRecordMutation = {
|
|
|
3445
3659
|
};
|
|
3446
3660
|
} | null;
|
|
3447
3661
|
valuesErrors?: Array<{
|
|
3448
|
-
attributeId: string;
|
|
3449
|
-
id_value?: string | null;
|
|
3450
|
-
input?: string | null;
|
|
3451
|
-
message?: string | null;
|
|
3452
3662
|
type: string;
|
|
3663
|
+
attribute: string;
|
|
3664
|
+
input?: string | null;
|
|
3665
|
+
message: string;
|
|
3453
3666
|
}> | null;
|
|
3454
3667
|
};
|
|
3455
3668
|
};
|
|
@@ -3967,7 +4180,9 @@ export type RecordFormQuery = {
|
|
|
3967
4180
|
format?: AttributeFormat | null;
|
|
3968
4181
|
system: boolean;
|
|
3969
4182
|
readonly: boolean;
|
|
4183
|
+
required: boolean;
|
|
3970
4184
|
multiple_values: boolean;
|
|
4185
|
+
compute: boolean;
|
|
3971
4186
|
linked_library?: {
|
|
3972
4187
|
id: string;
|
|
3973
4188
|
label?: any | null;
|
|
@@ -4041,6 +4256,7 @@ export type RecordFormQuery = {
|
|
|
4041
4256
|
}> | null;
|
|
4042
4257
|
}> | null;
|
|
4043
4258
|
} | {
|
|
4259
|
+
character_limit?: number | null;
|
|
4044
4260
|
id: string;
|
|
4045
4261
|
label?: any | null;
|
|
4046
4262
|
description?: any | null;
|
|
@@ -4048,7 +4264,9 @@ export type RecordFormQuery = {
|
|
|
4048
4264
|
format?: AttributeFormat | null;
|
|
4049
4265
|
system: boolean;
|
|
4050
4266
|
readonly: boolean;
|
|
4267
|
+
required: boolean;
|
|
4051
4268
|
multiple_values: boolean;
|
|
4269
|
+
compute: boolean;
|
|
4052
4270
|
values_list?: {
|
|
4053
4271
|
enable: boolean;
|
|
4054
4272
|
allowFreeEntry?: boolean | null;
|
|
@@ -4116,7 +4334,9 @@ export type RecordFormQuery = {
|
|
|
4116
4334
|
format?: AttributeFormat | null;
|
|
4117
4335
|
system: boolean;
|
|
4118
4336
|
readonly: boolean;
|
|
4337
|
+
required: boolean;
|
|
4119
4338
|
multiple_values: boolean;
|
|
4339
|
+
compute: boolean;
|
|
4120
4340
|
linked_tree?: {
|
|
4121
4341
|
id: string;
|
|
4122
4342
|
label?: any | null;
|
|
@@ -5757,7 +5977,7 @@ export type GetViewQuery = {
|
|
|
5757
5977
|
description?: any | null;
|
|
5758
5978
|
color?: string | null;
|
|
5759
5979
|
display: {
|
|
5760
|
-
size
|
|
5980
|
+
size?: ViewSizes | null;
|
|
5761
5981
|
type: ViewTypes;
|
|
5762
5982
|
};
|
|
5763
5983
|
created_by: {
|
|
@@ -5780,10 +6000,10 @@ export type GetViewQuery = {
|
|
|
5780
6000
|
label?: any | null;
|
|
5781
6001
|
} | null;
|
|
5782
6002
|
}> | null;
|
|
5783
|
-
sort?: {
|
|
6003
|
+
sort?: Array<{
|
|
5784
6004
|
field: string;
|
|
5785
6005
|
order: SortOrder;
|
|
5786
|
-
} | null;
|
|
6006
|
+
}> | null;
|
|
5787
6007
|
valuesVersions?: Array<{
|
|
5788
6008
|
treeId: string;
|
|
5789
6009
|
treeNode: {
|
|
@@ -5804,9 +6024,8 @@ export type GetViewQuery = {
|
|
|
5804
6024
|
};
|
|
5805
6025
|
};
|
|
5806
6026
|
}> | null;
|
|
5807
|
-
|
|
5808
|
-
|
|
5809
|
-
value?: any | null;
|
|
6027
|
+
attributes?: Array<{
|
|
6028
|
+
id: string;
|
|
5810
6029
|
}> | null;
|
|
5811
6030
|
};
|
|
5812
6031
|
};
|
|
@@ -5823,7 +6042,7 @@ export type GetViewsListQuery = {
|
|
|
5823
6042
|
description?: any | null;
|
|
5824
6043
|
color?: string | null;
|
|
5825
6044
|
display: {
|
|
5826
|
-
size
|
|
6045
|
+
size?: ViewSizes | null;
|
|
5827
6046
|
type: ViewTypes;
|
|
5828
6047
|
};
|
|
5829
6048
|
created_by: {
|
|
@@ -5846,10 +6065,10 @@ export type GetViewsListQuery = {
|
|
|
5846
6065
|
label?: any | null;
|
|
5847
6066
|
} | null;
|
|
5848
6067
|
}> | null;
|
|
5849
|
-
sort?: {
|
|
6068
|
+
sort?: Array<{
|
|
5850
6069
|
field: string;
|
|
5851
6070
|
order: SortOrder;
|
|
5852
|
-
} | null;
|
|
6071
|
+
}> | null;
|
|
5853
6072
|
valuesVersions?: Array<{
|
|
5854
6073
|
treeId: string;
|
|
5855
6074
|
treeNode: {
|
|
@@ -5870,17 +6089,16 @@ export type GetViewsListQuery = {
|
|
|
5870
6089
|
};
|
|
5871
6090
|
};
|
|
5872
6091
|
}> | null;
|
|
5873
|
-
|
|
5874
|
-
|
|
5875
|
-
value?: any | null;
|
|
6092
|
+
attributes?: Array<{
|
|
6093
|
+
id: string;
|
|
5876
6094
|
}> | null;
|
|
5877
6095
|
}>;
|
|
5878
6096
|
};
|
|
5879
6097
|
};
|
|
5880
|
-
export type
|
|
6098
|
+
export type SaveViewMutationVariables = Exact<{
|
|
5881
6099
|
view: ViewInput;
|
|
5882
6100
|
}>;
|
|
5883
|
-
export type
|
|
6101
|
+
export type SaveViewMutation = {
|
|
5884
6102
|
saveView: {
|
|
5885
6103
|
id: string;
|
|
5886
6104
|
shared: boolean;
|
|
@@ -5888,7 +6106,7 @@ export type AddViewMutation = {
|
|
|
5888
6106
|
description?: any | null;
|
|
5889
6107
|
color?: string | null;
|
|
5890
6108
|
display: {
|
|
5891
|
-
size
|
|
6109
|
+
size?: ViewSizes | null;
|
|
5892
6110
|
type: ViewTypes;
|
|
5893
6111
|
};
|
|
5894
6112
|
created_by: {
|
|
@@ -5911,10 +6129,10 @@ export type AddViewMutation = {
|
|
|
5911
6129
|
label?: any | null;
|
|
5912
6130
|
} | null;
|
|
5913
6131
|
}> | null;
|
|
5914
|
-
sort?: {
|
|
6132
|
+
sort?: Array<{
|
|
5915
6133
|
field: string;
|
|
5916
6134
|
order: SortOrder;
|
|
5917
|
-
} | null;
|
|
6135
|
+
}> | null;
|
|
5918
6136
|
valuesVersions?: Array<{
|
|
5919
6137
|
treeId: string;
|
|
5920
6138
|
treeNode: {
|
|
@@ -5935,40 +6153,167 @@ export type AddViewMutation = {
|
|
|
5935
6153
|
};
|
|
5936
6154
|
};
|
|
5937
6155
|
}> | null;
|
|
5938
|
-
|
|
5939
|
-
|
|
5940
|
-
value?: any | null;
|
|
6156
|
+
attributes?: Array<{
|
|
6157
|
+
id: string;
|
|
5941
6158
|
}> | null;
|
|
5942
6159
|
};
|
|
5943
6160
|
};
|
|
5944
|
-
export type
|
|
5945
|
-
|
|
5946
|
-
attributeIds: Array<Scalars['ID']> | Scalars['ID'];
|
|
5947
|
-
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
6161
|
+
export type GetAttributesByLibWithPermissionsQueryVariables = Exact<{
|
|
6162
|
+
library: Scalars['String'];
|
|
5948
6163
|
}>;
|
|
5949
|
-
export type
|
|
5950
|
-
|
|
6164
|
+
export type GetAttributesByLibWithPermissionsQuery = {
|
|
6165
|
+
attributes?: {
|
|
5951
6166
|
list: Array<{
|
|
5952
6167
|
id: string;
|
|
5953
|
-
|
|
6168
|
+
type: AttributeType;
|
|
6169
|
+
format?: AttributeFormat | null;
|
|
6170
|
+
label?: any | null;
|
|
6171
|
+
multiple_values: boolean;
|
|
6172
|
+
system: boolean;
|
|
6173
|
+
readonly: boolean;
|
|
6174
|
+
linked_library?: {
|
|
5954
6175
|
id: string;
|
|
5955
|
-
|
|
5956
|
-
|
|
5957
|
-
|
|
5958
|
-
preview?: IPreviewScalar | null;
|
|
5959
|
-
library: {
|
|
5960
|
-
id: string;
|
|
5961
|
-
label?: any | null;
|
|
5962
|
-
};
|
|
6176
|
+
} | null;
|
|
6177
|
+
permissions: {
|
|
6178
|
+
access_attribute: boolean;
|
|
5963
6179
|
};
|
|
5964
|
-
|
|
5965
|
-
|
|
5966
|
-
|
|
5967
|
-
|
|
5968
|
-
|
|
5969
|
-
|
|
5970
|
-
|
|
5971
|
-
|
|
6180
|
+
} | {
|
|
6181
|
+
id: string;
|
|
6182
|
+
type: AttributeType;
|
|
6183
|
+
format?: AttributeFormat | null;
|
|
6184
|
+
label?: any | null;
|
|
6185
|
+
multiple_values: boolean;
|
|
6186
|
+
system: boolean;
|
|
6187
|
+
readonly: boolean;
|
|
6188
|
+
embedded_fields?: Array<{
|
|
6189
|
+
id: string;
|
|
6190
|
+
format?: AttributeFormat | null;
|
|
6191
|
+
label?: any | null;
|
|
6192
|
+
} | null> | null;
|
|
6193
|
+
permissions: {
|
|
6194
|
+
access_attribute: boolean;
|
|
6195
|
+
};
|
|
6196
|
+
} | {
|
|
6197
|
+
id: string;
|
|
6198
|
+
type: AttributeType;
|
|
6199
|
+
format?: AttributeFormat | null;
|
|
6200
|
+
label?: any | null;
|
|
6201
|
+
multiple_values: boolean;
|
|
6202
|
+
system: boolean;
|
|
6203
|
+
readonly: boolean;
|
|
6204
|
+
linked_tree?: {
|
|
6205
|
+
id: string;
|
|
6206
|
+
label?: any | null;
|
|
6207
|
+
libraries: Array<{
|
|
6208
|
+
library: {
|
|
6209
|
+
id: string;
|
|
6210
|
+
label?: any | null;
|
|
6211
|
+
};
|
|
6212
|
+
}>;
|
|
6213
|
+
} | null;
|
|
6214
|
+
permissions: {
|
|
6215
|
+
access_attribute: boolean;
|
|
6216
|
+
};
|
|
6217
|
+
}>;
|
|
6218
|
+
} | null;
|
|
6219
|
+
};
|
|
6220
|
+
export type ExplorerAttributesQueryVariables = Exact<{
|
|
6221
|
+
ids?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
6222
|
+
}>;
|
|
6223
|
+
export type ExplorerAttributesQuery = {
|
|
6224
|
+
attributes?: {
|
|
6225
|
+
list: Array<{
|
|
6226
|
+
id: string;
|
|
6227
|
+
type: AttributeType;
|
|
6228
|
+
format?: AttributeFormat | null;
|
|
6229
|
+
label?: any | null;
|
|
6230
|
+
linked_library?: {
|
|
6231
|
+
id: string;
|
|
6232
|
+
label?: any | null;
|
|
6233
|
+
} | null;
|
|
6234
|
+
permissions: {
|
|
6235
|
+
access_attribute: boolean;
|
|
6236
|
+
};
|
|
6237
|
+
} | {
|
|
6238
|
+
id: string;
|
|
6239
|
+
type: AttributeType;
|
|
6240
|
+
format?: AttributeFormat | null;
|
|
6241
|
+
label?: any | null;
|
|
6242
|
+
permissions: {
|
|
6243
|
+
access_attribute: boolean;
|
|
6244
|
+
};
|
|
6245
|
+
}>;
|
|
6246
|
+
} | null;
|
|
6247
|
+
};
|
|
6248
|
+
export type ExplorerLinkAttributeQueryVariables = Exact<{
|
|
6249
|
+
id: Scalars['ID'];
|
|
6250
|
+
}>;
|
|
6251
|
+
export type ExplorerLinkAttributeQuery = {
|
|
6252
|
+
attributes?: {
|
|
6253
|
+
list: Array<{
|
|
6254
|
+
label?: any | null;
|
|
6255
|
+
id: string;
|
|
6256
|
+
multiple_values: boolean;
|
|
6257
|
+
linked_library?: {
|
|
6258
|
+
id: string;
|
|
6259
|
+
label?: any | null;
|
|
6260
|
+
} | null;
|
|
6261
|
+
permissions: {
|
|
6262
|
+
access_attribute: boolean;
|
|
6263
|
+
edit_value: boolean;
|
|
6264
|
+
};
|
|
6265
|
+
} | {
|
|
6266
|
+
id: string;
|
|
6267
|
+
multiple_values: boolean;
|
|
6268
|
+
permissions: {
|
|
6269
|
+
access_attribute: boolean;
|
|
6270
|
+
edit_value: boolean;
|
|
6271
|
+
};
|
|
6272
|
+
}>;
|
|
6273
|
+
} | null;
|
|
6274
|
+
};
|
|
6275
|
+
export type ExplorerLibraryDataQueryVariables = Exact<{
|
|
6276
|
+
libraryId: Scalars['ID'];
|
|
6277
|
+
attributeIds: Array<Scalars['ID']> | Scalars['ID'];
|
|
6278
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
6279
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
6280
|
+
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
6281
|
+
searchQuery?: InputMaybe<Scalars['String']>;
|
|
6282
|
+
}>;
|
|
6283
|
+
export type ExplorerLibraryDataQuery = {
|
|
6284
|
+
records: {
|
|
6285
|
+
totalCount?: number | null;
|
|
6286
|
+
list: Array<{
|
|
6287
|
+
id: string;
|
|
6288
|
+
whoAmI: {
|
|
6289
|
+
id: string;
|
|
6290
|
+
label?: string | null;
|
|
6291
|
+
subLabel?: string | null;
|
|
6292
|
+
color?: string | null;
|
|
6293
|
+
preview?: IPreviewScalar | null;
|
|
6294
|
+
library: {
|
|
6295
|
+
id: string;
|
|
6296
|
+
label?: any | null;
|
|
6297
|
+
};
|
|
6298
|
+
};
|
|
6299
|
+
permissions: {
|
|
6300
|
+
delete_record: boolean;
|
|
6301
|
+
};
|
|
6302
|
+
properties: Array<{
|
|
6303
|
+
attributeId: string;
|
|
6304
|
+
attributeProperties: {
|
|
6305
|
+
id: string;
|
|
6306
|
+
label?: any | null;
|
|
6307
|
+
type: AttributeType;
|
|
6308
|
+
format?: AttributeFormat | null;
|
|
6309
|
+
multiple_values: boolean;
|
|
6310
|
+
};
|
|
6311
|
+
values: Array<{
|
|
6312
|
+
linkPayload?: {
|
|
6313
|
+
id: string;
|
|
6314
|
+
whoAmI: {
|
|
6315
|
+
id: string;
|
|
6316
|
+
label?: string | null;
|
|
5972
6317
|
subLabel?: string | null;
|
|
5973
6318
|
color?: string | null;
|
|
5974
6319
|
preview?: IPreviewScalar | null;
|
|
@@ -5978,10 +6323,6 @@ export type ExplorerQuery = {
|
|
|
5978
6323
|
};
|
|
5979
6324
|
};
|
|
5980
6325
|
} | null;
|
|
5981
|
-
attribute: {
|
|
5982
|
-
type: AttributeType;
|
|
5983
|
-
label?: any | null;
|
|
5984
|
-
};
|
|
5985
6326
|
} | {
|
|
5986
6327
|
treePayload?: {
|
|
5987
6328
|
record: {
|
|
@@ -5999,26 +6340,246 @@ export type ExplorerQuery = {
|
|
|
5999
6340
|
};
|
|
6000
6341
|
};
|
|
6001
6342
|
} | null;
|
|
6002
|
-
attribute: {
|
|
6003
|
-
type: AttributeType;
|
|
6004
|
-
label?: any | null;
|
|
6005
|
-
};
|
|
6006
6343
|
} | {
|
|
6007
6344
|
valuePayload?: any | null;
|
|
6008
|
-
|
|
6009
|
-
type: AttributeType;
|
|
6010
|
-
label?: any | null;
|
|
6011
|
-
};
|
|
6345
|
+
valueRawPayload?: any | null;
|
|
6012
6346
|
}>;
|
|
6013
6347
|
}>;
|
|
6014
6348
|
}>;
|
|
6015
6349
|
};
|
|
6016
6350
|
};
|
|
6017
|
-
export type
|
|
6351
|
+
export type ExplorerLinkDataQueryVariables = Exact<{
|
|
6352
|
+
attributeIds: Array<Scalars['ID']> | Scalars['ID'];
|
|
6353
|
+
parentLibraryId: Scalars['ID'];
|
|
6354
|
+
parentRecordId?: InputMaybe<Scalars['String']>;
|
|
6355
|
+
linkAttributeId: Scalars['ID'];
|
|
6356
|
+
}>;
|
|
6357
|
+
export type ExplorerLinkDataQuery = {
|
|
6358
|
+
records: {
|
|
6359
|
+
list: Array<{
|
|
6360
|
+
id: string;
|
|
6361
|
+
whoAmI: {
|
|
6362
|
+
id: string;
|
|
6363
|
+
library: {
|
|
6364
|
+
id: string;
|
|
6365
|
+
};
|
|
6366
|
+
};
|
|
6367
|
+
property: Array<{
|
|
6368
|
+
id_value?: string | null;
|
|
6369
|
+
payload?: {
|
|
6370
|
+
id: string;
|
|
6371
|
+
whoAmI: {
|
|
6372
|
+
id: string;
|
|
6373
|
+
label?: string | null;
|
|
6374
|
+
subLabel?: string | null;
|
|
6375
|
+
color?: string | null;
|
|
6376
|
+
preview?: IPreviewScalar | null;
|
|
6377
|
+
library: {
|
|
6378
|
+
id: string;
|
|
6379
|
+
label?: any | null;
|
|
6380
|
+
};
|
|
6381
|
+
};
|
|
6382
|
+
properties: Array<{
|
|
6383
|
+
attributeId: string;
|
|
6384
|
+
attributeProperties: {
|
|
6385
|
+
id: string;
|
|
6386
|
+
label?: any | null;
|
|
6387
|
+
type: AttributeType;
|
|
6388
|
+
format?: AttributeFormat | null;
|
|
6389
|
+
multiple_values: boolean;
|
|
6390
|
+
};
|
|
6391
|
+
values: Array<{
|
|
6392
|
+
linkPayload?: {
|
|
6393
|
+
id: string;
|
|
6394
|
+
whoAmI: {
|
|
6395
|
+
id: string;
|
|
6396
|
+
label?: string | null;
|
|
6397
|
+
subLabel?: string | null;
|
|
6398
|
+
color?: string | null;
|
|
6399
|
+
preview?: IPreviewScalar | null;
|
|
6400
|
+
library: {
|
|
6401
|
+
id: string;
|
|
6402
|
+
label?: any | null;
|
|
6403
|
+
};
|
|
6404
|
+
};
|
|
6405
|
+
} | null;
|
|
6406
|
+
} | {
|
|
6407
|
+
treePayload?: {
|
|
6408
|
+
record: {
|
|
6409
|
+
id: string;
|
|
6410
|
+
whoAmI: {
|
|
6411
|
+
id: string;
|
|
6412
|
+
label?: string | null;
|
|
6413
|
+
subLabel?: string | null;
|
|
6414
|
+
color?: string | null;
|
|
6415
|
+
preview?: IPreviewScalar | null;
|
|
6416
|
+
library: {
|
|
6417
|
+
id: string;
|
|
6418
|
+
label?: any | null;
|
|
6419
|
+
};
|
|
6420
|
+
};
|
|
6421
|
+
};
|
|
6422
|
+
} | null;
|
|
6423
|
+
} | {
|
|
6424
|
+
valuePayload?: any | null;
|
|
6425
|
+
valueRawPayload?: any | null;
|
|
6426
|
+
}>;
|
|
6427
|
+
}>;
|
|
6428
|
+
} | null;
|
|
6429
|
+
} | {
|
|
6430
|
+
id_value?: string | null;
|
|
6431
|
+
}>;
|
|
6432
|
+
}>;
|
|
6433
|
+
};
|
|
6434
|
+
};
|
|
6435
|
+
export type GetLibraryAttributesQueryVariables = Exact<{
|
|
6018
6436
|
libraryId: Scalars['ID'];
|
|
6019
6437
|
}>;
|
|
6020
|
-
export type
|
|
6438
|
+
export type GetLibraryAttributesQuery = {
|
|
6439
|
+
libraries?: {
|
|
6440
|
+
list: Array<{
|
|
6441
|
+
id: string;
|
|
6442
|
+
attributes?: Array<{
|
|
6443
|
+
id: string;
|
|
6444
|
+
type: AttributeType;
|
|
6445
|
+
label?: any | null;
|
|
6446
|
+
linked_library?: {
|
|
6447
|
+
id: string;
|
|
6448
|
+
label?: any | null;
|
|
6449
|
+
attributes?: Array<{
|
|
6450
|
+
id: string;
|
|
6451
|
+
type: AttributeType;
|
|
6452
|
+
format?: AttributeFormat | null;
|
|
6453
|
+
label?: any | null;
|
|
6454
|
+
}> | null;
|
|
6455
|
+
} | null;
|
|
6456
|
+
permissions: {
|
|
6457
|
+
access_attribute: boolean;
|
|
6458
|
+
};
|
|
6459
|
+
} | {
|
|
6460
|
+
format?: AttributeFormat | null;
|
|
6461
|
+
id: string;
|
|
6462
|
+
type: AttributeType;
|
|
6463
|
+
label?: any | null;
|
|
6464
|
+
permissions: {
|
|
6465
|
+
access_attribute: boolean;
|
|
6466
|
+
};
|
|
6467
|
+
} | {
|
|
6468
|
+
id: string;
|
|
6469
|
+
type: AttributeType;
|
|
6470
|
+
label?: any | null;
|
|
6471
|
+
permissions: {
|
|
6472
|
+
access_attribute: boolean;
|
|
6473
|
+
};
|
|
6474
|
+
}> | null;
|
|
6475
|
+
}>;
|
|
6476
|
+
} | null;
|
|
6477
|
+
};
|
|
6478
|
+
export type ExplorerLibraryDetailsQueryVariables = Exact<{
|
|
6479
|
+
libraryId: Scalars['ID'];
|
|
6480
|
+
}>;
|
|
6481
|
+
export type ExplorerLibraryDetailsQuery = {
|
|
6021
6482
|
libraries?: {
|
|
6483
|
+
list: Array<{
|
|
6484
|
+
id: string;
|
|
6485
|
+
label?: any | null;
|
|
6486
|
+
behavior: LibraryBehavior;
|
|
6487
|
+
}>;
|
|
6488
|
+
} | null;
|
|
6489
|
+
};
|
|
6490
|
+
export type ExplorerSelectionIdsQueryVariables = Exact<{
|
|
6491
|
+
libraryId: Scalars['ID'];
|
|
6492
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
6493
|
+
}>;
|
|
6494
|
+
export type ExplorerSelectionIdsQuery = {
|
|
6495
|
+
records: {
|
|
6496
|
+
list: Array<{
|
|
6497
|
+
id: string;
|
|
6498
|
+
}>;
|
|
6499
|
+
};
|
|
6500
|
+
};
|
|
6501
|
+
export type MeQueryVariables = Exact<{
|
|
6502
|
+
[key: string]: never;
|
|
6503
|
+
}>;
|
|
6504
|
+
export type MeQuery = {
|
|
6505
|
+
me?: {
|
|
6506
|
+
id: string;
|
|
6507
|
+
whoAmI: {
|
|
6508
|
+
id: string;
|
|
6509
|
+
library: {
|
|
6510
|
+
id: string;
|
|
6511
|
+
};
|
|
6512
|
+
};
|
|
6513
|
+
} | null;
|
|
6514
|
+
};
|
|
6515
|
+
export type UpdateViewMutationVariables = Exact<{
|
|
6516
|
+
view: ViewInputPartial;
|
|
6517
|
+
}>;
|
|
6518
|
+
export type UpdateViewMutation = {
|
|
6519
|
+
updateView: {
|
|
6520
|
+
id: string;
|
|
6521
|
+
shared: boolean;
|
|
6522
|
+
label: any;
|
|
6523
|
+
description?: any | null;
|
|
6524
|
+
color?: string | null;
|
|
6525
|
+
display: {
|
|
6526
|
+
size?: ViewSizes | null;
|
|
6527
|
+
type: ViewTypes;
|
|
6528
|
+
};
|
|
6529
|
+
created_by: {
|
|
6530
|
+
id: string;
|
|
6531
|
+
whoAmI: {
|
|
6532
|
+
id: string;
|
|
6533
|
+
label?: string | null;
|
|
6534
|
+
library: {
|
|
6535
|
+
id: string;
|
|
6536
|
+
};
|
|
6537
|
+
};
|
|
6538
|
+
};
|
|
6539
|
+
filters?: Array<{
|
|
6540
|
+
field?: string | null;
|
|
6541
|
+
value?: string | null;
|
|
6542
|
+
condition?: RecordFilterCondition | null;
|
|
6543
|
+
operator?: RecordFilterOperator | null;
|
|
6544
|
+
tree?: {
|
|
6545
|
+
id: string;
|
|
6546
|
+
label?: any | null;
|
|
6547
|
+
} | null;
|
|
6548
|
+
}> | null;
|
|
6549
|
+
sort?: Array<{
|
|
6550
|
+
field: string;
|
|
6551
|
+
order: SortOrder;
|
|
6552
|
+
}> | null;
|
|
6553
|
+
valuesVersions?: Array<{
|
|
6554
|
+
treeId: string;
|
|
6555
|
+
treeNode: {
|
|
6556
|
+
id: string;
|
|
6557
|
+
record: {
|
|
6558
|
+
id: string;
|
|
6559
|
+
whoAmI: {
|
|
6560
|
+
id: string;
|
|
6561
|
+
label?: string | null;
|
|
6562
|
+
subLabel?: string | null;
|
|
6563
|
+
color?: string | null;
|
|
6564
|
+
preview?: IPreviewScalar | null;
|
|
6565
|
+
library: {
|
|
6566
|
+
id: string;
|
|
6567
|
+
label?: any | null;
|
|
6568
|
+
};
|
|
6569
|
+
};
|
|
6570
|
+
};
|
|
6571
|
+
};
|
|
6572
|
+
}> | null;
|
|
6573
|
+
attributes?: Array<{
|
|
6574
|
+
id: string;
|
|
6575
|
+
}> | null;
|
|
6576
|
+
};
|
|
6577
|
+
};
|
|
6578
|
+
export type TreeDataQueryQueryVariables = Exact<{
|
|
6579
|
+
treeId: Scalars['ID'];
|
|
6580
|
+
}>;
|
|
6581
|
+
export type TreeDataQueryQuery = {
|
|
6582
|
+
trees?: {
|
|
6022
6583
|
list: Array<{
|
|
6023
6584
|
id: string;
|
|
6024
6585
|
label?: any | null;
|
|
@@ -6028,6 +6589,7 @@ export type ExplorerLibraryDataQuery = {
|
|
|
6028
6589
|
export declare const RecordIdentityFragmentDoc: Apollo.DocumentNode;
|
|
6029
6590
|
export declare const DetailsApplicationFragmentDoc: Apollo.DocumentNode;
|
|
6030
6591
|
export declare const AttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6592
|
+
export declare const AttributesByLibLinkAttributeFragmentDoc: Apollo.DocumentNode;
|
|
6031
6593
|
export declare const AttributesByLibAttributeFragmentDoc: Apollo.DocumentNode;
|
|
6032
6594
|
export declare const LibraryLightFragmentDoc: Apollo.DocumentNode;
|
|
6033
6595
|
export declare const LibraryLinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
@@ -6042,8 +6604,16 @@ export declare const RecordFormElementFragmentDoc: Apollo.DocumentNode;
|
|
|
6042
6604
|
export declare const TreeLightFragmentDoc: Apollo.DocumentNode;
|
|
6043
6605
|
export declare const TreeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6044
6606
|
export declare const TreeNodeChildFragmentDoc: Apollo.DocumentNode;
|
|
6607
|
+
export declare const ViewDetailsFilterFragmentDoc: Apollo.DocumentNode;
|
|
6045
6608
|
export declare const ViewDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6609
|
+
export declare const AttributesByLibLinkAttributeWithPermissionsFragmentDoc: Apollo.DocumentNode;
|
|
6610
|
+
export declare const AttributesByLibAttributeWithPermissionsFragmentDoc: Apollo.DocumentNode;
|
|
6611
|
+
export declare const LinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6612
|
+
export declare const AttributePropertiesFragmentDoc: Apollo.DocumentNode;
|
|
6046
6613
|
export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
|
|
6614
|
+
export declare const LinkPropertyFragmentDoc: Apollo.DocumentNode;
|
|
6615
|
+
export declare const LibraryAttributeLinkFragmentDoc: Apollo.DocumentNode;
|
|
6616
|
+
export declare const LibraryAttributeFragmentDoc: Apollo.DocumentNode;
|
|
6047
6617
|
export declare const CheckApplicationExistenceDocument: Apollo.DocumentNode;
|
|
6048
6618
|
/**
|
|
6049
6619
|
* __useCheckApplicationExistenceQuery__
|
|
@@ -7429,63 +7999,109 @@ export declare function useGetViewsListLazyQuery(baseOptions?: Apollo.LazyQueryH
|
|
|
7429
7999
|
export type GetViewsListQueryHookResult = ReturnType<typeof useGetViewsListQuery>;
|
|
7430
8000
|
export type GetViewsListLazyQueryHookResult = ReturnType<typeof useGetViewsListLazyQuery>;
|
|
7431
8001
|
export type GetViewsListQueryResult = Apollo.QueryResult<GetViewsListQuery, GetViewsListQueryVariables>;
|
|
7432
|
-
export declare const
|
|
7433
|
-
export type
|
|
8002
|
+
export declare const SaveViewDocument: Apollo.DocumentNode;
|
|
8003
|
+
export type SaveViewMutationFn = Apollo.MutationFunction<SaveViewMutation, SaveViewMutationVariables>;
|
|
7434
8004
|
/**
|
|
7435
|
-
*
|
|
8005
|
+
* __useSaveViewMutation__
|
|
7436
8006
|
*
|
|
7437
|
-
* To run a mutation, you first call `
|
|
7438
|
-
* When your component renders, `
|
|
8007
|
+
* To run a mutation, you first call `useSaveViewMutation` within a React component and pass it any options that fit your needs.
|
|
8008
|
+
* When your component renders, `useSaveViewMutation` returns a tuple that includes:
|
|
7439
8009
|
* - A mutate function that you can call at any time to execute the mutation
|
|
7440
8010
|
* - An object with fields that represent the current status of the mutation's execution
|
|
7441
8011
|
*
|
|
7442
8012
|
* @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;
|
|
7443
8013
|
*
|
|
7444
8014
|
* @example
|
|
7445
|
-
* const [
|
|
8015
|
+
* const [saveViewMutation, { data, loading, error }] = useSaveViewMutation({
|
|
7446
8016
|
* variables: {
|
|
7447
8017
|
* view: // value for 'view'
|
|
7448
8018
|
* },
|
|
7449
8019
|
* });
|
|
7450
8020
|
*/
|
|
7451
|
-
export declare function
|
|
8021
|
+
export declare function useSaveViewMutation(baseOptions?: Apollo.MutationHookOptions<SaveViewMutation, SaveViewMutationVariables>): Apollo.MutationTuple<SaveViewMutation, Exact<{
|
|
7452
8022
|
view: ViewInput;
|
|
7453
8023
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
7454
|
-
export type
|
|
7455
|
-
export type
|
|
7456
|
-
export type
|
|
7457
|
-
export declare const
|
|
8024
|
+
export type SaveViewMutationHookResult = ReturnType<typeof useSaveViewMutation>;
|
|
8025
|
+
export type SaveViewMutationResult = Apollo.MutationResult<SaveViewMutation>;
|
|
8026
|
+
export type SaveViewMutationOptions = Apollo.BaseMutationOptions<SaveViewMutation, SaveViewMutationVariables>;
|
|
8027
|
+
export declare const GetAttributesByLibWithPermissionsDocument: Apollo.DocumentNode;
|
|
7458
8028
|
/**
|
|
7459
|
-
*
|
|
8029
|
+
* __useGetAttributesByLibWithPermissionsQuery__
|
|
7460
8030
|
*
|
|
7461
|
-
* To run a query within a React component, call `
|
|
7462
|
-
* When your component renders, `
|
|
8031
|
+
* To run a query within a React component, call `useGetAttributesByLibWithPermissionsQuery` and pass it any options that fit your needs.
|
|
8032
|
+
* When your component renders, `useGetAttributesByLibWithPermissionsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7463
8033
|
* you can use to render your UI.
|
|
7464
8034
|
*
|
|
7465
8035
|
* @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;
|
|
7466
8036
|
*
|
|
7467
8037
|
* @example
|
|
7468
|
-
* const { data, loading, error } =
|
|
8038
|
+
* const { data, loading, error } = useGetAttributesByLibWithPermissionsQuery({
|
|
7469
8039
|
* variables: {
|
|
7470
|
-
*
|
|
7471
|
-
* attributeIds: // value for 'attributeIds'
|
|
7472
|
-
* filters: // value for 'filters'
|
|
8040
|
+
* library: // value for 'library'
|
|
7473
8041
|
* },
|
|
7474
8042
|
* });
|
|
7475
8043
|
*/
|
|
7476
|
-
export declare function
|
|
7477
|
-
|
|
7478
|
-
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7479
|
-
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
8044
|
+
export declare function useGetAttributesByLibWithPermissionsQuery(baseOptions: Apollo.QueryHookOptions<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>): Apollo.QueryResult<GetAttributesByLibWithPermissionsQuery, Exact<{
|
|
8045
|
+
library: Scalars["String"];
|
|
7480
8046
|
}>>;
|
|
7481
|
-
export declare function
|
|
7482
|
-
|
|
7483
|
-
|
|
7484
|
-
|
|
8047
|
+
export declare function useGetAttributesByLibWithPermissionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributesByLibWithPermissionsQuery, Exact<{
|
|
8048
|
+
library: Scalars["String"];
|
|
8049
|
+
}>>;
|
|
8050
|
+
export type GetAttributesByLibWithPermissionsQueryHookResult = ReturnType<typeof useGetAttributesByLibWithPermissionsQuery>;
|
|
8051
|
+
export type GetAttributesByLibWithPermissionsLazyQueryHookResult = ReturnType<typeof useGetAttributesByLibWithPermissionsLazyQuery>;
|
|
8052
|
+
export type GetAttributesByLibWithPermissionsQueryResult = Apollo.QueryResult<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>;
|
|
8053
|
+
export declare const ExplorerAttributesDocument: Apollo.DocumentNode;
|
|
8054
|
+
/**
|
|
8055
|
+
* __useExplorerAttributesQuery__
|
|
8056
|
+
*
|
|
8057
|
+
* To run a query within a React component, call `useExplorerAttributesQuery` and pass it any options that fit your needs.
|
|
8058
|
+
* When your component renders, `useExplorerAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
8059
|
+
* you can use to render your UI.
|
|
8060
|
+
*
|
|
8061
|
+
* @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;
|
|
8062
|
+
*
|
|
8063
|
+
* @example
|
|
8064
|
+
* const { data, loading, error } = useExplorerAttributesQuery({
|
|
8065
|
+
* variables: {
|
|
8066
|
+
* ids: // value for 'ids'
|
|
8067
|
+
* },
|
|
8068
|
+
* });
|
|
8069
|
+
*/
|
|
8070
|
+
export declare function useExplorerAttributesQuery(baseOptions?: Apollo.QueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.QueryResult<ExplorerAttributesQuery, Exact<{
|
|
8071
|
+
ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8072
|
+
}>>;
|
|
8073
|
+
export declare function useExplorerAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerAttributesQuery, Exact<{
|
|
8074
|
+
ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8075
|
+
}>>;
|
|
8076
|
+
export type ExplorerAttributesQueryHookResult = ReturnType<typeof useExplorerAttributesQuery>;
|
|
8077
|
+
export type ExplorerAttributesLazyQueryHookResult = ReturnType<typeof useExplorerAttributesLazyQuery>;
|
|
8078
|
+
export type ExplorerAttributesQueryResult = Apollo.QueryResult<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>;
|
|
8079
|
+
export declare const ExplorerLinkAttributeDocument: Apollo.DocumentNode;
|
|
8080
|
+
/**
|
|
8081
|
+
* __useExplorerLinkAttributeQuery__
|
|
8082
|
+
*
|
|
8083
|
+
* To run a query within a React component, call `useExplorerLinkAttributeQuery` and pass it any options that fit your needs.
|
|
8084
|
+
* When your component renders, `useExplorerLinkAttributeQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
8085
|
+
* you can use to render your UI.
|
|
8086
|
+
*
|
|
8087
|
+
* @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;
|
|
8088
|
+
*
|
|
8089
|
+
* @example
|
|
8090
|
+
* const { data, loading, error } = useExplorerLinkAttributeQuery({
|
|
8091
|
+
* variables: {
|
|
8092
|
+
* id: // value for 'id'
|
|
8093
|
+
* },
|
|
8094
|
+
* });
|
|
8095
|
+
*/
|
|
8096
|
+
export declare function useExplorerLinkAttributeQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.QueryResult<ExplorerLinkAttributeQuery, Exact<{
|
|
8097
|
+
id: Scalars["ID"];
|
|
7485
8098
|
}>>;
|
|
7486
|
-
export
|
|
7487
|
-
|
|
7488
|
-
|
|
8099
|
+
export declare function useExplorerLinkAttributeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkAttributeQuery, Exact<{
|
|
8100
|
+
id: Scalars["ID"];
|
|
8101
|
+
}>>;
|
|
8102
|
+
export type ExplorerLinkAttributeQueryHookResult = ReturnType<typeof useExplorerLinkAttributeQuery>;
|
|
8103
|
+
export type ExplorerLinkAttributeLazyQueryHookResult = ReturnType<typeof useExplorerLinkAttributeLazyQuery>;
|
|
8104
|
+
export type ExplorerLinkAttributeQueryResult = Apollo.QueryResult<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>;
|
|
7489
8105
|
export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
|
|
7490
8106
|
/**
|
|
7491
8107
|
* __useExplorerLibraryDataQuery__
|
|
@@ -7500,15 +8116,222 @@ export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
|
|
|
7500
8116
|
* const { data, loading, error } = useExplorerLibraryDataQuery({
|
|
7501
8117
|
* variables: {
|
|
7502
8118
|
* libraryId: // value for 'libraryId'
|
|
8119
|
+
* attributeIds: // value for 'attributeIds'
|
|
8120
|
+
* pagination: // value for 'pagination'
|
|
8121
|
+
* filters: // value for 'filters'
|
|
8122
|
+
* multipleSort: // value for 'multipleSort'
|
|
8123
|
+
* searchQuery: // value for 'searchQuery'
|
|
7503
8124
|
* },
|
|
7504
8125
|
* });
|
|
7505
8126
|
*/
|
|
7506
8127
|
export declare function useExplorerLibraryDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.QueryResult<ExplorerLibraryDataQuery, Exact<{
|
|
7507
8128
|
libraryId: Scalars["ID"];
|
|
8129
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
8130
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
8131
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
8132
|
+
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
8133
|
+
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
7508
8134
|
}>>;
|
|
7509
8135
|
export declare function useExplorerLibraryDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDataQuery, Exact<{
|
|
7510
8136
|
libraryId: Scalars["ID"];
|
|
8137
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
8138
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
8139
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
8140
|
+
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
8141
|
+
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
7511
8142
|
}>>;
|
|
7512
8143
|
export type ExplorerLibraryDataQueryHookResult = ReturnType<typeof useExplorerLibraryDataQuery>;
|
|
7513
8144
|
export type ExplorerLibraryDataLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDataLazyQuery>;
|
|
7514
8145
|
export type ExplorerLibraryDataQueryResult = Apollo.QueryResult<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>;
|
|
8146
|
+
export declare const ExplorerLinkDataDocument: Apollo.DocumentNode;
|
|
8147
|
+
/**
|
|
8148
|
+
* __useExplorerLinkDataQuery__
|
|
8149
|
+
*
|
|
8150
|
+
* To run a query within a React component, call `useExplorerLinkDataQuery` and pass it any options that fit your needs.
|
|
8151
|
+
* When your component renders, `useExplorerLinkDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
8152
|
+
* you can use to render your UI.
|
|
8153
|
+
*
|
|
8154
|
+
* @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;
|
|
8155
|
+
*
|
|
8156
|
+
* @example
|
|
8157
|
+
* const { data, loading, error } = useExplorerLinkDataQuery({
|
|
8158
|
+
* variables: {
|
|
8159
|
+
* attributeIds: // value for 'attributeIds'
|
|
8160
|
+
* parentLibraryId: // value for 'parentLibraryId'
|
|
8161
|
+
* parentRecordId: // value for 'parentRecordId'
|
|
8162
|
+
* linkAttributeId: // value for 'linkAttributeId'
|
|
8163
|
+
* },
|
|
8164
|
+
* });
|
|
8165
|
+
*/
|
|
8166
|
+
export declare function useExplorerLinkDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.QueryResult<ExplorerLinkDataQuery, Exact<{
|
|
8167
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
8168
|
+
parentLibraryId: Scalars["ID"];
|
|
8169
|
+
parentRecordId?: InputMaybe<Scalars["String"]>;
|
|
8170
|
+
linkAttributeId: Scalars["ID"];
|
|
8171
|
+
}>>;
|
|
8172
|
+
export declare function useExplorerLinkDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkDataQuery, Exact<{
|
|
8173
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
8174
|
+
parentLibraryId: Scalars["ID"];
|
|
8175
|
+
parentRecordId?: InputMaybe<Scalars["String"]>;
|
|
8176
|
+
linkAttributeId: Scalars["ID"];
|
|
8177
|
+
}>>;
|
|
8178
|
+
export type ExplorerLinkDataQueryHookResult = ReturnType<typeof useExplorerLinkDataQuery>;
|
|
8179
|
+
export type ExplorerLinkDataLazyQueryHookResult = ReturnType<typeof useExplorerLinkDataLazyQuery>;
|
|
8180
|
+
export type ExplorerLinkDataQueryResult = Apollo.QueryResult<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>;
|
|
8181
|
+
export declare const GetLibraryAttributesDocument: Apollo.DocumentNode;
|
|
8182
|
+
/**
|
|
8183
|
+
* __useGetLibraryAttributesQuery__
|
|
8184
|
+
*
|
|
8185
|
+
* To run a query within a React component, call `useGetLibraryAttributesQuery` and pass it any options that fit your needs.
|
|
8186
|
+
* When your component renders, `useGetLibraryAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
8187
|
+
* you can use to render your UI.
|
|
8188
|
+
*
|
|
8189
|
+
* @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;
|
|
8190
|
+
*
|
|
8191
|
+
* @example
|
|
8192
|
+
* const { data, loading, error } = useGetLibraryAttributesQuery({
|
|
8193
|
+
* variables: {
|
|
8194
|
+
* libraryId: // value for 'libraryId'
|
|
8195
|
+
* },
|
|
8196
|
+
* });
|
|
8197
|
+
*/
|
|
8198
|
+
export declare function useGetLibraryAttributesQuery(baseOptions: Apollo.QueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.QueryResult<GetLibraryAttributesQuery, Exact<{
|
|
8199
|
+
libraryId: Scalars["ID"];
|
|
8200
|
+
}>>;
|
|
8201
|
+
export declare function useGetLibraryAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryAttributesQuery, Exact<{
|
|
8202
|
+
libraryId: Scalars["ID"];
|
|
8203
|
+
}>>;
|
|
8204
|
+
export type GetLibraryAttributesQueryHookResult = ReturnType<typeof useGetLibraryAttributesQuery>;
|
|
8205
|
+
export type GetLibraryAttributesLazyQueryHookResult = ReturnType<typeof useGetLibraryAttributesLazyQuery>;
|
|
8206
|
+
export type GetLibraryAttributesQueryResult = Apollo.QueryResult<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>;
|
|
8207
|
+
export declare const ExplorerLibraryDetailsDocument: Apollo.DocumentNode;
|
|
8208
|
+
/**
|
|
8209
|
+
* __useExplorerLibraryDetailsQuery__
|
|
8210
|
+
*
|
|
8211
|
+
* To run a query within a React component, call `useExplorerLibraryDetailsQuery` and pass it any options that fit your needs.
|
|
8212
|
+
* When your component renders, `useExplorerLibraryDetailsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
8213
|
+
* you can use to render your UI.
|
|
8214
|
+
*
|
|
8215
|
+
* @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;
|
|
8216
|
+
*
|
|
8217
|
+
* @example
|
|
8218
|
+
* const { data, loading, error } = useExplorerLibraryDetailsQuery({
|
|
8219
|
+
* variables: {
|
|
8220
|
+
* libraryId: // value for 'libraryId'
|
|
8221
|
+
* },
|
|
8222
|
+
* });
|
|
8223
|
+
*/
|
|
8224
|
+
export declare function useExplorerLibraryDetailsQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.QueryResult<ExplorerLibraryDetailsQuery, Exact<{
|
|
8225
|
+
libraryId: Scalars["ID"];
|
|
8226
|
+
}>>;
|
|
8227
|
+
export declare function useExplorerLibraryDetailsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDetailsQuery, Exact<{
|
|
8228
|
+
libraryId: Scalars["ID"];
|
|
8229
|
+
}>>;
|
|
8230
|
+
export type ExplorerLibraryDetailsQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsQuery>;
|
|
8231
|
+
export type ExplorerLibraryDetailsLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsLazyQuery>;
|
|
8232
|
+
export type ExplorerLibraryDetailsQueryResult = Apollo.QueryResult<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>;
|
|
8233
|
+
export declare const ExplorerSelectionIdsDocument: Apollo.DocumentNode;
|
|
8234
|
+
/**
|
|
8235
|
+
* __useExplorerSelectionIdsQuery__
|
|
8236
|
+
*
|
|
8237
|
+
* To run a query within a React component, call `useExplorerSelectionIdsQuery` and pass it any options that fit your needs.
|
|
8238
|
+
* When your component renders, `useExplorerSelectionIdsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
8239
|
+
* you can use to render your UI.
|
|
8240
|
+
*
|
|
8241
|
+
* @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;
|
|
8242
|
+
*
|
|
8243
|
+
* @example
|
|
8244
|
+
* const { data, loading, error } = useExplorerSelectionIdsQuery({
|
|
8245
|
+
* variables: {
|
|
8246
|
+
* libraryId: // value for 'libraryId'
|
|
8247
|
+
* filters: // value for 'filters'
|
|
8248
|
+
* },
|
|
8249
|
+
* });
|
|
8250
|
+
*/
|
|
8251
|
+
export declare function useExplorerSelectionIdsQuery(baseOptions: Apollo.QueryHookOptions<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>): Apollo.QueryResult<ExplorerSelectionIdsQuery, Exact<{
|
|
8252
|
+
libraryId: Scalars["ID"];
|
|
8253
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
8254
|
+
}>>;
|
|
8255
|
+
export declare function useExplorerSelectionIdsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerSelectionIdsQuery, Exact<{
|
|
8256
|
+
libraryId: Scalars["ID"];
|
|
8257
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
8258
|
+
}>>;
|
|
8259
|
+
export type ExplorerSelectionIdsQueryHookResult = ReturnType<typeof useExplorerSelectionIdsQuery>;
|
|
8260
|
+
export type ExplorerSelectionIdsLazyQueryHookResult = ReturnType<typeof useExplorerSelectionIdsLazyQuery>;
|
|
8261
|
+
export type ExplorerSelectionIdsQueryResult = Apollo.QueryResult<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>;
|
|
8262
|
+
export declare const MeDocument: Apollo.DocumentNode;
|
|
8263
|
+
/**
|
|
8264
|
+
* __useMeQuery__
|
|
8265
|
+
*
|
|
8266
|
+
* To run a query within a React component, call `useMeQuery` and pass it any options that fit your needs.
|
|
8267
|
+
* When your component renders, `useMeQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
8268
|
+
* you can use to render your UI.
|
|
8269
|
+
*
|
|
8270
|
+
* @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;
|
|
8271
|
+
*
|
|
8272
|
+
* @example
|
|
8273
|
+
* const { data, loading, error } = useMeQuery({
|
|
8274
|
+
* variables: {
|
|
8275
|
+
* },
|
|
8276
|
+
* });
|
|
8277
|
+
*/
|
|
8278
|
+
export declare function useMeQuery(baseOptions?: Apollo.QueryHookOptions<MeQuery, MeQueryVariables>): Apollo.QueryResult<MeQuery, Exact<{
|
|
8279
|
+
[key: string]: never;
|
|
8280
|
+
}>>;
|
|
8281
|
+
export declare function useMeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<MeQuery, MeQueryVariables>): Apollo.LazyQueryResultTuple<MeQuery, Exact<{
|
|
8282
|
+
[key: string]: never;
|
|
8283
|
+
}>>;
|
|
8284
|
+
export type MeQueryHookResult = ReturnType<typeof useMeQuery>;
|
|
8285
|
+
export type MeLazyQueryHookResult = ReturnType<typeof useMeLazyQuery>;
|
|
8286
|
+
export type MeQueryResult = Apollo.QueryResult<MeQuery, MeQueryVariables>;
|
|
8287
|
+
export declare const UpdateViewDocument: Apollo.DocumentNode;
|
|
8288
|
+
export type UpdateViewMutationFn = Apollo.MutationFunction<UpdateViewMutation, UpdateViewMutationVariables>;
|
|
8289
|
+
/**
|
|
8290
|
+
* __useUpdateViewMutation__
|
|
8291
|
+
*
|
|
8292
|
+
* To run a mutation, you first call `useUpdateViewMutation` within a React component and pass it any options that fit your needs.
|
|
8293
|
+
* When your component renders, `useUpdateViewMutation` returns a tuple that includes:
|
|
8294
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
8295
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
8296
|
+
*
|
|
8297
|
+
* @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;
|
|
8298
|
+
*
|
|
8299
|
+
* @example
|
|
8300
|
+
* const [updateViewMutation, { data, loading, error }] = useUpdateViewMutation({
|
|
8301
|
+
* variables: {
|
|
8302
|
+
* view: // value for 'view'
|
|
8303
|
+
* },
|
|
8304
|
+
* });
|
|
8305
|
+
*/
|
|
8306
|
+
export declare function useUpdateViewMutation(baseOptions?: Apollo.MutationHookOptions<UpdateViewMutation, UpdateViewMutationVariables>): Apollo.MutationTuple<UpdateViewMutation, Exact<{
|
|
8307
|
+
view: ViewInputPartial;
|
|
8308
|
+
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
8309
|
+
export type UpdateViewMutationHookResult = ReturnType<typeof useUpdateViewMutation>;
|
|
8310
|
+
export type UpdateViewMutationResult = Apollo.MutationResult<UpdateViewMutation>;
|
|
8311
|
+
export type UpdateViewMutationOptions = Apollo.BaseMutationOptions<UpdateViewMutation, UpdateViewMutationVariables>;
|
|
8312
|
+
export declare const TreeDataQueryDocument: Apollo.DocumentNode;
|
|
8313
|
+
/**
|
|
8314
|
+
* __useTreeDataQueryQuery__
|
|
8315
|
+
*
|
|
8316
|
+
* To run a query within a React component, call `useTreeDataQueryQuery` and pass it any options that fit your needs.
|
|
8317
|
+
* When your component renders, `useTreeDataQueryQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
8318
|
+
* you can use to render your UI.
|
|
8319
|
+
*
|
|
8320
|
+
* @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;
|
|
8321
|
+
*
|
|
8322
|
+
* @example
|
|
8323
|
+
* const { data, loading, error } = useTreeDataQueryQuery({
|
|
8324
|
+
* variables: {
|
|
8325
|
+
* treeId: // value for 'treeId'
|
|
8326
|
+
* },
|
|
8327
|
+
* });
|
|
8328
|
+
*/
|
|
8329
|
+
export declare function useTreeDataQueryQuery(baseOptions: Apollo.QueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.QueryResult<TreeDataQueryQuery, Exact<{
|
|
8330
|
+
treeId: Scalars["ID"];
|
|
8331
|
+
}>>;
|
|
8332
|
+
export declare function useTreeDataQueryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.LazyQueryResultTuple<TreeDataQueryQuery, Exact<{
|
|
8333
|
+
treeId: Scalars["ID"];
|
|
8334
|
+
}>>;
|
|
8335
|
+
export type TreeDataQueryQueryHookResult = ReturnType<typeof useTreeDataQueryQuery>;
|
|
8336
|
+
export type TreeDataQueryLazyQueryHookResult = ReturnType<typeof useTreeDataQueryLazyQuery>;
|
|
8337
|
+
export type TreeDataQueryQueryResult = Apollo.QueryResult<TreeDataQueryQuery, TreeDataQueryQueryVariables>;
|