@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,8 +1,40 @@
1
1
  import * as i0 from "@angular/core";
2
+ /**
3
+ * @description
4
+ * A component that represents an individual item within an input group add-on.
5
+ * Can be used either as an attribute selector on a div or as a custom element.
6
+ *
7
+ * @example
8
+ * As an attribute
9
+ * ```html
10
+ * <div euiInputGroupAddOnItem>Content</div>
11
+ * ```
12
+ *
13
+ * As an element
14
+ * ```html
15
+ * <eui-input-group-addon-item>Content</eui-input-group-addon-item>
16
+ * ```
17
+ *
18
+ * @selector div[euiInputGroupAddOnItem], eui-input-group-addon-item
19
+ */
2
20
  export declare class EuiInputGroupAddOnItemComponent {
21
+ /**
22
+ * @description
23
+ * Input property for setting the data-e2e attribute value.
24
+ * Used for end-to-end testing purposes.
25
+ *
26
+ * @default 'eui-input-group-addon-item'
27
+ */
3
28
  e2eAttr: string;
29
+ /**
30
+ * @description
31
+ * Getter that returns the CSS class for the component.
32
+ * Bound to the host element's class attribute.
33
+ *
34
+ * @returns {string} The CSS class name
35
+ */
4
36
  get cssClasses(): string;
5
37
  static ɵfac: i0.ɵɵFactoryDeclaration<EuiInputGroupAddOnItemComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<EuiInputGroupAddOnItemComponent, "div[euiInputGroupAddOnItem], eui-input-group-addon-item", never, { "e2eAttr": { "alias": "e2eAttr"; "required": false; }; }, {}, never, ["*"], false, never>;
38
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiInputGroupAddOnItemComponent, "div[euiInputGroupAddOnItem], eui-input-group-addon-item", never, { "e2eAttr": { "alias": "e2eAttr"; "required": false; }; }, {}, never, ["*"], true, never>;
7
39
  }
8
40
  //# sourceMappingURL=eui-input-group-addon-item.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"eui-input-group-addon-item.component.d.ts","sourceRoot":"","sources":["../../eui-input-group/eui-input-group-addon-item.component.ts"],"names":[],"mappings":";AAEA,qBAOa,+BAA+B;IACD,OAAO,SAAgC;IAC9E,IACW,UAAU,IAAI,MAAM,CAE9B;yCALQ,+BAA+B;2CAA/B,+BAA+B;CAM3C"}
1
+ {"version":3,"file":"eui-input-group-addon-item.component.d.ts","sourceRoot":"","sources":["../../eui-input-group/eui-input-group-addon-item.component.ts"],"names":[],"mappings":";AAEA;;;;;;;;;;;;;;;;;GAiBG;AACH,qBAOa,+BAA+B;IACxC;;;;;;OAMG;IACoC,OAAO,SAAgC;IAC9E;;;;;;OAMG;IACH,IACW,UAAU,IAAI,MAAM,CAE9B;yCAnBQ,+BAA+B;2CAA/B,+BAA+B;CAoB3C"}
@@ -1,8 +1,46 @@
1
1
  import * as i0 from "@angular/core";
2
+ /**
3
+ * @description
4
+ * A component that serves as a container for input group add-on items.
5
+ * Can be used either as an attribute selector on a div or as a custom element.
6
+ *
7
+ * @example
8
+ * As an attribute
9
+ * ```html
10
+ * <div euiInputGroupAddOn>
11
+ * <div euiInputGroupAddOnItem>Item 1</div>
12
+ * <div euiInputGroupAddOnItem>Item 2</div>
13
+ * </div>
14
+ * ```
15
+ *
16
+ * As an element
17
+ * ```html
18
+ * <eui-input-group-addon>
19
+ * <eui-input-group-addon-item>Item 1</eui-input-group-addon-item>
20
+ * <eui-input-group-addon-item>Item 2</eui-input-group-addon-item>
21
+ * </eui-input-group-addon>
22
+ * ```
23
+ *
24
+ * @selector div[euiInputGroupAddOn], eui-input-group-addon
25
+ * @standalone false
26
+ */
2
27
  export declare class EuiInputGroupAddOnComponent {
3
- e2eAttr: string;
28
+ /**
29
+ * @description
30
+ * Input property for setting the data-e2e attribute value.
31
+ * Used for end-to-end testing purposes.
32
+ *
33
+ * @default 'eui-input-group-addon'
34
+ */
35
+ e2eAttr: string; /**
36
+ * @description
37
+ * Getter that returns the CSS class for the component.
38
+ * Bound to the host element's class attribute.
39
+ *
40
+ * @returns {string} The CSS class name
41
+ */
4
42
  get cssClasses(): string;
5
43
  static ɵfac: i0.ɵɵFactoryDeclaration<EuiInputGroupAddOnComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<EuiInputGroupAddOnComponent, "div[euiInputGroupAddOn], eui-input-group-addon", never, { "e2eAttr": { "alias": "e2eAttr"; "required": false; }; }, {}, never, ["*"], false, never>;
44
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiInputGroupAddOnComponent, "div[euiInputGroupAddOn], eui-input-group-addon", never, { "e2eAttr": { "alias": "e2eAttr"; "required": false; }; }, {}, never, ["*"], true, never>;
7
45
  }
8
46
  //# sourceMappingURL=eui-input-group-addon.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"eui-input-group-addon.component.d.ts","sourceRoot":"","sources":["../../eui-input-group/eui-input-group-addon.component.ts"],"names":[],"mappings":";AAEA,qBAOa,2BAA2B;IACG,OAAO,SAA2B;IACzE,IACW,UAAU,IAAI,MAAM,CAE9B;yCALQ,2BAA2B;2CAA3B,2BAA2B;CAMvC"}
1
+ {"version":3,"file":"eui-input-group-addon.component.d.ts","sourceRoot":"","sources":["../../eui-input-group/eui-input-group-addon.component.ts"],"names":[],"mappings":";AAEA;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,qBAOa,2BAA2B;IACpC;;;;;;OAMG;IACoC,OAAO,SAA2B,CAAA;;;;;;OAMtE;IACH,IACW,UAAU,IAAI,MAAM,CAE9B;yCAlBQ,2BAA2B;2CAA3B,2BAA2B;CAmBvC"}
@@ -1,9 +1,52 @@
1
1
  import * as i0 from "@angular/core";
