@sankhyalabs/ezui 2.3.1 → 2.3.2

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 (155) hide show
  1. package/README.md +1 -0
  2. package/dist/cjs/ez-actions-button.cjs.entry.js +12 -8
  3. package/dist/cjs/ez-button.cjs.entry.js +5 -5
  4. package/dist/cjs/ez-calendar.cjs.entry.js +10 -13
  5. package/dist/cjs/ez-check.cjs.entry.js +5 -8
  6. package/dist/cjs/ez-chip.cjs.entry.js +4 -4
  7. package/dist/cjs/ez-collapsible-box.cjs.entry.js +14 -14
  8. package/dist/cjs/ez-combo-box.cjs.entry.js +11 -11
  9. package/dist/cjs/ez-date-input.cjs.entry.js +5 -5
  10. package/dist/cjs/ez-date-time-input.cjs.entry.js +7 -7
  11. package/dist/cjs/ez-dialog.cjs.entry.js +4 -7
  12. package/dist/cjs/ez-filter-input.cjs.entry.js +6 -6
  13. package/dist/cjs/ez-form.cjs.entry.js +3 -6
  14. package/dist/cjs/ez-grid.cjs.entry.js +16 -17
  15. package/dist/cjs/ez-icon.cjs.entry.js +3 -3
  16. package/dist/cjs/ez-list.cjs.entry.js +71 -71
  17. package/dist/cjs/ez-loading-bar.cjs.entry.js +8 -4
  18. package/dist/cjs/ez-modal-container.cjs.entry.js +2 -2
  19. package/dist/cjs/ez-modal.cjs.entry.js +6 -6
  20. package/dist/cjs/ez-number-input.cjs.entry.js +5 -5
  21. package/dist/cjs/ez-popover.cjs.entry.js +8 -10
  22. package/dist/cjs/ez-popup.cjs.entry.js +4 -5
  23. package/dist/cjs/ez-radio-button.cjs.entry.js +3 -3
  24. package/dist/cjs/ez-scroller.cjs.entry.js +2 -7
  25. package/dist/cjs/ez-search.cjs.entry.js +13 -14
  26. package/dist/cjs/ez-text-area.cjs.entry.js +7 -7
  27. package/dist/cjs/ez-text-edit.cjs.entry.js +1 -1
  28. package/dist/cjs/ez-text-input.cjs.entry.js +7 -7
  29. package/dist/cjs/ez-time-input.cjs.entry.js +6 -6
  30. package/dist/cjs/ez-toast.cjs.entry.js +5 -5
  31. package/dist/cjs/ez-upload.cjs.entry.js +5 -5
  32. package/dist/cjs/ez-view-stack.cjs.entry.js +2 -2
  33. package/dist/cjs/ezui.cjs.js +1 -1
  34. package/dist/cjs/loader.cjs.js +1 -1
  35. package/dist/collection/components/ez-actions-button/ez-actions-button.js +27 -22
  36. package/dist/collection/components/ez-button/ez-button.js +15 -15
  37. package/dist/collection/components/ez-calendar/ez-calendar.js +18 -21
  38. package/dist/collection/components/ez-card-item/ez-card-item.js +2 -2
  39. package/dist/collection/components/ez-check/ez-check.js +28 -22
  40. package/dist/collection/components/ez-chip/ez-chip.js +15 -15
  41. package/dist/collection/components/ez-collapsible-box/ez-collapsible-box.js +28 -28
  42. package/dist/collection/components/ez-combo-box/ez-combo-box.js +42 -33
  43. package/dist/collection/components/ez-date-input/ez-date-input.js +18 -18
  44. package/dist/collection/components/ez-date-time-input/ez-date-time-input.js +21 -21
  45. package/dist/collection/components/ez-dialog/ez-dialog.js +13 -35
  46. package/dist/collection/components/ez-filter-input/ez-filter-input.js +18 -35
  47. package/dist/collection/components/ez-form/ez-form.js +7 -42
  48. package/dist/collection/components/ez-grid/ez-grid.js +41 -42
  49. package/dist/collection/components/ez-icon/ez-icon.js +11 -11
  50. package/dist/collection/components/ez-list/ez-list.js +112 -93
  51. package/dist/collection/components/ez-loading-bar/ez-loading-bar.js +10 -6
  52. package/dist/collection/components/ez-modal/ez-modal.js +14 -14
  53. package/dist/collection/components/ez-modal-container/ez-modal-container.js +16 -16
  54. package/dist/collection/components/ez-number-input/ez-number-input.js +20 -20
  55. package/dist/collection/components/ez-popover/ez-popover.js +22 -24
  56. package/dist/collection/components/ez-popup/ez-popup.js +16 -17
  57. package/dist/collection/components/ez-radio-button/ez-radio-button.js +8 -8
  58. package/dist/collection/components/ez-scroller/ez-scroller.js +6 -12
  59. package/dist/collection/components/ez-search/ez-search.js +42 -46
  60. package/dist/collection/components/ez-tabselector/ez-tabselector.js +2 -2
  61. package/dist/collection/components/ez-text-area/ez-text-area.js +20 -37
  62. package/dist/collection/components/ez-text-edit/ez-text-edit.js +6 -6
  63. package/dist/collection/components/ez-text-input/ez-text-input.js +21 -38
  64. package/dist/collection/components/ez-time-input/ez-time-input.js +20 -20
  65. package/dist/collection/components/ez-toast/ez-toast.js +12 -12
  66. package/dist/collection/components/ez-upload/ez-upload.js +14 -14
  67. package/dist/collection/components/ez-view-stack/ez-view-stack.js +4 -4
  68. package/dist/custom-elements/index.js +265 -279
  69. package/dist/esm/ez-actions-button.entry.js +12 -8
  70. package/dist/esm/ez-button.entry.js +5 -5
  71. package/dist/esm/ez-calendar.entry.js +10 -13
  72. package/dist/esm/ez-check.entry.js +5 -8
  73. package/dist/esm/ez-chip.entry.js +4 -4
  74. package/dist/esm/ez-collapsible-box.entry.js +14 -14
  75. package/dist/esm/ez-combo-box.entry.js +11 -11
  76. package/dist/esm/ez-date-input.entry.js +5 -5
  77. package/dist/esm/ez-date-time-input.entry.js +7 -7
  78. package/dist/esm/ez-dialog.entry.js +4 -7
  79. package/dist/esm/ez-filter-input.entry.js +6 -6
  80. package/dist/esm/ez-form.entry.js +3 -6
  81. package/dist/esm/ez-grid.entry.js +16 -17
  82. package/dist/esm/ez-icon.entry.js +3 -3
  83. package/dist/esm/ez-list.entry.js +71 -71
  84. package/dist/esm/ez-loading-bar.entry.js +8 -4
  85. package/dist/esm/ez-modal-container.entry.js +2 -2
  86. package/dist/esm/ez-modal.entry.js +6 -6
  87. package/dist/esm/ez-number-input.entry.js +5 -5
  88. package/dist/esm/ez-popover.entry.js +8 -10
  89. package/dist/esm/ez-popup.entry.js +4 -5
  90. package/dist/esm/ez-radio-button.entry.js +3 -3
  91. package/dist/esm/ez-scroller.entry.js +2 -7
  92. package/dist/esm/ez-search.entry.js +13 -14
  93. package/dist/esm/ez-text-area.entry.js +7 -7
  94. package/dist/esm/ez-text-edit.entry.js +1 -1
  95. package/dist/esm/ez-text-input.entry.js +7 -7
  96. package/dist/esm/ez-time-input.entry.js +6 -6
  97. package/dist/esm/ez-toast.entry.js +5 -5
  98. package/dist/esm/ez-upload.entry.js +5 -5
  99. package/dist/esm/ez-view-stack.entry.js +2 -2
  100. package/dist/esm/ezui.js +1 -1
  101. package/dist/esm/loader.js +1 -1
  102. package/dist/ezui/ezui.esm.js +1 -1
  103. package/dist/ezui/p-1214c5ce.entry.js +1 -0
  104. package/dist/ezui/p-2af9fe67.entry.js +1 -0
  105. package/dist/ezui/p-642c530f.entry.js +1 -0
  106. package/dist/ezui/p-96265e26.entry.js +1 -0
  107. package/dist/ezui/p-b47eb5d4.entry.js +1 -0
  108. package/dist/ezui/{p-855f99f8.entry.js → p-ccbe8272.entry.js} +1 -1
  109. package/dist/ezui/p-e60e7308.entry.js +1 -0
  110. package/dist/ezui/p-ede1328a.entry.js +1 -0
  111. package/dist/ezui/p-f6111077.entry.js +1 -0
  112. package/dist/types/components/ez-actions-button/ez-actions-button.d.ts +15 -14
  113. package/dist/types/components/ez-button/ez-button.d.ts +10 -10
  114. package/dist/types/components/ez-calendar/ez-calendar.d.ts +11 -14
  115. package/dist/types/components/ez-card-item/ez-card-item.d.ts +7 -0
  116. package/dist/types/components/ez-check/ez-check.d.ts +11 -13
  117. package/dist/types/components/ez-chip/ez-chip.d.ts +15 -14
  118. package/dist/types/components/ez-collapsible-box/ez-collapsible-box.d.ts +25 -25
  119. package/dist/types/components/ez-combo-box/ez-combo-box.d.ts +21 -20
  120. package/dist/types/components/ez-date-input/ez-date-input.d.ts +16 -17
  121. package/dist/types/components/ez-date-time-input/ez-date-time-input.d.ts +18 -19
  122. package/dist/types/components/ez-dialog/ez-dialog.d.ts +13 -16
  123. package/dist/types/components/ez-filter-input/ez-filter-input.d.ts +12 -17
  124. package/dist/types/components/ez-form/ez-form.d.ts +7 -5
  125. package/dist/types/components/ez-grid/controller/EzGridController.d.ts +2 -2
  126. package/dist/types/components/ez-grid/ez-grid.d.ts +37 -39
  127. package/dist/types/components/ez-icon/ez-icon.d.ts +4 -4
  128. package/dist/types/components/ez-list/ez-list.d.ts +29 -32
  129. package/dist/types/components/ez-loading-bar/ez-loading-bar.d.ts +6 -0
  130. package/dist/types/components/ez-modal/ez-modal.d.ts +15 -15
  131. package/dist/types/components/ez-modal-container/ez-modal-container.d.ts +10 -10
  132. package/dist/types/components/ez-number-input/ez-number-input.d.ts +18 -24
  133. package/dist/types/components/ez-popover/ez-popover.d.ts +13 -16
  134. package/dist/types/components/ez-popup/ez-popup.d.ts +12 -13
  135. package/dist/types/components/ez-radio-button/ez-radio-button.d.ts +8 -8
  136. package/dist/types/components/ez-scroller/ez-scroller.d.ts +3 -4
  137. package/dist/types/components/ez-search/ez-search.d.ts +27 -31
  138. package/dist/types/components/ez-tabselector/ez-tabselector.d.ts +4 -7
  139. package/dist/types/components/ez-text-area/ez-text-area.d.ts +12 -16
  140. package/dist/types/components/ez-text-edit/ez-text-edit.d.ts +5 -5
  141. package/dist/types/components/ez-text-input/ez-text-input.d.ts +14 -19
  142. package/dist/types/components/ez-time-input/ez-time-input.d.ts +16 -17
  143. package/dist/types/components/ez-toast/ez-toast.d.ts +7 -7
  144. package/dist/types/components/ez-upload/ez-upload.d.ts +11 -12
  145. package/dist/types/components/ez-view-stack/ez-view-stack.d.ts +2 -2
  146. package/dist/types/components.d.ts +514 -529
  147. package/package.json +2 -2
  148. package/dist/ezui/p-0fb5f4be.entry.js +0 -1
  149. package/dist/ezui/p-1ba371a3.entry.js +0 -1
  150. package/dist/ezui/p-42c6493e.entry.js +0 -1
  151. package/dist/ezui/p-6700360e.entry.js +0 -1
  152. package/dist/ezui/p-89b2a151.entry.js +0 -1
  153. package/dist/ezui/p-8c2105a5.entry.js +0 -1
  154. package/dist/ezui/p-ed2135a5.entry.js +0 -1
  155. package/dist/ezui/p-f6afdc4d.entry.js +0 -1
