@eui/components 17.3.8-snapshot-1721607072453 → 17.3.8-snapshot-1722989571777
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 +3 -117
- package/docs/components/EuiTimelineItemComponent.html +42 -1
- package/docs/dependencies.html +3 -3
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/eui-card/eui-card.component.mjs +2 -2
- package/esm2022/eui-timeline/eui-timeline-item.component.mjs +19 -7
- package/esm2022/eui-timeline/eui-timeline.component.mjs +9 -44
- package/eui-timeline/eui-timeline-item.component.d.ts +7 -3
- package/eui-timeline/eui-timeline-item.component.d.ts.map +1 -1
- package/eui-timeline/eui-timeline.component.d.ts +2 -15
- package/eui-timeline/eui-timeline.component.d.ts.map +1 -1
- package/fesm2022/eui-components-eui-card.mjs +2 -2
- package/fesm2022/eui-components-eui-card.mjs.map +1 -1
- package/fesm2022/eui-components-eui-timeline.mjs +46 -69
- package/fesm2022/eui-components-eui-timeline.mjs.map +1 -1
- package/package.json +9 -9
@@ -118,13 +118,6 @@
|
|
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>
|
128
121
|
|
129
122
|
|
130
123
|
<section data-compodoc="block-metadata">
|
@@ -156,10 +149,9 @@
|
|
156
149
|
</tr>
|
157
150
|
|
158
151
|
|
159
|
-
|
160
152
|
<tr>
|
161
|
-
<td class="col-md-3">
|
162
|
-
<td class="col-md-9"><code
|
153
|
+
<td class="col-md-3">template</td>
|
154
|
+
<td class="col-md-9"><pre class="line-numbers"><code class="language-html"><ng-content></ng-content></code></pre></td>
|
163
155
|
</tr>
|
164
156
|
|
165
157
|
|
@@ -169,6 +161,7 @@
|
|
169
161
|
|
170
162
|
|
171
163
|
|
164
|
+
|
172
165
|
</tbody>
|
173
166
|
</table>
|
174
167
|
</section>
|
@@ -177,21 +170,6 @@
|
|
177
170
|
<h3 id="index">Index</h3>
|
178
171
|
<table class="table table-sm table-bordered index-table">
|
179
172
|
<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>
|
195
173
|
|
196
174
|
|
197
175
|
<tr>
|
@@ -247,61 +225,6 @@
|
|
247
225
|
</table>
|
248
226
|
</section>
|
249
227
|
|
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>
|
305
228
|
|
306
229
|
<section data-compodoc="block-inputs">
|
307
230
|
<h3 id="inputs">Inputs</h3>
|
@@ -370,43 +293,6 @@
|
|
370
293
|
|
371
294
|
|
372
295
|
|
373
|
-
<section data-compodoc="block-properties">
|
374
|
-
|
375
|
-
<h3 id="inputs">
|
376
|
-
Properties
|
377
|
-
</h3>
|
378
|
-
<table class="table table-sm table-bordered">
|
379
|
-
<tbody>
|
380
|
-
<tr>
|
381
|
-
<td class="col-md-4">
|
382
|
-
<a name="timelineItems"></a>
|
383
|
-
<span class="name">
|
384
|
-
<span class="modifier"></span>
|
385
|
-
<span ><b>timelineItems</b></span>
|
386
|
-
<a href="#timelineItems"><span class="icon ion-ios-link"></span></a>
|
387
|
-
</span>
|
388
|
-
</td>
|
389
|
-
</tr>
|
390
|
-
<tr>
|
391
|
-
<td class="col-md-4">
|
392
|
-
<i>Type : </i> <code><a href="../components/EuiTimelineItemComponent.html" target="_self" >QueryList<EuiTimelineItemComponent></a></code>
|
393
|
-
|
394
|
-
</td>
|
395
|
-
</tr>
|
396
|
-
<tr>
|
397
|
-
<td class="col-md-4">
|
398
|
-
<b>Decorators : </b>
|
399
|
-
<br />
|
400
|
-
<code>
|
401
|
-
@ContentChildren(EuiTimelineItemComponent)<br />
|
402
|
-
</code>
|
403
|
-
</td>
|
404
|
-
</tr>
|
405
|
-
|
406
|
-
|
407
|
-
</tbody>
|
408
|
-
</table>
|
409
|
-
</section>
|
410
296
|
|
411
297
|
<section data-compodoc="block-accessors">
|
412
298
|
<h3 id="accessors">
|
@@ -118,6 +118,12 @@
|
|
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>
|
121
127
|
|
122
128
|
|
123
129
|
<section data-compodoc="block-metadata">
|
@@ -194,6 +200,9 @@
|
|
194
200
|
<span class="modifier">Public</span>
|
195
201
|
<a href="#baseStatesDirective" >baseStatesDirective</a>
|
196
202
|
</li>
|
203
|
+
<li>
|
204
|
+
<a href="#timelineComponent" >timelineComponent</a>
|
205
|
+
</li>
|
197
206
|
</ul>
|
198
207
|
</td>
|
199
208
|
</tr>
|
@@ -279,7 +288,7 @@
|
|
279
288
|
<tbody>
|
280
289
|
<tr>
|
281
290
|
<td class="col-md-4">
|
282
|
-
<code>constructor(baseStatesDirective: <a href="../directives/BaseStatesDirective.html" target="_self">BaseStatesDirective</a>)</code>
|
291
|
+
<code>constructor(timelineComponentParent, baseStatesDirective: <a href="../directives/BaseStatesDirective.html" target="_self">BaseStatesDirective</a>)</code>
|
283
292
|
</td>
|
284
293
|
</tr>
|
285
294
|
|
@@ -296,6 +305,17 @@
|
|
296
305
|
</tr>
|
297
306
|
</thead>
|
298
307
|
<tbody>
|
308
|
+
<tr>
|
309
|
+
<td>timelineComponentParent</td>
|
310
|
+
|
311
|
+
<td>
|
312
|
+
</td>
|
313
|
+
|
314
|
+
<td>
|
315
|
+
No
|
316
|
+
</td>
|
317
|
+
|
318
|
+
</tr>
|
299
319
|
<tr>
|
300
320
|
<td>baseStatesDirective</td>
|
301
321
|
|
@@ -531,6 +551,27 @@
|
|
531
551
|
</tr>
|
532
552
|
|
533
553
|
|
554
|
+
</tbody>
|
555
|
+
</table>
|
556
|
+
<table class="table table-sm table-bordered">
|
557
|
+
<tbody>
|
558
|
+
<tr>
|
559
|
+
<td class="col-md-4">
|
560
|
+
<a name="timelineComponent"></a>
|
561
|
+
<span class="name">
|
562
|
+
<span ><b>timelineComponent</b></span>
|
563
|
+
<a href="#timelineComponent"><span class="icon ion-ios-link"></span></a>
|
564
|
+
</span>
|
565
|
+
</td>
|
566
|
+
</tr>
|
567
|
+
<tr>
|
568
|
+
<td class="col-md-4">
|
569
|
+
<i>Type : </i> <code><a href="../components/EuiTimelineComponent.html" target="_self" >EuiTimelineComponent</a></code>
|
570
|
+
|
571
|
+
</td>
|
572
|
+
</tr>
|
573
|
+
|
574
|
+
|
534
575
|
</tbody>
|
535
576
|
</table>
|
536
577
|
</section>
|
package/docs/dependencies.html
CHANGED
@@ -311,11 +311,11 @@
|
|
311
311
|
<li>
|
312
312
|
<b>@stackblitz/sdk</b> : 1.9.0</li>
|
313
313
|
<li>
|
314
|
-
<b>@eui/styles</b> : 17.3.8-snapshot-
|
314
|
+
<b>@eui/styles</b> : 17.3.8-snapshot-1722816721382</li>
|
315
315
|
<li>
|
316
|
-
<b>@eui/styles-base</b> : 17.3.8-snapshot-
|
316
|
+
<b>@eui/styles-base</b> : 17.3.8-snapshot-1722816721382</li>
|
317
317
|
<li>
|
318
|
-
<b>@eui/ecl</b> : 17.3.8-snapshot-
|
318
|
+
<b>@eui/ecl</b> : 17.3.8-snapshot-1722816721382</li>
|
319
319
|
<li>
|
320
320
|
<b>@eui/tools</b> : ^6.0.0</li>
|
321
321
|
</ul>
|