2
+ /**
3
+ * @description
4
+ * A component that serves as the main container for input group elements.
5
+ * Can only be used as an attribute selector on a div element.
6
+ *
7
+ * @example
8
+ * ```html
9
+ * <div euiInputGroup>
10
+ * <eui-input-group-addon>
11
+ * <eui-input-group-addon-item>Prefix</eui-input-group-addon-item>
12
+ * </eui-input-group-addon>
13
+ * <input type="text">
14
+ * <eui-input-group-addon>
15
+ * <eui-input-group-addon-item>Suffix</eui-input-group-addon-item>
16
+ * </eui-input-group-addon>
17
+ * </div>
18
+ * ```
19
+ *
20
+ * @selector div[euiInputGroup]
21
+ * @standalone false
22
+ */
2
23
  export declare class EuiInputGroupComponent {
24
+ /**
25
+ * @description
26
+ * Input property for setting the data-e2e attribute value.
27
+ * Used for end-to-end testing purposes.
28
+ *
29
+ * @default 'eui-input-group'
30
+ */
3
31
  e2eAttr: string;
32
+ /**
33
+ * @description
34
+ * Getter that returns the CSS class for the component.
35
+ * Bound to the host element's class attribute.
36
+ *
37
+ * @returns {string} The CSS class name
38
+ */
4
39
  get cssClasses(): string;
40
+ /**
41
+ * @description
42
+ * Protected property that defines the type of the input group.
43
+ * Bound to the host element's type attribute.
44
+ *
45
+ * @protected
46
+ * @default 'inputGroup'
47
+ */
5
48
  protected type: string;
6
49
  static ɵfac: i0.ɵɵFactoryDeclaration<EuiInputGroupComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<EuiInputGroupComponent, "div[euiInputGroup]", never, { "e2eAttr": { "alias": "e2eAttr"; "required": false; }; }, {}, never, ["*"], false, never>;
50
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiInputGroupComponent, "div[euiInputGroup]", never, { "e2eAttr": { "alias": "e2eAttr"; "required": false; }; }, {}, never, ["*"], true, never>;
8
51
  }
9
52
  //# sourceMappingURL=eui-input-group.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"eui-input-group.component.d.ts","sourceRoot":"","sources":["../../eui-input-group/eui-input-group.component.ts"],"names":[],"mappings":";AAEA,qBAOa,sBAAsB;IACQ,OAAO,SAAqB;IACnE,IACW,UAAU,IAAI,MAAM,CAE9B;IAEyB,SAAS,CAAC,IAAI,SAAgB;yCAP/C,sBAAsB;2CAAtB,sBAAsB;CAQlC"}
1
+ {"version":3,"file":"eui-input-group.component.d.ts","sourceRoot":"","sources":["../../eui-input-group/eui-input-group.component.ts"],"names":[],"mappings":";AAEA;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,qBAOa,sBAAsB;IAC/B;;;;;;OAMG;IACoC,OAAO,SAAqB;IACnE;;;;;;OAMG;IACH,IACW,UAAU,IAAI,MAAM,CAE9B;IAED;;;;;;;OAOG;IACuB,SAAS,CAAC,IAAI,SAAgB;yCA7B/C,sBAAsB;2CAAtB,sBAAsB;CA8BlC"}
@@ -1,11 +1,27 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./eui-input-group.component";
3
- import * as i2 from "./eui-input-group-addon.component";
4
- import * as i3 from "./eui-input-group-addon-item.component";
5
- import * as i4 from "@angular/common";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "./eui-input-group.component";
4
+ import * as i3 from "./eui-input-group-addon.component";
5
+ import * as i4 from "./eui-input-group-addon-item.component";
6
+ /**
7
+ * @description
8
+ * Angular module that provides input group components for the EUI framework.
9
+ * Includes the main input group component and its add-on components.
10
+ *
11
+ * @example
12
+ * // In your app.module.ts or feature module:
13
+ * import { EuiInputGroupModule } from '@eui/input-group';
14
+ *
15
+ * @NgModule({
16
+ * imports: [
17
+ * EuiInputGroupModule
18
+ * ]
19
+ * })
20
+ * export class YourModule { }
21
+ */
6
22
  export declare class EuiInputGroupModule {
7
23
  static ɵfac: i0.ɵɵFactoryDeclaration<EuiInputGroupModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<EuiInputGroupModule, [typeof i1.EuiInputGroupComponent, typeof i2.EuiInputGroupAddOnComponent, typeof i3.EuiInputGroupAddOnItemComponent], [typeof i4.CommonModule], [typeof i1.EuiInputGroupComponent, typeof i2.EuiInputGroupAddOnComponent, typeof i3.EuiInputGroupAddOnItemComponent]>;
24
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EuiInputGroupModule, never, [typeof i1.CommonModule, typeof i2.EuiInputGroupComponent, typeof i3.EuiInputGroupAddOnComponent, typeof i4.EuiInputGroupAddOnItemComponent], [typeof i2.EuiInputGroupComponent, typeof i3.EuiInputGroupAddOnComponent, typeof i4.EuiInputGroupAddOnItemComponent]>;
9
25
  static ɵinj: i0.ɵɵInjectorDeclaration<EuiInputGroupModule>;
10
26
  }
11
27
  //# sourceMappingURL=eui-input-group.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"eui-input-group.module.d.ts","sourceRoot":"","sources":["../../eui-input-group/eui-input-group.module.ts"],"names":[],"mappings":";;;;;AAMA,qBAaa,mBAAmB;yCAAnB,mBAAmB;0CAAnB,mBAAmB;0CAAnB,mBAAmB;CAAG"}
