@eui/mobile-core 16.0.0-rc.14 → 16.0.0-rc.15

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.
Files changed (62) hide show
  1. package/docs/components/EuiMUserProfileActionComponent.html +84 -0
  2. package/docs/components/EuiMUserProfileAvatarComponent.html +84 -0
  3. package/docs/components/EuiMUserProfileInfosComponent.html +84 -0
  4. package/docs/components/EuiMUserProfileInfosItemComponent.html +84 -0
  5. package/docs/components/EuimAppComponent.html +84 -0
  6. package/docs/components/EuimAppSidebarComponent.html +84 -0
  7. package/docs/components/EuimAvatarComponent.html +84 -0
  8. package/docs/components/EuimAvatarIconComponent.html +85 -1
  9. package/docs/components/EuimControlFeedbackComponent.html +84 -0
  10. package/docs/components/EuimDataSummaryColLabelComponent.html +84 -0
  11. package/docs/components/EuimDataSummaryColValueComponent.html +84 -0
  12. package/docs/components/EuimDataSummaryComponent.html +84 -0
  13. package/docs/components/EuimEmptyListPlaceholderComponent.html +84 -0
  14. package/docs/components/EuimFieldSetComponent.html +84 -0
  15. package/docs/components/EuimFieldsetActionsComponent.html +84 -0
  16. package/docs/components/EuimFieldsetLegendComponent.html +84 -0
  17. package/docs/components/EuimHeaderDetailsComponent.html +84 -0
  18. package/docs/components/EuimInfoScreenComponent.html +84 -0
  19. package/docs/components/EuimLabelComponent.html +84 -0
  20. package/docs/components/EuimLanguageListComponent.html +84 -0
  21. package/docs/components/EuimLanguageSelectorComponent.html +84 -0
  22. package/docs/components/EuimMediaHeaderComponent.html +84 -0
  23. package/docs/components/EuimMenuComponent.html +163 -1
  24. package/docs/components/EuimMessageComponent.html +84 -0
  25. package/docs/components/EuimMessageTitleComponent.html +84 -0
  26. package/docs/components/EuimNotificationItemComponent.html +85 -1
  27. package/docs/components/EuimSpinnerComponent.html +84 -0
  28. package/docs/components/EuimSpinnerDescriptionComponent.html +84 -0
  29. package/docs/components/EuimSpinnerMessageComponent.html +84 -0
  30. package/docs/components/EuimStepperComponent.html +84 -0
  31. package/docs/components/EuimToolbarActionItemsComponent.html +84 -0
  32. package/docs/components/EuimToolbarComponent.html +84 -0
  33. package/docs/components/EuimToolbarTitleComponent.html +84 -0
  34. package/docs/components/EuimUserProfileComponent.html +84 -0
  35. package/docs/directives/EuimBaseDirective.html +200 -0
  36. package/docs/index.html +1 -1
  37. package/docs/interfaces/ActionButton.html +259 -0
  38. package/docs/interfaces/EuimMenuItem.html +92 -2
  39. package/docs/interfaces/{Badge-1.html → Notification.html} +18 -18
  40. package/docs/js/menu-wc.js +8 -5
  41. package/docs/js/search/search_index.js +2 -2
  42. package/docs/modules/EuimMenuModule.html +6 -0
  43. package/esm2022/lib/components/atoms/euim-label/euim-label.component.mjs +2 -2
  44. package/esm2022/lib/components/atoms/euim-notification-item/euim-notification-item.component.mjs +3 -4
  45. package/esm2022/lib/components/euim-avatar-icon/euim-avatar-icon.component.mjs +1 -1
  46. package/esm2022/lib/components/euim-base.directive.mjs +22 -2
  47. package/esm2022/lib/components/euim-menu/euim-menu.component.mjs +8 -3
  48. package/esm2022/lib/components/euim-menu/euim-menu.module.mjs +11 -3
  49. package/esm2022/lib/components/euim-menu/models/eui-menu-item.model.mjs +1 -1
  50. package/fesm2022/eui-mobile-core.mjs +58 -29
  51. package/fesm2022/eui-mobile-core.mjs.map +1 -1
  52. package/lib/components/euim-avatar-icon/euim-avatar-icon.component.d.ts +1 -1
  53. package/lib/components/euim-avatar-icon/euim-avatar-icon.component.d.ts.map +1 -1
  54. package/lib/components/euim-base.directive.d.ts +7 -1
  55. package/lib/components/euim-base.directive.d.ts.map +1 -1
  56. package/lib/components/euim-menu/euim-menu.component.d.ts +1 -0
  57. package/lib/components/euim-menu/euim-menu.component.d.ts.map +1 -1
  58. package/lib/components/euim-menu/euim-menu.module.d.ts +3 -1
  59. package/lib/components/euim-menu/euim-menu.module.d.ts.map +1 -1
  60. package/lib/components/euim-menu/models/eui-menu-item.model.d.ts +10 -4
  61. package/lib/components/euim-menu/models/eui-menu-item.model.d.ts.map +1 -1
  62. package/package.json +1 -1
