@leav/ui 0.3.6-4d50dfd → 0.3.6-50b62a3
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 +11 -5
- package/dist/__mocks__/common/form.js +18 -2
- package/dist/__mocks__/common/form.js.map +1 -1
- package/dist/__mocks__/common/record.d.ts +13 -2
- package/dist/__mocks__/common/record.js.map +1 -1
- package/dist/__mocks__/common/value.js +3 -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 +436 -94
- package/dist/_gqlTypes/index.js +254 -45
- 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/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/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/EditApplication/EditApplication.js +2 -2
- package/dist/components/EditApplication/EditApplication.js.map +1 -1
- package/dist/components/EditApplication/_types.d.ts +2 -2
- package/dist/components/Explorer/DataView.d.ts +9 -1
- package/dist/components/Explorer/DataView.js +36 -36
- package/dist/components/Explorer/DataView.js.map +1 -1
- package/dist/components/Explorer/Explorer.d.ts +5 -3
- package/dist/components/Explorer/Explorer.js +57 -23
- 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/IdCard.d.ts +7 -0
- package/dist/components/Explorer/IdCard.js +15 -0
- package/dist/components/Explorer/IdCard.js.map +1 -0
- package/dist/components/Explorer/TableCell.d.ts +8 -0
- package/dist/components/Explorer/TableCell.js +144 -0
- package/dist/components/Explorer/TableCell.js.map +1 -0
- package/dist/components/Explorer/TableTagGroup.d.ts +7 -0
- package/dist/components/Explorer/TableTagGroup.js +30 -0
- package/dist/components/Explorer/TableTagGroup.js.map +1 -0
- package/dist/components/Explorer/_constants.d.ts +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 +30 -6
- package/dist/components/Explorer/_queries/useExplorerData.js +175 -14
- package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -1
- package/dist/components/Explorer/_types.d.ts +53 -4
- 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/index.d.ts +1 -5
- package/dist/components/Explorer/index.js +1 -5
- package/dist/components/Explorer/index.js.map +1 -1
- package/dist/components/Explorer/{edit-settings → manage-view-settings/_shared}/ColumnItem.d.ts +2 -1
- package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js +85 -0
- package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js.map +1 -0
- 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/_shared/useAttributeDetailsData.d.ts +11 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js +61 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.d.ts +6 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.js +28 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.d.ts +6 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js +56 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.d.ts +8 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.js +12 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.d.ts +4 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js +83 -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 +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/index.d.ts +8 -0
- package/dist/components/Explorer/manage-view-settings/index.js +11 -0
- package/dist/components/Explorer/manage-view-settings/index.js.map +1 -0
- package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/EditSettingsContext.d.ts +2 -0
- package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/EditSettingsContext.js +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.d.ts +7 -0
- package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/EditSettingsContextProvider.js +2 -1
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.js.map +1 -0
- package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/SidePanel.js +2 -2
- package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useEditSettings.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.d.ts +5 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js +39 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.js.map +1 -0
- package/dist/components/Explorer/{edit-settings → manage-view-settings/router-menu}/SettingsPanel.d.ts +2 -1
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js +70 -0
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.d.ts +4 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js +113 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.d.ts +10 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.js +32 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.js.map +1 -0
- package/dist/components/Explorer/{edit-settings/ViewSetingsContext.d.ts → manage-view-settings/store-view-settings/ViewSettingsContext.d.ts} +1 -2
- package/dist/components/Explorer/{edit-settings/ViewSetingsContext.js → manage-view-settings/store-view-settings/ViewSettingsContext.js} +2 -6
- package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.js.map +1 -0
- package/dist/components/Explorer/{edit-settings → manage-view-settings/store-view-settings}/useViewSettingsContext.js +1 -1
- package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.d.ts +4 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +24 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.d.ts +145 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +199 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.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/useEditAction.js +8 -6
- package/dist/components/Explorer/useEditAction.js.map +1 -1
- package/dist/components/Explorer/usePagination.d.ts +7 -0
- package/dist/components/Explorer/usePagination.js +25 -0
- package/dist/components/Explorer/usePagination.js.map +1 -0
- package/dist/components/Explorer/usePrimaryActions.d.ts +1 -9
- package/dist/components/Explorer/usePrimaryActions.js +16 -17
- package/dist/components/Explorer/usePrimaryActions.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.d.ts +10 -0
- package/dist/components/Explorer/useSearchInput.js +31 -0
- package/dist/components/Explorer/useSearchInput.js.map +1 -0
- package/dist/components/Explorer/useTableScrollableHeight.d.ts +5 -0
- package/dist/components/Explorer/useTableScrollableHeight.js +15 -0
- package/dist/components/Explorer/useTableScrollableHeight.js.map +1 -0
- package/dist/components/Explorer/useViewSettingsReducer.d.ts +8 -0
- package/dist/components/Explorer/useViewSettingsReducer.js +126 -0
- package/dist/components/Explorer/useViewSettingsReducer.js.map +1 -0
- package/dist/components/ExportModal/ExportModal.js +2 -2
- package/dist/components/ExportModal/ExportModal.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js +5 -5
- package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js +2 -2
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js +7 -11
- package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js +7 -2
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js +7 -5
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuView/MenuView.js +4 -9
- package/dist/components/LibraryItemsList/MenuView/MenuView.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js +2 -3
- package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/View/View.js +3 -3
- package/dist/components/LibraryItemsList/ViewPanel/View/View.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js +4 -9
- package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js +7 -5
- package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/_types.d.ts +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.d.ts +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js +25 -33
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/EditRecord.d.ts +1 -0
- package/dist/components/RecordEdition/EditRecord/EditRecord.js +9 -17
- 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 +10 -21
- package/dist/components/RecordEdition/EditRecordContent/_types.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.d.ts +5 -1
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.js +44 -34
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.d.ts +3 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js +8 -2
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/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/DeleteAllValuesButton.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js +25 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.d.ts +5 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +178 -186
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.d.ts +2 -8
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js +11 -30
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.d.ts +2 -13
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js +73 -45
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js +35 -46
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js +11 -76
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js +32 -49
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +38 -54
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js +51 -63
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js +33 -53
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +17 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +67 -401
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/{MonoValueSelect.js → DSListSelect.js} +48 -52
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.d.ts +2 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.d.ts +16 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.js +2 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.d.ts +42 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js +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 +32 -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/useDebouncedValue/index.d.ts +1 -0
- package/dist/{components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler → hooks/useDebouncedValue}/index.js +1 -1
- package/dist/hooks/useDebouncedValue/index.js.map +1 -0
- 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/hooks/useGetRecordForm/useGetRecordForm.d.ts +1 -0
- package/dist/hooks/useGetRecordForm/useGetRecordForm.js.map +1 -1
- package/dist/locales/en/shared.json +71 -15
- package/dist/locales/fr/shared.json +71 -15
- package/dist/types/views.d.ts +4 -4
- package/package.json +7 -2
- package/dist/components/Explorer/edit-settings/ColumnItem.js +0 -62
- package/dist/components/Explorer/edit-settings/ColumnItem.js.map +0 -1
- package/dist/components/Explorer/edit-settings/DisplayMode.d.ts +0 -6
- package/dist/components/Explorer/edit-settings/DisplayMode.js +0 -34
- package/dist/components/Explorer/edit-settings/DisplayMode.js.map +0 -1
- package/dist/components/Explorer/edit-settings/DisplayModeTable.d.ts +0 -6
- package/dist/components/Explorer/edit-settings/DisplayModeTable.js +0 -76
- package/dist/components/Explorer/edit-settings/DisplayModeTable.js.map +0 -1
- package/dist/components/Explorer/edit-settings/EditSettingsContext.js.map +0 -1
- package/dist/components/Explorer/edit-settings/EditSettingsContextProvider.d.ts +0 -2
- package/dist/components/Explorer/edit-settings/EditSettingsContextProvider.js.map +0 -1
- package/dist/components/Explorer/edit-settings/SettingItem.js.map +0 -1
- package/dist/components/Explorer/edit-settings/SettingsPanel.js +0 -53
- package/dist/components/Explorer/edit-settings/SettingsPanel.js.map +0 -1
- package/dist/components/Explorer/edit-settings/SidePanel.js.map +0 -1
- package/dist/components/Explorer/edit-settings/ViewSetingsContext.js.map +0 -1
- package/dist/components/Explorer/edit-settings/ViewSetingsContextProvider.d.ts +0 -2
- package/dist/components/Explorer/edit-settings/ViewSetingsContextProvider.js +0 -12
- package/dist/components/Explorer/edit-settings/ViewSetingsContextProvider.js.map +0 -1
- package/dist/components/Explorer/edit-settings/useEditSettings.js.map +0 -1
- package/dist/components/Explorer/edit-settings/useGetLibraryColumns.d.ts +0 -10
- package/dist/components/Explorer/edit-settings/useGetLibraryColumns.js +0 -24
- package/dist/components/Explorer/edit-settings/useGetLibraryColumns.js.map +0 -1
- package/dist/components/Explorer/edit-settings/useOpenSettings.d.ts +0 -1
- package/dist/components/Explorer/edit-settings/useOpenSettings.js +0 -19
- package/dist/components/Explorer/edit-settings/useOpenSettings.js.map +0 -1
- package/dist/components/Explorer/edit-settings/useViewSettingsContext.js.map +0 -1
- package/dist/components/Explorer/edit-settings/viewSettingsReducer.d.ts +0 -42
- package/dist/components/Explorer/edit-settings/viewSettingsReducer.js +0 -53
- package/dist/components/Explorer/edit-settings/viewSettingsReducer.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/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.d.ts +0 -13
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.js +0 -90
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.d.ts +0 -7
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.js +0 -45
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.d.ts +0 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.js +0 -141
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/MonoValueSelect.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/MonoValueSelect.js.map +0 -1
- package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.d.ts +0 -6
- package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.js.map +0 -1
- /package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/SidePanel.d.ts +0 -0
- /package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/useEditSettings.d.ts +0 -0
- /package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/useEditSettings.js +0 -0
- /package/dist/components/Explorer/{edit-settings → manage-view-settings/router-menu}/SettingItem.d.ts +0 -0
- /package/dist/components/Explorer/{edit-settings → manage-view-settings/router-menu}/SettingItem.js +0 -0
- /package/dist/components/Explorer/{edit-settings → manage-view-settings/store-view-settings}/useViewSettingsContext.d.ts +0 -0
|
@@ -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,33 @@ 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
|
+
};
|
|
2550
|
+
export type AttributePropertiesFragment = {
|
|
2551
|
+
id: string;
|
|
2552
|
+
label?: any | null;
|
|
2553
|
+
type: AttributeType;
|
|
2554
|
+
format?: AttributeFormat | null;
|
|
2555
|
+
multiple_values: boolean;
|
|
2556
|
+
};
|
|
2526
2557
|
export type PropertyValueLinkValueFragment = {
|
|
2527
2558
|
linkPayload?: {
|
|
2528
2559
|
id: string;
|
|
@@ -2538,10 +2569,6 @@ export type PropertyValueLinkValueFragment = {
|
|
|
2538
2569
|
};
|
|
2539
2570
|
};
|
|
2540
2571
|
} | null;
|
|
2541
|
-
attribute: {
|
|
2542
|
-
type: AttributeType;
|
|
2543
|
-
label?: any | null;
|
|
2544
|
-
};
|
|
2545
2572
|
};
|
|
2546
2573
|
export type PropertyValueTreeValueFragment = {
|
|
2547
2574
|
treePayload?: {
|
|
@@ -2560,19 +2587,79 @@ export type PropertyValueTreeValueFragment = {
|
|
|
2560
2587
|
};
|
|
2561
2588
|
};
|
|
2562
2589
|
} | null;
|
|
2563
|
-
attribute: {
|
|
2564
|
-
type: AttributeType;
|
|
2565
|
-
label?: any | null;
|
|
2566
|
-
};
|
|
2567
2590
|
};
|
|
2568
2591
|
export type PropertyValueValueFragment = {
|
|
2569
2592
|
valuePayload?: any | null;
|
|
2570
|
-
|
|
2571
|
-
type: AttributeType;
|
|
2572
|
-
label?: any | null;
|
|
2573
|
-
};
|
|
2593
|
+
valueRawPayload?: any | null;
|
|
2574
2594
|
};
|
|
2575
2595
|
export type PropertyValueFragment = PropertyValueLinkValueFragment | PropertyValueTreeValueFragment | PropertyValueValueFragment;
|
|
2596
|
+
export type LinkPropertyLinkValueFragment = {
|
|
2597
|
+
id_value?: string | null;
|
|
2598
|
+
payload?: {
|
|
2599
|
+
id: string;
|
|
2600
|
+
properties: Array<{
|
|
2601
|
+
attributeId: string;
|
|
2602
|
+
attributeProperties: {
|
|
2603
|
+
id: string;
|
|
2604
|
+
label?: any | null;
|
|
2605
|
+
type: AttributeType;
|
|
2606
|
+
format?: AttributeFormat | null;
|
|
2607
|
+
multiple_values: boolean;
|
|
2608
|
+
};
|
|
2609
|
+
values: Array<{
|
|
2610
|
+
linkPayload?: {
|
|
2611
|
+
id: string;
|
|
2612
|
+
whoAmI: {
|
|
2613
|
+
id: string;
|
|
2614
|
+
label?: string | null;
|
|
2615
|
+
subLabel?: string | null;
|
|
2616
|
+
color?: string | null;
|
|
2617
|
+
preview?: IPreviewScalar | null;
|
|
2618
|
+
library: {
|
|
2619
|
+
id: string;
|
|
2620
|
+
label?: any | null;
|
|
2621
|
+
};
|
|
2622
|
+
};
|
|
2623
|
+
} | null;
|
|
2624
|
+
} | {
|
|
2625
|
+
treePayload?: {
|
|
2626
|
+
record: {
|
|
2627
|
+
id: string;
|
|
2628
|
+
whoAmI: {
|
|
2629
|
+
id: string;
|
|
2630
|
+
label?: string | null;
|
|
2631
|
+
subLabel?: string | null;
|
|
2632
|
+
color?: string | null;
|
|
2633
|
+
preview?: IPreviewScalar | null;
|
|
2634
|
+
library: {
|
|
2635
|
+
id: string;
|
|
2636
|
+
label?: any | null;
|
|
2637
|
+
};
|
|
2638
|
+
};
|
|
2639
|
+
};
|
|
2640
|
+
} | null;
|
|
2641
|
+
} | {
|
|
2642
|
+
valuePayload?: any | null;
|
|
2643
|
+
valueRawPayload?: any | null;
|
|
2644
|
+
}>;
|
|
2645
|
+
}>;
|
|
2646
|
+
whoAmI: {
|
|
2647
|
+
id: string;
|
|
2648
|
+
label?: string | null;
|
|
2649
|
+
subLabel?: string | null;
|
|
2650
|
+
color?: string | null;
|
|
2651
|
+
preview?: IPreviewScalar | null;
|
|
2652
|
+
library: {
|
|
2653
|
+
id: string;
|
|
2654
|
+
label?: any | null;
|
|
2655
|
+
};
|
|
2656
|
+
};
|
|
2657
|
+
} | null;
|
|
2658
|
+
};
|
|
2659
|
+
export type LinkPropertyTreeValueValueFragment = {
|
|
2660
|
+
id_value?: string | null;
|
|
2661
|
+
};
|
|
2662
|
+
export type LinkPropertyFragment = LinkPropertyLinkValueFragment | LinkPropertyTreeValueValueFragment;
|
|
2576
2663
|
export type CheckApplicationExistenceQueryVariables = Exact<{
|
|
2577
2664
|
id?: InputMaybe<Scalars['ID']>;
|
|
2578
2665
|
endpoint?: InputMaybe<Scalars['String']>;
|
|
@@ -3967,7 +4054,9 @@ export type RecordFormQuery = {
|
|
|
3967
4054
|
format?: AttributeFormat | null;
|
|
3968
4055
|
system: boolean;
|
|
3969
4056
|
readonly: boolean;
|
|
4057
|
+
required: boolean;
|
|
3970
4058
|
multiple_values: boolean;
|
|
4059
|
+
compute: boolean;
|
|
3971
4060
|
linked_library?: {
|
|
3972
4061
|
id: string;
|
|
3973
4062
|
label?: any | null;
|
|
@@ -4048,7 +4137,9 @@ export type RecordFormQuery = {
|
|
|
4048
4137
|
format?: AttributeFormat | null;
|
|
4049
4138
|
system: boolean;
|
|
4050
4139
|
readonly: boolean;
|
|
4140
|
+
required: boolean;
|
|
4051
4141
|
multiple_values: boolean;
|
|
4142
|
+
compute: boolean;
|
|
4052
4143
|
values_list?: {
|
|
4053
4144
|
enable: boolean;
|
|
4054
4145
|
allowFreeEntry?: boolean | null;
|
|
@@ -4116,7 +4207,9 @@ export type RecordFormQuery = {
|
|
|
4116
4207
|
format?: AttributeFormat | null;
|
|
4117
4208
|
system: boolean;
|
|
4118
4209
|
readonly: boolean;
|
|
4210
|
+
required: boolean;
|
|
4119
4211
|
multiple_values: boolean;
|
|
4212
|
+
compute: boolean;
|
|
4120
4213
|
linked_tree?: {
|
|
4121
4214
|
id: string;
|
|
4122
4215
|
label?: any | null;
|
|
@@ -5757,7 +5850,7 @@ export type GetViewQuery = {
|
|
|
5757
5850
|
description?: any | null;
|
|
5758
5851
|
color?: string | null;
|
|
5759
5852
|
display: {
|
|
5760
|
-
size
|
|
5853
|
+
size?: ViewSizes | null;
|
|
5761
5854
|
type: ViewTypes;
|
|
5762
5855
|
};
|
|
5763
5856
|
created_by: {
|
|
@@ -5780,10 +5873,10 @@ export type GetViewQuery = {
|
|
|
5780
5873
|
label?: any | null;
|
|
5781
5874
|
} | null;
|
|
5782
5875
|
}> | null;
|
|
5783
|
-
sort?: {
|
|
5876
|
+
sort?: Array<{
|
|
5784
5877
|
field: string;
|
|
5785
5878
|
order: SortOrder;
|
|
5786
|
-
} | null;
|
|
5879
|
+
}> | null;
|
|
5787
5880
|
valuesVersions?: Array<{
|
|
5788
5881
|
treeId: string;
|
|
5789
5882
|
treeNode: {
|
|
@@ -5804,9 +5897,8 @@ export type GetViewQuery = {
|
|
|
5804
5897
|
};
|
|
5805
5898
|
};
|
|
5806
5899
|
}> | null;
|
|
5807
|
-
|
|
5808
|
-
|
|
5809
|
-
value?: any | null;
|
|
5900
|
+
attributes?: Array<{
|
|
5901
|
+
id: string;
|
|
5810
5902
|
}> | null;
|
|
5811
5903
|
};
|
|
5812
5904
|
};
|
|
@@ -5823,7 +5915,7 @@ export type GetViewsListQuery = {
|
|
|
5823
5915
|
description?: any | null;
|
|
5824
5916
|
color?: string | null;
|
|
5825
5917
|
display: {
|
|
5826
|
-
size
|
|
5918
|
+
size?: ViewSizes | null;
|
|
5827
5919
|
type: ViewTypes;
|
|
5828
5920
|
};
|
|
5829
5921
|
created_by: {
|
|
@@ -5846,10 +5938,10 @@ export type GetViewsListQuery = {
|
|
|
5846
5938
|
label?: any | null;
|
|
5847
5939
|
} | null;
|
|
5848
5940
|
}> | null;
|
|
5849
|
-
sort?: {
|
|
5941
|
+
sort?: Array<{
|
|
5850
5942
|
field: string;
|
|
5851
5943
|
order: SortOrder;
|
|
5852
|
-
} | null;
|
|
5944
|
+
}> | null;
|
|
5853
5945
|
valuesVersions?: Array<{
|
|
5854
5946
|
treeId: string;
|
|
5855
5947
|
treeNode: {
|
|
@@ -5870,17 +5962,16 @@ export type GetViewsListQuery = {
|
|
|
5870
5962
|
};
|
|
5871
5963
|
};
|
|
5872
5964
|
}> | null;
|
|
5873
|
-
|
|
5874
|
-
|
|
5875
|
-
value?: any | null;
|
|
5965
|
+
attributes?: Array<{
|
|
5966
|
+
id: string;
|
|
5876
5967
|
}> | null;
|
|
5877
5968
|
}>;
|
|
5878
5969
|
};
|
|
5879
5970
|
};
|
|
5880
|
-
export type
|
|
5971
|
+
export type SaveViewMutationVariables = Exact<{
|
|
5881
5972
|
view: ViewInput;
|
|
5882
5973
|
}>;
|
|
5883
|
-
export type
|
|
5974
|
+
export type SaveViewMutation = {
|
|
5884
5975
|
saveView: {
|
|
5885
5976
|
id: string;
|
|
5886
5977
|
shared: boolean;
|
|
@@ -5888,7 +5979,7 @@ export type AddViewMutation = {
|
|
|
5888
5979
|
description?: any | null;
|
|
5889
5980
|
color?: string | null;
|
|
5890
5981
|
display: {
|
|
5891
|
-
size
|
|
5982
|
+
size?: ViewSizes | null;
|
|
5892
5983
|
type: ViewTypes;
|
|
5893
5984
|
};
|
|
5894
5985
|
created_by: {
|
|
@@ -5911,10 +6002,10 @@ export type AddViewMutation = {
|
|
|
5911
6002
|
label?: any | null;
|
|
5912
6003
|
} | null;
|
|
5913
6004
|
}> | null;
|
|
5914
|
-
sort?: {
|
|
6005
|
+
sort?: Array<{
|
|
5915
6006
|
field: string;
|
|
5916
6007
|
order: SortOrder;
|
|
5917
|
-
} | null;
|
|
6008
|
+
}> | null;
|
|
5918
6009
|
valuesVersions?: Array<{
|
|
5919
6010
|
treeId: string;
|
|
5920
6011
|
treeNode: {
|
|
@@ -5935,19 +6026,53 @@ export type AddViewMutation = {
|
|
|
5935
6026
|
};
|
|
5936
6027
|
};
|
|
5937
6028
|
}> | null;
|
|
5938
|
-
|
|
5939
|
-
|
|
5940
|
-
value?: any | null;
|
|
6029
|
+
attributes?: Array<{
|
|
6030
|
+
id: string;
|
|
5941
6031
|
}> | null;
|
|
5942
6032
|
};
|
|
5943
6033
|
};
|
|
5944
|
-
export type
|
|
6034
|
+
export type ExplorerAttributesQueryVariables = Exact<{
|
|
6035
|
+
ids?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
6036
|
+
}>;
|
|
6037
|
+
export type ExplorerAttributesQuery = {
|
|
6038
|
+
attributes?: {
|
|
6039
|
+
list: Array<{
|
|
6040
|
+
id: string;
|
|
6041
|
+
type: AttributeType;
|
|
6042
|
+
format?: AttributeFormat | null;
|
|
6043
|
+
label?: any | null;
|
|
6044
|
+
}>;
|
|
6045
|
+
} | null;
|
|
6046
|
+
};
|
|
6047
|
+
export type ExplorerLinkAttributeQueryVariables = Exact<{
|
|
6048
|
+
id: Scalars['ID'];
|
|
6049
|
+
}>;
|
|
6050
|
+
export type ExplorerLinkAttributeQuery = {
|
|
6051
|
+
attributes?: {
|
|
6052
|
+
list: Array<{
|
|
6053
|
+
label?: any | null;
|
|
6054
|
+
id: string;
|
|
6055
|
+
multiple_values: boolean;
|
|
6056
|
+
linked_library?: {
|
|
6057
|
+
id: string;
|
|
6058
|
+
} | null;
|
|
6059
|
+
} | {
|
|
6060
|
+
id: string;
|
|
6061
|
+
multiple_values: boolean;
|
|
6062
|
+
}>;
|
|
6063
|
+
} | null;
|
|
6064
|
+
};
|
|
6065
|
+
export type ExplorerLibraryDataQueryVariables = Exact<{
|
|
5945
6066
|
libraryId: Scalars['ID'];
|
|
5946
6067
|
attributeIds: Array<Scalars['ID']> | Scalars['ID'];
|
|
6068
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
5947
6069
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
6070
|
+
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
6071
|
+
searchQuery?: InputMaybe<Scalars['String']>;
|
|
5948
6072
|
}>;
|
|
5949
|
-
export type
|
|
6073
|
+
export type ExplorerLibraryDataQuery = {
|
|
5950
6074
|
records: {
|
|
6075
|
+
totalCount?: number | null;
|
|
5951
6076
|
list: Array<{
|
|
5952
6077
|
id: string;
|
|
5953
6078
|
whoAmI: {
|
|
@@ -5963,6 +6088,13 @@ export type ExplorerQuery = {
|
|
|
5963
6088
|
};
|
|
5964
6089
|
properties: Array<{
|
|
5965
6090
|
attributeId: string;
|
|
6091
|
+
attributeProperties: {
|
|
6092
|
+
id: string;
|
|
6093
|
+
label?: any | null;
|
|
6094
|
+
type: AttributeType;
|
|
6095
|
+
format?: AttributeFormat | null;
|
|
6096
|
+
multiple_values: boolean;
|
|
6097
|
+
};
|
|
5966
6098
|
values: Array<{
|
|
5967
6099
|
linkPayload?: {
|
|
5968
6100
|
id: string;
|
|
@@ -5978,10 +6110,6 @@ export type ExplorerQuery = {
|
|
|
5978
6110
|
};
|
|
5979
6111
|
};
|
|
5980
6112
|
} | null;
|
|
5981
|
-
attribute: {
|
|
5982
|
-
type: AttributeType;
|
|
5983
|
-
label?: any | null;
|
|
5984
|
-
};
|
|
5985
6113
|
} | {
|
|
5986
6114
|
treePayload?: {
|
|
5987
6115
|
record: {
|
|
@@ -5999,25 +6127,102 @@ export type ExplorerQuery = {
|
|
|
5999
6127
|
};
|
|
6000
6128
|
};
|
|
6001
6129
|
} | null;
|
|
6002
|
-
attribute: {
|
|
6003
|
-
type: AttributeType;
|
|
6004
|
-
label?: any | null;
|
|
6005
|
-
};
|
|
6006
6130
|
} | {
|
|
6007
6131
|
valuePayload?: any | null;
|
|
6008
|
-
|
|
6009
|
-
type: AttributeType;
|
|
6010
|
-
label?: any | null;
|
|
6011
|
-
};
|
|
6132
|
+
valueRawPayload?: any | null;
|
|
6012
6133
|
}>;
|
|
6013
6134
|
}>;
|
|
6014
6135
|
}>;
|
|
6015
6136
|
};
|
|
6016
6137
|
};
|
|
6017
|
-
export type
|
|
6138
|
+
export type ExplorerLinkDataQueryVariables = Exact<{
|
|
6139
|
+
attributeIds: Array<Scalars['ID']> | Scalars['ID'];
|
|
6140
|
+
parentLibraryId: Scalars['ID'];
|
|
6141
|
+
parentRecordId?: InputMaybe<Scalars['String']>;
|
|
6142
|
+
linkAttributeId: Scalars['ID'];
|
|
6143
|
+
}>;
|
|
6144
|
+
export type ExplorerLinkDataQuery = {
|
|
6145
|
+
records: {
|
|
6146
|
+
list: Array<{
|
|
6147
|
+
id: string;
|
|
6148
|
+
whoAmI: {
|
|
6149
|
+
id: string;
|
|
6150
|
+
library: {
|
|
6151
|
+
id: string;
|
|
6152
|
+
};
|
|
6153
|
+
};
|
|
6154
|
+
property: Array<{
|
|
6155
|
+
id_value?: string | null;
|
|
6156
|
+
payload?: {
|
|
6157
|
+
id: string;
|
|
6158
|
+
whoAmI: {
|
|
6159
|
+
id: string;
|
|
6160
|
+
label?: string | null;
|
|
6161
|
+
subLabel?: string | null;
|
|
6162
|
+
color?: string | null;
|
|
6163
|
+
preview?: IPreviewScalar | null;
|
|
6164
|
+
library: {
|
|
6165
|
+
id: string;
|
|
6166
|
+
label?: any | null;
|
|
6167
|
+
};
|
|
6168
|
+
};
|
|
6169
|
+
properties: Array<{
|
|
6170
|
+
attributeId: string;
|
|
6171
|
+
attributeProperties: {
|
|
6172
|
+
id: string;
|
|
6173
|
+
label?: any | null;
|
|
6174
|
+
type: AttributeType;
|
|
6175
|
+
format?: AttributeFormat | null;
|
|
6176
|
+
multiple_values: boolean;
|
|
6177
|
+
};
|
|
6178
|
+
values: Array<{
|
|
6179
|
+
linkPayload?: {
|
|
6180
|
+
id: string;
|
|
6181
|
+
whoAmI: {
|
|
6182
|
+
id: string;
|
|
6183
|
+
label?: string | null;
|
|
6184
|
+
subLabel?: string | null;
|
|
6185
|
+
color?: string | null;
|
|
6186
|
+
preview?: IPreviewScalar | null;
|
|
6187
|
+
library: {
|
|
6188
|
+
id: string;
|
|
6189
|
+
label?: any | null;
|
|
6190
|
+
};
|
|
6191
|
+
};
|
|
6192
|
+
} | null;
|
|
6193
|
+
} | {
|
|
6194
|
+
treePayload?: {
|
|
6195
|
+
record: {
|
|
6196
|
+
id: string;
|
|
6197
|
+
whoAmI: {
|
|
6198
|
+
id: string;
|
|
6199
|
+
label?: string | null;
|
|
6200
|
+
subLabel?: string | null;
|
|
6201
|
+
color?: string | null;
|
|
6202
|
+
preview?: IPreviewScalar | null;
|
|
6203
|
+
library: {
|
|
6204
|
+
id: string;
|
|
6205
|
+
label?: any | null;
|
|
6206
|
+
};
|
|
6207
|
+
};
|
|
6208
|
+
};
|
|
6209
|
+
} | null;
|
|
6210
|
+
} | {
|
|
6211
|
+
valuePayload?: any | null;
|
|
6212
|
+
valueRawPayload?: any | null;
|
|
6213
|
+
}>;
|
|
6214
|
+
}>;
|
|
6215
|
+
} | null;
|
|
6216
|
+
} | {
|
|
6217
|
+
id_value?: string | null;
|
|
6218
|
+
}>;
|
|
6219
|
+
}>;
|
|
6220
|
+
};
|
|
6221
|
+
};
|
|
6222
|
+
export type ExplorerLibraryDetailsQueryVariables = Exact<{
|
|
6018
6223
|
libraryId: Scalars['ID'];
|
|
6019
6224
|
}>;
|
|
6020
|
-
export type
|
|
6225
|
+
export type ExplorerLibraryDetailsQuery = {
|
|
6021
6226
|
libraries?: {
|
|
6022
6227
|
list: Array<{
|
|
6023
6228
|
id: string;
|
|
@@ -6025,6 +6230,17 @@ export type ExplorerLibraryDataQuery = {
|
|
|
6025
6230
|
}>;
|
|
6026
6231
|
} | null;
|
|
6027
6232
|
};
|
|
6233
|
+
export type TreeDataQueryQueryVariables = Exact<{
|
|
6234
|
+
treeId: Scalars['ID'];
|
|
6235
|
+
}>;
|
|
6236
|
+
export type TreeDataQueryQuery = {
|
|
6237
|
+
trees?: {
|
|
6238
|
+
list: Array<{
|
|
6239
|
+
id: string;
|
|
6240
|
+
label?: any | null;
|
|
6241
|
+
}>;
|
|
6242
|
+
} | null;
|
|
6243
|
+
};
|
|
6028
6244
|
export declare const RecordIdentityFragmentDoc: Apollo.DocumentNode;
|
|
6029
6245
|
export declare const DetailsApplicationFragmentDoc: Apollo.DocumentNode;
|
|
6030
6246
|
export declare const AttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
@@ -6042,8 +6258,12 @@ export declare const RecordFormElementFragmentDoc: Apollo.DocumentNode;
|
|
|
6042
6258
|
export declare const TreeLightFragmentDoc: Apollo.DocumentNode;
|
|
6043
6259
|
export declare const TreeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6044
6260
|
export declare const TreeNodeChildFragmentDoc: Apollo.DocumentNode;
|
|
6261
|
+
export declare const ViewDetailsFilterFragmentDoc: Apollo.DocumentNode;
|
|
6045
6262
|
export declare const ViewDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6263
|
+
export declare const LinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6264
|
+
export declare const AttributePropertiesFragmentDoc: Apollo.DocumentNode;
|
|
6046
6265
|
export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
|
|
6266
|
+
export declare const LinkPropertyFragmentDoc: Apollo.DocumentNode;
|
|
6047
6267
|
export declare const CheckApplicationExistenceDocument: Apollo.DocumentNode;
|
|
6048
6268
|
/**
|
|
6049
6269
|
* __useCheckApplicationExistenceQuery__
|
|
@@ -7429,63 +7649,83 @@ export declare function useGetViewsListLazyQuery(baseOptions?: Apollo.LazyQueryH
|
|
|
7429
7649
|
export type GetViewsListQueryHookResult = ReturnType<typeof useGetViewsListQuery>;
|
|
7430
7650
|
export type GetViewsListLazyQueryHookResult = ReturnType<typeof useGetViewsListLazyQuery>;
|
|
7431
7651
|
export type GetViewsListQueryResult = Apollo.QueryResult<GetViewsListQuery, GetViewsListQueryVariables>;
|
|
7432
|
-
export declare const
|
|
7433
|
-
export type
|
|
7652
|
+
export declare const SaveViewDocument: Apollo.DocumentNode;
|
|
7653
|
+
export type SaveViewMutationFn = Apollo.MutationFunction<SaveViewMutation, SaveViewMutationVariables>;
|
|
7434
7654
|
/**
|
|
7435
|
-
*
|
|
7655
|
+
* __useSaveViewMutation__
|
|
7436
7656
|
*
|
|
7437
|
-
* To run a mutation, you first call `
|
|
7438
|
-
* When your component renders, `
|
|
7657
|
+
* To run a mutation, you first call `useSaveViewMutation` within a React component and pass it any options that fit your needs.
|
|
7658
|
+
* When your component renders, `useSaveViewMutation` returns a tuple that includes:
|
|
7439
7659
|
* - A mutate function that you can call at any time to execute the mutation
|
|
7440
7660
|
* - An object with fields that represent the current status of the mutation's execution
|
|
7441
7661
|
*
|
|
7442
7662
|
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
|
7443
7663
|
*
|
|
7444
7664
|
* @example
|
|
7445
|
-
* const [
|
|
7665
|
+
* const [saveViewMutation, { data, loading, error }] = useSaveViewMutation({
|
|
7446
7666
|
* variables: {
|
|
7447
7667
|
* view: // value for 'view'
|
|
7448
7668
|
* },
|
|
7449
7669
|
* });
|
|
7450
7670
|
*/
|
|
7451
|
-
export declare function
|
|
7671
|
+
export declare function useSaveViewMutation(baseOptions?: Apollo.MutationHookOptions<SaveViewMutation, SaveViewMutationVariables>): Apollo.MutationTuple<SaveViewMutation, Exact<{
|
|
7452
7672
|
view: ViewInput;
|
|
7453
7673
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
7454
|
-
export type
|
|
7455
|
-
export type
|
|
7456
|
-
export type
|
|
7457
|
-
export declare const
|
|
7674
|
+
export type SaveViewMutationHookResult = ReturnType<typeof useSaveViewMutation>;
|
|
7675
|
+
export type SaveViewMutationResult = Apollo.MutationResult<SaveViewMutation>;
|
|
7676
|
+
export type SaveViewMutationOptions = Apollo.BaseMutationOptions<SaveViewMutation, SaveViewMutationVariables>;
|
|
7677
|
+
export declare const ExplorerAttributesDocument: Apollo.DocumentNode;
|
|
7458
7678
|
/**
|
|
7459
|
-
*
|
|
7679
|
+
* __useExplorerAttributesQuery__
|
|
7460
7680
|
*
|
|
7461
|
-
* To run a query within a React component, call `
|
|
7462
|
-
* When your component renders, `
|
|
7681
|
+
* To run a query within a React component, call `useExplorerAttributesQuery` and pass it any options that fit your needs.
|
|
7682
|
+
* When your component renders, `useExplorerAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7463
7683
|
* you can use to render your UI.
|
|
7464
7684
|
*
|
|
7465
7685
|
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
7466
7686
|
*
|
|
7467
7687
|
* @example
|
|
7468
|
-
* const { data, loading, error } =
|
|
7688
|
+
* const { data, loading, error } = useExplorerAttributesQuery({
|
|
7469
7689
|
* variables: {
|
|
7470
|
-
*
|
|
7471
|
-
* attributeIds: // value for 'attributeIds'
|
|
7472
|
-
* filters: // value for 'filters'
|
|
7690
|
+
* ids: // value for 'ids'
|
|
7473
7691
|
* },
|
|
7474
7692
|
* });
|
|
7475
7693
|
*/
|
|
7476
|
-
export declare function
|
|
7477
|
-
|
|
7478
|
-
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7479
|
-
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7694
|
+
export declare function useExplorerAttributesQuery(baseOptions?: Apollo.QueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.QueryResult<ExplorerAttributesQuery, Exact<{
|
|
7695
|
+
ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7480
7696
|
}>>;
|
|
7481
|
-
export declare function
|
|
7482
|
-
|
|
7483
|
-
|
|
7484
|
-
|
|
7697
|
+
export declare function useExplorerAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerAttributesQuery, Exact<{
|
|
7698
|
+
ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7699
|
+
}>>;
|
|
7700
|
+
export type ExplorerAttributesQueryHookResult = ReturnType<typeof useExplorerAttributesQuery>;
|
|
7701
|
+
export type ExplorerAttributesLazyQueryHookResult = ReturnType<typeof useExplorerAttributesLazyQuery>;
|
|
7702
|
+
export type ExplorerAttributesQueryResult = Apollo.QueryResult<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>;
|
|
7703
|
+
export declare const ExplorerLinkAttributeDocument: Apollo.DocumentNode;
|
|
7704
|
+
/**
|
|
7705
|
+
* __useExplorerLinkAttributeQuery__
|
|
7706
|
+
*
|
|
7707
|
+
* To run a query within a React component, call `useExplorerLinkAttributeQuery` and pass it any options that fit your needs.
|
|
7708
|
+
* When your component renders, `useExplorerLinkAttributeQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7709
|
+
* you can use to render your UI.
|
|
7710
|
+
*
|
|
7711
|
+
* @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;
|
|
7712
|
+
*
|
|
7713
|
+
* @example
|
|
7714
|
+
* const { data, loading, error } = useExplorerLinkAttributeQuery({
|
|
7715
|
+
* variables: {
|
|
7716
|
+
* id: // value for 'id'
|
|
7717
|
+
* },
|
|
7718
|
+
* });
|
|
7719
|
+
*/
|
|
7720
|
+
export declare function useExplorerLinkAttributeQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.QueryResult<ExplorerLinkAttributeQuery, Exact<{
|
|
7721
|
+
id: Scalars["ID"];
|
|
7722
|
+
}>>;
|
|
7723
|
+
export declare function useExplorerLinkAttributeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkAttributeQuery, Exact<{
|
|
7724
|
+
id: Scalars["ID"];
|
|
7485
7725
|
}>>;
|
|
7486
|
-
export type
|
|
7487
|
-
export type
|
|
7488
|
-
export type
|
|
7726
|
+
export type ExplorerLinkAttributeQueryHookResult = ReturnType<typeof useExplorerLinkAttributeQuery>;
|
|
7727
|
+
export type ExplorerLinkAttributeLazyQueryHookResult = ReturnType<typeof useExplorerLinkAttributeLazyQuery>;
|
|
7728
|
+
export type ExplorerLinkAttributeQueryResult = Apollo.QueryResult<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>;
|
|
7489
7729
|
export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
|
|
7490
7730
|
/**
|
|
7491
7731
|
* __useExplorerLibraryDataQuery__
|
|
@@ -7500,15 +7740,117 @@ export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
|
|
|
7500
7740
|
* const { data, loading, error } = useExplorerLibraryDataQuery({
|
|
7501
7741
|
* variables: {
|
|
7502
7742
|
* libraryId: // value for 'libraryId'
|
|
7743
|
+
* attributeIds: // value for 'attributeIds'
|
|
7744
|
+
* pagination: // value for 'pagination'
|
|
7745
|
+
* filters: // value for 'filters'
|
|
7746
|
+
* multipleSort: // value for 'multipleSort'
|
|
7747
|
+
* searchQuery: // value for 'searchQuery'
|
|
7503
7748
|
* },
|
|
7504
7749
|
* });
|
|
7505
7750
|
*/
|
|
7506
7751
|
export declare function useExplorerLibraryDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.QueryResult<ExplorerLibraryDataQuery, Exact<{
|
|
7507
7752
|
libraryId: Scalars["ID"];
|
|
7753
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7754
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
7755
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7756
|
+
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
7757
|
+
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
7508
7758
|
}>>;
|
|
7509
7759
|
export declare function useExplorerLibraryDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDataQuery, Exact<{
|
|
7510
7760
|
libraryId: Scalars["ID"];
|
|
7761
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7762
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
7763
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7764
|
+
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
7765
|
+
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
7511
7766
|
}>>;
|
|
7512
7767
|
export type ExplorerLibraryDataQueryHookResult = ReturnType<typeof useExplorerLibraryDataQuery>;
|
|
7513
7768
|
export type ExplorerLibraryDataLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDataLazyQuery>;
|
|
7514
7769
|
export type ExplorerLibraryDataQueryResult = Apollo.QueryResult<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>;
|
|
7770
|
+
export declare const ExplorerLinkDataDocument: Apollo.DocumentNode;
|
|
7771
|
+
/**
|
|
7772
|
+
* __useExplorerLinkDataQuery__
|
|
7773
|
+
*
|
|
7774
|
+
* To run a query within a React component, call `useExplorerLinkDataQuery` and pass it any options that fit your needs.
|
|
7775
|
+
* When your component renders, `useExplorerLinkDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7776
|
+
* you can use to render your UI.
|
|
7777
|
+
*
|
|
7778
|
+
* @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;
|
|
7779
|
+
*
|
|
7780
|
+
* @example
|
|
7781
|
+
* const { data, loading, error } = useExplorerLinkDataQuery({
|
|
7782
|
+
* variables: {
|
|
7783
|
+
* attributeIds: // value for 'attributeIds'
|
|
7784
|
+
* parentLibraryId: // value for 'parentLibraryId'
|
|
7785
|
+
* parentRecordId: // value for 'parentRecordId'
|
|
7786
|
+
* linkAttributeId: // value for 'linkAttributeId'
|
|
7787
|
+
* },
|
|
7788
|
+
* });
|
|
7789
|
+
*/
|
|
7790
|
+
export declare function useExplorerLinkDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.QueryResult<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 declare function useExplorerLinkDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkDataQuery, Exact<{
|
|
7797
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7798
|
+
parentLibraryId: Scalars["ID"];
|
|
7799
|
+
parentRecordId?: InputMaybe<Scalars["String"]>;
|
|
7800
|
+
linkAttributeId: Scalars["ID"];
|
|
7801
|
+
}>>;
|
|
7802
|
+
export type ExplorerLinkDataQueryHookResult = ReturnType<typeof useExplorerLinkDataQuery>;
|
|
7803
|
+
export type ExplorerLinkDataLazyQueryHookResult = ReturnType<typeof useExplorerLinkDataLazyQuery>;
|
|
7804
|
+
export type ExplorerLinkDataQueryResult = Apollo.QueryResult<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>;
|
|
7805
|
+
export declare const ExplorerLibraryDetailsDocument: Apollo.DocumentNode;
|
|
7806
|
+
/**
|
|
7807
|
+
* __useExplorerLibraryDetailsQuery__
|
|
7808
|
+
*
|
|
7809
|
+
* To run a query within a React component, call `useExplorerLibraryDetailsQuery` and pass it any options that fit your needs.
|
|
7810
|
+
* When your component renders, `useExplorerLibraryDetailsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7811
|
+
* you can use to render your UI.
|
|
7812
|
+
*
|
|
7813
|
+
* @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;
|
|
7814
|
+
*
|
|
7815
|
+
* @example
|
|
7816
|
+
* const { data, loading, error } = useExplorerLibraryDetailsQuery({
|
|
7817
|
+
* variables: {
|
|
7818
|
+
* libraryId: // value for 'libraryId'
|
|
7819
|
+
* },
|
|
7820
|
+
* });
|
|
7821
|
+
*/
|
|
7822
|
+
export declare function useExplorerLibraryDetailsQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.QueryResult<ExplorerLibraryDetailsQuery, Exact<{
|
|
7823
|
+
libraryId: Scalars["ID"];
|
|
7824
|
+
}>>;
|
|
7825
|
+
export declare function useExplorerLibraryDetailsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDetailsQuery, Exact<{
|
|
7826
|
+
libraryId: Scalars["ID"];
|
|
7827
|
+
}>>;
|
|
7828
|
+
export type ExplorerLibraryDetailsQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsQuery>;
|
|
7829
|
+
export type ExplorerLibraryDetailsLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsLazyQuery>;
|
|
7830
|
+
export type ExplorerLibraryDetailsQueryResult = Apollo.QueryResult<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>;
|
|
7831
|
+
export declare const TreeDataQueryDocument: Apollo.DocumentNode;
|
|
7832
|
+
/**
|
|
7833
|
+
* __useTreeDataQueryQuery__
|
|
7834
|
+
*
|
|
7835
|
+
* To run a query within a React component, call `useTreeDataQueryQuery` and pass it any options that fit your needs.
|
|
7836
|
+
* When your component renders, `useTreeDataQueryQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7837
|
+
* you can use to render your UI.
|
|
7838
|
+
*
|
|
7839
|
+
* @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;
|
|
7840
|
+
*
|
|
7841
|
+
* @example
|
|
7842
|
+
* const { data, loading, error } = useTreeDataQueryQuery({
|
|
7843
|
+
* variables: {
|
|
7844
|
+
* treeId: // value for 'treeId'
|
|
7845
|
+
* },
|
|
7846
|
+
* });
|
|
7847
|
+
*/
|
|
7848
|
+
export declare function useTreeDataQueryQuery(baseOptions: Apollo.QueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.QueryResult<TreeDataQueryQuery, Exact<{
|
|
7849
|
+
treeId: Scalars["ID"];
|
|
7850
|
+
}>>;
|
|
7851
|
+
export declare function useTreeDataQueryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.LazyQueryResultTuple<TreeDataQueryQuery, Exact<{
|
|
7852
|
+
treeId: Scalars["ID"];
|
|
7853
|
+
}>>;
|
|
7854
|
+
export type TreeDataQueryQueryHookResult = ReturnType<typeof useTreeDataQueryQuery>;
|
|
7855
|
+
export type TreeDataQueryLazyQueryHookResult = ReturnType<typeof useTreeDataQueryLazyQuery>;
|
|
7856
|
+
export type TreeDataQueryQueryResult = Apollo.QueryResult<TreeDataQueryQuery, TreeDataQueryQueryVariables>;
|