@eui/components 19.0.3 → 19.0.4

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.
Files changed (170) hide show
  1. package/directives/eui-has-permission.directive.d.ts +70 -2
  2. package/directives/eui-has-permission.directive.d.ts.map +1 -1
  3. package/directives/eui-maxlength.directive.d.ts +94 -10
  4. package/directives/eui-maxlength.directive.d.ts.map +1 -1
  5. package/docs/components/EuiAlertComponent.html +129 -0
  6. package/docs/components/EuiAlertTitleComponent.html +12 -0
  7. package/docs/components/EuiChipComponent.html +108 -1
  8. package/docs/components/EuiInputCheckboxComponent.html +169 -10
  9. package/docs/components/EuiInputGroupAddOnComponent.html +22 -0
  10. package/docs/components/EuiInputGroupAddOnItemComponent.html +30 -0
  11. package/docs/components/EuiInputGroupComponent.html +35 -0
  12. package/docs/components/EuiInputNumberComponent.html +83 -4
  13. package/docs/components/EuiInputRadioComponent.html +228 -0
  14. package/docs/components/EuiInputTextComponent.html +50 -0
  15. package/docs/components/EuiPaginatorComponent.html +204 -0
  16. package/docs/components/EuiTextareaComponent.html +207 -1
  17. package/docs/dependencies.html +2 -2
  18. package/docs/directives/AutoResizeDirective.html +49 -1
  19. package/docs/directives/EuiHasPermissionDirective.html +34 -0
  20. package/docs/directives/EuiInputNumberDirective.html +17 -0
  21. package/docs/directives/EuiMaxLengthDirective.html +35 -7
  22. package/docs/js/menu-wc.js +65 -119
  23. package/docs/js/menu-wc_es5.js +1 -1
  24. package/docs/js/search/search_index.js +2 -2
  25. package/docs/miscellaneous/functions.html +14 -0
  26. package/docs/modules/EuiAlertModule.html +11 -0
  27. package/docs/modules/EuiChipModule.html +11 -0
  28. package/docs/modules/EuiHasPermissionDirectiveModule.html +17 -3
  29. package/docs/modules/EuiInputCheckboxModule.html +25 -4
  30. package/docs/modules/EuiInputGroupModule.html +20 -5
  31. package/docs/modules/EuiInputNumberModule.html +26 -5
  32. package/docs/modules/EuiInputRadioModule.html +27 -4
  33. package/docs/modules/EuiInputTextModule.html +25 -4
  34. package/docs/modules/EuiMaxLengthDirectiveModule.html +25 -4
  35. package/docs/modules/EuiPaginatorModule.html +11 -0
  36. package/docs/modules/EuiTextAreaModule.html +20 -4
  37. package/eui-alert/components/eui-alert-title.component.d.ts +1 -0
  38. package/eui-alert/components/eui-alert-title.component.d.ts.map +1 -1
  39. package/eui-alert/eui-alert.component.d.ts +74 -0
  40. package/eui-alert/eui-alert.component.d.ts.map +1 -1
  41. package/eui-alert/eui-alert.module.d.ts +12 -0
  42. package/eui-alert/eui-alert.module.d.ts.map +1 -1
  43. package/eui-chip/eui-chip.component.d.ts +71 -0
  44. package/eui-chip/eui-chip.component.d.ts.map +1 -1
  45. package/eui-chip/eui-chip.module.d.ts +12 -0
  46. package/eui-chip/eui-chip.module.d.ts.map +1 -1
  47. package/eui-input-checkbox/eui-input-checkbox.component.d.ts +88 -11
  48. package/eui-input-checkbox/eui-input-checkbox.component.d.ts.map +1 -1
  49. package/eui-input-checkbox/eui-input-checkbox.module.d.ts +17 -3
  50. package/eui-input-checkbox/eui-input-checkbox.module.d.ts.map +1 -1
  51. package/eui-input-group/eui-input-group-addon-item.component.d.ts +33 -1
  52. package/eui-input-group/eui-input-group-addon-item.component.d.ts.map +1 -1
  53. package/eui-input-group/eui-input-group-addon.component.d.ts +40 -2
  54. package/eui-input-group/eui-input-group-addon.component.d.ts.map +1 -1
  55. package/eui-input-group/eui-input-group.component.d.ts +44 -1
  56. package/eui-input-group/eui-input-group.component.d.ts.map +1 -1
  57. package/eui-input-group/eui-input-group.module.d.ts +21 -5
  58. package/eui-input-group/eui-input-group.module.d.ts.map +1 -1
  59. package/eui-input-number/eui-input-number.component.d.ts +73 -9
  60. package/eui-input-number/eui-input-number.component.d.ts.map +1 -1
  61. package/eui-input-number/eui-input-number.module.d.ts +19 -4
  62. package/eui-input-number/eui-input-number.module.d.ts.map +1 -1
  63. package/eui-input-number/eui-number-control.directive.d.ts +27 -2
  64. package/eui-input-number/eui-number-control.directive.d.ts.map +1 -1
  65. package/eui-input-radio/eui-input-radio.component.d.ts +96 -1
  66. package/eui-input-radio/eui-input-radio.component.d.ts.map +1 -1
  67. package/eui-input-radio/eui-input-radio.module.d.ts +20 -3
  68. package/eui-input-radio/eui-input-radio.module.d.ts.map +1 -1
  69. package/eui-input-text/eui-input-text.component.d.ts +54 -1
  70. package/eui-input-text/eui-input-text.component.d.ts.map +1 -1
  71. package/eui-input-text/eui-input-text.module.d.ts +19 -3
  72. package/eui-input-text/eui-input-text.module.d.ts.map +1 -1
  73. package/eui-paginator/eui-paginator.component.d.ts +148 -4
  74. package/eui-paginator/eui-paginator.component.d.ts.map +1 -1
  75. package/eui-paginator/eui-paginator.module.d.ts +12 -0
  76. package/eui-paginator/eui-paginator.module.d.ts.map +1 -1
  77. package/eui-textarea/auto-resize.directive.d.ts +90 -3
  78. package/eui-textarea/auto-resize.directive.d.ts.map +1 -1
  79. package/eui-textarea/eui-textarea.component.d.ts +111 -5
  80. package/eui-textarea/eui-textarea.component.d.ts.map +1 -1
  81. package/eui-textarea/eui-textarea.module.d.ts +23 -4
  82. package/eui-textarea/eui-textarea.module.d.ts.map +1 -1
  83. package/eui-timepicker/eui-timepicker.component.d.ts.map +1 -1
  84. package/fesm2022/eui-components-directives.mjs +180 -34
  85. package/fesm2022/eui-components-directives.mjs.map +1 -1
  86. package/fesm2022/eui-components-eui-accordion.mjs +1 -1
  87. package/fesm2022/eui-components-eui-alert.mjs +85 -3
  88. package/fesm2022/eui-components-eui-alert.mjs.map +1 -1
  89. package/fesm2022/eui-components-eui-autocomplete.mjs +2 -2
  90. package/fesm2022/eui-components-eui-avatar.mjs +1 -1
  91. package/fesm2022/eui-components-eui-badge.mjs +1 -1
  92. package/fesm2022/eui-components-eui-block-content.mjs +1 -1
  93. package/fesm2022/eui-components-eui-block-document.mjs +1 -1
  94. package/fesm2022/eui-components-eui-breadcrumb.mjs +1 -1
  95. package/fesm2022/eui-components-eui-button-group.mjs +1 -1
  96. package/fesm2022/eui-components-eui-button-v2.mjs +1 -1
  97. package/fesm2022/eui-components-eui-button.mjs +1 -1
  98. package/fesm2022/eui-components-eui-card.mjs +3 -3
  99. package/fesm2022/eui-components-eui-card.mjs.map +1 -1
  100. package/fesm2022/eui-components-eui-chip-group.mjs +1 -1
  101. package/fesm2022/eui-components-eui-chip-list.mjs +1 -1
  102. package/fesm2022/eui-components-eui-chip.mjs +75 -1
  103. package/fesm2022/eui-components-eui-chip.mjs.map +1 -1
  104. package/fesm2022/eui-components-eui-dashboard-button.mjs +1 -1
  105. package/fesm2022/eui-components-eui-dashboard-card.mjs +1 -1
  106. package/fesm2022/eui-components-eui-date-range-selector.mjs +5 -5
  107. package/fesm2022/eui-components-eui-date-range-selector.mjs.map +1 -1
  108. package/fesm2022/eui-components-eui-datepicker.mjs +1 -1
  109. package/fesm2022/eui-components-eui-dialog.mjs +1 -1
  110. package/fesm2022/eui-components-eui-dimmer.mjs +1 -1
  111. package/fesm2022/eui-components-eui-disable-content.mjs +1 -1
  112. package/fesm2022/eui-components-eui-discussion-thread.mjs +1 -1
  113. package/fesm2022/eui-components-eui-dropdown.mjs +2 -2
  114. package/fesm2022/eui-components-eui-feedback-message.mjs +1 -1
  115. package/fesm2022/eui-components-eui-fieldset.mjs +1 -1
  116. package/fesm2022/eui-components-eui-file-upload.mjs +1 -1
  117. package/fesm2022/eui-components-eui-growl.mjs +1 -1
  118. package/fesm2022/eui-components-eui-icon-button-expander.mjs +1 -1
  119. package/fesm2022/eui-components-eui-icon-button.mjs +1 -1
  120. package/fesm2022/eui-components-eui-icon-color.mjs +1 -1
  121. package/fesm2022/eui-components-eui-icon-input.mjs +1 -1
  122. package/fesm2022/eui-components-eui-icon-state.mjs +1 -1
  123. package/fesm2022/eui-components-eui-icon-toggle.mjs +1 -1
  124. package/fesm2022/eui-components-eui-icon.mjs +1 -1
  125. package/fesm2022/eui-components-eui-input-checkbox.mjs +104 -14
  126. package/fesm2022/eui-components-eui-input-checkbox.mjs.map +1 -1
  127. package/fesm2022/eui-components-eui-input-group.mjs +142 -12
  128. package/fesm2022/eui-components-eui-input-group.mjs.map +1 -1
  129. package/fesm2022/eui-components-eui-input-number.mjs +109 -13
  130. package/fesm2022/eui-components-eui-input-number.mjs.map +1 -1
  131. package/fesm2022/eui-components-eui-input-radio.mjs +117 -6
  132. package/fesm2022/eui-components-eui-input-radio.mjs.map +1 -1
  133. package/fesm2022/eui-components-eui-input-text.mjs +73 -6
  134. package/fesm2022/eui-components-eui-input-text.mjs.map +1 -1
  135. package/fesm2022/eui-components-eui-label.mjs +1 -1
  136. package/fesm2022/eui-components-eui-language-selector.mjs +1 -1
  137. package/fesm2022/eui-components-eui-list.mjs +1 -1
  138. package/fesm2022/eui-components-eui-menu.mjs +1 -1
  139. package/fesm2022/eui-components-eui-message-box.mjs +1 -1
  140. package/fesm2022/eui-components-eui-navbar.mjs +1 -1
  141. package/fesm2022/eui-components-eui-overlay.mjs +1 -1
  142. package/fesm2022/eui-components-eui-page.mjs +1 -1
  143. package/fesm2022/eui-components-eui-paginator.mjs +153 -6
  144. package/fesm2022/eui-components-eui-paginator.mjs.map +1 -1
  145. package/fesm2022/eui-components-eui-popover.mjs +1 -1
  146. package/fesm2022/eui-components-eui-progress-bar.mjs +1 -1
  147. package/fesm2022/eui-components-eui-progress-circle.mjs +1 -1
  148. package/fesm2022/eui-components-eui-select.mjs +1 -1
  149. package/fesm2022/eui-components-eui-sidebar-menu.mjs +1 -1
  150. package/fesm2022/eui-components-eui-skeleton.mjs +1 -1
  151. package/fesm2022/eui-components-eui-slide-toggle.mjs +2 -2
  152. package/fesm2022/eui-components-eui-split-button.mjs +1 -1
  153. package/fesm2022/eui-components-eui-table-v2.mjs +1 -1
  154. package/fesm2022/eui-components-eui-table.mjs +1 -1
  155. package/fesm2022/eui-components-eui-tabs.mjs +1 -1
  156. package/fesm2022/eui-components-eui-textarea.mjs +221 -15
  157. package/fesm2022/eui-components-eui-textarea.mjs.map +1 -1
  158. package/fesm2022/eui-components-eui-timebar.mjs +1 -1
  159. package/fesm2022/eui-components-eui-timeline.mjs +1 -1
  160. package/fesm2022/eui-components-eui-timepicker.mjs +36 -29
  161. package/fesm2022/eui-components-eui-timepicker.mjs.map +1 -1
  162. package/fesm2022/eui-components-eui-tree-list.mjs +1 -1
  163. package/fesm2022/eui-components-eui-tree.mjs +1 -1
  164. package/fesm2022/eui-components-eui-user-profile.mjs +1 -1
  165. package/fesm2022/eui-components-eui-wizard.mjs +1 -1
  166. package/fesm2022/eui-components-externals-eui-editor.mjs +1 -1
  167. package/fesm2022/eui-components-externals-quill.mjs +1 -1
  168. package/fesm2022/eui-components-layout.mjs +2 -2
  169. package/fesm2022/eui-components-shared.mjs +2 -2
  170. package/package.json +3 -3
