@leav/ui 0.3.6-04ab99a → 0.3.6-08c66d3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/__mocks__/common/attribute.d.ts +1 -0
- package/dist/__mocks__/common/attribute.js +9 -2
- package/dist/__mocks__/common/attribute.js.map +1 -1
- package/dist/__mocks__/common/form.d.ts +2 -0
- package/dist/__mocks__/common/form.js +33 -2
- package/dist/__mocks__/common/form.js.map +1 -1
- package/dist/__mocks__/common/value.js +3 -2
- package/dist/__mocks__/common/value.js.map +1 -1
- package/dist/__mocks__/common/view.js +7 -5
- package/dist/__mocks__/common/view.js.map +1 -1
- package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js +1 -1
- package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js.map +1 -1
- package/dist/__mocks__/mockQuery/mockGetViewListQuery.js +2 -1
- package/dist/__mocks__/mockQuery/mockGetViewListQuery.js.map +1 -1
- package/dist/_gqlTypes/index.d.ts +619 -80
- package/dist/_gqlTypes/index.js +383 -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 +6 -3
- 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/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js +0 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js +2 -5
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.d.ts +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.js.map +1 -1
- package/dist/components/Explorer/DataView.d.ts +8 -2
- package/dist/components/Explorer/DataView.js +79 -22
- package/dist/components/Explorer/DataView.js.map +1 -1
- package/dist/components/Explorer/Explorer.d.ts +11 -6
- package/dist/components/Explorer/Explorer.js +96 -39
- package/dist/components/Explorer/Explorer.js.map +1 -1
- package/dist/components/Explorer/ExplorerTitle.d.ts +2 -0
- package/dist/components/Explorer/ExplorerTitle.js +28 -11
- package/dist/components/Explorer/ExplorerTitle.js.map +1 -1
- package/dist/components/Explorer/ExplorerToolbar.d.ts +5 -0
- package/dist/components/Explorer/ExplorerToolbar.js +49 -0
- package/dist/components/Explorer/ExplorerToolbar.js.map +1 -0
- package/dist/components/Explorer/TableCell.d.ts +1 -1
- package/dist/components/Explorer/TableCell.js +50 -8
- package/dist/components/Explorer/TableCell.js.map +1 -1
- package/dist/components/Explorer/TableTagGroup.d.ts +1 -0
- package/dist/components/Explorer/TableTagGroup.js +8 -0
- package/dist/components/Explorer/TableTagGroup.js.map +1 -1
- package/dist/components/Explorer/_constants.d.ts +5 -0
- package/dist/components/Explorer/_constants.js +18 -0
- package/dist/components/Explorer/_constants.js.map +1 -0
- package/dist/components/Explorer/_queries/prepareFiltersForRequest.d.ts +4 -0
- package/dist/components/Explorer/_queries/prepareFiltersForRequest.js +99 -0
- package/dist/components/Explorer/_queries/prepareFiltersForRequest.js.map +1 -0
- package/dist/components/Explorer/_queries/useExplorerData.d.ts +17 -6
- package/dist/components/Explorer/_queries/useExplorerData.js +76 -12
- package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -1
- package/dist/components/Explorer/_types.d.ts +92 -2
- 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} +14 -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 +17 -0
- package/dist/components/Explorer/actions-primary/usePrimaryActions.js +27 -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 +73 -0
- package/dist/components/Explorer/link-item/LinkModal.js.map +1 -0
- package/dist/components/Explorer/link-item/useLinkMassAction.d.ts +24 -0
- package/dist/components/Explorer/link-item/useLinkMassAction.js +57 -0
- package/dist/components/Explorer/link-item/useLinkMassAction.js.map +1 -0
- package/dist/components/Explorer/list-saved-views/SavedViews.d.ts +2 -0
- package/dist/components/Explorer/list-saved-views/SavedViews.js +74 -0
- package/dist/components/Explorer/list-saved-views/SavedViews.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.d.ts +1 -1
- package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js +11 -3
- package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.d.ts +6 -0
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js +19 -0
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.d.ts +3 -1
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js +9 -3
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.d.ts +17 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js +93 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js +12 -15
- 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 +40 -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 +8 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js +41 -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 +13 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.js +2 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.d.ts +12 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js +108 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.d.ts +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.d.ts +1 -0
- 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 -2
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js +55 -10
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.d.ts +2 -1
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js +16 -32
- 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 +8 -0
- package/dist/components/Explorer/manage-view-settings/save-view/SaveViewModal.js +44 -0
- package/dist/components/Explorer/manage-view-settings/save-view/SaveViewModal.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/ViewActionsButtons.d.ts +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/ViewActionsButtons.js +22 -0
- package/dist/components/Explorer/manage-view-settings/save-view/ViewActionsButtons.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js +24 -0
- package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useCreateNewView.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useCreateNewView.js +52 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useCreateNewView.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useResetView.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useResetView.js +20 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useResetView.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useShareView.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useShareView.js +64 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useShareView.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useUpdateView.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useUpdateView.js +49 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useUpdateView.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js +30 -28
- package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.d.ts +1 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +28 -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 +93 -5
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +190 -9
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -1
- 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/useLoadView.d.ts +3 -0
- package/dist/components/Explorer/useLoadView.js +81 -0
- package/dist/components/Explorer/useLoadView.js.map +1 -0
- package/dist/components/Explorer/useSearchInput.d.ts +16 -0
- package/dist/components/Explorer/useSearchInput.js +40 -0
- package/dist/components/Explorer/useSearchInput.js.map +1 -0
- package/dist/components/Explorer/useViewSettingsReducer.d.ts +8 -0
- package/dist/components/Explorer/useViewSettingsReducer.js +131 -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/ImportModalSelectFileStep/ImportModalSelectFileStep.js +1 -2
- package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.js.map +1 -1
- package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.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 +5 -10
- 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 +83 -77
- package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.d.ts +2 -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 +13 -18
- package/dist/components/RecordEdition/EditRecordContent/_types.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.d.ts +5 -1
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.js +15 -8
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.d.ts +3 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js +8 -2
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.d.ts +5 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.js +28 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteSaveValueBatchMutation.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js +1 -7
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.d.ts +3 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js +2 -7
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js +2 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.d.ts +6 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js +16 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.d.ts +4 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +156 -295
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js +9 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js +67 -22
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js +32 -18
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js +16 -8
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js +21 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +23 -27
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js +47 -42
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js +23 -23
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +13 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +15 -403
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/{MonoValueSelect.d.ts → DSListSelect.d.ts} +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/{MonoValueSelect.js → DSListSelect.js} +35 -13
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.d.ts +10 -4
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.d.ts +42 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js +56 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.d.ts +12 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js +32 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js +4 -7
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +10 -4
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +2 -2
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.d.ts +7 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.js +9 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/{ValueDetails/TreeValuePath → AttributeSummary}/index.js +2 -2
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.js +25 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.d.ts +3 -0
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js +53 -0
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/{ValueDetails → Breacrumb}/index.js +2 -2
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.d.ts +4 -1
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js +48 -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 +3 -282
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js +28 -61
- 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/ValueMetadata → ValuesSummary}/index.js +2 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/index.js.map +1 -0
- package/dist/components/RecordEdition/{EditRecordContent → EditRecordSkeleton}/EditRecordSkeleton.d.ts +1 -1
- package/dist/components/RecordEdition/{EditRecordContent → EditRecordSkeleton}/EditRecordSkeleton.js +2 -2
- package/dist/components/RecordEdition/EditRecordSkeleton/EditRecordSkeleton.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSkeleton/index.d.ts +2 -0
- package/dist/components/RecordEdition/{EditRecordSidebar/ValueDetails/AttributeDetails → EditRecordSkeleton}/index.js +2 -2
- package/dist/components/RecordEdition/EditRecordSkeleton/index.js.map +1 -0
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.d.ts +12 -10
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js +15 -13
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js.map +1 -1
- package/dist/components/RecordEdition/index.d.ts +1 -0
- package/dist/components/RecordEdition/index.js +1 -0
- package/dist/components/RecordEdition/index.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +4 -7
- package/dist/components/SelectTreeNode/SelectTreeNode.js +17 -135
- package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.d.ts +16 -0
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +129 -0
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -0
- package/dist/components/SelectTreeNode/index.d.ts +1 -1
- package/dist/components/SelectTreeNode/index.js +1 -1
- package/dist/components/SelectTreeNode/index.js.map +1 -1
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.d.ts +4 -7
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js +10 -10
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js.map +1 -1
- package/dist/components/SelectTreeNodeModal/index.d.ts +1 -2
- package/dist/components/SelectTreeNodeModal/index.js +1 -2
- package/dist/components/SelectTreeNodeModal/index.js.map +1 -1
- package/dist/components/UploadFiles/UploadFiles.js +1 -1
- package/dist/components/UploadFiles/UploadFiles.js.map +1 -1
- package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js +2 -2
- package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js.map +1 -1
- package/dist/constants.d.ts +3 -0
- package/dist/constants.js +3 -0
- package/dist/constants.js.map +1 -1
- package/dist/hooks/useExecuteSaveViewMutation/index.d.ts +1 -0
- package/dist/{components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo → hooks/useExecuteSaveViewMutation}/index.js +1 -2
- package/dist/hooks/useExecuteSaveViewMutation/index.js.map +1 -0
- package/dist/hooks/useExecuteSaveViewMutation/useExecuteSaveViewMutation.d.ts +6 -0
- package/dist/hooks/{useExecuteAddViewMutation/useExecuteAddViewMutation.js → useExecuteSaveViewMutation/useExecuteSaveViewMutation.js} +8 -7
- package/dist/hooks/useExecuteSaveViewMutation/useExecuteSaveViewMutation.js.map +1 -0
- package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.d.ts +1 -1
- package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.js +2 -2
- package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.js.map +1 -1
- package/dist/locales/en/shared.json +81 -10
- package/dist/locales/fr/shared.json +83 -12
- package/dist/types/views.d.ts +4 -4
- package/package.json +6 -4
- 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 -12
- package/dist/components/Explorer/usePrimaryActions.js +0 -21
- 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/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
|
@@ -395,7 +395,6 @@ export const AttributeDetailsFragmentDoc = gql `
|
|
|
395
395
|
}
|
|
396
396
|
... on StandardAttribute {
|
|
397
397
|
unique
|
|
398
|
-
maxLength
|
|
399
398
|
}
|
|
400
399
|
... on LinkAttribute {
|
|
401
400
|
linked_library {
|
|
@@ -412,6 +411,13 @@ export const AttributeDetailsFragmentDoc = gql `
|
|
|
412
411
|
}
|
|
413
412
|
}
|
|
414
413
|
`;
|
|
414
|
+
export const AttributesByLibLinkAttributeFragmentDoc = gql `
|
|
415
|
+
fragment AttributesByLibLinkAttribute on LinkAttribute {
|
|
416
|
+
linked_library {
|
|
417
|
+
id
|
|
418
|
+
}
|
|
419
|
+
}
|
|
420
|
+
`;
|
|
415
421
|
export const AttributesByLibAttributeFragmentDoc = gql `
|
|
416
422
|
fragment AttributesByLibAttribute on Attribute {
|
|
417
423
|
id
|
|
@@ -421,11 +427,7 @@ export const AttributesByLibAttributeFragmentDoc = gql `
|
|
|
421
427
|
multiple_values
|
|
422
428
|
system
|
|
423
429
|
readonly
|
|
424
|
-
...
|
|
425
|
-
linked_library {
|
|
426
|
-
id
|
|
427
|
-
}
|
|
428
|
-
}
|
|
430
|
+
...AttributesByLibLinkAttribute
|
|
429
431
|
... on TreeAttribute {
|
|
430
432
|
linked_tree {
|
|
431
433
|
id
|
|
@@ -446,7 +448,7 @@ export const AttributesByLibAttributeFragmentDoc = gql `
|
|
|
446
448
|
}
|
|
447
449
|
}
|
|
448
450
|
}
|
|
449
|
-
`;
|
|
451
|
+
${AttributesByLibLinkAttributeFragmentDoc}`;
|
|
450
452
|
export const LibraryLightFragmentDoc = gql `
|
|
451
453
|
fragment LibraryLight on Library {
|
|
452
454
|
id
|
|
@@ -661,7 +663,9 @@ export const RecordFormAttributeFragmentDoc = gql `
|
|
|
661
663
|
format
|
|
662
664
|
system
|
|
663
665
|
readonly
|
|
666
|
+
required
|
|
664
667
|
multiple_values
|
|
668
|
+
compute
|
|
665
669
|
permissions(record: {id: $recordId, library: $libraryId}) {
|
|
666
670
|
access_attribute
|
|
667
671
|
edit_value
|
|
@@ -700,6 +704,7 @@ export const RecordFormAttributeFragmentDoc = gql `
|
|
|
700
704
|
values_list {
|
|
701
705
|
...StandardValuesListFragment
|
|
702
706
|
}
|
|
707
|
+
character_limit
|
|
703
708
|
}
|
|
704
709
|
... on LinkAttribute {
|
|
705
710
|
linked_library {
|
|
@@ -820,6 +825,18 @@ export const TreeNodeChildFragmentDoc = gql `
|
|
|
820
825
|
}
|
|
821
826
|
}
|
|
822
827
|
${RecordIdentityFragmentDoc}`;
|
|
828
|
+
export const ViewDetailsFilterFragmentDoc = gql `
|
|
829
|
+
fragment ViewDetailsFilter on RecordFilter {
|
|
830
|
+
field
|
|
831
|
+
value
|
|
832
|
+
tree {
|
|
833
|
+
id
|
|
834
|
+
label
|
|
835
|
+
}
|
|
836
|
+
condition
|
|
837
|
+
operator
|
|
838
|
+
}
|
|
839
|
+
`;
|
|
823
840
|
export const ViewDetailsFragmentDoc = gql `
|
|
824
841
|
fragment ViewDetails on View {
|
|
825
842
|
id
|
|
@@ -842,14 +859,7 @@ export const ViewDetailsFragmentDoc = gql `
|
|
|
842
859
|
description
|
|
843
860
|
color
|
|
844
861
|
filters {
|
|
845
|
-
|
|
846
|
-
value
|
|
847
|
-
tree {
|
|
848
|
-
id
|
|
849
|
-
label
|
|
850
|
-
}
|
|
851
|
-
condition
|
|
852
|
-
operator
|
|
862
|
+
...ViewDetailsFilter
|
|
853
863
|
}
|
|
854
864
|
sort {
|
|
855
865
|
field
|
|
@@ -864,16 +874,35 @@ export const ViewDetailsFragmentDoc = gql `
|
|
|
864
874
|
}
|
|
865
875
|
}
|
|
866
876
|
}
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
value
|
|
877
|
+
attributes {
|
|
878
|
+
id
|
|
870
879
|
}
|
|
871
880
|
}
|
|
872
|
-
${
|
|
881
|
+
${ViewDetailsFilterFragmentDoc}
|
|
882
|
+
${RecordIdentityFragmentDoc}`;
|
|
883
|
+
export const LinkAttributeDetailsFragmentDoc = gql `
|
|
884
|
+
fragment LinkAttributeDetails on LinkAttribute {
|
|
885
|
+
label
|
|
886
|
+
linked_library {
|
|
887
|
+
id
|
|
888
|
+
label
|
|
889
|
+
}
|
|
890
|
+
}
|
|
891
|
+
`;
|
|
892
|
+
export const AttributePropertiesFragmentDoc = gql `
|
|
893
|
+
fragment AttributeProperties on Attribute {
|
|
894
|
+
id
|
|
895
|
+
label
|
|
896
|
+
type
|
|
897
|
+
format
|
|
898
|
+
multiple_values
|
|
899
|
+
}
|
|
900
|
+
`;
|
|
873
901
|
export const PropertyValueFragmentDoc = gql `
|
|
874
902
|
fragment PropertyValue on GenericValue {
|
|
875
903
|
... on Value {
|
|
876
904
|
valuePayload: payload
|
|
905
|
+
valueRawPayload: raw_payload
|
|
877
906
|
}
|
|
878
907
|
... on LinkValue {
|
|
879
908
|
linkPayload: payload {
|
|
@@ -889,15 +918,52 @@ export const PropertyValueFragmentDoc = gql `
|
|
|
889
918
|
}
|
|
890
919
|
}
|
|
891
920
|
${RecordIdentityFragmentDoc}`;
|
|
892
|
-
export const
|
|
893
|
-
fragment
|
|
921
|
+
export const LinkPropertyFragmentDoc = gql `
|
|
922
|
+
fragment LinkProperty on GenericValue {
|
|
923
|
+
id_value
|
|
924
|
+
... on LinkValue {
|
|
925
|
+
payload {
|
|
926
|
+
...RecordIdentity
|
|
927
|
+
properties(attributeIds: $attributeIds) {
|
|
928
|
+
attributeId
|
|
929
|
+
attributeProperties {
|
|
930
|
+
...AttributeProperties
|
|
931
|
+
}
|
|
932
|
+
values {
|
|
933
|
+
...PropertyValue
|
|
934
|
+
}
|
|
935
|
+
}
|
|
936
|
+
}
|
|
937
|
+
}
|
|
938
|
+
}
|
|
939
|
+
${RecordIdentityFragmentDoc}
|
|
940
|
+
${AttributePropertiesFragmentDoc}
|
|
941
|
+
${PropertyValueFragmentDoc}`;
|
|
942
|
+
export const LibraryAttributeLinkFragmentDoc = gql `
|
|
943
|
+
fragment LibraryAttributeLink on LinkAttribute {
|
|
944
|
+
linked_library {
|
|
945
|
+
id
|
|
946
|
+
label
|
|
947
|
+
attributes {
|
|
948
|
+
id
|
|
949
|
+
type
|
|
950
|
+
format
|
|
951
|
+
label
|
|
952
|
+
}
|
|
953
|
+
}
|
|
954
|
+
}
|
|
955
|
+
`;
|
|
956
|
+
export const LibraryAttributeFragmentDoc = gql `
|
|
957
|
+
fragment LibraryAttribute on Attribute {
|
|
894
958
|
id
|
|
895
|
-
label
|
|
896
959
|
type
|
|
897
|
-
|
|
898
|
-
|
|
960
|
+
label
|
|
961
|
+
... on StandardAttribute {
|
|
962
|
+
format
|
|
963
|
+
}
|
|
964
|
+
...LibraryAttributeLink
|
|
899
965
|
}
|
|
900
|
-
`;
|
|
966
|
+
${LibraryAttributeLinkFragmentDoc}`;
|
|
901
967
|
export const CheckApplicationExistenceDocument = gql `
|
|
902
968
|
query CHECK_APPLICATION_EXISTENCE($id: ID, $endpoint: String) {
|
|
903
969
|
applications(filters: {id: $id, endpoint: $endpoint}) {
|
|
@@ -1845,11 +1911,10 @@ export const CreateRecordDocument = gql `
|
|
|
1845
1911
|
...RecordIdentity
|
|
1846
1912
|
}
|
|
1847
1913
|
valuesErrors {
|
|
1848
|
-
|
|
1849
|
-
|
|
1914
|
+
type
|
|
1915
|
+
attribute
|
|
1850
1916
|
input
|
|
1851
1917
|
message
|
|
1852
|
-
type
|
|
1853
1918
|
}
|
|
1854
1919
|
}
|
|
1855
1920
|
}
|
|
@@ -2686,41 +2751,114 @@ export function useGetViewsListLazyQuery(baseOptions) {
|
|
|
2686
2751
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2687
2752
|
return Apollo.useLazyQuery(GetViewsListDocument, options);
|
|
2688
2753
|
}
|
|
2689
|
-
export const
|
|
2690
|
-
mutation
|
|
2754
|
+
export const SaveViewDocument = gql `
|
|
2755
|
+
mutation SAVE_VIEW($view: ViewInput!) {
|
|
2691
2756
|
saveView(view: $view) {
|
|
2692
2757
|
...ViewDetails
|
|
2693
2758
|
}
|
|
2694
2759
|
}
|
|
2695
2760
|
${ViewDetailsFragmentDoc}`;
|
|
2696
2761
|
/**
|
|
2697
|
-
*
|
|
2762
|
+
* __useSaveViewMutation__
|
|
2698
2763
|
*
|
|
2699
|
-
* To run a mutation, you first call `
|
|
2700
|
-
* When your component renders, `
|
|
2764
|
+
* To run a mutation, you first call `useSaveViewMutation` within a React component and pass it any options that fit your needs.
|
|
2765
|
+
* When your component renders, `useSaveViewMutation` returns a tuple that includes:
|
|
2701
2766
|
* - A mutate function that you can call at any time to execute the mutation
|
|
2702
2767
|
* - An object with fields that represent the current status of the mutation's execution
|
|
2703
2768
|
*
|
|
2704
2769
|
* @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;
|
|
2705
2770
|
*
|
|
2706
2771
|
* @example
|
|
2707
|
-
* const [
|
|
2772
|
+
* const [saveViewMutation, { data, loading, error }] = useSaveViewMutation({
|
|
2708
2773
|
* variables: {
|
|
2709
2774
|
* view: // value for 'view'
|
|
2710
2775
|
* },
|
|
2711
2776
|
* });
|
|
2712
2777
|
*/
|
|
2713
|
-
export function
|
|
2778
|
+
export function useSaveViewMutation(baseOptions) {
|
|
2779
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2780
|
+
return Apollo.useMutation(SaveViewDocument, options);
|
|
2781
|
+
}
|
|
2782
|
+
export const ExplorerAttributesDocument = gql `
|
|
2783
|
+
query ExplorerAttributes($ids: [ID!]) {
|
|
2784
|
+
attributes(filters: {ids: $ids}) {
|
|
2785
|
+
list {
|
|
2786
|
+
id
|
|
2787
|
+
type
|
|
2788
|
+
format
|
|
2789
|
+
label
|
|
2790
|
+
...LinkAttributeDetails
|
|
2791
|
+
}
|
|
2792
|
+
}
|
|
2793
|
+
}
|
|
2794
|
+
${LinkAttributeDetailsFragmentDoc}`;
|
|
2795
|
+
/**
|
|
2796
|
+
* __useExplorerAttributesQuery__
|
|
2797
|
+
*
|
|
2798
|
+
* To run a query within a React component, call `useExplorerAttributesQuery` and pass it any options that fit your needs.
|
|
2799
|
+
* When your component renders, `useExplorerAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
2800
|
+
* you can use to render your UI.
|
|
2801
|
+
*
|
|
2802
|
+
* @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;
|
|
2803
|
+
*
|
|
2804
|
+
* @example
|
|
2805
|
+
* const { data, loading, error } = useExplorerAttributesQuery({
|
|
2806
|
+
* variables: {
|
|
2807
|
+
* ids: // value for 'ids'
|
|
2808
|
+
* },
|
|
2809
|
+
* });
|
|
2810
|
+
*/
|
|
2811
|
+
export function useExplorerAttributesQuery(baseOptions) {
|
|
2812
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2813
|
+
return Apollo.useQuery(ExplorerAttributesDocument, options);
|
|
2814
|
+
}
|
|
2815
|
+
export function useExplorerAttributesLazyQuery(baseOptions) {
|
|
2816
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2817
|
+
return Apollo.useLazyQuery(ExplorerAttributesDocument, options);
|
|
2818
|
+
}
|
|
2819
|
+
export const ExplorerLinkAttributeDocument = gql `
|
|
2820
|
+
query ExplorerLinkAttribute($id: ID!) {
|
|
2821
|
+
attributes(filters: {ids: [$id]}) {
|
|
2822
|
+
list {
|
|
2823
|
+
id
|
|
2824
|
+
multiple_values
|
|
2825
|
+
...LinkAttributeDetails
|
|
2826
|
+
}
|
|
2827
|
+
}
|
|
2828
|
+
}
|
|
2829
|
+
${LinkAttributeDetailsFragmentDoc}`;
|
|
2830
|
+
/**
|
|
2831
|
+
* __useExplorerLinkAttributeQuery__
|
|
2832
|
+
*
|
|
2833
|
+
* To run a query within a React component, call `useExplorerLinkAttributeQuery` and pass it any options that fit your needs.
|
|
2834
|
+
* When your component renders, `useExplorerLinkAttributeQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
2835
|
+
* you can use to render your UI.
|
|
2836
|
+
*
|
|
2837
|
+
* @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;
|
|
2838
|
+
*
|
|
2839
|
+
* @example
|
|
2840
|
+
* const { data, loading, error } = useExplorerLinkAttributeQuery({
|
|
2841
|
+
* variables: {
|
|
2842
|
+
* id: // value for 'id'
|
|
2843
|
+
* },
|
|
2844
|
+
* });
|
|
2845
|
+
*/
|
|
2846
|
+
export function useExplorerLinkAttributeQuery(baseOptions) {
|
|
2714
2847
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2715
|
-
return Apollo.
|
|
2848
|
+
return Apollo.useQuery(ExplorerLinkAttributeDocument, options);
|
|
2716
2849
|
}
|
|
2717
|
-
export
|
|
2718
|
-
|
|
2850
|
+
export function useExplorerLinkAttributeLazyQuery(baseOptions) {
|
|
2851
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2852
|
+
return Apollo.useLazyQuery(ExplorerLinkAttributeDocument, options);
|
|
2853
|
+
}
|
|
2854
|
+
export const ExplorerLibraryDataDocument = gql `
|
|
2855
|
+
query ExplorerLibraryData($libraryId: ID!, $attributeIds: [ID!]!, $pagination: RecordsPagination, $filters: [RecordFilterInput], $multipleSort: [RecordSortInput!], $searchQuery: String) {
|
|
2719
2856
|
records(
|
|
2720
2857
|
library: $libraryId
|
|
2721
2858
|
filters: $filters
|
|
2722
2859
|
pagination: $pagination
|
|
2723
2860
|
multipleSort: $multipleSort
|
|
2861
|
+
searchQuery: $searchQuery
|
|
2724
2862
|
) {
|
|
2725
2863
|
totalCount
|
|
2726
2864
|
list {
|
|
@@ -2741,35 +2879,120 @@ export const ExplorerDocument = gql `
|
|
|
2741
2879
|
${AttributePropertiesFragmentDoc}
|
|
2742
2880
|
${PropertyValueFragmentDoc}`;
|
|
2743
2881
|
/**
|
|
2744
|
-
*
|
|
2882
|
+
* __useExplorerLibraryDataQuery__
|
|
2745
2883
|
*
|
|
2746
|
-
* To run a query within a React component, call `
|
|
2747
|
-
* When your component renders, `
|
|
2884
|
+
* To run a query within a React component, call `useExplorerLibraryDataQuery` and pass it any options that fit your needs.
|
|
2885
|
+
* When your component renders, `useExplorerLibraryDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
2748
2886
|
* you can use to render your UI.
|
|
2749
2887
|
*
|
|
2750
2888
|
* @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;
|
|
2751
2889
|
*
|
|
2752
2890
|
* @example
|
|
2753
|
-
* const { data, loading, error } =
|
|
2891
|
+
* const { data, loading, error } = useExplorerLibraryDataQuery({
|
|
2754
2892
|
* variables: {
|
|
2755
2893
|
* libraryId: // value for 'libraryId'
|
|
2756
2894
|
* attributeIds: // value for 'attributeIds'
|
|
2757
2895
|
* pagination: // value for 'pagination'
|
|
2758
2896
|
* filters: // value for 'filters'
|
|
2759
2897
|
* multipleSort: // value for 'multipleSort'
|
|
2898
|
+
* searchQuery: // value for 'searchQuery'
|
|
2760
2899
|
* },
|
|
2761
2900
|
* });
|
|
2762
2901
|
*/
|
|
2763
|
-
export function
|
|
2902
|
+
export function useExplorerLibraryDataQuery(baseOptions) {
|
|
2764
2903
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2765
|
-
return Apollo.useQuery(
|
|
2904
|
+
return Apollo.useQuery(ExplorerLibraryDataDocument, options);
|
|
2766
2905
|
}
|
|
2767
|
-
export function
|
|
2906
|
+
export function useExplorerLibraryDataLazyQuery(baseOptions) {
|
|
2768
2907
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2769
|
-
return Apollo.useLazyQuery(
|
|
2908
|
+
return Apollo.useLazyQuery(ExplorerLibraryDataDocument, options);
|
|
2770
2909
|
}
|
|
2771
|
-
export const
|
|
2772
|
-
query
|
|
2910
|
+
export const ExplorerLinkDataDocument = gql `
|
|
2911
|
+
query ExplorerLinkData($attributeIds: [ID!]!, $parentLibraryId: ID!, $parentRecordId: String, $linkAttributeId: ID!) {
|
|
2912
|
+
records(
|
|
2913
|
+
library: $parentLibraryId
|
|
2914
|
+
filters: [{field: "id", condition: EQUAL, value: $parentRecordId}]
|
|
2915
|
+
) {
|
|
2916
|
+
list {
|
|
2917
|
+
id
|
|
2918
|
+
whoAmI {
|
|
2919
|
+
id
|
|
2920
|
+
library {
|
|
2921
|
+
id
|
|
2922
|
+
}
|
|
2923
|
+
}
|
|
2924
|
+
property(attribute: $linkAttributeId) {
|
|
2925
|
+
...LinkProperty
|
|
2926
|
+
}
|
|
2927
|
+
}
|
|
2928
|
+
}
|
|
2929
|
+
}
|
|
2930
|
+
${LinkPropertyFragmentDoc}`;
|
|
2931
|
+
/**
|
|
2932
|
+
* __useExplorerLinkDataQuery__
|
|
2933
|
+
*
|
|
2934
|
+
* To run a query within a React component, call `useExplorerLinkDataQuery` and pass it any options that fit your needs.
|
|
2935
|
+
* When your component renders, `useExplorerLinkDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
2936
|
+
* you can use to render your UI.
|
|
2937
|
+
*
|
|
2938
|
+
* @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;
|
|
2939
|
+
*
|
|
2940
|
+
* @example
|
|
2941
|
+
* const { data, loading, error } = useExplorerLinkDataQuery({
|
|
2942
|
+
* variables: {
|
|
2943
|
+
* attributeIds: // value for 'attributeIds'
|
|
2944
|
+
* parentLibraryId: // value for 'parentLibraryId'
|
|
2945
|
+
* parentRecordId: // value for 'parentRecordId'
|
|
2946
|
+
* linkAttributeId: // value for 'linkAttributeId'
|
|
2947
|
+
* },
|
|
2948
|
+
* });
|
|
2949
|
+
*/
|
|
2950
|
+
export function useExplorerLinkDataQuery(baseOptions) {
|
|
2951
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2952
|
+
return Apollo.useQuery(ExplorerLinkDataDocument, options);
|
|
2953
|
+
}
|
|
2954
|
+
export function useExplorerLinkDataLazyQuery(baseOptions) {
|
|
2955
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2956
|
+
return Apollo.useLazyQuery(ExplorerLinkDataDocument, options);
|
|
2957
|
+
}
|
|
2958
|
+
export const GetLibraryAttributesDocument = gql `
|
|
2959
|
+
query GetLibraryAttributes($libraryId: ID!) {
|
|
2960
|
+
libraries(filters: {id: [$libraryId]}) {
|
|
2961
|
+
list {
|
|
2962
|
+
id
|
|
2963
|
+
attributes {
|
|
2964
|
+
...LibraryAttribute
|
|
2965
|
+
}
|
|
2966
|
+
}
|
|
2967
|
+
}
|
|
2968
|
+
}
|
|
2969
|
+
${LibraryAttributeFragmentDoc}`;
|
|
2970
|
+
/**
|
|
2971
|
+
* __useGetLibraryAttributesQuery__
|
|
2972
|
+
*
|
|
2973
|
+
* To run a query within a React component, call `useGetLibraryAttributesQuery` and pass it any options that fit your needs.
|
|
2974
|
+
* When your component renders, `useGetLibraryAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
2975
|
+
* you can use to render your UI.
|
|
2976
|
+
*
|
|
2977
|
+
* @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;
|
|
2978
|
+
*
|
|
2979
|
+
* @example
|
|
2980
|
+
* const { data, loading, error } = useGetLibraryAttributesQuery({
|
|
2981
|
+
* variables: {
|
|
2982
|
+
* libraryId: // value for 'libraryId'
|
|
2983
|
+
* },
|
|
2984
|
+
* });
|
|
2985
|
+
*/
|
|
2986
|
+
export function useGetLibraryAttributesQuery(baseOptions) {
|
|
2987
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2988
|
+
return Apollo.useQuery(GetLibraryAttributesDocument, options);
|
|
2989
|
+
}
|
|
2990
|
+
export function useGetLibraryAttributesLazyQuery(baseOptions) {
|
|
2991
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2992
|
+
return Apollo.useLazyQuery(GetLibraryAttributesDocument, options);
|
|
2993
|
+
}
|
|
2994
|
+
export const ExplorerLibraryDetailsDocument = gql `
|
|
2995
|
+
query ExplorerLibraryDetails($libraryId: ID!) {
|
|
2773
2996
|
libraries(filters: {id: [$libraryId]}) {
|
|
2774
2997
|
list {
|
|
2775
2998
|
id
|
|
@@ -2779,27 +3002,131 @@ export const ExplorerLibraryDataDocument = gql `
|
|
|
2779
3002
|
}
|
|
2780
3003
|
`;
|
|
2781
3004
|
/**
|
|
2782
|
-
*
|
|
3005
|
+
* __useExplorerLibraryDetailsQuery__
|
|
2783
3006
|
*
|
|
2784
|
-
* To run a query within a React component, call `
|
|
2785
|
-
* When your component renders, `
|
|
3007
|
+
* To run a query within a React component, call `useExplorerLibraryDetailsQuery` and pass it any options that fit your needs.
|
|
3008
|
+
* When your component renders, `useExplorerLibraryDetailsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
2786
3009
|
* you can use to render your UI.
|
|
2787
3010
|
*
|
|
2788
3011
|
* @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;
|
|
2789
3012
|
*
|
|
2790
3013
|
* @example
|
|
2791
|
-
* const { data, loading, error } =
|
|
3014
|
+
* const { data, loading, error } = useExplorerLibraryDetailsQuery({
|
|
2792
3015
|
* variables: {
|
|
2793
3016
|
* libraryId: // value for 'libraryId'
|
|
2794
3017
|
* },
|
|
2795
3018
|
* });
|
|
2796
3019
|
*/
|
|
2797
|
-
export function
|
|
3020
|
+
export function useExplorerLibraryDetailsQuery(baseOptions) {
|
|
2798
3021
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2799
|
-
return Apollo.useQuery(
|
|
3022
|
+
return Apollo.useQuery(ExplorerLibraryDetailsDocument, options);
|
|
2800
3023
|
}
|
|
2801
|
-
export function
|
|
3024
|
+
export function useExplorerLibraryDetailsLazyQuery(baseOptions) {
|
|
2802
3025
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2803
|
-
return Apollo.useLazyQuery(
|
|
3026
|
+
return Apollo.useLazyQuery(ExplorerLibraryDetailsDocument, options);
|
|
3027
|
+
}
|
|
3028
|
+
export const ExplorerSelectionIdsDocument = gql `
|
|
3029
|
+
query ExplorerSelectionIds($libraryId: ID!, $filters: [RecordFilterInput]) {
|
|
3030
|
+
records(library: $libraryId, filters: $filters) {
|
|
3031
|
+
list {
|
|
3032
|
+
id
|
|
3033
|
+
}
|
|
3034
|
+
}
|
|
3035
|
+
}
|
|
3036
|
+
`;
|
|
3037
|
+
/**
|
|
3038
|
+
* __useExplorerSelectionIdsQuery__
|
|
3039
|
+
*
|
|
3040
|
+
* To run a query within a React component, call `useExplorerSelectionIdsQuery` and pass it any options that fit your needs.
|
|
3041
|
+
* When your component renders, `useExplorerSelectionIdsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
3042
|
+
* you can use to render your UI.
|
|
3043
|
+
*
|
|
3044
|
+
* @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;
|
|
3045
|
+
*
|
|
3046
|
+
* @example
|
|
3047
|
+
* const { data, loading, error } = useExplorerSelectionIdsQuery({
|
|
3048
|
+
* variables: {
|
|
3049
|
+
* libraryId: // value for 'libraryId'
|
|
3050
|
+
* filters: // value for 'filters'
|
|
3051
|
+
* },
|
|
3052
|
+
* });
|
|
3053
|
+
*/
|
|
3054
|
+
export function useExplorerSelectionIdsQuery(baseOptions) {
|
|
3055
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3056
|
+
return Apollo.useQuery(ExplorerSelectionIdsDocument, options);
|
|
3057
|
+
}
|
|
3058
|
+
export function useExplorerSelectionIdsLazyQuery(baseOptions) {
|
|
3059
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3060
|
+
return Apollo.useLazyQuery(ExplorerSelectionIdsDocument, options);
|
|
3061
|
+
}
|
|
3062
|
+
export const MeDocument = gql `
|
|
3063
|
+
query Me {
|
|
3064
|
+
me {
|
|
3065
|
+
id
|
|
3066
|
+
whoAmI {
|
|
3067
|
+
id
|
|
3068
|
+
library {
|
|
3069
|
+
id
|
|
3070
|
+
}
|
|
3071
|
+
}
|
|
3072
|
+
}
|
|
3073
|
+
}
|
|
3074
|
+
`;
|
|
3075
|
+
/**
|
|
3076
|
+
* __useMeQuery__
|
|
3077
|
+
*
|
|
3078
|
+
* To run a query within a React component, call `useMeQuery` and pass it any options that fit your needs.
|
|
3079
|
+
* When your component renders, `useMeQuery` 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 } = useMeQuery({
|
|
3086
|
+
* variables: {
|
|
3087
|
+
* },
|
|
3088
|
+
* });
|
|
3089
|
+
*/
|
|
3090
|
+
export function useMeQuery(baseOptions) {
|
|
3091
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3092
|
+
return Apollo.useQuery(MeDocument, options);
|
|
3093
|
+
}
|
|
3094
|
+
export function useMeLazyQuery(baseOptions) {
|
|
3095
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3096
|
+
return Apollo.useLazyQuery(MeDocument, options);
|
|
3097
|
+
}
|
|
3098
|
+
export const TreeDataQueryDocument = gql `
|
|
3099
|
+
query TreeDataQuery($treeId: ID!) {
|
|
3100
|
+
trees(filters: {id: [$treeId]}) {
|
|
3101
|
+
list {
|
|
3102
|
+
id
|
|
3103
|
+
label
|
|
3104
|
+
}
|
|
3105
|
+
}
|
|
3106
|
+
}
|
|
3107
|
+
`;
|
|
3108
|
+
/**
|
|
3109
|
+
* __useTreeDataQueryQuery__
|
|
3110
|
+
*
|
|
3111
|
+
* To run a query within a React component, call `useTreeDataQueryQuery` and pass it any options that fit your needs.
|
|
3112
|
+
* When your component renders, `useTreeDataQueryQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
3113
|
+
* you can use to render your UI.
|
|
3114
|
+
*
|
|
3115
|
+
* @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;
|
|
3116
|
+
*
|
|
3117
|
+
* @example
|
|
3118
|
+
* const { data, loading, error } = useTreeDataQueryQuery({
|
|
3119
|
+
* variables: {
|
|
3120
|
+
* treeId: // value for 'treeId'
|
|
3121
|
+
* },
|
|
3122
|
+
* });
|
|
3123
|
+
*/
|
|
3124
|
+
export function useTreeDataQueryQuery(baseOptions) {
|
|
3125
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3126
|
+
return Apollo.useQuery(TreeDataQueryDocument, options);
|
|
3127
|
+
}
|
|
3128
|
+
export function useTreeDataQueryLazyQuery(baseOptions) {
|
|
3129
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3130
|
+
return Apollo.useLazyQuery(TreeDataQueryDocument, options);
|
|
2804
3131
|
}
|
|
2805
3132
|
//# sourceMappingURL=index.js.map
|