@eui/components 17.0.1-snapshot-1700836396201 → 17.0.1-snapshot-1701096824737
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/EuiAppSidebarMenuComponent.html +25 -1
- package/docs/components/EuiBlockContentComponent.html +35 -142
- package/docs/components/EuiIconSvgComponent.html +1 -1
- package/docs/components/EuiMenuComponent.html +30 -5
- package/docs/components/EuiMenuItemComponent.html +1 -1
- package/docs/components/EuiTimelineComponent.html +59 -4
- package/docs/components/EuiTimelineItemComponent.html +1 -43
- package/docs/dependencies.html +2 -2
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/variables.html +2 -2
- package/esm2022/eui-block-content/eui-block-content.component.mjs +6 -2
- package/esm2022/eui-icon/eui-icon-svg.component.mjs +4 -4
- package/esm2022/eui-icon/eui-icon.component.mjs +2 -2
- package/esm2022/eui-menu/eui-menu-item.component.mjs +3 -3
- package/esm2022/eui-menu/eui-menu.component.mjs +41 -2
- package/esm2022/eui-sidebar-menu/eui-sidebar-menu.component.mjs +1 -1
- package/esm2022/eui-timeline/eui-timeline-item.component.mjs +10 -27
- package/esm2022/eui-timeline/eui-timeline.component.mjs +23 -16
- package/esm2022/externals/eui-editor/validators/eui-editor.validators.mjs +3 -3
- package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-menu/sidebar-menu.component.mjs +7 -3
- package/esm2022/layout/eui-app/eui-app.component.mjs +1 -1
- package/eui-block-content/eui-block-content.component.d.ts +1 -1
- package/eui-block-content/eui-block-content.component.d.ts.map +1 -1
- package/eui-icon/eui-icon-svg.component.d.ts +1 -1
- package/eui-menu/eui-menu.component.d.ts +9 -5
- package/eui-menu/eui-menu.component.d.ts.map +1 -1
- package/eui-timeline/eui-timeline-item.component.d.ts +5 -7
- package/eui-timeline/eui-timeline-item.component.d.ts.map +1 -1
- package/eui-timeline/eui-timeline.component.d.ts +8 -2
- package/eui-timeline/eui-timeline.component.d.ts.map +1 -1
- package/fesm2022/eui-components-eui-block-content.mjs +5 -1
- package/fesm2022/eui-components-eui-block-content.mjs.map +1 -1
- package/fesm2022/eui-components-eui-icon.mjs +5 -5
- package/fesm2022/eui-components-eui-icon.mjs.map +1 -1
- package/fesm2022/eui-components-eui-menu.mjs +42 -4
- package/fesm2022/eui-components-eui-menu.mjs.map +1 -1
- package/fesm2022/eui-components-eui-sidebar-menu.mjs +1 -1
- package/fesm2022/eui-components-eui-sidebar-menu.mjs.map +1 -1
- package/fesm2022/eui-components-eui-timeline.mjs +53 -60
- package/fesm2022/eui-components-eui-timeline.mjs.map +1 -1
- package/fesm2022/eui-components-externals-eui-editor.mjs +2 -2
- package/fesm2022/eui-components-externals-eui-editor.mjs.map +1 -1
- package/fesm2022/eui-components-layout.mjs +7 -3
- package/fesm2022/eui-components-layout.mjs.map +1 -1
- package/layout/eui-app/eui-app-sidebar/sidebar-menu/sidebar-menu.component.d.ts +3 -1
- package/layout/eui-app/eui-app-sidebar/sidebar-menu/sidebar-menu.component.d.ts.map +1 -1
- package/package.json +7 -7
@@ -118,6 +118,13 @@
|
|
118
118
|
|
119
119
|
|
120
120
|
|
121
|
+
<p class="comment">
|
122
|
+
<h3>Implements</h3>
|
123
|
+
</p>
|
124
|
+
<p class="comment">
|
125
|
+
<code>OnChanges</code>
|
126
|
+
<code>AfterContentInit</code>
|
127
|
+
</p>
|
121
128
|
|
122
129
|
|
123
130
|
<section data-compodoc="block-metadata">
|
@@ -126,10 +133,6 @@
|
|
126
133
|
<tbody>
|
127
134
|
|
128
135
|
|
129
|
-
<tr>
|
130
|
-
<td class="col-md-3">encapsulation</td>
|
131
|
-
<td class="col-md-9"><code>ViewEncapsulation.None</code></td>
|
132
|
-
</tr>
|
133
136
|
|
134
137
|
|
135
138
|
|
@@ -174,6 +177,21 @@
|
|
174
177
|
<h3 id="index">Index</h3>
|
175
178
|
<table class="table table-sm table-bordered index-table">
|
176
179
|
<tbody>
|
180
|
+
<tr>
|
181
|
+
<td class="col-md-4">
|
182
|
+
<h6><b>Properties</b></h6>
|
183
|
+
</td>
|
184
|
+
</tr>
|
185
|
+
<tr>
|
186
|
+
<td class="col-md-4">
|
187
|
+
<ul class="index-list">
|
188
|
+
<li>
|
189
|
+
<span class="modifier"></span>
|
190
|
+
<a href="#timelineItems" >timelineItems</a>
|
191
|
+
</li>
|
192
|
+
</ul>
|
193
|
+
</td>
|
194
|
+
</tr>
|
177
195
|
|
178
196
|
|
179
197
|
<tr>
|
@@ -302,6 +320,43 @@
|
|
302
320
|
|
303
321
|
|
304
322
|
|
323
|
+
<section data-compodoc="block-properties">
|
324
|
+
|
325
|
+
<h3 id="inputs">
|
326
|
+
Properties
|
327
|
+
</h3>
|
328
|
+
<table class="table table-sm table-bordered">
|
329
|
+
<tbody>
|
330
|
+
<tr>
|
331
|
+
<td class="col-md-4">
|
332
|
+
<a name="timelineItems"></a>
|
333
|
+
<span class="name">
|
334
|
+
<span class="modifier"></span>
|
335
|
+
<span ><b>timelineItems</b></span>
|
336
|
+
<a href="#timelineItems"><span class="icon ion-ios-link"></span></a>
|
337
|
+
</span>
|
338
|
+
</td>
|
339
|
+
</tr>
|
340
|
+
<tr>
|
341
|
+
<td class="col-md-4">
|
342
|
+
<i>Type : </i> <code><a href="../components/EuiTimelineItemComponent.html" target="_self" >QueryList<EuiTimelineItemComponent></a></code>
|
343
|
+
|
344
|
+
</td>
|
345
|
+
</tr>
|
346
|
+
<tr>
|
347
|
+
<td class="col-md-4">
|
348
|
+
<b>Decorators : </b>
|
349
|
+
<br />
|
350
|
+
<code>
|
351
|
+
@ContentChildren(EuiTimelineItemComponent)<br />
|
352
|
+
</code>
|
353
|
+
</td>
|
354
|
+
</tr>
|
355
|
+
|
356
|
+
|
357
|
+
</tbody>
|
358
|
+
</table>
|
359
|
+
</section>
|
305
360
|
|
306
361
|
<section data-compodoc="block-accessors">
|
307
362
|
<h3 id="accessors">
|
@@ -118,12 +118,6 @@
|
|
118
118
|
|
119
119
|
|
120
120
|
|
121
|
-
<p class="comment">
|
122
|
-
<h3>Implements</h3>
|
123
|
-
</p>
|
124
|
-
<p class="comment">
|
125
|
-
<code>AfterContentInit</code>
|
126
|
-
</p>
|
127
121
|
|
128
122
|
|
129
123
|
<section data-compodoc="block-metadata">
|
@@ -200,9 +194,6 @@
|
|
200
194
|
<span class="modifier">Public</span>
|
201
195
|
<a href="#baseStatesDirective" >baseStatesDirective</a>
|
202
196
|
</li>
|
203
|
-
<li>
|
204
|
-
<a href="#euiTimelineComponent" >euiTimelineComponent</a>
|
205
|
-
</li>
|
206
197
|
</ul>
|
207
198
|
</td>
|
208
199
|
</tr>
|
@@ -288,7 +279,7 @@
|
|
288
279
|
<tbody>
|
289
280
|
<tr>
|
290
281
|
<td class="col-md-4">
|
291
|
-
<code>constructor(
|
282
|
+
<code>constructor(baseStatesDirective: <a href="../directives/BaseStatesDirective.html" target="_self">BaseStatesDirective</a>)</code>
|
292
283
|
</td>
|
293
284
|
</tr>
|
294
285
|
|
@@ -305,18 +296,6 @@
|
|
305
296
|
</tr>
|
306
297
|
</thead>
|
307
298
|
<tbody>
|
308
|
-
<tr>
|
309
|
-
<td>uxTimelineItemsComponent</td>
|
310
|
-
|
311
|
-
<td>
|
312
|
-
<code><a href="../components/EuiTimelineComponent.html" target="_self" >EuiTimelineComponent</a></code>
|
313
|
-
</td>
|
314
|
-
|
315
|
-
<td>
|
316
|
-
No
|
317
|
-
</td>
|
318
|
-
|
319
|
-
</tr>
|
320
299
|
<tr>
|
321
300
|
<td>baseStatesDirective</td>
|
322
301
|
|
@@ -562,27 +541,6 @@
|
|
562
541
|
</tr>
|
563
542
|
|
564
543
|
|
565
|
-
</tbody>
|
566
|
-
</table>
|
567
|
-
<table class="table table-sm table-bordered">
|
568
|
-
<tbody>
|
569
|
-
<tr>
|
570
|
-
<td class="col-md-4">
|
571
|
-
<a name="euiTimelineComponent"></a>
|
572
|
-
<span class="name">
|
573
|
-
<span ><b>euiTimelineComponent</b></span>
|
574
|
-
<a href="#euiTimelineComponent"><span class="icon ion-ios-link"></span></a>
|
575
|
-
</span>
|
576
|
-
</td>
|
577
|
-
</tr>
|
578
|
-
<tr>
|
579
|
-
<td class="col-md-4">
|
580
|
-
<i>Type : </i> <code><a href="../components/EuiTimelineComponent.html" target="_self" >EuiTimelineComponent</a></code>
|
581
|
-
|
582
|
-
</td>
|
583
|
-
</tr>
|
584
|
-
|
585
|
-
|
586
544
|
</tbody>
|
587
545
|
</table>
|
588
546
|
</section>
|
package/docs/dependencies.html
CHANGED
@@ -309,9 +309,9 @@
|
|
309
309
|
<li>
|
310
310
|
<b>@stackblitz/sdk</b> : 1.9.0</li>
|
311
311
|
<li>
|
312
|
-
<b>@eui/styles-base</b> : 17.0.1-snapshot-
|
312
|
+
<b>@eui/styles-base</b> : 17.0.1-snapshot-1700923341677</li>
|
313
313
|
<li>
|
314
|
-
<b>@eui/ecl</b> : 17.0.1-snapshot-
|
314
|
+
<b>@eui/ecl</b> : 17.0.1-snapshot-1700923341677</li>
|
315
315
|
<li>
|
316
316
|
<b>@eui/tools</b> : ^6.0.0</li>
|
317
317
|
</ul>
|