@@ -372,6 +372,8 @@
372
372
 
373
373
  <tr>
374
374
  <td class="col-md-4">
375
+ <div class="io-description"><p>Get the decimal separator based on the locale</p>
376
+ </div>
375
377
 
376
378
  <div class="io-description">
377
379
  <b>Parameters :</b>
@@ -382,6 +384,7 @@
382
384
  <td>Name</td>
383
385
  <td>Type</td>
384
386
  <td>Optional</td>
387
+ <td>Description</td>
385
388
  </tr>
386
389
  </thead>
387
390
  <tbody>
@@ -396,6 +399,10 @@
396
399
  </td>
397
400
 
398
401
 
402
+ <td>
403
+ <p>value of the locale based on ISO 639-1</p>
404
+
405
+ </td>
399
406
  </tr>
400
407
  </tbody>
401
408
  </table>
@@ -433,6 +440,8 @@
433
440
 
434
441
  <tr>
435
442
  <td class="col-md-4">
443
+ <div class="io-description"><p>Get the group separator based on the locale</p>
444
+ </div>
436
445
 
437
446
  <div class="io-description">
438
447
  <b>Parameters :</b>
@@ -443,6 +452,7 @@
443
452
  <td>Name</td>
444
453
  <td>Type</td>
445
454
  <td>Optional</td>
