@eui/mobile-core 16.7.0-snapshot-1709121320092 → 16.7.0-snapshot-1709133352306

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 (40) hide show
  1. package/docs/components/EuimAlertMessageComponent.html +1 -1
  2. package/docs/components/EuimBadgeComponent.html +1 -1
  3. package/docs/components/EuimChipSelectorComponent.html +24 -0
  4. package/docs/components/EuimControlFeedbackComponent.html +1 -1
  5. package/docs/components/EuimDataSummaryComponent.html +1 -1
  6. package/docs/components/EuimLabelComponent.html +1 -1
  7. package/docs/components/EuimMessageComponent.html +1 -1
  8. package/docs/components/EuimNotificationItemComponent.html +1 -1
  9. package/docs/directives/BaseStatesDirective.html +81 -0
  10. package/docs/js/search/search_index.js +2 -2
  11. package/esm2022/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.mjs +3 -2
  12. package/esm2022/lib/components/atoms/euim-label/euim-label.component.mjs +3 -2
  13. package/esm2022/lib/components/atoms/euim-notification-item/euim-notification-item.component.mjs +3 -2
  14. package/esm2022/lib/components/base-states.directive.mjs +23 -2
  15. package/esm2022/lib/components/euim-alert-message/euim-alert-messsage.component.mjs +3 -2
  16. package/esm2022/lib/components/euim-badge/euim-badge.component.mjs +3 -2
  17. package/esm2022/lib/components/euim-chip-selector/euim-chip-selector.component.mjs +6 -2
  18. package/esm2022/lib/components/euim-data-summary/euim-data-summary.component.mjs +3 -2
  19. package/esm2022/lib/components/euim-message/euim-message.component.mjs +3 -2
  20. package/fesm2022/eui-mobile-core.mjs +41 -9
  21. package/fesm2022/eui-mobile-core.mjs.map +1 -1
  22. package/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.d.ts +1 -1
  23. package/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.d.ts.map +1 -1
  24. package/lib/components/atoms/euim-label/euim-label.component.d.ts +1 -1
  25. package/lib/components/atoms/euim-label/euim-label.component.d.ts.map +1 -1
  26. package/lib/components/atoms/euim-notification-item/euim-notification-item.component.d.ts +1 -1
  27. package/lib/components/atoms/euim-notification-item/euim-notification-item.component.d.ts.map +1 -1
  28. package/lib/components/base-states.directive.d.ts +4 -1
  29. package/lib/components/base-states.directive.d.ts.map +1 -1
  30. package/lib/components/euim-alert-message/euim-alert-messsage.component.d.ts +1 -1
  31. package/lib/components/euim-alert-message/euim-alert-messsage.component.d.ts.map +1 -1
  32. package/lib/components/euim-badge/euim-badge.component.d.ts +1 -1
  33. package/lib/components/euim-badge/euim-badge.component.d.ts.map +1 -1
  34. package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts +2 -1
  35. package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts.map +1 -1
  36. package/lib/components/euim-data-summary/euim-data-summary.component.d.ts +1 -1
  37. package/lib/components/euim-data-summary/euim-data-summary.component.d.ts.map +1 -1
  38. package/lib/components/euim-message/euim-message.component.d.ts +1 -1
  39. package/lib/components/euim-message/euim-message.component.d.ts.map +1 -1
  40. package/package.json +1 -1
@@ -88,7 +88,7 @@
88
88
  <td class="col-md-9">
89
89
  <code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
90
90
  <br/>
91
- <div><i>&nbsp;Inputs</i> : euimInfo&nbsp;euimSuccess&nbsp;euimWarning&nbsp;euimDanger&nbsp;euimPrimary&nbsp;euimDark&nbsp;euimLight&nbsp;euimClear&nbsp;euimVariant&nbsp;</div>
91
+ <div><i>&nbsp;Inputs</i> : euimInfo&nbsp;euimSuccess&nbsp;euimWarning&nbsp;euimDanger&nbsp;euimPrimary&nbsp;euimDark&nbsp;euimLight&nbsp;euimClear&nbsp;euimVariant&nbsp;color&nbsp;</div>
92
92
  </td>
93
93
  </tr>
94
94
 
@@ -82,7 +82,7 @@
82
82
  <td class="col-md-9">
83
83
  <code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
84
84
  <br/>
