@leav/ui 0.3.6-be1e7eb → 0.3.6-c1148d9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/__mocks__/common/attribute.d.ts +1 -0
- package/dist/__mocks__/common/attribute.js +9 -2
- package/dist/__mocks__/common/attribute.js.map +1 -1
- package/dist/__mocks__/common/form.d.ts +12 -5
- package/dist/__mocks__/common/form.js +33 -2
- package/dist/__mocks__/common/form.js.map +1 -1
- package/dist/__mocks__/common/record.d.ts +13 -2
- package/dist/__mocks__/common/record.js.map +1 -1
- package/dist/__mocks__/common/value.js +3 -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 +605 -114
- package/dist/_gqlTypes/index.js +365 -56
- package/dist/_gqlTypes/index.js.map +1 -1
- package/dist/_queries/attributes/attributeDetailsFragment.js +0 -1
- package/dist/_queries/attributes/attributeDetailsFragment.js.map +1 -1
- package/dist/_queries/attributes/getAttributesByLib.js +7 -5
- package/dist/_queries/attributes/getAttributesByLib.js.map +1 -1
- package/dist/_queries/libraries/getLibraryDetailExtendQuery.d.ts +3 -4
- package/dist/_queries/libraries/getLibraryDetailExtendQuery.js +2 -3
- package/dist/_queries/libraries/getLibraryDetailExtendQuery.js.map +1 -1
- package/dist/_queries/records/createRecordMutation.js +2 -3
- package/dist/_queries/records/createRecordMutation.js.map +1 -1
- package/dist/_queries/records/getRecordColumnsValues.d.ts +5 -3
- package/dist/_queries/records/getRecordColumnsValues.js +4 -1
- package/dist/_queries/records/getRecordColumnsValues.js.map +1 -1
- package/dist/_queries/records/getRecordsFromLibraryQuery.js +1 -0
- package/dist/_queries/records/getRecordsFromLibraryQuery.js.map +1 -1
- package/dist/_queries/records/recordFormAttributeFragment.js +3 -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 +15 -1
- package/dist/components/Explorer/DataView.js +103 -24
- package/dist/components/Explorer/DataView.js.map +1 -1
- package/dist/components/Explorer/Explorer.d.ts +10 -6
- package/dist/components/Explorer/Explorer.js +101 -29
- package/dist/components/Explorer/Explorer.js.map +1 -1
- package/dist/components/Explorer/ExplorerTitle.d.ts +2 -0
- package/dist/components/Explorer/ExplorerTitle.js +28 -11
- package/dist/components/Explorer/ExplorerTitle.js.map +1 -1
- package/dist/components/Explorer/ExplorerToolbar.d.ts +4 -0
- package/dist/components/Explorer/ExplorerToolbar.js +49 -0
- package/dist/components/Explorer/ExplorerToolbar.js.map +1 -0
- package/dist/components/Explorer/TableCell.d.ts +2 -1
- package/dist/components/Explorer/TableCell.js +131 -20
- package/dist/components/Explorer/TableCell.js.map +1 -1
- 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 +29 -5
- package/dist/components/Explorer/_queries/useExplorerData.js +92 -18
- package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -1
- package/dist/components/Explorer/_types.d.ts +79 -3
- package/dist/components/Explorer/_types.js +7 -1
- package/dist/components/Explorer/_types.js.map +1 -1
- package/dist/components/Explorer/{useEditAction.d.ts → actions-item/useEditItemAction.d.ts} +4 -4
- package/dist/components/Explorer/{useEditAction.js → actions-item/useEditItemAction.js} +15 -13
- 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/{useCreateAction.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/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 +1 -1
- package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js +11 -4
- package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.d.ts +6 -0
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js +12 -0
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.d.ts +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/attributes/SelectVisibleAttributes.js +19 -52
- package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.d.ts +4 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js +88 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.d.ts +9 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js +33 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js +22 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.js +11 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js +66 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.js +11 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.js +11 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.js +11 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js +35 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.d.ts +7 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js +40 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.d.ts +10 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js +75 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/LinkAttributeDropdown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/LinkAttributeDropdown.js +79 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/LinkAttributeDropdown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js +19 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js +28 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.d.ts +10 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.js +2 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.d.ts +12 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js +108 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/index.d.ts +4 -4
- package/dist/components/Explorer/manage-view-settings/index.js +3 -3
- package/dist/components/Explorer/manage-view-settings/index.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.d.ts +3 -2
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js +2 -2
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.js +2 -2
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.js +3 -3
- package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.d.ts +11 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js +55 -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/SettingsPanel.d.ts +2 -1
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js +26 -34
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/save-view/SaveViewModal.d.ts +7 -0
- package/dist/components/Explorer/manage-view-settings/save-view/SaveViewModal.js +42 -0
- package/dist/components/Explorer/manage-view-settings/save-view/SaveViewModal.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useSaveView.d.ts +4 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useSaveView.js +17 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useSaveView.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/viewSettingsInitialState.d.ts +2 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +21 -1
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.d.ts +138 -16
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +207 -24
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/useManageViews.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/useManageViews.js +48 -0
- package/dist/components/Explorer/manage-view-settings/useManageViews.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 +215 -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 +17 -4
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +10 -21
- package/dist/components/RecordEdition/EditRecordContent/_types.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.d.ts +5 -1
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.js +44 -34
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.d.ts +3 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js +8 -2
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteSaveValueBatchMutation.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js +1 -7
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.d.ts +3 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js +2 -7
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js +2 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.d.ts +6 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js +16 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/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 +11 -30
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.d.ts +2 -13
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js +79 -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 +37 -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 +14 -74
- 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 +33 -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 +52 -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 +33 -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/{MonoValueSelect.js → DSListSelect.js} +48 -52
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.d.ts +2 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.d.ts +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 +73 -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/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 +97 -12
- package/dist/locales/fr/shared.json +99 -14
- package/dist/types/views.d.ts +4 -4
- package/package.json +5 -2
- package/dist/components/Explorer/manage-view-settings/_shared/useGetLibraryColumns.d.ts +0 -10
- package/dist/components/Explorer/manage-view-settings/_shared/useGetLibraryColumns.js +0 -24
- package/dist/components/Explorer/manage-view-settings/_shared/useGetLibraryColumns.js.map +0 -1
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenSettings.d.ts +0 -1
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenSettings.js +0 -19
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenSettings.js.map +0 -1
- package/dist/components/Explorer/useCreateAction.js +0 -40
- package/dist/components/Explorer/useCreateAction.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/usePrimaryActions.d.ts +0 -20
- package/dist/components/Explorer/usePrimaryActions.js +0 -29
- package/dist/components/Explorer/usePrimaryActions.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordSkeleton.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.d.ts +0 -138
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js +0 -361
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.d.ts +0 -7
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.js +0 -9
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.js +0 -7
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.d.ts +0 -8
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js +0 -23
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js +0 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js +0 -22
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js +0 -22
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js +0 -19
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js +0 -32
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js +0 -51
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js +0 -26
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.d.ts +0 -13
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.js +0 -90
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.d.ts +0 -7
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.js +0 -45
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.d.ts +0 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.js +0 -141
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/MonoValueSelect.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/MonoValueSelect.js.map +0 -1
- package/dist/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
package/dist/_gqlTypes/index.js
CHANGED
|
@@ -150,6 +150,8 @@ export var LogAction;
|
|
|
150
150
|
LogAction["VALUE_SAVE"] = "VALUE_SAVE";
|
|
151
151
|
LogAction["VERSION_PROFILE_DELETE"] = "VERSION_PROFILE_DELETE";
|
|
152
152
|
LogAction["VERSION_PROFILE_SAVE"] = "VERSION_PROFILE_SAVE";
|
|
153
|
+
LogAction["fakeplugin_FAKE_PLUGIN_ACTION"] = "fakeplugin_FAKE_PLUGIN_ACTION";
|
|
154
|
+
LogAction["fakeplugin_FAKE_PLUGIN_ACTION2"] = "fakeplugin_FAKE_PLUGIN_ACTION2";
|
|
153
155
|
})(LogAction || (LogAction = {}));
|
|
154
156
|
export var LogSortableField;
|
|
155
157
|
(function (LogSortableField) {
|
|
@@ -218,6 +220,7 @@ export var PermissionsActions;
|
|
|
218
220
|
PermissionsActions["edit_children"] = "edit_children";
|
|
219
221
|
PermissionsActions["edit_record"] = "edit_record";
|
|
220
222
|
PermissionsActions["edit_value"] = "edit_value";
|
|
223
|
+
PermissionsActions["fake_plugin_permission"] = "fake_plugin_permission";
|
|
221
224
|
})(PermissionsActions || (PermissionsActions = {}));
|
|
222
225
|
export var PermissionsRelation;
|
|
223
226
|
(function (PermissionsRelation) {
|
|
@@ -395,7 +398,6 @@ export const AttributeDetailsFragmentDoc = gql `
|
|
|
395
398
|
}
|
|
396
399
|
... on StandardAttribute {
|
|
397
400
|
unique
|
|
398
|
-
maxLength
|
|
399
401
|
}
|
|
400
402
|
... on LinkAttribute {
|
|
401
403
|
linked_library {
|
|
@@ -412,6 +414,13 @@ export const AttributeDetailsFragmentDoc = gql `
|
|
|
412
414
|
}
|
|
413
415
|
}
|
|
414
416
|
`;
|
|
417
|
+
export const AttributesByLibLinkAttributeFragmentDoc = gql `
|
|
418
|
+
fragment AttributesByLibLinkAttribute on LinkAttribute {
|
|
419
|
+
linked_library {
|
|
420
|
+
id
|
|
421
|
+
}
|
|
422
|
+
}
|
|
423
|
+
`;
|
|
415
424
|
export const AttributesByLibAttributeFragmentDoc = gql `
|
|
416
425
|
fragment AttributesByLibAttribute on Attribute {
|
|
417
426
|
id
|
|
@@ -421,11 +430,7 @@ export const AttributesByLibAttributeFragmentDoc = gql `
|
|
|
421
430
|
multiple_values
|
|
422
431
|
system
|
|
423
432
|
readonly
|
|
424
|
-
...
|
|
425
|
-
linked_library {
|
|
426
|
-
id
|
|
427
|
-
}
|
|
428
|
-
}
|
|
433
|
+
...AttributesByLibLinkAttribute
|
|
429
434
|
... on TreeAttribute {
|
|
430
435
|
linked_tree {
|
|
431
436
|
id
|
|
@@ -446,7 +451,7 @@ export const AttributesByLibAttributeFragmentDoc = gql `
|
|
|
446
451
|
}
|
|
447
452
|
}
|
|
448
453
|
}
|
|
449
|
-
`;
|
|
454
|
+
${AttributesByLibLinkAttributeFragmentDoc}`;
|
|
450
455
|
export const LibraryLightFragmentDoc = gql `
|
|
451
456
|
fragment LibraryLight on Library {
|
|
452
457
|
id
|
|
@@ -661,7 +666,9 @@ export const RecordFormAttributeFragmentDoc = gql `
|
|
|
661
666
|
format
|
|
662
667
|
system
|
|
663
668
|
readonly
|
|
669
|
+
required
|
|
664
670
|
multiple_values
|
|
671
|
+
compute
|
|
665
672
|
permissions(record: {id: $recordId, library: $libraryId}) {
|
|
666
673
|
access_attribute
|
|
667
674
|
edit_value
|
|
@@ -700,6 +707,7 @@ export const RecordFormAttributeFragmentDoc = gql `
|
|
|
700
707
|
values_list {
|
|
701
708
|
...StandardValuesListFragment
|
|
702
709
|
}
|
|
710
|
+
character_limit
|
|
703
711
|
}
|
|
704
712
|
... on LinkAttribute {
|
|
705
713
|
linked_library {
|
|
@@ -820,6 +828,18 @@ export const TreeNodeChildFragmentDoc = gql `
|
|
|
820
828
|
}
|
|
821
829
|
}
|
|
822
830
|
${RecordIdentityFragmentDoc}`;
|
|
831
|
+
export const ViewDetailsFilterFragmentDoc = gql `
|
|
832
|
+
fragment ViewDetailsFilter on RecordFilter {
|
|
833
|
+
field
|
|
834
|
+
value
|
|
835
|
+
tree {
|
|
836
|
+
id
|
|
837
|
+
label
|
|
838
|
+
}
|
|
839
|
+
condition
|
|
840
|
+
operator
|
|
841
|
+
}
|
|
842
|
+
`;
|
|
823
843
|
export const ViewDetailsFragmentDoc = gql `
|
|
824
844
|
fragment ViewDetails on View {
|
|
825
845
|
id
|
|
@@ -842,14 +862,7 @@ export const ViewDetailsFragmentDoc = gql `
|
|
|
842
862
|
description
|
|
843
863
|
color
|
|
844
864
|
filters {
|
|
845
|
-
|
|
846
|
-
value
|
|
847
|
-
tree {
|
|
848
|
-
id
|
|
849
|
-
label
|
|
850
|
-
}
|
|
851
|
-
condition
|
|
852
|
-
operator
|
|
865
|
+
...ViewDetailsFilter
|
|
853
866
|
}
|
|
854
867
|
sort {
|
|
855
868
|
field
|
|
@@ -864,22 +877,35 @@ export const ViewDetailsFragmentDoc = gql `
|
|
|
864
877
|
}
|
|
865
878
|
}
|
|
866
879
|
}
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
value
|
|
880
|
+
attributes {
|
|
881
|
+
id
|
|
870
882
|
}
|
|
871
883
|
}
|
|
872
|
-
${
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
884
|
+
${ViewDetailsFilterFragmentDoc}
|
|
885
|
+
${RecordIdentityFragmentDoc}`;
|
|
886
|
+
export const LinkAttributeDetailsFragmentDoc = gql `
|
|
887
|
+
fragment LinkAttributeDetails on LinkAttribute {
|
|
888
|
+
label
|
|
889
|
+
linked_library {
|
|
876
890
|
id
|
|
877
|
-
type
|
|
878
891
|
label
|
|
879
|
-
format
|
|
880
892
|
}
|
|
893
|
+
}
|
|
894
|
+
`;
|
|
895
|
+
export const AttributePropertiesFragmentDoc = gql `
|
|
896
|
+
fragment AttributeProperties on Attribute {
|
|
897
|
+
id
|
|
898
|
+
label
|
|
899
|
+
type
|
|
900
|
+
format
|
|
901
|
+
multiple_values
|
|
902
|
+
}
|
|
903
|
+
`;
|
|
904
|
+
export const PropertyValueFragmentDoc = gql `
|
|
905
|
+
fragment PropertyValue on GenericValue {
|
|
881
906
|
... on Value {
|
|
882
907
|
valuePayload: payload
|
|
908
|
+
valueRawPayload: raw_payload
|
|
883
909
|
}
|
|
884
910
|
... on LinkValue {
|
|
885
911
|
linkPayload: payload {
|
|
@@ -895,6 +921,52 @@ export const PropertyValueFragmentDoc = gql `
|
|
|
895
921
|
}
|
|
896
922
|
}
|
|
897
923
|
${RecordIdentityFragmentDoc}`;
|
|
924
|
+
export const LinkPropertyFragmentDoc = gql `
|
|
925
|
+
fragment LinkProperty on GenericValue {
|
|
926
|
+
id_value
|
|
927
|
+
... on LinkValue {
|
|
928
|
+
payload {
|
|
929
|
+
...RecordIdentity
|
|
930
|
+
properties(attributeIds: $attributeIds) {
|
|
931
|
+
attributeId
|
|
932
|
+
attributeProperties {
|
|
933
|
+
...AttributeProperties
|
|
934
|
+
}
|
|
935
|
+
values {
|
|
936
|
+
...PropertyValue
|
|
937
|
+
}
|
|
938
|
+
}
|
|
939
|
+
}
|
|
940
|
+
}
|
|
941
|
+
}
|
|
942
|
+
${RecordIdentityFragmentDoc}
|
|
943
|
+
${AttributePropertiesFragmentDoc}
|
|
944
|
+
${PropertyValueFragmentDoc}`;
|
|
945
|
+
export const LibraryAttributeLinkFragmentDoc = gql `
|
|
946
|
+
fragment LibraryAttributeLink on LinkAttribute {
|
|
947
|
+
linked_library {
|
|
948
|
+
id
|
|
949
|
+
label
|
|
950
|
+
attributes {
|
|
951
|
+
id
|
|
952
|
+
type
|
|
953
|
+
format
|
|
954
|
+
label
|
|
955
|
+
}
|
|
956
|
+
}
|
|
957
|
+
}
|
|
958
|
+
`;
|
|
959
|
+
export const LibraryAttributeFragmentDoc = gql `
|
|
960
|
+
fragment LibraryAttribute on Attribute {
|
|
961
|
+
id
|
|
962
|
+
type
|
|
963
|
+
label
|
|
964
|
+
... on StandardAttribute {
|
|
965
|
+
format
|
|
966
|
+
}
|
|
967
|
+
...LibraryAttributeLink
|
|
968
|
+
}
|
|
969
|
+
${LibraryAttributeLinkFragmentDoc}`;
|
|
898
970
|
export const CheckApplicationExistenceDocument = gql `
|
|
899
971
|
query CHECK_APPLICATION_EXISTENCE($id: ID, $endpoint: String) {
|
|
900
972
|
applications(filters: {id: $id, endpoint: $endpoint}) {
|
|
@@ -1842,11 +1914,10 @@ export const CreateRecordDocument = gql `
|
|
|
1842
1914
|
...RecordIdentity
|
|
1843
1915
|
}
|
|
1844
1916
|
valuesErrors {
|
|
1845
|
-
|
|
1846
|
-
|
|
1917
|
+
type
|
|
1918
|
+
attribute
|
|
1847
1919
|
input
|
|
1848
1920
|
message
|
|
1849
|
-
type
|
|
1850
1921
|
}
|
|
1851
1922
|
}
|
|
1852
1923
|
}
|
|
@@ -2683,41 +2754,123 @@ export function useGetViewsListLazyQuery(baseOptions) {
|
|
|
2683
2754
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2684
2755
|
return Apollo.useLazyQuery(GetViewsListDocument, options);
|
|
2685
2756
|
}
|
|
2686
|
-
export const
|
|
2687
|
-
mutation
|
|
2757
|
+
export const SaveViewDocument = gql `
|
|
2758
|
+
mutation SAVE_VIEW($view: ViewInput!) {
|
|
2688
2759
|
saveView(view: $view) {
|
|
2689
2760
|
...ViewDetails
|
|
2690
2761
|
}
|
|
2691
2762
|
}
|
|
2692
2763
|
${ViewDetailsFragmentDoc}`;
|
|
2693
2764
|
/**
|
|
2694
|
-
*
|
|
2765
|
+
* __useSaveViewMutation__
|
|
2695
2766
|
*
|
|
2696
|
-
* To run a mutation, you first call `
|
|
2697
|
-
* When your component renders, `
|
|
2767
|
+
* To run a mutation, you first call `useSaveViewMutation` within a React component and pass it any options that fit your needs.
|
|
2768
|
+
* When your component renders, `useSaveViewMutation` returns a tuple that includes:
|
|
2698
2769
|
* - A mutate function that you can call at any time to execute the mutation
|
|
2699
2770
|
* - An object with fields that represent the current status of the mutation's execution
|
|
2700
2771
|
*
|
|
2701
2772
|
* @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;
|
|
2702
2773
|
*
|
|
2703
2774
|
* @example
|
|
2704
|
-
* const [
|
|
2775
|
+
* const [saveViewMutation, { data, loading, error }] = useSaveViewMutation({
|
|
2705
2776
|
* variables: {
|
|
2706
2777
|
* view: // value for 'view'
|
|
2707
2778
|
* },
|
|
2708
2779
|
* });
|
|
2709
2780
|
*/
|
|
2710
|
-
export function
|
|
2781
|
+
export function useSaveViewMutation(baseOptions) {
|
|
2711
2782
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2712
|
-
return Apollo.useMutation(
|
|
2783
|
+
return Apollo.useMutation(SaveViewDocument, options);
|
|
2713
2784
|
}
|
|
2714
|
-
export const
|
|
2715
|
-
query
|
|
2716
|
-
|
|
2785
|
+
export const ExplorerAttributesDocument = gql `
|
|
2786
|
+
query ExplorerAttributes($ids: [ID!]) {
|
|
2787
|
+
attributes(filters: {ids: $ids}) {
|
|
2788
|
+
list {
|
|
2789
|
+
id
|
|
2790
|
+
type
|
|
2791
|
+
format
|
|
2792
|
+
label
|
|
2793
|
+
...LinkAttributeDetails
|
|
2794
|
+
}
|
|
2795
|
+
}
|
|
2796
|
+
}
|
|
2797
|
+
${LinkAttributeDetailsFragmentDoc}`;
|
|
2798
|
+
/**
|
|
2799
|
+
* __useExplorerAttributesQuery__
|
|
2800
|
+
*
|
|
2801
|
+
* To run a query within a React component, call `useExplorerAttributesQuery` and pass it any options that fit your needs.
|
|
2802
|
+
* When your component renders, `useExplorerAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
2803
|
+
* you can use to render your UI.
|
|
2804
|
+
*
|
|
2805
|
+
* @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;
|
|
2806
|
+
*
|
|
2807
|
+
* @example
|
|
2808
|
+
* const { data, loading, error } = useExplorerAttributesQuery({
|
|
2809
|
+
* variables: {
|
|
2810
|
+
* ids: // value for 'ids'
|
|
2811
|
+
* },
|
|
2812
|
+
* });
|
|
2813
|
+
*/
|
|
2814
|
+
export function useExplorerAttributesQuery(baseOptions) {
|
|
2815
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2816
|
+
return Apollo.useQuery(ExplorerAttributesDocument, options);
|
|
2817
|
+
}
|
|
2818
|
+
export function useExplorerAttributesLazyQuery(baseOptions) {
|
|
2819
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2820
|
+
return Apollo.useLazyQuery(ExplorerAttributesDocument, options);
|
|
2821
|
+
}
|
|
2822
|
+
export const ExplorerLinkAttributeDocument = gql `
|
|
2823
|
+
query ExplorerLinkAttribute($id: ID!) {
|
|
2824
|
+
attributes(filters: {ids: [$id]}) {
|
|
2825
|
+
list {
|
|
2826
|
+
id
|
|
2827
|
+
multiple_values
|
|
2828
|
+
...LinkAttributeDetails
|
|
2829
|
+
}
|
|
2830
|
+
}
|
|
2831
|
+
}
|
|
2832
|
+
${LinkAttributeDetailsFragmentDoc}`;
|
|
2833
|
+
/**
|
|
2834
|
+
* __useExplorerLinkAttributeQuery__
|
|
2835
|
+
*
|
|
2836
|
+
* To run a query within a React component, call `useExplorerLinkAttributeQuery` and pass it any options that fit your needs.
|
|
2837
|
+
* When your component renders, `useExplorerLinkAttributeQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
2838
|
+
* you can use to render your UI.
|
|
2839
|
+
*
|
|
2840
|
+
* @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;
|
|
2841
|
+
*
|
|
2842
|
+
* @example
|
|
2843
|
+
* const { data, loading, error } = useExplorerLinkAttributeQuery({
|
|
2844
|
+
* variables: {
|
|
2845
|
+
* id: // value for 'id'
|
|
2846
|
+
* },
|
|
2847
|
+
* });
|
|
2848
|
+
*/
|
|
2849
|
+
export function useExplorerLinkAttributeQuery(baseOptions) {
|
|
2850
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2851
|
+
return Apollo.useQuery(ExplorerLinkAttributeDocument, options);
|
|
2852
|
+
}
|
|
2853
|
+
export function useExplorerLinkAttributeLazyQuery(baseOptions) {
|
|
2854
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2855
|
+
return Apollo.useLazyQuery(ExplorerLinkAttributeDocument, options);
|
|
2856
|
+
}
|
|
2857
|
+
export const ExplorerLibraryDataDocument = gql `
|
|
2858
|
+
query ExplorerLibraryData($libraryId: ID!, $attributeIds: [ID!]!, $pagination: RecordsPagination, $filters: [RecordFilterInput], $multipleSort: [RecordSortInput!], $searchQuery: String) {
|
|
2859
|
+
records(
|
|
2860
|
+
library: $libraryId
|
|
2861
|
+
filters: $filters
|
|
2862
|
+
pagination: $pagination
|
|
2863
|
+
multipleSort: $multipleSort
|
|
2864
|
+
searchQuery: $searchQuery
|
|
2865
|
+
) {
|
|
2866
|
+
totalCount
|
|
2717
2867
|
list {
|
|
2718
2868
|
...RecordIdentity
|
|
2719
2869
|
properties(attributeIds: $attributeIds) {
|
|
2720
2870
|
attributeId
|
|
2871
|
+
attributeProperties {
|
|
2872
|
+
...AttributeProperties
|
|
2873
|
+
}
|
|
2721
2874
|
values {
|
|
2722
2875
|
...PropertyValue
|
|
2723
2876
|
}
|
|
@@ -2726,35 +2879,123 @@ export const ExplorerDocument = gql `
|
|
|
2726
2879
|
}
|
|
2727
2880
|
}
|
|
2728
2881
|
${RecordIdentityFragmentDoc}
|
|
2882
|
+
${AttributePropertiesFragmentDoc}
|
|
2729
2883
|
${PropertyValueFragmentDoc}`;
|
|
2730
2884
|
/**
|
|
2731
|
-
*
|
|
2885
|
+
* __useExplorerLibraryDataQuery__
|
|
2732
2886
|
*
|
|
2733
|
-
* To run a query within a React component, call `
|
|
2734
|
-
* When your component renders, `
|
|
2887
|
+
* To run a query within a React component, call `useExplorerLibraryDataQuery` and pass it any options that fit your needs.
|
|
2888
|
+
* When your component renders, `useExplorerLibraryDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
2735
2889
|
* you can use to render your UI.
|
|
2736
2890
|
*
|
|
2737
2891
|
* @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;
|
|
2738
2892
|
*
|
|
2739
2893
|
* @example
|
|
2740
|
-
* const { data, loading, error } =
|
|
2894
|
+
* const { data, loading, error } = useExplorerLibraryDataQuery({
|
|
2741
2895
|
* variables: {
|
|
2742
2896
|
* libraryId: // value for 'libraryId'
|
|
2743
2897
|
* attributeIds: // value for 'attributeIds'
|
|
2898
|
+
* pagination: // value for 'pagination'
|
|
2744
2899
|
* filters: // value for 'filters'
|
|
2900
|
+
* multipleSort: // value for 'multipleSort'
|
|
2901
|
+
* searchQuery: // value for 'searchQuery'
|
|
2745
2902
|
* },
|
|
2746
2903
|
* });
|
|
2747
2904
|
*/
|
|
2748
|
-
export function
|
|
2905
|
+
export function useExplorerLibraryDataQuery(baseOptions) {
|
|
2749
2906
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2750
|
-
return Apollo.useQuery(
|
|
2907
|
+
return Apollo.useQuery(ExplorerLibraryDataDocument, options);
|
|
2751
2908
|
}
|
|
2752
|
-
export function
|
|
2909
|
+
export function useExplorerLibraryDataLazyQuery(baseOptions) {
|
|
2753
2910
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2754
|
-
return Apollo.useLazyQuery(
|
|
2911
|
+
return Apollo.useLazyQuery(ExplorerLibraryDataDocument, options);
|
|
2755
2912
|
}
|
|
2756
|
-
export const
|
|
2757
|
-
query
|
|
2913
|
+
export const ExplorerLinkDataDocument = gql `
|
|
2914
|
+
query ExplorerLinkData($attributeIds: [ID!]!, $parentLibraryId: ID!, $parentRecordId: String, $linkAttributeId: ID!) {
|
|
2915
|
+
records(
|
|
2916
|
+
library: $parentLibraryId
|
|
2917
|
+
filters: [{field: "id", condition: EQUAL, value: $parentRecordId}]
|
|
2918
|
+
) {
|
|
2919
|
+
list {
|
|
2920
|
+
id
|
|
2921
|
+
whoAmI {
|
|
2922
|
+
id
|
|
2923
|
+
library {
|
|
2924
|
+
id
|
|
2925
|
+
}
|
|
2926
|
+
}
|
|
2927
|
+
property(attribute: $linkAttributeId) {
|
|
2928
|
+
...LinkProperty
|
|
2929
|
+
}
|
|
2930
|
+
}
|
|
2931
|
+
}
|
|
2932
|
+
}
|
|
2933
|
+
${LinkPropertyFragmentDoc}`;
|
|
2934
|
+
/**
|
|
2935
|
+
* __useExplorerLinkDataQuery__
|
|
2936
|
+
*
|
|
2937
|
+
* To run a query within a React component, call `useExplorerLinkDataQuery` and pass it any options that fit your needs.
|
|
2938
|
+
* When your component renders, `useExplorerLinkDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
2939
|
+
* you can use to render your UI.
|
|
2940
|
+
*
|
|
2941
|
+
* @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;
|
|
2942
|
+
*
|
|
2943
|
+
* @example
|
|
2944
|
+
* const { data, loading, error } = useExplorerLinkDataQuery({
|
|
2945
|
+
* variables: {
|
|
2946
|
+
* attributeIds: // value for 'attributeIds'
|
|
2947
|
+
* parentLibraryId: // value for 'parentLibraryId'
|
|
2948
|
+
* parentRecordId: // value for 'parentRecordId'
|
|
2949
|
+
* linkAttributeId: // value for 'linkAttributeId'
|
|
2950
|
+
* },
|
|
2951
|
+
* });
|
|
2952
|
+
*/
|
|
2953
|
+
export function useExplorerLinkDataQuery(baseOptions) {
|
|
2954
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2955
|
+
return Apollo.useQuery(ExplorerLinkDataDocument, options);
|
|
2956
|
+
}
|
|
2957
|
+
export function useExplorerLinkDataLazyQuery(baseOptions) {
|
|
2958
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2959
|
+
return Apollo.useLazyQuery(ExplorerLinkDataDocument, options);
|
|
2960
|
+
}
|
|
2961
|
+
export const GetLibraryAttributesDocument = gql `
|
|
2962
|
+
query GetLibraryAttributes($libraryId: ID!) {
|
|
2963
|
+
libraries(filters: {id: [$libraryId]}) {
|
|
2964
|
+
list {
|
|
2965
|
+
id
|
|
2966
|
+
attributes {
|
|
2967
|
+
...LibraryAttribute
|
|
2968
|
+
}
|
|
2969
|
+
}
|
|
2970
|
+
}
|
|
2971
|
+
}
|
|
2972
|
+
${LibraryAttributeFragmentDoc}`;
|
|
2973
|
+
/**
|
|
2974
|
+
* __useGetLibraryAttributesQuery__
|
|
2975
|
+
*
|
|
2976
|
+
* To run a query within a React component, call `useGetLibraryAttributesQuery` and pass it any options that fit your needs.
|
|
2977
|
+
* When your component renders, `useGetLibraryAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
2978
|
+
* you can use to render your UI.
|
|
2979
|
+
*
|
|
2980
|
+
* @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;
|
|
2981
|
+
*
|
|
2982
|
+
* @example
|
|
2983
|
+
* const { data, loading, error } = useGetLibraryAttributesQuery({
|
|
2984
|
+
* variables: {
|
|
2985
|
+
* libraryId: // value for 'libraryId'
|
|
2986
|
+
* },
|
|
2987
|
+
* });
|
|
2988
|
+
*/
|
|
2989
|
+
export function useGetLibraryAttributesQuery(baseOptions) {
|
|
2990
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2991
|
+
return Apollo.useQuery(GetLibraryAttributesDocument, options);
|
|
2992
|
+
}
|
|
2993
|
+
export function useGetLibraryAttributesLazyQuery(baseOptions) {
|
|
2994
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2995
|
+
return Apollo.useLazyQuery(GetLibraryAttributesDocument, options);
|
|
2996
|
+
}
|
|
2997
|
+
export const ExplorerLibraryDetailsDocument = gql `
|
|
2998
|
+
query ExplorerLibraryDetails($libraryId: ID!) {
|
|
2758
2999
|
libraries(filters: {id: [$libraryId]}) {
|
|
2759
3000
|
list {
|
|
2760
3001
|
id
|
|
@@ -2764,27 +3005,95 @@ export const ExplorerLibraryDataDocument = gql `
|
|
|
2764
3005
|
}
|
|
2765
3006
|
`;
|
|
2766
3007
|
/**
|
|
2767
|
-
*
|
|
3008
|
+
* __useExplorerLibraryDetailsQuery__
|
|
2768
3009
|
*
|
|
2769
|
-
* To run a query within a React component, call `
|
|
2770
|
-
* When your component renders, `
|
|
3010
|
+
* To run a query within a React component, call `useExplorerLibraryDetailsQuery` and pass it any options that fit your needs.
|
|
3011
|
+
* When your component renders, `useExplorerLibraryDetailsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
2771
3012
|
* you can use to render your UI.
|
|
2772
3013
|
*
|
|
2773
3014
|
* @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;
|
|
2774
3015
|
*
|
|
2775
3016
|
* @example
|
|
2776
|
-
* const { data, loading, error } =
|
|
3017
|
+
* const { data, loading, error } = useExplorerLibraryDetailsQuery({
|
|
2777
3018
|
* variables: {
|
|
2778
3019
|
* libraryId: // value for 'libraryId'
|
|
2779
3020
|
* },
|
|
2780
3021
|
* });
|
|
2781
3022
|
*/
|
|
2782
|
-
export function
|
|
3023
|
+
export function useExplorerLibraryDetailsQuery(baseOptions) {
|
|
2783
3024
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2784
|
-
return Apollo.useQuery(
|
|
3025
|
+
return Apollo.useQuery(ExplorerLibraryDetailsDocument, options);
|
|
2785
3026
|
}
|
|
2786
|
-
export function
|
|
3027
|
+
export function useExplorerLibraryDetailsLazyQuery(baseOptions) {
|
|
2787
3028
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2788
|
-
return Apollo.useLazyQuery(
|
|
3029
|
+
return Apollo.useLazyQuery(ExplorerLibraryDetailsDocument, options);
|
|
3030
|
+
}
|
|
3031
|
+
export const ExplorerSelectionIdsDocument = gql `
|
|
3032
|
+
query ExplorerSelectionIds($libraryId: ID!, $filters: [RecordFilterInput]) {
|
|
3033
|
+
records(library: $libraryId, filters: $filters) {
|
|
3034
|
+
list {
|
|
3035
|
+
id
|
|
3036
|
+
}
|
|
3037
|
+
}
|
|
3038
|
+
}
|
|
3039
|
+
`;
|
|
3040
|
+
/**
|
|
3041
|
+
* __useExplorerSelectionIdsQuery__
|
|
3042
|
+
*
|
|
3043
|
+
* To run a query within a React component, call `useExplorerSelectionIdsQuery` and pass it any options that fit your needs.
|
|
3044
|
+
* When your component renders, `useExplorerSelectionIdsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
3045
|
+
* you can use to render your UI.
|
|
3046
|
+
*
|
|
3047
|
+
* @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;
|
|
3048
|
+
*
|
|
3049
|
+
* @example
|
|
3050
|
+
* const { data, loading, error } = useExplorerSelectionIdsQuery({
|
|
3051
|
+
* variables: {
|
|
3052
|
+
* libraryId: // value for 'libraryId'
|
|
3053
|
+
* filters: // value for 'filters'
|
|
3054
|
+
* },
|
|
3055
|
+
* });
|
|
3056
|
+
*/
|
|
3057
|
+
export function useExplorerSelectionIdsQuery(baseOptions) {
|
|
3058
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3059
|
+
return Apollo.useQuery(ExplorerSelectionIdsDocument, options);
|
|
3060
|
+
}
|
|
3061
|
+
export function useExplorerSelectionIdsLazyQuery(baseOptions) {
|
|
3062
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3063
|
+
return Apollo.useLazyQuery(ExplorerSelectionIdsDocument, options);
|
|
3064
|
+
}
|
|
3065
|
+
export const TreeDataQueryDocument = gql `
|
|
3066
|
+
query TreeDataQuery($treeId: ID!) {
|
|
3067
|
+
trees(filters: {id: [$treeId]}) {
|
|
3068
|
+
list {
|
|
3069
|
+
id
|
|
3070
|
+
label
|
|
3071
|
+
}
|
|
3072
|
+
}
|
|
3073
|
+
}
|
|
3074
|
+
`;
|
|
3075
|
+
/**
|
|
3076
|
+
* __useTreeDataQueryQuery__
|
|
3077
|
+
*
|
|
3078
|
+
* To run a query within a React component, call `useTreeDataQueryQuery` and pass it any options that fit your needs.
|
|
3079
|
+
* When your component renders, `useTreeDataQueryQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
3080
|
+
* you can use to render your UI.
|
|
3081
|
+
*
|
|
3082
|
+
* @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;
|
|
3083
|
+
*
|
|
3084
|
+
* @example
|
|
3085
|
+
* const { data, loading, error } = useTreeDataQueryQuery({
|
|
3086
|
+
* variables: {
|
|
3087
|
+
* treeId: // value for 'treeId'
|
|
3088
|
+
* },
|
|
3089
|
+
* });
|
|
3090
|
+
*/
|
|
3091
|
+
export function useTreeDataQueryQuery(baseOptions) {
|
|
3092
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3093
|
+
return Apollo.useQuery(TreeDataQueryDocument, options);
|
|
3094
|
+
}
|
|
3095
|
+
export function useTreeDataQueryLazyQuery(baseOptions) {
|
|
3096
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3097
|
+
return Apollo.useLazyQuery(TreeDataQueryDocument, options);
|
|
2789
3098
|
}
|
|
2790
3099
|
//# sourceMappingURL=index.js.map
|