@eui/components 17.3.6-snapshot-1717378073191 → 17.3.6-snapshot-1717504386226
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/EuiTimelineComponent.html +55 -5
- package/docs/components/EuiTimelineItemComponent.html +0 -10
- package/docs/dependencies.html +2 -2
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/eui-timeline/eui-timeline-item.component.mjs +1 -3
- package/esm2022/eui-timeline/eui-timeline.component.mjs +30 -14
- package/eui-timeline/eui-timeline-item.component.d.ts.map +1 -1
- package/eui-timeline/eui-timeline.component.d.ts +9 -1
- package/eui-timeline/eui-timeline.component.d.ts.map +1 -1
- package/fesm2022/eui-components-eui-timeline.mjs +29 -15
- package/fesm2022/eui-components-eui-timeline.mjs.map +1 -1
- package/package.json +3 -3
@@ -247,6 +247,61 @@
|
|
247
247
|
</table>
|
248
248
|
</section>
|
249
249
|
|
250
|
+
<section data-compodoc="block-constructor">
|
251
|
+
<h3 id="constructor">Constructor</h3>
|
252
|
+
<table class="table table-sm table-bordered">
|
253
|
+
<tbody>
|
254
|
+
<tr>
|
255
|
+
<td class="col-md-4">
|
256
|
+
<code>constructor(cd: ChangeDetectorRef, ngZone: NgZone)</code>
|
257
|
+
</td>
|
258
|
+
</tr>
|
259
|
+
|
260
|
+
<tr>
|
261
|
+
<td class="col-md-4">
|
262
|
+
<div>
|
263
|
+
<b>Parameters :</b>
|
264
|
+
<table class="params">
|
265
|
+
<thead>
|
266
|
+
<tr>
|
267
|
+
<td>Name</td>
|
268
|
+
<td>Type</td>
|
269
|
+
<td>Optional</td>
|
270
|
+
</tr>
|
271
|
+
</thead>
|
272
|
+
<tbody>
|
273
|
+
<tr>
|
274
|
+
<td>cd</td>
|
275
|
+
|
276
|
+
<td>
|
277
|
+
<code>ChangeDetectorRef</code>
|
278
|
+
</td>
|
279
|
+
|
280
|
+
<td>
|
281
|
+
No
|
282
|
+
</td>
|
283
|
+
|
284
|
+
</tr>
|
285
|
+
<tr>
|
286
|
+
<td>ngZone</td>
|
287
|
+
|
288
|
+
<td>
|
289
|
+
<code>NgZone</code>
|
290
|
+
</td>
|
291
|
+
|
292
|
+
<td>
|
293
|
+
No
|
294
|
+
</td>
|
295
|
+
|
296
|
+
</tr>
|
297
|
+
</tbody>
|
298
|
+
</table>
|
299
|
+
</div>
|
300
|
+
</td>
|
301
|
+
</tr>
|
302
|
+
</tbody>
|
303
|
+
</table>
|
304
|
+
</section>
|
250
305
|
|
251
306
|
<section data-compodoc="block-inputs">
|
252
307
|
<h3 id="inputs">Inputs</h3>
|
@@ -285,11 +340,6 @@
|
|
285
340
|
|
286
341
|
</td>
|
287
342
|
</tr>
|
288
|
-
<tr>
|
289
|
-
<td class="col-md-4">
|
290
|
-
<i>Default value : </i><code>false</code>
|
291
|
-
</td>
|
292
|
-
</tr>
|
293
343
|
</tbody>
|
294
344
|
</table>
|
295
345
|
</section>
|
@@ -391,11 +391,6 @@
|
|
391
391
|
|
392
392
|
</td>
|
393
393
|
</tr>
|
394
|
-
<tr>
|
395
|
-
<td class="col-md-4">
|
396
|
-
<i>Default value : </i><code>false</code>
|
397
|
-
</td>
|
398
|
-
</tr>
|
399
394
|
</tbody>
|
400
395
|
</table>
|
401
396
|
<table class="table table-sm table-bordered">
|
@@ -412,11 +407,6 @@
|
|
412
407
|
|
413
408
|
</td>
|
414
409
|
</tr>
|
415
|
-
<tr>
|
416
|
-
<td class="col-md-4">
|
417
|
-
<i>Default value : </i><code>false</code>
|
418
|
-
</td>
|
419
|
-
</tr>
|
420
410
|
</tbody>
|
421
411
|
</table>
|
422
412
|
<table class="table table-sm table-bordered">
|
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.3.6-snapshot-
|
314
|
+
<b>@eui/styles-base</b> : 17.3.6-snapshot-1717378073191</li>
|
315
315
|
<li>
|
316
|
-
<b>@eui/ecl</b> : 17.3.6-snapshot-
|
316
|
+
<b>@eui/ecl</b> : 17.3.6-snapshot-1717378073191</li>
|
317
317
|
<li>
|
318
318
|
<b>@eui/tools</b> : ^6.0.0</li>
|
319
319
|
</ul>
|