@eui/components 16.2.10-snapshot-1706065936736 → 16.2.10
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/EuiPageHeaderComponent.html +81 -0
- package/docs/dependencies.html +2 -2
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/eui-page/components/eui-page-header/eui-page-header.component.mjs +12 -2
- package/esm2022/eui-page/eui-page.component.mjs +2 -2
- package/eui-page/components/eui-page-header/eui-page-header.component.d.ts +4 -1
- package/eui-page/components/eui-page-header/eui-page-header.component.d.ts.map +1 -1
- package/fesm2022/eui-components-eui-page.mjs +13 -3
- package/fesm2022/eui-components-eui-page.mjs.map +1 -1
- package/package.json +8 -8
|
@@ -172,6 +172,9 @@
|
|
|
172
172
|
<li>
|
|
173
173
|
<a href="#isCollapsible" >isCollapsible</a>
|
|
174
174
|
</li>
|
|
175
|
+
<li>
|
|
176
|
+
<a href="#isHeaderMultilines" >isHeaderMultilines</a>
|
|
177
|
+
</li>
|
|
175
178
|
<li>
|
|
176
179
|
<a href="#label" >label</a>
|
|
177
180
|
</li>
|
|
@@ -236,6 +239,9 @@
|
|
|
236
239
|
<li>
|
|
237
240
|
<a href="#isCollapsed" >isCollapsed</a>
|
|
238
241
|
</li>
|
|
242
|
+
<li>
|
|
243
|
+
<a href="#isHeaderMultilines" >isHeaderMultilines</a>
|
|
244
|
+
</li>
|
|
239
245
|
</ul>
|
|
240
246
|
</td>
|
|
241
247
|
</tr>
|
|
@@ -320,6 +326,22 @@
|
|
|
320
326
|
</tr>
|
|
321
327
|
</tbody>
|
|
322
328
|
</table>
|
|
329
|
+
<table class="table table-sm table-bordered">
|
|
330
|
+
<tbody>
|
|
331
|
+
<tr>
|
|
332
|
+
<td class="col-md-4">
|
|
333
|
+
<a name="isHeaderMultilines"></a>
|
|
334
|
+
<b>isHeaderMultilines</b>
|
|
335
|
+
</td>
|
|
336
|
+
</tr>
|
|
337
|
+
<tr>
|
|
338
|
+
<td class="col-md-4">
|
|
339
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
340
|
+
|
|
341
|
+
</td>
|
|
342
|
+
</tr>
|
|
343
|
+
</tbody>
|
|
344
|
+
</table>
|
|
323
345
|
<table class="table table-sm table-bordered">
|
|
324
346
|
<tbody>
|
|
325
347
|
<tr>
|
|
@@ -670,6 +692,65 @@
|
|
|
670
692
|
<tr>
|
|
671
693
|
<td class="col-md-4">
|
|
672
694
|
|
|
695
|
+
<div class="io-description">
|
|
696
|
+
<b>Parameters :</b>
|
|
697
|
+
<table class="params">
|
|
698
|
+
<thead>
|
|
699
|
+
<tr>
|
|
700
|
+
<td>Name</td>
|
|
701
|
+
<td>Type</td>
|
|
702
|
+
<td>Optional</td>
|
|
703
|
+
</tr>
|
|
704
|
+
</thead>
|
|
705
|
+
<tbody>
|
|
706
|
+
<tr>
|
|
707
|
+
<td>value</td>
|
|
708
|
+
|
|
709
|
+
<td>
|
|
710
|
+
<code>BooleanInput</code>
|
|
711
|
+
</td>
|
|
712
|
+
|
|
713
|
+
<td>
|
|
714
|
+
No
|
|
715
|
+
</td>
|
|
716
|
+
|
|
717
|
+
</tr>
|
|
718
|
+
</tbody>
|
|
719
|
+
</table>
|
|
720
|
+
</div>
|
|
721
|
+
<div>
|
|
722
|
+
</div>
|
|
723
|
+
<div class="io-description">
|
|
724
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
725
|
+
|
|
726
|
+
</div>
|
|
727
|
+
</td>
|
|
728
|
+
</tr>
|
|
729
|
+
</tbody>
|
|
730
|
+
</table>
|
|
731
|
+
<table class="table table-sm table-bordered">
|
|
732
|
+
<tbody>
|
|
733
|
+
<tr>
|
|
734
|
+
<td class="col-md-4">
|
|
735
|
+
<a name="isHeaderMultilines"></a>
|
|
736
|
+
<span class="name"><b>isHeaderMultilines</b><a href="#isHeaderMultilines"><span class="icon ion-ios-link"></span></a></span>
|
|
737
|
+
</td>
|
|
738
|
+
</tr>
|
|
739
|
+
|
|
740
|
+
<tr>
|
|
741
|
+
<td class="col-md-4">
|
|
742
|
+
<span class="accessor"><b>get</b><code>isHeaderMultilines()</code></span>
|
|
743
|
+
</td>
|
|
744
|
+
</tr>
|
|
745
|
+
|
|
746
|
+
<tr>
|
|
747
|
+
<td class="col-md-4">
|
|
748
|
+
<span class="accessor"><b>set</b><code>isHeaderMultilines(value: BooleanInput)</code></span>
|
|
749
|
+
</td>
|
|
750
|
+
</tr>
|
|
751
|
+
<tr>
|
|
752
|
+
<td class="col-md-4">
|
|
753
|
+
|
|
673
754
|
<div class="io-description">
|
|
674
755
|
<b>Parameters :</b>
|
|
675
756
|
<table class="params">
|
package/docs/dependencies.html
CHANGED
|
@@ -247,9 +247,9 @@
|
|
|
247
247
|
<li>
|
|
248
248
|
<b>eslint-plugin-prettier</b> : 4.2.1</li>
|
|
249
249
|
<li>
|
|
250
|
-
<b>@eui/styles-base</b> : 16.2.10-snapshot-
|
|
250
|
+
<b>@eui/styles-base</b> : 16.2.10-snapshot-1706152400457</li>
|
|
251
251
|
<li>
|
|
252
|
-
<b>@eui/ecl</b> : 16.2.10-snapshot-
|
|
252
|
+
<b>@eui/ecl</b> : 16.2.10-snapshot-1706152400457</li>
|
|
253
253
|
<li>
|
|
254
254
|
<b>@eui/tools</b> : ^6.0.0</li>
|
|
255
255
|
</ul>
|