455
+ <td>Description</td>
446
456
  </tr>
447
457
  </thead>
448
458
  <tbody>
@@ -457,6 +467,10 @@
457
467
  </td>
458
468
 
459
469
 
470
+ <td>
471
+ <p>value of the locale based on ISO 639-1</p>
472
+
473
+ </td>
460
474
  </tr>
461
475
  </tbody>
462
476
  </table>
@@ -112,6 +112,17 @@
112
112
 
113
113
 
114
114
 
115
+ <p class="comment">
116
+ <h3>Description</h3>
117
+ </p>
118
+ <p class="comment">
119
+ <p>Module that provides the EuiAlert component and its dependencies</p>
120
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-html">```typescript
121
+ \&#64;NgModule({
122
+ imports: [EuiAlertModule]
123
+ })
124
+ export class YourModule { }</code></pre></div><b>Example :</b><div><pre class="line-numbers"><code class="language-none"></code></pre></div>
125
+ </p>
115
126
 
116
127
 
117
128
  <div class="container-fluid module">
@@ -112,6 +112,17 @@
112
112
 
113
113
 
114
114
 
115
+ <p class="comment">
116
+ <h3>Description</h3>
117
+ </p>
118
+ <p class="comment">
119
+ <p>Module that provides the EuiChip component and its dependencies</p>
120
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-html">```typescript
121
+ \&#64;NgModule({
122
+ imports: [EuiChipModule]
123
+ })
124
+ export class YourModule { }</code></pre></div><b>Example :</b><div><pre class="line-numbers"><code class="language-none"></code></pre></div>
125
+ </p>
115
126
 
116
127
 
117
128
  <div class="container-fluid module">
@@ -112,16 +112,30 @@
112
112
 
113
113
 
114
114
 
115
+ <p class="comment">
116
+ <h3>Description</h3>
117
+ </p>
118
+ <p class="comment">
119
+ <p>Angular module that declares and exports the EuiHasPermissionDirective.
120
+ Import this module to use the euiHasPermission directive in your components.</p>
121
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-html">```typescript
122
+ import { EuiHasPermissionDirectiveModule } from &#39;&#64;eui/components&#39;;</code></pre></div><p>@NgModule({
123
+ imports: [EuiHasPermissionDirectiveModule],
124
+ })
125
+ export class MyModule {}</p>
126
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-none"></code></pre></div>
127
+ </p>
115
128
 
116
129
 
117
130
  <div class="container-fluid module">
118
131
  <div class="row">
119
132
  <div class="col-sm-3">
