@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.
Files changed (143) 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/EuiInputCheckboxComponent.html +169 -10
  6. package/docs/components/EuiInputGroupAddOnComponent.html +22 -0
  7. package/docs/components/EuiInputGroupAddOnItemComponent.html +30 -0
  8. package/docs/components/EuiInputGroupComponent.html +35 -0
  9. package/docs/components/EuiInputNumberComponent.html +83 -4
  10. package/docs/components/EuiInputRadioComponent.html +228 -0
  11. package/docs/components/EuiInputTextComponent.html +50 -0
  12. package/docs/components/EuiTextareaComponent.html +207 -1
  13. package/docs/dependencies.html +2 -2
  14. package/docs/directives/AutoResizeDirective.html +49 -1
  15. package/docs/directives/EuiHasPermissionDirective.html +34 -0
  16. package/docs/directives/EuiInputNumberDirective.html +17 -0
  17. package/docs/directives/EuiMaxLengthDirective.html +35 -7
  18. package/docs/js/menu-wc.js +53 -107
  19. package/docs/js/menu-wc_es5.js +1 -1
  20. package/docs/js/search/search_index.js +2 -2
  21. package/docs/miscellaneous/functions.html +14 -0
  22. package/docs/modules/EuiHasPermissionDirectiveModule.html +17 -3
  23. package/docs/modules/EuiInputCheckboxModule.html +25 -4
  24. package/docs/modules/EuiInputGroupModule.html +20 -5
  25. package/docs/modules/EuiInputNumberModule.html +26 -5
  26. package/docs/modules/EuiInputRadioModule.html +27 -4
  27. package/docs/modules/EuiInputTextModule.html +25 -4
  28. package/docs/modules/EuiMaxLengthDirectiveModule.html +25 -4
  29. package/docs/modules/EuiTextAreaModule.html +20 -4
  30. package/eui-input-checkbox/eui-input-checkbox.component.d.ts +88 -11
  31. package/eui-input-checkbox/eui-input-checkbox.component.d.ts.map +1 -1
  32. package/eui-input-checkbox/eui-input-checkbox.module.d.ts +17 -3
  33. package/eui-input-checkbox/eui-input-checkbox.module.d.ts.map +1 -1
  34. package/eui-input-group/eui-input-group-addon-item.component.d.ts +33 -1
  35. package/eui-input-group/eui-input-group-addon-item.component.d.ts.map +1 -1
  36. package/eui-input-group/eui-input-group-addon.component.d.ts +40 -2
  37. package/eui-input-group/eui-input-group-addon.component.d.ts.map +1 -1
  38. package/eui-input-group/eui-input-group.component.d.ts +44 -1
  39. package/eui-input-group/eui-input-group.component.d.ts.map +1 -1
  40. package/eui-input-group/eui-input-group.module.d.ts +21 -5
  41. package/eui-input-group/eui-input-group.module.d.ts.map +1 -1
  42. package/eui-input-number/eui-input-number.component.d.ts +73 -9
  43. package/eui-input-number/eui-input-number.component.d.ts.map +1 -1
  44. package/eui-input-number/eui-input-number.module.d.ts +19 -4
  45. package/eui-input-number/eui-input-number.module.d.ts.map +1 -1
  46. package/eui-input-number/eui-number-control.directive.d.ts +27 -2
  47. package/eui-input-number/eui-number-control.directive.d.ts.map +1 -1
  48. package/eui-input-radio/eui-input-radio.component.d.ts +96 -1
  49. package/eui-input-radio/eui-input-radio.component.d.ts.map +1 -1
  50. package/eui-input-radio/eui-input-radio.module.d.ts +20 -3
  51. package/eui-input-radio/eui-input-radio.module.d.ts.map +1 -1
  52. package/eui-input-text/eui-input-text.component.d.ts +54 -1
  53. package/eui-input-text/eui-input-text.component.d.ts.map +1 -1
  54. package/eui-input-text/eui-input-text.module.d.ts +19 -3
  55. package/eui-input-text/eui-input-text.module.d.ts.map +1 -1
  56. package/eui-textarea/auto-resize.directive.d.ts +90 -3
  57. package/eui-textarea/auto-resize.directive.d.ts.map +1 -1
  58. package/eui-textarea/eui-textarea.component.d.ts +111 -5
  59. package/eui-textarea/eui-textarea.component.d.ts.map +1 -1
  60. package/eui-textarea/eui-textarea.module.d.ts +23 -4
  61. package/eui-textarea/eui-textarea.module.d.ts.map +1 -1
  62. package/fesm2022/eui-components-directives.mjs +180 -34
  63. package/fesm2022/eui-components-directives.mjs.map +1 -1
  64. package/fesm2022/eui-components-eui-accordion.mjs +1 -1
  65. package/fesm2022/eui-components-eui-alert.mjs +1 -1
  66. package/fesm2022/eui-components-eui-autocomplete.mjs +2 -2
  67. package/fesm2022/eui-components-eui-avatar.mjs +1 -1
  68. package/fesm2022/eui-components-eui-badge.mjs +1 -1
  69. package/fesm2022/eui-components-eui-block-content.mjs +1 -1
  70. package/fesm2022/eui-components-eui-block-document.mjs +1 -1
  71. package/fesm2022/eui-components-eui-breadcrumb.mjs +1 -1
  72. package/fesm2022/eui-components-eui-button-group.mjs +1 -1
  73. package/fesm2022/eui-components-eui-button-v2.mjs +1 -1
  74. package/fesm2022/eui-components-eui-button.mjs +1 -1
  75. package/fesm2022/eui-components-eui-card.mjs +3 -3
  76. package/fesm2022/eui-components-eui-card.mjs.map +1 -1
  77. package/fesm2022/eui-components-eui-chip-group.mjs +1 -1
  78. package/fesm2022/eui-components-eui-chip-list.mjs +1 -1
  79. package/fesm2022/eui-components-eui-chip.mjs +1 -1
  80. package/fesm2022/eui-components-eui-dashboard-button.mjs +1 -1
  81. package/fesm2022/eui-components-eui-dashboard-card.mjs +1 -1
  82. package/fesm2022/eui-components-eui-date-range-selector.mjs +1 -1
  83. package/fesm2022/eui-components-eui-datepicker.mjs +1 -1
  84. package/fesm2022/eui-components-eui-dialog.mjs +1 -1
  85. package/fesm2022/eui-components-eui-dimmer.mjs +1 -1
  86. package/fesm2022/eui-components-eui-disable-content.mjs +1 -1
  87. package/fesm2022/eui-components-eui-discussion-thread.mjs +1 -1
  88. package/fesm2022/eui-components-eui-dropdown.mjs +2 -2
  89. package/fesm2022/eui-components-eui-feedback-message.mjs +1 -1
  90. package/fesm2022/eui-components-eui-fieldset.mjs +1 -1
  91. package/fesm2022/eui-components-eui-file-upload.mjs +1 -1
  92. package/fesm2022/eui-components-eui-growl.mjs +1 -1
  93. package/fesm2022/eui-components-eui-icon-button-expander.mjs +1 -1
  94. package/fesm2022/eui-components-eui-icon-button.mjs +1 -1
  95. package/fesm2022/eui-components-eui-icon-color.mjs +1 -1
  96. package/fesm2022/eui-components-eui-icon-input.mjs +1 -1
  97. package/fesm2022/eui-components-eui-icon-state.mjs +1 -1
  98. package/fesm2022/eui-components-eui-icon-toggle.mjs +1 -1
  99. package/fesm2022/eui-components-eui-icon.mjs +1 -1
  100. package/fesm2022/eui-components-eui-input-checkbox.mjs +104 -14
  101. package/fesm2022/eui-components-eui-input-checkbox.mjs.map +1 -1
  102. package/fesm2022/eui-components-eui-input-group.mjs +142 -12
  103. package/fesm2022/eui-components-eui-input-group.mjs.map +1 -1
  104. package/fesm2022/eui-components-eui-input-number.mjs +109 -13
  105. package/fesm2022/eui-components-eui-input-number.mjs.map +1 -1
  106. package/fesm2022/eui-components-eui-input-radio.mjs +117 -6
  107. package/fesm2022/eui-components-eui-input-radio.mjs.map +1 -1
  108. package/fesm2022/eui-components-eui-input-text.mjs +73 -6
  109. package/fesm2022/eui-components-eui-input-text.mjs.map +1 -1
  110. package/fesm2022/eui-components-eui-label.mjs +1 -1
  111. package/fesm2022/eui-components-eui-language-selector.mjs +1 -1
  112. package/fesm2022/eui-components-eui-list.mjs +1 -1
  113. package/fesm2022/eui-components-eui-menu.mjs +1 -1
  114. package/fesm2022/eui-components-eui-message-box.mjs +1 -1
  115. package/fesm2022/eui-components-eui-navbar.mjs +1 -1
  116. package/fesm2022/eui-components-eui-overlay.mjs +1 -1
  117. package/fesm2022/eui-components-eui-page.mjs +1 -1
  118. package/fesm2022/eui-components-eui-paginator.mjs +1 -1
  119. package/fesm2022/eui-components-eui-popover.mjs +1 -1
  120. package/fesm2022/eui-components-eui-progress-bar.mjs +1 -1
  121. package/fesm2022/eui-components-eui-progress-circle.mjs +1 -1
  122. package/fesm2022/eui-components-eui-select.mjs +1 -1
  123. package/fesm2022/eui-components-eui-sidebar-menu.mjs +1 -1
  124. package/fesm2022/eui-components-eui-skeleton.mjs +1 -1
  125. package/fesm2022/eui-components-eui-slide-toggle.mjs +2 -2
  126. package/fesm2022/eui-components-eui-split-button.mjs +1 -1
  127. package/fesm2022/eui-components-eui-table-v2.mjs +1 -1
  128. package/fesm2022/eui-components-eui-table.mjs +1 -1
  129. package/fesm2022/eui-components-eui-tabs.mjs +1 -1
  130. package/fesm2022/eui-components-eui-textarea.mjs +221 -15
  131. package/fesm2022/eui-components-eui-textarea.mjs.map +1 -1
  132. package/fesm2022/eui-components-eui-timebar.mjs +1 -1
  133. package/fesm2022/eui-components-eui-timeline.mjs +1 -1
  134. package/fesm2022/eui-components-eui-timepicker.mjs +1 -1
  135. package/fesm2022/eui-components-eui-tree-list.mjs +1 -1
  136. package/fesm2022/eui-components-eui-tree.mjs +1 -1
  137. package/fesm2022/eui-components-eui-user-profile.mjs +1 -1
  138. package/fesm2022/eui-components-eui-wizard.mjs +1 -1
  139. package/fesm2022/eui-components-externals-eui-editor.mjs +1 -1
  140. package/fesm2022/eui-components-externals-quill.mjs +1 -1
  141. package/fesm2022/eui-components-layout.mjs +2 -2
  142. package/fesm2022/eui-components-shared.mjs +2 -2
  143. package/package.json +4 -4
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { booleanAttribute, Component, ViewEncapsulation, Optional, Inject, Self, Input, NgModule } from '@angular/core';
2
+ import { booleanAttribute, Input, Optional, Inject, Self, ViewEncapsulation, Component, NgModule } from '@angular/core';
3
3
  import * as i1 from '@angular/forms';
