@eui/components 18.0.0-next.29 → 18.0.0-next.30
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/classes/EuiMessageBoxConfig.html +1 -1
- package/docs/components/EuiAlertComponent.html +1 -1
- package/docs/components/EuiButtonComponent.html +1 -1
- package/docs/components/EuiDialogComponent.html +96 -687
- package/docs/components/EuiDialogContainerComponent.html +1 -1
- package/docs/components/EuiMenuItemComponent.html +1 -1
- package/docs/components/EuiMessageBoxComponent.html +123 -1227
- package/docs/components/EuiPopoverComponent.html +81 -995
- package/docs/components/EuiTabComponent.html +88 -1004
- package/docs/components/EuiTabContentComponent.html +5 -78
- package/docs/components/EuiTableComponent.html +586 -2166
- package/docs/components/EuiTableFilterComponent.html +122 -787
- package/docs/components/EuiTableSelectableHeaderComponent.html +11 -141
- package/docs/components/EuiTableSelectableRowComponent.html +11 -125
- package/docs/components/EuiTableSortableColComponent.html +23 -263
- package/docs/components/EuiTabsComponent.html +21 -265
- package/docs/dependencies.html +1 -1
- package/docs/interfaces/EuiDialogInterface.html +2 -2
- package/docs/js/menu-wc.js +6 -6
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/directives/eui-tooltip/container/eui-tooltip-container.component.mjs +2 -2
- package/esm2022/eui-alert/eui-alert.component.mjs +4 -3
- package/esm2022/eui-avatar/eui-avatar.component.mjs +2 -2
- package/esm2022/eui-badge/eui-badge.component.mjs +2 -2
- package/esm2022/eui-block-content/eui-block-content.component.mjs +2 -2
- package/esm2022/eui-button/eui-button.component.mjs +4 -5
- package/esm2022/eui-button-group/eui-button-group.component.mjs +1 -1
- package/esm2022/eui-button-v2/eui-button-v2.component.mjs +2 -2
- package/esm2022/eui-card/eui-card.component.mjs +2 -2
- package/esm2022/eui-chip/eui-chip.component.mjs +2 -2
- package/esm2022/eui-chip-list/eui-chip-list.component.mjs +2 -6
- package/esm2022/eui-dialog/container/eui-dialog-container.component.mjs +10 -10
- package/esm2022/eui-dialog/eui-dialog.component.mjs +29 -33
- package/esm2022/eui-dialog/models/eui-dialog.config.mjs +1 -1
- package/esm2022/eui-discussion-thread/eui-discussion-thread.component.mjs +2 -2
- package/esm2022/eui-ecl-date-block/eui-ecl-date-block.component.mjs +2 -2
- package/esm2022/eui-ecl-label/eui-ecl-label.component.mjs +2 -2
- package/esm2022/eui-feedback-message/eui-feedback-message.component.mjs +2 -2
- package/esm2022/eui-fieldset/eui-fieldset.component.mjs +2 -2
- package/esm2022/eui-file-upload/eui-file-upload.component.mjs +2 -2
- package/esm2022/eui-growl/eui-growl.component.mjs +2 -2
- package/esm2022/eui-input-checkbox/eui-input-checkbox.component.mjs +2 -2
- package/esm2022/eui-label/eui-label.component.mjs +2 -2
- package/esm2022/eui-language-selector/language-selector.component.mjs +2 -2
- package/esm2022/eui-list/eui-list-item/eui-list-item.component.mjs +2 -2
- package/esm2022/eui-list/eui-list.component.mjs +2 -2
- package/esm2022/eui-menu/eui-menu-item.component.mjs +4 -4
- package/esm2022/eui-menu/eui-menu.component.mjs +2 -2
- package/esm2022/eui-message-box/eui-message-box.component.mjs +51 -110
- package/esm2022/eui-message-box/models/eui-message-box.config.mjs +1 -1
- package/esm2022/eui-page/eui-page.component.mjs +2 -2
- package/esm2022/eui-popover/eui-popover.component.mjs +50 -72
- package/esm2022/eui-progress-bar/eui-progress-bar.component.mjs +2 -2
- package/esm2022/eui-progress-circle/eui-progress-circle.component.mjs +2 -2
- package/esm2022/eui-table/eui-table.component.mjs +82 -160
- package/esm2022/eui-table/filter/eui-table-filter.component.mjs +28 -32
- package/esm2022/eui-table/selectable-header/eui-table-selectable-header.component.mjs +12 -25
- package/esm2022/eui-table/selectable-row/eui-table-selectable-row.component.mjs +12 -25
- package/esm2022/eui-table/sortable-col/eui-table-sortable-col.component.mjs +20 -43
- package/esm2022/eui-tabs/eui-tab/eui-tab.component.mjs +44 -59
- package/esm2022/eui-tabs/eui-tab-content/eui-tab-content.component.mjs +6 -12
- package/esm2022/eui-tabs/eui-tabs.component.mjs +22 -45
- package/esm2022/eui-timebar/eui-timebar.component.mjs +2 -2
- package/esm2022/eui-timepicker/eui-timepicker.component.mjs +2 -2
- package/esm2022/eui-tree-list/eui-tree-list.component.mjs +2 -2
- package/esm2022/eui-wizard/eui-wizard-step.component.mjs +2 -2
- package/esm2022/eui-wizard/eui-wizard.component.mjs +2 -2
- package/esm2022/externals/eui-editor/eui-editor.component.mjs +2 -2
- package/esm2022/layout/eui-app/eui-app-toolbar/toolbar.component.mjs +2 -2
- package/esm2022/layout/eui-app/eui-app-top-message/top-message.component.mjs +2 -2
- package/esm2022/layout/eui-footer/footer.component.mjs +2 -2
- 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-search/search.component.mjs +2 -2
- package/esm2022/layout/eui-toolbar/toolbar.component.mjs +2 -2
- package/esm2022/layout/eui-user-profile/user-profile.component.mjs +2 -2
- package/esm2022/shared/base/base-states.directive.mjs +2 -1
- package/eui-alert/eui-alert.component.d.ts.map +1 -1
- package/eui-button/eui-button.component.d.ts.map +1 -1
- package/eui-button-group/eui-button-group.component.d.ts.map +1 -1
- package/eui-chip-list/eui-chip-list.component.d.ts.map +1 -1
- package/eui-dialog/eui-dialog.component.d.ts +11 -6
- package/eui-dialog/eui-dialog.component.d.ts.map +1 -1
- package/eui-dialog/models/eui-dialog.config.d.ts +1 -1
- package/eui-dialog/models/eui-dialog.config.d.ts.map +1 -1
- package/eui-menu/eui-menu-item.component.d.ts.map +1 -1
- package/eui-message-box/eui-message-box.component.d.ts +26 -42
- package/eui-message-box/eui-message-box.component.d.ts.map +1 -1
- package/eui-message-box/models/eui-message-box.config.d.ts +1 -1
- package/eui-message-box/models/eui-message-box.config.d.ts.map +1 -1
- package/eui-popover/eui-popover.component.d.ts +18 -21
- package/eui-popover/eui-popover.component.d.ts.map +1 -1
- package/eui-table/eui-table.component.d.ts +36 -51
- package/eui-table/eui-table.component.d.ts.map +1 -1
- package/eui-table/filter/eui-table-filter.component.d.ts +9 -9
- package/eui-table/filter/eui-table-filter.component.d.ts.map +1 -1
- package/eui-table/selectable-header/eui-table-selectable-header.component.d.ts +4 -7
- package/eui-table/selectable-header/eui-table-selectable-header.component.d.ts.map +1 -1
- package/eui-table/selectable-row/eui-table-selectable-row.component.d.ts +4 -7
- package/eui-table/selectable-row/eui-table-selectable-row.component.d.ts.map +1 -1
- package/eui-table/sortable-col/eui-table-sortable-col.component.d.ts +10 -16
- package/eui-table/sortable-col/eui-table-sortable-col.component.d.ts.map +1 -1
- package/eui-tabs/eui-tab/eui-tab.component.d.ts +18 -23
- package/eui-tabs/eui-tab/eui-tab.component.d.ts.map +1 -1
- package/eui-tabs/eui-tab-content/eui-tab-content.component.d.ts +2 -4
- package/eui-tabs/eui-tab-content/eui-tab-content.component.d.ts.map +1 -1
- package/eui-tabs/eui-tabs.component.d.ts +8 -13
- package/eui-tabs/eui-tabs.component.d.ts.map +1 -1
- package/fesm2022/eui-components-directives.mjs +2 -2
- package/fesm2022/eui-components-eui-alert.mjs +11 -10
- package/fesm2022/eui-components-eui-alert.mjs.map +2 -2
- package/fesm2022/eui-components-eui-avatar.mjs +2 -2
- package/fesm2022/eui-components-eui-badge.mjs +2 -2
- package/fesm2022/eui-components-eui-badge.mjs.map +1 -1
- package/fesm2022/eui-components-eui-block-content.mjs +2 -2
- package/fesm2022/eui-components-eui-block-content.mjs.map +1 -1
- package/fesm2022/eui-components-eui-button-group.mjs.map +1 -1
- package/fesm2022/eui-components-eui-button-v2.mjs +2 -2
- package/fesm2022/eui-components-eui-button.mjs +3 -4
- package/fesm2022/eui-components-eui-button.mjs.map +2 -2
- package/fesm2022/eui-components-eui-card.mjs +2 -2
- package/fesm2022/eui-components-eui-card.mjs.map +1 -1
- package/fesm2022/eui-components-eui-chip-list.mjs +1 -5
- package/fesm2022/eui-components-eui-chip-list.mjs.map +2 -2
- package/fesm2022/eui-components-eui-chip.mjs +2 -2
- package/fesm2022/eui-components-eui-chip.mjs.map +1 -1
- package/fesm2022/eui-components-eui-dialog.mjs +236 -212
- package/fesm2022/eui-components-eui-dialog.mjs.map +2 -2
- package/fesm2022/eui-components-eui-discussion-thread.mjs +2 -2
- package/fesm2022/eui-components-eui-discussion-thread.mjs.map +1 -1
- package/fesm2022/eui-components-eui-ecl-date-block.mjs +2 -2
- package/fesm2022/eui-components-eui-ecl-date-block.mjs.map +1 -1
- package/fesm2022/eui-components-eui-ecl-label.mjs +2 -2
- package/fesm2022/eui-components-eui-ecl-label.mjs.map +1 -1
- package/fesm2022/eui-components-eui-feedback-message.mjs +2 -2
- package/fesm2022/eui-components-eui-fieldset.mjs +2 -2
- package/fesm2022/eui-components-eui-file-upload.mjs +2 -2
- package/fesm2022/eui-components-eui-file-upload.mjs.map +1 -1
- package/fesm2022/eui-components-eui-growl.mjs +2 -2
- package/fesm2022/eui-components-eui-input-checkbox.mjs +2 -2
- package/fesm2022/eui-components-eui-input-checkbox.mjs.map +1 -1
- package/fesm2022/eui-components-eui-label.mjs +2 -2
- package/fesm2022/eui-components-eui-language-selector.mjs +2 -2
- package/fesm2022/eui-components-eui-language-selector.mjs.map +1 -1
- package/fesm2022/eui-components-eui-list.mjs +4 -4
- package/fesm2022/eui-components-eui-menu.mjs +23 -27
- package/fesm2022/eui-components-eui-menu.mjs.map +2 -2
- package/fesm2022/eui-components-eui-message-box.mjs +49 -105
- package/fesm2022/eui-components-eui-message-box.mjs.map +2 -2
- package/fesm2022/eui-components-eui-page.mjs +2 -2
- package/fesm2022/eui-components-eui-page.mjs.map +1 -1
- package/fesm2022/eui-components-eui-popover.mjs +49 -150
- package/fesm2022/eui-components-eui-popover.mjs.map +2 -2
- package/fesm2022/eui-components-eui-progress-bar.mjs +2 -2
- package/fesm2022/eui-components-eui-progress-bar.mjs.map +1 -1
- package/fesm2022/eui-components-eui-progress-circle.mjs +2 -2
- package/fesm2022/eui-components-eui-progress-circle.mjs.map +1 -1
- package/fesm2022/eui-components-eui-table.mjs +254 -418
- package/fesm2022/eui-components-eui-table.mjs.map +3 -3
- package/fesm2022/eui-components-eui-tabs.mjs +72 -116
- package/fesm2022/eui-components-eui-tabs.mjs.map +3 -3
- package/fesm2022/eui-components-eui-timebar.mjs +2 -2
- package/fesm2022/eui-components-eui-timebar.mjs.map +1 -1
- package/fesm2022/eui-components-eui-timepicker.mjs +2 -2
- package/fesm2022/eui-components-eui-timepicker.mjs.map +1 -1
- package/fesm2022/eui-components-eui-tree-list.mjs +2 -2
- package/fesm2022/eui-components-eui-tree-list.mjs.map +1 -1
- package/fesm2022/eui-components-eui-wizard.mjs +4 -4
- package/fesm2022/eui-components-eui-wizard.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 +16 -16
- package/fesm2022/eui-components-layout.mjs.map +1 -1
- package/fesm2022/eui-components-shared.mjs +1 -1
- package/fesm2022/eui-components-shared.mjs.map +2 -2
- package/package.json +3 -3
- package/shared/base/base-states.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>
|
@@ -150,6 +144,14 @@
|
|
150
144
|
<td class="col-md-9"><code>ViewEncapsulation.None</code></td>
|
151
145
|
</tr>
|
152
146
|
|
147
|
+
<tr>
|
148
|
+
<td class="col-md-3">HostDirectives</td>
|
149
|
+
<td class="col-md-9">
|
150
|
+
<code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
|
151
|
+
<br/>
|
152
|
+
<div><i> Inputs</i> : euiPrimary euiSecondary euiInfo euiSuccess euiWarning euiDanger euiAccent euiVariant </div>
|
153
|
+
</td>
|
154
|
+
</tr>
|
153
155
|
|
154
156
|
|
155
157
|
|
@@ -207,6 +209,10 @@
|
|
207
209
|
<tr>
|
208
210
|
<td class="col-md-4">
|
209
211
|
<ul class="index-list">
|
212
|
+
<li>
|
213
|
+
<span class="modifier">Public</span>
|
214
|
+
<a href="#baseStatesDirective" >baseStatesDirective</a>
|
215
|
+
</li>
|
210
216
|
<li>
|
211
217
|
<span class="modifier">Public</span>
|
212
218
|
<a href="#content" >content</a>
|
@@ -271,9 +277,6 @@
|
|
271
277
|
<span class="modifier">Public</span>
|
272
278
|
<a href="#openDialog" >openDialog</a>
|
273
279
|
</li>
|
274
|
-
<li>
|
275
|
-
<a href="#getCssClasses" >getCssClasses</a>
|
276
|
-
</li>
|
277
280
|
</ul>
|
278
281
|
</td>
|
279
282
|
</tr>
|
@@ -356,7 +359,7 @@
|
|
356
359
|
<a href="#title" >title</a>
|
357
360
|
</li>
|
358
361
|
<li>
|
359
|
-
<a href="#typeClass" >typeClass</a>
|
362
|
+
<a href="#typeClass" class="deprecated-name">typeClass</a>
|
360
363
|
</li>
|
361
364
|
<li>
|
362
365
|
<a href="#verticalPosition" >verticalPosition</a>
|
@@ -364,90 +367,6 @@
|
|
364
367
|
<li>
|
365
368
|
<a href="#width" >width</a>
|
366
369
|
</li>
|
367
|
-
<li>
|
368
|
-
<a href="#euiAccent" >euiAccent</a>
|
369
|
-
</li>
|
370
|
-
<li>
|
371
|
-
<a href="#euiClearable" >euiClearable</a>
|
372
|
-
</li>
|
373
|
-
<li>
|
374
|
-
<a href="#euiCompact" >euiCompact</a>
|
375
|
-
</li>
|
376
|
-
<li>
|
377
|
-
<a href="#euiDanger" >euiDanger</a>
|
378
|
-
</li>
|
379
|
-
<li>
|
380
|
-
<a href="#euiDisabled" >euiDisabled</a>
|
381
|
-
</li>
|
382
|
-
<li>
|
383
|
-
<a href="#euiHighlighted" >euiHighlighted</a>
|
384
|
-
</li>
|
385
|
-
<li>
|
386
|
-
<a href="#euiInfo" >euiInfo</a>
|
387
|
-
</li>
|
388
|
-
<li>
|
389
|
-
<a href="#euiLoading" >euiLoading</a>
|
390
|
-
</li>
|
391
|
-
<li>
|
392
|
-
<a href="#euiOutline" >euiOutline</a>
|
393
|
-
</li>
|
394
|
-
<li>
|
395
|
-
<a href="#euiPrimary" >euiPrimary</a>
|
396
|
-
</li>
|
397
|
-
<li>
|
398
|
-
<a href="#euiResponsive" >euiResponsive</a>
|
399
|
-
</li>
|
400
|
-
<li>
|
401
|
-
<a href="#euiRounded" >euiRounded</a>
|
402
|
-
</li>
|
403
|
-
<li>
|
404
|
-
<a href="#euiSecondary" >euiSecondary</a>
|
405
|
-
</li>
|
406
|
-
<li>
|
407
|
-
<a href="#euiSize2XL" >euiSize2XL</a>
|
408
|
-
</li>
|
409
|
-
<li>
|
410
|
-
<a href="#euiSize2XS" >euiSize2XS</a>
|
411
|
-
</li>
|
412
|
-
<li>
|
413
|
-
<a href="#euiSize3XL" >euiSize3XL</a>
|
414
|
-
</li>
|
415
|
-
<li>
|
416
|
-
<a href="#euiSize4XL" >euiSize4XL</a>
|
417
|
-
</li>
|
418
|
-
<li>
|
419
|
-
<a href="#euiSize5XL" >euiSize5XL</a>
|
420
|
-
</li>
|
421
|
-
<li>
|
422
|
-
<a href="#euiSizeL" >euiSizeL</a>
|
423
|
-
</li>
|
424
|
-
<li>
|
425
|
-
<a href="#euiSizeM" >euiSizeM</a>
|
426
|
-
</li>
|
427
|
-
<li>
|
428
|
-
<a href="#euiSizeS" >euiSizeS</a>
|
429
|
-
</li>
|
430
|
-
<li>
|
431
|
-
<a href="#euiSizeVariant" >euiSizeVariant</a>
|
432
|
-
</li>
|
433
|
-
<li>
|
434
|
-
<a href="#euiSizeXL" >euiSizeXL</a>
|
435
|
-
</li>
|
436
|
-
<li>
|
437
|
-
<a href="#euiSizeXS" >euiSizeXS</a>
|
438
|
-
</li>
|
439
|
-
<li>
|
440
|
-
<a href="#euiSuccess" >euiSuccess</a>
|
441
|
-
</li>
|
442
|
-
<li>
|
443
|
-
<a href="#euiVariant" >euiVariant</a>
|
444
|
-
</li>
|
445
|
-
<li>
|
446
|
-
<a href="#euiWarning" >euiWarning</a>
|
447
|
-
</li>
|
448
|
-
<li>
|
449
|
-
<a href="#styleClass" >styleClass</a>
|
450
|
-
</li>
|
451
370
|
</ul>
|
452
371
|
</td>
|
453
372
|
</tr>
|
@@ -482,20 +401,6 @@
|
|
482
401
|
</td>
|
483
402
|
</tr>
|
484
403
|
|
485
|
-
<tr>
|
486
|
-
<td class="col-md-4">
|
487
|
-
<h6><b>HostBindings</b></h6>
|
488
|
-
</td>
|
489
|
-
</tr>
|
490
|
-
<tr>
|
491
|
-
<td class="col-md-4">
|
492
|
-
<ul class="index-list">
|
493
|
-
<li>
|
494
|
-
<a href="#attr.aria-disabled" >attr.aria-disabled</a>
|
495
|
-
</li>
|
496
|
-
</ul>
|
497
|
-
</td>
|
498
|
-
</tr>
|
499
404
|
|
500
405
|
|
501
406
|
<tr>
|
@@ -522,7 +427,7 @@
|
|
522
427
|
<tbody>
|
523
428
|
<tr>
|
524
429
|
<td class="col-md-4">
|
525
|
-
<code>constructor(viewContainerRef: ViewContainerRef, euiDialogService: <a href="../injectables/EuiDialogService.html" target="_self">EuiDialogService</a>)</code>
|
430
|
+
<code>constructor(viewContainerRef: ViewContainerRef, euiDialogService: <a href="../injectables/EuiDialogService.html" target="_self">EuiDialogService</a>, baseStatesDirective: <a href="../directives/BaseStatesDirective.html" target="_self">BaseStatesDirective</a>)</code>
|
526
431
|
</td>
|
527
432
|
</tr>
|
528
433
|
|
@@ -563,6 +468,18 @@
|
|
563
468
|
</td>
|
564
469
|
|
565
470
|
</tr>
|
471
|
+
<tr>
|
472
|
+
<td>baseStatesDirective</td>
|
473
|
+
|
474
|
+
<td>
|
475
|
+
<code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
|
476
|
+
</td>
|
477
|
+
|
478
|
+
<td>
|
479
|
+
No
|
480
|
+
</td>
|
481
|
+
|
482
|
+
</tr>
|
566
483
|
</tbody>
|
567
484
|
</table>
|
568
485
|
</div>
|
@@ -1062,7 +979,7 @@
|
|
1062
979
|
</tr>
|
1063
980
|
<tr>
|
1064
981
|
<td class="col-md-4">
|
1065
|
-
<i>Type : </i> <code>"primary" | "secondary" | "info" | "success" | "warning" | "danger" | "accent"
|
982
|
+
<i>Type : </i> <code>"primary" | "secondary" | "info" | "success" | "warning" | "danger" | "accent" | string</code>
|
1066
983
|
|
1067
984
|
</td>
|
1068
985
|
</tr>
|
@@ -1105,17 +1022,20 @@
|
|
1105
1022
|
</tr>
|
1106
1023
|
</tbody>
|
1107
1024
|
</table>
|
1025
|
+
</section>
|
1026
|
+
<section data-compodoc="block-outputs">
|
1027
|
+
<h3 id="outputs">Outputs</h3>
|
1108
1028
|
<table class="table table-sm table-bordered">
|
1109
1029
|
<tbody>
|
1110
1030
|
<tr>
|
1111
1031
|
<td class="col-md-4">
|
1112
|
-
<a name="
|
1113
|
-
<b>
|
1032
|
+
<a name="accept"></a>
|
1033
|
+
<b>accept</b>
|
1114
1034
|
</td>
|
1115
1035
|
</tr>
|
1116
1036
|
<tr>
|
1117
1037
|
<td class="col-md-4">
|
1118
|
-
<i>Type : </i>
|
1038
|
+
<i>Type : </i> <code>EventEmitter</code>
|
1119
1039
|
|
1120
1040
|
</td>
|
1121
1041
|
</tr>
|
@@ -1125,13 +1045,13 @@
|
|
1125
1045
|
<tbody>
|
1126
1046
|
<tr>
|
1127
1047
|
<td class="col-md-4">
|
1128
|
-
<a name="
|
1129
|
-
<b>
|
1048
|
+
<a name="clickOutside"></a>
|
1049
|
+
<b>clickOutside</b>
|
1130
1050
|
</td>
|
1131
1051
|
</tr>
|
1132
1052
|
<tr>
|
1133
1053
|
<td class="col-md-4">
|
1134
|
-
<i>Type : </i>
|
1054
|
+
<i>Type : </i> <code>EventEmitter</code>
|
1135
1055
|
|
1136
1056
|
</td>
|
1137
1057
|
</tr>
|
@@ -1141,13 +1061,13 @@
|
|
1141
1061
|
<tbody>
|
1142
1062
|
<tr>
|
1143
1063
|
<td class="col-md-4">
|
1144
|
-
<a name="
|
1145
|
-
<b>
|
1064
|
+
<a name="dialogClose"></a>
|
1065
|
+
<b>dialogClose</b>
|
1146
1066
|
</td>
|
1147
1067
|
</tr>
|
1148
1068
|
<tr>
|
1149
1069
|
<td class="col-md-4">
|
1150
|
-
<i>Type : </i>
|
1070
|
+
<i>Type : </i> <code>EventEmitter</code>
|
1151
1071
|
|
1152
1072
|
</td>
|
1153
1073
|
</tr>
|
@@ -1157,13 +1077,13 @@
|
|
1157
1077
|
<tbody>
|
1158
1078
|
<tr>
|
1159
1079
|
<td class="col-md-4">
|
1160
|
-
<a name="
|
1161
|
-
<b>
|
1080
|
+
<a name="dialogOpen"></a>
|
1081
|
+
<b>dialogOpen</b>
|
1162
1082
|
</td>
|
1163
1083
|
</tr>
|
1164
1084
|
<tr>
|
1165
1085
|
<td class="col-md-4">
|
1166
|
-
<i>Type : </i>
|
1086
|
+
<i>Type : </i> <code>EventEmitter</code>
|
1167
1087
|
|
1168
1088
|
</td>
|
1169
1089
|
</tr>
|
@@ -1173,13 +1093,13 @@
|
|
1173
1093
|
<tbody>
|
1174
1094
|
<tr>
|
1175
1095
|
<td class="col-md-4">
|
1176
|
-
<a name="
|
1177
|
-
<b>
|
1096
|
+
<a name="dismiss"></a>
|
1097
|
+
<b>dismiss</b>
|
1178
1098
|
</td>
|
1179
1099
|
</tr>
|
1180
1100
|
<tr>
|
1181
1101
|
<td class="col-md-4">
|
1182
|
-
<i>Type : </i>
|
1102
|
+
<i>Type : </i> <code>EventEmitter</code>
|
1183
1103
|
|
1184
1104
|
</td>
|
1185
1105
|
</tr>
|
@@ -1189,529 +1109,55 @@
|
|
1189
1109
|
<tbody>
|
1190
1110
|
<tr>
|
1191
1111
|
<td class="col-md-4">
|
1192
|
-
<a name="
|
1193
|
-
<b>
|
1112
|
+
<a name="escape"></a>
|
1113
|
+
<b>escape</b>
|
1194
1114
|
</td>
|
1195
1115
|
</tr>
|
1196
1116
|
<tr>
|
1197
1117
|
<td class="col-md-4">
|
1198
|
-
<i>Type : </i>
|
1118
|
+
<i>Type : </i> <code>EventEmitter</code>
|
1199
1119
|
|
1200
1120
|
</td>
|
1201
1121
|
</tr>
|
1202
1122
|
</tbody>
|
1203
1123
|
</table>
|
1204
|
-
|
1205
|
-
<tbody>
|
1206
|
-
<tr>
|
1207
|
-
<td class="col-md-4">
|
1208
|
-
<a name="euiInfo"></a>
|
1209
|
-
<b>euiInfo</b>
|
1210
|
-
</td>
|
1211
|
-
</tr>
|
1212
|
-
<tr>
|
1213
|
-
<td class="col-md-4">
|
1214
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1124
|
+
</section>
|
1215
1125
|
|
1216
|
-
</td>
|
1217
|
-
</tr>
|
1218
|
-
</tbody>
|
1219
|
-
</table>
|
1220
|
-
<table class="table table-sm table-bordered">
|
1221
|
-
<tbody>
|
1222
|
-
<tr>
|
1223
|
-
<td class="col-md-4">
|
1224
|
-
<a name="euiLoading"></a>
|
1225
|
-
<b>euiLoading</b>
|
1226
|
-
</td>
|
1227
|
-
</tr>
|
1228
|
-
<tr>
|
1229
|
-
<td class="col-md-4">
|
1230
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1231
1126
|
|
1232
|
-
|
1233
|
-
|
1234
|
-
|
1235
|
-
|
1236
|
-
|
1237
|
-
|
1238
|
-
|
1239
|
-
|
1240
|
-
|
1241
|
-
|
1242
|
-
|
1243
|
-
|
1244
|
-
|
1245
|
-
|
1246
|
-
|
1127
|
+
<section data-compodoc="block-methods">
|
1128
|
+
|
1129
|
+
<h3 id="methods">
|
1130
|
+
Methods
|
1131
|
+
</h3>
|
1132
|
+
<table class="table table-sm table-bordered">
|
1133
|
+
<tbody>
|
1134
|
+
<tr>
|
1135
|
+
<td class="col-md-4">
|
1136
|
+
<a name="closeDialog"></a>
|
1137
|
+
<span class="name">
|
1138
|
+
<span class="modifier">Public</span>
|
1139
|
+
<span ><b>closeDialog</b></span>
|
1140
|
+
<a href="#closeDialog"><span class="icon ion-ios-link"></span></a>
|
1141
|
+
</span>
|
1142
|
+
</td>
|
1143
|
+
</tr>
|
1144
|
+
<tr>
|
1145
|
+
<td class="col-md-4">
|
1146
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
1147
|
+
<code>closeDialog()</code>
|
1148
|
+
</td>
|
1149
|
+
</tr>
|
1247
1150
|
|
1248
|
-
</td>
|
1249
|
-
</tr>
|
1250
|
-
</tbody>
|
1251
|
-
</table>
|
1252
|
-
<table class="table table-sm table-bordered">
|
1253
|
-
<tbody>
|
1254
|
-
<tr>
|
1255
|
-
<td class="col-md-4">
|
1256
|
-
<a name="euiPrimary"></a>
|
1257
|
-
<b>euiPrimary</b>
|
1258
|
-
</td>
|
1259
|
-
</tr>
|
1260
|
-
<tr>
|
1261
|
-
<td class="col-md-4">
|
1262
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1263
1151
|
|
1264
|
-
</td>
|
1265
|
-
</tr>
|
1266
|
-
</tbody>
|
1267
|
-
</table>
|
1268
|
-
<table class="table table-sm table-bordered">
|
1269
|
-
<tbody>
|
1270
|
-
<tr>
|
1271
|
-
<td class="col-md-4">
|
1272
|
-
<a name="euiResponsive"></a>
|
1273
|
-
<b>euiResponsive</b>
|
1274
|
-
</td>
|
1275
|
-
</tr>
|
1276
|
-
<tr>
|
1277
|
-
<td class="col-md-4">
|
1278
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1279
1152
|
|
1280
|
-
</td>
|
1281
|
-
</tr>
|
1282
|
-
</tbody>
|
1283
|
-
</table>
|
1284
|
-
<table class="table table-sm table-bordered">
|
1285
|
-
<tbody>
|
1286
|
-
<tr>
|
1287
|
-
<td class="col-md-4">
|
1288
|
-
<a name="euiRounded"></a>
|
1289
|
-
<b>euiRounded</b>
|
1290
|
-
</td>
|
1291
|
-
</tr>
|
1292
|
-
<tr>
|
1293
|
-
<td class="col-md-4">
|
1294
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1295
1153
|
|
1296
|
-
|
1297
|
-
|
1298
|
-
|
1299
|
-
|
1300
|
-
<table class="table table-sm table-bordered">
|
1301
|
-
<tbody>
|
1302
|
-
<tr>
|
1303
|
-
<td class="col-md-4">
|
1304
|
-
<a name="euiSecondary"></a>
|
1305
|
-
<b>euiSecondary</b>
|
1306
|
-
</td>
|
1307
|
-
</tr>
|
1308
|
-
<tr>
|
1309
|
-
<td class="col-md-4">
|
1310
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1154
|
+
<tr>
|
1155
|
+
<td class="col-md-4">
|
1156
|
+
<div class="io-description"><p>Close a Dialog</p>
|
1157
|
+
</div>
|
1311
1158
|
|
1312
|
-
|
1313
|
-
|
1314
|
-
</tbody>
|
1315
|
-
</table>
|
1316
|
-
<table class="table table-sm table-bordered">
|
1317
|
-
<tbody>
|
1318
|
-
<tr>
|
1319
|
-
<td class="col-md-4">
|
1320
|
-
<a name="euiSize2XL"></a>
|
1321
|
-
<b>euiSize2XL</b>
|
1322
|
-
</td>
|
1323
|
-
</tr>
|
1324
|
-
<tr>
|
1325
|
-
<td class="col-md-4">
|
1326
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1327
|
-
|
1328
|
-
</td>
|
1329
|
-
</tr>
|
1330
|
-
</tbody>
|
1331
|
-
</table>
|
1332
|
-
<table class="table table-sm table-bordered">
|
1333
|
-
<tbody>
|
1334
|
-
<tr>
|
1335
|
-
<td class="col-md-4">
|
1336
|
-
<a name="euiSize2XS"></a>
|
1337
|
-
<b>euiSize2XS</b>
|
1338
|
-
</td>
|
1339
|
-
</tr>
|
1340
|
-
<tr>
|
1341
|
-
<td class="col-md-4">
|
1342
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1343
|
-
|
1344
|
-
</td>
|
1345
|
-
</tr>
|
1346
|
-
</tbody>
|
1347
|
-
</table>
|
1348
|
-
<table class="table table-sm table-bordered">
|
1349
|
-
<tbody>
|
1350
|
-
<tr>
|
1351
|
-
<td class="col-md-4">
|
1352
|
-
<a name="euiSize3XL"></a>
|
1353
|
-
<b>euiSize3XL</b>
|
1354
|
-
</td>
|
1355
|
-
</tr>
|
1356
|
-
<tr>
|
1357
|
-
<td class="col-md-4">
|
1358
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1359
|
-
|
1360
|
-
</td>
|
1361
|
-
</tr>
|
1362
|
-
</tbody>
|
1363
|
-
</table>
|
1364
|
-
<table class="table table-sm table-bordered">
|
1365
|
-
<tbody>
|
1366
|
-
<tr>
|
1367
|
-
<td class="col-md-4">
|
1368
|
-
<a name="euiSize4XL"></a>
|
1369
|
-
<b>euiSize4XL</b>
|
1370
|
-
</td>
|
1371
|
-
</tr>
|
1372
|
-
<tr>
|
1373
|
-
<td class="col-md-4">
|
1374
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1375
|
-
|
1376
|
-
</td>
|
1377
|
-
</tr>
|
1378
|
-
</tbody>
|
1379
|
-
</table>
|
1380
|
-
<table class="table table-sm table-bordered">
|
1381
|
-
<tbody>
|
1382
|
-
<tr>
|
1383
|
-
<td class="col-md-4">
|
1384
|
-
<a name="euiSize5XL"></a>
|
1385
|
-
<b>euiSize5XL</b>
|
1386
|
-
</td>
|
1387
|
-
</tr>
|
1388
|
-
<tr>
|
1389
|
-
<td class="col-md-4">
|
1390
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1391
|
-
|
1392
|
-
</td>
|
1393
|
-
</tr>
|
1394
|
-
</tbody>
|
1395
|
-
</table>
|
1396
|
-
<table class="table table-sm table-bordered">
|
1397
|
-
<tbody>
|
1398
|
-
<tr>
|
1399
|
-
<td class="col-md-4">
|
1400
|
-
<a name="euiSizeL"></a>
|
1401
|
-
<b>euiSizeL</b>
|
1402
|
-
</td>
|
1403
|
-
</tr>
|
1404
|
-
<tr>
|
1405
|
-
<td class="col-md-4">
|
1406
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1407
|
-
|
1408
|
-
</td>
|
1409
|
-
</tr>
|
1410
|
-
</tbody>
|
1411
|
-
</table>
|
1412
|
-
<table class="table table-sm table-bordered">
|
1413
|
-
<tbody>
|
1414
|
-
<tr>
|
1415
|
-
<td class="col-md-4">
|
1416
|
-
<a name="euiSizeM"></a>
|
1417
|
-
<b>euiSizeM</b>
|
1418
|
-
</td>
|
1419
|
-
</tr>
|
1420
|
-
<tr>
|
1421
|
-
<td class="col-md-4">
|
1422
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1423
|
-
|
1424
|
-
</td>
|
1425
|
-
</tr>
|
1426
|
-
</tbody>
|
1427
|
-
</table>
|
1428
|
-
<table class="table table-sm table-bordered">
|
1429
|
-
<tbody>
|
1430
|
-
<tr>
|
1431
|
-
<td class="col-md-4">
|
1432
|
-
<a name="euiSizeS"></a>
|
1433
|
-
<b>euiSizeS</b>
|
1434
|
-
</td>
|
1435
|
-
</tr>
|
1436
|
-
<tr>
|
1437
|
-
<td class="col-md-4">
|
1438
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1439
|
-
|
1440
|
-
</td>
|
1441
|
-
</tr>
|
1442
|
-
</tbody>
|
1443
|
-
</table>
|
1444
|
-
<table class="table table-sm table-bordered">
|
1445
|
-
<tbody>
|
1446
|
-
<tr>
|
1447
|
-
<td class="col-md-4">
|
1448
|
-
<a name="euiSizeVariant"></a>
|
1449
|
-
<b>euiSizeVariant</b>
|
1450
|
-
</td>
|
1451
|
-
</tr>
|
1452
|
-
<tr>
|
1453
|
-
<td class="col-md-4">
|
1454
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
1455
|
-
|
1456
|
-
</td>
|
1457
|
-
</tr>
|
1458
|
-
</tbody>
|
1459
|
-
</table>
|
1460
|
-
<table class="table table-sm table-bordered">
|
1461
|
-
<tbody>
|
1462
|
-
<tr>
|
1463
|
-
<td class="col-md-4">
|
1464
|
-
<a name="euiSizeXL"></a>
|
1465
|
-
<b>euiSizeXL</b>
|
1466
|
-
</td>
|
1467
|
-
</tr>
|
1468
|
-
<tr>
|
1469
|
-
<td class="col-md-4">
|
1470
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1471
|
-
|
1472
|
-
</td>
|
1473
|
-
</tr>
|
1474
|
-
</tbody>
|
1475
|
-
</table>
|
1476
|
-
<table class="table table-sm table-bordered">
|
1477
|
-
<tbody>
|
1478
|
-
<tr>
|
1479
|
-
<td class="col-md-4">
|
1480
|
-
<a name="euiSizeXS"></a>
|
1481
|
-
<b>euiSizeXS</b>
|
1482
|
-
</td>
|
1483
|
-
</tr>
|
1484
|
-
<tr>
|
1485
|
-
<td class="col-md-4">
|
1486
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1487
|
-
|
1488
|
-
</td>
|
1489
|
-
</tr>
|
1490
|
-
</tbody>
|
1491
|
-
</table>
|
1492
|
-
<table class="table table-sm table-bordered">
|
1493
|
-
<tbody>
|
1494
|
-
<tr>
|
1495
|
-
<td class="col-md-4">
|
1496
|
-
<a name="euiSuccess"></a>
|
1497
|
-
<b>euiSuccess</b>
|
1498
|
-
</td>
|
1499
|
-
</tr>
|
1500
|
-
<tr>
|
1501
|
-
<td class="col-md-4">
|
1502
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1503
|
-
|
1504
|
-
</td>
|
1505
|
-
</tr>
|
1506
|
-
</tbody>
|
1507
|
-
</table>
|
1508
|
-
<table class="table table-sm table-bordered">
|
1509
|
-
<tbody>
|
1510
|
-
<tr>
|
1511
|
-
<td class="col-md-4">
|
1512
|
-
<a name="euiVariant"></a>
|
1513
|
-
<b>euiVariant</b>
|
1514
|
-
</td>
|
1515
|
-
</tr>
|
1516
|
-
<tr>
|
1517
|
-
<td class="col-md-4">
|
1518
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
1519
|
-
|
1520
|
-
</td>
|
1521
|
-
</tr>
|
1522
|
-
</tbody>
|
1523
|
-
</table>
|
1524
|
-
<table class="table table-sm table-bordered">
|
1525
|
-
<tbody>
|
1526
|
-
<tr>
|
1527
|
-
<td class="col-md-4">
|
1528
|
-
<a name="euiWarning"></a>
|
1529
|
-
<b>euiWarning</b>
|
1530
|
-
</td>
|
1531
|
-
</tr>
|
1532
|
-
<tr>
|
1533
|
-
<td class="col-md-4">
|
1534
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1535
|
-
|
1536
|
-
</td>
|
1537
|
-
</tr>
|
1538
|
-
</tbody>
|
1539
|
-
</table>
|
1540
|
-
<table class="table table-sm table-bordered">
|
1541
|
-
<tbody>
|
1542
|
-
<tr>
|
1543
|
-
<td class="col-md-4">
|
1544
|
-
<a name="styleClass"></a>
|
1545
|
-
<b>styleClass</b>
|
1546
|
-
</td>
|
1547
|
-
</tr>
|
1548
|
-
<tr>
|
1549
|
-
<td class="col-md-4">
|
1550
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
1551
|
-
|
1552
|
-
</td>
|
1553
|
-
</tr>
|
1554
|
-
</tbody>
|
1555
|
-
</table>
|
1556
|
-
</section>
|
1557
|
-
<section data-compodoc="block-outputs">
|
1558
|
-
<h3 id="outputs">Outputs</h3>
|
1559
|
-
<table class="table table-sm table-bordered">
|
1560
|
-
<tbody>
|
1561
|
-
<tr>
|
1562
|
-
<td class="col-md-4">
|
1563
|
-
<a name="accept"></a>
|
1564
|
-
<b>accept</b>
|
1565
|
-
</td>
|
1566
|
-
</tr>
|
1567
|
-
<tr>
|
1568
|
-
<td class="col-md-4">
|
1569
|
-
<i>Type : </i> <code>EventEmitter</code>
|
1570
|
-
|
1571
|
-
</td>
|
1572
|
-
</tr>
|
1573
|
-
</tbody>
|
1574
|
-
</table>
|
1575
|
-
<table class="table table-sm table-bordered">
|
1576
|
-
<tbody>
|
1577
|
-
<tr>
|
1578
|
-
<td class="col-md-4">
|
1579
|
-
<a name="clickOutside"></a>
|
1580
|
-
<b>clickOutside</b>
|
1581
|
-
</td>
|
1582
|
-
</tr>
|
1583
|
-
<tr>
|
1584
|
-
<td class="col-md-4">
|
1585
|
-
<i>Type : </i> <code>EventEmitter</code>
|
1586
|
-
|
1587
|
-
</td>
|
1588
|
-
</tr>
|
1589
|
-
</tbody>
|
1590
|
-
</table>
|
1591
|
-
<table class="table table-sm table-bordered">
|
1592
|
-
<tbody>
|
1593
|
-
<tr>
|
1594
|
-
<td class="col-md-4">
|
1595
|
-
<a name="dialogClose"></a>
|
1596
|
-
<b>dialogClose</b>
|
1597
|
-
</td>
|
1598
|
-
</tr>
|
1599
|
-
<tr>
|
1600
|
-
<td class="col-md-4">
|
1601
|
-
<i>Type : </i> <code>EventEmitter</code>
|
1602
|
-
|
1603
|
-
</td>
|
1604
|
-
</tr>
|
1605
|
-
</tbody>
|
1606
|
-
</table>
|
1607
|
-
<table class="table table-sm table-bordered">
|
1608
|
-
<tbody>
|
1609
|
-
<tr>
|
1610
|
-
<td class="col-md-4">
|
1611
|
-
<a name="dialogOpen"></a>
|
1612
|
-
<b>dialogOpen</b>
|
1613
|
-
</td>
|
1614
|
-
</tr>
|
1615
|
-
<tr>
|
1616
|
-
<td class="col-md-4">
|
1617
|
-
<i>Type : </i> <code>EventEmitter</code>
|
1618
|
-
|
1619
|
-
</td>
|
1620
|
-
</tr>
|
1621
|
-
</tbody>
|
1622
|
-
</table>
|
1623
|
-
<table class="table table-sm table-bordered">
|
1624
|
-
<tbody>
|
1625
|
-
<tr>
|
1626
|
-
<td class="col-md-4">
|
1627
|
-
<a name="dismiss"></a>
|
1628
|
-
<b>dismiss</b>
|
1629
|
-
</td>
|
1630
|
-
</tr>
|
1631
|
-
<tr>
|
1632
|
-
<td class="col-md-4">
|
1633
|
-
<i>Type : </i> <code>EventEmitter</code>
|
1634
|
-
|
1635
|
-
</td>
|
1636
|
-
</tr>
|
1637
|
-
</tbody>
|
1638
|
-
</table>
|
1639
|
-
<table class="table table-sm table-bordered">
|
1640
|
-
<tbody>
|
1641
|
-
<tr>
|
1642
|
-
<td class="col-md-4">
|
1643
|
-
<a name="escape"></a>
|
1644
|
-
<b>escape</b>
|
1645
|
-
</td>
|
1646
|
-
</tr>
|
1647
|
-
<tr>
|
1648
|
-
<td class="col-md-4">
|
1649
|
-
<i>Type : </i> <code>EventEmitter</code>
|
1650
|
-
|
1651
|
-
</td>
|
1652
|
-
</tr>
|
1653
|
-
</tbody>
|
1654
|
-
</table>
|
1655
|
-
</section>
|
1656
|
-
<section data-compodoc="block-properties">
|
1657
|
-
<h3>HostBindings</h3> <table class="table table-sm table-bordered">
|
1658
|
-
<tbody>
|
1659
|
-
<tr>
|
1660
|
-
<td class="col-md-4">
|
1661
|
-
<a name="attr.aria-disabled"></a>
|
1662
|
-
<span class="name">
|
1663
|
-
<span ><b>attr.aria-disabled</b></span>
|
1664
|
-
<a href="#attr.aria-disabled"><span class="icon ion-ios-link"></span></a>
|
1665
|
-
</span>
|
1666
|
-
</td>
|
1667
|
-
</tr>
|
1668
|
-
<tr>
|
1669
|
-
<td class="col-md-4">
|
1670
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1671
|
-
|
1672
|
-
</td>
|
1673
|
-
</tr>
|
1674
|
-
|
1675
|
-
|
1676
|
-
</tbody>
|
1677
|
-
</table>
|
1678
|
-
</section>
|
1679
|
-
|
1680
|
-
|
1681
|
-
<section data-compodoc="block-methods">
|
1682
|
-
|
1683
|
-
<h3 id="methods">
|
1684
|
-
Methods
|
1685
|
-
</h3>
|
1686
|
-
<table class="table table-sm table-bordered">
|
1687
|
-
<tbody>
|
1688
|
-
<tr>
|
1689
|
-
<td class="col-md-4">
|
1690
|
-
<a name="closeDialog"></a>
|
1691
|
-
<span class="name">
|
1692
|
-
<span class="modifier">Public</span>
|
1693
|
-
<span ><b>closeDialog</b></span>
|
1694
|
-
<a href="#closeDialog"><span class="icon ion-ios-link"></span></a>
|
1695
|
-
</span>
|
1696
|
-
</td>
|
1697
|
-
</tr>
|
1698
|
-
<tr>
|
1699
|
-
<td class="col-md-4">
|
1700
|
-
<span class="modifier-icon icon ion-ios-reset"></span>
|
1701
|
-
<code>closeDialog()</code>
|
1702
|
-
</td>
|
1703
|
-
</tr>
|
1704
|
-
|
1705
|
-
|
1706
|
-
|
1707
|
-
|
1708
|
-
<tr>
|
1709
|
-
<td class="col-md-4">
|
1710
|
-
<div class="io-description"><p>Close a Dialog</p>
|
1711
|
-
</div>
|
1712
|
-
|
1713
|
-
<div class="io-description">
|
1714
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1159
|
+
<div class="io-description">
|
1160
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1715
1161
|
|
1716
1162
|
</div>
|
1717
1163
|
</td>
|
@@ -1910,73 +1356,34 @@
|
|
1910
1356
|
</tr>
|
1911
1357
|
</tbody>
|
1912
1358
|
</table>
|
1359
|
+
</section>
|
1360
|
+
<section data-compodoc="block-properties">
|
1361
|
+
|
1362
|
+
<h3 id="inputs">
|
1363
|
+
Properties
|
1364
|
+
</h3>
|
1913
1365
|
<table class="table table-sm table-bordered">
|
1914
1366
|
<tbody>
|
1915
1367
|
<tr>
|
1916
1368
|
<td class="col-md-4">
|
1917
|
-
<a name="
|
1369
|
+
<a name="baseStatesDirective"></a>
|
1918
1370
|
<span class="name">
|
1919
|
-
|
1920
|
-
<
|
1371
|
+
<span class="modifier">Public</span>
|
1372
|
+
<span ><b>baseStatesDirective</b></span>
|
1373
|
+
<a href="#baseStatesDirective"><span class="icon ion-ios-link"></span></a>
|
1921
1374
|
</span>
|
1922
1375
|
</td>
|
1923
1376
|
</tr>
|
1924
|
-
|
1925
|
-
|
1926
|
-
<
|
1927
|
-
</td>
|
1928
|
-
</tr>
|
1929
|
-
|
1930
|
-
|
1931
|
-
|
1377
|
+
<tr>
|
1378
|
+
<td class="col-md-4">
|
1379
|
+
<i>Type : </i> <code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
|
1932
1380
|
|
1933
|
-
|
1934
|
-
|
1381
|
+
</td>
|
1382
|
+
</tr>
|
1935
1383
|
|
1936
|
-
<div class="io-description">
|
1937
|
-
<b>Parameters :</b>
|
1938
|
-
|
1939
|
-
<table class="params">
|
1940
|
-
<thead>
|
1941
|
-
<tr>
|
1942
|
-
<td>Name</td>
|
1943
|
-
<td>Type</td>
|
1944
|
-
<td>Optional</td>
|
1945
|
-
</tr>
|
1946
|
-
</thead>
|
1947
|
-
<tbody>
|
1948
|
-
<tr>
|
1949
|
-
<td>rootClass</td>
|
1950
|
-
<td>
|
1951
|
-
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
1952
|
-
</td>
|
1953
|
-
|
1954
|
-
<td>
|
1955
|
-
No
|
1956
|
-
</td>
|
1957
|
-
|
1958
|
-
|
1959
|
-
</tr>
|
1960
|
-
</tbody>
|
1961
|
-
</table>
|
1962
|
-
</div>
|
1963
|
-
<div class="io-description">
|
1964
|
-
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
1965
1384
|
|
1966
|
-
</div>
|
1967
|
-
<div class="io-description">
|
1968
|
-
|
1969
|
-
</div>
|
1970
|
-
</td>
|
1971
|
-
</tr>
|
1972
1385
|
</tbody>
|
1973
1386
|
</table>
|
1974
|
-
</section>
|
1975
|
-
<section data-compodoc="block-properties">
|
1976
|
-
|
1977
|
-
<h3 id="inputs">
|
1978
|
-
Properties
|
1979
|
-
</h3>
|
1980
1387
|
<table class="table table-sm table-bordered">
|
1981
1388
|
<tbody>
|
1982
1389
|
<tr>
|
@@ -2205,7 +1612,9 @@
|
|
2205
1612
|
<td class="col-md-4">
|
2206
1613
|
<div class="io-description"><p>Whether the eui-dialog is open.</p>
|
2207
1614
|
<b>Example :</b><div><pre class="line-numbers"><code class="language-html"><eui-dialog #dialog>
|
2208
|
-
|
1615
|
+
\@if (dialog.isOpen) {
|
1616
|
+
<my-component></my-component>
|
1617
|
+
}
|
2209
1618
|
</eui-dialog></code></pre></div></div>
|
2210
1619
|
|
2211
1620
|
<div>
|