@eui/core 23.0.0-alpha.12 → 23.0.0-alpha.13
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 +10 -0
- package/docs/changelog.html +14 -0
- package/docs/index.html +1 -1
- package/docs/interfaces/Schema-1.html +64 -1
- package/docs/interfaces/Schema-10.html +1 -1
- package/docs/interfaces/Schema-11.html +1 -1
- package/docs/interfaces/Schema-12.html +1 -1
- package/docs/interfaces/Schema-13.html +1 -1
- package/docs/interfaces/Schema-14.html +1 -1
- package/docs/interfaces/Schema-15.html +1 -1
- package/docs/interfaces/Schema-16.html +1 -1
- package/docs/interfaces/Schema-17.html +1 -1
- package/docs/interfaces/Schema-18.html +1 -1
- package/docs/interfaces/Schema-19.html +1 -1
- package/docs/interfaces/Schema-2.html +1 -13
- package/docs/interfaces/Schema-20.html +13 -1
- package/docs/interfaces/Schema-21.html +1 -1
- package/docs/interfaces/Schema-3.html +1 -64
- 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-9.html +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/json/documentation.json +124 -124
- package/docs/llms.txt +21 -21
- package/docs/miscellaneous/functions.html +4 -4
- package/docs/properties.html +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## 23.0.0-alpha.13 (2026-08-19)
|
|
2
|
+
|
|
3
|
+
##### Chores
|
|
4
|
+
|
|
5
|
+
* **other:**
|
|
6
|
+
* updated readme file - EUI-12605 [EUI-12605](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12605) ([a44c770d](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/a44c770d20aa6f1a1f69ec225590c659d191800b))
|
|
7
|
+
* add missing deps ([a881887c](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/a881887c3a8e66ea14cf744c87a5580fb17074bc))
|
|
8
|
+
|
|
9
|
+
* * *
|
|
10
|
+
* * *
|
|
1
11
|
## 23.0.0-alpha.12 (2026-08-18)
|
|
2
12
|
|
|
3
13
|
##### Chores
|
package/docs/changelog.html
CHANGED
|
@@ -106,6 +106,20 @@
|
|
|
106
106
|
|
|
107
107
|
|
|
108
108
|
|
|
109
|
+
<h2>23.0.0-alpha.12 (2026-08-18)</h2>
|
|
110
|
+
<h5>Chores</h5>
|
|
111
|
+
<ul>
|
|
112
|
+
<li><strong>deps:</strong><ul>
|
|
113
|
+
<li>adjusted dependencies for vulnerabilities high/moderate audit (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/09dbd95a1418a8d64cef7aa9d1b6609168346ac0">09dbd95a</a>)</li>
|
|
114
|
+
<li>cleanup (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/716f6f76a41ab5216204b928db76a32845eaeaac">716f6f76</a>)</li>
|
|
115
|
+
<li>upgraded to Angular 22.1.2 - EUI-12605 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12605">EUI-12605</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/0c2b30ba4638c857259d0f594d543386c77fd8fc">0c2b30ba</a>)</li>
|
|
116
|
+
<li>update eui-deps-base-dev - EUI-12605 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12605">EUI-12605</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/bdb64e2957a86c321a53717a46f2e9c3a9ebbd70">bdb64e29</a>)</li>
|
|
117
|
+
<li>split eui-deps-base into eui-deps-base and eui-deps-base-dev (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e474d63f19548dd50589db67aff05cd5838611a6">e474d63f</a>)</li>
|
|
118
|
+
</ul>
|
|
119
|
+
</li>
|
|
120
|
+
</ul>
|
|
121
|
+
<hr>
|
|
122
|
+
<hr>
|
|
109
123
|
<h2>23.0.0-alpha.11 (2026-08-18)</h2>
|
|
110
124
|
<h5>Chores</h5>
|
|
111
125
|
<ul>
|
package/docs/index.html
CHANGED
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
|
|
108
108
|
<h1>eUI platform</h1>
|
|
109
109
|
<h2>Pre-requisites</h2>
|
|
110
|
-
<p><strong
|
|
110
|
+
<p><strong>"^20.19.0 || ^22.12.0 || >=24.15.0"</strong></p>
|
|
111
111
|
<p><strong>Yarn</strong></p>
|
|
112
112
|
<h2>Quickstart</h2>
|
|
113
113
|
<p>The entry point of eUI is the @eui/cli package, this will help you scaffold an eUI app of your choice :</p>
|
|
@@ -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 ">
|
|
@@ -224,6 +230,57 @@
|
|
|
224
230
|
|
|
225
231
|
|
|
226
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
|
+
</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>
|
|
281
|
+
</div>
|
|
282
|
+
</td>
|
|
283
|
+
</tr>
|
|
227
284
|
</tbody>
|
|
228
285
|
</table>
|
|
229
286
|
<table class="table table-sm table-bordered">
|
|
@@ -263,6 +320,12 @@
|
|
|
263
320
|
|
|
264
321
|
|
|
265
322
|
|
|
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>
|
|
266
329
|
</tbody>
|
|
267
330
|
</table>
|
|
268
331
|
</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-fieldset/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-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/migrate-eui-
|
|
132
|
+
<code>packages/core/schematics/migrate-eui-icon-toggle/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-popover/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-progress-circle/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-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/migrate-eui-
|
|
132
|
+
<code>packages/core/schematics/migrate-eui-toolbar-menu/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-tooltip/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-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/
|
|
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">
|
|
@@ -224,12 +224,6 @@
|
|
|
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>
|
|
233
227
|
</tbody>
|
|
234
228
|
</table>
|
|
235
229
|
<table class="table table-sm table-bordered">
|
|
@@ -269,12 +263,6 @@
|
|
|
269
263
|
|
|
270
264
|
|
|
271
265
|
|
|
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>
|
|
278
266
|
</tbody>
|
|
279
267
|
</table>
|
|
280
268
|
</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
|
|
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/
|
|
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">
|
|
@@ -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-alert/index.ts</code>
|
|
133
133
|
</div>
|
|
134
134
|
|
|
135
135
|
<ul class="nav nav-tabs" role="tablist">
|
|
@@ -170,12 +170,6 @@
|
|
|
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>
|
|
179
173
|
<li>
|
|
180
174
|
<span class="modifier">Optional</span>
|
|
181
175
|
<a href="#path" class="reference-link ">
|
|
@@ -230,57 +224,6 @@
|
|
|
230
224
|
|
|
231
225
|
|
|
232
226
|
|
|
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
|
-
</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>
|
|
281
|
-
</div>
|
|
282
|
-
</td>
|
|
283
|
-
</tr>
|
|
284
227
|
</tbody>
|
|
285
228
|
</table>
|
|
286
229
|
<table class="table table-sm table-bordered">
|
|
@@ -320,12 +263,6 @@
|
|
|
320
263
|
|
|
321
264
|
|
|
322
265
|
|
|
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
266
|
</tbody>
|
|
330
267
|
</table>
|
|
331
268
|
</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-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/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-chip-list/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-discussion-thread/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-editor/index.ts</code>
|
|
133
133
|
</div>
|
|
134
134
|
|
|
135
135
|
<ul class="nav nav-tabs" role="tablist">
|