85
- <div><i>&nbsp;Inputs</i> : euimDanger&nbsp;euimWarning&nbsp;euimInfo&nbsp;euimSuccess&nbsp;euimDefault&nbsp;euimPositionTopEnd&nbsp;</div>
85
+ <div><i>&nbsp;Inputs</i> : euimDanger&nbsp;euimWarning&nbsp;euimInfo&nbsp;euimSuccess&nbsp;euimDefault&nbsp;euimPositionTopEnd&nbsp;color&nbsp;</div>
86
86
  </td>
87
87
  </tr>
88
88
 
@@ -208,6 +208,9 @@
208
208
  <li>
209
209
  <a href="#chipSelectedColor" >chipSelectedColor</a>
210
210
  </li>
211
+ <li>
212
+ <a href="#color" >color</a>
213
+ </li>
211
214
  <li>
212
215
  <a href="#isMultiSelectionMode" >isMultiSelectionMode</a>
213
216
  </li>
@@ -360,6 +363,27 @@
360
363
  </tr>
361
364
  </tbody>
362
365
  </table>
366
+ <table class="table table-sm table-bordered">
367
+ <tbody>
368
+ <tr>
369
+ <td class="col-md-4">
370
+ <a name="color"></a>
371
+ <b>color</b>
372
+ </td>
373
+ </tr>
374
+ <tr>
375
+ <td class="col-md-4">
376
+ <i>Type : </i> <code>&quot;default&quot; | &quot;dark&quot; | &quot;white&quot; | &quot;primary&quot; | &quot;info&quot; | &quot;success&quot; | &quot;warning&quot; | &quot;danger&quot;</code>
377
+
378
+ </td>
379
+ </tr>
380
+ <tr>
381
+ <td class="col-md-4">
382
+ <i>Default value : </i><code>&#x27;white&#x27;</code>
383
+ </td>
384
+ </tr>
385
+ </tbody>
386
+ </table>
363
387
  <table class="table table-sm table-bordered">
364
388
  <tbody>
365
389
  <tr>
@@ -82,7 +82,7 @@
82
82
  <td class="col-md-9">
83
83
  <code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
84
84
  <br/>
85
- <div><i>&nbsp;Inputs</i> : euimInfo&nbsp;euimSuccess&nbsp;euimWarning&nbsp;euimDanger&nbsp;euimVariant&nbsp;</div>
85
+ <div><i>&nbsp;Inputs</i> : euimInfo&nbsp;euimSuccess&nbsp;euimWarning&nbsp;euimDanger&nbsp;euimVariant&nbsp;color&nbsp;</div>
86
86
  </td>
87
87
  </tr>
88
88
 
@@ -88,7 +88,7 @@
88
88
  <td class="col-md-9">
89
89
  <code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
90
90
  <br/>
91
- <div><i>&nbsp;Inputs</i> : euimPrimary&nbsp;</div>
91
+ <div><i>&nbsp;Inputs</i> : euimPrimary&nbsp;color&nbsp;</div>
92
92
  </td>
93
93
  </tr>
94
94
 
@@ -82,7 +82,7 @@
82
82
  <td class="col-md-9">
83
83
  <code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
84
84
  <br/>
85
- <div><i>&nbsp;Inputs</i> : euimInfo&nbsp;euimSuccess&nbsp;euimWarning&nbsp;euimDanger&nbsp;euimPrimary&nbsp;euimSecondary&nbsp;euimDefault&nbsp;euimDark&nbsp;euimAccent&nbsp;euimSize2XS&nbsp;euimSizeXS&nbsp;euimSizeS&nbsp;euimSizeM&nbsp;euimSizeL&nbsp;euimSizeXL&nbsp;euimSize2XL&nbsp;euimSize3XL&nbsp;euimSize4XL&nbsp;</div>
85
+ <div><i>&nbsp;Inputs</i> : euimInfo&nbsp;euimSuccess&nbsp;euimWarning&nbsp;euimDanger&nbsp;euimPrimary&nbsp;euimSecondary&nbsp;euimDefault&nbsp;euimDark&nbsp;euimAccent&nbsp;euimSize2XS&nbsp;euimSizeXS&nbsp;euimSizeS&nbsp;euimSizeM&nbsp;euimSizeL&nbsp;euimSizeXL&nbsp;euimSize2XL&nbsp;euimSize3XL&nbsp;euimSize4XL&nbsp;color&nbsp;</div>
86
86
  </td>
87
87
  </tr>
88
88
 
@@ -82,7 +82,7 @@
82
82
  <td class="col-md-9">
83
83
  <code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
84
84
  <br/>
