@eui/tools 6.21.41 → 6.21.42
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/.version.properties
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
6.21.
|
|
1
|
+
6.21.42
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## 6.21.42 (2025-02-05)
|
|
2
|
+
|
|
3
|
+
##### Chores
|
|
4
|
+
|
|
5
|
+
* **result:**
|
|
6
|
+
* add extra-urls-routes MWP-11572 [MWP-11572](https://webgate.ec.europa.eu/CITnet/jira/browse/MWP-11572) ([06313de4](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/06313de4e5ec083834223f48cbb1e54772cb7feb))
|
|
7
|
+
|
|
8
|
+
* * *
|
|
9
|
+
* * *
|
|
1
10
|
## 6.21.41 (2025-02-05)
|
|
2
11
|
|
|
3
12
|
##### Chores
|
package/package.json
CHANGED
|
@@ -106,6 +106,7 @@ const localeConfig: LocaleServiceConfig = {
|
|
|
106
106
|
export const GLOBAL: GlobalConfig = {
|
|
107
107
|
/* URL that needs to be used in the appRouting of the MWP */
|
|
108
108
|
baseUrl: '@base.url@',
|
|
109
|
+
// EXTRA_URLS_CONFIG_PLACEHOLDER
|
|
109
110
|
/* Element tag name that needs to be unique - make sure it doesn't collide with any other MWP element */
|
|
110
111
|
elementName: '@element.name@',
|
|
111
112
|
/* in case you are using NgRx give it a unique name (mostly for debugging) */
|
|
@@ -103,6 +103,7 @@ const localeConfig: LocaleServiceConfig = {
|
|
|
103
103
|
export const GLOBAL: GlobalConfig = {
|
|
104
104
|
/* URL that needs to be used in the appRouting of the MWP */
|
|
105
105
|
baseUrl: '@base.url@',
|
|
106
|
+
// EXTRA_URLS_CONFIG_PLACEHOLDER
|
|
106
107
|
/* Element tag name that needs to be unique - make sure it doesn't collide with any other MWP element */
|
|
107
108
|
elementName: '@element.name@',
|
|
108
109
|
/* in case you are using NgRx give it a unique name (mostly for debugging) */
|