1
+ {"version":3,"file":"eui-input-group.module.d.ts","sourceRoot":"","sources":["../../eui-input-group/eui-input-group.module.ts"],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;GAeG;AACH,qBAaa,mBAAmB;yCAAnB,mBAAmB;0CAAnB,mBAAmB;0CAAnB,mBAAmB;CAAG"}
@@ -25,6 +25,44 @@ export interface CleaveInstance extends Cleave {
25
25
  onCutListener?: (event?: Event) => void;
26
26
  onCopyListener?: (event?: Event) => void;
27
27
  }
28
+ /**
29
+ * Input number component that allows the user to enter a number. It supports number
30
+ * formatting and validation. It uses Cleave.js to format the number. It depends on
31
+ * the {@link LocaleService} to get the current locale and format the number accordingly.
32
+ *
33
+ * It supports the following attributes:
34
+ * - {@link min}: The minimum number can be entered. Blocks user's input if not in range.
35
+ * - {@link max}: The maximum number can be entered. Blocks user's input if not in range.
36
+ * - {@link leadingZero}: Adds leading zero to a number. Formatting will not work.
37
+ * - {@link isInvalid}: Sets the invalid state of the input element.
38
+ * - {@link fractionDigits}: Determines how many digits to show after the decimal point.
39
+ * - {@link digits}: Determines how many digits to show before the decimal point.
40
+ * - {@link fillFraction}: Fills the decimal part with zeros in case it's less than the fractionDigits.
41
+ * - {@link roundUp}: Rounds a number with more than two decimals UP.
42
+ * - {@link noFormat}: Disables the number formatting. It will be treated as a plain number.
43
+ * - {@link value}: The value of the input element.
44
+ * - {@link placeholder}: The placeholder value of the input element.
45
+ * - {@link euiClearable}: Adds a clear button to the input element.
46
+ * - {@link euiLoading}: Adds a loading spinner to the input element.
47
+ * - {@link readonly}: Disables the input element.
48
+ * - {@link disabled}: Disables the input element.
49
+ * - {@link euiDanger}: Sets the invalid state of the input element.
50
+ * - {@link euiSuccess}: Sets the success state of the input element.
51
+ * - {@link euiWarning}: Sets the warning state of the input element.
52
+ * - {@link euiInfo}: Sets the info state of the input element.
53
+ * - {@link euiPrimary}: Sets the primary state of the input element.
54
+ * - {@link euiSecondary}: Sets the secondary state of the input element.
55
+ *
56
+ * @example
57
+ * ```html
58
+ * <input euiInputNumber
59
+ * min="0"
60
+ * max="100"
61
+ * leadingZero="3"
62
+ * value="100.00"
63
+ * placeholder="100.00" />
64
+ * ```
65
+ */
28
66
  export declare class EuiInputNumberComponent extends InputDirective implements OnInit, OnDestroy, DoCheck, OnChanges {
29
67
  protected _elementRef: ElementRef;
30
68
  protected _renderer: Renderer2;
@@ -40,32 +78,53 @@ export declare class EuiInputNumberComponent extends InputDirective implements O
40
78
  * The maximum number can be entered. Blocks user's input if not in range.
41
79
  */
42
80
  max: number;
43
- /** Adds leading zero to a number. Formatting will not work.
81
+ /**
82
+ * Adds leading zero to a number. Formatting will not work.
44
83
  * e.g. with leadingZero=3 input number 5 => 005
45
84
  */
46
85
  leadingZero: number;
47
86
  get isInvalid(): boolean;
48
87
  set isInvalid(state: BooleanInput);
88
+ /**
89
+ * CSS classes to be added to the host element.
90
+ */
49
91
  get cssClasses(): string;
50
- /** how many digits for the decimal part */
92
+ /**
93
+ * determines how many digits to show after the decimal point
94
+ */
51
95
  get fractionDigits(): number;
52
96
  set fractionDigits(value: NumberInput);
53
- /** how many digits for the integer part */
97
+ /**
98
+ * determines how many digits to show before the decimal point
99
+ */
54
100
  digits: number;
101
+ /**
102
+ * fills the decimal part with zeros in case it's less than the fractionDigits
103
+ */
55
104
  fillFraction: boolean;
56
- /** rounds a number with more than two decimals UP */
105
+ /**
106
+ * rounds a number with more than two decimals UP
107
+ */
57
108
  roundUp: number;
58
109
  protected _isInvalid: boolean;
59
110
  /**
60
- * does not format the and do a thousand grouping of number
111
+ * Disables the number formatting. It will be treated as a plain number.
112
+ * Will do a thousand grouping of number.
61
113
  */
62
114
  noFormat: boolean;
63
115
  protected type: string;
116
+ /**
117
+ * The value of the input element.
118
+ */
64
119
  value: string;
65
120
  onChangeCallback: <T>(_: T) => void;
121
+ /**
122
+ * holds instance of cleave.js
123
+ */
66
124
  cleaveInstance: CleaveInstance;
67
- /** holds instance of cleave */
68
- /** options for the Cleave instance */
125
+ /**
126
+ * holds instance of cleave options for the Cleave instance
127
+ */
69
128
  private options;
70
129
  private _fractionDigits;
71
130
  constructor(_elementRef: ElementRef, _renderer: Renderer2, localeService: LocaleService, locale_id: string, injector: Injector, document: Document, platformId: unknown);
@@ -78,6 +137,12 @@ export declare class EuiInputNumberComponent extends InputDirective implements O
78
137
  onPaste(event: ClipboardEvent): void;
79
138
  protected onKeyDown(e: KeyboardEvent): void;
80
139
  protected onFocusout(): void;
140
+ /**
141
+ * @Override setInvalid setInvalidAttribute of InputDirective
142
+ * Sets the invalid state of the input element.
143
+ *
144
+ * @param state
145
+ */
81
146
  protected setInvalid(state?: BooleanInput): void;
82
147
  /**
83
148
  * @Override setPlaceholder setPlaceholderAttribute of InputDirective
@@ -157,11 +222,10 @@ export declare class EuiInputNumberComponent extends InputDirective implements O
157
222
  * Checks whether a value is defined or not
158
223
  *
159
224
  * @param value
160
- * @private
161
225
  */
162
226
  private isDefined;
163
227
  static ɵfac: i0.ɵɵFactoryDeclaration<EuiInputNumberComponent, [null, null, { optional: true; }, null, null, null, null]>;
164
- static ɵcmp: i0.ɵɵComponentDeclaration<EuiInputNumberComponent, "input[euiInputNumber]", never, { "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "leadingZero": { "alias": "leadingZero"; "required": false; }; "isInvalid": { "alias": "isInvalid"; "required": false; }; "fractionDigits": { "alias": "fractionDigits"; "required": false; }; "digits": { "alias": "digits"; "required": false; }; "fillFraction": { "alias": "fillFraction"; "required": false; }; "roundUp": { "alias": "roundUp"; "required": false; }; "noFormat": { "alias": "noFormat"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, never, false, [{ directive: typeof i1.EuiClearableDirective; inputs: { "euiClearable": "euiClearable"; "readonly": "readonly"; "disabled": "disabled"; }; outputs: {}; }, { directive: typeof i1.EuiLoadingDirective; inputs: { "euiLoading": "euiLoading"; "readonly": "readonly"; }; outputs: {}; }]>;
228
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiInputNumberComponent, "input[euiInputNumber]", never, { "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "leadingZero": { "alias": "leadingZero"; "required": false; }; "isInvalid": { "alias": "isInvalid"; "required": false; }; "fractionDigits": { "alias": "fractionDigits"; "required": false; }; "digits": { "alias": "digits"; "required": false; }; "fillFraction": { "alias": "fillFraction"; "required": false; }; "roundUp": { "alias": "roundUp"; "required": false; }; "noFormat": { "alias": "noFormat"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.EuiClearableDirective; inputs: { "euiClearable": "euiClearable"; "readonly": "readonly"; "disabled": "disabled"; }; outputs: {}; }, { directive: typeof i1.EuiLoadingDirective; inputs: { "euiLoading": "euiLoading"; "readonly": "readonly"; }; outputs: {}; }]>;
165
229
  static ngAcceptInputType_min: unknown;
166
230
  static ngAcceptInputType_max: unknown;
167
231
  static ngAcceptInputType_leadingZero: unknown;
@@ -1 +1 @@
1
- {"version":3,"file":"eui-input-number.component.d.ts","sourceRoot":"","sources":["../../eui-input-number/eui-input-number.component.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"eui-input-number.component.d.ts","sourceRoot":"","sources":["../../eui-input-number/eui-input-number.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAKH,OAAO,EACP,UAAU,EAIV,SAAS,EACT,SAAS,EACT,MAAM,EACN,SAAS,EACT,aAAa,EACb,QAAQ,EAIX,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,aAAa,EAAe,MAAM,WAAW,CAAC;AACvD,OAAO,EAA+C,YAAY,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAE/G,OAAO,MAAM,MAAM,WAAW,CAAC;AAE/B,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;;;AAKxD,MAAM,WAAW,cAAe,SAAQ,MAAM;IAC1C,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;IACjC,oBAAoB,CAAC,EAAE,MAAM,IAAI,CAAC;IAClC,iBAAiB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC/B,iBAAiB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC/B,kBAAkB,CAAC,EAAE,MAAM,IAAI,CAAC;IAChC,4BAA4B,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1C,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC9B,kBAAkB,CAAC,EAAE,MAAM,IAAI,CAAC;IAChC,QAAQ,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,KAAK,KAAK,IAAI,CAAC;IACnC,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,KAAK,KAAK,IAAI,CAAC;IAChC,OAAO,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,KAAK,KAAK,IAAI,CAAC;IAClC,MAAM,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,KAAK,KAAK,IAAI,CAAC;IACjC,SAAS,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,KAAK,KAAK,IAAI,CAAC;IACpC,gBAAgB,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,KAAK,KAAK,IAAI,CAAC;IAC3C,iBAAiB,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,KAAK,KAAK,IAAI,CAAC;IAC5C,eAAe,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,KAAK,KAAK,IAAI,CAAC;IAC1C,aAAa,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,KAAK,KAAK,IAAI,CAAC;IACxC,cAAc,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,KAAK,KAAK,IAAI,CAAC;CAC5C;AAoBD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,qBAoBa,uBAAwB,SAAQ,cAAe,YAAW,MAAM,EAAE,SAAS,EAAE,OAAO,EAAE,SAAS;IAqFpG,SAAS,CAAC,WAAW,EAAE,UAAU;IACjC,SAAS,CAAC,SAAS,EAAE,SAAS;IAClB,OAAO,CAAC,aAAa;IACd,OAAO,CAAC,SAAS;IAElB,OAAO,CAAC,QAAQ;IACb,OAAO,CAAC,UAAU;IA1F3C;;OAEG;IAEoC,GAAG,EAAG,MAAM,CAAC;IACpD;;OAEG;IAEoC,GAAG,EAAG,MAAM,CAAC;IACpD;;;OAGG;IAEoC,WAAW,SAAK;IACvD,IACW,SAAS,IAAI,OAAO,CAE9B;IAED,IAAW,SAAS,CAAC,KAAK,EAAE,YAAY,EAEvC;IAED;;OAEG;IACH,IACW,UAAU,IAAI,MAAM,CAE9B;IAED;;OAEG;IAEH,IACI,cAAc,IAAI,MAAM,CAE3B;IACD,IAAI,cAAc,CAAC,KAAK,EAAE,WAAW,EAEpC;IACD;;OAEG;IAEoC,MAAM,EAAG,MAAM,CAAC;IACvD;;OAEG;IAEqC,YAAY,EAAE,OAAO,CAAC;IAC9D;;OAEG;IAEoC,OAAO,EAAG,MAAM,CAAC;IACxD,SAAS,CAAC,UAAU,EAAE,OAAO,CAAC;IAC9B;;;OAGG;IAEqC,QAAQ,EAAE,OAAO,CAAC;IAChC,SAAS,CAAC,IAAI,SAAgB;IACxD;;OAEG;IACM,KAAK,EAAE,MAAM,CAAC;IAChB,gBAAgB,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,KAAK,IAAI,CAAC;IAC3C;;OAEG;IACH,cAAc,EAAE,cAAc,CAAC;IAE/B;;OAEG;IACH,OAAO,CAAC,OAAO,CAAgB;IAC/B,OAAO,CAAC,eAAe,CAAK;gBAGd,WAAW,EAAE,UAAU,EACvB,SAAS,EAAE,SAAS,EACV,aAAa,EAAE,aAAa,EACrB,SAAS,EAAE,MAAM,EAC5C,QAAQ,EAAE,QAAQ,EACQ,QAAQ,EAAE,QAAQ,EACf,UAAU,EAAE,OAAO;IAcpD,QAAQ,IAAI,IAAI;IAqBhB,SAAS,IAAI,IAAI;IAOjB,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IA0DzC,WAAW,IAAI,IAAI;IAQnB,QAAQ,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,KAAK,IAAI,CASzB;IACF,SAAS,EAAE,MAAM,IAAI,CAEnB;IAGF,OAAO,CAAC,KAAK,EAAE,cAAc,GAAG,IAAI;IAsBpC,SAAS,CAAC,SAAS,CAAC,CAAC,EAAE,aAAa,GAAG,IAAI;IA2C3C,SAAS,CAAC,UAAU,IAAI,IAAI;IAuB5B;;;;;OAKG;IACH,SAAS,CAAC,UAAU,CAAC,KAAK,CAAC,EAAE,YAAY,GAAG,IAAI;IAQhD;;;;SAIK;IACL,SAAS,CAAC,uBAAuB,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI;IAkB/D;;OAEG;IACH,OAAO,CAAC,UAAU;IAmClB;;;OAGG;IACH,OAAO,CAAC,aAAa;IA2BrB;;;;OAIG;IACH,OAAO,CAAC,cAAc;IActB;;;;OAIG;IACH,OAAO,CAAC,0BAA0B;IAgBlC;;;;;;;OAOG;IACH,OAAO,CAAC,iBAAiB;IA8BzB;;;;;;OAMG;IACH,OAAO,CAAC,WAAW;IAWnB;;;;;;OAMG;IACH,OAAO,CAAC,OAAO;IAWf;;;;;OAKG;IACH,OAAO,CAAC,cAAc;IAItB;;;;;OAKG;IACH,OAAO,CAAC,cAAc;IAkCtB;;;;;;OAMG;IACH,OAAO,CAAC,aAAa;IAmBrB;;;;OAIG;IACH,OAAO,CAAC,SAAS;yCA3lBR,uBAAuB;2CAAvB,uBAAuB;kCA+lBo8mP,OAAQ;kCAAR,OAAQ;0CAAR,OAAQ;qCAAR,OAAQ;2CAAtqrO,OAAQ;sCAAsprO,OAAQ;uCAAtqrO,OAAQ;CADj1b"}
@@ -1,10 +1,25 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./eui-input-number.component";
3
- import * as i2 from "./eui-number-control.directive";
4
- import * as i3 from "@angular/common";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "./eui-input-number.component";
4
+ import * as i3 from "./eui-number-control.directive";
5
+ /**
6
+ * @description
7
+ * Module for the {@link EuiInputNumberComponent} and {@link EuiInputNumberDirective}.
8
+ *
9
+ * @example
10
+ * ```typescript
11
+ * import { EuiInputNumberModule } from '@eui/components/eui-input-number';
12
+ *
13
+ * @NgModule({
14
+ * imports: [EuiInputNumberModule]
15
+ * })
16
+ * export class AppModule {}
17
+ * ```
18
+ * @deprecated Use {@link `EuiInputNumberComponent`} and or {@link `EuiInputNumberDirective`} instead.
19
+ */
5
20
  export declare class EuiInputNumberModule {
6
21
  static ɵfac: i0.ɵɵFactoryDeclaration<EuiInputNumberModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<EuiInputNumberModule, [typeof i1.EuiInputNumberComponent, typeof i2.EuiInputNumberDirective], [typeof i3.CommonModule], [typeof i1.EuiInputNumberComponent, typeof i2.EuiInputNumberDirective]>;
22
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EuiInputNumberModule, never, [typeof i1.CommonModule, typeof i2.EuiInputNumberComponent, typeof i3.EuiInputNumberDirective], [typeof i2.EuiInputNumberComponent, typeof i3.EuiInputNumberDirective]>;
8
23
  static ɵinj: i0.ɵɵInjectorDeclaration<EuiInputNumberModule>;
9
24
  }
10
25
  //# sourceMappingURL=eui-input-number.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"eui-input-number.module.d.ts","sourceRoot":"","sources":["../../eui-input-number/eui-input-number.module.ts"],"names":[],"mappings":";;;;AAKA,qBAKa,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAAG"}
1
+ {"version":3,"file":"eui-input-number.module.d.ts","sourceRoot":"","sources":["../../eui-input-number/eui-input-number.module.ts"],"names":[],"mappings":";;;;AAKA;;;;;;;;;;;;;;GAcG;AACH,qBAIa,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAAG"}
@@ -2,12 +2,26 @@ import { ElementRef, OnInit } from '@angular/core';
2
2
  import { ControlValueAccessor } from '@angular/forms';
3
3
  import { EuiInputNumberComponent } from './eui-input-number.component';
4
4
  import * as i0 from "@angular/core";
5
+ /**
6
+ * @description
7
+ * Directive for the {@link EuiInputNumberComponent}. This directive is used to
8
+ * handle the value changes of the input element and update the value of the
9
+ * directive and the form control. It also implements the ControlValueAccessor
10
+ * interface to allow the directive to be used with reactive forms.
11
+ *
12
+ * @example
13
+ * ```html
14
+ * <input euiInputNumber formControlName="number" />
15
+ * ```
16
+ */
5
17
  export declare class EuiInputNumberDirective implements ControlValueAccessor, OnInit {
6
18
  private elementRef;
7
19
  private euiNumberComponent;
8
20
  private document;
9
21
  private platformId;
10
- /** hold a copy of the value */
22
+ /**
23
+ * holds a copy of the value
24
+ */
11
25
  private value;
12
26
  private onChange;
13
27
  constructor(elementRef: ElementRef, euiNumberComponent: EuiInputNumberComponent, document: Document, platformId: unknown);
@@ -15,10 +29,21 @@ export declare class EuiInputNumberDirective implements ControlValueAccessor, On
15
29
  writeValue(obj: any): void;
16
30
  registerOnChange(fn: any): void;
17
31
  registerOnTouched(fn: any): void;
32
+ /**
33
+ * Set the disabled state of the input element.
34
+ *
35
+ * @param isDisabled
36
+ */
18
37
  setDisabledState(isDisabled: boolean): void;
19
38
  private onTouched;
39
+ /**
40
+ * Handle the value changes of the input element and update the value of the
41
+ * directive and the form control.
42
+ *
43
+ * @param event
44
+ */
20
45
  private valueChanges;
21
46
  static ɵfac: i0.ɵɵFactoryDeclaration<EuiInputNumberDirective, [null, { optional: true; }, null, null]>;
22
- static ɵdir: i0.ɵɵDirectiveDeclaration<EuiInputNumberDirective, "input[euiInputNumber][formControl],input[euiInputNumber][formControlName],input[euiInputNumber][ngModel]", never, {}, {}, never, never, false, never>;
47
+ static ɵdir: i0.ɵɵDirectiveDeclaration<EuiInputNumberDirective, "input[euiInputNumber][formControl],input[euiInputNumber][formControlName],input[euiInputNumber][ngModel]", never, {}, {}, never, never, true, never>;
23
48
  }
24
49
  //# sourceMappingURL=eui-number-control.directive.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"eui-number-control.directive.d.ts","sourceRoot":"","sources":["../../eui-input-number/eui-number-control.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAsB,MAAM,EAAyB,MAAM,eAAe,CAAC;AACzG,OAAO,EAAE,oBAAoB,EAAqB,MAAM,gBAAgB,CAAC;AACzE,OAAO,EAAkB,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;;AAIvF,qBAWa,uBAAwB,YAAW,oBAAoB,EAAE,MAAM;IAQpE,OAAO,CAAC,UAAU;IACN,OAAO,CAAC,kBAAkB;IACpB,OAAO,CAAC,QAAQ;IACb,OAAO,CAAC,UAAU;IAV3C,+BAA+B;IAC/B,OAAO,CAAC,KAAK,CAAS;IAGtB,OAAO,CAAC,QAAQ,CAAmB;gBAGvB,UAAU,EAAE,UAAU,EACV,kBAAkB,EAAE,uBAAuB,EACrC,QAAQ,EAAE,QAAQ,EACf,UAAU,EAAE,OAAO;IAGpD,QAAQ,IAAI,IAAI;IAMhB,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,IAAI;IA2B1B,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAS/B,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAIhC,gBAAgB,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;IAI3C,OAAO,CAAC,SAAS;IAIjB,OAAO,CAAC,YAAY;yCApEX,uBAAuB;2CAAvB,uBAAuB;CA6EnC"}
1
+ {"version":3,"file":"eui-number-control.directive.d.ts","sourceRoot":"","sources":["../../eui-input-number/eui-number-control.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAsB,MAAM,EAAyB,MAAM,eAAe,CAAC;AACzG,OAAO,EAAE,oBAAoB,EAAqB,MAAM,gBAAgB,CAAC;AACzE,OAAO,EAAkB,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;;AAIvF;;;;;;;;;;;GAWG;AACH,qBAWa,uBAAwB,YAAW,oBAAoB,EAAE,MAAM;IAUpE,OAAO,CAAC,UAAU;IACN,OAAO,CAAC,kBAAkB;IACpB,OAAO,CAAC,QAAQ;IACb,OAAO,CAAC,UAAU;IAZ3C;;OAEG;IACH,OAAO,CAAC,KAAK,CAAS;IAGtB,OAAO,CAAC,QAAQ,CAAmB;gBAGvB,UAAU,EAAE,UAAU,EACV,kBAAkB,EAAE,uBAAuB,EACrC,QAAQ,EAAE,QAAQ,EACf,UAAU,EAAE,OAAO;IAGpD,QAAQ,IAAI,IAAI;IAMhB,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,IAAI;IA2B1B,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAS/B,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAIhC;;;;OAIG;IACH,gBAAgB,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;IAI3C,OAAO,CAAC,SAAS;IAIjB;;;;;OAKG;IACH,OAAO,CAAC,YAAY;yCAjFX,uBAAuB;2CAAvB,uBAAuB;CA0FnC"}
@@ -4,36 +4,131 @@ import { InputDirective } from '@eui/components/shared';
4
4
  import { BooleanInput } from '@angular/cdk/coercion';
5
5
  import { ChangeEvent } from 'cleave.js/react/props';
6
6
  import * as i0 from "@angular/core";
7
+ /**
8
+ * A radio input component that implements form control functionality and custom styling.
9
+ * This component extends InputDirective and implements form control interfaces for seamless
10
+ * integration with Angular's form controls.
11
+ *
12
+ * @example
13
+ * ```html
14
+ * <input euiInputRadio
15
+ * [(ngModel)]="selectedValue"
16
+ * [value]="optionValue"
17
+ * [isInvalid]="false"
18
+ * [readonly]="false">
19
+ * ```
20
+ */
7
21
  export declare class EuiInputRadioComponent extends InputDirective implements OnInit, DoCheck, OnChanges, ControlValueAccessor {
8
22
  protected ngControl: NgControl;
9
23
  protected _elementRef: ElementRef<HTMLInputElement>;
10
24
  protected _renderer: Renderer2;
25
+ /**
26
+ * Gets or sets whether the radio input is in an invalid state.
27
+ * This can be set manually or will be automatically set when used with form validation.
28
+ *
29
+ * @property {boolean} isInvalid - The invalid state of the radio input
30
+ */
11
31
  get isInvalid(): boolean;
12
32
  set isInvalid(state: BooleanInput);
13
33
  protected _isInvalid: boolean;
34
+ /**
35
+ * Gets the CSS classes for the radio input component.
36
+ * Combines base classes with invalid state modifier if applicable.
37
+ *
38
+ * @returns {string} Space-separated list of CSS classes
39
+ */
14
40
  get class(): string;
15
41
  protected type: string;
42
+ /**
43
+ * Gets or sets the default checked state of the radio input.
44
+ * This is different from the current checked state and represents the initial value.
45
+ *
46
+ * @property {any} defaultChecked - The default checked state
47
+ */
16
48
  get defaultChecked(): any;
17
49
  set defaultChecked(value: BooleanInput);
18
50
  protected _defaultChecked: boolean;
51
+ /**
52
+ * Gets whether the radio input is currently selected.
53
+ *
54
+ * @returns {boolean} True if the radio input is selected, false otherwise
55
+ */
19
56
  get selected(): boolean;
57
+ /**
58
+ * Gets or sets the value of the radio input.
59
+ * The value can be of any type and will be used when the radio is selected in a form group.
60
+ *
61
+ * @property {any} value - The value associated with this radio input
62
+ */
20
63
  get value(): any;
21
64
  set value(value: any);
22
65
  private _value;
23
66
  constructor(ngControl: NgControl, _elementRef: ElementRef<HTMLInputElement>, _renderer: Renderer2, injector: Injector);
67
+ /**
68
+ * Initializes the component.
69
+ * Sets up form control validation status subscription and handles initial state.
70
+ */
24
71
  ngOnInit(): void;
72
+ /**
73
+ * Performs change detection and updates invalid state based on form control status.
74
+ */
25
75
  ngDoCheck(): void;
76
+ /**
77
+ * Handles changes to component inputs. Specifically handles changes to
78
+ * readonly and invalid states.
79
+ *
80
+ * @param {SimpleChanges} changes - Object containing changed properties
81
+ */
26
82
  ngOnChanges(changes: SimpleChanges): void;
83
+ /**
84
+ * Implements ControlValueAccessor.writeValue.
85
+ * Updates the checked state based on the form control value.
86
+ *
87
+ * @param {string} obj - The value to write
88
+ */
27
89
  writeValue(obj: string): void;
90
+ /**
91
+ * Registers a callback function that is called when the control's value changes.
92
+ *
93
+ * @param {Function} fn - The callback function
94
+ */
28
95
  registerOnChange(fn: any): void;
96
+ /**
97
+ * Registers a callback function that is called when the control is touched.
98
+ *
99
+ * @param {Function} fn - The callback function
100
+ */
29
101
  registerOnTouched(fn: any): void;
102
+ /**
103
+ * Sets the disabled state of the radio input.
104
+ *
105
+ * @param {boolean} isDisabled - Whether the radio input should be disabled
106
+ */
30
107
  setDisabledState?(isDisabled: boolean): void;
108
+ /**
109
+ * Handles change events on the radio input.
110
+ * Updates the model value when the radio selection changes.
111
+ *
112
+ * @param {ChangeEvent<any>} event - The change event
113
+ */
31
114
  protected onCheckedChanged(event: ChangeEvent<any>): void;
115
+ /**
116
+ * Handles space key press events. Prevents selection changes when the input
117
+ * is readonly.
118
+ *
119
+ * @param {KeyboardEvent} event - The keyboard event
120
+ */
32
121
  protected onSpacePressed(event: KeyboardEvent): void;
122
+ /**
123
+ * Sets the invalid state of the radio input.
124
+ * Updates both the internal state and the visual appearance.
125
+ *
126
+ * @param {boolean} state - The invalid state to set
127
+ */
33
128
  protected setInvalid(state: any): void;
34
129
  protected onChange: (_: any) => void;
35
130
  protected onTouched: (_: any) => void;
36
131
  static ɵfac: i0.ɵɵFactoryDeclaration<EuiInputRadioComponent, [{ optional: true; self: true; }, null, null, null]>;
37
- static ɵcmp: i0.ɵɵComponentDeclaration<EuiInputRadioComponent, "input[euiInputRadio]", never, { "isInvalid": { "alias": "isInvalid"; "required": false; }; "defaultChecked": { "alias": "checked"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, never, false, never>;
132
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiInputRadioComponent, "input[euiInputRadio]", never, { "isInvalid": { "alias": "isInvalid"; "required": false; }; "defaultChecked": { "alias": "checked"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, never, true, never>;
38
133
  }
39
134
  //# sourceMappingURL=eui-input-radio.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"eui-input-radio.component.d.ts","sourceRoot":"","sources":["../../eui-input-radio/eui-input-radio.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,OAAO,EACP,UAAU,EAGV,SAAS,EAET,SAAS,EAET,aAAa,EACb,MAAM,EAGN,QAAQ,EACX,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,oBAAoB,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACjE,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC5E,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;;AAEpD,qBAOa,sBAAuB,SAAQ,cAAe,YAAW,MAAM,EAAE,OAAO,EAAE,SAAS,EAAE,oBAAoB;IA8C1F,SAAS,CAAC,SAAS,EAAE,SAAS;IAClD,SAAS,CAAC,WAAW,EAAE,UAAU,CAAC,gBAAgB,CAAC;IACnD,SAAS,CAAC,SAAS,EAAE,SAAS;IA/ClC,IACW,SAAS,IAAI,OAAO,CAE9B;IACD,IAAW,SAAS,CAAC,KAAK,EAAE,YAAY,EAEvC;IACD,SAAS,CAAC,UAAU,EAAE,OAAO,CAAC;IAE9B,IACW,KAAK,IAAI,MAAM,CAEzB;IACyB,SAAS,CAAC,IAAI,SAAW;IAEnD,IAGW,cAAc,IAAI,GAAG,CAE/B;IACD,IAAW,cAAc,CAAC,KAAK,EAAE,YAAY,EAE5C;IACD,SAAS,CAAC,eAAe,EAAE,OAAO,CAAC;IAEnC,IAAW,QAAQ,IAAI,OAAO,CAE7B;IAED,IAGI,KAAK,IAAI,GAAG,CAEf;IACD,IAAI,KAAK,CAAC,KAAK,EAHF,GAGE,EAKd;IACD,OAAO,CAAC,MAAM,CAAC;gBAGmB,SAAS,EAAE,SAAS,EACxC,WAAW,EAAE,UAAU,CAAC,gBAAgB,CAAC,EACzC,SAAS,EAAE,SAAS,EAC9B,QAAQ,EAAE,QAAQ;IAkBtB,QAAQ,IAAI,IAAI;IAoBhB,SAAS,IAAI,IAAI;IAMjB,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAoBzC,UAAU,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI;IAO7B,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAM/B,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAIhC,gBAAgB,CAAC,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;IAO5C,SAAS,CAAC,gBAAgB,CAAC,KAAK,EAAE,WAAW,CAAC,GAAG,CAAC,GAAG,IAAI;IAMzD,SAAS,CAAC,cAAc,CAAC,KAAK,EAAE,aAAa,GAAG,IAAI;IAOpD,SAAS,CAAC,UAAU,CAAC,KAAK,KAAA,GAAG,IAAI;IASjC,SAAS,CAAC,QAAQ,cAAQ,IAAI,CAE5B;IAGF,SAAS,CAAC,SAAS,cAAQ,IAAI,CAE7B;yCAtKO,sBAAsB;2CAAtB,sBAAsB;CAuKlC"}
1
+ {"version":3,"file":"eui-input-radio.component.d.ts","sourceRoot":"","sources":["../../eui-input-radio/eui-input-radio.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,OAAO,EACP,UAAU,EAGV,SAAS,EAET,SAAS,EAET,aAAa,EACb,MAAM,EAGN,QAAQ,EACX,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,oBAAoB,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACjE,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC5E,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;;AAEpD;;;;;;;;;;;;;GAaG;AACH,qBAOa,sBAAuB,SAAQ,cAAe,YAAW,MAAM,EAAE,OAAO,EAAE,SAAS,EAAE,oBAAoB;IA2E1F,SAAS,CAAC,SAAS,EAAE,SAAS;IAClD,SAAS,CAAC,WAAW,EAAE,UAAU,CAAC,gBAAgB,CAAC;IACnD,SAAS,CAAC,SAAS,EAAE,SAAS;IA5ElC;;;;;OAKG;IACH,IACW,SAAS,IAAI,OAAO,CAE9B;IACD,IAAW,SAAS,CAAC,KAAK,EAAE,YAAY,EAEvC;IACD,SAAS,CAAC,UAAU,EAAE,OAAO,CAAC;IAE9B;;;;;OAKG;IACH,IACW,KAAK,IAAI,MAAM,CAEzB;IACyB,SAAS,CAAC,IAAI,SAAW;IAEnD;;;;;OAKG;IACH,IAGW,cAAc,IAAI,GAAG,CAE/B;IACD,IAAW,cAAc,CAAC,KAAK,EAAE,YAAY,EAE5C;IACD,SAAS,CAAC,eAAe,EAAE,OAAO,CAAC;IAEnC;;;;OAIG;IACH,IAAW,QAAQ,IAAI,OAAO,CAE7B;IAED;;;;;OAKG;IACH,IAGI,KAAK,IAAI,GAAG,CAEf;IACD,IAAI,KAAK,CAAC,KAAK,EAHF,GAGE,EAKd;IACD,OAAO,CAAC,MAAM,CAAC;gBAGmB,SAAS,EAAE,SAAS,EACxC,WAAW,EAAE,UAAU,CAAC,gBAAgB,CAAC,EACzC,SAAS,EAAE,SAAS,EAC9B,QAAQ,EAAE,QAAQ;IAkBtB;;;OAGG;IACH,QAAQ,IAAI,IAAI;IAoBhB;;OAEG;IACH,SAAS,IAAI,IAAI;IAMjB;;;;;OAKG;IACH,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAoBzC;;;;;OAKG;IACH,UAAU,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI;IAK7B;;;;OAIG;IAGH,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAI/B;;;;OAIG;IAGH,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAIhC;;;;OAIG;IACH,gBAAgB,CAAC,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;IAI5C;;;;;OAKG;IAIH,SAAS,CAAC,gBAAgB,CAAC,KAAK,EAAE,WAAW,CAAC,GAAG,CAAC,GAAG,IAAI;IAKzD;;;;;OAKG;IAEH,SAAS,CAAC,cAAc,CAAC,KAAK,EAAE,aAAa,GAAG,IAAI;IAOpD;;;;;OAKG;IACH,SAAS,CAAC,UAAU,CAAC,KAAK,KAAA,GAAG,IAAI;IASjC,SAAS,CAAC,QAAQ,cAAQ,IAAI,CAE5B;IAGF,SAAS,CAAC,SAAS,cAAQ,IAAI,CAE7B;yCAvPO,sBAAsB;2CAAtB,sBAAsB;CAwPlC"}
@@ -1,9 +1,26 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./eui-input-radio.component";
3
- import * as i2 from "@angular/common";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "./eui-input-radio.component";
4
+ /**
5
+ * Angular module that provides radio input functionality.
6
+ *
7
+ * @example
8
+ * ```typescript
9
+ * import { EuiInputRadioModule } from '@eui/components/input-radio';
10
+ *
11
+ * @NgModule({
12
+ * imports: [
13
+ * EuiInputRadioModule
14
+ * ]
15
+ * })
16
+ * export class YourModule { }
17
+ * ```
18
+ *
19
+ * @deprecated Use {@link `EuiInputRadioComponent`} instead.
20
+ */
4
21
  export declare class EuiInputRadioModule {
5
22
  static ɵfac: i0.ɵɵFactoryDeclaration<EuiInputRadioModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<EuiInputRadioModule, [typeof i1.EuiInputRadioComponent], [typeof i2.CommonModule], [typeof i1.EuiInputRadioComponent]>;
23
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EuiInputRadioModule, never, [typeof i1.CommonModule, typeof i2.EuiInputRadioComponent], [typeof i2.EuiInputRadioComponent]>;
7
24
  static ɵinj: i0.ɵɵInjectorDeclaration<EuiInputRadioModule>;
8
25
  }
9
26
  //# sourceMappingURL=eui-input-radio.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"eui-input-radio.module.d.ts","sourceRoot":"","sources":["../../eui-input-radio/eui-input-radio.module.ts"],"names":[],"mappings":";;;AAIA,qBAKa,mBAAmB;yCAAnB,mBAAmB;0CAAnB,mBAAmB;0CAAnB,mBAAmB;CAAG"}
1
+ {"version":3,"file":"eui-input-radio.module.d.ts","sourceRoot":"","sources":["../../eui-input-radio/eui-input-radio.module.ts"],"names":[],"mappings":";;;AAIA;;;;;;;;;;;;;;;;GAgBG;AACH,qBAIa,mBAAmB;yCAAnB,mBAAmB;0CAAnB,mBAAmB;0CAAnB,mBAAmB;CAAG"}