@@ -136,6 +136,12 @@
136
136
  <li>
137
137
  <a href="#_euimDanger" >_euimDanger</a>
138
138
  </li>
139
+ <li>
140
+ <a href="#_euimDark" >_euimDark</a>
141
+ </li>
142
+ <li>
143
+ <a href="#_euimDefault" >_euimDefault</a>
144
+ </li>
139
145
  <li>
140
146
  <a href="#_euimFontBold" >_euimFontBold</a>
141
147
  </li>
@@ -232,6 +238,12 @@
232
238
  <li>
233
239
  <a href="#euimDanger" >euimDanger</a>
234
240
  </li>
241
+ <li>
242
+ <a href="#euimDark" >euimDark</a>
243
+ </li>
244
+ <li>
245
+ <a href="#euimDefault" >euimDefault</a>
246
+ </li>
235
247
  <li>
236
248
  <a href="#euimFontBold" >euimFontBold</a>
237
249
  </li>
@@ -368,6 +380,38 @@
368
380
  </tr>
369
381
  </tbody>
370
382
  </table>
383
+ <table class="table table-sm table-bordered">
384
+ <tbody>
385
+ <tr>
386
+ <td class="col-md-4">
387
+ <a name="euimDark"></a>
388
+ <b>euimDark</b>
389
+ </td>
390
+ </tr>
391
+ <tr>
392
+ <td class="col-md-4">
393
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
394
+
395
+ </td>
396
+ </tr>
397
+ </tbody>
398
+ </table>
399
+ <table class="table table-sm table-bordered">
400
+ <tbody>
401
+ <tr>
402
+ <td class="col-md-4">
403
+ <a name="euimDefault"></a>
404
+ <b>euimDefault</b>
405
+ </td>
406
+ </tr>
407
+ <tr>
408
+ <td class="col-md-4">
409
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
410
+
411
+ </td>
412
+ </tr>
413
+ </tbody>
414
+ </table>
371
415
  <table class="table table-sm table-bordered">
372
416
  <tbody>
373
417
  <tr>
@@ -868,6 +912,46 @@
868
912
  </tr>
869
913
 
870
914
 
915
+ </tbody>
916
+ </table>
917
+ <table class="table table-sm table-bordered">
918
+ <tbody>
919
+ <tr>
920
+ <td class="col-md-4">
921
+ <a name="_euimDark"></a>
922
+ <span class="name">
923
+ <span ><b>_euimDark</b></span>
924
+ <a href="#_euimDark"><span class="icon ion-ios-link"></span></a>
925
+ </span>
926
+ </td>
927
+ </tr>
928
+ <tr>
929
+ <td class="col-md-4">
930
+ <i>Default value : </i><code>false</code>
931
+ </td>
932
+ </tr>
933
+
934
+
935
+ </tbody>
936
+ </table>
937
+ <table class="table table-sm table-bordered">
938
+ <tbody>
939
+ <tr>
940
+ <td class="col-md-4">
941
+ <a name="_euimDefault"></a>
942
+ <span class="name">
943
+ <span ><b>_euimDefault</b></span>
944
+ <a href="#_euimDefault"><span class="icon ion-ios-link"></span></a>
945
+ </span>
946
+ </td>
947
+ </tr>
948
+ <tr>
949
+ <td class="col-md-4">
950
+ <i>Default value : </i><code>false</code>
951
+ </td>
952
+ </tr>
953
+
954
+
871
955
  </tbody>
872
956
  </table>
873
957
  <table class="table table-sm table-bordered">
@@ -136,6 +136,12 @@
136
136
  <li>
137
137
  <a href="#_euimDanger" >_euimDanger</a>
