@sankhyalabs/ezui 6.4.0-dev.2 → 6.4.0-dev.3

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 (160) hide show
  1. package/dist/cjs/{ApplicationUtils-6a76ac09.js → ApplicationUtils-e920876b.js} +1 -1
  2. package/dist/cjs/{app-globals-0a67e214.js → app-globals-cc9fa51a.js} +1 -1
  3. package/dist/cjs/ez-actions-button.cjs.entry.js +2 -2
  4. package/dist/cjs/ez-alert-list.cjs.entry.js +1 -1
  5. package/dist/cjs/ez-avatar.cjs.entry.js +1 -1
  6. package/dist/cjs/ez-calendar.cjs.entry.js +1 -1
  7. package/dist/cjs/{ez-card-item_2.cjs.entry.js → ez-card-item.cjs.entry.js} +0 -205
  8. package/dist/cjs/ez-classic-combo-box.cjs.entry.js +324 -0
  9. package/dist/cjs/ez-classic-input.cjs.entry.js +26 -9
  10. package/dist/cjs/ez-collapsible-box.cjs.entry.js +2 -2
  11. package/dist/cjs/ez-combo-box-list_4.cjs.entry.js +2 -2
  12. package/dist/cjs/ez-combo-box.cjs.entry.js +2 -2
  13. package/dist/cjs/ez-date-input.cjs.entry.js +1 -1
  14. package/dist/cjs/ez-date-time-input.cjs.entry.js +1 -1
  15. package/dist/cjs/ez-dialog.cjs.entry.js +1 -1
  16. package/dist/cjs/ez-double-list.cjs.entry.js +1 -1
  17. package/dist/cjs/ez-file-item.cjs.entry.js +1 -1
  18. package/dist/cjs/ez-form-view.cjs.entry.js +1 -1
  19. package/dist/cjs/ez-form.cjs.entry.js +3 -3
  20. package/dist/cjs/ez-grid.cjs.entry.js +3 -3
  21. package/dist/cjs/ez-guide-navigator.cjs.entry.js +1 -1
  22. package/dist/cjs/ez-link-builder_6.cjs.entry.js +1 -1
  23. package/dist/cjs/ez-list.cjs.entry.js +1 -1
  24. package/dist/cjs/ez-modal-container.cjs.entry.js +1 -1
  25. package/dist/cjs/ez-modal.cjs.entry.js +1 -1
  26. package/dist/cjs/ez-multi-selection-list.cjs.entry.js +2 -2
  27. package/dist/cjs/ez-number-input.cjs.entry.js +1 -1
  28. package/dist/cjs/ez-popover-core.cjs.entry.js +211 -0
  29. package/dist/cjs/ez-search-plus.cjs.entry.js +2 -2
  30. package/dist/cjs/ez-search-result-list.cjs.entry.js +1 -1
  31. package/dist/cjs/ez-search.cjs.entry.js +2 -2
  32. package/dist/cjs/ez-sidebar-navigator.cjs.entry.js +1 -1
  33. package/dist/cjs/ez-skeleton.cjs.entry.js +1 -1
  34. package/dist/cjs/ez-sortable-list.cjs.entry.js +1 -1
  35. package/dist/cjs/ez-split-button.cjs.entry.js +1 -1
  36. package/dist/cjs/ez-split-item.cjs.entry.js +2 -2
  37. package/dist/cjs/ez-time-input.cjs.entry.js +1 -1
  38. package/dist/cjs/ez-tree.cjs.entry.js +1 -1
  39. package/dist/cjs/ez-upload.cjs.entry.js +2 -2
  40. package/dist/cjs/ezui.cjs.js +3 -3
  41. package/dist/cjs/filter-column.cjs.entry.js +1 -1
  42. package/dist/cjs/index-a7b0c73d.js +12 -4
  43. package/dist/cjs/{index-425b1f67.js → index-a8b00749.js} +12 -0
  44. package/dist/cjs/loader.cjs.js +3 -3
  45. package/dist/cjs/{search-column-78dd20d5.js → search-column-ac3e37a1.js} +2 -2
  46. package/dist/collection/collection-manifest.json +1 -0
  47. package/dist/collection/components/ez-classic-combo-box/ez-classic-combo-box.css +99 -0
  48. package/dist/collection/components/ez-classic-combo-box/ez-classic-combo-box.js +798 -0
  49. package/dist/collection/components/ez-classic-combo-box/interfaces/IOption.js +1 -0
  50. package/dist/collection/components/ez-classic-input/ez-classic-input.css +29 -0
  51. package/dist/collection/components/ez-classic-input/ez-classic-input.js +42 -8
  52. package/dist/collection/components/ez-multi-selection-list/ez-multi-selection-list.js +1 -1
  53. package/dist/collection/utils/i18n/locales/en-us.js +4 -0
  54. package/dist/collection/utils/i18n/locales/es-es.js +4 -0
  55. package/dist/collection/utils/i18n/locales/pt-br.js +4 -0
  56. package/dist/custom-elements/index.d.ts +6 -0
  57. package/dist/custom-elements/index.js +360 -12
  58. package/dist/esm/{ApplicationUtils-1fd662ab.js → ApplicationUtils-70608555.js} +1 -1
  59. package/dist/esm/{app-globals-8a94d86c.js → app-globals-ba0c56ec.js} +1 -1
  60. package/dist/esm/ez-actions-button.entry.js +2 -2
  61. package/dist/esm/ez-alert-list.entry.js +1 -1
  62. package/dist/esm/ez-avatar.entry.js +1 -1
  63. package/dist/esm/ez-calendar.entry.js +1 -1
  64. package/dist/esm/{ez-card-item_2.entry.js → ez-card-item.entry.js} +1 -205
  65. package/dist/esm/ez-classic-combo-box.entry.js +320 -0
  66. package/dist/esm/ez-classic-input.entry.js +26 -9
  67. package/dist/esm/ez-collapsible-box.entry.js +2 -2
  68. package/dist/esm/ez-combo-box-list_4.entry.js +2 -2
  69. package/dist/esm/ez-combo-box.entry.js +2 -2
  70. package/dist/esm/ez-date-input.entry.js +1 -1
  71. package/dist/esm/ez-date-time-input.entry.js +1 -1
  72. package/dist/esm/ez-dialog.entry.js +1 -1
  73. package/dist/esm/ez-double-list.entry.js +1 -1
  74. package/dist/esm/ez-file-item.entry.js +1 -1
  75. package/dist/esm/ez-form-view.entry.js +1 -1
  76. package/dist/esm/ez-form.entry.js +3 -3
  77. package/dist/esm/ez-grid.entry.js +3 -3
  78. package/dist/esm/ez-guide-navigator.entry.js +1 -1
  79. package/dist/esm/ez-link-builder_6.entry.js +1 -1
  80. package/dist/esm/ez-list.entry.js +1 -1
  81. package/dist/esm/ez-modal-container.entry.js +1 -1
  82. package/dist/esm/ez-modal.entry.js +1 -1
  83. package/dist/esm/ez-multi-selection-list.entry.js +2 -2
  84. package/dist/esm/ez-number-input.entry.js +1 -1
  85. package/dist/esm/ez-popover-core.entry.js +207 -0
  86. package/dist/esm/ez-search-plus.entry.js +2 -2
  87. package/dist/esm/ez-search-result-list.entry.js +1 -1
  88. package/dist/esm/ez-search.entry.js +2 -2
  89. package/dist/esm/ez-sidebar-navigator.entry.js +1 -1
  90. package/dist/esm/ez-skeleton.entry.js +1 -1
  91. package/dist/esm/ez-sortable-list.entry.js +1 -1
  92. package/dist/esm/ez-split-button.entry.js +1 -1
  93. package/dist/esm/ez-split-item.entry.js +2 -2
  94. package/dist/esm/ez-time-input.entry.js +1 -1
  95. package/dist/esm/ez-tree.entry.js +1 -1
  96. package/dist/esm/ez-upload.entry.js +2 -2
  97. package/dist/esm/ezui.js +3 -3
  98. package/dist/esm/filter-column.entry.js +1 -1
  99. package/dist/esm/{index-498e0126.js → index-5004bd27.js} +12 -0
  100. package/dist/esm/index-baa5e267.js +12 -4
  101. package/dist/esm/loader.js +3 -3
  102. package/dist/esm/{search-column-729f3655.js → search-column-eadd8a51.js} +2 -2
  103. package/dist/ezui/ezui.esm.js +1 -1
  104. package/dist/ezui/{p-9dc31fc6.js → p-0e539c0f.js} +1 -1
  105. package/dist/ezui/{p-7e5c7b4c.js → p-0e6cbfc8.js} +1 -1
  106. package/dist/ezui/{p-e5e623d9.entry.js → p-0ff1bee4.entry.js} +1 -1
  107. package/dist/ezui/{p-31450a28.entry.js → p-25e71e8c.entry.js} +1 -1
  108. package/dist/ezui/{p-0c1a288c.entry.js → p-26e898c9.entry.js} +1 -1
  109. package/dist/ezui/{p-da4419a6.entry.js → p-2a265ae2.entry.js} +1 -1
  110. package/dist/ezui/{p-86b065e6.entry.js → p-314e3bfe.entry.js} +1 -1
  111. package/dist/ezui/{p-52d9b604.entry.js → p-35ca0988.entry.js} +1 -1
  112. package/dist/ezui/{p-2879c45f.entry.js → p-3b296bad.entry.js} +1 -1
  113. package/dist/ezui/p-3bf7f94b.entry.js +1 -0
  114. package/dist/ezui/{p-d512cb84.entry.js → p-4476b0ac.entry.js} +1 -1
  115. package/dist/ezui/{p-5dd12c80.entry.js → p-4638d099.entry.js} +1 -1
  116. package/dist/ezui/{p-1e21d31b.entry.js → p-47962426.entry.js} +1 -1
  117. package/dist/ezui/{p-24732fea.entry.js → p-47c7b561.entry.js} +1 -1
  118. package/dist/ezui/p-4c619e2d.js +1 -0
  119. package/dist/ezui/{p-5172793a.entry.js → p-50a2fa06.entry.js} +1 -1
  120. package/dist/ezui/{p-82fa431b.entry.js → p-59700a63.entry.js} +1 -1
  121. package/dist/ezui/{p-94630d41.entry.js → p-5ac4e99a.entry.js} +1 -1
  122. package/dist/ezui/{p-d845fa56.entry.js → p-5bdaa387.entry.js} +1 -1
  123. package/dist/ezui/{p-762a1033.entry.js → p-5bf5da85.entry.js} +1 -1
  124. package/dist/ezui/{p-39b16566.entry.js → p-69c1f7db.entry.js} +1 -1
  125. package/dist/ezui/{p-ec04285e.entry.js → p-6d3fa2dd.entry.js} +1 -1
  126. package/dist/ezui/{p-5ac7c4b3.entry.js → p-740b4ff5.entry.js} +1 -1
  127. package/dist/ezui/{p-66b00dec.entry.js → p-777b23fa.entry.js} +1 -1
  128. package/dist/ezui/{p-559b915a.entry.js → p-7999daa0.entry.js} +1 -1
  129. package/dist/ezui/{p-af47458b.js → p-8031e29e.js} +1 -1
  130. package/dist/ezui/{p-7aed8d32.entry.js → p-875d0bd2.entry.js} +1 -1
  131. package/dist/ezui/{p-3cecb4cb.entry.js → p-9adcab8a.entry.js} +1 -1
  132. package/dist/ezui/{p-bc22f56d.entry.js → p-9ae1f716.entry.js} +1 -1
  133. package/dist/ezui/p-9b2e6438.entry.js +1 -0
  134. package/dist/ezui/{p-4e6e0740.entry.js → p-9e35c475.entry.js} +1 -1
  135. package/dist/ezui/{p-57b40333.entry.js → p-a429a86c.entry.js} +1 -1
  136. package/dist/ezui/{p-5b9060ad.entry.js → p-ab52e931.entry.js} +1 -1
  137. package/dist/ezui/{p-60f5483c.entry.js → p-b1c4bbf2.entry.js} +1 -1
  138. package/dist/ezui/{p-e20ad35d.entry.js → p-b297d3f8.entry.js} +1 -1
  139. package/dist/ezui/{p-451a17ad.entry.js → p-b881cb64.entry.js} +1 -1
  140. package/dist/ezui/{p-3751da14.entry.js → p-b9158a92.entry.js} +1 -1
  141. package/dist/ezui/p-baf90704.entry.js +1 -0
  142. package/dist/ezui/p-d6f50207.entry.js +1 -0
  143. package/dist/ezui/{p-c2d38fbf.entry.js → p-db324ab1.entry.js} +1 -1
  144. package/dist/ezui/{p-4c5cb0da.entry.js → p-e1ee0b5a.entry.js} +1 -1
  145. package/dist/ezui/{p-02e1efa8.entry.js → p-f5ed1a75.entry.js} +1 -1
  146. package/dist/types/components/ez-classic-combo-box/ez-classic-combo-box.d.ts +115 -0
  147. package/dist/types/components/ez-classic-combo-box/interfaces/IOption.d.ts +4 -0
  148. package/dist/types/components/ez-classic-input/ez-classic-input.d.ts +7 -0
  149. package/dist/types/components.d.ts +199 -20
  150. package/dist/types/utils/i18n/locales/en-us.d.ts +4 -0
  151. package/dist/types/utils/i18n/locales/es-es.d.ts +4 -0
  152. package/dist/types/utils/i18n/locales/pt-br.d.ts +4 -0
  153. package/dist/types/utils/i18n/translations.d.ts +12 -0
  154. package/package.json +1 -1
  155. package/react/components.d.ts +1 -0
  156. package/react/components.js +1 -0
  157. package/react/components.js.map +1 -1
  158. package/dist/ezui/p-07819d50.js +0 -1
  159. package/dist/ezui/p-5e495d47.entry.js +0 -1
  160. package/dist/ezui/p-e78e87f5.entry.js +0 -1