4
4
  import { FormControl, Validators, FormsModule, ReactiveFormsModule } from '@angular/forms';
5
5
  import { Subject } from 'rxjs';
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Component, HostBinding, EventEmitter, forwardRef, booleanAttribute, ViewEncapsulation, Host, Optional, Inject, Input, Output, ViewChild, ContentChild, ContentChildren, Directive, NgModule } from '@angular/core';
2
+ import { HostBinding, Component, EventEmitter, forwardRef, booleanAttribute, ContentChildren, ContentChild, ViewChild, Output, Input, Host, Optional, Inject, ViewEncapsulation, Directive, NgModule } from '@angular/core';
3
3
  import { uniqueId, consumeEvent } from '@eui/core';
4
4
  import * as i2 from '@eui/components/shared';
5
5
  import { BaseStatesDirective } from '@eui/components/shared';
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { EventEmitter, booleanAttribute, Component, ChangeDetectionStrategy, ViewEncapsulation, HostBinding, Input, ViewChild, Output, NgModule, Directive, Host, ContentChild, forwardRef } from '@angular/core';
2
+ import { EventEmitter, booleanAttribute, Output, Input, ViewChild, HostBinding, ViewEncapsulation, ChangeDetectionStrategy, Component, NgModule, ContentChild, Host, Directive, forwardRef } from '@angular/core';
3
3
  import * as i2 from '@angular/common';
