@eui/core 23.0.0-alpha.6 → 23.0.0-alpha.7
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 +31 -0
- package/docs/changelog.html +41 -0
- package/docs/interfaces/Schema-1.html +13 -1
- package/docs/interfaces/Schema-16.html +1 -1
- package/docs/interfaces/Schema-17.html +1 -1
- package/docs/interfaces/Schema-2.html +52 -1
- package/docs/interfaces/Schema-20.html +1 -1
- package/docs/interfaces/Schema-21.html +1 -1
- package/docs/interfaces/Schema-3.html +15 -33
- package/docs/interfaces/Schema-4.html +1 -1
- package/docs/interfaces/Schema-5.html +1 -1
- package/docs/interfaces/Schema-6.html +1 -1
- package/docs/interfaces/Schema-7.html +1 -1
- package/docs/interfaces/Schema-8.html +1 -1
- package/docs/interfaces/Schema.html +1 -46
- package/docs/interfaces/UIState.html +45 -0
- package/docs/js/search/search_index.js +2 -2
- package/docs/json/documentation.json +624 -612
- package/docs/llms.txt +69 -68
- package/docs/miscellaneous/functions.html +563 -563
- package/docs/miscellaneous/variables.html +9 -8
- package/docs/properties.html +1 -1
- package/fesm2022/eui-core.mjs +7 -0
- package/fesm2022/eui-core.mjs.map +1 -1
- package/package.json +2 -2
- package/types/eui-core.d.ts +1 -0
- package/types/eui-core.d.ts.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,34 @@
|
|
|
1
|
+
## 23.0.0-alpha.7 (2026-08-03)
|
|
2
|
+
|
|
3
|
+
##### Chores
|
|
4
|
+
|
|
5
|
+
* **other:**
|
|
6
|
+
* update template bindings to use function calls for reactive properties - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([9b05d8e4](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/9b05d8e41eb8d836af5e0f98386a1b78f83fad5e))
|
|
7
|
+
* update component decorators to use new Angular syntax for content and view children + eslint config - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([fa69393c](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/fa69393cd4527b0bb13561c884c220c961b49115))
|
|
8
|
+
* signal migration - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([096e4faf](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/096e4faf4b9026576e20565a1ae662d3cd2a02e1))
|
|
9
|
+
* update timepicker component to use state-based inputs - EUI-12102 [EUI-12102](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12102) ([a2828931](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/a2828931bb6f12b46ddae7948999872ad3bcaafd))
|
|
10
|
+
* standardize string quotes in tooltip service and helper files - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([a86ba145](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/a86ba145e592b5015fc754616b0bd596b763326a))
|
|
11
|
+
* update template bindings to use function calls for dynamic values - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([54785901](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/5478590142a2c5327ffb1a5a18a602f4f0738eef))
|
|
12
|
+
* update package.json for version and peerDependencies adjustments - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([a40d368e](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/a40d368e903606ab37f53476d00441ab5298adf2))
|
|
13
|
+
* replace @Input with readonly input for various components - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([12adcb9c](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/12adcb9cd9bb8b55276dee01065bee5ed8106ec3))
|
|
14
|
+
* **eui-ecl:**
|
|
15
|
+
* migrate to signals - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([92ce96f2](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/92ce96f2e943675b076cebb55273950611b29496))
|
|
16
|
+
* **eui-list-item:**
|
|
17
|
+
* update component to use state-based inputs - EUI-12102 [EUI-12102](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12102) ([96baea11](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/96baea11fac8bbb0764450fccdbccd783a1f4c86))
|
|
18
|
+
* **eui-timepicker:**
|
|
19
|
+
* migration to signals - EUI-12102 [EUI-12102](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12102) ([065cf8a4](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/065cf8a4be4dbfe4f2c179beb99370178654e049))
|
|
20
|
+
* **eui-date-range-selector:**
|
|
21
|
+
* migration to signals - EUI-12068 [EUI-12068](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12068) ([2bfccae4](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/2bfccae46f5450485ec9afdc39a1d418c88fcba1))
|
|
22
|
+
* **eui-list:**
|
|
23
|
+
* migration to signals - EUI-12086 [EUI-12086](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12086) ([303f914d](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/303f914dbbb93bc2d62f1821a285f5d6213a370f))
|
|
24
|
+
##### Bug Fixes
|
|
25
|
+
|
|
26
|
+
* **other:**
|
|
27
|
+
* update EdsTooltip interface and handle null values in tooltip logick - EUI-12102 [EUI-12102](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12102) ([58352fb5](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/58352fb587d139e2617d27b2cd49e35bdc8638eb))
|
|
28
|
+
* improve tab body children length check - EUI-12102 [EUI-12102](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12102) ([ffa4ca98](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/ffa4ca981246dff04641620f27ce14865452e91b))
|
|
29
|
+
|
|
30
|
+
* * *
|
|
31
|
+
* * *
|
|
1
32
|
## 23.0.0-alpha.6 (2026-07-31)
|
|
2
33
|
|
|
3
34
|
##### Chores
|
package/docs/changelog.html
CHANGED
|
@@ -106,6 +106,47 @@
|
|
|
106
106
|
|
|
107
107
|
|
|
108
108
|
|
|
109
|
+
<h2>23.0.0-alpha.6 (2026-07-31)</h2>
|
|
110
|
+
<h5>Chores</h5>
|
|
111
|
+
<ul>
|
|
112
|
+
<li><strong>eui-list-item:</strong><ul>
|
|
113
|
+
<li>update component to use state-based inputs - EUI-12102 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12102">EUI-12102</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e830b99bbfcb53d9148666f8a1405d09995a8d90">e830b99b</a>)</li>
|
|
114
|
+
</ul>
|
|
115
|
+
</li>
|
|
116
|
+
<li><strong>other:</strong><ul>
|
|
117
|
+
<li>update timepicker component to use state-based inputs - EUI-12102 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12102">EUI-12102</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/3e5e2d22c93c31c79e9538e5828ae9518edb484d">3e5e2d22</a>)</li>
|
|
118
|
+
<li>standardize string quotes in tooltip service and helper files - EUI-12615 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615">EUI-12615</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/8ddb3647729112593d17cd6a8e4985c9250d2a67">8ddb3647</a>)</li>
|
|
119
|
+
<li>update template bindings to use function calls for dynamic values - EUI-12615 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615">EUI-12615</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/4aca2bfe4a55ded69fb1881fe6cc49aded6af29c">4aca2bfe</a>)</li>
|
|
120
|
+
<li>update package.json for version and peerDependencies adjustments - EUI-12615 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615">EUI-12615</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/1dbbb8234086294d94ccf80c6f256efcd1fe52cc">1dbbb823</a>)</li>
|
|
121
|
+
<li>replace @Input with readonly input for various components - EUI-12615 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615">EUI-12615</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e1e17241863117e3ea9d37b0df2ce1878ad48b1c">e1e17241</a>)</li>
|
|
122
|
+
<li>update package.json with new dependencies and peer adjustments - EUI-12618 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12618">EUI-12618</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/6be5d6d5c2572ef71e119401b2c6de4cdd2e9163">6be5d6d5</a>)</li>
|
|
123
|
+
<li>replace EventEmitter with output for event emissions in components - EUI-12615 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615">EUI-12615</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/07dd566dde5022b8d485eccbf3b5439858c1cb4c">07dd566d</a>)</li>
|
|
124
|
+
<li>update Angular and related package versions - EUI-12615 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615">EUI-12615</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/2a383c77dec27a639c3f9844a3e866ecd70cc83b">2a383c77</a>)</li>
|
|
125
|
+
</ul>
|
|
126
|
+
</li>
|
|
127
|
+
<li><strong>eui-timepicker:</strong><ul>
|
|
128
|
+
<li>migration to signals - EUI-12102 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12102">EUI-12102</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/f101c56572c1c3244d2fccb6e65370ea183b14bd">f101c565</a>)</li>
|
|
129
|
+
</ul>
|
|
130
|
+
</li>
|
|
131
|
+
<li><strong>eui-date-range-selector:</strong><ul>
|
|
132
|
+
<li>migration to signals - EUI-12068 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12068">EUI-12068</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/24650f79c169286866765c76baef83a505e421d7">24650f79</a>)</li>
|
|
133
|
+
</ul>
|
|
134
|
+
</li>
|
|
135
|
+
<li><strong>eui-list:</strong><ul>
|
|
136
|
+
<li>migration to signals - EUI-12086 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12086">EUI-12086</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/34f751017a3cfd0ff50637c50a731ce905aa40af">34f75101</a>)</li>
|
|
137
|
+
</ul>
|
|
138
|
+
</li>
|
|
139
|
+
</ul>
|
|
140
|
+
<h5>Bug Fixes</h5>
|
|
141
|
+
<ul>
|
|
142
|
+
<li><strong>other:</strong><ul>
|
|
143
|
+
<li>update EdsTooltip interface and handle null values in tooltip logick - EUI-12102 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12102">EUI-12102</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/d8cff0a839ba394d01cb17d9f7c534dc5e9c8fdb">d8cff0a8</a>)</li>
|
|
144
|
+
<li>improve tab body children length check - EUI-12102 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12102">EUI-12102</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/d5f3e03aca6a785f27555eec9b9695fd0f678e42">d5f3e03a</a>)</li>
|
|
145
|
+
</ul>
|
|
146
|
+
</li>
|
|
147
|
+
</ul>
|
|
148
|
+
<hr>
|
|
149
|
+
<hr>
|
|
109
150
|
<h2>23.0.0-alpha.5 (2026-07-10)</h2>
|
|
110
151
|
<h5>Chores</h5>
|
|
111
152
|
<ul>
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
|
|
130
130
|
<div class="io-file io-file-path" data-compodoc="entity-file-path">
|
|
131
131
|
<span class="icon ion-ios-document" aria-hidden="true"></span>
|
|
132
|
-
<code>packages/core/schematics/
|
|
132
|
+
<code>packages/core/schematics/icon-migrate/schema.ts</code>
|
|
133
133
|
</div>
|
|
134
134
|
|
|
135
135
|
<ul class="nav nav-tabs" role="tablist">
|
|
@@ -224,6 +224,12 @@
|
|
|
224
224
|
|
|
225
225
|
|
|
226
226
|
|
|
227
|
+
<tr>
|
|
228
|
+
<td class="col-md-4">
|
|
229
|
+
<div class="io-description"><p>Whether to perform a dry run without making changes</p>
|
|
230
|
+
</div>
|
|
231
|
+
</td>
|
|
232
|
+
</tr>
|
|
227
233
|
</tbody>
|
|
228
234
|
</table>
|
|
229
235
|
<table class="table table-sm table-bordered">
|
|
@@ -263,6 +269,12 @@
|
|
|
263
269
|
|
|
264
270
|
|
|
265
271
|
|
|
272
|
+
<tr>
|
|
273
|
+
<td class="col-md-4">
|
|
274
|
+
<div class="io-description"><p>The path to scan for files to migrate</p>
|
|
275
|
+
</div>
|
|
276
|
+
</td>
|
|
277
|
+
</tr>
|
|
266
278
|
</tbody>
|
|
267
279
|
</table>
|
|
268
280
|
</section>
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
|
|
130
130
|
<div class="io-file io-file-path" data-compodoc="entity-file-path">
|
|
131
131
|
<span class="icon ion-ios-document" aria-hidden="true"></span>
|
|
132
|
-
<code>packages/core/schematics/migrate-eui-
|
|
132
|
+
<code>packages/core/schematics/migrate-eui-table/index.ts</code>
|
|
133
133
|
</div>
|
|
134
134
|
|
|
135
135
|
<ul class="nav nav-tabs" role="tablist">
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
|
|
130
130
|
<div class="io-file io-file-path" data-compodoc="entity-file-path">
|
|
131
131
|
<span class="icon ion-ios-document" aria-hidden="true"></span>
|
|
132
|
-
<code>packages/core/schematics/migrate-eui-
|
|
132
|
+
<code>packages/core/schematics/migrate-eui-tabs/index.ts</code>
|
|
133
133
|
</div>
|
|
134
134
|
|
|
135
135
|
<ul class="nav nav-tabs" role="tablist">
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
|
|
130
130
|
<div class="io-file io-file-path" data-compodoc="entity-file-path">
|
|
131
131
|
<span class="icon ion-ios-document" aria-hidden="true"></span>
|
|
132
|
-
<code>packages/core/schematics/
|
|
132
|
+
<code>packages/core/schematics/migrate/schema.ts</code>
|
|
133
133
|
</div>
|
|
134
134
|
|
|
135
135
|
<ul class="nav nav-tabs" role="tablist">
|
|
@@ -170,6 +170,12 @@
|
|
|
170
170
|
<span class="reference-badge reference-badge--property" aria-hidden="true">P</span><span class="reference-link-label">dryRun</span>
|
|
171
171
|
</a>
|
|
172
172
|
</li>
|
|
173
|
+
<li>
|
|
174
|
+
<span class="modifier">Optional</span>
|
|
175
|
+
<a href="#mwp" class="reference-link ">
|
|
176
|
+
<span class="reference-badge reference-badge--property" aria-hidden="true">P</span><span class="reference-link-label">mwp</span>
|
|
177
|
+
</a>
|
|
178
|
+
</li>
|
|
173
179
|
<li>
|
|
174
180
|
<span class="modifier">Optional</span>
|
|
175
181
|
<a href="#path" class="reference-link ">
|
|
@@ -227,6 +233,51 @@
|
|
|
227
233
|
<tr>
|
|
228
234
|
<td class="col-md-4">
|
|
229
235
|
<div class="io-description"><p>Whether to perform a dry run without making changes</p>
|
|
236
|
+
</div>
|
|
237
|
+
</td>
|
|
238
|
+
</tr>
|
|
239
|
+
</tbody>
|
|
240
|
+
</table>
|
|
241
|
+
<table class="table table-sm table-bordered">
|
|
242
|
+
<tbody>
|
|
243
|
+
<tr>
|
|
244
|
+
<td class="col-md-4">
|
|
245
|
+
<a name="mwp"></a>
|
|
246
|
+
<span class="name "><b>mwp</b>
|
|
247
|
+
<a href="#mwp">
|
|
248
|
+
<span class="icon ion-ios-link"></span>
|
|
249
|
+
</a>
|
|
250
|
+
</span>
|
|
251
|
+
</td>
|
|
252
|
+
</tr>
|
|
253
|
+
<tr>
|
|
254
|
+
<td class="col-md-4">
|
|
255
|
+
<code>mwp: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
256
|
+
</code>
|
|
257
|
+
</td>
|
|
258
|
+
</tr>
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
<tr>
|
|
262
|
+
<td class="col-md-4">
|
|
263
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
264
|
+
|
|
265
|
+
</td>
|
|
266
|
+
</tr>
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
<tr>
|
|
270
|
+
<td class="col-md-4">
|
|
271
|
+
<i>Optional</i>
|
|
272
|
+
</td>
|
|
273
|
+
</tr>
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
<tr>
|
|
279
|
+
<td class="col-md-4">
|
|
280
|
+
<div class="io-description"><p>Whether to apply MyWorkplace-specific replacements</p>
|
|
230
281
|
</div>
|
|
231
282
|
</td>
|
|
232
283
|
</tr>
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
|
|
130
130
|
<div class="io-file io-file-path" data-compodoc="entity-file-path">
|
|
131
131
|
<span class="icon ion-ios-document" aria-hidden="true"></span>
|
|
132
|
-
<code>packages/core/schematics/migrate-
|
|
132
|
+
<code>packages/core/schematics/migrate-to-standalone/index.ts</code>
|
|
133
133
|
</div>
|
|
134
134
|
|
|
135
135
|
<ul class="nav nav-tabs" role="tablist">
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
|
|
130
130
|
<div class="io-file io-file-path" data-compodoc="entity-file-path">
|
|
131
131
|
<span class="icon ion-ios-document" aria-hidden="true"></span>
|
|
132
|
-
<code>packages/core/schematics/migrate-
|
|
132
|
+
<code>packages/core/schematics/migrate-eui-icon-svg/index.ts</code>
|
|
133
133
|
</div>
|
|
134
134
|
|
|
135
135
|
<ul class="nav nav-tabs" role="tablist">
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
|
|
130
130
|
<div class="io-file io-file-path" data-compodoc="entity-file-path">
|
|
131
131
|
<span class="icon ion-ios-document" aria-hidden="true"></span>
|
|
132
|
-
<code>packages/core/schematics/
|
|
132
|
+
<code>packages/core/schematics/add-eui-imports/index.ts</code>
|
|
133
133
|
</div>
|
|
134
134
|
|
|
135
135
|
<ul class="nav nav-tabs" role="tablist">
|
|
@@ -172,14 +172,14 @@
|
|
|
172
172
|
</li>
|
|
173
173
|
<li>
|
|
174
174
|
<span class="modifier">Optional</span>
|
|
175
|
-
<a href="#
|
|
176
|
-
<span class="reference-badge reference-badge--property" aria-hidden="true">P</span><span class="reference-link-label">
|
|
175
|
+
<a href="#path" class="reference-link ">
|
|
176
|
+
<span class="reference-badge reference-badge--property" aria-hidden="true">P</span><span class="reference-link-label">path</span>
|
|
177
177
|
</a>
|
|
178
178
|
</li>
|
|
179
179
|
<li>
|
|
180
180
|
<span class="modifier">Optional</span>
|
|
181
|
-
<a href="#
|
|
182
|
-
<span class="reference-badge reference-badge--property" aria-hidden="true">P</span><span class="reference-link-label">
|
|
181
|
+
<a href="#useClassArray" class="reference-link ">
|
|
182
|
+
<span class="reference-badge reference-badge--property" aria-hidden="true">P</span><span class="reference-link-label">useClassArray</span>
|
|
183
183
|
</a>
|
|
184
184
|
</li>
|
|
185
185
|
</ul>
|
|
@@ -230,21 +230,15 @@
|
|
|
230
230
|
|
|
231
231
|
|
|
232
232
|
|
|
233
|
-
<tr>
|
|
234
|
-
<td class="col-md-4">
|
|
235
|
-
<div class="io-description"><p>Whether to perform a dry run without making changes</p>
|
|
236
|
-
</div>
|
|
237
|
-
</td>
|
|
238
|
-
</tr>
|
|
239
233
|
</tbody>
|
|
240
234
|
</table>
|
|
241
235
|
<table class="table table-sm table-bordered">
|
|
242
236
|
<tbody>
|
|
243
237
|
<tr>
|
|
244
238
|
<td class="col-md-4">
|
|
245
|
-
<a name="
|
|
246
|
-
<span class="name "><b>
|
|
247
|
-
<a href="#
|
|
239
|
+
<a name="path"></a>
|
|
240
|
+
<span class="name "><b>path</b>
|
|
241
|
+
<a href="#path">
|
|
248
242
|
<span class="icon ion-ios-link"></span>
|
|
249
243
|
</a>
|
|
250
244
|
</span>
|
|
@@ -252,7 +246,7 @@
|
|
|
252
246
|
</tr>
|
|
253
247
|
<tr>
|
|
254
248
|
<td class="col-md-4">
|
|
255
|
-
<code>
|
|
249
|
+
<code>path: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
256
250
|
</code>
|
|
257
251
|
</td>
|
|
258
252
|
</tr>
|
|
@@ -260,7 +254,7 @@
|
|
|
260
254
|
|
|
261
255
|
<tr>
|
|
262
256
|
<td class="col-md-4">
|
|
263
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/
|
|
257
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
264
258
|
|
|
265
259
|
</td>
|
|
266
260
|
</tr>
|
|
@@ -275,21 +269,15 @@
|
|
|
275
269
|
|
|
276
270
|
|
|
277
271
|
|
|
278
|
-
<tr>
|
|
279
|
-
<td class="col-md-4">
|
|
280
|
-
<div class="io-description"><p>Whether to apply MyWorkplace-specific replacements</p>
|
|
281
|
-
</div>
|
|
282
|
-
</td>
|
|
283
|
-
</tr>
|
|
284
272
|
</tbody>
|
|
285
273
|
</table>
|
|
286
274
|
<table class="table table-sm table-bordered">
|
|
287
275
|
<tbody>
|
|
288
276
|
<tr>
|
|
289
277
|
<td class="col-md-4">
|
|
290
|
-
<a name="
|
|
291
|
-
<span class="name "><b>
|
|
292
|
-
<a href="#
|
|
278
|
+
<a name="useClassArray"></a>
|
|
279
|
+
<span class="name "><b>useClassArray</b>
|
|
280
|
+
<a href="#useClassArray">
|
|
293
281
|
<span class="icon ion-ios-link"></span>
|
|
294
282
|
</a>
|
|
295
283
|
</span>
|
|
@@ -297,7 +285,7 @@
|
|
|
297
285
|
</tr>
|
|
298
286
|
<tr>
|
|
299
287
|
<td class="col-md-4">
|
|
300
|
-
<code>
|
|
288
|
+
<code>useClassArray: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
301
289
|
</code>
|
|
302
290
|
</td>
|
|
303
291
|
</tr>
|
|
@@ -305,7 +293,7 @@
|
|
|
305
293
|
|
|
306
294
|
<tr>
|
|
307
295
|
<td class="col-md-4">
|
|
308
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/
|
|
296
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
309
297
|
|
|
310
298
|
</td>
|
|
311
299
|
</tr>
|
|
@@ -320,12 +308,6 @@
|
|
|
320
308
|
|
|
321
309
|
|
|
322
310
|
|
|
323
|
-
<tr>
|
|
324
|
-
<td class="col-md-4">
|
|
325
|
-
<div class="io-description"><p>The path to scan for files to migrate</p>
|
|
326
|
-
</div>
|
|
327
|
-
</td>
|
|
328
|
-
</tr>
|
|
329
311
|
</tbody>
|
|
330
312
|
</table>
|
|
331
313
|
</section>
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
|
|
130
130
|
<div class="io-file io-file-path" data-compodoc="entity-file-path">
|
|
131
131
|
<span class="icon ion-ios-document" aria-hidden="true"></span>
|
|
132
|
-
<code>packages/core/schematics/migrate-eui-
|
|
132
|
+
<code>packages/core/schematics/migrate-eui-accent/index.ts</code>
|
|
133
133
|
</div>
|
|
134
134
|
|
|
135
135
|
<ul class="nav nav-tabs" role="tablist">
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
|
|
130
130
|
<div class="io-file io-file-path" data-compodoc="entity-file-path">
|
|
131
131
|
<span class="icon ion-ios-document" aria-hidden="true"></span>
|
|
132
|
-
<code>packages/core/schematics/migrate-eui-
|
|
132
|
+
<code>packages/core/schematics/migrate-eui-alert/index.ts</code>
|
|
133
133
|
</div>
|
|
134
134
|
|
|
135
135
|
<ul class="nav nav-tabs" role="tablist">
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
|
|
130
130
|
<div class="io-file io-file-path" data-compodoc="entity-file-path">
|
|
131
131
|
<span class="icon ion-ios-document" aria-hidden="true"></span>
|
|
132
|
-
<code>packages/core/schematics/migrate-eui-
|
|
132
|
+
<code>packages/core/schematics/migrate-eui-button/index.ts</code>
|
|
133
133
|
</div>
|
|
134
134
|
|
|
135
135
|
<ul class="nav nav-tabs" role="tablist">
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
|
|
130
130
|
<div class="io-file io-file-path" data-compodoc="entity-file-path">
|
|
131
131
|
<span class="icon ion-ios-document" aria-hidden="true"></span>
|
|
132
|
-
<code>packages/core/schematics/migrate-eui-
|
|
132
|
+
<code>packages/core/schematics/migrate-eui-chip/index.ts</code>
|
|
133
133
|
</div>
|
|
134
134
|
|
|
135
135
|
<ul class="nav nav-tabs" role="tablist">
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
|
|
130
130
|
<div class="io-file io-file-path" data-compodoc="entity-file-path">
|
|
131
131
|
<span class="icon ion-ios-document" aria-hidden="true"></span>
|
|
132
|
-
<code>packages/core/schematics/migrate-eui-
|
|
132
|
+
<code>packages/core/schematics/migrate-eui-avatar/index.ts</code>
|
|
133
133
|
</div>
|
|
134
134
|
|
|
135
135
|
<ul class="nav nav-tabs" role="tablist">
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
|
|
130
130
|
<div class="io-file io-file-path" data-compodoc="entity-file-path">
|
|
131
131
|
<span class="icon ion-ios-document" aria-hidden="true"></span>
|
|
132
|
-
<code>packages/core/schematics/
|
|
132
|
+
<code>packages/core/schematics/fix-no-multiple-empty-lines/index.ts</code>
|
|
133
133
|
</div>
|
|
134
134
|
|
|
135
135
|
<ul class="nav nav-tabs" role="tablist">
|
|
@@ -176,12 +176,6 @@
|
|
|
176
176
|
<span class="reference-badge reference-badge--property" aria-hidden="true">P</span><span class="reference-link-label">path</span>
|
|
177
177
|
</a>
|
|
178
178
|
</li>
|
|
179
|
-
<li>
|
|
180
|
-
<span class="modifier">Optional</span>
|
|
181
|
-
<a href="#useClassArray" class="reference-link ">
|
|
182
|
-
<span class="reference-badge reference-badge--property" aria-hidden="true">P</span><span class="reference-link-label">useClassArray</span>
|
|
183
|
-
</a>
|
|
184
|
-
</li>
|
|
185
179
|
</ul>
|
|
186
180
|
</td>
|
|
187
181
|
</tr>
|
|
@@ -269,45 +263,6 @@
|
|
|
269
263
|
|
|
270
264
|
|
|
271
265
|
|
|
272
|
-
</tbody>
|
|
273
|
-
</table>
|
|
274
|
-
<table class="table table-sm table-bordered">
|
|
275
|
-
<tbody>
|
|
276
|
-
<tr>
|
|
277
|
-
<td class="col-md-4">
|
|
278
|
-
<a name="useClassArray"></a>
|
|
279
|
-
<span class="name "><b>useClassArray</b>
|
|
280
|
-
<a href="#useClassArray">
|
|
281
|
-
<span class="icon ion-ios-link"></span>
|
|
282
|
-
</a>
|
|
283
|
-
</span>
|
|
284
|
-
</td>
|
|
285
|
-
</tr>
|
|
286
|
-
<tr>
|
|
287
|
-
<td class="col-md-4">
|
|
288
|
-
<code>useClassArray: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
289
|
-
</code>
|
|
290
|
-
</td>
|
|
291
|
-
</tr>
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
<tr>
|
|
295
|
-
<td class="col-md-4">
|
|
296
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
297
|
-
|
|
298
|
-
</td>
|
|
299
|
-
</tr>
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
<tr>
|
|
303
|
-
<td class="col-md-4">
|
|
304
|
-
<i>Optional</i>
|
|
305
|
-
</td>
|
|
306
|
-
</tr>
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
266
|
</tbody>
|
|
312
267
|
</table>
|
|
313
268
|
</section>
|
|
@@ -239,6 +239,12 @@
|
|
|
239
239
|
<span class="reference-badge reference-badge--property" aria-hidden="true">P</span><span class="reference-link-label">hasBreadcrumb</span>
|
|
240
240
|
</a>
|
|
241
241
|
</li>
|
|
242
|
+
<li>
|
|
243
|
+
<span class="modifier">Optional</span>
|
|
244
|
+
<a href="#hasFixedPosition" class="reference-link ">
|
|
245
|
+
<span class="reference-badge reference-badge--property" aria-hidden="true">P</span><span class="reference-link-label">hasFixedPosition</span>
|
|
246
|
+
</a>
|
|
247
|
+
</li>
|
|
242
248
|
<li>
|
|
243
249
|
<span class="modifier">Optional</span>
|
|
244
250
|
<a href="#hasHeader" class="reference-link ">
|
|
@@ -889,6 +895,45 @@
|
|
|
889
895
|
|
|
890
896
|
|
|
891
897
|
|
|
898
|
+
</tbody>
|
|
899
|
+
</table>
|
|
900
|
+
<table class="table table-sm table-bordered">
|
|
901
|
+
<tbody>
|
|
902
|
+
<tr>
|
|
903
|
+
<td class="col-md-4">
|
|
904
|
+
<a name="hasFixedPosition"></a>
|
|
905
|
+
<span class="name "><b>hasFixedPosition</b>
|
|
906
|
+
<a href="#hasFixedPosition">
|
|
907
|
+
<span class="icon ion-ios-link"></span>
|
|
908
|
+
</a>
|
|
909
|
+
</span>
|
|
910
|
+
</td>
|
|
911
|
+
</tr>
|
|
912
|
+
<tr>
|
|
913
|
+
<td class="col-md-4">
|
|
914
|
+
<code>hasFixedPosition: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
915
|
+
</code>
|
|
916
|
+
</td>
|
|
917
|
+
</tr>
|
|
918
|
+
|
|
919
|
+
|
|
920
|
+
<tr>
|
|
921
|
+
<td class="col-md-4">
|
|
922
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
923
|
+
|
|
924
|
+
</td>
|
|
925
|
+
</tr>
|
|
926
|
+
|
|
927
|
+
|
|
928
|
+
<tr>
|
|
929
|
+
<td class="col-md-4">
|
|
930
|
+
<i>Optional</i>
|
|
931
|
+
</td>
|
|
932
|
+
</tr>
|
|
933
|
+
|
|
934
|
+
|
|
935
|
+
|
|
936
|
+
|
|
892
937
|
</tbody>
|
|
893
938
|
</table>
|
|
894
939
|
<table class="table table-sm table-bordered">
|