@sankhyalabs/ezui 1.1.63 → 1.1.64

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 (76) hide show
  1. package/dist/cjs/ez-action-chip.cjs.entry.js +1 -1
  2. package/dist/cjs/ez-button_16.cjs.entry.js +6 -12
  3. package/dist/cjs/ez-dialog.cjs.entry.js +3 -3
  4. package/dist/cjs/ez-label-chip.cjs.entry.js +2 -2
  5. package/dist/cjs/ez-popup.cjs.entry.js +2 -2
  6. package/dist/cjs/ez-toast.cjs.entry.js +1 -1
  7. package/dist/collection/components/ez-action-chip/ez-action-chip.css +20 -31
  8. package/dist/collection/components/ez-action-chip/ez-action-chip.js +1 -1
  9. package/dist/collection/components/ez-button/ez-button.css +35 -16
  10. package/dist/collection/components/ez-calendar/ez-calendar.css +55 -28
  11. package/dist/collection/components/ez-check/ez-check.css +76 -43
  12. package/dist/collection/components/ez-check/ez-check.js +1 -1
  13. package/dist/collection/components/ez-collapsible-box/ez-collapsible-box.css +20 -0
  14. package/dist/collection/components/ez-collapsible-box/ez-collapsible-box.js +1 -1
  15. package/dist/collection/components/ez-combo-box/ez-combo-box.css +60 -86
  16. package/dist/collection/components/ez-date-input/ez-date-input.css +9 -6
  17. package/dist/collection/components/ez-date-input/ez-date-input.js +1 -1
  18. package/dist/collection/components/ez-dialog/ez-dialog.css +125 -52
  19. package/dist/collection/components/ez-dialog/ez-dialog.js +2 -2
  20. package/dist/collection/components/ez-label-chip/ez-label-chip.css +65 -59
  21. package/dist/collection/components/ez-label-chip/ez-label-chip.js +16 -16
  22. package/dist/collection/components/ez-modal/ez-modal.css +57 -0
  23. package/dist/collection/components/ez-modal/ez-modal.js +1 -1
  24. package/dist/collection/components/ez-number-input/ez-number-input.css +25 -1
  25. package/dist/collection/components/ez-number-input/ez-number-input.js +1 -1
  26. package/dist/collection/components/ez-numeric-input/ez-numeric-input.css +3 -1
  27. package/dist/collection/components/ez-numeric-input/ez-numeric-input.js +1 -1
  28. package/dist/collection/components/ez-popover/ez-popover.css +9 -7
  29. package/dist/collection/components/ez-popup/ez-popup.css +97 -80
  30. package/dist/collection/components/ez-popup/ez-popup.js +2 -2
  31. package/dist/collection/components/ez-search/ez-search.js +1 -1
  32. package/dist/collection/components/ez-tabselector/ez-tabselector.css +30 -22
  33. package/dist/collection/components/ez-tabselector/ez-tabselector.js +1 -1
  34. package/dist/collection/components/ez-text-area/ez-text-area.css +25 -10
  35. package/dist/collection/components/ez-text-area/ez-text-area.js +1 -1
  36. package/dist/collection/components/ez-text-input/ez-text-input.css +23 -7
  37. package/dist/collection/components/ez-text-input/ez-text-input.js +1 -1
  38. package/dist/collection/components/ez-time-input/ez-time-input.css +16 -1
  39. package/dist/collection/components/ez-toast/ez-toast.css +23 -10
  40. package/dist/collection/components/ez-upload/ez-upload.css +85 -16
  41. package/dist/collection/components/ez-upload/ez-upload.js +1 -7
  42. package/dist/custom-elements/index.js +15 -21
  43. package/dist/esm/ez-action-chip.entry.js +1 -1
  44. package/dist/esm/ez-button_16.entry.js +6 -12
  45. package/dist/esm/ez-dialog.entry.js +3 -3
  46. package/dist/esm/ez-label-chip.entry.js +2 -2
  47. package/dist/esm/ez-popup.entry.js +2 -2
  48. package/dist/esm/ez-toast.entry.js +1 -1
  49. package/dist/ezui/ezui.esm.js +1 -1
  50. package/dist/ezui/p-46275da0.entry.js +1 -0
  51. package/dist/ezui/p-4f4b8aae.entry.js +1 -0
  52. package/dist/ezui/p-7c7dbfcb.entry.js +1 -0
  53. package/dist/ezui/p-8c8f1c00.entry.js +1 -0
  54. package/dist/ezui/{p-c3b18332.entry.js → p-8d547517.entry.js} +1 -1
  55. package/dist/ezui/p-9702db61.entry.js +1 -0
  56. package/dist/types/components/ez-action-chip/ez-action-chip.d.ts +3 -0
  57. package/dist/types/components/ez-check/ez-check.d.ts +3 -0
  58. package/dist/types/components/ez-collapsible-box/ez-collapsible-box.d.ts +3 -0
  59. package/dist/types/components/ez-date-input/ez-date-input.d.ts +3 -0
  60. package/dist/types/components/ez-label-chip/ez-label-chip.d.ts +7 -1
  61. package/dist/types/components/ez-modal/ez-modal.d.ts +1 -1
  62. package/dist/types/components/ez-number-input/ez-number-input.d.ts +3 -0
  63. package/dist/types/components/ez-numeric-input/ez-numeric-input.d.ts +3 -0
  64. package/dist/types/components/ez-popup/ez-popup.d.ts +1 -1
  65. package/dist/types/components/ez-search/ez-search.d.ts +3 -0
  66. package/dist/types/components/ez-tabselector/ez-tabselector.d.ts +3 -0
  67. package/dist/types/components/ez-text-area/ez-text-area.d.ts +3 -0
  68. package/dist/types/components/ez-text-input/ez-text-input.d.ts +3 -0
  69. package/dist/types/components/ez-upload/ez-upload.d.ts +1 -1
  70. package/dist/types/components.d.ts +39 -3
  71. package/package.json +1 -1
  72. package/dist/ezui/p-34e7a3b9.entry.js +0 -1
  73. package/dist/ezui/p-88b9c3d4.entry.js +0 -1
  74. package/dist/ezui/p-9cd820c7.entry.js +0 -1
  75. package/dist/ezui/p-aa94210b.entry.js +0 -1
  76. package/dist/ezui/p-c0c6804e.entry.js +0 -1
