@eui/tools 6.21.55 → 6.21.58

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.
@@ -1 +1 @@
1
- 6.21.55
1
+ 6.21.58
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ ## 6.21.58 (2025-04-02)
2
+
3
+ ##### Chores
4
+
5
+ * **extralocales:**
6
+ * add support for // EXTRA_URLS_CONFIG_PLACEHOLDER in v18 - v19 ([89b93ce0](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/89b93ce01d10584016786b226a4f8d647027339f))
7
+ ##### Bug Fixes
8
+
9
+ * **other:**
10
+ * release EUI-10199 [EUI-10199](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-10199) ([73339abc](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/73339abcd65f2f8c827bf8cb99a43d3d955ecc25))
11
+
12
+ * * *
13
+ * * *
1
14
  ## 6.21.55 (2025-04-01)
2
15
 
3
16
  ##### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "6.21.55",
3
+ "version": "6.21.58",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -110,6 +110,7 @@ const localeConfig: LocaleServiceConfig = {
110
110
  export const GLOBAL: GlobalConfig = {
111
111
  /* URL that needs to be used in the appRouting of the MWP */
112
112
  baseUrl: '@base.url@',
113
+ // EXTRA_URLS_CONFIG_PLACEHOLDER
113
114
  /* Element tag name that needs to be unique - make sure it doesn't collide with any other MWP element */
114
115
  elementName: '@element.name@',
115
116
  /* in case you are using NgRx give it a unique name (mostly for debugging) */
@@ -116,7 +116,7 @@ const longDateFormat = {
116
116
  lll: 'D MMMM YYYY HH:mm',
117
117
  /** llll: Specifies the format for displaying the full date and time with the day of the week. */
118
118
  llll: 'dddd, D MMMM YYYY HH:mm',
119
- }
119
+ };
120
120
 
121
121
  const longDateFormat_Common = {
122
122
  LT: 'HH:mm',
@@ -129,7 +129,7 @@ const longDateFormat_Common = {
129
129
  ll: 'D MMMM YYYY',
130
130
  lll: 'D MMMM YYYY HH:mm',
131
131
  llll: 'dddd, D MMMM YYYY HH:mm',
132
- }
132
+ };
133
133
 
134
134
  moment.defineLocale('en-at', { parentLocale: 'en', longDateFormat_Common });
135
135
  moment.defineLocale('en-be', { parentLocale: 'en', longDateFormat });
@@ -167,7 +167,7 @@ moment.defineLocale('en-se', {
167
167
  lll: 'D MMMM YYYY HH:mm',
168
168
  /** llll: Specifies the format for displaying the full date and time with the day of the week. */
169
169
  llll: 'dddd, D MMMM YYYY HH:mm',
170
- }
170
+ },
171
171
  });
172
172
  moment.defineLocale('en-si', { parentLocale: 'en', longDateFormat_Common });
173
173
  moment.defineLocale('fr-be', { parentLocale: 'fr', longDateFormat });
@@ -203,6 +203,7 @@ const localeConfig: LocaleServiceConfig = {
203
203
  export const GLOBAL: GlobalConfig = {
204
204
  /* URL that needs to be used in the appRouting of the MWP */
205
205
  baseUrl: '@base.url@',
206
+ // EXTRA_URLS_CONFIG_PLACEHOLDER
206
207
  /* Element tag name that needs to be unique - make sure it doesn't collide with any other MWP element */
207
208
  elementName: '@element.name@',
208
209
  /* in case you are using NgRx give it a unique name (mostly for debugging) */
@@ -107,6 +107,7 @@ const localeConfig: LocaleServiceConfig = {
107
107
  export const GLOBAL: GlobalConfig = {
108
108
  /* URL that needs to be used in the appRouting of the MWP */
109
109
  baseUrl: '@base.url@',
110
+ // EXTRA_URLS_CONFIG_PLACEHOLDER
110
111
  /* Element tag name that needs to be unique - make sure it doesn't collide with any other MWP element */
111
112
  elementName: '@element.name@',
112
113
  /* in case you are using NgRx give it a unique name (mostly for debugging) */
@@ -200,6 +200,7 @@ const localeConfig: LocaleServiceConfig = {
200
200
  export const GLOBAL: GlobalConfig = {
201
201
  /* URL that needs to be used in the appRouting of the MWP */
202
202
  baseUrl: '@base.url@',
203
+ // EXTRA_URLS_CONFIG_PLACEHOLDER
203
204
  /* Element tag name that needs to be unique - make sure it doesn't collide with any other MWP element */
204
205
  elementName: '@element.name@',
205
206
  /* in case you are using NgRx give it a unique name (mostly for debugging) */