4
4
  import { CommonModule } from '@angular/common';
5
5
  import * as i3 from '@angular/router';
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Component, ViewEncapsulation, HostBinding, ContentChildren, forwardRef, HostListener, computed, booleanAttribute, Input, ViewChild, EventEmitter, inject, ChangeDetectionStrategy, Output, NgModule } from '@angular/core';
2
+ import { HostBinding, ViewEncapsulation, Component, HostListener, forwardRef, ContentChildren, computed, booleanAttribute, ViewChild, Input, EventEmitter, inject, Output, ChangeDetectionStrategy, NgModule } from '@angular/core';
3
3
  import { Subject } from 'rxjs';
4
4
  import * as i2 from '@eui/components/shared';
5
5
  import { BaseStatesDirective } from '@eui/components/shared';
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { booleanAttribute, Component, ViewEncapsulation, Input, EventEmitter, Output, ContentChildren, ViewChildren, Injectable, NgModule } from '@angular/core';
2
+ import { booleanAttribute, Input, ViewEncapsulation, Component, EventEmitter, ViewChildren, ContentChildren, Output, Injectable, NgModule } from '@angular/core';
3
3
  import * as i1 from '@angular/common';
4
4
  import { CommonModule } from '@angular/common';
5
5
  import { uniqueId, consumeEvent } from '@eui/core';
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Component, Inject, ElementRef, ViewEncapsulation, ChangeDetectionStrategy, Input, HostBinding, booleanAttribute, EventEmitter, Output, ContentChild, forwardRef, HostListener, Directive, Pipe, Self, NgModule } from '@angular/core';
2
+ import { Inject, Component, ElementRef, Input, ChangeDetectionStrategy, ViewEncapsulation, HostBinding, booleanAttribute, EventEmitter, HostListener, forwardRef, ContentChild, Output, Directive, Pipe, Self, NgModule } from '@angular/core';
3
3
  import * as i1 from '@angular/forms';
