@eui/core 21.0.0-next.23 → 21.0.0-next.25
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/CHANGELOG.md +37 -0
- package/docs/changelog.html +24 -0
- package/docs/injectables/EuiGrowlService.html +21 -37
- package/docs/js/search/search_index.js +2 -2
- package/docs/properties.html +1 -1
- package/fesm2022/eui-core.mjs +17 -17
- package/fesm2022/eui-core.mjs.map +1 -1
- package/package.json +2 -2
- package/types/eui-core.d.ts +7 -7
- package/types/eui-core.d.ts.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,40 @@
|
|
|
1
|
+
## 21.0.0-next.25 (2025-11-26)
|
|
2
|
+
|
|
3
|
+
##### Chores
|
|
4
|
+
|
|
5
|
+
* **other:**
|
|
6
|
+
* temp disabled EuiTabsComponent tests - EUI-11693 [EUI-11693](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11693) ([32d434cd](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/32d434cd34c5e9f2844b505083185512b6edcb09))
|
|
7
|
+
* ignore the test results folder reporting - EUI-11693 [EUI-11693](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11693) ([512e051c](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/512e051c0f55d870903802cad0829e1089dc7ee6))
|
|
8
|
+
* update nodemon to 3.x EUI-11438 [EUI-11438](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11438) ([295d60a4](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/295d60a4cddb880759724ad3379b59a2c839bea4))
|
|
9
|
+
* add back return type EUI-11438 [EUI-11438](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11438) ([0619c732](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/0619c732a6e71a6a882fdcaf82faaa2d3754f970))
|
|
10
|
+
* merge from 21.x EUI-11438 [EUI-11438](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11438) ([6d263c0e](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/6d263c0ef31b57fb0172f5c95d3a6049e070bb5c))
|
|
11
|
+
* minor adaptations EUI-11438 [EUI-11438](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11438) ([336deeb3](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/336deeb3a774c2e8fc233d3db0bd0b643b860d42))
|
|
12
|
+
* **eui-components:**
|
|
13
|
+
* Fix tests - EUI-11695 [EUI-11695](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11695) ([2ca07420](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/2ca07420ca19dfe0cedd65cd3e138dabcd457ad2))
|
|
14
|
+
##### New Features
|
|
15
|
+
|
|
16
|
+
* **other:**
|
|
17
|
+
* refactor growl-service in order to support OnPush for consumers of such service. This avoids major refactorings of eui-app and eui-app-component to support OnPush. ([e309f176](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e309f176f2515198f9ca0c789c802a4825404037))
|
|
18
|
+
##### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* **other:**
|
|
21
|
+
* make sure CD runs when messages are removed async. Not a breaking change in terms of API. EUI-11438 [EUI-11438](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11438) ([87f692d7](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/87f692d772f56f2f41262911d104fc437759cc5d))
|
|
22
|
+
* adapt tests BREAKING CHANGE EUI-11438 [EUI-11438](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11438) ([ee12e633](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/ee12e633c1952cdd90cac23305ba6e73dd8d74b3))
|
|
23
|
+
* **eui-toolbar:**
|
|
24
|
+
* fixes linting errors - EUI-11697 [EUI-11697](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11697) ([2cacf1b5](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/2cacf1b5ebe230e367c38fe6731f2f938b79580c))
|
|
25
|
+
* fixes lifecycle error + null error on doc-page-dev-guide comp - EUI-11697 [EUI-11697](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11697) ([5451ee55](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/5451ee555f5c71dc0052015511746c74b83d8d4c))
|
|
26
|
+
|
|
27
|
+
* * *
|
|
28
|
+
* * *
|
|
29
|
+
## 21.0.0-next.24 (2025-11-25)
|
|
30
|
+
|
|
31
|
+
##### Chores
|
|
32
|
+
|
|
33
|
+
* **eui-page:**
|
|
34
|
+
* added isCollapsedHidden property to eui-page-column when collapsed and should not be shown in view - EUI-11294 [EUI-11294](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294) ([e6e7e437](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e6e7e437976fc7a97d3345859232ec379bcacb38))
|
|
35
|
+
|
|
36
|
+
* * *
|
|
37
|
+
* * *
|
|
1
38
|
## 21.0.0-next.23 (2025-11-24)
|
|
2
39
|
|
|
3
40
|
##### Chores
|
package/docs/changelog.html
CHANGED
|
@@ -99,6 +99,30 @@
|
|
|
99
99
|
|
|
100
100
|
|
|
101
101
|
|
|
102
|
+
<h2>21.0.0-next.24 (2025-11-25)</h2>
|
|
103
|
+
<h5>Chores</h5>
|
|
104
|
+
<ul>
|
|
105
|
+
<li><strong>eui-page:</strong><ul>
|
|
106
|
+
<li>added isCollapsedHidden property to eui-page-column when collapsed and should not be shown in view - EUI-11294 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294">EUI-11294</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e6e7e437976fc7a97d3345859232ec379bcacb38">e6e7e437</a>)</li>
|
|
107
|
+
</ul>
|
|
108
|
+
</li>
|
|
109
|
+
</ul>
|
|
110
|
+
<hr>
|
|
111
|
+
<hr>
|
|
112
|
+
<h2>21.0.0-next.23 (2025-11-24)</h2>
|
|
113
|
+
<h5>Chores</h5>
|
|
114
|
+
<ul>
|
|
115
|
+
<li><strong>eui-textarea:</strong><ul>
|
|
116
|
+
<li>migrate to signal API - EUI-11691 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11691">EUI-11691</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/a74827d14bb1f26a45cd4227c661cbfdc6abb4fb">a74827d1</a>)</li>
|
|
117
|
+
</ul>
|
|
118
|
+
</li>
|
|
119
|
+
<li><strong>eui-page:</strong><ul>
|
|
120
|
+
<li>adapted to handle page-columns wrapping (fluid view) - EUI-11294 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294">EUI-11294</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/45662eca2cf01a6e293f8d794481c1b6a1809196">45662eca</a>)</li>
|
|
121
|
+
</ul>
|
|
122
|
+
</li>
|
|
123
|
+
</ul>
|
|
124
|
+
<hr>
|
|
125
|
+
<hr>
|
|
102
126
|
<h2>21.0.0-next.22 (2025-11-24)</h2>
|
|
103
127
|
<h5>Chores</h5>
|
|
104
128
|
<ul>
|
|
@@ -148,24 +148,31 @@
|
|
|
148
148
|
<td class="col-md-4">
|
|
149
149
|
<ul class="index-list">
|
|
150
150
|
<li>
|
|
151
|
+
<span class="modifier">Readonly</span>
|
|
151
152
|
<a href="#ariaGrowlLive" >ariaGrowlLive</a>
|
|
152
153
|
</li>
|
|
153
154
|
<li>
|
|
155
|
+
<span class="modifier">Readonly</span>
|
|
154
156
|
<a href="#growlCallback" >growlCallback</a>
|
|
155
157
|
</li>
|
|
156
158
|
<li>
|
|
159
|
+
<span class="modifier">Readonly</span>
|
|
157
160
|
<a href="#growlLife" >growlLife</a>
|
|
158
161
|
</li>
|
|
159
162
|
<li>
|
|
163
|
+
<span class="modifier">Readonly</span>
|
|
160
164
|
<a href="#growlMessages" >growlMessages</a>
|
|
161
165
|
</li>
|
|
162
166
|
<li>
|
|
167
|
+
<span class="modifier">Readonly</span>
|
|
163
168
|
<a href="#growlPosition" >growlPosition</a>
|
|
164
169
|
</li>
|
|
165
170
|
<li>
|
|
171
|
+
<span class="modifier">Readonly</span>
|
|
166
172
|
<a href="#isCloseAllSticky" >isCloseAllSticky</a>
|
|
167
173
|
</li>
|
|
168
174
|
<li>
|
|
175
|
+
<span class="modifier">Readonly</span>
|
|
169
176
|
<a href="#isGrowlSticky" >isGrowlSticky</a>
|
|
170
177
|
</li>
|
|
171
178
|
</ul>
|
|
@@ -686,6 +693,7 @@
|
|
|
686
693
|
<td class="col-md-4">
|
|
687
694
|
<a name="ariaGrowlLive"></a>
|
|
688
695
|
<span class="name">
|
|
696
|
+
<span class="modifier">Readonly</span>
|
|
689
697
|
<span ><b>ariaGrowlLive</b></span>
|
|
690
698
|
<a href="#ariaGrowlLive"><span class="icon ion-ios-link"></span></a>
|
|
691
699
|
</span>
|
|
@@ -693,13 +701,7 @@
|
|
|
693
701
|
</tr>
|
|
694
702
|
<tr>
|
|
695
703
|
<td class="col-md-4">
|
|
696
|
-
<i>
|
|
697
|
-
|
|
698
|
-
</td>
|
|
699
|
-
</tr>
|
|
700
|
-
<tr>
|
|
701
|
-
<td class="col-md-4">
|
|
702
|
-
<i>Default value : </i><code>'polite'</code>
|
|
704
|
+
<i>Default value : </i><code>new BehaviorSubject<'off' | 'polite' | 'assertive'>('polite')</code>
|
|
703
705
|
</td>
|
|
704
706
|
</tr>
|
|
705
707
|
|
|
@@ -712,6 +714,7 @@
|
|
|
712
714
|
<td class="col-md-4">
|
|
713
715
|
<a name="growlCallback"></a>
|
|
714
716
|
<span class="name">
|
|
717
|
+
<span class="modifier">Readonly</span>
|
|
715
718
|
<span ><b>growlCallback</b></span>
|
|
716
719
|
<a href="#growlCallback"><span class="icon ion-ios-link"></span></a>
|
|
717
720
|
</span>
|
|
@@ -719,13 +722,7 @@
|
|
|
719
722
|
</tr>
|
|
720
723
|
<tr>
|
|
721
724
|
<td class="col-md-4">
|
|
722
|
-
<i>
|
|
723
|
-
|
|
724
|
-
</td>
|
|
725
|
-
</tr>
|
|
726
|
-
<tr>
|
|
727
|
-
<td class="col-md-4">
|
|
728
|
-
<i>Default value : </i><code>null</code>
|
|
725
|
+
<i>Default value : </i><code>new BehaviorSubject<(() => void) | null>(null)</code>
|
|
729
726
|
</td>
|
|
730
727
|
</tr>
|
|
731
728
|
|
|
@@ -738,6 +735,7 @@
|
|
|
738
735
|
<td class="col-md-4">
|
|
739
736
|
<a name="growlLife"></a>
|
|
740
737
|
<span class="name">
|
|
738
|
+
<span class="modifier">Readonly</span>
|
|
741
739
|
<span ><b>growlLife</b></span>
|
|
742
740
|
<a href="#growlLife"><span class="icon ion-ios-link"></span></a>
|
|
743
741
|
</span>
|
|
@@ -745,13 +743,7 @@
|
|
|
745
743
|
</tr>
|
|
746
744
|
<tr>
|
|
747
745
|
<td class="col-md-4">
|
|
748
|
-
<i>
|
|
749
|
-
|
|
750
|
-
</td>
|
|
751
|
-
</tr>
|
|
752
|
-
<tr>
|
|
753
|
-
<td class="col-md-4">
|
|
754
|
-
<i>Default value : </i><code>3000</code>
|
|
746
|
+
<i>Default value : </i><code>new BehaviorSubject(3000)</code>
|
|
755
747
|
</td>
|
|
756
748
|
</tr>
|
|
757
749
|
|
|
@@ -764,6 +756,7 @@
|
|
|
764
756
|
<td class="col-md-4">
|
|
765
757
|
<a name="growlMessages"></a>
|
|
766
758
|
<span class="name">
|
|
759
|
+
<span class="modifier">Readonly</span>
|
|
767
760
|
<span ><b>growlMessages</b></span>
|
|
768
761
|
<a href="#growlMessages"><span class="icon ion-ios-link"></span></a>
|
|
769
762
|
</span>
|
|
@@ -771,13 +764,7 @@
|
|
|
771
764
|
</tr>
|
|
772
765
|
<tr>
|
|
773
766
|
<td class="col-md-4">
|
|
774
|
-
<i>
|
|
775
|
-
|
|
776
|
-
</td>
|
|
777
|
-
</tr>
|
|
778
|
-
<tr>
|
|
779
|
-
<td class="col-md-4">
|
|
780
|
-
<i>Default value : </i><code>[]</code>
|
|
767
|
+
<i>Default value : </i><code>new BehaviorSubject<EuiGrowlMessage[]>([])</code>
|
|
781
768
|
</td>
|
|
782
769
|
</tr>
|
|
783
770
|
|
|
@@ -790,6 +777,7 @@
|
|
|
790
777
|
<td class="col-md-4">
|
|
791
778
|
<a name="growlPosition"></a>
|
|
792
779
|
<span class="name">
|
|
780
|
+
<span class="modifier">Readonly</span>
|
|
793
781
|
<span ><b>growlPosition</b></span>
|
|
794
782
|
<a href="#growlPosition"><span class="icon ion-ios-link"></span></a>
|
|
795
783
|
</span>
|
|
@@ -797,13 +785,7 @@
|
|
|
797
785
|
</tr>
|
|
798
786
|
<tr>
|
|
799
787
|
<td class="col-md-4">
|
|
800
|
-
<i>
|
|
801
|
-
|
|
802
|
-
</td>
|
|
803
|
-
</tr>
|
|
804
|
-
<tr>
|
|
805
|
-
<td class="col-md-4">
|
|
806
|
-
<i>Default value : </i><code>'bottom-right'</code>
|
|
788
|
+
<i>Default value : </i><code>new BehaviorSubject('bottom-right')</code>
|
|
807
789
|
</td>
|
|
808
790
|
</tr>
|
|
809
791
|
|
|
@@ -816,6 +798,7 @@
|
|
|
816
798
|
<td class="col-md-4">
|
|
817
799
|
<a name="isCloseAllSticky"></a>
|
|
818
800
|
<span class="name">
|
|
801
|
+
<span class="modifier">Readonly</span>
|
|
819
802
|
<span ><b>isCloseAllSticky</b></span>
|
|
820
803
|
<a href="#isCloseAllSticky"><span class="icon ion-ios-link"></span></a>
|
|
821
804
|
</span>
|
|
@@ -823,7 +806,7 @@
|
|
|
823
806
|
</tr>
|
|
824
807
|
<tr>
|
|
825
808
|
<td class="col-md-4">
|
|
826
|
-
<i>Default value : </i><code>false</code>
|
|
809
|
+
<i>Default value : </i><code>new BehaviorSubject(false)</code>
|
|
827
810
|
</td>
|
|
828
811
|
</tr>
|
|
829
812
|
|
|
@@ -836,6 +819,7 @@
|
|
|
836
819
|
<td class="col-md-4">
|
|
837
820
|
<a name="isGrowlSticky"></a>
|
|
838
821
|
<span class="name">
|
|
822
|
+
<span class="modifier">Readonly</span>
|
|
839
823
|
<span ><b>isGrowlSticky</b></span>
|
|
840
824
|
<a href="#isGrowlSticky"><span class="icon ion-ios-link"></span></a>
|
|
841
825
|
</span>
|
|
@@ -843,7 +827,7 @@
|
|
|
843
827
|
</tr>
|
|
844
828
|
<tr>
|
|
845
829
|
<td class="col-md-4">
|
|
846
|
-
<i>Default value : </i><code>false</code>
|
|
830
|
+
<i>Default value : </i><code>new BehaviorSubject(false)</code>
|
|
847
831
|
</td>
|
|
848
832
|
</tr>
|
|
849
833
|
|