120
- <h3>Declarations<a href="https://angular.io/api/core/NgModule#declarations" target="_blank" rel="noopener noreferrer"
121
- title="Official documentation about module declarations"><span class="icon ion-ios-information-circle-outline"></span></a></h3>
133
+ <h3>Imports<a href="https://angular.io/api/core/NgModule#imports" target="_blank" rel="noopener noreferrer"
134
+ title="Official documentation about module imports"><span
135
+ class="icon ion-ios-information-circle-outline"></a></h3>
122
136
  <ul class="list-group">
123
137
  <li class="list-group-item">
124
- <a href="../directives/EuiHasPermissionDirective.html">EuiHasPermissionDirective</a>
138
+ <a href="../modules/EuiHasPermissionDirective.html">EuiHasPermissionDirective</a>
125
139
  </li>
126
140
  </ul>
127
141
  </div>
@@ -87,7 +87,9 @@
87
87
 
88
88
  <ol class="breadcrumb">
89
89
  <li class="breadcrumb-item">Modules</li>
90
- <li class="breadcrumb-item" >EuiInputCheckboxModule</li>
90
+ <li class="breadcrumb-item"
91
+ class="breadcrumb-item deprecated-name"
92
+ >EuiInputCheckboxModule</li>
91
93
  </ol>
92
94
 
93
95
 
@@ -111,17 +113,36 @@
111
113
  </p>
112
114
 
113
115
 
116
+ <p class="comment">
117
+ <h3 class="deprecated">Deprecated</h3>
118
+ </p>
119
+ <p class="comment">
120
+ [object Object],[object Object],[object Object]
121
+ </p>
114
122
 
123
+ <p class="comment">
124
+ <h3>Description</h3>
125
+ </p>
126
+ <p class="comment">
127
+ <p>Angular module for the EUI Input Checkbox component. Provides the checkbox
128
+ component and its dependencies.</p>
129
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-html">```typescript
130
+ &#64;NgModule({
131
+ imports: [EuiInputCheckboxModule]
132
+ })
133
+ export class YourModule { }</code></pre></div><b>Example :</b><div><pre class="line-numbers"><code class="language-none"></code></pre></div>
134
+ </p>
115
135
 
116
136
 
117
137
  <div class="container-fluid module">
118
138
  <div class="row">
119
139
  <div class="col-sm-3">
120
- <h3>Declarations<a href="https://angular.io/api/core/NgModule#declarations" target="_blank" rel="noopener noreferrer"
121
- title="Official documentation about module declarations"><span class="icon ion-ios-information-circle-outline"></span></a></h3>
140
+ <h3>Imports<a href="https://angular.io/api/core/NgModule#imports" target="_blank" rel="noopener noreferrer"
141
+ title="Official documentation about module imports"><span
142
+ class="icon ion-ios-information-circle-outline"></a></h3>
122
143
  <ul class="list-group">
123
144
  <li class="list-group-item">
124
- <a href="../components/EuiInputCheckboxComponent.html">EuiInputCheckboxComponent</a>
145
+ <a href="../modules/EuiInputCheckboxComponent.html">EuiInputCheckboxComponent</a>
125
146
  </li>
126
147
  </ul>
127
148
  </div>
@@ -112,22 +112,37 @@
112
112
 
113
113
 
114
114
 
115
+ <p class="comment">
116
+ <h3>Description</h3>
117
+ </p>
118
+ <p class="comment">
119
+ <p>Angular module that provides input group components for the EUI framework.
120
+ Includes the main input group component and its add-on components.</p>
121
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-html">// In your app.module.ts or feature module:
122
+ import { EuiInputGroupModule } from &#39;&#64;eui/input-group&#39;;</code></pre></div><p> imports: [
123
+ EuiInputGroupModule
124
+ ]
125
+ })
126
+ export class YourModule { }</p>
127
+
128
+ </p>
115
129
 
116
130
 
117
131
  <div class="container-fluid module">
118
132
  <div class="row">
119
133
  <div class="col-sm-3">
120
- <h3>Declarations<a href="https://angular.io/api/core/NgModule#declarations" target="_blank" rel="noopener noreferrer"
121
- title="Official documentation about module declarations"><span class="icon ion-ios-information-circle-outline"></span></a></h3>
134
+ <h3>Imports<a href="https://angular.io/api/core/NgModule#imports" target="_blank" rel="noopener noreferrer"
135
+ title="Official documentation about module imports"><span
136
+ class="icon ion-ios-information-circle-outline"></a></h3>
122
137
  <ul class="list-group">
123
138
  <li class="list-group-item">
124
- <a href="../components/EuiInputGroupAddOnComponent.html">EuiInputGroupAddOnComponent</a>
139
+ <a href="../modules/EuiInputGroupAddOnComponent.html">EuiInputGroupAddOnComponent</a>
125
140
  </li>
126
141
  <li class="list-group-item">
127
- <a href="../components/EuiInputGroupAddOnItemComponent.html">EuiInputGroupAddOnItemComponent</a>
142
+ <a href="../modules/EuiInputGroupAddOnItemComponent.html">EuiInputGroupAddOnItemComponent</a>
128
143
  </li>
129
144
  <li class="list-group-item">
130
- <a href="../components/EuiInputGroupComponent.html">EuiInputGroupComponent</a>
145
+ <a href="../modules/EuiInputGroupComponent.html">EuiInputGroupComponent</a>
131
146
  </li>
132
147
  </ul>
133
148
  </div>
@@ -87,7 +87,9 @@
87
87
 
88
88
  <ol class="breadcrumb">
89
89
  <li class="breadcrumb-item">Modules</li>
90
- <li class="breadcrumb-item" >EuiInputNumberModule</li>
90
+ <li class="breadcrumb-item"
91
+ class="breadcrumb-item deprecated-name"
92
+ >EuiInputNumberModule</li>
91
93
  </ol>
92
94
 
93
95
 
@@ -111,20 +113,39 @@
111
113
  </p>
112
114
 
113
115
 
116
+ <p class="comment">
117
+ <h3 class="deprecated">Deprecated</h3>
118
+ </p>
119
+ <p class="comment">
120
+ [object Object],[object Object],[object Object],[object Object],[object Object]
121
+ </p>
114
122
 