85
- <div><i>&nbsp;Inputs</i> : euimInfo&nbsp;euimSuccess&nbsp;euimWarning&nbsp;euimDanger&nbsp;euimVariant&nbsp;</div>
85
+ <div><i>&nbsp;Inputs</i> : euimInfo&nbsp;euimSuccess&nbsp;euimWarning&nbsp;euimDanger&nbsp;euimVariant&nbsp;color&nbsp;</div>
86
86
  </td>
87
87
  </tr>
88
88
 
@@ -82,7 +82,7 @@
82
82
  <td class="col-md-9">
83
83
  <code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
84
84
  <br/>
85
- <div><i>&nbsp;Inputs</i> : euimInfo&nbsp;euimSuccess&nbsp;euimWarning&nbsp;euimDanger&nbsp;euimPrimary&nbsp;euimSecondary&nbsp;euimAccent&nbsp;</div>
85
+ <div><i>&nbsp;Inputs</i> : euimInfo&nbsp;euimSuccess&nbsp;euimWarning&nbsp;euimDanger&nbsp;euimPrimary&nbsp;euimSecondary&nbsp;euimAccent&nbsp;color&nbsp;</div>
86
86
  </td>
87
87
  </tr>
88
88
 
@@ -115,6 +115,9 @@
115
115
  <tr>
116
116
  <td class="col-md-4">
117
117
  <ul class="index-list">
118
+ <li>
119
+ <a href="#color" >color</a>
120
+ </li>
118
121
  <li>
119
122
  <a href="#euimAccent" >euimAccent</a>
120
123
  </li>
@@ -226,6 +229,9 @@
226
229
  <li>
227
230
  <a href="#euimVariant" >euimVariant</a>
228
231
  </li>
232
+ <li>
233
+ <a href="#color" >color</a>
234
+ </li>
229
235
  <li>
230
236
  <a href="#euimSizeVariant" >euimSizeVariant</a>
231
237
  </li>
@@ -239,6 +245,22 @@
239
245
 
240
246
  <section data-compodoc="block-inputs">
241
247
  <h3 id="inputs">Inputs</h3>
248
+ <table class="table table-sm table-bordered">
249
+ <tbody>
250
+ <tr>
251
+ <td class="col-md-4">
252
+ <a name="color"></a>
253
+ <b>color</b>
254
+ </td>
255
+ </tr>
256
+ <tr>
257
+ <td class="col-md-4">
258
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
259
+
260
+ </td>
261
+ </tr>
262
+ </tbody>
263
+ </table>
242
264
  <table class="table table-sm table-bordered">
243
265
  <tbody>
244
266
  <tr>
@@ -1015,6 +1037,65 @@
1015
1037
  </tr>
1016
1038
  </tbody>
1017
1039
  </table>
1040
+ <table class="table table-sm table-bordered">
1041
+ <tbody>
1042
+ <tr>
1043
+ <td class="col-md-4">
1044
+ <a name="color"></a>
1045
+ <span class="name"><b>color</b><a href="#color"><span class="icon ion-ios-link"></span></a></span>
1046
+ </td>
1047
+ </tr>
1048
+
1049
+ <tr>
1050
+ <td class="col-md-4">
1051
+ <span class="accessor"><b>get</b><code>color()</code></span>
1052
+ </td>
1053
+ </tr>
1054
+
1055
+ <tr>
1056
+ <td class="col-md-4">
1057
+ <span class="accessor"><b>set</b><code>color(value: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>)</code></span>
1058
+ </td>
1059
+ </tr>
1060
+ <tr>
1061
+ <td class="col-md-4">
1062
+
1063
+ <div class="io-description">
1064
+ <b>Parameters :</b>
1065
+ <table class="params">
1066
+ <thead>
1067
+ <tr>
1068
+ <td>Name</td>
1069
+ <td>Type</td>
1070
+ <td>Optional</td>
1071
+ </tr>
1072
+ </thead>
1073
+ <tbody>
1074
+ <tr>
1075
+ <td>value</td>
1076
+
1077
+ <td>
1078
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
1079
+ </td>
1080
+
1081
+ <td>
1082
+ No
1083
+ </td>
1084
+
1085
+ </tr>
1086
+ </tbody>
1087
+ </table>
1088
+ </div>
1089
+ <div>
1090
+ </div>
1091
+ <div class="io-description">
1092
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1093
+
1094
+ </div>
1095
+ </td>
1096
+ </tr>
1097
+ </tbody>
1098
+ </table>
1018
1099
  <table class="table table-sm table-bordered">
1019
1100
  <tbody>
1020
1101
  <tr>