4
4
  import { FormGroup, FormControl, Validators, FormsModule, ReactiveFormsModule } from '@angular/forms';
5
5
  import { coerceBooleanProperty, coerceNumberProperty } from '@angular/cdk/coercion';
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { InjectionToken, inject, Injectable, EventEmitter, SecurityContext, PLATFORM_ID, booleanAttribute, forwardRef, Component, ViewEncapsulation, Inject, Input, Output, NgModule } from '@angular/core';
2
+ import { InjectionToken, inject, Injectable, EventEmitter, SecurityContext, PLATFORM_ID, forwardRef, booleanAttribute, Input, Output, Inject, ViewEncapsulation, Component, NgModule } from '@angular/core';
3
3
  import { isPlatformServer, DOCUMENT, CommonModule } from '@angular/common';
4
4
  import { NG_VALUE_ACCESSOR, NG_VALIDATORS } from '@angular/forms';
5
5
  import * as i1 from '@angular/platform-browser';
@@ -1,7 +1,7 @@
1
1
  import * as i1$1 from '@angular/common';
2
2
  import { DOCUMENT, CommonModule, NgFor, NgIf, NgForOf, AsyncPipe, NgTemplateOutlet, isPlatformBrowser } from '@angular/common';
3
3
  import * as i0 from '@angular/core';
