@leav/ui 0.3.6-be1e7eb → 0.3.6-c1148d9
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 +605 -114
- package/dist/_gqlTypes/index.js +365 -56
- 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 +5 -2
- package/dist/_utils/index.js.map +1 -1
- package/dist/_utils/interleaveElement.d.ts +1 -0
- package/dist/{components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.js → _utils/interleaveElement.js} +2 -3
- 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 -1
- 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/_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/Explorer/DataView.d.ts +15 -1
- package/dist/components/Explorer/DataView.js +103 -24
- package/dist/components/Explorer/DataView.js.map +1 -1
- package/dist/components/Explorer/Explorer.d.ts +10 -6
- package/dist/components/Explorer/Explorer.js +101 -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 +4 -0
- package/dist/components/Explorer/ExplorerToolbar.js +49 -0
- package/dist/components/Explorer/ExplorerToolbar.js.map +1 -0
- package/dist/components/Explorer/TableCell.d.ts +2 -1
- package/dist/components/Explorer/TableCell.js +131 -20
- package/dist/components/Explorer/TableCell.js.map +1 -1
- 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/useExplorerData.d.ts +29 -5
- package/dist/components/Explorer/_queries/useExplorerData.js +92 -18
- package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -1
- package/dist/components/Explorer/_types.d.ts +79 -3
- 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} +4 -4
- package/dist/components/Explorer/{useEditAction.js → actions-item/useEditItemAction.js} +15 -13
- package/dist/components/Explorer/actions-item/useEditItemAction.js.map +1 -0
- package/dist/components/Explorer/actions-item/useRemoveItemAction.d.ts +23 -0
- package/dist/components/Explorer/actions-item/useRemoveItemAction.js +109 -0
- package/dist/components/Explorer/actions-item/useRemoveItemAction.js.map +1 -0
- package/dist/components/Explorer/actions-mass/useDeactivateMassAction.d.ts +27 -0
- package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js +71 -0
- package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js.map +1 -0
- package/dist/components/Explorer/actions-mass/useMassActions.d.ts +28 -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/{useCreateAction.d.ts → actions-primary/useCreatePrimaryAction.d.ts} +9 -5
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js +75 -0
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js.map +1 -0
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.d.ts +17 -0
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js +38 -0
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js.map +1 -0
- package/dist/components/Explorer/actions-primary/usePrimaryActions.d.ts +12 -0
- package/dist/components/Explorer/actions-primary/usePrimaryActions.js +25 -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/link-item/LinkModal.d.ts +7 -0
- package/dist/components/Explorer/link-item/LinkModal.js +72 -0
- package/dist/components/Explorer/link-item/LinkModal.js.map +1 -0
- package/dist/components/Explorer/link-item/useLinkMassAction.d.ts +22 -0
- package/dist/components/Explorer/link-item/useLinkMassAction.js +55 -0
- package/dist/components/Explorer/link-item/useLinkMassAction.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.d.ts +1 -1
- package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js +11 -4
- package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.d.ts +6 -0
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js +12 -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 +67 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js +19 -52
- package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js.map +1 -1
- 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 +35 -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 +7 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js +40 -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 +10 -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 +4 -4
- package/dist/components/Explorer/manage-view-settings/index.js +3 -3
- package/dist/components/Explorer/manage-view-settings/index.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.d.ts +3 -2
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js +2 -2
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.js +2 -2
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.js +3 -3
- package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.d.ts +11 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js +55 -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/SettingsPanel.d.ts +2 -1
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js +26 -34
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/save-view/SaveViewModal.d.ts +7 -0
- package/dist/components/Explorer/manage-view-settings/save-view/SaveViewModal.js +42 -0
- package/dist/components/Explorer/manage-view-settings/save-view/SaveViewModal.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useSaveView.d.ts +4 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useSaveView.js +17 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useSaveView.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 +113 -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/manage-view-settings/store-view-settings/viewSettingsInitialState.d.ts +2 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +21 -1
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.d.ts +138 -16
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +207 -24
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/useManageViews.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/useManageViews.js +48 -0
- package/dist/components/Explorer/manage-view-settings/useManageViews.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/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 +39 -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 +215 -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/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 +4 -9
- 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 +1 -0
- package/dist/components/RecordEdition/EditRecord/EditRecord.js +77 -75
- package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +17 -4
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +10 -21
- 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/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 +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js.map +1 -1
- 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 +201 -186
- 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 +79 -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 +52 -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 +32 -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/EditRecordModal/EditRecordModal.js +10 -4
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +2 -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 +41 -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 +2 -281
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js +25 -56
- 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 +73 -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/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 +129 -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/{components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo → hooks/useDebouncedValue}/index.js +1 -2
- package/dist/hooks/useDebouncedValue/index.js.map +1 -0
- package/dist/hooks/useExecuteSaveViewMutation/index.d.ts +1 -0
- package/dist/{components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata → hooks/useExecuteSaveViewMutation}/index.js +1 -2
- 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} +6 -6
- 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/locales/en/shared.json +97 -12
- package/dist/locales/fr/shared.json +99 -14
- package/dist/types/views.d.ts +4 -4
- package/package.json +5 -2
- package/dist/components/Explorer/manage-view-settings/_shared/useGetLibraryColumns.d.ts +0 -10
- package/dist/components/Explorer/manage-view-settings/_shared/useGetLibraryColumns.js +0 -24
- package/dist/components/Explorer/manage-view-settings/_shared/useGetLibraryColumns.js.map +0 -1
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenSettings.d.ts +0 -1
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenSettings.js +0 -19
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenSettings.js.map +0 -1
- 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.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 +0 -9
- 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
|
@@ -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']>;
|
|
@@ -342,7 +344,9 @@ export declare enum LogAction {
|
|
|
342
344
|
VALUE_DELETE = "VALUE_DELETE",
|
|
343
345
|
VALUE_SAVE = "VALUE_SAVE",
|
|
344
346
|
VERSION_PROFILE_DELETE = "VERSION_PROFILE_DELETE",
|
|
345
|
-
VERSION_PROFILE_SAVE = "VERSION_PROFILE_SAVE"
|
|
347
|
+
VERSION_PROFILE_SAVE = "VERSION_PROFILE_SAVE",
|
|
348
|
+
fakeplugin_FAKE_PLUGIN_ACTION = "fakeplugin_FAKE_PLUGIN_ACTION",
|
|
349
|
+
fakeplugin_FAKE_PLUGIN_ACTION2 = "fakeplugin_FAKE_PLUGIN_ACTION2"
|
|
346
350
|
}
|
|
347
351
|
export type LogFilterInput = {
|
|
348
352
|
actions?: InputMaybe<Array<LogAction>>;
|
|
@@ -463,7 +467,8 @@ export declare enum PermissionsActions {
|
|
|
463
467
|
detach = "detach",
|
|
464
468
|
edit_children = "edit_children",
|
|
465
469
|
edit_record = "edit_record",
|
|
466
|
-
edit_value = "edit_value"
|
|
470
|
+
edit_value = "edit_value",
|
|
471
|
+
fake_plugin_permission = "fake_plugin_permission"
|
|
467
472
|
}
|
|
468
473
|
export declare enum PermissionsRelation {
|
|
469
474
|
and = "and",
|
|
@@ -725,10 +730,11 @@ export declare enum VersionProfilesSortableFields {
|
|
|
725
730
|
id = "id"
|
|
726
731
|
}
|
|
727
732
|
export type ViewDisplayInput = {
|
|
728
|
-
size
|
|
733
|
+
size?: InputMaybe<ViewSizes>;
|
|
729
734
|
type: ViewTypes;
|
|
730
735
|
};
|
|
731
736
|
export type ViewInput = {
|
|
737
|
+
attributes?: InputMaybe<Array<Scalars['String']>>;
|
|
732
738
|
color?: InputMaybe<Scalars['String']>;
|
|
733
739
|
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
734
740
|
display: ViewDisplayInput;
|
|
@@ -736,15 +742,10 @@ export type ViewInput = {
|
|
|
736
742
|
id?: InputMaybe<Scalars['String']>;
|
|
737
743
|
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
738
744
|
library: Scalars['String'];
|
|
739
|
-
settings?: InputMaybe<Array<ViewSettingsInput>>;
|
|
740
745
|
shared: Scalars['Boolean'];
|
|
741
|
-
sort?: InputMaybe<RecordSortInput
|
|
746
|
+
sort?: InputMaybe<Array<RecordSortInput>>;
|
|
742
747
|
valuesVersions?: InputMaybe<Array<ViewValuesVersionInput>>;
|
|
743
748
|
};
|
|
744
|
-
export type ViewSettingsInput = {
|
|
745
|
-
name: Scalars['String'];
|
|
746
|
-
value?: InputMaybe<Scalars['Any']>;
|
|
747
|
-
};
|
|
748
749
|
export declare enum ViewSizes {
|
|
749
750
|
BIG = "BIG",
|
|
750
751
|
MEDIUM = "MEDIUM",
|
|
@@ -841,7 +842,6 @@ export type AttributeDetailsLinkAttributeFragment = {
|
|
|
841
842
|
};
|
|
842
843
|
export type AttributeDetailsStandardAttributeFragment = {
|
|
843
844
|
unique?: boolean | null;
|
|
844
|
-
maxLength?: number | null;
|
|
845
845
|
id: string;
|
|
846
846
|
type: AttributeType;
|
|
847
847
|
format?: AttributeFormat | null;
|
|
@@ -956,6 +956,11 @@ export type AttributesByLibAttributeTreeAttributeFragment = {
|
|
|
956
956
|
} | null;
|
|
957
957
|
};
|
|
958
958
|
export type AttributesByLibAttributeFragment = AttributesByLibAttributeLinkAttributeFragment | AttributesByLibAttributeStandardAttributeFragment | AttributesByLibAttributeTreeAttributeFragment;
|
|
959
|
+
export type AttributesByLibLinkAttributeFragment = {
|
|
960
|
+
linked_library?: {
|
|
961
|
+
id: string;
|
|
962
|
+
} | null;
|
|
963
|
+
};
|
|
959
964
|
export type LibraryLightFragment = {
|
|
960
965
|
id: string;
|
|
961
966
|
label?: any | null;
|
|
@@ -1486,7 +1491,9 @@ export type RecordFormElementFragment = {
|
|
|
1486
1491
|
format?: AttributeFormat | null;
|
|
1487
1492
|
system: boolean;
|
|
1488
1493
|
readonly: boolean;
|
|
1494
|
+
required: boolean;
|
|
1489
1495
|
multiple_values: boolean;
|
|
1496
|
+
compute: boolean;
|
|
1490
1497
|
linked_library?: {
|
|
1491
1498
|
id: string;
|
|
1492
1499
|
label?: any | null;
|
|
@@ -1560,6 +1567,7 @@ export type RecordFormElementFragment = {
|
|
|
1560
1567
|
}> | null;
|
|
1561
1568
|
}> | null;
|
|
1562
1569
|
} | {
|
|
1570
|
+
character_limit?: number | null;
|
|
1563
1571
|
id: string;
|
|
1564
1572
|
label?: any | null;
|
|
1565
1573
|
description?: any | null;
|
|
@@ -1567,7 +1575,9 @@ export type RecordFormElementFragment = {
|
|
|
1567
1575
|
format?: AttributeFormat | null;
|
|
1568
1576
|
system: boolean;
|
|
1569
1577
|
readonly: boolean;
|
|
1578
|
+
required: boolean;
|
|
1570
1579
|
multiple_values: boolean;
|
|
1580
|
+
compute: boolean;
|
|
1571
1581
|
values_list?: {
|
|
1572
1582
|
enable: boolean;
|
|
1573
1583
|
allowFreeEntry?: boolean | null;
|
|
@@ -1635,7 +1645,9 @@ export type RecordFormElementFragment = {
|
|
|
1635
1645
|
format?: AttributeFormat | null;
|
|
1636
1646
|
system: boolean;
|
|
1637
1647
|
readonly: boolean;
|
|
1648
|
+
required: boolean;
|
|
1638
1649
|
multiple_values: boolean;
|
|
1650
|
+
compute: boolean;
|
|
1639
1651
|
linked_tree?: {
|
|
1640
1652
|
id: string;
|
|
1641
1653
|
label?: any | null;
|
|
@@ -2138,7 +2150,9 @@ export type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2138
2150
|
format?: AttributeFormat | null;
|
|
2139
2151
|
system: boolean;
|
|
2140
2152
|
readonly: boolean;
|
|
2153
|
+
required: boolean;
|
|
2141
2154
|
multiple_values: boolean;
|
|
2155
|
+
compute: boolean;
|
|
2142
2156
|
linked_library?: {
|
|
2143
2157
|
id: string;
|
|
2144
2158
|
label?: any | null;
|
|
@@ -2213,6 +2227,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2213
2227
|
}> | null;
|
|
2214
2228
|
};
|
|
2215
2229
|
export type RecordFormAttributeStandardAttributeFragment = {
|
|
2230
|
+
character_limit?: number | null;
|
|
2216
2231
|
id: string;
|
|
2217
2232
|
label?: any | null;
|
|
2218
2233
|
description?: any | null;
|
|
@@ -2220,7 +2235,9 @@ export type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2220
2235
|
format?: AttributeFormat | null;
|
|
2221
2236
|
system: boolean;
|
|
2222
2237
|
readonly: boolean;
|
|
2238
|
+
required: boolean;
|
|
2223
2239
|
multiple_values: boolean;
|
|
2240
|
+
compute: boolean;
|
|
2224
2241
|
values_list?: {
|
|
2225
2242
|
enable: boolean;
|
|
2226
2243
|
allowFreeEntry?: boolean | null;
|
|
@@ -2289,7 +2306,9 @@ export type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2289
2306
|
format?: AttributeFormat | null;
|
|
2290
2307
|
system: boolean;
|
|
2291
2308
|
readonly: boolean;
|
|
2309
|
+
required: boolean;
|
|
2292
2310
|
multiple_values: boolean;
|
|
2311
|
+
compute: boolean;
|
|
2293
2312
|
linked_tree?: {
|
|
2294
2313
|
id: string;
|
|
2295
2314
|
label?: any | null;
|
|
@@ -2471,7 +2490,7 @@ export type ViewDetailsFragment = {
|
|
|
2471
2490
|
description?: any | null;
|
|
2472
2491
|
color?: string | null;
|
|
2473
2492
|
display: {
|
|
2474
|
-
size
|
|
2493
|
+
size?: ViewSizes | null;
|
|
2475
2494
|
type: ViewTypes;
|
|
2476
2495
|
};
|
|
2477
2496
|
created_by: {
|
|
@@ -2494,10 +2513,10 @@ export type ViewDetailsFragment = {
|
|
|
2494
2513
|
label?: any | null;
|
|
2495
2514
|
} | null;
|
|
2496
2515
|
}> | null;
|
|
2497
|
-
sort?: {
|
|
2516
|
+
sort?: Array<{
|
|
2498
2517
|
field: string;
|
|
2499
2518
|
order: SortOrder;
|
|
2500
|
-
} | null;
|
|
2519
|
+
}> | null;
|
|
2501
2520
|
valuesVersions?: Array<{
|
|
2502
2521
|
treeId: string;
|
|
2503
2522
|
treeNode: {
|
|
@@ -2518,11 +2537,34 @@ export type ViewDetailsFragment = {
|
|
|
2518
2537
|
};
|
|
2519
2538
|
};
|
|
2520
2539
|
}> | null;
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
value?: any | null;
|
|
2540
|
+
attributes?: Array<{
|
|
2541
|
+
id: string;
|
|
2524
2542
|
}> | null;
|
|
2525
2543
|
};
|
|
2544
|
+
export type ViewDetailsFilterFragment = {
|
|
2545
|
+
field?: string | null;
|
|
2546
|
+
value?: string | null;
|
|
2547
|
+
condition?: RecordFilterCondition | null;
|
|
2548
|
+
operator?: RecordFilterOperator | null;
|
|
2549
|
+
tree?: {
|
|
2550
|
+
id: string;
|
|
2551
|
+
label?: any | null;
|
|
2552
|
+
} | null;
|
|
2553
|
+
};
|
|
2554
|
+
export type LinkAttributeDetailsFragment = {
|
|
2555
|
+
label?: any | null;
|
|
2556
|
+
linked_library?: {
|
|
2557
|
+
id: string;
|
|
2558
|
+
label?: any | null;
|
|
2559
|
+
} | null;
|
|
2560
|
+
};
|
|
2561
|
+
export type AttributePropertiesFragment = {
|
|
2562
|
+
id: string;
|
|
2563
|
+
label?: any | null;
|
|
2564
|
+
type: AttributeType;
|
|
2565
|
+
format?: AttributeFormat | null;
|
|
2566
|
+
multiple_values: boolean;
|
|
2567
|
+
};
|
|
2526
2568
|
export type PropertyValueLinkValueFragment = {
|
|
2527
2569
|
linkPayload?: {
|
|
2528
2570
|
id: string;
|
|
@@ -2538,12 +2580,6 @@ export type PropertyValueLinkValueFragment = {
|
|
|
2538
2580
|
};
|
|
2539
2581
|
};
|
|
2540
2582
|
} | null;
|
|
2541
|
-
attribute: {
|
|
2542
|
-
id: string;
|
|
2543
|
-
type: AttributeType;
|
|
2544
|
-
label?: any | null;
|
|
2545
|
-
format?: AttributeFormat | null;
|
|
2546
|
-
};
|
|
2547
2583
|
};
|
|
2548
2584
|
export type PropertyValueTreeValueFragment = {
|
|
2549
2585
|
treePayload?: {
|
|
@@ -2562,23 +2598,118 @@ export type PropertyValueTreeValueFragment = {
|
|
|
2562
2598
|
};
|
|
2563
2599
|
};
|
|
2564
2600
|
} | null;
|
|
2565
|
-
attribute: {
|
|
2566
|
-
id: string;
|
|
2567
|
-
type: AttributeType;
|
|
2568
|
-
label?: any | null;
|
|
2569
|
-
format?: AttributeFormat | null;
|
|
2570
|
-
};
|
|
2571
2601
|
};
|
|
2572
2602
|
export type PropertyValueValueFragment = {
|
|
2573
2603
|
valuePayload?: any | null;
|
|
2574
|
-
|
|
2604
|
+
valueRawPayload?: any | null;
|
|
2605
|
+
};
|
|
2606
|
+
export type PropertyValueFragment = PropertyValueLinkValueFragment | PropertyValueTreeValueFragment | PropertyValueValueFragment;
|
|
2607
|
+
export type LinkPropertyLinkValueFragment = {
|
|
2608
|
+
id_value?: string | null;
|
|
2609
|
+
payload?: {
|
|
2610
|
+
id: string;
|
|
2611
|
+
properties: Array<{
|
|
2612
|
+
attributeId: string;
|
|
2613
|
+
attributeProperties: {
|
|
2614
|
+
id: string;
|
|
2615
|
+
label?: any | null;
|
|
2616
|
+
type: AttributeType;
|
|
2617
|
+
format?: AttributeFormat | null;
|
|
2618
|
+
multiple_values: boolean;
|
|
2619
|
+
};
|
|
2620
|
+
values: Array<{
|
|
2621
|
+
linkPayload?: {
|
|
2622
|
+
id: string;
|
|
2623
|
+
whoAmI: {
|
|
2624
|
+
id: string;
|
|
2625
|
+
label?: string | null;
|
|
2626
|
+
subLabel?: string | null;
|
|
2627
|
+
color?: string | null;
|
|
2628
|
+
preview?: IPreviewScalar | null;
|
|
2629
|
+
library: {
|
|
2630
|
+
id: string;
|
|
2631
|
+
label?: any | null;
|
|
2632
|
+
};
|
|
2633
|
+
};
|
|
2634
|
+
} | null;
|
|
2635
|
+
} | {
|
|
2636
|
+
treePayload?: {
|
|
2637
|
+
record: {
|
|
2638
|
+
id: string;
|
|
2639
|
+
whoAmI: {
|
|
2640
|
+
id: string;
|
|
2641
|
+
label?: string | null;
|
|
2642
|
+
subLabel?: string | null;
|
|
2643
|
+
color?: string | null;
|
|
2644
|
+
preview?: IPreviewScalar | null;
|
|
2645
|
+
library: {
|
|
2646
|
+
id: string;
|
|
2647
|
+
label?: any | null;
|
|
2648
|
+
};
|
|
2649
|
+
};
|
|
2650
|
+
};
|
|
2651
|
+
} | null;
|
|
2652
|
+
} | {
|
|
2653
|
+
valuePayload?: any | null;
|
|
2654
|
+
valueRawPayload?: any | null;
|
|
2655
|
+
}>;
|
|
2656
|
+
}>;
|
|
2657
|
+
whoAmI: {
|
|
2658
|
+
id: string;
|
|
2659
|
+
label?: string | null;
|
|
2660
|
+
subLabel?: string | null;
|
|
2661
|
+
color?: string | null;
|
|
2662
|
+
preview?: IPreviewScalar | null;
|
|
2663
|
+
library: {
|
|
2664
|
+
id: string;
|
|
2665
|
+
label?: any | null;
|
|
2666
|
+
};
|
|
2667
|
+
};
|
|
2668
|
+
} | null;
|
|
2669
|
+
};
|
|
2670
|
+
export type LinkPropertyTreeValueValueFragment = {
|
|
2671
|
+
id_value?: string | null;
|
|
2672
|
+
};
|
|
2673
|
+
export type LinkPropertyFragment = LinkPropertyLinkValueFragment | LinkPropertyTreeValueValueFragment;
|
|
2674
|
+
export type LibraryAttributeLinkAttributeFragment = {
|
|
2675
|
+
id: string;
|
|
2676
|
+
type: AttributeType;
|
|
2677
|
+
label?: any | null;
|
|
2678
|
+
linked_library?: {
|
|
2575
2679
|
id: string;
|
|
2576
|
-
type: AttributeType;
|
|
2577
2680
|
label?: any | null;
|
|
2578
|
-
|
|
2579
|
-
|
|
2681
|
+
attributes?: Array<{
|
|
2682
|
+
id: string;
|
|
2683
|
+
type: AttributeType;
|
|
2684
|
+
format?: AttributeFormat | null;
|
|
2685
|
+
label?: any | null;
|
|
2686
|
+
}> | null;
|
|
2687
|
+
} | null;
|
|
2688
|
+
};
|
|
2689
|
+
export type LibraryAttributeStandardAttributeFragment = {
|
|
2690
|
+
format?: AttributeFormat | null;
|
|
2691
|
+
id: string;
|
|
2692
|
+
type: AttributeType;
|
|
2693
|
+
label?: any | null;
|
|
2694
|
+
};
|
|
2695
|
+
export type LibraryAttributeTreeAttributeFragment = {
|
|
2696
|
+
id: string;
|
|
2697
|
+
type: AttributeType;
|
|
2698
|
+
label?: any | null;
|
|
2699
|
+
};
|
|
2700
|
+
export type LibraryAttributeFragment = LibraryAttributeLinkAttributeFragment | LibraryAttributeStandardAttributeFragment | LibraryAttributeTreeAttributeFragment;
|
|
2701
|
+
export type LibraryAttributeLinkFragment = {
|
|
2702
|
+
linked_library?: {
|
|
2703
|
+
id: string;
|
|
2704
|
+
label?: any | null;
|
|
2705
|
+
attributes?: Array<{
|
|
2706
|
+
id: string;
|
|
2707
|
+
type: AttributeType;
|
|
2708
|
+
format?: AttributeFormat | null;
|
|
2709
|
+
label?: any | null;
|
|
2710
|
+
}> | null;
|
|
2711
|
+
} | null;
|
|
2580
2712
|
};
|
|
2581
|
-
export type PropertyValueFragment = PropertyValueLinkValueFragment | PropertyValueTreeValueFragment | PropertyValueValueFragment;
|
|
2582
2713
|
export type CheckApplicationExistenceQueryVariables = Exact<{
|
|
2583
2714
|
id?: InputMaybe<Scalars['ID']>;
|
|
2584
2715
|
endpoint?: InputMaybe<Scalars['String']>;
|
|
@@ -2727,7 +2858,6 @@ export type GetAttributeByIdQuery = {
|
|
|
2727
2858
|
}> | null;
|
|
2728
2859
|
} | {
|
|
2729
2860
|
unique?: boolean | null;
|
|
2730
|
-
maxLength?: number | null;
|
|
2731
2861
|
id: string;
|
|
2732
2862
|
type: AttributeType;
|
|
2733
2863
|
format?: AttributeFormat | null;
|
|
@@ -2937,7 +3067,6 @@ export type SaveAttributeMutation = {
|
|
|
2937
3067
|
}> | null;
|
|
2938
3068
|
} | {
|
|
2939
3069
|
unique?: boolean | null;
|
|
2940
|
-
maxLength?: number | null;
|
|
2941
3070
|
id: string;
|
|
2942
3071
|
type: AttributeType;
|
|
2943
3072
|
format?: AttributeFormat | null;
|
|
@@ -3451,11 +3580,10 @@ export type CreateRecordMutation = {
|
|
|
3451
3580
|
};
|
|
3452
3581
|
} | null;
|
|
3453
3582
|
valuesErrors?: Array<{
|
|
3454
|
-
attributeId: string;
|
|
3455
|
-
id_value?: string | null;
|
|
3456
|
-
input?: string | null;
|
|
3457
|
-
message?: string | null;
|
|
3458
3583
|
type: string;
|
|
3584
|
+
attribute: string;
|
|
3585
|
+
input?: string | null;
|
|
3586
|
+
message: string;
|
|
3459
3587
|
}> | null;
|
|
3460
3588
|
};
|
|
3461
3589
|
};
|
|
@@ -3973,7 +4101,9 @@ export type RecordFormQuery = {
|
|
|
3973
4101
|
format?: AttributeFormat | null;
|
|
3974
4102
|
system: boolean;
|
|
3975
4103
|
readonly: boolean;
|
|
4104
|
+
required: boolean;
|
|
3976
4105
|
multiple_values: boolean;
|
|
4106
|
+
compute: boolean;
|
|
3977
4107
|
linked_library?: {
|
|
3978
4108
|
id: string;
|
|
3979
4109
|
label?: any | null;
|
|
@@ -4047,6 +4177,7 @@ export type RecordFormQuery = {
|
|
|
4047
4177
|
}> | null;
|
|
4048
4178
|
}> | null;
|
|
4049
4179
|
} | {
|
|
4180
|
+
character_limit?: number | null;
|
|
4050
4181
|
id: string;
|
|
4051
4182
|
label?: any | null;
|
|
4052
4183
|
description?: any | null;
|
|
@@ -4054,7 +4185,9 @@ export type RecordFormQuery = {
|
|
|
4054
4185
|
format?: AttributeFormat | null;
|
|
4055
4186
|
system: boolean;
|
|
4056
4187
|
readonly: boolean;
|
|
4188
|
+
required: boolean;
|
|
4057
4189
|
multiple_values: boolean;
|
|
4190
|
+
compute: boolean;
|
|
4058
4191
|
values_list?: {
|
|
4059
4192
|
enable: boolean;
|
|
4060
4193
|
allowFreeEntry?: boolean | null;
|
|
@@ -4122,7 +4255,9 @@ export type RecordFormQuery = {
|
|
|
4122
4255
|
format?: AttributeFormat | null;
|
|
4123
4256
|
system: boolean;
|
|
4124
4257
|
readonly: boolean;
|
|
4258
|
+
required: boolean;
|
|
4125
4259
|
multiple_values: boolean;
|
|
4260
|
+
compute: boolean;
|
|
4126
4261
|
linked_tree?: {
|
|
4127
4262
|
id: string;
|
|
4128
4263
|
label?: any | null;
|
|
@@ -5763,7 +5898,7 @@ export type GetViewQuery = {
|
|
|
5763
5898
|
description?: any | null;
|
|
5764
5899
|
color?: string | null;
|
|
5765
5900
|
display: {
|
|
5766
|
-
size
|
|
5901
|
+
size?: ViewSizes | null;
|
|
5767
5902
|
type: ViewTypes;
|
|
5768
5903
|
};
|
|
5769
5904
|
created_by: {
|
|
@@ -5786,10 +5921,10 @@ export type GetViewQuery = {
|
|
|
5786
5921
|
label?: any | null;
|
|
5787
5922
|
} | null;
|
|
5788
5923
|
}> | null;
|
|
5789
|
-
sort?: {
|
|
5924
|
+
sort?: Array<{
|
|
5790
5925
|
field: string;
|
|
5791
5926
|
order: SortOrder;
|
|
5792
|
-
} | null;
|
|
5927
|
+
}> | null;
|
|
5793
5928
|
valuesVersions?: Array<{
|
|
5794
5929
|
treeId: string;
|
|
5795
5930
|
treeNode: {
|
|
@@ -5810,9 +5945,8 @@ export type GetViewQuery = {
|
|
|
5810
5945
|
};
|
|
5811
5946
|
};
|
|
5812
5947
|
}> | null;
|
|
5813
|
-
|
|
5814
|
-
|
|
5815
|
-
value?: any | null;
|
|
5948
|
+
attributes?: Array<{
|
|
5949
|
+
id: string;
|
|
5816
5950
|
}> | null;
|
|
5817
5951
|
};
|
|
5818
5952
|
};
|
|
@@ -5829,7 +5963,7 @@ export type GetViewsListQuery = {
|
|
|
5829
5963
|
description?: any | null;
|
|
5830
5964
|
color?: string | null;
|
|
5831
5965
|
display: {
|
|
5832
|
-
size
|
|
5966
|
+
size?: ViewSizes | null;
|
|
5833
5967
|
type: ViewTypes;
|
|
5834
5968
|
};
|
|
5835
5969
|
created_by: {
|
|
@@ -5852,10 +5986,10 @@ export type GetViewsListQuery = {
|
|
|
5852
5986
|
label?: any | null;
|
|
5853
5987
|
} | null;
|
|
5854
5988
|
}> | null;
|
|
5855
|
-
sort?: {
|
|
5989
|
+
sort?: Array<{
|
|
5856
5990
|
field: string;
|
|
5857
5991
|
order: SortOrder;
|
|
5858
|
-
} | null;
|
|
5992
|
+
}> | null;
|
|
5859
5993
|
valuesVersions?: Array<{
|
|
5860
5994
|
treeId: string;
|
|
5861
5995
|
treeNode: {
|
|
@@ -5876,17 +6010,16 @@ export type GetViewsListQuery = {
|
|
|
5876
6010
|
};
|
|
5877
6011
|
};
|
|
5878
6012
|
}> | null;
|
|
5879
|
-
|
|
5880
|
-
|
|
5881
|
-
value?: any | null;
|
|
6013
|
+
attributes?: Array<{
|
|
6014
|
+
id: string;
|
|
5882
6015
|
}> | null;
|
|
5883
6016
|
}>;
|
|
5884
6017
|
};
|
|
5885
6018
|
};
|
|
5886
|
-
export type
|
|
6019
|
+
export type SaveViewMutationVariables = Exact<{
|
|
5887
6020
|
view: ViewInput;
|
|
5888
6021
|
}>;
|
|
5889
|
-
export type
|
|
6022
|
+
export type SaveViewMutation = {
|
|
5890
6023
|
saveView: {
|
|
5891
6024
|
id: string;
|
|
5892
6025
|
shared: boolean;
|
|
@@ -5894,7 +6027,7 @@ export type AddViewMutation = {
|
|
|
5894
6027
|
description?: any | null;
|
|
5895
6028
|
color?: string | null;
|
|
5896
6029
|
display: {
|
|
5897
|
-
size
|
|
6030
|
+
size?: ViewSizes | null;
|
|
5898
6031
|
type: ViewTypes;
|
|
5899
6032
|
};
|
|
5900
6033
|
created_by: {
|
|
@@ -5917,10 +6050,10 @@ export type AddViewMutation = {
|
|
|
5917
6050
|
label?: any | null;
|
|
5918
6051
|
} | null;
|
|
5919
6052
|
}> | null;
|
|
5920
|
-
sort?: {
|
|
6053
|
+
sort?: Array<{
|
|
5921
6054
|
field: string;
|
|
5922
6055
|
order: SortOrder;
|
|
5923
|
-
} | null;
|
|
6056
|
+
}> | null;
|
|
5924
6057
|
valuesVersions?: Array<{
|
|
5925
6058
|
treeId: string;
|
|
5926
6059
|
treeNode: {
|
|
@@ -5941,19 +6074,63 @@ export type AddViewMutation = {
|
|
|
5941
6074
|
};
|
|
5942
6075
|
};
|
|
5943
6076
|
}> | null;
|
|
5944
|
-
|
|
5945
|
-
|
|
5946
|
-
value?: any | null;
|
|
6077
|
+
attributes?: Array<{
|
|
6078
|
+
id: string;
|
|
5947
6079
|
}> | null;
|
|
5948
6080
|
};
|
|
5949
6081
|
};
|
|
5950
|
-
export type
|
|
6082
|
+
export type ExplorerAttributesQueryVariables = Exact<{
|
|
6083
|
+
ids?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
6084
|
+
}>;
|
|
6085
|
+
export type ExplorerAttributesQuery = {
|
|
6086
|
+
attributes?: {
|
|
6087
|
+
list: Array<{
|
|
6088
|
+
id: string;
|
|
6089
|
+
type: AttributeType;
|
|
6090
|
+
format?: AttributeFormat | null;
|
|
6091
|
+
label?: any | null;
|
|
6092
|
+
linked_library?: {
|
|
6093
|
+
id: string;
|
|
6094
|
+
label?: any | null;
|
|
6095
|
+
} | null;
|
|
6096
|
+
} | {
|
|
6097
|
+
id: string;
|
|
6098
|
+
type: AttributeType;
|
|
6099
|
+
format?: AttributeFormat | null;
|
|
6100
|
+
label?: any | null;
|
|
6101
|
+
}>;
|
|
6102
|
+
} | null;
|
|
6103
|
+
};
|
|
6104
|
+
export type ExplorerLinkAttributeQueryVariables = Exact<{
|
|
6105
|
+
id: Scalars['ID'];
|
|
6106
|
+
}>;
|
|
6107
|
+
export type ExplorerLinkAttributeQuery = {
|
|
6108
|
+
attributes?: {
|
|
6109
|
+
list: Array<{
|
|
6110
|
+
label?: any | null;
|
|
6111
|
+
id: string;
|
|
6112
|
+
multiple_values: boolean;
|
|
6113
|
+
linked_library?: {
|
|
6114
|
+
id: string;
|
|
6115
|
+
label?: any | null;
|
|
6116
|
+
} | null;
|
|
6117
|
+
} | {
|
|
6118
|
+
id: string;
|
|
6119
|
+
multiple_values: boolean;
|
|
6120
|
+
}>;
|
|
6121
|
+
} | null;
|
|
6122
|
+
};
|
|
6123
|
+
export type ExplorerLibraryDataQueryVariables = Exact<{
|
|
5951
6124
|
libraryId: Scalars['ID'];
|
|
5952
6125
|
attributeIds: Array<Scalars['ID']> | Scalars['ID'];
|
|
6126
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
5953
6127
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
6128
|
+
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
6129
|
+
searchQuery?: InputMaybe<Scalars['String']>;
|
|
5954
6130
|
}>;
|
|
5955
|
-
export type
|
|
6131
|
+
export type ExplorerLibraryDataQuery = {
|
|
5956
6132
|
records: {
|
|
6133
|
+
totalCount?: number | null;
|
|
5957
6134
|
list: Array<{
|
|
5958
6135
|
id: string;
|
|
5959
6136
|
whoAmI: {
|
|
@@ -5969,6 +6146,13 @@ export type ExplorerQuery = {
|
|
|
5969
6146
|
};
|
|
5970
6147
|
properties: Array<{
|
|
5971
6148
|
attributeId: string;
|
|
6149
|
+
attributeProperties: {
|
|
6150
|
+
id: string;
|
|
6151
|
+
label?: any | null;
|
|
6152
|
+
type: AttributeType;
|
|
6153
|
+
format?: AttributeFormat | null;
|
|
6154
|
+
multiple_values: boolean;
|
|
6155
|
+
};
|
|
5972
6156
|
values: Array<{
|
|
5973
6157
|
linkPayload?: {
|
|
5974
6158
|
id: string;
|
|
@@ -5984,12 +6168,6 @@ export type ExplorerQuery = {
|
|
|
5984
6168
|
};
|
|
5985
6169
|
};
|
|
5986
6170
|
} | null;
|
|
5987
|
-
attribute: {
|
|
5988
|
-
id: string;
|
|
5989
|
-
type: AttributeType;
|
|
5990
|
-
label?: any | null;
|
|
5991
|
-
format?: AttributeFormat | null;
|
|
5992
|
-
};
|
|
5993
6171
|
} | {
|
|
5994
6172
|
treePayload?: {
|
|
5995
6173
|
record: {
|
|
@@ -6007,29 +6185,136 @@ export type ExplorerQuery = {
|
|
|
6007
6185
|
};
|
|
6008
6186
|
};
|
|
6009
6187
|
} | null;
|
|
6010
|
-
attribute: {
|
|
6011
|
-
id: string;
|
|
6012
|
-
type: AttributeType;
|
|
6013
|
-
label?: any | null;
|
|
6014
|
-
format?: AttributeFormat | null;
|
|
6015
|
-
};
|
|
6016
6188
|
} | {
|
|
6017
6189
|
valuePayload?: any | null;
|
|
6018
|
-
|
|
6190
|
+
valueRawPayload?: any | null;
|
|
6191
|
+
}>;
|
|
6192
|
+
}>;
|
|
6193
|
+
}>;
|
|
6194
|
+
};
|
|
6195
|
+
};
|
|
6196
|
+
export type ExplorerLinkDataQueryVariables = Exact<{
|
|
6197
|
+
attributeIds: Array<Scalars['ID']> | Scalars['ID'];
|
|
6198
|
+
parentLibraryId: Scalars['ID'];
|
|
6199
|
+
parentRecordId?: InputMaybe<Scalars['String']>;
|
|
6200
|
+
linkAttributeId: Scalars['ID'];
|
|
6201
|
+
}>;
|
|
6202
|
+
export type ExplorerLinkDataQuery = {
|
|
6203
|
+
records: {
|
|
6204
|
+
list: Array<{
|
|
6205
|
+
id: string;
|
|
6206
|
+
whoAmI: {
|
|
6207
|
+
id: string;
|
|
6208
|
+
library: {
|
|
6209
|
+
id: string;
|
|
6210
|
+
};
|
|
6211
|
+
};
|
|
6212
|
+
property: Array<{
|
|
6213
|
+
id_value?: string | null;
|
|
6214
|
+
payload?: {
|
|
6215
|
+
id: string;
|
|
6216
|
+
whoAmI: {
|
|
6019
6217
|
id: string;
|
|
6020
|
-
|
|
6021
|
-
|
|
6022
|
-
|
|
6218
|
+
label?: string | null;
|
|
6219
|
+
subLabel?: string | null;
|
|
6220
|
+
color?: string | null;
|
|
6221
|
+
preview?: IPreviewScalar | null;
|
|
6222
|
+
library: {
|
|
6223
|
+
id: string;
|
|
6224
|
+
label?: any | null;
|
|
6225
|
+
};
|
|
6023
6226
|
};
|
|
6024
|
-
|
|
6227
|
+
properties: Array<{
|
|
6228
|
+
attributeId: string;
|
|
6229
|
+
attributeProperties: {
|
|
6230
|
+
id: string;
|
|
6231
|
+
label?: any | null;
|
|
6232
|
+
type: AttributeType;
|
|
6233
|
+
format?: AttributeFormat | null;
|
|
6234
|
+
multiple_values: boolean;
|
|
6235
|
+
};
|
|
6236
|
+
values: Array<{
|
|
6237
|
+
linkPayload?: {
|
|
6238
|
+
id: string;
|
|
6239
|
+
whoAmI: {
|
|
6240
|
+
id: string;
|
|
6241
|
+
label?: string | null;
|
|
6242
|
+
subLabel?: string | null;
|
|
6243
|
+
color?: string | null;
|
|
6244
|
+
preview?: IPreviewScalar | null;
|
|
6245
|
+
library: {
|
|
6246
|
+
id: string;
|
|
6247
|
+
label?: any | null;
|
|
6248
|
+
};
|
|
6249
|
+
};
|
|
6250
|
+
} | null;
|
|
6251
|
+
} | {
|
|
6252
|
+
treePayload?: {
|
|
6253
|
+
record: {
|
|
6254
|
+
id: string;
|
|
6255
|
+
whoAmI: {
|
|
6256
|
+
id: string;
|
|
6257
|
+
label?: string | null;
|
|
6258
|
+
subLabel?: string | null;
|
|
6259
|
+
color?: string | null;
|
|
6260
|
+
preview?: IPreviewScalar | null;
|
|
6261
|
+
library: {
|
|
6262
|
+
id: string;
|
|
6263
|
+
label?: any | null;
|
|
6264
|
+
};
|
|
6265
|
+
};
|
|
6266
|
+
};
|
|
6267
|
+
} | null;
|
|
6268
|
+
} | {
|
|
6269
|
+
valuePayload?: any | null;
|
|
6270
|
+
valueRawPayload?: any | null;
|
|
6271
|
+
}>;
|
|
6272
|
+
}>;
|
|
6273
|
+
} | null;
|
|
6274
|
+
} | {
|
|
6275
|
+
id_value?: string | null;
|
|
6025
6276
|
}>;
|
|
6026
6277
|
}>;
|
|
6027
6278
|
};
|
|
6028
6279
|
};
|
|
6029
|
-
export type
|
|
6280
|
+
export type GetLibraryAttributesQueryVariables = Exact<{
|
|
6030
6281
|
libraryId: Scalars['ID'];
|
|
6031
6282
|
}>;
|
|
6032
|
-
export type
|
|
6283
|
+
export type GetLibraryAttributesQuery = {
|
|
6284
|
+
libraries?: {
|
|
6285
|
+
list: Array<{
|
|
6286
|
+
id: string;
|
|
6287
|
+
attributes?: Array<{
|
|
6288
|
+
id: string;
|
|
6289
|
+
type: AttributeType;
|
|
6290
|
+
label?: any | null;
|
|
6291
|
+
linked_library?: {
|
|
6292
|
+
id: string;
|
|
6293
|
+
label?: any | null;
|
|
6294
|
+
attributes?: Array<{
|
|
6295
|
+
id: string;
|
|
6296
|
+
type: AttributeType;
|
|
6297
|
+
format?: AttributeFormat | null;
|
|
6298
|
+
label?: any | null;
|
|
6299
|
+
}> | null;
|
|
6300
|
+
} | null;
|
|
6301
|
+
} | {
|
|
6302
|
+
format?: AttributeFormat | null;
|
|
6303
|
+
id: string;
|
|
6304
|
+
type: AttributeType;
|
|
6305
|
+
label?: any | null;
|
|
6306
|
+
} | {
|
|
6307
|
+
id: string;
|
|
6308
|
+
type: AttributeType;
|
|
6309
|
+
label?: any | null;
|
|
6310
|
+
}> | null;
|
|
6311
|
+
}>;
|
|
6312
|
+
} | null;
|
|
6313
|
+
};
|
|
6314
|
+
export type ExplorerLibraryDetailsQueryVariables = Exact<{
|
|
6315
|
+
libraryId: Scalars['ID'];
|
|
6316
|
+
}>;
|
|
6317
|
+
export type ExplorerLibraryDetailsQuery = {
|
|
6033
6318
|
libraries?: {
|
|
6034
6319
|
list: Array<{
|
|
6035
6320
|
id: string;
|
|
@@ -6037,9 +6322,32 @@ export type ExplorerLibraryDataQuery = {
|
|
|
6037
6322
|
}>;
|
|
6038
6323
|
} | null;
|
|
6039
6324
|
};
|
|
6325
|
+
export type ExplorerSelectionIdsQueryVariables = Exact<{
|
|
6326
|
+
libraryId: Scalars['ID'];
|
|
6327
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
6328
|
+
}>;
|
|
6329
|
+
export type ExplorerSelectionIdsQuery = {
|
|
6330
|
+
records: {
|
|
6331
|
+
list: Array<{
|
|
6332
|
+
id: string;
|
|
6333
|
+
}>;
|
|
6334
|
+
};
|
|
6335
|
+
};
|
|
6336
|
+
export type TreeDataQueryQueryVariables = Exact<{
|
|
6337
|
+
treeId: Scalars['ID'];
|
|
6338
|
+
}>;
|
|
6339
|
+
export type TreeDataQueryQuery = {
|
|
6340
|
+
trees?: {
|
|
6341
|
+
list: Array<{
|
|
6342
|
+
id: string;
|
|
6343
|
+
label?: any | null;
|
|
6344
|
+
}>;
|
|
6345
|
+
} | null;
|
|
6346
|
+
};
|
|
6040
6347
|
export declare const RecordIdentityFragmentDoc: Apollo.DocumentNode;
|
|
6041
6348
|
export declare const DetailsApplicationFragmentDoc: Apollo.DocumentNode;
|
|
6042
6349
|
export declare const AttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6350
|
+
export declare const AttributesByLibLinkAttributeFragmentDoc: Apollo.DocumentNode;
|
|
6043
6351
|
export declare const AttributesByLibAttributeFragmentDoc: Apollo.DocumentNode;
|
|
6044
6352
|
export declare const LibraryLightFragmentDoc: Apollo.DocumentNode;
|
|
6045
6353
|
export declare const LibraryLinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
@@ -6054,8 +6362,14 @@ export declare const RecordFormElementFragmentDoc: Apollo.DocumentNode;
|
|
|
6054
6362
|
export declare const TreeLightFragmentDoc: Apollo.DocumentNode;
|
|
6055
6363
|
export declare const TreeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6056
6364
|
export declare const TreeNodeChildFragmentDoc: Apollo.DocumentNode;
|
|
6365
|
+
export declare const ViewDetailsFilterFragmentDoc: Apollo.DocumentNode;
|
|
6057
6366
|
export declare const ViewDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6367
|
+
export declare const LinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6368
|
+
export declare const AttributePropertiesFragmentDoc: Apollo.DocumentNode;
|
|
6058
6369
|
export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
|
|
6370
|
+
export declare const LinkPropertyFragmentDoc: Apollo.DocumentNode;
|
|
6371
|
+
export declare const LibraryAttributeLinkFragmentDoc: Apollo.DocumentNode;
|
|
6372
|
+
export declare const LibraryAttributeFragmentDoc: Apollo.DocumentNode;
|
|
6059
6373
|
export declare const CheckApplicationExistenceDocument: Apollo.DocumentNode;
|
|
6060
6374
|
/**
|
|
6061
6375
|
* __useCheckApplicationExistenceQuery__
|
|
@@ -7441,63 +7755,83 @@ export declare function useGetViewsListLazyQuery(baseOptions?: Apollo.LazyQueryH
|
|
|
7441
7755
|
export type GetViewsListQueryHookResult = ReturnType<typeof useGetViewsListQuery>;
|
|
7442
7756
|
export type GetViewsListLazyQueryHookResult = ReturnType<typeof useGetViewsListLazyQuery>;
|
|
7443
7757
|
export type GetViewsListQueryResult = Apollo.QueryResult<GetViewsListQuery, GetViewsListQueryVariables>;
|
|
7444
|
-
export declare const
|
|
7445
|
-
export type
|
|
7758
|
+
export declare const SaveViewDocument: Apollo.DocumentNode;
|
|
7759
|
+
export type SaveViewMutationFn = Apollo.MutationFunction<SaveViewMutation, SaveViewMutationVariables>;
|
|
7446
7760
|
/**
|
|
7447
|
-
*
|
|
7761
|
+
* __useSaveViewMutation__
|
|
7448
7762
|
*
|
|
7449
|
-
* To run a mutation, you first call `
|
|
7450
|
-
* When your component renders, `
|
|
7763
|
+
* To run a mutation, you first call `useSaveViewMutation` within a React component and pass it any options that fit your needs.
|
|
7764
|
+
* When your component renders, `useSaveViewMutation` returns a tuple that includes:
|
|
7451
7765
|
* - A mutate function that you can call at any time to execute the mutation
|
|
7452
7766
|
* - An object with fields that represent the current status of the mutation's execution
|
|
7453
7767
|
*
|
|
7454
7768
|
* @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;
|
|
7455
7769
|
*
|
|
7456
7770
|
* @example
|
|
7457
|
-
* const [
|
|
7771
|
+
* const [saveViewMutation, { data, loading, error }] = useSaveViewMutation({
|
|
7458
7772
|
* variables: {
|
|
7459
7773
|
* view: // value for 'view'
|
|
7460
7774
|
* },
|
|
7461
7775
|
* });
|
|
7462
7776
|
*/
|
|
7463
|
-
export declare function
|
|
7777
|
+
export declare function useSaveViewMutation(baseOptions?: Apollo.MutationHookOptions<SaveViewMutation, SaveViewMutationVariables>): Apollo.MutationTuple<SaveViewMutation, Exact<{
|
|
7464
7778
|
view: ViewInput;
|
|
7465
7779
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
7466
|
-
export type
|
|
7467
|
-
export type
|
|
7468
|
-
export type
|
|
7469
|
-
export declare const
|
|
7780
|
+
export type SaveViewMutationHookResult = ReturnType<typeof useSaveViewMutation>;
|
|
7781
|
+
export type SaveViewMutationResult = Apollo.MutationResult<SaveViewMutation>;
|
|
7782
|
+
export type SaveViewMutationOptions = Apollo.BaseMutationOptions<SaveViewMutation, SaveViewMutationVariables>;
|
|
7783
|
+
export declare const ExplorerAttributesDocument: Apollo.DocumentNode;
|
|
7470
7784
|
/**
|
|
7471
|
-
*
|
|
7785
|
+
* __useExplorerAttributesQuery__
|
|
7472
7786
|
*
|
|
7473
|
-
* To run a query within a React component, call `
|
|
7474
|
-
* When your component renders, `
|
|
7787
|
+
* To run a query within a React component, call `useExplorerAttributesQuery` and pass it any options that fit your needs.
|
|
7788
|
+
* When your component renders, `useExplorerAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7475
7789
|
* you can use to render your UI.
|
|
7476
7790
|
*
|
|
7477
7791
|
* @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;
|
|
7478
7792
|
*
|
|
7479
7793
|
* @example
|
|
7480
|
-
* const { data, loading, error } =
|
|
7794
|
+
* const { data, loading, error } = useExplorerAttributesQuery({
|
|
7481
7795
|
* variables: {
|
|
7482
|
-
*
|
|
7483
|
-
* attributeIds: // value for 'attributeIds'
|
|
7484
|
-
* filters: // value for 'filters'
|
|
7796
|
+
* ids: // value for 'ids'
|
|
7485
7797
|
* },
|
|
7486
7798
|
* });
|
|
7487
7799
|
*/
|
|
7488
|
-
export declare function
|
|
7489
|
-
|
|
7490
|
-
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7491
|
-
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7800
|
+
export declare function useExplorerAttributesQuery(baseOptions?: Apollo.QueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.QueryResult<ExplorerAttributesQuery, Exact<{
|
|
7801
|
+
ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7492
7802
|
}>>;
|
|
7493
|
-
export declare function
|
|
7494
|
-
|
|
7495
|
-
|
|
7496
|
-
|
|
7803
|
+
export declare function useExplorerAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerAttributesQuery, Exact<{
|
|
7804
|
+
ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7805
|
+
}>>;
|
|
7806
|
+
export type ExplorerAttributesQueryHookResult = ReturnType<typeof useExplorerAttributesQuery>;
|
|
7807
|
+
export type ExplorerAttributesLazyQueryHookResult = ReturnType<typeof useExplorerAttributesLazyQuery>;
|
|
7808
|
+
export type ExplorerAttributesQueryResult = Apollo.QueryResult<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>;
|
|
7809
|
+
export declare const ExplorerLinkAttributeDocument: Apollo.DocumentNode;
|
|
7810
|
+
/**
|
|
7811
|
+
* __useExplorerLinkAttributeQuery__
|
|
7812
|
+
*
|
|
7813
|
+
* To run a query within a React component, call `useExplorerLinkAttributeQuery` and pass it any options that fit your needs.
|
|
7814
|
+
* When your component renders, `useExplorerLinkAttributeQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7815
|
+
* you can use to render your UI.
|
|
7816
|
+
*
|
|
7817
|
+
* @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;
|
|
7818
|
+
*
|
|
7819
|
+
* @example
|
|
7820
|
+
* const { data, loading, error } = useExplorerLinkAttributeQuery({
|
|
7821
|
+
* variables: {
|
|
7822
|
+
* id: // value for 'id'
|
|
7823
|
+
* },
|
|
7824
|
+
* });
|
|
7825
|
+
*/
|
|
7826
|
+
export declare function useExplorerLinkAttributeQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.QueryResult<ExplorerLinkAttributeQuery, Exact<{
|
|
7827
|
+
id: Scalars["ID"];
|
|
7497
7828
|
}>>;
|
|
7498
|
-
export
|
|
7499
|
-
|
|
7500
|
-
|
|
7829
|
+
export declare function useExplorerLinkAttributeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkAttributeQuery, Exact<{
|
|
7830
|
+
id: Scalars["ID"];
|
|
7831
|
+
}>>;
|
|
7832
|
+
export type ExplorerLinkAttributeQueryHookResult = ReturnType<typeof useExplorerLinkAttributeQuery>;
|
|
7833
|
+
export type ExplorerLinkAttributeLazyQueryHookResult = ReturnType<typeof useExplorerLinkAttributeLazyQuery>;
|
|
7834
|
+
export type ExplorerLinkAttributeQueryResult = Apollo.QueryResult<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>;
|
|
7501
7835
|
export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
|
|
7502
7836
|
/**
|
|
7503
7837
|
* __useExplorerLibraryDataQuery__
|
|
@@ -7512,15 +7846,172 @@ export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
|
|
|
7512
7846
|
* const { data, loading, error } = useExplorerLibraryDataQuery({
|
|
7513
7847
|
* variables: {
|
|
7514
7848
|
* libraryId: // value for 'libraryId'
|
|
7849
|
+
* attributeIds: // value for 'attributeIds'
|
|
7850
|
+
* pagination: // value for 'pagination'
|
|
7851
|
+
* filters: // value for 'filters'
|
|
7852
|
+
* multipleSort: // value for 'multipleSort'
|
|
7853
|
+
* searchQuery: // value for 'searchQuery'
|
|
7515
7854
|
* },
|
|
7516
7855
|
* });
|
|
7517
7856
|
*/
|
|
7518
7857
|
export declare function useExplorerLibraryDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.QueryResult<ExplorerLibraryDataQuery, Exact<{
|
|
7519
7858
|
libraryId: Scalars["ID"];
|
|
7859
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7860
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
7861
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7862
|
+
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
7863
|
+
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
7520
7864
|
}>>;
|
|
7521
7865
|
export declare function useExplorerLibraryDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDataQuery, Exact<{
|
|
7522
7866
|
libraryId: Scalars["ID"];
|
|
7867
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7868
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
7869
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7870
|
+
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
7871
|
+
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
7523
7872
|
}>>;
|
|
7524
7873
|
export type ExplorerLibraryDataQueryHookResult = ReturnType<typeof useExplorerLibraryDataQuery>;
|
|
7525
7874
|
export type ExplorerLibraryDataLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDataLazyQuery>;
|
|
7526
7875
|
export type ExplorerLibraryDataQueryResult = Apollo.QueryResult<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>;
|
|
7876
|
+
export declare const ExplorerLinkDataDocument: Apollo.DocumentNode;
|
|
7877
|
+
/**
|
|
7878
|
+
* __useExplorerLinkDataQuery__
|
|
7879
|
+
*
|
|
7880
|
+
* To run a query within a React component, call `useExplorerLinkDataQuery` and pass it any options that fit your needs.
|
|
7881
|
+
* When your component renders, `useExplorerLinkDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7882
|
+
* you can use to render your UI.
|
|
7883
|
+
*
|
|
7884
|
+
* @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;
|
|
7885
|
+
*
|
|
7886
|
+
* @example
|
|
7887
|
+
* const { data, loading, error } = useExplorerLinkDataQuery({
|
|
7888
|
+
* variables: {
|
|
7889
|
+
* attributeIds: // value for 'attributeIds'
|
|
7890
|
+
* parentLibraryId: // value for 'parentLibraryId'
|
|
7891
|
+
* parentRecordId: // value for 'parentRecordId'
|
|
7892
|
+
* linkAttributeId: // value for 'linkAttributeId'
|
|
7893
|
+
* },
|
|
7894
|
+
* });
|
|
7895
|
+
*/
|
|
7896
|
+
export declare function useExplorerLinkDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.QueryResult<ExplorerLinkDataQuery, Exact<{
|
|
7897
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7898
|
+
parentLibraryId: Scalars["ID"];
|
|
7899
|
+
parentRecordId?: InputMaybe<Scalars["String"]>;
|
|
7900
|
+
linkAttributeId: Scalars["ID"];
|
|
7901
|
+
}>>;
|
|
7902
|
+
export declare function useExplorerLinkDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkDataQuery, Exact<{
|
|
7903
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7904
|
+
parentLibraryId: Scalars["ID"];
|
|
7905
|
+
parentRecordId?: InputMaybe<Scalars["String"]>;
|
|
7906
|
+
linkAttributeId: Scalars["ID"];
|
|
7907
|
+
}>>;
|
|
7908
|
+
export type ExplorerLinkDataQueryHookResult = ReturnType<typeof useExplorerLinkDataQuery>;
|
|
7909
|
+
export type ExplorerLinkDataLazyQueryHookResult = ReturnType<typeof useExplorerLinkDataLazyQuery>;
|
|
7910
|
+
export type ExplorerLinkDataQueryResult = Apollo.QueryResult<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>;
|
|
7911
|
+
export declare const GetLibraryAttributesDocument: Apollo.DocumentNode;
|
|
7912
|
+
/**
|
|
7913
|
+
* __useGetLibraryAttributesQuery__
|
|
7914
|
+
*
|
|
7915
|
+
* To run a query within a React component, call `useGetLibraryAttributesQuery` and pass it any options that fit your needs.
|
|
7916
|
+
* When your component renders, `useGetLibraryAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7917
|
+
* you can use to render your UI.
|
|
7918
|
+
*
|
|
7919
|
+
* @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;
|
|
7920
|
+
*
|
|
7921
|
+
* @example
|
|
7922
|
+
* const { data, loading, error } = useGetLibraryAttributesQuery({
|
|
7923
|
+
* variables: {
|
|
7924
|
+
* libraryId: // value for 'libraryId'
|
|
7925
|
+
* },
|
|
7926
|
+
* });
|
|
7927
|
+
*/
|
|
7928
|
+
export declare function useGetLibraryAttributesQuery(baseOptions: Apollo.QueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.QueryResult<GetLibraryAttributesQuery, Exact<{
|
|
7929
|
+
libraryId: Scalars["ID"];
|
|
7930
|
+
}>>;
|
|
7931
|
+
export declare function useGetLibraryAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryAttributesQuery, Exact<{
|
|
7932
|
+
libraryId: Scalars["ID"];
|
|
7933
|
+
}>>;
|
|
7934
|
+
export type GetLibraryAttributesQueryHookResult = ReturnType<typeof useGetLibraryAttributesQuery>;
|
|
7935
|
+
export type GetLibraryAttributesLazyQueryHookResult = ReturnType<typeof useGetLibraryAttributesLazyQuery>;
|
|
7936
|
+
export type GetLibraryAttributesQueryResult = Apollo.QueryResult<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>;
|
|
7937
|
+
export declare const ExplorerLibraryDetailsDocument: Apollo.DocumentNode;
|
|
7938
|
+
/**
|
|
7939
|
+
* __useExplorerLibraryDetailsQuery__
|
|
7940
|
+
*
|
|
7941
|
+
* To run a query within a React component, call `useExplorerLibraryDetailsQuery` and pass it any options that fit your needs.
|
|
7942
|
+
* When your component renders, `useExplorerLibraryDetailsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7943
|
+
* you can use to render your UI.
|
|
7944
|
+
*
|
|
7945
|
+
* @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;
|
|
7946
|
+
*
|
|
7947
|
+
* @example
|
|
7948
|
+
* const { data, loading, error } = useExplorerLibraryDetailsQuery({
|
|
7949
|
+
* variables: {
|
|
7950
|
+
* libraryId: // value for 'libraryId'
|
|
7951
|
+
* },
|
|
7952
|
+
* });
|
|
7953
|
+
*/
|
|
7954
|
+
export declare function useExplorerLibraryDetailsQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.QueryResult<ExplorerLibraryDetailsQuery, Exact<{
|
|
7955
|
+
libraryId: Scalars["ID"];
|
|
7956
|
+
}>>;
|
|
7957
|
+
export declare function useExplorerLibraryDetailsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDetailsQuery, Exact<{
|
|
7958
|
+
libraryId: Scalars["ID"];
|
|
7959
|
+
}>>;
|
|
7960
|
+
export type ExplorerLibraryDetailsQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsQuery>;
|
|
7961
|
+
export type ExplorerLibraryDetailsLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsLazyQuery>;
|
|
7962
|
+
export type ExplorerLibraryDetailsQueryResult = Apollo.QueryResult<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>;
|
|
7963
|
+
export declare const ExplorerSelectionIdsDocument: Apollo.DocumentNode;
|
|
7964
|
+
/**
|
|
7965
|
+
* __useExplorerSelectionIdsQuery__
|
|
7966
|
+
*
|
|
7967
|
+
* To run a query within a React component, call `useExplorerSelectionIdsQuery` and pass it any options that fit your needs.
|
|
7968
|
+
* When your component renders, `useExplorerSelectionIdsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7969
|
+
* you can use to render your UI.
|
|
7970
|
+
*
|
|
7971
|
+
* @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;
|
|
7972
|
+
*
|
|
7973
|
+
* @example
|
|
7974
|
+
* const { data, loading, error } = useExplorerSelectionIdsQuery({
|
|
7975
|
+
* variables: {
|
|
7976
|
+
* libraryId: // value for 'libraryId'
|
|
7977
|
+
* filters: // value for 'filters'
|
|
7978
|
+
* },
|
|
7979
|
+
* });
|
|
7980
|
+
*/
|
|
7981
|
+
export declare function useExplorerSelectionIdsQuery(baseOptions: Apollo.QueryHookOptions<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>): Apollo.QueryResult<ExplorerSelectionIdsQuery, Exact<{
|
|
7982
|
+
libraryId: Scalars["ID"];
|
|
7983
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7984
|
+
}>>;
|
|
7985
|
+
export declare function useExplorerSelectionIdsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerSelectionIdsQuery, Exact<{
|
|
7986
|
+
libraryId: Scalars["ID"];
|
|
7987
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7988
|
+
}>>;
|
|
7989
|
+
export type ExplorerSelectionIdsQueryHookResult = ReturnType<typeof useExplorerSelectionIdsQuery>;
|
|
7990
|
+
export type ExplorerSelectionIdsLazyQueryHookResult = ReturnType<typeof useExplorerSelectionIdsLazyQuery>;
|
|
7991
|
+
export type ExplorerSelectionIdsQueryResult = Apollo.QueryResult<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>;
|
|
7992
|
+
export declare const TreeDataQueryDocument: Apollo.DocumentNode;
|
|
7993
|
+
/**
|
|
7994
|
+
* __useTreeDataQueryQuery__
|
|
7995
|
+
*
|
|
7996
|
+
* To run a query within a React component, call `useTreeDataQueryQuery` and pass it any options that fit your needs.
|
|
7997
|
+
* When your component renders, `useTreeDataQueryQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7998
|
+
* you can use to render your UI.
|
|
7999
|
+
*
|
|
8000
|
+
* @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;
|
|
8001
|
+
*
|
|
8002
|
+
* @example
|
|
8003
|
+
* const { data, loading, error } = useTreeDataQueryQuery({
|
|
8004
|
+
* variables: {
|
|
8005
|
+
* treeId: // value for 'treeId'
|
|
8006
|
+
* },
|
|
8007
|
+
* });
|
|
8008
|
+
*/
|
|
8009
|
+
export declare function useTreeDataQueryQuery(baseOptions: Apollo.QueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.QueryResult<TreeDataQueryQuery, Exact<{
|
|
8010
|
+
treeId: Scalars["ID"];
|
|
8011
|
+
}>>;
|
|
8012
|
+
export declare function useTreeDataQueryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.LazyQueryResultTuple<TreeDataQueryQuery, Exact<{
|
|
8013
|
+
treeId: Scalars["ID"];
|
|
8014
|
+
}>>;
|
|
8015
|
+
export type TreeDataQueryQueryHookResult = ReturnType<typeof useTreeDataQueryQuery>;
|
|
8016
|
+
export type TreeDataQueryLazyQueryHookResult = ReturnType<typeof useTreeDataQueryLazyQuery>;
|
|
8017
|
+
export type TreeDataQueryQueryResult = Apollo.QueryResult<TreeDataQueryQuery, TreeDataQueryQueryVariables>;
|