@leav/ui 0.3.6-c50d2b4 → 0.3.6-c904144
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 -1
- package/dist/__mocks__/common/attribute.js.map +1 -1
- package/dist/__mocks__/common/form.d.ts +1 -0
- package/dist/__mocks__/common/form.js +18 -2
- package/dist/__mocks__/common/form.js.map +1 -1
- package/dist/__mocks__/common/value.js +3 -1
- 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 +404 -72
- package/dist/_gqlTypes/index.js +236 -48
- package/dist/_gqlTypes/index.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/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/recordFormAttributeFragment.js +2 -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/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/standardFieldReducerContext.js → _utils/interleaveElement.js} +2 -6
- package/dist/_utils/interleaveElement.js.map +1 -0
- package/dist/antdTheme/index.d.ts +0 -3
- package/dist/antdTheme/index.js +3 -42
- package/dist/antdTheme/index.js.map +1 -1
- package/dist/components/CreateDirectory/CreateDirectory.js +1 -1
- package/dist/components/CreateDirectory/CreateDirectory.js.map +1 -1
- package/dist/components/Explorer/DataView.js +7 -4
- package/dist/components/Explorer/DataView.js.map +1 -1
- package/dist/components/Explorer/Explorer.d.ts +4 -5
- package/dist/components/Explorer/Explorer.js +33 -34
- 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/TableCell.d.ts +1 -1
- package/dist/components/Explorer/TableCell.js +38 -5
- package/dist/components/Explorer/TableCell.js.map +1 -1
- package/dist/components/Explorer/TableTagGroup.d.ts +1 -0
- package/dist/components/Explorer/TableTagGroup.js +8 -0
- package/dist/components/Explorer/TableTagGroup.js.map +1 -1
- package/dist/components/Explorer/_constants.d.ts +4 -0
- package/dist/components/Explorer/_constants.js +17 -0
- package/dist/components/Explorer/_constants.js.map +1 -0
- package/dist/components/Explorer/_queries/useExplorerData.d.ts +16 -7
- package/dist/components/Explorer/_queries/useExplorerData.js +158 -11
- package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -1
- package/dist/components/Explorer/_types.d.ts +46 -1
- 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/display-view-filters/ExplorerToolBar.d.ts +4 -0
- package/dist/components/Explorer/display-view-filters/ExplorerToolBar.js +47 -0
- package/dist/components/Explorer/display-view-filters/ExplorerToolBar.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 -3
- package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.d.ts +5 -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/configure-display/attributes/SelectVisibleAttributes.js +11 -13
- 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.js +29 -40
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.d.ts +1 -2
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js +3 -3
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js.map +1 -1
- 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 +71 -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/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/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/useConditionOptionsByType.d.ts +11 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js +100 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.d.ts +1 -0
- 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/useOpenViewSettings.d.ts +2 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js +24 -6
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js.map +1 -1
- 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 +45 -28
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js +20 -20
- package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +12 -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 +26 -16
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +59 -24
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -1
- package/dist/components/Explorer/useEditAction.js +7 -6
- package/dist/components/Explorer/useEditAction.js.map +1 -1
- package/dist/components/Explorer/useRemoveAction.d.ts +12 -0
- package/dist/components/Explorer/useRemoveAction.js +90 -0
- package/dist/components/Explorer/useRemoveAction.js.map +1 -0
- package/dist/components/Explorer/useSearchInput.js +1 -1
- package/dist/components/Explorer/useSearchInput.js.map +1 -1
- package/dist/components/Explorer/useViewSettingsReducer.d.ts +8 -0
- package/dist/components/Explorer/useViewSettingsReducer.js +125 -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/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/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 +8 -16
- package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +16 -3
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +5 -16
- 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 +15 -8
- 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/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 +18 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.d.ts +4 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +126 -290
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js +9 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js +29 -22
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js +30 -18
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js +5 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js +20 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +26 -19
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js +47 -41
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js +23 -20
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +14 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +26 -402
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/{MonoValueSelect.d.ts → DSListSelect.d.ts} +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/{MonoValueSelect.js → DSListSelect.js} +35 -13
- 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 +0 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.d.ts +11 -4
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.d.ts +42 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js +55 -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 +37 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js.map +1 -0
- 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/EditRecordSidebar.d.ts +4 -1
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js +36 -3
- 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/ValueDetails/ValueDetails.js +1 -13
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.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 +131 -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/useExecuteSaveViewMutation/index.d.ts +1 -0
- package/dist/{components/RecordEdition/EditRecordContent/reducers/standardFieldReducer → 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/locales/en/shared.json +37 -8
- package/dist/locales/fr/shared.json +37 -8
- package/dist/types/views.d.ts +4 -4
- package/package.json +4 -2
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/SimpleFilterDropDown.d.ts +0 -8
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/SimpleFilterDropDown.js +0 -100
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/SimpleFilterDropDown.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/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.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/ValuesList/MonoValueSelect.js.map +0 -1
- package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.d.ts +0 -6
- package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.js.map +0 -1
|
@@ -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 {
|
|
@@ -725,10 +726,11 @@ export declare enum VersionProfilesSortableFields {
|
|
|
725
726
|
id = "id"
|
|
726
727
|
}
|
|
727
728
|
export type ViewDisplayInput = {
|
|
728
|
-
size
|
|
729
|
+
size?: InputMaybe<ViewSizes>;
|
|
729
730
|
type: ViewTypes;
|
|
730
731
|
};
|
|
731
732
|
export type ViewInput = {
|
|
733
|
+
attributes?: InputMaybe<Array<Scalars['String']>>;
|
|
732
734
|
color?: InputMaybe<Scalars['String']>;
|
|
733
735
|
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
734
736
|
display: ViewDisplayInput;
|
|
@@ -736,15 +738,10 @@ export type ViewInput = {
|
|
|
736
738
|
id?: InputMaybe<Scalars['String']>;
|
|
737
739
|
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
738
740
|
library: Scalars['String'];
|
|
739
|
-
settings?: InputMaybe<Array<ViewSettingsInput>>;
|
|
740
741
|
shared: Scalars['Boolean'];
|
|
741
|
-
sort?: InputMaybe<RecordSortInput
|
|
742
|
+
sort?: InputMaybe<Array<RecordSortInput>>;
|
|
742
743
|
valuesVersions?: InputMaybe<Array<ViewValuesVersionInput>>;
|
|
743
744
|
};
|
|
744
|
-
export type ViewSettingsInput = {
|
|
745
|
-
name: Scalars['String'];
|
|
746
|
-
value?: InputMaybe<Scalars['Any']>;
|
|
747
|
-
};
|
|
748
745
|
export declare enum ViewSizes {
|
|
749
746
|
BIG = "BIG",
|
|
750
747
|
MEDIUM = "MEDIUM",
|
|
@@ -1486,7 +1483,9 @@ export type RecordFormElementFragment = {
|
|
|
1486
1483
|
format?: AttributeFormat | null;
|
|
1487
1484
|
system: boolean;
|
|
1488
1485
|
readonly: boolean;
|
|
1486
|
+
required: boolean;
|
|
1489
1487
|
multiple_values: boolean;
|
|
1488
|
+
compute: boolean;
|
|
1490
1489
|
linked_library?: {
|
|
1491
1490
|
id: string;
|
|
1492
1491
|
label?: any | null;
|
|
@@ -1567,7 +1566,9 @@ export type RecordFormElementFragment = {
|
|
|
1567
1566
|
format?: AttributeFormat | null;
|
|
1568
1567
|
system: boolean;
|
|
1569
1568
|
readonly: boolean;
|
|
1569
|
+
required: boolean;
|
|
1570
1570
|
multiple_values: boolean;
|
|
1571
|
+
compute: boolean;
|
|
1571
1572
|
values_list?: {
|
|
1572
1573
|
enable: boolean;
|
|
1573
1574
|
allowFreeEntry?: boolean | null;
|
|
@@ -1635,7 +1636,9 @@ export type RecordFormElementFragment = {
|
|
|
1635
1636
|
format?: AttributeFormat | null;
|
|
1636
1637
|
system: boolean;
|
|
1637
1638
|
readonly: boolean;
|
|
1639
|
+
required: boolean;
|
|
1638
1640
|
multiple_values: boolean;
|
|
1641
|
+
compute: boolean;
|
|
1639
1642
|
linked_tree?: {
|
|
1640
1643
|
id: string;
|
|
1641
1644
|
label?: any | null;
|
|
@@ -2138,7 +2141,9 @@ export type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2138
2141
|
format?: AttributeFormat | null;
|
|
2139
2142
|
system: boolean;
|
|
2140
2143
|
readonly: boolean;
|
|
2144
|
+
required: boolean;
|
|
2141
2145
|
multiple_values: boolean;
|
|
2146
|
+
compute: boolean;
|
|
2142
2147
|
linked_library?: {
|
|
2143
2148
|
id: string;
|
|
2144
2149
|
label?: any | null;
|
|
@@ -2220,7 +2225,9 @@ export type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2220
2225
|
format?: AttributeFormat | null;
|
|
2221
2226
|
system: boolean;
|
|
2222
2227
|
readonly: boolean;
|
|
2228
|
+
required: boolean;
|
|
2223
2229
|
multiple_values: boolean;
|
|
2230
|
+
compute: boolean;
|
|
2224
2231
|
values_list?: {
|
|
2225
2232
|
enable: boolean;
|
|
2226
2233
|
allowFreeEntry?: boolean | null;
|
|
@@ -2289,7 +2296,9 @@ export type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2289
2296
|
format?: AttributeFormat | null;
|
|
2290
2297
|
system: boolean;
|
|
2291
2298
|
readonly: boolean;
|
|
2299
|
+
required: boolean;
|
|
2292
2300
|
multiple_values: boolean;
|
|
2301
|
+
compute: boolean;
|
|
2293
2302
|
linked_tree?: {
|
|
2294
2303
|
id: string;
|
|
2295
2304
|
label?: any | null;
|
|
@@ -2471,7 +2480,7 @@ export type ViewDetailsFragment = {
|
|
|
2471
2480
|
description?: any | null;
|
|
2472
2481
|
color?: string | null;
|
|
2473
2482
|
display: {
|
|
2474
|
-
size
|
|
2483
|
+
size?: ViewSizes | null;
|
|
2475
2484
|
type: ViewTypes;
|
|
2476
2485
|
};
|
|
2477
2486
|
created_by: {
|
|
@@ -2494,10 +2503,10 @@ export type ViewDetailsFragment = {
|
|
|
2494
2503
|
label?: any | null;
|
|
2495
2504
|
} | null;
|
|
2496
2505
|
}> | null;
|
|
2497
|
-
sort?: {
|
|
2506
|
+
sort?: Array<{
|
|
2498
2507
|
field: string;
|
|
2499
2508
|
order: SortOrder;
|
|
2500
|
-
} | null;
|
|
2509
|
+
}> | null;
|
|
2501
2510
|
valuesVersions?: Array<{
|
|
2502
2511
|
treeId: string;
|
|
2503
2512
|
treeNode: {
|
|
@@ -2518,11 +2527,26 @@ export type ViewDetailsFragment = {
|
|
|
2518
2527
|
};
|
|
2519
2528
|
};
|
|
2520
2529
|
}> | null;
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
value?: any | null;
|
|
2530
|
+
attributes?: Array<{
|
|
2531
|
+
id: string;
|
|
2524
2532
|
}> | null;
|
|
2525
2533
|
};
|
|
2534
|
+
export type ViewDetailsFilterFragment = {
|
|
2535
|
+
field?: string | null;
|
|
2536
|
+
value?: string | null;
|
|
2537
|
+
condition?: RecordFilterCondition | null;
|
|
2538
|
+
operator?: RecordFilterOperator | null;
|
|
2539
|
+
tree?: {
|
|
2540
|
+
id: string;
|
|
2541
|
+
label?: any | null;
|
|
2542
|
+
} | null;
|
|
2543
|
+
};
|
|
2544
|
+
export type LinkAttributeDetailsFragment = {
|
|
2545
|
+
label?: any | null;
|
|
2546
|
+
linked_library?: {
|
|
2547
|
+
id: string;
|
|
2548
|
+
} | null;
|
|
2549
|
+
};
|
|
2526
2550
|
export type AttributePropertiesFragment = {
|
|
2527
2551
|
id: string;
|
|
2528
2552
|
label?: any | null;
|
|
@@ -2568,6 +2592,72 @@ export type PropertyValueValueFragment = {
|
|
|
2568
2592
|
valuePayload?: any | null;
|
|
2569
2593
|
};
|
|
2570
2594
|
export type PropertyValueFragment = PropertyValueLinkValueFragment | PropertyValueTreeValueFragment | PropertyValueValueFragment;
|
|
2595
|
+
export type LinkPropertyLinkValueFragment = {
|
|
2596
|
+
id_value?: string | null;
|
|
2597
|
+
payload?: {
|
|
2598
|
+
id: string;
|
|
2599
|
+
properties: Array<{
|
|
2600
|
+
attributeId: string;
|
|
2601
|
+
attributeProperties: {
|
|
2602
|
+
id: string;
|
|
2603
|
+
label?: any | null;
|
|
2604
|
+
type: AttributeType;
|
|
2605
|
+
format?: AttributeFormat | null;
|
|
2606
|
+
multiple_values: boolean;
|
|
2607
|
+
};
|
|
2608
|
+
values: Array<{
|
|
2609
|
+
linkPayload?: {
|
|
2610
|
+
id: string;
|
|
2611
|
+
whoAmI: {
|
|
2612
|
+
id: string;
|
|
2613
|
+
label?: string | null;
|
|
2614
|
+
subLabel?: string | null;
|
|
2615
|
+
color?: string | null;
|
|
2616
|
+
preview?: IPreviewScalar | null;
|
|
2617
|
+
library: {
|
|
2618
|
+
id: string;
|
|
2619
|
+
label?: any | null;
|
|
2620
|
+
};
|
|
2621
|
+
};
|
|
2622
|
+
} | null;
|
|
2623
|
+
} | {
|
|
2624
|
+
treePayload?: {
|
|
2625
|
+
record: {
|
|
2626
|
+
id: string;
|
|
2627
|
+
whoAmI: {
|
|
2628
|
+
id: string;
|
|
2629
|
+
label?: string | null;
|
|
2630
|
+
subLabel?: string | null;
|
|
2631
|
+
color?: string | null;
|
|
2632
|
+
preview?: IPreviewScalar | null;
|
|
2633
|
+
library: {
|
|
2634
|
+
id: string;
|
|
2635
|
+
label?: any | null;
|
|
2636
|
+
};
|
|
2637
|
+
};
|
|
2638
|
+
};
|
|
2639
|
+
} | null;
|
|
2640
|
+
} | {
|
|
2641
|
+
valuePayload?: any | null;
|
|
2642
|
+
}>;
|
|
2643
|
+
}>;
|
|
2644
|
+
whoAmI: {
|
|
2645
|
+
id: string;
|
|
2646
|
+
label?: string | null;
|
|
2647
|
+
subLabel?: string | null;
|
|
2648
|
+
color?: string | null;
|
|
2649
|
+
preview?: IPreviewScalar | null;
|
|
2650
|
+
library: {
|
|
2651
|
+
id: string;
|
|
2652
|
+
label?: any | null;
|
|
2653
|
+
};
|
|
2654
|
+
};
|
|
2655
|
+
} | null;
|
|
2656
|
+
};
|
|
2657
|
+
export type LinkPropertyTreeValueValueFragment = {
|
|
2658
|
+
id_value?: string | null;
|
|
2659
|
+
};
|
|
2660
|
+
export type LinkPropertyFragment = LinkPropertyLinkValueFragment | LinkPropertyTreeValueValueFragment;
|
|
2571
2661
|
export type CheckApplicationExistenceQueryVariables = Exact<{
|
|
2572
2662
|
id?: InputMaybe<Scalars['ID']>;
|
|
2573
2663
|
endpoint?: InputMaybe<Scalars['String']>;
|
|
@@ -3962,7 +4052,9 @@ export type RecordFormQuery = {
|
|
|
3962
4052
|
format?: AttributeFormat | null;
|
|
3963
4053
|
system: boolean;
|
|
3964
4054
|
readonly: boolean;
|
|
4055
|
+
required: boolean;
|
|
3965
4056
|
multiple_values: boolean;
|
|
4057
|
+
compute: boolean;
|
|
3966
4058
|
linked_library?: {
|
|
3967
4059
|
id: string;
|
|
3968
4060
|
label?: any | null;
|
|
@@ -4043,7 +4135,9 @@ export type RecordFormQuery = {
|
|
|
4043
4135
|
format?: AttributeFormat | null;
|
|
4044
4136
|
system: boolean;
|
|
4045
4137
|
readonly: boolean;
|
|
4138
|
+
required: boolean;
|
|
4046
4139
|
multiple_values: boolean;
|
|
4140
|
+
compute: boolean;
|
|
4047
4141
|
values_list?: {
|
|
4048
4142
|
enable: boolean;
|
|
4049
4143
|
allowFreeEntry?: boolean | null;
|
|
@@ -4111,7 +4205,9 @@ export type RecordFormQuery = {
|
|
|
4111
4205
|
format?: AttributeFormat | null;
|
|
4112
4206
|
system: boolean;
|
|
4113
4207
|
readonly: boolean;
|
|
4208
|
+
required: boolean;
|
|
4114
4209
|
multiple_values: boolean;
|
|
4210
|
+
compute: boolean;
|
|
4115
4211
|
linked_tree?: {
|
|
4116
4212
|
id: string;
|
|
4117
4213
|
label?: any | null;
|
|
@@ -5752,7 +5848,7 @@ export type GetViewQuery = {
|
|
|
5752
5848
|
description?: any | null;
|
|
5753
5849
|
color?: string | null;
|
|
5754
5850
|
display: {
|
|
5755
|
-
size
|
|
5851
|
+
size?: ViewSizes | null;
|
|
5756
5852
|
type: ViewTypes;
|
|
5757
5853
|
};
|
|
5758
5854
|
created_by: {
|
|
@@ -5775,10 +5871,10 @@ export type GetViewQuery = {
|
|
|
5775
5871
|
label?: any | null;
|
|
5776
5872
|
} | null;
|
|
5777
5873
|
}> | null;
|
|
5778
|
-
sort?: {
|
|
5874
|
+
sort?: Array<{
|
|
5779
5875
|
field: string;
|
|
5780
5876
|
order: SortOrder;
|
|
5781
|
-
} | null;
|
|
5877
|
+
}> | null;
|
|
5782
5878
|
valuesVersions?: Array<{
|
|
5783
5879
|
treeId: string;
|
|
5784
5880
|
treeNode: {
|
|
@@ -5799,9 +5895,8 @@ export type GetViewQuery = {
|
|
|
5799
5895
|
};
|
|
5800
5896
|
};
|
|
5801
5897
|
}> | null;
|
|
5802
|
-
|
|
5803
|
-
|
|
5804
|
-
value?: any | null;
|
|
5898
|
+
attributes?: Array<{
|
|
5899
|
+
id: string;
|
|
5805
5900
|
}> | null;
|
|
5806
5901
|
};
|
|
5807
5902
|
};
|
|
@@ -5818,7 +5913,7 @@ export type GetViewsListQuery = {
|
|
|
5818
5913
|
description?: any | null;
|
|
5819
5914
|
color?: string | null;
|
|
5820
5915
|
display: {
|
|
5821
|
-
size
|
|
5916
|
+
size?: ViewSizes | null;
|
|
5822
5917
|
type: ViewTypes;
|
|
5823
5918
|
};
|
|
5824
5919
|
created_by: {
|
|
@@ -5841,10 +5936,10 @@ export type GetViewsListQuery = {
|
|
|
5841
5936
|
label?: any | null;
|
|
5842
5937
|
} | null;
|
|
5843
5938
|
}> | null;
|
|
5844
|
-
sort?: {
|
|
5939
|
+
sort?: Array<{
|
|
5845
5940
|
field: string;
|
|
5846
5941
|
order: SortOrder;
|
|
5847
|
-
} | null;
|
|
5942
|
+
}> | null;
|
|
5848
5943
|
valuesVersions?: Array<{
|
|
5849
5944
|
treeId: string;
|
|
5850
5945
|
treeNode: {
|
|
@@ -5865,17 +5960,16 @@ export type GetViewsListQuery = {
|
|
|
5865
5960
|
};
|
|
5866
5961
|
};
|
|
5867
5962
|
}> | null;
|
|
5868
|
-
|
|
5869
|
-
|
|
5870
|
-
value?: any | null;
|
|
5963
|
+
attributes?: Array<{
|
|
5964
|
+
id: string;
|
|
5871
5965
|
}> | null;
|
|
5872
5966
|
}>;
|
|
5873
5967
|
};
|
|
5874
5968
|
};
|
|
5875
|
-
export type
|
|
5969
|
+
export type SaveViewMutationVariables = Exact<{
|
|
5876
5970
|
view: ViewInput;
|
|
5877
5971
|
}>;
|
|
5878
|
-
export type
|
|
5972
|
+
export type SaveViewMutation = {
|
|
5879
5973
|
saveView: {
|
|
5880
5974
|
id: string;
|
|
5881
5975
|
shared: boolean;
|
|
@@ -5883,7 +5977,7 @@ export type AddViewMutation = {
|
|
|
5883
5977
|
description?: any | null;
|
|
5884
5978
|
color?: string | null;
|
|
5885
5979
|
display: {
|
|
5886
|
-
size
|
|
5980
|
+
size?: ViewSizes | null;
|
|
5887
5981
|
type: ViewTypes;
|
|
5888
5982
|
};
|
|
5889
5983
|
created_by: {
|
|
@@ -5906,10 +6000,10 @@ export type AddViewMutation = {
|
|
|
5906
6000
|
label?: any | null;
|
|
5907
6001
|
} | null;
|
|
5908
6002
|
}> | null;
|
|
5909
|
-
sort?: {
|
|
6003
|
+
sort?: Array<{
|
|
5910
6004
|
field: string;
|
|
5911
6005
|
order: SortOrder;
|
|
5912
|
-
} | null;
|
|
6006
|
+
}> | null;
|
|
5913
6007
|
valuesVersions?: Array<{
|
|
5914
6008
|
treeId: string;
|
|
5915
6009
|
treeNode: {
|
|
@@ -5930,13 +6024,41 @@ export type AddViewMutation = {
|
|
|
5930
6024
|
};
|
|
5931
6025
|
};
|
|
5932
6026
|
}> | null;
|
|
5933
|
-
|
|
5934
|
-
|
|
5935
|
-
value?: any | null;
|
|
6027
|
+
attributes?: Array<{
|
|
6028
|
+
id: string;
|
|
5936
6029
|
}> | null;
|
|
5937
6030
|
};
|
|
5938
6031
|
};
|
|
5939
|
-
export type
|
|
6032
|
+
export type ExplorerAttributesQueryVariables = Exact<{
|
|
6033
|
+
ids?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
6034
|
+
}>;
|
|
6035
|
+
export type ExplorerAttributesQuery = {
|
|
6036
|
+
attributes?: {
|
|
6037
|
+
list: Array<{
|
|
6038
|
+
id: string;
|
|
6039
|
+
type: AttributeType;
|
|
6040
|
+
format?: AttributeFormat | null;
|
|
6041
|
+
label?: any | null;
|
|
6042
|
+
}>;
|
|
6043
|
+
} | null;
|
|
6044
|
+
};
|
|
6045
|
+
export type ExplorerLinkAttributeQueryVariables = Exact<{
|
|
6046
|
+
id: Scalars['ID'];
|
|
6047
|
+
}>;
|
|
6048
|
+
export type ExplorerLinkAttributeQuery = {
|
|
6049
|
+
attributes?: {
|
|
6050
|
+
list: Array<{
|
|
6051
|
+
label?: any | null;
|
|
6052
|
+
id: string;
|
|
6053
|
+
linked_library?: {
|
|
6054
|
+
id: string;
|
|
6055
|
+
} | null;
|
|
6056
|
+
} | {
|
|
6057
|
+
id: string;
|
|
6058
|
+
}>;
|
|
6059
|
+
} | null;
|
|
6060
|
+
};
|
|
6061
|
+
export type ExplorerLibraryDataQueryVariables = Exact<{
|
|
5940
6062
|
libraryId: Scalars['ID'];
|
|
5941
6063
|
attributeIds: Array<Scalars['ID']> | Scalars['ID'];
|
|
5942
6064
|
pagination?: InputMaybe<RecordsPagination>;
|
|
@@ -5944,7 +6066,7 @@ export type ExplorerQueryVariables = Exact<{
|
|
|
5944
6066
|
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
5945
6067
|
searchQuery?: InputMaybe<Scalars['String']>;
|
|
5946
6068
|
}>;
|
|
5947
|
-
export type
|
|
6069
|
+
export type ExplorerLibraryDataQuery = {
|
|
5948
6070
|
records: {
|
|
5949
6071
|
totalCount?: number | null;
|
|
5950
6072
|
list: Array<{
|
|
@@ -6008,10 +6130,93 @@ export type ExplorerQuery = {
|
|
|
6008
6130
|
}>;
|
|
6009
6131
|
};
|
|
6010
6132
|
};
|
|
6011
|
-
export type
|
|
6133
|
+
export type ExplorerLinkDataQueryVariables = Exact<{
|
|
6134
|
+
attributeIds: Array<Scalars['ID']> | Scalars['ID'];
|
|
6135
|
+
parentLibraryId: Scalars['ID'];
|
|
6136
|
+
parentRecordId?: InputMaybe<Scalars['String']>;
|
|
6137
|
+
linkAttributeId: Scalars['ID'];
|
|
6138
|
+
}>;
|
|
6139
|
+
export type ExplorerLinkDataQuery = {
|
|
6140
|
+
records: {
|
|
6141
|
+
list: Array<{
|
|
6142
|
+
id: string;
|
|
6143
|
+
whoAmI: {
|
|
6144
|
+
id: string;
|
|
6145
|
+
library: {
|
|
6146
|
+
id: string;
|
|
6147
|
+
};
|
|
6148
|
+
};
|
|
6149
|
+
property: Array<{
|
|
6150
|
+
id_value?: string | null;
|
|
6151
|
+
payload?: {
|
|
6152
|
+
id: string;
|
|
6153
|
+
whoAmI: {
|
|
6154
|
+
id: string;
|
|
6155
|
+
label?: string | null;
|
|
6156
|
+
subLabel?: string | null;
|
|
6157
|
+
color?: string | null;
|
|
6158
|
+
preview?: IPreviewScalar | null;
|
|
6159
|
+
library: {
|
|
6160
|
+
id: string;
|
|
6161
|
+
label?: any | null;
|
|
6162
|
+
};
|
|
6163
|
+
};
|
|
6164
|
+
properties: Array<{
|
|
6165
|
+
attributeId: string;
|
|
6166
|
+
attributeProperties: {
|
|
6167
|
+
id: string;
|
|
6168
|
+
label?: any | null;
|
|
6169
|
+
type: AttributeType;
|
|
6170
|
+
format?: AttributeFormat | null;
|
|
6171
|
+
multiple_values: boolean;
|
|
6172
|
+
};
|
|
6173
|
+
values: Array<{
|
|
6174
|
+
linkPayload?: {
|
|
6175
|
+
id: string;
|
|
6176
|
+
whoAmI: {
|
|
6177
|
+
id: string;
|
|
6178
|
+
label?: string | null;
|
|
6179
|
+
subLabel?: string | null;
|
|
6180
|
+
color?: string | null;
|
|
6181
|
+
preview?: IPreviewScalar | null;
|
|
6182
|
+
library: {
|
|
6183
|
+
id: string;
|
|
6184
|
+
label?: any | null;
|
|
6185
|
+
};
|
|
6186
|
+
};
|
|
6187
|
+
} | null;
|
|
6188
|
+
} | {
|
|
6189
|
+
treePayload?: {
|
|
6190
|
+
record: {
|
|
6191
|
+
id: string;
|
|
6192
|
+
whoAmI: {
|
|
6193
|
+
id: string;
|
|
6194
|
+
label?: string | null;
|
|
6195
|
+
subLabel?: string | null;
|
|
6196
|
+
color?: string | null;
|
|
6197
|
+
preview?: IPreviewScalar | null;
|
|
6198
|
+
library: {
|
|
6199
|
+
id: string;
|
|
6200
|
+
label?: any | null;
|
|
6201
|
+
};
|
|
6202
|
+
};
|
|
6203
|
+
};
|
|
6204
|
+
} | null;
|
|
6205
|
+
} | {
|
|
6206
|
+
valuePayload?: any | null;
|
|
6207
|
+
}>;
|
|
6208
|
+
}>;
|
|
6209
|
+
} | null;
|
|
6210
|
+
} | {
|
|
6211
|
+
id_value?: string | null;
|
|
6212
|
+
}>;
|
|
6213
|
+
}>;
|
|
6214
|
+
};
|
|
6215
|
+
};
|
|
6216
|
+
export type ExplorerLibraryDetailsQueryVariables = Exact<{
|
|
6012
6217
|
libraryId: Scalars['ID'];
|
|
6013
6218
|
}>;
|
|
6014
|
-
export type
|
|
6219
|
+
export type ExplorerLibraryDetailsQuery = {
|
|
6015
6220
|
libraries?: {
|
|
6016
6221
|
list: Array<{
|
|
6017
6222
|
id: string;
|
|
@@ -6019,6 +6224,17 @@ export type ExplorerLibraryDataQuery = {
|
|
|
6019
6224
|
}>;
|
|
6020
6225
|
} | null;
|
|
6021
6226
|
};
|
|
6227
|
+
export type TreeDataQueryQueryVariables = Exact<{
|
|
6228
|
+
treeId: Scalars['ID'];
|
|
6229
|
+
}>;
|
|
6230
|
+
export type TreeDataQueryQuery = {
|
|
6231
|
+
trees?: {
|
|
6232
|
+
list: Array<{
|
|
6233
|
+
id: string;
|
|
6234
|
+
label?: any | null;
|
|
6235
|
+
}>;
|
|
6236
|
+
} | null;
|
|
6237
|
+
};
|
|
6022
6238
|
export declare const RecordIdentityFragmentDoc: Apollo.DocumentNode;
|
|
6023
6239
|
export declare const DetailsApplicationFragmentDoc: Apollo.DocumentNode;
|
|
6024
6240
|
export declare const AttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
@@ -6036,9 +6252,12 @@ export declare const RecordFormElementFragmentDoc: Apollo.DocumentNode;
|
|
|
6036
6252
|
export declare const TreeLightFragmentDoc: Apollo.DocumentNode;
|
|
6037
6253
|
export declare const TreeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6038
6254
|
export declare const TreeNodeChildFragmentDoc: Apollo.DocumentNode;
|
|
6255
|
+
export declare const ViewDetailsFilterFragmentDoc: Apollo.DocumentNode;
|
|
6039
6256
|
export declare const ViewDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6040
|
-
export declare const
|
|
6257
|
+
export declare const LinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6041
6258
|
export declare const AttributePropertiesFragmentDoc: Apollo.DocumentNode;
|
|
6259
|
+
export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
|
|
6260
|
+
export declare const LinkPropertyFragmentDoc: Apollo.DocumentNode;
|
|
6042
6261
|
export declare const CheckApplicationExistenceDocument: Apollo.DocumentNode;
|
|
6043
6262
|
/**
|
|
6044
6263
|
* __useCheckApplicationExistenceQuery__
|
|
@@ -7424,43 +7643,95 @@ export declare function useGetViewsListLazyQuery(baseOptions?: Apollo.LazyQueryH
|
|
|
7424
7643
|
export type GetViewsListQueryHookResult = ReturnType<typeof useGetViewsListQuery>;
|
|
7425
7644
|
export type GetViewsListLazyQueryHookResult = ReturnType<typeof useGetViewsListLazyQuery>;
|
|
7426
7645
|
export type GetViewsListQueryResult = Apollo.QueryResult<GetViewsListQuery, GetViewsListQueryVariables>;
|
|
7427
|
-
export declare const
|
|
7428
|
-
export type
|
|
7646
|
+
export declare const SaveViewDocument: Apollo.DocumentNode;
|
|
7647
|
+
export type SaveViewMutationFn = Apollo.MutationFunction<SaveViewMutation, SaveViewMutationVariables>;
|
|
7429
7648
|
/**
|
|
7430
|
-
*
|
|
7649
|
+
* __useSaveViewMutation__
|
|
7431
7650
|
*
|
|
7432
|
-
* To run a mutation, you first call `
|
|
7433
|
-
* When your component renders, `
|
|
7651
|
+
* To run a mutation, you first call `useSaveViewMutation` within a React component and pass it any options that fit your needs.
|
|
7652
|
+
* When your component renders, `useSaveViewMutation` returns a tuple that includes:
|
|
7434
7653
|
* - A mutate function that you can call at any time to execute the mutation
|
|
7435
7654
|
* - An object with fields that represent the current status of the mutation's execution
|
|
7436
7655
|
*
|
|
7437
7656
|
* @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;
|
|
7438
7657
|
*
|
|
7439
7658
|
* @example
|
|
7440
|
-
* const [
|
|
7659
|
+
* const [saveViewMutation, { data, loading, error }] = useSaveViewMutation({
|
|
7441
7660
|
* variables: {
|
|
7442
7661
|
* view: // value for 'view'
|
|
7443
7662
|
* },
|
|
7444
7663
|
* });
|
|
7445
7664
|
*/
|
|
7446
|
-
export declare function
|
|
7665
|
+
export declare function useSaveViewMutation(baseOptions?: Apollo.MutationHookOptions<SaveViewMutation, SaveViewMutationVariables>): Apollo.MutationTuple<SaveViewMutation, Exact<{
|
|
7447
7666
|
view: ViewInput;
|
|
7448
7667
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
7449
|
-
export type
|
|
7450
|
-
export type
|
|
7451
|
-
export type
|
|
7452
|
-
export declare const
|
|
7668
|
+
export type SaveViewMutationHookResult = ReturnType<typeof useSaveViewMutation>;
|
|
7669
|
+
export type SaveViewMutationResult = Apollo.MutationResult<SaveViewMutation>;
|
|
7670
|
+
export type SaveViewMutationOptions = Apollo.BaseMutationOptions<SaveViewMutation, SaveViewMutationVariables>;
|
|
7671
|
+
export declare const ExplorerAttributesDocument: Apollo.DocumentNode;
|
|
7672
|
+
/**
|
|
7673
|
+
* __useExplorerAttributesQuery__
|
|
7674
|
+
*
|
|
7675
|
+
* To run a query within a React component, call `useExplorerAttributesQuery` and pass it any options that fit your needs.
|
|
7676
|
+
* When your component renders, `useExplorerAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7677
|
+
* you can use to render your UI.
|
|
7678
|
+
*
|
|
7679
|
+
* @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;
|
|
7680
|
+
*
|
|
7681
|
+
* @example
|
|
7682
|
+
* const { data, loading, error } = useExplorerAttributesQuery({
|
|
7683
|
+
* variables: {
|
|
7684
|
+
* ids: // value for 'ids'
|
|
7685
|
+
* },
|
|
7686
|
+
* });
|
|
7687
|
+
*/
|
|
7688
|
+
export declare function useExplorerAttributesQuery(baseOptions?: Apollo.QueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.QueryResult<ExplorerAttributesQuery, Exact<{
|
|
7689
|
+
ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7690
|
+
}>>;
|
|
7691
|
+
export declare function useExplorerAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerAttributesQuery, Exact<{
|
|
7692
|
+
ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7693
|
+
}>>;
|
|
7694
|
+
export type ExplorerAttributesQueryHookResult = ReturnType<typeof useExplorerAttributesQuery>;
|
|
7695
|
+
export type ExplorerAttributesLazyQueryHookResult = ReturnType<typeof useExplorerAttributesLazyQuery>;
|
|
7696
|
+
export type ExplorerAttributesQueryResult = Apollo.QueryResult<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>;
|
|
7697
|
+
export declare const ExplorerLinkAttributeDocument: Apollo.DocumentNode;
|
|
7453
7698
|
/**
|
|
7454
|
-
*
|
|
7699
|
+
* __useExplorerLinkAttributeQuery__
|
|
7455
7700
|
*
|
|
7456
|
-
* To run a query within a React component, call `
|
|
7457
|
-
* When your component renders, `
|
|
7701
|
+
* To run a query within a React component, call `useExplorerLinkAttributeQuery` and pass it any options that fit your needs.
|
|
7702
|
+
* When your component renders, `useExplorerLinkAttributeQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7458
7703
|
* you can use to render your UI.
|
|
7459
7704
|
*
|
|
7460
7705
|
* @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;
|
|
7461
7706
|
*
|
|
7462
7707
|
* @example
|
|
7463
|
-
* const { data, loading, error } =
|
|
7708
|
+
* const { data, loading, error } = useExplorerLinkAttributeQuery({
|
|
7709
|
+
* variables: {
|
|
7710
|
+
* id: // value for 'id'
|
|
7711
|
+
* },
|
|
7712
|
+
* });
|
|
7713
|
+
*/
|
|
7714
|
+
export declare function useExplorerLinkAttributeQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.QueryResult<ExplorerLinkAttributeQuery, Exact<{
|
|
7715
|
+
id: Scalars["ID"];
|
|
7716
|
+
}>>;
|
|
7717
|
+
export declare function useExplorerLinkAttributeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkAttributeQuery, Exact<{
|
|
7718
|
+
id: Scalars["ID"];
|
|
7719
|
+
}>>;
|
|
7720
|
+
export type ExplorerLinkAttributeQueryHookResult = ReturnType<typeof useExplorerLinkAttributeQuery>;
|
|
7721
|
+
export type ExplorerLinkAttributeLazyQueryHookResult = ReturnType<typeof useExplorerLinkAttributeLazyQuery>;
|
|
7722
|
+
export type ExplorerLinkAttributeQueryResult = Apollo.QueryResult<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>;
|
|
7723
|
+
export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
|
|
7724
|
+
/**
|
|
7725
|
+
* __useExplorerLibraryDataQuery__
|
|
7726
|
+
*
|
|
7727
|
+
* To run a query within a React component, call `useExplorerLibraryDataQuery` and pass it any options that fit your needs.
|
|
7728
|
+
* When your component renders, `useExplorerLibraryDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7729
|
+
* you can use to render your UI.
|
|
7730
|
+
*
|
|
7731
|
+
* @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;
|
|
7732
|
+
*
|
|
7733
|
+
* @example
|
|
7734
|
+
* const { data, loading, error } = useExplorerLibraryDataQuery({
|
|
7464
7735
|
* variables: {
|
|
7465
7736
|
* libraryId: // value for 'libraryId'
|
|
7466
7737
|
* attributeIds: // value for 'attributeIds'
|
|
@@ -7471,7 +7742,7 @@ export declare const ExplorerDocument: Apollo.DocumentNode;
|
|
|
7471
7742
|
* },
|
|
7472
7743
|
* });
|
|
7473
7744
|
*/
|
|
7474
|
-
export declare function
|
|
7745
|
+
export declare function useExplorerLibraryDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.QueryResult<ExplorerLibraryDataQuery, Exact<{
|
|
7475
7746
|
libraryId: Scalars["ID"];
|
|
7476
7747
|
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7477
7748
|
pagination?: InputMaybe<RecordsPagination>;
|
|
@@ -7479,7 +7750,7 @@ export declare function useExplorerQuery(baseOptions: Apollo.QueryHookOptions<Ex
|
|
|
7479
7750
|
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
7480
7751
|
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
7481
7752
|
}>>;
|
|
7482
|
-
export declare function
|
|
7753
|
+
export declare function useExplorerLibraryDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDataQuery, Exact<{
|
|
7483
7754
|
libraryId: Scalars["ID"];
|
|
7484
7755
|
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7485
7756
|
pagination?: InputMaybe<RecordsPagination>;
|
|
@@ -7487,32 +7758,93 @@ export declare function useExplorerLazyQuery(baseOptions?: Apollo.LazyQueryHookO
|
|
|
7487
7758
|
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
7488
7759
|
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
7489
7760
|
}>>;
|
|
7490
|
-
export type
|
|
7491
|
-
export type
|
|
7492
|
-
export type
|
|
7493
|
-
export declare const
|
|
7761
|
+
export type ExplorerLibraryDataQueryHookResult = ReturnType<typeof useExplorerLibraryDataQuery>;
|
|
7762
|
+
export type ExplorerLibraryDataLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDataLazyQuery>;
|
|
7763
|
+
export type ExplorerLibraryDataQueryResult = Apollo.QueryResult<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>;
|
|
7764
|
+
export declare const ExplorerLinkDataDocument: Apollo.DocumentNode;
|
|
7494
7765
|
/**
|
|
7495
|
-
*
|
|
7766
|
+
* __useExplorerLinkDataQuery__
|
|
7496
7767
|
*
|
|
7497
|
-
* To run a query within a React component, call `
|
|
7498
|
-
* When your component renders, `
|
|
7768
|
+
* To run a query within a React component, call `useExplorerLinkDataQuery` and pass it any options that fit your needs.
|
|
7769
|
+
* When your component renders, `useExplorerLinkDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7499
7770
|
* you can use to render your UI.
|
|
7500
7771
|
*
|
|
7501
7772
|
* @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;
|
|
7502
7773
|
*
|
|
7503
7774
|
* @example
|
|
7504
|
-
* const { data, loading, error } =
|
|
7775
|
+
* const { data, loading, error } = useExplorerLinkDataQuery({
|
|
7776
|
+
* variables: {
|
|
7777
|
+
* attributeIds: // value for 'attributeIds'
|
|
7778
|
+
* parentLibraryId: // value for 'parentLibraryId'
|
|
7779
|
+
* parentRecordId: // value for 'parentRecordId'
|
|
7780
|
+
* linkAttributeId: // value for 'linkAttributeId'
|
|
7781
|
+
* },
|
|
7782
|
+
* });
|
|
7783
|
+
*/
|
|
7784
|
+
export declare function useExplorerLinkDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.QueryResult<ExplorerLinkDataQuery, Exact<{
|
|
7785
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7786
|
+
parentLibraryId: Scalars["ID"];
|
|
7787
|
+
parentRecordId?: InputMaybe<Scalars["String"]>;
|
|
7788
|
+
linkAttributeId: Scalars["ID"];
|
|
7789
|
+
}>>;
|
|
7790
|
+
export declare function useExplorerLinkDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkDataQuery, Exact<{
|
|
7791
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7792
|
+
parentLibraryId: Scalars["ID"];
|
|
7793
|
+
parentRecordId?: InputMaybe<Scalars["String"]>;
|
|
7794
|
+
linkAttributeId: Scalars["ID"];
|
|
7795
|
+
}>>;
|
|
7796
|
+
export type ExplorerLinkDataQueryHookResult = ReturnType<typeof useExplorerLinkDataQuery>;
|
|
7797
|
+
export type ExplorerLinkDataLazyQueryHookResult = ReturnType<typeof useExplorerLinkDataLazyQuery>;
|
|
7798
|
+
export type ExplorerLinkDataQueryResult = Apollo.QueryResult<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>;
|
|
7799
|
+
export declare const ExplorerLibraryDetailsDocument: Apollo.DocumentNode;
|
|
7800
|
+
/**
|
|
7801
|
+
* __useExplorerLibraryDetailsQuery__
|
|
7802
|
+
*
|
|
7803
|
+
* To run a query within a React component, call `useExplorerLibraryDetailsQuery` and pass it any options that fit your needs.
|
|
7804
|
+
* When your component renders, `useExplorerLibraryDetailsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7805
|
+
* you can use to render your UI.
|
|
7806
|
+
*
|
|
7807
|
+
* @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;
|
|
7808
|
+
*
|
|
7809
|
+
* @example
|
|
7810
|
+
* const { data, loading, error } = useExplorerLibraryDetailsQuery({
|
|
7505
7811
|
* variables: {
|
|
7506
7812
|
* libraryId: // value for 'libraryId'
|
|
7507
7813
|
* },
|
|
7508
7814
|
* });
|
|
7509
7815
|
*/
|
|
7510
|
-
export declare function
|
|
7816
|
+
export declare function useExplorerLibraryDetailsQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.QueryResult<ExplorerLibraryDetailsQuery, Exact<{
|
|
7511
7817
|
libraryId: Scalars["ID"];
|
|
7512
7818
|
}>>;
|
|
7513
|
-
export declare function
|
|
7819
|
+
export declare function useExplorerLibraryDetailsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDetailsQuery, Exact<{
|
|
7514
7820
|
libraryId: Scalars["ID"];
|
|
7515
7821
|
}>>;
|
|
7516
|
-
export type
|
|
7517
|
-
export type
|
|
7518
|
-
export type
|
|
7822
|
+
export type ExplorerLibraryDetailsQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsQuery>;
|
|
7823
|
+
export type ExplorerLibraryDetailsLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsLazyQuery>;
|
|
7824
|
+
export type ExplorerLibraryDetailsQueryResult = Apollo.QueryResult<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>;
|
|
7825
|
+
export declare const TreeDataQueryDocument: Apollo.DocumentNode;
|
|
7826
|
+
/**
|
|
7827
|
+
* __useTreeDataQueryQuery__
|
|
7828
|
+
*
|
|
7829
|
+
* To run a query within a React component, call `useTreeDataQueryQuery` and pass it any options that fit your needs.
|
|
7830
|
+
* When your component renders, `useTreeDataQueryQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7831
|
+
* you can use to render your UI.
|
|
7832
|
+
*
|
|
7833
|
+
* @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;
|
|
7834
|
+
*
|
|
7835
|
+
* @example
|
|
7836
|
+
* const { data, loading, error } = useTreeDataQueryQuery({
|
|
7837
|
+
* variables: {
|
|
7838
|
+
* treeId: // value for 'treeId'
|
|
7839
|
+
* },
|
|
7840
|
+
* });
|
|
7841
|
+
*/
|
|
7842
|
+
export declare function useTreeDataQueryQuery(baseOptions: Apollo.QueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.QueryResult<TreeDataQueryQuery, Exact<{
|
|
7843
|
+
treeId: Scalars["ID"];
|
|
7844
|
+
}>>;
|
|
7845
|
+
export declare function useTreeDataQueryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.LazyQueryResultTuple<TreeDataQueryQuery, Exact<{
|
|
7846
|
+
treeId: Scalars["ID"];
|
|
7847
|
+
}>>;
|
|
7848
|
+
export type TreeDataQueryQueryHookResult = ReturnType<typeof useTreeDataQueryQuery>;
|
|
7849
|
+
export type TreeDataQueryLazyQueryHookResult = ReturnType<typeof useTreeDataQueryLazyQuery>;
|
|
7850
|
+
export type TreeDataQueryQueryResult = Apollo.QueryResult<TreeDataQueryQuery, TreeDataQueryQueryVariables>;
|