123
+ <p class="comment">
124
+ <h3>Description</h3>
125
+ </p>
126
+ <p class="comment">
127
+ <p>Module for the <a href="../components/EuiInputNumberComponent.html">EuiInputNumberComponent</a> and <a href="../directives/EuiInputNumberDirective.html">EuiInputNumberDirective</a>.</p>
128
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-html">```typescript
129
+ import { EuiInputNumberModule } from &#39;&#64;eui/components/eui-input-number&#39;;</code></pre></div><p>@NgModule({
130
+ imports: [EuiInputNumberModule]
131
+ })
132
+ export class AppModule {}</p>
133
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-none"></code></pre></div>
134
+ </p>
115
135
 
116
136
 
117
137
  <div class="container-fluid module">
118
138
  <div class="row">
119
139
  <div class="col-sm-3">
120
- <h3>Declarations<a href="https://angular.io/api/core/NgModule#declarations" target="_blank" rel="noopener noreferrer"
121
- title="Official documentation about module declarations"><span class="icon ion-ios-information-circle-outline"></span></a></h3>
140
+ <h3>Imports<a href="https://angular.io/api/core/NgModule#imports" target="_blank" rel="noopener noreferrer"
141
+ title="Official documentation about module imports"><span
142
+ class="icon ion-ios-information-circle-outline"></a></h3>
122
143
  <ul class="list-group">
123
144
  <li class="list-group-item">
124
- <a href="../components/EuiInputNumberComponent.html">EuiInputNumberComponent</a>
145
+ <a href="../modules/EuiInputNumberComponent.html">EuiInputNumberComponent</a>
125
146
  </li>
126
147
  <li class="list-group-item">
127
- <a href="../directives/EuiInputNumberDirective.html">EuiInputNumberDirective</a>
148
+ <a href="../modules/EuiInputNumberDirective.html">EuiInputNumberDirective</a>
128
149
  </li>
129
150
  </ul>
130
151
  </div>
@@ -87,7 +87,9 @@
87
87
 
88
88
  <ol class="breadcrumb">
89
89
  <li class="breadcrumb-item">Modules</li>
90
- <li class="breadcrumb-item" >EuiInputRadioModule</li>
90
+ <li class="breadcrumb-item"
91
+ class="breadcrumb-item deprecated-name"
92
+ >EuiInputRadioModule</li>
91
93
  </ol>
92
94
 
93
95
 
@@ -111,17 +113,38 @@
111
113
  </p>
112
114
 
113
115
 
116
+ <p class="comment">
117
+ <h3 class="deprecated">Deprecated</h3>
118
+ </p>
119
+ <p class="comment">
120
+ [object Object],[object Object],[object Object]
121
+ </p>
114
122
 
123
+ <p class="comment">
124
+ <h3>Description</h3>
125
+ </p>
126
+ <p class="comment">
127
+ <p>Angular module that provides radio input functionality.</p>
128
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-html">```typescript
129
+ import { EuiInputRadioModule } from &#39;&#64;eui/components/input-radio&#39;;</code></pre></div><p>@NgModule({
130
+ imports: [
131
+ EuiInputRadioModule
132
+ ]
133
+ })
134
+ export class YourModule { }</p>
135
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-none"></code></pre></div>
136
+ </p>
115
137
 
116
138
 
117
139
  <div class="container-fluid module">
118
140
  <div class="row">
119
141
  <div class="col-sm-3">
120
- <h3>Declarations<a href="https://angular.io/api/core/NgModule#declarations" target="_blank" rel="noopener noreferrer"
121
- title="Official documentation about module declarations"><span class="icon ion-ios-information-circle-outline"></span></a></h3>
142
+ <h3>Imports<a href="https://angular.io/api/core/NgModule#imports" target="_blank" rel="noopener noreferrer"
143
+ title="Official documentation about module imports"><span
144
+ class="icon ion-ios-information-circle-outline"></a></h3>
122
145
  <ul class="list-group">
123
146
  <li class="list-group-item">
124
- <a href="../components/EuiInputRadioComponent.html">EuiInputRadioComponent</a>
147
+ <a href="../modules/EuiInputRadioComponent.html">EuiInputRadioComponent</a>
125
148
  </li>
126
149
  </ul>
127
150
  </div>
@@ -87,7 +87,9 @@
87
87
 
88
88
  <ol class="breadcrumb">
89
89
  <li class="breadcrumb-item">Modules</li>
90
- <li class="breadcrumb-item" >EuiInputTextModule</li>
90
+ <li class="breadcrumb-item"
91
+ class="breadcrumb-item deprecated-name"
92
+ >EuiInputTextModule</li>
91
93
  </ol>
92
94
 
93
95
 
@@ -111,17 +113,36 @@
111
113
  </p>
112
114
 
113
115
 
116
+ <p class="comment">
117
+ <h3 class="deprecated">Deprecated</h3>
118
+ </p>
119
+ <p class="comment">
120
+ [object Object],[object Object],[object Object]
121
+ </p>
114
122
 
