@eui/tools 6.21.101 → 6.21.102

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.101
1
+ 6.21.102
package/CHANGELOG.md CHANGED
@@ -1,3 +1,14 @@
1
+ ## 6.21.102 (2025-07-11)
2
+
3
+ ##### Chores
4
+
5
+ * **other:**
6
+ * merge from master MWP-11955 [MWP-11955](https://webgate.ec.europa.eu/CITnet/jira/browse/MWP-11955) ([276d4d6a](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/276d4d6aa076b735f8799062971ded646c086a2b))
7
+ * forgot to remove it from polyfills for webpack-based builds MWP-11955 [MWP-11955](https://webgate.ec.europa.eu/CITnet/jira/browse/MWP-11955) ([f504034e](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/f504034ef21434d67ff2c016294775baecf5213b))
8
+ * add explicit zone.js loading for v19 remotes loaded in an iframe MWP-11955 [MWP-11955](https://webgate.ec.europa.eu/CITnet/jira/browse/MWP-11955) ([e9acdd19](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/e9acdd194fee5f8ea9146c7a0c3ec6f253b8ff6c))
9
+
10
+ * * *
11
+ * * *
1
12
  ## 6.21.101 (2025-07-11)
2
13
 
3
14
  ##### Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "6.21.101",
3
+ "version": "6.21.102",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -16,11 +16,9 @@
16
16
  "outputPath": "dist",
17
17
  "index": "src/index.html",
18
18
  "browser": "src/main.ts",
19
- "polyfills": [
20
- ],
19
+ "polyfills": [],
21
20
  "tsConfig": "tsconfig.app.json",
22
- "scripts": [
23
- ],
21
+ "scripts": [],
24
22
  "assets": [
25
23
  "src/assets",
26
24
  {
@@ -1,5 +1,7 @@
1
1
  import { enableProdMode } from '@angular/core';
2
2
  import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
3
+ import 'zone.js';
4
+
3
5
  import { AppModule } from './app/module';
4
6
  import { environment } from './environments/environment';
5
7
 
@@ -70,13 +70,13 @@
70
70
  /***************************************************************************************************
71
71
  * Zone JS is required by default for Angular itself.
72
72
  */
73
- import 'zone.js'; // Included with Angular CLI.
73
+ // import 'zone.js'; // Included with Angular CLI.
74
74
 
75
75
  /***************************************************************************************************
76
76
  * APPLICATION IMPORTS
77
77
  */
78
78
 
79
- /**
79
+ /**
80
80
  * Date, currency, decimal and percent pipes.
81
81
  * Needed for: All but Chrome, Firefox, Edge, IE11 and Safari 10
82
82
  */