4
- import { Component, ChangeDetectionStrategy, ViewEncapsulation, Optional, Inject, HostBinding, HostListener, EventEmitter, booleanAttribute, Input, Output, ContentChildren, forwardRef, NgModule, ContentChild, Host, PLATFORM_ID, Directive, ViewChild } from '@angular/core';
4
+ import { HostListener, HostBinding, Optional, Inject, ViewEncapsulation, ChangeDetectionStrategy, Component, EventEmitter, booleanAttribute, Output, Input, forwardRef, ContentChildren, NgModule, ContentChild, Host, PLATFORM_ID, Directive, ViewChild } from '@angular/core';
5
5
  import * as i1$2 from '@angular/router';
6
6
  import { RouterModule, RouterLink, RouterLinkActive } from '@angular/router';
7
7
  import { Subscription, Subject, fromEvent, startWith } from 'rxjs';
@@ -28,7 +28,7 @@ import { EuiDropdownModule } from '@eui/components/eui-dropdown';
28
28
  import * as i5$1 from '@eui/components/eui-autocomplete';
29
29
  import { EuiAutocompleteModule } from '@eui/components/eui-autocomplete';
30
30
  import * as i8 from '@eui/components/directives';
31
- import { EuiTemplateDirective, EuiTemplateDirectiveModule } from '@eui/components/directives';
31
+ import { EuiTemplateDirectiveModule, EuiTemplateDirective } from '@eui/components/directives';
32
32
  import * as i6 from '@eui/components/eui-icon-input';
33
33
  import { EuiIconInputModule } from '@eui/components/eui-icon-input';
34
34
  import * as i7 from '@eui/components/eui-input-text';
@@ -1,8 +1,8 @@
1
1
  import * as i0 from '@angular/core';
2
- import { ViewContainerRef, booleanAttribute, Directive, Input, HostBinding } from '@angular/core';
2
+ import { ViewContainerRef, booleanAttribute, HostBinding, Input, Directive } from '@angular/core';
3
3
  import { NgControl, FormControlName, FormGroupDirective, FormControlDirective } from '@angular/forms';
4
4
  import { coerceBooleanProperty } from '@angular/cdk/coercion';
5
- import { trigger, state, style, AUTO_STYLE, transition, animate } from '@angular/animations';
5
+ import { trigger, state, transition, style, AUTO_STYLE, animate } from '@angular/animations';
6
6
 
7
7
  class InputDirective {
8
8
  get disabled() {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@eui/components",
3
- "version": "19.0.3",
4
- "tag": "latest",
3
+ "version": "19.0.4-snapshot-1738753092246",
4
+ "tag": "snapshot",
5
5
  "description": "eUI components package",
6
6
  "homepage": "https://eui.ecdevops.eu",
7
7
  "author": "ec.europa.eui@gmail.com",
@@ -10,8 +10,8 @@
10
10
  "url": "https://citnet.tech.ec.europa.eu/CITnet/stash/projects/CSDR/repos/eui"
11
11
  },
12
12
  "peerDependencies": {
13
- "@eui/core": "19.0.3",
14
- "@eui/base": "19.0.3",
13
+ "@eui/core": "19.0.4-snapshot-1738753092246",
14
+ "@eui/base": "19.0.4-snapshot-1738753092246",
15
15
  "@angular/common": "^18.0.0",
16
16
  "@angular/core": "^18.0.0",
17
17
  "@angular/forms": "^18.0.0",