@@ -10,18 +10,43 @@
10
10
  padding: 0;
11
11
 
12
12
  /* public */
13
+ /*@doc Define a cor do texto do input. */
13
14
  --ez-classic-input--label-color: var(--color--ocean-green-1000, #00281D);
15
+
16
+ /*@doc Define a cor da borda do input quando está no estado padrão. */
14
17
  --ez-classic-input--border-color-default: var(--color--gray-200, #D2D2D3);
18
+
19
+ /*@doc Define a cor da borda do input quando está no estado de foco. */
15
20
  --ez-classic-input--border-color-focus: var(--color--gray-300, #A4A5A7);
21
+
22
+ /*@doc Define a cor da borda do input quando está no estado de sucesso. */
16
23
  --ez-classic-input--border-color-success: var(--color--green-600, #157A00);
24
+
25
+ /*@doc Define a cor da borda do input quando está no estado de erro. */
17
26
  --ez-classic-input--border-color-error: var(--color--red-600, #BD0025);
27
+
28
+ /*@doc Define a cor da borda do input quando está no estado de aviso. */
18
29
  --ez-classic-input--border-color-warning: var(--color--yellow-600, #EFB103);
30
+
31
+ /*@doc Define a cor de fundo do input. */
19
32
  --ez-classic-input--background-color: var(--color--gray-70, #FFFFFF);
33
+
34
+ /*@doc Define a cor de fundo do input quando está desabilitado. */
20
35
  --ez-classic-input--background-color-disabled: var(--color--gray-90, #EAEAEA);
36
+
37
+ /*@doc Define a cor do texto do input. */
21
38
  --ez-classic-input--text-color: var(--color--ocean-green-1000, #00281D);
39
+
40
+ /*@doc Define a cor do texto do placeholder do input. */
22
41
  --ez-classic-input--placeholder-color: #bdbdbd;
42
+
43
+ /*@doc Define a cor do ícone do input. */
23
44
  --ez-classic-input--icon-color: var(--color--gray-400, #77777A);
45
+
46
+ /*@doc Define a cor do texto de ajuda do input. */
24
47
  --ez-classic-input--helptext-color: var(--color--ocean-green-1000, #00281D);
48
+
49
+ /*@doc Define a altura do input. */
25
50
  --ez-classic-input--height: 56px;
26
51
  }
27
52
 
@@ -102,6 +127,10 @@ input::placeholder {
102
127
  cursor: not-allowed;
103
128
  }
104
129
 
130
+ .input-container input:read-only {
131
+ cursor: default;
132
+ }
133
+
105
134
  @keyframes ez-helptext-fadein {
106
135
  from {
107
136
  opacity: 0;
@@ -3,6 +3,7 @@ import { MaskFormatter } from './utils/maskFormatter';
3
3
  import { ElementIDUtils } from '@sankhyalabs/core';
4
4
  export class EzClassicInput {
5
5
  constructor() {
6
+ this._internalValueChange = false;
6
7
  this.type = 'text';
7
8
  this.value = undefined;
8
9
  this.label = undefined;
@@ -41,6 +42,19 @@ export class EzClassicInput {
41
42
  async setBlur() {
42
43
  this._inputElem.blur();
43
44
  }
45
+ async syncValue() {
46
+ if (this._internalValueChange) {
47
+ this._internalValueChange = false;
48
+ return;
49
+ }
50
+ if (this.value && this._maskFormatter && this._inputElem) {
51
+ const formattedValue = this._maskFormatter.format(this.value);
52
+ this._inputElem.value = formattedValue;
53
+ }
54
+ else if (this._inputElem) {
55
+ this._inputElem.value = this.value || '';
56
+ }
57
+ }
44
58
  onInput(event) {
45
59
  try {
46
60
  const inputElement = event.target;
@@ -49,11 +63,13 @@ export class EzClassicInput {
49
63
  const formattedValue = this._maskFormatter.format(inputValue);
50
64
  const cleanValue = this._maskFormatter.removeMask(formattedValue);
51
65
  inputElement.value = formattedValue;
66
+ this._internalValueChange = true;
52
67
  this.value = cleanValue;
53
68
  const emitValue = this.emitMaskedValue ? formattedValue : cleanValue;
54
69
  this.ezChange.emit(emitValue);
55
70
  }
56
71
  else {
72
+ this._internalValueChange = true;
57
73
  this.value = inputValue;
58
74
  this.ezChange.emit(inputValue);
59
75
  }
@@ -65,6 +81,9 @@ export class EzClassicInput {
65
81
  onBlur() {
66
82
  this.ezBlur.emit(this.value);
67
83
  }
84
+ onFocus() {
85
+ this.ezFocus.emit(this.value);
86
+ }
68
87
  handleIconClick(event, icon) {
69
88
  if (!this.enabled) {
70
89
  return;
@@ -94,17 +113,11 @@ export class EzClassicInput {
94
113
  }
95
114
  }
96
115
  componentDidLoad() {
97
- if (this.value && this._maskFormatter && this._inputElem) {
98
- const formattedValue = this._maskFormatter.format(this.value);
99
- this._inputElem.value = formattedValue;
100
- }
101
- else {
102
- this._inputElem.value = this.value || '';
103
- }
116
+ this.syncValue();
104
117
  this.addInfoId();
105
118
  }
106
119
  render() {
107
- return (h(Host, null, h("label", { title: this.label, htmlFor: this.name }, this.label), h("div", { class: "input-container", "data-state": this.state, "data-disabled": (!this.enabled).toString(), onClick: () => this.setFocus({ preventScroll: true }) }, this.leftIconName && (h("ez-icon", { iconName: this.leftIconName, title: this.leftIconTooltip, onClick: (event) => this.handleIconClick(event, "left"), class: { 'icon-clickable': this.leftIconClickable } })), h("input", { ref: el => this._inputElem = el, id: this.name, type: this.type, title: this.value, placeholder: this.placeholder, disabled: !this.enabled, readonly: this.readonly, name: this.name, minlength: this.minlength, maxlength: this.maxlength, onInput: this.onInput.bind(this), onBlur: this.onBlur.bind(this) }), this.rightIconName && (h("ez-icon", { iconName: this.rightIconName, title: this.rightIconTooltip, onClick: (event) => this.handleIconClick(event, "right"), class: { 'icon-clickable': this.rightIconClickable } }))), this.helpText && (h("span", { title: this.helpText }, this.helpText))));
120
+ return (h(Host, null, h("label", { title: this.label, htmlFor: this.name }, this.label), h("div", { class: "input-container", "data-state": this.state, "data-disabled": (!this.enabled).toString(), onClick: () => this.setFocus({ preventScroll: true }) }, this.leftIconName && (h("ez-icon", { iconName: this.leftIconName, title: this.leftIconTooltip, onClick: (event) => this.handleIconClick(event, "left"), class: { 'icon-clickable': this.leftIconClickable } })), h("input", { ref: el => this._inputElem = el, id: this.name, type: this.type, title: this.value, placeholder: this.placeholder, disabled: !this.enabled, readonly: this.readonly, name: this.name, minlength: this.minlength, maxlength: this.maxlength, onInput: (event) => this.onInput(event), onBlur: this.onBlur.bind(this), onFocus: this.onFocus.bind(this) }), this.rightIconName && (h("ez-icon", { iconName: this.rightIconName, title: this.rightIconTooltip, onClick: (event) => this.handleIconClick(event, "right"), class: { 'icon-clickable': this.rightIconClickable } }))), this.helpText && (h("span", { title: this.helpText }, this.helpText))));
108
121
  }
109
122
  static get is() { return "ez-classic-input"; }
110
123
  static get encapsulation() { return "shadow"; }
@@ -483,6 +496,21 @@ export class EzClassicInput {
483
496
  "resolved": "string",
484
497
  "references": {}
485
498
  }
499
+ }, {
500
+ "method": "ezFocus",
501
+ "name": "ezFocus",
502
+ "bubbles": true,
503
+ "cancelable": true,
504
+ "composed": true,
505
+ "docs": {
506
+ "tags": [],
507
+ "text": "Evento disparado quando o input ganha o foco."
508
+ },
509
+ "complexType": {
510
+ "original": "string",
511
+ "resolved": "string",
512
+ "references": {}
513
+ }
486
514
  }, {
487
515
  "method": "iconClick",
488
516
  "name": "iconClick",
@@ -544,4 +572,10 @@ export class EzClassicInput {
544
572
  };
545
573
  }
546
574
  static get elementRef() { return "_element"; }
575
+ static get watchers() {
576
+ return [{
577
+ "propName": "value",
578
+ "methodName": "syncValue"
579
+ }];
580
+ }
547
581
  }
@@ -145,7 +145,7 @@ export class EzMuiltiSelectionList {
145
145
  itemSelected.check = itemCheckSelected.check;
146
146
  }
147
147
  buildViewList(hasDelete) {
148
- return (h(Fragment, null, this.displayOptionToCheckAllItems && (h("ez-check", { ref: (element) => (this.checkInput = element), label: this.i18n("ez-multi-selection-list.selectAll"), class: "multi-selection__select-all", onEzChange: this.handleChangeSelectAllItems.bind(this) })), h("ez-list", { class: "multi-selection__list", dataSource: this.displayOptions, listMode: "check", hoverFeedback: true, onEzCheckChange: this.handleChangeSelectedItem.bind(this), itemSlotBuilder: hasDelete ? this.buildDeleteIconSlot.bind(this) : null })));
148
+ return (h(Fragment, null, this.displayOptionToCheckAllItems && (h("ez-check", { ref: (element) => (this.checkInput = element), label: this.i18n("ez-multi-selection-list.selectAll"), class: "multi-selection__select-all", onEzChange: this.handleChangeSelectAllItems.bind(this) })), h("ez-list", { class: "multi-selection__list", dataSource: this.displayOptions.map(opt => (Object.assign(Object.assign({}, opt), { id: opt.value }))), listMode: "check", hoverFeedback: true, onEzCheckChange: this.handleChangeSelectedItem.bind(this), itemSlotBuilder: hasDelete ? this.buildDeleteIconSlot.bind(this) : null })));
149
149
  }
150
150
  buildDeleteIconSlot(item) {
151
151
  return h("ez-icon", { style: { cursor: 'pointer' }, iconName: "delete", onClick: () => this.handleRemoveItemFromOptions(item) });
@@ -62,6 +62,10 @@ export default {
62
62
  placeholder: "Select an item",
63
63
  noResults: "No results found",
64
64
  },
65
+ "ez-classic-combo-box": {
66
+ emptyOption: "Select an item",
67
+ noResults: "No results found",
68
+ },
65
69
  "ez-date-time-input": {
66
70
  invalidDate: "The entered value is not a valid date and time"
67
71
  },
@@ -62,6 +62,10 @@ export default {
62
62
  placeholder: "Seleccione un elemento",
63
63
  noResults: "No se encontraron resultados",
64
64
  },
65
+ "ez-classic-combo-box": {
66
+ emptyOption: "Seleccione un elemento",
67
+ noResults: "No se encontraron resultados",
68
+ },
65
69
  "ez-date-time-input": {
66
70
  invalidDate: "El valor ingresado no es una fecha y hora válida"
67
71
  },
@@ -62,6 +62,10 @@ export default {
62
62
  placeholder: "Selecione um item",
63
63
  noResults: "Nenhum resultado encontrado",
64
64
  },
65
+ "ez-classic-combo-box": {
66
+ emptyOption: "Selecione um item",
67
+ noResults: "Nenhum resultado encontrado",
68
+ },
65
69
  "ez-date-time-input": {
66
70
  invalidDate: "O valor digitado não é uma data e hora válida"
67
71
  },
@@ -80,6 +80,12 @@ export const EzChip: {
80
80
  new (): EzChip;
81
81
  };
82
82
 
83
+ interface EzClassicComboBox extends Components.EzClassicComboBox, HTMLElement {}
84
+ export const EzClassicComboBox: {
85
+ prototype: EzClassicComboBox;
86
+ new (): EzClassicComboBox;
87
+ };
88
+
83
89
  interface EzClassicInput extends Components.EzClassicInput, HTMLElement {}
84
90
  export const EzClassicInput: {
85
91
  prototype: EzClassicInput;