@@ -19,19 +19,16 @@ export class EzDialog {
19
19
  this.labelCancel = 'Não';
20
20
  this.btnConfirmDanger = false;
21
21
  /**
22
- * Define se o componente será utilizado no modo de confirmação.
22
+ * Define se o ez-dialog será utilizado no modo de confirmação.
23
23
  */
24
24
  this.confirm = false;
25
25
  /**
26
- * Controla a exibição do componente
26
+ * Define se o ez-dialog está aberto.
27
27
  */
28
28
  this.opened = false;
29
29
  this._messageQueue = [];
30
30
  }
31
- /**
32
- * Lida com o clique nos botões de dentro do componente.
33
- */
34
- async handleButtonClick(selectedOption) {
31
+ handleButtonClick(selectedOption) {
35
32
  this.opened = this._messageQueue.length > 0;
36
33
  if (this._currentMessage.callBack) {
37
34
  this._currentMessage.callBack(selectedOption);
@@ -43,7 +40,7 @@ export class EzDialog {
43
40
  forceUpdate(this);
44
41
  }
45
42
  /**
46
- * Faz com que o componente seja exibido.
43
+ * Exibe o ez-dialog.
47
44
  */
48
45
  async show(title, message, dialogType, confirm, icon, labelCancel, labelConfirm, btnConfirmDanger) {
49
46
  this.opened = true;
@@ -166,7 +163,7 @@ export class EzDialog {
166
163
  "optional": false,
167
164
  "docs": {
168
165
  "tags": [],
169
- "text": "Define se o componente ser\u00E1 utilizado no modo de confirma\u00E7\u00E3o."
166
+ "text": "Define se o ez-dialog ser\u00E1 utilizado no modo de confirma\u00E7\u00E3o."
170
167
  },
171
168
  "attribute": "confirm",
172
169
  "reflect": false,
@@ -189,7 +186,7 @@ export class EzDialog {
189
186
  "optional": false,
190
187
  "docs": {
191
188
  "tags": [],
192
- "text": "Define se o componente ter\u00E1 o visual padr\u00E3o, de erro ou de aviso"
189
+ "text": "Define apar\u00EAncia do ez-dialog."
193
190
  },
194
191
  "attribute": "dialog-type",
195
192
  "reflect": false
@@ -206,7 +203,7 @@ export class EzDialog {
206
203
  "optional": false,
207
204
  "docs": {
208
205
  "tags": [],
209
- "text": "Menssagem exibida dentro do Dialog"
206
+ "text": "Define a menssagem exibida no ez-dialog."
210
207
  },
211
208
  "attribute": "message",
212
209
  "reflect": false
@@ -223,7 +220,7 @@ export class EzDialog {
223
220
  "optional": false,
224
221
  "docs": {
225
222
  "tags": [],
226
- "text": "Controla a exibi\u00E7\u00E3o do componente"
223
+ "text": "Define se o ez-dialog est\u00E1 aberto."
227
224
  },
228
225
  "attribute": "opened",
229
226
  "reflect": true,
@@ -241,7 +238,7 @@ export class EzDialog {
241
238
  "optional": false,
242
239
  "docs": {
243
240
  "tags": [],
244
- "text": "Define o \u00EDcone a ser exibido ao lado do t\u00EDtulo do componente"
241
+ "text": "Define o \u00EDcone a ser exibido."
245
242
  },
246
243
  "attribute": "personalized-icon-path",
247
244
  "reflect": false
@@ -258,7 +255,7 @@ export class EzDialog {
258
255
  "optional": false,
259
256
  "docs": {
260
257
  "tags": [],
261
- "text": "Define o t\u00EDtulo do componente."
258
+ "text": "Texto a ser apresentado como t\u00EDtulo do campo."
262
259
  },
263
260
  "attribute": "ez-title",
264
261
  "reflect": false
@@ -272,7 +269,7 @@ export class EzDialog {
272
269
  "composed": true,
273
270
  "docs": {
274
271
  "tags": [],
275
- "text": "Evento disparado ao clicar tanto no bot\u00E3o de nega\u00E7\u00E3o quanto no X."
272
+ "text": "Emitido ao cancelar o ez-dialog."
276
273
  },
277
274
  "complexType": {
278
275
  "original": "boolean",
@@ -287,7 +284,7 @@ export class EzDialog {
287
284
  "composed": true,
288
285
  "docs": {
289
286
  "tags": [],
290
- "text": "Evento disparado ao clicar no bot\u00E3o de aceita\u00E7\u00E3o."
287
+ "text": "Emitido ao confirmar o ez-dialog."
291
288
  },
292
289
  "complexType": {
293
290
  "original": "boolean",
@@ -296,25 +293,6 @@ export class EzDialog {
296
293
  }
297
294
  }]; }
298
295
  static get methods() { return {
299
- "handleButtonClick": {
300
- "complexType": {
301
- "signature": "(selectedOption: boolean) => Promise<void>",
302
- "parameters": [{
303
- "tags": [],
304
- "text": ""
305
- }],
306
- "references": {
307
- "Promise": {
308
- "location": "global"
309
- }
310
- },
311
- "return": "Promise<void>"
312
- },
313
- "docs": {
314
- "text": "Lida com o clique nos bot\u00F5es de dentro do componente.",
315
- "tags": []
316
- }
317
- },
318
296
  "show": {
319
297
  "complexType": {
320
298
  "signature": "(title: string, message: string, dialogType: DialogType, confirm: boolean, icon: string, labelCancel: string, labelConfirm: string, btnConfirmDanger: boolean) => Promise<boolean>",
@@ -355,7 +333,7 @@ export class EzDialog {
355
333
  "return": "Promise<boolean>"
356
334
  },
357
335
  "docs": {
358
- "text": "Faz com que o componente seja exibido.",
336
+ "text": "Exibe o ez-dialog.",
359
337
  "tags": []
360
338
  }
361
339
  }
@@ -4,11 +4,11 @@ import CSSVarsUtils from "../../utils/CSSVarsUtils";
4
4
  export class EzFilterInput {
5
5
  constructor() {
6
6
  /**
7
- * Deixa o campo disponível ou não para uso.
7
+ * Se false o usuário não pode interagir com o campo.
8
8
  */
9
9
  this.enabled = true;
10
10
  /**
11
- * Define o modo do tamanho do campo; opções: slim e regular.
11
+ * Define o tamanho do campo.
12
12
  */
13
13
  this.mode = "regular";
14
14
  }
@@ -29,19 +29,19 @@ export class EzFilterInput {
29
29
  }
30
30
  }
31
31
  /**
32
- * Realiza o foco no componente de input
32
+ * Aplica o foco no campo.
33
33
  */
34
34
  async setFocus() {
35
35
  this._textInput.setFocus();
36
36
  }
37
37
  /**
38
- * Remove o foco no componente de input
38
+ * Remove o foco do campo.
39
39
  */
40
40
  async setBlur() {
41
41
  this._textInput.setBlur();
42
42
  }
43
43
  /**
44
- * Retorna informando se o campo está inválido (true | false)
44
+ * Retorna se o conteúdo é inválido.
45
45
  */
46
46
  async isInvalid() {
47
47
  return typeof this.errorMessage === "string" && this.errorMessage.trim() !== "";
@@ -58,7 +58,7 @@ export class EzFilterInput {
58
58
  }
59
59
  render() {
60
60
  let elementId = ElementIDUtils.addIDInfoIfNotExists(this._elem, 'input');
61
- return (h("ez-text-input", { "data-element-id": ElementIDUtils.getInternalIDInfo(elementId, "textInput"), ref: elem => this._textInput = elem, label: this.label, onEzChange: evt => this.changeValue(evt), value: this.value, enabled: this.enabled, errorMessage: this.errorMessage, restrict: this.restrict, loading: this.loading, mode: this.mode },
61
+ return (h("ez-text-input", { "data-element-id": ElementIDUtils.getInternalIDInfo(elementId, "textInput"), ref: elem => this._textInput = elem, label: this.label, onEzChange: evt => this.changeValue(evt), value: this.value, enabled: this.enabled, errorMessage: this.errorMessage, restrict: this.restrict, mode: this.mode },
62
62
  h("ez-icon", { slot: "leftIcon", iconName: "search" })));
63
63
  }
64
64
  static get is() { return "ez-filter-input"; }
@@ -82,7 +82,7 @@ export class EzFilterInput {
82
82
  "optional": false,
83
83
  "docs": {
84
84
  "tags": [],
85
- "text": "T\u00EDtulo do campo"
85
+ "text": "Texto a ser apresentado como t\u00EDtulo do campo."
86
86
  },
87
87
  "attribute": "label",
88
88
  "reflect": false
@@ -99,7 +99,7 @@ export class EzFilterInput {
99
99
  "optional": false,
100
100
  "docs": {
101
101
  "tags": [],
102
- "text": "O valor informado pelo usu\u00E1rio"
102
+ "text": "Define o valor do campo."
103
103
  },
104
104
  "attribute": "value",
105
105
  "reflect": true
@@ -116,29 +116,12 @@ export class EzFilterInput {
116
116
  "optional": false,
117
117
  "docs": {
118
118
  "tags": [],
119
- "text": "Deixa o campo dispon\u00EDvel ou n\u00E3o para uso."
119
+ "text": "Se false o usu\u00E1rio n\u00E3o pode interagir com o campo."
120
120
  },
121
121
  "attribute": "enabled",
122
122
  "reflect": false,
123
123
  "defaultValue": "true"
124
124
  },
125
- "loading": {
126
- "type": "boolean",
127
- "mutable": false,
128
- "complexType": {
129
- "original": "boolean",
130
- "resolved": "boolean",
131
- "references": {}
132
- },
133
- "required": false,
134
- "optional": false,
135
- "docs": {
136
- "tags": [],
137
- "text": "Deixa o componente em modo \"carregando\"."
138
- },
139
- "attribute": "loading",
140
- "reflect": true
141
- },
142
125
  "errorMessage": {
143
126
  "type": "string",
144
127
  "mutable": true,
@@ -151,7 +134,7 @@ export class EzFilterInput {
151
134
  "optional": false,
152
135
  "docs": {
153
136
  "tags": [],
154
- "text": "Quando h\u00E1 um problema de valida\u00E7\u00E3o, serve como orienta\u00E7\u00E3o ao usu\u00E1rio"
137
+ "text": "Define uma mensagem de orienta\u00E7\u00E3o ao usu\u00E1rio, colocando o campo em modo inv\u00E1lido."
155
138
  },
156
139
  "attribute": "error-message",
157
140
  "reflect": true
@@ -168,7 +151,7 @@ export class EzFilterInput {
168
151
  "optional": false,
169
152
  "docs": {
170
153
  "tags": [],
171
- "text": "Restringe o que o usu\u00E1rio pode digitar. Cada caractere digitado ser\u00E1 testado\ne deve estar contido nessa string ou ser\u00E1 descartado."
154
+ "text": "Restringe o que o usu\u00E1rio pode digitar."
172
155
  },
173
156
  "attribute": "restrict",
174
157
  "reflect": false
@@ -177,15 +160,15 @@ export class EzFilterInput {
177
160
  "type": "string",
178
161
  "mutable": false,
179
162
  "complexType": {
180
- "original": "string",
181
- "resolved": "string",
163
+ "original": "\"slim\" | \"regular\"",
164
+ "resolved": "\"regular\" | \"slim\"",
182
165
  "references": {}
183
166
  },
184
167
  "required": false,
185
168
  "optional": false,
186
169
  "docs": {
187
170
  "tags": [],
188
- "text": "Define o modo do tamanho do campo; op\u00E7\u00F5es: slim e regular."
171
+ "text": "Define o tamanho do campo."
189
172
  },
190
173
  "attribute": "mode",
191
174
  "reflect": true,
@@ -200,7 +183,7 @@ export class EzFilterInput {
200
183
  "composed": true,
201
184
  "docs": {
202
185
  "tags": [],
203
- "text": "Evento disparado quando o estado do componente \u00E9 alterado (onEzChange)."
186
+ "text": "Emitido quando acontece a altera\u00E7\u00E3o de valor do campo."
204
187
  },
205
188
  "complexType": {
206
189
  "original": "string",
@@ -221,7 +204,7 @@ export class EzFilterInput {
221
204
  "return": "Promise<void>"
222
205
  },
223
206
  "docs": {
224
- "text": "Realiza o foco no componente de input",
207
+ "text": "Aplica o foco no campo.",
225
208
  "tags": []
226
209
  }
227
210
  },
@@ -237,7 +220,7 @@ export class EzFilterInput {
237
220
  "return": "Promise<void>"
238
221
  },
239
222
  "docs": {
240
- "text": "Remove o foco no componente de input",
223
+ "text": "Remove o foco do campo.",
241
224
  "tags": []
242
225
  }
243
226
  },
@@ -253,7 +236,7 @@ export class EzFilterInput {
253
236
  "return": "Promise<boolean>"
254
237
  },
255
238
  "docs": {
256
- "text": "Retorna informando se o campo est\u00E1 inv\u00E1lido (true | false)",
239
+ "text": "Retorna se o conte\u00FAdo \u00E9 inv\u00E1lido.",
257
240
  "tags": []
258
241
  }
259
242
  }
@@ -14,12 +14,9 @@ export class EzForm {
14
14
  }
15
15
  };
16
16
  }
17
- submit() {
18
- return Promise.resolve();
19
- }
20
- cancel() {
21
- return Promise.resolve();
22
- }
17
+ /**
18
+ * Realiza validação no conteúdo de todos os campos.
19
+ */
23
20
  validate() {
24
21
  return new Promise((accept, reject) => {
25
22
  var _a;
@@ -216,7 +213,7 @@ export class EzForm {
216
213
  "optional": false,
217
214
  "docs": {
218
215
  "tags": [],
219
- "text": "Reposit\u00F3rio de dados, controla a manipula\u00E7\u00E3o dos dados"
216
+ "text": "Unidade de dados. Respons\u00E1vel pelo controle de edi\u00E7\u00E3o de registros e \ninforma\u00E7\u00F5es pertinentes aos campos."
220
217
  }
221
218
  },
222
219
  "config": {
@@ -235,7 +232,7 @@ export class EzForm {
235
232
  "optional": false,
236
233
  "docs": {
237
234
  "tags": [],
238
- "text": "Configura\u00E7\u00E3o dos campos."
235
+ "text": "Configura\u00E7\u00E3o do formul\u00E1rio."
239
236
  }
240
237
  },
241
238
  "recordsValidator": {
@@ -254,7 +251,7 @@ export class EzForm {
254
251
  "optional": false,
255
252
  "docs": {
256
253
  "tags": [],
257
- "text": "Validador respons\u00E1vel por checar a integridade das informa\u00E7\u00F5es do registro"
254
+ "text": "Define um validador respons\u00E1vel pela integridade dos registros."
258
255
  }
259
256
  }
260
257
  }; }
@@ -275,38 +272,6 @@ export class EzForm {
275
272
  }
276
273
  }]; }
277
274
  static get methods() { return {
278
- "submit": {
279
- "complexType": {
280
- "signature": "() => Promise<void>",
281
- "parameters": [],
282
- "references": {
283
- "Promise": {
284
- "location": "global"
285
- }
286
- },
287
- "return": "Promise<void>"
288
- },
289
- "docs": {
290
- "text": "",
291
- "tags": []
292
- }
293
- },
294
- "cancel": {
295
- "complexType": {
296
- "signature": "() => Promise<void>",
297
- "parameters": [],
298
- "references": {
299
- "Promise": {
300
- "location": "global"
301
- }
302
- },
303
- "return": "Promise<void>"
304
- },
305
- "docs": {
306
- "text": "",
307
- "tags": []
308
- }
309
- },
310
275
  "validate": {
311
276
  "complexType": {
312
277
  "signature": "() => Promise<void>",
@@ -329,7 +294,7 @@ export class EzForm {
329
294
  "return": "Promise<void>"
330
295
  },
331
296
  "docs": {
332
- "text": "",
297
+ "text": "Realiza valida\u00E7\u00E3o no conte\u00FAdo de todos os campos.",
333
298
  "tags": []
334
299
  }
335
300
  }
@@ -7,51 +7,50 @@ export class EzGrid {
7
7
  this._paginationChangedByKeyboard = true;
8
8
  }
9
9
  /**
10
- * Método responsável por receber a definição das colunas
11
- */
10
+ * Aplica a definição de colunas.
11
+ */
12
12
  async setColumnsDef(cols) {
13
13
  this._gridController.setColumnsDef(cols);
14
14
  }
15
15
  /**
16
- * Adiciona item de menu nas colunas.
17
- */
16
+ * Adiciona item de menu nas colunas.
17
+ */
18
18
  async addColumnMenuItem(label, name, action) {
19
19
  this._gridController.addColumnMenuItem({ label, name, action });
20
20
  }
21
21
  /**
22
- * Método responsável por aplicar estado pré-existente nas colunas do grid.
23
- */
22
+ * Aplica o estado das colunas.
23
+ */
24
24
  async setColumnsState(state) {
25
25
  this._gridController.setColumnsState(state);
26
26
  }
27
27
  /**
28
- * Método de carga dos registros. Os objetos deste array devem conter atributos
29
- * para as colunas desejadas.
30
- */
28
+ * Insere os registros no ez-grid.
29
+ */
31
30
  async setData(data) {
32
31
  this._gridController.setData(data);
33
32
  }
34
33
  /**
35
- * Retorna as linhas selecionadas na grade.
36
- */
34
+ * Obtém as linhas selecionadas.
35
+ */
37
36
  async getSelection() {
38
37
  return Promise.resolve(this._gridController.getSelection());
39
38
  }
40
39
  /**
41
- * Método retornar o estado atual das colunas do grid.
42
- */
40
+ * Obtém o estado atual das colunas.
41
+ */
43
42
  async getColumnsState() {
44
43
  return Promise.resolve(this._gridController.getColumnsState());
45
44
  }
46
45
  /**
47
- * Método retornar o estado atual das colunas do grid.
48
- */
46
+ * Obtém a lista de definição de colunas.
47
+ */
49
48
  async getColumns() {
50
49
  return Promise.resolve(this._gridController.getColumnsDef());
51
50
  }
52
51
  /**
53
- * Método para fazer um filtro rápido na grid.
54
- */
52
+ * Aplica um filtro rápido.
53
+ */
55
54
  async quickFilter(term) {
56
55
  this._gridController.quickFilter(term);
57
56
  }
@@ -218,7 +217,7 @@ export class EzGrid {
218
217
  "optional": false,
219
218
  "docs": {
220
219
  "tags": [],
221
- "text": "Habilita a sele\u00E7\u00E3o de v\u00E1rias linhas"
220
+ "text": "Habilita a sele\u00E7\u00E3o de v\u00E1rias linhas."
222
221
  },
223
222
  "attribute": "multiple-selection",
224
223
  "reflect": false
@@ -255,7 +254,7 @@ export class EzGrid {
255
254
  "optional": false,
256
255
  "docs": {
257
256
  "tags": [],
258
- "text": "Endere\u00E7o do servidor. Se informado, o pr\u00F3prio datagrid controlar\u00E1 a obten\u00E7\u00E3o\ndos dados, anulando a necessidade de acionar o m\u00E9todo \"setData(data)\""
257
+ "text": "Endere\u00E7o do servidor para obten\u00E7\u00E3o dos dados."
259
258
  },
260
259
  "attribute": "server-url",
261
260
  "reflect": false
@@ -277,7 +276,7 @@ export class EzGrid {
277
276
  "optional": false,
278
277
  "docs": {
279
278
  "tags": [],
280
- "text": "Reposit\u00F3rio de dados, controla a manipula\u00E7\u00E3o dos dados."
279
+ "text": "Unidade de dados. Respons\u00E1vel pelo controle de edi\u00E7\u00E3o de registros e \ninforma\u00E7\u00F5es pertinentes aos campos."
281
280
  }
282
281
  },
283
282
  "statusResolver": {
@@ -297,7 +296,7 @@ export class EzGrid {
297
296
  "optional": false,
298
297
  "docs": {
299
298
  "tags": [],
300
- "text": "Configura\u00E7\u00E3o do valor da coluna de status.\nExemplo: { \"RECDESP\": { \"-1\" : \"#BD0025\", \"1\" : \"#157A00\" } }"
299
+ "text": "Define um `IStatusResolver` respons\u00E1vel pelo estado da coluna de status."
301
300
  }
302
301
  }
303
302
  }; }
@@ -313,7 +312,7 @@ export class EzGrid {
313
312
  "composed": true,
314
313
  "docs": {
315
314
  "tags": [],
316
- "text": "Evento disparado ao mudar o estado das colunas do grid. Ordena\u00E7\u00E3o, largura, etc."
315
+ "text": "Emitido quando acontece a altera\u00E7\u00E3o de estado das colunas do grid: Ordena\u00E7\u00E3o, largura, etc."
317
316
  },
318
317
  "complexType": {
319
318
  "original": "EzGridColumStateEvent",
@@ -333,7 +332,7 @@ export class EzGrid {
333
332
  "composed": true,
334
333
  "docs": {
335
334
  "tags": [],
336
- "text": "Evento disparado ao selecionar linhas da grade."
335
+ "text": "Emitido quando acontece a altera\u00E7\u00E3o de sele\u00E7\u00E3o de linhas."
337
336
  },
338
337
  "complexType": {
339
338
  "original": "Array<any>",
@@ -352,7 +351,7 @@ export class EzGrid {
352
351
  "composed": true,
353
352
  "docs": {
354
353
  "tags": [],
355
- "text": "Evento disparado com o duplo clique de uma linha"
354
+ "text": "Emitido com o duplo clique de uma linha"
356
355
  },
357
356
  "complexType": {
358
357
  "original": "any",
@@ -367,7 +366,7 @@ export class EzGrid {
367
366
  "composed": true,
368
367
  "docs": {
369
368
  "tags": [],
370
- "text": "Evento disparado ao realizar alguma modifica\u00E7\u00E3o na configura\u00E7\u00E3o da grid."
369
+ "text": "Emitido quando acontece a altera\u00E7\u00E3o de configura\u00E7\u00E3o do grade."
371
370
  },
372
371
  "complexType": {
373
372
  "original": "IGridConfig",
@@ -383,7 +382,7 @@ export class EzGrid {
383
382
  static get methods() { return {
384
383
  "setColumnsDef": {
385
384
  "complexType": {
386
- "signature": "(cols: Array<EzGridColumn>) => Promise<any>",
385
+ "signature": "(cols: Array<EzGridColumn>) => Promise<void>",
387
386
  "parameters": [{
388
387
  "tags": [],
389
388
  "text": ""
@@ -400,16 +399,16 @@ export class EzGrid {
400
399
  "path": "./controller/EzGridController"
401
400
  }
402
401
  },
403
- "return": "Promise<any>"
402
+ "return": "Promise<void>"
404
403
  },
405
404
  "docs": {
406
- "text": "M\u00E9todo respons\u00E1vel por receber a defini\u00E7\u00E3o das colunas",
405
+ "text": "Aplica a defini\u00E7\u00E3o de colunas.",
407
406
  "tags": []
408
407
  }
409
408
  },
410
409
  "addColumnMenuItem": {
411
410
  "complexType": {
412
- "signature": "(label: string, name: string, action: Function) => Promise<any>",
411
+ "signature": "(label: string, name: string, action: Function) => Promise<void>",
413
412
  "parameters": [{
414
413
  "tags": [],
415
414
  "text": ""
@@ -428,7 +427,7 @@ export class EzGrid {
428
427
  "location": "global"
429
428
  }
430
429
  },
431
- "return": "Promise<any>"
430
+ "return": "Promise<void>"
432
431
  },
433
432
  "docs": {
434
433
  "text": "Adiciona item de menu nas colunas.",
@@ -437,7 +436,7 @@ export class EzGrid {
437
436
  },
438
437
  "setColumnsState": {
439
438
  "complexType": {
440
- "signature": "(state: Array<EzGridColumnConfig>) => Promise<any>",
439
+ "signature": "(state: Array<EzGridColumnConfig>) => Promise<void>",
441
440
  "parameters": [{
442
441
  "tags": [],
443
442
  "text": ""
@@ -454,16 +453,16 @@ export class EzGrid {
454
453
  "path": "./controller/EzGridController"
455
454
  }
456
455
  },
457
- "return": "Promise<any>"
456
+ "return": "Promise<void>"
458
457
  },
459
458
  "docs": {
460
- "text": "M\u00E9todo respons\u00E1vel por aplicar estado pr\u00E9-existente nas colunas do grid.",
459
+ "text": "Aplica o estado das colunas.",
461
460
  "tags": []
462
461
  }
463
462
  },
464
463
  "setData": {
465
464
  "complexType": {
466
- "signature": "(data: Array<any>) => Promise<any>",
465
+ "signature": "(data: Array<any>) => Promise<void>",
467
466
  "parameters": [{
468
467
  "tags": [],
469
468
  "text": ""
@@ -476,10 +475,10 @@ export class EzGrid {
476
475
  "location": "global"
477
476
  }
478
477
  },
479
- "return": "Promise<any>"
478
+ "return": "Promise<void>"
480
479
  },
481
480
  "docs": {
482
- "text": "M\u00E9todo de carga dos registros. Os objetos deste array devem conter atributos\npara as colunas desejadas.",
481
+ "text": "Insere os registros no ez-grid.",
483
482
  "tags": []
484
483
  }
485
484
  },
@@ -498,7 +497,7 @@ export class EzGrid {
498
497
  "return": "Promise<any[]>"
499
498
  },
500
499
  "docs": {
501
- "text": "Retorna as linhas selecionadas na grade.",
500
+ "text": "Obt\u00E9m as linhas selecionadas.",
502
501
  "tags": []
503
502
  }
504
503
  },
@@ -521,7 +520,7 @@ export class EzGrid {
521
520
  "return": "Promise<EzGridColumn[]>"
522
521
  },
523
522
  "docs": {
524
- "text": "M\u00E9todo retornar o estado atual das colunas do grid.",
523
+ "text": "Obt\u00E9m o estado atual das colunas.",
525
524
  "tags": []
526
525
  }
527
526
  },
@@ -544,13 +543,13 @@ export class EzGrid {
544
543
  "return": "Promise<EzGridColumn[]>"
545
544
  },
546
545
  "docs": {
547
- "text": "M\u00E9todo retornar o estado atual das colunas do grid.",
546
+ "text": "Obt\u00E9m a lista de defini\u00E7\u00E3o de colunas.",
548
547
  "tags": []
549
548
  }
550
549
  },
551
550
  "quickFilter": {
552
551
  "complexType": {
553
- "signature": "(term: string) => Promise<any>",
552
+ "signature": "(term: string) => Promise<void>",
554
553
  "parameters": [{
555
554
  "tags": [],
556
555
  "text": ""
@@ -560,10 +559,10 @@ export class EzGrid {
560
559
  "location": "global"
561
560
  }
562
561
  },
563
- "return": "Promise<any>"
562
+ "return": "Promise<void>"
564
563
  },
565
564
  "docs": {
566
- "text": "M\u00E9todo para fazer um filtro r\u00E1pido na grid.",
565
+ "text": "Aplica um filtro r\u00E1pido.",
567
566
  "tags": []
568
567
  }
569
568
  }