138
138
  </li>
139
+ <li>
140
+ <a href="#_euimDark" >_euimDark</a>
141
+ </li>
142
+ <li>
143
+ <a href="#_euimDefault" >_euimDefault</a>
144
+ </li>
139
145
  <li>
140
146
  <a href="#_euimFontBold" >_euimFontBold</a>
141
147
  </li>
@@ -232,6 +238,12 @@
232
238
  <li>
233
239
  <a href="#euimDanger" >euimDanger</a>
234
240
  </li>
241
+ <li>
242
+ <a href="#euimDark" >euimDark</a>
243
+ </li>
244
+ <li>
245
+ <a href="#euimDefault" >euimDefault</a>
246
+ </li>
235
247
  <li>
236
248
  <a href="#euimFontBold" >euimFontBold</a>
237
249
  </li>
@@ -368,6 +380,38 @@
368
380
  </tr>
369
381
  </tbody>
370
382
  </table>
383
+ <table class="table table-sm table-bordered">
384
+ <tbody>
385
+ <tr>
386
+ <td class="col-md-4">
387
+ <a name="euimDark"></a>
388
+ <b>euimDark</b>
389
+ </td>
390
+ </tr>
391
+ <tr>
392
+ <td class="col-md-4">
393
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
394
+
395
+ </td>
396
+ </tr>
397
+ </tbody>
398
+ </table>
399
+ <table class="table table-sm table-bordered">
400
+ <tbody>
401
+ <tr>
402
+ <td class="col-md-4">
403
+ <a name="euimDefault"></a>
404
+ <b>euimDefault</b>
405
+ </td>
406
+ </tr>
407
+ <tr>
408
+ <td class="col-md-4">
409
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
410
+
411
+ </td>
412
+ </tr>
413
+ </tbody>
414
+ </table>
371
415
  <table class="table table-sm table-bordered">
372
416
  <tbody>
373
417
  <tr>
@@ -868,6 +912,46 @@
868
912
  </tr>
869
913
 
870
914
 
915
+ </tbody>
916
+ </table>
917
+ <table class="table table-sm table-bordered">
918
+ <tbody>
919
+ <tr>
920
+ <td class="col-md-4">
921
+ <a name="_euimDark"></a>
922
+ <span class="name">
923
+ <span ><b>_euimDark</b></span>
924
+ <a href="#_euimDark"><span class="icon ion-ios-link"></span></a>
925
+ </span>
926
+ </td>
927
+ </tr>
928
+ <tr>
929
+ <td class="col-md-4">
930
+ <i>Default value : </i><code>false</code>
931
+ </td>
932
+ </tr>
933
+
934
+
935
+ </tbody>
936
+ </table>
937
+ <table class="table table-sm table-bordered">
938
+ <tbody>
939
+ <tr>
940
+ <td class="col-md-4">
941
+ <a name="_euimDefault"></a>
942
+ <span class="name">
943
+ <span ><b>_euimDefault</b></span>
944
+ <a href="#_euimDefault"><span class="icon ion-ios-link"></span></a>
945
+ </span>
946
+ </td>
947
+ </tr>
948
+ <tr>
949
+ <td class="col-md-4">
950
+ <i>Default value : </i><code>false</code>
951
+ </td>
952
+ </tr>
953
+
954
+
871
955
  </tbody>
872
956
  </table>
873
957
  <table class="table table-sm table-bordered">
@@ -136,6 +136,12 @@
136
136
  <li>
137
137
  <a href="#_euimDanger" >_euimDanger</a>
138
138
  </li>
139
+ <li>
140
+ <a href="#_euimDark" >_euimDark</a>
141
+ </li>
142
+ <li>
143
+ <a href="#_euimDefault" >_euimDefault</a>
144
+ </li>
139
145
  <li>
140
146
  <a href="#_euimFontBold" >_euimFontBold</a>
141
147
  </li>
@@ -232,6 +238,12 @@
232
238
  <li>
233
239
  <a href="#euimDanger" >euimDanger</a>
234
240
  </li>
241
+ <li>
242
+ <a href="#euimDark" >euimDark</a>
243
+ </li>
244
+ <li>
245
+ <a href="#euimDefault" >euimDefault</a>
246
+ </li>
235
247
  <li>
236
248
  <a href="#euimFontBold" >euimFontBold</a>
237
249
  </li>
