@eui/components 18.2.0-snapshot-1724807614589 → 18.2.0-snapshot-1724856639646
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 +2 -2
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/eui-timeline/eui-timeline-item.component.mjs +17 -5
- 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-timeline.mjs +44 -67
- package/fesm2022/eui-components-eui-timeline.mjs.map +1 -1
- package/package.json +3 -3
@@ -109,13 +109,6 @@
|
|
109
109
|
|
110
110
|
|
111
111
|
|
112
|
-
<p class="comment">
|
113
|
-
<h3>Implements</h3>
|
114
|
-
</p>
|
115
|
-
<p class="comment">
|
116
|
-
<code>OnChanges</code>
|
117
|
-
<code>AfterContentInit</code>
|
118
|
-
</p>
|
119
112
|
|
120
113
|
|
121
114
|
<section data-compodoc="block-metadata">
|
@@ -147,10 +140,9 @@
|
|
147
140
|
</tr>
|
148
141
|
|
149
142
|
|
150
|
-
|
151
143
|
<tr>
|
152
|
-
<td class="col-md-3">
|
153
|
-
<td class="col-md-9"><code
|
144
|
+
<td class="col-md-3">template</td>
|
145
|
+
<td class="col-md-9"><pre class="line-numbers"><code class="language-html"><ng-content></ng-content></code></pre></td>
|
154
146
|
</tr>
|
155
147
|
|
156
148
|
|
@@ -160,6 +152,7 @@
|
|
160
152
|
|
161
153
|
|
162
154
|
|
155
|
+
|
163
156
|
</tbody>
|
164
157
|
</table>
|
165
158
|
</section>
|
@@ -168,21 +161,6 @@
|
|
168
161
|
<h3 id="index">Index</h3>
|
169
162
|
<table class="table table-sm table-bordered index-table">
|
170
163
|
<tbody>
|
171
|
-
<tr>
|
172
|
-
<td class="col-md-4">
|
173
|
-
<h6><b>Properties</b></h6>
|
174
|
-
</td>
|
175
|
-
</tr>
|
176
|
-
<tr>
|
177
|
-
<td class="col-md-4">
|
178
|
-
<ul class="index-list">
|
179
|
-
<li>
|
180
|
-
<span class="modifier"></span>
|
181
|
-
<a href="#timelineItems" >timelineItems</a>
|
182
|
-
</li>
|
183
|
-
</ul>
|
184
|
-
</td>
|
185
|
-
</tr>
|
186
164
|
|
187
165
|
|
188
166
|
<tr>
|
@@ -238,61 +216,6 @@
|
|
238
216
|
</table>
|
239
217
|
</section>
|
240
218
|
|
241
|
-
<section data-compodoc="block-constructor">
|
242
|
-
<h3 id="constructor">Constructor</h3>
|
243
|
-
<table class="table table-sm table-bordered">
|
244
|
-
<tbody>
|
245
|
-
<tr>
|
246
|
-
<td class="col-md-4">
|
247
|
-
<code>constructor(cd: ChangeDetectorRef, ngZone: NgZone)</code>
|
248
|
-
</td>
|
249
|
-
</tr>
|
250
|
-
|
251
|
-
<tr>
|
252
|
-
<td class="col-md-4">
|
253
|
-
<div>
|
254
|
-
<b>Parameters :</b>
|
255
|
-
<table class="params">
|
256
|
-
<thead>
|
257
|
-
<tr>
|
258
|
-
<td>Name</td>
|
259
|
-
<td>Type</td>
|
260
|
-
<td>Optional</td>
|
261
|
-
</tr>
|
262
|
-
</thead>
|
263
|
-
<tbody>
|
264
|
-
<tr>
|
265
|
-
<td>cd</td>
|
266
|
-
|
267
|
-
<td>
|
268
|
-
<code>ChangeDetectorRef</code>
|
269
|
-
</td>
|
270
|
-
|
271
|
-
<td>
|
272
|
-
No
|
273
|
-
</td>
|
274
|
-
|
275
|
-
</tr>
|
276
|
-
<tr>
|
277
|
-
<td>ngZone</td>
|
278
|
-
|
279
|
-
<td>
|
280
|
-
<code>NgZone</code>
|
281
|
-
</td>
|
282
|
-
|
283
|
-
<td>
|
284
|
-
No
|
285
|
-
</td>
|
286
|
-
|
287
|
-
</tr>
|
288
|
-
</tbody>
|
289
|
-
</table>
|
290
|
-
</div>
|
291
|
-
</td>
|
292
|
-
</tr>
|
293
|
-
</tbody>
|
294
|
-
</table>
|
295
|
-
</section>
|
296
219
|
|
297
220
|
<section data-compodoc="block-inputs">
|
298
221
|
<h3 id="inputs">Inputs</h3>
|
@@ -361,43 +284,6 @@
|
|
361
284
|
|
362
285
|
|
363
286
|
|
364
|
-
<section data-compodoc="block-properties">
|
365
|
-
|
366
|
-
<h3 id="inputs">
|
367
|
-
Properties
|
368
|
-
</h3>
|
369
|
-
<table class="table table-sm table-bordered">
|
370
|
-
<tbody>
|
371
|
-
<tr>
|
372
|
-
<td class="col-md-4">
|
373
|
-
<a name="timelineItems"></a>
|
374
|
-
<span class="name">
|
375
|
-
<span class="modifier"></span>
|
376
|
-
<span ><b>timelineItems</b></span>
|
377
|
-
<a href="#timelineItems"><span class="icon ion-ios-link"></span></a>
|
378
|
-
</span>
|
379
|
-
</td>
|
380
|
-
</tr>
|
381
|
-
<tr>
|
382
|
-
<td class="col-md-4">
|
383
|
-
<i>Type : </i> <code><a href="../components/EuiTimelineItemComponent.html" target="_self" >QueryList<EuiTimelineItemComponent></a></code>
|
384
|
-
|
385
|
-
</td>
|
386
|
-
</tr>
|
387
|
-
<tr>
|
388
|
-
<td class="col-md-4">
|
389
|
-
<b>Decorators : </b>
|
390
|
-
<br />
|
391
|
-
<code>
|
392
|
-
@ContentChildren(EuiTimelineItemComponent)<br />
|
393
|
-
</code>
|
394
|
-
</td>
|
395
|
-
</tr>
|
396
|
-
|
397
|
-
|
398
|
-
</tbody>
|
399
|
-
</table>
|
400
|
-
</section>
|
401
287
|
|
402
288
|
<section data-compodoc="block-accessors">
|
403
289
|
<h3 id="accessors">
|
@@ -109,6 +109,12 @@
|
|
109
109
|
|
110
110
|
|
111
111
|
|
112
|
+
<p class="comment">
|
113
|
+
<h3>Implements</h3>
|
114
|
+
</p>
|
115
|
+
<p class="comment">
|
116
|
+
<code>AfterContentInit</code>
|
117
|
+
</p>
|
112
118
|
|
113
119
|
|
114
120
|
<section data-compodoc="block-metadata">
|
@@ -185,6 +191,9 @@
|
|
185
191
|
<span class="modifier">Public</span>
|
186
192
|
<a href="#baseStatesDirective" >baseStatesDirective</a>
|
187
193
|
</li>
|
194
|
+
<li>
|
195
|
+
<a href="#timelineComponent" >timelineComponent</a>
|
196
|
+
</li>
|
188
197
|
</ul>
|
189
198
|
</td>
|
190
199
|
</tr>
|
@@ -270,7 +279,7 @@
|
|
270
279
|
<tbody>
|
271
280
|
<tr>
|
272
281
|
<td class="col-md-4">
|
273
|
-
<code>constructor(baseStatesDirective: <a href="../directives/BaseStatesDirective.html" target="_self">BaseStatesDirective</a>)</code>
|
282
|
+
<code>constructor(timelineComponentParent, baseStatesDirective: <a href="../directives/BaseStatesDirective.html" target="_self">BaseStatesDirective</a>)</code>
|
274
283
|
</td>
|
275
284
|
</tr>
|
276
285
|
|
@@ -287,6 +296,17 @@
|
|
287
296
|
</tr>
|
288
297
|
</thead>
|
289
298
|
<tbody>
|
299
|
+
<tr>
|
300
|
+
<td>timelineComponentParent</td>
|
301
|
+
|
302
|
+
<td>
|
303
|
+
</td>
|
304
|
+
|
305
|
+
<td>
|
306
|
+
No
|
307
|
+
</td>
|
308
|
+
|
309
|
+
</tr>
|
290
310
|
<tr>
|
291
311
|
<td>baseStatesDirective</td>
|
292
312
|
|
@@ -522,6 +542,27 @@
|
|
522
542
|
</tr>
|
523
543
|
|
524
544
|
|
545
|
+
</tbody>
|
546
|
+
</table>
|
547
|
+
<table class="table table-sm table-bordered">
|
548
|
+
<tbody>
|
549
|
+
<tr>
|
550
|
+
<td class="col-md-4">
|
551
|
+
<a name="timelineComponent"></a>
|
552
|
+
<span class="name">
|
553
|
+
<span ><b>timelineComponent</b></span>
|
554
|
+
<a href="#timelineComponent"><span class="icon ion-ios-link"></span></a>
|
555
|
+
</span>
|
556
|
+
</td>
|
557
|
+
</tr>
|
558
|
+
<tr>
|
559
|
+
<td class="col-md-4">
|
560
|
+
<i>Type : </i> <code><a href="../components/EuiTimelineComponent.html" target="_self" >EuiTimelineComponent</a></code>
|
561
|
+
|
562
|
+
</td>
|
563
|
+
</tr>
|
564
|
+
|
565
|
+
|
525
566
|
</tbody>
|
526
567
|
</table>
|
527
568
|
</section>
|
package/docs/dependencies.html
CHANGED
@@ -284,9 +284,9 @@
|
|
284
284
|
<li>
|
285
285
|
<b>@stackblitz/sdk</b> : 1.11.0</li>
|
286
286
|
<li>
|
287
|
-
<b>@eui/styles</b> : 18.2.0-snapshot-
|
287
|
+
<b>@eui/styles</b> : 18.2.0-snapshot-1724807614589</li>
|
288
288
|
<li>
|
289
|
-
<b>@eui/ecl</b> : 18.2.0-snapshot-
|
289
|
+
<b>@eui/ecl</b> : 18.2.0-snapshot-1724807614589</li>
|
290
290
|
<li>
|
291
291
|
<b>@eui/tools</b> : ^6.0.0</li>
|
292
292
|
</ul>
|