@leav/ui 0.3.6-3d13092 → 0.3.6-412fb2f
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 -1
- package/dist/__mocks__/common/attribute.js.map +1 -1
- package/dist/__mocks__/common/form.d.ts +11 -5
- package/dist/__mocks__/common/form.js +18 -2
- package/dist/__mocks__/common/form.js.map +1 -1
- package/dist/__mocks__/common/record.d.ts +13 -2
- package/dist/__mocks__/common/record.js.map +1 -1
- package/dist/__mocks__/common/value.js +3 -1
- package/dist/__mocks__/common/value.js.map +1 -1
- package/dist/__mocks__/common/view.js +7 -5
- package/dist/__mocks__/common/view.js.map +1 -1
- package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js +1 -1
- package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js.map +1 -1
- package/dist/__mocks__/mockQuery/mockGetViewListQuery.js +2 -1
- package/dist/__mocks__/mockQuery/mockGetViewListQuery.js.map +1 -1
- package/dist/_gqlTypes/index.d.ts +430 -88
- package/dist/_gqlTypes/index.js +252 -44
- package/dist/_gqlTypes/index.js.map +1 -1
- package/dist/_queries/libraries/getLibraryDetailExtendQuery.d.ts +3 -4
- package/dist/_queries/libraries/getLibraryDetailExtendQuery.js +2 -3
- package/dist/_queries/libraries/getLibraryDetailExtendQuery.js.map +1 -1
- package/dist/_queries/records/getRecordColumnsValues.d.ts +5 -3
- package/dist/_queries/records/getRecordColumnsValues.js +4 -1
- package/dist/_queries/records/getRecordColumnsValues.js.map +1 -1
- package/dist/_queries/records/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/index.js +5 -2
- package/dist/_utils/index.js.map +1 -1
- package/dist/_utils/interleaveElement.d.ts +1 -0
- package/dist/{components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.js → _utils/interleaveElement.js} +2 -6
- package/dist/_utils/interleaveElement.js.map +1 -0
- package/dist/antdTheme/index.d.ts +0 -3
- package/dist/antdTheme/index.js +3 -42
- package/dist/antdTheme/index.js.map +1 -1
- package/dist/components/CreateDirectory/CreateDirectory.js +1 -1
- package/dist/components/CreateDirectory/CreateDirectory.js.map +1 -1
- package/dist/components/EditApplication/EditApplication.js +2 -2
- package/dist/components/EditApplication/EditApplication.js.map +1 -1
- package/dist/components/EditApplication/_types.d.ts +2 -2
- package/dist/components/Explorer/DataView.d.ts +10 -1
- package/dist/components/Explorer/DataView.js +36 -35
- package/dist/components/Explorer/DataView.js.map +1 -1
- package/dist/components/Explorer/Explorer.d.ts +7 -4
- package/dist/components/Explorer/Explorer.js +53 -14
- package/dist/components/Explorer/Explorer.js.map +1 -1
- package/dist/components/Explorer/ExplorerTitle.d.ts +2 -0
- package/dist/components/Explorer/ExplorerTitle.js +30 -11
- package/dist/components/Explorer/ExplorerTitle.js.map +1 -1
- package/dist/components/Explorer/IdCard.d.ts +7 -0
- package/dist/components/Explorer/IdCard.js +15 -0
- package/dist/components/Explorer/IdCard.js.map +1 -0
- package/dist/components/Explorer/TableCell.d.ts +8 -0
- package/dist/components/Explorer/TableCell.js +143 -0
- package/dist/components/Explorer/TableCell.js.map +1 -0
- package/dist/components/Explorer/TableTagGroup.d.ts +7 -0
- package/dist/components/Explorer/TableTagGroup.js +30 -0
- package/dist/components/Explorer/TableTagGroup.js.map +1 -0
- package/dist/components/Explorer/_constants.d.ts +4 -0
- package/dist/components/Explorer/_constants.js +17 -0
- package/dist/components/Explorer/_constants.js.map +1 -0
- package/dist/components/Explorer/_queries/useExplorerData.d.ts +31 -7
- package/dist/components/Explorer/_queries/useExplorerData.js +199 -19
- package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -1
- package/dist/components/Explorer/_types.d.ts +62 -3
- package/dist/components/Explorer/conditionsHelper.d.ts +2 -0
- package/dist/components/Explorer/conditionsHelper.js +16 -0
- package/dist/components/Explorer/conditionsHelper.js.map +1 -0
- package/dist/components/Explorer/display-view-filters/ExplorerToolBar.d.ts +4 -0
- package/dist/components/Explorer/display-view-filters/ExplorerToolBar.js +47 -0
- package/dist/components/Explorer/display-view-filters/ExplorerToolBar.js.map +1 -0
- package/dist/components/Explorer/index.d.ts +1 -3
- package/dist/components/Explorer/index.js +1 -3
- package/dist/components/Explorer/index.js.map +1 -1
- package/dist/components/Explorer/{edit-settings → manage-view-settings/_shared}/ColumnItem.d.ts +2 -1
- package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js +85 -0
- package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.d.ts +5 -0
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js +12 -0
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.d.ts +11 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js +61 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.d.ts +6 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.js +28 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.d.ts +6 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js +56 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.d.ts +8 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.js +12 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.d.ts +4 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js +78 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.d.ts +9 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js +33 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js +22 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.js +11 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js +66 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.js +11 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.js +11 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.js +11 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js +71 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.d.ts +10 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js +75 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js +19 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js +28 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.d.ts +11 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js +100 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/index.d.ts +8 -0
- package/dist/components/Explorer/manage-view-settings/index.js +11 -0
- package/dist/components/Explorer/manage-view-settings/index.js.map +1 -0
- package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/EditSettingsContext.d.ts +2 -0
- package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/EditSettingsContext.js +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.d.ts +7 -0
- package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/EditSettingsContextProvider.js +2 -1
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.js.map +1 -0
- package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/SidePanel.js +2 -2
- package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useEditSettings.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.d.ts +5 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js +39 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.js.map +1 -0
- package/dist/components/Explorer/{edit-settings → manage-view-settings/router-menu}/SettingsPanel.d.ts +2 -1
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js +70 -0
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.d.ts +4 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js +109 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.d.ts +10 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.js +32 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.d.ts +6 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.js +11 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.d.ts +4 -0
- package/dist/components/{RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.js → Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.js} +3 -3
- package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.d.ts +4 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +24 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.d.ts +145 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +199 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -0
- package/dist/components/Explorer/{useCreateMainAction.d.ts → useCreateAction.d.ts} +3 -3
- package/dist/components/Explorer/{useCreateMainAction.js → useCreateAction.js} +11 -7
- package/dist/components/Explorer/useCreateAction.js.map +1 -0
- package/dist/components/Explorer/useDeactivateAction.js +3 -2
- package/dist/components/Explorer/useDeactivateAction.js.map +1 -1
- package/dist/components/Explorer/useEditAction.js +8 -6
- package/dist/components/Explorer/useEditAction.js.map +1 -1
- package/dist/components/Explorer/usePagination.d.ts +7 -0
- package/dist/components/Explorer/usePagination.js +25 -0
- package/dist/components/Explorer/usePagination.js.map +1 -0
- package/dist/components/Explorer/usePrimaryActions.d.ts +12 -0
- package/dist/components/Explorer/usePrimaryActions.js +21 -0
- package/dist/components/Explorer/usePrimaryActions.js.map +1 -0
- package/dist/components/Explorer/useSearchInput.d.ts +10 -0
- package/dist/components/Explorer/useSearchInput.js +31 -0
- package/dist/components/Explorer/useSearchInput.js.map +1 -0
- package/dist/components/Explorer/useTableScrollableHeight.d.ts +5 -0
- package/dist/components/Explorer/useTableScrollableHeight.js +15 -0
- package/dist/components/Explorer/useTableScrollableHeight.js.map +1 -0
- package/dist/components/Explorer/useViewSettingsReducer.d.ts +8 -0
- package/dist/components/Explorer/useViewSettingsReducer.js +125 -0
- package/dist/components/Explorer/useViewSettingsReducer.js.map +1 -0
- package/dist/components/ExportModal/ExportModal.js +2 -2
- package/dist/components/ExportModal/ExportModal.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js +5 -5
- package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js +2 -2
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js +7 -11
- package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js +7 -5
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuView/MenuView.js +4 -9
- package/dist/components/LibraryItemsList/MenuView/MenuView.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js +2 -3
- package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/View/View.js +3 -3
- package/dist/components/LibraryItemsList/ViewPanel/View/View.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js +4 -9
- package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js +7 -5
- package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/_types.d.ts +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.d.ts +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js +25 -33
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/EditRecord.d.ts +1 -0
- package/dist/components/RecordEdition/EditRecord/EditRecord.js +10 -18
- package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +16 -3
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +9 -20
- package/dist/components/RecordEdition/EditRecordContent/_types.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.d.ts +5 -1
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.js +44 -34
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.d.ts +3 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js +8 -2
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.d.ts +3 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js +2 -7
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js +2 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.d.ts +6 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js +18 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js +25 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.d.ts +5 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +145 -191
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.d.ts +2 -8
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js +10 -30
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.d.ts +2 -13
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js +38 -45
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js +31 -46
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js +9 -77
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js +29 -49
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +34 -54
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js +48 -64
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js +30 -53
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +16 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +66 -401
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/{MonoValueSelect.js → DSListSelect.js} +45 -52
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.d.ts +2 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.d.ts +15 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.js +2 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.d.ts +42 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js +55 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.d.ts +12 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js +37 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +10 -4
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +2 -2
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.d.ts +4 -1
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js +35 -3
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.d.ts +4 -7
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js +6 -8
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.d.ts +9 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js +42 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.d.ts +6 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js +35 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.d.ts +2 -281
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js +25 -56
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +4 -7
- package/dist/components/SelectTreeNode/SelectTreeNode.js +17 -135
- package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.d.ts +16 -0
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +131 -0
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -0
- package/dist/components/SelectTreeNode/index.d.ts +1 -1
- package/dist/components/SelectTreeNode/index.js +1 -1
- package/dist/components/SelectTreeNode/index.js.map +1 -1
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.d.ts +4 -7
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js +10 -10
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js.map +1 -1
- package/dist/components/SelectTreeNodeModal/index.d.ts +1 -2
- package/dist/components/SelectTreeNodeModal/index.js +1 -2
- package/dist/components/SelectTreeNodeModal/index.js.map +1 -1
- package/dist/components/UploadFiles/UploadFiles.js +1 -1
- package/dist/components/UploadFiles/UploadFiles.js.map +1 -1
- package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js +2 -2
- package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js.map +1 -1
- package/dist/constants.d.ts +1 -0
- package/dist/constants.js +1 -0
- package/dist/constants.js.map +1 -1
- package/dist/hooks/useDebouncedValue/index.d.ts +1 -0
- package/dist/{components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler → hooks/useDebouncedValue}/index.js +1 -1
- package/dist/hooks/useDebouncedValue/index.js.map +1 -0
- package/dist/hooks/useExecuteSaveViewMutation/index.d.ts +1 -0
- package/dist/{components/RecordEdition/EditRecordContent/reducers/standardFieldReducer → hooks/useExecuteSaveViewMutation}/index.js +1 -2
- package/dist/hooks/useExecuteSaveViewMutation/index.js.map +1 -0
- package/dist/hooks/useExecuteSaveViewMutation/useExecuteSaveViewMutation.d.ts +6 -0
- package/dist/hooks/{useExecuteAddViewMutation/useExecuteAddViewMutation.js → useExecuteSaveViewMutation/useExecuteSaveViewMutation.js} +6 -6
- package/dist/hooks/useExecuteSaveViewMutation/useExecuteSaveViewMutation.js.map +1 -0
- package/dist/hooks/useGetRecordForm/useGetRecordForm.d.ts +1 -0
- package/dist/hooks/useGetRecordForm/useGetRecordForm.js.map +1 -1
- package/dist/locales/en/shared.json +68 -14
- package/dist/locales/fr/shared.json +68 -14
- package/dist/types/views.d.ts +4 -4
- package/package.json +7 -2
- package/dist/components/Explorer/edit-settings/ColumnItem.js +0 -62
- package/dist/components/Explorer/edit-settings/ColumnItem.js.map +0 -1
- package/dist/components/Explorer/edit-settings/DisplayMode.d.ts +0 -6
- package/dist/components/Explorer/edit-settings/DisplayMode.js +0 -28
- package/dist/components/Explorer/edit-settings/DisplayMode.js.map +0 -1
- package/dist/components/Explorer/edit-settings/DisplayModeTable.d.ts +0 -6
- package/dist/components/Explorer/edit-settings/DisplayModeTable.js +0 -77
- package/dist/components/Explorer/edit-settings/DisplayModeTable.js.map +0 -1
- package/dist/components/Explorer/edit-settings/EditSettingsContext.js.map +0 -1
- package/dist/components/Explorer/edit-settings/EditSettingsContextProvider.d.ts +0 -2
- package/dist/components/Explorer/edit-settings/EditSettingsContextProvider.js.map +0 -1
- package/dist/components/Explorer/edit-settings/SettingItem.js.map +0 -1
- package/dist/components/Explorer/edit-settings/SettingsPanel.js +0 -53
- package/dist/components/Explorer/edit-settings/SettingsPanel.js.map +0 -1
- package/dist/components/Explorer/edit-settings/SidePanel.js.map +0 -1
- package/dist/components/Explorer/edit-settings/useEditSettings.js.map +0 -1
- package/dist/components/Explorer/edit-settings/useGetLibraryColumns.d.ts +0 -10
- package/dist/components/Explorer/edit-settings/useGetLibraryColumns.js +0 -24
- package/dist/components/Explorer/edit-settings/useGetLibraryColumns.js.map +0 -1
- package/dist/components/Explorer/edit-settings/useOpenSettings.d.ts +0 -1
- package/dist/components/Explorer/edit-settings/useOpenSettings.js +0 -19
- package/dist/components/Explorer/edit-settings/useOpenSettings.js.map +0 -1
- package/dist/components/Explorer/useCreateMainAction.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.d.ts +0 -138
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js +0 -361
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.d.ts +0 -7
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js +0 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js +0 -22
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js +0 -22
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js +0 -19
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js +0 -32
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js +0 -51
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js +0 -26
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.d.ts +0 -13
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.js +0 -90
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.d.ts +0 -7
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.js +0 -45
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.d.ts +0 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.js +0 -141
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/MonoValueSelect.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/MonoValueSelect.js.map +0 -1
- package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.d.ts +0 -6
- package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.js.map +0 -1
- /package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/SidePanel.d.ts +0 -0
- /package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/useEditSettings.d.ts +0 -0
- /package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/useEditSettings.js +0 -0
- /package/dist/components/Explorer/{edit-settings → manage-view-settings/router-menu}/SettingItem.d.ts +0 -0
- /package/dist/components/Explorer/{edit-settings → manage-view-settings/router-menu}/SettingItem.js +0 -0
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } 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 styled from 'styled-components';
|
|
6
|
-
import { useState } from 'react';
|
|
7
|
-
import { KitTypography } from 'aristid-ds';
|
|
8
|
-
import { FaFilter, FaList, FaSortAlphaDown } from 'react-icons/fa';
|
|
9
|
-
import { useSharedTranslation } from '../../../hooks/useSharedTranslation';
|
|
10
|
-
import { DisplayMode } from './DisplayMode';
|
|
11
|
-
import { SettingItem } from './SettingItem';
|
|
12
|
-
import { useEditSettings } from './useEditSettings';
|
|
13
|
-
const ContentWrapperStyledDiv = styled.div `
|
|
14
|
-
display: flex;
|
|
15
|
-
flex-direction: column;
|
|
16
|
-
gap: calc(var(--general-spacing-s) * 1px);
|
|
17
|
-
`;
|
|
18
|
-
const ConfigurationStyledMenu = styled.menu `
|
|
19
|
-
padding: 0;
|
|
20
|
-
`;
|
|
21
|
-
export const SettingsPanel = ({ library }) => {
|
|
22
|
-
const { t } = useSharedTranslation();
|
|
23
|
-
const { setActiveSettings, activeSettings } = useEditSettings();
|
|
24
|
-
const [currentPage, setCurrentPage] = useState('view-configuration');
|
|
25
|
-
const _goToAdvancedSettingsPage = (page) => {
|
|
26
|
-
if (!activeSettings) {
|
|
27
|
-
throw Error('Should not be able to change side pane page if there is no side panel!');
|
|
28
|
-
}
|
|
29
|
-
const _changePanelPage = ({ pageName, title, onClickLeftButton }) => {
|
|
30
|
-
setCurrentPage(pageName);
|
|
31
|
-
setActiveSettings({
|
|
32
|
-
...activeSettings,
|
|
33
|
-
title,
|
|
34
|
-
onClickLeftButton
|
|
35
|
-
});
|
|
36
|
-
};
|
|
37
|
-
_changePanelPage({
|
|
38
|
-
pageName: page,
|
|
39
|
-
title: t(`explorer.${page}`),
|
|
40
|
-
onClickLeftButton: () => {
|
|
41
|
-
const rootPanel = { pageName: 'view-configuration', title: t('explorer.settings') };
|
|
42
|
-
_changePanelPage(rootPanel);
|
|
43
|
-
}
|
|
44
|
-
});
|
|
45
|
-
};
|
|
46
|
-
// TODO: look for MemoryRouter
|
|
47
|
-
return (_jsxs(ContentWrapperStyledDiv, { children: [currentPage === 'view-configuration' && (_jsxs("nav", { children: [_jsx(KitTypography.Title, { level: "h4", children: t('explorer.view-configuration') }), _jsxs(ConfigurationStyledMenu, { children: [_jsx(SettingItem, { icon: _jsx(FaList, {}), title: t('explorer.display-mode'), onClick: () => _goToAdvancedSettingsPage('display-mode') }), _jsx(SettingItem, { icon: _jsx(FaFilter, {}), title: t('explorer.filters'), onClick: () => {
|
|
48
|
-
/* TODO: not implemented yet */
|
|
49
|
-
} }), _jsx(SettingItem, { icon: _jsx(FaSortAlphaDown, {}), title: t('explorer.sort'), onClick: () => {
|
|
50
|
-
/* TODO: not implemented yet */
|
|
51
|
-
} })] })] })), currentPage === 'display-mode' && _jsx(DisplayMode, { library: library })] }));
|
|
52
|
-
};
|
|
53
|
-
//# sourceMappingURL=SettingsPanel.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SettingsPanel.js","sourceRoot":"","sources":["../../../../src/components/Explorer/edit-settings/SettingsPanel.tsx"],"names":[],"mappings":";AAAA,oFAAoF;AACpF,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,MAAM,MAAM,mBAAmB,CAAC;AACvC,OAAO,EAAoB,QAAQ,EAAC,MAAM,OAAO,CAAC;AAClD,OAAO,EAAC,aAAa,EAAC,MAAM,YAAY,CAAC;AACzC,OAAO,EAAC,QAAQ,EAAE,MAAM,EAAE,eAAe,EAAC,MAAM,gBAAgB,CAAC;AACjE,OAAO,EAAC,oBAAoB,EAAC,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAC,WAAW,EAAC,MAAM,eAAe,CAAC;AAC1C,OAAO,EAAC,WAAW,EAAC,MAAM,eAAe,CAAC;AAC1C,OAAO,EAAC,eAAe,EAAC,MAAM,mBAAmB,CAAC;AAIlD,MAAM,uBAAuB,GAAG,MAAM,CAAC,GAAG,CAAA;;;;CAIzC,CAAC;AAEF,MAAM,uBAAuB,GAAG,MAAM,CAAC,IAAI,CAAA;;CAE1C,CAAC;AAMF,MAAM,CAAC,MAAM,aAAa,GAA2C,CAAC,EAAC,OAAO,EAAC,EAAE,EAAE;IAC/E,MAAM,EAAC,CAAC,EAAC,GAAG,oBAAoB,EAAE,CAAC;IAEnC,MAAM,EAAC,iBAAiB,EAAE,cAAc,EAAC,GAAG,eAAe,EAAE,CAAC;IAE9D,MAAM,CAAC,WAAW,EAAE,cAAc,CAAC,GAAG,QAAQ,CAAqB,oBAAoB,CAAC,CAAC;IAEzF,MAAM,yBAAyB,GAAG,CAAC,IAAwB,EAAE,EAAE;QAC3D,IAAI,CAAC,cAAc,EAAE,CAAC;YAClB,MAAM,KAAK,CAAC,wEAAwE,CAAC,CAAC;QAC1F,CAAC;QAED,MAAM,gBAAgB,GAAG,CAAC,EACtB,QAAQ,EACR,KAAK,EACL,iBAAiB,EAKpB,EAAE,EAAE;YACD,cAAc,CAAC,QAAQ,CAAC,CAAC;YACzB,iBAAiB,CAAC;gBACd,GAAG,cAAe;gBAClB,KAAK;gBACL,iBAAiB;aACpB,CAAC,CAAC;QACP,CAAC,CAAC;QAEF,gBAAgB,CAAC;YACb,QAAQ,EAAE,IAAI;YACd,KAAK,EAAE,CAAC,CAAC,YAAY,IAAI,EAAE,CAAC;YAC5B,iBAAiB,EAAE,GAAG,EAAE;gBACpB,MAAM,SAAS,GAAG,EAAC,QAAQ,EAAE,oBAAoB,EAAE,KAAK,EAAE,CAAC,CAAC,mBAAmB,CAAC,EAAU,CAAC;gBAC3F,gBAAgB,CAAC,SAAS,CAAC,CAAC;YAChC,CAAC;SACJ,CAAC,CAAC;IACP,CAAC,CAAC;IAEF,8BAA8B;IAE9B,OAAO,CACH,MAAC,uBAAuB,eACnB,WAAW,KAAK,oBAAoB,IAAI,CACrC,0BACI,KAAC,aAAa,CAAC,KAAK,IAAC,KAAK,EAAC,IAAI,YAAE,CAAC,CAAC,6BAA6B,CAAC,GAAuB,EACxF,MAAC,uBAAuB,eACpB,KAAC,WAAW,IACR,IAAI,EAAE,KAAC,MAAM,KAAG,EAChB,KAAK,EAAE,CAAC,CAAC,uBAAuB,CAAC,EACjC,OAAO,EAAE,GAAG,EAAE,CAAC,yBAAyB,CAAC,cAAc,CAAC,GAC1D,EACF,KAAC,WAAW,IACR,IAAI,EAAE,KAAC,QAAQ,KAAG,EAClB,KAAK,EAAE,CAAC,CAAC,kBAAkB,CAAC,EAC5B,OAAO,EAAE,GAAG,EAAE;oCACV,+BAA+B;gCACnC,CAAC,GACH,EACF,KAAC,WAAW,IACR,IAAI,EAAE,KAAC,eAAe,KAAG,EACzB,KAAK,EAAE,CAAC,CAAC,eAAe,CAAC,EACzB,OAAO,EAAE,GAAG,EAAE;oCACV,+BAA+B;gCACnC,CAAC,GACH,IACoB,IACxB,CACT,EACA,WAAW,KAAK,cAAc,IAAI,KAAC,WAAW,IAAC,OAAO,EAAE,OAAO,GAAI,IAC9C,CAC7B,CAAC;AACN,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SidePanel.js","sourceRoot":"","sources":["../../../../src/components/Explorer/edit-settings/SidePanel.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAC,YAAY,EAAC,MAAM,YAAY,CAAC;AACxC,OAAO,EAAC,eAAe,EAAC,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAC,oBAAoB,EAAC,MAAM,gCAAgC,CAAC;AAEpE,MAAM,CAAC,MAAM,SAAS,GAAsB,GAAG,EAAE;IAC7C,MAAM,EAAC,CAAC,EAAC,GAAG,oBAAoB,EAAE,CAAC;IAEnC,MAAM,EAAC,cAAc,EAAE,OAAO,EAAC,GAAG,eAAe,EAAE,CAAC;IAEpD,IAAI,CAAC,cAAc,EAAE,CAAC;QAClB,OAAO,IAAI,CAAC;IAChB,CAAC;IAED,gEAAgE;IAEhE,MAAM,kBAAkB,GAA4C;QAChE,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,CAAC,0CAA0C;KAC/E,CAAC;IAEF,OAAO,CACH,KAAC,YAAY,IACT,KAAK,EAAE,EAAC,MAAM,EAAE,OAAO,EAAC,EACxB,WAAW,QACX,QAAQ,QACR,QAAQ,QACR,WAAW,EAAE,EAAC,KAAK,EAAE,cAAc,CAAC,KAAK,EAAC,EAC1C,eAAe,EACX,cAAc,CAAC,iBAAiB;YAC5B,CAAC,CAAC,EAAC,OAAO,EAAE,cAAc,CAAC,iBAAiB,EAAE,GAAG,kBAAkB,EAAC;YACpE,CAAC,CAAC,SAAS,EAEnB,OAAO,EAAE,OAAO,YAEf,cAAc,CAAC,OAAO,GACZ,CAClB,CAAC;AACN,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useEditSettings.js","sourceRoot":"","sources":["../../../../src/components/Explorer/edit-settings/useEditSettings.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,EAAC,UAAU,EAAC,MAAM,OAAO,CAAC;AACjC,OAAO,EAAC,mBAAmB,EAAC,MAAM,uBAAuB,CAAC;AAE1D,MAAM,CAAC,MAAM,eAAe,GAAG,GAAG,EAAE,CAAC,UAAU,CAAC,mBAAmB,CAAC,CAAC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { AttributeDetailsFragment } from '../../../_gqlTypes';
|
|
2
|
-
interface IColumnsById {
|
|
3
|
-
[attributeId: string]: AttributeDetailsFragment;
|
|
4
|
-
}
|
|
5
|
-
export declare const useGetLibraryColumns: (library: string) => {
|
|
6
|
-
attributeDetailsById: IColumnsById;
|
|
7
|
-
error: import("@apollo/client").ApolloError;
|
|
8
|
-
loading: boolean;
|
|
9
|
-
};
|
|
10
|
-
export {};
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
// Copyright LEAV Solutions 2017 until 2023/11/05, Copyright Aristid from 2023/11/06
|
|
2
|
-
// This file is released under LGPL V3
|
|
3
|
-
// License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
|
|
4
|
-
import { useGetAttributesByLibQuery } from '../../../_gqlTypes';
|
|
5
|
-
import { useLang } from '../../../hooks';
|
|
6
|
-
import { localizedTranslation } from '@leav/utils';
|
|
7
|
-
const _mapping = (data, availableLangs) => data?.attributes?.list.reduce((acc, attribute) => {
|
|
8
|
-
acc[attribute.id] = {
|
|
9
|
-
...attribute,
|
|
10
|
-
label: localizedTranslation(attribute.label, availableLangs)
|
|
11
|
-
};
|
|
12
|
-
return acc;
|
|
13
|
-
}, {}) ?? {};
|
|
14
|
-
export const useGetLibraryColumns = (library) => {
|
|
15
|
-
const { lang: availableLangs } = useLang();
|
|
16
|
-
const { data, error, loading } = useGetAttributesByLibQuery({
|
|
17
|
-
variables: {
|
|
18
|
-
library
|
|
19
|
-
}
|
|
20
|
-
});
|
|
21
|
-
const attributeDetailsById = _mapping(data, availableLangs);
|
|
22
|
-
return { attributeDetailsById, error, loading };
|
|
23
|
-
};
|
|
24
|
-
//# sourceMappingURL=useGetLibraryColumns.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useGetLibraryColumns.js","sourceRoot":"","sources":["../../../../src/components/Explorer/edit-settings/useGetLibraryColumns.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,EAAoD,0BAA0B,EAAC,MAAM,oBAAoB,CAAC;AACjH,OAAO,EAAC,OAAO,EAAC,MAAM,gBAAgB,CAAC;AACvC,OAAO,EAAC,oBAAoB,EAAC,MAAM,aAAa,CAAC;AAMjD,MAAM,QAAQ,GAAG,CAAC,IAAyC,EAAE,cAAwB,EAAgB,EAAE,CACnG,IAAI,EAAE,UAAU,EAAE,IAAI,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,SAAS,EAAE,EAAE;IAC7C,GAAG,CAAC,SAAS,CAAC,EAAE,CAAC,GAAG;QAChB,GAAG,SAAS;QACZ,KAAK,EAAE,oBAAoB,CAAC,SAAS,CAAC,KAAK,EAAE,cAAc,CAAC;KAC/D,CAAC;IACF,OAAO,GAAG,CAAC;AACf,CAAC,EAAE,EAAE,CAAC,IAAI,EAAE,CAAC;AAEjB,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC,OAAe,EAAE,EAAE;IACpD,MAAM,EAAC,IAAI,EAAE,cAAc,EAAC,GAAG,OAAO,EAAE,CAAC;IACzC,MAAM,EAAC,IAAI,EAAE,KAAK,EAAE,OAAO,EAAC,GAAG,0BAA0B,CAAC;QACtD,SAAS,EAAE;YACP,OAAO;SACV;KACJ,CAAC,CAAC;IAEH,MAAM,oBAAoB,GAAG,QAAQ,CAAC,IAAI,EAAE,cAAc,CAAC,CAAC;IAE5D,OAAO,EAAC,oBAAoB,EAAE,KAAK,EAAE,OAAO,EAAC,CAAC;AAClD,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const useOpenSettings: (library: string) => JSX.Element;
|
|
@@ -1,19 +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 { KitButton } from 'aristid-ds';
|
|
6
|
-
import { FaSlidersH } from 'react-icons/fa';
|
|
7
|
-
import { useSharedTranslation } from '../../../hooks/useSharedTranslation';
|
|
8
|
-
import { SettingsPanel } from './SettingsPanel';
|
|
9
|
-
import { useEditSettings } from './useEditSettings';
|
|
10
|
-
export const useOpenSettings = (library) => {
|
|
11
|
-
const { setActiveSettings } = useEditSettings();
|
|
12
|
-
const { t } = useSharedTranslation();
|
|
13
|
-
const _openSettingsPanel = () => setActiveSettings({
|
|
14
|
-
content: _jsx(SettingsPanel, { library: library }),
|
|
15
|
-
title: t('explorer.settings')
|
|
16
|
-
});
|
|
17
|
-
return (_jsx(KitButton, { type: "tertiary", color: "neutral", icon: _jsx(FaSlidersH, {}), onClick: _openSettingsPanel, title: String(t('explorer.settings')) /* TODO: avoid transform null to 'null' */ }));
|
|
18
|
-
};
|
|
19
|
-
//# sourceMappingURL=useOpenSettings.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useOpenSettings.js","sourceRoot":"","sources":["../../../../src/components/Explorer/edit-settings/useOpenSettings.tsx"],"names":[],"mappings":";AAAA,oFAAoF;AACpF,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,EAAC,SAAS,EAAC,MAAM,YAAY,CAAC;AACrC,OAAO,EAAC,UAAU,EAAC,MAAM,gBAAgB,CAAC;AAC1C,OAAO,EAAC,oBAAoB,EAAC,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAC,eAAe,EAAC,MAAM,mBAAmB,CAAC;AAElD,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,OAAe,EAAE,EAAE;IAC/C,MAAM,EAAC,iBAAiB,EAAC,GAAG,eAAe,EAAE,CAAC;IAC9C,MAAM,EAAC,CAAC,EAAC,GAAG,oBAAoB,EAAE,CAAC;IAEnC,MAAM,kBAAkB,GAAG,GAAG,EAAE,CAC5B,iBAAiB,CAAC;QACd,OAAO,EAAE,KAAC,aAAa,IAAC,OAAO,EAAE,OAAO,GAAI;QAC5C,KAAK,EAAE,CAAC,CAAC,mBAAmB,CAAC;KAChC,CAAC,CAAC;IAEP,OAAO,CACH,KAAC,SAAS,IACN,IAAI,EAAC,UAAU,EACf,KAAK,EAAC,SAAS,EACf,IAAI,EAAE,KAAC,UAAU,KAAG,EACpB,OAAO,EAAE,kBAAkB,EAC3B,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,mBAAmB,CAAC,CAAC,CAAC,0CAA0C,GAClF,CACL,CAAC;AACN,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useCreateMainAction.js","sourceRoot":"","sources":["../../../src/components/Explorer/useCreateMainAction.tsx"],"names":[],"mappings":";AAAA,oFAAoF;AACpF,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,EAAC,QAAQ,EAAC,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,SAAS,EAAC,MAAM,YAAY,CAAC;AACrC,OAAO,EAAC,MAAM,EAAC,MAAM,gBAAgB,CAAC;AACtC,OAAO,EAAC,eAAe,EAAC,MAAM,gBAAgB,CAAC;AAC/C,OAAO,EAAC,oBAAoB,EAAC,MAAM,gCAAgC,CAAC;AAGpE;;;;;;;;;;GAUG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,EAChC,SAAS,EACT,OAAO,EACP,OAAO,EAIT,EAAE,EAAE;IACF,MAAM,EAAC,CAAC,EAAC,GAAG,oBAAoB,EAAE,CAAC;IAEnC,MAAM,CAAC,uBAAuB,EAAE,wBAAwB,CAAC,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAC;IAE5E,OAAO;QACH,YAAY,EAAE,SAAS,CAAC,CAAC,CAAC,CACtB,KAAC,SAAS,IACN,IAAI,EAAC,SAAS,EACd,IAAI,EAAE,KAAC,MAAM,KAAG,CAAC,wCAAwC,EACzD,OAAO,EAAE,GAAG,EAAE;gBACV,wBAAwB,CAAC,IAAI,CAAC,CAAC;YACnC,CAAC,YAEA,CAAC,CAAC,qBAAqB,CAAC,GACjB,CACf,CAAC,CAAC,CAAC,IAAI;QACR,WAAW,EAAE,uBAAuB,CAAC,CAAC,CAAC,CACnC,KAAC,eAAe,IACZ,IAAI,QACJ,MAAM,EAAE,IAAI,EACZ,OAAO,EAAE,OAAO,EAChB,OAAO,EAAE,GAAG,EAAE;gBACV,wBAAwB,CAAC,KAAK,CAAC,CAAC;YACpC,CAAC,EACD,QAAQ,EAAE,aAAa,CAAC,EAAE;gBACtB,OAAO,EAAE,CAAC;gBACV,wBAAwB,CAAC,KAAK,CAAC,CAAC;YACpC,CAAC,EACD,aAAa,EAAE,CAAC,QAAQ,CAAC,GAC3B,CACL,CAAC,CAAC,CAAC,IAAI;KACX,CAAC;AACN,CAAC,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;
|
|
@@ -1,361 +0,0 @@
|
|
|
1
|
-
import isCurrentVersion from '../../../../../components/RecordEdition/EditRecordContent/helpers/isCurrentVersion';
|
|
2
|
-
import { VersionFieldScope } from '../../../../../components/RecordEdition/EditRecordContent/_types';
|
|
3
|
-
import { AttributeFormat } from '../../../../../_gqlTypes';
|
|
4
|
-
import { arrayValueVersionToObject } from '../../../../../_utils';
|
|
5
|
-
export const newValueId = '__new__';
|
|
6
|
-
export var StandardFieldValueState;
|
|
7
|
-
(function (StandardFieldValueState) {
|
|
8
|
-
StandardFieldValueState["PRISTINE"] = "PRISTINE";
|
|
9
|
-
StandardFieldValueState["DIRTY"] = "DIRTY";
|
|
10
|
-
})(StandardFieldValueState || (StandardFieldValueState = {}));
|
|
11
|
-
export var StandardFieldReducerActionsTypes;
|
|
12
|
-
(function (StandardFieldReducerActionsTypes) {
|
|
13
|
-
StandardFieldReducerActionsTypes["ADD_VALUE"] = "ADD_VALUE";
|
|
14
|
-
StandardFieldReducerActionsTypes["CHANGE_VALUE"] = "CHANGE_VALUE";
|
|
15
|
-
StandardFieldReducerActionsTypes["FOCUS_FIELD"] = "FOCUS_FIELD";
|
|
16
|
-
StandardFieldReducerActionsTypes["SET_ERROR"] = "SET_ERROR";
|
|
17
|
-
StandardFieldReducerActionsTypes["SET_ERROR_DISPLAY"] = "SET_ERROR_DISPLAY";
|
|
18
|
-
StandardFieldReducerActionsTypes["UNEDIT_FIELD"] = "UNEDIT_FIELD";
|
|
19
|
-
StandardFieldReducerActionsTypes["CLOSE_ERROR"] = "CLOSE_ERROR";
|
|
20
|
-
StandardFieldReducerActionsTypes["CLEAR_ERROR"] = "CLEAR_ERROR";
|
|
21
|
-
StandardFieldReducerActionsTypes["UPDATE_AFTER_SUBMIT"] = "UPDATE_AFTER_SUBMIT";
|
|
22
|
-
StandardFieldReducerActionsTypes["UPDATE_AFTER_DELETE"] = "UPDATE_AFTER_DELETE";
|
|
23
|
-
StandardFieldReducerActionsTypes["CANCEL_EDITING"] = "CANCEL_EDITING";
|
|
24
|
-
StandardFieldReducerActionsTypes["CHANGE_VERSION_SCOPE"] = "CHANGE_VERSION_SCOPE";
|
|
25
|
-
StandardFieldReducerActionsTypes["REFRESH_VALUES"] = "REFRESH_VALUES";
|
|
26
|
-
})(StandardFieldReducerActionsTypes || (StandardFieldReducerActionsTypes = {}));
|
|
27
|
-
export const virginValue = {
|
|
28
|
-
idValue: null,
|
|
29
|
-
index: 0,
|
|
30
|
-
value: null,
|
|
31
|
-
displayValue: '',
|
|
32
|
-
editingValue: '',
|
|
33
|
-
originRawValue: '',
|
|
34
|
-
error: '',
|
|
35
|
-
isErrorDisplayed: false,
|
|
36
|
-
isEditing: false,
|
|
37
|
-
state: StandardFieldValueState.PRISTINE
|
|
38
|
-
};
|
|
39
|
-
const _updateValueData = (action, state, newValueData) => {
|
|
40
|
-
if (typeof action?.idValue === 'undefined' ||
|
|
41
|
-
typeof state?.values?.[state.activeScope]?.values?.[action.idValue] === 'undefined') {
|
|
42
|
-
return state;
|
|
43
|
-
}
|
|
44
|
-
const res = {
|
|
45
|
-
...state,
|
|
46
|
-
values: {
|
|
47
|
-
...state.values,
|
|
48
|
-
[state.activeScope]: {
|
|
49
|
-
...state.values[state.activeScope],
|
|
50
|
-
values: {
|
|
51
|
-
...state.values[state.activeScope]?.values,
|
|
52
|
-
[action.idValue]: {
|
|
53
|
-
...state.values[state.activeScope].values[action.idValue],
|
|
54
|
-
...newValueData
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
};
|
|
60
|
-
return res;
|
|
61
|
-
};
|
|
62
|
-
const getInheritedValue = (values) => values.filter(value => value.isInherited);
|
|
63
|
-
const getCalculatedValue = (values) => values.filter(value => value.isCalculated);
|
|
64
|
-
const getUserInputValue = (values) => values.filter(value => !value.isInherited && !value.isCalculated && value.raw_value !== null);
|
|
65
|
-
/**
|
|
66
|
-
* For given list of values, determine if there is inherited values, inherited/current version and default active scope
|
|
67
|
-
*/
|
|
68
|
-
const _computeScopeAndValues = (params) => {
|
|
69
|
-
const { attribute, values, formVersion } = params;
|
|
70
|
-
// Get override or inhertied values
|
|
71
|
-
const valuesToHandle = getUserInputValue(values);
|
|
72
|
-
const preparedValues = valuesToHandle.length
|
|
73
|
-
? valuesToHandle.reduce((allValues, fieldValue, index) => ({
|
|
74
|
-
...allValues,
|
|
75
|
-
[fieldValue?.id_value ?? null]: {
|
|
76
|
-
...virginValue,
|
|
77
|
-
idValue: fieldValue?.id_value ?? null,
|
|
78
|
-
index,
|
|
79
|
-
value: fieldValue ?? null,
|
|
80
|
-
displayValue: fieldValue?.value ?? '',
|
|
81
|
-
editingValue: attribute.format === AttributeFormat.encrypted ? '' : (fieldValue?.raw_value ?? ''),
|
|
82
|
-
originRawValue: attribute.format === AttributeFormat.encrypted ? '' : (fieldValue?.raw_value ?? '')
|
|
83
|
-
}
|
|
84
|
-
}), {})
|
|
85
|
-
: {
|
|
86
|
-
[newValueId]: {
|
|
87
|
-
...virginValue,
|
|
88
|
-
idValue: newValueId
|
|
89
|
-
}
|
|
90
|
-
};
|
|
91
|
-
const currentVersion = attribute?.versions_conf?.versionable
|
|
92
|
-
? attribute.versions_conf.profile.trees.reduce((relevantVersion, tree) => {
|
|
93
|
-
if (formVersion?.[tree.id]) {
|
|
94
|
-
relevantVersion[tree.id] = formVersion[tree.id];
|
|
95
|
-
}
|
|
96
|
-
return relevantVersion;
|
|
97
|
-
}, {})
|
|
98
|
-
: null;
|
|
99
|
-
const hasVersionInheritedValues = attribute?.versions_conf?.versionable
|
|
100
|
-
? !isCurrentVersion(currentVersion, values?.[0]?.version ?? currentVersion)
|
|
101
|
-
: false; // We assume that all values have the same version
|
|
102
|
-
const inheritedVersion = hasVersionInheritedValues ? values?.[0]?.version : null;
|
|
103
|
-
return {
|
|
104
|
-
activeScope: hasVersionInheritedValues ? VersionFieldScope.INHERITED : VersionFieldScope.CURRENT,
|
|
105
|
-
values: {
|
|
106
|
-
[VersionFieldScope.CURRENT]: {
|
|
107
|
-
version: currentVersion ?? null,
|
|
108
|
-
values: hasVersionInheritedValues
|
|
109
|
-
? { [newValueId]: { ...virginValue, idValue: newValueId } }
|
|
110
|
-
: preparedValues
|
|
111
|
-
},
|
|
112
|
-
[VersionFieldScope.INHERITED]: hasVersionInheritedValues
|
|
113
|
-
? { version: inheritedVersion ?? null, values: preparedValues }
|
|
114
|
-
: null
|
|
115
|
-
}
|
|
116
|
-
};
|
|
117
|
-
};
|
|
118
|
-
const _computeInheritedFlags = (fieldValues) => {
|
|
119
|
-
const inheritedValue = fieldValues.find(fieldValue => fieldValue.isInherited);
|
|
120
|
-
const overrideValue = fieldValues.find(fieldValue => !fieldValue.isInherited && !fieldValue.isCalculated);
|
|
121
|
-
if (inheritedValue === undefined) {
|
|
122
|
-
return {
|
|
123
|
-
inheritedValue: null,
|
|
124
|
-
isInheritedValue: false,
|
|
125
|
-
isInheritedOverrideValue: false,
|
|
126
|
-
isInheritedNotOverrideValue: false
|
|
127
|
-
};
|
|
128
|
-
}
|
|
129
|
-
const isInheritedValue = true;
|
|
130
|
-
if (!overrideValue || overrideValue.value === null) {
|
|
131
|
-
return {
|
|
132
|
-
inheritedValue,
|
|
133
|
-
isInheritedValue,
|
|
134
|
-
isInheritedNotOverrideValue: true,
|
|
135
|
-
isInheritedOverrideValue: false
|
|
136
|
-
};
|
|
137
|
-
}
|
|
138
|
-
return {
|
|
139
|
-
inheritedValue,
|
|
140
|
-
isInheritedValue,
|
|
141
|
-
isInheritedNotOverrideValue: false,
|
|
142
|
-
isInheritedOverrideValue: true
|
|
143
|
-
};
|
|
144
|
-
};
|
|
145
|
-
const _computeCalculatedFlags = (fieldValues) => {
|
|
146
|
-
const calculatedValue = fieldValues.find(fieldValue => fieldValue.isCalculated);
|
|
147
|
-
const overrideValue = fieldValues.find(fieldValue => !fieldValue.isCalculated && !fieldValue.isInherited);
|
|
148
|
-
if (calculatedValue === undefined) {
|
|
149
|
-
return {
|
|
150
|
-
calculatedValue: null,
|
|
151
|
-
isCalculatedValue: false,
|
|
152
|
-
isCalculatedOverrideValue: false,
|
|
153
|
-
isCalculatedNotOverrideValue: false
|
|
154
|
-
};
|
|
155
|
-
}
|
|
156
|
-
const isCalculatedValue = true;
|
|
157
|
-
if (!overrideValue || overrideValue.value === null) {
|
|
158
|
-
return {
|
|
159
|
-
calculatedValue,
|
|
160
|
-
isCalculatedValue,
|
|
161
|
-
isCalculatedNotOverrideValue: true,
|
|
162
|
-
isCalculatedOverrideValue: false
|
|
163
|
-
};
|
|
164
|
-
}
|
|
165
|
-
return {
|
|
166
|
-
calculatedValue,
|
|
167
|
-
isCalculatedValue,
|
|
168
|
-
isCalculatedNotOverrideValue: false,
|
|
169
|
-
isCalculatedOverrideValue: true
|
|
170
|
-
};
|
|
171
|
-
};
|
|
172
|
-
export const computeInitialState = (params) => {
|
|
173
|
-
const { element, record, metadataEdit, isRecordReadOnly, formVersion } = params;
|
|
174
|
-
const attribute = element.attribute;
|
|
175
|
-
const fieldValues = [...element.values];
|
|
176
|
-
return {
|
|
177
|
-
attribute,
|
|
178
|
-
record,
|
|
179
|
-
formElement: { ...element },
|
|
180
|
-
isReadOnly: attribute?.readonly || isRecordReadOnly || !attribute?.permissions?.edit_value,
|
|
181
|
-
metadataEdit,
|
|
182
|
-
..._computeScopeAndValues({ attribute, values: fieldValues, formVersion }),
|
|
183
|
-
..._computeInheritedFlags(fieldValues),
|
|
184
|
-
..._computeCalculatedFlags(fieldValues)
|
|
185
|
-
};
|
|
186
|
-
};
|
|
187
|
-
const standardFieldReducer = (state, action) => {
|
|
188
|
-
const _ensureOneValueIsPresent = (values) => {
|
|
189
|
-
if (Object.keys(values).length) {
|
|
190
|
-
return values;
|
|
191
|
-
}
|
|
192
|
-
return {
|
|
193
|
-
[newValueId]: {
|
|
194
|
-
...virginValue,
|
|
195
|
-
idValue: newValueId
|
|
196
|
-
}
|
|
197
|
-
};
|
|
198
|
-
};
|
|
199
|
-
switch (action.type) {
|
|
200
|
-
case StandardFieldReducerActionsTypes.ADD_VALUE:
|
|
201
|
-
return {
|
|
202
|
-
...state,
|
|
203
|
-
values: {
|
|
204
|
-
...state.values,
|
|
205
|
-
[state.activeScope]: {
|
|
206
|
-
...state.values[state.activeScope],
|
|
207
|
-
values: {
|
|
208
|
-
...state.values[state.activeScope].values,
|
|
209
|
-
[action.idValue ?? newValueId]: {
|
|
210
|
-
...virginValue,
|
|
211
|
-
idValue: action.idValue ?? newValueId,
|
|
212
|
-
index: Object.keys(state.values).length,
|
|
213
|
-
isEditing: true
|
|
214
|
-
}
|
|
215
|
-
}
|
|
216
|
-
}
|
|
217
|
-
}
|
|
218
|
-
};
|
|
219
|
-
case StandardFieldReducerActionsTypes.CHANGE_VALUE:
|
|
220
|
-
return _updateValueData(action, state, {
|
|
221
|
-
editingValue: action.value,
|
|
222
|
-
state: StandardFieldValueState.DIRTY
|
|
223
|
-
});
|
|
224
|
-
case StandardFieldReducerActionsTypes.FOCUS_FIELD:
|
|
225
|
-
return _updateValueData(action, state, {
|
|
226
|
-
isEditing: true
|
|
227
|
-
});
|
|
228
|
-
case StandardFieldReducerActionsTypes.SET_ERROR:
|
|
229
|
-
return _updateValueData(action, state, {
|
|
230
|
-
error: action.error,
|
|
231
|
-
isErrorDisplayed: true,
|
|
232
|
-
state: StandardFieldValueState.DIRTY
|
|
233
|
-
});
|
|
234
|
-
case StandardFieldReducerActionsTypes.CLEAR_ERROR:
|
|
235
|
-
return _updateValueData(action, state, {
|
|
236
|
-
error: '',
|
|
237
|
-
isErrorDisplayed: false
|
|
238
|
-
});
|
|
239
|
-
case StandardFieldReducerActionsTypes.SET_ERROR_DISPLAY:
|
|
240
|
-
return _updateValueData(action, state, {
|
|
241
|
-
isErrorDisplayed: action.displayError
|
|
242
|
-
});
|
|
243
|
-
case StandardFieldReducerActionsTypes.UNEDIT_FIELD:
|
|
244
|
-
return _updateValueData(action, state, {
|
|
245
|
-
isEditing: false,
|
|
246
|
-
isErrorDisplayed: false,
|
|
247
|
-
error: '',
|
|
248
|
-
state: StandardFieldValueState.PRISTINE
|
|
249
|
-
});
|
|
250
|
-
case StandardFieldReducerActionsTypes.UPDATE_AFTER_SUBMIT: {
|
|
251
|
-
const newRawValue = state.attribute.format !== AttributeFormat.encrypted
|
|
252
|
-
? action.newValue.raw_value
|
|
253
|
-
: state.values[state.activeScope].values?.[action.idValue]?.editingValue;
|
|
254
|
-
const newValueVersion = action.newValue.version ? arrayValueVersionToObject(action.newValue.version) : null;
|
|
255
|
-
const newValueData = {
|
|
256
|
-
...virginValue,
|
|
257
|
-
idValue: action.newValue.id_value,
|
|
258
|
-
value: {
|
|
259
|
-
...action.newValue,
|
|
260
|
-
version: newValueVersion
|
|
261
|
-
},
|
|
262
|
-
displayValue: action.newValue.value,
|
|
263
|
-
editingValue: newRawValue,
|
|
264
|
-
originRawValue: newRawValue,
|
|
265
|
-
version: newValueVersion
|
|
266
|
-
};
|
|
267
|
-
if (action.idValue !== newValueId) {
|
|
268
|
-
return _updateValueData(action, {
|
|
269
|
-
...state,
|
|
270
|
-
isInheritedOverrideValue: state.isInheritedValue ? true : state.isInheritedOverrideValue,
|
|
271
|
-
isInheritedNotOverrideValue: state.isInheritedValue ? false : state.isInheritedNotOverrideValue,
|
|
272
|
-
isCalculatedOverrideValue: state.isCalculatedValue ? true : state.isCalculatedOverrideValue,
|
|
273
|
-
isCalculatedNotOverrideValue: state.isCalculatedValue
|
|
274
|
-
? false
|
|
275
|
-
: state.isCalculatedNotOverrideValue
|
|
276
|
-
}, newValueData);
|
|
277
|
-
}
|
|
278
|
-
const newState = {
|
|
279
|
-
...state
|
|
280
|
-
};
|
|
281
|
-
newState.isInheritedOverrideValue = state.isInheritedValue ? true : state.isInheritedOverrideValue;
|
|
282
|
-
newState.isInheritedNotOverrideValue = state.isInheritedValue ? false : state.isInheritedNotOverrideValue;
|
|
283
|
-
newState.isCalculatedOverrideValue = state.isCalculatedValue ? true : state.isCalculatedOverrideValue;
|
|
284
|
-
newState.isCalculatedNotOverrideValue = state.isCalculatedValue
|
|
285
|
-
? false
|
|
286
|
-
: state.isCalculatedNotOverrideValue;
|
|
287
|
-
const newStateActiveValues = newState.values[newState.activeScope].values;
|
|
288
|
-
// Delete new value placeholder, replace it with actual new value with proper ID
|
|
289
|
-
const newValIndex = newStateActiveValues[newValueId]?.index;
|
|
290
|
-
delete newStateActiveValues[newValueId];
|
|
291
|
-
newStateActiveValues[action.newValue.id_value] = {
|
|
292
|
-
...newValueData,
|
|
293
|
-
index: newValIndex ?? Object.keys(newState.values).length
|
|
294
|
-
};
|
|
295
|
-
return newState;
|
|
296
|
-
}
|
|
297
|
-
case StandardFieldReducerActionsTypes.UPDATE_AFTER_DELETE: {
|
|
298
|
-
const newState = {
|
|
299
|
-
...state,
|
|
300
|
-
isInheritedOverrideValue: state.isInheritedValue ? false : state.isInheritedOverrideValue,
|
|
301
|
-
isInheritedNotOverrideValue: state.isInheritedValue ? true : state.isInheritedNotOverrideValue,
|
|
302
|
-
isCalculatedOverrideValue: state.isCalculatedValue ? false : state.isCalculatedOverrideValue,
|
|
303
|
-
isCalculatedNotOverrideValue: state.isCalculatedValue ? true : state.isCalculatedNotOverrideValue
|
|
304
|
-
};
|
|
305
|
-
const newStateActiveValues = newState.values[newState.activeScope].values;
|
|
306
|
-
delete newStateActiveValues[action.idValue];
|
|
307
|
-
if (action.allDeleted) {
|
|
308
|
-
newState.values[newState.activeScope].values = _ensureOneValueIsPresent({});
|
|
309
|
-
return newState;
|
|
310
|
-
}
|
|
311
|
-
newState.values[newState.activeScope].values = Object.values(_ensureOneValueIsPresent(newStateActiveValues)).reduce((values, value, index) => ({
|
|
312
|
-
...values,
|
|
313
|
-
[value.idValue]: {
|
|
314
|
-
...value,
|
|
315
|
-
index
|
|
316
|
-
}
|
|
317
|
-
}), {});
|
|
318
|
-
return newState;
|
|
319
|
-
}
|
|
320
|
-
case StandardFieldReducerActionsTypes.CANCEL_EDITING: {
|
|
321
|
-
if (action.idValue !== newValueId) {
|
|
322
|
-
return _updateValueData(action, state, {
|
|
323
|
-
editingValue: state.values[state.activeScope].values[action.idValue].originRawValue,
|
|
324
|
-
isEditing: false,
|
|
325
|
-
state: StandardFieldValueState.PRISTINE
|
|
326
|
-
});
|
|
327
|
-
}
|
|
328
|
-
const newState = {
|
|
329
|
-
...state,
|
|
330
|
-
isInheritedOverrideValue: state.isInheritedValue ? false : state.isInheritedOverrideValue,
|
|
331
|
-
isInheritedNotOverrideValue: state.isInheritedValue ? true : state.isInheritedNotOverrideValue,
|
|
332
|
-
isCalculatedOverrideValue: state.isCalculatedValue ? false : state.isCalculatedOverrideValue,
|
|
333
|
-
isCalculatedNotOverrideValue: state.isCalculatedValue ? true : state.isCalculatedNotOverrideValue
|
|
334
|
-
};
|
|
335
|
-
delete newState.values[newState.activeScope].values[newValueId];
|
|
336
|
-
newState.values[newState.activeScope].values = _ensureOneValueIsPresent(newState.values[newState.activeScope].values);
|
|
337
|
-
return newState;
|
|
338
|
-
}
|
|
339
|
-
case StandardFieldReducerActionsTypes.CHANGE_VERSION_SCOPE: {
|
|
340
|
-
return {
|
|
341
|
-
...state,
|
|
342
|
-
activeScope: action.scope
|
|
343
|
-
};
|
|
344
|
-
}
|
|
345
|
-
case StandardFieldReducerActionsTypes.REFRESH_VALUES: {
|
|
346
|
-
const newScopeAndValues = _computeScopeAndValues({
|
|
347
|
-
attribute: state.formElement.attribute,
|
|
348
|
-
values: action.values,
|
|
349
|
-
formVersion: action.formVersion
|
|
350
|
-
});
|
|
351
|
-
return {
|
|
352
|
-
...state,
|
|
353
|
-
...newScopeAndValues
|
|
354
|
-
};
|
|
355
|
-
}
|
|
356
|
-
default:
|
|
357
|
-
return state;
|
|
358
|
-
}
|
|
359
|
-
};
|
|
360
|
-
export default standardFieldReducer;
|
|
361
|
-
//# sourceMappingURL=standardFieldReducer.js.map
|