@leav/ui 0.3.6-dd8d51c → 0.3.6-dd8f9e8
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 -3
- package/dist/__mocks__/common/attribute.js.map +1 -1
- package/dist/__mocks__/common/form.d.ts +12 -5
- package/dist/__mocks__/common/form.js +35 -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 -2
- package/dist/__mocks__/common/value.js.map +1 -1
- package/dist/__mocks__/common/view.js +7 -5
- package/dist/__mocks__/common/view.js.map +1 -1
- package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js +1 -1
- package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js.map +1 -1
- package/dist/__mocks__/mockQuery/mockGetViewListQuery.js +2 -1
- package/dist/__mocks__/mockQuery/mockGetViewListQuery.js.map +1 -1
- package/dist/_gqlTypes/index.d.ts +663 -87
- package/dist/_gqlTypes/index.js +393 -44
- package/dist/_gqlTypes/index.js.map +1 -1
- package/dist/_queries/attributes/attributeDetailsFragment.js +0 -1
- package/dist/_queries/attributes/attributeDetailsFragment.js.map +1 -1
- package/dist/_queries/attributes/getAttributesByLib.js +7 -5
- package/dist/_queries/attributes/getAttributesByLib.js.map +1 -1
- package/dist/_queries/libraries/getLibraryDetailExtendQuery.d.ts +3 -4
- package/dist/_queries/libraries/getLibraryDetailExtendQuery.js +2 -3
- package/dist/_queries/libraries/getLibraryDetailExtendQuery.js.map +1 -1
- package/dist/_queries/records/createRecordMutation.js +2 -3
- package/dist/_queries/records/createRecordMutation.js.map +1 -1
- package/dist/_queries/records/getRecordColumnsValues.d.ts +5 -3
- package/dist/_queries/records/getRecordColumnsValues.js +4 -1
- package/dist/_queries/records/getRecordColumnsValues.js.map +1 -1
- package/dist/_queries/records/getRecordFormQuery.js +2 -0
- package/dist/_queries/records/getRecordFormQuery.js.map +1 -1
- package/dist/_queries/records/getRecordPropertiesQuery.js +2 -0
- package/dist/_queries/records/getRecordPropertiesQuery.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 +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/attributeType.d.ts +3 -0
- package/dist/_utils/attributeType.js +7 -0
- package/dist/_utils/attributeType.js.map +1 -0
- package/dist/_utils/index.js +5 -2
- package/dist/_utils/index.js.map +1 -1
- package/dist/_utils/interleaveElement.d.ts +1 -0
- package/dist/{components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.js → _utils/interleaveElement.js} +2 -3
- package/dist/_utils/interleaveElement.js.map +1 -0
- package/dist/antdTheme/index.d.ts +0 -3
- package/dist/antdTheme/index.js +3 -42
- package/dist/antdTheme/index.js.map +1 -1
- package/dist/components/CreateDirectory/CreateDirectory.js +1 -1
- package/dist/components/CreateDirectory/CreateDirectory.js.map +1 -1
- package/dist/components/EditApplication/EditApplication.js +2 -2
- package/dist/components/EditApplication/EditApplication.js.map +1 -1
- package/dist/components/EditApplication/_types.d.ts +2 -2
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js +0 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js +2 -5
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js.map +1 -1
- package/dist/components/Explorer/DataView.d.ts +16 -1
- package/dist/components/Explorer/DataView.js +104 -49
- package/dist/components/Explorer/DataView.js.map +1 -1
- package/dist/components/Explorer/Explorer.d.ts +14 -6
- package/dist/components/Explorer/Explorer.js +105 -16
- 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/ExplorerToolbar.d.ts +5 -0
- package/dist/components/Explorer/ExplorerToolbar.js +48 -0
- package/dist/components/Explorer/ExplorerToolbar.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 +152 -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 +5 -0
- package/dist/components/Explorer/_constants.js +18 -0
- package/dist/components/Explorer/_constants.js.map +1 -0
- package/dist/components/Explorer/_queries/prepareFiltersForRequest.d.ts +4 -0
- package/dist/components/Explorer/_queries/prepareFiltersForRequest.js +99 -0
- package/dist/components/Explorer/_queries/prepareFiltersForRequest.js.map +1 -0
- package/dist/components/Explorer/_queries/useExplorerData.d.ts +35 -0
- package/dist/components/Explorer/_queries/useExplorerData.js +119 -0
- package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -0
- package/dist/components/Explorer/_types.d.ts +107 -0
- package/dist/components/Explorer/_types.js +8 -0
- package/dist/components/Explorer/_types.js.map +1 -0
- package/dist/components/Explorer/{useEditAction.d.ts → actions-item/useEditItemAction.d.ts} +4 -4
- package/dist/components/Explorer/{useEditAction.js → actions-item/useEditItemAction.js} +16 -14
- package/dist/components/Explorer/actions-item/useEditItemAction.js.map +1 -0
- package/dist/components/Explorer/actions-item/useRemoveItemAction.d.ts +23 -0
- package/dist/components/Explorer/actions-item/useRemoveItemAction.js +109 -0
- package/dist/components/Explorer/actions-item/useRemoveItemAction.js.map +1 -0
- package/dist/components/Explorer/actions-mass/useDeactivateMassAction.d.ts +27 -0
- package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js +71 -0
- package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js.map +1 -0
- package/dist/components/Explorer/actions-mass/useMassActions.d.ts +28 -0
- package/dist/components/Explorer/actions-mass/useMassActions.js +111 -0
- package/dist/components/Explorer/actions-mass/useMassActions.js.map +1 -0
- package/dist/components/Explorer/{useCreateMainAction.d.ts → actions-primary/useCreatePrimaryAction.d.ts} +9 -5
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js +75 -0
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js.map +1 -0
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.d.ts +17 -0
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js +38 -0
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js.map +1 -0
- package/dist/components/Explorer/actions-primary/usePrimaryActions.d.ts +12 -0
- package/dist/components/Explorer/actions-primary/usePrimaryActions.js +25 -0
- package/dist/components/Explorer/actions-primary/usePrimaryActions.js.map +1 -0
- package/dist/components/Explorer/conditionsHelper.d.ts +2 -0
- package/dist/components/Explorer/conditionsHelper.js +16 -0
- package/dist/components/Explorer/conditionsHelper.js.map +1 -0
- package/dist/components/Explorer/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/link-item/LinkModal.d.ts +7 -0
- package/dist/components/Explorer/link-item/LinkModal.js +72 -0
- package/dist/components/Explorer/link-item/LinkModal.js.map +1 -0
- package/dist/components/Explorer/link-item/useLinkMassAction.d.ts +22 -0
- package/dist/components/Explorer/link-item/useLinkMassAction.js +55 -0
- package/dist/components/Explorer/link-item/useLinkMassAction.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.d.ts +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 +6 -0
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js +12 -0
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.d.ts +13 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js +67 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/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 +88 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.d.ts +9 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js +33 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js +22 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.js +11 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js +66 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.js +11 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.js +11 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.js +11 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js +35 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.d.ts +7 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js +40 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.d.ts +10 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js +75 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/LinkAttributeDropdown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/LinkAttributeDropdown.js +79 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/LinkAttributeDropdown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js +19 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js +28 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.d.ts +10 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.js +2 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.d.ts +12 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js +108 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/index.d.ts +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 +76 -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/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 +25 -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 +159 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +232 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -0
- package/dist/components/Explorer/useColumnWidth.d.ts +8 -0
- package/dist/components/Explorer/useColumnWidth.js +49 -0
- package/dist/components/Explorer/useColumnWidth.js.map +1 -0
- package/dist/components/Explorer/usePagination.d.ts +7 -0
- package/dist/components/Explorer/usePagination.js +25 -0
- package/dist/components/Explorer/usePagination.js.map +1 -0
- package/dist/components/Explorer/useSearchInput.d.ts +16 -0
- package/dist/components/Explorer/useSearchInput.js +39 -0
- package/dist/components/Explorer/useSearchInput.js.map +1 -0
- package/dist/components/Explorer/useTableScrollableHeight.d.ts +5 -0
- package/dist/components/Explorer/useTableScrollableHeight.js +15 -0
- package/dist/components/Explorer/useTableScrollableHeight.js.map +1 -0
- package/dist/components/Explorer/useViewSettingsReducer.d.ts +8 -0
- package/dist/components/Explorer/useViewSettingsReducer.js +208 -0
- package/dist/components/Explorer/useViewSettingsReducer.js.map +1 -0
- package/dist/components/ExportModal/ExportModal.js +2 -2
- package/dist/components/ExportModal/ExportModal.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js +5 -5
- package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js +2 -2
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js +7 -11
- package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js +7 -2
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js +7 -5
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuView/MenuView.js +4 -9
- package/dist/components/LibraryItemsList/MenuView/MenuView.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js +2 -3
- package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/View/View.js +3 -3
- package/dist/components/LibraryItemsList/ViewPanel/View/View.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js +4 -9
- package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js +7 -5
- package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/_types.d.ts +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.d.ts +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js +25 -33
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/EditRecord.d.ts +1 -0
- package/dist/components/RecordEdition/EditRecord/EditRecord.js +77 -75
- package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +18 -5
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +12 -23
- package/dist/components/RecordEdition/EditRecordContent/_types.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.d.ts +5 -1
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.js +44 -34
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.d.ts +3 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js +8 -2
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteSaveValueBatchMutation.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js +3 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js +1 -7
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.d.ts +3 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js +2 -7
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js +2 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.d.ts +6 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js +16 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js +25 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.d.ts +5 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +201 -186
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.d.ts +2 -8
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js +14 -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 +82 -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 +40 -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 +16 -73
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js +33 -49
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +36 -60
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js +55 -64
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js +36 -56
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +16 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +56 -402
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/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 +10 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.js +2 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.d.ts +15 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.js +2 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.d.ts +42 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js +56 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.d.ts +12 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js +32 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js +4 -7
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +10 -4
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +2 -2
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.d.ts +7 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.js +9 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/{ValueDetails/AttributeDetails → AttributeSummary}/index.js +2 -2
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.js +25 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.d.ts +3 -0
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js +53 -0
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/{ValueDetails → Breacrumb}/index.js +2 -2
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.d.ts +4 -1
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js +41 -6
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.d.ts +4 -7
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js +6 -8
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.d.ts +9 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js +42 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.d.ts +6 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js +35 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.d.ts +2 -281
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js +25 -56
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.d.ts +8 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js +66 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/{ValueDetails/TreeValuePath → ValuesSummary}/index.js +2 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/index.js.map +1 -0
- package/dist/components/RecordEdition/{EditRecordContent → EditRecordSkeleton}/EditRecordSkeleton.d.ts +1 -1
- package/dist/components/RecordEdition/{EditRecordContent → EditRecordSkeleton}/EditRecordSkeleton.js +2 -2
- package/dist/components/RecordEdition/EditRecordSkeleton/EditRecordSkeleton.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSkeleton/index.d.ts +2 -0
- package/dist/components/RecordEdition/{EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler → EditRecordSkeleton}/index.js +2 -1
- package/dist/components/RecordEdition/EditRecordSkeleton/index.js.map +1 -0
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.d.ts +12 -10
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js +15 -13
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js.map +1 -1
- package/dist/components/RecordEdition/index.d.ts +1 -0
- package/dist/components/RecordEdition/index.js +1 -0
- package/dist/components/RecordEdition/index.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +4 -7
- package/dist/components/SelectTreeNode/SelectTreeNode.js +17 -135
- package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.d.ts +16 -0
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +129 -0
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -0
- package/dist/components/SelectTreeNode/index.d.ts +1 -1
- package/dist/components/SelectTreeNode/index.js +1 -1
- package/dist/components/SelectTreeNode/index.js.map +1 -1
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.d.ts +4 -7
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js +10 -10
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js.map +1 -1
- package/dist/components/SelectTreeNodeModal/index.d.ts +1 -2
- package/dist/components/SelectTreeNodeModal/index.js +1 -2
- package/dist/components/SelectTreeNodeModal/index.js.map +1 -1
- package/dist/components/UploadFiles/UploadFiles.js +1 -1
- package/dist/components/UploadFiles/UploadFiles.js.map +1 -1
- package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js +2 -2
- package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js.map +1 -1
- package/dist/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/EditRecordSidebar/ValueDetails/ValueInfo → hooks/useDebouncedValue}/index.js +1 -2
- package/dist/hooks/useDebouncedValue/index.js.map +1 -0
- package/dist/hooks/useExecuteSaveViewMutation/index.d.ts +1 -0
- package/dist/{components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata → hooks/useExecuteSaveViewMutation}/index.js +1 -2
- package/dist/hooks/useExecuteSaveViewMutation/index.js.map +1 -0
- package/dist/hooks/useExecuteSaveViewMutation/useExecuteSaveViewMutation.d.ts +6 -0
- package/dist/hooks/{useExecuteAddViewMutation/useExecuteAddViewMutation.js → useExecuteSaveViewMutation/useExecuteSaveViewMutation.js} +6 -6
- package/dist/hooks/useExecuteSaveViewMutation/useExecuteSaveViewMutation.js.map +1 -0
- package/dist/hooks/useGetRecordForm/useGetRecordForm.d.ts +1 -0
- package/dist/hooks/useGetRecordForm/useGetRecordForm.js.map +1 -1
- package/dist/locales/en/shared.json +107 -10
- package/dist/locales/fr/shared.json +109 -12
- 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 +0 -36
- 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/useEditAction.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/EditRecordSkeleton.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.d.ts +0 -138
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js +0 -367
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.d.ts +0 -7
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.js +0 -9
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.js.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 -80
- 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 -137
- 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/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.d.ts +0 -6
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js +0 -56
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.d.ts +0 -8
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js +0 -41
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.d.ts +0 -10
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js +0 -63
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js +0 -76
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.d.ts +0 -11
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js +0 -43
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.js.map +0 -1
- package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.d.ts +0 -6
- package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.js.map +0 -1
|
@@ -127,6 +127,7 @@ export declare enum AttributeFormat {
|
|
|
127
127
|
}
|
|
128
128
|
export type AttributeInput = {
|
|
129
129
|
actions_list?: InputMaybe<ActionsListConfigurationInput>;
|
|
130
|
+
character_limit?: InputMaybe<Scalars['Int']>;
|
|
130
131
|
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
131
132
|
embedded_fields?: InputMaybe<Array<InputMaybe<EmbeddedAttributeInput>>>;
|
|
132
133
|
format?: InputMaybe<AttributeFormat>;
|
|
@@ -134,7 +135,6 @@ export type AttributeInput = {
|
|
|
134
135
|
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
135
136
|
linked_library?: InputMaybe<Scalars['String']>;
|
|
136
137
|
linked_tree?: InputMaybe<Scalars['String']>;
|
|
137
|
-
maxLength?: InputMaybe<Scalars['Int']>;
|
|
138
138
|
metadata_fields?: InputMaybe<Array<Scalars['String']>>;
|
|
139
139
|
multiple_values?: InputMaybe<Scalars['Boolean']>;
|
|
140
140
|
permissions_conf?: InputMaybe<TreepermissionsConfInput>;
|
|
@@ -158,14 +158,15 @@ export declare enum AttributeType {
|
|
|
158
158
|
tree = "tree"
|
|
159
159
|
}
|
|
160
160
|
export type AttributesFiltersInput = {
|
|
161
|
-
format?: InputMaybe<Array<
|
|
161
|
+
format?: InputMaybe<Array<AttributeFormat>>;
|
|
162
162
|
id?: InputMaybe<Scalars['ID']>;
|
|
163
|
+
ids?: InputMaybe<Array<Scalars['ID']>>;
|
|
163
164
|
label?: InputMaybe<Scalars['String']>;
|
|
164
|
-
libraries?: InputMaybe<Array<
|
|
165
|
-
librariesExcluded?: InputMaybe<Array<
|
|
165
|
+
libraries?: InputMaybe<Array<Scalars['String']>>;
|
|
166
|
+
librariesExcluded?: InputMaybe<Array<Scalars['String']>>;
|
|
166
167
|
multiple_values?: InputMaybe<Scalars['Boolean']>;
|
|
167
168
|
system?: InputMaybe<Scalars['Boolean']>;
|
|
168
|
-
type?: InputMaybe<Array<
|
|
169
|
+
type?: InputMaybe<Array<AttributeType>>;
|
|
169
170
|
versionable?: InputMaybe<Scalars['Boolean']>;
|
|
170
171
|
};
|
|
171
172
|
export declare enum AttributesSortableFields {
|
|
@@ -256,6 +257,7 @@ export type GlobalSettingsFileInput = {
|
|
|
256
257
|
recordId: Scalars['String'];
|
|
257
258
|
};
|
|
258
259
|
export type GlobalSettingsInput = {
|
|
260
|
+
defaultApp?: InputMaybe<Scalars['String']>;
|
|
259
261
|
favicon?: InputMaybe<GlobalSettingsFileInput>;
|
|
260
262
|
icon?: InputMaybe<GlobalSettingsFileInput>;
|
|
261
263
|
name?: InputMaybe<Scalars['String']>;
|
|
@@ -342,7 +344,9 @@ export declare enum LogAction {
|
|
|
342
344
|
VALUE_DELETE = "VALUE_DELETE",
|
|
343
345
|
VALUE_SAVE = "VALUE_SAVE",
|
|
344
346
|
VERSION_PROFILE_DELETE = "VERSION_PROFILE_DELETE",
|
|
345
|
-
VERSION_PROFILE_SAVE = "VERSION_PROFILE_SAVE"
|
|
347
|
+
VERSION_PROFILE_SAVE = "VERSION_PROFILE_SAVE",
|
|
348
|
+
fakeplugin_FAKE_PLUGIN_ACTION = "fakeplugin_FAKE_PLUGIN_ACTION",
|
|
349
|
+
fakeplugin_FAKE_PLUGIN_ACTION2 = "fakeplugin_FAKE_PLUGIN_ACTION2"
|
|
346
350
|
}
|
|
347
351
|
export type LogFilterInput = {
|
|
348
352
|
actions?: InputMaybe<Array<LogAction>>;
|
|
@@ -463,7 +467,8 @@ export declare enum PermissionsActions {
|
|
|
463
467
|
detach = "detach",
|
|
464
468
|
edit_children = "edit_children",
|
|
465
469
|
edit_record = "edit_record",
|
|
466
|
-
edit_value = "edit_value"
|
|
470
|
+
edit_value = "edit_value",
|
|
471
|
+
fake_plugin_permission = "fake_plugin_permission"
|
|
467
472
|
}
|
|
468
473
|
export declare enum PermissionsRelation {
|
|
469
474
|
and = "and",
|
|
@@ -701,6 +706,7 @@ export declare enum ValueVersionMode {
|
|
|
701
706
|
}
|
|
702
707
|
export type ValuesListConfInput = {
|
|
703
708
|
allowFreeEntry?: InputMaybe<Scalars['Boolean']>;
|
|
709
|
+
allowListUpdate?: InputMaybe<Scalars['Boolean']>;
|
|
704
710
|
enable: Scalars['Boolean'];
|
|
705
711
|
values?: InputMaybe<Array<Scalars['String']>>;
|
|
706
712
|
};
|
|
@@ -724,10 +730,11 @@ export declare enum VersionProfilesSortableFields {
|
|
|
724
730
|
id = "id"
|
|
725
731
|
}
|
|
726
732
|
export type ViewDisplayInput = {
|
|
727
|
-
size
|
|
733
|
+
size?: InputMaybe<ViewSizes>;
|
|
728
734
|
type: ViewTypes;
|
|
729
735
|
};
|
|
730
736
|
export type ViewInput = {
|
|
737
|
+
attributes?: InputMaybe<Array<Scalars['String']>>;
|
|
731
738
|
color?: InputMaybe<Scalars['String']>;
|
|
732
739
|
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
733
740
|
display: ViewDisplayInput;
|
|
@@ -735,15 +742,10 @@ export type ViewInput = {
|
|
|
735
742
|
id?: InputMaybe<Scalars['String']>;
|
|
736
743
|
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
737
744
|
library: Scalars['String'];
|
|
738
|
-
settings?: InputMaybe<Array<ViewSettingsInput>>;
|
|
739
745
|
shared: Scalars['Boolean'];
|
|
740
|
-
sort?: InputMaybe<RecordSortInput
|
|
746
|
+
sort?: InputMaybe<Array<RecordSortInput>>;
|
|
741
747
|
valuesVersions?: InputMaybe<Array<ViewValuesVersionInput>>;
|
|
742
748
|
};
|
|
743
|
-
export type ViewSettingsInput = {
|
|
744
|
-
name: Scalars['String'];
|
|
745
|
-
value?: InputMaybe<Scalars['Any']>;
|
|
746
|
-
};
|
|
747
749
|
export declare enum ViewSizes {
|
|
748
750
|
BIG = "BIG",
|
|
749
751
|
MEDIUM = "MEDIUM",
|
|
@@ -840,7 +842,6 @@ export type AttributeDetailsLinkAttributeFragment = {
|
|
|
840
842
|
};
|
|
841
843
|
export type AttributeDetailsStandardAttributeFragment = {
|
|
842
844
|
unique?: boolean | null;
|
|
843
|
-
maxLength?: number | null;
|
|
844
845
|
id: string;
|
|
845
846
|
type: AttributeType;
|
|
846
847
|
format?: AttributeFormat | null;
|
|
@@ -955,6 +956,11 @@ export type AttributesByLibAttributeTreeAttributeFragment = {
|
|
|
955
956
|
} | null;
|
|
956
957
|
};
|
|
957
958
|
export type AttributesByLibAttributeFragment = AttributesByLibAttributeLinkAttributeFragment | AttributesByLibAttributeStandardAttributeFragment | AttributesByLibAttributeTreeAttributeFragment;
|
|
959
|
+
export type AttributesByLibLinkAttributeFragment = {
|
|
960
|
+
linked_library?: {
|
|
961
|
+
id: string;
|
|
962
|
+
} | null;
|
|
963
|
+
};
|
|
958
964
|
export type LibraryLightFragment = {
|
|
959
965
|
id: string;
|
|
960
966
|
label?: any | null;
|
|
@@ -1485,7 +1491,9 @@ export type RecordFormElementFragment = {
|
|
|
1485
1491
|
format?: AttributeFormat | null;
|
|
1486
1492
|
system: boolean;
|
|
1487
1493
|
readonly: boolean;
|
|
1494
|
+
required: boolean;
|
|
1488
1495
|
multiple_values: boolean;
|
|
1496
|
+
compute: boolean;
|
|
1489
1497
|
linked_library?: {
|
|
1490
1498
|
id: string;
|
|
1491
1499
|
label?: any | null;
|
|
@@ -1497,6 +1505,7 @@ export type RecordFormElementFragment = {
|
|
|
1497
1505
|
linkValuesList?: {
|
|
1498
1506
|
enable: boolean;
|
|
1499
1507
|
allowFreeEntry?: boolean | null;
|
|
1508
|
+
allowListUpdate?: boolean | null;
|
|
1500
1509
|
values?: Array<{
|
|
1501
1510
|
id: string;
|
|
1502
1511
|
whoAmI: {
|
|
@@ -1542,6 +1551,7 @@ export type RecordFormElementFragment = {
|
|
|
1542
1551
|
values_list?: {
|
|
1543
1552
|
enable: boolean;
|
|
1544
1553
|
allowFreeEntry?: boolean | null;
|
|
1554
|
+
allowListUpdate?: boolean | null;
|
|
1545
1555
|
dateRangeValues?: Array<{
|
|
1546
1556
|
from?: string | null;
|
|
1547
1557
|
to?: string | null;
|
|
@@ -1549,6 +1559,7 @@ export type RecordFormElementFragment = {
|
|
|
1549
1559
|
} | {
|
|
1550
1560
|
enable: boolean;
|
|
1551
1561
|
allowFreeEntry?: boolean | null;
|
|
1562
|
+
allowListUpdate?: boolean | null;
|
|
1552
1563
|
values?: Array<string> | null;
|
|
1553
1564
|
} | null;
|
|
1554
1565
|
metadata_fields?: Array<{
|
|
@@ -1563,10 +1574,13 @@ export type RecordFormElementFragment = {
|
|
|
1563
1574
|
format?: AttributeFormat | null;
|
|
1564
1575
|
system: boolean;
|
|
1565
1576
|
readonly: boolean;
|
|
1577
|
+
required: boolean;
|
|
1566
1578
|
multiple_values: boolean;
|
|
1579
|
+
compute: boolean;
|
|
1567
1580
|
values_list?: {
|
|
1568
1581
|
enable: boolean;
|
|
1569
1582
|
allowFreeEntry?: boolean | null;
|
|
1583
|
+
allowListUpdate?: boolean | null;
|
|
1570
1584
|
dateRangeValues?: Array<{
|
|
1571
1585
|
from?: string | null;
|
|
1572
1586
|
to?: string | null;
|
|
@@ -1574,6 +1588,7 @@ export type RecordFormElementFragment = {
|
|
|
1574
1588
|
} | {
|
|
1575
1589
|
enable: boolean;
|
|
1576
1590
|
allowFreeEntry?: boolean | null;
|
|
1591
|
+
allowListUpdate?: boolean | null;
|
|
1577
1592
|
values?: Array<string> | null;
|
|
1578
1593
|
} | null;
|
|
1579
1594
|
permissions: {
|
|
@@ -1606,6 +1621,7 @@ export type RecordFormElementFragment = {
|
|
|
1606
1621
|
values_list?: {
|
|
1607
1622
|
enable: boolean;
|
|
1608
1623
|
allowFreeEntry?: boolean | null;
|
|
1624
|
+
allowListUpdate?: boolean | null;
|
|
1609
1625
|
dateRangeValues?: Array<{
|
|
1610
1626
|
from?: string | null;
|
|
1611
1627
|
to?: string | null;
|
|
@@ -1613,6 +1629,7 @@ export type RecordFormElementFragment = {
|
|
|
1613
1629
|
} | {
|
|
1614
1630
|
enable: boolean;
|
|
1615
1631
|
allowFreeEntry?: boolean | null;
|
|
1632
|
+
allowListUpdate?: boolean | null;
|
|
1616
1633
|
values?: Array<string> | null;
|
|
1617
1634
|
} | null;
|
|
1618
1635
|
metadata_fields?: Array<{
|
|
@@ -1627,7 +1644,9 @@ export type RecordFormElementFragment = {
|
|
|
1627
1644
|
format?: AttributeFormat | null;
|
|
1628
1645
|
system: boolean;
|
|
1629
1646
|
readonly: boolean;
|
|
1647
|
+
required: boolean;
|
|
1630
1648
|
multiple_values: boolean;
|
|
1649
|
+
compute: boolean;
|
|
1631
1650
|
linked_tree?: {
|
|
1632
1651
|
id: string;
|
|
1633
1652
|
label?: any | null;
|
|
@@ -1635,6 +1654,7 @@ export type RecordFormElementFragment = {
|
|
|
1635
1654
|
treeValuesList?: {
|
|
1636
1655
|
enable: boolean;
|
|
1637
1656
|
allowFreeEntry?: boolean | null;
|
|
1657
|
+
allowListUpdate?: boolean | null;
|
|
1638
1658
|
values?: Array<{
|
|
1639
1659
|
id: string;
|
|
1640
1660
|
record: {
|
|
@@ -1699,6 +1719,7 @@ export type RecordFormElementFragment = {
|
|
|
1699
1719
|
values_list?: {
|
|
1700
1720
|
enable: boolean;
|
|
1701
1721
|
allowFreeEntry?: boolean | null;
|
|
1722
|
+
allowListUpdate?: boolean | null;
|
|
1702
1723
|
dateRangeValues?: Array<{
|
|
1703
1724
|
from?: string | null;
|
|
1704
1725
|
to?: string | null;
|
|
@@ -1706,6 +1727,7 @@ export type RecordFormElementFragment = {
|
|
|
1706
1727
|
} | {
|
|
1707
1728
|
enable: boolean;
|
|
1708
1729
|
allowFreeEntry?: boolean | null;
|
|
1730
|
+
allowListUpdate?: boolean | null;
|
|
1709
1731
|
values?: Array<string> | null;
|
|
1710
1732
|
} | null;
|
|
1711
1733
|
metadata_fields?: Array<{
|
|
@@ -2127,7 +2149,9 @@ export type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2127
2149
|
format?: AttributeFormat | null;
|
|
2128
2150
|
system: boolean;
|
|
2129
2151
|
readonly: boolean;
|
|
2152
|
+
required: boolean;
|
|
2130
2153
|
multiple_values: boolean;
|
|
2154
|
+
compute: boolean;
|
|
2131
2155
|
linked_library?: {
|
|
2132
2156
|
id: string;
|
|
2133
2157
|
label?: any | null;
|
|
@@ -2139,6 +2163,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2139
2163
|
linkValuesList?: {
|
|
2140
2164
|
enable: boolean;
|
|
2141
2165
|
allowFreeEntry?: boolean | null;
|
|
2166
|
+
allowListUpdate?: boolean | null;
|
|
2142
2167
|
values?: Array<{
|
|
2143
2168
|
id: string;
|
|
2144
2169
|
whoAmI: {
|
|
@@ -2184,6 +2209,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2184
2209
|
values_list?: {
|
|
2185
2210
|
enable: boolean;
|
|
2186
2211
|
allowFreeEntry?: boolean | null;
|
|
2212
|
+
allowListUpdate?: boolean | null;
|
|
2187
2213
|
dateRangeValues?: Array<{
|
|
2188
2214
|
from?: string | null;
|
|
2189
2215
|
to?: string | null;
|
|
@@ -2191,6 +2217,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2191
2217
|
} | {
|
|
2192
2218
|
enable: boolean;
|
|
2193
2219
|
allowFreeEntry?: boolean | null;
|
|
2220
|
+
allowListUpdate?: boolean | null;
|
|
2194
2221
|
values?: Array<string> | null;
|
|
2195
2222
|
} | null;
|
|
2196
2223
|
metadata_fields?: Array<{
|
|
@@ -2206,10 +2233,13 @@ export type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2206
2233
|
format?: AttributeFormat | null;
|
|
2207
2234
|
system: boolean;
|
|
2208
2235
|
readonly: boolean;
|
|
2236
|
+
required: boolean;
|
|
2209
2237
|
multiple_values: boolean;
|
|
2238
|
+
compute: boolean;
|
|
2210
2239
|
values_list?: {
|
|
2211
2240
|
enable: boolean;
|
|
2212
2241
|
allowFreeEntry?: boolean | null;
|
|
2242
|
+
allowListUpdate?: boolean | null;
|
|
2213
2243
|
dateRangeValues?: Array<{
|
|
2214
2244
|
from?: string | null;
|
|
2215
2245
|
to?: string | null;
|
|
@@ -2217,6 +2247,7 @@ export type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2217
2247
|
} | {
|
|
2218
2248
|
enable: boolean;
|
|
2219
2249
|
allowFreeEntry?: boolean | null;
|
|
2250
|
+
allowListUpdate?: boolean | null;
|
|
2220
2251
|
values?: Array<string> | null;
|
|
2221
2252
|
} | null;
|
|
2222
2253
|
permissions: {
|
|
@@ -2249,6 +2280,7 @@ export type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2249
2280
|
values_list?: {
|
|
2250
2281
|
enable: boolean;
|
|
2251
2282
|
allowFreeEntry?: boolean | null;
|
|
2283
|
+
allowListUpdate?: boolean | null;
|
|
2252
2284
|
dateRangeValues?: Array<{
|
|
2253
2285
|
from?: string | null;
|
|
2254
2286
|
to?: string | null;
|
|
@@ -2256,6 +2288,7 @@ export type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2256
2288
|
} | {
|
|
2257
2289
|
enable: boolean;
|
|
2258
2290
|
allowFreeEntry?: boolean | null;
|
|
2291
|
+
allowListUpdate?: boolean | null;
|
|
2259
2292
|
values?: Array<string> | null;
|
|
2260
2293
|
} | null;
|
|
2261
2294
|
metadata_fields?: Array<{
|
|
@@ -2271,7 +2304,9 @@ export type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2271
2304
|
format?: AttributeFormat | null;
|
|
2272
2305
|
system: boolean;
|
|
2273
2306
|
readonly: boolean;
|
|
2307
|
+
required: boolean;
|
|
2274
2308
|
multiple_values: boolean;
|
|
2309
|
+
compute: boolean;
|
|
2275
2310
|
linked_tree?: {
|
|
2276
2311
|
id: string;
|
|
2277
2312
|
label?: any | null;
|
|
@@ -2279,6 +2314,7 @@ export type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2279
2314
|
treeValuesList?: {
|
|
2280
2315
|
enable: boolean;
|
|
2281
2316
|
allowFreeEntry?: boolean | null;
|
|
2317
|
+
allowListUpdate?: boolean | null;
|
|
2282
2318
|
values?: Array<{
|
|
2283
2319
|
id: string;
|
|
2284
2320
|
record: {
|
|
@@ -2343,6 +2379,7 @@ export type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2343
2379
|
values_list?: {
|
|
2344
2380
|
enable: boolean;
|
|
2345
2381
|
allowFreeEntry?: boolean | null;
|
|
2382
|
+
allowListUpdate?: boolean | null;
|
|
2346
2383
|
dateRangeValues?: Array<{
|
|
2347
2384
|
from?: string | null;
|
|
2348
2385
|
to?: string | null;
|
|
@@ -2350,6 +2387,7 @@ export type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2350
2387
|
} | {
|
|
2351
2388
|
enable: boolean;
|
|
2352
2389
|
allowFreeEntry?: boolean | null;
|
|
2390
|
+
allowListUpdate?: boolean | null;
|
|
2353
2391
|
values?: Array<string> | null;
|
|
2354
2392
|
} | null;
|
|
2355
2393
|
metadata_fields?: Array<{
|
|
@@ -2361,6 +2399,7 @@ export type RecordFormAttributeFragment = RecordFormAttributeLinkAttributeFragme
|
|
|
2361
2399
|
export type StandardValuesListFragmentStandardDateRangeValuesListConfFragment = {
|
|
2362
2400
|
enable: boolean;
|
|
2363
2401
|
allowFreeEntry?: boolean | null;
|
|
2402
|
+
allowListUpdate?: boolean | null;
|
|
2364
2403
|
dateRangeValues?: Array<{
|
|
2365
2404
|
from?: string | null;
|
|
2366
2405
|
to?: string | null;
|
|
@@ -2369,6 +2408,7 @@ export type StandardValuesListFragmentStandardDateRangeValuesListConfFragment =
|
|
|
2369
2408
|
export type StandardValuesListFragmentStandardStringValuesListConfFragment = {
|
|
2370
2409
|
enable: boolean;
|
|
2371
2410
|
allowFreeEntry?: boolean | null;
|
|
2411
|
+
allowListUpdate?: boolean | null;
|
|
2372
2412
|
values?: Array<string> | null;
|
|
2373
2413
|
};
|
|
2374
2414
|
export type StandardValuesListFragmentFragment = StandardValuesListFragmentStandardDateRangeValuesListConfFragment | StandardValuesListFragmentStandardStringValuesListConfFragment;
|
|
@@ -2448,7 +2488,7 @@ export type ViewDetailsFragment = {
|
|
|
2448
2488
|
description?: any | null;
|
|
2449
2489
|
color?: string | null;
|
|
2450
2490
|
display: {
|
|
2451
|
-
size
|
|
2491
|
+
size?: ViewSizes | null;
|
|
2452
2492
|
type: ViewTypes;
|
|
2453
2493
|
};
|
|
2454
2494
|
created_by: {
|
|
@@ -2471,10 +2511,10 @@ export type ViewDetailsFragment = {
|
|
|
2471
2511
|
label?: any | null;
|
|
2472
2512
|
} | null;
|
|
2473
2513
|
}> | null;
|
|
2474
|
-
sort?: {
|
|
2514
|
+
sort?: Array<{
|
|
2475
2515
|
field: string;
|
|
2476
2516
|
order: SortOrder;
|
|
2477
|
-
} | null;
|
|
2517
|
+
}> | null;
|
|
2478
2518
|
valuesVersions?: Array<{
|
|
2479
2519
|
treeId: string;
|
|
2480
2520
|
treeNode: {
|
|
@@ -2495,11 +2535,34 @@ export type ViewDetailsFragment = {
|
|
|
2495
2535
|
};
|
|
2496
2536
|
};
|
|
2497
2537
|
}> | null;
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
value?: any | null;
|
|
2538
|
+
attributes?: Array<{
|
|
2539
|
+
id: string;
|
|
2501
2540
|
}> | null;
|
|
2502
2541
|
};
|
|
2542
|
+
export type ViewDetailsFilterFragment = {
|
|
2543
|
+
field?: string | null;
|
|
2544
|
+
value?: string | null;
|
|
2545
|
+
condition?: RecordFilterCondition | null;
|
|
2546
|
+
operator?: RecordFilterOperator | null;
|
|
2547
|
+
tree?: {
|
|
2548
|
+
id: string;
|
|
2549
|
+
label?: any | null;
|
|
2550
|
+
} | null;
|
|
2551
|
+
};
|
|
2552
|
+
export type LinkAttributeDetailsFragment = {
|
|
2553
|
+
label?: any | null;
|
|
2554
|
+
linked_library?: {
|
|
2555
|
+
id: string;
|
|
2556
|
+
label?: any | null;
|
|
2557
|
+
} | null;
|
|
2558
|
+
};
|
|
2559
|
+
export type AttributePropertiesFragment = {
|
|
2560
|
+
id: string;
|
|
2561
|
+
label?: any | null;
|
|
2562
|
+
type: AttributeType;
|
|
2563
|
+
format?: AttributeFormat | null;
|
|
2564
|
+
multiple_values: boolean;
|
|
2565
|
+
};
|
|
2503
2566
|
export type PropertyValueLinkValueFragment = {
|
|
2504
2567
|
linkPayload?: {
|
|
2505
2568
|
id: string;
|
|
@@ -2515,9 +2578,6 @@ export type PropertyValueLinkValueFragment = {
|
|
|
2515
2578
|
};
|
|
2516
2579
|
};
|
|
2517
2580
|
} | null;
|
|
2518
|
-
attribute: {
|
|
2519
|
-
type: AttributeType;
|
|
2520
|
-
};
|
|
2521
2581
|
};
|
|
2522
2582
|
export type PropertyValueTreeValueFragment = {
|
|
2523
2583
|
treePayload?: {
|
|
@@ -2536,17 +2596,118 @@ export type PropertyValueTreeValueFragment = {
|
|
|
2536
2596
|
};
|
|
2537
2597
|
};
|
|
2538
2598
|
} | null;
|
|
2539
|
-
attribute: {
|
|
2540
|
-
type: AttributeType;
|
|
2541
|
-
};
|
|
2542
2599
|
};
|
|
2543
2600
|
export type PropertyValueValueFragment = {
|
|
2544
2601
|
valuePayload?: any | null;
|
|
2545
|
-
|
|
2546
|
-
type: AttributeType;
|
|
2547
|
-
};
|
|
2602
|
+
valueRawPayload?: any | null;
|
|
2548
2603
|
};
|
|
2549
2604
|
export type PropertyValueFragment = PropertyValueLinkValueFragment | PropertyValueTreeValueFragment | PropertyValueValueFragment;
|
|
2605
|
+
export type LinkPropertyLinkValueFragment = {
|
|
2606
|
+
id_value?: string | null;
|
|
2607
|
+
payload?: {
|
|
2608
|
+
id: string;
|
|
2609
|
+
properties: Array<{
|
|
2610
|
+
attributeId: string;
|
|
2611
|
+
attributeProperties: {
|
|
2612
|
+
id: string;
|
|
2613
|
+
label?: any | null;
|
|
2614
|
+
type: AttributeType;
|
|
2615
|
+
format?: AttributeFormat | null;
|
|
2616
|
+
multiple_values: boolean;
|
|
2617
|
+
};
|
|
2618
|
+
values: Array<{
|
|
2619
|
+
linkPayload?: {
|
|
2620
|
+
id: string;
|
|
2621
|
+
whoAmI: {
|
|
2622
|
+
id: string;
|
|
2623
|
+
label?: string | null;
|
|
2624
|
+
subLabel?: string | null;
|
|
2625
|
+
color?: string | null;
|
|
2626
|
+
preview?: IPreviewScalar | null;
|
|
2627
|
+
library: {
|
|
2628
|
+
id: string;
|
|
2629
|
+
label?: any | null;
|
|
2630
|
+
};
|
|
2631
|
+
};
|
|
2632
|
+
} | null;
|
|
2633
|
+
} | {
|
|
2634
|
+
treePayload?: {
|
|
2635
|
+
record: {
|
|
2636
|
+
id: string;
|
|
2637
|
+
whoAmI: {
|
|
2638
|
+
id: string;
|
|
2639
|
+
label?: string | null;
|
|
2640
|
+
subLabel?: string | null;
|
|
2641
|
+
color?: string | null;
|
|
2642
|
+
preview?: IPreviewScalar | null;
|
|
2643
|
+
library: {
|
|
2644
|
+
id: string;
|
|
2645
|
+
label?: any | null;
|
|
2646
|
+
};
|
|
2647
|
+
};
|
|
2648
|
+
};
|
|
2649
|
+
} | null;
|
|
2650
|
+
} | {
|
|
2651
|
+
valuePayload?: any | null;
|
|
2652
|
+
valueRawPayload?: any | null;
|
|
2653
|
+
}>;
|
|
2654
|
+
}>;
|
|
2655
|
+
whoAmI: {
|
|
2656
|
+
id: string;
|
|
2657
|
+
label?: string | null;
|
|
2658
|
+
subLabel?: string | null;
|
|
2659
|
+
color?: string | null;
|
|
2660
|
+
preview?: IPreviewScalar | null;
|
|
2661
|
+
library: {
|
|
2662
|
+
id: string;
|
|
2663
|
+
label?: any | null;
|
|
2664
|
+
};
|
|
2665
|
+
};
|
|
2666
|
+
} | null;
|
|
2667
|
+
};
|
|
2668
|
+
export type LinkPropertyTreeValueValueFragment = {
|
|
2669
|
+
id_value?: string | null;
|
|
2670
|
+
};
|
|
2671
|
+
export type LinkPropertyFragment = LinkPropertyLinkValueFragment | LinkPropertyTreeValueValueFragment;
|
|
2672
|
+
export type LibraryAttributeLinkAttributeFragment = {
|
|
2673
|
+
id: string;
|
|
2674
|
+
type: AttributeType;
|
|
2675
|
+
label?: any | null;
|
|
2676
|
+
linked_library?: {
|
|
2677
|
+
id: string;
|
|
2678
|
+
label?: any | null;
|
|
2679
|
+
attributes?: Array<{
|
|
2680
|
+
id: string;
|
|
2681
|
+
type: AttributeType;
|
|
2682
|
+
format?: AttributeFormat | null;
|
|
2683
|
+
label?: any | null;
|
|
2684
|
+
}> | null;
|
|
2685
|
+
} | null;
|
|
2686
|
+
};
|
|
2687
|
+
export type LibraryAttributeStandardAttributeFragment = {
|
|
2688
|
+
format?: AttributeFormat | null;
|
|
2689
|
+
id: string;
|
|
2690
|
+
type: AttributeType;
|
|
2691
|
+
label?: any | null;
|
|
2692
|
+
};
|
|
2693
|
+
export type LibraryAttributeTreeAttributeFragment = {
|
|
2694
|
+
id: string;
|
|
2695
|
+
type: AttributeType;
|
|
2696
|
+
label?: any | null;
|
|
2697
|
+
};
|
|
2698
|
+
export type LibraryAttributeFragment = LibraryAttributeLinkAttributeFragment | LibraryAttributeStandardAttributeFragment | LibraryAttributeTreeAttributeFragment;
|
|
2699
|
+
export type LibraryAttributeLinkFragment = {
|
|
2700
|
+
linked_library?: {
|
|
2701
|
+
id: string;
|
|
2702
|
+
label?: any | null;
|
|
2703
|
+
attributes?: Array<{
|
|
2704
|
+
id: string;
|
|
2705
|
+
type: AttributeType;
|
|
2706
|
+
format?: AttributeFormat | null;
|
|
2707
|
+
label?: any | null;
|
|
2708
|
+
}> | null;
|
|
2709
|
+
} | null;
|
|
2710
|
+
};
|
|
2550
2711
|
export type CheckApplicationExistenceQueryVariables = Exact<{
|
|
2551
2712
|
id?: InputMaybe<Scalars['ID']>;
|
|
2552
2713
|
endpoint?: InputMaybe<Scalars['String']>;
|
|
@@ -2695,7 +2856,6 @@ export type GetAttributeByIdQuery = {
|
|
|
2695
2856
|
}> | null;
|
|
2696
2857
|
} | {
|
|
2697
2858
|
unique?: boolean | null;
|
|
2698
|
-
maxLength?: number | null;
|
|
2699
2859
|
id: string;
|
|
2700
2860
|
type: AttributeType;
|
|
2701
2861
|
format?: AttributeFormat | null;
|
|
@@ -2905,7 +3065,6 @@ export type SaveAttributeMutation = {
|
|
|
2905
3065
|
}> | null;
|
|
2906
3066
|
} | {
|
|
2907
3067
|
unique?: boolean | null;
|
|
2908
|
-
maxLength?: number | null;
|
|
2909
3068
|
id: string;
|
|
2910
3069
|
type: AttributeType;
|
|
2911
3070
|
format?: AttributeFormat | null;
|
|
@@ -3419,11 +3578,10 @@ export type CreateRecordMutation = {
|
|
|
3419
3578
|
};
|
|
3420
3579
|
} | null;
|
|
3421
3580
|
valuesErrors?: Array<{
|
|
3422
|
-
attributeId: string;
|
|
3423
|
-
id_value?: string | null;
|
|
3424
|
-
input?: string | null;
|
|
3425
|
-
message?: string | null;
|
|
3426
3581
|
type: string;
|
|
3582
|
+
attribute: string;
|
|
3583
|
+
input?: string | null;
|
|
3584
|
+
message: string;
|
|
3427
3585
|
}> | null;
|
|
3428
3586
|
};
|
|
3429
3587
|
};
|
|
@@ -3941,7 +4099,9 @@ export type RecordFormQuery = {
|
|
|
3941
4099
|
format?: AttributeFormat | null;
|
|
3942
4100
|
system: boolean;
|
|
3943
4101
|
readonly: boolean;
|
|
4102
|
+
required: boolean;
|
|
3944
4103
|
multiple_values: boolean;
|
|
4104
|
+
compute: boolean;
|
|
3945
4105
|
linked_library?: {
|
|
3946
4106
|
id: string;
|
|
3947
4107
|
label?: any | null;
|
|
@@ -3953,6 +4113,7 @@ export type RecordFormQuery = {
|
|
|
3953
4113
|
linkValuesList?: {
|
|
3954
4114
|
enable: boolean;
|
|
3955
4115
|
allowFreeEntry?: boolean | null;
|
|
4116
|
+
allowListUpdate?: boolean | null;
|
|
3956
4117
|
values?: Array<{
|
|
3957
4118
|
id: string;
|
|
3958
4119
|
whoAmI: {
|
|
@@ -3998,6 +4159,7 @@ export type RecordFormQuery = {
|
|
|
3998
4159
|
values_list?: {
|
|
3999
4160
|
enable: boolean;
|
|
4000
4161
|
allowFreeEntry?: boolean | null;
|
|
4162
|
+
allowListUpdate?: boolean | null;
|
|
4001
4163
|
dateRangeValues?: Array<{
|
|
4002
4164
|
from?: string | null;
|
|
4003
4165
|
to?: string | null;
|
|
@@ -4005,6 +4167,7 @@ export type RecordFormQuery = {
|
|
|
4005
4167
|
} | {
|
|
4006
4168
|
enable: boolean;
|
|
4007
4169
|
allowFreeEntry?: boolean | null;
|
|
4170
|
+
allowListUpdate?: boolean | null;
|
|
4008
4171
|
values?: Array<string> | null;
|
|
4009
4172
|
} | null;
|
|
4010
4173
|
metadata_fields?: Array<{
|
|
@@ -4019,10 +4182,13 @@ export type RecordFormQuery = {
|
|
|
4019
4182
|
format?: AttributeFormat | null;
|
|
4020
4183
|
system: boolean;
|
|
4021
4184
|
readonly: boolean;
|
|
4185
|
+
required: boolean;
|
|
4022
4186
|
multiple_values: boolean;
|
|
4187
|
+
compute: boolean;
|
|
4023
4188
|
values_list?: {
|
|
4024
4189
|
enable: boolean;
|
|
4025
4190
|
allowFreeEntry?: boolean | null;
|
|
4191
|
+
allowListUpdate?: boolean | null;
|
|
4026
4192
|
dateRangeValues?: Array<{
|
|
4027
4193
|
from?: string | null;
|
|
4028
4194
|
to?: string | null;
|
|
@@ -4030,6 +4196,7 @@ export type RecordFormQuery = {
|
|
|
4030
4196
|
} | {
|
|
4031
4197
|
enable: boolean;
|
|
4032
4198
|
allowFreeEntry?: boolean | null;
|
|
4199
|
+
allowListUpdate?: boolean | null;
|
|
4033
4200
|
values?: Array<string> | null;
|
|
4034
4201
|
} | null;
|
|
4035
4202
|
permissions: {
|
|
@@ -4062,6 +4229,7 @@ export type RecordFormQuery = {
|
|
|
4062
4229
|
values_list?: {
|
|
4063
4230
|
enable: boolean;
|
|
4064
4231
|
allowFreeEntry?: boolean | null;
|
|
4232
|
+
allowListUpdate?: boolean | null;
|
|
4065
4233
|
dateRangeValues?: Array<{
|
|
4066
4234
|
from?: string | null;
|
|
4067
4235
|
to?: string | null;
|
|
@@ -4069,6 +4237,7 @@ export type RecordFormQuery = {
|
|
|
4069
4237
|
} | {
|
|
4070
4238
|
enable: boolean;
|
|
4071
4239
|
allowFreeEntry?: boolean | null;
|
|
4240
|
+
allowListUpdate?: boolean | null;
|
|
4072
4241
|
values?: Array<string> | null;
|
|
4073
4242
|
} | null;
|
|
4074
4243
|
metadata_fields?: Array<{
|
|
@@ -4083,7 +4252,9 @@ export type RecordFormQuery = {
|
|
|
4083
4252
|
format?: AttributeFormat | null;
|
|
4084
4253
|
system: boolean;
|
|
4085
4254
|
readonly: boolean;
|
|
4255
|
+
required: boolean;
|
|
4086
4256
|
multiple_values: boolean;
|
|
4257
|
+
compute: boolean;
|
|
4087
4258
|
linked_tree?: {
|
|
4088
4259
|
id: string;
|
|
4089
4260
|
label?: any | null;
|
|
@@ -4091,6 +4262,7 @@ export type RecordFormQuery = {
|
|
|
4091
4262
|
treeValuesList?: {
|
|
4092
4263
|
enable: boolean;
|
|
4093
4264
|
allowFreeEntry?: boolean | null;
|
|
4265
|
+
allowListUpdate?: boolean | null;
|
|
4094
4266
|
values?: Array<{
|
|
4095
4267
|
id: string;
|
|
4096
4268
|
record: {
|
|
@@ -4155,6 +4327,7 @@ export type RecordFormQuery = {
|
|
|
4155
4327
|
values_list?: {
|
|
4156
4328
|
enable: boolean;
|
|
4157
4329
|
allowFreeEntry?: boolean | null;
|
|
4330
|
+
allowListUpdate?: boolean | null;
|
|
4158
4331
|
dateRangeValues?: Array<{
|
|
4159
4332
|
from?: string | null;
|
|
4160
4333
|
to?: string | null;
|
|
@@ -4162,6 +4335,7 @@ export type RecordFormQuery = {
|
|
|
4162
4335
|
} | {
|
|
4163
4336
|
enable: boolean;
|
|
4164
4337
|
allowFreeEntry?: boolean | null;
|
|
4338
|
+
allowListUpdate?: boolean | null;
|
|
4165
4339
|
values?: Array<string> | null;
|
|
4166
4340
|
} | null;
|
|
4167
4341
|
metadata_fields?: Array<{
|
|
@@ -5721,7 +5895,7 @@ export type GetViewQuery = {
|
|
|
5721
5895
|
description?: any | null;
|
|
5722
5896
|
color?: string | null;
|
|
5723
5897
|
display: {
|
|
5724
|
-
size
|
|
5898
|
+
size?: ViewSizes | null;
|
|
5725
5899
|
type: ViewTypes;
|
|
5726
5900
|
};
|
|
5727
5901
|
created_by: {
|
|
@@ -5744,10 +5918,10 @@ export type GetViewQuery = {
|
|
|
5744
5918
|
label?: any | null;
|
|
5745
5919
|
} | null;
|
|
5746
5920
|
}> | null;
|
|
5747
|
-
sort?: {
|
|
5921
|
+
sort?: Array<{
|
|
5748
5922
|
field: string;
|
|
5749
5923
|
order: SortOrder;
|
|
5750
|
-
} | null;
|
|
5924
|
+
}> | null;
|
|
5751
5925
|
valuesVersions?: Array<{
|
|
5752
5926
|
treeId: string;
|
|
5753
5927
|
treeNode: {
|
|
@@ -5768,9 +5942,8 @@ export type GetViewQuery = {
|
|
|
5768
5942
|
};
|
|
5769
5943
|
};
|
|
5770
5944
|
}> | null;
|
|
5771
|
-
|
|
5772
|
-
|
|
5773
|
-
value?: any | null;
|
|
5945
|
+
attributes?: Array<{
|
|
5946
|
+
id: string;
|
|
5774
5947
|
}> | null;
|
|
5775
5948
|
};
|
|
5776
5949
|
};
|
|
@@ -5787,7 +5960,7 @@ export type GetViewsListQuery = {
|
|
|
5787
5960
|
description?: any | null;
|
|
5788
5961
|
color?: string | null;
|
|
5789
5962
|
display: {
|
|
5790
|
-
size
|
|
5963
|
+
size?: ViewSizes | null;
|
|
5791
5964
|
type: ViewTypes;
|
|
5792
5965
|
};
|
|
5793
5966
|
created_by: {
|
|
@@ -5810,10 +5983,10 @@ export type GetViewsListQuery = {
|
|
|
5810
5983
|
label?: any | null;
|
|
5811
5984
|
} | null;
|
|
5812
5985
|
}> | null;
|
|
5813
|
-
sort?: {
|
|
5986
|
+
sort?: Array<{
|
|
5814
5987
|
field: string;
|
|
5815
5988
|
order: SortOrder;
|
|
5816
|
-
} | null;
|
|
5989
|
+
}> | null;
|
|
5817
5990
|
valuesVersions?: Array<{
|
|
5818
5991
|
treeId: string;
|
|
5819
5992
|
treeNode: {
|
|
@@ -5834,17 +6007,16 @@ export type GetViewsListQuery = {
|
|
|
5834
6007
|
};
|
|
5835
6008
|
};
|
|
5836
6009
|
}> | null;
|
|
5837
|
-
|
|
5838
|
-
|
|
5839
|
-
value?: any | null;
|
|
6010
|
+
attributes?: Array<{
|
|
6011
|
+
id: string;
|
|
5840
6012
|
}> | null;
|
|
5841
6013
|
}>;
|
|
5842
6014
|
};
|
|
5843
6015
|
};
|
|
5844
|
-
export type
|
|
6016
|
+
export type SaveViewMutationVariables = Exact<{
|
|
5845
6017
|
view: ViewInput;
|
|
5846
6018
|
}>;
|
|
5847
|
-
export type
|
|
6019
|
+
export type SaveViewMutation = {
|
|
5848
6020
|
saveView: {
|
|
5849
6021
|
id: string;
|
|
5850
6022
|
shared: boolean;
|
|
@@ -5852,7 +6024,7 @@ export type AddViewMutation = {
|
|
|
5852
6024
|
description?: any | null;
|
|
5853
6025
|
color?: string | null;
|
|
5854
6026
|
display: {
|
|
5855
|
-
size
|
|
6027
|
+
size?: ViewSizes | null;
|
|
5856
6028
|
type: ViewTypes;
|
|
5857
6029
|
};
|
|
5858
6030
|
created_by: {
|
|
@@ -5875,10 +6047,10 @@ export type AddViewMutation = {
|
|
|
5875
6047
|
label?: any | null;
|
|
5876
6048
|
} | null;
|
|
5877
6049
|
}> | null;
|
|
5878
|
-
sort?: {
|
|
6050
|
+
sort?: Array<{
|
|
5879
6051
|
field: string;
|
|
5880
6052
|
order: SortOrder;
|
|
5881
|
-
} | null;
|
|
6053
|
+
}> | null;
|
|
5882
6054
|
valuesVersions?: Array<{
|
|
5883
6055
|
treeId: string;
|
|
5884
6056
|
treeNode: {
|
|
@@ -5899,19 +6071,63 @@ export type AddViewMutation = {
|
|
|
5899
6071
|
};
|
|
5900
6072
|
};
|
|
5901
6073
|
}> | null;
|
|
5902
|
-
|
|
5903
|
-
|
|
5904
|
-
value?: any | null;
|
|
6074
|
+
attributes?: Array<{
|
|
6075
|
+
id: string;
|
|
5905
6076
|
}> | null;
|
|
5906
6077
|
};
|
|
5907
6078
|
};
|
|
5908
|
-
export type
|
|
6079
|
+
export type ExplorerAttributesQueryVariables = Exact<{
|
|
6080
|
+
ids?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
6081
|
+
}>;
|
|
6082
|
+
export type ExplorerAttributesQuery = {
|
|
6083
|
+
attributes?: {
|
|
6084
|
+
list: Array<{
|
|
6085
|
+
id: string;
|
|
6086
|
+
type: AttributeType;
|
|
6087
|
+
format?: AttributeFormat | null;
|
|
6088
|
+
label?: any | null;
|
|
6089
|
+
linked_library?: {
|
|
6090
|
+
id: string;
|
|
6091
|
+
label?: any | null;
|
|
6092
|
+
} | null;
|
|
6093
|
+
} | {
|
|
6094
|
+
id: string;
|
|
6095
|
+
type: AttributeType;
|
|
6096
|
+
format?: AttributeFormat | null;
|
|
6097
|
+
label?: any | null;
|
|
6098
|
+
}>;
|
|
6099
|
+
} | null;
|
|
6100
|
+
};
|
|
6101
|
+
export type ExplorerLinkAttributeQueryVariables = Exact<{
|
|
6102
|
+
id: Scalars['ID'];
|
|
6103
|
+
}>;
|
|
6104
|
+
export type ExplorerLinkAttributeQuery = {
|
|
6105
|
+
attributes?: {
|
|
6106
|
+
list: Array<{
|
|
6107
|
+
label?: any | null;
|
|
6108
|
+
id: string;
|
|
6109
|
+
multiple_values: boolean;
|
|
6110
|
+
linked_library?: {
|
|
6111
|
+
id: string;
|
|
6112
|
+
label?: any | null;
|
|
6113
|
+
} | null;
|
|
6114
|
+
} | {
|
|
6115
|
+
id: string;
|
|
6116
|
+
multiple_values: boolean;
|
|
6117
|
+
}>;
|
|
6118
|
+
} | null;
|
|
6119
|
+
};
|
|
6120
|
+
export type ExplorerLibraryDataQueryVariables = Exact<{
|
|
5909
6121
|
libraryId: Scalars['ID'];
|
|
5910
6122
|
attributeIds: Array<Scalars['ID']> | Scalars['ID'];
|
|
6123
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
5911
6124
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
6125
|
+
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
6126
|
+
searchQuery?: InputMaybe<Scalars['String']>;
|
|
5912
6127
|
}>;
|
|
5913
|
-
export type
|
|
6128
|
+
export type ExplorerLibraryDataQuery = {
|
|
5914
6129
|
records: {
|
|
6130
|
+
totalCount?: number | null;
|
|
5915
6131
|
list: Array<{
|
|
5916
6132
|
id: string;
|
|
5917
6133
|
whoAmI: {
|
|
@@ -5927,6 +6143,13 @@ export type ExplorerQuery = {
|
|
|
5927
6143
|
};
|
|
5928
6144
|
properties: Array<{
|
|
5929
6145
|
attributeId: string;
|
|
6146
|
+
attributeProperties: {
|
|
6147
|
+
id: string;
|
|
6148
|
+
label?: any | null;
|
|
6149
|
+
type: AttributeType;
|
|
6150
|
+
format?: AttributeFormat | null;
|
|
6151
|
+
multiple_values: boolean;
|
|
6152
|
+
};
|
|
5930
6153
|
values: Array<{
|
|
5931
6154
|
linkPayload?: {
|
|
5932
6155
|
id: string;
|
|
@@ -5942,9 +6165,6 @@ export type ExplorerQuery = {
|
|
|
5942
6165
|
};
|
|
5943
6166
|
};
|
|
5944
6167
|
} | null;
|
|
5945
|
-
attribute: {
|
|
5946
|
-
type: AttributeType;
|
|
5947
|
-
};
|
|
5948
6168
|
} | {
|
|
5949
6169
|
treePayload?: {
|
|
5950
6170
|
record: {
|
|
@@ -5962,22 +6182,169 @@ export type ExplorerQuery = {
|
|
|
5962
6182
|
};
|
|
5963
6183
|
};
|
|
5964
6184
|
} | null;
|
|
5965
|
-
attribute: {
|
|
5966
|
-
type: AttributeType;
|
|
5967
|
-
};
|
|
5968
6185
|
} | {
|
|
5969
6186
|
valuePayload?: any | null;
|
|
5970
|
-
|
|
5971
|
-
type: AttributeType;
|
|
5972
|
-
};
|
|
6187
|
+
valueRawPayload?: any | null;
|
|
5973
6188
|
}>;
|
|
5974
6189
|
}>;
|
|
5975
6190
|
}>;
|
|
5976
6191
|
};
|
|
5977
6192
|
};
|
|
6193
|
+
export type ExplorerLinkDataQueryVariables = Exact<{
|
|
6194
|
+
attributeIds: Array<Scalars['ID']> | Scalars['ID'];
|
|
6195
|
+
parentLibraryId: Scalars['ID'];
|
|
6196
|
+
parentRecordId?: InputMaybe<Scalars['String']>;
|
|
6197
|
+
linkAttributeId: Scalars['ID'];
|
|
6198
|
+
}>;
|
|
6199
|
+
export type ExplorerLinkDataQuery = {
|
|
6200
|
+
records: {
|
|
6201
|
+
list: Array<{
|
|
6202
|
+
id: string;
|
|
6203
|
+
whoAmI: {
|
|
6204
|
+
id: string;
|
|
6205
|
+
library: {
|
|
6206
|
+
id: string;
|
|
6207
|
+
};
|
|
6208
|
+
};
|
|
6209
|
+
property: Array<{
|
|
6210
|
+
id_value?: string | null;
|
|
6211
|
+
payload?: {
|
|
6212
|
+
id: string;
|
|
6213
|
+
whoAmI: {
|
|
6214
|
+
id: string;
|
|
6215
|
+
label?: string | null;
|
|
6216
|
+
subLabel?: string | null;
|
|
6217
|
+
color?: string | null;
|
|
6218
|
+
preview?: IPreviewScalar | null;
|
|
6219
|
+
library: {
|
|
6220
|
+
id: string;
|
|
6221
|
+
label?: any | null;
|
|
6222
|
+
};
|
|
6223
|
+
};
|
|
6224
|
+
properties: Array<{
|
|
6225
|
+
attributeId: string;
|
|
6226
|
+
attributeProperties: {
|
|
6227
|
+
id: string;
|
|
6228
|
+
label?: any | null;
|
|
6229
|
+
type: AttributeType;
|
|
6230
|
+
format?: AttributeFormat | null;
|
|
6231
|
+
multiple_values: boolean;
|
|
6232
|
+
};
|
|
6233
|
+
values: Array<{
|
|
6234
|
+
linkPayload?: {
|
|
6235
|
+
id: string;
|
|
6236
|
+
whoAmI: {
|
|
6237
|
+
id: string;
|
|
6238
|
+
label?: string | null;
|
|
6239
|
+
subLabel?: string | null;
|
|
6240
|
+
color?: string | null;
|
|
6241
|
+
preview?: IPreviewScalar | null;
|
|
6242
|
+
library: {
|
|
6243
|
+
id: string;
|
|
6244
|
+
label?: any | null;
|
|
6245
|
+
};
|
|
6246
|
+
};
|
|
6247
|
+
} | null;
|
|
6248
|
+
} | {
|
|
6249
|
+
treePayload?: {
|
|
6250
|
+
record: {
|
|
6251
|
+
id: string;
|
|
6252
|
+
whoAmI: {
|
|
6253
|
+
id: string;
|
|
6254
|
+
label?: string | null;
|
|
6255
|
+
subLabel?: string | null;
|
|
6256
|
+
color?: string | null;
|
|
6257
|
+
preview?: IPreviewScalar | null;
|
|
6258
|
+
library: {
|
|
6259
|
+
id: string;
|
|
6260
|
+
label?: any | null;
|
|
6261
|
+
};
|
|
6262
|
+
};
|
|
6263
|
+
};
|
|
6264
|
+
} | null;
|
|
6265
|
+
} | {
|
|
6266
|
+
valuePayload?: any | null;
|
|
6267
|
+
valueRawPayload?: any | null;
|
|
6268
|
+
}>;
|
|
6269
|
+
}>;
|
|
6270
|
+
} | null;
|
|
6271
|
+
} | {
|
|
6272
|
+
id_value?: string | null;
|
|
6273
|
+
}>;
|
|
6274
|
+
}>;
|
|
6275
|
+
};
|
|
6276
|
+
};
|
|
6277
|
+
export type GetLibraryAttributesQueryVariables = Exact<{
|
|
6278
|
+
libraryId: Scalars['ID'];
|
|
6279
|
+
}>;
|
|
6280
|
+
export type GetLibraryAttributesQuery = {
|
|
6281
|
+
libraries?: {
|
|
6282
|
+
list: Array<{
|
|
6283
|
+
id: string;
|
|
6284
|
+
attributes?: Array<{
|
|
6285
|
+
id: string;
|
|
6286
|
+
type: AttributeType;
|
|
6287
|
+
label?: any | null;
|
|
6288
|
+
linked_library?: {
|
|
6289
|
+
id: string;
|
|
6290
|
+
label?: any | null;
|
|
6291
|
+
attributes?: Array<{
|
|
6292
|
+
id: string;
|
|
6293
|
+
type: AttributeType;
|
|
6294
|
+
format?: AttributeFormat | null;
|
|
6295
|
+
label?: any | null;
|
|
6296
|
+
}> | null;
|
|
6297
|
+
} | null;
|
|
6298
|
+
} | {
|
|
6299
|
+
format?: AttributeFormat | null;
|
|
6300
|
+
id: string;
|
|
6301
|
+
type: AttributeType;
|
|
6302
|
+
label?: any | null;
|
|
6303
|
+
} | {
|
|
6304
|
+
id: string;
|
|
6305
|
+
type: AttributeType;
|
|
6306
|
+
label?: any | null;
|
|
6307
|
+
}> | null;
|
|
6308
|
+
}>;
|
|
6309
|
+
} | null;
|
|
6310
|
+
};
|
|
6311
|
+
export type ExplorerLibraryDetailsQueryVariables = Exact<{
|
|
6312
|
+
libraryId: Scalars['ID'];
|
|
6313
|
+
}>;
|
|
6314
|
+
export type ExplorerLibraryDetailsQuery = {
|
|
6315
|
+
libraries?: {
|
|
6316
|
+
list: Array<{
|
|
6317
|
+
id: string;
|
|
6318
|
+
label?: any | null;
|
|
6319
|
+
}>;
|
|
6320
|
+
} | null;
|
|
6321
|
+
};
|
|
6322
|
+
export type ExplorerSelectionIdsQueryVariables = Exact<{
|
|
6323
|
+
libraryId: Scalars['ID'];
|
|
6324
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
6325
|
+
}>;
|
|
6326
|
+
export type ExplorerSelectionIdsQuery = {
|
|
6327
|
+
records: {
|
|
6328
|
+
list: Array<{
|
|
6329
|
+
id: string;
|
|
6330
|
+
}>;
|
|
6331
|
+
};
|
|
6332
|
+
};
|
|
6333
|
+
export type TreeDataQueryQueryVariables = Exact<{
|
|
6334
|
+
treeId: Scalars['ID'];
|
|
6335
|
+
}>;
|
|
6336
|
+
export type TreeDataQueryQuery = {
|
|
6337
|
+
trees?: {
|
|
6338
|
+
list: Array<{
|
|
6339
|
+
id: string;
|
|
6340
|
+
label?: any | null;
|
|
6341
|
+
}>;
|
|
6342
|
+
} | null;
|
|
6343
|
+
};
|
|
5978
6344
|
export declare const RecordIdentityFragmentDoc: Apollo.DocumentNode;
|
|
5979
6345
|
export declare const DetailsApplicationFragmentDoc: Apollo.DocumentNode;
|
|
5980
6346
|
export declare const AttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6347
|
+
export declare const AttributesByLibLinkAttributeFragmentDoc: Apollo.DocumentNode;
|
|
5981
6348
|
export declare const AttributesByLibAttributeFragmentDoc: Apollo.DocumentNode;
|
|
5982
6349
|
export declare const LibraryLightFragmentDoc: Apollo.DocumentNode;
|
|
5983
6350
|
export declare const LibraryLinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
@@ -5992,8 +6359,14 @@ export declare const RecordFormElementFragmentDoc: Apollo.DocumentNode;
|
|
|
5992
6359
|
export declare const TreeLightFragmentDoc: Apollo.DocumentNode;
|
|
5993
6360
|
export declare const TreeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
5994
6361
|
export declare const TreeNodeChildFragmentDoc: Apollo.DocumentNode;
|
|
6362
|
+
export declare const ViewDetailsFilterFragmentDoc: Apollo.DocumentNode;
|
|
5995
6363
|
export declare const ViewDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6364
|
+
export declare const LinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6365
|
+
export declare const AttributePropertiesFragmentDoc: Apollo.DocumentNode;
|
|
5996
6366
|
export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
|
|
6367
|
+
export declare const LinkPropertyFragmentDoc: Apollo.DocumentNode;
|
|
6368
|
+
export declare const LibraryAttributeLinkFragmentDoc: Apollo.DocumentNode;
|
|
6369
|
+
export declare const LibraryAttributeFragmentDoc: Apollo.DocumentNode;
|
|
5997
6370
|
export declare const CheckApplicationExistenceDocument: Apollo.DocumentNode;
|
|
5998
6371
|
/**
|
|
5999
6372
|
* __useCheckApplicationExistenceQuery__
|
|
@@ -7379,60 +7752,263 @@ export declare function useGetViewsListLazyQuery(baseOptions?: Apollo.LazyQueryH
|
|
|
7379
7752
|
export type GetViewsListQueryHookResult = ReturnType<typeof useGetViewsListQuery>;
|
|
7380
7753
|
export type GetViewsListLazyQueryHookResult = ReturnType<typeof useGetViewsListLazyQuery>;
|
|
7381
7754
|
export type GetViewsListQueryResult = Apollo.QueryResult<GetViewsListQuery, GetViewsListQueryVariables>;
|
|
7382
|
-
export declare const
|
|
7383
|
-
export type
|
|
7755
|
+
export declare const SaveViewDocument: Apollo.DocumentNode;
|
|
7756
|
+
export type SaveViewMutationFn = Apollo.MutationFunction<SaveViewMutation, SaveViewMutationVariables>;
|
|
7384
7757
|
/**
|
|
7385
|
-
*
|
|
7758
|
+
* __useSaveViewMutation__
|
|
7386
7759
|
*
|
|
7387
|
-
* To run a mutation, you first call `
|
|
7388
|
-
* When your component renders, `
|
|
7760
|
+
* To run a mutation, you first call `useSaveViewMutation` within a React component and pass it any options that fit your needs.
|
|
7761
|
+
* When your component renders, `useSaveViewMutation` returns a tuple that includes:
|
|
7389
7762
|
* - A mutate function that you can call at any time to execute the mutation
|
|
7390
7763
|
* - An object with fields that represent the current status of the mutation's execution
|
|
7391
7764
|
*
|
|
7392
7765
|
* @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
7766
|
*
|
|
7394
7767
|
* @example
|
|
7395
|
-
* const [
|
|
7768
|
+
* const [saveViewMutation, { data, loading, error }] = useSaveViewMutation({
|
|
7396
7769
|
* variables: {
|
|
7397
7770
|
* view: // value for 'view'
|
|
7398
7771
|
* },
|
|
7399
7772
|
* });
|
|
7400
7773
|
*/
|
|
7401
|
-
export declare function
|
|
7774
|
+
export declare function useSaveViewMutation(baseOptions?: Apollo.MutationHookOptions<SaveViewMutation, SaveViewMutationVariables>): Apollo.MutationTuple<SaveViewMutation, Exact<{
|
|
7402
7775
|
view: ViewInput;
|
|
7403
7776
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
7404
|
-
export type
|
|
7405
|
-
export type
|
|
7406
|
-
export type
|
|
7407
|
-
export declare const
|
|
7777
|
+
export type SaveViewMutationHookResult = ReturnType<typeof useSaveViewMutation>;
|
|
7778
|
+
export type SaveViewMutationResult = Apollo.MutationResult<SaveViewMutation>;
|
|
7779
|
+
export type SaveViewMutationOptions = Apollo.BaseMutationOptions<SaveViewMutation, SaveViewMutationVariables>;
|
|
7780
|
+
export declare const ExplorerAttributesDocument: Apollo.DocumentNode;
|
|
7408
7781
|
/**
|
|
7409
|
-
*
|
|
7782
|
+
* __useExplorerAttributesQuery__
|
|
7410
7783
|
*
|
|
7411
|
-
* To run a query within a React component, call `
|
|
7412
|
-
* When your component renders, `
|
|
7784
|
+
* To run a query within a React component, call `useExplorerAttributesQuery` and pass it any options that fit your needs.
|
|
7785
|
+
* When your component renders, `useExplorerAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7413
7786
|
* you can use to render your UI.
|
|
7414
7787
|
*
|
|
7415
7788
|
* @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
7789
|
*
|
|
7417
7790
|
* @example
|
|
7418
|
-
* const { data, loading, error } =
|
|
7791
|
+
* const { data, loading, error } = useExplorerAttributesQuery({
|
|
7792
|
+
* variables: {
|
|
7793
|
+
* ids: // value for 'ids'
|
|
7794
|
+
* },
|
|
7795
|
+
* });
|
|
7796
|
+
*/
|
|
7797
|
+
export declare function useExplorerAttributesQuery(baseOptions?: Apollo.QueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.QueryResult<ExplorerAttributesQuery, Exact<{
|
|
7798
|
+
ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7799
|
+
}>>;
|
|
7800
|
+
export declare function useExplorerAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerAttributesQuery, Exact<{
|
|
7801
|
+
ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7802
|
+
}>>;
|
|
7803
|
+
export type ExplorerAttributesQueryHookResult = ReturnType<typeof useExplorerAttributesQuery>;
|
|
7804
|
+
export type ExplorerAttributesLazyQueryHookResult = ReturnType<typeof useExplorerAttributesLazyQuery>;
|
|
7805
|
+
export type ExplorerAttributesQueryResult = Apollo.QueryResult<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>;
|
|
7806
|
+
export declare const ExplorerLinkAttributeDocument: Apollo.DocumentNode;
|
|
7807
|
+
/**
|
|
7808
|
+
* __useExplorerLinkAttributeQuery__
|
|
7809
|
+
*
|
|
7810
|
+
* To run a query within a React component, call `useExplorerLinkAttributeQuery` and pass it any options that fit your needs.
|
|
7811
|
+
* When your component renders, `useExplorerLinkAttributeQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7812
|
+
* you can use to render your UI.
|
|
7813
|
+
*
|
|
7814
|
+
* @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;
|
|
7815
|
+
*
|
|
7816
|
+
* @example
|
|
7817
|
+
* const { data, loading, error } = useExplorerLinkAttributeQuery({
|
|
7818
|
+
* variables: {
|
|
7819
|
+
* id: // value for 'id'
|
|
7820
|
+
* },
|
|
7821
|
+
* });
|
|
7822
|
+
*/
|
|
7823
|
+
export declare function useExplorerLinkAttributeQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.QueryResult<ExplorerLinkAttributeQuery, Exact<{
|
|
7824
|
+
id: Scalars["ID"];
|
|
7825
|
+
}>>;
|
|
7826
|
+
export declare function useExplorerLinkAttributeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkAttributeQuery, Exact<{
|
|
7827
|
+
id: Scalars["ID"];
|
|
7828
|
+
}>>;
|
|
7829
|
+
export type ExplorerLinkAttributeQueryHookResult = ReturnType<typeof useExplorerLinkAttributeQuery>;
|
|
7830
|
+
export type ExplorerLinkAttributeLazyQueryHookResult = ReturnType<typeof useExplorerLinkAttributeLazyQuery>;
|
|
7831
|
+
export type ExplorerLinkAttributeQueryResult = Apollo.QueryResult<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>;
|
|
7832
|
+
export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
|
|
7833
|
+
/**
|
|
7834
|
+
* __useExplorerLibraryDataQuery__
|
|
7835
|
+
*
|
|
7836
|
+
* To run a query within a React component, call `useExplorerLibraryDataQuery` and pass it any options that fit your needs.
|
|
7837
|
+
* When your component renders, `useExplorerLibraryDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7838
|
+
* you can use to render your UI.
|
|
7839
|
+
*
|
|
7840
|
+
* @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;
|
|
7841
|
+
*
|
|
7842
|
+
* @example
|
|
7843
|
+
* const { data, loading, error } = useExplorerLibraryDataQuery({
|
|
7419
7844
|
* variables: {
|
|
7420
7845
|
* libraryId: // value for 'libraryId'
|
|
7421
7846
|
* attributeIds: // value for 'attributeIds'
|
|
7847
|
+
* pagination: // value for 'pagination'
|
|
7422
7848
|
* filters: // value for 'filters'
|
|
7849
|
+
* multipleSort: // value for 'multipleSort'
|
|
7850
|
+
* searchQuery: // value for 'searchQuery'
|
|
7423
7851
|
* },
|
|
7424
7852
|
* });
|
|
7425
7853
|
*/
|
|
7426
|
-
export declare function
|
|
7854
|
+
export declare function useExplorerLibraryDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.QueryResult<ExplorerLibraryDataQuery, Exact<{
|
|
7427
7855
|
libraryId: Scalars["ID"];
|
|
7428
7856
|
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7857
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
7429
7858
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7859
|
+
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
7860
|
+
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
7430
7861
|
}>>;
|
|
7431
|
-
export declare function
|
|
7862
|
+
export declare function useExplorerLibraryDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDataQuery, Exact<{
|
|
7432
7863
|
libraryId: Scalars["ID"];
|
|
7433
7864
|
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7865
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
7434
7866
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7867
|
+
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
7868
|
+
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
7869
|
+
}>>;
|
|
7870
|
+
export type ExplorerLibraryDataQueryHookResult = ReturnType<typeof useExplorerLibraryDataQuery>;
|
|
7871
|
+
export type ExplorerLibraryDataLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDataLazyQuery>;
|
|
7872
|
+
export type ExplorerLibraryDataQueryResult = Apollo.QueryResult<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>;
|
|
7873
|
+
export declare const ExplorerLinkDataDocument: Apollo.DocumentNode;
|
|
7874
|
+
/**
|
|
7875
|
+
* __useExplorerLinkDataQuery__
|
|
7876
|
+
*
|
|
7877
|
+
* To run a query within a React component, call `useExplorerLinkDataQuery` and pass it any options that fit your needs.
|
|
7878
|
+
* When your component renders, `useExplorerLinkDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7879
|
+
* you can use to render your UI.
|
|
7880
|
+
*
|
|
7881
|
+
* @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;
|
|
7882
|
+
*
|
|
7883
|
+
* @example
|
|
7884
|
+
* const { data, loading, error } = useExplorerLinkDataQuery({
|
|
7885
|
+
* variables: {
|
|
7886
|
+
* attributeIds: // value for 'attributeIds'
|
|
7887
|
+
* parentLibraryId: // value for 'parentLibraryId'
|
|
7888
|
+
* parentRecordId: // value for 'parentRecordId'
|
|
7889
|
+
* linkAttributeId: // value for 'linkAttributeId'
|
|
7890
|
+
* },
|
|
7891
|
+
* });
|
|
7892
|
+
*/
|
|
7893
|
+
export declare function useExplorerLinkDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.QueryResult<ExplorerLinkDataQuery, Exact<{
|
|
7894
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7895
|
+
parentLibraryId: Scalars["ID"];
|
|
7896
|
+
parentRecordId?: InputMaybe<Scalars["String"]>;
|
|
7897
|
+
linkAttributeId: Scalars["ID"];
|
|
7898
|
+
}>>;
|
|
7899
|
+
export declare function useExplorerLinkDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkDataQuery, Exact<{
|
|
7900
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7901
|
+
parentLibraryId: Scalars["ID"];
|
|
7902
|
+
parentRecordId?: InputMaybe<Scalars["String"]>;
|
|
7903
|
+
linkAttributeId: Scalars["ID"];
|
|
7904
|
+
}>>;
|
|
7905
|
+
export type ExplorerLinkDataQueryHookResult = ReturnType<typeof useExplorerLinkDataQuery>;
|
|
7906
|
+
export type ExplorerLinkDataLazyQueryHookResult = ReturnType<typeof useExplorerLinkDataLazyQuery>;
|
|
7907
|
+
export type ExplorerLinkDataQueryResult = Apollo.QueryResult<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>;
|
|
7908
|
+
export declare const GetLibraryAttributesDocument: Apollo.DocumentNode;
|
|
7909
|
+
/**
|
|
7910
|
+
* __useGetLibraryAttributesQuery__
|
|
7911
|
+
*
|
|
7912
|
+
* To run a query within a React component, call `useGetLibraryAttributesQuery` and pass it any options that fit your needs.
|
|
7913
|
+
* When your component renders, `useGetLibraryAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7914
|
+
* you can use to render your UI.
|
|
7915
|
+
*
|
|
7916
|
+
* @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;
|
|
7917
|
+
*
|
|
7918
|
+
* @example
|
|
7919
|
+
* const { data, loading, error } = useGetLibraryAttributesQuery({
|
|
7920
|
+
* variables: {
|
|
7921
|
+
* libraryId: // value for 'libraryId'
|
|
7922
|
+
* },
|
|
7923
|
+
* });
|
|
7924
|
+
*/
|
|
7925
|
+
export declare function useGetLibraryAttributesQuery(baseOptions: Apollo.QueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.QueryResult<GetLibraryAttributesQuery, Exact<{
|
|
7926
|
+
libraryId: Scalars["ID"];
|
|
7927
|
+
}>>;
|
|
7928
|
+
export declare function useGetLibraryAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryAttributesQuery, Exact<{
|
|
7929
|
+
libraryId: Scalars["ID"];
|
|
7930
|
+
}>>;
|
|
7931
|
+
export type GetLibraryAttributesQueryHookResult = ReturnType<typeof useGetLibraryAttributesQuery>;
|
|
7932
|
+
export type GetLibraryAttributesLazyQueryHookResult = ReturnType<typeof useGetLibraryAttributesLazyQuery>;
|
|
7933
|
+
export type GetLibraryAttributesQueryResult = Apollo.QueryResult<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>;
|
|
7934
|
+
export declare const ExplorerLibraryDetailsDocument: Apollo.DocumentNode;
|
|
7935
|
+
/**
|
|
7936
|
+
* __useExplorerLibraryDetailsQuery__
|
|
7937
|
+
*
|
|
7938
|
+
* To run a query within a React component, call `useExplorerLibraryDetailsQuery` and pass it any options that fit your needs.
|
|
7939
|
+
* When your component renders, `useExplorerLibraryDetailsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7940
|
+
* you can use to render your UI.
|
|
7941
|
+
*
|
|
7942
|
+
* @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;
|
|
7943
|
+
*
|
|
7944
|
+
* @example
|
|
7945
|
+
* const { data, loading, error } = useExplorerLibraryDetailsQuery({
|
|
7946
|
+
* variables: {
|
|
7947
|
+
* libraryId: // value for 'libraryId'
|
|
7948
|
+
* },
|
|
7949
|
+
* });
|
|
7950
|
+
*/
|
|
7951
|
+
export declare function useExplorerLibraryDetailsQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.QueryResult<ExplorerLibraryDetailsQuery, Exact<{
|
|
7952
|
+
libraryId: Scalars["ID"];
|
|
7953
|
+
}>>;
|
|
7954
|
+
export declare function useExplorerLibraryDetailsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDetailsQuery, Exact<{
|
|
7955
|
+
libraryId: Scalars["ID"];
|
|
7956
|
+
}>>;
|
|
7957
|
+
export type ExplorerLibraryDetailsQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsQuery>;
|
|
7958
|
+
export type ExplorerLibraryDetailsLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsLazyQuery>;
|
|
7959
|
+
export type ExplorerLibraryDetailsQueryResult = Apollo.QueryResult<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>;
|
|
7960
|
+
export declare const ExplorerSelectionIdsDocument: Apollo.DocumentNode;
|
|
7961
|
+
/**
|
|
7962
|
+
* __useExplorerSelectionIdsQuery__
|
|
7963
|
+
*
|
|
7964
|
+
* To run a query within a React component, call `useExplorerSelectionIdsQuery` and pass it any options that fit your needs.
|
|
7965
|
+
* When your component renders, `useExplorerSelectionIdsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7966
|
+
* you can use to render your UI.
|
|
7967
|
+
*
|
|
7968
|
+
* @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;
|
|
7969
|
+
*
|
|
7970
|
+
* @example
|
|
7971
|
+
* const { data, loading, error } = useExplorerSelectionIdsQuery({
|
|
7972
|
+
* variables: {
|
|
7973
|
+
* libraryId: // value for 'libraryId'
|
|
7974
|
+
* filters: // value for 'filters'
|
|
7975
|
+
* },
|
|
7976
|
+
* });
|
|
7977
|
+
*/
|
|
7978
|
+
export declare function useExplorerSelectionIdsQuery(baseOptions: Apollo.QueryHookOptions<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>): Apollo.QueryResult<ExplorerSelectionIdsQuery, Exact<{
|
|
7979
|
+
libraryId: Scalars["ID"];
|
|
7980
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7981
|
+
}>>;
|
|
7982
|
+
export declare function useExplorerSelectionIdsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerSelectionIdsQuery, Exact<{
|
|
7983
|
+
libraryId: Scalars["ID"];
|
|
7984
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7985
|
+
}>>;
|
|
7986
|
+
export type ExplorerSelectionIdsQueryHookResult = ReturnType<typeof useExplorerSelectionIdsQuery>;
|
|
7987
|
+
export type ExplorerSelectionIdsLazyQueryHookResult = ReturnType<typeof useExplorerSelectionIdsLazyQuery>;
|
|
7988
|
+
export type ExplorerSelectionIdsQueryResult = Apollo.QueryResult<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>;
|
|
7989
|
+
export declare const TreeDataQueryDocument: Apollo.DocumentNode;
|
|
7990
|
+
/**
|
|
7991
|
+
* __useTreeDataQueryQuery__
|
|
7992
|
+
*
|
|
7993
|
+
* To run a query within a React component, call `useTreeDataQueryQuery` and pass it any options that fit your needs.
|
|
7994
|
+
* When your component renders, `useTreeDataQueryQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7995
|
+
* you can use to render your UI.
|
|
7996
|
+
*
|
|
7997
|
+
* @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;
|
|
7998
|
+
*
|
|
7999
|
+
* @example
|
|
8000
|
+
* const { data, loading, error } = useTreeDataQueryQuery({
|
|
8001
|
+
* variables: {
|
|
8002
|
+
* treeId: // value for 'treeId'
|
|
8003
|
+
* },
|
|
8004
|
+
* });
|
|
8005
|
+
*/
|
|
8006
|
+
export declare function useTreeDataQueryQuery(baseOptions: Apollo.QueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.QueryResult<TreeDataQueryQuery, Exact<{
|
|
8007
|
+
treeId: Scalars["ID"];
|
|
8008
|
+
}>>;
|
|
8009
|
+
export declare function useTreeDataQueryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.LazyQueryResultTuple<TreeDataQueryQuery, Exact<{
|
|
8010
|
+
treeId: Scalars["ID"];
|
|
7435
8011
|
}>>;
|
|
7436
|
-
export type
|
|
7437
|
-
export type
|
|
7438
|
-
export type
|
|
8012
|
+
export type TreeDataQueryQueryHookResult = ReturnType<typeof useTreeDataQueryQuery>;
|
|
8013
|
+
export type TreeDataQueryLazyQueryHookResult = ReturnType<typeof useTreeDataQueryLazyQuery>;
|
|
8014
|
+
export type TreeDataQueryQueryResult = Apollo.QueryResult<TreeDataQueryQuery, TreeDataQueryQueryVariables>;
|