@leav/ui 0.3.6-04ab99a → 0.3.6-08b68d2
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 +2 -0
- package/dist/__mocks__/common/form.js +33 -2
- package/dist/__mocks__/common/form.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 +536 -80
- package/dist/_gqlTypes/index.js +312 -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 +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/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/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 +6 -1
- package/dist/components/Explorer/DataView.js +69 -18
- package/dist/components/Explorer/DataView.js.map +1 -1
- package/dist/components/Explorer/Explorer.d.ts +8 -6
- package/dist/components/Explorer/Explorer.js +78 -32
- 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 +5 -0
- package/dist/components/Explorer/ExplorerToolbar.js +45 -0
- package/dist/components/Explorer/ExplorerToolbar.js.map +1 -0
- package/dist/components/Explorer/TableCell.d.ts +1 -1
- package/dist/components/Explorer/TableCell.js +50 -8
- 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 +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 +17 -6
- package/dist/components/Explorer/_queries/useExplorerData.js +76 -12
- package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -1
- package/dist/components/Explorer/_types.d.ts +76 -1
- package/dist/components/Explorer/_types.js +7 -1
- package/dist/components/Explorer/_types.js.map +1 -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/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 +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 +3 -1
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js +9 -3
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js.map +1 -1
- 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.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/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/SidePanel.js +1 -1
- 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 +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 +54 -29
- 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 +25 -21
- 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.d.ts +1 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +18 -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 +77 -5
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +136 -4
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -1
- package/dist/components/Explorer/useColumnWidth.d.ts +6 -0
- package/dist/components/Explorer/useColumnWidth.js +48 -0
- package/dist/components/Explorer/useColumnWidth.js.map +1 -0
- package/dist/components/Explorer/useCreateAction.d.ts +4 -2
- package/dist/components/Explorer/useCreateAction.js +35 -2
- package/dist/components/Explorer/useCreateAction.js.map +1 -1
- package/dist/components/Explorer/useDeactivateMassAction.d.ts +27 -0
- package/dist/components/Explorer/useDeactivateMassAction.js +71 -0
- package/dist/components/Explorer/useDeactivateMassAction.js.map +1 -0
- package/dist/components/Explorer/useEditAction.js +7 -6
- package/dist/components/Explorer/useEditAction.js.map +1 -1
- package/dist/components/Explorer/useMassActions.d.ts +28 -0
- package/dist/components/Explorer/useMassActions.js +111 -0
- package/dist/components/Explorer/useMassActions.js.map +1 -0
- package/dist/components/Explorer/usePrimaryActions.js +14 -7
- package/dist/components/Explorer/usePrimaryActions.js.map +1 -1
- package/dist/components/Explorer/useRemoveAction.d.ts +23 -0
- package/dist/components/Explorer/useRemoveAction.js +109 -0
- package/dist/components/Explorer/useRemoveAction.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/useViewSettingsReducer.d.ts +8 -0
- package/dist/components/Explorer/useViewSettingsReducer.js +208 -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/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 +78 -76
- 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 +6 -17
- 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/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/StandardField.d.ts +4 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +153 -294
- 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 +69 -22
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js +32 -18
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js +16 -8
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js +21 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +23 -27
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js +48 -42
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js +23 -23
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +13 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +15 -403
- 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 +10 -4
- 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/TreeValuePath → 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 +66 -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/ValueMetadata → 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/{EditRecordSidebar/ValueDetails/AttributeDetails → EditRecordSkeleton}/index.js +2 -2
- 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/useExecuteSaveViewMutation/index.d.ts +1 -0
- package/dist/{components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo → 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 +67 -9
- package/dist/locales/fr/shared.json +69 -11
- package/dist/types/views.d.ts +4 -4
- package/package.json +4 -2
- 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/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/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 {
|
|
@@ -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",
|
|
@@ -841,7 +838,6 @@ export type AttributeDetailsLinkAttributeFragment = {
|
|
|
841
838
|
};
|
|
842
839
|
export type AttributeDetailsStandardAttributeFragment = {
|
|
843
840
|
unique?: boolean | null;
|
|
844
|
-
maxLength?: number | null;
|
|
845
841
|
id: string;
|
|
846
842
|
type: AttributeType;
|
|
847
843
|
format?: AttributeFormat | null;
|
|
@@ -956,6 +952,11 @@ export type AttributesByLibAttributeTreeAttributeFragment = {
|
|
|
956
952
|
} | null;
|
|
957
953
|
};
|
|
958
954
|
export type AttributesByLibAttributeFragment = AttributesByLibAttributeLinkAttributeFragment | AttributesByLibAttributeStandardAttributeFragment | AttributesByLibAttributeTreeAttributeFragment;
|
|
955
|
+
export type AttributesByLibLinkAttributeFragment = {
|
|
956
|
+
linked_library?: {
|
|
957
|
+
id: string;
|
|
958
|
+
} | null;
|
|
959
|
+
};
|
|
959
960
|
export type LibraryLightFragment = {
|
|
960
961
|
id: string;
|
|
961
962
|
label?: any | null;
|
|
@@ -1486,7 +1487,9 @@ export type RecordFormElementFragment = {
|
|
|
1486
1487
|
format?: AttributeFormat | null;
|
|
1487
1488
|
system: boolean;
|
|
1488
1489
|
readonly: boolean;
|
|
1490
|
+
required: boolean;
|
|
1489
1491
|
multiple_values: boolean;
|
|
1492
|
+
compute: boolean;
|
|
1490
1493
|
linked_library?: {
|
|
1491
1494
|
id: string;
|
|
1492
1495
|
label?: any | null;
|
|
@@ -1567,7 +1570,9 @@ export type RecordFormElementFragment = {
|
|
|
1567
1570
|
format?: AttributeFormat | null;
|
|
1568
1571
|
system: boolean;
|
|
1569
1572
|
readonly: boolean;
|
|
1573
|
+
required: boolean;
|
|
1570
1574
|
multiple_values: boolean;
|
|
1575
|
+
compute: boolean;
|
|
1571
1576
|
values_list?: {
|
|
1572
1577
|
enable: boolean;
|
|
1573
1578
|
allowFreeEntry?: boolean | null;
|
|
@@ -1635,7 +1640,9 @@ export type RecordFormElementFragment = {
|
|
|
1635
1640
|
format?: AttributeFormat | null;
|
|
1636
1641
|
system: boolean;
|
|
1637
1642
|
readonly: boolean;
|
|
1643
|
+
required: boolean;
|
|
1638
1644
|
multiple_values: boolean;
|
|
1645
|
+
compute: boolean;
|
|
1639
1646
|
linked_tree?: {
|
|
1640
1647
|
id: string;
|
|
1641
1648
|
label?: any | null;
|
|
@@ -2138,7 +2145,9 @@ export type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2138
2145
|
format?: AttributeFormat | null;
|
|
2139
2146
|
system: boolean;
|
|
2140
2147
|
readonly: boolean;
|
|
2148
|
+
required: boolean;
|
|
2141
2149
|
multiple_values: boolean;
|
|
2150
|
+
compute: boolean;
|
|
2142
2151
|
linked_library?: {
|
|
2143
2152
|
id: string;
|
|
2144
2153
|
label?: any | null;
|
|
@@ -2220,7 +2229,9 @@ export type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2220
2229
|
format?: AttributeFormat | null;
|
|
2221
2230
|
system: boolean;
|
|
2222
2231
|
readonly: boolean;
|
|
2232
|
+
required: boolean;
|
|
2223
2233
|
multiple_values: boolean;
|
|
2234
|
+
compute: boolean;
|
|
2224
2235
|
values_list?: {
|
|
2225
2236
|
enable: boolean;
|
|
2226
2237
|
allowFreeEntry?: boolean | null;
|
|
@@ -2289,7 +2300,9 @@ export type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2289
2300
|
format?: AttributeFormat | null;
|
|
2290
2301
|
system: boolean;
|
|
2291
2302
|
readonly: boolean;
|
|
2303
|
+
required: boolean;
|
|
2292
2304
|
multiple_values: boolean;
|
|
2305
|
+
compute: boolean;
|
|
2293
2306
|
linked_tree?: {
|
|
2294
2307
|
id: string;
|
|
2295
2308
|
label?: any | null;
|
|
@@ -2471,7 +2484,7 @@ export type ViewDetailsFragment = {
|
|
|
2471
2484
|
description?: any | null;
|
|
2472
2485
|
color?: string | null;
|
|
2473
2486
|
display: {
|
|
2474
|
-
size
|
|
2487
|
+
size?: ViewSizes | null;
|
|
2475
2488
|
type: ViewTypes;
|
|
2476
2489
|
};
|
|
2477
2490
|
created_by: {
|
|
@@ -2494,10 +2507,10 @@ export type ViewDetailsFragment = {
|
|
|
2494
2507
|
label?: any | null;
|
|
2495
2508
|
} | null;
|
|
2496
2509
|
}> | null;
|
|
2497
|
-
sort?: {
|
|
2510
|
+
sort?: Array<{
|
|
2498
2511
|
field: string;
|
|
2499
2512
|
order: SortOrder;
|
|
2500
|
-
} | null;
|
|
2513
|
+
}> | null;
|
|
2501
2514
|
valuesVersions?: Array<{
|
|
2502
2515
|
treeId: string;
|
|
2503
2516
|
treeNode: {
|
|
@@ -2518,11 +2531,27 @@ export type ViewDetailsFragment = {
|
|
|
2518
2531
|
};
|
|
2519
2532
|
};
|
|
2520
2533
|
}> | null;
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
value?: any | null;
|
|
2534
|
+
attributes?: Array<{
|
|
2535
|
+
id: string;
|
|
2524
2536
|
}> | null;
|
|
2525
2537
|
};
|
|
2538
|
+
export type ViewDetailsFilterFragment = {
|
|
2539
|
+
field?: string | null;
|
|
2540
|
+
value?: string | null;
|
|
2541
|
+
condition?: RecordFilterCondition | null;
|
|
2542
|
+
operator?: RecordFilterOperator | null;
|
|
2543
|
+
tree?: {
|
|
2544
|
+
id: string;
|
|
2545
|
+
label?: any | null;
|
|
2546
|
+
} | null;
|
|
2547
|
+
};
|
|
2548
|
+
export type LinkAttributeDetailsFragment = {
|
|
2549
|
+
label?: any | null;
|
|
2550
|
+
linked_library?: {
|
|
2551
|
+
id: string;
|
|
2552
|
+
label?: any | null;
|
|
2553
|
+
} | null;
|
|
2554
|
+
};
|
|
2526
2555
|
export type AttributePropertiesFragment = {
|
|
2527
2556
|
id: string;
|
|
2528
2557
|
label?: any | null;
|
|
@@ -2566,8 +2595,115 @@ export type PropertyValueTreeValueFragment = {
|
|
|
2566
2595
|
};
|
|
2567
2596
|
export type PropertyValueValueFragment = {
|
|
2568
2597
|
valuePayload?: any | null;
|
|
2598
|
+
valueRawPayload?: any | null;
|
|
2569
2599
|
};
|
|
2570
2600
|
export type PropertyValueFragment = PropertyValueLinkValueFragment | PropertyValueTreeValueFragment | PropertyValueValueFragment;
|
|
2601
|
+
export type LinkPropertyLinkValueFragment = {
|
|
2602
|
+
id_value?: string | null;
|
|
2603
|
+
payload?: {
|
|
2604
|
+
id: string;
|
|
2605
|
+
properties: Array<{
|
|
2606
|
+
attributeId: string;
|
|
2607
|
+
attributeProperties: {
|
|
2608
|
+
id: string;
|
|
2609
|
+
label?: any | null;
|
|
2610
|
+
type: AttributeType;
|
|
2611
|
+
format?: AttributeFormat | null;
|
|
2612
|
+
multiple_values: boolean;
|
|
2613
|
+
};
|
|
2614
|
+
values: Array<{
|
|
2615
|
+
linkPayload?: {
|
|
2616
|
+
id: string;
|
|
2617
|
+
whoAmI: {
|
|
2618
|
+
id: string;
|
|
2619
|
+
label?: string | null;
|
|
2620
|
+
subLabel?: string | null;
|
|
2621
|
+
color?: string | null;
|
|
2622
|
+
preview?: IPreviewScalar | null;
|
|
2623
|
+
library: {
|
|
2624
|
+
id: string;
|
|
2625
|
+
label?: any | null;
|
|
2626
|
+
};
|
|
2627
|
+
};
|
|
2628
|
+
} | null;
|
|
2629
|
+
} | {
|
|
2630
|
+
treePayload?: {
|
|
2631
|
+
record: {
|
|
2632
|
+
id: string;
|
|
2633
|
+
whoAmI: {
|
|
2634
|
+
id: string;
|
|
2635
|
+
label?: string | null;
|
|
2636
|
+
subLabel?: string | null;
|
|
2637
|
+
color?: string | null;
|
|
2638
|
+
preview?: IPreviewScalar | null;
|
|
2639
|
+
library: {
|
|
2640
|
+
id: string;
|
|
2641
|
+
label?: any | null;
|
|
2642
|
+
};
|
|
2643
|
+
};
|
|
2644
|
+
};
|
|
2645
|
+
} | null;
|
|
2646
|
+
} | {
|
|
2647
|
+
valuePayload?: any | null;
|
|
2648
|
+
valueRawPayload?: any | null;
|
|
2649
|
+
}>;
|
|
2650
|
+
}>;
|
|
2651
|
+
whoAmI: {
|
|
2652
|
+
id: string;
|
|
2653
|
+
label?: string | null;
|
|
2654
|
+
subLabel?: string | null;
|
|
2655
|
+
color?: string | null;
|
|
2656
|
+
preview?: IPreviewScalar | null;
|
|
2657
|
+
library: {
|
|
2658
|
+
id: string;
|
|
2659
|
+
label?: any | null;
|
|
2660
|
+
};
|
|
2661
|
+
};
|
|
2662
|
+
} | null;
|
|
2663
|
+
};
|
|
2664
|
+
export type LinkPropertyTreeValueValueFragment = {
|
|
2665
|
+
id_value?: string | null;
|
|
2666
|
+
};
|
|
2667
|
+
export type LinkPropertyFragment = LinkPropertyLinkValueFragment | LinkPropertyTreeValueValueFragment;
|
|
2668
|
+
export type LibraryAttributeLinkAttributeFragment = {
|
|
2669
|
+
id: string;
|
|
2670
|
+
type: AttributeType;
|
|
2671
|
+
label?: any | null;
|
|
2672
|
+
linked_library?: {
|
|
2673
|
+
id: string;
|
|
2674
|
+
label?: any | null;
|
|
2675
|
+
attributes?: Array<{
|
|
2676
|
+
id: string;
|
|
2677
|
+
type: AttributeType;
|
|
2678
|
+
format?: AttributeFormat | null;
|
|
2679
|
+
label?: any | null;
|
|
2680
|
+
}> | null;
|
|
2681
|
+
} | null;
|
|
2682
|
+
};
|
|
2683
|
+
export type LibraryAttributeStandardAttributeFragment = {
|
|
2684
|
+
format?: AttributeFormat | null;
|
|
2685
|
+
id: string;
|
|
2686
|
+
type: AttributeType;
|
|
2687
|
+
label?: any | null;
|
|
2688
|
+
};
|
|
2689
|
+
export type LibraryAttributeTreeAttributeFragment = {
|
|
2690
|
+
id: string;
|
|
2691
|
+
type: AttributeType;
|
|
2692
|
+
label?: any | null;
|
|
2693
|
+
};
|
|
2694
|
+
export type LibraryAttributeFragment = LibraryAttributeLinkAttributeFragment | LibraryAttributeStandardAttributeFragment | LibraryAttributeTreeAttributeFragment;
|
|
2695
|
+
export type LibraryAttributeLinkFragment = {
|
|
2696
|
+
linked_library?: {
|
|
2697
|
+
id: string;
|
|
2698
|
+
label?: any | null;
|
|
2699
|
+
attributes?: Array<{
|
|
2700
|
+
id: string;
|
|
2701
|
+
type: AttributeType;
|
|
2702
|
+
format?: AttributeFormat | null;
|
|
2703
|
+
label?: any | null;
|
|
2704
|
+
}> | null;
|
|
2705
|
+
} | null;
|
|
2706
|
+
};
|
|
2571
2707
|
export type CheckApplicationExistenceQueryVariables = Exact<{
|
|
2572
2708
|
id?: InputMaybe<Scalars['ID']>;
|
|
2573
2709
|
endpoint?: InputMaybe<Scalars['String']>;
|
|
@@ -2716,7 +2852,6 @@ export type GetAttributeByIdQuery = {
|
|
|
2716
2852
|
}> | null;
|
|
2717
2853
|
} | {
|
|
2718
2854
|
unique?: boolean | null;
|
|
2719
|
-
maxLength?: number | null;
|
|
2720
2855
|
id: string;
|
|
2721
2856
|
type: AttributeType;
|
|
2722
2857
|
format?: AttributeFormat | null;
|
|
@@ -2926,7 +3061,6 @@ export type SaveAttributeMutation = {
|
|
|
2926
3061
|
}> | null;
|
|
2927
3062
|
} | {
|
|
2928
3063
|
unique?: boolean | null;
|
|
2929
|
-
maxLength?: number | null;
|
|
2930
3064
|
id: string;
|
|
2931
3065
|
type: AttributeType;
|
|
2932
3066
|
format?: AttributeFormat | null;
|
|
@@ -3440,11 +3574,10 @@ export type CreateRecordMutation = {
|
|
|
3440
3574
|
};
|
|
3441
3575
|
} | null;
|
|
3442
3576
|
valuesErrors?: Array<{
|
|
3443
|
-
attributeId: string;
|
|
3444
|
-
id_value?: string | null;
|
|
3445
|
-
input?: string | null;
|
|
3446
|
-
message?: string | null;
|
|
3447
3577
|
type: string;
|
|
3578
|
+
attribute: string;
|
|
3579
|
+
input?: string | null;
|
|
3580
|
+
message: string;
|
|
3448
3581
|
}> | null;
|
|
3449
3582
|
};
|
|
3450
3583
|
};
|
|
@@ -3962,7 +4095,9 @@ export type RecordFormQuery = {
|
|
|
3962
4095
|
format?: AttributeFormat | null;
|
|
3963
4096
|
system: boolean;
|
|
3964
4097
|
readonly: boolean;
|
|
4098
|
+
required: boolean;
|
|
3965
4099
|
multiple_values: boolean;
|
|
4100
|
+
compute: boolean;
|
|
3966
4101
|
linked_library?: {
|
|
3967
4102
|
id: string;
|
|
3968
4103
|
label?: any | null;
|
|
@@ -4043,7 +4178,9 @@ export type RecordFormQuery = {
|
|
|
4043
4178
|
format?: AttributeFormat | null;
|
|
4044
4179
|
system: boolean;
|
|
4045
4180
|
readonly: boolean;
|
|
4181
|
+
required: boolean;
|
|
4046
4182
|
multiple_values: boolean;
|
|
4183
|
+
compute: boolean;
|
|
4047
4184
|
values_list?: {
|
|
4048
4185
|
enable: boolean;
|
|
4049
4186
|
allowFreeEntry?: boolean | null;
|
|
@@ -4111,7 +4248,9 @@ export type RecordFormQuery = {
|
|
|
4111
4248
|
format?: AttributeFormat | null;
|
|
4112
4249
|
system: boolean;
|
|
4113
4250
|
readonly: boolean;
|
|
4251
|
+
required: boolean;
|
|
4114
4252
|
multiple_values: boolean;
|
|
4253
|
+
compute: boolean;
|
|
4115
4254
|
linked_tree?: {
|
|
4116
4255
|
id: string;
|
|
4117
4256
|
label?: any | null;
|
|
@@ -5752,7 +5891,7 @@ export type GetViewQuery = {
|
|
|
5752
5891
|
description?: any | null;
|
|
5753
5892
|
color?: string | null;
|
|
5754
5893
|
display: {
|
|
5755
|
-
size
|
|
5894
|
+
size?: ViewSizes | null;
|
|
5756
5895
|
type: ViewTypes;
|
|
5757
5896
|
};
|
|
5758
5897
|
created_by: {
|
|
@@ -5775,10 +5914,10 @@ export type GetViewQuery = {
|
|
|
5775
5914
|
label?: any | null;
|
|
5776
5915
|
} | null;
|
|
5777
5916
|
}> | null;
|
|
5778
|
-
sort?: {
|
|
5917
|
+
sort?: Array<{
|
|
5779
5918
|
field: string;
|
|
5780
5919
|
order: SortOrder;
|
|
5781
|
-
} | null;
|
|
5920
|
+
}> | null;
|
|
5782
5921
|
valuesVersions?: Array<{
|
|
5783
5922
|
treeId: string;
|
|
5784
5923
|
treeNode: {
|
|
@@ -5799,9 +5938,8 @@ export type GetViewQuery = {
|
|
|
5799
5938
|
};
|
|
5800
5939
|
};
|
|
5801
5940
|
}> | null;
|
|
5802
|
-
|
|
5803
|
-
|
|
5804
|
-
value?: any | null;
|
|
5941
|
+
attributes?: Array<{
|
|
5942
|
+
id: string;
|
|
5805
5943
|
}> | null;
|
|
5806
5944
|
};
|
|
5807
5945
|
};
|
|
@@ -5818,7 +5956,7 @@ export type GetViewsListQuery = {
|
|
|
5818
5956
|
description?: any | null;
|
|
5819
5957
|
color?: string | null;
|
|
5820
5958
|
display: {
|
|
5821
|
-
size
|
|
5959
|
+
size?: ViewSizes | null;
|
|
5822
5960
|
type: ViewTypes;
|
|
5823
5961
|
};
|
|
5824
5962
|
created_by: {
|
|
@@ -5841,10 +5979,10 @@ export type GetViewsListQuery = {
|
|
|
5841
5979
|
label?: any | null;
|
|
5842
5980
|
} | null;
|
|
5843
5981
|
}> | null;
|
|
5844
|
-
sort?: {
|
|
5982
|
+
sort?: Array<{
|
|
5845
5983
|
field: string;
|
|
5846
5984
|
order: SortOrder;
|
|
5847
|
-
} | null;
|
|
5985
|
+
}> | null;
|
|
5848
5986
|
valuesVersions?: Array<{
|
|
5849
5987
|
treeId: string;
|
|
5850
5988
|
treeNode: {
|
|
@@ -5865,17 +6003,16 @@ export type GetViewsListQuery = {
|
|
|
5865
6003
|
};
|
|
5866
6004
|
};
|
|
5867
6005
|
}> | null;
|
|
5868
|
-
|
|
5869
|
-
|
|
5870
|
-
value?: any | null;
|
|
6006
|
+
attributes?: Array<{
|
|
6007
|
+
id: string;
|
|
5871
6008
|
}> | null;
|
|
5872
6009
|
}>;
|
|
5873
6010
|
};
|
|
5874
6011
|
};
|
|
5875
|
-
export type
|
|
6012
|
+
export type SaveViewMutationVariables = Exact<{
|
|
5876
6013
|
view: ViewInput;
|
|
5877
6014
|
}>;
|
|
5878
|
-
export type
|
|
6015
|
+
export type SaveViewMutation = {
|
|
5879
6016
|
saveView: {
|
|
5880
6017
|
id: string;
|
|
5881
6018
|
shared: boolean;
|
|
@@ -5883,7 +6020,7 @@ export type AddViewMutation = {
|
|
|
5883
6020
|
description?: any | null;
|
|
5884
6021
|
color?: string | null;
|
|
5885
6022
|
display: {
|
|
5886
|
-
size
|
|
6023
|
+
size?: ViewSizes | null;
|
|
5887
6024
|
type: ViewTypes;
|
|
5888
6025
|
};
|
|
5889
6026
|
created_by: {
|
|
@@ -5906,10 +6043,10 @@ export type AddViewMutation = {
|
|
|
5906
6043
|
label?: any | null;
|
|
5907
6044
|
} | null;
|
|
5908
6045
|
}> | null;
|
|
5909
|
-
sort?: {
|
|
6046
|
+
sort?: Array<{
|
|
5910
6047
|
field: string;
|
|
5911
6048
|
order: SortOrder;
|
|
5912
|
-
} | null;
|
|
6049
|
+
}> | null;
|
|
5913
6050
|
valuesVersions?: Array<{
|
|
5914
6051
|
treeId: string;
|
|
5915
6052
|
treeNode: {
|
|
@@ -5930,20 +6067,61 @@ export type AddViewMutation = {
|
|
|
5930
6067
|
};
|
|
5931
6068
|
};
|
|
5932
6069
|
}> | null;
|
|
5933
|
-
|
|
5934
|
-
|
|
5935
|
-
value?: any | null;
|
|
6070
|
+
attributes?: Array<{
|
|
6071
|
+
id: string;
|
|
5936
6072
|
}> | null;
|
|
5937
6073
|
};
|
|
5938
6074
|
};
|
|
5939
|
-
export type
|
|
6075
|
+
export type ExplorerAttributesQueryVariables = Exact<{
|
|
6076
|
+
ids?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
6077
|
+
}>;
|
|
6078
|
+
export type ExplorerAttributesQuery = {
|
|
6079
|
+
attributes?: {
|
|
6080
|
+
list: Array<{
|
|
6081
|
+
id: string;
|
|
6082
|
+
type: AttributeType;
|
|
6083
|
+
format?: AttributeFormat | null;
|
|
6084
|
+
label?: any | null;
|
|
6085
|
+
linked_library?: {
|
|
6086
|
+
id: string;
|
|
6087
|
+
label?: any | null;
|
|
6088
|
+
} | null;
|
|
6089
|
+
} | {
|
|
6090
|
+
id: string;
|
|
6091
|
+
type: AttributeType;
|
|
6092
|
+
format?: AttributeFormat | null;
|
|
6093
|
+
label?: any | null;
|
|
6094
|
+
}>;
|
|
6095
|
+
} | null;
|
|
6096
|
+
};
|
|
6097
|
+
export type ExplorerLinkAttributeQueryVariables = Exact<{
|
|
6098
|
+
id: Scalars['ID'];
|
|
6099
|
+
}>;
|
|
6100
|
+
export type ExplorerLinkAttributeQuery = {
|
|
6101
|
+
attributes?: {
|
|
6102
|
+
list: Array<{
|
|
6103
|
+
label?: any | null;
|
|
6104
|
+
id: string;
|
|
6105
|
+
multiple_values: boolean;
|
|
6106
|
+
linked_library?: {
|
|
6107
|
+
id: string;
|
|
6108
|
+
label?: any | null;
|
|
6109
|
+
} | null;
|
|
6110
|
+
} | {
|
|
6111
|
+
id: string;
|
|
6112
|
+
multiple_values: boolean;
|
|
6113
|
+
}>;
|
|
6114
|
+
} | null;
|
|
6115
|
+
};
|
|
6116
|
+
export type ExplorerLibraryDataQueryVariables = Exact<{
|
|
5940
6117
|
libraryId: Scalars['ID'];
|
|
5941
6118
|
attributeIds: Array<Scalars['ID']> | Scalars['ID'];
|
|
5942
6119
|
pagination?: InputMaybe<RecordsPagination>;
|
|
5943
6120
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
5944
6121
|
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
6122
|
+
searchQuery?: InputMaybe<Scalars['String']>;
|
|
5945
6123
|
}>;
|
|
5946
|
-
export type
|
|
6124
|
+
export type ExplorerLibraryDataQuery = {
|
|
5947
6125
|
records: {
|
|
5948
6126
|
totalCount?: number | null;
|
|
5949
6127
|
list: Array<{
|
|
@@ -6002,15 +6180,134 @@ export type ExplorerQuery = {
|
|
|
6002
6180
|
} | null;
|
|
6003
6181
|
} | {
|
|
6004
6182
|
valuePayload?: any | null;
|
|
6183
|
+
valueRawPayload?: any | null;
|
|
6005
6184
|
}>;
|
|
6006
6185
|
}>;
|
|
6007
6186
|
}>;
|
|
6008
6187
|
};
|
|
6009
6188
|
};
|
|
6010
|
-
export type
|
|
6189
|
+
export type ExplorerLinkDataQueryVariables = Exact<{
|
|
6190
|
+
attributeIds: Array<Scalars['ID']> | Scalars['ID'];
|
|
6191
|
+
parentLibraryId: Scalars['ID'];
|
|
6192
|
+
parentRecordId?: InputMaybe<Scalars['String']>;
|
|
6193
|
+
linkAttributeId: Scalars['ID'];
|
|
6194
|
+
}>;
|
|
6195
|
+
export type ExplorerLinkDataQuery = {
|
|
6196
|
+
records: {
|
|
6197
|
+
list: Array<{
|
|
6198
|
+
id: string;
|
|
6199
|
+
whoAmI: {
|
|
6200
|
+
id: string;
|
|
6201
|
+
library: {
|
|
6202
|
+
id: string;
|
|
6203
|
+
};
|
|
6204
|
+
};
|
|
6205
|
+
property: Array<{
|
|
6206
|
+
id_value?: string | null;
|
|
6207
|
+
payload?: {
|
|
6208
|
+
id: string;
|
|
6209
|
+
whoAmI: {
|
|
6210
|
+
id: string;
|
|
6211
|
+
label?: string | null;
|
|
6212
|
+
subLabel?: string | null;
|
|
6213
|
+
color?: string | null;
|
|
6214
|
+
preview?: IPreviewScalar | null;
|
|
6215
|
+
library: {
|
|
6216
|
+
id: string;
|
|
6217
|
+
label?: any | null;
|
|
6218
|
+
};
|
|
6219
|
+
};
|
|
6220
|
+
properties: Array<{
|
|
6221
|
+
attributeId: string;
|
|
6222
|
+
attributeProperties: {
|
|
6223
|
+
id: string;
|
|
6224
|
+
label?: any | null;
|
|
6225
|
+
type: AttributeType;
|
|
6226
|
+
format?: AttributeFormat | null;
|
|
6227
|
+
multiple_values: boolean;
|
|
6228
|
+
};
|
|
6229
|
+
values: Array<{
|
|
6230
|
+
linkPayload?: {
|
|
6231
|
+
id: string;
|
|
6232
|
+
whoAmI: {
|
|
6233
|
+
id: string;
|
|
6234
|
+
label?: string | null;
|
|
6235
|
+
subLabel?: string | null;
|
|
6236
|
+
color?: string | null;
|
|
6237
|
+
preview?: IPreviewScalar | null;
|
|
6238
|
+
library: {
|
|
6239
|
+
id: string;
|
|
6240
|
+
label?: any | null;
|
|
6241
|
+
};
|
|
6242
|
+
};
|
|
6243
|
+
} | null;
|
|
6244
|
+
} | {
|
|
6245
|
+
treePayload?: {
|
|
6246
|
+
record: {
|
|
6247
|
+
id: string;
|
|
6248
|
+
whoAmI: {
|
|
6249
|
+
id: string;
|
|
6250
|
+
label?: string | null;
|
|
6251
|
+
subLabel?: string | null;
|
|
6252
|
+
color?: string | null;
|
|
6253
|
+
preview?: IPreviewScalar | null;
|
|
6254
|
+
library: {
|
|
6255
|
+
id: string;
|
|
6256
|
+
label?: any | null;
|
|
6257
|
+
};
|
|
6258
|
+
};
|
|
6259
|
+
};
|
|
6260
|
+
} | null;
|
|
6261
|
+
} | {
|
|
6262
|
+
valuePayload?: any | null;
|
|
6263
|
+
valueRawPayload?: any | null;
|
|
6264
|
+
}>;
|
|
6265
|
+
}>;
|
|
6266
|
+
} | null;
|
|
6267
|
+
} | {
|
|
6268
|
+
id_value?: string | null;
|
|
6269
|
+
}>;
|
|
6270
|
+
}>;
|
|
6271
|
+
};
|
|
6272
|
+
};
|
|
6273
|
+
export type GetLibraryAttributesQueryVariables = Exact<{
|
|
6274
|
+
id: Scalars['ID'];
|
|
6275
|
+
}>;
|
|
6276
|
+
export type GetLibraryAttributesQuery = {
|
|
6277
|
+
libraries?: {
|
|
6278
|
+
list: Array<{
|
|
6279
|
+
id: string;
|
|
6280
|
+
attributes?: Array<{
|
|
6281
|
+
id: string;
|
|
6282
|
+
type: AttributeType;
|
|
6283
|
+
label?: any | null;
|
|
6284
|
+
linked_library?: {
|
|
6285
|
+
id: string;
|
|
6286
|
+
label?: any | null;
|
|
6287
|
+
attributes?: Array<{
|
|
6288
|
+
id: string;
|
|
6289
|
+
type: AttributeType;
|
|
6290
|
+
format?: AttributeFormat | null;
|
|
6291
|
+
label?: any | null;
|
|
6292
|
+
}> | null;
|
|
6293
|
+
} | null;
|
|
6294
|
+
} | {
|
|
6295
|
+
format?: AttributeFormat | null;
|
|
6296
|
+
id: string;
|
|
6297
|
+
type: AttributeType;
|
|
6298
|
+
label?: any | null;
|
|
6299
|
+
} | {
|
|
6300
|
+
id: string;
|
|
6301
|
+
type: AttributeType;
|
|
6302
|
+
label?: any | null;
|
|
6303
|
+
}> | null;
|
|
6304
|
+
}>;
|
|
6305
|
+
} | null;
|
|
6306
|
+
};
|
|
6307
|
+
export type ExplorerLibraryDetailsQueryVariables = Exact<{
|
|
6011
6308
|
libraryId: Scalars['ID'];
|
|
6012
6309
|
}>;
|
|
6013
|
-
export type
|
|
6310
|
+
export type ExplorerLibraryDetailsQuery = {
|
|
6014
6311
|
libraries?: {
|
|
6015
6312
|
list: Array<{
|
|
6016
6313
|
id: string;
|
|
@@ -6018,9 +6315,21 @@ export type ExplorerLibraryDataQuery = {
|
|
|
6018
6315
|
}>;
|
|
6019
6316
|
} | null;
|
|
6020
6317
|
};
|
|
6318
|
+
export type TreeDataQueryQueryVariables = Exact<{
|
|
6319
|
+
treeId: Scalars['ID'];
|
|
6320
|
+
}>;
|
|
6321
|
+
export type TreeDataQueryQuery = {
|
|
6322
|
+
trees?: {
|
|
6323
|
+
list: Array<{
|
|
6324
|
+
id: string;
|
|
6325
|
+
label?: any | null;
|
|
6326
|
+
}>;
|
|
6327
|
+
} | null;
|
|
6328
|
+
};
|
|
6021
6329
|
export declare const RecordIdentityFragmentDoc: Apollo.DocumentNode;
|
|
6022
6330
|
export declare const DetailsApplicationFragmentDoc: Apollo.DocumentNode;
|
|
6023
6331
|
export declare const AttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6332
|
+
export declare const AttributesByLibLinkAttributeFragmentDoc: Apollo.DocumentNode;
|
|
6024
6333
|
export declare const AttributesByLibAttributeFragmentDoc: Apollo.DocumentNode;
|
|
6025
6334
|
export declare const LibraryLightFragmentDoc: Apollo.DocumentNode;
|
|
6026
6335
|
export declare const LibraryLinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
@@ -6035,9 +6344,14 @@ export declare const RecordFormElementFragmentDoc: Apollo.DocumentNode;
|
|
|
6035
6344
|
export declare const TreeLightFragmentDoc: Apollo.DocumentNode;
|
|
6036
6345
|
export declare const TreeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6037
6346
|
export declare const TreeNodeChildFragmentDoc: Apollo.DocumentNode;
|
|
6347
|
+
export declare const ViewDetailsFilterFragmentDoc: Apollo.DocumentNode;
|
|
6038
6348
|
export declare const ViewDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6039
|
-
export declare const
|
|
6349
|
+
export declare const LinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6040
6350
|
export declare const AttributePropertiesFragmentDoc: Apollo.DocumentNode;
|
|
6351
|
+
export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
|
|
6352
|
+
export declare const LinkPropertyFragmentDoc: Apollo.DocumentNode;
|
|
6353
|
+
export declare const LibraryAttributeLinkFragmentDoc: Apollo.DocumentNode;
|
|
6354
|
+
export declare const LibraryAttributeFragmentDoc: Apollo.DocumentNode;
|
|
6041
6355
|
export declare const CheckApplicationExistenceDocument: Apollo.DocumentNode;
|
|
6042
6356
|
/**
|
|
6043
6357
|
* __useCheckApplicationExistenceQuery__
|
|
@@ -7423,92 +7737,234 @@ export declare function useGetViewsListLazyQuery(baseOptions?: Apollo.LazyQueryH
|
|
|
7423
7737
|
export type GetViewsListQueryHookResult = ReturnType<typeof useGetViewsListQuery>;
|
|
7424
7738
|
export type GetViewsListLazyQueryHookResult = ReturnType<typeof useGetViewsListLazyQuery>;
|
|
7425
7739
|
export type GetViewsListQueryResult = Apollo.QueryResult<GetViewsListQuery, GetViewsListQueryVariables>;
|
|
7426
|
-
export declare const
|
|
7427
|
-
export type
|
|
7740
|
+
export declare const SaveViewDocument: Apollo.DocumentNode;
|
|
7741
|
+
export type SaveViewMutationFn = Apollo.MutationFunction<SaveViewMutation, SaveViewMutationVariables>;
|
|
7428
7742
|
/**
|
|
7429
|
-
*
|
|
7743
|
+
* __useSaveViewMutation__
|
|
7430
7744
|
*
|
|
7431
|
-
* To run a mutation, you first call `
|
|
7432
|
-
* When your component renders, `
|
|
7745
|
+
* To run a mutation, you first call `useSaveViewMutation` within a React component and pass it any options that fit your needs.
|
|
7746
|
+
* When your component renders, `useSaveViewMutation` returns a tuple that includes:
|
|
7433
7747
|
* - A mutate function that you can call at any time to execute the mutation
|
|
7434
7748
|
* - An object with fields that represent the current status of the mutation's execution
|
|
7435
7749
|
*
|
|
7436
7750
|
* @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;
|
|
7437
7751
|
*
|
|
7438
7752
|
* @example
|
|
7439
|
-
* const [
|
|
7753
|
+
* const [saveViewMutation, { data, loading, error }] = useSaveViewMutation({
|
|
7440
7754
|
* variables: {
|
|
7441
7755
|
* view: // value for 'view'
|
|
7442
7756
|
* },
|
|
7443
7757
|
* });
|
|
7444
7758
|
*/
|
|
7445
|
-
export declare function
|
|
7759
|
+
export declare function useSaveViewMutation(baseOptions?: Apollo.MutationHookOptions<SaveViewMutation, SaveViewMutationVariables>): Apollo.MutationTuple<SaveViewMutation, Exact<{
|
|
7446
7760
|
view: ViewInput;
|
|
7447
7761
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
7448
|
-
export type
|
|
7449
|
-
export type
|
|
7450
|
-
export type
|
|
7451
|
-
export declare const
|
|
7762
|
+
export type SaveViewMutationHookResult = ReturnType<typeof useSaveViewMutation>;
|
|
7763
|
+
export type SaveViewMutationResult = Apollo.MutationResult<SaveViewMutation>;
|
|
7764
|
+
export type SaveViewMutationOptions = Apollo.BaseMutationOptions<SaveViewMutation, SaveViewMutationVariables>;
|
|
7765
|
+
export declare const ExplorerAttributesDocument: Apollo.DocumentNode;
|
|
7452
7766
|
/**
|
|
7453
|
-
*
|
|
7767
|
+
* __useExplorerAttributesQuery__
|
|
7454
7768
|
*
|
|
7455
|
-
* To run a query within a React component, call `
|
|
7456
|
-
* When your component renders, `
|
|
7769
|
+
* To run a query within a React component, call `useExplorerAttributesQuery` and pass it any options that fit your needs.
|
|
7770
|
+
* When your component renders, `useExplorerAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7457
7771
|
* you can use to render your UI.
|
|
7458
7772
|
*
|
|
7459
7773
|
* @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;
|
|
7460
7774
|
*
|
|
7461
7775
|
* @example
|
|
7462
|
-
* const { data, loading, error } =
|
|
7776
|
+
* const { data, loading, error } = useExplorerAttributesQuery({
|
|
7777
|
+
* variables: {
|
|
7778
|
+
* ids: // value for 'ids'
|
|
7779
|
+
* },
|
|
7780
|
+
* });
|
|
7781
|
+
*/
|
|
7782
|
+
export declare function useExplorerAttributesQuery(baseOptions?: Apollo.QueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.QueryResult<ExplorerAttributesQuery, Exact<{
|
|
7783
|
+
ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7784
|
+
}>>;
|
|
7785
|
+
export declare function useExplorerAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerAttributesQuery, Exact<{
|
|
7786
|
+
ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7787
|
+
}>>;
|
|
7788
|
+
export type ExplorerAttributesQueryHookResult = ReturnType<typeof useExplorerAttributesQuery>;
|
|
7789
|
+
export type ExplorerAttributesLazyQueryHookResult = ReturnType<typeof useExplorerAttributesLazyQuery>;
|
|
7790
|
+
export type ExplorerAttributesQueryResult = Apollo.QueryResult<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>;
|
|
7791
|
+
export declare const ExplorerLinkAttributeDocument: Apollo.DocumentNode;
|
|
7792
|
+
/**
|
|
7793
|
+
* __useExplorerLinkAttributeQuery__
|
|
7794
|
+
*
|
|
7795
|
+
* To run a query within a React component, call `useExplorerLinkAttributeQuery` and pass it any options that fit your needs.
|
|
7796
|
+
* When your component renders, `useExplorerLinkAttributeQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7797
|
+
* you can use to render your UI.
|
|
7798
|
+
*
|
|
7799
|
+
* @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;
|
|
7800
|
+
*
|
|
7801
|
+
* @example
|
|
7802
|
+
* const { data, loading, error } = useExplorerLinkAttributeQuery({
|
|
7803
|
+
* variables: {
|
|
7804
|
+
* id: // value for 'id'
|
|
7805
|
+
* },
|
|
7806
|
+
* });
|
|
7807
|
+
*/
|
|
7808
|
+
export declare function useExplorerLinkAttributeQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.QueryResult<ExplorerLinkAttributeQuery, Exact<{
|
|
7809
|
+
id: Scalars["ID"];
|
|
7810
|
+
}>>;
|
|
7811
|
+
export declare function useExplorerLinkAttributeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkAttributeQuery, Exact<{
|
|
7812
|
+
id: Scalars["ID"];
|
|
7813
|
+
}>>;
|
|
7814
|
+
export type ExplorerLinkAttributeQueryHookResult = ReturnType<typeof useExplorerLinkAttributeQuery>;
|
|
7815
|
+
export type ExplorerLinkAttributeLazyQueryHookResult = ReturnType<typeof useExplorerLinkAttributeLazyQuery>;
|
|
7816
|
+
export type ExplorerLinkAttributeQueryResult = Apollo.QueryResult<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>;
|
|
7817
|
+
export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
|
|
7818
|
+
/**
|
|
7819
|
+
* __useExplorerLibraryDataQuery__
|
|
7820
|
+
*
|
|
7821
|
+
* To run a query within a React component, call `useExplorerLibraryDataQuery` and pass it any options that fit your needs.
|
|
7822
|
+
* When your component renders, `useExplorerLibraryDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7823
|
+
* you can use to render your UI.
|
|
7824
|
+
*
|
|
7825
|
+
* @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;
|
|
7826
|
+
*
|
|
7827
|
+
* @example
|
|
7828
|
+
* const { data, loading, error } = useExplorerLibraryDataQuery({
|
|
7463
7829
|
* variables: {
|
|
7464
7830
|
* libraryId: // value for 'libraryId'
|
|
7465
7831
|
* attributeIds: // value for 'attributeIds'
|
|
7466
7832
|
* pagination: // value for 'pagination'
|
|
7467
7833
|
* filters: // value for 'filters'
|
|
7468
7834
|
* multipleSort: // value for 'multipleSort'
|
|
7835
|
+
* searchQuery: // value for 'searchQuery'
|
|
7469
7836
|
* },
|
|
7470
7837
|
* });
|
|
7471
7838
|
*/
|
|
7472
|
-
export declare function
|
|
7839
|
+
export declare function useExplorerLibraryDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.QueryResult<ExplorerLibraryDataQuery, Exact<{
|
|
7473
7840
|
libraryId: Scalars["ID"];
|
|
7474
7841
|
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7475
7842
|
pagination?: InputMaybe<RecordsPagination>;
|
|
7476
7843
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7477
7844
|
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
7845
|
+
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
7478
7846
|
}>>;
|
|
7479
|
-
export declare function
|
|
7847
|
+
export declare function useExplorerLibraryDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDataQuery, Exact<{
|
|
7480
7848
|
libraryId: Scalars["ID"];
|
|
7481
7849
|
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7482
7850
|
pagination?: InputMaybe<RecordsPagination>;
|
|
7483
7851
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7484
7852
|
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
7853
|
+
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
7485
7854
|
}>>;
|
|
7486
|
-
export type
|
|
7487
|
-
export type
|
|
7488
|
-
export type
|
|
7489
|
-
export declare const
|
|
7855
|
+
export type ExplorerLibraryDataQueryHookResult = ReturnType<typeof useExplorerLibraryDataQuery>;
|
|
7856
|
+
export type ExplorerLibraryDataLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDataLazyQuery>;
|
|
7857
|
+
export type ExplorerLibraryDataQueryResult = Apollo.QueryResult<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>;
|
|
7858
|
+
export declare const ExplorerLinkDataDocument: Apollo.DocumentNode;
|
|
7490
7859
|
/**
|
|
7491
|
-
*
|
|
7860
|
+
* __useExplorerLinkDataQuery__
|
|
7492
7861
|
*
|
|
7493
|
-
* To run a query within a React component, call `
|
|
7494
|
-
* When your component renders, `
|
|
7862
|
+
* To run a query within a React component, call `useExplorerLinkDataQuery` and pass it any options that fit your needs.
|
|
7863
|
+
* When your component renders, `useExplorerLinkDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7495
7864
|
* you can use to render your UI.
|
|
7496
7865
|
*
|
|
7497
7866
|
* @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;
|
|
7498
7867
|
*
|
|
7499
7868
|
* @example
|
|
7500
|
-
* const { data, loading, error } =
|
|
7869
|
+
* const { data, loading, error } = useExplorerLinkDataQuery({
|
|
7870
|
+
* variables: {
|
|
7871
|
+
* attributeIds: // value for 'attributeIds'
|
|
7872
|
+
* parentLibraryId: // value for 'parentLibraryId'
|
|
7873
|
+
* parentRecordId: // value for 'parentRecordId'
|
|
7874
|
+
* linkAttributeId: // value for 'linkAttributeId'
|
|
7875
|
+
* },
|
|
7876
|
+
* });
|
|
7877
|
+
*/
|
|
7878
|
+
export declare function useExplorerLinkDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.QueryResult<ExplorerLinkDataQuery, Exact<{
|
|
7879
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7880
|
+
parentLibraryId: Scalars["ID"];
|
|
7881
|
+
parentRecordId?: InputMaybe<Scalars["String"]>;
|
|
7882
|
+
linkAttributeId: Scalars["ID"];
|
|
7883
|
+
}>>;
|
|
7884
|
+
export declare function useExplorerLinkDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkDataQuery, Exact<{
|
|
7885
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7886
|
+
parentLibraryId: Scalars["ID"];
|
|
7887
|
+
parentRecordId?: InputMaybe<Scalars["String"]>;
|
|
7888
|
+
linkAttributeId: Scalars["ID"];
|
|
7889
|
+
}>>;
|
|
7890
|
+
export type ExplorerLinkDataQueryHookResult = ReturnType<typeof useExplorerLinkDataQuery>;
|
|
7891
|
+
export type ExplorerLinkDataLazyQueryHookResult = ReturnType<typeof useExplorerLinkDataLazyQuery>;
|
|
7892
|
+
export type ExplorerLinkDataQueryResult = Apollo.QueryResult<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>;
|
|
7893
|
+
export declare const GetLibraryAttributesDocument: Apollo.DocumentNode;
|
|
7894
|
+
/**
|
|
7895
|
+
* __useGetLibraryAttributesQuery__
|
|
7896
|
+
*
|
|
7897
|
+
* To run a query within a React component, call `useGetLibraryAttributesQuery` and pass it any options that fit your needs.
|
|
7898
|
+
* When your component renders, `useGetLibraryAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7899
|
+
* you can use to render your UI.
|
|
7900
|
+
*
|
|
7901
|
+
* @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;
|
|
7902
|
+
*
|
|
7903
|
+
* @example
|
|
7904
|
+
* const { data, loading, error } = useGetLibraryAttributesQuery({
|
|
7905
|
+
* variables: {
|
|
7906
|
+
* id: // value for 'id'
|
|
7907
|
+
* },
|
|
7908
|
+
* });
|
|
7909
|
+
*/
|
|
7910
|
+
export declare function useGetLibraryAttributesQuery(baseOptions: Apollo.QueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.QueryResult<GetLibraryAttributesQuery, Exact<{
|
|
7911
|
+
id: Scalars["ID"];
|
|
7912
|
+
}>>;
|
|
7913
|
+
export declare function useGetLibraryAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryAttributesQuery, Exact<{
|
|
7914
|
+
id: Scalars["ID"];
|
|
7915
|
+
}>>;
|
|
7916
|
+
export type GetLibraryAttributesQueryHookResult = ReturnType<typeof useGetLibraryAttributesQuery>;
|
|
7917
|
+
export type GetLibraryAttributesLazyQueryHookResult = ReturnType<typeof useGetLibraryAttributesLazyQuery>;
|
|
7918
|
+
export type GetLibraryAttributesQueryResult = Apollo.QueryResult<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>;
|
|
7919
|
+
export declare const ExplorerLibraryDetailsDocument: Apollo.DocumentNode;
|
|
7920
|
+
/**
|
|
7921
|
+
* __useExplorerLibraryDetailsQuery__
|
|
7922
|
+
*
|
|
7923
|
+
* To run a query within a React component, call `useExplorerLibraryDetailsQuery` and pass it any options that fit your needs.
|
|
7924
|
+
* When your component renders, `useExplorerLibraryDetailsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7925
|
+
* you can use to render your UI.
|
|
7926
|
+
*
|
|
7927
|
+
* @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;
|
|
7928
|
+
*
|
|
7929
|
+
* @example
|
|
7930
|
+
* const { data, loading, error } = useExplorerLibraryDetailsQuery({
|
|
7501
7931
|
* variables: {
|
|
7502
7932
|
* libraryId: // value for 'libraryId'
|
|
7503
7933
|
* },
|
|
7504
7934
|
* });
|
|
7505
7935
|
*/
|
|
7506
|
-
export declare function
|
|
7936
|
+
export declare function useExplorerLibraryDetailsQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.QueryResult<ExplorerLibraryDetailsQuery, Exact<{
|
|
7507
7937
|
libraryId: Scalars["ID"];
|
|
7508
7938
|
}>>;
|
|
7509
|
-
export declare function
|
|
7939
|
+
export declare function useExplorerLibraryDetailsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDetailsQuery, Exact<{
|
|
7510
7940
|
libraryId: Scalars["ID"];
|
|
7511
7941
|
}>>;
|
|
7512
|
-
export type
|
|
7513
|
-
export type
|
|
7514
|
-
export type
|
|
7942
|
+
export type ExplorerLibraryDetailsQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsQuery>;
|
|
7943
|
+
export type ExplorerLibraryDetailsLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsLazyQuery>;
|
|
7944
|
+
export type ExplorerLibraryDetailsQueryResult = Apollo.QueryResult<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>;
|
|
7945
|
+
export declare const TreeDataQueryDocument: Apollo.DocumentNode;
|
|
7946
|
+
/**
|
|
7947
|
+
* __useTreeDataQueryQuery__
|
|
7948
|
+
*
|
|
7949
|
+
* To run a query within a React component, call `useTreeDataQueryQuery` and pass it any options that fit your needs.
|
|
7950
|
+
* When your component renders, `useTreeDataQueryQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7951
|
+
* you can use to render your UI.
|
|
7952
|
+
*
|
|
7953
|
+
* @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;
|
|
7954
|
+
*
|
|
7955
|
+
* @example
|
|
7956
|
+
* const { data, loading, error } = useTreeDataQueryQuery({
|
|
7957
|
+
* variables: {
|
|
7958
|
+
* treeId: // value for 'treeId'
|
|
7959
|
+
* },
|
|
7960
|
+
* });
|
|
7961
|
+
*/
|
|
7962
|
+
export declare function useTreeDataQueryQuery(baseOptions: Apollo.QueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.QueryResult<TreeDataQueryQuery, Exact<{
|
|
7963
|
+
treeId: Scalars["ID"];
|
|
7964
|
+
}>>;
|
|
7965
|
+
export declare function useTreeDataQueryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.LazyQueryResultTuple<TreeDataQueryQuery, Exact<{
|
|
7966
|
+
treeId: Scalars["ID"];
|
|
7967
|
+
}>>;
|
|
7968
|
+
export type TreeDataQueryQueryHookResult = ReturnType<typeof useTreeDataQueryQuery>;
|
|
7969
|
+
export type TreeDataQueryLazyQueryHookResult = ReturnType<typeof useTreeDataQueryLazyQuery>;
|
|
7970
|
+
export type TreeDataQueryQueryResult = Apollo.QueryResult<TreeDataQueryQuery, TreeDataQueryQueryVariables>;
|