@@ -368,6 +380,38 @@
368
380
  </tr>
369
381
  </tbody>
370
382
  </table>
383
+ <table class="table table-sm table-bordered">
384
+ <tbody>
385
+ <tr>
386
+ <td class="col-md-4">
387
+ <a name="euimDark"></a>
388
+ <b>euimDark</b>
389
+ </td>
390
+ </tr>
391
+ <tr>
392
+ <td class="col-md-4">
393
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
394
+
395
+ </td>
396
+ </tr>
397
+ </tbody>
398
+ </table>
399
+ <table class="table table-sm table-bordered">
400
+ <tbody>
401
+ <tr>
402
+ <td class="col-md-4">
403
+ <a name="euimDefault"></a>
404
+ <b>euimDefault</b>
405
+ </td>
406
+ </tr>
407
+ <tr>
408
+ <td class="col-md-4">
409
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
410
+
411
+ </td>
412
+ </tr>
413
+ </tbody>
414
+ </table>
371
415
  <table class="table table-sm table-bordered">
372
416
  <tbody>
373
417
  <tr>
@@ -868,6 +912,46 @@
868
912
  </tr>
869
913
 
870
914
 
915
+ </tbody>
916
+ </table>
917
+ <table class="table table-sm table-bordered">
918
+ <tbody>
919
+ <tr>
920
+ <td class="col-md-4">
921
+ <a name="_euimDark"></a>
922
+ <span class="name">
923
+ <span ><b>_euimDark</b></span>
924
+ <a href="#_euimDark"><span class="icon ion-ios-link"></span></a>
925
+ </span>
926
+ </td>
927
+ </tr>
928
+ <tr>
929
+ <td class="col-md-4">
930
+ <i>Default value : </i><code>false</code>
931
+ </td>
932
+ </tr>
933
+
934
+
935
+ </tbody>
936
+ </table>
937
+ <table class="table table-sm table-bordered">
938
+ <tbody>
939
+ <tr>
940
+ <td class="col-md-4">
941
+ <a name="_euimDefault"></a>
942
+ <span class="name">
943
+ <span ><b>_euimDefault</b></span>
944
+ <a href="#_euimDefault"><span class="icon ion-ios-link"></span></a>
945
+ </span>
946
+ </td>
947
+ </tr>
948
+ <tr>
949
+ <td class="col-md-4">
950
+ <i>Default value : </i><code>false</code>
951
+ </td>
952
+ </tr>
953
+
954
+
871
955
  </tbody>
872
956
  </table>
873
957
  <table class="table table-sm table-bordered">
@@ -140,6 +140,12 @@
140
140
  <li>
141
141
  <a href="#_euimDanger" >_euimDanger</a>
142
142
  </li>
143
+ <li>
144
+ <a href="#_euimDark" >_euimDark</a>
145
+ </li>
146
+ <li>
147
+ <a href="#_euimDefault" >_euimDefault</a>
148
+ </li>
143
149
  <li>
144
150
  <a href="#_euimFontBold" >_euimFontBold</a>
145
151
  </li>
@@ -236,6 +242,12 @@
236
242
  <li>
237
243
  <a href="#euimDanger" >euimDanger</a>
238
244
  </li>
245
+ <li>
246
+ <a href="#euimDark" >euimDark</a>
247
+ </li>
248
+ <li>
249
+ <a href="#euimDefault" >euimDefault</a>
250
+ </li>
239
251
  <li>
240
252
  <a href="#euimFontBold" >euimFontBold</a>
241
253
  </li>
@@ -372,6 +384,38 @@
372
384
  </tr>
373
385
  </tbody>
374
386
  </table>
387
+ <table class="table table-sm table-bordered">
388
+ <tbody>
389
+ <tr>
390
+ <td class="col-md-4">
391
+ <a name="euimDark"></a>
392
+ <b>euimDark</b>
393
+ </td>
394
+ </tr>
395
+ <tr>
396
+ <td class="col-md-4">
397
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
398
+
399
+ </td>
400
+ </tr>
401
+ </tbody>
402
+ </table>
403
+ <table class="table table-sm table-bordered">
404
+ <tbody>
405
+ <tr>
406
+ <td class="col-md-4">
407
+ <a name="euimDefault"></a>
408
+ <b>euimDefault</b>
409
+ </td>
410
+ </tr>
411
+ <tr>
412
+ <td class="col-md-4">
413
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
414
+
415
+ </td>
416
+ </tr>
417
+ </tbody>
418
+ </table>
375
419
  <table class="table table-sm table-bordered">