123
+ <p class="comment">
124
+ <h3>Description</h3>
125
+ </p>
126
+ <p class="comment">
127
+ <p>Module that provides the EuiInputText component and its dependencies</p>
128
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-html">```typescript
129
+ &#64;NgModule({
130
+ imports: [EuiInputTextModule]
131
+ })
132
+ export class YourModule { }</code></pre></div><b>Example :</b><div><pre class="line-numbers"><code class="language-none">Use {&#64;link `EuiInputTextComponent`} instead. This module is deprecated and
133
+ will be removed in the next major version of the library.</code></pre></div>
134
+ </p>
115
135
 
116
136
 
117
137
  <div class="container-fluid module">
118
138
  <div class="row">
119
139
  <div class="col-sm-3">
120
- <h3>Declarations<a href="https://angular.io/api/core/NgModule#declarations" target="_blank" rel="noopener noreferrer"
121
- title="Official documentation about module declarations"><span class="icon ion-ios-information-circle-outline"></span></a></h3>
140
+ <h3>Imports<a href="https://angular.io/api/core/NgModule#imports" target="_blank" rel="noopener noreferrer"
141
+ title="Official documentation about module imports"><span
142
+ class="icon ion-ios-information-circle-outline"></a></h3>
122
143
  <ul class="list-group">
123
144
  <li class="list-group-item">
124
- <a href="../components/EuiInputTextComponent.html">EuiInputTextComponent</a>
145
+ <a href="../modules/EuiInputTextComponent.html">EuiInputTextComponent</a>
125
146
  </li>
126
147
  </ul>
127
148
  </div>
@@ -87,7 +87,9 @@
87
87
 
88
88
  <ol class="breadcrumb">
89
89
  <li class="breadcrumb-item">Modules</li>
90
- <li class="breadcrumb-item" >EuiMaxLengthDirectiveModule</li>
90
+ <li class="breadcrumb-item"
91
+ class="breadcrumb-item deprecated-name"
92
+ >EuiMaxLengthDirectiveModule</li>
91
93
  </ol>
92
94
 
93
95
 
@@ -111,17 +113,36 @@
111
113
  </p>
112
114
 
113
115
 
116
+ <p class="comment">
117
+ <h3 class="deprecated">Deprecated</h3>
118
+ </p>
119
+ <p class="comment">
120
+ [object Object],[object Object],[object Object]
121
+ </p>
114
122
 
123
+ <p class="comment">
124
+ <h3>Description</h3>
125
+ </p>
126
+ <p class="comment">
127
+ <p>Module that provides the EuiMaxLengthDirective.
128
+ Import this module to use the directive in your application.</p>
129
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-html">```typescript
130
+ &#64;NgModule({
131
+ imports: [EuiMaxLengthDirectiveModule]
132
+ })
133
+ export class MyModule { }</code></pre></div><b>Example :</b><div><pre class="line-numbers"><code class="language-none"></code></pre></div>
134
+ </p>
115
135
 
116
136
 
117
137
  <div class="container-fluid module">
118
138
  <div class="row">
119
139
  <div class="col-sm-3">
120
- <h3>Declarations<a href="https://angular.io/api/core/NgModule#declarations" target="_blank" rel="noopener noreferrer"
121
- title="Official documentation about module declarations"><span class="icon ion-ios-information-circle-outline"></span></a></h3>
140
+ <h3>Imports<a href="https://angular.io/api/core/NgModule#imports" target="_blank" rel="noopener noreferrer"
141
+ title="Official documentation about module imports"><span
142
+ class="icon ion-ios-information-circle-outline"></a></h3>
122
143
  <ul class="list-group">
123
144
  <li class="list-group-item">
124
- <a href="../directives/EuiMaxLengthDirective.html">EuiMaxLengthDirective</a>
145
+ <a href="../modules/EuiMaxLengthDirective.html">EuiMaxLengthDirective</a>
125
146
  </li>
126
147
  </ul>
127
148
  </div>
@@ -112,6 +112,17 @@
112
112
 
113
113
 
114
114
 
115
+ <p class="comment">
116
+ <h3>Description</h3>
117
+ </p>
118
+ <p class="comment">
119
+ <p>Module that provides the EuiPaginator component and its dependencies</p>
120
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-html">```typescript
121
+ \&#64;NgModule({
122
+ imports: [EuiPaginatorModule]
123
+ })
124
+ export class YourModule { }</code></pre></div><b>Example :</b><div><pre class="line-numbers"><code class="language-none"></code></pre></div>
125
+ </p>
115
126
 
116
127
 
117
128
  <div class="container-fluid module">
@@ -112,19 +112,35 @@
112
112
 
113
113
 
114
114
 
115
+ <p class="comment">
116
+ <h3>Description</h3>
117
+ </p>
118
+ <p class="comment">
119
+ <p>A module that provides textarea functionality with auto-resizing capabilities.
120
+ This module encapsulates the EuiTextareaComponent and AutoResizeDirective to provide
121
+ a cohesive textarea solution for Angular applications.</p>
122
+ <p>To use this module, import it into your feature module:</p>
123
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-typescript">import { EuiTextAreaModule } from &#39;./path-to-module/eui-textarea.module&#39;;
124
+
125
+ &#64;NgModule({
126
+ imports: [EuiTextAreaModule]
127
+ })
128
+ export class YourFeatureModule { }</code></pre></div>
129
+ </p>
115
130
 
116
131
 
117
132
  <div class="container-fluid module">
118
133
  <div class="row">
119
134
  <div class="col-sm-3">
120
- <h3>Declarations<a href="https://angular.io/api/core/NgModule#declarations" target="_blank" rel="noopener noreferrer"
121
- title="Official documentation about module declarations"><span class="icon ion-ios-information-circle-outline"></span></a></h3>
135
+ <h3>Imports<a href="https://angular.io/api/core/NgModule#imports" target="_blank" rel="noopener noreferrer"
136
+ title="Official documentation about module imports"><span
137
+ class="icon ion-ios-information-circle-outline"></a></h3>
122
138
  <ul class="list-group">
123
139
  <li class="list-group-item">
124
- <a href="../directives/AutoResizeDirective.html">AutoResizeDirective</a>
140
+ <a href="../modules/AutoResizeDirective.html">AutoResizeDirective</a>
125
141
  </li>
126
142
  <li class="list-group-item">
127
- <a href="../components/EuiTextareaComponent.html">EuiTextareaComponent</a>
143
+ <a href="../modules/EuiTextareaComponent.html">EuiTextareaComponent</a>
128
144
  </li>
129
145
  </ul>
130
146
  </div>
