@eui/base 16.1.1 → 17.0.0-next.1
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/{UxEuLanguages.html → EuiEuLanguages.html} +25 -25
- package/docs/classes/EuiMenuItem.html +1065 -0
- package/docs/dependencies.html +2 -2
- package/docs/index.html +1 -1
- package/docs/interfaces/{AuthConfig.html → EuiAuthConfig.html} +3 -3
- package/docs/interfaces/{UxLanguage.html → EuiLanguage.html} +3 -3
- package/docs/interfaces/{UxUserRight.html → EuiUserRight.html} +3 -3
- package/docs/interfaces/I18nServiceConfig.html +2 -2
- package/docs/interfaces/UserState.html +2 -2
- package/docs/js/menu-wc.js +15 -12
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/typealiases.html +10 -10
- package/docs/miscellaneous/variables.html +161 -161
- package/esm2022/lib/eui-models/eui-auth-config.model.mjs +6 -0
- package/esm2022/lib/eui-models/eui-config/i18n.config.mjs +1 -1
- package/esm2022/lib/eui-models/eui-constants.mjs +84 -0
- package/esm2022/lib/eui-models/eui-language/eui-eu-languages.model.mjs +152 -0
- package/esm2022/lib/eui-models/eui-language/eui-language.model.mjs +2 -0
- package/esm2022/lib/eui-models/eui-menu-item.model.mjs +15 -0
- package/esm2022/lib/eui-models/eui-permission.model.mjs +2 -0
- package/esm2022/lib/eui-models/eui-store/selectors/user.selectors.mjs +1 -1
- package/esm2022/lib/eui-models/eui-store/state/user.state.mjs +1 -1
- package/esm2022/lib/eui-models/eui-timezones.model.mjs +7 -0
- package/esm2022/lib/eui-models/index.mjs +8 -1
- package/esm2022/lib/ux-models/index.mjs +13 -12
- package/esm2022/lib/ux-models/ux-link-legacy.model.mjs +33 -0
- package/fesm2022/eui-base.mjs +274 -257
- package/fesm2022/eui-base.mjs.map +1 -1
- package/lib/eui-models/eui-auth-config.model.d.ts +7 -0
- package/lib/eui-models/eui-auth-config.model.d.ts.map +1 -0
- package/lib/eui-models/eui-config/i18n.config.d.ts +2 -2
- package/lib/eui-models/eui-config/i18n.config.d.ts.map +1 -1
- package/lib/{ux-models/ux-constants.d.ts → eui-models/eui-constants.d.ts} +2 -2
- package/lib/eui-models/eui-constants.d.ts.map +1 -0
- package/lib/{ux-models/ux-eu-languages.model.d.ts → eui-models/eui-language/eui-eu-languages.model.d.ts} +15 -15
- package/lib/eui-models/eui-language/eui-eu-languages.model.d.ts.map +1 -0
- package/lib/{ux-models/ux-language.model.d.ts → eui-models/eui-language/eui-language.model.d.ts} +2 -2
- package/lib/eui-models/eui-language/eui-language.model.d.ts.map +1 -0
- package/lib/eui-models/eui-menu-item.model.d.ts +41 -0
- package/lib/eui-models/eui-menu-item.model.d.ts.map +1 -0
- package/lib/eui-models/eui-permission.model.d.ts +5 -0
- package/lib/eui-models/eui-permission.model.d.ts.map +1 -0
- package/lib/eui-models/eui-store/selectors/user.selectors.d.ts +3 -3
- package/lib/eui-models/eui-store/selectors/user.selectors.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/eui-timezones.model.d.ts +9 -0
- package/lib/eui-models/eui-timezones.model.d.ts.map +1 -0
- package/lib/eui-models/index.d.ts +7 -0
- package/lib/eui-models/index.d.ts.map +1 -1
- package/lib/ux-models/index.d.ts +1 -11
- package/lib/ux-models/index.d.ts.map +1 -1
- package/lib/ux-models/{ux-link.model.d.ts → ux-link-legacy.model.d.ts} +18 -10
- package/lib/ux-models/ux-link-legacy.model.d.ts.map +1 -0
- package/package.json +2 -2
- package/esm2022/lib/ux-models/auth-config.model.mjs +0 -6
- package/esm2022/lib/ux-models/ux-badge.model.mjs +0 -7
- package/esm2022/lib/ux-models/ux-constants.mjs +0 -84
- package/esm2022/lib/ux-models/ux-eu-languages.model.mjs +0 -152
- package/esm2022/lib/ux-models/ux-language.model.mjs +0 -2
- package/esm2022/lib/ux-models/ux-link.model.mjs +0 -27
- package/esm2022/lib/ux-models/ux-message.model.mjs +0 -2
- package/esm2022/lib/ux-models/ux-modal.model.mjs +0 -2
- package/esm2022/lib/ux-models/ux-org-chart-node.model.mjs +0 -2
- package/esm2022/lib/ux-models/ux-permission.model.mjs +0 -2
- package/esm2022/lib/ux-models/ux-timezones.model.mjs +0 -7
- package/lib/ux-models/auth-config.model.d.ts +0 -7
- package/lib/ux-models/auth-config.model.d.ts.map +0 -1
- package/lib/ux-models/ux-badge.model.d.ts +0 -10
- package/lib/ux-models/ux-badge.model.d.ts.map +0 -1
- package/lib/ux-models/ux-constants.d.ts.map +0 -1
- package/lib/ux-models/ux-eu-languages.model.d.ts.map +0 -1
- package/lib/ux-models/ux-language.model.d.ts.map +0 -1
- package/lib/ux-models/ux-link.model.d.ts.map +0 -1
- package/lib/ux-models/ux-message.model.d.ts +0 -9
- package/lib/ux-models/ux-message.model.d.ts.map +0 -1
- package/lib/ux-models/ux-modal.model.d.ts +0 -6
- package/lib/ux-models/ux-modal.model.d.ts.map +0 -1
- package/lib/ux-models/ux-org-chart-node.model.d.ts +0 -19
- package/lib/ux-models/ux-org-chart-node.model.d.ts.map +0 -1
- package/lib/ux-models/ux-permission.model.d.ts +0 -5
- package/lib/ux-models/ux-permission.model.d.ts.map +0 -1
- package/lib/ux-models/ux-timezones.model.d.ts +0 -9
- package/lib/ux-models/ux-timezones.model.d.ts.map +0 -1
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
|
|
46
46
|
<ol class="breadcrumb">
|
|
47
47
|
<li class="breadcrumb-item">Classes</li>
|
|
48
|
-
<li class="breadcrumb-item" >
|
|
48
|
+
<li class="breadcrumb-item" >EuiEuLanguages</li>
|
|
49
49
|
</ol>
|
|
50
50
|
|
|
51
51
|
<ul class="nav nav-tabs" role="tablist">
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
<h3>File</h3>
|
|
64
64
|
</p>
|
|
65
65
|
<p class="comment">
|
|
66
|
-
<code>packages/eui/packages/base/src/lib/
|
|
66
|
+
<code>packages/eui/packages/base/src/lib/eui-models/eui-language/eui-eu-languages.model.ts</code>
|
|
67
67
|
</p>
|
|
68
68
|
|
|
69
69
|
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
<tr>
|
|
143
143
|
<td class="col-md-4">
|
|
144
144
|
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
145
|
-
<code>filterEULanguages(array: <a href="../interfaces/
|
|
145
|
+
<code>filterEULanguages(array: <a href="../interfaces/EuiLanguage.html" target="_self">EuiLanguage[]</a>)</code>
|
|
146
146
|
</td>
|
|
147
147
|
</tr>
|
|
148
148
|
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
<tr>
|
|
171
171
|
<td>array</td>
|
|
172
172
|
<td>
|
|
173
|
-
<code><a href="../interfaces/
|
|
173
|
+
<code><a href="../interfaces/EuiLanguage.html" target="_self" >EuiLanguage[]</a></code>
|
|
174
174
|
</td>
|
|
175
175
|
|
|
176
176
|
<td>
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
|
|
180
180
|
|
|
181
181
|
<td>
|
|
182
|
-
<p>An array of
|
|
182
|
+
<p>An array of EuiLanguage items</p>
|
|
183
183
|
|
|
184
184
|
</td>
|
|
185
185
|
</tr>
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
<div>
|
|
190
190
|
</div>
|
|
191
191
|
<div class="io-description">
|
|
192
|
-
<b>Returns : </b> <code><a href="../interfaces/
|
|
192
|
+
<b>Returns : </b> <code><a href="../interfaces/EuiLanguage.html" target="_self" >EuiLanguage[]</a></code>
|
|
193
193
|
|
|
194
194
|
</div>
|
|
195
195
|
<div class="io-description">
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
<tr>
|
|
215
215
|
<td class="col-md-4">
|
|
216
216
|
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
217
|
-
<code>filterInvalidLanguageCodes(codes: <a href="../
|
|
217
|
+
<code>filterInvalidLanguageCodes(codes: <a href="../interfaces/EuiLanguage.html" target="_self">EuiLanguageCode[]</a>)</code>
|
|
218
218
|
</td>
|
|
219
219
|
</tr>
|
|
220
220
|
|
|
@@ -244,7 +244,7 @@ e.g. 'ko' does not map to any EULanguage code on the array.
|
|
|
244
244
|
<tr>
|
|
245
245
|
<td>codes</td>
|
|
246
246
|
<td>
|
|
247
|
-
<code><a href="../
|
|
247
|
+
<code><a href="../interfaces/EuiLanguage.html" target="_self" >EuiLanguageCode[]</a></code>
|
|
248
248
|
</td>
|
|
249
249
|
|
|
250
250
|
<td>
|
|
@@ -263,7 +263,7 @@ e.g. 'ko' does not map to any EULanguage code on the array.
|
|
|
263
263
|
<div>
|
|
264
264
|
</div>
|
|
265
265
|
<div class="io-description">
|
|
266
|
-
<b>Returns : </b> <code><a href="../
|
|
266
|
+
<b>Returns : </b> <code><a href="../interfaces/EuiLanguage.html" target="_self" >EuiLanguageCode[]</a></code>
|
|
267
267
|
|
|
268
268
|
</div>
|
|
269
269
|
<div class="io-description">
|
|
@@ -288,7 +288,7 @@ e.g. 'ko' does not map to any EULanguage code on the array.
|
|
|
288
288
|
<tr>
|
|
289
289
|
<td class="col-md-4">
|
|
290
290
|
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
291
|
-
<code>filterNonEULanguages(array: <a href="../interfaces/
|
|
291
|
+
<code>filterNonEULanguages(array: <a href="../interfaces/EuiLanguage.html" target="_self">EuiLanguage[]</a>)</code>
|
|
292
292
|
</td>
|
|
293
293
|
</tr>
|
|
294
294
|
|
|
@@ -316,7 +316,7 @@ e.g. 'ko' does not map to any EULanguage code on the array.
|
|
|
316
316
|
<tr>
|
|
317
317
|
<td>array</td>
|
|
318
318
|
<td>
|
|
319
|
-
<code><a href="../interfaces/
|
|
319
|
+
<code><a href="../interfaces/EuiLanguage.html" target="_self" >EuiLanguage[]</a></code>
|
|
320
320
|
</td>
|
|
321
321
|
|
|
322
322
|
<td>
|
|
@@ -325,7 +325,7 @@ e.g. 'ko' does not map to any EULanguage code on the array.
|
|
|
325
325
|
|
|
326
326
|
|
|
327
327
|
<td>
|
|
328
|
-
<p>An array of
|
|
328
|
+
<p>An array of EuiLanguage items</p>
|
|
329
329
|
|
|
330
330
|
</td>
|
|
331
331
|
</tr>
|
|
@@ -335,7 +335,7 @@ e.g. 'ko' does not map to any EULanguage code on the array.
|
|
|
335
335
|
<div>
|
|
336
336
|
</div>
|
|
337
337
|
<div class="io-description">
|
|
338
|
-
<b>Returns : </b> <code><a href="../interfaces/
|
|
338
|
+
<b>Returns : </b> <code><a href="../interfaces/EuiLanguage.html" target="_self" >EuiLanguage[]</a></code>
|
|
339
339
|
|
|
340
340
|
</div>
|
|
341
341
|
<div class="io-description">
|
|
@@ -360,7 +360,7 @@ e.g. 'ko' does not map to any EULanguage code on the array.
|
|
|
360
360
|
<tr>
|
|
361
361
|
<td class="col-md-4">
|
|
362
362
|
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
363
|
-
<code>getLanguageCodes(array: <a href="../
|
|
363
|
+
<code>getLanguageCodes(array: <a href="../interfaces/EuiLanguage.html" target="_self">EuiLanguageCode[]</a>)</code>
|
|
364
364
|
</td>
|
|
365
365
|
</tr>
|
|
366
366
|
|
|
@@ -369,7 +369,7 @@ e.g. 'ko' does not map to any EULanguage code on the array.
|
|
|
369
369
|
|
|
370
370
|
<tr>
|
|
371
371
|
<td class="col-md-4">
|
|
372
|
-
<div class="io-description"><p>retrieve language codes (string array) from a given array of string and
|
|
372
|
+
<div class="io-description"><p>retrieve language codes (string array) from a given array of string and EuiLanguage items</p>
|
|
373
373
|
</div>
|
|
374
374
|
|
|
375
375
|
<div class="io-description">
|
|
@@ -388,7 +388,7 @@ e.g. 'ko' does not map to any EULanguage code on the array.
|
|
|
388
388
|
<tr>
|
|
389
389
|
<td>array</td>
|
|
390
390
|
<td>
|
|
391
|
-
<code><a href="../
|
|
391
|
+
<code><a href="../interfaces/EuiLanguage.html" target="_self" >EuiLanguageCode[]</a></code>
|
|
392
392
|
</td>
|
|
393
393
|
|
|
394
394
|
<td>
|
|
@@ -397,7 +397,7 @@ e.g. 'ko' does not map to any EULanguage code on the array.
|
|
|
397
397
|
|
|
398
398
|
|
|
399
399
|
<td>
|
|
400
|
-
<p>It can be an mixed array of string and
|
|
400
|
+
<p>It can be an mixed array of string and EuiLanguage items</p>
|
|
401
401
|
|
|
402
402
|
</td>
|
|
403
403
|
</tr>
|
|
@@ -432,7 +432,7 @@ e.g. 'ko' does not map to any EULanguage code on the array.
|
|
|
432
432
|
<tr>
|
|
433
433
|
<td class="col-md-4">
|
|
434
434
|
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
435
|
-
<code>getLanguages(codes: <a href="../
|
|
435
|
+
<code>getLanguages(codes: <a href="../interfaces/EuiLanguage.html" target="_self">EuiLanguageCode[]</a>)</code>
|
|
436
436
|
</td>
|
|
437
437
|
</tr>
|
|
438
438
|
|
|
@@ -441,7 +441,7 @@ e.g. 'ko' does not map to any EULanguage code on the array.
|
|
|
441
441
|
|
|
442
442
|
<tr>
|
|
443
443
|
<td class="col-md-4">
|
|
444
|
-
<div class="io-description"><p>Matches the given string array to the EU languages and returns a
|
|
444
|
+
<div class="io-description"><p>Matches the given string array to the EU languages and returns a EuiLanguage array.
|
|
445
445
|
In case that no codes provided it returns the EU Languages array.</p>
|
|
446
446
|
</div>
|
|
447
447
|
|
|
@@ -462,7 +462,7 @@ In case that no codes provided it returns the EU Languages array.</p>
|
|
|
462
462
|
<tr>
|
|
463
463
|
<td>codes</td>
|
|
464
464
|
<td>
|
|
465
|
-
<code><a href="../
|
|
465
|
+
<code><a href="../interfaces/EuiLanguage.html" target="_self" >EuiLanguageCode[]</a></code>
|
|
466
466
|
</td>
|
|
467
467
|
|
|
468
468
|
<td>
|
|
@@ -484,7 +484,7 @@ In case that no codes provided it returns the EU Languages array.</p>
|
|
|
484
484
|
<div>
|
|
485
485
|
</div>
|
|
486
486
|
<div class="io-description">
|
|
487
|
-
<b>Returns : </b> <code><a href="../interfaces/
|
|
487
|
+
<b>Returns : </b> <code><a href="../interfaces/EuiLanguage.html" target="_self" >EuiLanguage[]</a></code>
|
|
488
488
|
|
|
489
489
|
</div>
|
|
490
490
|
<div class="io-description">
|
|
@@ -509,7 +509,7 @@ In case that no codes provided it returns the EU Languages array.</p>
|
|
|
509
509
|
<tr>
|
|
510
510
|
<td class="col-md-4">
|
|
511
511
|
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
512
|
-
<code>getOrderedLanguages(codes: <a href="../
|
|
512
|
+
<code>getOrderedLanguages(codes: <a href="../interfaces/EuiLanguage.html" target="_self">EuiLanguageCode[]</a>)</code>
|
|
513
513
|
</td>
|
|
514
514
|
</tr>
|
|
515
515
|
|
|
@@ -538,7 +538,7 @@ In case that no codes provided it returns the EU Languages array.</p>
|
|
|
538
538
|
<tr>
|
|
539
539
|
<td>codes</td>
|
|
540
540
|
<td>
|
|
541
|
-
<code><a href="../
|
|
541
|
+
<code><a href="../interfaces/EuiLanguage.html" target="_self" >EuiLanguageCode[]</a></code>
|
|
542
542
|
</td>
|
|
543
543
|
|
|
544
544
|
<td>
|
|
@@ -560,7 +560,7 @@ In case that no codes provided it returns the EU Languages array.</p>
|
|
|
560
560
|
<div>
|
|
561
561
|
</div>
|
|
562
562
|
<div class="io-description">
|
|
563
|
-
<b>Returns : </b> <code><a href="../interfaces/
|
|
563
|
+
<b>Returns : </b> <code><a href="../interfaces/EuiLanguage.html" target="_self" >EuiLanguage[]</a></code>
|
|
564
564
|
|
|
565
565
|
</div>
|
|
566
566
|
<div class="io-description">
|
|
@@ -615,7 +615,7 @@ In case that no codes provided it returns the EU Languages array.</p>
|
|
|
615
615
|
<script>
|
|
616
616
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
617
617
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
|
|
618
|
-
var COMPODOC_CURRENT_PAGE_URL = '
|
|
618
|
+
var COMPODOC_CURRENT_PAGE_URL = 'EuiEuLanguages.html';
|
|
619
619
|
var MAX_SEARCH_RESULTS = 15;
|
|
620
620
|
</script>
|
|
621
621
|
|