376
420
  <tbody>
377
421
  <tr>
@@ -872,6 +916,46 @@
872
916
  </tr>
873
917
 
874
918
 
919
+ </tbody>
920
+ </table>
921
+ <table class="table table-sm table-bordered">
922
+ <tbody>
923
+ <tr>
924
+ <td class="col-md-4">
925
+ <a name="_euimDark"></a>
926
+ <span class="name">
927
+ <span ><b>_euimDark</b></span>
928
+ <a href="#_euimDark"><span class="icon ion-ios-link"></span></a>
929
+ </span>
930
+ </td>
931
+ </tr>
932
+ <tr>
933
+ <td class="col-md-4">
934
+ <i>Default value : </i><code>false</code>
935
+ </td>
936
+ </tr>
937
+
938
+
939
+ </tbody>
940
+ </table>
941
+ <table class="table table-sm table-bordered">
942
+ <tbody>
943
+ <tr>
944
+ <td class="col-md-4">
945
+ <a name="_euimDefault"></a>
946
+ <span class="name">
947
+ <span ><b>_euimDefault</b></span>
948
+ <a href="#_euimDefault"><span class="icon ion-ios-link"></span></a>
949
+ </span>
950
+ </td>
951
+ </tr>
952
+ <tr>
953
+ <td class="col-md-4">
954
+ <i>Default value : </i><code>false</code>
955
+ </td>
956
+ </tr>
957
+
958
+
875
959
  </tbody>
876
960
  </table>
877
961
  <table class="table table-sm table-bordered">
@@ -132,6 +132,12 @@
132
132
  <li>
133
133
  <a href="#_euimDanger" >_euimDanger</a>
134
134
  </li>
135
+ <li>
136
+ <a href="#_euimDark" >_euimDark</a>
137
+ </li>
138
+ <li>
139
+ <a href="#_euimDefault" >_euimDefault</a>
140
+ </li>
135
141
  <li>
136
142
  <a href="#_euimFontBold" >_euimFontBold</a>
137
143
  </li>
@@ -231,6 +237,12 @@
231
237
  <li>
232
238
  <a href="#euimDanger" >euimDanger</a>
233
239
  </li>
240
+ <li>
241
+ <a href="#euimDark" >euimDark</a>
242
+ </li>
243
+ <li>
244
+ <a href="#euimDefault" >euimDefault</a>
245
+ </li>
234
246
  <li>
235
247
  <a href="#euimFontBold" >euimFontBold</a>
236
248
  </li>
@@ -417,6 +429,38 @@
417
429
  </tr>
418
430
  </tbody>
419
431
  </table>
432
+ <table class="table table-sm table-bordered">
433
+ <tbody>
434
+ <tr>
435
+ <td class="col-md-4">
436
+ <a name="euimDark"></a>
437
+ <b>euimDark</b>
438
+ </td>
439
+ </tr>
440
+ <tr>
441
+ <td class="col-md-4">
442
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
443
+
444
+ </td>
445
+ </tr>
446
+ </tbody>
447
+ </table>
448
+ <table class="table table-sm table-bordered">
449
+ <tbody>
450
+ <tr>
451
+ <td class="col-md-4">
452
+ <a name="euimDefault"></a>
453
+ <b>euimDefault</b>
454
+ </td>
455
+ </tr>
456
+ <tr>
457
+ <td class="col-md-4">
458
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
459
+
460
+ </td>
461
+ </tr>
462
+ </tbody>
463
+ </table>
420
464
  <table class="table table-sm table-bordered">
421
465
  <tbody>
422
466
  <tr>
@@ -875,6 +919,46 @@
875
919
  </tr>
876
920
 
877
921
 
