@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>
|
@@ -130,7 +124,6 @@
|
|
130
124
|
<p class="comment">
|
131
125
|
<code>AfterViewInit</code>
|
132
126
|
<code>OnDestroy</code>
|
133
|
-
<code>OnInit</code>
|
134
127
|
</p>
|
135
128
|
|
136
129
|
|
@@ -149,6 +142,14 @@
|
|
149
142
|
<td class="col-md-9"><code>ViewEncapsulation.None</code></td>
|
150
143
|
</tr>
|
151
144
|
|
145
|
+
<tr>
|
146
|
+
<td class="col-md-3">HostDirectives</td>
|
147
|
+
<td class="col-md-9">
|
148
|
+
<code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
|
149
|
+
<br/>
|
150
|
+
<div><i> Inputs</i> : euiPrimary euiSecondary euiInfo euiSuccess euiWarning euiDanger euiAccent euiVariant </div>
|
151
|
+
</td>
|
152
|
+
</tr>
|
152
153
|
|
153
154
|
|
154
155
|
|
@@ -196,6 +197,10 @@
|
|
196
197
|
<tr>
|
197
198
|
<td class="col-md-4">
|
198
199
|
<ul class="index-list">
|
200
|
+
<li>
|
201
|
+
<span class="modifier">Public</span>
|
202
|
+
<a href="#baseStatesDirective" >baseStatesDirective</a>
|
203
|
+
</li>
|
199
204
|
<li>
|
200
205
|
<span class="modifier">Public</span>
|
201
206
|
<a href="#content" >content</a>
|
@@ -232,9 +237,6 @@
|
|
232
237
|
<span class="modifier">Public</span>
|
233
238
|
<a href="#openMessageBox" >openMessageBox</a>
|
234
239
|
</li>
|
235
|
-
<li>
|
236
|
-
<a href="#getCssClasses" >getCssClasses</a>
|
237
|
-
</li>
|
238
240
|
</ul>
|
239
241
|
</td>
|
240
242
|
</tr>
|
@@ -269,7 +271,7 @@
|
|
269
271
|
<a href="#height" >height</a>
|
270
272
|
</li>
|
271
273
|
<li>
|
272
|
-
<a href="#isClosedOnEscape"
|
274
|
+
<a href="#isClosedOnEscape" >isClosedOnEscape</a>
|
273
275
|
</li>
|
274
276
|
<li>
|
275
277
|
<a href="#isDraggable" >isDraggable</a>
|
@@ -287,95 +289,11 @@
|
|
287
289
|
<a href="#title" >title</a>
|
288
290
|
</li>
|
289
291
|
<li>
|
290
|
-
<a href="#typeClass" >typeClass</a>
|
292
|
+
<a href="#typeClass" class="deprecated-name">typeClass</a>
|
291
293
|
</li>
|
292
294
|
<li>
|
293
295
|
<a href="#width" >width</a>
|
294
296
|
</li>
|
295
|
-
<li>
|
296
|
-
<a href="#euiAccent" >euiAccent</a>
|
297
|
-
</li>
|
298
|
-
<li>
|
299
|
-
<a href="#euiClearable" >euiClearable</a>
|
300
|
-
</li>
|
301
|
-
<li>
|
302
|
-
<a href="#euiCompact" >euiCompact</a>
|
303
|
-
</li>
|
304
|
-
<li>
|
305
|
-
<a href="#euiDanger" >euiDanger</a>
|
306
|
-
</li>
|
307
|
-
<li>
|
308
|
-
<a href="#euiDisabled" >euiDisabled</a>
|
309
|
-
</li>
|
310
|
-
<li>
|
311
|
-
<a href="#euiHighlighted" >euiHighlighted</a>
|
312
|
-
</li>
|
313
|
-
<li>
|
314
|
-
<a href="#euiInfo" >euiInfo</a>
|
315
|
-
</li>
|
316
|
-
<li>
|
317
|
-
<a href="#euiLoading" >euiLoading</a>
|
318
|
-
</li>
|
319
|
-
<li>
|
320
|
-
<a href="#euiOutline" >euiOutline</a>
|
321
|
-
</li>
|
322
|
-
<li>
|
323
|
-
<a href="#euiPrimary" >euiPrimary</a>
|
324
|
-
</li>
|
325
|
-
<li>
|
326
|
-
<a href="#euiResponsive" >euiResponsive</a>
|
327
|
-
</li>
|
328
|
-
<li>
|
329
|
-
<a href="#euiRounded" >euiRounded</a>
|
330
|
-
</li>
|
331
|
-
<li>
|
332
|
-
<a href="#euiSecondary" >euiSecondary</a>
|
333
|
-
</li>
|
334
|
-
<li>
|
335
|
-
<a href="#euiSize2XL" >euiSize2XL</a>
|
336
|
-
</li>
|
337
|
-
<li>
|
338
|
-
<a href="#euiSize2XS" >euiSize2XS</a>
|
339
|
-
</li>
|
340
|
-
<li>
|
341
|
-
<a href="#euiSize3XL" >euiSize3XL</a>
|
342
|
-
</li>
|
343
|
-
<li>
|
344
|
-
<a href="#euiSize4XL" >euiSize4XL</a>
|
345
|
-
</li>
|
346
|
-
<li>
|
347
|
-
<a href="#euiSize5XL" >euiSize5XL</a>
|
348
|
-
</li>
|
349
|
-
<li>
|
350
|
-
<a href="#euiSizeL" >euiSizeL</a>
|
351
|
-
</li>
|
352
|
-
<li>
|
353
|
-
<a href="#euiSizeM" >euiSizeM</a>
|
354
|
-
</li>
|
355
|
-
<li>
|
356
|
-
<a href="#euiSizeS" >euiSizeS</a>
|
357
|
-
</li>
|
358
|
-
<li>
|
359
|
-
<a href="#euiSizeVariant" >euiSizeVariant</a>
|
360
|
-
</li>
|
361
|
-
<li>
|
362
|
-
<a href="#euiSizeXL" >euiSizeXL</a>
|
363
|
-
</li>
|
364
|
-
<li>
|
365
|
-
<a href="#euiSizeXS" >euiSizeXS</a>
|
366
|
-
</li>
|
367
|
-
<li>
|
368
|
-
<a href="#euiSuccess" >euiSuccess</a>
|
369
|
-
</li>
|
370
|
-
<li>
|
371
|
-
<a href="#euiVariant" >euiVariant</a>
|
372
|
-
</li>
|
373
|
-
<li>
|
374
|
-
<a href="#euiWarning" >euiWarning</a>
|
375
|
-
</li>
|
376
|
-
<li>
|
377
|
-
<a href="#styleClass" >styleClass</a>
|
378
|
-
</li>
|
379
297
|
</ul>
|
380
298
|
</td>
|
381
299
|
</tr>
|
@@ -397,9 +315,6 @@
|
|
397
315
|
<li>
|
398
316
|
<a href="#messageBoxClose" >messageBoxClose</a>
|
399
317
|
</li>
|
400
|
-
<li>
|
401
|
-
<a href="#messageBoxopen" class="deprecated-name">messageBoxopen</a>
|
402
|
-
</li>
|
403
318
|
<li>
|
404
319
|
<a href="#messageBoxOpen" >messageBoxOpen</a>
|
405
320
|
</li>
|
@@ -407,57 +322,8 @@
|
|
407
322
|
</td>
|
408
323
|
</tr>
|
409
324
|
|
410
|
-
<tr>
|
411
|
-
<td class="col-md-4">
|
412
|
-
<h6><b>HostBindings</b></h6>
|
413
|
-
</td>
|
414
|
-
</tr>
|
415
|
-
<tr>
|
416
|
-
<td class="col-md-4">
|
417
|
-
<ul class="index-list">
|
418
|
-
<li>
|
419
|
-
<a href="#attr.aria-disabled" >attr.aria-disabled</a>
|
420
|
-
</li>
|
421
|
-
</ul>
|
422
|
-
</td>
|
423
|
-
</tr>
|
424
325
|
|
425
326
|
|
426
|
-
<tr>
|
427
|
-
<td class="col-md-4">
|
428
|
-
<h6><b>Accessors</b></h6>
|
429
|
-
</td>
|
430
|
-
</tr>
|
431
|
-
<tr>
|
432
|
-
<td class="col-md-4">
|
433
|
-
<ul class="index-list">
|
434
|
-
<li>
|
435
|
-
<a href="#hasAcceptButton" >hasAcceptButton</a>
|
436
|
-
</li>
|
437
|
-
<li>
|
438
|
-
<a href="#hasDismissButton" >hasDismissButton</a>
|
439
|
-
</li>
|
440
|
-
<li>
|
441
|
-
<a href="#isHandleCloseOnDismiss" >isHandleCloseOnDismiss</a>
|
442
|
-
</li>
|
443
|
-
<li>
|
444
|
-
<a href="#isHandleCloseOnClose" >isHandleCloseOnClose</a>
|
445
|
-
</li>
|
446
|
-
<li>
|
447
|
-
<a href="#isHandleCloseOnAccept" >isHandleCloseOnAccept</a>
|
448
|
-
</li>
|
449
|
-
<li>
|
450
|
-
<a href="#isDraggable" >isDraggable</a>
|
451
|
-
</li>
|
452
|
-
<li>
|
453
|
-
<a href="#hasNoBodyPadding" >hasNoBodyPadding</a>
|
454
|
-
</li>
|
455
|
-
<li>
|
456
|
-
<a href="#isClosedOnEscape" >isClosedOnEscape</a>
|
457
|
-
</li>
|
458
|
-
</ul>
|
459
|
-
</td>
|
460
|
-
</tr>
|
461
327
|
</tbody>
|
462
328
|
</table>
|
463
329
|
</section>
|
@@ -468,7 +334,7 @@
|
|
468
334
|
<tbody>
|
469
335
|
<tr>
|
470
336
|
<td class="col-md-4">
|
471
|
-
<code>constructor(viewContainerRef: ViewContainerRef, euiMessageBoxService: <a href="../injectables/EuiMessageBoxService.html" target="_self">EuiMessageBoxService</a>)</code>
|
337
|
+
<code>constructor(viewContainerRef: ViewContainerRef, euiMessageBoxService: <a href="../injectables/EuiMessageBoxService.html" target="_self">EuiMessageBoxService</a>, baseStatesDirective: <a href="../directives/BaseStatesDirective.html" target="_self">BaseStatesDirective</a>)</code>
|
472
338
|
</td>
|
473
339
|
</tr>
|
474
340
|
|
@@ -509,6 +375,18 @@
|
|
509
375
|
</td>
|
510
376
|
|
511
377
|
</tr>
|
378
|
+
<tr>
|
379
|
+
<td>baseStatesDirective</td>
|
380
|
+
|
381
|
+
<td>
|
382
|
+
<code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
|
383
|
+
</td>
|
384
|
+
|
385
|
+
<td>
|
386
|
+
No
|
387
|
+
</td>
|
388
|
+
|
389
|
+
</tr>
|
512
390
|
</tbody>
|
513
391
|
</table>
|
514
392
|
</div>
|
@@ -597,6 +475,11 @@
|
|
597
475
|
|
598
476
|
</td>
|
599
477
|
</tr>
|
478
|
+
<tr>
|
479
|
+
<td class="col-md-4">
|
480
|
+
<i>Default value : </i><code>true</code>
|
481
|
+
</td>
|
482
|
+
</tr>
|
600
483
|
</tbody>
|
601
484
|
</table>
|
602
485
|
<table class="table table-sm table-bordered">
|
@@ -613,6 +496,11 @@
|
|
613
496
|
|
614
497
|
</td>
|
615
498
|
</tr>
|
499
|
+
<tr>
|
500
|
+
<td class="col-md-4">
|
501
|
+
<i>Default value : </i><code>true</code>
|
502
|
+
</td>
|
503
|
+
</tr>
|
616
504
|
</tbody>
|
617
505
|
</table>
|
618
506
|
<table class="table table-sm table-bordered">
|
@@ -629,6 +517,11 @@
|
|
629
517
|
|
630
518
|
</td>
|
631
519
|
</tr>
|
520
|
+
<tr>
|
521
|
+
<td class="col-md-4">
|
522
|
+
<i>Default value : </i><code>false</code>
|
523
|
+
</td>
|
524
|
+
</tr>
|
632
525
|
</tbody>
|
633
526
|
</table>
|
634
527
|
<table class="table table-sm table-bordered">
|
@@ -666,6 +559,11 @@
|
|
666
559
|
|
667
560
|
</td>
|
668
561
|
</tr>
|
562
|
+
<tr>
|
563
|
+
<td class="col-md-4">
|
564
|
+
<i>Default value : </i><code>true</code>
|
565
|
+
</td>
|
566
|
+
</tr>
|
669
567
|
</tbody>
|
670
568
|
</table>
|
671
569
|
<table class="table table-sm table-bordered">
|
@@ -682,6 +580,11 @@
|
|
682
580
|
|
683
581
|
</td>
|
684
582
|
</tr>
|
583
|
+
<tr>
|
584
|
+
<td class="col-md-4">
|
585
|
+
<i>Default value : </i><code>false</code>
|
586
|
+
</td>
|
587
|
+
</tr>
|
685
588
|
</tbody>
|
686
589
|
</table>
|
687
590
|
<table class="table table-sm table-bordered">
|
@@ -698,6 +601,11 @@
|
|
698
601
|
|
699
602
|
</td>
|
700
603
|
</tr>
|
604
|
+
<tr>
|
605
|
+
<td class="col-md-4">
|
606
|
+
<i>Default value : </i><code>false</code>
|
607
|
+
</td>
|
608
|
+
</tr>
|
701
609
|
</tbody>
|
702
610
|
</table>
|
703
611
|
<table class="table table-sm table-bordered">
|
@@ -714,6 +622,11 @@
|
|
714
622
|
|
715
623
|
</td>
|
716
624
|
</tr>
|
625
|
+
<tr>
|
626
|
+
<td class="col-md-4">
|
627
|
+
<i>Default value : </i><code>false</code>
|
628
|
+
</td>
|
629
|
+
</tr>
|
717
630
|
</tbody>
|
718
631
|
</table>
|
719
632
|
<table class="table table-sm table-bordered">
|
@@ -730,6 +643,11 @@
|
|
730
643
|
|
731
644
|
</td>
|
732
645
|
</tr>
|
646
|
+
<tr>
|
647
|
+
<td class="col-md-4">
|
648
|
+
<i>Default value : </i><code>false</code>
|
649
|
+
</td>
|
650
|
+
</tr>
|
733
651
|
</tbody>
|
734
652
|
</table>
|
735
653
|
<table class="table table-sm table-bordered">
|
@@ -758,7 +676,7 @@
|
|
758
676
|
</tr>
|
759
677
|
<tr>
|
760
678
|
<td class="col-md-4">
|
761
|
-
<i>Type : </i> <code>"primary" | "secondary" | "info" | "success" | "warning" | "danger" | "accent"
|
679
|
+
<i>Type : </i> <code>"primary" | "secondary" | "info" | "success" | "warning" | "danger" | "accent" | string</code>
|
762
680
|
|
763
681
|
</td>
|
764
682
|
</tr>
|
@@ -790,17 +708,20 @@
|
|
790
708
|
</tr>
|
791
709
|
</tbody>
|
792
710
|
</table>
|
711
|
+
</section>
|
712
|
+
<section data-compodoc="block-outputs">
|
713
|
+
<h3 id="outputs">Outputs</h3>
|
793
714
|
<table class="table table-sm table-bordered">
|
794
715
|
<tbody>
|
795
716
|
<tr>
|
796
717
|
<td class="col-md-4">
|
797
|
-
<a name="
|
798
|
-
<b>
|
718
|
+
<a name="accept"></a>
|
719
|
+
<b>accept</b>
|
799
720
|
</td>
|
800
721
|
</tr>
|
801
722
|
<tr>
|
802
723
|
<td class="col-md-4">
|
803
|
-
<i>Type : </i>
|
724
|
+
<i>Type : </i> <code>EventEmitter</code>
|
804
725
|
|
805
726
|
</td>
|
806
727
|
</tr>
|
@@ -810,13 +731,13 @@
|
|
810
731
|
<tbody>
|
811
732
|
<tr>
|
812
733
|
<td class="col-md-4">
|
813
|
-
<a name="
|
814
|
-
<b>
|
734
|
+
<a name="dismiss"></a>
|
735
|
+
<b>dismiss</b>
|
815
736
|
</td>
|
816
737
|
</tr>
|
817
738
|
<tr>
|
818
739
|
<td class="col-md-4">
|
819
|
-
<i>Type : </i>
|
740
|
+
<i>Type : </i> <code>EventEmitter</code>
|
820
741
|
|
821
742
|
</td>
|
822
743
|
</tr>
|
@@ -826,13 +747,13 @@
|
|
826
747
|
<tbody>
|
827
748
|
<tr>
|
828
749
|
<td class="col-md-4">
|
829
|
-
<a name="
|
830
|
-
<b>
|
750
|
+
<a name="messageBoxClose"></a>
|
751
|
+
<b>messageBoxClose</b>
|
831
752
|
</td>
|
832
753
|
</tr>
|
833
754
|
<tr>
|
834
755
|
<td class="col-md-4">
|
835
|
-
<i>Type : </i>
|
756
|
+
<i>Type : </i> <code>EventEmitter</code>
|
836
757
|
|
837
758
|
</td>
|
838
759
|
</tr>
|
@@ -842,540 +763,44 @@
|
|
842
763
|
<tbody>
|
843
764
|
<tr>
|
844
765
|
<td class="col-md-4">
|
845
|
-
<a name="
|
846
|
-
<b>
|
766
|
+
<a name="messageBoxOpen"></a>
|
767
|
+
<b>messageBoxOpen</b>
|
847
768
|
</td>
|
848
769
|
</tr>
|
849
770
|
<tr>
|
850
771
|
<td class="col-md-4">
|
851
|
-
<i>Type : </i>
|
772
|
+
<i>Type : </i> <code>EventEmitter</code>
|
852
773
|
|
853
774
|
</td>
|
854
775
|
</tr>
|
855
776
|
</tbody>
|
856
777
|
</table>
|
857
|
-
|
858
|
-
<tbody>
|
859
|
-
<tr>
|
860
|
-
<td class="col-md-4">
|
861
|
-
<a name="euiDisabled"></a>
|
862
|
-
<b>euiDisabled</b>
|
863
|
-
</td>
|
864
|
-
</tr>
|
865
|
-
<tr>
|
866
|
-
<td class="col-md-4">
|
867
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
778
|
+
</section>
|
868
779
|
|
869
|
-
</td>
|
870
|
-
</tr>
|
871
|
-
</tbody>
|
872
|
-
</table>
|
873
|
-
<table class="table table-sm table-bordered">
|
874
|
-
<tbody>
|
875
|
-
<tr>
|
876
|
-
<td class="col-md-4">
|
877
|
-
<a name="euiHighlighted"></a>
|
878
|
-
<b>euiHighlighted</b>
|
879
|
-
</td>
|
880
|
-
</tr>
|
881
|
-
<tr>
|
882
|
-
<td class="col-md-4">
|
883
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
884
780
|
|
885
|
-
|
886
|
-
|
887
|
-
|
888
|
-
|
889
|
-
|
890
|
-
|
891
|
-
|
892
|
-
|
893
|
-
|
894
|
-
|
895
|
-
|
896
|
-
|
897
|
-
|
898
|
-
|
899
|
-
|
900
|
-
|
901
|
-
|
902
|
-
|
903
|
-
|
904
|
-
|
905
|
-
|
906
|
-
|
907
|
-
|
908
|
-
<td class="col-md-4">
|
909
|
-
<a name="euiLoading"></a>
|
910
|
-
<b>euiLoading</b>
|
911
|
-
</td>
|
912
|
-
</tr>
|
913
|
-
<tr>
|
914
|
-
<td class="col-md-4">
|
915
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
916
|
-
|
917
|
-
</td>
|
918
|
-
</tr>
|
919
|
-
</tbody>
|
920
|
-
</table>
|
921
|
-
<table class="table table-sm table-bordered">
|
922
|
-
<tbody>
|
923
|
-
<tr>
|
924
|
-
<td class="col-md-4">
|
925
|
-
<a name="euiOutline"></a>
|
926
|
-
<b>euiOutline</b>
|
927
|
-
</td>
|
928
|
-
</tr>
|
929
|
-
<tr>
|
930
|
-
<td class="col-md-4">
|
931
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
932
|
-
|
933
|
-
</td>
|
934
|
-
</tr>
|
935
|
-
</tbody>
|
936
|
-
</table>
|
937
|
-
<table class="table table-sm table-bordered">
|
938
|
-
<tbody>
|
939
|
-
<tr>
|
940
|
-
<td class="col-md-4">
|
941
|
-
<a name="euiPrimary"></a>
|
942
|
-
<b>euiPrimary</b>
|
943
|
-
</td>
|
944
|
-
</tr>
|
945
|
-
<tr>
|
946
|
-
<td class="col-md-4">
|
947
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
948
|
-
|
949
|
-
</td>
|
950
|
-
</tr>
|
951
|
-
</tbody>
|
952
|
-
</table>
|
953
|
-
<table class="table table-sm table-bordered">
|
954
|
-
<tbody>
|
955
|
-
<tr>
|
956
|
-
<td class="col-md-4">
|
957
|
-
<a name="euiResponsive"></a>
|
958
|
-
<b>euiResponsive</b>
|
959
|
-
</td>
|
960
|
-
</tr>
|
961
|
-
<tr>
|
962
|
-
<td class="col-md-4">
|
963
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
964
|
-
|
965
|
-
</td>
|
966
|
-
</tr>
|
967
|
-
</tbody>
|
968
|
-
</table>
|
969
|
-
<table class="table table-sm table-bordered">
|
970
|
-
<tbody>
|
971
|
-
<tr>
|
972
|
-
<td class="col-md-4">
|
973
|
-
<a name="euiRounded"></a>
|
974
|
-
<b>euiRounded</b>
|
975
|
-
</td>
|
976
|
-
</tr>
|
977
|
-
<tr>
|
978
|
-
<td class="col-md-4">
|
979
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
980
|
-
|
981
|
-
</td>
|
982
|
-
</tr>
|
983
|
-
</tbody>
|
984
|
-
</table>
|
985
|
-
<table class="table table-sm table-bordered">
|
986
|
-
<tbody>
|
987
|
-
<tr>
|
988
|
-
<td class="col-md-4">
|
989
|
-
<a name="euiSecondary"></a>
|
990
|
-
<b>euiSecondary</b>
|
991
|
-
</td>
|
992
|
-
</tr>
|
993
|
-
<tr>
|
994
|
-
<td class="col-md-4">
|
995
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
996
|
-
|
997
|
-
</td>
|
998
|
-
</tr>
|
999
|
-
</tbody>
|
1000
|
-
</table>
|
1001
|
-
<table class="table table-sm table-bordered">
|
1002
|
-
<tbody>
|
1003
|
-
<tr>
|
1004
|
-
<td class="col-md-4">
|
1005
|
-
<a name="euiSize2XL"></a>
|
1006
|
-
<b>euiSize2XL</b>
|
1007
|
-
</td>
|
1008
|
-
</tr>
|
1009
|
-
<tr>
|
1010
|
-
<td class="col-md-4">
|
1011
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1012
|
-
|
1013
|
-
</td>
|
1014
|
-
</tr>
|
1015
|
-
</tbody>
|
1016
|
-
</table>
|
1017
|
-
<table class="table table-sm table-bordered">
|
1018
|
-
<tbody>
|
1019
|
-
<tr>
|
1020
|
-
<td class="col-md-4">
|
1021
|
-
<a name="euiSize2XS"></a>
|
1022
|
-
<b>euiSize2XS</b>
|
1023
|
-
</td>
|
1024
|
-
</tr>
|
1025
|
-
<tr>
|
1026
|
-
<td class="col-md-4">
|
1027
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1028
|
-
|
1029
|
-
</td>
|
1030
|
-
</tr>
|
1031
|
-
</tbody>
|
1032
|
-
</table>
|
1033
|
-
<table class="table table-sm table-bordered">
|
1034
|
-
<tbody>
|
1035
|
-
<tr>
|
1036
|
-
<td class="col-md-4">
|
1037
|
-
<a name="euiSize3XL"></a>
|
1038
|
-
<b>euiSize3XL</b>
|
1039
|
-
</td>
|
1040
|
-
</tr>
|
1041
|
-
<tr>
|
1042
|
-
<td class="col-md-4">
|
1043
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1044
|
-
|
1045
|
-
</td>
|
1046
|
-
</tr>
|
1047
|
-
</tbody>
|
1048
|
-
</table>
|
1049
|
-
<table class="table table-sm table-bordered">
|
1050
|
-
<tbody>
|
1051
|
-
<tr>
|
1052
|
-
<td class="col-md-4">
|
1053
|
-
<a name="euiSize4XL"></a>
|
1054
|
-
<b>euiSize4XL</b>
|
1055
|
-
</td>
|
1056
|
-
</tr>
|
1057
|
-
<tr>
|
1058
|
-
<td class="col-md-4">
|
1059
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1060
|
-
|
1061
|
-
</td>
|
1062
|
-
</tr>
|
1063
|
-
</tbody>
|
1064
|
-
</table>
|
1065
|
-
<table class="table table-sm table-bordered">
|
1066
|
-
<tbody>
|
1067
|
-
<tr>
|
1068
|
-
<td class="col-md-4">
|
1069
|
-
<a name="euiSize5XL"></a>
|
1070
|
-
<b>euiSize5XL</b>
|
1071
|
-
</td>
|
1072
|
-
</tr>
|
1073
|
-
<tr>
|
1074
|
-
<td class="col-md-4">
|
1075
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1076
|
-
|
1077
|
-
</td>
|
1078
|
-
</tr>
|
1079
|
-
</tbody>
|
1080
|
-
</table>
|
1081
|
-
<table class="table table-sm table-bordered">
|
1082
|
-
<tbody>
|
1083
|
-
<tr>
|
1084
|
-
<td class="col-md-4">
|
1085
|
-
<a name="euiSizeL"></a>
|
1086
|
-
<b>euiSizeL</b>
|
1087
|
-
</td>
|
1088
|
-
</tr>
|
1089
|
-
<tr>
|
1090
|
-
<td class="col-md-4">
|
1091
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1092
|
-
|
1093
|
-
</td>
|
1094
|
-
</tr>
|
1095
|
-
</tbody>
|
1096
|
-
</table>
|
1097
|
-
<table class="table table-sm table-bordered">
|
1098
|
-
<tbody>
|
1099
|
-
<tr>
|
1100
|
-
<td class="col-md-4">
|
1101
|
-
<a name="euiSizeM"></a>
|
1102
|
-
<b>euiSizeM</b>
|
1103
|
-
</td>
|
1104
|
-
</tr>
|
1105
|
-
<tr>
|
1106
|
-
<td class="col-md-4">
|
1107
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1108
|
-
|
1109
|
-
</td>
|
1110
|
-
</tr>
|
1111
|
-
</tbody>
|
1112
|
-
</table>
|
1113
|
-
<table class="table table-sm table-bordered">
|
1114
|
-
<tbody>
|
1115
|
-
<tr>
|
1116
|
-
<td class="col-md-4">
|
1117
|
-
<a name="euiSizeS"></a>
|
1118
|
-
<b>euiSizeS</b>
|
1119
|
-
</td>
|
1120
|
-
</tr>
|
1121
|
-
<tr>
|
1122
|
-
<td class="col-md-4">
|
1123
|
-
<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
|
-
|
1125
|
-
</td>
|
1126
|
-
</tr>
|
1127
|
-
</tbody>
|
1128
|
-
</table>
|
1129
|
-
<table class="table table-sm table-bordered">
|
1130
|
-
<tbody>
|
1131
|
-
<tr>
|
1132
|
-
<td class="col-md-4">
|
1133
|
-
<a name="euiSizeVariant"></a>
|
1134
|
-
<b>euiSizeVariant</b>
|
1135
|
-
</td>
|
1136
|
-
</tr>
|
1137
|
-
<tr>
|
1138
|
-
<td class="col-md-4">
|
1139
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
1140
|
-
|
1141
|
-
</td>
|
1142
|
-
</tr>
|
1143
|
-
</tbody>
|
1144
|
-
</table>
|
1145
|
-
<table class="table table-sm table-bordered">
|
1146
|
-
<tbody>
|
1147
|
-
<tr>
|
1148
|
-
<td class="col-md-4">
|
1149
|
-
<a name="euiSizeXL"></a>
|
1150
|
-
<b>euiSizeXL</b>
|
1151
|
-
</td>
|
1152
|
-
</tr>
|
1153
|
-
<tr>
|
1154
|
-
<td class="col-md-4">
|
1155
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1156
|
-
|
1157
|
-
</td>
|
1158
|
-
</tr>
|
1159
|
-
</tbody>
|
1160
|
-
</table>
|
1161
|
-
<table class="table table-sm table-bordered">
|
1162
|
-
<tbody>
|
1163
|
-
<tr>
|
1164
|
-
<td class="col-md-4">
|
1165
|
-
<a name="euiSizeXS"></a>
|
1166
|
-
<b>euiSizeXS</b>
|
1167
|
-
</td>
|
1168
|
-
</tr>
|
1169
|
-
<tr>
|
1170
|
-
<td class="col-md-4">
|
1171
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1172
|
-
|
1173
|
-
</td>
|
1174
|
-
</tr>
|
1175
|
-
</tbody>
|
1176
|
-
</table>
|
1177
|
-
<table class="table table-sm table-bordered">
|
1178
|
-
<tbody>
|
1179
|
-
<tr>
|
1180
|
-
<td class="col-md-4">
|
1181
|
-
<a name="euiSuccess"></a>
|
1182
|
-
<b>euiSuccess</b>
|
1183
|
-
</td>
|
1184
|
-
</tr>
|
1185
|
-
<tr>
|
1186
|
-
<td class="col-md-4">
|
1187
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1188
|
-
|
1189
|
-
</td>
|
1190
|
-
</tr>
|
1191
|
-
</tbody>
|
1192
|
-
</table>
|
1193
|
-
<table class="table table-sm table-bordered">
|
1194
|
-
<tbody>
|
1195
|
-
<tr>
|
1196
|
-
<td class="col-md-4">
|
1197
|
-
<a name="euiVariant"></a>
|
1198
|
-
<b>euiVariant</b>
|
1199
|
-
</td>
|
1200
|
-
</tr>
|
1201
|
-
<tr>
|
1202
|
-
<td class="col-md-4">
|
1203
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
1204
|
-
|
1205
|
-
</td>
|
1206
|
-
</tr>
|
1207
|
-
</tbody>
|
1208
|
-
</table>
|
1209
|
-
<table class="table table-sm table-bordered">
|
1210
|
-
<tbody>
|
1211
|
-
<tr>
|
1212
|
-
<td class="col-md-4">
|
1213
|
-
<a name="euiWarning"></a>
|
1214
|
-
<b>euiWarning</b>
|
1215
|
-
</td>
|
1216
|
-
</tr>
|
1217
|
-
<tr>
|
1218
|
-
<td class="col-md-4">
|
1219
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1220
|
-
|
1221
|
-
</td>
|
1222
|
-
</tr>
|
1223
|
-
</tbody>
|
1224
|
-
</table>
|
1225
|
-
<table class="table table-sm table-bordered">
|
1226
|
-
<tbody>
|
1227
|
-
<tr>
|
1228
|
-
<td class="col-md-4">
|
1229
|
-
<a name="styleClass"></a>
|
1230
|
-
<b>styleClass</b>
|
1231
|
-
</td>
|
1232
|
-
</tr>
|
1233
|
-
<tr>
|
1234
|
-
<td class="col-md-4">
|
1235
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
1236
|
-
|
1237
|
-
</td>
|
1238
|
-
</tr>
|
1239
|
-
</tbody>
|
1240
|
-
</table>
|
1241
|
-
</section>
|
1242
|
-
<section data-compodoc="block-outputs">
|
1243
|
-
<h3 id="outputs">Outputs</h3>
|
1244
|
-
<table class="table table-sm table-bordered">
|
1245
|
-
<tbody>
|
1246
|
-
<tr>
|
1247
|
-
<td class="col-md-4">
|
1248
|
-
<a name="accept"></a>
|
1249
|
-
<b>accept</b>
|
1250
|
-
</td>
|
1251
|
-
</tr>
|
1252
|
-
<tr>
|
1253
|
-
<td class="col-md-4">
|
1254
|
-
<i>Type : </i> <code>EventEmitter</code>
|
1255
|
-
|
1256
|
-
</td>
|
1257
|
-
</tr>
|
1258
|
-
</tbody>
|
1259
|
-
</table>
|
1260
|
-
<table class="table table-sm table-bordered">
|
1261
|
-
<tbody>
|
1262
|
-
<tr>
|
1263
|
-
<td class="col-md-4">
|
1264
|
-
<a name="dismiss"></a>
|
1265
|
-
<b>dismiss</b>
|
1266
|
-
</td>
|
1267
|
-
</tr>
|
1268
|
-
<tr>
|
1269
|
-
<td class="col-md-4">
|
1270
|
-
<i>Type : </i> <code>EventEmitter</code>
|
1271
|
-
|
1272
|
-
</td>
|
1273
|
-
</tr>
|
1274
|
-
</tbody>
|
1275
|
-
</table>
|
1276
|
-
<table class="table table-sm table-bordered">
|
1277
|
-
<tbody>
|
1278
|
-
<tr>
|
1279
|
-
<td class="col-md-4">
|
1280
|
-
<a name="messageBoxClose"></a>
|
1281
|
-
<b>messageBoxClose</b>
|
1282
|
-
</td>
|
1283
|
-
</tr>
|
1284
|
-
<tr>
|
1285
|
-
<td class="col-md-4">
|
1286
|
-
<i>Type : </i> <code>EventEmitter</code>
|
1287
|
-
|
1288
|
-
</td>
|
1289
|
-
</tr>
|
1290
|
-
</tbody>
|
1291
|
-
</table>
|
1292
|
-
<table class="table table-sm table-bordered">
|
1293
|
-
<tbody>
|
1294
|
-
<tr>
|
1295
|
-
<td class="col-md-4">
|
1296
|
-
<a name="messageBoxopen"></a>
|
1297
|
-
<b>messageBoxopen</b>
|
1298
|
-
</td>
|
1299
|
-
</tr>
|
1300
|
-
<tr>
|
1301
|
-
<td class="col-md-4">
|
1302
|
-
<i>Type : </i> <code>EventEmitter</code>
|
1303
|
-
|
1304
|
-
</td>
|
1305
|
-
</tr>
|
1306
|
-
<tr>
|
1307
|
-
<td class="col-md-4">
|
1308
|
-
<div class="io-description"><p>To be removed in eUI-18</p>
|
1309
|
-
</div>
|
1310
|
-
</td>
|
1311
|
-
</tr>
|
1312
|
-
</tbody>
|
1313
|
-
</table>
|
1314
|
-
<table class="table table-sm table-bordered">
|
1315
|
-
<tbody>
|
1316
|
-
<tr>
|
1317
|
-
<td class="col-md-4">
|
1318
|
-
<a name="messageBoxOpen"></a>
|
1319
|
-
<b>messageBoxOpen</b>
|
1320
|
-
</td>
|
1321
|
-
</tr>
|
1322
|
-
<tr>
|
1323
|
-
<td class="col-md-4">
|
1324
|
-
<i>Type : </i> <code>EventEmitter</code>
|
1325
|
-
|
1326
|
-
</td>
|
1327
|
-
</tr>
|
1328
|
-
</tbody>
|
1329
|
-
</table>
|
1330
|
-
</section>
|
1331
|
-
<section data-compodoc="block-properties">
|
1332
|
-
<h3>HostBindings</h3> <table class="table table-sm table-bordered">
|
1333
|
-
<tbody>
|
1334
|
-
<tr>
|
1335
|
-
<td class="col-md-4">
|
1336
|
-
<a name="attr.aria-disabled"></a>
|
1337
|
-
<span class="name">
|
1338
|
-
<span ><b>attr.aria-disabled</b></span>
|
1339
|
-
<a href="#attr.aria-disabled"><span class="icon ion-ios-link"></span></a>
|
1340
|
-
</span>
|
1341
|
-
</td>
|
1342
|
-
</tr>
|
1343
|
-
<tr>
|
1344
|
-
<td class="col-md-4">
|
1345
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1346
|
-
|
1347
|
-
</td>
|
1348
|
-
</tr>
|
1349
|
-
|
1350
|
-
|
1351
|
-
</tbody>
|
1352
|
-
</table>
|
1353
|
-
</section>
|
1354
|
-
|
1355
|
-
|
1356
|
-
<section data-compodoc="block-methods">
|
1357
|
-
|
1358
|
-
<h3 id="methods">
|
1359
|
-
Methods
|
1360
|
-
</h3>
|
1361
|
-
<table class="table table-sm table-bordered">
|
1362
|
-
<tbody>
|
1363
|
-
<tr>
|
1364
|
-
<td class="col-md-4">
|
1365
|
-
<a name="closeMessageBox"></a>
|
1366
|
-
<span class="name">
|
1367
|
-
<span class="modifier">Public</span>
|
1368
|
-
<span ><b>closeMessageBox</b></span>
|
1369
|
-
<a href="#closeMessageBox"><span class="icon ion-ios-link"></span></a>
|
1370
|
-
</span>
|
1371
|
-
</td>
|
1372
|
-
</tr>
|
1373
|
-
<tr>
|
1374
|
-
<td class="col-md-4">
|
1375
|
-
<span class="modifier-icon icon ion-ios-reset"></span>
|
1376
|
-
<code>closeMessageBox()</code>
|
1377
|
-
</td>
|
1378
|
-
</tr>
|
781
|
+
<section data-compodoc="block-methods">
|
782
|
+
|
783
|
+
<h3 id="methods">
|
784
|
+
Methods
|
785
|
+
</h3>
|
786
|
+
<table class="table table-sm table-bordered">
|
787
|
+
<tbody>
|
788
|
+
<tr>
|
789
|
+
<td class="col-md-4">
|
790
|
+
<a name="closeMessageBox"></a>
|
791
|
+
<span class="name">
|
792
|
+
<span class="modifier">Public</span>
|
793
|
+
<span ><b>closeMessageBox</b></span>
|
794
|
+
<a href="#closeMessageBox"><span class="icon ion-ios-link"></span></a>
|
795
|
+
</span>
|
796
|
+
</td>
|
797
|
+
</tr>
|
798
|
+
<tr>
|
799
|
+
<td class="col-md-4">
|
800
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
801
|
+
<code>closeMessageBox()</code>
|
802
|
+
</td>
|
803
|
+
</tr>
|
1379
804
|
|
1380
805
|
|
1381
806
|
|
@@ -1441,73 +866,34 @@
|
|
1441
866
|
</tr>
|
1442
867
|
</tbody>
|
1443
868
|
</table>
|
869
|
+
</section>
|
870
|
+
<section data-compodoc="block-properties">
|
871
|
+
|
872
|
+
<h3 id="inputs">
|
873
|
+
Properties
|
874
|
+
</h3>
|
1444
875
|
<table class="table table-sm table-bordered">
|
1445
876
|
<tbody>
|
1446
877
|
<tr>
|
1447
878
|
<td class="col-md-4">
|
1448
|
-
<a name="
|
879
|
+
<a name="baseStatesDirective"></a>
|
1449
880
|
<span class="name">
|
1450
|
-
|
1451
|
-
<
|
881
|
+
<span class="modifier">Public</span>
|
882
|
+
<span ><b>baseStatesDirective</b></span>
|
883
|
+
<a href="#baseStatesDirective"><span class="icon ion-ios-link"></span></a>
|
1452
884
|
</span>
|
1453
885
|
</td>
|
1454
886
|
</tr>
|
1455
|
-
|
1456
|
-
|
1457
|
-
<
|
1458
|
-
|
1459
|
-
|
1460
|
-
|
1461
|
-
|
1462
|
-
|
1463
|
-
|
1464
|
-
<tr>
|
1465
|
-
<td class="col-md-4">
|
887
|
+
<tr>
|
888
|
+
<td class="col-md-4">
|
889
|
+
<i>Type : </i> <code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
|
890
|
+
|
891
|
+
</td>
|
892
|
+
</tr>
|
1466
893
|
|
1467
|
-
<div class="io-description">
|
1468
|
-
<b>Parameters :</b>
|
1469
|
-
|
1470
|
-
<table class="params">
|
1471
|
-
<thead>
|
1472
|
-
<tr>
|
1473
|
-
<td>Name</td>
|
1474
|
-
<td>Type</td>
|
1475
|
-
<td>Optional</td>
|
1476
|
-
</tr>
|
1477
|
-
</thead>
|
1478
|
-
<tbody>
|
1479
|
-
<tr>
|
1480
|
-
<td>rootClass</td>
|
1481
|
-
<td>
|
1482
|
-
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
1483
|
-
</td>
|
1484
|
-
|
1485
|
-
<td>
|
1486
|
-
No
|
1487
|
-
</td>
|
1488
|
-
|
1489
|
-
|
1490
|
-
</tr>
|
1491
|
-
</tbody>
|
1492
|
-
</table>
|
1493
|
-
</div>
|
1494
|
-
<div class="io-description">
|
1495
|
-
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
1496
894
|
|
1497
|
-
</div>
|
1498
|
-
<div class="io-description">
|
1499
|
-
|
1500
|
-
</div>
|
1501
|
-
</td>
|
1502
|
-
</tr>
|
1503
895
|
</tbody>
|
1504
896
|
</table>
|
1505
|
-
</section>
|
1506
|
-
<section data-compodoc="block-properties">
|
1507
|
-
|
1508
|
-
<h3 id="inputs">
|
1509
|
-
Properties
|
1510
|
-
</h3>
|
1511
897
|
<table class="table table-sm table-bordered">
|
1512
898
|
<tbody>
|
1513
899
|
<tr>
|
@@ -1625,496 +1011,6 @@
|
|
1625
1011
|
</table>
|
1626
1012
|
</section>
|
1627
1013
|
|
1628
|
-
<section data-compodoc="block-accessors">
|
1629
|
-
<h3 id="accessors">
|
1630
|
-
Accessors
|
1631
|
-
</h3>
|
1632
|
-
<table class="table table-sm table-bordered">
|
1633
|
-
<tbody>
|
1634
|
-
<tr>
|
1635
|
-
<td class="col-md-4">
|
1636
|
-
<a name="hasAcceptButton"></a>
|
1637
|
-
<span class="name"><b>hasAcceptButton</b><a href="#hasAcceptButton"><span class="icon ion-ios-link"></span></a></span>
|
1638
|
-
</td>
|
1639
|
-
</tr>
|
1640
|
-
|
1641
|
-
<tr>
|
1642
|
-
<td class="col-md-4">
|
1643
|
-
<span class="accessor"><b>get</b><code>hasAcceptButton()</code></span>
|
1644
|
-
</td>
|
1645
|
-
</tr>
|
1646
|
-
|
1647
|
-
<tr>
|
1648
|
-
<td class="col-md-4">
|
1649
|
-
<span class="accessor"><b>set</b><code>hasAcceptButton(value: BooleanInput)</code></span>
|
1650
|
-
</td>
|
1651
|
-
</tr>
|
1652
|
-
<tr>
|
1653
|
-
<td class="col-md-4">
|
1654
|
-
|
1655
|
-
<div class="io-description">
|
1656
|
-
<b>Parameters :</b>
|
1657
|
-
<table class="params">
|
1658
|
-
<thead>
|
1659
|
-
<tr>
|
1660
|
-
<td>Name</td>
|
1661
|
-
<td>Type</td>
|
1662
|
-
<td>Optional</td>
|
1663
|
-
</tr>
|
1664
|
-
</thead>
|
1665
|
-
<tbody>
|
1666
|
-
<tr>
|
1667
|
-
<td>value</td>
|
1668
|
-
|
1669
|
-
<td>
|
1670
|
-
<code>BooleanInput</code>
|
1671
|
-
</td>
|
1672
|
-
|
1673
|
-
<td>
|
1674
|
-
No
|
1675
|
-
</td>
|
1676
|
-
|
1677
|
-
</tr>
|
1678
|
-
</tbody>
|
1679
|
-
</table>
|
1680
|
-
</div>
|
1681
|
-
<div>
|
1682
|
-
</div>
|
1683
|
-
<div class="io-description">
|
1684
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1685
|
-
|
1686
|
-
</div>
|
1687
|
-
</td>
|
1688
|
-
</tr>
|
1689
|
-
</tbody>
|
1690
|
-
</table>
|
1691
|
-
<table class="table table-sm table-bordered">
|
1692
|
-
<tbody>
|
1693
|
-
<tr>
|
1694
|
-
<td class="col-md-4">
|
1695
|
-
<a name="hasDismissButton"></a>
|
1696
|
-
<span class="name"><b>hasDismissButton</b><a href="#hasDismissButton"><span class="icon ion-ios-link"></span></a></span>
|
1697
|
-
</td>
|
1698
|
-
</tr>
|
1699
|
-
|
1700
|
-
<tr>
|
1701
|
-
<td class="col-md-4">
|
1702
|
-
<span class="accessor"><b>get</b><code>hasDismissButton()</code></span>
|
1703
|
-
</td>
|
1704
|
-
</tr>
|
1705
|
-
|
1706
|
-
<tr>
|
1707
|
-
<td class="col-md-4">
|
1708
|
-
<span class="accessor"><b>set</b><code>hasDismissButton(value: BooleanInput)</code></span>
|
1709
|
-
</td>
|
1710
|
-
</tr>
|
1711
|
-
<tr>
|
1712
|
-
<td class="col-md-4">
|
1713
|
-
|
1714
|
-
<div class="io-description">
|
1715
|
-
<b>Parameters :</b>
|
1716
|
-
<table class="params">
|
1717
|
-
<thead>
|
1718
|
-
<tr>
|
1719
|
-
<td>Name</td>
|
1720
|
-
<td>Type</td>
|
1721
|
-
<td>Optional</td>
|
1722
|
-
</tr>
|
1723
|
-
</thead>
|
1724
|
-
<tbody>
|
1725
|
-
<tr>
|
1726
|
-
<td>value</td>
|
1727
|
-
|
1728
|
-
<td>
|
1729
|
-
<code>BooleanInput</code>
|
1730
|
-
</td>
|
1731
|
-
|
1732
|
-
<td>
|
1733
|
-
No
|
1734
|
-
</td>
|
1735
|
-
|
1736
|
-
</tr>
|
1737
|
-
</tbody>
|
1738
|
-
</table>
|
1739
|
-
</div>
|
1740
|
-
<div>
|
1741
|
-
</div>
|
1742
|
-
<div class="io-description">
|
1743
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1744
|
-
|
1745
|
-
</div>
|
1746
|
-
</td>
|
1747
|
-
</tr>
|
1748
|
-
</tbody>
|
1749
|
-
</table>
|
1750
|
-
<table class="table table-sm table-bordered">
|
1751
|
-
<tbody>
|
1752
|
-
<tr>
|
1753
|
-
<td class="col-md-4">
|
1754
|
-
<a name="isHandleCloseOnDismiss"></a>
|
1755
|
-
<span class="name"><b>isHandleCloseOnDismiss</b><a href="#isHandleCloseOnDismiss"><span class="icon ion-ios-link"></span></a></span>
|
1756
|
-
</td>
|
1757
|
-
</tr>
|
1758
|
-
|
1759
|
-
<tr>
|
1760
|
-
<td class="col-md-4">
|
1761
|
-
<span class="accessor"><b>get</b><code>isHandleCloseOnDismiss()</code></span>
|
1762
|
-
</td>
|
1763
|
-
</tr>
|
1764
|
-
|
1765
|
-
<tr>
|
1766
|
-
<td class="col-md-4">
|
1767
|
-
<span class="accessor"><b>set</b><code>isHandleCloseOnDismiss(value: BooleanInput)</code></span>
|
1768
|
-
</td>
|
1769
|
-
</tr>
|
1770
|
-
<tr>
|
1771
|
-
<td class="col-md-4">
|
1772
|
-
|
1773
|
-
<div class="io-description">
|
1774
|
-
<b>Parameters :</b>
|
1775
|
-
<table class="params">
|
1776
|
-
<thead>
|
1777
|
-
<tr>
|
1778
|
-
<td>Name</td>
|
1779
|
-
<td>Type</td>
|
1780
|
-
<td>Optional</td>
|
1781
|
-
</tr>
|
1782
|
-
</thead>
|
1783
|
-
<tbody>
|
1784
|
-
<tr>
|
1785
|
-
<td>value</td>
|
1786
|
-
|
1787
|
-
<td>
|
1788
|
-
<code>BooleanInput</code>
|
1789
|
-
</td>
|
1790
|
-
|
1791
|
-
<td>
|
1792
|
-
No
|
1793
|
-
</td>
|
1794
|
-
|
1795
|
-
</tr>
|
1796
|
-
</tbody>
|
1797
|
-
</table>
|
1798
|
-
</div>
|
1799
|
-
<div>
|
1800
|
-
</div>
|
1801
|
-
<div class="io-description">
|
1802
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1803
|
-
|
1804
|
-
</div>
|
1805
|
-
</td>
|
1806
|
-
</tr>
|
1807
|
-
</tbody>
|
1808
|
-
</table>
|
1809
|
-
<table class="table table-sm table-bordered">
|
1810
|
-
<tbody>
|
1811
|
-
<tr>
|
1812
|
-
<td class="col-md-4">
|
1813
|
-
<a name="isHandleCloseOnClose"></a>
|
1814
|
-
<span class="name"><b>isHandleCloseOnClose</b><a href="#isHandleCloseOnClose"><span class="icon ion-ios-link"></span></a></span>
|
1815
|
-
</td>
|
1816
|
-
</tr>
|
1817
|
-
|
1818
|
-
<tr>
|
1819
|
-
<td class="col-md-4">
|
1820
|
-
<span class="accessor"><b>get</b><code>isHandleCloseOnClose()</code></span>
|
1821
|
-
</td>
|
1822
|
-
</tr>
|
1823
|
-
|
1824
|
-
<tr>
|
1825
|
-
<td class="col-md-4">
|
1826
|
-
<span class="accessor"><b>set</b><code>isHandleCloseOnClose(value: BooleanInput)</code></span>
|
1827
|
-
</td>
|
1828
|
-
</tr>
|
1829
|
-
<tr>
|
1830
|
-
<td class="col-md-4">
|
1831
|
-
|
1832
|
-
<div class="io-description">
|
1833
|
-
<b>Parameters :</b>
|
1834
|
-
<table class="params">
|
1835
|
-
<thead>
|
1836
|
-
<tr>
|
1837
|
-
<td>Name</td>
|
1838
|
-
<td>Type</td>
|
1839
|
-
<td>Optional</td>
|
1840
|
-
</tr>
|
1841
|
-
</thead>
|
1842
|
-
<tbody>
|
1843
|
-
<tr>
|
1844
|
-
<td>value</td>
|
1845
|
-
|
1846
|
-
<td>
|
1847
|
-
<code>BooleanInput</code>
|
1848
|
-
</td>
|
1849
|
-
|
1850
|
-
<td>
|
1851
|
-
No
|
1852
|
-
</td>
|
1853
|
-
|
1854
|
-
</tr>
|
1855
|
-
</tbody>
|
1856
|
-
</table>
|
1857
|
-
</div>
|
1858
|
-
<div>
|
1859
|
-
</div>
|
1860
|
-
<div class="io-description">
|
1861
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1862
|
-
|
1863
|
-
</div>
|
1864
|
-
</td>
|
1865
|
-
</tr>
|
1866
|
-
</tbody>
|
1867
|
-
</table>
|
1868
|
-
<table class="table table-sm table-bordered">
|
1869
|
-
<tbody>
|
1870
|
-
<tr>
|
1871
|
-
<td class="col-md-4">
|
1872
|
-
<a name="isHandleCloseOnAccept"></a>
|
1873
|
-
<span class="name"><b>isHandleCloseOnAccept</b><a href="#isHandleCloseOnAccept"><span class="icon ion-ios-link"></span></a></span>
|
1874
|
-
</td>
|
1875
|
-
</tr>
|
1876
|
-
|
1877
|
-
<tr>
|
1878
|
-
<td class="col-md-4">
|
1879
|
-
<span class="accessor"><b>get</b><code>isHandleCloseOnAccept()</code></span>
|
1880
|
-
</td>
|
1881
|
-
</tr>
|
1882
|
-
|
1883
|
-
<tr>
|
1884
|
-
<td class="col-md-4">
|
1885
|
-
<span class="accessor"><b>set</b><code>isHandleCloseOnAccept(value: BooleanInput)</code></span>
|
1886
|
-
</td>
|
1887
|
-
</tr>
|
1888
|
-
<tr>
|
1889
|
-
<td class="col-md-4">
|
1890
|
-
|
1891
|
-
<div class="io-description">
|
1892
|
-
<b>Parameters :</b>
|
1893
|
-
<table class="params">
|
1894
|
-
<thead>
|
1895
|
-
<tr>
|
1896
|
-
<td>Name</td>
|
1897
|
-
<td>Type</td>
|
1898
|
-
<td>Optional</td>
|
1899
|
-
</tr>
|
1900
|
-
</thead>
|
1901
|
-
<tbody>
|
1902
|
-
<tr>
|
1903
|
-
<td>value</td>
|
1904
|
-
|
1905
|
-
<td>
|
1906
|
-
<code>BooleanInput</code>
|
1907
|
-
</td>
|
1908
|
-
|
1909
|
-
<td>
|
1910
|
-
No
|
1911
|
-
</td>
|
1912
|
-
|
1913
|
-
</tr>
|
1914
|
-
</tbody>
|
1915
|
-
</table>
|
1916
|
-
</div>
|
1917
|
-
<div>
|
1918
|
-
</div>
|
1919
|
-
<div class="io-description">
|
1920
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1921
|
-
|
1922
|
-
</div>
|
1923
|
-
</td>
|
1924
|
-
</tr>
|
1925
|
-
</tbody>
|
1926
|
-
</table>
|
1927
|
-
<table class="table table-sm table-bordered">
|
1928
|
-
<tbody>
|
1929
|
-
<tr>
|
1930
|
-
<td class="col-md-4">
|
1931
|
-
<a name="isDraggable"></a>
|
1932
|
-
<span class="name"><b>isDraggable</b><a href="#isDraggable"><span class="icon ion-ios-link"></span></a></span>
|
1933
|
-
</td>
|
1934
|
-
</tr>
|
1935
|
-
|
1936
|
-
<tr>
|
1937
|
-
<td class="col-md-4">
|
1938
|
-
<span class="accessor"><b>get</b><code>isDraggable()</code></span>
|
1939
|
-
</td>
|
1940
|
-
</tr>
|
1941
|
-
|
1942
|
-
<tr>
|
1943
|
-
<td class="col-md-4">
|
1944
|
-
<span class="accessor"><b>set</b><code>isDraggable(value: BooleanInput)</code></span>
|
1945
|
-
</td>
|
1946
|
-
</tr>
|
1947
|
-
<tr>
|
1948
|
-
<td class="col-md-4">
|
1949
|
-
|
1950
|
-
<div class="io-description">
|
1951
|
-
<b>Parameters :</b>
|
1952
|
-
<table class="params">
|
1953
|
-
<thead>
|
1954
|
-
<tr>
|
1955
|
-
<td>Name</td>
|
1956
|
-
<td>Type</td>
|
1957
|
-
<td>Optional</td>
|
1958
|
-
</tr>
|
1959
|
-
</thead>
|
1960
|
-
<tbody>
|
1961
|
-
<tr>
|
1962
|
-
<td>value</td>
|
1963
|
-
|
1964
|
-
<td>
|
1965
|
-
<code>BooleanInput</code>
|
1966
|
-
</td>
|
1967
|
-
|
1968
|
-
<td>
|
1969
|
-
No
|
1970
|
-
</td>
|
1971
|
-
|
1972
|
-
</tr>
|
1973
|
-
</tbody>
|
1974
|
-
</table>
|
1975
|
-
</div>
|
1976
|
-
<div>
|
1977
|
-
</div>
|
1978
|
-
<div class="io-description">
|
1979
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1980
|
-
|
1981
|
-
</div>
|
1982
|
-
</td>
|
1983
|
-
</tr>
|
1984
|
-
</tbody>
|
1985
|
-
</table>
|
1986
|
-
<table class="table table-sm table-bordered">
|
1987
|
-
<tbody>
|
1988
|
-
<tr>
|
1989
|
-
<td class="col-md-4">
|
1990
|
-
<a name="hasNoBodyPadding"></a>
|
1991
|
-
<span class="name"><b>hasNoBodyPadding</b><a href="#hasNoBodyPadding"><span class="icon ion-ios-link"></span></a></span>
|
1992
|
-
</td>
|
1993
|
-
</tr>
|
1994
|
-
|
1995
|
-
<tr>
|
1996
|
-
<td class="col-md-4">
|
1997
|
-
<span class="accessor"><b>get</b><code>hasNoBodyPadding()</code></span>
|
1998
|
-
</td>
|
1999
|
-
</tr>
|
2000
|
-
|
2001
|
-
<tr>
|
2002
|
-
<td class="col-md-4">
|
2003
|
-
<span class="accessor"><b>set</b><code>hasNoBodyPadding(value: BooleanInput)</code></span>
|
2004
|
-
</td>
|
2005
|
-
</tr>
|
2006
|
-
<tr>
|
2007
|
-
<td class="col-md-4">
|
2008
|
-
|
2009
|
-
<div class="io-description">
|
2010
|
-
<b>Parameters :</b>
|
2011
|
-
<table class="params">
|
2012
|
-
<thead>
|
2013
|
-
<tr>
|
2014
|
-
<td>Name</td>
|
2015
|
-
<td>Type</td>
|
2016
|
-
<td>Optional</td>
|
2017
|
-
</tr>
|
2018
|
-
</thead>
|
2019
|
-
<tbody>
|
2020
|
-
<tr>
|
2021
|
-
<td>value</td>
|
2022
|
-
|
2023
|
-
<td>
|
2024
|
-
<code>BooleanInput</code>
|
2025
|
-
</td>
|
2026
|
-
|
2027
|
-
<td>
|
2028
|
-
No
|
2029
|
-
</td>
|
2030
|
-
|
2031
|
-
</tr>
|
2032
|
-
</tbody>
|
2033
|
-
</table>
|
2034
|
-
</div>
|
2035
|
-
<div>
|
2036
|
-
</div>
|
2037
|
-
<div class="io-description">
|
2038
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
2039
|
-
|
2040
|
-
</div>
|
2041
|
-
</td>
|
2042
|
-
</tr>
|
2043
|
-
</tbody>
|
2044
|
-
</table>
|
2045
|
-
<table class="table table-sm table-bordered">
|
2046
|
-
<tbody>
|
2047
|
-
<tr>
|
2048
|
-
<td class="col-md-4">
|
2049
|
-
<a name="isClosedOnEscape"></a>
|
2050
|
-
<span class="name"><b>isClosedOnEscape</b><a href="#isClosedOnEscape"><span class="icon ion-ios-link"></span></a></span>
|
2051
|
-
</td>
|
2052
|
-
</tr>
|
2053
|
-
|
2054
|
-
<tr>
|
2055
|
-
<td class="col-md-4">
|
2056
|
-
<span class="accessor"><b>get</b><code>isClosedOnEscape()</code></span>
|
2057
|
-
</td>
|
2058
|
-
</tr>
|
2059
|
-
<tr>
|
2060
|
-
<td class="col-md-4">
|
2061
|
-
<div class="io-description"><p>To be removed in eUI-18</p>
|
2062
|
-
</div>
|
2063
|
-
|
2064
|
-
<div>
|
2065
|
-
</div>
|
2066
|
-
<div class="io-description">
|
2067
|
-
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
2068
|
-
|
2069
|
-
</div>
|
2070
|
-
</td>
|
2071
|
-
</tr>
|
2072
|
-
|
2073
|
-
<tr>
|
2074
|
-
<td class="col-md-4">
|
2075
|
-
<span class="accessor"><b>set</b><code>isClosedOnEscape(value: BooleanInput)</code></span>
|
2076
|
-
</td>
|
2077
|
-
</tr>
|
2078
|
-
<tr>
|
2079
|
-
<td class="col-md-4">
|
2080
|
-
|
2081
|
-
<div class="io-description">
|
2082
|
-
<b>Parameters :</b>
|
2083
|
-
<table class="params">
|
2084
|
-
<thead>
|
2085
|
-
<tr>
|
2086
|
-
<td>Name</td>
|
2087
|
-
<td>Type</td>
|
2088
|
-
<td>Optional</td>
|
2089
|
-
</tr>
|
2090
|
-
</thead>
|
2091
|
-
<tbody>
|
2092
|
-
<tr>
|
2093
|
-
<td>value</td>
|
2094
|
-
|
2095
|
-
<td>
|
2096
|
-
<code>BooleanInput</code>
|
2097
|
-
</td>
|
2098
|
-
|
2099
|
-
<td>
|
2100
|
-
No
|
2101
|
-
</td>
|
2102
|
-
|
2103
|
-
</tr>
|
2104
|
-
</tbody>
|
2105
|
-
</table>
|
2106
|
-
</div>
|
2107
|
-
<div>
|
2108
|
-
</div>
|
2109
|
-
<div class="io-description">
|
2110
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
2111
|
-
|
2112
|
-
</div>
|
2113
|
-
</td>
|
2114
|
-
</tr>
|
2115
|
-
</tbody>
|
2116
|
-
</table>
|
2117
|
-
</section>
|
2118
1014
|
</div>
|
2119
1015
|
|
2120
1016
|
|