@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
|
|
128
122
|
|
@@ -133,6 +127,14 @@
|
|
133
127
|
|
134
128
|
|
135
129
|
|
130
|
+
<tr>
|
131
|
+
<td class="col-md-3">HostDirectives</td>
|
132
|
+
<td class="col-md-9">
|
133
|
+
<code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
|
134
|
+
<br/>
|
135
|
+
<div><i> Inputs</i> : euiDisabled euiPrimary euiSecondary euiInfo euiSuccess euiWarning euiDanger euiAccent euiVariant </div>
|
136
|
+
</td>
|
137
|
+
</tr>
|
136
138
|
|
137
139
|
|
138
140
|
|
@@ -176,22 +178,23 @@
|
|
176
178
|
<h3 id="index">Index</h3>
|
177
179
|
<table class="table table-sm table-bordered index-table">
|
178
180
|
<tbody>
|
179
|
-
|
180
181
|
<tr>
|
181
182
|
<td class="col-md-4">
|
182
|
-
<h6><b>
|
183
|
+
<h6><b>Properties</b></h6>
|
183
184
|
</td>
|
184
185
|
</tr>
|
185
186
|
<tr>
|
186
187
|
<td class="col-md-4">
|
187
188
|
<ul class="index-list">
|
188
189
|
<li>
|
189
|
-
|
190
|
+
<span class="modifier">Public</span>
|
191
|
+
<a href="#baseStatesDirective" >baseStatesDirective</a>
|
190
192
|
</li>
|
191
193
|
</ul>
|
192
194
|
</td>
|
193
195
|
</tr>
|
194
196
|
|
197
|
+
|
195
198
|
<tr>
|
196
199
|
<td class="col-md-4">
|
197
200
|
<h6><b>Inputs</b></h6>
|
@@ -227,109 +230,11 @@
|
|
227
230
|
<li>
|
228
231
|
<a href="#url" >url</a>
|
229
232
|
</li>
|
230
|
-
<li>
|
231
|
-
<a href="#euiAccent" >euiAccent</a>
|
232
|
-
</li>
|
233
|
-
<li>
|
234
|
-
<a href="#euiClearable" >euiClearable</a>
|
235
|
-
</li>
|
236
|
-
<li>
|
237
|
-
<a href="#euiCompact" >euiCompact</a>
|
238
|
-
</li>
|
239
|
-
<li>
|
240
|
-
<a href="#euiDanger" >euiDanger</a>
|
241
|
-
</li>
|
242
|
-
<li>
|
243
|
-
<a href="#euiDisabled" >euiDisabled</a>
|
244
|
-
</li>
|
245
|
-
<li>
|
246
|
-
<a href="#euiHighlighted" >euiHighlighted</a>
|
247
|
-
</li>
|
248
|
-
<li>
|
249
|
-
<a href="#euiInfo" >euiInfo</a>
|
250
|
-
</li>
|
251
|
-
<li>
|
252
|
-
<a href="#euiLoading" >euiLoading</a>
|
253
|
-
</li>
|
254
|
-
<li>
|
255
|
-
<a href="#euiOutline" >euiOutline</a>
|
256
|
-
</li>
|
257
|
-
<li>
|
258
|
-
<a href="#euiPrimary" >euiPrimary</a>
|
259
|
-
</li>
|
260
|
-
<li>
|
261
|
-
<a href="#euiResponsive" >euiResponsive</a>
|
262
|
-
</li>
|
263
|
-
<li>
|
264
|
-
<a href="#euiRounded" >euiRounded</a>
|
265
|
-
</li>
|
266
|
-
<li>
|
267
|
-
<a href="#euiSecondary" >euiSecondary</a>
|
268
|
-
</li>
|
269
|
-
<li>
|
270
|
-
<a href="#euiSize2XL" >euiSize2XL</a>
|
271
|
-
</li>
|
272
|
-
<li>
|
273
|
-
<a href="#euiSize2XS" >euiSize2XS</a>
|
274
|
-
</li>
|
275
|
-
<li>
|
276
|
-
<a href="#euiSize3XL" >euiSize3XL</a>
|
277
|
-
</li>
|
278
|
-
<li>
|
279
|
-
<a href="#euiSize4XL" >euiSize4XL</a>
|
280
|
-
</li>
|
281
|
-
<li>
|
282
|
-
<a href="#euiSize5XL" >euiSize5XL</a>
|
283
|
-
</li>
|
284
|
-
<li>
|
285
|
-
<a href="#euiSizeL" >euiSizeL</a>
|
286
|
-
</li>
|
287
|
-
<li>
|
288
|
-
<a href="#euiSizeM" >euiSizeM</a>
|
289
|
-
</li>
|
290
|
-
<li>
|
291
|
-
<a href="#euiSizeS" >euiSizeS</a>
|
292
|
-
</li>
|
293
|
-
<li>
|
294
|
-
<a href="#euiSizeVariant" >euiSizeVariant</a>
|
295
|
-
</li>
|
296
|
-
<li>
|
297
|
-
<a href="#euiSizeXL" >euiSizeXL</a>
|
298
|
-
</li>
|
299
|
-
<li>
|
300
|
-
<a href="#euiSizeXS" >euiSizeXS</a>
|
301
|
-
</li>
|
302
|
-
<li>
|
303
|
-
<a href="#euiSuccess" >euiSuccess</a>
|
304
|
-
</li>
|
305
|
-
<li>
|
306
|
-
<a href="#euiVariant" >euiVariant</a>
|
307
|
-
</li>
|
308
|
-
<li>
|
309
|
-
<a href="#euiWarning" >euiWarning</a>
|
310
|
-
</li>
|
311
|
-
<li>
|
312
|
-
<a href="#styleClass" >styleClass</a>
|
313
|
-
</li>
|
314
233
|
</ul>
|
315
234
|
</td>
|
316
235
|
</tr>
|
317
236
|
|
318
237
|
|
319
|
-
<tr>
|
320
|
-
<td class="col-md-4">
|
321
|
-
<h6><b>HostBindings</b></h6>
|
322
|
-
</td>
|
323
|
-
</tr>
|
324
|
-
<tr>
|
325
|
-
<td class="col-md-4">
|
326
|
-
<ul class="index-list">
|
327
|
-
<li>
|
328
|
-
<a href="#attr.aria-disabled" >attr.aria-disabled</a>
|
329
|
-
</li>
|
330
|
-
</ul>
|
331
|
-
</td>
|
332
|
-
</tr>
|
333
238
|
|
334
239
|
|
335
240
|
<tr>
|
@@ -340,24 +245,6 @@
|
|
340
245
|
<tr>
|
341
246
|
<td class="col-md-4">
|
342
247
|
<ul class="index-list">
|
343
|
-
<li>
|
344
|
-
<a href="#isClosable" >isClosable</a>
|
345
|
-
</li>
|
346
|
-
<li>
|
347
|
-
<a href="#isVisible" >isVisible</a>
|
348
|
-
</li>
|
349
|
-
<li>
|
350
|
-
<a href="#isActive" >isActive</a>
|
351
|
-
</li>
|
352
|
-
<li>
|
353
|
-
<a href="#isDisabled" >isDisabled</a>
|
354
|
-
</li>
|
355
|
-
<li>
|
356
|
-
<a href="#hasBackgroundFilled" >hasBackgroundFilled</a>
|
357
|
-
</li>
|
358
|
-
<li>
|
359
|
-
<a href="#isHandleCloseOnClose" >isHandleCloseOnClose</a>
|
360
|
-
</li>
|
361
248
|
<li>
|
362
249
|
<a href="#templateLabel" >templateLabel</a>
|
363
250
|
</li>
|
@@ -377,10 +264,40 @@
|
|
377
264
|
<tbody>
|
378
265
|
<tr>
|
379
266
|
<td class="col-md-4">
|
380
|
-
<code>constructor()</code>
|
267
|
+
<code>constructor(baseStatesDirective: <a href="../directives/BaseStatesDirective.html" target="_self">BaseStatesDirective</a>)</code>
|
381
268
|
</td>
|
382
269
|
</tr>
|
383
270
|
|
271
|
+
<tr>
|
272
|
+
<td class="col-md-4">
|
273
|
+
<div>
|
274
|
+
<b>Parameters :</b>
|
275
|
+
<table class="params">
|
276
|
+
<thead>
|
277
|
+
<tr>
|
278
|
+
<td>Name</td>
|
279
|
+
<td>Type</td>
|
280
|
+
<td>Optional</td>
|
281
|
+
</tr>
|
282
|
+
</thead>
|
283
|
+
<tbody>
|
284
|
+
<tr>
|
285
|
+
<td>baseStatesDirective</td>
|
286
|
+
|
287
|
+
<td>
|
288
|
+
<code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
|
289
|
+
</td>
|
290
|
+
|
291
|
+
<td>
|
292
|
+
No
|
293
|
+
</td>
|
294
|
+
|
295
|
+
</tr>
|
296
|
+
</tbody>
|
297
|
+
</table>
|
298
|
+
</div>
|
299
|
+
</td>
|
300
|
+
</tr>
|
384
301
|
</tbody>
|
385
302
|
</table>
|
386
303
|
</section>
|
@@ -422,20 +339,9 @@
|
|
422
339
|
|
423
340
|
</td>
|
424
341
|
</tr>
|
425
|
-
</tbody>
|
426
|
-
</table>
|
427
|
-
<table class="table table-sm table-bordered">
|
428
|
-
<tbody>
|
429
|
-
<tr>
|
430
|
-
<td class="col-md-4">
|
431
|
-
<a name="isActive"></a>
|
432
|
-
<b>isActive</b>
|
433
|
-
</td>
|
434
|
-
</tr>
|
435
342
|
<tr>
|
436
343
|
<td class="col-md-4">
|
437
|
-
<i>
|
438
|
-
|
344
|
+
<i>Default value : </i><code>false</code>
|
439
345
|
</td>
|
440
346
|
</tr>
|
441
347
|
</tbody>
|
@@ -444,8 +350,8 @@
|
|
444
350
|
<tbody>
|
445
351
|
<tr>
|
446
352
|
<td class="col-md-4">
|
447
|
-
<a name="
|
448
|
-
<b>
|
353
|
+
<a name="isActive"></a>
|
354
|
+
<b>isActive</b>
|
449
355
|
</td>
|
450
356
|
</tr>
|
451
357
|
<tr>
|
@@ -454,20 +360,9 @@
|
|
454
360
|
|
455
361
|
</td>
|
456
362
|
</tr>
|
457
|
-
</tbody>
|
458
|
-
</table>
|
459
|
-
<table class="table table-sm table-bordered">
|
460
|
-
<tbody>
|
461
|
-
<tr>
|
462
|
-
<td class="col-md-4">
|
463
|
-
<a name="isDisabled"></a>
|
464
|
-
<b>isDisabled</b>
|
465
|
-
</td>
|
466
|
-
</tr>
|
467
363
|
<tr>
|
468
364
|
<td class="col-md-4">
|
469
|
-
<i>
|
470
|
-
|
365
|
+
<i>Default value : </i><code>false</code>
|
471
366
|
</td>
|
472
367
|
</tr>
|
473
368
|
</tbody>
|
@@ -476,8 +371,8 @@
|
|
476
371
|
<tbody>
|
477
372
|
<tr>
|
478
373
|
<td class="col-md-4">
|
479
|
-
<a name="
|
480
|
-
<b>
|
374
|
+
<a name="isClosable"></a>
|
375
|
+
<b>isClosable</b>
|
481
376
|
</td>
|
482
377
|
</tr>
|
483
378
|
<tr>
|
@@ -486,20 +381,9 @@
|
|
486
381
|
|
487
382
|
</td>
|
488
383
|
</tr>
|
489
|
-
</tbody>
|
490
|
-
</table>
|
491
|
-
<table class="table table-sm table-bordered">
|
492
|
-
<tbody>
|
493
|
-
<tr>
|
494
|
-
<td class="col-md-4">
|
495
|
-
<a name="isVisible"></a>
|
496
|
-
<b>isVisible</b>
|
497
|
-
</td>
|
498
|
-
</tr>
|
499
384
|
<tr>
|
500
385
|
<td class="col-md-4">
|
501
|
-
<i>
|
502
|
-
|
386
|
+
<i>Default value : </i><code>false</code>
|
503
387
|
</td>
|
504
388
|
</tr>
|
505
389
|
</tbody>
|
@@ -508,30 +392,19 @@
|
|
508
392
|
<tbody>
|
509
393
|
<tr>
|
510
394
|
<td class="col-md-4">
|
511
|
-
<a name="
|
512
|
-
<b>
|
395
|
+
<a name="isDisabled"></a>
|
396
|
+
<b>isDisabled</b>
|
513
397
|
</td>
|
514
398
|
</tr>
|
515
399
|
<tr>
|
516
400
|
<td class="col-md-4">
|
517
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/
|
401
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
518
402
|
|
519
403
|
</td>
|
520
404
|
</tr>
|
521
|
-
</tbody>
|
522
|
-
</table>
|
523
|
-
<table class="table table-sm table-bordered">
|
524
|
-
<tbody>
|
525
|
-
<tr>
|
526
|
-
<td class="col-md-4">
|
527
|
-
<a name="url"></a>
|
528
|
-
<b>url</b>
|
529
|
-
</td>
|
530
|
-
</tr>
|
531
405
|
<tr>
|
532
406
|
<td class="col-md-4">
|
533
|
-
<i>
|
534
|
-
|
407
|
+
<i>Default value : </i><code>false</code>
|
535
408
|
</td>
|
536
409
|
</tr>
|
537
410
|
</tbody>
|
@@ -540,8 +413,8 @@
|
|
540
413
|
<tbody>
|
541
414
|
<tr>
|
542
415
|
<td class="col-md-4">
|
543
|
-
<a name="
|
544
|
-
<b>
|
416
|
+
<a name="isHandleCloseOnClose"></a>
|
417
|
+
<b>isHandleCloseOnClose</b>
|
545
418
|
</td>
|
546
419
|
</tr>
|
547
420
|
<tr>
|
@@ -550,20 +423,9 @@
|
|
550
423
|
|
551
424
|
</td>
|
552
425
|
</tr>
|
553
|
-
</tbody>
|
554
|
-
</table>
|
555
|
-
<table class="table table-sm table-bordered">
|
556
|
-
<tbody>
|
557
|
-
<tr>
|
558
|
-
<td class="col-md-4">
|
559
|
-
<a name="euiClearable"></a>
|
560
|
-
<b>euiClearable</b>
|
561
|
-
</td>
|
562
|
-
</tr>
|
563
426
|
<tr>
|
564
427
|
<td class="col-md-4">
|
565
|
-
<i>
|
566
|
-
|
428
|
+
<i>Default value : </i><code>false</code>
|
567
429
|
</td>
|
568
430
|
</tr>
|
569
431
|
</tbody>
|
@@ -572,8 +434,8 @@
|
|
572
434
|
<tbody>
|
573
435
|
<tr>
|
574
436
|
<td class="col-md-4">
|
575
|
-
<a name="
|
576
|
-
<b>
|
437
|
+
<a name="isVisible"></a>
|
438
|
+
<b>isVisible</b>
|
577
439
|
</td>
|
578
440
|
</tr>
|
579
441
|
<tr>
|
@@ -582,20 +444,9 @@
|
|
582
444
|
|
583
445
|
</td>
|
584
446
|
</tr>
|
585
|
-
</tbody>
|
586
|
-
</table>
|
587
|
-
<table class="table table-sm table-bordered">
|
588
|
-
<tbody>
|
589
|
-
<tr>
|
590
|
-
<td class="col-md-4">
|
591
|
-
<a name="euiDanger"></a>
|
592
|
-
<b>euiDanger</b>
|
593
|
-
</td>
|
594
|
-
</tr>
|
595
447
|
<tr>
|
596
448
|
<td class="col-md-4">
|
597
|
-
<i>
|
598
|
-
|
449
|
+
<i>Default value : </i><code>true</code>
|
599
450
|
</td>
|
600
451
|
</tr>
|
601
452
|
</tbody>
|
@@ -604,13 +455,13 @@
|
|
604
455
|
<tbody>
|
605
456
|
<tr>
|
606
457
|
<td class="col-md-4">
|
607
|
-
<a name="
|
608
|
-
<b>
|
458
|
+
<a name="tooltip"></a>
|
459
|
+
<b>tooltip</b>
|
609
460
|
</td>
|
610
461
|
</tr>
|
611
462
|
<tr>
|
612
463
|
<td class="col-md-4">
|
613
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/
|
464
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
614
465
|
|
615
466
|
</td>
|
616
467
|
</tr>
|
@@ -620,823 +471,56 @@
|
|
620
471
|
<tbody>
|
621
472
|
<tr>
|
622
473
|
<td class="col-md-4">
|
623
|
-
<a name="
|
624
|
-
<b>
|
474
|
+
<a name="url"></a>
|
475
|
+
<b>url</b>
|
625
476
|
</td>
|
626
477
|
</tr>
|
627
478
|
<tr>
|
628
479
|
<td class="col-md-4">
|
629
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/
|
480
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
630
481
|
|
631
482
|
</td>
|
632
483
|
</tr>
|
633
484
|
</tbody>
|
634
485
|
</table>
|
635
|
-
|
636
|
-
<tbody>
|
637
|
-
<tr>
|
638
|
-
<td class="col-md-4">
|
639
|
-
<a name="euiInfo"></a>
|
640
|
-
<b>euiInfo</b>
|
641
|
-
</td>
|
642
|
-
</tr>
|
643
|
-
<tr>
|
644
|
-
<td class="col-md-4">
|
645
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
486
|
+
</section>
|
646
487
|
|
647
|
-
</td>
|
648
|
-
</tr>
|
649
|
-
</tbody>
|
650
|
-
</table>
|
651
|
-
<table class="table table-sm table-bordered">
|
652
|
-
<tbody>
|
653
|
-
<tr>
|
654
|
-
<td class="col-md-4">
|
655
|
-
<a name="euiLoading"></a>
|
656
|
-
<b>euiLoading</b>
|
657
|
-
</td>
|
658
|
-
</tr>
|
659
|
-
<tr>
|
660
|
-
<td class="col-md-4">
|
661
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
662
488
|
|
663
|
-
</td>
|
664
|
-
</tr>
|
665
|
-
</tbody>
|
666
|
-
</table>
|
667
|
-
<table class="table table-sm table-bordered">
|
668
|
-
<tbody>
|
669
|
-
<tr>
|
670
|
-
<td class="col-md-4">
|
671
|
-
<a name="euiOutline"></a>
|
672
|
-
<b>euiOutline</b>
|
673
|
-
</td>
|
674
|
-
</tr>
|
675
|
-
<tr>
|
676
|
-
<td class="col-md-4">
|
677
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
678
489
|
|
679
|
-
</td>
|
680
|
-
</tr>
|
681
|
-
</tbody>
|
682
|
-
</table>
|
683
|
-
<table class="table table-sm table-bordered">
|
684
|
-
<tbody>
|
685
|
-
<tr>
|
686
|
-
<td class="col-md-4">
|
687
|
-
<a name="euiPrimary"></a>
|
688
|
-
<b>euiPrimary</b>
|
689
|
-
</td>
|
690
|
-
</tr>
|
691
|
-
<tr>
|
692
|
-
<td class="col-md-4">
|
693
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
694
490
|
|
695
|
-
|
696
|
-
|
697
|
-
|
698
|
-
|
699
|
-
|
700
|
-
|
491
|
+
<section data-compodoc="block-properties">
|
492
|
+
|
493
|
+
<h3 id="inputs">
|
494
|
+
Properties
|
495
|
+
</h3>
|
496
|
+
<table class="table table-sm table-bordered">
|
497
|
+
<tbody>
|
498
|
+
<tr>
|
499
|
+
<td class="col-md-4">
|
500
|
+
<a name="baseStatesDirective"></a>
|
501
|
+
<span class="name">
|
502
|
+
<span class="modifier">Public</span>
|
503
|
+
<span ><b>baseStatesDirective</b></span>
|
504
|
+
<a href="#baseStatesDirective"><span class="icon ion-ios-link"></span></a>
|
505
|
+
</span>
|
506
|
+
</td>
|
507
|
+
</tr>
|
701
508
|
<tr>
|
702
509
|
<td class="col-md-4">
|
703
|
-
<a
|
704
|
-
|
510
|
+
<i>Type : </i> <code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
|
511
|
+
|
705
512
|
</td>
|
706
513
|
</tr>
|
707
|
-
<tr>
|
708
|
-
<td class="col-md-4">
|
709
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
710
|
-
|
711
|
-
</td>
|
712
|
-
</tr>
|
713
|
-
</tbody>
|
714
|
-
</table>
|
715
|
-
<table class="table table-sm table-bordered">
|
716
|
-
<tbody>
|
717
|
-
<tr>
|
718
|
-
<td class="col-md-4">
|
719
|
-
<a name="euiRounded"></a>
|
720
|
-
<b>euiRounded</b>
|
721
|
-
</td>
|
722
|
-
</tr>
|
723
|
-
<tr>
|
724
|
-
<td class="col-md-4">
|
725
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
726
|
-
|
727
|
-
</td>
|
728
|
-
</tr>
|
729
|
-
</tbody>
|
730
|
-
</table>
|
731
|
-
<table class="table table-sm table-bordered">
|
732
|
-
<tbody>
|
733
|
-
<tr>
|
734
|
-
<td class="col-md-4">
|
735
|
-
<a name="euiSecondary"></a>
|
736
|
-
<b>euiSecondary</b>
|
737
|
-
</td>
|
738
|
-
</tr>
|
739
|
-
<tr>
|
740
|
-
<td class="col-md-4">
|
741
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
742
|
-
|
743
|
-
</td>
|
744
|
-
</tr>
|
745
|
-
</tbody>
|
746
|
-
</table>
|
747
|
-
<table class="table table-sm table-bordered">
|
748
|
-
<tbody>
|
749
|
-
<tr>
|
750
|
-
<td class="col-md-4">
|
751
|
-
<a name="euiSize2XL"></a>
|
752
|
-
<b>euiSize2XL</b>
|
753
|
-
</td>
|
754
|
-
</tr>
|
755
|
-
<tr>
|
756
|
-
<td class="col-md-4">
|
757
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
758
|
-
|
759
|
-
</td>
|
760
|
-
</tr>
|
761
|
-
</tbody>
|
762
|
-
</table>
|
763
|
-
<table class="table table-sm table-bordered">
|
764
|
-
<tbody>
|
765
|
-
<tr>
|
766
|
-
<td class="col-md-4">
|
767
|
-
<a name="euiSize2XS"></a>
|
768
|
-
<b>euiSize2XS</b>
|
769
|
-
</td>
|
770
|
-
</tr>
|
771
|
-
<tr>
|
772
|
-
<td class="col-md-4">
|
773
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
774
|
-
|
775
|
-
</td>
|
776
|
-
</tr>
|
777
|
-
</tbody>
|
778
|
-
</table>
|
779
|
-
<table class="table table-sm table-bordered">
|
780
|
-
<tbody>
|
781
|
-
<tr>
|
782
|
-
<td class="col-md-4">
|
783
|
-
<a name="euiSize3XL"></a>
|
784
|
-
<b>euiSize3XL</b>
|
785
|
-
</td>
|
786
|
-
</tr>
|
787
|
-
<tr>
|
788
|
-
<td class="col-md-4">
|
789
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
790
|
-
|
791
|
-
</td>
|
792
|
-
</tr>
|
793
|
-
</tbody>
|
794
|
-
</table>
|
795
|
-
<table class="table table-sm table-bordered">
|
796
|
-
<tbody>
|
797
|
-
<tr>
|
798
|
-
<td class="col-md-4">
|
799
|
-
<a name="euiSize4XL"></a>
|
800
|
-
<b>euiSize4XL</b>
|
801
|
-
</td>
|
802
|
-
</tr>
|
803
|
-
<tr>
|
804
|
-
<td class="col-md-4">
|
805
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
806
|
-
|
807
|
-
</td>
|
808
|
-
</tr>
|
809
|
-
</tbody>
|
810
|
-
</table>
|
811
|
-
<table class="table table-sm table-bordered">
|
812
|
-
<tbody>
|
813
|
-
<tr>
|
814
|
-
<td class="col-md-4">
|
815
|
-
<a name="euiSize5XL"></a>
|
816
|
-
<b>euiSize5XL</b>
|
817
|
-
</td>
|
818
|
-
</tr>
|
819
|
-
<tr>
|
820
|
-
<td class="col-md-4">
|
821
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
822
|
-
|
823
|
-
</td>
|
824
|
-
</tr>
|
825
|
-
</tbody>
|
826
|
-
</table>
|
827
|
-
<table class="table table-sm table-bordered">
|
828
|
-
<tbody>
|
829
|
-
<tr>
|
830
|
-
<td class="col-md-4">
|
831
|
-
<a name="euiSizeL"></a>
|
832
|
-
<b>euiSizeL</b>
|
833
|
-
</td>
|
834
|
-
</tr>
|
835
|
-
<tr>
|
836
|
-
<td class="col-md-4">
|
837
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
838
|
-
|
839
|
-
</td>
|
840
|
-
</tr>
|
841
|
-
</tbody>
|
842
|
-
</table>
|
843
|
-
<table class="table table-sm table-bordered">
|
844
|
-
<tbody>
|
845
|
-
<tr>
|
846
|
-
<td class="col-md-4">
|
847
|
-
<a name="euiSizeM"></a>
|
848
|
-
<b>euiSizeM</b>
|
849
|
-
</td>
|
850
|
-
</tr>
|
851
|
-
<tr>
|
852
|
-
<td class="col-md-4">
|
853
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
854
|
-
|
855
|
-
</td>
|
856
|
-
</tr>
|
857
|
-
</tbody>
|
858
|
-
</table>
|
859
|
-
<table class="table table-sm table-bordered">
|
860
|
-
<tbody>
|
861
|
-
<tr>
|
862
|
-
<td class="col-md-4">
|
863
|
-
<a name="euiSizeS"></a>
|
864
|
-
<b>euiSizeS</b>
|
865
|
-
</td>
|
866
|
-
</tr>
|
867
|
-
<tr>
|
868
|
-
<td class="col-md-4">
|
869
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
870
|
-
|
871
|
-
</td>
|
872
|
-
</tr>
|
873
|
-
</tbody>
|
874
|
-
</table>
|
875
|
-
<table class="table table-sm table-bordered">
|
876
|
-
<tbody>
|
877
|
-
<tr>
|
878
|
-
<td class="col-md-4">
|
879
|
-
<a name="euiSizeVariant"></a>
|
880
|
-
<b>euiSizeVariant</b>
|
881
|
-
</td>
|
882
|
-
</tr>
|
883
|
-
<tr>
|
884
|
-
<td class="col-md-4">
|
885
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
886
|
-
|
887
|
-
</td>
|
888
|
-
</tr>
|
889
|
-
</tbody>
|
890
|
-
</table>
|
891
|
-
<table class="table table-sm table-bordered">
|
892
|
-
<tbody>
|
893
|
-
<tr>
|
894
|
-
<td class="col-md-4">
|
895
|
-
<a name="euiSizeXL"></a>
|
896
|
-
<b>euiSizeXL</b>
|
897
|
-
</td>
|
898
|
-
</tr>
|
899
|
-
<tr>
|
900
|
-
<td class="col-md-4">
|
901
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
902
|
-
|
903
|
-
</td>
|
904
|
-
</tr>
|
905
|
-
</tbody>
|
906
|
-
</table>
|
907
|
-
<table class="table table-sm table-bordered">
|
908
|
-
<tbody>
|
909
|
-
<tr>
|
910
|
-
<td class="col-md-4">
|
911
|
-
<a name="euiSizeXS"></a>
|
912
|
-
<b>euiSizeXS</b>
|
913
|
-
</td>
|
914
|
-
</tr>
|
915
|
-
<tr>
|
916
|
-
<td class="col-md-4">
|
917
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
918
|
-
|
919
|
-
</td>
|
920
|
-
</tr>
|
921
|
-
</tbody>
|
922
|
-
</table>
|
923
|
-
<table class="table table-sm table-bordered">
|
924
|
-
<tbody>
|
925
|
-
<tr>
|
926
|
-
<td class="col-md-4">
|
927
|
-
<a name="euiSuccess"></a>
|
928
|
-
<b>euiSuccess</b>
|
929
|
-
</td>
|
930
|
-
</tr>
|
931
|
-
<tr>
|
932
|
-
<td class="col-md-4">
|
933
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
934
|
-
|
935
|
-
</td>
|
936
|
-
</tr>
|
937
|
-
</tbody>
|
938
|
-
</table>
|
939
|
-
<table class="table table-sm table-bordered">
|
940
|
-
<tbody>
|
941
|
-
<tr>
|
942
|
-
<td class="col-md-4">
|
943
|
-
<a name="euiVariant"></a>
|
944
|
-
<b>euiVariant</b>
|
945
|
-
</td>
|
946
|
-
</tr>
|
947
|
-
<tr>
|
948
|
-
<td class="col-md-4">
|
949
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
950
|
-
|
951
|
-
</td>
|
952
|
-
</tr>
|
953
|
-
</tbody>
|
954
|
-
</table>
|
955
|
-
<table class="table table-sm table-bordered">
|
956
|
-
<tbody>
|
957
|
-
<tr>
|
958
|
-
<td class="col-md-4">
|
959
|
-
<a name="euiWarning"></a>
|
960
|
-
<b>euiWarning</b>
|
961
|
-
</td>
|
962
|
-
</tr>
|
963
|
-
<tr>
|
964
|
-
<td class="col-md-4">
|
965
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
966
514
|
|
967
|
-
</td>
|
968
|
-
</tr>
|
969
|
-
</tbody>
|
970
|
-
</table>
|
971
|
-
<table class="table table-sm table-bordered">
|
972
|
-
<tbody>
|
973
|
-
<tr>
|
974
|
-
<td class="col-md-4">
|
975
|
-
<a name="styleClass"></a>
|
976
|
-
<b>styleClass</b>
|
977
|
-
</td>
|
978
|
-
</tr>
|
979
|
-
<tr>
|
980
|
-
<td class="col-md-4">
|
981
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
982
515
|
|
983
|
-
|
984
|
-
|
985
|
-
</tbody>
|
986
|
-
</table>
|
987
|
-
</section>
|
988
|
-
|
989
|
-
<section data-compodoc="block-properties">
|
990
|
-
<h3>HostBindings</h3> <table class="table table-sm table-bordered">
|
991
|
-
<tbody>
|
992
|
-
<tr>
|
993
|
-
<td class="col-md-4">
|
994
|
-
<a name="attr.aria-disabled"></a>
|
995
|
-
<span class="name">
|
996
|
-
<span ><b>attr.aria-disabled</b></span>
|
997
|
-
<a href="#attr.aria-disabled"><span class="icon ion-ios-link"></span></a>
|
998
|
-
</span>
|
999
|
-
</td>
|
1000
|
-
</tr>
|
1001
|
-
<tr>
|
1002
|
-
<td class="col-md-4">
|
1003
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1004
|
-
|
1005
|
-
</td>
|
1006
|
-
</tr>
|
1007
|
-
|
1008
|
-
|
1009
|
-
</tbody>
|
1010
|
-
</table>
|
1011
|
-
</section>
|
1012
|
-
|
1013
|
-
|
1014
|
-
<section data-compodoc="block-methods">
|
1015
|
-
|
1016
|
-
<h3 id="methods">
|
1017
|
-
Methods
|
1018
|
-
</h3>
|
1019
|
-
<table class="table table-sm table-bordered">
|
1020
|
-
<tbody>
|
1021
|
-
<tr>
|
1022
|
-
<td class="col-md-4">
|
1023
|
-
<a name="getCssClasses"></a>
|
1024
|
-
<span class="name">
|
1025
|
-
<span ><b>getCssClasses</b></span>
|
1026
|
-
<a href="#getCssClasses"><span class="icon ion-ios-link"></span></a>
|
1027
|
-
</span>
|
1028
|
-
</td>
|
1029
|
-
</tr>
|
1030
|
-
<tr>
|
1031
|
-
<td class="col-md-4">
|
1032
|
-
<code>getCssClasses(rootClass: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>)</code>
|
1033
|
-
</td>
|
1034
|
-
</tr>
|
1035
|
-
|
1036
|
-
|
1037
|
-
|
1038
|
-
|
1039
|
-
<tr>
|
1040
|
-
<td class="col-md-4">
|
1041
|
-
|
1042
|
-
<div class="io-description">
|
1043
|
-
<b>Parameters :</b>
|
1044
|
-
|
1045
|
-
<table class="params">
|
1046
|
-
<thead>
|
1047
|
-
<tr>
|
1048
|
-
<td>Name</td>
|
1049
|
-
<td>Type</td>
|
1050
|
-
<td>Optional</td>
|
1051
|
-
</tr>
|
1052
|
-
</thead>
|
1053
|
-
<tbody>
|
1054
|
-
<tr>
|
1055
|
-
<td>rootClass</td>
|
1056
|
-
<td>
|
1057
|
-
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
1058
|
-
</td>
|
1059
|
-
|
1060
|
-
<td>
|
1061
|
-
No
|
1062
|
-
</td>
|
1063
|
-
|
1064
|
-
|
1065
|
-
</tr>
|
1066
|
-
</tbody>
|
1067
|
-
</table>
|
1068
|
-
</div>
|
1069
|
-
<div class="io-description">
|
1070
|
-
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
1071
|
-
|
1072
|
-
</div>
|
1073
|
-
<div class="io-description">
|
1074
|
-
|
1075
|
-
</div>
|
1076
|
-
</td>
|
1077
|
-
</tr>
|
1078
|
-
</tbody>
|
1079
|
-
</table>
|
516
|
+
</tbody>
|
517
|
+
</table>
|
1080
518
|
</section>
|
1081
519
|
|
1082
520
|
<section data-compodoc="block-accessors">
|
1083
521
|
<h3 id="accessors">
|
1084
522
|
Accessors
|
1085
523
|
</h3>
|
1086
|
-
<table class="table table-sm table-bordered">
|
1087
|
-
<tbody>
|
1088
|
-
<tr>
|
1089
|
-
<td class="col-md-4">
|
1090
|
-
<a name="isClosable"></a>
|
1091
|
-
<span class="name"><b>isClosable</b><a href="#isClosable"><span class="icon ion-ios-link"></span></a></span>
|
1092
|
-
</td>
|
1093
|
-
</tr>
|
1094
|
-
|
1095
|
-
<tr>
|
1096
|
-
<td class="col-md-4">
|
1097
|
-
<span class="accessor"><b>get</b><code>isClosable()</code></span>
|
1098
|
-
</td>
|
1099
|
-
</tr>
|
1100
|
-
|
1101
|
-
<tr>
|
1102
|
-
<td class="col-md-4">
|
1103
|
-
<span class="accessor"><b>set</b><code>isClosable(value: BooleanInput)</code></span>
|
1104
|
-
</td>
|
1105
|
-
</tr>
|
1106
|
-
<tr>
|
1107
|
-
<td class="col-md-4">
|
1108
|
-
|
1109
|
-
<div class="io-description">
|
1110
|
-
<b>Parameters :</b>
|
1111
|
-
<table class="params">
|
1112
|
-
<thead>
|
1113
|
-
<tr>
|
1114
|
-
<td>Name</td>
|
1115
|
-
<td>Type</td>
|
1116
|
-
<td>Optional</td>
|
1117
|
-
</tr>
|
1118
|
-
</thead>
|
1119
|
-
<tbody>
|
1120
|
-
<tr>
|
1121
|
-
<td>value</td>
|
1122
|
-
|
1123
|
-
<td>
|
1124
|
-
<code>BooleanInput</code>
|
1125
|
-
</td>
|
1126
|
-
|
1127
|
-
<td>
|
1128
|
-
No
|
1129
|
-
</td>
|
1130
|
-
|
1131
|
-
</tr>
|
1132
|
-
</tbody>
|
1133
|
-
</table>
|
1134
|
-
</div>
|
1135
|
-
<div>
|
1136
|
-
</div>
|
1137
|
-
<div class="io-description">
|
1138
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1139
|
-
|
1140
|
-
</div>
|
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="isVisible"></a>
|
1150
|
-
<span class="name"><b>isVisible</b><a href="#isVisible"><span class="icon ion-ios-link"></span></a></span>
|
1151
|
-
</td>
|
1152
|
-
</tr>
|
1153
|
-
|
1154
|
-
<tr>
|
1155
|
-
<td class="col-md-4">
|
1156
|
-
<span class="accessor"><b>get</b><code>isVisible()</code></span>
|
1157
|
-
</td>
|
1158
|
-
</tr>
|
1159
|
-
|
1160
|
-
<tr>
|
1161
|
-
<td class="col-md-4">
|
1162
|
-
<span class="accessor"><b>set</b><code>isVisible(value: BooleanInput)</code></span>
|
1163
|
-
</td>
|
1164
|
-
</tr>
|
1165
|
-
<tr>
|
1166
|
-
<td class="col-md-4">
|
1167
|
-
|
1168
|
-
<div class="io-description">
|
1169
|
-
<b>Parameters :</b>
|
1170
|
-
<table class="params">
|
1171
|
-
<thead>
|
1172
|
-
<tr>
|
1173
|
-
<td>Name</td>
|
1174
|
-
<td>Type</td>
|
1175
|
-
<td>Optional</td>
|
1176
|
-
</tr>
|
1177
|
-
</thead>
|
1178
|
-
<tbody>
|
1179
|
-
<tr>
|
1180
|
-
<td>value</td>
|
1181
|
-
|
1182
|
-
<td>
|
1183
|
-
<code>BooleanInput</code>
|
1184
|
-
</td>
|
1185
|
-
|
1186
|
-
<td>
|
1187
|
-
No
|
1188
|
-
</td>
|
1189
|
-
|
1190
|
-
</tr>
|
1191
|
-
</tbody>
|
1192
|
-
</table>
|
1193
|
-
</div>
|
1194
|
-
<div>
|
1195
|
-
</div>
|
1196
|
-
<div class="io-description">
|
1197
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1198
|
-
|
1199
|
-
</div>
|
1200
|
-
</td>
|
1201
|
-
</tr>
|
1202
|
-
</tbody>
|
1203
|
-
</table>
|
1204
|
-
<table class="table table-sm table-bordered">
|
1205
|
-
<tbody>
|
1206
|
-
<tr>
|
1207
|
-
<td class="col-md-4">
|
1208
|
-
<a name="isActive"></a>
|
1209
|
-
<span class="name"><b>isActive</b><a href="#isActive"><span class="icon ion-ios-link"></span></a></span>
|
1210
|
-
</td>
|
1211
|
-
</tr>
|
1212
|
-
|
1213
|
-
<tr>
|
1214
|
-
<td class="col-md-4">
|
1215
|
-
<span class="accessor"><b>get</b><code>isActive()</code></span>
|
1216
|
-
</td>
|
1217
|
-
</tr>
|
1218
|
-
|
1219
|
-
<tr>
|
1220
|
-
<td class="col-md-4">
|
1221
|
-
<span class="accessor"><b>set</b><code>isActive(value: BooleanInput)</code></span>
|
1222
|
-
</td>
|
1223
|
-
</tr>
|
1224
|
-
<tr>
|
1225
|
-
<td class="col-md-4">
|
1226
|
-
|
1227
|
-
<div class="io-description">
|
1228
|
-
<b>Parameters :</b>
|
1229
|
-
<table class="params">
|
1230
|
-
<thead>
|
1231
|
-
<tr>
|
1232
|
-
<td>Name</td>
|
1233
|
-
<td>Type</td>
|
1234
|
-
<td>Optional</td>
|
1235
|
-
</tr>
|
1236
|
-
</thead>
|
1237
|
-
<tbody>
|
1238
|
-
<tr>
|
1239
|
-
<td>value</td>
|
1240
|
-
|
1241
|
-
<td>
|
1242
|
-
<code>BooleanInput</code>
|
1243
|
-
</td>
|
1244
|
-
|
1245
|
-
<td>
|
1246
|
-
No
|
1247
|
-
</td>
|
1248
|
-
|
1249
|
-
</tr>
|
1250
|
-
</tbody>
|
1251
|
-
</table>
|
1252
|
-
</div>
|
1253
|
-
<div>
|
1254
|
-
</div>
|
1255
|
-
<div class="io-description">
|
1256
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1257
|
-
|
1258
|
-
</div>
|
1259
|
-
</td>
|
1260
|
-
</tr>
|
1261
|
-
</tbody>
|
1262
|
-
</table>
|
1263
|
-
<table class="table table-sm table-bordered">
|
1264
|
-
<tbody>
|
1265
|
-
<tr>
|
1266
|
-
<td class="col-md-4">
|
1267
|
-
<a name="isDisabled"></a>
|
1268
|
-
<span class="name"><b>isDisabled</b><a href="#isDisabled"><span class="icon ion-ios-link"></span></a></span>
|
1269
|
-
</td>
|
1270
|
-
</tr>
|
1271
|
-
|
1272
|
-
<tr>
|
1273
|
-
<td class="col-md-4">
|
1274
|
-
<span class="accessor"><b>get</b><code>isDisabled()</code></span>
|
1275
|
-
</td>
|
1276
|
-
</tr>
|
1277
|
-
|
1278
|
-
<tr>
|
1279
|
-
<td class="col-md-4">
|
1280
|
-
<span class="accessor"><b>set</b><code>isDisabled(value: BooleanInput)</code></span>
|
1281
|
-
</td>
|
1282
|
-
</tr>
|
1283
|
-
<tr>
|
1284
|
-
<td class="col-md-4">
|
1285
|
-
|
1286
|
-
<div class="io-description">
|
1287
|
-
<b>Parameters :</b>
|
1288
|
-
<table class="params">
|
1289
|
-
<thead>
|
1290
|
-
<tr>
|
1291
|
-
<td>Name</td>
|
1292
|
-
<td>Type</td>
|
1293
|
-
<td>Optional</td>
|
1294
|
-
</tr>
|
1295
|
-
</thead>
|
1296
|
-
<tbody>
|
1297
|
-
<tr>
|
1298
|
-
<td>value</td>
|
1299
|
-
|
1300
|
-
<td>
|
1301
|
-
<code>BooleanInput</code>
|
1302
|
-
</td>
|
1303
|
-
|
1304
|
-
<td>
|
1305
|
-
No
|
1306
|
-
</td>
|
1307
|
-
|
1308
|
-
</tr>
|
1309
|
-
</tbody>
|
1310
|
-
</table>
|
1311
|
-
</div>
|
1312
|
-
<div>
|
1313
|
-
</div>
|
1314
|
-
<div class="io-description">
|
1315
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1316
|
-
|
1317
|
-
</div>
|
1318
|
-
</td>
|
1319
|
-
</tr>
|
1320
|
-
</tbody>
|
1321
|
-
</table>
|
1322
|
-
<table class="table table-sm table-bordered">
|
1323
|
-
<tbody>
|
1324
|
-
<tr>
|
1325
|
-
<td class="col-md-4">
|
1326
|
-
<a name="hasBackgroundFilled"></a>
|
1327
|
-
<span class="name"><b>hasBackgroundFilled</b><a href="#hasBackgroundFilled"><span class="icon ion-ios-link"></span></a></span>
|
1328
|
-
</td>
|
1329
|
-
</tr>
|
1330
|
-
|
1331
|
-
<tr>
|
1332
|
-
<td class="col-md-4">
|
1333
|
-
<span class="accessor"><b>get</b><code>hasBackgroundFilled()</code></span>
|
1334
|
-
</td>
|
1335
|
-
</tr>
|
1336
|
-
|
1337
|
-
<tr>
|
1338
|
-
<td class="col-md-4">
|
1339
|
-
<span class="accessor"><b>set</b><code>hasBackgroundFilled(value: BooleanInput)</code></span>
|
1340
|
-
</td>
|
1341
|
-
</tr>
|
1342
|
-
<tr>
|
1343
|
-
<td class="col-md-4">
|
1344
|
-
|
1345
|
-
<div class="io-description">
|
1346
|
-
<b>Parameters :</b>
|
1347
|
-
<table class="params">
|
1348
|
-
<thead>
|
1349
|
-
<tr>
|
1350
|
-
<td>Name</td>
|
1351
|
-
<td>Type</td>
|
1352
|
-
<td>Optional</td>
|
1353
|
-
</tr>
|
1354
|
-
</thead>
|
1355
|
-
<tbody>
|
1356
|
-
<tr>
|
1357
|
-
<td>value</td>
|
1358
|
-
|
1359
|
-
<td>
|
1360
|
-
<code>BooleanInput</code>
|
1361
|
-
</td>
|
1362
|
-
|
1363
|
-
<td>
|
1364
|
-
No
|
1365
|
-
</td>
|
1366
|
-
|
1367
|
-
</tr>
|
1368
|
-
</tbody>
|
1369
|
-
</table>
|
1370
|
-
</div>
|
1371
|
-
<div>
|
1372
|
-
</div>
|
1373
|
-
<div class="io-description">
|
1374
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1375
|
-
|
1376
|
-
</div>
|
1377
|
-
</td>
|
1378
|
-
</tr>
|
1379
|
-
</tbody>
|
1380
|
-
</table>
|
1381
|
-
<table class="table table-sm table-bordered">
|
1382
|
-
<tbody>
|
1383
|
-
<tr>
|
1384
|
-
<td class="col-md-4">
|
1385
|
-
<a name="isHandleCloseOnClose"></a>
|
1386
|
-
<span class="name"><b>isHandleCloseOnClose</b><a href="#isHandleCloseOnClose"><span class="icon ion-ios-link"></span></a></span>
|
1387
|
-
</td>
|
1388
|
-
</tr>
|
1389
|
-
|
1390
|
-
<tr>
|
1391
|
-
<td class="col-md-4">
|
1392
|
-
<span class="accessor"><b>get</b><code>isHandleCloseOnClose()</code></span>
|
1393
|
-
</td>
|
1394
|
-
</tr>
|
1395
|
-
|
1396
|
-
<tr>
|
1397
|
-
<td class="col-md-4">
|
1398
|
-
<span class="accessor"><b>set</b><code>isHandleCloseOnClose(value: BooleanInput)</code></span>
|
1399
|
-
</td>
|
1400
|
-
</tr>
|
1401
|
-
<tr>
|
1402
|
-
<td class="col-md-4">
|
1403
|
-
|
1404
|
-
<div class="io-description">
|
1405
|
-
<b>Parameters :</b>
|
1406
|
-
<table class="params">
|
1407
|
-
<thead>
|
1408
|
-
<tr>
|
1409
|
-
<td>Name</td>
|
1410
|
-
<td>Type</td>
|
1411
|
-
<td>Optional</td>
|
1412
|
-
</tr>
|
1413
|
-
</thead>
|
1414
|
-
<tbody>
|
1415
|
-
<tr>
|
1416
|
-
<td>value</td>
|
1417
|
-
|
1418
|
-
<td>
|
1419
|
-
<code>BooleanInput</code>
|
1420
|
-
</td>
|
1421
|
-
|
1422
|
-
<td>
|
1423
|
-
No
|
1424
|
-
</td>
|
1425
|
-
|
1426
|
-
</tr>
|
1427
|
-
</tbody>
|
1428
|
-
</table>
|
1429
|
-
</div>
|
1430
|
-
<div>
|
1431
|
-
</div>
|
1432
|
-
<div class="io-description">
|
1433
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1434
|
-
|
1435
|
-
</div>
|
1436
|
-
</td>
|
1437
|
-
</tr>
|
1438
|
-
</tbody>
|
1439
|
-
</table>
|
1440
524
|
<table class="table table-sm table-bordered">
|
1441
525
|
<tbody>
|
1442
526
|
<tr>
|