forked from eclipse-basyx/basyx-aas-web-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup AASStore (eclipse-basyx#227)
* Preserve query parameter for switching between AAS Viewer/Editor, Submodel Viewer, About page, ... Fixes eclipse-basyx#166 * Using anchor tag `to` for declarative navigation * Undo changes in AppNavigation/MainMenu * Adds state for url query * Adds route guard to preserver query parameter * Implements fetchSme() and fetchAndDispatchSme() in SMRepositoryClient * Usage of fetchAndDispathSme() in App.vue * Usage of fetchAndDispatchSme() in route guard * Adds env variable EDITOR_ID_PREFIX * Fix type of <TextInput> for GlobalAssetId * Extends generateIri() * Adds tests for generateIri() * Strip idShortPath of path URL query in case of switching to SubmodelViewer * Updates router guard * Updates IDUtils tests for generateIri() * Udpates jsdoc of generateCustomId() * Adds tests for generateCustomId() * Get idPrefix from EnvStore --> pinia error * Transfers IDUtils to composable * Fixes usage of IDUtils composable in AAS.vue * Avoids AASStore actions within Clients * Removes updatedNode from AASStore * Fix VTreeview
- Loading branch information
Showing
7 changed files
with
12 additions
and
21 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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