@@ -1,5 +1,6 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class EuiAlertTitleComponent {
3
+ /** Sets the `class` attribute for the host element. */
3
4
  class: string;
4
5
  static ɵfac: i0.ɵɵFactoryDeclaration<EuiAlertTitleComponent, never>;
5
6
  static ɵcmp: i0.ɵɵComponentDeclaration<EuiAlertTitleComponent, "eui-alert-title", never, {}, {}, never, ["*"], false, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"eui-alert-title.component.d.ts","sourceRoot":"","sources":["../../../eui-alert/components/eui-alert-title.component.ts"],"names":[],"mappings":";AAEA,qBAKa,sBAAsB;IAET,KAAK,SAAqB;yCAFvC,sBAAsB;2CAAtB,sBAAsB;CAGlC"}
1
+ {"version":3,"file":"eui-alert-title.component.d.ts","sourceRoot":"","sources":["../../../eui-alert/components/eui-alert-title.component.ts"],"names":[],"mappings":";AAEA,qBAKa,sBAAsB;IAC/B,uDAAuD;IACjC,KAAK,SAAqB;yCAFvC,sBAAsB;2CAAtB,sBAAsB;CAGlC"}
@@ -3,25 +3,99 @@ import { BaseStatesDirective } from '@eui/components/shared';
3
3
  import { EuiAlertTitleComponent } from './components/eui-alert-title.component';
4
4
  import * as i0 from "@angular/core";
5
5
  import * as i1 from "@eui/components/shared";
6
+ /**
7
+ * @description
8
+ * Alert displays a short, important message to attract the user's attention without interrupting its task.
9
+ *
10
+ * @example
11
+ *
12
+ * ```html
13
+ * <eui-alert>
14
+ * Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam accumsan semper lorem, ac mollis lacus tincidunt eu.
15
+ * </eui-alert>
16
+ * ```
17
+ *
18
+ * See {@link https://eui.ecdevops.eu/eui-showcase-ux-components-19.x/style-guide/components/eui-alert}.
19
+ */
6
20
  export declare class EuiAlertComponent implements OnInit {
7
21
  baseStatesDirective: BaseStatesDirective;
22
+ /**
23
+ * Sets the `class` attribute for the host element.
24
+ *
25
+ * @returns A string with all CSS classes applied.
26
+ */
8
27
  get cssClasses(): string;
28
+ /**
29
+ * Sets the `role` attribute for the host element.
30
+ *
31
+ * @default 'alert'
32
+ */
9
33
  role: string;
34
+ /**
35
+ * Sets the `aria-describedby` attribute for the host element.
36
+ *
37
+ * @default `alertContent-${uniqueId}`
38
+ * @returns The ID of the element associated with the alert.
39
+ */
10
40
  get ariaDescribedBy(): string;
41
+ /**
42
+ * Sets the `tabindex` attribute for the host element.
43
+ *
44
+ * @returns '0' if defined as focusable else '1' as string.
45
+ */
11
46
  get tabindex(): string;
47
+ /**
48
+ * Sets the `data-e2e` attribute for the host element. Default: `eui-alert`.
49
+ *
50
+ * @default 'eui-alert'
51
+ */
12
52
  e2eAttr: string;
53
+ /**
54
+ * Removes the left border and icon from the alert.
55
+ *
56
+ * @default false
57
+ */
13
58
  isMuted: boolean;
59
+ /**
60
+ * Removes the left border and icon from the alert.
61
+ *
62
+ * @default false
63
+ */
14
64
  isBordered: boolean;
65
+ /**
66
+ * Allows the alert to be closed by the user.
67
+ *
68
+ * @default false
69
+ */
15
70
  isCloseable: boolean;
71
+ /**
72
+ * Allows the alert to be focused by the user.
73
+ *
74
+ * @default false
75
+ */
16
76
  isFocusable: boolean;
77
+ /**
78
+ * Controls the visibility of the alert. Default: true
79
+ *
80
+ * @default true
81
+ */
17
82
  isVisible: boolean;
83
+ /**
84
+ * Event emitted when the alert is closed.
85
+ */
18
86
  closeAlert: EventEmitter<boolean>;
87
+ /**
88
+ * Content for the alert title given by `<eui-alert-title>`.
89
+ */
19
90
  alertTitle: QueryList<EuiAlertTitleComponent>;
20
91
  alertIconType: string;
21
92
  alertIconFillColor: string;
22
93
  private uniqueId;
23
94
  constructor(baseStatesDirective: BaseStatesDirective);
24
95
  ngOnInit(): void;
96
+ /**
97
+ * Hide the alert and emits the `closeAlert` event when the close button is clicked.
98
+ */
25
99
  onCloseClick(): void;
26
100
  static ɵfac: i0.ɵɵFactoryDeclaration<EuiAlertComponent, never>;
27
101
  static ɵcmp: i0.ɵɵComponentDeclaration<EuiAlertComponent, "div[euiAlert], eui-alert", never, { "ariaDescribedBy": { "alias": "ariaDescribedBy"; "required": false; }; "e2eAttr": { "alias": "e2eAttr"; "required": false; }; "isMuted": { "alias": "isMuted"; "required": false; }; "isBordered": { "alias": "isBordered"; "required": false; }; "isCloseable": { "alias": "isCloseable"; "required": false; }; "isFocusable": { "alias": "isFocusable"; "required": false; }; "isVisible": { "alias": "isVisible"; "required": false; }; }, { "closeAlert": "closeAlert"; }, ["alertTitle"], ["*", "eui-alert-title", "*", "*", "*", "*"], false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "euiPrimary": "euiPrimary"; "euiSuccess": "euiSuccess"; "euiInfo": "euiInfo"; "euiWarning": "euiWarning"; "euiDanger": "euiDanger"; "euiVariant": "euiVariant"; }; outputs: {}; }]>;