@@ -170,6 +170,21 @@ export class EzLabelChip {
170
170
  }
171
171
  }; }
172
172
  static get events() { return [{
173
+ "method": "valueChange",
174
+ "name": "valueChange",
175
+ "bubbles": true,
176
+ "cancelable": true,
177
+ "composed": true,
178
+ "docs": {
179
+ "tags": [],
180
+ "text": "Evento disparado quando o estado do componente mudar (onValueChange)."
181
+ },
182
+ "complexType": {
183
+ "original": "boolean",
184
+ "resolved": "boolean",
185
+ "references": {}
186
+ }
187
+ }, {
173
188
  "method": "removeChip",
174
189
  "name": "removeChip",
175
190
  "bubbles": true,
@@ -177,7 +192,7 @@ export class EzLabelChip {
177
192
  "composed": true,
178
193
  "docs": {
179
194
  "tags": [],
180
- "text": ""
195
+ "text": "Evento disparado ao clicar no bot\u00E3o de remo\u00E7\u00E3o (onRemoveChip)."
181
196
  },
182
197
  "complexType": {
183
198
  "original": "ClickOptions",
@@ -189,21 +204,6 @@ export class EzLabelChip {
189
204
  }
190
205
  }
191
206
  }
192
- }, {
193
- "method": "valueChange",
194
- "name": "valueChange",
195
- "bubbles": true,
196
- "cancelable": true,
197
- "composed": true,
198
- "docs": {
199
- "tags": [],
200
- "text": ""
201
- },
202
- "complexType": {
203
- "original": "boolean",
204
- "resolved": "boolean",
205
- "references": {}
206
- }
207
207
  }]; }
