@leav/ui 0.3.6-c780e07 → 0.3.6-c904144
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/__mocks__/common/attribute.d.ts +1 -0
- package/dist/__mocks__/common/attribute.js +11 -2
- package/dist/__mocks__/common/attribute.js.map +1 -1
- package/dist/__mocks__/common/form.d.ts +11 -5
- package/dist/__mocks__/common/form.js +20 -4
- 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 +489 -77
- package/dist/_gqlTypes/index.js +280 -34
- 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/getRecordFormQuery.js +2 -0
- package/dist/_queries/records/getRecordFormQuery.js.map +1 -1
- package/dist/_queries/records/recordFormAttributeFragment.js +4 -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 +10 -1
- package/dist/components/Explorer/DataView.js +37 -36
- package/dist/components/Explorer/DataView.js.map +1 -1
- package/dist/components/Explorer/Explorer.d.ts +9 -5
- package/dist/components/Explorer/Explorer.js +58 -15
- package/dist/components/Explorer/Explorer.js.map +1 -1
- package/dist/components/Explorer/ExplorerTitle.d.ts +9 -0
- package/dist/components/Explorer/ExplorerTitle.js +47 -0
- package/dist/components/Explorer/ExplorerTitle.js.map +1 -0
- package/dist/components/Explorer/IdCard.d.ts +7 -0
- package/dist/components/Explorer/IdCard.js +15 -0
- package/dist/components/Explorer/IdCard.js.map +1 -0
- package/dist/components/Explorer/TableCell.d.ts +8 -0
- package/dist/components/Explorer/TableCell.js +143 -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 +35 -0
- package/dist/components/Explorer/_queries/useExplorerData.js +203 -0
- package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -0
- package/dist/components/Explorer/_types.d.ts +80 -0
- package/dist/components/Explorer/_types.js +2 -0
- package/dist/components/Explorer/_types.js.map +1 -0
- package/dist/components/Explorer/conditionsHelper.d.ts +2 -0
- package/dist/components/Explorer/conditionsHelper.js +16 -0
- package/dist/components/Explorer/conditionsHelper.js.map +1 -0
- package/dist/components/Explorer/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 +9 -1
- package/dist/components/Explorer/index.js +6 -1
- package/dist/components/Explorer/index.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.d.ts +12 -0
- 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 +78 -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/manage-view-settings/open-view-settings/EditSettingsContext.d.ts +15 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js +15 -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/manage-view-settings/open-view-settings/EditSettingsContextProvider.js +17 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.d.ts +2 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.js +19 -0
- 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.d.ts +1 -0
- package/dist/components/{RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.js → Explorer/manage-view-settings/open-view-settings/useEditSettings.js} +3 -3
- 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.d.ts +9 -0
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.js +55 -0
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.d.ts +8 -0
- 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 +109 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.d.ts +10 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.js +32 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.d.ts +6 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.js +11 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.d.ts +4 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.js +7 -0
- 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/{useCreateMainAction.d.ts → useCreateAction.d.ts} +3 -3
- package/dist/components/Explorer/{useCreateMainAction.js → useCreateAction.js} +11 -7
- package/dist/components/Explorer/useCreateAction.js.map +1 -0
- package/dist/components/Explorer/useEditAction.d.ts +1 -1
- package/dist/components/Explorer/useEditAction.js +10 -8
- 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 +12 -0
- package/dist/components/Explorer/usePrimaryActions.js +21 -0
- package/dist/components/Explorer/usePrimaryActions.js.map +1 -0
- 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 +125 -0
- package/dist/components/Explorer/useViewSettingsReducer.js.map +1 -0
- package/dist/components/ExportModal/ExportModal.js +2 -2
- package/dist/components/ExportModal/ExportModal.js.map +1 -1
- package/dist/components/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/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 +10 -18
- 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 +9 -20
- package/dist/components/RecordEdition/EditRecordContent/_types.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.d.ts +5 -1
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.js +44 -34
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.d.ts +3 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js +8 -2
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js +3 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.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 +39 -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/DSListSelect.js +141 -0
- 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 -6
- 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 +37 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +10 -4
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +2 -2
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.d.ts +4 -1
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js +36 -3
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.d.ts +4 -7
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js +6 -8
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.d.ts +9 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js +42 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.d.ts +6 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js +35 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.d.ts +2 -281
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js +25 -56
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js +1 -13
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +4 -7
- package/dist/components/SelectTreeNode/SelectTreeNode.js +17 -135
- package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.d.ts +16 -0
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +131 -0
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -0
- package/dist/components/SelectTreeNode/index.d.ts +1 -1
- package/dist/components/SelectTreeNode/index.js +1 -1
- package/dist/components/SelectTreeNode/index.js.map +1 -1
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.d.ts +4 -7
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js +10 -10
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js.map +1 -1
- package/dist/components/SelectTreeNodeModal/index.d.ts +1 -2
- package/dist/components/SelectTreeNodeModal/index.js +1 -2
- package/dist/components/SelectTreeNodeModal/index.js.map +1 -1
- package/dist/components/UploadFiles/UploadFiles.js +1 -1
- package/dist/components/UploadFiles/UploadFiles.js.map +1 -1
- package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js +2 -2
- package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js.map +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +1 -0
- package/dist/components/index.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 +77 -8
- package/dist/locales/fr/shared.json +77 -8
- package/dist/types/views.d.ts +4 -4
- package/package.json +7 -2
- package/dist/components/Explorer/types.d.ts +0 -21
- package/dist/components/Explorer/types.js +0 -2
- package/dist/components/Explorer/types.js.map +0 -1
- package/dist/components/Explorer/useCreateMainAction.js.map +0 -1
- package/dist/components/Explorer/useDeactivateAction.d.ts +0 -12
- package/dist/components/Explorer/useDeactivateAction.js +0 -51
- package/dist/components/Explorer/useDeactivateAction.js.map +0 -1
- package/dist/components/Explorer/useExplorerData.d.ts +0 -11
- package/dist/components/Explorer/useExplorerData.js +0 -23
- package/dist/components/Explorer/useExplorerData.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.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 -89
- 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 +0 -105
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/MonoValueSelect.js.map +0 -1
- package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.d.ts +0 -6
- package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.js.map +0 -1
|
@@ -158,14 +158,15 @@ export declare enum AttributeType {
|
|
|
158
158
|
tree = "tree"
|
|
159
159
|
}
|
|
160
160
|
export type AttributesFiltersInput = {
|
|
161
|
-
format?: InputMaybe<Array<
|
|
161
|
+
format?: InputMaybe<Array<AttributeFormat>>;
|
|
162
162
|
id?: InputMaybe<Scalars['ID']>;
|
|
163
|
+
ids?: InputMaybe<Array<Scalars['ID']>>;
|
|
163
164
|
label?: InputMaybe<Scalars['String']>;
|
|
164
|
-
libraries?: InputMaybe<Array<
|
|
165
|
-
librariesExcluded?: InputMaybe<Array<
|
|
165
|
+
libraries?: InputMaybe<Array<Scalars['String']>>;
|
|
166
|
+
librariesExcluded?: InputMaybe<Array<Scalars['String']>>;
|
|
166
167
|
multiple_values?: InputMaybe<Scalars['Boolean']>;
|
|
167
168
|
system?: InputMaybe<Scalars['Boolean']>;
|
|
168
|
-
type?: InputMaybe<Array<
|
|
169
|
+
type?: InputMaybe<Array<AttributeType>>;
|
|
169
170
|
versionable?: InputMaybe<Scalars['Boolean']>;
|
|
170
171
|
};
|
|
171
172
|
export declare enum AttributesSortableFields {
|
|
@@ -701,6 +702,7 @@ export declare enum ValueVersionMode {
|
|
|
701
702
|
}
|
|
702
703
|
export type ValuesListConfInput = {
|
|
703
704
|
allowFreeEntry?: InputMaybe<Scalars['Boolean']>;
|
|
705
|
+
allowListUpdate?: InputMaybe<Scalars['Boolean']>;
|
|
704
706
|
enable: Scalars['Boolean'];
|
|
705
707
|
values?: InputMaybe<Array<Scalars['String']>>;
|
|
706
708
|
};
|
|
@@ -724,10 +726,11 @@ export declare enum VersionProfilesSortableFields {
|
|
|
724
726
|
id = "id"
|
|
725
727
|
}
|
|
726
728
|
export type ViewDisplayInput = {
|
|
727
|
-
size
|
|
729
|
+
size?: InputMaybe<ViewSizes>;
|
|
728
730
|
type: ViewTypes;
|
|
729
731
|
};
|
|
730
732
|
export type ViewInput = {
|
|
733
|
+
attributes?: InputMaybe<Array<Scalars['String']>>;
|
|
731
734
|
color?: InputMaybe<Scalars['String']>;
|
|
732
735
|
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
733
736
|
display: ViewDisplayInput;
|
|
@@ -735,15 +738,10 @@ export type ViewInput = {
|
|
|
735
738
|
id?: InputMaybe<Scalars['String']>;
|
|
736
739
|
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
737
740
|
library: Scalars['String'];
|
|
738
|
-
settings?: InputMaybe<Array<ViewSettingsInput>>;
|
|
739
741
|
shared: Scalars['Boolean'];
|
|
740
|
-
sort?: InputMaybe<RecordSortInput
|
|
742
|
+
sort?: InputMaybe<Array<RecordSortInput>>;
|
|
741
743
|
valuesVersions?: InputMaybe<Array<ViewValuesVersionInput>>;
|
|
742
744
|
};
|
|
743
|
-
export type ViewSettingsInput = {
|
|
744
|
-
name: Scalars['String'];
|
|
745
|
-
value?: InputMaybe<Scalars['Any']>;
|
|
746
|
-
};
|
|
747
745
|
export declare enum ViewSizes {
|
|
748
746
|
BIG = "BIG",
|
|
749
747
|
MEDIUM = "MEDIUM",
|
|
@@ -1485,7 +1483,9 @@ export type RecordFormElementFragment = {
|
|
|
1485
1483
|
format?: AttributeFormat | null;
|
|
1486
1484
|
system: boolean;
|
|
1487
1485
|
readonly: boolean;
|
|
1486
|
+
required: boolean;
|
|
1488
1487
|
multiple_values: boolean;
|
|
1488
|
+
compute: boolean;
|
|
1489
1489
|
linked_library?: {
|
|
1490
1490
|
id: string;
|
|
1491
1491
|
label?: any | null;
|
|
@@ -1497,6 +1497,7 @@ export type RecordFormElementFragment = {
|
|
|
1497
1497
|
linkValuesList?: {
|
|
1498
1498
|
enable: boolean;
|
|
1499
1499
|
allowFreeEntry?: boolean | null;
|
|
1500
|
+
allowListUpdate?: boolean | null;
|
|
1500
1501
|
values?: Array<{
|
|
1501
1502
|
id: string;
|
|
1502
1503
|
whoAmI: {
|
|
@@ -1542,6 +1543,7 @@ export type RecordFormElementFragment = {
|
|
|
1542
1543
|
values_list?: {
|
|
1543
1544
|
enable: boolean;
|
|
1544
1545
|
allowFreeEntry?: boolean | null;
|
|
1546
|
+
allowListUpdate?: boolean | null;
|
|
1545
1547
|
dateRangeValues?: Array<{
|
|
1546
1548
|
from?: string | null;
|
|
1547
1549
|
to?: string | null;
|
|
@@ -1549,6 +1551,7 @@ export type RecordFormElementFragment = {
|
|
|
1549
1551
|
} | {
|
|
1550
1552
|
enable: boolean;
|
|
1551
1553
|
allowFreeEntry?: boolean | null;
|
|
1554
|
+
allowListUpdate?: boolean | null;
|
|
1552
1555
|
values?: Array<string> | null;
|
|
1553
1556
|
} | null;
|
|
1554
1557
|
metadata_fields?: Array<{
|
|
@@ -1563,10 +1566,13 @@ export type RecordFormElementFragment = {
|
|
|
1563
1566
|
format?: AttributeFormat | null;
|
|
1564
1567
|
system: boolean;
|
|
1565
1568
|
readonly: boolean;
|
|
1569
|
+
required: boolean;
|
|
1566
1570
|
multiple_values: boolean;
|
|
1571
|
+
compute: boolean;
|
|
1567
1572
|
values_list?: {
|
|
1568
1573
|
enable: boolean;
|
|
1569
1574
|
allowFreeEntry?: boolean | null;
|
|
1575
|
+
allowListUpdate?: boolean | null;
|
|
1570
1576
|
dateRangeValues?: Array<{
|
|
1571
1577
|
from?: string | null;
|
|
1572
1578
|
to?: string | null;
|
|
@@ -1574,6 +1580,7 @@ export type RecordFormElementFragment = {
|
|
|
1574
1580
|
} | {
|
|
1575
1581
|
enable: boolean;
|
|
1576
1582
|
allowFreeEntry?: boolean | null;
|
|
1583
|
+
allowListUpdate?: boolean | null;
|
|
1577
1584
|
values?: Array<string> | null;
|
|
1578
1585
|
} | null;
|
|
1579
1586
|
permissions: {
|
|
@@ -1606,6 +1613,7 @@ export type RecordFormElementFragment = {
|
|
|
1606
1613
|
values_list?: {
|
|
1607
1614
|
enable: boolean;
|
|
1608
1615
|
allowFreeEntry?: boolean | null;
|
|
1616
|
+
allowListUpdate?: boolean | null;
|
|
1609
1617
|
dateRangeValues?: Array<{
|
|
1610
1618
|
from?: string | null;
|
|
1611
1619
|
to?: string | null;
|
|
@@ -1613,6 +1621,7 @@ export type RecordFormElementFragment = {
|
|
|
1613
1621
|
} | {
|
|
1614
1622
|
enable: boolean;
|
|
1615
1623
|
allowFreeEntry?: boolean | null;
|
|
1624
|
+
allowListUpdate?: boolean | null;
|
|
1616
1625
|
values?: Array<string> | null;
|
|
1617
1626
|
} | null;
|
|
1618
1627
|
metadata_fields?: Array<{
|
|
@@ -1627,7 +1636,9 @@ export type RecordFormElementFragment = {
|
|
|
1627
1636
|
format?: AttributeFormat | null;
|
|
1628
1637
|
system: boolean;
|
|
1629
1638
|
readonly: boolean;
|
|
1639
|
+
required: boolean;
|
|
1630
1640
|
multiple_values: boolean;
|
|
1641
|
+
compute: boolean;
|
|
1631
1642
|
linked_tree?: {
|
|
1632
1643
|
id: string;
|
|
1633
1644
|
label?: any | null;
|
|
@@ -1635,6 +1646,7 @@ export type RecordFormElementFragment = {
|
|
|
1635
1646
|
treeValuesList?: {
|
|
1636
1647
|
enable: boolean;
|
|
1637
1648
|
allowFreeEntry?: boolean | null;
|
|
1649
|
+
allowListUpdate?: boolean | null;
|
|
1638
1650
|
values?: Array<{
|
|
1639
1651
|
id: string;
|
|
1640
1652
|
record: {
|
|
@@ -1699,6 +1711,7 @@ export type RecordFormElementFragment = {
|
|
|
1699
1711
|
values_list?: {
|
|
1700
1712
|
enable: boolean;
|
|
1701
1713
|
allowFreeEntry?: boolean | null;
|
|
1714
|
+
allowListUpdate?: boolean | null;
|
|
1702
1715
|
dateRangeValues?: Array<{
|
|
1703
1716
|
from?: string | null;
|
|
1704
1717
|
to?: string | null;
|
|
@@ -1706,6 +1719,7 @@ export type RecordFormElementFragment = {
|
|
|
1706
1719
|
} | {
|
|
1707
1720
|
enable: boolean;
|
|
1708
1721
|
allowFreeEntry?: boolean | null;
|
|
1722
|
+
allowListUpdate?: boolean | null;
|
|
1709
1723
|
values?: Array<string> | null;
|
|
1710
1724
|
} | null;
|
|
1711
1725
|
metadata_fields?: Array<{
|
|
@@ -2127,7 +2141,9 @@ export type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2127
2141
|
format?: AttributeFormat | null;
|
|
2128
2142
|
system: boolean;
|
|
2129
2143
|
readonly: boolean;
|
|
2144
|
+
required: boolean;
|
|
2130
2145
|
multiple_values: boolean;
|
|
2146
|
+
compute: boolean;
|
|
2131
2147
|
linked_library?: {
|
|
2132
2148
|
id: string;
|
|
2133
2149
|
label?: any | null;
|
|
@@ -2139,6 +2155,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2139
2155
|
linkValuesList?: {
|
|
2140
2156
|
enable: boolean;
|
|
2141
2157
|
allowFreeEntry?: boolean | null;
|
|
2158
|
+
allowListUpdate?: boolean | null;
|
|
2142
2159
|
values?: Array<{
|
|
2143
2160
|
id: string;
|
|
2144
2161
|
whoAmI: {
|
|
@@ -2184,6 +2201,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2184
2201
|
values_list?: {
|
|
2185
2202
|
enable: boolean;
|
|
2186
2203
|
allowFreeEntry?: boolean | null;
|
|
2204
|
+
allowListUpdate?: boolean | null;
|
|
2187
2205
|
dateRangeValues?: Array<{
|
|
2188
2206
|
from?: string | null;
|
|
2189
2207
|
to?: string | null;
|
|
@@ -2191,6 +2209,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2191
2209
|
} | {
|
|
2192
2210
|
enable: boolean;
|
|
2193
2211
|
allowFreeEntry?: boolean | null;
|
|
2212
|
+
allowListUpdate?: boolean | null;
|
|
2194
2213
|
values?: Array<string> | null;
|
|
2195
2214
|
} | null;
|
|
2196
2215
|
metadata_fields?: Array<{
|
|
@@ -2206,10 +2225,13 @@ export type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2206
2225
|
format?: AttributeFormat | null;
|
|
2207
2226
|
system: boolean;
|
|
2208
2227
|
readonly: boolean;
|
|
2228
|
+
required: boolean;
|
|
2209
2229
|
multiple_values: boolean;
|
|
2230
|
+
compute: boolean;
|
|
2210
2231
|
values_list?: {
|
|
2211
2232
|
enable: boolean;
|
|
2212
2233
|
allowFreeEntry?: boolean | null;
|
|
2234
|
+
allowListUpdate?: boolean | null;
|
|
2213
2235
|
dateRangeValues?: Array<{
|
|
2214
2236
|
from?: string | null;
|
|
2215
2237
|
to?: string | null;
|
|
@@ -2217,6 +2239,7 @@ export type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2217
2239
|
} | {
|
|
2218
2240
|
enable: boolean;
|
|
2219
2241
|
allowFreeEntry?: boolean | null;
|
|
2242
|
+
allowListUpdate?: boolean | null;
|
|
2220
2243
|
values?: Array<string> | null;
|
|
2221
2244
|
} | null;
|
|
2222
2245
|
permissions: {
|
|
@@ -2249,6 +2272,7 @@ export type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2249
2272
|
values_list?: {
|
|
2250
2273
|
enable: boolean;
|
|
2251
2274
|
allowFreeEntry?: boolean | null;
|
|
2275
|
+
allowListUpdate?: boolean | null;
|
|
2252
2276
|
dateRangeValues?: Array<{
|
|
2253
2277
|
from?: string | null;
|
|
2254
2278
|
to?: string | null;
|
|
@@ -2256,6 +2280,7 @@ export type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2256
2280
|
} | {
|
|
2257
2281
|
enable: boolean;
|
|
2258
2282
|
allowFreeEntry?: boolean | null;
|
|
2283
|
+
allowListUpdate?: boolean | null;
|
|
2259
2284
|
values?: Array<string> | null;
|
|
2260
2285
|
} | null;
|
|
2261
2286
|
metadata_fields?: Array<{
|
|
@@ -2271,7 +2296,9 @@ export type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2271
2296
|
format?: AttributeFormat | null;
|
|
2272
2297
|
system: boolean;
|
|
2273
2298
|
readonly: boolean;
|
|
2299
|
+
required: boolean;
|
|
2274
2300
|
multiple_values: boolean;
|
|
2301
|
+
compute: boolean;
|
|
2275
2302
|
linked_tree?: {
|
|
2276
2303
|
id: string;
|
|
2277
2304
|
label?: any | null;
|
|
@@ -2279,6 +2306,7 @@ export type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2279
2306
|
treeValuesList?: {
|
|
2280
2307
|
enable: boolean;
|
|
2281
2308
|
allowFreeEntry?: boolean | null;
|
|
2309
|
+
allowListUpdate?: boolean | null;
|
|
2282
2310
|
values?: Array<{
|
|
2283
2311
|
id: string;
|
|
2284
2312
|
record: {
|
|
@@ -2343,6 +2371,7 @@ export type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2343
2371
|
values_list?: {
|
|
2344
2372
|
enable: boolean;
|
|
2345
2373
|
allowFreeEntry?: boolean | null;
|
|
2374
|
+
allowListUpdate?: boolean | null;
|
|
2346
2375
|
dateRangeValues?: Array<{
|
|
2347
2376
|
from?: string | null;
|
|
2348
2377
|
to?: string | null;
|
|
@@ -2350,6 +2379,7 @@ export type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2350
2379
|
} | {
|
|
2351
2380
|
enable: boolean;
|
|
2352
2381
|
allowFreeEntry?: boolean | null;
|
|
2382
|
+
allowListUpdate?: boolean | null;
|
|
2353
2383
|
values?: Array<string> | null;
|
|
2354
2384
|
} | null;
|
|
2355
2385
|
metadata_fields?: Array<{
|
|
@@ -2361,6 +2391,7 @@ export type RecordFormAttributeFragment = RecordFormAttributeLinkAttributeFragme
|
|
|
2361
2391
|
export type StandardValuesListFragmentStandardDateRangeValuesListConfFragment = {
|
|
2362
2392
|
enable: boolean;
|
|
2363
2393
|
allowFreeEntry?: boolean | null;
|
|
2394
|
+
allowListUpdate?: boolean | null;
|
|
2364
2395
|
dateRangeValues?: Array<{
|
|
2365
2396
|
from?: string | null;
|
|
2366
2397
|
to?: string | null;
|
|
@@ -2369,6 +2400,7 @@ export type StandardValuesListFragmentStandardDateRangeValuesListConfFragment =
|
|
|
2369
2400
|
export type StandardValuesListFragmentStandardStringValuesListConfFragment = {
|
|
2370
2401
|
enable: boolean;
|
|
2371
2402
|
allowFreeEntry?: boolean | null;
|
|
2403
|
+
allowListUpdate?: boolean | null;
|
|
2372
2404
|
values?: Array<string> | null;
|
|
2373
2405
|
};
|
|
2374
2406
|
export type StandardValuesListFragmentFragment = StandardValuesListFragmentStandardDateRangeValuesListConfFragment | StandardValuesListFragmentStandardStringValuesListConfFragment;
|
|
@@ -2448,7 +2480,7 @@ export type ViewDetailsFragment = {
|
|
|
2448
2480
|
description?: any | null;
|
|
2449
2481
|
color?: string | null;
|
|
2450
2482
|
display: {
|
|
2451
|
-
size
|
|
2483
|
+
size?: ViewSizes | null;
|
|
2452
2484
|
type: ViewTypes;
|
|
2453
2485
|
};
|
|
2454
2486
|
created_by: {
|
|
@@ -2471,10 +2503,10 @@ export type ViewDetailsFragment = {
|
|
|
2471
2503
|
label?: any | null;
|
|
2472
2504
|
} | null;
|
|
2473
2505
|
}> | null;
|
|
2474
|
-
sort?: {
|
|
2506
|
+
sort?: Array<{
|
|
2475
2507
|
field: string;
|
|
2476
2508
|
order: SortOrder;
|
|
2477
|
-
} | null;
|
|
2509
|
+
}> | null;
|
|
2478
2510
|
valuesVersions?: Array<{
|
|
2479
2511
|
treeId: string;
|
|
2480
2512
|
treeNode: {
|
|
@@ -2495,11 +2527,33 @@ export type ViewDetailsFragment = {
|
|
|
2495
2527
|
};
|
|
2496
2528
|
};
|
|
2497
2529
|
}> | null;
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
value?: any | null;
|
|
2530
|
+
attributes?: Array<{
|
|
2531
|
+
id: string;
|
|
2501
2532
|
}> | null;
|
|
2502
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
|
+
};
|
|
2503
2557
|
export type PropertyValueLinkValueFragment = {
|
|
2504
2558
|
linkPayload?: {
|
|
2505
2559
|
id: string;
|
|
@@ -2515,9 +2569,6 @@ export type PropertyValueLinkValueFragment = {
|
|
|
2515
2569
|
};
|
|
2516
2570
|
};
|
|
2517
2571
|
} | null;
|
|
2518
|
-
attribute: {
|
|
2519
|
-
type: AttributeType;
|
|
2520
|
-
};
|
|
2521
2572
|
};
|
|
2522
2573
|
export type PropertyValueTreeValueFragment = {
|
|
2523
2574
|
treePayload?: {
|
|
@@ -2536,17 +2587,77 @@ export type PropertyValueTreeValueFragment = {
|
|
|
2536
2587
|
};
|
|
2537
2588
|
};
|
|
2538
2589
|
} | null;
|
|
2539
|
-
attribute: {
|
|
2540
|
-
type: AttributeType;
|
|
2541
|
-
};
|
|
2542
2590
|
};
|
|
2543
2591
|
export type PropertyValueValueFragment = {
|
|
2544
2592
|
valuePayload?: any | null;
|
|
2545
|
-
attribute: {
|
|
2546
|
-
type: AttributeType;
|
|
2547
|
-
};
|
|
2548
2593
|
};
|
|
2549
2594
|
export type PropertyValueFragment = PropertyValueLinkValueFragment | PropertyValueTreeValueFragment | PropertyValueValueFragment;
|
|
2595
|
+
export type LinkPropertyLinkValueFragment = {
|
|
2596
|
+
id_value?: string | null;
|
|
2597
|
+
payload?: {
|
|
2598
|
+
id: string;
|
|
2599
|
+
properties: Array<{
|
|
2600
|
+
attributeId: string;
|
|
2601
|
+
attributeProperties: {
|
|
2602
|
+
id: string;
|
|
2603
|
+
label?: any | null;
|
|
2604
|
+
type: AttributeType;
|
|
2605
|
+
format?: AttributeFormat | null;
|
|
2606
|
+
multiple_values: boolean;
|
|
2607
|
+
};
|
|
2608
|
+
values: Array<{
|
|
2609
|
+
linkPayload?: {
|
|
2610
|
+
id: string;
|
|
2611
|
+
whoAmI: {
|
|
2612
|
+
id: string;
|
|
2613
|
+
label?: string | null;
|
|
2614
|
+
subLabel?: string | null;
|
|
2615
|
+
color?: string | null;
|
|
2616
|
+
preview?: IPreviewScalar | null;
|
|
2617
|
+
library: {
|
|
2618
|
+
id: string;
|
|
2619
|
+
label?: any | null;
|
|
2620
|
+
};
|
|
2621
|
+
};
|
|
2622
|
+
} | null;
|
|
2623
|
+
} | {
|
|
2624
|
+
treePayload?: {
|
|
2625
|
+
record: {
|
|
2626
|
+
id: string;
|
|
2627
|
+
whoAmI: {
|
|
2628
|
+
id: string;
|
|
2629
|
+
label?: string | null;
|
|
2630
|
+
subLabel?: string | null;
|
|
2631
|
+
color?: string | null;
|
|
2632
|
+
preview?: IPreviewScalar | null;
|
|
2633
|
+
library: {
|
|
2634
|
+
id: string;
|
|
2635
|
+
label?: any | null;
|
|
2636
|
+
};
|
|
2637
|
+
};
|
|
2638
|
+
};
|
|
2639
|
+
} | null;
|
|
2640
|
+
} | {
|
|
2641
|
+
valuePayload?: any | null;
|
|
2642
|
+
}>;
|
|
2643
|
+
}>;
|
|
2644
|
+
whoAmI: {
|
|
2645
|
+
id: string;
|
|
2646
|
+
label?: string | null;
|
|
2647
|
+
subLabel?: string | null;
|
|
2648
|
+
color?: string | null;
|
|
2649
|
+
preview?: IPreviewScalar | null;
|
|
2650
|
+
library: {
|
|
2651
|
+
id: string;
|
|
2652
|
+
label?: any | null;
|
|
2653
|
+
};
|
|
2654
|
+
};
|
|
2655
|
+
} | null;
|
|
2656
|
+
};
|
|
2657
|
+
export type LinkPropertyTreeValueValueFragment = {
|
|
2658
|
+
id_value?: string | null;
|
|
2659
|
+
};
|
|
2660
|
+
export type LinkPropertyFragment = LinkPropertyLinkValueFragment | LinkPropertyTreeValueValueFragment;
|
|
2550
2661
|
export type CheckApplicationExistenceQueryVariables = Exact<{
|
|
2551
2662
|
id?: InputMaybe<Scalars['ID']>;
|
|
2552
2663
|
endpoint?: InputMaybe<Scalars['String']>;
|
|
@@ -3941,7 +4052,9 @@ export type RecordFormQuery = {
|
|
|
3941
4052
|
format?: AttributeFormat | null;
|
|
3942
4053
|
system: boolean;
|
|
3943
4054
|
readonly: boolean;
|
|
4055
|
+
required: boolean;
|
|
3944
4056
|
multiple_values: boolean;
|
|
4057
|
+
compute: boolean;
|
|
3945
4058
|
linked_library?: {
|
|
3946
4059
|
id: string;
|
|
3947
4060
|
label?: any | null;
|
|
@@ -3953,6 +4066,7 @@ export type RecordFormQuery = {
|
|
|
3953
4066
|
linkValuesList?: {
|
|
3954
4067
|
enable: boolean;
|
|
3955
4068
|
allowFreeEntry?: boolean | null;
|
|
4069
|
+
allowListUpdate?: boolean | null;
|
|
3956
4070
|
values?: Array<{
|
|
3957
4071
|
id: string;
|
|
3958
4072
|
whoAmI: {
|
|
@@ -3998,6 +4112,7 @@ export type RecordFormQuery = {
|
|
|
3998
4112
|
values_list?: {
|
|
3999
4113
|
enable: boolean;
|
|
4000
4114
|
allowFreeEntry?: boolean | null;
|
|
4115
|
+
allowListUpdate?: boolean | null;
|
|
4001
4116
|
dateRangeValues?: Array<{
|
|
4002
4117
|
from?: string | null;
|
|
4003
4118
|
to?: string | null;
|
|
@@ -4005,6 +4120,7 @@ export type RecordFormQuery = {
|
|
|
4005
4120
|
} | {
|
|
4006
4121
|
enable: boolean;
|
|
4007
4122
|
allowFreeEntry?: boolean | null;
|
|
4123
|
+
allowListUpdate?: boolean | null;
|
|
4008
4124
|
values?: Array<string> | null;
|
|
4009
4125
|
} | null;
|
|
4010
4126
|
metadata_fields?: Array<{
|
|
@@ -4019,10 +4135,13 @@ export type RecordFormQuery = {
|
|
|
4019
4135
|
format?: AttributeFormat | null;
|
|
4020
4136
|
system: boolean;
|
|
4021
4137
|
readonly: boolean;
|
|
4138
|
+
required: boolean;
|
|
4022
4139
|
multiple_values: boolean;
|
|
4140
|
+
compute: boolean;
|
|
4023
4141
|
values_list?: {
|
|
4024
4142
|
enable: boolean;
|
|
4025
4143
|
allowFreeEntry?: boolean | null;
|
|
4144
|
+
allowListUpdate?: boolean | null;
|
|
4026
4145
|
dateRangeValues?: Array<{
|
|
4027
4146
|
from?: string | null;
|
|
4028
4147
|
to?: string | null;
|
|
@@ -4030,6 +4149,7 @@ export type RecordFormQuery = {
|
|
|
4030
4149
|
} | {
|
|
4031
4150
|
enable: boolean;
|
|
4032
4151
|
allowFreeEntry?: boolean | null;
|
|
4152
|
+
allowListUpdate?: boolean | null;
|
|
4033
4153
|
values?: Array<string> | null;
|
|
4034
4154
|
} | null;
|
|
4035
4155
|
permissions: {
|
|
@@ -4062,6 +4182,7 @@ export type RecordFormQuery = {
|
|
|
4062
4182
|
values_list?: {
|
|
4063
4183
|
enable: boolean;
|
|
4064
4184
|
allowFreeEntry?: boolean | null;
|
|
4185
|
+
allowListUpdate?: boolean | null;
|
|
4065
4186
|
dateRangeValues?: Array<{
|
|
4066
4187
|
from?: string | null;
|
|
4067
4188
|
to?: string | null;
|
|
@@ -4069,6 +4190,7 @@ export type RecordFormQuery = {
|
|
|
4069
4190
|
} | {
|
|
4070
4191
|
enable: boolean;
|
|
4071
4192
|
allowFreeEntry?: boolean | null;
|
|
4193
|
+
allowListUpdate?: boolean | null;
|
|
4072
4194
|
values?: Array<string> | null;
|
|
4073
4195
|
} | null;
|
|
4074
4196
|
metadata_fields?: Array<{
|
|
@@ -4083,7 +4205,9 @@ export type RecordFormQuery = {
|
|
|
4083
4205
|
format?: AttributeFormat | null;
|
|
4084
4206
|
system: boolean;
|
|
4085
4207
|
readonly: boolean;
|
|
4208
|
+
required: boolean;
|
|
4086
4209
|
multiple_values: boolean;
|
|
4210
|
+
compute: boolean;
|
|
4087
4211
|
linked_tree?: {
|
|
4088
4212
|
id: string;
|
|
4089
4213
|
label?: any | null;
|
|
@@ -4091,6 +4215,7 @@ export type RecordFormQuery = {
|
|
|
4091
4215
|
treeValuesList?: {
|
|
4092
4216
|
enable: boolean;
|
|
4093
4217
|
allowFreeEntry?: boolean | null;
|
|
4218
|
+
allowListUpdate?: boolean | null;
|
|
4094
4219
|
values?: Array<{
|
|
4095
4220
|
id: string;
|
|
4096
4221
|
record: {
|
|
@@ -4155,6 +4280,7 @@ export type RecordFormQuery = {
|
|
|
4155
4280
|
values_list?: {
|
|
4156
4281
|
enable: boolean;
|
|
4157
4282
|
allowFreeEntry?: boolean | null;
|
|
4283
|
+
allowListUpdate?: boolean | null;
|
|
4158
4284
|
dateRangeValues?: Array<{
|
|
4159
4285
|
from?: string | null;
|
|
4160
4286
|
to?: string | null;
|
|
@@ -4162,6 +4288,7 @@ export type RecordFormQuery = {
|
|
|
4162
4288
|
} | {
|
|
4163
4289
|
enable: boolean;
|
|
4164
4290
|
allowFreeEntry?: boolean | null;
|
|
4291
|
+
allowListUpdate?: boolean | null;
|
|
4165
4292
|
values?: Array<string> | null;
|
|
4166
4293
|
} | null;
|
|
4167
4294
|
metadata_fields?: Array<{
|
|
@@ -5721,7 +5848,7 @@ export type GetViewQuery = {
|
|
|
5721
5848
|
description?: any | null;
|
|
5722
5849
|
color?: string | null;
|
|
5723
5850
|
display: {
|
|
5724
|
-
size
|
|
5851
|
+
size?: ViewSizes | null;
|
|
5725
5852
|
type: ViewTypes;
|
|
5726
5853
|
};
|
|
5727
5854
|
created_by: {
|
|
@@ -5744,10 +5871,10 @@ export type GetViewQuery = {
|
|
|
5744
5871
|
label?: any | null;
|
|
5745
5872
|
} | null;
|
|
5746
5873
|
}> | null;
|
|
5747
|
-
sort?: {
|
|
5874
|
+
sort?: Array<{
|
|
5748
5875
|
field: string;
|
|
5749
5876
|
order: SortOrder;
|
|
5750
|
-
} | null;
|
|
5877
|
+
}> | null;
|
|
5751
5878
|
valuesVersions?: Array<{
|
|
5752
5879
|
treeId: string;
|
|
5753
5880
|
treeNode: {
|
|
@@ -5768,9 +5895,8 @@ export type GetViewQuery = {
|
|
|
5768
5895
|
};
|
|
5769
5896
|
};
|
|
5770
5897
|
}> | null;
|
|
5771
|
-
|
|
5772
|
-
|
|
5773
|
-
value?: any | null;
|
|
5898
|
+
attributes?: Array<{
|
|
5899
|
+
id: string;
|
|
5774
5900
|
}> | null;
|
|
5775
5901
|
};
|
|
5776
5902
|
};
|
|
@@ -5787,7 +5913,7 @@ export type GetViewsListQuery = {
|
|
|
5787
5913
|
description?: any | null;
|
|
5788
5914
|
color?: string | null;
|
|
5789
5915
|
display: {
|
|
5790
|
-
size
|
|
5916
|
+
size?: ViewSizes | null;
|
|
5791
5917
|
type: ViewTypes;
|
|
5792
5918
|
};
|
|
5793
5919
|
created_by: {
|
|
@@ -5810,10 +5936,10 @@ export type GetViewsListQuery = {
|
|
|
5810
5936
|
label?: any | null;
|
|
5811
5937
|
} | null;
|
|
5812
5938
|
}> | null;
|
|
5813
|
-
sort?: {
|
|
5939
|
+
sort?: Array<{
|
|
5814
5940
|
field: string;
|
|
5815
5941
|
order: SortOrder;
|
|
5816
|
-
} | null;
|
|
5942
|
+
}> | null;
|
|
5817
5943
|
valuesVersions?: Array<{
|
|
5818
5944
|
treeId: string;
|
|
5819
5945
|
treeNode: {
|
|
@@ -5834,17 +5960,16 @@ export type GetViewsListQuery = {
|
|
|
5834
5960
|
};
|
|
5835
5961
|
};
|
|
5836
5962
|
}> | null;
|
|
5837
|
-
|
|
5838
|
-
|
|
5839
|
-
value?: any | null;
|
|
5963
|
+
attributes?: Array<{
|
|
5964
|
+
id: string;
|
|
5840
5965
|
}> | null;
|
|
5841
5966
|
}>;
|
|
5842
5967
|
};
|
|
5843
5968
|
};
|
|
5844
|
-
export type
|
|
5969
|
+
export type SaveViewMutationVariables = Exact<{
|
|
5845
5970
|
view: ViewInput;
|
|
5846
5971
|
}>;
|
|
5847
|
-
export type
|
|
5972
|
+
export type SaveViewMutation = {
|
|
5848
5973
|
saveView: {
|
|
5849
5974
|
id: string;
|
|
5850
5975
|
shared: boolean;
|
|
@@ -5852,7 +5977,7 @@ export type AddViewMutation = {
|
|
|
5852
5977
|
description?: any | null;
|
|
5853
5978
|
color?: string | null;
|
|
5854
5979
|
display: {
|
|
5855
|
-
size
|
|
5980
|
+
size?: ViewSizes | null;
|
|
5856
5981
|
type: ViewTypes;
|
|
5857
5982
|
};
|
|
5858
5983
|
created_by: {
|
|
@@ -5875,10 +6000,10 @@ export type AddViewMutation = {
|
|
|
5875
6000
|
label?: any | null;
|
|
5876
6001
|
} | null;
|
|
5877
6002
|
}> | null;
|
|
5878
|
-
sort?: {
|
|
6003
|
+
sort?: Array<{
|
|
5879
6004
|
field: string;
|
|
5880
6005
|
order: SortOrder;
|
|
5881
|
-
} | null;
|
|
6006
|
+
}> | null;
|
|
5882
6007
|
valuesVersions?: Array<{
|
|
5883
6008
|
treeId: string;
|
|
5884
6009
|
treeNode: {
|
|
@@ -5899,19 +6024,51 @@ export type AddViewMutation = {
|
|
|
5899
6024
|
};
|
|
5900
6025
|
};
|
|
5901
6026
|
}> | null;
|
|
5902
|
-
|
|
5903
|
-
|
|
5904
|
-
value?: any | null;
|
|
6027
|
+
attributes?: Array<{
|
|
6028
|
+
id: string;
|
|
5905
6029
|
}> | null;
|
|
5906
6030
|
};
|
|
5907
6031
|
};
|
|
5908
|
-
export type
|
|
6032
|
+
export type ExplorerAttributesQueryVariables = Exact<{
|
|
6033
|
+
ids?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
6034
|
+
}>;
|
|
6035
|
+
export type ExplorerAttributesQuery = {
|
|
6036
|
+
attributes?: {
|
|
6037
|
+
list: Array<{
|
|
6038
|
+
id: string;
|
|
6039
|
+
type: AttributeType;
|
|
6040
|
+
format?: AttributeFormat | null;
|
|
6041
|
+
label?: any | null;
|
|
6042
|
+
}>;
|
|
6043
|
+
} | null;
|
|
6044
|
+
};
|
|
6045
|
+
export type ExplorerLinkAttributeQueryVariables = Exact<{
|
|
6046
|
+
id: Scalars['ID'];
|
|
6047
|
+
}>;
|
|
6048
|
+
export type ExplorerLinkAttributeQuery = {
|
|
6049
|
+
attributes?: {
|
|
6050
|
+
list: Array<{
|
|
6051
|
+
label?: any | null;
|
|
6052
|
+
id: string;
|
|
6053
|
+
linked_library?: {
|
|
6054
|
+
id: string;
|
|
6055
|
+
} | null;
|
|
6056
|
+
} | {
|
|
6057
|
+
id: string;
|
|
6058
|
+
}>;
|
|
6059
|
+
} | null;
|
|
6060
|
+
};
|
|
6061
|
+
export type ExplorerLibraryDataQueryVariables = Exact<{
|
|
5909
6062
|
libraryId: Scalars['ID'];
|
|
5910
6063
|
attributeIds: Array<Scalars['ID']> | Scalars['ID'];
|
|
6064
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
5911
6065
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
6066
|
+
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
6067
|
+
searchQuery?: InputMaybe<Scalars['String']>;
|
|
5912
6068
|
}>;
|
|
5913
|
-
export type
|
|
6069
|
+
export type ExplorerLibraryDataQuery = {
|
|
5914
6070
|
records: {
|
|
6071
|
+
totalCount?: number | null;
|
|
5915
6072
|
list: Array<{
|
|
5916
6073
|
id: string;
|
|
5917
6074
|
whoAmI: {
|
|
@@ -5927,6 +6084,13 @@ export type ExplorerQuery = {
|
|
|
5927
6084
|
};
|
|
5928
6085
|
properties: Array<{
|
|
5929
6086
|
attributeId: string;
|
|
6087
|
+
attributeProperties: {
|
|
6088
|
+
id: string;
|
|
6089
|
+
label?: any | null;
|
|
6090
|
+
type: AttributeType;
|
|
6091
|
+
format?: AttributeFormat | null;
|
|
6092
|
+
multiple_values: boolean;
|
|
6093
|
+
};
|
|
5930
6094
|
values: Array<{
|
|
5931
6095
|
linkPayload?: {
|
|
5932
6096
|
id: string;
|
|
@@ -5942,9 +6106,6 @@ export type ExplorerQuery = {
|
|
|
5942
6106
|
};
|
|
5943
6107
|
};
|
|
5944
6108
|
} | null;
|
|
5945
|
-
attribute: {
|
|
5946
|
-
type: AttributeType;
|
|
5947
|
-
};
|
|
5948
6109
|
} | {
|
|
5949
6110
|
treePayload?: {
|
|
5950
6111
|
record: {
|
|
@@ -5962,19 +6123,118 @@ export type ExplorerQuery = {
|
|
|
5962
6123
|
};
|
|
5963
6124
|
};
|
|
5964
6125
|
} | null;
|
|
5965
|
-
attribute: {
|
|
5966
|
-
type: AttributeType;
|
|
5967
|
-
};
|
|
5968
6126
|
} | {
|
|
5969
6127
|
valuePayload?: any | null;
|
|
5970
|
-
attribute: {
|
|
5971
|
-
type: AttributeType;
|
|
5972
|
-
};
|
|
5973
6128
|
}>;
|
|
5974
6129
|
}>;
|
|
5975
6130
|
}>;
|
|
5976
6131
|
};
|
|
5977
6132
|
};
|
|
6133
|
+
export type ExplorerLinkDataQueryVariables = Exact<{
|
|
6134
|
+
attributeIds: Array<Scalars['ID']> | Scalars['ID'];
|
|
6135
|
+
parentLibraryId: Scalars['ID'];
|
|
6136
|
+
parentRecordId?: InputMaybe<Scalars['String']>;
|
|
6137
|
+
linkAttributeId: Scalars['ID'];
|
|
6138
|
+
}>;
|
|
6139
|
+
export type ExplorerLinkDataQuery = {
|
|
6140
|
+
records: {
|
|
6141
|
+
list: Array<{
|
|
6142
|
+
id: string;
|
|
6143
|
+
whoAmI: {
|
|
6144
|
+
id: string;
|
|
6145
|
+
library: {
|
|
6146
|
+
id: string;
|
|
6147
|
+
};
|
|
6148
|
+
};
|
|
6149
|
+
property: Array<{
|
|
6150
|
+
id_value?: string | null;
|
|
6151
|
+
payload?: {
|
|
6152
|
+
id: string;
|
|
6153
|
+
whoAmI: {
|
|
6154
|
+
id: string;
|
|
6155
|
+
label?: string | null;
|
|
6156
|
+
subLabel?: string | null;
|
|
6157
|
+
color?: string | null;
|
|
6158
|
+
preview?: IPreviewScalar | null;
|
|
6159
|
+
library: {
|
|
6160
|
+
id: string;
|
|
6161
|
+
label?: any | null;
|
|
6162
|
+
};
|
|
6163
|
+
};
|
|
6164
|
+
properties: Array<{
|
|
6165
|
+
attributeId: string;
|
|
6166
|
+
attributeProperties: {
|
|
6167
|
+
id: string;
|
|
6168
|
+
label?: any | null;
|
|
6169
|
+
type: AttributeType;
|
|
6170
|
+
format?: AttributeFormat | null;
|
|
6171
|
+
multiple_values: boolean;
|
|
6172
|
+
};
|
|
6173
|
+
values: Array<{
|
|
6174
|
+
linkPayload?: {
|
|
6175
|
+
id: string;
|
|
6176
|
+
whoAmI: {
|
|
6177
|
+
id: string;
|
|
6178
|
+
label?: string | null;
|
|
6179
|
+
subLabel?: string | null;
|
|
6180
|
+
color?: string | null;
|
|
6181
|
+
preview?: IPreviewScalar | null;
|
|
6182
|
+
library: {
|
|
6183
|
+
id: string;
|
|
6184
|
+
label?: any | null;
|
|
6185
|
+
};
|
|
6186
|
+
};
|
|
6187
|
+
} | null;
|
|
6188
|
+
} | {
|
|
6189
|
+
treePayload?: {
|
|
6190
|
+
record: {
|
|
6191
|
+
id: string;
|
|
6192
|
+
whoAmI: {
|
|
6193
|
+
id: string;
|
|
6194
|
+
label?: string | null;
|
|
6195
|
+
subLabel?: string | null;
|
|
6196
|
+
color?: string | null;
|
|
6197
|
+
preview?: IPreviewScalar | null;
|
|
6198
|
+
library: {
|
|
6199
|
+
id: string;
|
|
6200
|
+
label?: any | null;
|
|
6201
|
+
};
|
|
6202
|
+
};
|
|
6203
|
+
};
|
|
6204
|
+
} | null;
|
|
6205
|
+
} | {
|
|
6206
|
+
valuePayload?: any | null;
|
|
6207
|
+
}>;
|
|
6208
|
+
}>;
|
|
6209
|
+
} | null;
|
|
6210
|
+
} | {
|
|
6211
|
+
id_value?: string | null;
|
|
6212
|
+
}>;
|
|
6213
|
+
}>;
|
|
6214
|
+
};
|
|
6215
|
+
};
|
|
6216
|
+
export type ExplorerLibraryDetailsQueryVariables = Exact<{
|
|
6217
|
+
libraryId: Scalars['ID'];
|
|
6218
|
+
}>;
|
|
6219
|
+
export type ExplorerLibraryDetailsQuery = {
|
|
6220
|
+
libraries?: {
|
|
6221
|
+
list: Array<{
|
|
6222
|
+
id: string;
|
|
6223
|
+
label?: any | null;
|
|
6224
|
+
}>;
|
|
6225
|
+
} | null;
|
|
6226
|
+
};
|
|
6227
|
+
export type TreeDataQueryQueryVariables = Exact<{
|
|
6228
|
+
treeId: Scalars['ID'];
|
|
6229
|
+
}>;
|
|
6230
|
+
export type TreeDataQueryQuery = {
|
|
6231
|
+
trees?: {
|
|
6232
|
+
list: Array<{
|
|
6233
|
+
id: string;
|
|
6234
|
+
label?: any | null;
|
|
6235
|
+
}>;
|
|
6236
|
+
} | null;
|
|
6237
|
+
};
|
|
5978
6238
|
export declare const RecordIdentityFragmentDoc: Apollo.DocumentNode;
|
|
5979
6239
|
export declare const DetailsApplicationFragmentDoc: Apollo.DocumentNode;
|
|
5980
6240
|
export declare const AttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
@@ -5992,8 +6252,12 @@ export declare const RecordFormElementFragmentDoc: Apollo.DocumentNode;
|
|
|
5992
6252
|
export declare const TreeLightFragmentDoc: Apollo.DocumentNode;
|
|
5993
6253
|
export declare const TreeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
5994
6254
|
export declare const TreeNodeChildFragmentDoc: Apollo.DocumentNode;
|
|
6255
|
+
export declare const ViewDetailsFilterFragmentDoc: Apollo.DocumentNode;
|
|
5995
6256
|
export declare const ViewDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6257
|
+
export declare const LinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6258
|
+
export declare const AttributePropertiesFragmentDoc: Apollo.DocumentNode;
|
|
5996
6259
|
export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
|
|
6260
|
+
export declare const LinkPropertyFragmentDoc: Apollo.DocumentNode;
|
|
5997
6261
|
export declare const CheckApplicationExistenceDocument: Apollo.DocumentNode;
|
|
5998
6262
|
/**
|
|
5999
6263
|
* __useCheckApplicationExistenceQuery__
|
|
@@ -7379,60 +7643,208 @@ export declare function useGetViewsListLazyQuery(baseOptions?: Apollo.LazyQueryH
|
|
|
7379
7643
|
export type GetViewsListQueryHookResult = ReturnType<typeof useGetViewsListQuery>;
|
|
7380
7644
|
export type GetViewsListLazyQueryHookResult = ReturnType<typeof useGetViewsListLazyQuery>;
|
|
7381
7645
|
export type GetViewsListQueryResult = Apollo.QueryResult<GetViewsListQuery, GetViewsListQueryVariables>;
|
|
7382
|
-
export declare const
|
|
7383
|
-
export type
|
|
7646
|
+
export declare const SaveViewDocument: Apollo.DocumentNode;
|
|
7647
|
+
export type SaveViewMutationFn = Apollo.MutationFunction<SaveViewMutation, SaveViewMutationVariables>;
|
|
7384
7648
|
/**
|
|
7385
|
-
*
|
|
7649
|
+
* __useSaveViewMutation__
|
|
7386
7650
|
*
|
|
7387
|
-
* To run a mutation, you first call `
|
|
7388
|
-
* When your component renders, `
|
|
7651
|
+
* To run a mutation, you first call `useSaveViewMutation` within a React component and pass it any options that fit your needs.
|
|
7652
|
+
* When your component renders, `useSaveViewMutation` returns a tuple that includes:
|
|
7389
7653
|
* - A mutate function that you can call at any time to execute the mutation
|
|
7390
7654
|
* - An object with fields that represent the current status of the mutation's execution
|
|
7391
7655
|
*
|
|
7392
7656
|
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
|
7393
7657
|
*
|
|
7394
7658
|
* @example
|
|
7395
|
-
* const [
|
|
7659
|
+
* const [saveViewMutation, { data, loading, error }] = useSaveViewMutation({
|
|
7396
7660
|
* variables: {
|
|
7397
7661
|
* view: // value for 'view'
|
|
7398
7662
|
* },
|
|
7399
7663
|
* });
|
|
7400
7664
|
*/
|
|
7401
|
-
export declare function
|
|
7665
|
+
export declare function useSaveViewMutation(baseOptions?: Apollo.MutationHookOptions<SaveViewMutation, SaveViewMutationVariables>): Apollo.MutationTuple<SaveViewMutation, Exact<{
|
|
7402
7666
|
view: ViewInput;
|
|
7403
7667
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
7404
|
-
export type
|
|
7405
|
-
export type
|
|
7406
|
-
export type
|
|
7407
|
-
export declare const
|
|
7668
|
+
export type SaveViewMutationHookResult = ReturnType<typeof useSaveViewMutation>;
|
|
7669
|
+
export type SaveViewMutationResult = Apollo.MutationResult<SaveViewMutation>;
|
|
7670
|
+
export type SaveViewMutationOptions = Apollo.BaseMutationOptions<SaveViewMutation, SaveViewMutationVariables>;
|
|
7671
|
+
export declare const ExplorerAttributesDocument: Apollo.DocumentNode;
|
|
7672
|
+
/**
|
|
7673
|
+
* __useExplorerAttributesQuery__
|
|
7674
|
+
*
|
|
7675
|
+
* To run a query within a React component, call `useExplorerAttributesQuery` and pass it any options that fit your needs.
|
|
7676
|
+
* When your component renders, `useExplorerAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7677
|
+
* you can use to render your UI.
|
|
7678
|
+
*
|
|
7679
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
7680
|
+
*
|
|
7681
|
+
* @example
|
|
7682
|
+
* const { data, loading, error } = useExplorerAttributesQuery({
|
|
7683
|
+
* variables: {
|
|
7684
|
+
* ids: // value for 'ids'
|
|
7685
|
+
* },
|
|
7686
|
+
* });
|
|
7687
|
+
*/
|
|
7688
|
+
export declare function useExplorerAttributesQuery(baseOptions?: Apollo.QueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.QueryResult<ExplorerAttributesQuery, Exact<{
|
|
7689
|
+
ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7690
|
+
}>>;
|
|
7691
|
+
export declare function useExplorerAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerAttributesQuery, Exact<{
|
|
7692
|
+
ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7693
|
+
}>>;
|
|
7694
|
+
export type ExplorerAttributesQueryHookResult = ReturnType<typeof useExplorerAttributesQuery>;
|
|
7695
|
+
export type ExplorerAttributesLazyQueryHookResult = ReturnType<typeof useExplorerAttributesLazyQuery>;
|
|
7696
|
+
export type ExplorerAttributesQueryResult = Apollo.QueryResult<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>;
|
|
7697
|
+
export declare const ExplorerLinkAttributeDocument: Apollo.DocumentNode;
|
|
7408
7698
|
/**
|
|
7409
|
-
*
|
|
7699
|
+
* __useExplorerLinkAttributeQuery__
|
|
7410
7700
|
*
|
|
7411
|
-
* To run a query within a React component, call `
|
|
7412
|
-
* When your component renders, `
|
|
7701
|
+
* To run a query within a React component, call `useExplorerLinkAttributeQuery` and pass it any options that fit your needs.
|
|
7702
|
+
* When your component renders, `useExplorerLinkAttributeQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7413
7703
|
* you can use to render your UI.
|
|
7414
7704
|
*
|
|
7415
7705
|
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
7416
7706
|
*
|
|
7417
7707
|
* @example
|
|
7418
|
-
* const { data, loading, error } =
|
|
7708
|
+
* const { data, loading, error } = useExplorerLinkAttributeQuery({
|
|
7709
|
+
* variables: {
|
|
7710
|
+
* id: // value for 'id'
|
|
7711
|
+
* },
|
|
7712
|
+
* });
|
|
7713
|
+
*/
|
|
7714
|
+
export declare function useExplorerLinkAttributeQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.QueryResult<ExplorerLinkAttributeQuery, Exact<{
|
|
7715
|
+
id: Scalars["ID"];
|
|
7716
|
+
}>>;
|
|
7717
|
+
export declare function useExplorerLinkAttributeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkAttributeQuery, Exact<{
|
|
7718
|
+
id: Scalars["ID"];
|
|
7719
|
+
}>>;
|
|
7720
|
+
export type ExplorerLinkAttributeQueryHookResult = ReturnType<typeof useExplorerLinkAttributeQuery>;
|
|
7721
|
+
export type ExplorerLinkAttributeLazyQueryHookResult = ReturnType<typeof useExplorerLinkAttributeLazyQuery>;
|
|
7722
|
+
export type ExplorerLinkAttributeQueryResult = Apollo.QueryResult<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>;
|
|
7723
|
+
export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
|
|
7724
|
+
/**
|
|
7725
|
+
* __useExplorerLibraryDataQuery__
|
|
7726
|
+
*
|
|
7727
|
+
* To run a query within a React component, call `useExplorerLibraryDataQuery` and pass it any options that fit your needs.
|
|
7728
|
+
* When your component renders, `useExplorerLibraryDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7729
|
+
* you can use to render your UI.
|
|
7730
|
+
*
|
|
7731
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
7732
|
+
*
|
|
7733
|
+
* @example
|
|
7734
|
+
* const { data, loading, error } = useExplorerLibraryDataQuery({
|
|
7419
7735
|
* variables: {
|
|
7420
7736
|
* libraryId: // value for 'libraryId'
|
|
7421
7737
|
* attributeIds: // value for 'attributeIds'
|
|
7738
|
+
* pagination: // value for 'pagination'
|
|
7422
7739
|
* filters: // value for 'filters'
|
|
7740
|
+
* multipleSort: // value for 'multipleSort'
|
|
7741
|
+
* searchQuery: // value for 'searchQuery'
|
|
7423
7742
|
* },
|
|
7424
7743
|
* });
|
|
7425
7744
|
*/
|
|
7426
|
-
export declare function
|
|
7745
|
+
export declare function useExplorerLibraryDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.QueryResult<ExplorerLibraryDataQuery, Exact<{
|
|
7427
7746
|
libraryId: Scalars["ID"];
|
|
7428
7747
|
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7748
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
7429
7749
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7750
|
+
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
7751
|
+
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
7430
7752
|
}>>;
|
|
7431
|
-
export declare function
|
|
7753
|
+
export declare function useExplorerLibraryDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDataQuery, Exact<{
|
|
7432
7754
|
libraryId: Scalars["ID"];
|
|
7433
7755
|
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7756
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
7434
7757
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7758
|
+
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
7759
|
+
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
7760
|
+
}>>;
|
|
7761
|
+
export type ExplorerLibraryDataQueryHookResult = ReturnType<typeof useExplorerLibraryDataQuery>;
|
|
7762
|
+
export type ExplorerLibraryDataLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDataLazyQuery>;
|
|
7763
|
+
export type ExplorerLibraryDataQueryResult = Apollo.QueryResult<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>;
|
|
7764
|
+
export declare const ExplorerLinkDataDocument: Apollo.DocumentNode;
|
|
7765
|
+
/**
|
|
7766
|
+
* __useExplorerLinkDataQuery__
|
|
7767
|
+
*
|
|
7768
|
+
* To run a query within a React component, call `useExplorerLinkDataQuery` and pass it any options that fit your needs.
|
|
7769
|
+
* When your component renders, `useExplorerLinkDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7770
|
+
* you can use to render your UI.
|
|
7771
|
+
*
|
|
7772
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
7773
|
+
*
|
|
7774
|
+
* @example
|
|
7775
|
+
* const { data, loading, error } = useExplorerLinkDataQuery({
|
|
7776
|
+
* variables: {
|
|
7777
|
+
* attributeIds: // value for 'attributeIds'
|
|
7778
|
+
* parentLibraryId: // value for 'parentLibraryId'
|
|
7779
|
+
* parentRecordId: // value for 'parentRecordId'
|
|
7780
|
+
* linkAttributeId: // value for 'linkAttributeId'
|
|
7781
|
+
* },
|
|
7782
|
+
* });
|
|
7783
|
+
*/
|
|
7784
|
+
export declare function useExplorerLinkDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.QueryResult<ExplorerLinkDataQuery, Exact<{
|
|
7785
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7786
|
+
parentLibraryId: Scalars["ID"];
|
|
7787
|
+
parentRecordId?: InputMaybe<Scalars["String"]>;
|
|
7788
|
+
linkAttributeId: Scalars["ID"];
|
|
7789
|
+
}>>;
|
|
7790
|
+
export declare function useExplorerLinkDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkDataQuery, Exact<{
|
|
7791
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7792
|
+
parentLibraryId: Scalars["ID"];
|
|
7793
|
+
parentRecordId?: InputMaybe<Scalars["String"]>;
|
|
7794
|
+
linkAttributeId: Scalars["ID"];
|
|
7795
|
+
}>>;
|
|
7796
|
+
export type ExplorerLinkDataQueryHookResult = ReturnType<typeof useExplorerLinkDataQuery>;
|
|
7797
|
+
export type ExplorerLinkDataLazyQueryHookResult = ReturnType<typeof useExplorerLinkDataLazyQuery>;
|
|
7798
|
+
export type ExplorerLinkDataQueryResult = Apollo.QueryResult<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>;
|
|
7799
|
+
export declare const ExplorerLibraryDetailsDocument: Apollo.DocumentNode;
|
|
7800
|
+
/**
|
|
7801
|
+
* __useExplorerLibraryDetailsQuery__
|
|
7802
|
+
*
|
|
7803
|
+
* To run a query within a React component, call `useExplorerLibraryDetailsQuery` and pass it any options that fit your needs.
|
|
7804
|
+
* When your component renders, `useExplorerLibraryDetailsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7805
|
+
* you can use to render your UI.
|
|
7806
|
+
*
|
|
7807
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
7808
|
+
*
|
|
7809
|
+
* @example
|
|
7810
|
+
* const { data, loading, error } = useExplorerLibraryDetailsQuery({
|
|
7811
|
+
* variables: {
|
|
7812
|
+
* libraryId: // value for 'libraryId'
|
|
7813
|
+
* },
|
|
7814
|
+
* });
|
|
7815
|
+
*/
|
|
7816
|
+
export declare function useExplorerLibraryDetailsQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.QueryResult<ExplorerLibraryDetailsQuery, Exact<{
|
|
7817
|
+
libraryId: Scalars["ID"];
|
|
7818
|
+
}>>;
|
|
7819
|
+
export declare function useExplorerLibraryDetailsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDetailsQuery, Exact<{
|
|
7820
|
+
libraryId: Scalars["ID"];
|
|
7821
|
+
}>>;
|
|
7822
|
+
export type ExplorerLibraryDetailsQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsQuery>;
|
|
7823
|
+
export type ExplorerLibraryDetailsLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsLazyQuery>;
|
|
7824
|
+
export type ExplorerLibraryDetailsQueryResult = Apollo.QueryResult<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>;
|
|
7825
|
+
export declare const TreeDataQueryDocument: Apollo.DocumentNode;
|
|
7826
|
+
/**
|
|
7827
|
+
* __useTreeDataQueryQuery__
|
|
7828
|
+
*
|
|
7829
|
+
* To run a query within a React component, call `useTreeDataQueryQuery` and pass it any options that fit your needs.
|
|
7830
|
+
* When your component renders, `useTreeDataQueryQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7831
|
+
* you can use to render your UI.
|
|
7832
|
+
*
|
|
7833
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
7834
|
+
*
|
|
7835
|
+
* @example
|
|
7836
|
+
* const { data, loading, error } = useTreeDataQueryQuery({
|
|
7837
|
+
* variables: {
|
|
7838
|
+
* treeId: // value for 'treeId'
|
|
7839
|
+
* },
|
|
7840
|
+
* });
|
|
7841
|
+
*/
|
|
7842
|
+
export declare function useTreeDataQueryQuery(baseOptions: Apollo.QueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.QueryResult<TreeDataQueryQuery, Exact<{
|
|
7843
|
+
treeId: Scalars["ID"];
|
|
7844
|
+
}>>;
|
|
7845
|
+
export declare function useTreeDataQueryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.LazyQueryResultTuple<TreeDataQueryQuery, Exact<{
|
|
7846
|
+
treeId: Scalars["ID"];
|
|
7435
7847
|
}>>;
|
|
7436
|
-
export type
|
|
7437
|
-
export type
|
|
7438
|
-
export type
|
|
7848
|
+
export type TreeDataQueryQueryHookResult = ReturnType<typeof useTreeDataQueryQuery>;
|
|
7849
|
+
export type TreeDataQueryLazyQueryHookResult = ReturnType<typeof useTreeDataQueryLazyQuery>;
|
|
7850
|
+
export type TreeDataQueryQueryResult = Apollo.QueryResult<TreeDataQueryQuery, TreeDataQueryQueryVariables>;
|