@@ -1 +1 @@
1
- {"version":3,"file":"eui-alert.component.d.ts","sourceRoot":"","sources":["../../eui-alert/eui-alert.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGH,YAAY,EAIZ,MAAM,EAGN,SAAS,EAEZ,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAC7D,OAAO,EAAE,sBAAsB,EAAE,MAAM,wCAAwC,CAAC;;;AAEhF,qBAoBa,iBAAkB,YAAW,MAAM;IA6CzB,mBAAmB,EAAE,mBAAmB;IA5C3D,IACW,UAAU,IAAI,MAAM,CAW9B;IAEyB,IAAI,SAAW;IACzC,IAEI,eAAe,IAAI,MAAM,CAE5B;IACD,IACI,QAAQ,IAAI,MAAM,CAErB;IAID,OAAO,SAAe;IAEkB,OAAO,UAAS;IAChB,UAAU,UAAS;IACnB,WAAW,UAAS;IACpB,WAAW,UAAS;IACpB,SAAS,UAAQ;IAE/C,UAAU,wBAA+B;IAEwB,UAAU,EAAE,SAAS,CAAC,sBAAsB,CAAC,CAAC;IAEzH,aAAa,EAAE,MAAM,CAAC;IACtB,kBAAkB,EAAE,MAAM,CAAC;IAE3B,OAAO,CAAC,QAAQ,CAAS;gBAEN,mBAAmB,EAAE,mBAAmB;IAE3D,QAAQ,IAAI,IAAI;IAIhB,YAAY,IAAI,IAAI;yCAnDX,iBAAiB;2CAAjB,iBAAiB;sCAwDs3wC,OAAQ;yCAAR,OAAQ;0CAAR,OAAQ;0CAAR,OAAQ;wCAAR,OAAQ;CAD35wC"}
1
+ {"version":3,"file":"eui-alert.component.d.ts","sourceRoot":"","sources":["../../eui-alert/eui-alert.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGH,YAAY,EAIZ,MAAM,EAGN,SAAS,EAEZ,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAC7D,OAAO,EAAE,sBAAsB,EAAE,MAAM,wCAAwC,CAAC;;;AAEhF;;;;;;;;;;;;;GAaG;AACH,qBAqBa,iBAAkB,YAAW,MAAM;IAsGzB,mBAAmB,EAAE,mBAAmB;IArG3D;;;;OAIG;IACH,IACW,UAAU,IAAI,MAAM,CAW9B;IAED;;;;OAIG;IACuB,IAAI,SAAW;IAEzC;;;;;OAKG;IACH,IAEI,eAAe,IAAI,MAAM,CAE5B;IACD;;;;OAIG;IACH,IACI,QAAQ,IAAI,MAAM,CAErB;IACD;;;;OAIG;IAGH,OAAO,SAAe;IAEtB;;;;OAIG;IACqC,OAAO,UAAS;IACxD;;;;OAIG;IACqC,UAAU,UAAS;IAC3D;;;;OAIG;IACqC,WAAW,UAAS;IAC5D;;;;OAIG;IACqC,WAAW,UAAS;IAC5D;;;;OAIG;IACqC,SAAS,UAAQ;IAEzD;;OAEG;IACO,UAAU,wBAA+B;IAEnD;;OAEG;IACwE,UAAU,EAAE,SAAS,CAAC,sBAAsB,CAAC,CAAC;IAEzH,aAAa,EAAE,MAAM,CAAC;IACtB,kBAAkB,EAAE,MAAM,CAAC;IAE3B,OAAO,CAAC,QAAQ,CAAS;gBAEN,mBAAmB,EAAE,mBAAmB;IAE3D,QAAQ,IAAI,IAAI;IAIhB;;OAEG;IACH,YAAY,IAAI,IAAI;yCA/GX,iBAAiB;2CAAjB,iBAAiB;sCAoHkgtC,OAAQ;yCAAR,OAAQ;0CAAR,OAAQ;0CAAR,OAAQ;wCAAR,OAAQ;CADvitC"}
@@ -9,6 +9,18 @@ import * as i7 from "@eui/components/eui-label";
9
9
  import * as i8 from "@eui/components/eui-button";
10
10
  import * as i9 from "@eui/components/eui-icon-state";
11
11
  import * as i10 from "@eui/components/eui-icon-button";
12
+ /**
13
+ * @description
14
+ * Module that provides the EuiAlert component and its dependencies
15
+ *
16
+ * @example
17
+ * ```typescript
18
+ * \@NgModule({
19
+ * imports: [EuiAlertModule]
20
+ * })
21
+ * export class YourModule { }
22
+ * ```
23
+ */
12
24
  export declare class EuiAlertModule {
13
25
  static ɵfac: i0.ɵɵFactoryDeclaration<EuiAlertModule, never>;
14
26
  static ɵmod: i0.ɵɵNgModuleDeclaration<EuiAlertModule, [typeof i1.EuiAlertComponent, typeof i2.EuiAlertTitleComponent], [typeof i3.CommonModule, typeof i4.TranslateModule, typeof i5.BaseStatesDirective, typeof i6.EuiIconModule, typeof i7.EuiLabelModule, typeof i8.EuiButtonModule, typeof i9.EuiIconStateModule, typeof i10.EuiIconButtonModule], [typeof i1.EuiAlertComponent, typeof i2.EuiAlertTitleComponent]>;
@@ -1 +1 @@
1
- {"version":3,"file":"eui-alert.module.d.ts","sourceRoot":"","sources":["../../eui-alert/eui-alert.module.ts"],"names":[],"mappings":";;;;;;;;;;;AA4BA,qBAYa,cAAc;yCAAd,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAAG"}
1
+ {"version":3,"file":"eui-alert.module.d.ts","sourceRoot":"","sources":["../../eui-alert/eui-alert.module.ts"],"names":[],"mappings":";;;;;;;;;;;AA2BA;;;;;;;;;;;GAWG;AACH,qBAYa,cAAc;yCAAd,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAAG"}