208
208
  static get methods() { return {
209
209
  "setFocus": {
@@ -1,5 +1,7 @@
1
1
  :host {
2
+ /*@doc Define a camada que o componente será exibido.*/
2
3
  --modal-z-index: var(--most-visible, 3);
4
+ /*@doc Define o espaçamento vertical do conteúdo do modal.*/
3
5
  --modal-vertical-padding: var(--space--large, 24px);
4
6
  display: block;
5
7
  }
@@ -109,36 +111,47 @@
109
111
  .col--sd-1 {
110
112
  width: 8.33333%;
111
113
  }
114
+
112
115
  .col--sd-2 {
113
116
  width: 16.66667%;
114
117
  }
118
+
115
119
  .col--sd-3 {
116
120
  width: 25%;
117
121
  }
122
+
118
123
  .col--sd-4 {
119
124
  width: 33.33333%;
120
125
  }
126
+
121
127
  .col--sd-5 {
122
128
  width: 41.66667%;
123
129
  }
130
+
124
131
  .col--sd-6 {
125
132
  width: 50%;
126
133
  }
134
+
127
135
  .col--sd-7 {
128
136
  width: 58.33333%;
129
137
  }
138
+
130
139
  .col--sd-8 {
131
140
  width: 66.66667%;
132
141
  }
142
+
133
143
  .col--sd-9 {
134
144
  width: 75%;
135
145
  }
146
+
136
147
  .col--sd-10 {
137
148
  width: 83.33333%;
138
149
  }
150
+
139
151
  .col--sd-11 {
140
152
  width: 91.66667%;
141
153
  }
154
+
142
155
  .col--sd-12 {
143
156
  width: 100%;
144
157
  }
@@ -148,36 +161,47 @@
148
161
  .col--pn-1 {
149
162
  width: 8.33333%;
150
163
  }
164
+
151
165
  .col--pn-2 {
152
166
  width: 16.66667%;
153
167
  }
168
+
154
169
  .col--pn-3 {
155
170
  width: 25%;
156
171
  }
172
+
157
173
  .col--pn-4 {
158
174
  width: 33.33333%;
159
175
  }
176
+
160
177
  .col--pn-5 {
161
178
  width: 41.66667%;
162
179
  }
180
+
163
181
  .col--pn-6 {
164
182
  width: 50%;
165
183
  }
184
+
166
185
  .col--pn-7 {
167
186
  width: 58.33333%;
168
187
  }
188
+
169
189
  .col--pn-8 {
170
190
  width: 66.66667%;
171
191
  }
192
+
172
193
  .col--pn-9 {
173
194
  width: 75%;
174
195
  }
196
+
175
197
  .col--pn-10 {
176
198
  width: 83.33333%;
177
199
  }
200
+
178
201
  .col--pn-11 {
179
202
  width: 91.66667%;
180
203
  }
204
+
181
205
  .col--pn-12 {
182
206
  width: 100%;
183
207
  }
@@ -187,36 +211,47 @@
187
211
  .col--tb-1 {
188
212
  width: 8.33333%;
189
213
  }
214
+
190
215
  .col--tb-2 {
191
216
  width: 16.66667%;
192
217
  }
218
+
193
219
  .col--tb-3 {
194
220
  width: 25%;
195
221
  }
222
+
196
223
  .col--tb-4 {
197
224
  width: 33.33333%;
198
225
  }
226
+
199
227
  .col--tb-5 {
200
228
  width: 41.66667%;
201
229
  }
230
+
202
231
  .col--tb-6 {
203
232
  width: 50%;
204
233
  }
234
+
205
235
  .col--tb-7 {
206
236
  width: 58.33333%;
207
237
  }
238
+
208
239
  .col--tb-8 {
209
240
  width: 66.66667%;
210
241
  }
242
+
211
243
  .col--tb-9 {
212
244
  width: 75%;
213
245
  }
246
+
214
247
  .col--tb-10 {
215
248
  width: 83.33333%;
216
249
  }
250
+
217
251
  .col--tb-11 {
218
252
  width: 91.66667%;
219
253
  }
254
+
220
255
  .col--tb-12 {
221
256
  width: 100%;
222
257
  }
@@ -226,36 +261,47 @@
226
261
  .col--md-1 {
227
262
  width: 8.33333%;
228
263
  }
264
+
229
265
  .col--md-2 {
230
266
  width: 16.66667%;
231
267
  }
268
+
232
269
  .col--md-3 {
233
270
  width: 25%;
234
271
  }
272
+
235
273
  .col--md-4 {
236
274
  width: 33.33333%;
237
275
  }
276
+
238
277
  .col--md-5 {
239
278
  width: 41.66667%;
240
279
  }
280
+
241
281
  .col--md-6 {
242
282
  width: 50%;
243
283
  }
284
+
244
285
  .col--md-7 {
245
286
  width: 58.33333%;
246
287
  }
288
+
247
289
  .col--md-8 {
248
290
  width: 66.66667%;
249
291
  }
292
+
250
293
  .col--md-9 {
251
294
  width: 75%;
252
295
  }
296
+
253
297
  .col--md-10 {
254
298
  width: 83.33333%;
255
299
  }
300
+
256
301
  .col--md-11 {
257
302
  width: 91.66667%;
258
303
  }
304
+
259
305
  .col--md-12 {
260
306
  width: 100%;
261
307
  }
@@ -265,36 +311,47 @@
265
311
  .col--ld-1 {
266
312
  width: 8.33333%;
267
313
  }
314
+
268
315
  .col--ld-2 {
269
316
  width: 16.66667%;
270
317
  }
318
+
271
319
  .col--ld-3 {
272
320
  width: 25%;
273
321
  }
322
+
274
323
  .col--ld-4 {
275
324
  width: 33.33333%;
276
325
  }
326
+
277
327
  .col--ld-5 {
278
328
  width: 41.66667%;
279
329
  }
330
+
280
331
  .col--ld-6 {
281
332
  width: 50%;
282
333
  }
334
+
283
335
  .col--ld-7 {
284
336
  width: 58.33333%;
285
337
  }
338
+
286
339
  .col--ld-8 {
287
340
  width: 66.66667%;
288
341
  }
342
+
289
343
  .col--ld-9 {
290
344
  width: 75%;
291
345
  }
346
+
292
347
  .col--ld-10 {
293
348
  width: 83.33333%;
294
349
  }
350
+
295
351
  .col--ld-11 {
296
352
  width: 91.66667%;
297
353
  }
354
+
298
355
  .col--ld-12 {
299
356
  width: 100%;
300
357
  }
@@ -209,7 +209,7 @@ export class EzModal {
209
209
  "composed": true,
210
210
  "docs": {
211
211
  "tags": [],
212
- "text": "Um evento disparado quando o modal \u00E9 fechado."
212
+ "text": "Um evento disparado quando o modal \u00E9 fechado (onEzCloseModal)."
213
213
  },
214
214
  "complexType": {
215
215
  "original": "boolean",
@@ -1,29 +1,53 @@
1
1
  :host {
2
2
  /* dimensions */
3
+ /*@doc Define a altura do input.*/
3
4
  --ni--height: 42px;
5
+ /*@doc Define a largura do componente.*/
4
6
  --ni--width: 100%;
7
+ /*@doc Utilizado para definir posicionamento e espaçamento do input quando existe um ícone.*/
5
8
  --ni__icon--width: 48px;
9
+
6
10
  /* general */
11
+ /*@doc Define o raio da borda do input.*/
7
12
  --ni--border-radius: var(--border--radius-medium, 12px);
13
+ /*@doc Define o tamanho da fonte do input.*/
8
14
  --ni--font-size: var(--text--medium, 14px);
15
+ /*@doc Define a família da fonte do input, do label e da mensagem.*/
9
16
  --ni--font-family: var(--font-pattern, Arial);
17
+
10
18
  /* input */
19
+ /*@doc Define a cor de fundo do input.*/
11
20
  --ni__input--background-color: var(--background--medium, #e0e0e0);
21
+ /*@doc Define o estilo da borda do input.*/
12
22
  --ni__input--border: var(--border--medium, 2px solid);
23
+ /*@doc Define a cor da borda do input.*/
13
24
  --ni__input--border-color: var(--ni__input--background-color);
14
25
  /*no modo normal usamos a borda com a mesma cor do bg*/
26
+ /*@doc Define a cor da borda do input quando focado.*/
15
27
  --ni__input--focus--border-color: var(--color--primary, #008561);
28
+ /*@doc Define a cor de fundo do input quando desabilitado.*/
16
29
  --ni__input--disabled--background-color: var(--color--disable-secondary, #F2F5F8);
30
+ /*@doc Define a cor da fonte do input quando desabilitado.*/
17
31
  --ni__input--disabled--color: var(--text--disable, #AFB6C0);
32
+ /*@doc Define a cor da borda do input quando com erro.*/
18
33
  --ni__input--error--border-color: #CC2936;
34
+
19
35
  /* placeholder */
36
+ /*@doc Define a cor do texto do placeholder quando desabilitado.*/
20
37
  --ni__placeholder--disabled--color: var(--text--disable, #AFB6C0);
38
+ /*@doc Define a cor do texto do placeholder.*/
21
39
  --ni__placeholder--color: var(--title--primary, #919191);
40
+ /*@doc Define o peso do texto do placeholder.*/
22
41
  --ni__placeholder--font-weight: var(--text-weight--large, 500);
42
+
23
43
  /* message box */
44
+ /*@doc Define o tamanho da fonte da mensagem abaixo do input.*/
24
45
  --ni__message_box--font-size: var(--text--small, 12px);
46
+ /*@doc Define a cor da fonte da mensagem quando info.*/
25
47
  --ni__message_box--info--color: var(--color--success, #22085d);
48
+ /*@doc Define a cor da fonte da mensagem quando erro.*/
26
49
  --ni__message_box--error--color: var(--color--error, #FF0000);
50
+
27
51
  /***************
28
52
  host style
29
53
  ***************/
@@ -141,4 +165,4 @@ input.text--right {
141
165
  .input--with--label {
142
166
  /*public*/
143
167
  padding-bottom: 0;
144
- }
168
+ }
@@ -407,7 +407,7 @@ export class NumberInput {
407
407
  "composed": true,
408
408
  "docs": {
409
409
  "tags": [],
410
- "text": ""
410
+ "text": "Um evento disparado quando o estado do componente \u00E9 alterado (onEzChange)."
411
411
  },
412
412
  "complexType": {
413
413
  "original": "{ strValue: string, value: number }",
@@ -1,11 +1,13 @@
1
1
  :host {
2
2
  display: block;
3
3
  width: 100%;
4
+ /*@doc Define a cor do fundo do input.*/
4
5
  --it__input--background-color: var(--background--medium, #e0e0e0);
6
+ /*@doc Define a cor da borda do input.*/
5
7
  --it__input--border-color: var(--it__input--background-color);
6
8
  }
7
9
 
8
- .text-input{
10
+ .text-input {
9
11
  --it__input--background-color: inherit;
10
12
  --it__input--border-color: inherit;
11
13
  }
@@ -164,7 +164,7 @@ export class EzNumericInput {
164
164
  "composed": true,
165
165
  "docs": {
166
166
  "tags": [],
167
- "text": ""
167
+ "text": "Um evento disparado quando o estado do componente \u00E9 alterado (onEzChange)."
168
168
  },
169
169
  "complexType": {
170
170
  "original": "string",
@@ -1,9 +1,11 @@
1
1
  :host {
2
2
 
3
3
  /* box */
4
- --pop__box--border-radius: var(--border--radius-medium, 12px);
5
- --pop__box--box-shadow: var(--shadow, 0px 0px 16px 0px #000);
6
-
4
+ /*@doc Define o raio da borda do popover.*/
5
+ --pop__box--border-radius: var(--border--radius-medium, 12px);
6
+ /*@doc Define a sombra do popover.*/
7
+ --pop__box--box-shadow: var(--shadow, 0px 0px 16px 0px #000);
8
+
7
9
  /***************
8
10
  host style
9
11
  ***************/
@@ -15,7 +17,7 @@
15
17
  }
16
18
 
17
19
 
18
- .box{
20
+ .box {
19
21
  /*private*/
20
22
  z-index: var(--more-visible, 1);
21
23
  display: flex;
@@ -23,17 +25,17 @@
23
25
 
24
26
  height: fit-content;
25
27
  /* width: fit-content; */
26
-
28
+
27
29
  /*public*/
28
30
  background-color: transparent;
29
31
  border-radius: var(--pop__box--border-radius);
30
32
  box-shadow: var(--pop__box--box-shadow);
31
33
  }
32
34
 
33
- .box--fit-content{
35
+ .box--fit-content {
34
36
  width: fit-content;
35
37
  }
36
38
 
37
- .box--full-width{
39
+ .box--full-width {
38
40
  width: 100%;
39
41
  }