922
+ </tbody>
923
+ </table>
924
+ <table class="table table-sm table-bordered">
925
+ <tbody>
926
+ <tr>
927
+ <td class="col-md-4">
928
+ <a name="_euimDark"></a>
929
+ <span class="name">
930
+ <span ><b>_euimDark</b></span>
931
+ <a href="#_euimDark"><span class="icon ion-ios-link"></span></a>
932
+ </span>
933
+ </td>
934
+ </tr>
935
+ <tr>
936
+ <td class="col-md-4">
937
+ <i>Default value : </i><code>false</code>
938
+ </td>
939
+ </tr>
940
+
941
+
942
+ </tbody>
943
+ </table>
944
+ <table class="table table-sm table-bordered">
945
+ <tbody>
946
+ <tr>
947
+ <td class="col-md-4">
948
+ <a name="_euimDefault"></a>
949
+ <span class="name">
950
+ <span ><b>_euimDefault</b></span>
951
+ <a href="#_euimDefault"><span class="icon ion-ios-link"></span></a>
952
+ </span>
953
+ </td>
954
+ </tr>
955
+ <tr>
956
+ <td class="col-md-4">
957
+ <i>Default value : </i><code>false</code>
958
+ </td>
959
+ </tr>
960
+
961
+
878
962
  </tbody>
879
963
  </table>
880
964
  <table class="table table-sm table-bordered">
@@ -128,6 +128,12 @@
128
128
  <li>
129
129
  <a href="#_euimDanger" >_euimDanger</a>
130
130
  </li>
131
+ <li>
132
+ <a href="#_euimDark" >_euimDark</a>
133
+ </li>
134
+ <li>
135
+ <a href="#_euimDefault" >_euimDefault</a>
136
+ </li>
131
137
  <li>
132
138
  <a href="#_euimFontBold" >_euimFontBold</a>
133
139
  </li>
@@ -230,6 +236,12 @@
230
236
  <li>
231
237
  <a href="#euimDanger" >euimDanger</a>
232
238
  </li>
239
+ <li>
240
+ <a href="#euimDark" >euimDark</a>
241
+ </li>
242
+ <li>
243
+ <a href="#euimDefault" >euimDefault</a>
244
+ </li>
233
245
  <li>
234
246
  <a href="#euimFontBold" >euimFontBold</a>
235
247
  </li>
@@ -389,6 +401,38 @@
389
401
  </tr>
390
402
  </tbody>
391
403
  </table>
404
+ <table class="table table-sm table-bordered">
405
+ <tbody>
406
+ <tr>
407
+ <td class="col-md-4">
408
+ <a name="euimDark"></a>
409
+ <b>euimDark</b>
410
+ </td>
411
+ </tr>
412
+ <tr>
413
+ <td class="col-md-4">
414
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
415
+
416
+ </td>
417
+ </tr>
418
+ </tbody>
419
+ </table>
420
+ <table class="table table-sm table-bordered">
421
+ <tbody>
422
+ <tr>
423
+ <td class="col-md-4">
424
+ <a name="euimDefault"></a>
425
+ <b>euimDefault</b>
426
+ </td>
427
+ </tr>
428
+ <tr>
429
+ <td class="col-md-4">
430
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
431
+
432
+ </td>
433
+ </tr>
434
+ </tbody>
435
+ </table>
392
436
  <table class="table table-sm table-bordered">
393
437
  <tbody>
394
438
  <tr>
@@ -825,6 +869,46 @@
825
869
  </tr>
826
870
 
827
871
 
872
+ </tbody>
873
+ </table>
874
+ <table class="table table-sm table-bordered">
875
+ <tbody>
876
+ <tr>
877
+ <td class="col-md-4">
878
+ <a name="_euimDark"></a>
879
+ <span class="name">
880
+ <span ><b>_euimDark</b></span>
881
+ <a href="#_euimDark"><span class="icon ion-ios-link"></span></a>
882
+ </span>
883
+ </td>
884
+ </tr>
885
+ <tr>
886
+ <td class="col-md-4">
887
+ <i>Default value : </i><code>false</code>
888
+ </td>
889
+ </tr>
890
+
891
+
892
+ </tbody>
893
+ </table>
894
+ <table class="table table-sm table-bordered">
895
+ <tbody>
896
+ <tr>
897
+ <td class="col-md-4">
898
+ <a name="_euimDefault"></a>
899
+ <span class="name">
900
+ <span ><b>_euimDefault</b></span>
901
+ <a href="#_euimDefault"><span class="icon ion-ios-link"></span></a>
902
+ </span>
903
+ </td>
904
+ </tr>
905
+ <tr>
906
+ <td class="col-md-4">
907
+ <i>Default value : </i><code>false</code>
908
+ </td>
909
+ </tr>
910
+
911
+
828
912
  </tbody>
829
913
  </table>
830
914
  <table class="table table-sm table-bordered">