@leav/ui 0.3.6-04ab99a → 0.3.6-08b68d2
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 +536 -80
- package/dist/_gqlTypes/index.js +312 -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 +2 -0
- package/dist/_queries/records/recordFormAttributeFragment.js.map +1 -1
- package/dist/_queries/views/saveViewMutation.js +1 -1
- package/dist/_queries/views/viewDetailsFragment.js +14 -11
- package/dist/_queries/views/viewDetailsFragment.js.map +1 -1
- package/dist/_utils/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/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 +6 -1
- package/dist/components/Explorer/DataView.js +69 -18
- package/dist/components/Explorer/DataView.js.map +1 -1
- package/dist/components/Explorer/Explorer.d.ts +8 -6
- package/dist/components/Explorer/Explorer.js +78 -32
- 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 +45 -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 +76 -1
- package/dist/components/Explorer/_types.js +7 -1
- package/dist/components/Explorer/_types.js.map +1 -1
- 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/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 +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 +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/configure-display/attributes/SelectVisibleAttributes.js +11 -13
- 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/open-view-settings/EditSettingsContext.d.ts +1 -0
- 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/SidePanel.js +1 -1
- 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 +2 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js +24 -6
- 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 +54 -29
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js +25 -21
- 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 +18 -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 +77 -5
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +136 -4
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -1
- package/dist/components/Explorer/useColumnWidth.d.ts +6 -0
- package/dist/components/Explorer/useColumnWidth.js +48 -0
- package/dist/components/Explorer/useColumnWidth.js.map +1 -0
- package/dist/components/Explorer/useCreateAction.d.ts +4 -2
- package/dist/components/Explorer/useCreateAction.js +35 -2
- package/dist/components/Explorer/useCreateAction.js.map +1 -1
- package/dist/components/Explorer/useDeactivateMassAction.d.ts +27 -0
- package/dist/components/Explorer/useDeactivateMassAction.js +71 -0
- package/dist/components/Explorer/useDeactivateMassAction.js.map +1 -0
- package/dist/components/Explorer/useEditAction.js +7 -6
- package/dist/components/Explorer/useEditAction.js.map +1 -1
- package/dist/components/Explorer/useMassActions.d.ts +28 -0
- package/dist/components/Explorer/useMassActions.js +111 -0
- package/dist/components/Explorer/useMassActions.js.map +1 -0
- package/dist/components/Explorer/usePrimaryActions.js +14 -7
- package/dist/components/Explorer/usePrimaryActions.js.map +1 -1
- package/dist/components/Explorer/useRemoveAction.d.ts +23 -0
- package/dist/components/Explorer/useRemoveAction.js +109 -0
- package/dist/components/Explorer/useRemoveAction.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/useViewSettingsReducer.d.ts +8 -0
- package/dist/components/Explorer/useViewSettingsReducer.js +208 -0
- package/dist/components/Explorer/useViewSettingsReducer.js.map +1 -0
- package/dist/components/ExportModal/ExportModal.js +2 -2
- package/dist/components/ExportModal/ExportModal.js.map +1 -1
- package/dist/components/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 +78 -76
- 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 +6 -17
- 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/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 +153 -294
- 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 +69 -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 +48 -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 +41 -6
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.d.ts +4 -7
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js +6 -8
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.d.ts +9 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js +42 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.d.ts +6 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js +35 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.d.ts +2 -281
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js +25 -56
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.d.ts +8 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js +66 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/{ValueDetails/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} +6 -6
- package/dist/hooks/useExecuteSaveViewMutation/useExecuteSaveViewMutation.js.map +1 -0
- package/dist/locales/en/shared.json +67 -9
- package/dist/locales/fr/shared.json +69 -11
- package/dist/types/views.d.ts +4 -4
- package/package.json +4 -2
- package/dist/components/Explorer/useDeactivateAction.d.ts +0 -12
- package/dist/components/Explorer/useDeactivateAction.js +0 -51
- package/dist/components/Explorer/useDeactivateAction.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/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
|
@@ -30,7 +30,8 @@
|
|
|
30
30
|
"create": "Créer",
|
|
31
31
|
"ok": "Ok",
|
|
32
32
|
"max_length": "Longueur maximale",
|
|
33
|
-
"confirm": "Confirmer"
|
|
33
|
+
"confirm": "Confirmer",
|
|
34
|
+
"loading": "Chargement"
|
|
34
35
|
},
|
|
35
36
|
"errors": {
|
|
36
37
|
"default_language_required": "La langue par défaut est requise",
|
|
@@ -164,7 +165,8 @@
|
|
|
164
165
|
"advanced_settings": "Paramètres avancés",
|
|
165
166
|
"delete": "Supprimer l'arbre",
|
|
166
167
|
"delete_confirm": "Êtes-vous sûr de vouloir supprimer cet arbre ?",
|
|
167
|
-
"delete_confirm_warning": "Attention, cette action est irréversible"
|
|
168
|
+
"delete_confirm_warning": "Attention, cette action est irréversible",
|
|
169
|
+
"unknown_tree": "Arbre {{treeId}} inconnu"
|
|
168
170
|
},
|
|
169
171
|
"lang": {
|
|
170
172
|
"fr": "Français",
|
|
@@ -248,7 +250,7 @@
|
|
|
248
250
|
"not-contains": "Ne contient pas",
|
|
249
251
|
"equal": "Est égal",
|
|
250
252
|
"not-equal": "N'est pas égal",
|
|
251
|
-
"through": "
|
|
253
|
+
"through": "Dont l’attribut",
|
|
252
254
|
"begin-with": "Commence par",
|
|
253
255
|
"end-with": "Fini Par",
|
|
254
256
|
"is-empty": "Est Vide",
|
|
@@ -402,7 +404,9 @@
|
|
|
402
404
|
"link_created_at": "Lié le",
|
|
403
405
|
"add_value": "Ajouter une valeur",
|
|
404
406
|
"add_value_link": "Ajouter une liaison",
|
|
407
|
+
"delete_value": "Supprimer cette valeur",
|
|
405
408
|
"delete_value_confirm": "Êtes-vous sûr de vouloir supprimer cette valeur?",
|
|
409
|
+
"delete_link_confirm": "Êtes-vous sûr de vouloir supprimer cette liaison?",
|
|
406
410
|
"whoAmI": "Informations",
|
|
407
411
|
"no_value": "Pas de valeur",
|
|
408
412
|
"value_details": "Infos valeur",
|
|
@@ -454,8 +458,9 @@
|
|
|
454
458
|
"cancel_confirm_modal_title": "Confirmer l'abandon?",
|
|
455
459
|
"cancel_confirm_modal_content": "Vous êtes sur le point d'abandonner la création.",
|
|
456
460
|
"cancel_confirm_modal_question": "Êtes-vous sûr(e) ?",
|
|
457
|
-
"
|
|
458
|
-
"
|
|
461
|
+
"inherited_value": "Valeur héritée",
|
|
462
|
+
"calculated_value": "Valeur calculée",
|
|
463
|
+
"overrided_value": "Valeur surchargée",
|
|
459
464
|
"date_range_from_to": "du {{- from}} au {{- to}}",
|
|
460
465
|
"link_search_result_count": "Résultats ({{count}}/{{total}})",
|
|
461
466
|
"suggestions_count": "Suggestions ({{count}})",
|
|
@@ -464,6 +469,7 @@
|
|
|
464
469
|
"select_this_value": "Sélectionner cette valeur",
|
|
465
470
|
"select_option": "Sélectionner l’option ",
|
|
466
471
|
"create_and_select_option": "Créer et sélectionner l’option ",
|
|
472
|
+
"please_select_value_before_adding": "Veuillez sélectionner une valeur avant d'en ajouter une nouvelle",
|
|
467
473
|
"placeholder": {
|
|
468
474
|
"record_select": "Sélectionnez un élément",
|
|
469
475
|
"enter_a_text": "Saisir un texte",
|
|
@@ -472,7 +478,8 @@
|
|
|
472
478
|
"enter_a_number": "Saisir un nombre",
|
|
473
479
|
"enter_a_password": "Saisir un mot de passe",
|
|
474
480
|
"start_date": "Date de début",
|
|
475
|
-
"end_date": "Date de fin"
|
|
481
|
+
"end_date": "Date de fin",
|
|
482
|
+
"select_an_option": "Sélectionner une option"
|
|
476
483
|
}
|
|
477
484
|
},
|
|
478
485
|
"record_summary": {
|
|
@@ -483,7 +490,24 @@
|
|
|
483
490
|
"created_at": "Créé le",
|
|
484
491
|
"created_at_value": "{{date}} par {{user}}",
|
|
485
492
|
"modified_at": "Modifié le",
|
|
486
|
-
"modified_at_value": "{{date}} par {{user}}"
|
|
493
|
+
"modified_at_value": "{{date}} par {{user}}",
|
|
494
|
+
"new_record": "Nouvel élément",
|
|
495
|
+
"id_entity": "Identifiant entité",
|
|
496
|
+
"creation": "Création",
|
|
497
|
+
"last_modification": "Dernière modification",
|
|
498
|
+
"date_by_user": "Le {{date}} par {{user}}",
|
|
499
|
+
"open_preview_modal": "Ouvrir la modale d'aperçu",
|
|
500
|
+
"informations": "Informations",
|
|
501
|
+
"chat": "Chat",
|
|
502
|
+
"history": "Historique",
|
|
503
|
+
"entity_overview": "Fiche {{entity}}",
|
|
504
|
+
"attribute": "Attribut",
|
|
505
|
+
"attribute_format": "Format de l'attribut",
|
|
506
|
+
"descriptive": "Descriptif",
|
|
507
|
+
"values_version": "Version de valeurs",
|
|
508
|
+
"no_value": "Aucune valeur",
|
|
509
|
+
"calculated_value": "Valeur calculée",
|
|
510
|
+
"global": "Globale"
|
|
487
511
|
},
|
|
488
512
|
"view": {
|
|
489
513
|
"views": "Vues",
|
|
@@ -547,8 +571,8 @@
|
|
|
547
571
|
"records_deactivation": {
|
|
548
572
|
"title": "Désactiver les éléments",
|
|
549
573
|
"title_one": "Désactiver",
|
|
550
|
-
"confirm": "Êtes-vous sûr de vouloir désactiver les éléments sélectionnés?",
|
|
551
|
-
"confirm_one": "Êtes-vous sûr de vouloir désactiver cet élément?"
|
|
574
|
+
"confirm": "Êtes-vous sûr de vouloir désactiver les éléments sélectionnés ?",
|
|
575
|
+
"confirm_one": "Êtes-vous sûr de vouloir désactiver cet élément ?"
|
|
552
576
|
},
|
|
553
577
|
"table-columns-selection": {
|
|
554
578
|
"header": "Colonnes disponibles",
|
|
@@ -612,7 +636,8 @@
|
|
|
612
636
|
"create-one": "Créer",
|
|
613
637
|
"actions": "Actions",
|
|
614
638
|
"more-actions": "Voir plus",
|
|
615
|
-
"deactivate-item": "Désactiver
|
|
639
|
+
"deactivate-item": "Désactiver",
|
|
640
|
+
"delete-item": "Supprimer",
|
|
616
641
|
"edit-item": "Éditer l’élément",
|
|
617
642
|
"settings": "Paramètres",
|
|
618
643
|
"back": "Retour",
|
|
@@ -624,16 +649,49 @@
|
|
|
624
649
|
"view-type-planning": "Planning",
|
|
625
650
|
"filters": "Filtrer",
|
|
626
651
|
"sort-items": "Trier",
|
|
652
|
+
"filter-items": "Filtrer",
|
|
627
653
|
"sort-list": {
|
|
628
654
|
"active": "Tris actifs",
|
|
629
655
|
"inactive": "Tris inactifs"
|
|
630
656
|
},
|
|
657
|
+
"toolbar": "Barre d’outils",
|
|
658
|
+
"reset-filter": "Réinitialiser le filtre",
|
|
659
|
+
"reset-view": "Réinitialiser la vue",
|
|
660
|
+
"empty-data": "Aucun élément trouvé.",
|
|
631
661
|
"sort-ascending": "Ascendant",
|
|
632
662
|
"sort-descending": "Descendant",
|
|
633
663
|
"available-attributes": "Autres propriétés disponibles",
|
|
634
664
|
"coming-soon": "À venir",
|
|
635
665
|
"show": "Afficher",
|
|
636
666
|
"hide": "Masquer",
|
|
637
|
-
"pagination-total-
|
|
667
|
+
"pagination-total-number_one": "{{from, number}} - {{to, number}} de {{count, number}} élément",
|
|
668
|
+
"pagination-total-number_other": "{{from, number}} - {{to, number}} de {{count, number}} éléments",
|
|
669
|
+
"columns": "Colonnes",
|
|
670
|
+
"visible-columns": "Colonnes visibles",
|
|
671
|
+
"invisible-columns": "Colonnes invisibles",
|
|
672
|
+
"active-items-number": "{{count, number}} actifs",
|
|
673
|
+
"active-items-number_zero": "Aucun",
|
|
674
|
+
"invalid-value": "Valeur invalide",
|
|
675
|
+
"type-a-value": "Saisissez une valeur",
|
|
676
|
+
"save-view": "Enregistrer",
|
|
677
|
+
"reinit-view": "Réinitialiser",
|
|
678
|
+
"select-condition": "Sélectionner une condition",
|
|
679
|
+
"true": "Vrai",
|
|
680
|
+
"false": "Faux",
|
|
681
|
+
"filter-condition": "Condition",
|
|
682
|
+
"filter-link-attribute": "Attribut de liaison",
|
|
683
|
+
"massAction": {
|
|
684
|
+
"itemsTotal_one": "{{count, number}} élément",
|
|
685
|
+
"itemsTotal_other": "{{count, number}} éléments",
|
|
686
|
+
"selectedItems_one": "{{count, number}} sélectionné",
|
|
687
|
+
"selectedItems_other": "{{count, number}} sélectionnés",
|
|
688
|
+
"deactivate": "Supprimer",
|
|
689
|
+
"toggle_selection": {
|
|
690
|
+
"select_page_one": "Sélectionner l’éléments visible ({{count, number}})",
|
|
691
|
+
"select_page_other": "Sélectionner les éléments visibles ({{count, number}})",
|
|
692
|
+
"select_all": "Tout sélectionner ({{count, number}})",
|
|
693
|
+
"deselect_all": "Tout désélectionner"
|
|
694
|
+
}
|
|
695
|
+
}
|
|
638
696
|
}
|
|
639
697
|
}
|
package/dist/types/views.d.ts
CHANGED
|
@@ -13,12 +13,12 @@ export interface IView {
|
|
|
13
13
|
color?: string;
|
|
14
14
|
filters?: IFilter[];
|
|
15
15
|
valuesVersions?: IValueVersion;
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
sort?: IGetViewListSort[];
|
|
17
|
+
attributes?: string[];
|
|
18
18
|
}
|
|
19
19
|
export interface IViewDisplay {
|
|
20
20
|
type: ViewTypes;
|
|
21
|
-
size
|
|
21
|
+
size?: ViewSizes;
|
|
22
22
|
}
|
|
23
23
|
export interface IGetViewListSort {
|
|
24
24
|
field: string;
|
|
@@ -29,6 +29,6 @@ export interface IGetViewListSettings {
|
|
|
29
29
|
value?: any;
|
|
30
30
|
}
|
|
31
31
|
export interface IGetViewListDisplay {
|
|
32
|
-
size
|
|
32
|
+
size?: ViewSizes;
|
|
33
33
|
type: ViewTypes;
|
|
34
34
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@leav/ui",
|
|
3
|
-
"version": "0.3.6-
|
|
3
|
+
"version": "0.3.6-08b68d2",
|
|
4
4
|
"description": "Shared React components and hooks",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"prepublishOnly": "yarn build",
|
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
"@total-typescript/ts-reset": "0.6.1",
|
|
35
35
|
"@types/dompurify": "3.0.3",
|
|
36
36
|
"@types/jest": "29.0.2",
|
|
37
|
+
"@types/lodash.isequal": "^4",
|
|
37
38
|
"@types/object-path": "0.11.1",
|
|
38
39
|
"@types/react-beautiful-dnd": "13.1.2",
|
|
39
40
|
"@types/react-table": "7.7.12",
|
|
@@ -51,7 +52,7 @@
|
|
|
51
52
|
"@ant-design/icons": ">=5.2",
|
|
52
53
|
"@apollo/client": ">=3.8.1",
|
|
53
54
|
"antd": "5.15.3",
|
|
54
|
-
"aristid-ds": "
|
|
55
|
+
"aristid-ds": "12.0.0-4624a22",
|
|
55
56
|
"dayjs": "^1.11.10",
|
|
56
57
|
"i18next": "22.5",
|
|
57
58
|
"react": "18.2.0",
|
|
@@ -71,6 +72,7 @@
|
|
|
71
72
|
"dompurify": "3.1.3",
|
|
72
73
|
"html-react-parser": "4.2.2",
|
|
73
74
|
"i18next-resources-to-backend": "1.1.4",
|
|
75
|
+
"lodash.isequal": "4.5.0",
|
|
74
76
|
"moment": "2.30.1",
|
|
75
77
|
"object-path": "0.11.8",
|
|
76
78
|
"react-beautiful-dnd": "13.1.1",
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ActionHook, IItemAction } from './_types';
|
|
2
|
-
/**
|
|
3
|
-
* Hook used to get the action for `<DataView />` component.
|
|
4
|
-
*
|
|
5
|
-
* When the mutation for deactivation is done, the Apollo cache will be clean (`Record` and `RecordIdentity`)
|
|
6
|
-
* from deactivated record.
|
|
7
|
-
*
|
|
8
|
-
* @param isEnabled - whether the action is present
|
|
9
|
-
*/
|
|
10
|
-
export declare const useDeactivateAction: ({ isEnabled }: ActionHook) => {
|
|
11
|
-
deactivateAction: IItemAction;
|
|
12
|
-
};
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
// Copyright LEAV Solutions 2017 until 2023/11/05, Copyright Aristid from 2023/11/06
|
|
3
|
-
// This file is released under LGPL V3
|
|
4
|
-
// License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
|
|
5
|
-
import { FaTrash } from 'react-icons/fa';
|
|
6
|
-
import { KitModal } from 'aristid-ds';
|
|
7
|
-
import { useDeactivateRecordsMutation } from '../../_gqlTypes';
|
|
8
|
-
import { useSharedTranslation } from '../../hooks/useSharedTranslation';
|
|
9
|
-
/**
|
|
10
|
-
* Hook used to get the action for `<DataView />` component.
|
|
11
|
-
*
|
|
12
|
-
* When the mutation for deactivation is done, the Apollo cache will be clean (`Record` and `RecordIdentity`)
|
|
13
|
-
* from deactivated record.
|
|
14
|
-
*
|
|
15
|
-
* @param isEnabled - whether the action is present
|
|
16
|
-
*/
|
|
17
|
-
export const useDeactivateAction = ({ isEnabled }) => {
|
|
18
|
-
const { t } = useSharedTranslation();
|
|
19
|
-
const [deactivateRecordsMutation] = useDeactivateRecordsMutation({
|
|
20
|
-
update(cache, deactivatedRecords) {
|
|
21
|
-
deactivatedRecords.data?.deactivateRecords.forEach(record => {
|
|
22
|
-
cache.evict({
|
|
23
|
-
id: cache.identify(record)
|
|
24
|
-
});
|
|
25
|
-
});
|
|
26
|
-
cache.gc();
|
|
27
|
-
}
|
|
28
|
-
});
|
|
29
|
-
const _deactivateAction = {
|
|
30
|
-
label: t('explorer.deactivate-item'),
|
|
31
|
-
icon: _jsx(FaTrash, {}),
|
|
32
|
-
isDanger: true,
|
|
33
|
-
callback: ({ itemId, libraryId }) => KitModal.confirm({
|
|
34
|
-
type: 'confirm',
|
|
35
|
-
dangerConfirm: true,
|
|
36
|
-
content: t('records_deactivation.confirm_one') ?? undefined,
|
|
37
|
-
okText: t('global.submit') ?? undefined,
|
|
38
|
-
cancelText: t('global.cancel') ?? undefined,
|
|
39
|
-
onOk: () => deactivateRecordsMutation({
|
|
40
|
-
variables: {
|
|
41
|
-
libraryId,
|
|
42
|
-
recordsIds: [itemId]
|
|
43
|
-
}
|
|
44
|
-
})
|
|
45
|
-
})
|
|
46
|
-
};
|
|
47
|
-
return {
|
|
48
|
-
deactivateAction: isEnabled ? _deactivateAction : null
|
|
49
|
-
};
|
|
50
|
-
};
|
|
51
|
-
//# sourceMappingURL=useDeactivateAction.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useDeactivateAction.js","sourceRoot":"","sources":["../../../src/components/Explorer/useDeactivateAction.tsx"],"names":[],"mappings":";AAAA,oFAAoF;AACpF,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,EAAC,OAAO,EAAC,MAAM,gBAAgB,CAAC;AACvC,OAAO,EAAC,QAAQ,EAAC,MAAM,YAAY,CAAC;AACpC,OAAO,EAAC,4BAA4B,EAAC,MAAM,eAAe,CAAC;AAC3D,OAAO,EAAC,oBAAoB,EAAC,MAAM,gCAAgC,CAAC;AAGpE;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,EAAC,SAAS,EAAa,EAAE,EAAE;IAC3D,MAAM,EAAC,CAAC,EAAC,GAAG,oBAAoB,EAAE,CAAC;IAEnC,MAAM,CAAC,yBAAyB,CAAC,GAAG,4BAA4B,CAAC;QAC7D,MAAM,CAAC,KAAK,EAAE,kBAAkB;YAC5B,kBAAkB,CAAC,IAAI,EAAE,iBAAiB,CAAC,OAAO,CAAC,MAAM,CAAC,EAAE;gBACxD,KAAK,CAAC,KAAK,CAAC;oBACR,EAAE,EAAE,KAAK,CAAC,QAAQ,CAAC,MAAM,CAAC;iBAC7B,CAAC,CAAC;YACP,CAAC,CAAC,CAAC;YACH,KAAK,CAAC,EAAE,EAAE,CAAC;QACf,CAAC;KACJ,CAAC,CAAC;IAEH,MAAM,iBAAiB,GAAgB;QACnC,KAAK,EAAE,CAAC,CAAC,0BAA0B,CAAC;QACpC,IAAI,EAAE,KAAC,OAAO,KAAG;QACjB,QAAQ,EAAE,IAAI;QACd,QAAQ,EAAE,CAAC,EAAC,MAAM,EAAE,SAAS,EAAC,EAAE,EAAE,CAC9B,QAAQ,CAAC,OAAO,CAAC;YACb,IAAI,EAAE,SAAS;YACf,aAAa,EAAE,IAAI;YACnB,OAAO,EAAE,CAAC,CAAC,kCAAkC,CAAC,IAAI,SAAS;YAC3D,MAAM,EAAE,CAAC,CAAC,eAAe,CAAC,IAAI,SAAS;YACvC,UAAU,EAAE,CAAC,CAAC,eAAe,CAAC,IAAI,SAAS;YAC3C,IAAI,EAAE,GAAG,EAAE,CACP,yBAAyB,CAAC;gBACtB,SAAS,EAAE;oBACP,SAAS;oBACT,UAAU,EAAE,CAAC,MAAM,CAAC;iBACvB;aACJ,CAAC;SACT,CAAC;KACT,CAAC;IAEF,OAAO;QACH,gBAAgB,EAAE,SAAS,CAAC,CAAC,CAAC,iBAAiB,CAAC,CAAC,CAAC,IAAI;KACzD,CAAC;AACN,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EditRecordSkeleton.js","sourceRoot":"","sources":["../../../../src/components/RecordEdition/EditRecordContent/EditRecordSkeleton.tsx"],"names":[],"mappings":";AAAA,oFAAoF;AACpF,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,EAAC,OAAO,EAAE,QAAQ,EAAC,MAAM,MAAM,CAAC;AAOvC,SAAS,kBAAkB,CAAC,EAAC,IAAI,EAA2B;IACxD,MAAM,SAAS,GAAG,KAAK,CAAC,IAAI,CAAC;SACxB,IAAI,CAAC,EAAE,CAAC;SACR,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC;IAEtB,OAAO,CACH,4BACK,SAAS,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,CAAC,CACjB,8BAA0B,sBAAsB,aAC5C,KAAC,QAAQ,CAAC,KAAK,IAAC,MAAM,QAAC,IAAI,EAAC,OAAO,EAAC,KAAK,EAAE,EAAC,KAAK,EAAE,GAAG,EAAE,MAAM,EAAE,SAAS,EAAC,GAAI,EAC9E,KAAC,QAAQ,CAAC,KAAK,IAAC,MAAM,QAAC,IAAI,EAAC,OAAO,EAAC,KAAK,EAAE,EAAC,KAAK,EAAE,GAAG,EAAE,MAAM,EAAE,SAAS,EAAC,GAAI,EAC9E,KAAC,OAAO,KAAG,KAHL,EAAE,CAIN,CACT,CAAC,GACH,CACN,CAAC;AACN,CAAC;AAED,eAAe,kBAAkB,CAAC"}
|
package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,oBAAoB,MAAM,wBAAwB,CAAC;AAC1D,eAAe,oBAAoB,CAAC"}
|
|
@@ -1,138 +0,0 @@
|
|
|
1
|
-
import { AnyPrimitive, IDateRangeValue, IKeyValue } from '@leav/utils';
|
|
2
|
-
import { VersionFieldScope, FormElement, ICommonFieldsReducerState, StandardValueTypes } from '../../../../../components/RecordEdition/EditRecordContent/_types';
|
|
3
|
-
import { RecordFormElementsValueStandardValue } from '../../../../../hooks/useGetRecordForm/useGetRecordForm';
|
|
4
|
-
import { IRecordIdentityWhoAmI } from '../../../../../types/records';
|
|
5
|
-
import { IValueVersion } from '../../../../../types/values';
|
|
6
|
-
import { RecordFormAttributeStandardAttributeFragment, ValueDetailsValueFragment } from '../../../../../_gqlTypes';
|
|
7
|
-
import { IRecordPropertyStandard } from '../../../../../_queries/records/getRecordPropertiesQuery';
|
|
8
|
-
export type IdValue = string | null;
|
|
9
|
-
export declare const newValueId = "__new__";
|
|
10
|
-
export declare enum StandardFieldValueState {
|
|
11
|
-
PRISTINE = "PRISTINE",
|
|
12
|
-
DIRTY = "DIRTY"
|
|
13
|
-
}
|
|
14
|
-
export type StandardFieldReducerValues = IKeyValue<IStandardFieldValue>;
|
|
15
|
-
export interface IStandardFieldValue {
|
|
16
|
-
idValue: IdValue;
|
|
17
|
-
index: number;
|
|
18
|
-
value: IRecordPropertyStandard | null;
|
|
19
|
-
displayValue: StandardValueTypes;
|
|
20
|
-
editingValue: StandardValueTypes;
|
|
21
|
-
originRawValue: StandardValueTypes;
|
|
22
|
-
isEditing: boolean;
|
|
23
|
-
error?: string;
|
|
24
|
-
isErrorDisplayed: boolean;
|
|
25
|
-
state: StandardFieldValueState;
|
|
26
|
-
}
|
|
27
|
-
interface IInheritedNotOverride {
|
|
28
|
-
isInheritedValue: true;
|
|
29
|
-
isInheritedOverrideValue: false;
|
|
30
|
-
isInheritedNotOverrideValue: true;
|
|
31
|
-
inheritedValue: RecordFormElementsValueStandardValue;
|
|
32
|
-
}
|
|
33
|
-
interface IInheritedOverride {
|
|
34
|
-
isInheritedValue: true;
|
|
35
|
-
isInheritedOverrideValue: true;
|
|
36
|
-
isInheritedNotOverrideValue: false;
|
|
37
|
-
inheritedValue: RecordFormElementsValueStandardValue;
|
|
38
|
-
}
|
|
39
|
-
interface INotInherited {
|
|
40
|
-
isInheritedValue: false;
|
|
41
|
-
isInheritedOverrideValue: false;
|
|
42
|
-
isInheritedNotOverrideValue: false;
|
|
43
|
-
inheritedValue: null;
|
|
44
|
-
}
|
|
45
|
-
export type InheritedFlags = INotInherited | IInheritedOverride | IInheritedNotOverride;
|
|
46
|
-
interface ICalculatedNotOverride {
|
|
47
|
-
isCalculatedValue: true;
|
|
48
|
-
isCalculatedOverrideValue: false;
|
|
49
|
-
isCalculatedNotOverrideValue: true;
|
|
50
|
-
calculatedValue: RecordFormElementsValueStandardValue;
|
|
51
|
-
}
|
|
52
|
-
interface ICalculatedOverride {
|
|
53
|
-
isCalculatedValue: true;
|
|
54
|
-
isCalculatedOverrideValue: true;
|
|
55
|
-
isCalculatedNotOverrideValue: false;
|
|
56
|
-
calculatedValue: RecordFormElementsValueStandardValue;
|
|
57
|
-
}
|
|
58
|
-
interface INotCalculated {
|
|
59
|
-
isCalculatedValue: false;
|
|
60
|
-
isCalculatedOverrideValue: false;
|
|
61
|
-
isCalculatedNotOverrideValue: false;
|
|
62
|
-
calculatedValue: null;
|
|
63
|
-
}
|
|
64
|
-
export type CalculatedFlags = INotCalculated | ICalculatedOverride | ICalculatedNotOverride;
|
|
65
|
-
export type IStandardFieldReducerState = ICommonFieldsReducerState<StandardFieldReducerValues, RecordFormAttributeStandardAttributeFragment> & {
|
|
66
|
-
metadataEdit: boolean;
|
|
67
|
-
} & InheritedFlags & CalculatedFlags;
|
|
68
|
-
export declare enum StandardFieldReducerActionsTypes {
|
|
69
|
-
ADD_VALUE = "ADD_VALUE",
|
|
70
|
-
CHANGE_VALUE = "CHANGE_VALUE",
|
|
71
|
-
FOCUS_FIELD = "FOCUS_FIELD",
|
|
72
|
-
SET_ERROR = "SET_ERROR",
|
|
73
|
-
SET_ERROR_DISPLAY = "SET_ERROR_DISPLAY",
|
|
74
|
-
UNEDIT_FIELD = "UNEDIT_FIELD",
|
|
75
|
-
CLOSE_ERROR = "CLOSE_ERROR",
|
|
76
|
-
CLEAR_ERROR = "CLEAR_ERROR",
|
|
77
|
-
UPDATE_AFTER_SUBMIT = "UPDATE_AFTER_SUBMIT",
|
|
78
|
-
UPDATE_AFTER_DELETE = "UPDATE_AFTER_DELETE",
|
|
79
|
-
CANCEL_EDITING = "CANCEL_EDITING",
|
|
80
|
-
CHANGE_VERSION_SCOPE = "CHANGE_VERSION_SCOPE",
|
|
81
|
-
REFRESH_VALUES = "REFRESH_VALUES"
|
|
82
|
-
}
|
|
83
|
-
export declare const virginValue: IStandardFieldValue;
|
|
84
|
-
export type StandardFieldReducerValueActions = {
|
|
85
|
-
type: StandardFieldReducerActionsTypes.ADD_VALUE;
|
|
86
|
-
idValue?: IdValue;
|
|
87
|
-
} | {
|
|
88
|
-
type: StandardFieldReducerActionsTypes.CHANGE_VALUE;
|
|
89
|
-
idValue: IdValue;
|
|
90
|
-
value: AnyPrimitive | IDateRangeValue;
|
|
91
|
-
} | {
|
|
92
|
-
type: StandardFieldReducerActionsTypes.FOCUS_FIELD;
|
|
93
|
-
idValue: IdValue;
|
|
94
|
-
} | {
|
|
95
|
-
type: StandardFieldReducerActionsTypes.SET_ERROR;
|
|
96
|
-
idValue: IdValue;
|
|
97
|
-
error: string;
|
|
98
|
-
} | {
|
|
99
|
-
type: StandardFieldReducerActionsTypes.UNEDIT_FIELD;
|
|
100
|
-
idValue: IdValue;
|
|
101
|
-
} | {
|
|
102
|
-
type: StandardFieldReducerActionsTypes.SET_ERROR_DISPLAY;
|
|
103
|
-
idValue: IdValue;
|
|
104
|
-
displayError: boolean;
|
|
105
|
-
} | {
|
|
106
|
-
type: StandardFieldReducerActionsTypes.CLEAR_ERROR;
|
|
107
|
-
idValue: IdValue;
|
|
108
|
-
} | {
|
|
109
|
-
type: StandardFieldReducerActionsTypes.UPDATE_AFTER_SUBMIT;
|
|
110
|
-
idValue: IdValue;
|
|
111
|
-
newValue: ValueDetailsValueFragment;
|
|
112
|
-
} | {
|
|
113
|
-
type: StandardFieldReducerActionsTypes.UPDATE_AFTER_DELETE;
|
|
114
|
-
idValue?: IdValue;
|
|
115
|
-
allDeleted?: boolean;
|
|
116
|
-
} | {
|
|
117
|
-
type: StandardFieldReducerActionsTypes.CANCEL_EDITING;
|
|
118
|
-
idValue: IdValue;
|
|
119
|
-
};
|
|
120
|
-
export type StandardFieldReducerFieldActions = {
|
|
121
|
-
type: StandardFieldReducerActionsTypes.CHANGE_VERSION_SCOPE;
|
|
122
|
-
scope: VersionFieldScope;
|
|
123
|
-
} | {
|
|
124
|
-
type: StandardFieldReducerActionsTypes.REFRESH_VALUES;
|
|
125
|
-
values: RecordFormElementsValueStandardValue[];
|
|
126
|
-
formVersion: IValueVersion;
|
|
127
|
-
};
|
|
128
|
-
export type StandardFieldReducerAction = StandardFieldReducerValueActions | StandardFieldReducerFieldActions;
|
|
129
|
-
export type StandardFieldDispatchFunc = (action: StandardFieldReducerAction) => void;
|
|
130
|
-
export declare const computeInitialState: (params: {
|
|
131
|
-
element: FormElement<unknown>;
|
|
132
|
-
record: IRecordIdentityWhoAmI;
|
|
133
|
-
isRecordReadOnly: boolean;
|
|
134
|
-
metadataEdit: boolean;
|
|
135
|
-
formVersion: IValueVersion;
|
|
136
|
-
}) => IStandardFieldReducerState;
|
|
137
|
-
declare const standardFieldReducer: (state: IStandardFieldReducerState, action: StandardFieldReducerAction) => IStandardFieldReducerState;
|
|
138
|
-
export default standardFieldReducer;
|