@eui/components 17.0.1-snapshot-1701096824737 → 17.0.1-snapshot-1701254423874
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/directives/eui-smooth-scroll.directive.d.ts +0 -1
- package/directives/eui-smooth-scroll.directive.d.ts.map +1 -1
- package/docs/components/EuiAppTopMessageComponent.html +24 -0
- package/docs/components/EuiBadgeComponent.html +1 -1
- package/docs/components/EuiButtonComponent.html +54 -372
- package/docs/components/EuiButtonGroupComponent.html +65 -829
- package/docs/components/EuiButtonsComponent.html +25 -1
- package/docs/components/EuiCardComponent.html +59 -574
- package/docs/components/EuiChipComponent.html +34 -124
- package/docs/components/EuiChipListComponent.html +24 -0
- package/docs/components/EuiDatepickerComponent.html +24 -0
- package/docs/components/EuiDialogComponent.html +37 -0
- package/docs/components/EuiDiscussionThreadComponent.html +100 -1
- package/docs/components/EuiDiscussionThreadItemComponent.html +100 -1
- package/docs/components/EuiDropdownComponent.html +24 -0
- package/docs/components/EuiFeedbackMessageComponent.html +24 -0
- package/docs/components/EuiFooterComponent.html +24 -0
- package/docs/components/EuiIconComponent.html +24 -0
- package/docs/components/EuiIconSvgComponent.html +25 -1
- package/docs/components/EuiLabelComponent.html +24 -0
- package/docs/components/EuiLanguageSelectorComponent.html +24 -0
- package/docs/components/EuiListComponent.html +24 -0
- package/docs/components/EuiListItemComponent.html +24 -0
- package/docs/components/EuiMessageBoxComponent.html +37 -0
- package/docs/components/EuiOverlayBodyComponent.html +24 -0
- package/docs/components/EuiOverlayComponent.html +24 -0
- package/docs/components/EuiOverlayFooterComponent.html +24 -0
- package/docs/components/EuiOverlayHeaderComponent.html +24 -0
- package/docs/components/EuiOverlayHeaderTitleComponent.html +24 -0
- package/docs/components/EuiPageColumnComponent.html +24 -0
- package/docs/components/EuiPageFooterComponent.html +24 -0
- package/docs/components/EuiPageTopContentComponent.html +24 -0
- package/docs/components/EuiPopoverComponent.html +37 -0
- package/docs/components/EuiProgressCircleComponent.html +24 -0
- package/docs/components/EuiSlideToggleComponent.html +24 -0
- package/docs/components/EuiTabComponent.html +37 -0
- package/docs/components/EuiTableComponent.html +24 -0
- package/docs/components/EuiTableFilterComponent.html +24 -0
- package/docs/components/EuiTextareaComponent.html +37 -0
- package/docs/components/EuiToolbarItemsComponent.html +24 -0
- package/docs/components/EuiTreeComponent.html +26 -2
- package/docs/components/EuiUserProfileComponent.html +44 -9
- package/docs/dependencies.html +2 -2
- package/docs/directives/BaseDirective.html +57 -0
- package/docs/directives/BaseStatesDirective.html +138 -0
- package/docs/directives/EuiButtonsActionsContentTagDirective.html +119 -7
- package/docs/directives/EuiButtonsLocalMenuContentTagDirective.html +119 -7
- package/docs/directives/EuiSmoothScrollToDirective.html +0 -13
- package/docs/js/menu-wc.js +18 -18
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/directives/eui-smooth-scroll.directive.mjs +2 -3
- package/esm2022/eui-avatar/eui-avatar.component.mjs +2 -2
- package/esm2022/eui-badge/eui-badge.component.mjs +8 -3
- package/esm2022/eui-button/eui-button.component.mjs +23 -54
- package/esm2022/eui-button-group/eui-button-group.component.mjs +18 -31
- package/esm2022/eui-buttons/eui-buttons.component.mjs +19 -7
- package/esm2022/eui-card/eui-card.component.mjs +36 -87
- package/esm2022/eui-chip/eui-chip.component.mjs +23 -34
- package/esm2022/eui-dashboard-button/eui-dashboard-button.component.mjs +2 -2
- package/esm2022/eui-discussion-thread/eui-discussion-thread-item.component.mjs +9 -5
- package/esm2022/eui-discussion-thread/eui-discussion-thread.component.mjs +11 -5
- package/esm2022/eui-fieldset/eui-fieldset.component.mjs +2 -2
- package/esm2022/eui-icon/eui-icon-svg.component.mjs +3 -3
- package/esm2022/eui-icon/eui-icon.component.mjs +2 -2
- package/esm2022/eui-select/eui-select.component.mjs +2 -1
- package/esm2022/eui-tabs/eui-tab/eui-tab.component.mjs +2 -2
- package/esm2022/eui-tabs/eui-tabs.component.mjs +2 -2
- package/esm2022/eui-tree/eui-tree-helper.mjs +7 -4
- package/esm2022/eui-tree/eui-tree.component.mjs +119 -63
- package/esm2022/eui-tree/eui-tree.model.mjs +1 -1
- package/esm2022/layout/eui-notifications/eui-notifications.component.mjs +2 -2
- package/esm2022/layout/eui-notifications-v2/eui-notifications.component.mjs +2 -2
- package/esm2022/layout/eui-user-profile/user-profile.component.mjs +27 -38
- package/esm2022/shared/base/base-states.directive.mjs +22 -8
- package/esm2022/shared/base/base.directive.mjs +9 -8
- package/eui-badge/eui-badge.component.d.ts +1 -1
- package/eui-badge/eui-badge.component.d.ts.map +1 -1
- package/eui-button/eui-button.component.d.ts +13 -20
- package/eui-button/eui-button.component.d.ts.map +1 -1
- package/eui-button-group/eui-button-group.component.d.ts +6 -11
- package/eui-button-group/eui-button-group.component.d.ts.map +1 -1
- package/eui-buttons/eui-buttons.component.d.ts +2 -0
- package/eui-buttons/eui-buttons.component.d.ts.map +1 -1
- package/eui-card/eui-card.component.d.ts +16 -32
- package/eui-card/eui-card.component.d.ts.map +1 -1
- package/eui-chip/eui-chip.component.d.ts +7 -10
- package/eui-chip/eui-chip.component.d.ts.map +1 -1
- package/eui-discussion-thread/eui-discussion-thread-item.component.d.ts +1 -0
- package/eui-discussion-thread/eui-discussion-thread-item.component.d.ts.map +1 -1
- package/eui-discussion-thread/eui-discussion-thread.component.d.ts +1 -0
- package/eui-discussion-thread/eui-discussion-thread.component.d.ts.map +1 -1
- package/eui-icon/eui-icon-svg.component.d.ts +1 -1
- package/eui-icon/eui-icon-svg.component.d.ts.map +1 -1
- package/eui-select/eui-select.component.d.ts.map +1 -1
- package/eui-tree/eui-tree-helper.d.ts.map +1 -1
- package/eui-tree/eui-tree.component.d.ts +3 -1
- package/eui-tree/eui-tree.component.d.ts.map +1 -1
- package/eui-tree/eui-tree.model.d.ts +1 -0
- package/eui-tree/eui-tree.model.d.ts.map +1 -1
- package/fesm2022/eui-components-directives.mjs +1 -2
- package/fesm2022/eui-components-directives.mjs.map +1 -1
- package/fesm2022/eui-components-eui-avatar.mjs +2 -2
- package/fesm2022/eui-components-eui-avatar.mjs.map +1 -1
- package/fesm2022/eui-components-eui-badge.mjs +7 -2
- package/fesm2022/eui-components-eui-badge.mjs.map +1 -1
- package/fesm2022/eui-components-eui-button-group.mjs +17 -30
- package/fesm2022/eui-components-eui-button-group.mjs.map +1 -1
- package/fesm2022/eui-components-eui-button.mjs +22 -53
- package/fesm2022/eui-components-eui-button.mjs.map +1 -1
- package/fesm2022/eui-components-eui-buttons.mjs +18 -6
- package/fesm2022/eui-components-eui-buttons.mjs.map +1 -1
- package/fesm2022/eui-components-eui-card.mjs +35 -82
- package/fesm2022/eui-components-eui-card.mjs.map +1 -1
- package/fesm2022/eui-components-eui-chip.mjs +22 -33
- package/fesm2022/eui-components-eui-chip.mjs.map +1 -1
- package/fesm2022/eui-components-eui-dashboard-button.mjs +2 -2
- package/fesm2022/eui-components-eui-dashboard-button.mjs.map +1 -1
- package/fesm2022/eui-components-eui-discussion-thread.mjs +17 -7
- package/fesm2022/eui-components-eui-discussion-thread.mjs.map +1 -1
- package/fesm2022/eui-components-eui-fieldset.mjs +2 -2
- package/fesm2022/eui-components-eui-fieldset.mjs.map +1 -1
- package/fesm2022/eui-components-eui-icon.mjs +4 -4
- package/fesm2022/eui-components-eui-icon.mjs.map +1 -1
- package/fesm2022/eui-components-eui-select.mjs +1 -0
- package/fesm2022/eui-components-eui-select.mjs.map +1 -1
- package/fesm2022/eui-components-eui-tabs.mjs +4 -4
- package/fesm2022/eui-components-eui-tabs.mjs.map +1 -1
- package/fesm2022/eui-components-eui-tree.mjs +124 -65
- package/fesm2022/eui-components-eui-tree.mjs.map +1 -1
- package/fesm2022/eui-components-layout.mjs +98 -108
- package/fesm2022/eui-components-layout.mjs.map +1 -1
- package/fesm2022/eui-components-shared-base.mjs +28 -13
- package/fesm2022/eui-components-shared-base.mjs.map +1 -1
- package/layout/eui-user-profile/user-profile.component.d.ts +19 -11
- package/layout/eui-user-profile/user-profile.component.d.ts.map +1 -1
- package/package.json +7 -7
- package/shared/base/base-states.directive.d.ts +5 -1
- package/shared/base/base-states.directive.d.ts.map +1 -1
- package/shared/base/base.directive.d.ts +1 -0
- package/shared/base/base.directive.d.ts.map +1 -1
@@ -117,12 +117,6 @@
|
|
117
117
|
|
118
118
|
|
119
119
|
|
120
|
-
<p class="comment">
|
121
|
-
<h3>Extends</h3>
|
122
|
-
</p>
|
123
|
-
<p class="comment">
|
124
|
-
<code><a href="../directives/BaseDirective.html" target="_self" >BaseDirective</a></code>
|
125
|
-
</p>
|
126
120
|
|
127
121
|
<p class="comment">
|
128
122
|
<h3>Implements</h3>
|
@@ -206,20 +200,6 @@
|
|
206
200
|
</td>
|
207
201
|
</tr>
|
208
202
|
|
209
|
-
<tr>
|
210
|
-
<td class="col-md-4">
|
211
|
-
<h6><b>Methods</b></h6>
|
212
|
-
</td>
|
213
|
-
</tr>
|
214
|
-
<tr>
|
215
|
-
<td class="col-md-4">
|
216
|
-
<ul class="index-list">
|
217
|
-
<li>
|
218
|
-
<a href="#getCssClasses" >getCssClasses</a>
|
219
|
-
</li>
|
220
|
-
</ul>
|
221
|
-
</td>
|
222
|
-
</tr>
|
223
203
|
|
224
204
|
<tr>
|
225
205
|
<td class="col-md-4">
|
@@ -235,93 +215,6 @@
|
|
235
215
|
<li>
|
236
216
|
<a href="#isRadioButtons" >isRadioButtons</a>
|
237
217
|
</li>
|
238
|
-
<li>
|
239
|
-
<a href="#e2eAttr" >e2eAttr</a>
|
240
|
-
</li>
|
241
|
-
<li>
|
242
|
-
<a href="#euiAccent" >euiAccent</a>
|
243
|
-
</li>
|
244
|
-
<li>
|
245
|
-
<a href="#euiClearable" >euiClearable</a>
|
246
|
-
</li>
|
247
|
-
<li>
|
248
|
-
<a href="#euiCompact" >euiCompact</a>
|
249
|
-
</li>
|
250
|
-
<li>
|
251
|
-
<a href="#euiDanger" >euiDanger</a>
|
252
|
-
</li>
|
253
|
-
<li>
|
254
|
-
<a href="#euiDisabled" >euiDisabled</a>
|
255
|
-
</li>
|
256
|
-
<li>
|
257
|
-
<a href="#euiHighlighted" >euiHighlighted</a>
|
258
|
-
</li>
|
259
|
-
<li>
|
260
|
-
<a href="#euiInfo" >euiInfo</a>
|
261
|
-
</li>
|
262
|
-
<li>
|
263
|
-
<a href="#euiLoading" >euiLoading</a>
|
264
|
-
</li>
|
265
|
-
<li>
|
266
|
-
<a href="#euiOutline" >euiOutline</a>
|
267
|
-
</li>
|
268
|
-
<li>
|
269
|
-
<a href="#euiPrimary" >euiPrimary</a>
|
270
|
-
</li>
|
271
|
-
<li>
|
272
|
-
<a href="#euiResponsive" >euiResponsive</a>
|
273
|
-
</li>
|
274
|
-
<li>
|
275
|
-
<a href="#euiRounded" >euiRounded</a>
|
276
|
-
</li>
|
277
|
-
<li>
|
278
|
-
<a href="#euiSecondary" >euiSecondary</a>
|
279
|
-
</li>
|
280
|
-
<li>
|
281
|
-
<a href="#euiSize2XL" >euiSize2XL</a>
|
282
|
-
</li>
|
283
|
-
<li>
|
284
|
-
<a href="#euiSize2XS" >euiSize2XS</a>
|
285
|
-
</li>
|
286
|
-
<li>
|
287
|
-
<a href="#euiSize3XL" >euiSize3XL</a>
|
288
|
-
</li>
|
289
|
-
<li>
|
290
|
-
<a href="#euiSize4XL" >euiSize4XL</a>
|
291
|
-
</li>
|
292
|
-
<li>
|
293
|
-
<a href="#euiSize5XL" >euiSize5XL</a>
|
294
|
-
</li>
|
295
|
-
<li>
|
296
|
-
<a href="#euiSizeL" >euiSizeL</a>
|
297
|
-
</li>
|
298
|
-
<li>
|
299
|
-
<a href="#euiSizeM" >euiSizeM</a>
|
300
|
-
</li>
|
301
|
-
<li>
|
302
|
-
<a href="#euiSizeS" >euiSizeS</a>
|
303
|
-
</li>
|
304
|
-
<li>
|
305
|
-
<a href="#euiSizeVariant" >euiSizeVariant</a>
|
306
|
-
</li>
|
307
|
-
<li>
|
308
|
-
<a href="#euiSizeXL" >euiSizeXL</a>
|
309
|
-
</li>
|
310
|
-
<li>
|
311
|
-
<a href="#euiSizeXS" >euiSizeXS</a>
|
312
|
-
</li>
|
313
|
-
<li>
|
314
|
-
<a href="#euiSuccess" >euiSuccess</a>
|
315
|
-
</li>
|
316
|
-
<li>
|
317
|
-
<a href="#euiVariant" >euiVariant</a>
|
318
|
-
</li>
|
319
|
-
<li>
|
320
|
-
<a href="#euiWarning" >euiWarning</a>
|
321
|
-
</li>
|
322
|
-
<li>
|
323
|
-
<a href="#styleClass" >styleClass</a>
|
324
|
-
</li>
|
325
218
|
</ul>
|
326
219
|
</td>
|
327
220
|
</tr>
|
@@ -368,12 +261,6 @@
|
|
368
261
|
<li>
|
369
262
|
<a href="#cssClasses" >cssClasses</a>
|
370
263
|
</li>
|
371
|
-
<li>
|
372
|
-
<a href="#isCheckboxButtons" >isCheckboxButtons</a>
|
373
|
-
</li>
|
374
|
-
<li>
|
375
|
-
<a href="#isRadioButtons" >isRadioButtons</a>
|
376
|
-
</li>
|
377
264
|
</ul>
|
378
265
|
</td>
|
379
266
|
</tr>
|
@@ -381,19 +268,6 @@
|
|
381
268
|
</table>
|
382
269
|
</section>
|
383
270
|
|
384
|
-
<section data-compodoc="block-constructor">
|
385
|
-
<h3 id="constructor">Constructor</h3>
|
386
|
-
<table class="table table-sm table-bordered">
|
387
|
-
<tbody>
|
388
|
-
<tr>
|
389
|
-
<td class="col-md-4">
|
390
|
-
<code>constructor()</code>
|
391
|
-
</td>
|
392
|
-
</tr>
|
393
|
-
|
394
|
-
</tbody>
|
395
|
-
</table>
|
396
|
-
</section>
|
397
271
|
|
398
272
|
<section data-compodoc="block-inputs">
|
399
273
|
<h3 id="inputs">Inputs</h3>
|
@@ -411,36 +285,9 @@
|
|
411
285
|
|
412
286
|
</td>
|
413
287
|
</tr>
|
414
|
-
</tbody>
|
415
|
-
</table>
|
416
|
-
<table class="table table-sm table-bordered">
|
417
|
-
<tbody>
|
418
|
-
<tr>
|
419
|
-
<td class="col-md-4">
|
420
|
-
<a name="isRadioButtons"></a>
|
421
|
-
<b>isRadioButtons</b>
|
422
|
-
</td>
|
423
|
-
</tr>
|
424
|
-
<tr>
|
425
|
-
<td class="col-md-4">
|
426
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
427
|
-
|
428
|
-
</td>
|
429
|
-
</tr>
|
430
|
-
</tbody>
|
431
|
-
</table>
|
432
|
-
<table class="table table-sm table-bordered">
|
433
|
-
<tbody>
|
434
|
-
<tr>
|
435
|
-
<td class="col-md-4">
|
436
|
-
<a name="e2eAttr"></a>
|
437
|
-
<b>e2eAttr</b>
|
438
|
-
</td>
|
439
|
-
</tr>
|
440
288
|
<tr>
|
441
289
|
<td class="col-md-4">
|
442
|
-
<i>
|
443
|
-
|
290
|
+
<i>Default value : </i><code>false</code>
|
444
291
|
</td>
|
445
292
|
</tr>
|
446
293
|
</tbody>
|
@@ -449,8 +296,8 @@
|
|
449
296
|
<tbody>
|
450
297
|
<tr>
|
451
298
|
<td class="col-md-4">
|
452
|
-
<a name="
|
453
|
-
<b>
|
299
|
+
<a name="isRadioButtons"></a>
|
300
|
+
<b>isRadioButtons</b>
|
454
301
|
</td>
|
455
302
|
</tr>
|
456
303
|
<tr>
|
@@ -459,727 +306,116 @@
|
|
459
306
|
|
460
307
|
</td>
|
461
308
|
</tr>
|
462
|
-
</tbody>
|
463
|
-
</table>
|
464
|
-
<table class="table table-sm table-bordered">
|
465
|
-
<tbody>
|
466
|
-
<tr>
|
467
|
-
<td class="col-md-4">
|
468
|
-
<a name="euiClearable"></a>
|
469
|
-
<b>euiClearable</b>
|
470
|
-
</td>
|
471
|
-
</tr>
|
472
309
|
<tr>
|
473
310
|
<td class="col-md-4">
|
474
|
-
<i>
|
475
|
-
|
311
|
+
<i>Default value : </i><code>false</code>
|
476
312
|
</td>
|
477
313
|
</tr>
|
478
314
|
</tbody>
|
479
315
|
</table>
|
316
|
+
</section>
|
317
|
+
<section data-compodoc="block-outputs">
|
318
|
+
<h3 id="outputs">Outputs</h3>
|
480
319
|
<table class="table table-sm table-bordered">
|
481
320
|
<tbody>
|
482
321
|
<tr>
|
483
322
|
<td class="col-md-4">
|
484
|
-
<a name="
|
485
|
-
<b>
|
323
|
+
<a name="buttonClick"></a>
|
324
|
+
<b>buttonClick</b>
|
486
325
|
</td>
|
487
326
|
</tr>
|
488
327
|
<tr>
|
489
328
|
<td class="col-md-4">
|
490
|
-
<i>Type : </i> <code><a href="
|
329
|
+
<i>Type : </i> <code><a href="../components/EuiButtonComponent.html" target="_self" >EventEmitter<EuiButtonComponent></a></code>
|
491
330
|
|
492
331
|
</td>
|
493
332
|
</tr>
|
494
333
|
</tbody>
|
495
334
|
</table>
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
335
|
+
</section>
|
336
|
+
<section data-compodoc="block-properties">
|
337
|
+
<h3>HostBindings</h3> <table class="table table-sm table-bordered">
|
338
|
+
<tbody>
|
339
|
+
<tr>
|
340
|
+
<td class="col-md-4">
|
341
|
+
<a name="class"></a>
|
342
|
+
<span class="name">
|
343
|
+
<span ><b>class</b></span>
|
344
|
+
<a href="#class"><span class="icon ion-ios-link"></span></a>
|
345
|
+
</span>
|
346
|
+
</td>
|
347
|
+
</tr>
|
504
348
|
<tr>
|
505
349
|
<td class="col-md-4">
|
506
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/
|
350
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
507
351
|
|
508
352
|
</td>
|
509
353
|
</tr>
|
510
|
-
</tbody>
|
511
|
-
</table>
|
512
|
-
<table class="table table-sm table-bordered">
|
513
|
-
<tbody>
|
514
|
-
<tr>
|
515
|
-
<td class="col-md-4">
|
516
|
-
<a name="euiDisabled"></a>
|
517
|
-
<b>euiDisabled</b>
|
518
|
-
</td>
|
519
|
-
</tr>
|
520
|
-
<tr>
|
521
|
-
<td class="col-md-4">
|
522
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
523
354
|
|
524
|
-
</td>
|
525
|
-
</tr>
|
526
|
-
</tbody>
|
527
|
-
</table>
|
528
|
-
<table class="table table-sm table-bordered">
|
529
|
-
<tbody>
|
530
|
-
<tr>
|
531
|
-
<td class="col-md-4">
|
532
|
-
<a name="euiHighlighted"></a>
|
533
|
-
<b>euiHighlighted</b>
|
534
|
-
</td>
|
535
|
-
</tr>
|
536
|
-
<tr>
|
537
|
-
<td class="col-md-4">
|
538
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
539
355
|
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
|
548
|
-
|
549
|
-
|
550
|
-
|
551
|
-
|
356
|
+
</tbody>
|
357
|
+
</table>
|
358
|
+
</section>
|
359
|
+
|
360
|
+
|
361
|
+
|
362
|
+
<section data-compodoc="block-properties">
|
363
|
+
|
364
|
+
<h3 id="inputs">
|
365
|
+
Properties
|
366
|
+
</h3>
|
367
|
+
<table class="table table-sm table-bordered">
|
368
|
+
<tbody>
|
369
|
+
<tr>
|
370
|
+
<td class="col-md-4">
|
371
|
+
<a name="buttons"></a>
|
372
|
+
<span class="name">
|
373
|
+
<span class="modifier"></span>
|
374
|
+
<span ><b>buttons</b></span>
|
375
|
+
<a href="#buttons"><span class="icon ion-ios-link"></span></a>
|
376
|
+
</span>
|
377
|
+
</td>
|
378
|
+
</tr>
|
552
379
|
<tr>
|
553
380
|
<td class="col-md-4">
|
554
|
-
<i>Type : </i> <code><a href="
|
381
|
+
<i>Type : </i> <code><a href="../components/EuiButtonComponent.html" target="_self" >QueryList<EuiButtonComponent></a></code>
|
555
382
|
|
556
383
|
</td>
|
557
384
|
</tr>
|
558
|
-
</tbody>
|
559
|
-
</table>
|
560
|
-
<table class="table table-sm table-bordered">
|
561
|
-
<tbody>
|
562
385
|
<tr>
|
563
386
|
<td class="col-md-4">
|
564
|
-
<
|
565
|
-
<
|
387
|
+
<b>Decorators : </b>
|
388
|
+
<br />
|
389
|
+
<code>
|
390
|
+
@ContentChildren(undefined)<br />
|
391
|
+
</code>
|
566
392
|
</td>
|
567
393
|
</tr>
|
568
|
-
<tr>
|
569
|
-
<td class="col-md-4">
|
570
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
571
394
|
|
572
|
-
|
573
|
-
|
574
|
-
|
575
|
-
|
395
|
+
|
396
|
+
</tbody>
|
397
|
+
</table>
|
398
|
+
</section>
|
399
|
+
|
400
|
+
<section data-compodoc="block-accessors">
|
401
|
+
<h3 id="accessors">
|
402
|
+
Accessors
|
403
|
+
</h3>
|
576
404
|
<table class="table table-sm table-bordered">
|
577
405
|
<tbody>
|
578
406
|
<tr>
|
579
407
|
<td class="col-md-4">
|
580
|
-
<a name="
|
581
|
-
<b>
|
408
|
+
<a name="cssClasses"></a>
|
409
|
+
<span class="name"><b>cssClasses</b><a href="#cssClasses"><span class="icon ion-ios-link"></span></a></span>
|
582
410
|
</td>
|
583
411
|
</tr>
|
584
|
-
<tr>
|
585
|
-
<td class="col-md-4">
|
586
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
587
412
|
|
588
|
-
</td>
|
589
|
-
</tr>
|
590
|
-
</tbody>
|
591
|
-
</table>
|
592
|
-
<table class="table table-sm table-bordered">
|
593
|
-
<tbody>
|
594
413
|
<tr>
|
595
414
|
<td class="col-md-4">
|
596
|
-
<
|
597
|
-
<b>euiPrimary</b>
|
415
|
+
<span class="accessor"><b>get</b><code>cssClasses()</code></span>
|
598
416
|
</td>
|
599
417
|
</tr>
|
600
|
-
<tr>
|
601
|
-
<td class="col-md-4">
|
602
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
603
418
|
|
604
|
-
</td>
|
605
|
-
</tr>
|
606
|
-
</tbody>
|
607
|
-
</table>
|
608
|
-
<table class="table table-sm table-bordered">
|
609
|
-
<tbody>
|
610
|
-
<tr>
|
611
|
-
<td class="col-md-4">
|
612
|
-
<a name="euiResponsive"></a>
|
613
|
-
<b>euiResponsive</b>
|
614
|
-
</td>
|
615
|
-
</tr>
|
616
|
-
<tr>
|
617
|
-
<td class="col-md-4">
|
618
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
619
|
-
|
620
|
-
</td>
|
621
|
-
</tr>
|
622
|
-
</tbody>
|
623
|
-
</table>
|
624
|
-
<table class="table table-sm table-bordered">
|
625
|
-
<tbody>
|
626
|
-
<tr>
|
627
|
-
<td class="col-md-4">
|
628
|
-
<a name="euiRounded"></a>
|
629
|
-
<b>euiRounded</b>
|
630
|
-
</td>
|
631
|
-
</tr>
|
632
|
-
<tr>
|
633
|
-
<td class="col-md-4">
|
634
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
635
|
-
|
636
|
-
</td>
|
637
|
-
</tr>
|
638
|
-
</tbody>
|
639
|
-
</table>
|
640
|
-
<table class="table table-sm table-bordered">
|
641
|
-
<tbody>
|
642
|
-
<tr>
|
643
|
-
<td class="col-md-4">
|
644
|
-
<a name="euiSecondary"></a>
|
645
|
-
<b>euiSecondary</b>
|
646
|
-
</td>
|
647
|
-
</tr>
|
648
|
-
<tr>
|
649
|
-
<td class="col-md-4">
|
650
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
651
|
-
|
652
|
-
</td>
|
653
|
-
</tr>
|
654
|
-
</tbody>
|
655
|
-
</table>
|
656
|
-
<table class="table table-sm table-bordered">
|
657
|
-
<tbody>
|
658
|
-
<tr>
|
659
|
-
<td class="col-md-4">
|
660
|
-
<a name="euiSize2XL"></a>
|
661
|
-
<b>euiSize2XL</b>
|
662
|
-
</td>
|
663
|
-
</tr>
|
664
|
-
<tr>
|
665
|
-
<td class="col-md-4">
|
666
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
667
|
-
|
668
|
-
</td>
|
669
|
-
</tr>
|
670
|
-
</tbody>
|
671
|
-
</table>
|
672
|
-
<table class="table table-sm table-bordered">
|
673
|
-
<tbody>
|
674
|
-
<tr>
|
675
|
-
<td class="col-md-4">
|
676
|
-
<a name="euiSize2XS"></a>
|
677
|
-
<b>euiSize2XS</b>
|
678
|
-
</td>
|
679
|
-
</tr>
|
680
|
-
<tr>
|
681
|
-
<td class="col-md-4">
|
682
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
683
|
-
|
684
|
-
</td>
|
685
|
-
</tr>
|
686
|
-
</tbody>
|
687
|
-
</table>
|
688
|
-
<table class="table table-sm table-bordered">
|
689
|
-
<tbody>
|
690
|
-
<tr>
|
691
|
-
<td class="col-md-4">
|
692
|
-
<a name="euiSize3XL"></a>
|
693
|
-
<b>euiSize3XL</b>
|
694
|
-
</td>
|
695
|
-
</tr>
|
696
|
-
<tr>
|
697
|
-
<td class="col-md-4">
|
698
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
699
|
-
|
700
|
-
</td>
|
701
|
-
</tr>
|
702
|
-
</tbody>
|
703
|
-
</table>
|
704
|
-
<table class="table table-sm table-bordered">
|
705
|
-
<tbody>
|
706
|
-
<tr>
|
707
|
-
<td class="col-md-4">
|
708
|
-
<a name="euiSize4XL"></a>
|
709
|
-
<b>euiSize4XL</b>
|
710
|
-
</td>
|
711
|
-
</tr>
|
712
|
-
<tr>
|
713
|
-
<td class="col-md-4">
|
714
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
715
|
-
|
716
|
-
</td>
|
717
|
-
</tr>
|
718
|
-
</tbody>
|
719
|
-
</table>
|
720
|
-
<table class="table table-sm table-bordered">
|
721
|
-
<tbody>
|
722
|
-
<tr>
|
723
|
-
<td class="col-md-4">
|
724
|
-
<a name="euiSize5XL"></a>
|
725
|
-
<b>euiSize5XL</b>
|
726
|
-
</td>
|
727
|
-
</tr>
|
728
|
-
<tr>
|
729
|
-
<td class="col-md-4">
|
730
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
731
|
-
|
732
|
-
</td>
|
733
|
-
</tr>
|
734
|
-
</tbody>
|
735
|
-
</table>
|
736
|
-
<table class="table table-sm table-bordered">
|
737
|
-
<tbody>
|
738
|
-
<tr>
|
739
|
-
<td class="col-md-4">
|
740
|
-
<a name="euiSizeL"></a>
|
741
|
-
<b>euiSizeL</b>
|
742
|
-
</td>
|
743
|
-
</tr>
|
744
|
-
<tr>
|
745
|
-
<td class="col-md-4">
|
746
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
747
|
-
|
748
|
-
</td>
|
749
|
-
</tr>
|
750
|
-
</tbody>
|
751
|
-
</table>
|
752
|
-
<table class="table table-sm table-bordered">
|
753
|
-
<tbody>
|
754
|
-
<tr>
|
755
|
-
<td class="col-md-4">
|
756
|
-
<a name="euiSizeM"></a>
|
757
|
-
<b>euiSizeM</b>
|
758
|
-
</td>
|
759
|
-
</tr>
|
760
|
-
<tr>
|
761
|
-
<td class="col-md-4">
|
762
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
763
|
-
|
764
|
-
</td>
|
765
|
-
</tr>
|
766
|
-
</tbody>
|
767
|
-
</table>
|
768
|
-
<table class="table table-sm table-bordered">
|
769
|
-
<tbody>
|
770
|
-
<tr>
|
771
|
-
<td class="col-md-4">
|
772
|
-
<a name="euiSizeS"></a>
|
773
|
-
<b>euiSizeS</b>
|
774
|
-
</td>
|
775
|
-
</tr>
|
776
|
-
<tr>
|
777
|
-
<td class="col-md-4">
|
778
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
779
|
-
|
780
|
-
</td>
|
781
|
-
</tr>
|
782
|
-
</tbody>
|
783
|
-
</table>
|
784
|
-
<table class="table table-sm table-bordered">
|
785
|
-
<tbody>
|
786
|
-
<tr>
|
787
|
-
<td class="col-md-4">
|
788
|
-
<a name="euiSizeVariant"></a>
|
789
|
-
<b>euiSizeVariant</b>
|
790
|
-
</td>
|
791
|
-
</tr>
|
792
|
-
<tr>
|
793
|
-
<td class="col-md-4">
|
794
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
795
|
-
|
796
|
-
</td>
|
797
|
-
</tr>
|
798
|
-
</tbody>
|
799
|
-
</table>
|
800
|
-
<table class="table table-sm table-bordered">
|
801
|
-
<tbody>
|
802
|
-
<tr>
|
803
|
-
<td class="col-md-4">
|
804
|
-
<a name="euiSizeXL"></a>
|
805
|
-
<b>euiSizeXL</b>
|
806
|
-
</td>
|
807
|
-
</tr>
|
808
|
-
<tr>
|
809
|
-
<td class="col-md-4">
|
810
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
811
|
-
|
812
|
-
</td>
|
813
|
-
</tr>
|
814
|
-
</tbody>
|
815
|
-
</table>
|
816
|
-
<table class="table table-sm table-bordered">
|
817
|
-
<tbody>
|
818
|
-
<tr>
|
819
|
-
<td class="col-md-4">
|
820
|
-
<a name="euiSizeXS"></a>
|
821
|
-
<b>euiSizeXS</b>
|
822
|
-
</td>
|
823
|
-
</tr>
|
824
|
-
<tr>
|
825
|
-
<td class="col-md-4">
|
826
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
827
|
-
|
828
|
-
</td>
|
829
|
-
</tr>
|
830
|
-
</tbody>
|
831
|
-
</table>
|
832
|
-
<table class="table table-sm table-bordered">
|
833
|
-
<tbody>
|
834
|
-
<tr>
|
835
|
-
<td class="col-md-4">
|
836
|
-
<a name="euiSuccess"></a>
|
837
|
-
<b>euiSuccess</b>
|
838
|
-
</td>
|
839
|
-
</tr>
|
840
|
-
<tr>
|
841
|
-
<td class="col-md-4">
|
842
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
843
|
-
|
844
|
-
</td>
|
845
|
-
</tr>
|
846
|
-
</tbody>
|
847
|
-
</table>
|
848
|
-
<table class="table table-sm table-bordered">
|
849
|
-
<tbody>
|
850
|
-
<tr>
|
851
|
-
<td class="col-md-4">
|
852
|
-
<a name="euiVariant"></a>
|
853
|
-
<b>euiVariant</b>
|
854
|
-
</td>
|
855
|
-
</tr>
|
856
|
-
<tr>
|
857
|
-
<td class="col-md-4">
|
858
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
859
|
-
|
860
|
-
</td>
|
861
|
-
</tr>
|
862
|
-
</tbody>
|
863
|
-
</table>
|
864
|
-
<table class="table table-sm table-bordered">
|
865
|
-
<tbody>
|
866
|
-
<tr>
|
867
|
-
<td class="col-md-4">
|
868
|
-
<a name="euiWarning"></a>
|
869
|
-
<b>euiWarning</b>
|
870
|
-
</td>
|
871
|
-
</tr>
|
872
|
-
<tr>
|
873
|
-
<td class="col-md-4">
|
874
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
875
|
-
|
876
|
-
</td>
|
877
|
-
</tr>
|
878
|
-
</tbody>
|
879
|
-
</table>
|
880
|
-
<table class="table table-sm table-bordered">
|
881
|
-
<tbody>
|
882
|
-
<tr>
|
883
|
-
<td class="col-md-4">
|
884
|
-
<a name="styleClass"></a>
|
885
|
-
<b>styleClass</b>
|
886
|
-
</td>
|
887
|
-
</tr>
|
888
|
-
<tr>
|
889
|
-
<td class="col-md-4">
|
890
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
891
|
-
|
892
|
-
</td>
|
893
|
-
</tr>
|
894
|
-
</tbody>
|
895
|
-
</table>
|
896
|
-
</section>
|
897
|
-
<section data-compodoc="block-outputs">
|
898
|
-
<h3 id="outputs">Outputs</h3>
|
899
|
-
<table class="table table-sm table-bordered">
|
900
|
-
<tbody>
|
901
|
-
<tr>
|
902
|
-
<td class="col-md-4">
|
903
|
-
<a name="buttonClick"></a>
|
904
|
-
<b>buttonClick</b>
|
905
|
-
</td>
|
906
|
-
</tr>
|
907
|
-
<tr>
|
908
|
-
<td class="col-md-4">
|
909
|
-
<i>Type : </i> <code><a href="../components/EuiButtonComponent.html" target="_self" >EventEmitter<EuiButtonComponent></a></code>
|
910
|
-
|
911
|
-
</td>
|
912
|
-
</tr>
|
913
|
-
</tbody>
|
914
|
-
</table>
|
915
|
-
</section>
|
916
|
-
<section data-compodoc="block-properties">
|
917
|
-
<h3>HostBindings</h3> <table class="table table-sm table-bordered">
|
918
|
-
<tbody>
|
919
|
-
<tr>
|
920
|
-
<td class="col-md-4">
|
921
|
-
<a name="class"></a>
|
922
|
-
<span class="name">
|
923
|
-
<span ><b>class</b></span>
|
924
|
-
<a href="#class"><span class="icon ion-ios-link"></span></a>
|
925
|
-
</span>
|
926
|
-
</td>
|
927
|
-
</tr>
|
928
|
-
<tr>
|
929
|
-
<td class="col-md-4">
|
930
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
931
|
-
|
932
|
-
</td>
|
933
|
-
</tr>
|
934
|
-
|
935
|
-
|
936
|
-
</tbody>
|
937
|
-
</table>
|
938
|
-
</section>
|
939
|
-
|
940
|
-
|
941
|
-
<section data-compodoc="block-methods">
|
942
|
-
|
943
|
-
<h3 id="methods">
|
944
|
-
Methods
|
945
|
-
</h3>
|
946
|
-
<table class="table table-sm table-bordered">
|
947
|
-
<tbody>
|
948
|
-
<tr>
|
949
|
-
<td class="col-md-4">
|
950
|
-
<a name="getCssClasses"></a>
|
951
|
-
<span class="name">
|
952
|
-
<span ><b>getCssClasses</b></span>
|
953
|
-
<a href="#getCssClasses"><span class="icon ion-ios-link"></span></a>
|
954
|
-
</span>
|
955
|
-
</td>
|
956
|
-
</tr>
|
957
|
-
<tr>
|
958
|
-
<td class="col-md-4">
|
959
|
-
<code>getCssClasses(rootClass: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>)</code>
|
960
|
-
</td>
|
961
|
-
</tr>
|
962
|
-
|
963
|
-
|
964
|
-
|
965
|
-
|
966
|
-
<tr>
|
967
|
-
<td class="col-md-4">
|
968
|
-
|
969
|
-
<div class="io-description">
|
970
|
-
<b>Parameters :</b>
|
971
|
-
|
972
|
-
<table class="params">
|
973
|
-
<thead>
|
974
|
-
<tr>
|
975
|
-
<td>Name</td>
|
976
|
-
<td>Type</td>
|
977
|
-
<td>Optional</td>
|
978
|
-
</tr>
|
979
|
-
</thead>
|
980
|
-
<tbody>
|
981
|
-
<tr>
|
982
|
-
<td>rootClass</td>
|
983
|
-
<td>
|
984
|
-
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
985
|
-
</td>
|
986
|
-
|
987
|
-
<td>
|
988
|
-
No
|
989
|
-
</td>
|
990
|
-
|
991
|
-
|
992
|
-
</tr>
|
993
|
-
</tbody>
|
994
|
-
</table>
|
995
|
-
</div>
|
996
|
-
<div class="io-description">
|
997
|
-
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
998
|
-
|
999
|
-
</div>
|
1000
|
-
<div class="io-description">
|
1001
|
-
|
1002
|
-
</div>
|
1003
|
-
</td>
|
1004
|
-
</tr>
|
1005
|
-
</tbody>
|
1006
|
-
</table>
|
1007
|
-
</section>
|
1008
|
-
<section data-compodoc="block-properties">
|
1009
|
-
|
1010
|
-
<h3 id="inputs">
|
1011
|
-
Properties
|
1012
|
-
</h3>
|
1013
|
-
<table class="table table-sm table-bordered">
|
1014
|
-
<tbody>
|
1015
|
-
<tr>
|
1016
|
-
<td class="col-md-4">
|
1017
|
-
<a name="buttons"></a>
|
1018
|
-
<span class="name">
|
1019
|
-
<span class="modifier"></span>
|
1020
|
-
<span ><b>buttons</b></span>
|
1021
|
-
<a href="#buttons"><span class="icon ion-ios-link"></span></a>
|
1022
|
-
</span>
|
1023
|
-
</td>
|
1024
|
-
</tr>
|
1025
|
-
<tr>
|
1026
|
-
<td class="col-md-4">
|
1027
|
-
<i>Type : </i> <code><a href="../components/EuiButtonComponent.html" target="_self" >QueryList<EuiButtonComponent></a></code>
|
1028
|
-
|
1029
|
-
</td>
|
1030
|
-
</tr>
|
1031
|
-
<tr>
|
1032
|
-
<td class="col-md-4">
|
1033
|
-
<b>Decorators : </b>
|
1034
|
-
<br />
|
1035
|
-
<code>
|
1036
|
-
@ContentChildren(undefined)<br />
|
1037
|
-
</code>
|
1038
|
-
</td>
|
1039
|
-
</tr>
|
1040
|
-
|
1041
|
-
|
1042
|
-
</tbody>
|
1043
|
-
</table>
|
1044
|
-
</section>
|
1045
|
-
|
1046
|
-
<section data-compodoc="block-accessors">
|
1047
|
-
<h3 id="accessors">
|
1048
|
-
Accessors
|
1049
|
-
</h3>
|
1050
|
-
<table class="table table-sm table-bordered">
|
1051
|
-
<tbody>
|
1052
|
-
<tr>
|
1053
|
-
<td class="col-md-4">
|
1054
|
-
<a name="cssClasses"></a>
|
1055
|
-
<span class="name"><b>cssClasses</b><a href="#cssClasses"><span class="icon ion-ios-link"></span></a></span>
|
1056
|
-
</td>
|
1057
|
-
</tr>
|
1058
|
-
|
1059
|
-
<tr>
|
1060
|
-
<td class="col-md-4">
|
1061
|
-
<span class="accessor"><b>get</b><code>cssClasses()</code></span>
|
1062
|
-
</td>
|
1063
|
-
</tr>
|
1064
|
-
|
1065
|
-
</tbody>
|
1066
|
-
</table>
|
1067
|
-
<table class="table table-sm table-bordered">
|
1068
|
-
<tbody>
|
1069
|
-
<tr>
|
1070
|
-
<td class="col-md-4">
|
1071
|
-
<a name="isCheckboxButtons"></a>
|
1072
|
-
<span class="name"><b>isCheckboxButtons</b><a href="#isCheckboxButtons"><span class="icon ion-ios-link"></span></a></span>
|
1073
|
-
</td>
|
1074
|
-
</tr>
|
1075
|
-
|
1076
|
-
<tr>
|
1077
|
-
<td class="col-md-4">
|
1078
|
-
<span class="accessor"><b>get</b><code>isCheckboxButtons()</code></span>
|
1079
|
-
</td>
|
1080
|
-
</tr>
|
1081
|
-
|
1082
|
-
<tr>
|
1083
|
-
<td class="col-md-4">
|
1084
|
-
<span class="accessor"><b>set</b><code>isCheckboxButtons(value: BooleanInput)</code></span>
|
1085
|
-
</td>
|
1086
|
-
</tr>
|
1087
|
-
<tr>
|
1088
|
-
<td class="col-md-4">
|
1089
|
-
|
1090
|
-
<div class="io-description">
|
1091
|
-
<b>Parameters :</b>
|
1092
|
-
<table class="params">
|
1093
|
-
<thead>
|
1094
|
-
<tr>
|
1095
|
-
<td>Name</td>
|
1096
|
-
<td>Type</td>
|
1097
|
-
<td>Optional</td>
|
1098
|
-
</tr>
|
1099
|
-
</thead>
|
1100
|
-
<tbody>
|
1101
|
-
<tr>
|
1102
|
-
<td>value</td>
|
1103
|
-
|
1104
|
-
<td>
|
1105
|
-
<code>BooleanInput</code>
|
1106
|
-
</td>
|
1107
|
-
|
1108
|
-
<td>
|
1109
|
-
No
|
1110
|
-
</td>
|
1111
|
-
|
1112
|
-
</tr>
|
1113
|
-
</tbody>
|
1114
|
-
</table>
|
1115
|
-
</div>
|
1116
|
-
<div>
|
1117
|
-
</div>
|
1118
|
-
<div class="io-description">
|
1119
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1120
|
-
|
1121
|
-
</div>
|
1122
|
-
</td>
|
1123
|
-
</tr>
|
1124
|
-
</tbody>
|
1125
|
-
</table>
|
1126
|
-
<table class="table table-sm table-bordered">
|
1127
|
-
<tbody>
|
1128
|
-
<tr>
|
1129
|
-
<td class="col-md-4">
|
1130
|
-
<a name="isRadioButtons"></a>
|
1131
|
-
<span class="name"><b>isRadioButtons</b><a href="#isRadioButtons"><span class="icon ion-ios-link"></span></a></span>
|
1132
|
-
</td>
|
1133
|
-
</tr>
|
1134
|
-
|
1135
|
-
<tr>
|
1136
|
-
<td class="col-md-4">
|
1137
|
-
<span class="accessor"><b>get</b><code>isRadioButtons()</code></span>
|
1138
|
-
</td>
|
1139
|
-
</tr>
|
1140
|
-
|
1141
|
-
<tr>
|
1142
|
-
<td class="col-md-4">
|
1143
|
-
<span class="accessor"><b>set</b><code>isRadioButtons(value: BooleanInput)</code></span>
|
1144
|
-
</td>
|
1145
|
-
</tr>
|
1146
|
-
<tr>
|
1147
|
-
<td class="col-md-4">
|
1148
|
-
|
1149
|
-
<div class="io-description">
|
1150
|
-
<b>Parameters :</b>
|
1151
|
-
<table class="params">
|
1152
|
-
<thead>
|
1153
|
-
<tr>
|
1154
|
-
<td>Name</td>
|
1155
|
-
<td>Type</td>
|
1156
|
-
<td>Optional</td>
|
1157
|
-
</tr>
|
1158
|
-
</thead>
|
1159
|
-
<tbody>
|
1160
|
-
<tr>
|
1161
|
-
<td>value</td>
|
1162
|
-
|
1163
|
-
<td>
|
1164
|
-
<code>BooleanInput</code>
|
1165
|
-
</td>
|
1166
|
-
|
1167
|
-
<td>
|
1168
|
-
No
|
1169
|
-
</td>
|
1170
|
-
|
1171
|
-
</tr>
|
1172
|
-
</tbody>
|
1173
|
-
</table>
|
1174
|
-
</div>
|
1175
|
-
<div>
|
1176
|
-
</div>
|
1177
|
-
<div class="io-description">
|
1178
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1179
|
-
|
1180
|
-
</div>
|
1181
|
-
</td>
|
1182
|
-
</tr>
|
1183
419
|
</tbody>
|
1184
420
|
</table>
|
1185
421
|
</section>
|