@eui/base 16.2.4 → 16.2.5-snapshot-1698024715233
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/docs/classes/Logger.html +72 -18
- package/docs/classes/LoggerMock.html +0 -9
- package/docs/classes/UxErrorOutput.html +1 -1
- package/docs/classes/UxLink.html +1 -1
- package/docs/classes/UxValidationErrorClass.html +1 -1
- package/docs/dependencies.html +2 -2
- package/docs/interfaces/ApiQueueItem.html +2 -2
- package/docs/interfaces/AppState.html +1 -1
- package/docs/interfaces/CoreState.html +1 -1
- package/docs/interfaces/EuiAppJsonConfig.html +1 -1
- package/docs/interfaces/EuiEnvConfig.html +1 -1
- package/docs/interfaces/EuiServiceStatus.html +2 -2
- package/docs/interfaces/EuiStoreServiceModel.html +2 -1
- package/docs/interfaces/GlobalConfig.html +1 -1
- package/docs/interfaces/LocaleState.html +1 -1
- package/docs/interfaces/LogEvent.html +2 -2
- package/docs/interfaces/ModuleConfig.html +1 -1
- package/docs/interfaces/NotificationsState.html +3 -3
- package/docs/interfaces/UserDetails.html +1 -1
- package/docs/interfaces/UserPreferences.html +3 -3
- package/docs/interfaces/UserState.html +1 -1
- package/docs/interfaces/UxErrorInfo.html +2 -2
- package/docs/interfaces/UxMessage.html +10 -1
- package/docs/interfaces/UxOrgChartNode.html +24 -8
- package/docs/js/menu-wc.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/variables.html +20 -20
- package/esm2022/lib/eui-models/eui-config/eui-app-config.mjs +1 -1
- package/esm2022/lib/eui-models/eui-config/eui-env-config.mjs +1 -1
- package/esm2022/lib/eui-models/eui-config/i18n.config.mjs +1 -1
- package/esm2022/lib/eui-models/eui-config/log.config.mjs +1 -1
- package/esm2022/lib/eui-models/eui-pagination/eui-pagination.model.mjs +1 -1
- package/esm2022/lib/eui-models/eui-service.model.mjs +1 -1
- package/esm2022/lib/eui-models/eui-store/eui-store-service.model.mjs +1 -1
- package/esm2022/lib/eui-models/eui-store/models/app.models.mjs +1 -1
- package/esm2022/lib/eui-models/eui-store/models/user.models.mjs +1 -1
- package/esm2022/lib/eui-models/eui-store/selectors/app.selectors.mjs +1 -1
- package/esm2022/lib/eui-models/eui-store/selectors/core.selectors.mjs +1 -1
- package/esm2022/lib/eui-models/eui-store/selectors/notifications.selectors.mjs +3 -1
- package/esm2022/lib/eui-models/eui-store/selectors/user.selectors.mjs +5 -1
- package/esm2022/lib/eui-models/eui-store/state/app.state.mjs +1 -1
- package/esm2022/lib/eui-models/eui-store/state/core.state.mjs +1 -1
- package/esm2022/lib/eui-models/eui-store/state/locale.state.mjs +1 -1
- package/esm2022/lib/eui-models/eui-store/state/notifications.state.mjs +1 -1
- package/esm2022/lib/eui-models/eui-store/state/user.state.mjs +1 -1
- package/esm2022/lib/eui-models/log/log.appender.mjs +1 -1
- package/esm2022/lib/eui-models/log/log.logger.mjs +1 -1
- package/esm2022/lib/eui-models/log/log.logger.mock.mjs +1 -1
- package/esm2022/lib/eui-models/log/log.model.mjs +1 -1
- package/esm2022/lib/eui-models/log/url.appender.mjs +1 -1
- package/esm2022/lib/util/merge.mjs +3 -1
- package/esm2022/lib/ux-models/ux-error-feedback.model.mjs +3 -1
- package/esm2022/lib/ux-models/ux-eu-languages.model.mjs +1 -1
- package/esm2022/lib/ux-models/ux-link.model.mjs +3 -1
- package/esm2022/lib/ux-models/ux-message.model.mjs +1 -1
- package/esm2022/lib/ux-models/ux-org-chart-node.model.mjs +1 -1
- package/fesm2022/eui-base.mjs +12 -0
- package/fesm2022/eui-base.mjs.map +1 -1
- package/lib/eui-models/eui-config/eui-app-config.d.ts +11 -10
- package/lib/eui-models/eui-config/eui-app-config.d.ts.map +1 -1
- package/lib/eui-models/eui-config/eui-env-config.d.ts +2 -2
- package/lib/eui-models/eui-config/eui-env-config.d.ts.map +1 -1
- package/lib/eui-models/eui-config/i18n.config.d.ts +1 -1
- package/lib/eui-models/eui-config/i18n.config.d.ts.map +1 -1
- package/lib/eui-models/eui-config/log.config.d.ts.map +1 -1
- package/lib/eui-models/eui-service.model.d.ts +7 -7
- package/lib/eui-models/eui-service.model.d.ts.map +1 -1
- package/lib/eui-models/eui-store/eui-store-service.model.d.ts +1 -1
- package/lib/eui-models/eui-store/eui-store-service.model.d.ts.map +1 -1
- package/lib/eui-models/eui-store/models/app.models.d.ts +2 -2
- package/lib/eui-models/eui-store/models/app.models.d.ts.map +1 -1
- package/lib/eui-models/eui-store/models/user.models.d.ts +5 -5
- package/lib/eui-models/eui-store/models/user.models.d.ts.map +1 -1
- package/lib/eui-models/eui-store/selectors/app.selectors.d.ts +1 -1
- package/lib/eui-models/eui-store/selectors/app.selectors.d.ts.map +1 -1
- package/lib/eui-models/eui-store/selectors/core.selectors.d.ts +6 -6
- package/lib/eui-models/eui-store/selectors/core.selectors.d.ts.map +1 -1
- package/lib/eui-models/eui-store/selectors/notifications.selectors.d.ts.map +1 -1
- package/lib/eui-models/eui-store/selectors/user.selectors.d.ts.map +1 -1
- package/lib/eui-models/eui-store/state/app.state.d.ts +2 -2
- package/lib/eui-models/eui-store/state/app.state.d.ts.map +1 -1
- package/lib/eui-models/eui-store/state/core.state.d.ts +2 -2
- package/lib/eui-models/eui-store/state/core.state.d.ts.map +1 -1
- package/lib/eui-models/eui-store/state/locale.state.d.ts +2 -2
- package/lib/eui-models/eui-store/state/locale.state.d.ts.map +1 -1
- package/lib/eui-models/eui-store/state/notifications.state.d.ts +3 -3
- package/lib/eui-models/eui-store/state/notifications.state.d.ts.map +1 -1
- package/lib/eui-models/eui-store/state/user.state.d.ts +2 -2
- package/lib/eui-models/eui-store/state/user.state.d.ts.map +1 -1
- package/lib/eui-models/log/log.appender.d.ts.map +1 -1
- package/lib/eui-models/log/log.logger.d.ts +6 -6
- package/lib/eui-models/log/log.logger.d.ts.map +1 -1
- package/lib/eui-models/log/log.logger.mock.d.ts +1 -1
- package/lib/eui-models/log/log.logger.mock.d.ts.map +1 -1
- package/lib/eui-models/log/log.model.d.ts +2 -2
- package/lib/eui-models/log/log.model.d.ts.map +1 -1
- package/lib/eui-models/log/url.appender.d.ts.map +1 -1
- package/lib/util/merge.d.ts +3 -3
- package/lib/util/merge.d.ts.map +1 -1
- package/lib/ux-models/ux-error-feedback.model.d.ts +7 -7
- package/lib/ux-models/ux-error-feedback.model.d.ts.map +1 -1
- package/lib/ux-models/ux-link.model.d.ts +2 -2
- package/lib/ux-models/ux-link.model.d.ts.map +1 -1
- package/lib/ux-models/ux-message.model.d.ts +7 -2
- package/lib/ux-models/ux-message.model.d.ts.map +1 -1
- package/lib/ux-models/ux-org-chart-node.model.d.ts +10 -5
- package/lib/ux-models/ux-org-chart-node.model.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -47,6 +47,7 @@
|
|
|
47
47
|
<ol class="breadcrumb">
|
|
48
48
|
<li class="breadcrumb-item">Interfaces</li>
|
|
49
49
|
<li class="breadcrumb-item"
|
|
50
|
+
class="breadcrumb-item deprecated-name"
|
|
50
51
|
>
|
|
51
52
|
UxOrgChartNode</li>
|
|
52
53
|
</ol>
|
|
@@ -69,7 +70,22 @@
|
|
|
69
70
|
<code>packages/eui/packages/base/src/lib/ux-models/ux-org-chart-node.model.ts</code>
|
|
70
71
|
</p>
|
|
71
72
|
|
|
73
|
+
<p class="comment">
|
|
74
|
+
<h3 class="deprecated">Deprecated</h3>
|
|
75
|
+
</p>
|
|
76
|
+
<p class="comment">
|
|
77
|
+
since 15.0.0. Will be removed in 17.0.0.
|
|
72
78
|
|
|
79
|
+
reason: we don't need this anymore
|
|
80
|
+
</p>
|
|
81
|
+
|
|
82
|
+
<p class="comment">
|
|
83
|
+
<h3>Description</h3>
|
|
84
|
+
</p>
|
|
85
|
+
<p class="comment">
|
|
86
|
+
<p>reason: we don't need this anymore</p>
|
|
87
|
+
|
|
88
|
+
</p>
|
|
73
89
|
|
|
74
90
|
|
|
75
91
|
<section data-compodoc="block-index">
|
|
@@ -259,7 +275,7 @@
|
|
|
259
275
|
</tr>
|
|
260
276
|
<tr>
|
|
261
277
|
<td class="col-md-4">
|
|
262
|
-
<code>collapsedIcon:
|
|
278
|
+
<code>collapsedIcon: <code>CICON</code>
|
|
263
279
|
</code>
|
|
264
280
|
</td>
|
|
265
281
|
</tr>
|
|
@@ -267,7 +283,7 @@
|
|
|
267
283
|
|
|
268
284
|
<tr>
|
|
269
285
|
<td class="col-md-4">
|
|
270
|
-
<i>Type : </i>
|
|
286
|
+
<i>Type : </i> <code>CICON</code>
|
|
271
287
|
|
|
272
288
|
</td>
|
|
273
289
|
</tr>
|
|
@@ -297,7 +313,7 @@
|
|
|
297
313
|
</tr>
|
|
298
314
|
<tr>
|
|
299
315
|
<td class="col-md-4">
|
|
300
|
-
<code>data:
|
|
316
|
+
<code>data: <code>DATA</code>
|
|
301
317
|
</code>
|
|
302
318
|
</td>
|
|
303
319
|
</tr>
|
|
@@ -305,7 +321,7 @@
|
|
|
305
321
|
|
|
306
322
|
<tr>
|
|
307
323
|
<td class="col-md-4">
|
|
308
|
-
<i>Type : </i>
|
|
324
|
+
<i>Type : </i> <code>DATA</code>
|
|
309
325
|
|
|
310
326
|
</td>
|
|
311
327
|
</tr>
|
|
@@ -449,7 +465,7 @@
|
|
|
449
465
|
</tr>
|
|
450
466
|
<tr>
|
|
451
467
|
<td class="col-md-4">
|
|
452
|
-
<code>expandedIcon:
|
|
468
|
+
<code>expandedIcon: <code>EICON</code>
|
|
453
469
|
</code>
|
|
454
470
|
</td>
|
|
455
471
|
</tr>
|
|
@@ -457,7 +473,7 @@
|
|
|
457
473
|
|
|
458
474
|
<tr>
|
|
459
475
|
<td class="col-md-4">
|
|
460
|
-
<i>Type : </i>
|
|
476
|
+
<i>Type : </i> <code>EICON</code>
|
|
461
477
|
|
|
462
478
|
</td>
|
|
463
479
|
</tr>
|
|
@@ -487,7 +503,7 @@
|
|
|
487
503
|
</tr>
|
|
488
504
|
<tr>
|
|
489
505
|
<td class="col-md-4">
|
|
490
|
-
<code>icon:
|
|
506
|
+
<code>icon: <code>ICON</code>
|
|
491
507
|
</code>
|
|
492
508
|
</td>
|
|
493
509
|
</tr>
|
|
@@ -495,7 +511,7 @@
|
|
|
495
511
|
|
|
496
512
|
<tr>
|
|
497
513
|
<td class="col-md-4">
|
|
498
|
-
<i>Type : </i>
|
|
514
|
+
<i>Type : </i> <code>ICON</code>
|
|
499
515
|
|
|
500
516
|
</td>
|
|
501
517
|
</tr>
|
package/docs/js/menu-wc.js
CHANGED
|
@@ -277,7 +277,7 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
|
277
277
|
<a href="interfaces/UxModal.html" data-type="entity-link" >UxModal</a>
|
|
278
278
|
</li>
|
|
279
279
|
<li class="link">
|
|
280
|
-
<a href="interfaces/UxOrgChartNode.html" data-type="entity-link" >UxOrgChartNode</a>
|
|
280
|
+
<a href="interfaces/UxOrgChartNode.html" data-type="entity-link" class="deprecated-name">UxOrgChartNode</a>
|
|
281
281
|
</li>
|
|
282
282
|
<li class="link">
|
|
283
283
|
<a href="interfaces/UxUserRight.html" data-type="entity-link" >UxUserRight</a>
|