feat: add possibility to edit the dialog box configuration of an areabrick#51
Open
feat: add possibility to edit the dialog box configuration of an areabrick#51
Conversation
18f35a6 to
4e33c4c
Compare
4e33c4c to
9bf9cd9
Compare
…brick - Introduced `DialogBoxConfigurator` interface for custom dialog box configurations. - Enabled setting min/max constraints on `NumericItem` with validation. - Allowed dynamic store updates in `SelectItem` via `setStore`. - Enhanced `PanelItem` and `TabPanelItem` to manage editable items and tabs, including removal and access. - Added `HasDialogBox` functionality for integrating and configuring dialog boxes via container-registered configurators. - Expanded `DialogBoxBuilder` with richer tab and content management capabilities.
- Renamed `hasEditableItem` to `hasEditable`, `getEditableItem` to `getEditable`, and `removeEditableItem` to `removeEditable`.
… as well as passing non-editable items to the constructor
- Ensure the referenced configurator service exists and throw an exception if not. - Enforce that configurators implement the `DialogBoxConfigurator` interface, raising an exception when the type is invalid.
9bf9cd9 to
b2f740a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DialogBoxConfiguratorinterface for custom dialog box configurations.NumericItemwith validation.SelectItemviasetStore.PanelItemandTabPanelItemto manage editable items and tabs, including removal and access.HasDialogBoxfunctionality for integrating and configuring dialog boxes via container-registered configurators.DialogBoxBuilderwith richer tab and content management capabilities.