@eui/components 19.0.3 → 19.0.4-snapshot-1738753092246
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/directives/eui-has-permission.directive.d.ts +70 -2
- package/directives/eui-has-permission.directive.d.ts.map +1 -1
- package/directives/eui-maxlength.directive.d.ts +94 -10
- package/directives/eui-maxlength.directive.d.ts.map +1 -1
- package/docs/components/EuiInputCheckboxComponent.html +169 -10
- package/docs/components/EuiInputGroupAddOnComponent.html +22 -0
- package/docs/components/EuiInputGroupAddOnItemComponent.html +30 -0
- package/docs/components/EuiInputGroupComponent.html +35 -0
- package/docs/components/EuiInputNumberComponent.html +83 -4
- package/docs/components/EuiInputRadioComponent.html +228 -0
- package/docs/components/EuiInputTextComponent.html +50 -0
- package/docs/components/EuiTextareaComponent.html +207 -1
- package/docs/dependencies.html +2 -2
- package/docs/directives/AutoResizeDirective.html +49 -1
- package/docs/directives/EuiHasPermissionDirective.html +34 -0
- package/docs/directives/EuiInputNumberDirective.html +17 -0
- package/docs/directives/EuiMaxLengthDirective.html +35 -7
- package/docs/js/menu-wc.js +53 -107
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/functions.html +14 -0
- package/docs/modules/EuiHasPermissionDirectiveModule.html +17 -3
- package/docs/modules/EuiInputCheckboxModule.html +25 -4
- package/docs/modules/EuiInputGroupModule.html +20 -5
- package/docs/modules/EuiInputNumberModule.html +26 -5
- package/docs/modules/EuiInputRadioModule.html +27 -4
- package/docs/modules/EuiInputTextModule.html +25 -4
- package/docs/modules/EuiMaxLengthDirectiveModule.html +25 -4
- package/docs/modules/EuiTextAreaModule.html +20 -4
- package/eui-input-checkbox/eui-input-checkbox.component.d.ts +88 -11
- package/eui-input-checkbox/eui-input-checkbox.component.d.ts.map +1 -1
- package/eui-input-checkbox/eui-input-checkbox.module.d.ts +17 -3
- package/eui-input-checkbox/eui-input-checkbox.module.d.ts.map +1 -1
- package/eui-input-group/eui-input-group-addon-item.component.d.ts +33 -1
- package/eui-input-group/eui-input-group-addon-item.component.d.ts.map +1 -1
- package/eui-input-group/eui-input-group-addon.component.d.ts +40 -2
- package/eui-input-group/eui-input-group-addon.component.d.ts.map +1 -1
- package/eui-input-group/eui-input-group.component.d.ts +44 -1
- package/eui-input-group/eui-input-group.component.d.ts.map +1 -1
- package/eui-input-group/eui-input-group.module.d.ts +21 -5
- package/eui-input-group/eui-input-group.module.d.ts.map +1 -1
- package/eui-input-number/eui-input-number.component.d.ts +73 -9
- package/eui-input-number/eui-input-number.component.d.ts.map +1 -1
- package/eui-input-number/eui-input-number.module.d.ts +19 -4
- package/eui-input-number/eui-input-number.module.d.ts.map +1 -1
- package/eui-input-number/eui-number-control.directive.d.ts +27 -2
- package/eui-input-number/eui-number-control.directive.d.ts.map +1 -1
- package/eui-input-radio/eui-input-radio.component.d.ts +96 -1
- package/eui-input-radio/eui-input-radio.component.d.ts.map +1 -1
- package/eui-input-radio/eui-input-radio.module.d.ts +20 -3
- package/eui-input-radio/eui-input-radio.module.d.ts.map +1 -1
- package/eui-input-text/eui-input-text.component.d.ts +54 -1
- package/eui-input-text/eui-input-text.component.d.ts.map +1 -1
- package/eui-input-text/eui-input-text.module.d.ts +19 -3
- package/eui-input-text/eui-input-text.module.d.ts.map +1 -1
- package/eui-textarea/auto-resize.directive.d.ts +90 -3
- package/eui-textarea/auto-resize.directive.d.ts.map +1 -1
- package/eui-textarea/eui-textarea.component.d.ts +111 -5
- package/eui-textarea/eui-textarea.component.d.ts.map +1 -1
- package/eui-textarea/eui-textarea.module.d.ts +23 -4
- package/eui-textarea/eui-textarea.module.d.ts.map +1 -1
- package/fesm2022/eui-components-directives.mjs +180 -34
- package/fesm2022/eui-components-directives.mjs.map +1 -1
- package/fesm2022/eui-components-eui-accordion.mjs +1 -1
- package/fesm2022/eui-components-eui-alert.mjs +1 -1
- package/fesm2022/eui-components-eui-autocomplete.mjs +2 -2
- package/fesm2022/eui-components-eui-avatar.mjs +1 -1
- package/fesm2022/eui-components-eui-badge.mjs +1 -1
- package/fesm2022/eui-components-eui-block-content.mjs +1 -1
- package/fesm2022/eui-components-eui-block-document.mjs +1 -1
- package/fesm2022/eui-components-eui-breadcrumb.mjs +1 -1
- package/fesm2022/eui-components-eui-button-group.mjs +1 -1
- package/fesm2022/eui-components-eui-button-v2.mjs +1 -1
- package/fesm2022/eui-components-eui-button.mjs +1 -1
- package/fesm2022/eui-components-eui-card.mjs +3 -3
- package/fesm2022/eui-components-eui-card.mjs.map +1 -1
- package/fesm2022/eui-components-eui-chip-group.mjs +1 -1
- package/fesm2022/eui-components-eui-chip-list.mjs +1 -1
- package/fesm2022/eui-components-eui-chip.mjs +1 -1
- package/fesm2022/eui-components-eui-dashboard-button.mjs +1 -1
- package/fesm2022/eui-components-eui-dashboard-card.mjs +1 -1
- package/fesm2022/eui-components-eui-date-range-selector.mjs +1 -1
- package/fesm2022/eui-components-eui-datepicker.mjs +1 -1
- package/fesm2022/eui-components-eui-dialog.mjs +1 -1
- package/fesm2022/eui-components-eui-dimmer.mjs +1 -1
- package/fesm2022/eui-components-eui-disable-content.mjs +1 -1
- package/fesm2022/eui-components-eui-discussion-thread.mjs +1 -1
- package/fesm2022/eui-components-eui-dropdown.mjs +2 -2
- package/fesm2022/eui-components-eui-feedback-message.mjs +1 -1
- package/fesm2022/eui-components-eui-fieldset.mjs +1 -1
- package/fesm2022/eui-components-eui-file-upload.mjs +1 -1
- package/fesm2022/eui-components-eui-growl.mjs +1 -1
- package/fesm2022/eui-components-eui-icon-button-expander.mjs +1 -1
- package/fesm2022/eui-components-eui-icon-button.mjs +1 -1
- package/fesm2022/eui-components-eui-icon-color.mjs +1 -1
- package/fesm2022/eui-components-eui-icon-input.mjs +1 -1
- package/fesm2022/eui-components-eui-icon-state.mjs +1 -1
- package/fesm2022/eui-components-eui-icon-toggle.mjs +1 -1
- package/fesm2022/eui-components-eui-icon.mjs +1 -1
- package/fesm2022/eui-components-eui-input-checkbox.mjs +104 -14
- package/fesm2022/eui-components-eui-input-checkbox.mjs.map +1 -1
- package/fesm2022/eui-components-eui-input-group.mjs +142 -12
- package/fesm2022/eui-components-eui-input-group.mjs.map +1 -1
- package/fesm2022/eui-components-eui-input-number.mjs +109 -13
- package/fesm2022/eui-components-eui-input-number.mjs.map +1 -1
- package/fesm2022/eui-components-eui-input-radio.mjs +117 -6
- package/fesm2022/eui-components-eui-input-radio.mjs.map +1 -1
- package/fesm2022/eui-components-eui-input-text.mjs +73 -6
- package/fesm2022/eui-components-eui-input-text.mjs.map +1 -1
- package/fesm2022/eui-components-eui-label.mjs +1 -1
- package/fesm2022/eui-components-eui-language-selector.mjs +1 -1
- package/fesm2022/eui-components-eui-list.mjs +1 -1
- package/fesm2022/eui-components-eui-menu.mjs +1 -1
- package/fesm2022/eui-components-eui-message-box.mjs +1 -1
- package/fesm2022/eui-components-eui-navbar.mjs +1 -1
- package/fesm2022/eui-components-eui-overlay.mjs +1 -1
- package/fesm2022/eui-components-eui-page.mjs +1 -1
- package/fesm2022/eui-components-eui-paginator.mjs +1 -1
- package/fesm2022/eui-components-eui-popover.mjs +1 -1
- package/fesm2022/eui-components-eui-progress-bar.mjs +1 -1
- package/fesm2022/eui-components-eui-progress-circle.mjs +1 -1
- package/fesm2022/eui-components-eui-select.mjs +1 -1
- package/fesm2022/eui-components-eui-sidebar-menu.mjs +1 -1
- package/fesm2022/eui-components-eui-skeleton.mjs +1 -1
- package/fesm2022/eui-components-eui-slide-toggle.mjs +2 -2
- package/fesm2022/eui-components-eui-split-button.mjs +1 -1
- package/fesm2022/eui-components-eui-table-v2.mjs +1 -1
- package/fesm2022/eui-components-eui-table.mjs +1 -1
- package/fesm2022/eui-components-eui-tabs.mjs +1 -1
- package/fesm2022/eui-components-eui-textarea.mjs +221 -15
- package/fesm2022/eui-components-eui-textarea.mjs.map +1 -1
- package/fesm2022/eui-components-eui-timebar.mjs +1 -1
- package/fesm2022/eui-components-eui-timeline.mjs +1 -1
- package/fesm2022/eui-components-eui-timepicker.mjs +1 -1
- package/fesm2022/eui-components-eui-tree-list.mjs +1 -1
- package/fesm2022/eui-components-eui-tree.mjs +1 -1
- package/fesm2022/eui-components-eui-user-profile.mjs +1 -1
- package/fesm2022/eui-components-eui-wizard.mjs +1 -1
- package/fesm2022/eui-components-externals-eui-editor.mjs +1 -1
- package/fesm2022/eui-components-externals-quill.mjs +1 -1
- package/fesm2022/eui-components-layout.mjs +2 -2
- package/fesm2022/eui-components-shared.mjs +2 -2
- package/package.json +4 -4
@@ -113,6 +113,17 @@
|
|
113
113
|
</p>
|
114
114
|
|
115
115
|
|
116
|
+
<p class="comment">
|
117
|
+
<h3>Description</h3>
|
118
|
+
</p>
|
119
|
+
<p class="comment">
|
120
|
+
<p>Directive for the <a href="../components/EuiInputNumberComponent.html">EuiInputNumberComponent</a>. This directive is used to
|
121
|
+
handle the value changes of the input element and update the value of the
|
122
|
+
directive and the form control. It also implements the ControlValueAccessor
|
123
|
+
interface to allow the directive to be used with reactive forms.</p>
|
124
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-html">```html
|
125
|
+
<input euiInputNumber formControlName="number" /></code></pre></div><b>Example :</b><div><pre class="line-numbers"><code class="language-none"></code></pre></div>
|
126
|
+
</p>
|
116
127
|
|
117
128
|
|
118
129
|
<p class="comment">
|
@@ -144,6 +155,10 @@
|
|
144
155
|
<td class="col-md-9"><code>input[euiInputNumber][formControl],input[euiInputNumber][formControlName],input[euiInputNumber][ngModel]</code></td>
|
145
156
|
</tr>
|
146
157
|
|
158
|
+
<tr>
|
159
|
+
<td class="col-md-3">Standalone</td>
|
160
|
+
<td class="col-md-9"><code>true</code></td>
|
161
|
+
</tr>
|
147
162
|
|
148
163
|
|
149
164
|
|
@@ -420,6 +435,8 @@
|
|
420
435
|
|
421
436
|
<tr>
|
422
437
|
<td class="col-md-4">
|
438
|
+
<div class="io-description"><p>Set the disabled state of the input element.</p>
|
439
|
+
</div>
|
423
440
|
|
424
441
|
<div class="io-description">
|
425
442
|
<b>Parameters :</b>
|
@@ -113,6 +113,20 @@
|
|
113
113
|
</p>
|
114
114
|
|
115
115
|
|
116
|
+
<p class="comment">
|
117
|
+
<h3>Description</h3>
|
118
|
+
</p>
|
119
|
+
<p class="comment">
|
120
|
+
<p>A directive that adds maxLength functionality to input and textarea elements with visual feedback.
|
121
|
+
It shows the remaining characters count and provides visual indication when the limit is reached.</p>
|
122
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-html">```html
|
123
|
+
<!-- Basic usage -->
|
124
|
+
<input [euiMaxlength]="50"></code></pre></div><!-- With form control -->
|
125
|
+
<p><input [formControlName]="'name'" [euiMaxlength]="100"></p>
|
126
|
+
<!-- Hide maxlength indicator -->
|
127
|
+
<textarea [euiMaxlength]="200" [isShowMaxlength]="false"></textarea>
|
128
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-none"></code></pre></div>
|
129
|
+
</p>
|
116
130
|
|
117
131
|
|
118
132
|
<p class="comment">
|
@@ -139,6 +153,10 @@
|
|
139
153
|
[formControlName][euiMaxlength]</code></td>
|
140
154
|
</tr>
|
141
155
|
|
156
|
+
<tr>
|
157
|
+
<td class="col-md-3">Standalone</td>
|
158
|
+
<td class="col-md-9"><code>true</code></td>
|
159
|
+
</tr>
|
142
160
|
|
143
161
|
|
144
162
|
|
@@ -336,13 +354,6 @@
|
|
336
354
|
|
337
355
|
</td>
|
338
356
|
</tr>
|
339
|
-
<tr>
|
340
|
-
<td class="col-md-4">
|
341
|
-
<div class="io-description"><p>It accepts number values to indicate the maxLength of an input. To reset or disable it set the value to null.
|
342
|
-
NULL value will remove any MaxLength indicator even if another input like isShowMaxlength equals true.</p>
|
343
|
-
</div>
|
344
|
-
</td>
|
345
|
-
</tr>
|
346
357
|
</tbody>
|
347
358
|
</table>
|
348
359
|
<table class="table table-sm table-bordered">
|
@@ -383,6 +394,13 @@ NULL value will remove any MaxLength indicator even if another input like isShow
|
|
383
394
|
|
384
395
|
</td>
|
385
396
|
</tr>
|
397
|
+
<tr>
|
398
|
+
<td class="col-md-4">
|
399
|
+
<div class="io-description"><p>Emits when the input value length reaches or exceeds the maxLength limit.
|
400
|
+
Emits true when limit is reached, false when below limit.</p>
|
401
|
+
</div>
|
402
|
+
</td>
|
403
|
+
</tr>
|
386
404
|
</tbody>
|
387
405
|
</table>
|
388
406
|
</section>
|
@@ -700,6 +718,11 @@ NULL value will remove any MaxLength indicator even if another input like isShow
|
|
700
718
|
|
701
719
|
<tr>
|
702
720
|
<td class="col-md-4">
|
721
|
+
<div class="io-description"><p>Sets a custom function to calculate the length of the input value.
|
722
|
+
Useful for implementing custom length calculation logic (e.g., counting characters differently).</p>
|
723
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-html">```typescript
|
724
|
+
// Custom length calculation excluding spaces
|
725
|
+
directive.setLengthCalcFactory((value: string) => value.replace(/\s/g, '').length);</code></pre></div><b>Example :</b><div><pre class="line-numbers"><code class="language-none"></code></pre></div></div>
|
703
726
|
|
704
727
|
<div class="io-description">
|
705
728
|
<b>Parameters :</b>
|
@@ -710,6 +733,7 @@ NULL value will remove any MaxLength indicator even if another input like isShow
|
|
710
733
|
<td>Name</td>
|
711
734
|
<td>Type</td>
|
712
735
|
<td>Optional</td>
|
736
|
+
<td>Description</td>
|
713
737
|
</tr>
|
714
738
|
</thead>
|
715
739
|
<tbody>
|
@@ -724,6 +748,10 @@ NULL value will remove any MaxLength indicator even if another input like isShow
|
|
724
748
|
</td>
|
725
749
|
|
726
750
|
|
751
|
+
<td>
|
752
|
+
<p>Function that takes a string input and returns its calculated length</p>
|
753
|
+
|
754
|
+
</td>
|
727
755
|
</tr>
|
728
756
|
</tbody>
|
729
757
|
</table>
|
package/docs/js/menu-wc.js
CHANGED
@@ -1207,13 +1207,13 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
1207
1207
|
<a href="modules/EuiHasPermissionDirectiveModule.html" data-type="entity-link" >EuiHasPermissionDirectiveModule</a>
|
1208
1208
|
<li class="chapter inner">
|
1209
1209
|
<div class="simple menu-toggler" data-bs-toggle="collapse" ${ isNormalMode ?
|
1210
|
-
'data-bs-target="#directives-links-module-EuiHasPermissionDirectiveModule-
|
1210
|
+
'data-bs-target="#directives-links-module-EuiHasPermissionDirectiveModule-e30db11ef61a0c11bf45980cb0895da425dfeb6e87c98f753a34fd82c8767b9ec1acffe2448f647cfdba103226dcf0a28e3123f236aa137c268481b698124d79"' : 'data-bs-target="#xs-directives-links-module-EuiHasPermissionDirectiveModule-e30db11ef61a0c11bf45980cb0895da425dfeb6e87c98f753a34fd82c8767b9ec1acffe2448f647cfdba103226dcf0a28e3123f236aa137c268481b698124d79"' }>
|
1211
1211
|
<span class="icon ion-md-code-working"></span>
|
1212
1212
|
<span>Directives</span>
|
1213
1213
|
<span class="icon ion-ios-arrow-down"></span>
|
1214
1214
|
</div>
|
1215
|
-
<ul class="links collapse" ${ isNormalMode ? 'id="directives-links-module-EuiHasPermissionDirectiveModule-
|
1216
|
-
'id="xs-directives-links-module-EuiHasPermissionDirectiveModule-
|
1215
|
+
<ul class="links collapse" ${ isNormalMode ? 'id="directives-links-module-EuiHasPermissionDirectiveModule-e30db11ef61a0c11bf45980cb0895da425dfeb6e87c98f753a34fd82c8767b9ec1acffe2448f647cfdba103226dcf0a28e3123f236aa137c268481b698124d79"' :
|
1216
|
+
'id="xs-directives-links-module-EuiHasPermissionDirectiveModule-e30db11ef61a0c11bf45980cb0895da425dfeb6e87c98f753a34fd82c8767b9ec1acffe2448f647cfdba103226dcf0a28e3123f236aa137c268481b698124d79"' }>
|
1217
1217
|
<li class="link">
|
1218
1218
|
<a href="directives/EuiHasPermissionDirective.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuiHasPermissionDirective</a>
|
1219
1219
|
</li>
|
@@ -1372,70 +1372,22 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
1372
1372
|
</li>
|
1373
1373
|
</li>
|
1374
1374
|
<li class="link">
|
1375
|
-
<a href="modules/EuiInputCheckboxModule.html" data-type="entity-link" >EuiInputCheckboxModule</a>
|
1376
|
-
<li class="chapter inner">
|
1377
|
-
<div class="simple menu-toggler" data-bs-toggle="collapse" ${ isNormalMode ?
|
1378
|
-
'data-bs-target="#components-links-module-EuiInputCheckboxModule-fbf075f5a85c2ed855dc57b644463ea8a902b96e60d7418e3ab8ccdc321f5606d48e17597885fb2821fda8635bb984042314be0a1f51c7212db755dd5b390ba9"' : 'data-bs-target="#xs-components-links-module-EuiInputCheckboxModule-fbf075f5a85c2ed855dc57b644463ea8a902b96e60d7418e3ab8ccdc321f5606d48e17597885fb2821fda8635bb984042314be0a1f51c7212db755dd5b390ba9"' }>
|
1379
|
-
<span class="icon ion-md-cog"></span>
|
1380
|
-
<span>Components</span>
|
1381
|
-
<span class="icon ion-ios-arrow-down"></span>
|
1382
|
-
</div>
|
1383
|
-
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuiInputCheckboxModule-fbf075f5a85c2ed855dc57b644463ea8a902b96e60d7418e3ab8ccdc321f5606d48e17597885fb2821fda8635bb984042314be0a1f51c7212db755dd5b390ba9"' :
|
1384
|
-
'id="xs-components-links-module-EuiInputCheckboxModule-fbf075f5a85c2ed855dc57b644463ea8a902b96e60d7418e3ab8ccdc321f5606d48e17597885fb2821fda8635bb984042314be0a1f51c7212db755dd5b390ba9"' }>
|
1385
|
-
<li class="link">
|
1386
|
-
<a href="components/EuiInputCheckboxComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuiInputCheckboxComponent</a>
|
1387
|
-
</li>
|
1388
|
-
</ul>
|
1389
|
-
</li>
|
1375
|
+
<a href="modules/EuiInputCheckboxModule.html" data-type="entity-link" class="deprecated-name">EuiInputCheckboxModule</a>
|
1390
1376
|
</li>
|
1391
1377
|
<li class="link">
|
1392
1378
|
<a href="modules/EuiInputGroupModule.html" data-type="entity-link" >EuiInputGroupModule</a>
|
1393
|
-
<li class="chapter inner">
|
1394
|
-
<div class="simple menu-toggler" data-bs-toggle="collapse" ${ isNormalMode ?
|
1395
|
-
'data-bs-target="#components-links-module-EuiInputGroupModule-297cde5bdc0a65bc2ee76faaa676cdb60faeeba4e20ddafbe54e50d42abdc06babe1b6c737ab1b2a9821b019c48df4042da5fc15865310383455108ed5cb62d4"' : 'data-bs-target="#xs-components-links-module-EuiInputGroupModule-297cde5bdc0a65bc2ee76faaa676cdb60faeeba4e20ddafbe54e50d42abdc06babe1b6c737ab1b2a9821b019c48df4042da5fc15865310383455108ed5cb62d4"' }>
|
1396
|
-
<span class="icon ion-md-cog"></span>
|
1397
|
-
<span>Components</span>
|
1398
|
-
<span class="icon ion-ios-arrow-down"></span>
|
1399
|
-
</div>
|
1400
|
-
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuiInputGroupModule-297cde5bdc0a65bc2ee76faaa676cdb60faeeba4e20ddafbe54e50d42abdc06babe1b6c737ab1b2a9821b019c48df4042da5fc15865310383455108ed5cb62d4"' :
|
1401
|
-
'id="xs-components-links-module-EuiInputGroupModule-297cde5bdc0a65bc2ee76faaa676cdb60faeeba4e20ddafbe54e50d42abdc06babe1b6c737ab1b2a9821b019c48df4042da5fc15865310383455108ed5cb62d4"' }>
|
1402
|
-
<li class="link">
|
1403
|
-
<a href="components/EuiInputGroupAddOnComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuiInputGroupAddOnComponent</a>
|
1404
|
-
</li>
|
1405
|
-
<li class="link">
|
1406
|
-
<a href="components/EuiInputGroupAddOnItemComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuiInputGroupAddOnItemComponent</a>
|
1407
|
-
</li>
|
1408
|
-
<li class="link">
|
1409
|
-
<a href="components/EuiInputGroupComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuiInputGroupComponent</a>
|
1410
|
-
</li>
|
1411
|
-
</ul>
|
1412
|
-
</li>
|
1413
1379
|
</li>
|
1414
1380
|
<li class="link">
|
1415
|
-
<a href="modules/EuiInputNumberModule.html" data-type="entity-link" >EuiInputNumberModule</a>
|
1416
|
-
<li class="chapter inner">
|
1417
|
-
<div class="simple menu-toggler" data-bs-toggle="collapse" ${ isNormalMode ?
|
1418
|
-
'data-bs-target="#components-links-module-EuiInputNumberModule-a7222ee2fc1cc5b70ff30e2294c3188bf647fbb166d55b58316deb80641ba78fb6d99c64e1331a251e035e5c4ad6e109f982235ef16eb00f0c67f5224a75750d"' : 'data-bs-target="#xs-components-links-module-EuiInputNumberModule-a7222ee2fc1cc5b70ff30e2294c3188bf647fbb166d55b58316deb80641ba78fb6d99c64e1331a251e035e5c4ad6e109f982235ef16eb00f0c67f5224a75750d"' }>
|
1419
|
-
<span class="icon ion-md-cog"></span>
|
1420
|
-
<span>Components</span>
|
1421
|
-
<span class="icon ion-ios-arrow-down"></span>
|
1422
|
-
</div>
|
1423
|
-
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuiInputNumberModule-a7222ee2fc1cc5b70ff30e2294c3188bf647fbb166d55b58316deb80641ba78fb6d99c64e1331a251e035e5c4ad6e109f982235ef16eb00f0c67f5224a75750d"' :
|
1424
|
-
'id="xs-components-links-module-EuiInputNumberModule-a7222ee2fc1cc5b70ff30e2294c3188bf647fbb166d55b58316deb80641ba78fb6d99c64e1331a251e035e5c4ad6e109f982235ef16eb00f0c67f5224a75750d"' }>
|
1425
|
-
<li class="link">
|
1426
|
-
<a href="components/EuiInputNumberComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuiInputNumberComponent</a>
|
1427
|
-
</li>
|
1428
|
-
</ul>
|
1429
|
-
</li>
|
1381
|
+
<a href="modules/EuiInputNumberModule.html" data-type="entity-link" class="deprecated-name">EuiInputNumberModule</a>
|
1430
1382
|
<li class="chapter inner">
|
1431
1383
|
<div class="simple menu-toggler" data-bs-toggle="collapse" ${ isNormalMode ?
|
1432
|
-
'data-bs-target="#directives-links-module-EuiInputNumberModule-
|
1384
|
+
'data-bs-target="#directives-links-module-EuiInputNumberModule-b03dbbb0f07996120b05ef44a57c8fd0a6d3eb2ba253e15cb662222e94169cc0b490b56cb5b38c462be32b4f7aeb60d3122849d331268400e0808292fe8c725a"' : 'data-bs-target="#xs-directives-links-module-EuiInputNumberModule-b03dbbb0f07996120b05ef44a57c8fd0a6d3eb2ba253e15cb662222e94169cc0b490b56cb5b38c462be32b4f7aeb60d3122849d331268400e0808292fe8c725a"' }>
|
1433
1385
|
<span class="icon ion-md-code-working"></span>
|
1434
1386
|
<span>Directives</span>
|
1435
1387
|
<span class="icon ion-ios-arrow-down"></span>
|
1436
1388
|
</div>
|
1437
|
-
<ul class="links collapse" ${ isNormalMode ? 'id="directives-links-module-EuiInputNumberModule-
|
1438
|
-
'id="xs-directives-links-module-EuiInputNumberModule-
|
1389
|
+
<ul class="links collapse" ${ isNormalMode ? 'id="directives-links-module-EuiInputNumberModule-b03dbbb0f07996120b05ef44a57c8fd0a6d3eb2ba253e15cb662222e94169cc0b490b56cb5b38c462be32b4f7aeb60d3122849d331268400e0808292fe8c725a"' :
|
1390
|
+
'id="xs-directives-links-module-EuiInputNumberModule-b03dbbb0f07996120b05ef44a57c8fd0a6d3eb2ba253e15cb662222e94169cc0b490b56cb5b38c462be32b4f7aeb60d3122849d331268400e0808292fe8c725a"' }>
|
1439
1391
|
<li class="link">
|
1440
1392
|
<a href="directives/EuiInputNumberDirective.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuiInputNumberDirective</a>
|
1441
1393
|
</li>
|
@@ -1443,38 +1395,10 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
1443
1395
|
</li>
|
1444
1396
|
</li>
|
1445
1397
|
<li class="link">
|
1446
|
-
<a href="modules/EuiInputRadioModule.html" data-type="entity-link" >EuiInputRadioModule</a>
|
1447
|
-
<li class="chapter inner">
|
1448
|
-
<div class="simple menu-toggler" data-bs-toggle="collapse" ${ isNormalMode ?
|
1449
|
-
'data-bs-target="#components-links-module-EuiInputRadioModule-2fc2ea80e02e22b67a023adf911752877c8c4583c598b73f183ead91a7ce03fde1f5f4489baece4508afea06e15ed06486bd4f1e884fbdf241b6951a21dc5770"' : 'data-bs-target="#xs-components-links-module-EuiInputRadioModule-2fc2ea80e02e22b67a023adf911752877c8c4583c598b73f183ead91a7ce03fde1f5f4489baece4508afea06e15ed06486bd4f1e884fbdf241b6951a21dc5770"' }>
|
1450
|
-
<span class="icon ion-md-cog"></span>
|
1451
|
-
<span>Components</span>
|
1452
|
-
<span class="icon ion-ios-arrow-down"></span>
|
1453
|
-
</div>
|
1454
|
-
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuiInputRadioModule-2fc2ea80e02e22b67a023adf911752877c8c4583c598b73f183ead91a7ce03fde1f5f4489baece4508afea06e15ed06486bd4f1e884fbdf241b6951a21dc5770"' :
|
1455
|
-
'id="xs-components-links-module-EuiInputRadioModule-2fc2ea80e02e22b67a023adf911752877c8c4583c598b73f183ead91a7ce03fde1f5f4489baece4508afea06e15ed06486bd4f1e884fbdf241b6951a21dc5770"' }>
|
1456
|
-
<li class="link">
|
1457
|
-
<a href="components/EuiInputRadioComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuiInputRadioComponent</a>
|
1458
|
-
</li>
|
1459
|
-
</ul>
|
1460
|
-
</li>
|
1398
|
+
<a href="modules/EuiInputRadioModule.html" data-type="entity-link" class="deprecated-name">EuiInputRadioModule</a>
|
1461
1399
|
</li>
|
1462
1400
|
<li class="link">
|
1463
|
-
<a href="modules/EuiInputTextModule.html" data-type="entity-link" >EuiInputTextModule</a>
|
1464
|
-
<li class="chapter inner">
|
1465
|
-
<div class="simple menu-toggler" data-bs-toggle="collapse" ${ isNormalMode ?
|
1466
|
-
'data-bs-target="#components-links-module-EuiInputTextModule-40169bf5bc8eec7ed74100d41b396b92d360e1a01b5f8ec3f9f00e58e738e5f6d70acf7628e589ff14f2596036bc86db97075b57602a35239a05554183d94a02"' : 'data-bs-target="#xs-components-links-module-EuiInputTextModule-40169bf5bc8eec7ed74100d41b396b92d360e1a01b5f8ec3f9f00e58e738e5f6d70acf7628e589ff14f2596036bc86db97075b57602a35239a05554183d94a02"' }>
|
1467
|
-
<span class="icon ion-md-cog"></span>
|
1468
|
-
<span>Components</span>
|
1469
|
-
<span class="icon ion-ios-arrow-down"></span>
|
1470
|
-
</div>
|
1471
|
-
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuiInputTextModule-40169bf5bc8eec7ed74100d41b396b92d360e1a01b5f8ec3f9f00e58e738e5f6d70acf7628e589ff14f2596036bc86db97075b57602a35239a05554183d94a02"' :
|
1472
|
-
'id="xs-components-links-module-EuiInputTextModule-40169bf5bc8eec7ed74100d41b396b92d360e1a01b5f8ec3f9f00e58e738e5f6d70acf7628e589ff14f2596036bc86db97075b57602a35239a05554183d94a02"' }>
|
1473
|
-
<li class="link">
|
1474
|
-
<a href="components/EuiInputTextComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuiInputTextComponent</a>
|
1475
|
-
</li>
|
1476
|
-
</ul>
|
1477
|
-
</li>
|
1401
|
+
<a href="modules/EuiInputTextModule.html" data-type="entity-link" class="deprecated-name">EuiInputTextModule</a>
|
1478
1402
|
</li>
|
1479
1403
|
<li class="link">
|
1480
1404
|
<a href="modules/EuiLabelModule.html" data-type="entity-link" >EuiLabelModule</a>
|
@@ -1583,16 +1507,16 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
1583
1507
|
</li>
|
1584
1508
|
</li>
|
1585
1509
|
<li class="link">
|
1586
|
-
<a href="modules/EuiMaxLengthDirectiveModule.html" data-type="entity-link" >EuiMaxLengthDirectiveModule</a>
|
1510
|
+
<a href="modules/EuiMaxLengthDirectiveModule.html" data-type="entity-link" class="deprecated-name">EuiMaxLengthDirectiveModule</a>
|
1587
1511
|
<li class="chapter inner">
|
1588
1512
|
<div class="simple menu-toggler" data-bs-toggle="collapse" ${ isNormalMode ?
|
1589
|
-
'data-bs-target="#directives-links-module-EuiMaxLengthDirectiveModule-
|
1513
|
+
'data-bs-target="#directives-links-module-EuiMaxLengthDirectiveModule-6623492e4bb6880a4ee65372e2722c364712a50780d6752955de140c8f09f15525902d14f69f1710f7dc0080dba48bbaf9780355a54b3ff100b1865414bb9a2c"' : 'data-bs-target="#xs-directives-links-module-EuiMaxLengthDirectiveModule-6623492e4bb6880a4ee65372e2722c364712a50780d6752955de140c8f09f15525902d14f69f1710f7dc0080dba48bbaf9780355a54b3ff100b1865414bb9a2c"' }>
|
1590
1514
|
<span class="icon ion-md-code-working"></span>
|
1591
1515
|
<span>Directives</span>
|
1592
1516
|
<span class="icon ion-ios-arrow-down"></span>
|
1593
1517
|
</div>
|
1594
|
-
<ul class="links collapse" ${ isNormalMode ? 'id="directives-links-module-EuiMaxLengthDirectiveModule-
|
1595
|
-
'id="xs-directives-links-module-EuiMaxLengthDirectiveModule-
|
1518
|
+
<ul class="links collapse" ${ isNormalMode ? 'id="directives-links-module-EuiMaxLengthDirectiveModule-6623492e4bb6880a4ee65372e2722c364712a50780d6752955de140c8f09f15525902d14f69f1710f7dc0080dba48bbaf9780355a54b3ff100b1865414bb9a2c"' :
|
1519
|
+
'id="xs-directives-links-module-EuiMaxLengthDirectiveModule-6623492e4bb6880a4ee65372e2722c364712a50780d6752955de140c8f09f15525902d14f69f1710f7dc0080dba48bbaf9780355a54b3ff100b1865414bb9a2c"' }>
|
1596
1520
|
<li class="link">
|
1597
1521
|
<a href="directives/EuiMaxLengthDirective.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuiMaxLengthDirective</a>
|
1598
1522
|
</li>
|
@@ -2234,29 +2158,15 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
2234
2158
|
</li>
|
2235
2159
|
<li class="link">
|
2236
2160
|
<a href="modules/EuiTextAreaModule.html" data-type="entity-link" >EuiTextAreaModule</a>
|
2237
|
-
<li class="chapter inner">
|
2238
|
-
<div class="simple menu-toggler" data-bs-toggle="collapse" ${ isNormalMode ?
|
2239
|
-
'data-bs-target="#components-links-module-EuiTextAreaModule-264af8f86b199f8477a3f39a890f3726f4c081a2d38754b328230b44006e27261a4c8ea0f1370e97cfe8c0a5cac7bf6d0454b3a2cb2c21dab37869055769ee7b"' : 'data-bs-target="#xs-components-links-module-EuiTextAreaModule-264af8f86b199f8477a3f39a890f3726f4c081a2d38754b328230b44006e27261a4c8ea0f1370e97cfe8c0a5cac7bf6d0454b3a2cb2c21dab37869055769ee7b"' }>
|
2240
|
-
<span class="icon ion-md-cog"></span>
|
2241
|
-
<span>Components</span>
|
2242
|
-
<span class="icon ion-ios-arrow-down"></span>
|
2243
|
-
</div>
|
2244
|
-
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuiTextAreaModule-264af8f86b199f8477a3f39a890f3726f4c081a2d38754b328230b44006e27261a4c8ea0f1370e97cfe8c0a5cac7bf6d0454b3a2cb2c21dab37869055769ee7b"' :
|
2245
|
-
'id="xs-components-links-module-EuiTextAreaModule-264af8f86b199f8477a3f39a890f3726f4c081a2d38754b328230b44006e27261a4c8ea0f1370e97cfe8c0a5cac7bf6d0454b3a2cb2c21dab37869055769ee7b"' }>
|
2246
|
-
<li class="link">
|
2247
|
-
<a href="components/EuiTextareaComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuiTextareaComponent</a>
|
2248
|
-
</li>
|
2249
|
-
</ul>
|
2250
|
-
</li>
|
2251
2161
|
<li class="chapter inner">
|
2252
2162
|
<div class="simple menu-toggler" data-bs-toggle="collapse" ${ isNormalMode ?
|
2253
|
-
'data-bs-target="#directives-links-module-EuiTextAreaModule-
|
2163
|
+
'data-bs-target="#directives-links-module-EuiTextAreaModule-2adbac0b05a5fbf7e8421c3f0a4fb23bb29763380e801927a5f2be28b5221d620c1df1eca1c3496cf37aaa71214a5fd51e135a7b2a91f41c0ee32493d709a369"' : 'data-bs-target="#xs-directives-links-module-EuiTextAreaModule-2adbac0b05a5fbf7e8421c3f0a4fb23bb29763380e801927a5f2be28b5221d620c1df1eca1c3496cf37aaa71214a5fd51e135a7b2a91f41c0ee32493d709a369"' }>
|
2254
2164
|
<span class="icon ion-md-code-working"></span>
|
2255
2165
|
<span>Directives</span>
|
2256
2166
|
<span class="icon ion-ios-arrow-down"></span>
|
2257
2167
|
</div>
|
2258
|
-
<ul class="links collapse" ${ isNormalMode ? 'id="directives-links-module-EuiTextAreaModule-
|
2259
|
-
'id="xs-directives-links-module-EuiTextAreaModule-
|
2168
|
+
<ul class="links collapse" ${ isNormalMode ? 'id="directives-links-module-EuiTextAreaModule-2adbac0b05a5fbf7e8421c3f0a4fb23bb29763380e801927a5f2be28b5221d620c1df1eca1c3496cf37aaa71214a5fd51e135a7b2a91f41c0ee32493d709a369"' :
|
2169
|
+
'id="xs-directives-links-module-EuiTextAreaModule-2adbac0b05a5fbf7e8421c3f0a4fb23bb29763380e801927a5f2be28b5221d620c1df1eca1c3496cf37aaa71214a5fd51e135a7b2a91f41c0ee32493d709a369"' }>
|
2260
2170
|
<li class="link">
|
2261
2171
|
<a href="directives/AutoResizeDirective.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >AutoResizeDirective</a>
|
2262
2172
|
</li>
|
@@ -2685,6 +2595,27 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
2685
2595
|
<li class="link">
|
2686
2596
|
<a href="components/EuiHeaderUserProfileComponent.html" data-type="entity-link" >EuiHeaderUserProfileComponent</a>
|
2687
2597
|
</li>
|
2598
|
+
<li class="link">
|
2599
|
+
<a href="components/EuiInputCheckboxComponent.html" data-type="entity-link" >EuiInputCheckboxComponent</a>
|
2600
|
+
</li>
|
2601
|
+
<li class="link">
|
2602
|
+
<a href="components/EuiInputGroupAddOnComponent.html" data-type="entity-link" >EuiInputGroupAddOnComponent</a>
|
2603
|
+
</li>
|
2604
|
+
<li class="link">
|
2605
|
+
<a href="components/EuiInputGroupAddOnItemComponent.html" data-type="entity-link" >EuiInputGroupAddOnItemComponent</a>
|
2606
|
+
</li>
|
2607
|
+
<li class="link">
|
2608
|
+
<a href="components/EuiInputGroupComponent.html" data-type="entity-link" >EuiInputGroupComponent</a>
|
2609
|
+
</li>
|
2610
|
+
<li class="link">
|
2611
|
+
<a href="components/EuiInputNumberComponent.html" data-type="entity-link" >EuiInputNumberComponent</a>
|
2612
|
+
</li>
|
2613
|
+
<li class="link">
|
2614
|
+
<a href="components/EuiInputRadioComponent.html" data-type="entity-link" >EuiInputRadioComponent</a>
|
2615
|
+
</li>
|
2616
|
+
<li class="link">
|
2617
|
+
<a href="components/EuiInputTextComponent.html" data-type="entity-link" >EuiInputTextComponent</a>
|
2618
|
+
</li>
|
2688
2619
|
<li class="link">
|
2689
2620
|
<a href="components/EuiNavbarComponent.html" data-type="entity-link" >EuiNavbarComponent</a>
|
2690
2621
|
</li>
|
@@ -2736,6 +2667,9 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
2736
2667
|
<li class="link">
|
2737
2668
|
<a href="components/EuiSlideToggleTestComponent.html" data-type="entity-link" >EuiSlideToggleTestComponent</a>
|
2738
2669
|
</li>
|
2670
|
+
<li class="link">
|
2671
|
+
<a href="components/EuiTextareaComponent.html" data-type="entity-link" >EuiTextareaComponent</a>
|
2672
|
+
</li>
|
2739
2673
|
<li class="link">
|
2740
2674
|
<a href="components/EuiToolbarAppComponent.html" data-type="entity-link" >EuiToolbarAppComponent</a>
|
2741
2675
|
</li>
|
@@ -2812,6 +2746,9 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
2812
2746
|
<span class="icon ion-ios-arrow-down"></span>
|
2813
2747
|
</div>
|
2814
2748
|
<ul class="links collapse " ${ isNormalMode ? 'id="directives-links"' : 'id="xs-directives-links"' }>
|
2749
|
+
<li class="link">
|
2750
|
+
<a href="directives/AutoResizeDirective.html" data-type="entity-link" >AutoResizeDirective</a>
|
2751
|
+
</li>
|
2815
2752
|
<li class="link">
|
2816
2753
|
<a href="directives/BaseStatesDirective.html" data-type="entity-link" >BaseStatesDirective</a>
|
2817
2754
|
</li>
|
@@ -2821,9 +2758,18 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
2821
2758
|
<li class="link">
|
2822
2759
|
<a href="directives/EuiClearableDirective.html" data-type="entity-link" >EuiClearableDirective</a>
|
2823
2760
|
</li>
|
2761
|
+
<li class="link">
|
2762
|
+
<a href="directives/EuiHasPermissionDirective.html" data-type="entity-link" >EuiHasPermissionDirective</a>
|
2763
|
+
</li>
|
2764
|
+
<li class="link">
|
2765
|
+
<a href="directives/EuiInputNumberDirective.html" data-type="entity-link" >EuiInputNumberDirective</a>
|
2766
|
+
</li>
|
2824
2767
|
<li class="link">
|
2825
2768
|
<a href="directives/EuiLoadingDirective.html" data-type="entity-link" >EuiLoadingDirective</a>
|
2826
2769
|
</li>
|
2770
|
+
<li class="link">
|
2771
|
+
<a href="directives/EuiMaxLengthDirective.html" data-type="entity-link" >EuiMaxLengthDirective</a>
|
2772
|
+
</li>
|
2827
2773
|
<li class="link">
|
2828
2774
|
<a href="directives/EuiPageColumnBodyContentDirective.html" data-type="entity-link" >EuiPageColumnBodyContentDirective</a>
|
2829
2775
|
</li>
|