@eui/components 17.2.0-snapshot-1707383196998 → 17.2.1-snapshot-1707791018159
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/components/EuiTableComponent.html +81 -0
- package/docs/dependencies.html +2 -2
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/eui-input-number/eui-input-number.component.mjs +13 -3
- package/esm2022/eui-paginator/eui-paginator.component.mjs +2 -2
- package/esm2022/eui-table/eui-table.component.mjs +13 -3
- package/eui-input-number/eui-input-number.component.d.ts +1 -1
- package/eui-input-number/eui-input-number.component.d.ts.map +1 -1
- package/eui-table/eui-table.component.d.ts +4 -1
- package/eui-table/eui-table.component.d.ts.map +1 -1
- package/fesm2022/eui-components-eui-input-number.mjs +12 -2
- package/fesm2022/eui-components-eui-input-number.mjs.map +1 -1
- package/fesm2022/eui-components-eui-paginator.mjs +2 -2
- package/fesm2022/eui-components-eui-paginator.mjs.map +1 -1
- package/fesm2022/eui-components-eui-table.mjs +12 -2
- package/fesm2022/eui-components-eui-table.mjs.map +1 -1
- package/package.json +17 -17
@@ -349,6 +349,9 @@
|
|
349
349
|
<li>
|
350
350
|
<a href="#isColsOrderable" >isColsOrderable</a>
|
351
351
|
</li>
|
352
|
+
<li>
|
353
|
+
<a href="#isHoverable" >isHoverable</a>
|
354
|
+
</li>
|
352
355
|
<li>
|
353
356
|
<a href="#isSelectOnlyVisibleRows" >isSelectOnlyVisibleRows</a>
|
354
357
|
</li>
|
@@ -557,6 +560,9 @@
|
|
557
560
|
<li>
|
558
561
|
<a href="#isColsOrderable" >isColsOrderable</a>
|
559
562
|
</li>
|
563
|
+
<li>
|
564
|
+
<a href="#isHoverable" >isHoverable</a>
|
565
|
+
</li>
|
560
566
|
<li>
|
561
567
|
<a href="#cssClasses" >cssClasses</a>
|
562
568
|
</li>
|
@@ -825,6 +831,22 @@
|
|
825
831
|
</tr>
|
826
832
|
</tbody>
|
827
833
|
</table>
|
834
|
+
<table class="table table-sm table-bordered">
|
835
|
+
<tbody>
|
836
|
+
<tr>
|
837
|
+
<td class="col-md-4">
|
838
|
+
<a name="isHoverable"></a>
|
839
|
+
<b>isHoverable</b>
|
840
|
+
</td>
|
841
|
+
</tr>
|
842
|
+
<tr>
|
843
|
+
<td class="col-md-4">
|
844
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
845
|
+
|
846
|
+
</td>
|
847
|
+
</tr>
|
848
|
+
</tbody>
|
849
|
+
</table>
|
828
850
|
<table class="table table-sm table-bordered">
|
829
851
|
<tbody>
|
830
852
|
<tr>
|
@@ -3142,6 +3164,65 @@
|
|
3142
3164
|
</tr>
|
3143
3165
|
</tbody>
|
3144
3166
|
</table>
|
3167
|
+
<table class="table table-sm table-bordered">
|
3168
|
+
<tbody>
|
3169
|
+
<tr>
|
3170
|
+
<td class="col-md-4">
|
3171
|
+
<a name="isHoverable"></a>
|
3172
|
+
<span class="name"><b>isHoverable</b><a href="#isHoverable"><span class="icon ion-ios-link"></span></a></span>
|
3173
|
+
</td>
|
3174
|
+
</tr>
|
3175
|
+
|
3176
|
+
<tr>
|
3177
|
+
<td class="col-md-4">
|
3178
|
+
<span class="accessor"><b>get</b><code>isHoverable()</code></span>
|
3179
|
+
</td>
|
3180
|
+
</tr>
|
3181
|
+
|
3182
|
+
<tr>
|
3183
|
+
<td class="col-md-4">
|
3184
|
+
<span class="accessor"><b>set</b><code>isHoverable(value: BooleanInput)</code></span>
|
3185
|
+
</td>
|
3186
|
+
</tr>
|
3187
|
+
<tr>
|
3188
|
+
<td class="col-md-4">
|
3189
|
+
|
3190
|
+
<div class="io-description">
|
3191
|
+
<b>Parameters :</b>
|
3192
|
+
<table class="params">
|
3193
|
+
<thead>
|
3194
|
+
<tr>
|
3195
|
+
<td>Name</td>
|
3196
|
+
<td>Type</td>
|
3197
|
+
<td>Optional</td>
|
3198
|
+
</tr>
|
3199
|
+
</thead>
|
3200
|
+
<tbody>
|
3201
|
+
<tr>
|
3202
|
+
<td>value</td>
|
3203
|
+
|
3204
|
+
<td>
|
3205
|
+
<code>BooleanInput</code>
|
3206
|
+
</td>
|
3207
|
+
|
3208
|
+
<td>
|
3209
|
+
No
|
3210
|
+
</td>
|
3211
|
+
|
3212
|
+
</tr>
|
3213
|
+
</tbody>
|
3214
|
+
</table>
|
3215
|
+
</div>
|
3216
|
+
<div>
|
3217
|
+
</div>
|
3218
|
+
<div class="io-description">
|
3219
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
3220
|
+
|
3221
|
+
</div>
|
3222
|
+
</td>
|
3223
|
+
</tr>
|
3224
|
+
</tbody>
|
3225
|
+
</table>
|
3145
3226
|
<table class="table table-sm table-bordered">
|
3146
3227
|
<tbody>
|
3147
3228
|
<tr>
|
package/docs/dependencies.html
CHANGED
@@ -311,9 +311,9 @@
|
|
311
311
|
<li>
|
312
312
|
<b>@stackblitz/sdk</b> : 1.9.0</li>
|
313
313
|
<li>
|
314
|
-
<b>@eui/styles-base</b> : 17.2.0
|
314
|
+
<b>@eui/styles-base</b> : 17.2.0</li>
|
315
315
|
<li>
|
316
|
-
<b>@eui/ecl</b> : 17.2.0
|
316
|
+
<b>@eui/ecl</b> : 17.2.0</li>
|
317
317
|
<li>
|
318
318
|
<b>@eui/tools</b> : ^6.0.0</li>
|
319
319
|
</ul>
|