@leav/ui 0.3.6-fa687e8 → 0.4.0-1d5377e
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 +939 -121
- package/dist/_gqlTypes/index.js +511 -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 +108 -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 +148 -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 +31 -5
- package/dist/components/Explorer/_queries/useExplorerData.js +102 -15
- package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -1
- package/dist/components/Explorer/_types.d.ts +106 -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 +24 -0
- package/dist/components/Explorer/actions-item/useRemoveItemAction.js +113 -0
- package/dist/components/Explorer/actions-item/useRemoveItemAction.js.map +1 -0
- package/dist/components/Explorer/actions-item/useReplaceItemAction.d.ts +19 -0
- package/dist/components/Explorer/actions-item/useReplaceItemAction.js +40 -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 +31 -0
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js +114 -0
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js.map +1 -0
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.d.ts +20 -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 +22 -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 +134 -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,162 @@ 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
|
+
};
|
|
6264
|
+
} | {
|
|
6265
|
+
id: string;
|
|
6266
|
+
multiple_values: boolean;
|
|
6267
|
+
permissions: {
|
|
6268
|
+
access_attribute: boolean;
|
|
6269
|
+
};
|
|
6270
|
+
}>;
|
|
6271
|
+
} | null;
|
|
6272
|
+
};
|
|
6273
|
+
export type ExplorerLibraryDataQueryVariables = Exact<{
|
|
6274
|
+
libraryId: Scalars['ID'];
|
|
6275
|
+
attributeIds: Array<Scalars['ID']> | Scalars['ID'];
|
|
6276
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
6277
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
6278
|
+
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
6279
|
+
searchQuery?: InputMaybe<Scalars['String']>;
|
|
6280
|
+
}>;
|
|
6281
|
+
export type ExplorerLibraryDataQuery = {
|
|
6282
|
+
records: {
|
|
6283
|
+
totalCount?: number | null;
|
|
6284
|
+
list: Array<{
|
|
6285
|
+
id: string;
|
|
6286
|
+
whoAmI: {
|
|
6287
|
+
id: string;
|
|
6288
|
+
label?: string | null;
|
|
6289
|
+
subLabel?: string | null;
|
|
6290
|
+
color?: string | null;
|
|
6291
|
+
preview?: IPreviewScalar | null;
|
|
6292
|
+
library: {
|
|
6293
|
+
id: string;
|
|
6294
|
+
label?: any | null;
|
|
6295
|
+
};
|
|
6296
|
+
};
|
|
6297
|
+
properties: Array<{
|
|
6298
|
+
attributeId: string;
|
|
6299
|
+
attributeProperties: {
|
|
6300
|
+
id: string;
|
|
6301
|
+
label?: any | null;
|
|
6302
|
+
type: AttributeType;
|
|
6303
|
+
format?: AttributeFormat | null;
|
|
6304
|
+
multiple_values: boolean;
|
|
6305
|
+
};
|
|
6306
|
+
values: Array<{
|
|
6307
|
+
linkPayload?: {
|
|
6308
|
+
id: string;
|
|
6309
|
+
whoAmI: {
|
|
6310
|
+
id: string;
|
|
6311
|
+
label?: string | null;
|
|
5972
6312
|
subLabel?: string | null;
|
|
5973
6313
|
color?: string | null;
|
|
5974
6314
|
preview?: IPreviewScalar | null;
|
|
@@ -5978,10 +6318,6 @@ export type ExplorerQuery = {
|
|
|
5978
6318
|
};
|
|
5979
6319
|
};
|
|
5980
6320
|
} | null;
|
|
5981
|
-
attribute: {
|
|
5982
|
-
type: AttributeType;
|
|
5983
|
-
label?: any | null;
|
|
5984
|
-
};
|
|
5985
6321
|
} | {
|
|
5986
6322
|
treePayload?: {
|
|
5987
6323
|
record: {
|
|
@@ -5999,26 +6335,246 @@ export type ExplorerQuery = {
|
|
|
5999
6335
|
};
|
|
6000
6336
|
};
|
|
6001
6337
|
} | null;
|
|
6002
|
-
attribute: {
|
|
6003
|
-
type: AttributeType;
|
|
6004
|
-
label?: any | null;
|
|
6005
|
-
};
|
|
6006
6338
|
} | {
|
|
6007
6339
|
valuePayload?: any | null;
|
|
6008
|
-
|
|
6009
|
-
type: AttributeType;
|
|
6010
|
-
label?: any | null;
|
|
6011
|
-
};
|
|
6340
|
+
valueRawPayload?: any | null;
|
|
6012
6341
|
}>;
|
|
6013
6342
|
}>;
|
|
6014
6343
|
}>;
|
|
6015
6344
|
};
|
|
6016
6345
|
};
|
|
6017
|
-
export type
|
|
6346
|
+
export type ExplorerLinkDataQueryVariables = Exact<{
|
|
6347
|
+
attributeIds: Array<Scalars['ID']> | Scalars['ID'];
|
|
6348
|
+
parentLibraryId: Scalars['ID'];
|
|
6349
|
+
parentRecordId?: InputMaybe<Scalars['String']>;
|
|
6350
|
+
linkAttributeId: Scalars['ID'];
|
|
6351
|
+
}>;
|
|
6352
|
+
export type ExplorerLinkDataQuery = {
|
|
6353
|
+
records: {
|
|
6354
|
+
list: Array<{
|
|
6355
|
+
id: string;
|
|
6356
|
+
whoAmI: {
|
|
6357
|
+
id: string;
|
|
6358
|
+
library: {
|
|
6359
|
+
id: string;
|
|
6360
|
+
};
|
|
6361
|
+
};
|
|
6362
|
+
property: Array<{
|
|
6363
|
+
id_value?: string | null;
|
|
6364
|
+
payload?: {
|
|
6365
|
+
id: string;
|
|
6366
|
+
whoAmI: {
|
|
6367
|
+
id: string;
|
|
6368
|
+
label?: string | null;
|
|
6369
|
+
subLabel?: string | null;
|
|
6370
|
+
color?: string | null;
|
|
6371
|
+
preview?: IPreviewScalar | null;
|
|
6372
|
+
library: {
|
|
6373
|
+
id: string;
|
|
6374
|
+
label?: any | null;
|
|
6375
|
+
};
|
|
6376
|
+
};
|
|
6377
|
+
properties: Array<{
|
|
6378
|
+
attributeId: string;
|
|
6379
|
+
attributeProperties: {
|
|
6380
|
+
id: string;
|
|
6381
|
+
label?: any | null;
|
|
6382
|
+
type: AttributeType;
|
|
6383
|
+
format?: AttributeFormat | null;
|
|
6384
|
+
multiple_values: boolean;
|
|
6385
|
+
};
|
|
6386
|
+
values: Array<{
|
|
6387
|
+
linkPayload?: {
|
|
6388
|
+
id: string;
|
|
6389
|
+
whoAmI: {
|
|
6390
|
+
id: string;
|
|
6391
|
+
label?: string | null;
|
|
6392
|
+
subLabel?: string | null;
|
|
6393
|
+
color?: string | null;
|
|
6394
|
+
preview?: IPreviewScalar | null;
|
|
6395
|
+
library: {
|
|
6396
|
+
id: string;
|
|
6397
|
+
label?: any | null;
|
|
6398
|
+
};
|
|
6399
|
+
};
|
|
6400
|
+
} | null;
|
|
6401
|
+
} | {
|
|
6402
|
+
treePayload?: {
|
|
6403
|
+
record: {
|
|
6404
|
+
id: string;
|
|
6405
|
+
whoAmI: {
|
|
6406
|
+
id: string;
|
|
6407
|
+
label?: string | null;
|
|
6408
|
+
subLabel?: string | null;
|
|
6409
|
+
color?: string | null;
|
|
6410
|
+
preview?: IPreviewScalar | null;
|
|
6411
|
+
library: {
|
|
6412
|
+
id: string;
|
|
6413
|
+
label?: any | null;
|
|
6414
|
+
};
|
|
6415
|
+
};
|
|
6416
|
+
};
|
|
6417
|
+
} | null;
|
|
6418
|
+
} | {
|
|
6419
|
+
valuePayload?: any | null;
|
|
6420
|
+
valueRawPayload?: any | null;
|
|
6421
|
+
}>;
|
|
6422
|
+
}>;
|
|
6423
|
+
} | null;
|
|
6424
|
+
} | {
|
|
6425
|
+
id_value?: string | null;
|
|
6426
|
+
}>;
|
|
6427
|
+
}>;
|
|
6428
|
+
};
|
|
6429
|
+
};
|
|
6430
|
+
export type GetLibraryAttributesQueryVariables = Exact<{
|
|
6018
6431
|
libraryId: Scalars['ID'];
|
|
6019
6432
|
}>;
|
|
6020
|
-
export type
|
|
6433
|
+
export type GetLibraryAttributesQuery = {
|
|
6434
|
+
libraries?: {
|
|
6435
|
+
list: Array<{
|
|
6436
|
+
id: string;
|
|
6437
|
+
attributes?: Array<{
|
|
6438
|
+
id: string;
|
|
6439
|
+
type: AttributeType;
|
|
6440
|
+
label?: any | null;
|
|
6441
|
+
linked_library?: {
|
|
6442
|
+
id: string;
|
|
6443
|
+
label?: any | null;
|
|
6444
|
+
attributes?: Array<{
|
|
6445
|
+
id: string;
|
|
6446
|
+
type: AttributeType;
|
|
6447
|
+
format?: AttributeFormat | null;
|
|
6448
|
+
label?: any | null;
|
|
6449
|
+
}> | null;
|
|
6450
|
+
} | null;
|
|
6451
|
+
permissions: {
|
|
6452
|
+
access_attribute: boolean;
|
|
6453
|
+
};
|
|
6454
|
+
} | {
|
|
6455
|
+
format?: AttributeFormat | null;
|
|
6456
|
+
id: string;
|
|
6457
|
+
type: AttributeType;
|
|
6458
|
+
label?: any | null;
|
|
6459
|
+
permissions: {
|
|
6460
|
+
access_attribute: boolean;
|
|
6461
|
+
};
|
|
6462
|
+
} | {
|
|
6463
|
+
id: string;
|
|
6464
|
+
type: AttributeType;
|
|
6465
|
+
label?: any | null;
|
|
6466
|
+
permissions: {
|
|
6467
|
+
access_attribute: boolean;
|
|
6468
|
+
};
|
|
6469
|
+
}> | null;
|
|
6470
|
+
}>;
|
|
6471
|
+
} | null;
|
|
6472
|
+
};
|
|
6473
|
+
export type ExplorerLibraryDetailsQueryVariables = Exact<{
|
|
6474
|
+
libraryId: Scalars['ID'];
|
|
6475
|
+
}>;
|
|
6476
|
+
export type ExplorerLibraryDetailsQuery = {
|
|
6021
6477
|
libraries?: {
|
|
6478
|
+
list: Array<{
|
|
6479
|
+
id: string;
|
|
6480
|
+
label?: any | null;
|
|
6481
|
+
behavior: LibraryBehavior;
|
|
6482
|
+
}>;
|
|
6483
|
+
} | null;
|
|
6484
|
+
};
|
|
6485
|
+
export type ExplorerSelectionIdsQueryVariables = Exact<{
|
|
6486
|
+
libraryId: Scalars['ID'];
|
|
6487
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
6488
|
+
}>;
|
|
6489
|
+
export type ExplorerSelectionIdsQuery = {
|
|
6490
|
+
records: {
|
|
6491
|
+
list: Array<{
|
|
6492
|
+
id: string;
|
|
6493
|
+
}>;
|
|
6494
|
+
};
|
|
6495
|
+
};
|
|
6496
|
+
export type MeQueryVariables = Exact<{
|
|
6497
|
+
[key: string]: never;
|
|
6498
|
+
}>;
|
|
6499
|
+
export type MeQuery = {
|
|
6500
|
+
me?: {
|
|
6501
|
+
id: string;
|
|
6502
|
+
whoAmI: {
|
|
6503
|
+
id: string;
|
|
6504
|
+
library: {
|
|
6505
|
+
id: string;
|
|
6506
|
+
};
|
|
6507
|
+
};
|
|
6508
|
+
} | null;
|
|
6509
|
+
};
|
|
6510
|
+
export type UpdateViewMutationVariables = Exact<{
|
|
6511
|
+
view: ViewInputPartial;
|
|
6512
|
+
}>;
|
|
6513
|
+
export type UpdateViewMutation = {
|
|
6514
|
+
updateView: {
|
|
6515
|
+
id: string;
|
|
6516
|
+
shared: boolean;
|
|
6517
|
+
label: any;
|
|
6518
|
+
description?: any | null;
|
|
6519
|
+
color?: string | null;
|
|
6520
|
+
display: {
|
|
6521
|
+
size?: ViewSizes | null;
|
|
6522
|
+
type: ViewTypes;
|
|
6523
|
+
};
|
|
6524
|
+
created_by: {
|
|
6525
|
+
id: string;
|
|
6526
|
+
whoAmI: {
|
|
6527
|
+
id: string;
|
|
6528
|
+
label?: string | null;
|
|
6529
|
+
library: {
|
|
6530
|
+
id: string;
|
|
6531
|
+
};
|
|
6532
|
+
};
|
|
6533
|
+
};
|
|
6534
|
+
filters?: Array<{
|
|
6535
|
+
field?: string | null;
|
|
6536
|
+
value?: string | null;
|
|
6537
|
+
condition?: RecordFilterCondition | null;
|
|
6538
|
+
operator?: RecordFilterOperator | null;
|
|
6539
|
+
tree?: {
|
|
6540
|
+
id: string;
|
|
6541
|
+
label?: any | null;
|
|
6542
|
+
} | null;
|
|
6543
|
+
}> | null;
|
|
6544
|
+
sort?: Array<{
|
|
6545
|
+
field: string;
|
|
6546
|
+
order: SortOrder;
|
|
6547
|
+
}> | null;
|
|
6548
|
+
valuesVersions?: Array<{
|
|
6549
|
+
treeId: string;
|
|
6550
|
+
treeNode: {
|
|
6551
|
+
id: string;
|
|
6552
|
+
record: {
|
|
6553
|
+
id: string;
|
|
6554
|
+
whoAmI: {
|
|
6555
|
+
id: string;
|
|
6556
|
+
label?: string | null;
|
|
6557
|
+
subLabel?: string | null;
|
|
6558
|
+
color?: string | null;
|
|
6559
|
+
preview?: IPreviewScalar | null;
|
|
6560
|
+
library: {
|
|
6561
|
+
id: string;
|
|
6562
|
+
label?: any | null;
|
|
6563
|
+
};
|
|
6564
|
+
};
|
|
6565
|
+
};
|
|
6566
|
+
};
|
|
6567
|
+
}> | null;
|
|
6568
|
+
attributes?: Array<{
|
|
6569
|
+
id: string;
|
|
6570
|
+
}> | null;
|
|
6571
|
+
};
|
|
6572
|
+
};
|
|
6573
|
+
export type TreeDataQueryQueryVariables = Exact<{
|
|
6574
|
+
treeId: Scalars['ID'];
|
|
6575
|
+
}>;
|
|
6576
|
+
export type TreeDataQueryQuery = {
|
|
6577
|
+
trees?: {
|
|
6022
6578
|
list: Array<{
|
|
6023
6579
|
id: string;
|
|
6024
6580
|
label?: any | null;
|
|
@@ -6028,6 +6584,7 @@ export type ExplorerLibraryDataQuery = {
|
|
|
6028
6584
|
export declare const RecordIdentityFragmentDoc: Apollo.DocumentNode;
|
|
6029
6585
|
export declare const DetailsApplicationFragmentDoc: Apollo.DocumentNode;
|
|
6030
6586
|
export declare const AttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6587
|
+
export declare const AttributesByLibLinkAttributeFragmentDoc: Apollo.DocumentNode;
|
|
6031
6588
|
export declare const AttributesByLibAttributeFragmentDoc: Apollo.DocumentNode;
|
|
6032
6589
|
export declare const LibraryLightFragmentDoc: Apollo.DocumentNode;
|
|
6033
6590
|
export declare const LibraryLinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
@@ -6042,8 +6599,16 @@ export declare const RecordFormElementFragmentDoc: Apollo.DocumentNode;
|
|
|
6042
6599
|
export declare const TreeLightFragmentDoc: Apollo.DocumentNode;
|
|
6043
6600
|
export declare const TreeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6044
6601
|
export declare const TreeNodeChildFragmentDoc: Apollo.DocumentNode;
|
|
6602
|
+
export declare const ViewDetailsFilterFragmentDoc: Apollo.DocumentNode;
|
|
6045
6603
|
export declare const ViewDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6604
|
+
export declare const AttributesByLibLinkAttributeWithPermissionsFragmentDoc: Apollo.DocumentNode;
|
|
6605
|
+
export declare const AttributesByLibAttributeWithPermissionsFragmentDoc: Apollo.DocumentNode;
|
|
6606
|
+
export declare const LinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6607
|
+
export declare const AttributePropertiesFragmentDoc: Apollo.DocumentNode;
|
|
6046
6608
|
export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
|
|
6609
|
+
export declare const LinkPropertyFragmentDoc: Apollo.DocumentNode;
|
|
6610
|
+
export declare const LibraryAttributeLinkFragmentDoc: Apollo.DocumentNode;
|
|
6611
|
+
export declare const LibraryAttributeFragmentDoc: Apollo.DocumentNode;
|
|
6047
6612
|
export declare const CheckApplicationExistenceDocument: Apollo.DocumentNode;
|
|
6048
6613
|
/**
|
|
6049
6614
|
* __useCheckApplicationExistenceQuery__
|
|
@@ -7429,63 +7994,109 @@ export declare function useGetViewsListLazyQuery(baseOptions?: Apollo.LazyQueryH
|
|
|
7429
7994
|
export type GetViewsListQueryHookResult = ReturnType<typeof useGetViewsListQuery>;
|
|
7430
7995
|
export type GetViewsListLazyQueryHookResult = ReturnType<typeof useGetViewsListLazyQuery>;
|
|
7431
7996
|
export type GetViewsListQueryResult = Apollo.QueryResult<GetViewsListQuery, GetViewsListQueryVariables>;
|
|
7432
|
-
export declare const
|
|
7433
|
-
export type
|
|
7997
|
+
export declare const SaveViewDocument: Apollo.DocumentNode;
|
|
7998
|
+
export type SaveViewMutationFn = Apollo.MutationFunction<SaveViewMutation, SaveViewMutationVariables>;
|
|
7434
7999
|
/**
|
|
7435
|
-
*
|
|
8000
|
+
* __useSaveViewMutation__
|
|
7436
8001
|
*
|
|
7437
|
-
* To run a mutation, you first call `
|
|
7438
|
-
* When your component renders, `
|
|
8002
|
+
* To run a mutation, you first call `useSaveViewMutation` within a React component and pass it any options that fit your needs.
|
|
8003
|
+
* When your component renders, `useSaveViewMutation` returns a tuple that includes:
|
|
7439
8004
|
* - A mutate function that you can call at any time to execute the mutation
|
|
7440
8005
|
* - An object with fields that represent the current status of the mutation's execution
|
|
7441
8006
|
*
|
|
7442
8007
|
* @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
8008
|
*
|
|
7444
8009
|
* @example
|
|
7445
|
-
* const [
|
|
8010
|
+
* const [saveViewMutation, { data, loading, error }] = useSaveViewMutation({
|
|
7446
8011
|
* variables: {
|
|
7447
8012
|
* view: // value for 'view'
|
|
7448
8013
|
* },
|
|
7449
8014
|
* });
|
|
7450
8015
|
*/
|
|
7451
|
-
export declare function
|
|
8016
|
+
export declare function useSaveViewMutation(baseOptions?: Apollo.MutationHookOptions<SaveViewMutation, SaveViewMutationVariables>): Apollo.MutationTuple<SaveViewMutation, Exact<{
|
|
7452
8017
|
view: ViewInput;
|
|
7453
8018
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
7454
|
-
export type
|
|
7455
|
-
export type
|
|
7456
|
-
export type
|
|
7457
|
-
export declare const
|
|
8019
|
+
export type SaveViewMutationHookResult = ReturnType<typeof useSaveViewMutation>;
|
|
8020
|
+
export type SaveViewMutationResult = Apollo.MutationResult<SaveViewMutation>;
|
|
8021
|
+
export type SaveViewMutationOptions = Apollo.BaseMutationOptions<SaveViewMutation, SaveViewMutationVariables>;
|
|
8022
|
+
export declare const GetAttributesByLibWithPermissionsDocument: Apollo.DocumentNode;
|
|
7458
8023
|
/**
|
|
7459
|
-
*
|
|
8024
|
+
* __useGetAttributesByLibWithPermissionsQuery__
|
|
7460
8025
|
*
|
|
7461
|
-
* To run a query within a React component, call `
|
|
7462
|
-
* When your component renders, `
|
|
8026
|
+
* To run a query within a React component, call `useGetAttributesByLibWithPermissionsQuery` and pass it any options that fit your needs.
|
|
8027
|
+
* When your component renders, `useGetAttributesByLibWithPermissionsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7463
8028
|
* you can use to render your UI.
|
|
7464
8029
|
*
|
|
7465
8030
|
* @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
8031
|
*
|
|
7467
8032
|
* @example
|
|
7468
|
-
* const { data, loading, error } =
|
|
8033
|
+
* const { data, loading, error } = useGetAttributesByLibWithPermissionsQuery({
|
|
7469
8034
|
* variables: {
|
|
7470
|
-
*
|
|
7471
|
-
* attributeIds: // value for 'attributeIds'
|
|
7472
|
-
* filters: // value for 'filters'
|
|
8035
|
+
* library: // value for 'library'
|
|
7473
8036
|
* },
|
|
7474
8037
|
* });
|
|
7475
8038
|
*/
|
|
7476
|
-
export declare function
|
|
7477
|
-
|
|
7478
|
-
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7479
|
-
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
8039
|
+
export declare function useGetAttributesByLibWithPermissionsQuery(baseOptions: Apollo.QueryHookOptions<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>): Apollo.QueryResult<GetAttributesByLibWithPermissionsQuery, Exact<{
|
|
8040
|
+
library: Scalars["String"];
|
|
7480
8041
|
}>>;
|
|
7481
|
-
export declare function
|
|
7482
|
-
|
|
7483
|
-
|
|
7484
|
-
|
|
8042
|
+
export declare function useGetAttributesByLibWithPermissionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributesByLibWithPermissionsQuery, Exact<{
|
|
8043
|
+
library: Scalars["String"];
|
|
8044
|
+
}>>;
|
|
8045
|
+
export type GetAttributesByLibWithPermissionsQueryHookResult = ReturnType<typeof useGetAttributesByLibWithPermissionsQuery>;
|
|
8046
|
+
export type GetAttributesByLibWithPermissionsLazyQueryHookResult = ReturnType<typeof useGetAttributesByLibWithPermissionsLazyQuery>;
|
|
8047
|
+
export type GetAttributesByLibWithPermissionsQueryResult = Apollo.QueryResult<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>;
|
|
8048
|
+
export declare const ExplorerAttributesDocument: Apollo.DocumentNode;
|
|
8049
|
+
/**
|
|
8050
|
+
* __useExplorerAttributesQuery__
|
|
8051
|
+
*
|
|
8052
|
+
* To run a query within a React component, call `useExplorerAttributesQuery` and pass it any options that fit your needs.
|
|
8053
|
+
* When your component renders, `useExplorerAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
8054
|
+
* you can use to render your UI.
|
|
8055
|
+
*
|
|
8056
|
+
* @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;
|
|
8057
|
+
*
|
|
8058
|
+
* @example
|
|
8059
|
+
* const { data, loading, error } = useExplorerAttributesQuery({
|
|
8060
|
+
* variables: {
|
|
8061
|
+
* ids: // value for 'ids'
|
|
8062
|
+
* },
|
|
8063
|
+
* });
|
|
8064
|
+
*/
|
|
8065
|
+
export declare function useExplorerAttributesQuery(baseOptions?: Apollo.QueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.QueryResult<ExplorerAttributesQuery, Exact<{
|
|
8066
|
+
ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8067
|
+
}>>;
|
|
8068
|
+
export declare function useExplorerAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerAttributesQuery, Exact<{
|
|
8069
|
+
ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8070
|
+
}>>;
|
|
8071
|
+
export type ExplorerAttributesQueryHookResult = ReturnType<typeof useExplorerAttributesQuery>;
|
|
8072
|
+
export type ExplorerAttributesLazyQueryHookResult = ReturnType<typeof useExplorerAttributesLazyQuery>;
|
|
8073
|
+
export type ExplorerAttributesQueryResult = Apollo.QueryResult<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>;
|
|
8074
|
+
export declare const ExplorerLinkAttributeDocument: Apollo.DocumentNode;
|
|
8075
|
+
/**
|
|
8076
|
+
* __useExplorerLinkAttributeQuery__
|
|
8077
|
+
*
|
|
8078
|
+
* To run a query within a React component, call `useExplorerLinkAttributeQuery` and pass it any options that fit your needs.
|
|
8079
|
+
* When your component renders, `useExplorerLinkAttributeQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
8080
|
+
* you can use to render your UI.
|
|
8081
|
+
*
|
|
8082
|
+
* @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;
|
|
8083
|
+
*
|
|
8084
|
+
* @example
|
|
8085
|
+
* const { data, loading, error } = useExplorerLinkAttributeQuery({
|
|
8086
|
+
* variables: {
|
|
8087
|
+
* id: // value for 'id'
|
|
8088
|
+
* },
|
|
8089
|
+
* });
|
|
8090
|
+
*/
|
|
8091
|
+
export declare function useExplorerLinkAttributeQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.QueryResult<ExplorerLinkAttributeQuery, Exact<{
|
|
8092
|
+
id: Scalars["ID"];
|
|
8093
|
+
}>>;
|
|
8094
|
+
export declare function useExplorerLinkAttributeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkAttributeQuery, Exact<{
|
|
8095
|
+
id: Scalars["ID"];
|
|
7485
8096
|
}>>;
|
|
7486
|
-
export type
|
|
7487
|
-
export type
|
|
7488
|
-
export type
|
|
8097
|
+
export type ExplorerLinkAttributeQueryHookResult = ReturnType<typeof useExplorerLinkAttributeQuery>;
|
|
8098
|
+
export type ExplorerLinkAttributeLazyQueryHookResult = ReturnType<typeof useExplorerLinkAttributeLazyQuery>;
|
|
8099
|
+
export type ExplorerLinkAttributeQueryResult = Apollo.QueryResult<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>;
|
|
7489
8100
|
export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
|
|
7490
8101
|
/**
|
|
7491
8102
|
* __useExplorerLibraryDataQuery__
|
|
@@ -7500,15 +8111,222 @@ export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
|
|
|
7500
8111
|
* const { data, loading, error } = useExplorerLibraryDataQuery({
|
|
7501
8112
|
* variables: {
|
|
7502
8113
|
* libraryId: // value for 'libraryId'
|
|
8114
|
+
* attributeIds: // value for 'attributeIds'
|
|
8115
|
+
* pagination: // value for 'pagination'
|
|
8116
|
+
* filters: // value for 'filters'
|
|
8117
|
+
* multipleSort: // value for 'multipleSort'
|
|
8118
|
+
* searchQuery: // value for 'searchQuery'
|
|
7503
8119
|
* },
|
|
7504
8120
|
* });
|
|
7505
8121
|
*/
|
|
7506
8122
|
export declare function useExplorerLibraryDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.QueryResult<ExplorerLibraryDataQuery, Exact<{
|
|
7507
8123
|
libraryId: Scalars["ID"];
|
|
8124
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
8125
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
8126
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
8127
|
+
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
8128
|
+
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
7508
8129
|
}>>;
|
|
7509
8130
|
export declare function useExplorerLibraryDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDataQuery, Exact<{
|
|
7510
8131
|
libraryId: Scalars["ID"];
|
|
8132
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
8133
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
8134
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
8135
|
+
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
8136
|
+
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
7511
8137
|
}>>;
|
|
7512
8138
|
export type ExplorerLibraryDataQueryHookResult = ReturnType<typeof useExplorerLibraryDataQuery>;
|
|
7513
8139
|
export type ExplorerLibraryDataLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDataLazyQuery>;
|
|
7514
8140
|
export type ExplorerLibraryDataQueryResult = Apollo.QueryResult<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>;
|
|
8141
|
+
export declare const ExplorerLinkDataDocument: Apollo.DocumentNode;
|
|
8142
|
+
/**
|
|
8143
|
+
* __useExplorerLinkDataQuery__
|
|
8144
|
+
*
|
|
8145
|
+
* To run a query within a React component, call `useExplorerLinkDataQuery` and pass it any options that fit your needs.
|
|
8146
|
+
* When your component renders, `useExplorerLinkDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
8147
|
+
* you can use to render your UI.
|
|
8148
|
+
*
|
|
8149
|
+
* @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;
|
|
8150
|
+
*
|
|
8151
|
+
* @example
|
|
8152
|
+
* const { data, loading, error } = useExplorerLinkDataQuery({
|
|
8153
|
+
* variables: {
|
|
8154
|
+
* attributeIds: // value for 'attributeIds'
|
|
8155
|
+
* parentLibraryId: // value for 'parentLibraryId'
|
|
8156
|
+
* parentRecordId: // value for 'parentRecordId'
|
|
8157
|
+
* linkAttributeId: // value for 'linkAttributeId'
|
|
8158
|
+
* },
|
|
8159
|
+
* });
|
|
8160
|
+
*/
|
|
8161
|
+
export declare function useExplorerLinkDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.QueryResult<ExplorerLinkDataQuery, Exact<{
|
|
8162
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
8163
|
+
parentLibraryId: Scalars["ID"];
|
|
8164
|
+
parentRecordId?: InputMaybe<Scalars["String"]>;
|
|
8165
|
+
linkAttributeId: Scalars["ID"];
|
|
8166
|
+
}>>;
|
|
8167
|
+
export declare function useExplorerLinkDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkDataQuery, Exact<{
|
|
8168
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
8169
|
+
parentLibraryId: Scalars["ID"];
|
|
8170
|
+
parentRecordId?: InputMaybe<Scalars["String"]>;
|
|
8171
|
+
linkAttributeId: Scalars["ID"];
|
|
8172
|
+
}>>;
|
|
8173
|
+
export type ExplorerLinkDataQueryHookResult = ReturnType<typeof useExplorerLinkDataQuery>;
|
|
8174
|
+
export type ExplorerLinkDataLazyQueryHookResult = ReturnType<typeof useExplorerLinkDataLazyQuery>;
|
|
8175
|
+
export type ExplorerLinkDataQueryResult = Apollo.QueryResult<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>;
|
|
8176
|
+
export declare const GetLibraryAttributesDocument: Apollo.DocumentNode;
|
|
8177
|
+
/**
|
|
8178
|
+
* __useGetLibraryAttributesQuery__
|
|
8179
|
+
*
|
|
8180
|
+
* To run a query within a React component, call `useGetLibraryAttributesQuery` and pass it any options that fit your needs.
|
|
8181
|
+
* When your component renders, `useGetLibraryAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
8182
|
+
* you can use to render your UI.
|
|
8183
|
+
*
|
|
8184
|
+
* @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;
|
|
8185
|
+
*
|
|
8186
|
+
* @example
|
|
8187
|
+
* const { data, loading, error } = useGetLibraryAttributesQuery({
|
|
8188
|
+
* variables: {
|
|
8189
|
+
* libraryId: // value for 'libraryId'
|
|
8190
|
+
* },
|
|
8191
|
+
* });
|
|
8192
|
+
*/
|
|
8193
|
+
export declare function useGetLibraryAttributesQuery(baseOptions: Apollo.QueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.QueryResult<GetLibraryAttributesQuery, Exact<{
|
|
8194
|
+
libraryId: Scalars["ID"];
|
|
8195
|
+
}>>;
|
|
8196
|
+
export declare function useGetLibraryAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryAttributesQuery, Exact<{
|
|
8197
|
+
libraryId: Scalars["ID"];
|
|
8198
|
+
}>>;
|
|
8199
|
+
export type GetLibraryAttributesQueryHookResult = ReturnType<typeof useGetLibraryAttributesQuery>;
|
|
8200
|
+
export type GetLibraryAttributesLazyQueryHookResult = ReturnType<typeof useGetLibraryAttributesLazyQuery>;
|
|
8201
|
+
export type GetLibraryAttributesQueryResult = Apollo.QueryResult<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>;
|
|
8202
|
+
export declare const ExplorerLibraryDetailsDocument: Apollo.DocumentNode;
|
|
8203
|
+
/**
|
|
8204
|
+
* __useExplorerLibraryDetailsQuery__
|
|
8205
|
+
*
|
|
8206
|
+
* To run a query within a React component, call `useExplorerLibraryDetailsQuery` and pass it any options that fit your needs.
|
|
8207
|
+
* When your component renders, `useExplorerLibraryDetailsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
8208
|
+
* you can use to render your UI.
|
|
8209
|
+
*
|
|
8210
|
+
* @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;
|
|
8211
|
+
*
|
|
8212
|
+
* @example
|
|
8213
|
+
* const { data, loading, error } = useExplorerLibraryDetailsQuery({
|
|
8214
|
+
* variables: {
|
|
8215
|
+
* libraryId: // value for 'libraryId'
|
|
8216
|
+
* },
|
|
8217
|
+
* });
|
|
8218
|
+
*/
|
|
8219
|
+
export declare function useExplorerLibraryDetailsQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.QueryResult<ExplorerLibraryDetailsQuery, Exact<{
|
|
8220
|
+
libraryId: Scalars["ID"];
|
|
8221
|
+
}>>;
|
|
8222
|
+
export declare function useExplorerLibraryDetailsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDetailsQuery, Exact<{
|
|
8223
|
+
libraryId: Scalars["ID"];
|
|
8224
|
+
}>>;
|
|
8225
|
+
export type ExplorerLibraryDetailsQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsQuery>;
|
|
8226
|
+
export type ExplorerLibraryDetailsLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsLazyQuery>;
|
|
8227
|
+
export type ExplorerLibraryDetailsQueryResult = Apollo.QueryResult<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>;
|
|
8228
|
+
export declare const ExplorerSelectionIdsDocument: Apollo.DocumentNode;
|
|
8229
|
+
/**
|
|
8230
|
+
* __useExplorerSelectionIdsQuery__
|
|
8231
|
+
*
|
|
8232
|
+
* To run a query within a React component, call `useExplorerSelectionIdsQuery` and pass it any options that fit your needs.
|
|
8233
|
+
* When your component renders, `useExplorerSelectionIdsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
8234
|
+
* you can use to render your UI.
|
|
8235
|
+
*
|
|
8236
|
+
* @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;
|
|
8237
|
+
*
|
|
8238
|
+
* @example
|
|
8239
|
+
* const { data, loading, error } = useExplorerSelectionIdsQuery({
|
|
8240
|
+
* variables: {
|
|
8241
|
+
* libraryId: // value for 'libraryId'
|
|
8242
|
+
* filters: // value for 'filters'
|
|
8243
|
+
* },
|
|
8244
|
+
* });
|
|
8245
|
+
*/
|
|
8246
|
+
export declare function useExplorerSelectionIdsQuery(baseOptions: Apollo.QueryHookOptions<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>): Apollo.QueryResult<ExplorerSelectionIdsQuery, Exact<{
|
|
8247
|
+
libraryId: Scalars["ID"];
|
|
8248
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
8249
|
+
}>>;
|
|
8250
|
+
export declare function useExplorerSelectionIdsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerSelectionIdsQuery, Exact<{
|
|
8251
|
+
libraryId: Scalars["ID"];
|
|
8252
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
8253
|
+
}>>;
|
|
8254
|
+
export type ExplorerSelectionIdsQueryHookResult = ReturnType<typeof useExplorerSelectionIdsQuery>;
|
|
8255
|
+
export type ExplorerSelectionIdsLazyQueryHookResult = ReturnType<typeof useExplorerSelectionIdsLazyQuery>;
|
|
8256
|
+
export type ExplorerSelectionIdsQueryResult = Apollo.QueryResult<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>;
|
|
8257
|
+
export declare const MeDocument: Apollo.DocumentNode;
|
|
8258
|
+
/**
|
|
8259
|
+
* __useMeQuery__
|
|
8260
|
+
*
|
|
8261
|
+
* To run a query within a React component, call `useMeQuery` and pass it any options that fit your needs.
|
|
8262
|
+
* When your component renders, `useMeQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
8263
|
+
* you can use to render your UI.
|
|
8264
|
+
*
|
|
8265
|
+
* @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;
|
|
8266
|
+
*
|
|
8267
|
+
* @example
|
|
8268
|
+
* const { data, loading, error } = useMeQuery({
|
|
8269
|
+
* variables: {
|
|
8270
|
+
* },
|
|
8271
|
+
* });
|
|
8272
|
+
*/
|
|
8273
|
+
export declare function useMeQuery(baseOptions?: Apollo.QueryHookOptions<MeQuery, MeQueryVariables>): Apollo.QueryResult<MeQuery, Exact<{
|
|
8274
|
+
[key: string]: never;
|
|
8275
|
+
}>>;
|
|
8276
|
+
export declare function useMeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<MeQuery, MeQueryVariables>): Apollo.LazyQueryResultTuple<MeQuery, Exact<{
|
|
8277
|
+
[key: string]: never;
|
|
8278
|
+
}>>;
|
|
8279
|
+
export type MeQueryHookResult = ReturnType<typeof useMeQuery>;
|
|
8280
|
+
export type MeLazyQueryHookResult = ReturnType<typeof useMeLazyQuery>;
|
|
8281
|
+
export type MeQueryResult = Apollo.QueryResult<MeQuery, MeQueryVariables>;
|
|
8282
|
+
export declare const UpdateViewDocument: Apollo.DocumentNode;
|
|
8283
|
+
export type UpdateViewMutationFn = Apollo.MutationFunction<UpdateViewMutation, UpdateViewMutationVariables>;
|
|
8284
|
+
/**
|
|
8285
|
+
* __useUpdateViewMutation__
|
|
8286
|
+
*
|
|
8287
|
+
* To run a mutation, you first call `useUpdateViewMutation` within a React component and pass it any options that fit your needs.
|
|
8288
|
+
* When your component renders, `useUpdateViewMutation` returns a tuple that includes:
|
|
8289
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
8290
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
8291
|
+
*
|
|
8292
|
+
* @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;
|
|
8293
|
+
*
|
|
8294
|
+
* @example
|
|
8295
|
+
* const [updateViewMutation, { data, loading, error }] = useUpdateViewMutation({
|
|
8296
|
+
* variables: {
|
|
8297
|
+
* view: // value for 'view'
|
|
8298
|
+
* },
|
|
8299
|
+
* });
|
|
8300
|
+
*/
|
|
8301
|
+
export declare function useUpdateViewMutation(baseOptions?: Apollo.MutationHookOptions<UpdateViewMutation, UpdateViewMutationVariables>): Apollo.MutationTuple<UpdateViewMutation, Exact<{
|
|
8302
|
+
view: ViewInputPartial;
|
|
8303
|
+
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
8304
|
+
export type UpdateViewMutationHookResult = ReturnType<typeof useUpdateViewMutation>;
|
|
8305
|
+
export type UpdateViewMutationResult = Apollo.MutationResult<UpdateViewMutation>;
|
|
8306
|
+
export type UpdateViewMutationOptions = Apollo.BaseMutationOptions<UpdateViewMutation, UpdateViewMutationVariables>;
|
|
8307
|
+
export declare const TreeDataQueryDocument: Apollo.DocumentNode;
|
|
8308
|
+
/**
|
|
8309
|
+
* __useTreeDataQueryQuery__
|
|
8310
|
+
*
|
|
8311
|
+
* To run a query within a React component, call `useTreeDataQueryQuery` and pass it any options that fit your needs.
|
|
8312
|
+
* When your component renders, `useTreeDataQueryQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
8313
|
+
* you can use to render your UI.
|
|
8314
|
+
*
|
|
8315
|
+
* @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;
|
|
8316
|
+
*
|
|
8317
|
+
* @example
|
|
8318
|
+
* const { data, loading, error } = useTreeDataQueryQuery({
|
|
8319
|
+
* variables: {
|
|
8320
|
+
* treeId: // value for 'treeId'
|
|
8321
|
+
* },
|
|
8322
|
+
* });
|
|
8323
|
+
*/
|
|
8324
|
+
export declare function useTreeDataQueryQuery(baseOptions: Apollo.QueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.QueryResult<TreeDataQueryQuery, Exact<{
|
|
8325
|
+
treeId: Scalars["ID"];
|
|
8326
|
+
}>>;
|
|
8327
|
+
export declare function useTreeDataQueryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.LazyQueryResultTuple<TreeDataQueryQuery, Exact<{
|
|
8328
|
+
treeId: Scalars["ID"];
|
|
8329
|
+
}>>;
|
|
8330
|
+
export type TreeDataQueryQueryHookResult = ReturnType<typeof useTreeDataQueryQuery>;
|
|
8331
|
+
export type TreeDataQueryLazyQueryHookResult = ReturnType<typeof useTreeDataQueryLazyQuery>;
|
|
8332
|
+
export type TreeDataQueryQueryResult = Apollo.QueryResult<TreeDataQueryQuery, TreeDataQueryQueryVariables>;
|